@james_jayaraj/test-npm 1.1.8 → 1.1.9

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.
@@ -14,16 +14,14 @@ export declare class HolaRx implements OnInit {
14
14
  private tempreferralid;
15
15
  private spinnerflag;
16
16
  private authenticateBlock;
17
- private Height;
18
- private width;
19
17
  content: TemplateRef<any>;
20
18
  constructor(commonservice: CommonServices, commonLoaderServices: CommonLoaderServices, apiservice: ApiService, Changedetect: ChangeDetectorRef);
21
19
  ngOnInit(): void;
22
20
  private setLoginterval;
23
21
  init(clientid: string, clientsecret: string, sandbox: boolean, flag?: number): Observable<any>;
24
22
  private setTimer;
25
- openNewRx(RxDetails: any, Height?: any, Width?: any): Observable<any>;
26
- openEditRx(RxDetails: any, Height?: any, Width?: any): Observable<any>;
23
+ openNewRx(RxDetails: any): Observable<any>;
24
+ openEditRx(RxDetails: any): Observable<any>;
27
25
  openReferral(RxDetails: any): Observable<any>;
28
26
  downloadRx(RxID: any): Observable<any>;
29
27
  downloadReferral(ReferralID: any): Observable<any>;
@@ -96,8 +96,6 @@ export declare class RxComponent implements OnInit {
96
96
  content: TemplateRef<any>;
97
97
  myTemplate: TemplateRef<any>;
98
98
  tooltip: null;
99
- popupWidth: string;
100
- isMobile: boolean;
101
99
  constructor(apiService: ApiService, commonServices: CommonServices, elementRef: ElementRef, changedetect: ChangeDetectorRef, datePipe: DatePipe, renderer: Renderer2, elRef: ElementRef, viewRefContainer: ViewContainerRef);
102
100
  hideToolTip(): void;
103
101
  onclick(event: any): void;
@@ -7,7 +7,6 @@ export declare class CommonServices {
7
7
  private document;
8
8
  datePipe: DatePipe;
9
9
  notifications: any;
10
- subPopupData: any;
11
10
  private modalNotifier?;
12
11
  private SubPopupOpen?;
13
12
  constructor(resolver: ComponentFactoryResolver, injector: Injector, document: Document, datePipe: DatePipe);
@@ -125,6 +124,7 @@ export declare class CommonServices {
125
124
  errorResponse(code: any, message: any, successflag?: boolean, data?: any): void;
126
125
  setlogvalue(flag: boolean, errormessage: string, stacktrace: string, module: string, functionname: string, requestPayload?: any): void;
127
126
  IsNullOrEmpty(value: any): boolean;
127
+ encryptionMethod(value: any): string;
128
128
  static ɵfac: i0.ɵɵFactoryDeclaration<CommonServices, never>;
129
129
  static ɵprov: i0.ɵɵInjectableDeclaration<CommonServices>;
130
130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@james_jayaraj/test-npm",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "",
5
5
  "main": "main.ts",
6
6
  "author": "JA",