@isettingkit/business-rules 2.2.17 → 2.2.18

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.
@@ -96,6 +96,7 @@ export declare const formatDecisionForBackend: (props: {
96
96
  timeUnit?: string;
97
97
  transactionOperation?: string;
98
98
  validUntil?: Date | string;
99
+ i18nValue?: string | string[] | number | IValue;
99
100
  };
100
101
 
101
102
  export declare const FormFilter: (props: IFormFilter) => JSX.Element;
@@ -181,6 +182,7 @@ declare interface IBusinessRules_3 {
181
182
  customTitleContentAddCard?: string;
182
183
  customMessageEmptyDecisions?: string;
183
184
  decisions?: IRuleDecision[];
185
+ editionMode?: "classic" | "versioned";
184
186
  textValues: IRulesFormTextValues_3;
185
187
  decisionTemplate: IRuleDecision;
186
188
  isModalOpen: boolean;
@@ -204,6 +206,7 @@ export declare interface IBusinessRuleView {
204
206
  position?: number;
205
207
  isOpen?: boolean;
206
208
  onToggle?: (isOpen: boolean) => void;
209
+ editionMode?: "classic" | "versioned";
207
210
  }
208
211
 
209
212
  declare interface IBusinessRuleView_2 {
@@ -217,6 +220,7 @@ declare interface IBusinessRuleView_2 {
217
220
  onToggle?: () => void;
218
221
  onEdit?: () => void;
219
222
  onDelete?: () => void;
223
+ editionMode?: "classic" | "versioned";
220
224
  }
221
225
 
222
226
  export declare interface ICheckpickerField {
@@ -510,6 +514,7 @@ export declare const revertSortedDataSampleSwitchPlaces: (props: IRevertSortedDa
510
514
  transactionOperation?: string;
511
515
  validUntil?: Date | string;
512
516
  value?: string | string[] | number | IValue | undefined;
517
+ i18nValue?: string | string[] | number | IValue;
513
518
  };
514
519
 
515
520
  export declare const revertSortedDataSwitchPlaces: (props: IRevertSortedData) => IRuleDecision[] | undefined;
@@ -541,6 +546,7 @@ export declare const sortDisplayDataSampleSwitchPlaces: (props: IRevertSortedDat
541
546
  transactionOperation?: string;
542
547
  validUntil?: Date | string;
543
548
  value?: string | string[] | number | IValue | undefined;
549
+ i18nValue?: string | string[] | number | IValue;
544
550
  };
545
551
 
546
552
  export declare const sortDisplayDataSwitchPlaces: (props: IRevertSortedData) => IRuleDecision[] | undefined;