@zgfe/modules-interval 1.0.3-alpha.27 → 1.0.3-alpha.29

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.
@@ -112,7 +112,7 @@ var ModuleInterval = function ModuleInterval(props) {
112
112
  name: title,
113
113
  params: _objectSpread({
114
114
  app_id: currentApp === null || currentApp === void 0 ? void 0 : currentApp.appId,
115
- module: 'event'
115
+ module: 'interval'
116
116
  }, searchData)
117
117
  }
118
118
  } : undefined,
@@ -367,7 +367,7 @@ var TopPanel = function TopPanel(props) {
367
367
  enableUserProp: analysisType === 'user',
368
368
  enableEnvProp: true,
369
369
  key: "".concat(currentSubject === null || currentSubject === void 0 ? void 0 : currentSubject.subjectName, "-dimension-").concat(startEvent === null || startEvent === void 0 ? void 0 : startEvent.id, "-").concat(endEvent === null || endEvent === void 0 ? void 0 : endEvent.id, "}"),
370
- eventIdList: (startEvent === null || startEvent === void 0 ? void 0 : startEvent.id) === (endEvent === null || endEvent === void 0 ? void 0 : endEvent.id) ? [startEvent === null || startEvent === void 0 ? void 0 : startEvent.id] : [startEvent === null || startEvent === void 0 ? void 0 : startEvent.id, endEvent === null || endEvent === void 0 ? void 0 : endEvent.id],
370
+ eventIdList: [(startEvent === null || startEvent === void 0 ? void 0 : startEvent.id) || 0, (endEvent === null || endEvent === void 0 ? void 0 : endEvent.id) || 0],
371
371
  showCommonProp: true,
372
372
  enableDelete: true,
373
373
  onDelete: function onDelete() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-interval",
3
- "version": "1.0.3-alpha.27",
3
+ "version": "1.0.3-alpha.29",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -62,5 +62,5 @@
62
62
  "umi-request": "^1.4.0",
63
63
  "yorkie": "^2.0.0"
64
64
  },
65
- "gitHead": "f7da787bd6f30bc586c52a0f7a70883b895e4624"
65
+ "gitHead": "0895cd474aa212778fc258c9b0ca970887376be7"
66
66
  }