@isettingkit/business-rules 3.0.0 → 3.0.1

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.
@@ -200,6 +200,8 @@ declare interface IBusinessRules_3 {
200
200
  onRestoreConditions?: (conditionNames: string[]) => void;
201
201
  baseDecisionTemplate?: IRuleDecision;
202
202
  shouldRenderEmptyMessage?: boolean;
203
+ withEditOption?: boolean;
204
+ withTerm?: boolean;
203
205
  }
204
206
 
205
207
  export declare interface IBusinessRuleView {
@@ -224,6 +226,7 @@ declare interface IBusinessRuleView_2 {
224
226
  onEdit?: () => void;
225
227
  onDelete?: () => void;
226
228
  editionMode?: "classic" | "versioned";
229
+ withEditOption?: boolean;
227
230
  }
228
231
 
229
232
  export declare interface ICheckpickerField {