@zgfe/modules-event 0.0.2-event.43 → 0.0.2-event.44

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,7 +70,7 @@ var EventFilter = function EventFilter(props) {
70
70
  if (_data.dimension) {
71
71
  var _attr = _data.dimension;
72
72
  setBizAttributeSelectorValue(_objectSpread(_objectSpread({}, _data.dimension), {}, {
73
- key: _attr.propCategory === 'eventProp' ? "".concat(_attr.propCategory, "-").concat(_attr.value) : "".concat(_attr.propCategory, "-").concat(_attr.value, "-").concat(_attr.id)
73
+ key: _attr.propCategory === 'eventProp' ? "".concat(_attr.propCategory, "-").concat(_attr.value) : "".concat(_attr.propCategory, "-").concat(_attr.value)
74
74
  }));
75
75
  }
76
76
  }
@@ -122,7 +122,7 @@ var EventFilter = function EventFilter(props) {
122
122
  category: attr.category,
123
123
  value: _value,
124
124
  id: attr.id,
125
- key: attr.propCategory === 'eventProp' ? "".concat(attr.propCategory, "-").concat(_value) : "".concat(attr.propCategory, "-").concat(_value, "-").concat(attr.id)
125
+ key: attr.propCategory === 'eventProp' ? "".concat(attr.propCategory, "-").concat(_value) : "".concat(attr.propCategory, "-").concat(_value)
126
126
  });
127
127
  }
128
128
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-event",
3
- "version": "0.0.2-event.43",
3
+ "version": "0.0.2-event.44",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -36,7 +36,7 @@
36
36
  "@types/lodash": "^4.14.191",
37
37
  "@umijs/fabric": "^2.8.1",
38
38
  "@umijs/test": "^3.0.5",
39
- "@zgfe/business-lib": "1.1.84-panel.7",
39
+ "@zgfe/business-lib": "1.1.84-panel.10",
40
40
  "antd": "^4.22.6",
41
41
  "dumi": "^1.1.0",
42
42
  "echarts": "^5.3.2",
@@ -49,7 +49,7 @@
49
49
  "react": "^16.12.0 || ^17.0.0",
50
50
  "yorkie": "^2.0.0"
51
51
  },
52
- "gitHead": "b291434c70253eda42579736e2f2b53e59cc467e",
52
+ "gitHead": "b56df1b9c31fbcc58c165bb04d5503c98423e551",
53
53
  "dependencies": {
54
54
  "react-copy-to-clipboard": "^5.1.0",
55
55
  "react-highlight": "^0.15.0"