@isettingkit/business-rules 2.2.30 → 2.2.31

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.
@@ -90,6 +90,9 @@ export declare const formatDecisionForBackend: (props: {
90
90
  howToSetTheCondition?: ValueHowToSetUp[keyof ValueHowToSetUp];
91
91
  howToSetTheDecision?: ValueHowToSetUp[keyof ValueHowToSetUp];
92
92
  labelName?: string;
93
+ placeholder?: string;
94
+ placeholderFrom?: string;
95
+ placeholderTo?: string;
93
96
  listOfPossibleValues?: IValue;
94
97
  ruleDataType?: ValueDataType[keyof ValueDataType];
95
98
  ruleName?: string;
@@ -507,6 +510,9 @@ export declare const revertSortedDataSampleSwitchPlaces: (props: IRevertSortedDa
507
510
  howToSetTheCondition?: ValueHowToSetUp[keyof ValueHowToSetUp];
508
511
  howToSetTheDecision?: ValueHowToSetUp[keyof ValueHowToSetUp];
509
512
  labelName?: string;
513
+ placeholder?: string;
514
+ placeholderFrom?: string;
515
+ placeholderTo?: string;
510
516
  listOfPossibleValues?: IValue;
511
517
  ruleDataType?: ValueDataType[keyof ValueDataType];
512
518
  ruleName?: string;
@@ -539,6 +545,9 @@ export declare const sortDisplayDataSampleSwitchPlaces: (props: IRevertSortedDat
539
545
  howToSetTheCondition?: ValueHowToSetUp[keyof ValueHowToSetUp];
540
546
  howToSetTheDecision?: ValueHowToSetUp[keyof ValueHowToSetUp];
541
547
  labelName?: string;
548
+ placeholder?: string;
549
+ placeholderFrom?: string;
550
+ placeholderTo?: string;
542
551
  listOfPossibleValues?: IValue;
543
552
  ruleDataType?: ValueDataType[keyof ValueDataType];
544
553
  ruleName?: string;
package/dist/index.es.js CHANGED
@@ -3310,6 +3310,7 @@ const He = (e) => {
3310
3310
  decisionDataType: t.decisionDataType,
3311
3311
  howToSetTheCondition: t.howToSetTheDecision,
3312
3312
  labelName: t.labelName,
3313
+ placeholder: t.placeholder,
3313
3314
  listOfPossibleValues: t.listOfPossibleValues,
3314
3315
  ruleName: t.ruleName,
3315
3316
  timeUnit: t.timeUnit ? _t("", t.timeUnit, !0).trim() : ""
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  ],
11
11
  "description": "",
12
12
  "private": false,
13
- "version": "2.2.30",
13
+ "version": "2.2.31",
14
14
  "type": "module",
15
15
  "exports": {
16
16
  ".": {
@@ -38,7 +38,7 @@
38
38
  "dependencies": {
39
39
  "@formkit/drag-and-drop": "^0.5.3",
40
40
  "@inubekit/inubekit": "^6.4.0",
41
- "@isettingkit/input": "^1.1.21",
41
+ "@isettingkit/input": "^1.1.22",
42
42
  "@isettingkit/view": "^0.1.39",
43
43
  "axios": "^1.9.0",
44
44
  "franc-min": "^6.2.0"