@zgfe/modules-event 0.1.5-event.58 → 0.1.5-event.59

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.
@@ -102,9 +102,6 @@ var SearchPanel = function SearchPanel(props) {
102
102
  chartType: chart.value
103
103
  }, data));
104
104
  };
105
- useEffect(function () {
106
- console.log('>>>>>>>>>>>', dimension);
107
- }, [dimension]);
108
105
  return /*#__PURE__*/React.createElement("div", {
109
106
  className: classPrefix
110
107
  }, /*#__PURE__*/React.createElement("div", {
@@ -119,7 +116,7 @@ var SearchPanel = function SearchPanel(props) {
119
116
  normalOptions: currentNormalOptions,
120
117
  value: dimension,
121
118
  eventId: props.eventId,
122
- isExtend: true,
119
+ isExtend: analysisSubjectType === 'eventProp' ? false : true,
123
120
  onChange: onDimensionChange
124
121
  })), /*#__PURE__*/React.createElement("div", {
125
122
  className: "".concat(classPrefix, "-search-right")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-event",
3
- "version": "0.1.5-event.58",
3
+ "version": "0.1.5-event.59",
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": "8a93bf49c7b54ecce1247a8cc07ee95be746650b",
52
+ "gitHead": "87da5cf59f5eb19571a28575a29094f3ff72244f",
53
53
  "dependencies": {
54
54
  "react-copy-to-clipboard": "^5.1.0",
55
55
  "react-highlight": "^0.15.0"