@zgfe/business-lib 1.2.70-hxd.7 → 1.2.71-hxd.1
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.
- package/es/AUMFormulaTarget/components/formula/index.js +6 -4
- package/es/AUMFormulaTarget/components/panel/cdpCshCondition.js +2 -2
- package/es/AUMFormulaTarget/components/panel/index.less +1 -1
- package/es/AUMFormulaTarget/demo/index.js +1 -1
- package/es/AUMFormulaTarget/index.d.ts +4 -1
- package/es/addToPanel/components/radioGroup.d.ts +4 -1
- package/es/addToPanel/components/styleList.d.ts +4 -1
- package/es/addToPanel/index.d.ts +4 -1
- package/es/addToPanel/index.js +1 -1
- package/es/addToScene/index.js +3 -8
- package/es/amountSelector/demo/index.d.ts +3 -0
- package/es/amountSelector/demo/index.js +9 -0
- package/es/amountSelector/index.d.ts +10 -0
- package/es/amountSelector/index.js +21 -0
- package/es/amountSelector/styles/index.less +27 -0
- package/es/amountSelector/types.d.ts +4 -0
- package/es/amountSelector/types.js +1 -0
- package/es/amountSelector/util.d.ts +3 -0
- package/es/amountSelector/util.js +18 -0
- package/es/assets/colorIcon/demo_index.html +1023 -492
- package/es/assets/colorIcon/iconfont.css +203 -110
- package/es/assets/colorIcon/iconfont.js +13 -14
- package/es/assets/colorIcon/iconfont.json +433 -272
- package/es/assets/colorIcon/iconfont.ttf +0 -0
- package/es/assets/colorIcon/iconfont.woff +0 -0
- package/es/assets/colorIcon/iconfont.woff2 +0 -0
- package/es/assets/iconfont/demo.css +539 -539
- package/es/assets/iconfont/demo_index.html +5563 -5708
- package/es/assets/iconfont/iconfont.css +1015 -975
- package/es/assets/iconfont/iconfont.js +1 -1
- package/es/assets/iconfont/iconfont.json +1584 -1689
- package/es/assets/styles/resetAntd.less +6 -2
- package/es/assets/styles/variable.less +1 -1
- package/es/assets/theme.js +1 -1
- package/es/attrCondition/demo/group.js +1 -1
- package/es/attrCondition/group.js +11 -6
- package/es/attrCondition/index.js +11 -6
- package/es/attrCondition/styles/index.less +1 -1
- package/es/attrCondition/useAttrCondition.js +7 -5
- package/es/attrConditions/components/operateList.js +6 -3
- package/es/attrConditions/components/stringList.js +5 -9
- package/es/attrConditions/index.d.ts +4 -1
- package/es/attrConditions/index.js +4 -2
- package/es/attrConditions/types.d.ts +4 -0
- package/es/attrConditions/utils/operates.d.ts +4 -0
- package/es/attrConditions/utils/operates.js +37 -0
- package/es/attributeSelector/index.js +11 -11
- package/es/attributeSelector/listPanel.js +313 -101
- package/es/attributeSelector/types.d.ts +2 -0
- package/es/attributeSelector/util.js +3 -0
- package/es/chart/demo/data/data5 copy.js +2 -2
- package/es/chart/demo/index.js +1 -1
- package/es/chart/demo/line_bar_stack.js +4 -4
- package/es/chart/demo/stack.js +1 -1
- package/es/chart/index.js +10 -12
- package/es/chart/styles/index.less +2 -2
- package/es/chart/util/color.js +1 -1
- package/es/colorIcon/index.js +2 -4
- package/es/constants/apis.d.ts +4 -0
- package/es/constants/apis.js +6 -2
- package/es/constants/common.d.ts +11 -0
- package/es/constants/common.js +31 -0
- package/es/context/index.d.ts +2 -0
- package/es/cycleTime/index.js +6 -8
- package/es/cycleTime/month.js +2 -5
- package/es/dataSetGroup/index.js +0 -1
- package/es/datePicker/index.d.ts +4 -1
- package/es/datePickerV2/demo/index.js +1 -1
- package/es/datePickerV2/index.d.ts +4 -1
- package/es/datePickerV2/index.js +13 -4
- package/es/datePickerV2/popoverContent.js +1 -1
- package/es/datePickerV2/shortcut.js +1 -1
- package/es/datePickerV2/styles/index.less +1 -1
- package/es/datePickerV2/types.d.ts +1 -0
- package/es/datePickerV2/utils.js +8 -2
- package/es/demoWrapper/content.js +9 -10
- package/es/demoWrapper/innerDemo.js +1 -1
- package/es/dialog/index.d.ts +4 -1
- package/es/dnd/demo/index.js +5 -1
- package/es/dnd/demo/styles/index.less +34 -34
- package/es/dnd/index.d.ts +4 -1
- package/es/dnd/item.js +14 -0
- package/es/eventSelector/index.d.ts +4 -1
- package/es/eventSelector/index.js +3 -2
- package/es/eventSelector/listPanel.js +9 -13
- package/es/eventSelector/option.d.ts +1 -0
- package/es/eventSelector/option.js +14 -3
- package/es/eventSelector/styles/index.less +4 -0
- package/es/eventSelector/types.d.ts +1 -0
- package/es/formulaTarget/components/formula/index.js +2 -1
- package/es/formulaTarget/components/formula/index.less +1 -1
- package/es/formulaTarget/components/formula/types.d.ts +1 -0
- package/es/formulaTarget/components/formulaItem/index.js +7 -2
- package/es/formulaTarget/components/formulaItem/types.d.ts +1 -0
- package/es/formulaTarget/components/panel/index.js +2 -1
- package/es/formulaTarget/components/panel/item.js +5 -1
- package/es/formulaTarget/components/panel/types.d.ts +2 -0
- package/es/formulaTarget/index.d.ts +4 -1
- package/es/formulaTarget/index.js +2 -1
- package/es/formulaTarget/types.d.ts +1 -0
- package/es/hooks/useBizStore.js +3 -9
- package/es/icon/iconFont.d.ts +4 -1
- package/es/index.d.ts +2 -1
- package/es/index.js +2 -1
- package/es/layout/analysisLayout/index.d.ts +4 -1
- package/es/layout/columnLayout/index.d.ts +4 -1
- package/es/layout/optionTitle/components/btnMenu/index.less +18 -18
- package/es/layout/optionTitle/components/changePanelModal/styles/index.less +3 -3
- package/es/layout/optionTitle/components/title/index.d.ts +1 -2
- package/es/layout/optionTitle/components/title/index.js +10 -6
- package/es/layout/optionTitle/components/title/index.less +43 -43
- package/es/layout/optionTitle/index.js +1 -1
- package/es/layout/optionTitle/styles/index.less +30 -30
- package/es/layout/optionTitle/styles/layout.less +90 -90
- package/es/layout/optionTitle/styles/search.less +27 -27
- package/es/platformSelector/styles/index.less +1 -1
- package/es/productCondition/conditionTypeList.d.ts +4 -1
- package/es/productCondition/conditions/cdpCshCondition.js +9 -6
- package/es/productCondition/conditions/constants.d.ts +2 -0
- package/es/productCondition/conditions/constants.js +2 -0
- package/es/productCondition/conditions/order/runPeriodCondition.js +2 -4
- package/es/productCondition/conditions/periodCondition.d.ts +4 -1
- package/es/productCondition/conditions/propCondition.d.ts +4 -1
- package/es/productCondition/conditions/styles/periodCondition.less +1 -1
- package/es/productCondition/index.d.ts +4 -1
- package/es/productCondition/styles/conditionTypeList.less +4 -2
- package/es/productCondition/styles/relationLabel.less +1 -1
- package/es/productCondition/types.d.ts +3 -1
- package/es/productCondition/util.d.ts +4 -0
- package/es/productCondition/util.js +4 -2
- package/es/quickDatePicker/demo/index.js +31 -11
- package/es/quickDatePicker/index.js +122 -23
- package/es/quickDatePicker/styles/index.less +28 -25
- package/es/quickDatePicker/types.d.ts +13 -0
- package/es/quickDatePicker/utils.d.ts +6 -0
- package/es/quickDatePicker/utils.js +54 -1
- package/es/select/demo/index.js +2 -1
- package/es/select/handle.js +2 -9
- package/es/select/index.d.ts +4 -1
- package/es/select/option.js +1 -1
- package/es/select/overlay.js +2 -2
- package/es/select/styles/handle.less +15 -2
- package/es/socket/demo/demo.js +2 -2
- package/es/subjectWrapper/index.js +3 -1
- package/es/table/demo/data/color.js +1 -1
- package/es/table/index.js +3 -30
- package/es/targetConditionGroup/components/targetDimension.js +147 -53
- package/es/targetConditionGroup/demo/group.js +5 -18
- package/es/targetConditionGroup/index.d.ts +4 -1
- package/es/targetConditionGroup/index.js +12 -10
- package/es/targetConditionGroup/types.d.ts +1 -0
- package/es/targetSelector/editBox.d.ts +1 -0
- package/es/targetSelector/editBox.js +8 -3
- package/es/targetSelector/index.js +2 -1
- package/es/targetSelector/optionIcon.d.ts +4 -1
- package/es/targetSelector/optionIcon.js +3 -0
- package/es/targetSelector/styles/index.less +35 -3
- package/es/userCondition/conditionTypeList.d.ts +4 -1
- package/es/userCondition/conditionTypeList.js +5 -4
- package/es/userCondition/conditions/cdpCondition.js +9 -6
- package/es/userCondition/conditions/cdpCshCondition.js +9 -6
- package/es/userCondition/conditions/constants.d.ts +2 -0
- package/es/userCondition/conditions/constants.js +2 -0
- package/es/userCondition/conditions/dataAttribute.js +11 -7
- package/es/userCondition/conditions/eventCondition.js +16 -24
- package/es/userCondition/conditions/order/runPeriodCondition.d.ts +4 -1
- package/es/userCondition/conditions/periodCondition.d.ts +4 -1
- package/es/userCondition/conditions/periodCondition.js +19 -11
- package/es/userCondition/conditions/propCondition.js +5 -3
- package/es/userCondition/conditions/styles/eventCondition.less +14 -0
- package/es/userCondition/conditions/styles/periodCondition.less +7 -1
- package/es/userCondition/conditions/styles/textDesc.less +3 -4
- package/es/userCondition/conditions/tagsCondition.js +12 -5
- package/es/userCondition/conditions/textDesc.js +9 -5
- package/es/userCondition/demo/index.js +20 -14
- package/es/userCondition/demo/mockData.d.ts +20 -94
- package/es/userCondition/demo/mockData.js +31 -76
- package/es/userCondition/index.d.ts +5 -1
- package/es/userCondition/index.js +37 -21
- package/es/userCondition/styles/conditionTypeList.less +4 -2
- package/es/userCondition/styles/relationLabel.less +1 -1
- package/es/userCondition/types.d.ts +5 -2
- package/es/userCondition/util.d.ts +4 -0
- package/es/userCondition/util.js +4 -2
- package/es/userGroup/demo/index.js +2 -9
- package/es/userGroup/index.d.ts +4 -1
- package/es/userGroup/index.js +63 -15
- package/es/userGroup/overlay.js +17 -3
- package/es/userGroup/styles/index.less +55 -1
- package/es/userGroup/types.d.ts +2 -0
- package/es/userGroup/util.d.ts +2 -0
- package/es/userGroup/util.js +47 -0
- package/es/userGroupHeader/demo/index.js +1 -1
- package/es/userGroupHeader/index.d.ts +1 -0
- package/es/userGroupHeader/index.js +53 -6
- package/es/userGroupHeader/styles/index.less +21 -2
- package/es/userTagsSelector/cascaderOverlay.d.ts +4 -1
- package/es/userTagsSelector/cascaderOverlay.js +9 -2
- package/es/userTagsSelector/components/tagList/index.d.ts +4 -1
- package/es/userTagsSelector/groups/index.d.ts +4 -1
- package/es/userTagsSelector/index.d.ts +4 -1
- package/es/userTagsSelector/index.js +32 -2
- package/es/userTagsSelector/styles/index.less +10 -0
- package/es/userTagsSelector/types.d.ts +2 -0
- package/es/userTagsSelector/util.d.ts +1 -0
- package/es/userTagsSelector/util.js +20 -0
- package/es/utils/ajax.js +63 -26
- package/es/utils/eventApi.d.ts +14 -0
- package/es/utils/eventApi.js +128 -0
- package/es/utils/index.d.ts +2 -1
- package/es/utils/index.js +2 -1
- package/es/utils/type.d.ts +1 -0
- package/es/utils/util.d.ts +1 -0
- package/es/utils/util.js +18 -0
- package/package.json +2 -2
- package/es/assets/colorIcon/iconfont.svg +0 -129
|
@@ -10,14 +10,18 @@
|
|
|
10
10
|
|
|
11
11
|
.ant-input {
|
|
12
12
|
background-color: @background-color-base!important;
|
|
13
|
+
|
|
14
|
+
&.ant-input-status-error {
|
|
15
|
+
border-color: #116acc00 !important;
|
|
16
|
+
}
|
|
13
17
|
}
|
|
14
18
|
|
|
15
19
|
> .ant-input:hover {
|
|
16
|
-
border-color: #
|
|
20
|
+
border-color: #116acc00 !important;
|
|
17
21
|
}
|
|
18
22
|
|
|
19
23
|
> .ant-input:focus {
|
|
20
|
-
border-color: #
|
|
24
|
+
border-color: #116acc00 !important;
|
|
21
25
|
}
|
|
22
26
|
|
|
23
27
|
&:hover {
|
package/es/assets/theme.js
CHANGED
|
@@ -5,7 +5,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
|
|
|
5
5
|
'use strict';
|
|
6
6
|
|
|
7
7
|
exports.theme = {
|
|
8
|
-
'primary-color': '#
|
|
8
|
+
'primary-color': '#116ACC',
|
|
9
9
|
'border-color-base': '#ECEDF0',
|
|
10
10
|
'background-color-base': '#fafafb',
|
|
11
11
|
'text-color': '#021429',
|
|
@@ -2,6 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import useConditionGroup from './useConditionGroup';
|
|
3
3
|
import { Skeleton } from 'antd';
|
|
4
4
|
import BizAttrCondition from '.';
|
|
5
|
+
var BizAttrConditionGroupTimer = null;
|
|
5
6
|
var BizAttrConditionGroup = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
6
7
|
var showHandle = props.showHandle,
|
|
7
8
|
eventIdList = props.eventIdList,
|
|
@@ -12,7 +13,9 @@ var BizAttrConditionGroup = /*#__PURE__*/React.forwardRef(function (props, ref)
|
|
|
12
13
|
disableItemList = props.disableItemList,
|
|
13
14
|
overlayClassName = props.overlayClassName,
|
|
14
15
|
extra = props.extra,
|
|
15
|
-
relationConfig = props.relationConfig
|
|
16
|
+
relationConfig = props.relationConfig,
|
|
17
|
+
realTimeTags = props.realTimeTags,
|
|
18
|
+
supportNPlace = props.supportNPlace;
|
|
16
19
|
var _useConditionGroup = useConditionGroup(props, ref),
|
|
17
20
|
loading = _useConditionGroup.loading,
|
|
18
21
|
conditions = _useConditionGroup.conditions,
|
|
@@ -57,18 +60,20 @@ var BizAttrConditionGroup = /*#__PURE__*/React.forwardRef(function (props, ref)
|
|
|
57
60
|
enableEnvProp: enableEnvProp,
|
|
58
61
|
disableItemList: disableItemList,
|
|
59
62
|
extra: extra,
|
|
63
|
+
supportNPlace: supportNPlace,
|
|
60
64
|
onChange: function onChange(data) {
|
|
61
|
-
|
|
65
|
+
clearTimeout(BizAttrConditionGroupTimer);
|
|
66
|
+
BizAttrConditionGroupTimer = setTimeout(function () {
|
|
67
|
+
_onChange(data, index);
|
|
68
|
+
}, 20);
|
|
62
69
|
},
|
|
63
70
|
onDelete: function onDelete() {
|
|
64
71
|
return _onDelete(index);
|
|
65
72
|
},
|
|
66
73
|
relationSup: index ? conditions[index - 1] : undefined,
|
|
67
|
-
relationConfig: relationConfig
|
|
74
|
+
relationConfig: relationConfig,
|
|
75
|
+
realTimeTags: realTimeTags
|
|
68
76
|
}));
|
|
69
77
|
}))));
|
|
70
78
|
});
|
|
71
|
-
BizAttrConditionGroup.defaultProps = {
|
|
72
|
-
showHandle: true
|
|
73
|
-
};
|
|
74
79
|
export default BizAttrConditionGroup;
|
|
@@ -1,9 +1,12 @@
|
|
|
1
|
+
var _excluded = ["border"];
|
|
1
2
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
2
3
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
3
4
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
4
5
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
5
6
|
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
6
7
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
8
|
+
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
9
|
+
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
7
10
|
import { Skeleton, Space } from 'antd';
|
|
8
11
|
import React, { useContext, useEffect, useState } from 'react';
|
|
9
12
|
import BizAttributeSelector from '../attributeSelector';
|
|
@@ -15,7 +18,10 @@ import './styles/index.less';
|
|
|
15
18
|
import IconFont from '../icon/iconFont';
|
|
16
19
|
import { BizValidatorContext } from '../context';
|
|
17
20
|
var classPrefix = 'biz-attr-condition';
|
|
18
|
-
var BizAttrCondition = function BizAttrCondition(
|
|
21
|
+
var BizAttrCondition = function BizAttrCondition(_ref) {
|
|
22
|
+
var _ref$border = _ref.border,
|
|
23
|
+
border = _ref$border === void 0 ? false : _ref$border,
|
|
24
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
19
25
|
var eventIdList = props.eventIdList,
|
|
20
26
|
enableDelete = props.enableDelete,
|
|
21
27
|
enableEventProp = props.enableEventProp,
|
|
@@ -25,7 +31,8 @@ var BizAttrCondition = function BizAttrCondition(props) {
|
|
|
25
31
|
theme = props.theme,
|
|
26
32
|
overlayClassName = props.overlayClassName,
|
|
27
33
|
relationSup = props.relationSup,
|
|
28
|
-
relationConfig = props.relationConfig
|
|
34
|
+
relationConfig = props.relationConfig,
|
|
35
|
+
realTimeTags = props.realTimeTags;
|
|
29
36
|
var _useAttrCondition = useAttrCondition(props),
|
|
30
37
|
loading = _useAttrCondition.loading,
|
|
31
38
|
attr = _useAttrCondition.attr,
|
|
@@ -70,7 +77,8 @@ var BizAttrCondition = function BizAttrCondition(props) {
|
|
|
70
77
|
destroyPopupOnHide: props.destroyPopupOnHide,
|
|
71
78
|
placeholder: "\u8BF7\u9009\u62E9\u5C5E\u6027",
|
|
72
79
|
status: isAttrError ? 'error' : '',
|
|
73
|
-
extra: props.extra
|
|
80
|
+
extra: props.extra,
|
|
81
|
+
realTimeTags: realTimeTags
|
|
74
82
|
}), isAttrError ? /*#__PURE__*/React.createElement("div", {
|
|
75
83
|
className: "".concat(classPrefix, "-error")
|
|
76
84
|
}, "\u5C5E\u6027\u4E0D\u53EF\u4E3A\u7A7A") : null), /*#__PURE__*/React.createElement(BizOperateList, {
|
|
@@ -104,7 +112,4 @@ var BizAttrCondition = function BizAttrCondition(props) {
|
|
|
104
112
|
active: true
|
|
105
113
|
})));
|
|
106
114
|
};
|
|
107
|
-
BizAttrCondition.defaultProps = {
|
|
108
|
-
border: false
|
|
109
|
-
};
|
|
110
115
|
export default BizAttrCondition;
|
|
@@ -37,9 +37,10 @@ var useAttrCondition = function useAttrCondition(props) {
|
|
|
37
37
|
attrData = {
|
|
38
38
|
id: data.attrId,
|
|
39
39
|
propCategory: data.propCategory,
|
|
40
|
+
encryptionType: data.encryptionType,
|
|
40
41
|
type: data.type,
|
|
41
42
|
key: "".concat(data.propCategory, "-").concat(data.attrId),
|
|
42
|
-
label: data.attrNameStr || data.label,
|
|
43
|
+
label: data.attrNameStr || data.label || data.attrName,
|
|
43
44
|
dimensionSub: data.dimensionSub || 'event_attr'
|
|
44
45
|
};
|
|
45
46
|
}
|
|
@@ -51,10 +52,10 @@ var useAttrCondition = function useAttrCondition(props) {
|
|
|
51
52
|
name: data.attrName,
|
|
52
53
|
propCategory: data.propCategory,
|
|
53
54
|
type: data.type,
|
|
54
|
-
category: data.category,
|
|
55
|
+
category: data.category || (data.propCategory === PropCategory.UserProp ? 'fixed' : undefined),
|
|
55
56
|
key: "".concat(data.propCategory, "-").concat(data.attrName, "-").concat(aId),
|
|
56
57
|
subtype: data.subtype,
|
|
57
|
-
label: data.attrNameStr || data.label,
|
|
58
|
+
label: data.attrNameStr || data.label || data.attrName,
|
|
58
59
|
dimensionSub: data.dimensionSub || data.attrName
|
|
59
60
|
};
|
|
60
61
|
}
|
|
@@ -65,8 +66,9 @@ var useAttrCondition = function useAttrCondition(props) {
|
|
|
65
66
|
propCategory: data.propCategory,
|
|
66
67
|
type: data.type,
|
|
67
68
|
key: "".concat(data.propCategory, "-").concat(data.attrId),
|
|
68
|
-
label: data.attrNameStr || data.label,
|
|
69
|
-
subtype: data.subtype
|
|
69
|
+
label: data.attrNameStr || data.label || data.attrName,
|
|
70
|
+
subtype: data.subtype,
|
|
71
|
+
encryptionType: data.encryptionType
|
|
70
72
|
};
|
|
71
73
|
}
|
|
72
74
|
}
|
|
@@ -8,15 +8,18 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
|
|
|
8
8
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
9
9
|
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
10
10
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
11
|
-
import React, { useEffect, useState } from 'react';
|
|
11
|
+
import React, { useContext, useEffect, useState } from 'react';
|
|
12
12
|
import { InputNumber, Space, message } from 'antd';
|
|
13
13
|
import { classPrefix } from '..';
|
|
14
14
|
import { PropType } from '../../attributeSelector/types';
|
|
15
15
|
import BizSelect from '../../select';
|
|
16
|
-
import { dateOperate, numberOperate, stringOperate, specialOperate, stringBusinessOperate } from '../utils/operates';
|
|
16
|
+
import { dateOperate, numberOperate, stringOperate, specialOperate, stringBusinessOperate, stringOperate1 } from '../utils/operates';
|
|
17
17
|
import { OperateTypes } from '../types';
|
|
18
|
+
import BizGlobalDataContext from '../../context';
|
|
18
19
|
var BizOperateList = function BizOperateList(props) {
|
|
19
20
|
var _props$attr4;
|
|
21
|
+
var _useContext = useContext(BizGlobalDataContext),
|
|
22
|
+
basicConfig = _useContext.basicConfig;
|
|
20
23
|
var _useState = useState({
|
|
21
24
|
value: ''
|
|
22
25
|
}),
|
|
@@ -66,7 +69,7 @@ var BizOperateList = function BizOperateList(props) {
|
|
|
66
69
|
} else if (specialOperateHandle((_props$attr3 = props.attr) === null || _props$attr3 === void 0 ? void 0 : _props$attr3.name)) {
|
|
67
70
|
optionData = specialOperate;
|
|
68
71
|
} else {
|
|
69
|
-
optionData = stringOperate;
|
|
72
|
+
optionData = basicConfig && basicConfig.openRegexp ? stringOperate1 : stringOperate;
|
|
70
73
|
if (props === null || props === void 0 ? void 0 : props.supportNPlace) {
|
|
71
74
|
optionData = [].concat(_toConsumableArray(optionData), [{
|
|
72
75
|
name: '第N位是',
|
|
@@ -15,7 +15,6 @@ import BizGlobalDataContext from '../../context';
|
|
|
15
15
|
import BizSelect from '../../select';
|
|
16
16
|
import request from '../../utils/ajax';
|
|
17
17
|
import { OperateTypes } from '../types';
|
|
18
|
-
import { util } from '../../utils';
|
|
19
18
|
import _ from 'lodash';
|
|
20
19
|
var StringList = function StringList(props) {
|
|
21
20
|
var _props$attr;
|
|
@@ -116,23 +115,20 @@ var StringList = function StringList(props) {
|
|
|
116
115
|
});
|
|
117
116
|
} else {
|
|
118
117
|
var requestData = {
|
|
119
|
-
|
|
118
|
+
appId: currentApp === null || currentApp === void 0 ? void 0 : currentApp.appId,
|
|
120
119
|
platform: 0,
|
|
121
120
|
limit: 20,
|
|
122
121
|
attr: (attrData === null || attrData === void 0 ? void 0 : attrData.id) || 0,
|
|
123
|
-
|
|
122
|
+
dimensionsub: attrData === null || attrData === void 0 ? void 0 : attrData.dimensionSub,
|
|
124
123
|
v: searchValue || ''
|
|
125
124
|
};
|
|
126
|
-
var formData = util.transformRequest(requestData);
|
|
127
125
|
request(Apis.esQuery, {
|
|
128
126
|
method: 'post',
|
|
129
|
-
data:
|
|
130
|
-
headers: {
|
|
131
|
-
'Content-Type': 'application/x-www-form-urlencoded'
|
|
132
|
-
}
|
|
127
|
+
data: requestData
|
|
133
128
|
}).then(function (result) {
|
|
129
|
+
var data = result === null || result === void 0 ? void 0 : result.data;
|
|
134
130
|
setOptions(function () {
|
|
135
|
-
return
|
|
131
|
+
return data && data.sources ? data.sources.map(function (item) {
|
|
136
132
|
return {
|
|
137
133
|
name: item,
|
|
138
134
|
value: item
|
|
@@ -4,5 +4,8 @@ import './styles/index.less';
|
|
|
4
4
|
import { AttrConditionTypes, OperateTypes } from './types';
|
|
5
5
|
export declare const classPrefix = "biz-condition-item";
|
|
6
6
|
export declare function getCondition(attr: AttributeSelect.Value, operate: OperateTypes, values: string[]): AttrConditionTypes.ItemValue | undefined;
|
|
7
|
-
|
|
7
|
+
type FCWithDefaultProps<P> = React.FC<P> & {
|
|
8
|
+
defaultProps?: Partial<P>;
|
|
9
|
+
};
|
|
10
|
+
declare const BizConditionItem: FCWithDefaultProps<AttrConditionTypes.ItemProp>;
|
|
8
11
|
export default BizConditionItem;
|
|
@@ -48,7 +48,8 @@ var BizConditionItem = function BizConditionItem(props) {
|
|
|
48
48
|
enableEnvProp = props.enableEnvProp,
|
|
49
49
|
disableItemList = props.disableItemList,
|
|
50
50
|
border = props.border,
|
|
51
|
-
theme = props.theme
|
|
51
|
+
theme = props.theme,
|
|
52
|
+
realTimeTags = props.realTimeTags;
|
|
52
53
|
var _useAttrCondition = useAttrCondition(props),
|
|
53
54
|
loading = _useAttrCondition.loading,
|
|
54
55
|
attr = _useAttrCondition.attr,
|
|
@@ -82,7 +83,8 @@ var BizConditionItem = function BizConditionItem(props) {
|
|
|
82
83
|
},
|
|
83
84
|
theme: theme,
|
|
84
85
|
destroyPopupOnHide: props.destroyPopupOnHide,
|
|
85
|
-
extra: props.extra
|
|
86
|
+
extra: props.extra,
|
|
87
|
+
realTimeTags: realTimeTags
|
|
86
88
|
}), /*#__PURE__*/React.createElement("div", {
|
|
87
89
|
className: "".concat(classPrefix, "-panel")
|
|
88
90
|
}, /*#__PURE__*/React.createElement(BizOperateList, {
|
|
@@ -19,6 +19,7 @@ export declare namespace AttrConditionTypes {
|
|
|
19
19
|
attrNameStr?: string;
|
|
20
20
|
type?: PropType;
|
|
21
21
|
propCategory?: 'userProp' | 'eventProp' | 'envProp' | string;
|
|
22
|
+
encryptionType?: number;
|
|
22
23
|
category?: 'fixed' | 'custom';
|
|
23
24
|
dimensionSub?: string;
|
|
24
25
|
operator?: OperateTypes;
|
|
@@ -47,6 +48,7 @@ export declare namespace AttrConditionTypes {
|
|
|
47
48
|
eventAttrIdSub: number;
|
|
48
49
|
eventAttrNameSub: string;
|
|
49
50
|
}[];
|
|
51
|
+
realTimeTags?: Boolean;
|
|
50
52
|
}
|
|
51
53
|
interface GroupProp extends BasicAttrTypes {
|
|
52
54
|
defaultValue?: GroupValue;
|
|
@@ -64,6 +66,8 @@ export declare namespace AttrConditionTypes {
|
|
|
64
66
|
eventAttrIdSub: number;
|
|
65
67
|
eventAttrNameSub: string;
|
|
66
68
|
}[];
|
|
69
|
+
realTimeTags?: Boolean;
|
|
70
|
+
supportNPlace?: boolean;
|
|
67
71
|
}
|
|
68
72
|
interface Option {
|
|
69
73
|
name: string;
|
|
@@ -44,6 +44,43 @@ export var stringOperate = [{
|
|
|
44
44
|
name: '不是空值',
|
|
45
45
|
value: 'is not null'
|
|
46
46
|
}];
|
|
47
|
+
export var stringOperate1 = [{
|
|
48
|
+
name: '是',
|
|
49
|
+
value: 'equal'
|
|
50
|
+
}, {
|
|
51
|
+
name: '包含',
|
|
52
|
+
value: 'contains'
|
|
53
|
+
}, {
|
|
54
|
+
name: '不是',
|
|
55
|
+
value: 'not equal'
|
|
56
|
+
}, {
|
|
57
|
+
name: '不包含',
|
|
58
|
+
value: 'not contains'
|
|
59
|
+
}, {
|
|
60
|
+
name: '开头是',
|
|
61
|
+
value: 'begin with'
|
|
62
|
+
}, {
|
|
63
|
+
name: '结尾是',
|
|
64
|
+
value: 'end with'
|
|
65
|
+
}, {
|
|
66
|
+
name: '开头不是',
|
|
67
|
+
value: 'not begin with'
|
|
68
|
+
}, {
|
|
69
|
+
name: '结尾不是',
|
|
70
|
+
value: 'not end with'
|
|
71
|
+
}, {
|
|
72
|
+
name: '是空值',
|
|
73
|
+
value: 'is null'
|
|
74
|
+
}, {
|
|
75
|
+
name: '不是空值',
|
|
76
|
+
value: 'is not null'
|
|
77
|
+
}, {
|
|
78
|
+
name: '正则匹配',
|
|
79
|
+
value: 'regexp'
|
|
80
|
+
}, {
|
|
81
|
+
name: '正则不匹配',
|
|
82
|
+
value: 'not regexp'
|
|
83
|
+
}];
|
|
47
84
|
export var numberAUMOperate = [{
|
|
48
85
|
name: '>',
|
|
49
86
|
value: 'gt'
|
|
@@ -28,7 +28,8 @@ var BizAttributeSelector = function BizAttributeSelector(props) {
|
|
|
28
28
|
overlayClassName = props.overlayClassName,
|
|
29
29
|
isStrNum = props.isStrNum,
|
|
30
30
|
isString = props.isString,
|
|
31
|
-
isHideYeWu = props.isHideYeWu
|
|
31
|
+
isHideYeWu = props.isHideYeWu,
|
|
32
|
+
realTimeTags = props.realTimeTags;
|
|
32
33
|
var _useState = useState(),
|
|
33
34
|
_useState2 = _slicedToArray(_useState, 2),
|
|
34
35
|
currentAttr = _useState2[0],
|
|
@@ -42,7 +43,6 @@ var BizAttributeSelector = function BizAttributeSelector(props) {
|
|
|
42
43
|
_useState6 = _slicedToArray(_useState5, 1),
|
|
43
44
|
id = _useState6[0];
|
|
44
45
|
var _useContext = useContext(BizGlobalDataContext),
|
|
45
|
-
eventGroupList = _useContext.eventGroupList,
|
|
46
46
|
userPropList = _useContext.userPropList,
|
|
47
47
|
eventEnvList = _useContext.eventEnvList;
|
|
48
48
|
var boxRef = useRef(null);
|
|
@@ -56,6 +56,7 @@ var BizAttributeSelector = function BizAttributeSelector(props) {
|
|
|
56
56
|
setCurrentAttr(getValue(props.defaultValue));
|
|
57
57
|
}, []);
|
|
58
58
|
useEffect(function () {
|
|
59
|
+
if (props.value && !getValue(props.value)) return;
|
|
59
60
|
setCurrentAttr(getValue(props.value));
|
|
60
61
|
}, [props.value, props.extra]);
|
|
61
62
|
function getValue(param) {
|
|
@@ -65,14 +66,12 @@ var BizAttributeSelector = function BizAttributeSelector(props) {
|
|
|
65
66
|
if (attr.id === param.id && attr.name === (param.name || param.value)) res = attr;
|
|
66
67
|
});
|
|
67
68
|
} else if ((param === null || param === void 0 ? void 0 : param.propCategory) === 'eventProp') {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
});
|
|
75
|
-
if (res && param.step !== undefined) res.step = param.step;
|
|
69
|
+
if (param.id && (param.label || param.alias)) {
|
|
70
|
+
res = _.cloneDeep(param);
|
|
71
|
+
}
|
|
72
|
+
if (res && param.step !== undefined) {
|
|
73
|
+
res.step = param.step;
|
|
74
|
+
}
|
|
76
75
|
} else if ((param === null || param === void 0 ? void 0 : param.propCategory) === 'userProp') {
|
|
77
76
|
var _concat;
|
|
78
77
|
(_concat = (extraUser ? extraUser : []).concat(userPropList ? userPropList : [])) === null || _concat === void 0 ? void 0 : _concat.forEach(function (attr) {
|
|
@@ -113,7 +112,8 @@ var BizAttributeSelector = function BizAttributeSelector(props) {
|
|
|
113
112
|
isNumber: isNumber,
|
|
114
113
|
isStrNum: isStrNum,
|
|
115
114
|
isString: isString,
|
|
116
|
-
isHideYeWu: isHideYeWu
|
|
115
|
+
isHideYeWu: isHideYeWu,
|
|
116
|
+
realTimeTags: realTimeTags
|
|
117
117
|
}));
|
|
118
118
|
},
|
|
119
119
|
trigger: ['click'],
|