@zgfe/modules-event 0.1.5-event.24 → 0.1.5-event.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.
@@ -61,7 +61,7 @@ var TopPanel = /*#__PURE__*/React.forwardRef(function (props, ref) {
61
61
  }
62
62
  }
63
63
  _data.analysisSubject = allData.analysisSubject ? {
64
- subjectId: allData.analysisSubject.subjectId,
64
+ subjectId: allData.analysisSubject.id,
65
65
  subjectName: allData.analysisSubject.subjectName,
66
66
  subjectAlias: allData.analysisSubject.subjectAlias,
67
67
  unit: allData.analysisSubject.unit
@@ -160,7 +160,7 @@ var TopPanel = /*#__PURE__*/React.forwardRef(function (props, ref) {
160
160
  options: subjectList,
161
161
  aliasField: "subjectAlias",
162
162
  labelField: "subjectName",
163
- keyField: "subjectId"
163
+ keyField: "id"
164
164
  })), /*#__PURE__*/React.createElement("div", {
165
165
  ref: ref
166
166
  }, /*#__PURE__*/React.createElement(Form.Item, {
@@ -8,6 +8,7 @@ interface filterConditions {
8
8
  dimension?: bizAttributeSelectorValueProp;
9
9
  }
10
10
  interface analysisSubject {
11
+ id?: number;
11
12
  subjectId?: number;
12
13
  name?: string;
13
14
  unit?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-event",
3
- "version": "0.1.5-event.24",
3
+ "version": "0.1.5-event.25",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -49,7 +49,7 @@
49
49
  "react": "^16.12.0 || ^17.0.0",
50
50
  "yorkie": "^2.0.0"
51
51
  },
52
- "gitHead": "ac9c2f5cf94ab61e1bc82eabba369d39cfff86b8",
52
+ "gitHead": "5143b69def15dfe9fb9346ef2c9bee23ed8a88f7",
53
53
  "dependencies": {
54
54
  "react-copy-to-clipboard": "^5.1.0",
55
55
  "react-highlight": "^0.15.0"