@james_jayaraj/test-npm 1.0.3 → 1.0.4
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.
- package/esm2020/lib/environments/config.mjs +3 -3
- package/esm2020/lib/rx/rx.component.mjs +111 -92
- package/fesm2015/james_jayaraj-test-npm.mjs +112 -93
- package/fesm2015/james_jayaraj-test-npm.mjs.map +1 -1
- package/fesm2020/james_jayaraj-test-npm.mjs +112 -93
- package/fesm2020/james_jayaraj-test-npm.mjs.map +1 -1
- package/lib/rx/rx.component.d.ts +1 -0
- package/package.json +1 -1
package/lib/rx/rx.component.d.ts
CHANGED
|
@@ -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
|
}
|