@zgfe/modules-dm 1.0.17 → 1.0.18-nav.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.
@@ -5,7 +5,6 @@ import '@zgfe/business-lib/es/assets/iconfont/iconfont.css';
5
5
  import { DemoWrapper } from '@zgfe/business-lib';
6
6
  import { ConfigProvider } from 'antd';
7
7
  import zhCN from 'antd/es/locale/zh_CN';
8
-
9
8
  var DemoWrapper2 = function DemoWrapper2(props) {
10
9
  return /*#__PURE__*/React.createElement(ConfigProvider, {
11
10
  locale: zhCN
@@ -19,5 +18,4 @@ var DemoWrapper2 = function DemoWrapper2(props) {
19
18
  needMeta: true
20
19
  }, props.children)));
21
20
  };
22
-
23
21
  export default DemoWrapper2;
@@ -47,12 +47,12 @@ var apis = {
47
47
  queryControlSwitch: '/zg/web/v2/managementPlan/queryControlSwitch',
48
48
  // 更新 埋点方案控制开关状态
49
49
  updateControlSwitch: '/zg/web/v2/managementPlan/updateControlSwitch'
50
- }; // for (const api in apis) {
50
+ };
51
+ // for (const api in apis) {
51
52
  // if (api != 'propUpload') {
52
53
  // (apis as { [prop: string]: string })[api] = `/analysis/api/${
53
54
  // (apis as { [prop: string]: string })[api]
54
55
  // }`;
55
56
  // }
56
57
  // }
57
-
58
58
  export default apis;
@@ -1,21 +1,15 @@
1
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
1
2
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
2
-
3
3
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
4
-
5
- function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
6
-
4
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
5
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
6
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
7
7
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
8
-
9
8
  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."); }
10
-
11
9
  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); }
12
-
13
- 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; }
14
-
15
- 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; }
16
-
10
+ 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; }
11
+ 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; } }
17
12
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
18
-
19
13
  import { BizGlobalDataContext, IconFont } from '@zgfe/business-lib';
20
14
  import { Input, Button, Select, Table, message, Modal, Upload, Popover } from 'antd';
21
15
  import React, { useEffect, useState, useContext } from 'react';
@@ -24,44 +18,36 @@ import request from '../../utils/ajax';
24
18
  import apis from '../../constants/api';
25
19
  import { DmContext } from '../../store';
26
20
  import { getAppID } from '../../utils';
