@james_jayaraj/test-npm 1.0.3 → 1.0.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.
@@ -241,6 +241,7 @@ export declare class RxComponent implements OnInit {
241
241
  showFavourties(): void;
242
242
  favouriteMedicineLoading(rxList: any): void;
243
243
  isCurrentMedicineInFavourites(): any;
244
+ isPbsTypeMatch(itemPbsType: any, pbsTypeFilter: any): boolean;
244
245
  static ɵfac: i0.ɵɵFactoryDeclaration<RxComponent, never>;
245
246
  static ɵcmp: i0.ɵɵComponentDeclaration<RxComponent, "app-rx", never, {}, { "closeEvent": "closeEvent"; "submitEvent": "submitEvent"; }, never, never, false>;
246
247
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@james_jayaraj/test-npm",
3
- "version": "1.0.3",
3
+ "version": "1.0.8",
4
4
  "description": "",
5
5
  "main": "main.ts",
6
6
  "author": "JA",