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,131 @@
|
|
|
1
|
+
import { OnInit, ElementRef } from '@angular/core';
|
|
2
|
+
import { Router, ActivatedRoute } from '@angular/router';
|
|
3
|
+
import { ToastrService } from 'ngx-toastr';
|
|
4
|
+
import { NgxSpinnerService } from "ngx-spinner";
|
|
5
|
+
import { HttpClient } from '@angular/common/http';
|
|
6
|
+
import { CommanServiceService } from '../comman-service/comman-service.service';
|
|
7
|
+
import { ModalDirective } from 'ngx-bootstrap/modal';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class FileuploadComponent implements OnInit {
|
|
10
|
+
router: Router;
|
|
11
|
+
private route;
|
|
12
|
+
private toastr;
|
|
13
|
+
private spinnerService;
|
|
14
|
+
private http;
|
|
15
|
+
private cs;
|
|
16
|
+
closehdrbtn: ElementRef;
|
|
17
|
+
closedtlbtn: ElementRef;
|
|
18
|
+
Cofirmmapdtl: ModalDirective;
|
|
19
|
+
header: {};
|
|
20
|
+
fileToUpload: File;
|
|
21
|
+
fileName: string;
|
|
22
|
+
cDt: any;
|
|
23
|
+
step: number;
|
|
24
|
+
sheetData: any[];
|
|
25
|
+
headerAttributeDtl: {};
|
|
26
|
+
defultDisplayLen: number;
|
|
27
|
+
defultDisplayObj: any[];
|
|
28
|
+
attrStructureDtl: any[];
|
|
29
|
+
headerList: any[];
|
|
30
|
+
headerprp: any;
|
|
31
|
+
attrprp: any;
|
|
32
|
+
totalmatch: number;
|
|
33
|
+
totalignore: number;
|
|
34
|
+
pageDefination: {};
|
|
35
|
+
rowdatamapDetails: {};
|
|
36
|
+
rowdistinctDataMap: {};
|
|
37
|
+
charHeaderList: any[];
|
|
38
|
+
attributeDtlMap: {};
|
|
39
|
+
mappSheetData: any[];
|
|
40
|
+
lable: string;
|
|
41
|
+
lableFile: string;
|
|
42
|
+
statusList: any[];
|
|
43
|
+
fileDetails: any[];
|
|
44
|
+
fileTypeList: any[];
|
|
45
|
+
fileOptionsList: any[];
|
|
46
|
+
fileType: any;
|
|
47
|
+
nme: any;
|
|
48
|
+
typ: any;
|
|
49
|
+
mdl: any;
|
|
50
|
+
description: any;
|
|
51
|
+
check_status: any[];
|
|
52
|
+
pkt_status: any[];
|
|
53
|
+
colFormate: any[];
|
|
54
|
+
ignoreFormate: any[];
|
|
55
|
+
allcols: any[];
|
|
56
|
+
fileLogIdn: number;
|
|
57
|
+
show: boolean;
|
|
58
|
+
stepMsg: string;
|
|
59
|
+
timerfile: any;
|
|
60
|
+
timerPrice: any;
|
|
61
|
+
dateFormat: any;
|
|
62
|
+
delim: any;
|
|
63
|
+
dateFormatMap: {};
|
|
64
|
+
mappingskip: boolean;
|
|
65
|
+
filetype: any;
|
|
66
|
+
filenme: any;
|
|
67
|
+
dateFormatList: {
|
|
68
|
+
k: string;
|
|
69
|
+
v: string;
|
|
70
|
+
}[];
|
|
71
|
+
constructor(router: Router, route: ActivatedRoute, toastr: ToastrService, spinnerService: NgxSpinnerService, http: HttpClient, cs: CommanServiceService);
|
|
72
|
+
handleFileInput(files: FileList): void;
|
|
73
|
+
onFileSelect(input: HTMLInputElement): void;
|
|
74
|
+
csvContent: string;
|
|
75
|
+
parsedCsv: string[][];
|
|
76
|
+
onFileLoad(fileLoadedEvent: any): string;
|
|
77
|
+
arrayBuffer: any;
|
|
78
|
+
file: File;
|
|
79
|
+
incomingfile(event: any): void;
|
|
80
|
+
Upload(): void;
|
|
81
|
+
setSetp(step: any): void;
|
|
82
|
+
getHeaderMatch(): void;
|
|
83
|
+
updatecolumnstatue(hdr: any): void;
|
|
84
|
+
maphdr: any;
|
|
85
|
+
hdrmassage: any;
|
|
86
|
+
confirmsetHeaderMapp(hdr: any): void;
|
|
87
|
+
CancelHeaderMapp(): void;
|
|
88
|
+
setHeaderMapp(): void;
|
|
89
|
+
gmatchedCount: number;
|
|
90
|
+
gresultCount: number;
|
|
91
|
+
setRowDataMapp(): void;
|
|
92
|
+
dtlAttr: any;
|
|
93
|
+
dtlattr_idn: any;
|
|
94
|
+
dtloptionval: any;
|
|
95
|
+
dtlmassage: any;
|
|
96
|
+
confirmHeaderDetailsMapp(attr: any, attr_idn: any, optionval: any): void;
|
|
97
|
+
CancelHeaderDetailsMapp(): void;
|
|
98
|
+
setHeaderDetailsMapp(): void;
|
|
99
|
+
onSubmit(formVal: any): void;
|
|
100
|
+
saveFileOption(frmvals: any): void;
|
|
101
|
+
addFileLog(fileIdn: any): void;
|
|
102
|
+
ValidateFileHeaderMapping(formatSave: any): void;
|
|
103
|
+
hdrIdn: any;
|
|
104
|
+
updatefileOption(): void;
|
|
105
|
+
uploadFile(): void;
|
|
106
|
+
changeMapping(hdrObj: any, hdr: any, attr: any): void;
|
|
107
|
+
removeAttrOptVal(attr: any, optionaVal: any): void;
|
|
108
|
+
removeDetailAttrOptVal(attrIdn: any, optionaVal: any, val: any, hdrAttr: any): void;
|
|
109
|
+
sttsFile: {};
|
|
110
|
+
getProgressFile(fileLogIdn: any): void;
|
|
111
|
+
stts: {};
|
|
112
|
+
clicked: boolean;
|
|
113
|
+
totProgress: number;
|
|
114
|
+
totProgressFile: number;
|
|
115
|
+
getProgressPrice(hdrIdn: any): void;
|
|
116
|
+
lastRefreshTimeFile: any;
|
|
117
|
+
recallFile(fileLogIdn: any): void;
|
|
118
|
+
lastRefreshTime: any;
|
|
119
|
+
recall(hdrIdn: any): void;
|
|
120
|
+
SkipVerification(): void;
|
|
121
|
+
SkipVerificationDtl(): void;
|
|
122
|
+
loadFileTypeData(fileUpload: any, mdl: any): void;
|
|
123
|
+
ngOnInit(): void;
|
|
124
|
+
inward_idn: any;
|
|
125
|
+
inwardStockType: any;
|
|
126
|
+
stockInwardUpload(inwardDtl: any, mdl: any): void;
|
|
127
|
+
ngOnDestroy(): void;
|
|
128
|
+
setOptionsForMixToSingle(): void;
|
|
129
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileuploadComponent, never>;
|
|
130
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileuploadComponent, "app-fileupload", never, {}, {}, never, never>;
|
|
131
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Router, ActivatedRoute } from '@angular/router';
|
|
3
|
+
import { ToastrService } from 'ngx-toastr';
|
|
4
|
+
import { NgxSpinnerService } from "ngx-spinner";
|
|
5
|
+
import { StockServiceService } from '../stock-service/stock-service.service';
|
|
6
|
+
import { CommanServiceService } from '../comman-service/comman-service.service';
|
|
7
|
+
import { UploadServiceService } from '../globle/upload-service.service';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class FileUploadLogComponent implements OnInit {
|
|
10
|
+
router: Router;
|
|
11
|
+
private route;
|
|
12
|
+
private toastr;
|
|
13
|
+
private ss;
|
|
14
|
+
private spinnerService;
|
|
15
|
+
private cs;
|
|
16
|
+
private PS;
|
|
17
|
+
constructor(router: Router, route: ActivatedRoute, toastr: ToastrService, ss: StockServiceService, spinnerService: NgxSpinnerService, cs: CommanServiceService, PS: UploadServiceService);
|
|
18
|
+
cDt: any;
|
|
19
|
+
cUrl: any;
|
|
20
|
+
header: any;
|
|
21
|
+
isOpen: boolean;
|
|
22
|
+
icon: string;
|
|
23
|
+
showarr: any;
|
|
24
|
+
order: string;
|
|
25
|
+
reverse: boolean;
|
|
26
|
+
pageSize: number;
|
|
27
|
+
p: number;
|
|
28
|
+
pokey: string;
|
|
29
|
+
searchF: any;
|
|
30
|
+
noData: boolean;
|
|
31
|
+
clicked: boolean;
|
|
32
|
+
curIndx: any;
|
|
33
|
+
frmDate: any;
|
|
34
|
+
toDate: any;
|
|
35
|
+
seq: any;
|
|
36
|
+
type: any;
|
|
37
|
+
title: any;
|
|
38
|
+
fileList: any[];
|
|
39
|
+
fileLogList: any[];
|
|
40
|
+
defultestatusList: any[];
|
|
41
|
+
attrDtl: any[];
|
|
42
|
+
attrDisplayDtl: {};
|
|
43
|
+
pktDetails: any[];
|
|
44
|
+
setOrder(value: string, i: any): void;
|
|
45
|
+
exportToCSV(): void;
|
|
46
|
+
openTog(): void;
|
|
47
|
+
loadformFields(): void;
|
|
48
|
+
loadFileLog(): void;
|
|
49
|
+
getfileUploadPacketInfo(seqIdn: any, stt: any, index: any): void;
|
|
50
|
+
ngOnInit(): void;
|
|
51
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileUploadLogComponent, never>;
|
|
52
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadLogComponent, "app-file-upload-log", never, {}, {}, never, never>;
|
|
53
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FileuploadDashboardComponent implements OnInit {
|
|
4
|
+
constructor();
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileuploadDashboardComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileuploadDashboardComponent, "app-fileupload-dashboard", never, {}, {}, never, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/router";
|
|
3
|
+
export declare class FileuploadRoutingModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FileuploadRoutingModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FileuploadRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FileuploadRoutingModule>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FooterComponent implements OnInit {
|
|
4
|
+
constructor();
|
|
5
|
+
cDate: Date;
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "app-footer", never, {}, {}, never, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CommonPdfService {
|
|
3
|
+
constructor();
|
|
4
|
+
generateReport(ReportType: any, serviceParameters: any, ReportTitle: any): void;
|
|
5
|
+
estimate(): void;
|
|
6
|
+
pktList(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CommonPdfService, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CommonPdfService>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Router } from '@angular/router';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class GlobleEnvService {
|
|
4
|
+
private router;
|
|
5
|
+
baseUrl: string;
|
|
6
|
+
readonly hostname: string;
|
|
7
|
+
readonly pathname: string;
|
|
8
|
+
readonly origin: string;
|
|
9
|
+
applNme: string;
|
|
10
|
+
cUrl: any;
|
|
11
|
+
constructor(router: Router);
|
|
12
|
+
getCookie(): string;
|
|
13
|
+
changeEnviroment(enviroment: any): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GlobleEnvService, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<GlobleEnvService>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
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 MemoReportService {
|
|
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
|
+
a: string[];
|
|
17
|
+
b: string[];
|
|
18
|
+
createMemoEstimate(resData: any, priceYN: any): void;
|
|
19
|
+
createMemoEstimateReplica(resData: any): void;
|
|
20
|
+
getTable(resData: any): {
|
|
21
|
+
style: string;
|
|
22
|
+
alignment: string;
|
|
23
|
+
table: {
|
|
24
|
+
headerRows: number;
|
|
25
|
+
widths: any[];
|
|
26
|
+
body: any[];
|
|
27
|
+
};
|
|
28
|
+
layout: {
|
|
29
|
+
hLineWidth: (i: any, node: any) => number;
|
|
30
|
+
vLineWidth: (i: any, node: any) => number;
|
|
31
|
+
hLineColor: (i: any, node: any) => string;
|
|
32
|
+
vLineColor: (i: any, node: any) => string;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
getterms(trm: any, totalPkts: any): {
|
|
36
|
+
style: string;
|
|
37
|
+
color: string;
|
|
38
|
+
pageBreak: string;
|
|
39
|
+
table: {
|
|
40
|
+
widths: string[];
|
|
41
|
+
body: ({
|
|
42
|
+
border: boolean[];
|
|
43
|
+
columns: ({
|
|
44
|
+
stack: {
|
|
45
|
+
text: string;
|
|
46
|
+
fontSize: number;
|
|
47
|
+
bold: boolean;
|
|
48
|
+
margin: number[];
|
|
49
|
+
}[];
|
|
50
|
+
columns?: undefined;
|
|
51
|
+
} | {
|
|
52
|
+
columns: {
|
|
53
|
+
fontSize: number;
|
|
54
|
+
text: string;
|
|
55
|
+
margin: number[];
|
|
56
|
+
}[];
|
|
57
|
+
stack?: undefined;
|
|
58
|
+
})[];
|
|
59
|
+
}[] | {
|
|
60
|
+
border: boolean[];
|
|
61
|
+
text: string;
|
|
62
|
+
fontSize: number;
|
|
63
|
+
bold: boolean;
|
|
64
|
+
margin: number[];
|
|
65
|
+
}[] | {
|
|
66
|
+
border: boolean[];
|
|
67
|
+
text: string;
|
|
68
|
+
fontSize: number;
|
|
69
|
+
margin: number[];
|
|
70
|
+
}[] | {
|
|
71
|
+
border: boolean[];
|
|
72
|
+
stack: {
|
|
73
|
+
fontSize: number;
|
|
74
|
+
ol: any[];
|
|
75
|
+
}[];
|
|
76
|
+
}[])[];
|
|
77
|
+
};
|
|
78
|
+
layout: {
|
|
79
|
+
hLineWidth: (i: any, node: any) => number;
|
|
80
|
+
vLineWidth: (i: any, node: any) => number;
|
|
81
|
+
hLineColor: (i: any, node: any) => string;
|
|
82
|
+
vLineColor: (i: any, node: any) => string;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
getTotal(currentPage: any, pageCount: any, colLen: any): any[];
|
|
86
|
+
createExternalMemo(resData: any): void;
|
|
87
|
+
planningGrpMemo(Title: any, groupSummary: any, attrDtl: any, attrDisplayDtl: any, GrpList: any, finalGrpVal: any): void;
|
|
88
|
+
getTableWithOutGroup(resData: any): {
|
|
89
|
+
style: string;
|
|
90
|
+
alignment: string;
|
|
91
|
+
table: {
|
|
92
|
+
headerRows: number;
|
|
93
|
+
widths: any[];
|
|
94
|
+
body: any[];
|
|
95
|
+
};
|
|
96
|
+
layout: {
|
|
97
|
+
hLineWidth: (i: any, node: any) => number;
|
|
98
|
+
vLineWidth: (i: any, node: any) => number;
|
|
99
|
+
hLineColor: (i: any, node: any) => string;
|
|
100
|
+
vLineColor: (i: any, node: any) => string;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
HKdeliveryMemo(resData: any): void;
|
|
104
|
+
inWordsINR(num: any): string;
|
|
105
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MemoReportService, never>;
|
|
106
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MemoReportService>;
|
|
107
|
+
}
|