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.
Files changed (113) hide show
  1. package/esm2020/ezlibrary_v2.mjs +5 -0
  2. package/esm2020/lib/admin-service/admin-service.service.mjs +36 -0
  3. package/esm2020/lib/analysis-search/analysis-search.component.mjs +1083 -0
  4. package/esm2020/lib/assort-service/assort-service.service.mjs +31 -0
  5. package/esm2020/lib/attribute-definition/attribute-definition.component.mjs +231 -0
  6. package/esm2020/lib/auth/auth.guard.mjs +40 -0
  7. package/esm2020/lib/bi-service/bi.service.mjs +58 -0
  8. package/esm2020/lib/call-info/callinfo.component.mjs +126 -0
  9. package/esm2020/lib/comman-service/comman-service.service.mjs +679 -0
  10. package/esm2020/lib/comman-service/share-data-service.service.mjs +23 -0
  11. package/esm2020/lib/contact-search/contact-search.component.mjs +679 -0
  12. package/esm2020/lib/contact-service/contact-service.service.mjs +47 -0
  13. package/esm2020/lib/ezheader/header.component.mjs +383 -0
  14. package/esm2020/lib/ezlib.module.mjs +220 -0
  15. package/esm2020/lib/file-upload/fileupload.component.mjs +920 -0
  16. package/esm2020/lib/file-upload-log/file-upload-log.component.mjs +175 -0
  17. package/esm2020/lib/fileupload-module/fileupload-dashboard/fileupload-dashboard.component.mjs +14 -0
  18. package/esm2020/lib/fileupload-module/fileupload-routing.module.mjs +28 -0
  19. package/esm2020/lib/footer/footer.component.mjs +18 -0
  20. package/esm2020/lib/globle/common-pdf.service.mjs +28 -0
  21. package/esm2020/lib/globle/globle-env.service.mjs +45 -0
  22. package/esm2020/lib/globle/memo-report.service.mjs +2800 -0
  23. package/esm2020/lib/globle/pdf-service.service.mjs +18848 -0
  24. package/esm2020/lib/globle/shared-services.service.mjs +27 -0
  25. package/esm2020/lib/globle/upload-service.service.mjs +69 -0
  26. package/esm2020/lib/header/header.component.mjs +179 -0
  27. package/esm2020/lib/invalid/invalid.component.mjs +71 -0
  28. package/esm2020/lib/logout/logout.component.mjs +107 -0
  29. package/esm2020/lib/menu-right/menu-right.component.mjs +252 -0
  30. package/esm2020/lib/pipes/number-with-commas.pipe.mjs +24 -0
  31. package/esm2020/lib/pipes/order-by-pipe.pipe.mjs +17 -0
  32. package/esm2020/lib/pipes/selectedCount.mjs +19 -0
  33. package/esm2020/lib/pipes/sum.pipe.mjs +16 -0
  34. package/esm2020/lib/pkt-data/pkt-data.component.mjs +1107 -0
  35. package/esm2020/lib/pricing-service/pricing.service.mjs +58 -0
  36. package/esm2020/lib/qa-analysis/qa-analysis.component.mjs +1035 -0
  37. package/esm2020/lib/report-format/report-format.component.mjs +400 -0
  38. package/esm2020/lib/sessionend/session-end.guard.mjs +28 -0
  39. package/esm2020/lib/stock-service/lazyload.service.mjs +21 -0
  40. package/esm2020/lib/stock-service/stock-service.service.mjs +62 -0
  41. package/esm2020/lib/system-module/subform/subform.component.mjs +2481 -0
  42. package/esm2020/lib/system-module/system/system.component.mjs +959 -0
  43. package/esm2020/lib/system-module/system-service/system-service.service.mjs +85 -0
  44. package/esm2020/lib/system-module/system-service/upload-file.service.mjs +86 -0
  45. package/esm2020/lib/utility/app-no-dbl-click.directive.mjs +23 -0
  46. package/esm2020/lib/utility/constants.mjs +5 -0
  47. package/esm2020/lib/utility/contact-table-search.pipe.mjs +25 -0
  48. package/esm2020/lib/utility/formate-num-field.pipe.mjs +19 -0
  49. package/esm2020/lib/utility/search-pipe.pipe.mjs +26 -0
  50. package/esm2020/lib/utility/selective-preloading-strategy.mjs +23 -0
  51. package/esm2020/lib/utility/table-search.pipe.mjs +25 -0
  52. package/esm2020/lib/utility/tranform.directive.mjs +27 -0
  53. package/esm2020/lib/websearch-history/websearch-history.component.mjs +273 -0
  54. package/esm2020/public_api.mjs +57 -0
  55. package/ezlibrary_v2.d.ts +5 -0
  56. package/fesm2015/ezlibrary_v2.mjs +33543 -0
  57. package/fesm2015/ezlibrary_v2.mjs.map +1 -0
  58. package/fesm2020/ezlibrary_v2.mjs +33533 -0
  59. package/fesm2020/ezlibrary_v2.mjs.map +1 -0
  60. package/lib/admin-service/admin-service.service.d.ts +13 -0
  61. package/lib/analysis-search/analysis-search.component.d.ts +122 -0
  62. package/lib/assort-service/assort-service.service.d.ts +12 -0
  63. package/lib/attribute-definition/attribute-definition.component.d.ts +47 -0
  64. package/lib/auth/auth.guard.d.ts +16 -0
  65. package/lib/bi-service/bi.service.d.ts +20 -0
  66. package/lib/call-info/callinfo.component.d.ts +30 -0
  67. package/lib/comman-service/comman-service.service.d.ts +111 -0
  68. package/lib/comman-service/share-data-service.service.d.ts +10 -0
  69. package/lib/contact-search/contact-search.component.d.ts +115 -0
  70. package/lib/contact-service/contact-service.service.d.ts +15 -0
  71. package/lib/ezheader/header.component.d.ts +61 -0
  72. package/lib/ezlib.module.d.ts +47 -0
  73. package/lib/file-upload/fileupload.component.d.ts +131 -0
  74. package/lib/file-upload-log/file-upload-log.component.d.ts +53 -0
  75. package/lib/fileupload-module/fileupload-dashboard/fileupload-dashboard.component.d.ts +8 -0
  76. package/lib/fileupload-module/fileupload-routing.module.d.ts +7 -0
  77. package/lib/footer/footer.component.d.ts +9 -0
  78. package/lib/globle/common-pdf.service.d.ts +9 -0
  79. package/lib/globle/globle-env.service.d.ts +16 -0
  80. package/lib/globle/memo-report.service.d.ts +107 -0
  81. package/lib/globle/pdf-service.service.d.ts +459 -0
  82. package/lib/globle/shared-services.service.d.ts +12 -0
  83. package/lib/globle/upload-service.service.d.ts +20 -0
  84. package/lib/header/header.component.d.ts +45 -0
  85. package/lib/invalid/invalid.component.d.ts +12 -0
  86. package/lib/logout/logout.component.d.ts +21 -0
  87. package/lib/menu-right/menu-right.component.d.ts +47 -0
  88. package/lib/pipes/number-with-commas.pipe.d.ts +7 -0
  89. package/lib/pipes/order-by-pipe.pipe.d.ts +7 -0
  90. package/lib/pipes/selectedCount.d.ts +7 -0
  91. package/lib/pipes/sum.pipe.d.ts +7 -0
  92. package/lib/pkt-data/pkt-data.component.d.ts +189 -0
  93. package/lib/pricing-service/pricing.service.d.ts +20 -0
  94. package/lib/qa-analysis/qa-analysis.component.d.ts +99 -0
  95. package/lib/report-format/report-format.component.d.ts +74 -0
  96. package/lib/sessionend/session-end.guard.d.ts +10 -0
  97. package/lib/stock-service/lazyload.service.d.ts +7 -0
  98. package/lib/stock-service/stock-service.service.d.ts +19 -0
  99. package/lib/system-module/subform/subform.component.d.ts +227 -0
  100. package/lib/system-module/system/system.component.d.ts +113 -0
  101. package/lib/system-module/system-service/system-service.service.d.ts +23 -0
  102. package/lib/system-module/system-service/upload-file.service.d.ts +12 -0
  103. package/lib/utility/app-no-dbl-click.directive.d.ts +7 -0
  104. package/lib/utility/constants.d.ts +4 -0
  105. package/lib/utility/contact-table-search.pipe.d.ts +7 -0
  106. package/lib/utility/formate-num-field.pipe.d.ts +7 -0
  107. package/lib/utility/search-pipe.pipe.d.ts +7 -0
  108. package/lib/utility/selective-preloading-strategy.d.ts +9 -0
  109. package/lib/utility/table-search.pipe.d.ts +7 -0
  110. package/lib/utility/tranform.directive.d.ts +10 -0
  111. package/lib/websearch-history/websearch-history.component.d.ts +62 -0
  112. package/package.json +48 -0
  113. package/public_api.d.ts +52 -0
