@byteluck-fe/model-driven-engine 7.0.0-props.94 → 7.0.0-props.99

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.
@@ -187,6 +187,7 @@ export var ControlsEventPlugin = /*#__PURE__*/ function() {
187
187
  // input: 'on_input',
188
188
  // 'click-finish': 'on_click_finish',
189
189
  // 'list-change': 'on_list_change',
190
+ // 'chart-change': 'on_chart_change',
190
191
  // 'list-delete': 'on_list_delete',
191
192
  // 'list-search': 'on_list_search',
192
193
  // 'list-mounted': 'on_list_mounted',
@@ -227,7 +228,7 @@ export var ControlsEventPlugin = /*#__PURE__*/ function() {
227
228
  switch(_state.label){
228
229
  case 0:
229
230
  // 初始化state的时候不触发change事件,必须在engine mounted以后才触发
230
- if ((eventKey === 'change' || eventKey === 'list-change') && !this.engine.isMounted) {
231
+ if ((eventKey === 'change' || eventKey === 'list-change' || eventKey === 'chart-change') && !this.engine.isMounted) {
231
232
  return [
232
233
  2
233
234
  ];