@maif/react-forms 1.0.50 → 1.0.51
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.
- package/lib/esm/index.js +7 -5
- package/lib/index.js +7 -5
- package/package.json +1 -1
package/lib/esm/index.js
CHANGED
|
@@ -29696,7 +29696,8 @@ var Step = function Step(_ref8) {
|
|
|
29696
29696
|
isMulti: step.isMulti,
|
|
29697
29697
|
createOption: step.createOption,
|
|
29698
29698
|
transformer: step.transformer,
|
|
29699
|
-
buttons: step.format === format.buttonsSelect
|
|
29699
|
+
buttons: step.format === format.buttonsSelect,
|
|
29700
|
+
optionsFrom: step.optionsFrom
|
|
29700
29701
|
}));
|
|
29701
29702
|
}
|
|
29702
29703
|
|
|
@@ -29729,7 +29730,8 @@ var Step = function Step(_ref8) {
|
|
|
29729
29730
|
createOption: step.createOption,
|
|
29730
29731
|
onCreateOption: step.onCreateOption,
|
|
29731
29732
|
transformer: step.transformer,
|
|
29732
|
-
buttons: step.format === format.buttonsSelect
|
|
29733
|
+
buttons: step.format === format.buttonsSelect,
|
|
29734
|
+
optionsFrom: step.optionsFrom
|
|
29733
29735
|
}));
|
|
29734
29736
|
|
|
29735
29737
|
default:
|
|
@@ -29771,7 +29773,8 @@ var Step = function Step(_ref8) {
|
|
|
29771
29773
|
createOption: step.createOption,
|
|
29772
29774
|
onCreateOption: step.onCreateOption,
|
|
29773
29775
|
transformer: step.transformer,
|
|
29774
|
-
buttons: step.format === format.buttonsSelect
|
|
29776
|
+
buttons: step.format === format.buttonsSelect,
|
|
29777
|
+
optionsFrom: step.optionsFrom
|
|
29775
29778
|
}));
|
|
29776
29779
|
|
|
29777
29780
|
case format.form:
|
|
@@ -29848,8 +29851,7 @@ var Step = function Step(_ref8) {
|
|
|
29848
29851
|
entry: entry,
|
|
29849
29852
|
errorDisplayed: errorDisplayed
|
|
29850
29853
|
}, /*#__PURE__*/React.createElement(ObjectInput, {
|
|
29851
|
-
className: classNames(_defineProperty$1({}, classes.input__invalid, errorDisplayed))
|
|
29852
|
-
possibleValues: step.options
|
|
29854
|
+
className: classNames(_defineProperty$1({}, classes.input__invalid, errorDisplayed))
|
|
29853
29855
|
}));
|
|
29854
29856
|
}
|
|
29855
29857
|
|
package/lib/index.js
CHANGED
|
@@ -29730,7 +29730,8 @@ var Step = function Step(_ref8) {
|
|
|
29730
29730
|
isMulti: step.isMulti,
|
|
29731
29731
|
createOption: step.createOption,
|
|
29732
29732
|
transformer: step.transformer,
|
|
29733
|
-
buttons: step.format === format.buttonsSelect
|
|
29733
|
+
buttons: step.format === format.buttonsSelect,
|
|
29734
|
+
optionsFrom: step.optionsFrom
|
|
29734
29735
|
}));
|
|
29735
29736
|
}
|
|
29736
29737
|
|
|
@@ -29763,7 +29764,8 @@ var Step = function Step(_ref8) {
|
|
|
29763
29764
|
createOption: step.createOption,
|
|
29764
29765
|
onCreateOption: step.onCreateOption,
|
|
29765
29766
|
transformer: step.transformer,
|
|
29766
|
-
buttons: step.format === format.buttonsSelect
|
|
29767
|
+
buttons: step.format === format.buttonsSelect,
|
|
29768
|
+
optionsFrom: step.optionsFrom
|
|
29767
29769
|
}));
|
|
29768
29770
|
|
|
29769
29771
|
default:
|
|
@@ -29805,7 +29807,8 @@ var Step = function Step(_ref8) {
|
|
|
29805
29807
|
createOption: step.createOption,
|
|
29806
29808
|
onCreateOption: step.onCreateOption,
|
|
29807
29809
|
transformer: step.transformer,
|
|
29808
|
-
buttons: step.format === format.buttonsSelect
|
|
29810
|
+
buttons: step.format === format.buttonsSelect,
|
|
29811
|
+
optionsFrom: step.optionsFrom
|
|
29809
29812
|
}));
|
|
29810
29813
|
|
|
29811
29814
|
case format.form:
|
|
@@ -29882,8 +29885,7 @@ var Step = function Step(_ref8) {
|
|
|
29882
29885
|
entry: entry,
|
|
29883
29886
|
errorDisplayed: errorDisplayed
|
|
29884
29887
|
}, /*#__PURE__*/React__default["default"].createElement(ObjectInput, {
|
|
29885
|
-
className: classNames__default["default"](_defineProperty$1({}, classes.input__invalid, errorDisplayed))
|
|
29886
|
-
possibleValues: step.options
|
|
29888
|
+
className: classNames__default["default"](_defineProperty$1({}, classes.input__invalid, errorDisplayed))
|
|
29887
29889
|
}));
|
|
29888
29890
|
}
|
|
29889
29891
|
|