@james_jayaraj/test-npm 0.9.7 → 0.9.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.
- package/esm2020/lib/environments/config.mjs +2 -2
- package/esm2020/lib/rx/rx.component.mjs +8 -8
- package/fesm2015/james_jayaraj-test-npm.mjs +8 -8
- package/fesm2015/james_jayaraj-test-npm.mjs.map +1 -1
- package/fesm2020/james_jayaraj-test-npm.mjs +8 -8
- package/fesm2020/james_jayaraj-test-npm.mjs.map +1 -1
- package/lib/rx/rx.component.d.ts +1 -1
- package/package.json +1 -1
package/lib/rx/rx.component.d.ts
CHANGED
|
@@ -221,7 +221,7 @@ export declare class RxComponent implements OnInit {
|
|
|
221
221
|
createToolTip(event: any): void;
|
|
222
222
|
showtooltip(lemiproduct: boolean, brandtooltip: any): void;
|
|
223
223
|
setEditValues(rxList: any): void;
|
|
224
|
-
ePrescriptionValidation(): boolean;
|
|
224
|
+
ePrescriptionValidation(value: any): boolean;
|
|
225
225
|
getStateScheduleNumber(selectedFormulation: any): any[];
|
|
226
226
|
authorityNoValidation(event: any): boolean;
|
|
227
227
|
payLoadStateScheduleNumber(ScheduleNumber: any): "" | "S4D" | "S4B";
|