@byteluck-fe/model-driven-controls 7.0.0-props.23 → 7.0.0-props.24

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.
@@ -170,7 +170,7 @@ _define_property(StepControl, "setting", [
170
170
  visible: true,
171
171
  name: 'isStopStepClick',
172
172
  label: '允许结束步骤点击',
173
- default: false
173
+ default: true
174
174
  },
175
175
  {
176
176
  key: 'common-select',
@@ -91,7 +91,7 @@ var StepControlProperty = /*#__PURE__*/ function(LayoutControlProperty) {
91
91
  _this.isSticky = (_ref4 = props === null || props === void 0 ? void 0 : props.isSticky) !== null && _ref4 !== void 0 ? _ref4 : false;
92
92
  _this.step = (_ref5 = props === null || props === void 0 ? void 0 : props.step) !== null && _ref5 !== void 0 ? _ref5 : '';
93
93
  _this.isCenter = (_ref6 = props === null || props === void 0 ? void 0 : props.isCenter) !== null && _ref6 !== void 0 ? _ref6 : false;
94
- _this.isStopStepClick = (_ref7 = props === null || props === void 0 ? void 0 : props.isStopStepClick) !== null && _ref7 !== void 0 ? _ref7 : false;
94
+ _this.isStopStepClick = (_ref7 = props === null || props === void 0 ? void 0 : props.isStopStepClick) !== null && _ref7 !== void 0 ? _ref7 : true;
95
95
  _this.status = (_ref8 = props === null || props === void 0 ? void 0 : props.status) !== null && _ref8 !== void 0 ? _ref8 : 'process';
96
96
  _this.stopStatus = (_ref9 = props === null || props === void 0 ? void 0 : props.stopStatus) !== null && _ref9 !== void 0 ? _ref9 : 'finish';
97
97
  _this.isShowStepButton = (_ref10 = props === null || props === void 0 ? void 0 : props.isShowStepButton) !== null && _ref10 !== void 0 ? _ref10 : false;