@next-core/brick-kit 2.157.2 → 2.157.3

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.esm.js CHANGED
@@ -9303,7 +9303,7 @@ function getStoryboard(datasource, result, fields, isPreview, formContextId) {
9303
9303
  dataItem.properties = _objectSpread(_objectSpread({}, dataItem.properties), {}, {
9304
9304
  className: "form-preview"
9305
9305
  });
9306
- dataItem.events = {
9306
+ dataItem.events = _objectSpread(_objectSpread({}, dataItem.events), {}, {
9307
9307
  "validate.error": [{
9308
9308
  action: "preview.debug",
9309
9309
  args: ["validate.error", "<% EVENT.detail %>"]
@@ -9312,7 +9312,7 @@ function getStoryboard(datasource, result, fields, isPreview, formContextId) {
9312
9312
  action: "preview.debug",
9313
9313
  args: ["validate.success", "<% EVENT.detail %>"]
9314
9314
  }]
9315
- };
9315
+ });
9316
9316
  }
9317
9317
  //数据初始化:与默认属性进行合并
9318
9318
  Object.keys(defaultProperties).forEach(item => {