@james_jayaraj/test-npm 1.1.6 → 1.1.8

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,6 +14,8 @@ export declare class HolaRx implements OnInit {
14
14
  private tempreferralid;
15
15
  private spinnerflag;
16
16
  private authenticateBlock;
17
+ private Height;
18
+ private width;
17
19
  content: TemplateRef<any>;
18
20
  constructor(commonservice: CommonServices, commonLoaderServices: CommonLoaderServices, apiservice: ApiService, Changedetect: ChangeDetectorRef);
19
21
  ngOnInit(): void;
@@ -96,6 +96,8 @@ 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;
99
101
  constructor(apiService: ApiService, commonServices: CommonServices, elementRef: ElementRef, changedetect: ChangeDetectorRef, datePipe: DatePipe, renderer: Renderer2, elRef: ElementRef, viewRefContainer: ViewContainerRef);
100
102
  hideToolTip(): void;
101
103
  onclick(event: any): void;
@@ -7,6 +7,7 @@ export declare class CommonServices {
7
7
  private document;
8
8
  datePipe: DatePipe;
9
9
  notifications: any;
10
+ subPopupData: any;
10
11
  private modalNotifier?;
11
12
  private SubPopupOpen?;
12
13
  constructor(resolver: ComponentFactoryResolver, injector: Injector, document: Document, datePipe: DatePipe);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@james_jayaraj/test-npm",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "description": "",
5
5
  "main": "main.ts",
6
6
  "author": "JA",