@zgfe/business-lib 1.0.0-beta.6 → 1.0.3

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.
Files changed (283) hide show
  1. package/es/analysisLayout/demo/index.js +4 -1
  2. package/es/analysisLayout/index.d.ts +1 -28
  3. package/es/analysisLayout/index.js +38 -48
  4. package/es/analysisLayout/index.less +1 -1
  5. package/es/assets/styles/chunks.less +143 -0
  6. package/es/assets/styles/inner.less +3 -0
  7. package/es/assets/styles/resetAntd.less +398 -0
  8. package/es/assets/styles/variable.less +21 -0
  9. package/es/assets/theme.d.ts +5 -0
  10. package/es/assets/theme.js +4 -0
  11. package/es/attrConditions/components/operateList.d.ts +8 -0
  12. package/es/attrConditions/components/operateList.js +83 -0
  13. package/es/attrConditions/components/stringList.d.ts +9 -0
  14. package/es/attrConditions/components/stringList.js +168 -0
  15. package/es/attrConditions/components/valuesList.d.ts +10 -0
  16. package/es/attrConditions/components/valuesList.js +188 -0
  17. package/es/{attributeSelector/demo/multi.d.ts → attrConditions/demo/group.d.ts} +0 -0
  18. package/es/attrConditions/demo/group.js +82 -0
  19. package/es/{globalAttributes → attrConditions}/demo/index.d.ts +0 -0
  20. package/es/{datePicker/demo/form.js → attrConditions/demo/index.js} +43 -23
  21. package/es/attrConditions/group.d.ts +5 -0
  22. package/es/attrConditions/group.js +183 -0
  23. package/es/attrConditions/index.d.ts +6 -0
  24. package/es/attrConditions/index.js +160 -0
  25. package/es/attrConditions/styles/group.less +49 -0
  26. package/es/attrConditions/styles/index.less +94 -0
  27. package/es/attrConditions/types.d.ts +63 -0
  28. package/es/attrConditions/types.js +19 -0
  29. package/es/attrConditions/utils/operates.d.ts +16 -0
  30. package/es/attrConditions/utils/operates.js +67 -0
  31. package/es/attributeSelector/demo/index.d.ts +3 -0
  32. package/es/attributeSelector/demo/{singleForm.js → index.js} +42 -44
  33. package/es/attributeSelector/index.d.ts +4 -111
  34. package/es/attributeSelector/index.js +88 -543
  35. package/es/attributeSelector/listPanel.d.ts +4 -0
  36. package/es/attributeSelector/listPanel.js +208 -0
  37. package/es/attributeSelector/option.d.ts +15 -0
  38. package/es/attributeSelector/option.js +53 -0
  39. package/es/attributeSelector/styles/index.less +100 -0
  40. package/es/attributeSelector/types.d.ts +79 -0
  41. package/es/attributeSelector/types.js +15 -0
  42. package/es/attributeSelector/util.d.ts +7 -0
  43. package/es/attributeSelector/util.js +69 -0
  44. package/es/chart/demo/pie.js +1 -0
  45. package/es/chart/index.d.ts +2 -96
  46. package/es/chart/index.js +28 -35
  47. package/es/chart/styles/index.less +50 -0
  48. package/es/chart/types.d.ts +46 -0
  49. package/es/chart/{type.js → types.js} +0 -0
  50. package/es/chart/util/{chartConfig.d.ts → chartOptionConfig.d.ts} +4 -35
  51. package/es/chart/util/{chartConfig.js → chartOptionConfig.js} +45 -111
  52. package/es/chart/util/formatData.d.ts +3 -7
  53. package/es/chart/util/formatData.js +47 -26
  54. package/es/chart/util/formatOption.d.ts +2 -1
  55. package/es/chart/util/formatOption.js +22 -9
  56. package/es/chart/util/mapUtil.d.ts +3 -3
  57. package/es/chart/util/mapUtil.js +9 -19
  58. package/es/commonStyle/icon.less +116 -112
  59. package/es/commonStyle/select.less +1 -1
  60. package/es/commonStyle/theme.less +520 -473
  61. package/es/components/iconFont.js +4 -2
  62. package/es/context/index.d.ts +16 -0
  63. package/es/context/index.js +3 -0
  64. package/es/datePicker/datePicker.d.ts +10 -0
  65. package/es/datePicker/datePicker.js +115 -0
  66. package/es/datePicker/demo/index.d.ts +1 -0
  67. package/es/datePicker/demo/index.js +9 -2
  68. package/es/datePicker/index.d.ts +4 -27
  69. package/es/datePicker/index.js +72 -148
  70. package/es/datePicker/styles/index.less +48 -0
  71. package/es/datePicker/types.d.ts +24 -0
  72. package/es/{eventSelector/type.js → datePicker/types.js} +0 -0
  73. package/es/datePicker/utils.d.ts +6 -0
  74. package/es/datePicker/utils.js +70 -0
  75. package/es/dialog/components/itemNode.d.ts +10 -0
  76. package/es/dialog/components/itemNode.js +109 -0
  77. package/es/dialog/components/list.d.ts +3 -13
  78. package/es/dialog/components/list.js +15 -12
  79. package/es/dialog/components/selectToInput.d.ts +4 -48
  80. package/es/dialog/components/selectToInput.js +74 -80
  81. package/es/dialog/components/styles/handle.less +39 -0
  82. package/es/dialog/components/styles/list.less +60 -0
  83. package/es/dialog/components/styles/tab.less +55 -0
  84. package/es/dialog/components/tab.d.ts +3 -7
  85. package/es/dialog/components/tab.js +57 -19
  86. package/es/dialog/data/{chart.d.ts → data.d.ts} +9 -0
  87. package/es/dialog/data/{chart.js → data.js} +11 -0
  88. package/es/dialog/demo/index.d.ts +23 -0
  89. package/es/dialog/demo/index.js +34 -3
  90. package/es/dialog/demo/index2.js +14 -2
  91. package/es/dialog/index.d.ts +4 -97
  92. package/es/dialog/index.js +54 -109
  93. package/es/dialog/styles/index.less +11 -0
  94. package/es/dialog/types.d.ts +77 -0
  95. package/es/{targetConditionGroup/type.js → dialog/types.js} +0 -0
  96. package/es/eventSelector/demo/index.js +26 -44
  97. package/es/eventSelector/index.d.ts +4 -30
  98. package/es/eventSelector/index.js +90 -416
  99. package/es/eventSelector/listPanel.d.ts +4 -0
  100. package/es/eventSelector/listPanel.js +197 -0
  101. package/es/eventSelector/option.d.ts +17 -0
  102. package/es/eventSelector/option.js +54 -0
  103. package/es/eventSelector/styles/index.less +77 -0
  104. package/es/eventSelector/types.d.ts +31 -0
  105. package/es/eventSelector/types.js +1 -0
  106. package/es/index.d.ts +14 -11
  107. package/es/index.js +9 -11
  108. package/es/{attributeSelector/data → mock}/env.d.ts +0 -0
  109. package/es/{attributeSelector/data → mock}/env.js +0 -0
  110. package/es/{attributeSelector/data → mock}/event.d.ts +0 -0
  111. package/es/{attributeSelector/data → mock}/event.js +0 -0
  112. package/es/{attributeSelector/data → mock}/user.d.ts +0 -0
  113. package/es/{attributeSelector/data → mock}/user.js +0 -0
  114. package/es/{multipleSelector → searchInput}/demo/index.d.ts +0 -0
  115. package/es/searchInput/demo/index.js +5 -0
  116. package/es/searchInput/index.d.ts +8 -0
  117. package/es/searchInput/index.js +31 -0
  118. package/es/{attributeSelector/demo/multiForm.d.ts → select/demo/group.d.ts} +0 -0
  119. package/es/{globalAttributes/demo/index.js → select/demo/group.js} +49 -31
  120. package/es/select/demo/index.js +49 -21
  121. package/es/{attributeSelector/demo/single.d.ts → select/demo/multiple.d.ts} +0 -0
  122. package/es/{multipleSelector/demo/index.js → select/demo/multiple.js} +55 -12
  123. package/es/select/handle.d.ts +5 -0
  124. package/es/select/handle.js +119 -0
  125. package/es/select/index.d.ts +4 -49
  126. package/es/select/index.js +168 -122
  127. package/es/select/option.d.ts +4 -0
  128. package/es/select/option.js +59 -0
  129. package/es/select/overlay.d.ts +4 -0
  130. package/es/select/overlay.js +154 -0
  131. package/es/select/styles/handle.less +111 -0
  132. package/es/select/styles/index.less +99 -0
  133. package/es/select/types.d.ts +65 -0
  134. package/es/select/types.js +1 -0
  135. package/es/table/demo/data/table.js +1 -1
  136. package/es/table/demo/index.d.ts +1 -1
  137. package/es/table/demo/index.js +9 -8
  138. package/es/table/demo/index3.js +9 -18
  139. package/es/table/index.d.ts +4 -30
  140. package/es/table/index.js +30 -26
  141. package/es/table/styles/index.less +5 -0
  142. package/es/table/type.d.ts +10 -0
  143. package/es/table/type.js +1 -0
  144. package/es/targetConditionGroup/components/targetDimension.d.ts +8 -0
  145. package/es/targetConditionGroup/components/targetDimension.js +153 -0
  146. package/es/targetConditionGroup/data/operates.d.ts +8 -24
  147. package/es/targetConditionGroup/data/operates.js +26 -69
  148. package/es/targetConditionGroup/demo/group.d.ts +1 -0
  149. package/es/targetConditionGroup/demo/group.js +108 -23
  150. package/es/targetConditionGroup/demo/index.js +34 -34
  151. package/es/targetConditionGroup/demo/styles/index.less +29 -0
  152. package/es/targetConditionGroup/index.d.ts +4 -57
  153. package/es/targetConditionGroup/index.js +177 -274
  154. package/es/targetConditionGroup/styles/index.less +25 -0
  155. package/es/targetConditionGroup/types.d.ts +32 -0
  156. package/es/targetConditionGroup/types.js +1 -0
  157. package/es/targetSelector/demo/index.d.ts +1 -0
  158. package/es/targetSelector/demo/index.js +29 -71
  159. package/es/targetSelector/editBox.d.ts +8 -0
  160. package/es/targetSelector/{components/BizEventNameEditBox.js → editBox.js} +49 -24
  161. package/es/targetSelector/index.d.ts +5 -55
  162. package/es/targetSelector/index.js +103 -214
  163. package/es/targetSelector/optionIcon.d.ts +9 -0
  164. package/es/targetSelector/optionIcon.js +24 -0
  165. package/es/targetSelector/optionMenu.d.ts +7 -0
  166. package/es/targetSelector/optionMenu.js +38 -0
  167. package/es/targetSelector/styles/index.less +88 -0
  168. package/es/targetSelector/types.d.ts +18 -0
  169. package/es/targetSelector/types.js +1 -0
  170. package/es/userCondition/conditionTypeList.d.ts +10 -0
  171. package/es/userCondition/conditionTypeList.js +43 -0
  172. package/es/userCondition/conditionWrap.d.ts +7 -0
  173. package/es/userCondition/conditionWrap.js +18 -0
  174. package/es/userCondition/conditions/eventCondition.d.ts +8 -0
  175. package/es/userCondition/conditions/eventCondition.js +104 -0
  176. package/es/userCondition/conditions/periodCondition.d.ts +11 -0
  177. package/es/userCondition/conditions/periodCondition.js +156 -0
  178. package/es/userCondition/conditions/propCondition.d.ts +11 -0
  179. package/es/userCondition/conditions/propCondition.js +147 -0
  180. package/es/userCondition/conditions/runTimesCondition.d.ts +9 -0
  181. package/es/userCondition/conditions/runTimesCondition.js +78 -0
  182. package/es/userCondition/conditions/styles/eventCondition.less +49 -0
  183. package/es/userCondition/conditions/styles/periodCondition.less +14 -0
  184. package/es/userCondition/conditions/styles/propCondition.less +36 -0
  185. package/es/userCondition/conditions/styles/runTimesCondition.less +16 -0
  186. package/es/{attributeSelector/demo/singleForm.d.ts → userCondition/demo/index.d.ts} +0 -0
  187. package/es/userCondition/demo/index.js +97 -0
  188. package/es/userCondition/index.d.ts +7 -0
  189. package/es/userCondition/index.js +146 -0
  190. package/es/userCondition/orConditions.d.ts +5 -0
  191. package/es/userCondition/orConditions.js +202 -0
  192. package/es/userCondition/relationLabel.d.ts +6 -0
  193. package/es/userCondition/relationLabel.js +12 -0
  194. package/es/userCondition/styles/conditionTypeList.less +31 -0
  195. package/es/userCondition/styles/conditionWrap.less +14 -0
  196. package/es/userCondition/styles/index.less +13 -0
  197. package/es/userCondition/styles/orConditions.less +16 -0
  198. package/es/userCondition/styles/relationLabel.less +18 -0
  199. package/es/userCondition/types.d.ts +79 -0
  200. package/es/userCondition/types.js +1 -0
  201. package/es/userCondition/util.d.ts +2 -0
  202. package/es/userCondition/util.js +54 -0
  203. package/es/{datePicker/demo/form.d.ts → userGroup/demo/group.d.ts} +0 -0
  204. package/es/{targetConditionGroup/demo/form.js → userGroup/demo/group.js} +68 -72
  205. package/es/userGroup/demo/index.d.ts +0 -1
  206. package/es/userGroup/demo/index.js +5 -62
  207. package/es/userGroup/index.d.ts +3 -77
  208. package/es/userGroup/index.js +60 -108
  209. package/es/userGroup/styles/index.less +20 -0
  210. package/es/userGroup/types.d.ts +15 -0
  211. package/es/userGroup/types.js +1 -0
  212. package/es/utils/ajax.js +5 -20
  213. package/es/utils/type.d.ts +42 -44
  214. package/es/utils/util.d.ts +1 -35
  215. package/es/utils/util.js +27 -57
  216. package/package.json +11 -4
  217. package/es/attributeSelector/demo/multi.js +0 -39
  218. package/es/attributeSelector/demo/multiForm.js +0 -64
  219. package/es/attributeSelector/demo/single.js +0 -43
  220. package/es/attributeSelector/group.d.ts +0 -31
  221. package/es/attributeSelector/group.js +0 -225
  222. package/es/attributeSelector/index.less +0 -172
  223. package/es/chart/index.less +0 -38
  224. package/es/chart/style/circle.svg +0 -4
  225. package/es/chart/type.d.ts +0 -22
  226. package/es/datePicker/data.d.ts +0 -9
  227. package/es/datePicker/data.js +0 -65
  228. package/es/datePicker/index.less +0 -364
  229. package/es/dialog/components/style/list.less +0 -59
  230. package/es/dialog/components/style/tab.less +0 -61
  231. package/es/dialog/style/index.less +0 -86
  232. package/es/eventSelector/demo/form.d.ts +0 -2
  233. package/es/eventSelector/demo/form.js +0 -89
  234. package/es/eventSelector/demo/nodata.d.ts +0 -2
  235. package/es/eventSelector/demo/nodata.js +0 -13
  236. package/es/eventSelector/index.less +0 -121
  237. package/es/eventSelector/type.d.ts +0 -41
  238. package/es/globalAttributes/demo/data/env.d.ts +0 -11
  239. package/es/globalAttributes/demo/data/env.js +0 -181
  240. package/es/globalAttributes/demo/data/event.d.ts +0 -237
  241. package/es/globalAttributes/demo/data/event.js +0 -3483
  242. package/es/globalAttributes/demo/data/user.d.ts +0 -22
  243. package/es/globalAttributes/demo/data/user.js +0 -218
  244. package/es/globalAttributes/index.d.ts +0 -47
  245. package/es/globalAttributes/index.js +0 -112
  246. package/es/multipleSelector/index.d.ts +0 -36
  247. package/es/multipleSelector/index.js +0 -131
  248. package/es/multipleSelector/index.less +0 -136
  249. package/es/table/demo/index.less +0 -8
  250. package/es/table/index.less +0 -139
  251. package/es/targetConditionGroup/components/conditionGroup.d.ts +0 -30
  252. package/es/targetConditionGroup/components/conditionGroup.js +0 -112
  253. package/es/targetConditionGroup/components/conditionItem.d.ts +0 -47
  254. package/es/targetConditionGroup/components/conditionItem.js +0 -232
  255. package/es/targetConditionGroup/components/style/group.less +0 -47
  256. package/es/targetConditionGroup/components/style/index.less +0 -16
  257. package/es/targetConditionGroup/demo/data/env.d.ts +0 -11
  258. package/es/targetConditionGroup/demo/data/env.js +0 -181
  259. package/es/targetConditionGroup/demo/data/event.d.ts +0 -237
  260. package/es/targetConditionGroup/demo/data/event.js +0 -3483
  261. package/es/targetConditionGroup/demo/data/user.d.ts +0 -22
  262. package/es/targetConditionGroup/demo/data/user.js +0 -218
  263. package/es/targetConditionGroup/demo/form.d.ts +0 -2
  264. package/es/targetConditionGroup/demo/item.d.ts +0 -2
  265. package/es/targetConditionGroup/demo/item.js +0 -5
  266. package/es/targetConditionGroup/group.d.ts +0 -56
  267. package/es/targetConditionGroup/group.js +0 -204
  268. package/es/targetConditionGroup/index.less +0 -76
  269. package/es/targetConditionGroup/type.d.ts +0 -95
  270. package/es/targetSelector/components/BizCascadeBox.d.ts +0 -34
  271. package/es/targetSelector/components/BizCascadeBox.js +0 -213
  272. package/es/targetSelector/components/BizEventNameEditBox.d.ts +0 -20
  273. package/es/targetSelector/demo/form.d.ts +0 -2
  274. package/es/targetSelector/demo/form.js +0 -133
  275. package/es/targetSelector/demo/nodata.d.ts +0 -2
  276. package/es/targetSelector/demo/nodata.js +0 -13
  277. package/es/targetSelector/index.less +0 -28
  278. package/es/userGroup/demo/cluster.d.ts +0 -3
  279. package/es/userGroup/demo/cluster.js +0 -102
  280. package/es/userGroup/demo/index.less +0 -3
  281. package/es/userGroup/index.less +0 -2
  282. package/es/userGroup/userCluster.d.ts +0 -63
  283. package/es/userGroup/userCluster.js +0 -255