27
-
28
21
  var CollectionAttributeList = function CollectionAttributeList(props) {
29
22
  var classPrefix = 'attr-list';
30
-
31
23
  var _useContext = useContext(BizGlobalDataContext),
32
- currentApp = _useContext.currentApp,
33
- isDemo = _useContext.isDemo;
34
-
24
+ currentApp = _useContext.currentApp,
25
+ isDemo = _useContext.isDemo;
35
26
  var isOpen = props.isOpen,
36
- queryPlanData = props.queryPlanData,
37
- source = props.source,
38
- eventAttrsData = props.eventAttrsData; // 加载中
39
-
27
+ queryPlanData = props.queryPlanData,
28
+ source = props.source,
29
+ eventAttrsData = props.eventAttrsData;
30
+ // 加载中
40
31
  var _useState = useState(true),
41
- _useState2 = _slicedToArray(_useState, 2),
42
- loading = _useState2[0],
43
- setLoading = _useState2[1];
44
-
32
+ _useState2 = _slicedToArray(_useState, 2),
33
+ loading = _useState2[0],
34
+ setLoading = _useState2[1];
45
35
  var _useContext2 = useContext(DmContext),
46
- state = _useContext2.state; // 判断是否在方案中: 处理表格class添加异常样式 | 处理表格行异常信息展示, true异常
47
-
48
-
36
+ state = _useContext2.state;
37
+ // 判断是否在方案中: 处理表格class添加异常样式 | 处理表格行异常信息展示, true异常
49
38
  var rowRenderHandle = function rowRenderHandle(name) {
50
39
  if (source == 'event' && eventAttrsData.owner == 'zg_abp') {
51
40
  // 内置事件属性
52
41
  return false;
53
42
  }
54
-
55
43
  if (source == 'user') {
56
44
  var _queryPlanData$unexpe;
57
-
58
45
  return (queryPlanData === null || queryPlanData === void 0 ? void 0 : (_queryPlanData$unexpe = queryPlanData.unexpectedPropList) === null || _queryPlanData$unexpe === void 0 ? void 0 : _queryPlanData$unexpe.indexOf(name)) != -1 && isOpen == 1 ? true : false;
59
46
  } else {
60
47
  if (isOpen != 1) {
61
48
  return false;
62
49
  } else {
63
50
  var _temp2, _temp2$attrList;
64
-
65
51
  var _temp = {};
66
52
  queryPlanData.eventPlanAndRealDataDiff.map(function (item) {
67
53
  if (item.eventName == (eventAttrsData === null || eventAttrsData === void 0 ? void 0 : eventAttrsData.event_name)) _temp = item;
@@ -69,14 +55,12 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
69
55
  return Object.keys(_temp).length <= 0 ? true : ((_temp2 = _temp) === null || _temp2 === void 0 ? void 0 : (_temp2$attrList = _temp2.attrList) === null || _temp2$attrList === void 0 ? void 0 : _temp2$attrList.indexOf(name)) == -1 ? true : false;
70
56
  }
71
57
  }
72
- }; // 用户属性列表
73
-
74
-
58
+ };
59
+ // 用户属性列表
75
60
  var _useState3 = useState([]),
76
- _useState4 = _slicedToArray(_useState3, 2),
77
- userAttrData = _useState4[0],
78
- setUserAttrData = _useState4[1];
79
-
61
+ _useState4 = _slicedToArray(_useState3, 2),
62
+ userAttrData = _useState4[0],
63
+ setUserAttrData = _useState4[1];
80
64
  var queryUserPropMeta = function queryUserPropMeta() {
81
65
  request(apis.getUserPropMeta, {
82
66
  method: 'post',
@@ -95,7 +79,6 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
95
79
  setLoading(false);
96
80
  }).catch(function (err) {}).finally(function () {});
97
81
  };
98
-
99
82
  useEffect(function () {
100
83
  // console.log('eventAttrsData', eventAttrsData);
101
84
  if (source == 'user') {
@@ -106,12 +89,11 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
106
89
  item.type = item.prop_type;
107
90
  return item;
108
91
  });
109
-
110
92
  setUserAttrData(_temp);
111
93
  setLoading(false);
112
94
  }
113
- }, [source, eventAttrsData]); // 复制属性名称
114
-
95
+ }, [source, eventAttrsData]);
96
+ // 复制属性名称
115
97
  var copyAttrName = function copyAttrName(name) {
116
98
  if (navigator.clipboard) {
117
99
  navigator.clipboard.writeText(name);
@@ -121,30 +103,24 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
121
103
  event.preventDefault();
122
104
  event.clipboardData.setData('text/plain', name);
123
105
  };
124
-
125
106
  document.addEventListener('copy', eventCopyer);
126
107
  document.execCommand('copy');
127
108
  document.removeEventListener('copy', eventCopyer);
128
109
  message.success('复制成功');
129
110
  }
130
- }; // 别名foucs
131
-
132
-
111
+ };
112
+ // 别名foucs
133
113
  var _useState5 = useState(''),
134
- _useState6 = _slicedToArray(_useState5, 2),
135
- aliasFocusData = _useState6[0],
136
- setAliasFocusData = _useState6[1];
137
-
114
+ _useState6 = _slicedToArray(_useState5, 2),
115
+ aliasFocusData = _useState6[0],
116
+ setAliasFocusData = _useState6[1];
138
117
  var aliasFocus = function aliasFocus(e) {
139
118
  setAliasFocusData(e.currentTarget.value);
140
- }; // 修改属性
141
-
142
-
119
+ };
120
+ // 修改属性
143
121
  var attrChangeHandle = function attrChangeHandle(value, record, type) {
144
122
  var _params;
145
-
146
123
  if (aliasFocusData == value && type == 'alias_name') return; // 失焦判断,内容无修改不请求接口
147
-
148
124
  request(source == 'event' ? apis.updateEventAttr : apis.updateUserAttr, {
149
125
  method: 'post',
150
126
  params: (_params = {
@@ -154,19 +130,16 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
154
130
  }).then(function (res) {
155
131
  if (res) {
156
132
  message.success('修改成功');
157
-
158
133
  if (source == 'user') {
159
134
  queryUserPropMeta();
160
135
  } else {
161
136
  props.Refresh();
162
137
  }
163
-
164
138
  state.updateEventMetas && state.updateEventMetas(); // 更新store
165
139
  }
166
140
  }).catch(function (err) {}).finally(function () {});
167
- }; // 表格列
168
-
169
-
141
+ };
142
+ // 表格列
170
143
  var columns = [{
171
144
  title: '属性名称',
172
145
  dataIndex: 'name',
@@ -243,7 +216,6 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
243
216
  message.error('demo环境,无法编辑');
244
217
  return;
245
218
  }
246
-
247
219
  setattrId(source == 'event' ? record.attr_id : record.id);
248
220
  setAttrAliasNameShow(true);
249
221
  }
@@ -334,8 +306,8 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
334
306
  }]
