@zgfe/modules-event 1.0.2 → 1.0.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.
@@ -96,7 +96,7 @@ var EventTable = function EventTable(props) {
96
96
  setFinalSearchData({});
97
97
  onUserDrill && onUserDrill({
98
98
  appId: currentApp === null || currentApp === void 0 ? void 0 : currentApp.appId,
99
- platform: (currentApp === null || currentApp === void 0 ? void 0 : currentApp.platform) || 0,
99
+ platform: (searchData === null || searchData === void 0 ? void 0 : searchData.platform) || 0,
100
100
  count: count,
101
101
  module: 'event',
102
102
  params: {
@@ -43,7 +43,7 @@ export default (function () {
43
43
  };
44
44
  return /*#__PURE__*/React.createElement(DemoWrapper, {
45
45
  needMeta: true,
46
- defaultApp: 501672
46
+ defaultApp: 502306
47
47
  }, isDetail ? /*#__PURE__*/React.createElement("div", null, JSON.stringify(detailParams), /*#__PURE__*/React.createElement("br", null), /*#__PURE__*/React.createElement("br", null), /*#__PURE__*/React.createElement(Button, {
48
48
  onClick: function onClick() {
49
49
  return setIsDetail(false);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-event",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
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": "7ff72400d7914325a921d3edd6fd6e2dbc280c80",
52
+ "gitHead": "b54a40e64bc719c7e6aee747f389d8ebfe1d2dc3",
53
53
  "dependencies": {
54
54
  "react-copy-to-clipboard": "^5.1.0",
55
55
  "react-highlight": "^0.15.0"