@isettingkit/business-rules 3.2.2 → 3.2.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.
@@ -98,7 +98,7 @@ export declare enum EFieldType {
98
98
 
99
99
  export declare enum EFieldTypeNew {
100
100
  ALPHABETICAL = "alphabetical",
101
- CURRENCY = "currency",
101
+ MONETARY = "monetary",
102
102
  DATE = "date",
103
103
  NUMBER = "number",
104
104
  PERCENTAGE = "percentage"
@@ -263,7 +263,7 @@ declare interface IBusinessRules_3 {
263
263
  selectedDecision: IRuleDecisionNew | null;
264
264
  loading: boolean;
265
265
  configureDecisionModal: boolean;
266
- handleOpenModal?: () => void;
266
+ handleOpenModal?: (decision?: IRuleDecisionNew) => void;
267
267
  handleCloseModal?: () => void;
268
268
  handleSubmitForm?: (dataDecision: IRuleDecisionNew) => void;
269
269
  handleOpenRulesModal?: (checkedItems?: IOption[], decision?: IRuleDecisionNew | null) => void;