@@ -0,0 +1,208 @@
1
+ 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."); }
4
+
5
+ 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); }
6
+
7
+ 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; }
8
+
9
+ function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
10
+
11
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
12
+
13
+ import { Anchor, Button } from 'antd';
14
+ import React, { useContext, useEffect, useState } from 'react';
15
+ import { BizGlobalDataContext } from '..';
16
+ import BizSearchInput from '../searchInput';
17
+ import Option from './option';
18
+ var Link = Anchor.Link;
19
+
20
+ var AttrListPanel = function AttrListPanel(props) {
21
+ var _props$disableItemLis;
22
+
23
+ var id = props.id,
24
+ enableEnvProp = props.enableEnvProp,
25
+ enableEventProp = props.enableEventProp,
26
+ enableUserProp = props.enableUserProp,
27
+ eventIdList = props.eventIdList;
28
+
29
+ var _useState = useState(''),
30
+ _useState2 = _slicedToArray(_useState, 2),
31
+ searchValue = _useState2[0],
32
+ setSearchValue = _useState2[1];
33
+
34
+ var _useContext = useContext(BizGlobalDataContext),
35
+ eventGroupList = _useContext.eventGroupList,
36
+ userPropList = _useContext.userPropList,
37
+ eventEnvList = _useContext.eventEnvList;
38
+
39
+ var _useState3 = useState([]),
40
+ _useState4 = _slicedToArray(_useState3, 2),
41
+ optionList = _useState4[0],
42
+ setOptionList = _useState4[1];
43
+
44
+ var _useState5 = useState(),
45
+ _useState6 = _slicedToArray(_useState5, 2),
46
+ currentAttr = _useState6[0],
47
+ setCurrentAttr = _useState6[1];
48
+
49
+ var disableItemlist = (_props$disableItemLis = props.disableItemList) === null || _props$disableItemLis === void 0 ? void 0 : _props$disableItemLis.map(function (item) {
50
+ if (item.propCategory === 'envProp') {
51
+ item.key = "envProp-".concat(item.name);
52
+ } else if (item.propCategory === 'eventProp') {
53
+ item.key = item.id;
54
+ } else if (item.propCategory === 'userProp') {
55
+ item.key = "userProp-".concat(item.name);
56
+ }
57
+
58
+ return item;
59
+ });
60
+ var anchor = {
61
+ container: "container-".concat(id),
62
+ event: "event".concat(id),
63
+ user: "user".concat(id),
64
+ env: "env".concat(id)
65
+ };
66
+ var classPrefix = 'biz-attr-select';
67
+ useEffect(function () {
68
+ var list = [];
69
+
70
+ if (enableEventProp) {
71
+ var hasAnchor = false;
72
+ eventGroupList === null || eventGroupList === void 0 ? void 0 : eventGroupList.forEach(function (group) {
73
+ group.eventList.forEach(function (event) {
74
+ if (event.isDelete || event.isStop) return;
75
+ if (eventIdList && eventIdList.length && !eventIdList.includes(event.id)) return;
76
+ var group = {
77
+ isEvent: true,
78
+ groupName: event.alias || event.name,
79
+ anchor: hasAnchor ? String(Math.random()) : anchor.event,
80
+ key: "event-".concat(event.id),
81
+ children: []
82
+ };
83
+ hasAnchor = true;
84
+ event.attrList.forEach(function (attr) {
85
+ group.children.push(attr);
86
+ });
87
+ list.push(group);
88
+ });
89
+ });
90
+ }
91
+
92
+ if (enableUserProp) {
93
+ list.push({
94
+ isEvent: false,
95
+ groupName: '用户属性',
96
+ key: 'userProps',
97
+ anchor: anchor.user,
98
+ children: userPropList
99
+ });
100
+ }
101
+
102
+ if (enableEnvProp) {
103
+ list.push({
104
+ isEvent: false,
105
+ groupName: '触发环境',
106
+ key: 'eventEnvProps',
107
+ anchor: anchor.env,
108
+ children: eventEnvList
109
+ });
110
+ }
111
+
112
+ setOptionList(list);
113
+ }, [eventGroupList, userPropList, eventEnvList, eventIdList]);
114
+ useEffect(function () {
115
+ setCurrentAttr(props.value);
116
+ }, [props.value]);
117
+
118
+ function onClick(option) {
119
+ setCurrentAttr(option);
120
+ if (props.onChange) props.onChange(option);
121
+ }
122
+
123
+ var showList = function () {
124
+ var list = [];
125
+ optionList.map(function (group) {
126
+ if (!group.children.length) return;
127
+ var head = /*#__PURE__*/React.createElement(Option, {
128
+ group: group,
129
+ key: group.key
130
+ });
131
+ var childList = [];
132
+ group.children.forEach(function (option) {
133
+ if (searchValue && !new RegExp(searchValue, 'i').test(option === null || option === void 0 ? void 0 : option.label)) return;
134
+ var disabled = false;
135
+ disableItemlist === null || disableItemlist === void 0 ? void 0 : disableItemlist.forEach(function (item) {
136
+ if (item.key === option.key) disabled = true;
137
+ });
138
+ childList.push( /*#__PURE__*/React.createElement(Option, {
139
+ option: option,
140
+ key: option === null || option === void 0 ? void 0 : option.key,
141
+ checked: (currentAttr === null || currentAttr === void 0 ? void 0 : currentAttr.key) === (option === null || option === void 0 ? void 0 : option.key),
142
+ highlight: {
143
+ enable: true,
144
+ text: searchValue
145
+ },
146
+ disabled: disabled,
147
+ onClick: onClick
148
+ }));
149
+ });
150
+
151
+ if (childList.length) {
152
+ list.push(head);
153
+ list = list.concat(childList);
154
+ }
155
+ });
156
+ return list;
157
+ }();
158
+
159
+ if (!showList.length && !searchValue) return /*#__PURE__*/React.createElement("div", {
160
+ className: "".concat(classPrefix, "-drowdown nodata")
161
+ }, "\u6682\u65E0\u6570\u636E");
162
+ return /*#__PURE__*/React.createElement("div", {
163
+ className: "".concat(classPrefix, "-drowdown")
164
+ }, /*#__PURE__*/React.createElement(BizSearchInput, {
165
+ onChange: function onChange(val) {
166
+ return setSearchValue(val);
167
+ },
168
+ placeholder: "\u641C\u7D22\u5C5E\u6027"
169
+ }), showList.length ? /*#__PURE__*/React.createElement(Anchor, {
170
+ className: "".concat(classPrefix, "-anchor-panel"),
171
+ affix: false,
172
+ onClick: function onClick(e) {
173
+ e.preventDefault();
174
+ },
175
+ getContainer: function getContainer() {
176
+ return document.getElementById(anchor.container);
177
+ }
178
+ }, enableEventProp && /*#__PURE__*/React.createElement(Link, {
179
+ href: "#".concat(anchor.event),
180
+ title: /*#__PURE__*/React.createElement(Button, {
181
+ size: "small"
182
+ }, "\u4E8B\u4EF6\u5C5E\u6027")
183
+ }), enableUserProp && /*#__PURE__*/React.createElement(Link, {
184
+ href: "#".concat(anchor.user),
185
+ title: /*#__PURE__*/React.createElement(Button, {
186
+ size: "small"
187
+ }, "\u7528\u6237\u5C5E\u6027")
188
+ }), enableEnvProp && /*#__PURE__*/React.createElement(Link, {
189
+ "data-type": 'event',
190
+ href: "#".concat(anchor.env),
191
+ title: /*#__PURE__*/React.createElement(Button, {
192
+ size: "small"
193
+ }, "\u89E6\u53D1\u73AF\u5883")
194
+ })) : null, /*#__PURE__*/React.createElement("div", {
195
+ id: anchor.container,
196
+ className: "".concat(classPrefix, "-container")
197
+ }, showList.length ? showList : /*#__PURE__*/React.createElement("div", {
198
+ className: "".concat(classPrefix, "-nodata")
199
+ }, "\u6682\u65E0\u6570\u636E")));
200
+ };
201
+
202
+ AttrListPanel.defaultProps = {
203
+ enableEnvProp: true,
204
+ enableEventProp: false,
205
+ enableUserProp: true,
206
+ eventIdList: []
207
+ };
208
+ export default AttrListPanel;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { AttributeSelect } from './types';
3
+ declare const Option: React.FC<{
4
+ option?: AttributeSelect.Value;
5
+ group?: AttributeSelect.Option;
6
+ disabled?: boolean;
7
+ highlight?: {
8
+ enable: boolean;
9
+ text: string;
10
+ color?: string;
11
+ };
12
+ checked?: boolean;
13
+ onClick?: (option: AttributeSelect.Value) => void;
14
+ }>;
15
+ export default Option;
@@ -0,0 +1,53 @@
1
+ import React from 'react';
2
+ import { IconFont } from '..';
3
+ import { util } from '../utils';
4
+
5
+ var Option = function Option(props) {
6
+ var option = props.option,
7
+ group = props.group,
8
+ checked = props.checked,
9
+ disabled = props.disabled;
10
+ var classPrefix = 'biz-attr-select';
11
+
12
+ function onClick() {
13
+ if (disabled) return;
14
+ if (props.onClick) props.onClick(option);
15
+ }
16
+
17
+ function getLabel(label) {
18
+ if (!props.highlight || !props.highlight.enable || !props.highlight.text) return label;
19
+ var text = props.highlight.text;
20
+ if (text.length === label.length) return /*#__PURE__*/React.createElement("span", {
21
+ className: "".concat(classPrefix, "-highlight")
22
+ }, label);
23
+ return util.setHighLight(label, props.highlight.text, function (text, key) {
24
+ return /*#__PURE__*/React.createElement("span", {
25
+ className: "".concat(classPrefix, "-highlight"),
26
+ key: key
27
+ }, text);
28
+ });
29
+ }
30
+
31
+ if (group) {
32
+ return /*#__PURE__*/React.createElement("div", {
33
+ id: group.anchor,
34
+ className: "".concat(classPrefix, "-group")
35
+ }, /*#__PURE__*/React.createElement("div", {
36
+ className: "".concat(classPrefix, "-split")
37
+ }), /*#__PURE__*/React.createElement("span", {
38
+ title: group.isEvent ? "\u4E8B\u4EF6\u5C5E\u6027[".concat(group.groupName, "]") : group.groupName
39
+ }, group.isEvent ? "\u4E8B\u4EF6\u5C5E\u6027[".concat(group.groupName, "]") : group.groupName));
40
+ }
41
+
42
+ return /*#__PURE__*/React.createElement("div", {
43
+ className: "".concat(classPrefix, "-option ").concat(checked ? 'active' : '', " ").concat(disabled ? 'disabled' : ''),
44
+ onClick: onClick
45
+ }, /*#__PURE__*/React.createElement(IconFont, {
46
+ className: "".concat(classPrefix, "-option-icon"),
47
+ type: "".concat((option === null || option === void 0 ? void 0 : option.propCategory) === 'userProp' ? 'icon-yonghushuxing' : (option === null || option === void 0 ? void 0 : option.propCategory) === 'eventProp' ? 'icon-shijianshuxing1' : 'icon-chufahuanjing')
48
+ }), /*#__PURE__*/React.createElement("span", {
49
+ title: (option === null || option === void 0 ? void 0 : option.alias) || (option === null || option === void 0 ? void 0 : option.label)
50
+ }, getLabel((option === null || option === void 0 ? void 0 : option.alias) || (option === null || option === void 0 ? void 0 : option.label))));
51
+ };
52
+
53
+ export default Option;
@@ -0,0 +1,100 @@
1
+ @import '../../assets/styles/inner.less';
2
+ .biz-attr-select {
3
+ &-handle {
4
+ display: flex;
5
+ flex-direction: row;
6
+ .__select-handle();
7
+ &:hover .biz-attr-select-del-icon {
8
+ display: inline-block;
9
+ }
10
+ }
11
+ &-del-icon {
12
+ display: none;
13
+ flex: none;
14
+ width: @icon-width;
15
+ line-height: 2em;
16
+ text-align: center;
17
+ border-radius: @border-radius-small;
18
+ &:hover {
19
+ .__error-hover();
20
+ }
21
+ }
22
+ &-drowdown {
23
+ width: 284px;
24
+ .__select-panel();
25
+ &.nodata {
26
+ .__select-nodata();
27
+ }
28
+ }
29
+ &-anchor-panel {
30
+ padding: 12px 0 20px 0;
31
+ .ant-anchor {
32
+ display: flex;
33
+ flex-direction: row;
34
+ .ant-anchor-ink::before {
35
+ width: 0;
36
+ }
37
+ .ant-anchor-link {
38
+ padding: 0;
39
+ &:last-of-type .ant-btn {
40
+ margin-right: 0;
41
+ }
42
+ }
43
+ .ant-btn {
44
+ margin-right: 8px;
45
+ }
46
+ .ant-anchor-link-active .ant-btn {
47
+ .__default-hover();
48
+ }
49
+ }
50
+ }
51
+ &-container {
52
+ max-height: 400px;
53
+ overflow-x: hidden;
54
+ overflow-y: auto;
55
+ }
56
+ &-nodata {
57
+ .__select-nodata();
58
+ }
59
+ &-group {
60
+ position: relative;
61
+ height: 32px;
62
+ padding: 0 @padding-sm;
63
+ color: @text-color-secondary;
64
+ line-height: 32px;
65
+ &::before {
66
+ position: absolute;
67
+ top: 9px;
68
+ left: 5px;
69
+ width: 3px;
70
+ height: 14px;
71
+ background-color: @primary-color;
72
+ border-radius: 10px;
73
+ content: '';
74
+ }
75
+ & > span {
76
+ position: relative;
77
+ display: inline-block;
78
+ max-width: 225px;
79
+ padding-right: @padding-xss;
80
+ background: #fff;
81
+ .__default-overflow();
82
+ }
83
+ }
84
+ &-split {
85
+ position: absolute;
86
+ top: 18px;
87
+ width: 100%;
88
+ height: 0;
89
+ border-bottom: 1px solid @border-color-base;
90
+ }
91
+ &-option {
92
+ .__select-option();
93
+ &:not(.active, :hover, .disabled) .biz-attr-select-highlight {
94
+ color: @primary-color;
95
+ }
96
+ }
97
+ &-option-icon {
98
+ margin-right: @margin-xs;
99
+ }
100
+ }
@@ -0,0 +1,79 @@
1
+ export declare enum PropType {
2
+ STRING = 1,
3
+ NUMBER = 2,
4
+ DATE = 3
5
+ }
6
+ export declare enum PropCategory {
7
+ EventProp = "eventProp",
8
+ UserProp = "userProp",
9
+ EnvProp = "envProp"
10
+ }
11
+ export interface AnalysisEvent {
12
+ id: number;
13
+ name: string;
14
+ alias?: string;
15
+ attrList: Array<EventProp>;
16
+ isDelete?: boolean;
17
+ isStop?: boolean;
18
+ isOverview?: boolean;
19
+ }
20
+ export interface EventGroup {
21
+ id: number;
22
+ name?: string;
23
+ eventList: AnalysisEvent[];
24
+ }
25
+ export interface BasicProp {
26
+ label?: string;
27
+ alias?: string;
28
+ type?: PropType;
29
+ realTime?: boolean;
30
+ }
31
+ export interface UserProp extends BasicProp {
32
+ name: string;
33
+ category?: 'fixed' | 'custom';
34
+ propCategory: 'userProp';
35
+ key?: string;
36
+ subtype?: number;
37
+ }
38
+ export interface EnvProp extends BasicProp {
39
+ category?: 'fixed' | 'custom';
40
+ propCategory: 'envProp';
41
+ name: string;
42
+ key?: string;
43
+ }
44
+ export interface EventProp extends BasicProp {
45
+ eventId?: number;
46
+ id: number;
47
+ propCategory: 'eventProp';
48
+ key?: number;
49
+ isHidden?: boolean;
50
+ }
51
+ export interface PropGroups {
52
+ eventGroupList?: EventGroup[];
53
+ userPropList?: UserProp[];
54
+ envPropList?: EnvProp[];
55
+ }
56
+ export declare namespace AttributeSelect {
57
+ type Value = EventProp | UserProp | EnvProp | null;
58
+ interface Props {
59
+ id?: string;
60
+ value?: Value;
61
+ defaultValue?: Value;
62
+ disableItemList?: (EventProp | UserProp | EnvProp)[];
63
+ enableDelete?: boolean;
64
+ placeholder?: string;
65
+ enableEventProp?: boolean;
66
+ enableUserProp?: boolean;
67
+ enableEnvProp?: boolean;
68
+ eventIdList?: number[];
69
+ onChange?: (value: Value) => void;
70
+ onDelete?: (value?: Value) => void;
71
+ }
72
+ interface Option {
73
+ groupName: string;
74
+ isEvent: boolean;
75
+ key: string;
76
+ anchor: string;
77
+ children: Value[];
78
+ }
79
+ }
@@ -0,0 +1,15 @@
1
+ export var PropType;
2
+
3
+ (function (PropType) {
4
+ PropType[PropType["STRING"] = 1] = "STRING";
5
+ PropType[PropType["NUMBER"] = 2] = "NUMBER";
6
+ PropType[PropType["DATE"] = 3] = "DATE";
7
+ })(PropType || (PropType = {}));
8
+
9
+ export var PropCategory;
10
+
11
+ (function (PropCategory) {
12
+ PropCategory["EventProp"] = "eventProp";
13
+ PropCategory["UserProp"] = "userProp";
14
+ PropCategory["EnvProp"] = "envProp";
15
+ })(PropCategory || (PropCategory = {}));
@@ -0,0 +1,7 @@
1
+ import { OldSystem } from '../utils/type';
2
+ import { PropGroups } from './types';
3
+ export default function convertAttributeData(store: {
4
+ envPropList?: OldSystem.EnvProp[];
5
+ userPropList?: OldSystem.UserProp[];
6
+ eventList?: OldSystem.EventGroup[];
7
+ }): PropGroups;
@@ -0,0 +1,69 @@
1
+ export default function convertAttributeData(store) {
2
+ var _store$eventList, _store$envPropList, _store$userPropList;
3
+
4
+ var res = {
5
+ envPropList: [],
6
+ eventGroupList: [],
7
+ userPropList: []
8
+ };
9
+ (_store$eventList = store.eventList) === null || _store$eventList === void 0 ? void 0 : _store$eventList.forEach(function (group_) {
10
+ var _res$eventGroupList;
11
+
12
+ var group = {
13
+ id: group_.groupId,
14
+ name: group_.groupName,
15
+ eventList: []
16
+ };
17
+ group_.eventList.forEach(function (e) {
18
+ if (e.is_delete || e.is_stop) return;
19
+ var event = {
20
+ alias: e.alias_name,
21
+ attrList: e.event_attrs.map(function (item) {
22
+ return {
23
+ alias: item.alias_name,
24
+ eventId: e.event_id,
25
+ id: item.attr_id,
26
+ isHidden: item.hidden,
27
+ key: item.attr_id,
28
+ label: item.attr_name,
29
+ propCategory: 'eventProp',
30
+ type: item.prop_type,
31
+ realTime: true
32
+ };
33
+ }),
34
+ id: e.event_id,
35
+ isDelete: e.is_delete,
36
+ isStop: e.is_stop,
37
+ name: e.event_name
38
+ };
39
+ group.eventList.push(event);
40
+ });
41
+ (_res$eventGroupList = res.eventGroupList) === null || _res$eventGroupList === void 0 ? void 0 : _res$eventGroupList.push(group);
42
+ });
43
+ res.envPropList = (_store$envPropList = store.envPropList) === null || _store$envPropList === void 0 ? void 0 : _store$envPropList.map(function (prop) {
44
+ return {
45
+ alias: prop.alias_name,
46
+ category: prop.category,
47
+ key: "envProp-".concat(prop.name),
48
+ label: prop.text,
49
+ name: prop.name,
50
+ propCategory: 'envProp',
51
+ type: prop.type,
52
+ realTime: true
53
+ };
54
+ });
55
+ res.userPropList = (_store$userPropList = store.userPropList) === null || _store$userPropList === void 0 ? void 0 : _store$userPropList.map(function (prop) {
56
+ return {
57
+ alias: prop.alias_name,
58
+ category: prop.category,
59
+ key: "userProp-".concat(prop.name),
60
+ label: prop.text,
61
+ name: prop.name,
62
+ propCategory: 'userProp',
63
+ type: prop.type,
64
+ subtype: prop.subtype,
65
+ realTime: prop.category === 'custom'
66
+ };
67
+ });
68
+ return res;
69
+ }
@@ -8,6 +8,7 @@ export default (function () {
8
8
  showAll: false,
9
9
  legendPosition: "bottom",
10
10
  legendOrient: "vertical",
11
+ colors: ['#1D9ED1', '#F383A2', '#9FB40F', '#FF6B3B', '#8C8C47'],
11
12
  showList: ['付款成功', '搜索商品', '查看商品详情', 'click']
12
13
  });
