@zgfe/modules-dm 1.0.57-zhongyuan.69 → 1.0.57-zhongyuan.70

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.
@@ -1,6 +1,7 @@
1
1
  var apis = {
2
2
  // 埋点管理 - 事件列表
3
3
  queryCollectionEventList: '/zg/web/v2/data/queryEventMetasOfGroup',
4
+ // queryCollectionEventList: '/zg/web/v2/data/queryEventMetas',
4
5
  // 埋点管理 - 事件列表 - 修改别名 | 修改显示状态 | 修改采集状态 | 修改收藏状态
5
6
  updateEventInfo: '/zg/web/v2/event/updateEventInfo',
6
7
  // 埋点管理 - 事件列表 - 创建分组 | 修改分组
@@ -107,19 +107,26 @@ var CollectionEventList = function CollectionEventList(props) {
107
107
  value: -1
108
108
  }, {
109
109
  label: 'JS',
110
- value: 206
110
+ value: 3
111
111
  }, {
112
112
  label: 'Android',
113
- value: 175
113
+ value: 1
114
114
  }, {
115
115
  label: 'IOS',
116
- value: 174
116
+ value: 2
117
117
  }, {
118
118
  label: '其他',
119
119
  value: 99
120
120
  }]),
121
121
  _useState28 = _slicedToArray(_useState27, 1),
122
122
  maidianList = _useState28[0];
123
+ // {"id":0,"name":"Unknown","keys":["none"]},
124
+ // {"id":1,"name":"Android","keys":["and"]},
125
+ // {"id":2,"name":"IOS","keys":["ios"]},
126
+ // {"id":3,"name":"Javascript","keys":["js"]},
127
+ // {"id":4,"name":"微信小程序","keys":["wxa"]},
128
+ // {"id":5,"name":"服务端","keys":["server"]},
129
+ // {"id":6,"name":"鸿蒙","keys":["harmonyos"]}
123
130
  var _useState29 = useState([-1]),
124
131
  _useState30 = _slicedToArray(_useState29, 2),
125
132
  currentMaidian = _useState30[0],
@@ -409,13 +409,13 @@ var CreateMeta = function CreateMeta(props) {
409
409
  // 埋点平台列表
410
410
  var _useState19 = useState([{
411
411
  label: 'JS',
412
- value: 206
412
+ value: 3
413
413
  }, {
414
414
  label: 'Android',
415
- value: 175
415
+ value: 1
416
416
  }, {
417
417
  label: 'IOS',
418
- value: 174
418
+ value: 2
419
419
  }, {
420
420
  label: '其他',
421
421
  value: 99
@@ -18,15 +18,15 @@ var classNames = 'devModel';
18
18
  export default (function (props) {
19
19
  var _useState = useState([{
20
20
  name: 'JS',
21
- id: '206',
21
+ id: '3',
22
22
  icon: 'a-js2'
23
23
  }, {
24
- name: 'IOS',
25
- id: '175',
24
+ name: 'Android',
25
+ id: '1',
26
26
  icon: 'ios1'
27
27
  }, {
28
- name: 'android',
29
- id: '174',
28
+ name: 'IOS',
29
+ id: '2',
30
30
  icon: 'android1'
31
31
  }, {
32
32
  name: '更多',
@@ -496,13 +496,13 @@ var TablePlus = function TablePlus(props) {
496
496
  setCurrentRow = _useState28[1];
497
497
  var _useState29 = useState([{
498
498
  label: 'JS',
499
- value: '206'
499
+ value: 3
500
500
  }, {
501
501
  label: 'Android',
502
- value: '175'
502
+ value: 1
503
503
  }, {
504
504
  label: 'IOS',
505
- value: '174'
505
+ value: 2
506
506
  }, {
507
507
  label: '其他',
508
508
  value: '99'
@@ -1171,6 +1171,7 @@ var TablePlus = function TablePlus(props) {
1171
1171
  var _Y = getTableScroll(102, 'dataManageTablePlus');
1172
1172
  // console.log('_Y', _Y);
1173
1173
  setScrollY(_Y);
1174
+ console.log(tableHandleData);
1174
1175
  }, []);
1175
1176
  return /*#__PURE__*/React.createElement("div", {
1176
1177
  className: classPrefix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.57-zhongyuan.69",
3
+ "version": "1.0.57-zhongyuan.70",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -57,7 +57,7 @@
57
57
  "umi-request": "^1.4.0",
58
58
  "yorkie": "^2.0.0"
59
59
  },
60
- "gitHead": "cf0b1932bc6f8258b52b79ade3fe3eb8170313ed",
60
+ "gitHead": "dde6435a1a0bb9f372b5d63fc15b8ebf2145b44e",
61
61
  "gitHooks": {
62
62
  "pre-commit": "lint-staged"
63
63
  }