@@ -0,0 +1,13 @@
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 AdminServiceService {
5
+ private http;
6
+ glbEnv: GlobleEnvService;
7
+ constructor(http: HttpClient, glbEnv: GlobleEnvService);
8
+ getMenuRights(reqObj: any, headers: any): Promise<ArrayBuffer>;
9
+ saveUserMenuRights(reqObj: any, headers: any): Promise<ArrayBuffer>;
10
+ load(reqObj: any, headers: any, url: any): Promise<ArrayBuffer>;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<AdminServiceService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<AdminServiceService>;
13
+ }
@@ -0,0 +1,122 @@
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 * as i0 from "@angular/core";
8
+ export declare class AnalysisSearchComponent implements OnInit {
9
+ cs: CommanServiceService;
10
+ private bis;
11
+ private _spinnerService;
12
+ private toastr;
13
+ private router;
14
+ private route;
15
+ constructor(cs: CommanServiceService, bis: BiService, _spinnerService: NgxSpinnerService, toastr: ToastrService, router: Router, route: ActivatedRoute);
16
+ attrStructureDtl: any;
17
+ bi_sale_dys: any[];
18
+ salePeriod: any;
19
+ statusList: any[];
20
+ sizePrp: any[];
21
+ biPeriodList: any[];
22
+ viewOptions: any;
23
+ employees: any;
24
+ empId: any;
25
+ buyers: any;
26
+ selectedSugg: any;
27
+ header: any;
28
+ schId: any;
29
+ count: any;
30
+ defaultStatusList: any;
31
+ selectedStatus: any[];
32
+ anaAllGrpStt: any[];
33
+ chk: any;
34
+ newArrObj: any;
35
+ attr: any;
36
+ attrType: any;
37
+ attrVal: any;
38
+ attrt: any;
39
+ attrTypet: any;
40
+ attrValt: any;
41
+ callFrom: string;
42
+ trm: any;
43
+ selectedCriteria: any[];
44
+ searchId: any;
45
+ period: any;
46
+ p1: any;
47
+ p2: any[];
48
+ p3: any[];
49
+ p4: any[];
50
+ viewFormate: string;
51
+ groups: any[];
52
+ viewGrp: any;
53
+ cnt: number;
54
+ modfytxt: any;
55
+ modify: any;
56
+ modifySch: any;
57
+ modfystat: any;
58
+ terms: any[];
59
+ formname: any;
60
+ dropdownList: any[];
61
+ selectedItems: any[];
62
+ dropdownSettings: {};
63
+ venderList: any[];
64
+ vender: any;
65
+ szprp: any;
66
+ attribute: any;
67
+ modulename: any;
68
+ cUrl: any;
69
+ showvender: boolean;
70
+ onItemSelect(item: any): void;
71
+ OnItemDeSelect(item: any): void;
72
+ onSelectAll(items: any): void;
73
+ onDeSelectAll(items: any): void;
74
+ loadAnalysisSearchPage(): void;
75
+ selectAll(attcompoObj: any, e: any): void;
76
+ addScrollBar(): void;
77
+ onselect(bId: any): void;
78
+ getBuyers(employee: any): void;
79
+ getVender(e: any): void;
80
+ leftScroll(div: any): void;
81
+ rightScroll(div: any): void;
82
+ checkBoxFun(attOj: any, val: any, status: any, id: any): void;
83
+ one: any;
84
+ two: any;
85
+ three: any;
86
+ thvgup: any;
87
+ exRate: any;
88
+ selectEle(c: any, s: any): void;
89
+ singleVal(attOj: any, val: any, i: any): void;
90
+ onDateChange(attrObj: any, val: any, i: any): void;
91
+ modifySearchFun(): void;
92
+ range(attOj: any, val: any, index: any): void;
93
+ additional(attOj: any, val: any, index: any, call: any): void;
94
+ multiselect(attOj: any, val: any): void;
95
+ deselect(attOj: any, val: any): void;
96
+ attrMaker(c: any): void;
97
+ getVal(v: any, s: any): void;
98
+ anaAllGrpSttLBL: any[];
99
+ setStt(v: any, s: any): void;
100
+ soldStatus: any[];
101
+ otherStatus: any[];
102
+ pattr: string;
103
+ pattrType: string;
104
+ pattrVal: string;
105
+ first: any;
106
+ second: any;
107
+ gPfrom: any;
108
+ gPto: any;
109
+ addDate(val: any, index: any, call: any): void;
110
+ onChangeSalePeriod(days: any): void;
111
+ viewResult(type: any): void;
112
+ oac: {};
113
+ getSchResult(view: any): void;
114
+ onPeriodChange(period: any): void;
115
+ getSchId(status: any, view: any): void;
116
+ getSoldSchId(status: any, view: any): void;
117
+ arrayConversion: (value: any) => any;
118
+ clearLocalStorages(): void;
119
+ ngOnInit(): void;
120
+ static ɵfac: i0.ɵɵFactoryDeclaration<AnalysisSearchComponent, never>;
121
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnalysisSearchComponent, "app-analysis-search", never, {}, {}, never, never>;
122
+ }
@@ -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 AssortServiceService {
5
+ private http;
6
+ glbEnv: GlobleEnvService;
7
+ constructor(http: HttpClient, glbEnv: GlobleEnvService);
8
+ load(reqObj: any, headers: any, url: any): Promise<ArrayBuffer>;
9
+ getCookies(): string;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<AssortServiceService, never>;
11
+ static ɵprov: i0.ɵɵInjectableDeclaration<AssortServiceService>;
12
+ }
@@ -0,0 +1,47 @@
1
+ import { CommanServiceService } from '../comman-service/comman-service.service';
2
+ import { PricingService } from './../pricing-service/pricing.service';
3
+ import { Router, ActivatedRoute } from '@angular/router';
4
+ import { OnInit } from '@angular/core';
5
+ import { ToastrService } from 'ngx-toastr';
6
+ import { NgxSpinnerService } from "ngx-spinner";
7
+ import { FormArray, FormGroup, FormBuilder } from '@angular/forms';
8
+ import { AbstractControl } from '@angular/forms';
9
+ import * as i0 from "@angular/core";
10
+ export declare class AttributeDefinitionComponent implements OnInit {
11
+ router: Router;
12
+ private route;
13
+ private toastr;
14
+ private spinnerService;
15
+ private ps;
16
+ cs: CommanServiceService;
17
+ private fb;
18
+ myFormmm: FormGroup;
19
+ constructor(router: Router, route: ActivatedRoute, toastr: ToastrService, spinnerService: NgxSpinnerService, ps: PricingService, cs: CommanServiceService, fb: FormBuilder);
20
+ addNew: any;
21
+ pageInfo: any;
22
+ attibutes: any;
23
+ priceDefination: any;
24
+ attribute: any;
25
+ btnAction: any;
26
+ pageSize: any;
27
+ searchF: any;
28
+ btnName: any;
29
+ getPageDefination(): void;
30
+ ngOnInit(): void;
31
+ get fromToForms(): FormArray;
32
+ get attr(): AbstractControl;
33
+ get disType(): any;
34
+ addFromTo(): void;
35
+ deletePhone(i: any): void;
36
+ type: any;
37
+ frmPrps: any;
38
+ toPrps: any;
39
+ getAttriBute(val: any): void;
40
+ private currObj;
41
+ userAction(obj: any, call: any, actionObj: any): void;
42
+ setBtnAdd(): void;
43
+ deleteData(): void;
44
+ onSubmit(): void;
45
+ static ɵfac: i0.ɵɵFactoryDeclaration<AttributeDefinitionComponent, never>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<AttributeDefinitionComponent, "app-attribute-definition", never, {}, {}, never, never>;
47
+ }
@@ -0,0 +1,16 @@
1
+ import { CanActivate, Router, ActivatedRoute } from '@angular/router';
2
+ import { ToastrService } from 'ngx-toastr';
3
+ import * as i0 from "@angular/core";
4
+ export declare class AuthGuard implements CanActivate {
5
+ private route;
6
+ private ac;
7
+ private router;
8
+ private toastr;
9
+ cUrl: any;
10
+ constructor(route: Router, ac: ActivatedRoute, router: Router, toastr: ToastrService);
11
+ userLoggedIn: boolean;
12
+ canActivate(): boolean;
13
+ redirectToLoginPage(ds: any): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<AuthGuard, never>;
15
+ static ɵprov: i0.ɵɵInjectableDeclaration<AuthGuard>;
16
+ }
@@ -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 BiService {
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<BiService, never>;
19
+ static ɵprov: i0.ɵɵInjectableDeclaration<BiService>;
20
+ }
@@ -0,0 +1,30 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { Router, ActivatedRoute } from '@angular/router';
3
+ import { ToastrService } from 'ngx-toastr';
4
+ import { CommanServiceService } from '../comman-service/comman-service.service';
5
+ import { GlobleEnvService } from '../globle/globle-env.service';
6
+ import { NgxSpinnerService } from "ngx-spinner";
7
+ import * as i0 from "@angular/core";
8
+ export declare class CallInfoComponent implements OnInit {
9
+ router: Router;
10
+ private route;
11
+ private cs;
12
+ private toastr;
13
+ private spinnerService;
14
+ private globlEnv;
15
+ constructor(router: Router, route: ActivatedRoute, cs: CommanServiceService, toastr: ToastrService, spinnerService: NgxSpinnerService, globlEnv: GlobleEnvService);
16
+ header: any;
17
+ communictionMode: any[];
18
+ contactDate: any;
19
+ medium: any;
20
+ subject: any;
21
+ summary: any;
22
+ detail: any;
23
+ emp_idn: any;
24
+ nme_idn: any;
25
+ ngOnInit(): void;
26
+ loadCallInfo(): void;
27
+ SaveCallInfo(): void;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<CallInfoComponent, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<CallInfoComponent, "app-callinfo", never, {}, {}, never, never>;
30
+ }
@@ -0,0 +1,111 @@
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { GlobleEnvService } from '../globle/globle-env.service';
3
+ import { Router } from '@angular/router';
4
+ import { NgxSpinnerService } from "ngx-spinner";
5
+ import { ToastrService } from 'ngx-toastr';
6
+ import { DatePipe } from '@angular/common';
7
+ import * as i0 from "@angular/core";
8
+ export declare class CommanServiceService {
9
+ router: Router;
10
+ private http;
11
+ glbEnv: GlobleEnvService;
12
+ private toastr;
13
+ private spinnerService;
14
+ private datePipe;
15
+ readonly cDate: Date;
16
+ header: any;
17
+ a: string[];
18
+ b: string[];
19
+ constructor(router: Router, http: HttpClient, glbEnv: GlobleEnvService, toastr: ToastrService, spinnerService: NgxSpinnerService, datePipe: DatePipe);
20
+ loadList(reqObj: any, headers: any): Promise<ArrayBuffer>;
21
+ menuList(reqObj: any, headers: any): Promise<ArrayBuffer>;
22
+ loadmenuList(reqObj: any, headers: any): Promise<ArrayBuffer>;
23
+ logout(reqObj: any, headers: any): Promise<ArrayBuffer>;
24
+ authLogout(reqObj: any, headers: any): Promise<ArrayBuffer>;
25
+ getVnmseq(reqObj: any, headers: any): Promise<ArrayBuffer>;
26
+ CSVConvertor(JSONData: any, ReportTitle: any, ShowLabel: any): void;
27
+ COmparisionCSVConvertor(Headers: any, HdrDtl: any, JSONData: any, ReportTitle: any, ShowLabel: any): void;
28
+ CSVConvertorGrpWise(groupSummary: any, attrDtl: any, attrDisplayDtl: any, GrpList: any, finalGrpVal: any, ReportTitle: any, ShowLabel: any): void;
29
+ modifyDataByHeader(searchResultDtl: any, resultView: any, resultViewDtl: any): any[];
30
+ modifyGrpDataByHeader(searchResultDtl: any, resultView: any, resultViewDtl: any): any[];
31
+ formatDate(date: any): string;
32
+ formatDateSC(date: any): string;
33
+ ddMMYYYY(date: any): string;
34
+ FormatDate(date: any, format: any): string;
35
+ ddMMYYYYnum(date: any): string;
36
+ formatDateSCMonthBefore(date: any): string;
37
+ numberFloat(number: any): number;
38
+ dateValidation(date: any, formate: any): any;
39
+ splitToTwoDecimal(inputval: any): any;
40
+ splitToThreeDecimal(inputval: any): any;
41
+ roundval(inputval: any): number;
42
+ roundUp(num: any, precision: any): number;
43
+ getSignedUrl(s3details: any, doc_nme: any, bucket: any): void;
44
+ numbertofixed(inputval: any, decimal: any): any;
45
+ truncate(number: any, index?: number): number;
46
+ floorFigure(figure: any, decimals: any): any;
47
+ scrollToDiv(el: any): void;
48
+ getIp(): any;
49
+ pageBck: () => void;
50
+ getBrowserInfo(): {
51
+ browserName: string;
52
+ version: string;
53
+ majorVersion: number;
54
+ appName: string;
55
+ userAgent: string;
56
+ };
57
+ editorConfig: {
58
+ editable: boolean;
59
+ spellcheck: boolean;
60
+ height: string;
61
+ minHeight: string;
62
+ width: string;
63
+ minWidth: string;
64
+ translate: string;
65
+ enableToolbar: boolean;
66
+ showToolbar: boolean;
67
+ placeholder: string;
68
+ imageEndPoint: string;
69
+ toolbar: string[][];
70
+ };
71
+ formateStr(str: any): any;
72
+ startRFIDScan(deviceId: any, formNme: any): void;
73
+ StopRFIDScan(scan_idn: any, formNme: any): void;
74
+ load(reqObj: any, headers: any, url: any): Promise<void | ArrayBuffer>;
75
+ loadiFile(reqObj: any, header: any, url: any): Promise<void | ArrayBuffer>;
76
+ numberWithCommas(x: any): any;
77
+ numberWithCommasFormat(num: any): any;
78
+ inWordsINR(num: any): string;
79
+ randomnumber(): number;
80
+ tagboxSettings: {
81
+ enableFilterSelectAll: false;
82
+ singleSelection: false;
83
+ text: "Select status";
84
+ selectAllText: 'Select All';
85
+ unSelectAllText: 'UnSelect All';
86
+ enableSearchFilter: true;
87
+ classes: "myclass custom-class";
88
+ };
89
+ removeEmpty(obj: any): {};
90
+ config: {
91
+ editable: boolean;
92
+ spellcheck: boolean;
93
+ height: string;
94
+ minHeight: string;
95
+ placeholder: string;
96
+ translate: string;
97
+ defaultParagraphSeparator: string;
98
+ defaultFontName: string;
99
+ customClasses: ({
100
+ name: string;
101
+ class: string;
102
+ tag?: undefined;
103
+ } | {
104
+ name: string;
105
+ class: string;
106
+ tag: string;
107
+ })[];
108
+ };
109
+ static ɵfac: i0.ɵɵFactoryDeclaration<CommanServiceService, never>;
110
+ static ɵprov: i0.ɵɵInjectableDeclaration<CommanServiceService>;
111
+ }
@@ -0,0 +1,10 @@
1
+ import { Observable } from 'rxjs';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ShareDataService {
4
+ constructor();
5
+ private _listners;
6
+ listen(): Observable<any>;
7
+ filter(filterBy: string): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<ShareDataService, never>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<ShareDataService>;
10
+ }
@@ -0,0 +1,115 @@
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 { ContactServiceService } from '../contact-service/contact-service.service';
6
+ import { StockServiceService } from '../stock-service/stock-service.service';
7
+ import { CommanServiceService } from '../comman-service/comman-service.service';
8
+ import { AbstractControl } from '@angular/forms';
9
+ import { FormGroup, FormBuilder } from '@angular/forms';
10
+ import * as i0 from "@angular/core";
11
+ export declare class ContactSearchComponent implements OnInit {
12
+ router: Router;
13
+ private route;
14
+ private toastr;
15
+ private cs;
16
+ private ss;
17
+ private spinnerService;
18
+ private cmncs;
19
+ private fb;
20
+ constructor(router: Router, route: ActivatedRoute, toastr: ToastrService, cs: ContactServiceService, ss: StockServiceService, spinnerService: NgxSpinnerService, cmncs: CommanServiceService, fb: FormBuilder);
21
+ submitbtn: ElementRef;
22
+ slexclosebtn: ElementRef;
23
+ mailclosebtn: ElementRef;
24
+ notificlosebtn: ElementRef;
25
+ config: {
26
+ editable: boolean;
27
+ spellcheck: boolean;
28
+ height: string;
29
+ minHeight: string;
30
+ placeholder: string;
31
+ translate: string;
32
+ defaultParagraphSeparator: string;
33
+ defaultFontName: string;
34
+ };
35
+ noticonfig: {
36
+ editable: boolean;
37
+ spellcheck: boolean;
38
+ height: string;
39
+ minHeight: string;
40
+ placeholder: string;
41
+ translate: string;
42
+ defaultParagraphSeparator: string;
43
+ defaultFontName: string;
44
+ toolbarHiddenButtons: string[][];
45
+ };
46
+ cUrl: any;
47
+ header: any;
48
+ cDt: Date;
49
+ editorConfig: any;
50
+ contactTypeList: any;
51
+ currencyList: any;
52
+ termsList: any;
53
+ pageDefination: any;
54
+ htmlcontent: any;
55
+ searchF: any;
56
+ employeeList: any[];
57
+ countryList: any[];
58
+ buyerList: any[];
59
+ saleExecutiveList: any[];
60
+ cityList: any[];
61
+ contactType: string;
62
+ actions: any[];
63
+ buyerSugg: any;
64
+ empId: any;
65
+ Terms: string;
66
+ currency: string;
67
+ userName: any;
68
+ City: string;
69
+ trns_buttons: any;
70
+ dataHeader: any[];
71
+ dataList: any[];
72
+ dataHeaderPrint: any;
73
+ buttons: any;
74
+ tabs: any;
75
+ status: any;
76
+ MailMsg: any;
77
+ saleExcute: any;
78
+ nameIdnList: any;
79
+ myFormmm: FormGroup;
80
+ myNotification: FormGroup;
81
+ notificationMdlList: any[];
82
+ buyer: any;
83
+ mmtimeList: any[];
84
+ hhtimeList: any[];
85
+ loadProcess(): void;
86
+ addNewContact(dtl: any): void;
87
+ loadBuyer(searchTerm: any): void;
88
+ EmployeeList: any[];
89
+ loadSaleExcutive(searchTerm: any): void;
90
+ getCity(counrytId: any): void;
91
+ onSubmit(formVal: any, subBtn: any): void;
92
+ searchContact(): void;
93
+ userAction(ua: any, c: any, a: any): void;
94
+ toolactions(tab: any): void;
95
+ NotificationPopup(): void;
96
+ AddNotification(): void;
97
+ exportExcel(): void;
98
+ MailPopup(): void;
99
+ UpdateSaleExecutivePop(): void;
100
+ UpdateSaleExecutive(): void;
101
+ SendMail(): void;
102
+ get notificationControl(): {
103
+ [key: string]: AbstractControl;
104
+ };
105
+ selectRow(nme_idn: any): void;
106
+ selectAll(e: any): void;
107
+ selectedObj: any[];
108
+ selectedItm: any[];
109
+ selectedCrtWeight: number;
110
+ checkedRow(data: any, nme_idn: any): void;
111
+ ngOnInit(): void;
112
+ notificationFormreset(): void;
113
+ static ɵfac: i0.ɵɵFactoryDeclaration<ContactSearchComponent, never>;
114
+ static ɵcmp: i0.ɵɵComponentDeclaration<ContactSearchComponent, "app-contact-search", never, {}, {}, never, never>;
115
+ }
@@ -0,0 +1,15 @@
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 ContactServiceService {
5
+ private http;
6
+ glbEnv: GlobleEnvService;
7
+ constructor(http: HttpClient, glbEnv: GlobleEnvService);
8
+ getMenuRights(reqObj: any, headers: any): Promise<ArrayBuffer>;
9
+ saveUserMenuRights(reqObj: any, headers: any): Promise<ArrayBuffer>;
10
+ loadMenuRightsUserWise(reqObj: any, headers: any): Promise<ArrayBuffer>;
11
+ saveUserMenuRightsContact(reqObj: any, headers: any): Promise<ArrayBuffer>;
12
+ load(reqObj: any, headers: any, url: any): Promise<ArrayBuffer>;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<ContactServiceService, never>;
14
+ static ɵprov: i0.ɵɵInjectableDeclaration<ContactServiceService>;
15
+ }
@@ -0,0 +1,61 @@
1
+ import { OnInit, ElementRef } from '@angular/core';
2
+ import { ToastrService } from 'ngx-toastr';
3
+ import { Router } from '@angular/router';
4
+ import { CommanServiceService } from '../comman-service/comman-service.service';
5
+ import { GlobleEnvService } from '../globle/globle-env.service';
6
+ import { NgxSpinnerService } from "ngx-spinner";
7
+ import * as i0 from "@angular/core";
8
+ export declare class EzHeaderComponent implements OnInit {
9
+ private router;
10
+ private toastr;
11
+ private cs;
12
+ globlEnv: GlobleEnvService;
13
+ private spinnerService;
14
+ constructor(router: Router, toastr: ToastrService, cs: CommanServiceService, globlEnv: GlobleEnvService, spinnerService: NgxSpinnerService);
15
+ closebtn: ElementRef;
16
+ cDate: Date;
17
+ ds: string;
18
+ uUsr: string;
19
+ company: string;
20
+ year: string;
21
+ userDetails: any[];
22
+ historyLinkMap: {};
23
+ historyLink: any[];
24
+ cUrl: any;
25
+ header: any;
26
+ accMenuList: {};
27
+ flag: boolean;
28
+ keyList: any[];
29
+ searchF: any;
30
+ uname: any;
31
+ qkSch: any;
32
+ schId: any;
33
+ sttsA: any;
34
+ count: any;
35
+ ntSch: boolean;
36
+ srchCnt: number;
37
+ cnt: number;
38
+ feedbackComment: string;
39
+ clickFilter(kc: any): void;
40
+ backHome(): void;
41
+ routehome(): void;
42
+ packetLookupSrcCount(fglstr: any): void;
43
+ logout(): void;
44
+ menuList(): void;
45
+ logOutBox(): void;
46
+ ispasswordChange: boolean;
47
+ ChangePassword(): void;
48
+ passwordChange(): void;
49
+ SavePassword(): void;
50
+ ShowMenu(typ: any, menudtl: any): void;
51
+ EditCompany(): void;
52
+ rbi: string;
53
+ bank: string;
54
+ cutomimp: string;
55
+ cutomexp: string;
56
+ mdlk: any;
57
+ ngOnInit(): void;
58
+ OpenOption(): void;
59
+ static ɵfac: i0.ɵɵFactoryDeclaration<EzHeaderComponent, never>;
60
+ static ɵcmp: i0.ɵɵComponentDeclaration<EzHeaderComponent, "app-ezheader", never, {}, {}, never, never>;
61
+ }
@@ -0,0 +1,47 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./header/header.component";
3
+ import * as i2 from "./ezheader/header.component";
4
+ import * as i3 from "./logout/logout.component";
5
+ import * as i4 from "./invalid/invalid.component";
6
+ import * as i5 from "./footer/footer.component";
7
+ import * as i6 from "./file-upload/fileupload.component";
8
+ import * as i7 from "./file-upload-log/file-upload-log.component";
9
+ import * as i8 from "./fileupload-module/fileupload-dashboard/fileupload-dashboard.component";
10
+ import * as i9 from "./system-module/subform/subform.component";
11
+ import * as i10 from "./call-info/callinfo.component";
12
+ import * as i11 from "./contact-search/contact-search.component";
13
+ import * as i12 from "./websearch-history/websearch-history.component";
14
+ import * as i13 from "./analysis-search/analysis-search.component";
15
+ import * as i14 from "./qa-analysis/qa-analysis.component";
16
+ import * as i15 from "./pkt-data/pkt-data.component";
17
+ import * as i16 from "./utility/table-search.pipe";
18
+ import * as i17 from "./utility/app-no-dbl-click.directive";
19
+ import * as i18 from "./utility/contact-table-search.pipe";
20
+ import * as i19 from "./utility/formate-num-field.pipe";
21
+ import * as i20 from "./utility/search-pipe.pipe";
22
+ import * as i21 from "./utility/tranform.directive";
23
+ import * as i22 from "./pipes/number-with-commas.pipe";
24
+ import * as i23 from "./pipes/order-by-pipe.pipe";
25
+ import * as i24 from "./pipes/selectedCount";
26
+ import * as i25 from "./pipes/sum.pipe";
27
+ import * as i26 from "./system-module/system/system.component";
28
+ import * as i27 from "./menu-right/menu-right.component";
29
+ import * as i28 from "./report-format/report-format.component";
30
+ import * as i29 from "./attribute-definition/attribute-definition.component";
31
+ import * as i30 from "@angular/common";
32
+ import * as i31 from "@angular/forms";
33
+ import * as i32 from "ng-select";
34
+ import * as i33 from "angular2-multiselect-dropdown";
35
+ import * as i34 from "ngx-order-pipe";
36
+ import * as i35 from "@angular/router";
37
+ import * as i36 from "@kolkov/angular-editor";
38
+ import * as i37 from "ngx-chips";
39
+ import * as i38 from "ngx-pagination";
40
+ import * as i39 from "ngx-bootstrap/sortable";
41
+ import * as i40 from "ng2-charts";
42
+ import * as i41 from "ngx-infinite-scroll";
43
+ export declare class EzlibModule {
44
+ static ɵfac: i0.ɵɵFactoryDeclaration<EzlibModule, never>;
45
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EzlibModule, [typeof i1.HeaderComponent, typeof i2.EzHeaderComponent, typeof i3.LogoutComponent, typeof i4.InvalidComponent, typeof i5.FooterComponent, typeof i6.FileuploadComponent, typeof i7.FileUploadLogComponent, typeof i8.FileuploadDashboardComponent, typeof i9.SubformComponent, typeof i10.CallInfoComponent, typeof i11.ContactSearchComponent, typeof i12.WebsearchHistoryComponent, typeof i13.AnalysisSearchComponent, typeof i14.QaAnalysisComponent, typeof i15.PktDataComponent, typeof i16.TableSearchPipe, typeof i17.AppNoDblClickDirective, typeof i18.ContacttableSearch, typeof i19.FormateNumFieldPipe, typeof i20.SearchPipePipe, typeof i21.UpperCaseTextDirective, typeof i22.NumberWithCommasPipe, typeof i23.OrderByPipePipe, typeof i24.GetSelectedPipe, typeof i25.SumPipe, typeof i26.SystemComponent, typeof i27.MenuRightComponent, typeof i28.ReportFormatComponent, typeof i29.AttributeDefinitionComponent], [typeof i30.CommonModule, typeof i31.FormsModule, typeof i31.ReactiveFormsModule, typeof i32.SelectModule, typeof i33.AngularMultiSelectModule, typeof i34.OrderModule, typeof i35.RouterModule, typeof i36.AngularEditorModule, typeof i37.TagInputModule, typeof i38.NgxPaginationModule, typeof i39.SortableModule, typeof i40.ChartsModule, typeof i41.InfiniteScrollModule], [typeof i30.CommonModule, typeof i31.FormsModule, typeof i1.HeaderComponent, typeof i2.EzHeaderComponent, typeof i3.LogoutComponent, typeof i4.InvalidComponent, typeof i5.FooterComponent, typeof i6.FileuploadComponent, typeof i7.FileUploadLogComponent, typeof i8.FileuploadDashboardComponent, typeof i10.CallInfoComponent, typeof i11.ContactSearchComponent, typeof i12.WebsearchHistoryComponent, typeof i29.AttributeDefinitionComponent, typeof i13.AnalysisSearchComponent, typeof i14.QaAnalysisComponent, typeof i15.PktDataComponent, typeof i35.RouterModule, typeof i16.TableSearchPipe, typeof i17.AppNoDblClickDirective, typeof i18.ContacttableSearch, typeof i19.FormateNumFieldPipe, typeof i20.SearchPipePipe, typeof i21.UpperCaseTextDirective, typeof i22.NumberWithCommasPipe, typeof i23.OrderByPipePipe, typeof i24.GetSelectedPipe, typeof i25.SumPipe, typeof i26.SystemComponent, typeof i9.SubformComponent, typeof i27.MenuRightComponent, typeof i28.ReportFormatComponent]>;
46
+ static ɵinj: i0.ɵɵInjectorDeclaration<EzlibModule>;
47
+ }