@zgfe/business-lib 1.2.40-heyh.5 → 1.2.42
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.
|
@@ -13,7 +13,7 @@ import _ from 'lodash';
|
|
|
13
13
|
import { BizSelect, IconFont, util } from '../../..';
|
|
14
14
|
import { formulaList } from './data';
|
|
15
15
|
import { Tooltip, Input } from 'antd';
|
|
16
|
-
import {
|
|
16
|
+
import { numberAUMOperate } from '../../../attrConditions/utils/operates';
|
|
17
17
|
export var classPrefix = 'aum-formula-container';
|
|
18
18
|
var FormulaContainer = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
19
19
|
var _useState = useState([]),
|
|
@@ -137,7 +137,7 @@ var FormulaContainer = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
137
137
|
}, "]"), /*#__PURE__*/React.createElement("div", {
|
|
138
138
|
className: "".concat(classPrefix, "-format")
|
|
139
139
|
}, /*#__PURE__*/React.createElement(BizSelect, {
|
|
140
|
-
options:
|
|
140
|
+
options: numberAUMOperate,
|
|
141
141
|
labelField: "name",
|
|
142
142
|
keyField: "value",
|
|
143
143
|
overlayWidth: 96,
|
|
@@ -56,7 +56,6 @@ var BizAttributeSelector = function BizAttributeSelector(props) {
|
|
|
56
56
|
setCurrentAttr(getValue(props.value));
|
|
57
57
|
}, [props.value, props.extra]);
|
|
58
58
|
function getValue(param) {
|
|
59
|
-
console.log('lib属性筛选 - start:', param, eventEnvList, eventGroupList, userPropList);
|
|
60
59
|
var res = undefined;
|
|
61
60
|
if ((param === null || param === void 0 ? void 0 : param.propCategory) === 'envProp') {
|
|
62
61
|
eventEnvList === null || eventEnvList === void 0 ? void 0 : eventEnvList.forEach(function (attr) {
|
|
@@ -82,7 +81,6 @@ var BizAttributeSelector = function BizAttributeSelector(props) {
|
|
|
82
81
|
});
|
|
83
82
|
});
|
|
84
83
|
}
|
|
85
|
-
console.log('lib属性筛选 - end:', res);
|
|
86
84
|
return res;
|
|
87
85
|
}
|
|
88
86
|
function onDelete(e) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/business-lib",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.42",
|
|
4
4
|
"module": "es/index.js",
|
|
5
5
|
"typings": "es/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"react": "^16.12.0 || ^17.0.0",
|
|
56
56
|
"yorkie": "^2.0.0"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "f6edb2c53a37edf6970d5afad2ad32fb2a64fe4e",
|
|
59
59
|
"gitHooks": {
|
|
60
60
|
"pre-commit": "lint-staged"
|
|
61
61
|
}
|