@james_jayaraj/test-npm 0.8.7 → 0.8.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.

Potentially problematic release.


This version of @james_jayaraj/test-npm might be problematic. Click here for more details.

@@ -2,7 +2,6 @@ export declare const config: {
2
2
  STAGING_URL: string;
3
3
  LIVE_URL: string;
4
4
  GET_MEDS_BY_SEARCH: string;
5
- GET_MEDS_BY_SMART_SEARCH: string;
6
5
  GET_MEDS_BY_NAME: string;
7
6
  CREATE_CONSULTATION: string;
8
7
  CREATE_LOG_EXCEPTION: string;
@@ -27,6 +26,8 @@ export declare const config: {
27
26
  RX_CANCEL_DRAFT: string;
28
27
  RX_PRESCRIBE_ABORT: string;
29
28
  GET_RESTRICTED_MEDICINE: string;
29
+ ADD_FAVOURITE_MEDICINE: string;
30
+ GET_FAVOURITE_MEDICINE_LIST: string;
30
31
  };
31
32
  };
32
33
  export declare const errorconfig: {
@@ -26,7 +26,6 @@ export declare class HolaRx implements OnInit {
26
26
  downloadRx(RxID: any): Observable<any>;
27
27
  downloadReferral(ReferralID: any): Observable<any>;
28
28
  private commonDownload;
29
- private appointmentValidation;
30
29
  private validation;
31
30
  private HIvalidation;
32
31
  private IsNullOrEmpty;
@@ -50,10 +50,12 @@ export declare class RxComponent implements OnInit {
50
50
  mediSearchValue: string;
51
51
  InstructionDescription: string;
52
52
  searchMedicineLoader: boolean;
53
+ favMedicineLoader: boolean;
53
54
  searchedMedicineList: any;
54
55
  selectedMedicineListOrginal: any;
55
56
  onclickMedicineLoader: boolean;
56
57
  rxOnlyPBS: boolean;
58
+ rxPrivate: boolean;
57
59
  restrictions: null;
58
60
  isShowRestrictions: boolean;
59
61
  prescribeAS_PBS: boolean;
@@ -89,6 +91,7 @@ export declare class RxComponent implements OnInit {
89
91
  isPrescribeAsPrivateOnly: boolean;
90
92
  tempAuthorityFormNo: string;
91
93
  clientId: any;
94
+ showFavouriteMed: boolean;
92
95
  content: TemplateRef<any>;
93
96
  myTemplate: TemplateRef<any>;
94
97
  tooltip: null;
@@ -140,6 +143,7 @@ export declare class RxComponent implements OnInit {
140
143
  rxOnlyPBSFilter(): void;
141
144
  rxOnlyNONPBSFilter(): void;
142
145
  getClassForMed(med: any): "mdl-grid new_rx_popup_box RX_highlight" | "mdl-grid new_rx_popup_box";
146
+ getClassForFavouriteMed(med: any): "mdl-grid new_rx_popup_box RX_highlight" | "mdl-grid new_rx_popup_box";
143
147
  IsSelectFormulation(med: any): boolean;
144
148
  getcurrentid(med: any): "" | "heighlight";
145
149
  getRestrictions(restrictions: any): string | never[];
@@ -169,6 +173,7 @@ export declare class RxComponent implements OnInit {
169
173
  PBS(): void;
170
174
  RPBS(): void;
171
175
  selectFormulation(med: any, index: any): void;
176
+ selectFavouriteFormulation(med: any, index: any): void;
172
177
  getBrandName(selectedFormulation: any): any;
173
178
  enablePrescribeAs(med: any): void;
174
179
  getTradeName(): any;
@@ -230,6 +235,11 @@ export declare class RxComponent implements OnInit {
230
235
  htmlToTextConvert(value: any): string;
231
236
  authorityNoChange(value: any): void;
232
237
  alphaRestriction(event: any): boolean;
238
+ addToFavourites(): void;
239
+ getFavourtiesList(): void;
240
+ showFavourties(): void;
241
+ favouriteMedicineLoading(rxList: any): void;
242
+ isCurrentMedicineInFavourites(): any;
233
243
  static ɵfac: i0.ɵɵFactoryDeclaration<RxComponent, never>;
234
244
  static ɵcmp: i0.ɵɵComponentDeclaration<RxComponent, "app-rx", never, {}, { "closeEvent": "closeEvent"; "submitEvent": "submitEvent"; }, never, never, false>;
235
245
  }
@@ -32,6 +32,8 @@ export declare class CommonServices {
32
32
  searchedMedicineList: never[];
33
33
  rxOnlyPBS: boolean;
34
34
  selectedMedicineList: any;
35
+ favouriteMedicineList: any;
36
+ originalFavouriteMedicineList: any;
35
37
  selectedMedicineListOrginal: any;
36
38
  selectedFormulation: any;
37
39
  quantityVal: any;
@@ -101,7 +103,10 @@ export declare class CommonServices {
101
103
  quantityWithUnitFlag: boolean;
102
104
  isMedicineRestrict: boolean;
103
105
  smartSearch: boolean;
106
+ isScriptToPharmacy: number;
107
+ pharmacyEmail: string;
104
108
  clearMedicalPrescriptionData(): void;
109
+ clearMedicalPrescriptionFavouriteData(): void;
105
110
  clearMedicalPrescriptionDataOnchangeofMedicine(med: any): void;
106
111
  setEndDateAhead(): void;
107
112
  rxEndDateCalculater(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@james_jayaraj/test-npm",
3
- "version": "0.8.7",
3
+ "version": "0.8.9",
4
4
  "description": "",
5
5
  "main": "main.ts",
6
6
  "author": "JA",