@james_jayaraj/test-npm 1.2.4 → 1.2.5

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.
@@ -10,15 +10,17 @@ export declare class ReissuePopupComponent implements OnInit {
10
10
  closeEvent: EventEmitter<any>;
11
11
  submitEvent: EventEmitter<any>;
12
12
  content: TemplateRef<any>;
13
+ modaldata: any;
13
14
  AddressSendToAddType: string;
14
15
  MobileNo: any;
15
16
  Email: any;
16
17
  rxEmailFlag: boolean;
18
+ isResend: boolean;
17
19
  constructor(elementRef: ElementRef, commonServices: CommonServices, changedetect: ChangeDetectorRef, apiService: ApiService);
18
20
  ngOnInit(): void;
19
21
  close(index: any): any;
20
22
  radioChange(index: number): void;
21
23
  checkMobile(evt: any): any;
22
24
  static ɵfac: i0.ɵɵFactoryDeclaration<ReissuePopupComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<ReissuePopupComponent, "app-reissue-popup", never, {}, { "closeEvent": "closeEvent"; "submitEvent": "submitEvent"; }, never, never, false>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<ReissuePopupComponent, "app-reissue-popup", never, { "modaldata": "modaldata"; }, { "closeEvent": "closeEvent"; "submitEvent": "submitEvent"; }, never, never, false>;
24
26
  }
@@ -93,6 +93,7 @@ export declare class RxComponent implements OnInit {
93
93
  tempAuthorityFormNo: string;
94
94
  clientId: any;
95
95
  showFavouriteMed: boolean;
96
+ isResend: boolean;
96
97
  content: TemplateRef<any>;
97
98
  myTemplate: TemplateRef<any>;
98
99
  tooltip: null;
@@ -105,7 +106,7 @@ export declare class RxComponent implements OnInit {
105
106
  ceasePrescribeMed(): void;
106
107
  cancelPrescribeMed(): void;
107
108
  cancelDraft(): void;
108
- reissuePrescribeMed(): void;
109
+ reissuePrescribeMed(flag: any): void;
109
110
  printPrescribeMed(): void;
110
111
  checkStatusAndScripttype(scripttype: any, status: any, flag: any): Boolean;
111
112
  pageNumberOneToNext(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@james_jayaraj/test-npm",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "",
5
5
  "main": "main.ts",
6
6
  "author": "JA",