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,113 @@
|
|
|
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 { CommanServiceService } from '../../comman-service/comman-service.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class SystemComponent implements OnInit {
|
|
9
|
+
router: Router;
|
|
10
|
+
private route;
|
|
11
|
+
private toastr;
|
|
12
|
+
private ss;
|
|
13
|
+
private spinnerService;
|
|
14
|
+
cs: CommanServiceService;
|
|
15
|
+
closebtn: ElementRef;
|
|
16
|
+
deleteclsbtn: ElementRef;
|
|
17
|
+
input: ElementRef;
|
|
18
|
+
popclosebtn: ElementRef;
|
|
19
|
+
submitbtn: ElementRef;
|
|
20
|
+
productMapclsbtn: ElementRef;
|
|
21
|
+
cDt: Date;
|
|
22
|
+
formFilds: any[];
|
|
23
|
+
formFildsPopup: any[];
|
|
24
|
+
datalist: any[];
|
|
25
|
+
actions: any[];
|
|
26
|
+
lovs: any[];
|
|
27
|
+
addNew: any;
|
|
28
|
+
tblH: any[];
|
|
29
|
+
tblDesc: any[];
|
|
30
|
+
navigation: any[];
|
|
31
|
+
Sysresult: any[];
|
|
32
|
+
data: any;
|
|
33
|
+
whereMap: {};
|
|
34
|
+
paraObj: {};
|
|
35
|
+
currObj: {};
|
|
36
|
+
sqlArray: {};
|
|
37
|
+
glbObj: {};
|
|
38
|
+
pageSize: number;
|
|
39
|
+
cLink: number;
|
|
40
|
+
p: number;
|
|
41
|
+
eveC: string;
|
|
42
|
+
inputtype: string;
|
|
43
|
+
order: string;
|
|
44
|
+
reverse: boolean;
|
|
45
|
+
subform: boolean;
|
|
46
|
+
estst: boolean;
|
|
47
|
+
showarr: any;
|
|
48
|
+
pageInfo: any;
|
|
49
|
+
popuppageInfo: any;
|
|
50
|
+
header: any;
|
|
51
|
+
btnName: any;
|
|
52
|
+
pid: any;
|
|
53
|
+
searchF: any;
|
|
54
|
+
whrK: any;
|
|
55
|
+
whrV: any;
|
|
56
|
+
subFrmWk: any;
|
|
57
|
+
subFrmWv: any;
|
|
58
|
+
navform: any;
|
|
59
|
+
onErr: any;
|
|
60
|
+
hoveredI: any;
|
|
61
|
+
tbCell: any;
|
|
62
|
+
title: any;
|
|
63
|
+
pkf: any;
|
|
64
|
+
curl: any;
|
|
65
|
+
uiGrpList: any;
|
|
66
|
+
uiGrpListDtl: any;
|
|
67
|
+
dataDtl: any;
|
|
68
|
+
addFrmNme: any;
|
|
69
|
+
coidn: any;
|
|
70
|
+
currstat: any;
|
|
71
|
+
cUrl: any;
|
|
72
|
+
action: any;
|
|
73
|
+
attrDtl: any;
|
|
74
|
+
attrMappingDtl: any;
|
|
75
|
+
productMasAttrId: any;
|
|
76
|
+
attMapModelTitle: any;
|
|
77
|
+
contactName: string;
|
|
78
|
+
constructor(router: Router, route: ActivatedRoute, toastr: ToastrService, ss: SystemServiceService, spinnerService: NgxSpinnerService, cs: CommanServiceService);
|
|
79
|
+
getPageDefination(): void;
|
|
80
|
+
getFormFields(): void;
|
|
81
|
+
getFormFieldsPopup(): void;
|
|
82
|
+
userAction(ua: any, c: any, a: any): void;
|
|
83
|
+
loadProductMasterMapping(attrIdn: any): void;
|
|
84
|
+
saveProductMasterMapping(): void;
|
|
85
|
+
navigationFun(nav: any, i: any): void;
|
|
86
|
+
getEditData(pid: any): void;
|
|
87
|
+
getSequence(element: any): void;
|
|
88
|
+
getLovList(tblF: any, page_item_idn: any): void;
|
|
89
|
+
deleteDataList(): void;
|
|
90
|
+
chkFun(fl: any, fData: any): void;
|
|
91
|
+
onSubmit(formVal: any, btn: any): void;
|
|
92
|
+
setnameprint(fl: any, fData: any): void;
|
|
93
|
+
setfactor(fl: any, fData: any): void;
|
|
94
|
+
onPopupSubmit(formVal: any, btn: any): void;
|
|
95
|
+
lower(v: any): void;
|
|
96
|
+
addedit(v: any, btn: any): void;
|
|
97
|
+
addPopupFrm(v: any, btn: any): void;
|
|
98
|
+
setSysSetup(coIdn: any): void;
|
|
99
|
+
validateQuery(tblObj: any, f: any): void;
|
|
100
|
+
isUnique(dtaObj: any, inpuVal: any): void;
|
|
101
|
+
onPageSizeChange(p: any): void;
|
|
102
|
+
setOrder(value: string, i: any): void;
|
|
103
|
+
closeNull: () => any;
|
|
104
|
+
editCell(d: any, tbh: any): void;
|
|
105
|
+
getNameAttr(frmnme: any): void;
|
|
106
|
+
saveFun(k: any, v: any): void;
|
|
107
|
+
loadSuggdata(str: any, page_item_idn: any, form_field: any): void;
|
|
108
|
+
showHIdePass(): void;
|
|
109
|
+
reset: (v: any) => any;
|
|
110
|
+
ngOnInit(): void;
|
|
111
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SystemComponent, never>;
|
|
112
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SystemComponent, "app-system", never, {}, {}, never, never>;
|
|
113
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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 SystemServiceService {
|
|
5
|
+
private http;
|
|
6
|
+
glbEnv: GlobleEnvService;
|
|
7
|
+
constructor(http: HttpClient, glbEnv: GlobleEnvService);
|
|
8
|
+
getData(reqObj: any, headers: any): Promise<ArrayBuffer>;
|
|
9
|
+
getFormF(reqObj: any, headers: any): Promise<ArrayBuffer>;
|
|
10
|
+
getDatas(reqObj: any, headers: any, url: any): Promise<ArrayBuffer>;
|
|
11
|
+
getRowGroup(reqObj: any, headers: any, url: any): Promise<ArrayBuffer>;
|
|
12
|
+
subFgetData(reqObj: any, headers: any, url: any): Promise<ArrayBuffer>;
|
|
13
|
+
addData(reqObj: any, headers: any): Promise<ArrayBuffer>;
|
|
14
|
+
getEditD(reqObj: any, headers: any): Promise<ArrayBuffer>;
|
|
15
|
+
deleteData(reqObj: any, headers: any): Promise<ArrayBuffer>;
|
|
16
|
+
logout(reqObj: any, headers: any): Promise<ArrayBuffer>;
|
|
17
|
+
loadModuleList(reqObj: any, headers: any): Promise<ArrayBuffer>;
|
|
18
|
+
validate(reqObj: any, headers: any, url: any): Promise<ArrayBuffer>;
|
|
19
|
+
Save(reqObj: any, headers: any, url: any): Promise<ArrayBuffer>;
|
|
20
|
+
getCookies(): string;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SystemServiceService, never>;
|
|
22
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SystemServiceService>;
|
|
23
|
+
}
|
|
@@ -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 UploadFileService {
|
|
5
|
+
private http;
|
|
6
|
+
glbEnv: GlobleEnvService;
|
|
7
|
+
constructor(http: HttpClient, glbEnv: GlobleEnvService);
|
|
8
|
+
saveDoctoDB(reqObj: any, headers: any): Promise<ArrayBuffer>;
|
|
9
|
+
getFilesList(reqObj: any, headers: any): Promise<ArrayBuffer>;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UploadFileService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UploadFileService>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class AppNoDblClickDirective {
|
|
3
|
+
constructor();
|
|
4
|
+
clickEvent(event: any): void;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppNoDblClickDirective, never>;
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AppNoDblClickDirective, "[appAppNoDblClick]", never, {}, {}, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ContacttableSearch implements PipeTransform {
|
|
4
|
+
transform(value: any, args?: any, para?: any): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContacttableSearch, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ContacttableSearch, "ContactTableSrcPipe">;
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FormateNumFieldPipe implements PipeTransform {
|
|
4
|
+
transform(value: any, args?: any): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormateNumFieldPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FormateNumFieldPipe, "formateNumField">;
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SearchPipePipe implements PipeTransform {
|
|
4
|
+
transform(value: any, args?: any): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SearchPipePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SearchPipePipe, "searchPipe">;
|
|
7
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PreloadingStrategy, Route } from '@angular/router';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SelectivePreloadingStrategy implements PreloadingStrategy {
|
|
5
|
+
preloadedModules: string[];
|
|
6
|
+
preload(route: Route, load: () => Observable<any>): Observable<any>;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectivePreloadingStrategy, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SelectivePreloadingStrategy>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class TableSearchPipe implements PipeTransform {
|
|
4
|
+
transform(value: any, args?: any, para?: any): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TableSearchPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TableSearchPipe, "tableSearch">;
|
|
7
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class UpperCaseTextDirective {
|
|
4
|
+
private ref;
|
|
5
|
+
allowUpperCase: boolean;
|
|
6
|
+
constructor(ref: ElementRef);
|
|
7
|
+
toUpperCase(value: string): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UpperCaseTextDirective, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UpperCaseTextDirective, "[UpperCase]", never, { "allowUpperCase": "UpperCase"; }, {}, never>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
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 { SystemServiceService } from '../system-module/system-service/system-service.service';
|
|
7
|
+
import { PdfServiceService } from '../globle/pdf-service.service';
|
|
8
|
+
import { CommanServiceService } from '../comman-service/comman-service.service';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class WebsearchHistoryComponent implements OnInit {
|
|
11
|
+
router: Router;
|
|
12
|
+
private route;
|
|
13
|
+
private toastr;
|
|
14
|
+
private ss;
|
|
15
|
+
private spinnerService;
|
|
16
|
+
private sysS;
|
|
17
|
+
private ps;
|
|
18
|
+
private cs;
|
|
19
|
+
constructor(router: Router, route: ActivatedRoute, toastr: ToastrService, ss: StockServiceService, spinnerService: NgxSpinnerService, sysS: SystemServiceService, ps: PdfServiceService, cs: CommanServiceService);
|
|
20
|
+
cDt: any;
|
|
21
|
+
cUrl: any;
|
|
22
|
+
header: any;
|
|
23
|
+
pageDefination: any;
|
|
24
|
+
resultView: any[];
|
|
25
|
+
resultViewDtl: any;
|
|
26
|
+
searchResultDtlList: any[];
|
|
27
|
+
isOpen: boolean;
|
|
28
|
+
icon: string;
|
|
29
|
+
showarr: any;
|
|
30
|
+
order: string;
|
|
31
|
+
reverse: boolean;
|
|
32
|
+
pageSize: number;
|
|
33
|
+
p: number;
|
|
34
|
+
pokey: string;
|
|
35
|
+
searchF: any;
|
|
36
|
+
curIndx: any;
|
|
37
|
+
buyerList: any[];
|
|
38
|
+
lovs: any[];
|
|
39
|
+
sqlArray: {};
|
|
40
|
+
noData: boolean;
|
|
41
|
+
sourceVal: any;
|
|
42
|
+
sourceList: any;
|
|
43
|
+
stock_idn: any;
|
|
44
|
+
resultlength: number;
|
|
45
|
+
scrollDistance: number;
|
|
46
|
+
scrollUpDistance: number;
|
|
47
|
+
startIndex: number;
|
|
48
|
+
endIndex: number;
|
|
49
|
+
loadResult: any[];
|
|
50
|
+
setOrder(value: string, i: any): void;
|
|
51
|
+
onPageSizeChange(p: any): void;
|
|
52
|
+
getLovList(tblF: any, page_item_idn: any): void;
|
|
53
|
+
loadBuyer(searchTerm: any): void;
|
|
54
|
+
loadFrmFields(): void;
|
|
55
|
+
openTog(): void;
|
|
56
|
+
exportToCSV(): void;
|
|
57
|
+
loadResults(formVal: any): void;
|
|
58
|
+
onSubmit(formVal: any): void;
|
|
59
|
+
ngOnInit(): void;
|
|
60
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<WebsearchHistoryComponent, never>;
|
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WebsearchHistoryComponent, "app-websearch-history", never, {}, {}, never, never>;
|
|
62
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ezlibrary_v2",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"peerDependencies": {
|
|
5
|
+
"@angular/common": "^13.4.0",
|
|
6
|
+
"@angular/core": "^13.4.0",
|
|
7
|
+
"@kolkov/angular-editor": "^2.0.0",
|
|
8
|
+
"@ng-select/ng-select": "^8.0.0",
|
|
9
|
+
"angular2-multiselect-dropdown": "^4.2.1",
|
|
10
|
+
"jsbarcode": "^3.11.0",
|
|
11
|
+
"jspdf": "^1.5.3",
|
|
12
|
+
"ng-select": "^1.0.2",
|
|
13
|
+
"ng2-cookies": "^1.0.12",
|
|
14
|
+
"ng4-loading-spinner": "^1.1.3",
|
|
15
|
+
"ngx-bootstrap": "^3.2.0",
|
|
16
|
+
"ngx-chips": "^2.0.0-beta.0",
|
|
17
|
+
"ngx-loading": "^3.0.1",
|
|
18
|
+
"ngx-order-pipe": "^2.0.1",
|
|
19
|
+
"ngx-pagination": "^3.1.1",
|
|
20
|
+
"ngx-toastr": "^17.0.2",
|
|
21
|
+
"pdfmake": "^0.1.38",
|
|
22
|
+
"qrcode": "^1.3.3",
|
|
23
|
+
"ts-xlsx": "0.0.11"
|
|
24
|
+
},
|
|
25
|
+
"module": "fesm2015/ezlibrary_v2.mjs",
|
|
26
|
+
"es2020": "fesm2020/ezlibrary_v2.mjs",
|
|
27
|
+
"esm2020": "esm2020/ezlibrary_v2.mjs",
|
|
28
|
+
"fesm2020": "fesm2020/ezlibrary_v2.mjs",
|
|
29
|
+
"fesm2015": "fesm2015/ezlibrary_v2.mjs",
|
|
30
|
+
"typings": "ezlibrary_v2.d.ts",
|
|
31
|
+
"exports": {
|
|
32
|
+
"./package.json": {
|
|
33
|
+
"default": "./package.json"
|
|
34
|
+
},
|
|
35
|
+
".": {
|
|
36
|
+
"types": "./ezlibrary_v2.d.ts",
|
|
37
|
+
"esm2020": "./esm2020/ezlibrary_v2.mjs",
|
|
38
|
+
"es2020": "./fesm2020/ezlibrary_v2.mjs",
|
|
39
|
+
"es2015": "./fesm2015/ezlibrary_v2.mjs",
|
|
40
|
+
"node": "./fesm2015/ezlibrary_v2.mjs",
|
|
41
|
+
"default": "./fesm2020/ezlibrary_v2.mjs"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"sideEffects": false,
|
|
45
|
+
"dependencies": {
|
|
46
|
+
"tslib": "^2.3.1"
|
|
47
|
+
}
|
|
48
|
+
}
|
package/public_api.d.ts
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export * from './lib/ezlib.module';
|
|
2
|
+
export * from './lib/auth/auth.guard';
|
|
3
|
+
export * from './lib/call-info/callinfo.component';
|
|
4
|
+
export * from './lib/comman-service/comman-service.service';
|
|
5
|
+
export * from './lib/comman-service/share-data-service.service';
|
|
6
|
+
export * from './lib/ezheader/header.component';
|
|
7
|
+
export * from './lib/file-upload/fileupload.component';
|
|
8
|
+
export * from './lib/file-upload-log/file-upload-log.component';
|
|
9
|
+
export * from './lib/globle/upload-service.service';
|
|
10
|
+
export * from './lib/fileupload-module/fileupload-dashboard/fileupload-dashboard.component';
|
|
11
|
+
export * from './lib/fileupload-module/fileupload-routing.module';
|
|
12
|
+
export * from './lib/footer/footer.component';
|
|
13
|
+
export * from './lib/globle/common-pdf.service';
|
|
14
|
+
export * from './lib/globle/globle-env.service';
|
|
15
|
+
export * from './lib/globle/memo-report.service';
|
|
16
|
+
export * from './lib/globle/pdf-service.service';
|
|
17
|
+
export * from './lib/globle/shared-services.service';
|
|
18
|
+
export * from './lib/header/header.component';
|
|
19
|
+
export * from './lib/invalid/invalid.component';
|
|
20
|
+
export * from './lib/logout/logout.component';
|
|
21
|
+
export * from './lib/sessionend/session-end.guard';
|
|
22
|
+
export * from './lib/stock-service/lazyload.service';
|
|
23
|
+
export * from './lib/stock-service/stock-service.service';
|
|
24
|
+
export * from './lib/contact-service/contact-service.service';
|
|
25
|
+
export * from './lib/pricing-service/pricing.service';
|
|
26
|
+
export * from './lib/bi-service/bi.service';
|
|
27
|
+
export * from './lib/utility/app-no-dbl-click.directive';
|
|
28
|
+
export * from './lib/utility/constants';
|
|
29
|
+
export * from './lib/utility/formate-num-field.pipe';
|
|
30
|
+
export * from './lib/utility/search-pipe.pipe';
|
|
31
|
+
export * from './lib/utility/table-search.pipe';
|
|
32
|
+
export * from './lib/utility/tranform.directive';
|
|
33
|
+
export * from './lib/utility/contact-table-search.pipe';
|
|
34
|
+
export * from './lib/pipes/number-with-commas.pipe';
|
|
35
|
+
export * from './lib/pipes/order-by-pipe.pipe';
|
|
36
|
+
export * from './lib/pipes/selectedCount';
|
|
37
|
+
export * from './lib/pipes/sum.pipe';
|
|
38
|
+
export * from './lib/utility/selective-preloading-strategy';
|
|
39
|
+
export * from './lib/menu-right/menu-right.component';
|
|
40
|
+
export * from './lib/report-format/report-format.component';
|
|
41
|
+
export * from './lib/admin-service/admin-service.service';
|
|
42
|
+
export * from './lib/system-module/system/system.component';
|
|
43
|
+
export * from './lib/system-module/system-service/system-service.service';
|
|
44
|
+
export * from './lib/system-module/system-service/upload-file.service';
|
|
45
|
+
export * from './lib/system-module/subform/subform.component';
|
|
46
|
+
export * from './lib/contact-search/contact-search.component';
|
|
47
|
+
export * from './lib/websearch-history/websearch-history.component';
|
|
48
|
+
export * from './lib/attribute-definition/attribute-definition.component';
|
|
49
|
+
export * from './lib/analysis-search/analysis-search.component';
|
|
50
|
+
export * from './lib/pkt-data/pkt-data.component';
|
|
51
|
+
export * from './lib/qa-analysis/qa-analysis.component';
|
|
52
|
+
export * from './lib/assort-service/assort-service.service';
|