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,189 @@
|
|
|
1
|
+
import { ToastrService } from 'ngx-toastr';
|
|
2
|
+
import { NgxSpinnerService } from "ngx-spinner";
|
|
3
|
+
import { BiService } from './../bi-service/bi.service';
|
|
4
|
+
import { CommanServiceService } from '../comman-service/comman-service.service';
|
|
5
|
+
import { OnInit } from '@angular/core';
|
|
6
|
+
import { Router, ActivatedRoute } from '@angular/router';
|
|
7
|
+
import { BaseChartDirective } from 'ng2-charts';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class PktDataComponent implements OnInit {
|
|
10
|
+
cs: CommanServiceService;
|
|
11
|
+
private bis;
|
|
12
|
+
private _spinnerService;
|
|
13
|
+
private toastr;
|
|
14
|
+
private router;
|
|
15
|
+
private route;
|
|
16
|
+
pkts: any[];
|
|
17
|
+
headerKey: any[];
|
|
18
|
+
header: any[];
|
|
19
|
+
ck: any;
|
|
20
|
+
totalWeight: number;
|
|
21
|
+
reqheader: any;
|
|
22
|
+
scrollDistance: number;
|
|
23
|
+
scrollUpDistance: number;
|
|
24
|
+
startIndex: number;
|
|
25
|
+
endIndex: number;
|
|
26
|
+
groupstartIndex: number;
|
|
27
|
+
groupendIndex: number;
|
|
28
|
+
loadResult: any[];
|
|
29
|
+
resultlength: number;
|
|
30
|
+
totAvg: number;
|
|
31
|
+
totDis: number;
|
|
32
|
+
selectedItm: any[];
|
|
33
|
+
selectwt: number;
|
|
34
|
+
selectAvg: number;
|
|
35
|
+
selectDis: number;
|
|
36
|
+
selectAmt: number;
|
|
37
|
+
searchF: any;
|
|
38
|
+
dropdownSettings: any;
|
|
39
|
+
sttWiseSummary: Map<any, any>;
|
|
40
|
+
anaAllGrpStt: any[];
|
|
41
|
+
g: any;
|
|
42
|
+
legendList: any[];
|
|
43
|
+
newwindow: string;
|
|
44
|
+
pageDefination: any;
|
|
45
|
+
sorted: any;
|
|
46
|
+
sortOn: any;
|
|
47
|
+
clmn: any;
|
|
48
|
+
staticLov: any[];
|
|
49
|
+
defaultGrpList: any[];
|
|
50
|
+
stObj: {};
|
|
51
|
+
totAmt: number;
|
|
52
|
+
nodata: boolean;
|
|
53
|
+
viewdisType: string;
|
|
54
|
+
summaryList: any[];
|
|
55
|
+
coPuattributeStr: any[];
|
|
56
|
+
formname: any;
|
|
57
|
+
modulename: any;
|
|
58
|
+
cUrl: any;
|
|
59
|
+
links: any;
|
|
60
|
+
cObj: any;
|
|
61
|
+
groupBypktList: any[];
|
|
62
|
+
loadgroupBypktList: any[];
|
|
63
|
+
chart: BaseChartDirective;
|
|
64
|
+
constructor(cs: CommanServiceService, bis: BiService, _spinnerService: NgxSpinnerService, toastr: ToastrService, router: Router, route: ActivatedRoute);
|
|
65
|
+
lpad(lStr: any, ln: any): any;
|
|
66
|
+
getSearchResult(): void;
|
|
67
|
+
selectRow(pktId: any): void;
|
|
68
|
+
checkedRow(obj: any, stockidn: any, status: any): void;
|
|
69
|
+
sttwise: boolean;
|
|
70
|
+
statusWiseDisplay(e: any, m: any): void;
|
|
71
|
+
OnLinkClick(lnk: any, pktdtl: any): void;
|
|
72
|
+
calculatRteDis(objdtl: any, typ: any): void;
|
|
73
|
+
ChangesPrice(): void;
|
|
74
|
+
addItems(): void;
|
|
75
|
+
onScrollDown(): void;
|
|
76
|
+
grp: any[];
|
|
77
|
+
GrpVals: any[];
|
|
78
|
+
finalGrpVal: {};
|
|
79
|
+
finalSummaryDtl: {};
|
|
80
|
+
data: any[];
|
|
81
|
+
summaryDtl: {};
|
|
82
|
+
createGrp(datas: any, selected: any): void;
|
|
83
|
+
onGrpSelect(selected: any): void;
|
|
84
|
+
headList: any[];
|
|
85
|
+
groupPktsList(pkts: any, selected: any): void;
|
|
86
|
+
groupaddItems(): void;
|
|
87
|
+
grouponScrollDown(): void;
|
|
88
|
+
summaryDetails(selected: any): void;
|
|
89
|
+
exportToCSVSummary(): void;
|
|
90
|
+
getTotal(): void;
|
|
91
|
+
GrpValsPie: any[];
|
|
92
|
+
grpPie: any[];
|
|
93
|
+
finalGrpValPie: {};
|
|
94
|
+
summaryDtlPie: {};
|
|
95
|
+
byrvalGrp: any[];
|
|
96
|
+
isBuyerwise: boolean;
|
|
97
|
+
isGrpwise: boolean;
|
|
98
|
+
type: any;
|
|
99
|
+
grpWiseQty: any[];
|
|
100
|
+
dataType: string;
|
|
101
|
+
generatePie(Datatype: any, ChartType: any): void;
|
|
102
|
+
dynamicColors: any[];
|
|
103
|
+
generate(): any[];
|
|
104
|
+
byrValArr: any[];
|
|
105
|
+
getTotalPie(): void;
|
|
106
|
+
pieChartPlugins: any[];
|
|
107
|
+
doughnutChartType: string;
|
|
108
|
+
doughnutChartLabels: any[];
|
|
109
|
+
doughnutChartData: any[];
|
|
110
|
+
pieChartColors: any[];
|
|
111
|
+
pieChartLegend: boolean;
|
|
112
|
+
chartColors: any[];
|
|
113
|
+
labels: {
|
|
114
|
+
labels: {
|
|
115
|
+
render: string;
|
|
116
|
+
precision: number;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
chartOptions: {
|
|
120
|
+
plugins: {
|
|
121
|
+
labels: {
|
|
122
|
+
render: string;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
legend: {
|
|
126
|
+
position: string;
|
|
127
|
+
labels: {
|
|
128
|
+
fontColor: string;
|
|
129
|
+
boxWidth: number;
|
|
130
|
+
padding: number;
|
|
131
|
+
fontSize: number;
|
|
132
|
+
render: string;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
pieChartOptions: {
|
|
137
|
+
legend: {
|
|
138
|
+
position: string;
|
|
139
|
+
labels: {
|
|
140
|
+
fontColor: string;
|
|
141
|
+
boxWidth: number;
|
|
142
|
+
padding: number;
|
|
143
|
+
fontSize: number;
|
|
144
|
+
render: string;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
plugins: {
|
|
148
|
+
datalabels: {
|
|
149
|
+
formatter: (value: any, ctx: any) => any;
|
|
150
|
+
};
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
pie: {
|
|
154
|
+
legend: {
|
|
155
|
+
position: string;
|
|
156
|
+
fontColor: string;
|
|
157
|
+
};
|
|
158
|
+
plugins: {
|
|
159
|
+
labels: {
|
|
160
|
+
render: string;
|
|
161
|
+
precision: number;
|
|
162
|
+
arc: boolean;
|
|
163
|
+
showActualPercentages: boolean;
|
|
164
|
+
position: string;
|
|
165
|
+
};
|
|
166
|
+
};
|
|
167
|
+
tooltips: {
|
|
168
|
+
mode: string;
|
|
169
|
+
callbacks: {
|
|
170
|
+
label: (tooltipItem: any, data: any) => any[];
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
};
|
|
174
|
+
drawPie(salesData: any, type: any, ChartType: any): void;
|
|
175
|
+
refreshChart(ChartType: any): void;
|
|
176
|
+
sortBy(key: any, g: any): void;
|
|
177
|
+
exportToCSV(FileName: any): void;
|
|
178
|
+
getSummary(p: any): void;
|
|
179
|
+
TotAvgObj: {};
|
|
180
|
+
getTotals(fields: any, pkts: any): void;
|
|
181
|
+
getTotalsTtl(fields: any, pkts: any): void;
|
|
182
|
+
modifySearch(): void;
|
|
183
|
+
anaSttLbl: any[];
|
|
184
|
+
ngOnInit(): void;
|
|
185
|
+
getStaticKV(qry: any): void;
|
|
186
|
+
loadDefination(): void;
|
|
187
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PktDataComponent, never>;
|
|
188
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PktDataComponent, "app-pkt-data", never, {}, {}, never, never>;
|
|
189
|
+
}
|
|
@@ -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/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 PricingService {
|
|
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<PricingService, never>;
|
|
19
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PricingService>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { CommanServiceService } from '../comman-service/comman-service.service';
|
|
3
|
+
import { Router, ActivatedRoute } from '@angular/router';
|
|
4
|
+
import { ToastrService } from 'ngx-toastr';
|
|
5
|
+
import { NgxSpinnerService } from "ngx-spinner";
|
|
6
|
+
import { BiService } from './../bi-service/bi.service';
|
|
7
|
+
import { ChartOptions } from 'chart.js';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class QaAnalysisComponent implements OnInit {
|
|
10
|
+
cs: CommanServiceService;
|
|
11
|
+
private bis;
|
|
12
|
+
private _spinnerService;
|
|
13
|
+
private toastr;
|
|
14
|
+
private router;
|
|
15
|
+
private route;
|
|
16
|
+
constructor(cs: CommanServiceService, bis: BiService, _spinnerService: NgxSpinnerService, toastr: ToastrService, router: Router, route: ActivatedRoute);
|
|
17
|
+
cDt: Date;
|
|
18
|
+
htmlArr: any[];
|
|
19
|
+
head: any[];
|
|
20
|
+
side: any[];
|
|
21
|
+
private grpval;
|
|
22
|
+
private headval;
|
|
23
|
+
private sideval;
|
|
24
|
+
private arrtDtl;
|
|
25
|
+
private queryParam;
|
|
26
|
+
qaAnalysisArr: any;
|
|
27
|
+
grandTotal: Map<any, any>;
|
|
28
|
+
matrix: Map<any, any>;
|
|
29
|
+
rowTotal: Map<any, any>;
|
|
30
|
+
colTotal: Map<any, any>;
|
|
31
|
+
pktData: Map<any, any>;
|
|
32
|
+
sideData: Map<any, any>;
|
|
33
|
+
headData: Map<any, any>;
|
|
34
|
+
sortedGrp: any;
|
|
35
|
+
private schDtl;
|
|
36
|
+
private result;
|
|
37
|
+
gridGrp: any;
|
|
38
|
+
attrGridFormat: any;
|
|
39
|
+
groups: any[];
|
|
40
|
+
inventoryDays: any;
|
|
41
|
+
formname: any;
|
|
42
|
+
private anaGrpStt;
|
|
43
|
+
st: any;
|
|
44
|
+
ChartType: string;
|
|
45
|
+
chartOptions: any;
|
|
46
|
+
srchHistory: {
|
|
47
|
+
period: string;
|
|
48
|
+
frmdt: string;
|
|
49
|
+
todt: string;
|
|
50
|
+
};
|
|
51
|
+
period: any;
|
|
52
|
+
searchF: any;
|
|
53
|
+
salePeriod: any;
|
|
54
|
+
ChangeBy: any;
|
|
55
|
+
gridVariance: any;
|
|
56
|
+
gblGrdDataColor: Map<any, any>;
|
|
57
|
+
gblRowTotColorValWise: Map<any, any>;
|
|
58
|
+
legendList: any[];
|
|
59
|
+
modulename: any;
|
|
60
|
+
cUrl: any;
|
|
61
|
+
getSearchResult(id: any, period: any): void;
|
|
62
|
+
stt: any;
|
|
63
|
+
createGrid(): void;
|
|
64
|
+
modifySearch(): void;
|
|
65
|
+
key: any;
|
|
66
|
+
isApplied: boolean;
|
|
67
|
+
OnChangeBy(ValType: any): void;
|
|
68
|
+
getData(call: any, key: any, st: any): void;
|
|
69
|
+
getAll(stt: any, head: any, side: any, grp: any): void;
|
|
70
|
+
wt: boolean;
|
|
71
|
+
avg: boolean;
|
|
72
|
+
rap: boolean;
|
|
73
|
+
val: boolean;
|
|
74
|
+
svpd: boolean;
|
|
75
|
+
msd: boolean;
|
|
76
|
+
msdvlu: boolean;
|
|
77
|
+
age: boolean;
|
|
78
|
+
va: boolean;
|
|
79
|
+
hideShow(call: any, status: any): void;
|
|
80
|
+
changeGrp(gridGrp: any): void;
|
|
81
|
+
generateGridGrpWise(call: any, selectedgrp: any): void;
|
|
82
|
+
scroll: () => void;
|
|
83
|
+
btnVisibilityByPos(): void;
|
|
84
|
+
ChatMapDtl: {};
|
|
85
|
+
isshowchart: boolean;
|
|
86
|
+
creategrpPie(pieStatusList: any, grp: any, attr: any, piechartDataList: any, typ: any): void;
|
|
87
|
+
barChartData: any;
|
|
88
|
+
barChartLabels: any;
|
|
89
|
+
barChartType: any;
|
|
90
|
+
barChartLegend: boolean;
|
|
91
|
+
isbarshowchart: boolean;
|
|
92
|
+
barChartOptions: ChartOptions;
|
|
93
|
+
barchartColors: Array<any>;
|
|
94
|
+
creategrpBar(pieStatusList: any, grp: any, attr: any, piechartDataList: any, typ: any): void;
|
|
95
|
+
refreshChart(type: any): void;
|
|
96
|
+
ngOnInit(): void;
|
|
97
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QaAnalysisComponent, never>;
|
|
98
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QaAnalysisComponent, "app-qa-analysis", never, {}, {}, never, never>;
|
|
99
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Router, ActivatedRoute } from '@angular/router';
|
|
3
|
+
import { CommanServiceService } from '../comman-service/comman-service.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ReportFormatComponent implements OnInit {
|
|
6
|
+
router: Router;
|
|
7
|
+
private route;
|
|
8
|
+
cs: CommanServiceService;
|
|
9
|
+
cDt: Date;
|
|
10
|
+
constructor(router: Router, route: ActivatedRoute, cs: CommanServiceService);
|
|
11
|
+
header: any;
|
|
12
|
+
config: any;
|
|
13
|
+
configBody: any;
|
|
14
|
+
cUrl: any;
|
|
15
|
+
reportFormatDetails: any;
|
|
16
|
+
modulesList: any;
|
|
17
|
+
typesList: any;
|
|
18
|
+
dropdownListBank: any;
|
|
19
|
+
dropdownSettingsBank: any;
|
|
20
|
+
hashtagsList: any;
|
|
21
|
+
validationTags: any[];
|
|
22
|
+
moduleVal: any;
|
|
23
|
+
name: any;
|
|
24
|
+
description: any;
|
|
25
|
+
typeVal: any;
|
|
26
|
+
selectedItemsBank: any;
|
|
27
|
+
tags: any;
|
|
28
|
+
title: any;
|
|
29
|
+
emailTo: any;
|
|
30
|
+
emailCC: any;
|
|
31
|
+
emailBCC: any;
|
|
32
|
+
mailHeaderpg1: any;
|
|
33
|
+
mailHeaderpg2: any;
|
|
34
|
+
mailHeaderpg3: any;
|
|
35
|
+
mailBodypg1: any;
|
|
36
|
+
mailBodypg2: any;
|
|
37
|
+
mailBodypg3: any;
|
|
38
|
+
mailFooterpg1: any;
|
|
39
|
+
mailFooterpg2: any;
|
|
40
|
+
mailFooterpg3: any;
|
|
41
|
+
report_idn: any;
|
|
42
|
+
searchF: any;
|
|
43
|
+
tblH: string[];
|
|
44
|
+
tblDesc: {
|
|
45
|
+
report_idn: string;
|
|
46
|
+
report_name: string;
|
|
47
|
+
title: string;
|
|
48
|
+
type: string;
|
|
49
|
+
bank_name: string;
|
|
50
|
+
module_name: string;
|
|
51
|
+
tags: string;
|
|
52
|
+
};
|
|
53
|
+
pageSize: number;
|
|
54
|
+
p: number;
|
|
55
|
+
showarr: any;
|
|
56
|
+
order: string;
|
|
57
|
+
reverse: boolean;
|
|
58
|
+
page: any;
|
|
59
|
+
pages: string[];
|
|
60
|
+
setPage(val: any): void;
|
|
61
|
+
ngOnInit(): void;
|
|
62
|
+
getReportData(): void;
|
|
63
|
+
getReportFields(): void;
|
|
64
|
+
openForm(): void;
|
|
65
|
+
editForm(report: any): void;
|
|
66
|
+
formSubmit(): void;
|
|
67
|
+
showGuide(): void;
|
|
68
|
+
validateTags(newValue: any, id: any): boolean;
|
|
69
|
+
validateTagAndEmail(tags: any, id: any): boolean;
|
|
70
|
+
onPageSizeChange(p: any): void;
|
|
71
|
+
setOrder(value: string, i: any): void;
|
|
72
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReportFormatComponent, never>;
|
|
73
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReportFormatComponent, "app-report-format", never, {}, {}, never, never>;
|
|
74
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot, Router } from '@angular/router';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SessionEndGuard implements CanActivate {
|
|
5
|
+
private route;
|
|
6
|
+
constructor(route: Router);
|
|
7
|
+
canActivate(next: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable<boolean> | Promise<boolean> | boolean;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SessionEndGuard, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SessionEndGuard>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { NgxSpinnerService } from "ngx-spinner";
|
|
2
|
+
import { ToastrService } from 'ngx-toastr';
|
|
3
|
+
import { HttpClient } from '@angular/common/http';
|
|
4
|
+
import { GlobleEnvService } from '../globle/globle-env.service';
|
|
5
|
+
import { Observable } from 'rxjs';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class StockServiceService {
|
|
8
|
+
private http;
|
|
9
|
+
glbEnv: GlobleEnvService;
|
|
10
|
+
private toastr;
|
|
11
|
+
private spinnerService;
|
|
12
|
+
constructor(http: HttpClient, glbEnv: GlobleEnvService, toastr: ToastrService, spinnerService: NgxSpinnerService);
|
|
13
|
+
load(reqObj: any, headers: any, url: any): Promise<void | ArrayBuffer>;
|
|
14
|
+
Getdata(reqObj: any, header: any, url: any): Observable<ArrayBuffer>;
|
|
15
|
+
requestDataFromMultipleSources(MultipleReqList: any): Observable<any[]>;
|
|
16
|
+
getCookies(): string;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StockServiceService, never>;
|
|
18
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<StockServiceService>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,227 @@
|
|
|
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 { SystemServiceService } from "../system-service/system-service.service";
|
|
6
|
+
import { UploadFileService } from "../system-service/upload-file.service";
|
|
7
|
+
import { ContactServiceService } from "../../contact-service/contact-service.service";
|
|
8
|
+
import { SortableComponent } from "ngx-bootstrap/sortable";
|
|
9
|
+
import { CommanServiceService } from "../../comman-service/comman-service.service";
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
export declare class SubformComponent implements OnInit {
|
|
12
|
+
router: Router;
|
|
13
|
+
private route;
|
|
14
|
+
private toastr;
|
|
15
|
+
private ss;
|
|
16
|
+
private uploadService;
|
|
17
|
+
private spinnerService;
|
|
18
|
+
cs: ContactServiceService;
|
|
19
|
+
cm: CommanServiceService;
|
|
20
|
+
closebtn: ElementRef;
|
|
21
|
+
fileOptMapMDclsbtn: ElementRef;
|
|
22
|
+
productDetailMapclsbtn: ElementRef;
|
|
23
|
+
deleteclsbtn: ElementRef;
|
|
24
|
+
input: ElementRef;
|
|
25
|
+
sortableComponent: SortableComponent;
|
|
26
|
+
cDt: Date;
|
|
27
|
+
formFilds: any[];
|
|
28
|
+
datalist: any[];
|
|
29
|
+
actions: any[];
|
|
30
|
+
lovs: any[];
|
|
31
|
+
addNew: any;
|
|
32
|
+
tblH: any[];
|
|
33
|
+
tblDesc: any[];
|
|
34
|
+
navigation: any[];
|
|
35
|
+
cLink: number;
|
|
36
|
+
glbObj: {};
|
|
37
|
+
showarr: any;
|
|
38
|
+
pageInfo: any;
|
|
39
|
+
header: any;
|
|
40
|
+
btnName: any;
|
|
41
|
+
pid: any;
|
|
42
|
+
searchF: any;
|
|
43
|
+
whrK: any;
|
|
44
|
+
whrV: any;
|
|
45
|
+
subFrmWk: any;
|
|
46
|
+
subFrmWv: any;
|
|
47
|
+
navform: any;
|
|
48
|
+
onErr: any;
|
|
49
|
+
hoveredI: any;
|
|
50
|
+
tbCell: any;
|
|
51
|
+
title: any;
|
|
52
|
+
pkf: any;
|
|
53
|
+
curl: any;
|
|
54
|
+
uiGrpList: any;
|
|
55
|
+
uiGrpListDtl: any;
|
|
56
|
+
attrCListDtl: any[];
|
|
57
|
+
attrQListDtl: any[];
|
|
58
|
+
dfv: any;
|
|
59
|
+
ci: any;
|
|
60
|
+
disableselc: boolean;
|
|
61
|
+
dataDtlist: any[];
|
|
62
|
+
dataDtl: any[];
|
|
63
|
+
itemStringsLeft: any;
|
|
64
|
+
addFrmNme: any;
|
|
65
|
+
documentUploadList: any;
|
|
66
|
+
documentUploadDtl: any;
|
|
67
|
+
selectedFiles: any;
|
|
68
|
+
applicationList: any[];
|
|
69
|
+
userDtls: any[];
|
|
70
|
+
moduleDtls: any[];
|
|
71
|
+
menuList: any[];
|
|
72
|
+
userRightsMenuList: any[];
|
|
73
|
+
totMenu: any;
|
|
74
|
+
subMenuIdns: any[];
|
|
75
|
+
whereMap: {};
|
|
76
|
+
paraObj: {};
|
|
77
|
+
currObj: {};
|
|
78
|
+
sqlArray: {};
|
|
79
|
+
s3details: {};
|
|
80
|
+
doctype: any;
|
|
81
|
+
pk: string;
|
|
82
|
+
pv: string;
|
|
83
|
+
GFOLDER: string;
|
|
84
|
+
GBUCKET: string;
|
|
85
|
+
fileUploads: any[];
|
|
86
|
+
nameAttr: any[];
|
|
87
|
+
file: any;
|
|
88
|
+
resFiles: any;
|
|
89
|
+
imageUrlLst: any[];
|
|
90
|
+
p: number;
|
|
91
|
+
pageSize: number;
|
|
92
|
+
order: string;
|
|
93
|
+
eveC: string;
|
|
94
|
+
estst: boolean;
|
|
95
|
+
inputtype: string;
|
|
96
|
+
reverse: boolean;
|
|
97
|
+
subform: boolean;
|
|
98
|
+
usrisExist: boolean;
|
|
99
|
+
ico: any;
|
|
100
|
+
display_group: any[];
|
|
101
|
+
display_row: any[];
|
|
102
|
+
display_attr: any[];
|
|
103
|
+
colVals: any[];
|
|
104
|
+
termsList: any[];
|
|
105
|
+
applUserList: any[];
|
|
106
|
+
routherDoc: any;
|
|
107
|
+
dataTrnsList: any[];
|
|
108
|
+
byrObj: {};
|
|
109
|
+
userDetails: any[];
|
|
110
|
+
pageDefinationPswdCng: any;
|
|
111
|
+
page_typ: any;
|
|
112
|
+
attrDtl: any;
|
|
113
|
+
attrMappingDtl: any;
|
|
114
|
+
attr_dtl_idn: any;
|
|
115
|
+
outMappingList: any[];
|
|
116
|
+
attrList: any[];
|
|
117
|
+
contactName: any;
|
|
118
|
+
producDetailModelTitle: any;
|
|
119
|
+
constructor(router: Router, route: ActivatedRoute, toastr: ToastrService, ss: SystemServiceService, uploadService: UploadFileService, spinnerService: NgxSpinnerService, cs: ContactServiceService, cm: CommanServiceService);
|
|
120
|
+
getPageDefination(): void;
|
|
121
|
+
getRowGroup(displayAttrIdn: any): void;
|
|
122
|
+
SaveRowGroup(displayAttrIdn: any, colname: any, colVals: any): void;
|
|
123
|
+
onChangeDispRow(e: any): void;
|
|
124
|
+
onChangeDispGrp(e: any): void;
|
|
125
|
+
getFormFields(): void;
|
|
126
|
+
userAction(ua: any, c: any, a: any, i: any): void;
|
|
127
|
+
loadProductDetailMapping(attrDtailIdn: any): void;
|
|
128
|
+
saveProductDetailMapping(): void;
|
|
129
|
+
navigationFun(nav: any, i: any): void;
|
|
130
|
+
exitBankDtlList: any[];
|
|
131
|
+
loadledgerBankDetails(): void;
|
|
132
|
+
bankList: any[];
|
|
133
|
+
bankDtlList: any[];
|
|
134
|
+
bank: any;
|
|
135
|
+
branch: string;
|
|
136
|
+
accountno: any;
|
|
137
|
+
accountType: string;
|
|
138
|
+
ledgerBankDetails(str: any): void;
|
|
139
|
+
getBankBranch(bank: any): void;
|
|
140
|
+
selectBranchDtl: {};
|
|
141
|
+
selectBranchAddress: string;
|
|
142
|
+
selectIfsc: string;
|
|
143
|
+
selectBranch(branch: any): void;
|
|
144
|
+
loadLedgerBank(): void;
|
|
145
|
+
editbank_dtl_idn: string;
|
|
146
|
+
loadEditBankDtl(bankdtl: any): void;
|
|
147
|
+
SaveLedgerBank(): void;
|
|
148
|
+
deletBankIdn: string;
|
|
149
|
+
ConfirmDeleteLedgerBank(bankdtl: any): void;
|
|
150
|
+
DeleteLedgerBank(): void;
|
|
151
|
+
getLedgerAttr(formname: any, mdl: any, type: any): void;
|
|
152
|
+
getJournalAttr(formname: any, mdl: any, type: any): void;
|
|
153
|
+
loadUserPassword(): void;
|
|
154
|
+
changePswd(e: any, userIdn: any): void;
|
|
155
|
+
changePassword(obj: any): void;
|
|
156
|
+
gblObj: any;
|
|
157
|
+
exitsingUserList: any[];
|
|
158
|
+
loadApplicationUserTerms(nmeidn: any): void;
|
|
159
|
+
selectedPeople3: any[];
|
|
160
|
+
ngAfterViewInit(): void;
|
|
161
|
+
loadSuggdata(str: any, page_item_idn: any, form_field: any): void;
|
|
162
|
+
loadJnlSuggdata(str: any, attr_nme: any, mdl: any): void;
|
|
163
|
+
onchaneVals(e: any, byrtrmid: any, selectedUserIdn: any): void;
|
|
164
|
+
onchangeUserSelect(e: any, trmobj: any): void;
|
|
165
|
+
onchangeUserDeselect(e: any, trmobj: any): void;
|
|
166
|
+
onchangeUserList(e: any, trmobj: any, typ: any): void;
|
|
167
|
+
saveAppUserterms(): void;
|
|
168
|
+
getEditData(data: any): void;
|
|
169
|
+
getSequence(element: any): void;
|
|
170
|
+
getSequence1(seqnme: any): void;
|
|
171
|
+
getLovListdata(tblF: any): void;
|
|
172
|
+
getLovList(tblF: any, page_item_idn: any): void;
|
|
173
|
+
getLovCityList(tblF: any, str: any): void;
|
|
174
|
+
DeleteTerms(): void;
|
|
175
|
+
deleteDataList(): void;
|
|
176
|
+
chkFun(fl: any, fData: any): void;
|
|
177
|
+
setnameprint(fl: any, fData: any): void;
|
|
178
|
+
setfactor(fl: any, fData: any): void;
|
|
179
|
+
isExist(dtaObj: any, fData: any): void;
|
|
180
|
+
submitForm(formVal: any, btn: any): void;
|
|
181
|
+
onSubmit(formVal: any, btn: any): void;
|
|
182
|
+
addedit(v: any, btn: any): void;
|
|
183
|
+
validateQuery(tblObj: any, f: any): void;
|
|
184
|
+
isUnique(dtaObj: any, inpuVal: any): void;
|
|
185
|
+
onPageSizeChange(p: any): void;
|
|
186
|
+
setOrder(value: string, i: any): void;
|
|
187
|
+
editCell(d: any, tbh: any): void;
|
|
188
|
+
getNameAttr(frmnme: any, mdl: any): void;
|
|
189
|
+
doceditAction: any;
|
|
190
|
+
docdeleteAction: any;
|
|
191
|
+
getFiles(nmeIdn: any): void;
|
|
192
|
+
opendocs(dtl: any): void;
|
|
193
|
+
uploadDocs(event: any): Promise<void>;
|
|
194
|
+
uploadFile(file: any, fileName: any): Promise<unknown>;
|
|
195
|
+
deleteDoc(): void;
|
|
196
|
+
DeleteDocsFromS3(docDtl: any): Promise<unknown>;
|
|
197
|
+
docDeleteDtl: {};
|
|
198
|
+
ConfirmdeleteDoc(docDtl: any): void;
|
|
199
|
+
EditUploadDocs(docDtl: any, event: any): Promise<void>;
|
|
200
|
+
loadApplication(): void;
|
|
201
|
+
application: any;
|
|
202
|
+
Module: any;
|
|
203
|
+
User: any;
|
|
204
|
+
loadWebApplication(): void;
|
|
205
|
+
loadUsrMdl(applId: any): void;
|
|
206
|
+
getUserRights(userId: any, ModuleId: any): void;
|
|
207
|
+
onChangeSubMenu(e: any, subMenuId: any, MenuId: any, UserId: any, moduleId: any): void;
|
|
208
|
+
onChangeMenu(e: any, menuId: any, UserId: any, moduleId: any): void;
|
|
209
|
+
onChangeWebSubMenu(e: any, subMenuId: any, MenuId: any, UserId: any, moduleId: any): void;
|
|
210
|
+
onChangeWebMenu(e: any, menuId: any, UserId: any, moduleId: any): void;
|
|
211
|
+
onChangeAll(e: any, UserId: any, moduleId: any): void;
|
|
212
|
+
saveFun(k: any, v: any, type: any): void;
|
|
213
|
+
pageDisplay: any;
|
|
214
|
+
addAttr(v: any, a: any, df: any): void;
|
|
215
|
+
addText(v: any, a: any, df: any): void;
|
|
216
|
+
remove(df: any, it: any, i: any, ff: any): void;
|
|
217
|
+
showHIdePass(): void;
|
|
218
|
+
rediecttokyc(): void;
|
|
219
|
+
formatDateSCMonthBefore(date: any, attr: any): void;
|
|
220
|
+
reset: (v: any) => any;
|
|
221
|
+
closeNull: () => any;
|
|
222
|
+
pageBck: () => void;
|
|
223
|
+
cUrl: any;
|
|
224
|
+
ngOnInit(): void;
|
|
225
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SubformComponent, never>;
|
|
226
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SubformComponent, "app-subform", never, {}, {}, never, never>;
|
|
227
|
+
}
|