@zgfe/modules-attribution 1.0.1-alpha.32 → 1.0.1-alpha.33
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.
|
@@ -243,7 +243,7 @@ var AttributableEvents = function AttributableEvents(props) {
|
|
|
243
243
|
placement: "top",
|
|
244
244
|
title: '添加属性筛选'
|
|
245
245
|
}, /*#__PURE__*/React.createElement(IconFont, {
|
|
246
|
-
className: "".concat(count >=
|
|
246
|
+
className: "".concat(count >= 5 || (ReasonData === null || ReasonData === void 0 ? void 0 : (_ReasonData$event4 = ReasonData.event) === null || _ReasonData$event4 === void 0 ? void 0 : _ReasonData$event4.id) === -100 && Object.keys(bizEventSelectorDefaultValue).length <= 0 ? 'disable' : ''),
|
|
247
247
|
type: "shaixuan",
|
|
248
248
|
onClick: function onClick() {
|
|
249
249
|
return onAdd();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-attribution",
|
|
3
|
-
"version": "1.0.1-alpha.
|
|
3
|
+
"version": "1.0.1-alpha.33",
|
|
4
4
|
"module": "es/index.js",
|
|
5
5
|
"typings": "es/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"react": "^16.12.0 || ^17.0.0",
|
|
51
51
|
"yorkie": "^2.0.0"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "582f0dbf81c8d3ab20d01e52d182d4613cf3bbb0"
|
|
54
54
|
}
|