@bigbinary/neeto-rules-frontend 0.6.3 → 0.6.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.
package/dist/index.js CHANGED
@@ -10693,6 +10693,7 @@ var ActionItem = function ActionItem(_ref) {
10693
10693
  errors = _useFormikContext.errors,
10694
10694
  touched = _useFormikContext.touched;
10695
10695
  var optionList = elementProps.actionOptions;
10696
+ var ActionChildren = action.children;
10696
10697
  var actions = values[parentName].value || [];
10697
10698
  var label = index ? t("neetoRules.common.and", {
10698
10699
  what: t("neetoRules.common.then")
@@ -10820,6 +10821,11 @@ var ActionItem = function ActionItem(_ref) {
10820
10821
  selectedField: selectedField,
10821
10822
  name: "".concat(name, ".metadata"),
10822
10823
  options: getSelectedFieldOptions()
10824
+ }), isPresent(action === null || action === void 0 ? void 0 : action.children) && /*#__PURE__*/React__default.createElement(ActionChildren, {
10825
+ action: action,
10826
+ index: index,
10827
+ selectedField: selectedField,
10828
+ parentFieldName: name
10823
10829
  }));
10824
10830
  };
10825
10831
  var ActionItem$1 = /*#__PURE__*/memo(ActionItem);