@zgfe/modules-interval 1.0.3-alpha.24 → 1.0.3-alpha.25

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.
@@ -361,6 +361,7 @@ var TopPanel = function TopPanel(props) {
361
361
  enableEnvProp: true,
362
362
  key: "".concat(currentSubject === null || currentSubject === void 0 ? void 0 : currentSubject.subjectName, "-dimension"),
363
363
  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],
364
+ showCommonProp: true,
364
365
  enableDelete: true,
365
366
  onDelete: function onDelete() {
366
367
  var _formRef$current7;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-interval",
3
- "version": "1.0.3-alpha.24",
3
+ "version": "1.0.3-alpha.25",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -47,7 +47,7 @@
47
47
  "@types/uuid": "^9.0.2",
48
48
  "@umijs/fabric": "^2.8.1",
49
49
  "@umijs/test": "^3.0.5",
50
- "@zgfe/business-lib": "1.1.89-qirui.10",
50
+ "@zgfe/business-lib": "1.1.89-qirui.12",
51
51
  "@zgfe/modules-demo-manage": "^1.0.1",
52
52
  "antd": "^4.22.6",
53
53
  "dumi": "^1.1.0",
@@ -62,5 +62,5 @@
62
62
  "umi-request": "^1.4.0",
63
63
  "yorkie": "^2.0.0"
64
64
  },
65
- "gitHead": "433301a7b7852818f3fce8c517666a25561a5d55"
65
+ "gitHead": "6b6bc253d7e6d3d8c2d5fa4c95a4b7e24ca98be5"
66
66
  }