335
307
  }), rowRenderHandle(record.name) && /*#__PURE__*/React.createElement("div", null, json[record.encryption_type]));
336
308
  }
337
- }]; // 属性值别名 - 表格列
338
-
309
+ }];
310
+ // 属性值别名 - 表格列
339
311
  var attrColumns = [{
340
312
  title: '属性值',
341
313
  dataIndex: 'original_value'
@@ -343,27 +315,22 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
343
315
  title: '属性值别名',
344
316
  dataIndex: 'mapping_value'
345
317
  }];
346
-
347
318
  var _useState7 = useState([]),
348
- _useState8 = _slicedToArray(_useState7, 2),
349
- attrExcelData = _useState8[0],
350
- setAttrExcelData = _useState8[1];
351
-
319
+ _useState8 = _slicedToArray(_useState7, 2),
320
+ attrExcelData = _useState8[0],
321
+ setAttrExcelData = _useState8[1];
352
322
  var _useState9 = useState(false),
353
- _useState10 = _slicedToArray(_useState9, 2),
354
- attrAliasNameShow = _useState10[0],
355
- setAttrAliasNameShow = _useState10[1];
356
-
323
+ _useState10 = _slicedToArray(_useState9, 2),
324
+ attrAliasNameShow = _useState10[0],
325
+ setAttrAliasNameShow = _useState10[1];
357
326
  var _useState11 = useState(0),
358
- _useState12 = _slicedToArray(_useState11, 2),
359
- attrId = _useState12[0],
360
- setattrId = _useState12[1];
361
-
327
+ _useState12 = _slicedToArray(_useState11, 2),
328
+ attrId = _useState12[0],
329
+ setattrId = _useState12[1];
362
330
  var _useState13 = useState(0),
363
- _useState14 = _slicedToArray(_useState13, 2),
364
- batchId = _useState14[0],
365
- setBatchId = _useState14[1];
366
-
331
+ _useState14 = _slicedToArray(_useState13, 2),
332
+ batchId = _useState14[0],
333
+ setBatchId = _useState14[1];
367
334
  var uploadProps = {
368
335
  maxCount: 1,
369
336
  showUploadList: false,
@@ -389,19 +356,17 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
389
356
  }).catch(function (err) {});
390
357
  return false;
391
358
  }
392
- }; // 清空属性值别名excel数据
393
-
359
+ };
360
+ // 清空属性值别名excel数据
394
361
  var _useState15 = useState(false),
395
- _useState16 = _slicedToArray(_useState15, 2),
396
- clearFlag = _useState16[0],
397
- setClearFlag = _useState16[1];
398
-
362
+ _useState16 = _slicedToArray(_useState15, 2),
363
+ clearFlag = _useState16[0],
364
+ setClearFlag = _useState16[1];
399
365
  var clearData = function clearData() {
400
366
  setAttrExcelData([]);
401
367
  setClearFlag(true);
402
- }; // 添加&修改用户属性值别名
403
-
404
-
368
+ };
369
+ // 添加&修改用户属性值别名
405
370
  var attrAliasNameEdit = function attrAliasNameEdit() {
406
371
  request(apis.addPropDict, {
407
372
  method: 'post',
@@ -419,9 +384,8 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
419
384
  setAttrAliasNameShow(false);
420
385
  }
421
386
  }).catch(function (err) {});
422
- }; // 获取已设置的属性值别名列表
423
-
424
-
387
+ };
388
+ // 获取已设置的属性值别名列表
425
389
  var getAttrAliasList = function getAttrAliasList() {
426
390
  request(apis.queryPropDict, {
427
391
  method: 'post',
@@ -436,7 +400,6 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
436
400
  }
437
401
  });
438
402
  };
439
-
440
403
  useEffect(function () {
441
404
  if (attrId) {
442
405
  getAttrAliasList();
@@ -494,5 +457,4 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
494
457
  pagination: false
495
458
  })));
496
459
  };
497
-
498
460
  export default CollectionAttributeList;