hplx-feature-library 1.0.20 → 1.0.21

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.
@@ -2,9 +2,9 @@ import { IMedicineViewData, Medicine } from '../../types/PediatricsCalculatorTyp
2
2
  interface CopyPopupProps {
3
3
  open: boolean;
4
4
  onCancel: () => void;
5
- onSave: (row: IMedicineViewData, selectedMedicines: Medicine[]) => void;
5
+ onCopySave: (row: IMedicineViewData, selectedMedicines: Medicine[]) => Promise<boolean>;
6
6
  rowMedicineData: IMedicineViewData;
7
7
  getMedicineOptions?: (searchTerm: string) => Promise<Medicine[]>;
8
8
  }
9
- declare const CopyPopup: ({ open, onCancel, onSave, rowMedicineData, getMedicineOptions }: CopyPopupProps) => import("react/jsx-runtime").JSX.Element;
9
+ declare const CopyPopup: ({ open, onCancel, onCopySave, rowMedicineData, getMedicineOptions }: CopyPopupProps) => import("react/jsx-runtime").JSX.Element;
10
10
  export default CopyPopup;
@@ -12,5 +12,5 @@ interface PediatricsCalculatorTableProps {
12
12
  externalSaveTrigger?: boolean;
13
13
  setSearchDisabled?: (disabled: boolean) => void;
14
14
  }
15
- declare const PediatricsCalculatorTable: ({ data, variant, externallyTriggeredEditRowIds, externallyTriggeredEditMode, getMedicineOptions, onRowChange, onRowDelete, onRowCopy, onSaveRow, externalSaveTrigger, setSearchDisabled, }: PediatricsCalculatorTableProps) => import("react/jsx-runtime").JSX.Element;
15
+ declare const PediatricsCalculatorTable: import('react').ForwardRefExoticComponent<PediatricsCalculatorTableProps & import('react').RefAttributes<unknown>>;
16
16
  export default PediatricsCalculatorTable;
@@ -1,4 +1,4 @@
1
- import { P as f } from "../PediatricsCalculatorTable-BLpSur9H.js";
1
+ import { P as f } from "../PediatricsCalculatorTable-sg4rUfSL.js";
2
2
  export {
3
3
  f as default
4
4
  };