kui-crm 0.0.254 → 0.0.256

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/cjs/index.js CHANGED
@@ -3854,9 +3854,9 @@ var Wrapper$1 = styled__default["default"](kuiBasic.Grid)(templateObject_1$m ||
3854
3854
  var templateObject_1$m;
3855
3855
 
3856
3856
  function MultistepForm(props) {
3857
- var form = props.form, children = props.children, stepShift = props.stepShift;
3857
+ var form = props.form, children = props.children, stepShift = props.stepShift, other = __rest(props, ["form", "children", "stepShift"]);
3858
3858
  var childrenList = React__default["default"].Children.toArray(children);
3859
- return jsxRuntime.jsx("div", { children: childrenList[form.step - (1 + (stepShift || 0))] });
3859
+ return (jsxRuntime.jsx("div", __assign({}, other, { children: childrenList[form.step - (1 + (stepShift || 0))] })));
3860
3860
  }
3861
3861
  var index$4 = mobxReact.observer(MultistepForm);
3862
3862