@zgfe/modules-event 0.0.2-alpha.13 → 0.0.2-alpha.14

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.
@@ -70,14 +70,14 @@ var EventTable = function EventTable(props) {
70
70
  var _searchData$filters;
71
71
  console.log('用户钻取', item, eventGroupList);
72
72
  var _time = time.split('|');
73
- var group_value = '';
73
+ var groupValue = '';
74
74
  if (searchData.dimension) {
75
- group_value = item.dimension;
75
+ groupValue = item.dimension;
76
76
  } else {
77
77
  eventGroupList === null || eventGroupList === void 0 ? void 0 : eventGroupList.forEach(function (group) {
78
78
  group.eventList.forEach(function (event) {
79
79
  if (event.name === item.name) {
80
- group_value = event.id.toString();
80
+ groupValue = event.id.toString();
81
81
  }
82
82
  });
83
83
  });
@@ -88,7 +88,7 @@ var EventTable = function EventTable(props) {
88
88
  count: count,
89
89
  module: 'event',
90
90
  params: {
91
- group_value: group_value,
91
+ groupValue: groupValue,
92
92
  id: searchData.id,
93
93
  userGroup: searchData.userGroup,
94
94
  chartType: searchData.chartType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-event",
3
- "version": "0.0.2-alpha.13",
3
+ "version": "0.0.2-alpha.14",
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": "c74ed3a5a232119b5035e19792e78adf034dfa48",
52
+ "gitHead": "fdfc41eb5c7ed699c7da896f4235b62418e182a2",
53
53
  "dependencies": {
54
54
  "react-copy-to-clipboard": "^5.1.0",
55
55
  "react-highlight": "^0.15.0"