13
14
  });
@@ -1,99 +1,5 @@
1
1
  import React from 'react';
2
- import { EChartsOption } from 'echarts/types/dist/shared';
3
2
  import './util/data/china.js';
4
- import { DataProps } from './type';
5
- interface BizChartProps {
6
- /**
7
- * @description 图形类型
8
- * @default line
9
- */
10
- type: 'bar' | 'pie' | 'line' | 'map';
11
- /**
12
- * @description 数据(x轴和series数据)
13
- * @default -
14
- */
15
- data: DataProps;
16
- /**
17
- * @description 自定义图表配置
18
- * @default -
19
- */
20
- option?: EChartsOption;
21
- /**
22
- * @description 柱图是同色还是一柱一色(仅对柱图单一系列作用)
23
- * @default true
24
- */
25
- sameColor?: boolean;
26
- /**
27
- * @description 是否是城市
28
- * @default true
29
- */
30
- isCity?: boolean;
31
- /**
32
- * @description 用户群,以,隔开
33
- * @default -
34
- */
35
- userGroup?: string;
36
- /**
37
- * @description 提示格式
38
- * @default -
39
- */
40
- tooltipFormatter?: (param: any) => string;
41
- /**
42
- * @description x轴标签格式
43
- * @default -
44
- */
45
- xAxisFormatter?: (param: any) => string;
46
- /**
47
- * @description y轴标签格式
48
- * @default -
49
- */
50
- yAxisFormatter?: (param: any) => string;
51
- /**
52
- * @description value 单位
53
- * @default -
54
- */
55
- valueUnit?: string;
56
- /**
57
- * @description x轴刻度标签旋转的角度
58
- * @default -
59
- */
60
- xRotate?: number;
61
- /**
62
- * @description y轴刻度标签旋转的角度
63
- * @default -
64
- */
65
- yRotate?: number;
66
- /**
67
- * @description 图例位置
68
- * @default -
69
- */
70
- legendPosition?: 'top' | 'bottom' | 'middle';
71
- /**
72
- * @description 图例布局朝向
73
- * @default -
74
- */
75
- legendOrient?: 'horizontal' | 'vertical';
76
- /**
77
- * @description 显示数据项(从store中过滤),对应series中的names字段。如果没传的话,默认会展示前10条记录
78
- * @abstract [['group', 'item1'], ['group', 'item2']]或['item1', 'item2']
79
- * @default -
80
- */
81
- showList?: Array<any>;
82
- /**
83
- * @description 默认展示showList指定的条目或者前10条记录,并生成"其它"记录。showAll置为true后,将强制在饼图上展示所有记录
84
- * @default true
85
- */
86
- showAll?: boolean;
87
- /**
88
- * @description 是否将series中每项数据的names转为新的x轴
89
- * @tip 目前只有柱状图时有效
90
- * @default false
91
- */
92
- reverseXAxis?: boolean;
93
- /**
94
- * @description reverseXAxis为true时,该项是图例名称
95
- */
96
- seriesName?: string;
97
- }
98
- declare const BizChart: React.FC<BizChartProps>;
3
+ import { ChartTypes } from './types';
4
+ declare const BizChart: React.FC<ChartTypes.Props>;
99
5
  export default BizChart;