@zgfe/modules-dm 1.0.42-alpha.9 → 1.0.56-zhongyuan.5
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/components/demo.js +1 -1
- package/es/constants/api.d.ts +37 -0
- package/es/constants/api.js +62 -1
- package/es/index.d.ts +3 -1
- package/es/index.js +3 -1
- package/es/modules/CutsModal.d.ts +66 -0
- package/es/modules/CutsModal.js +52 -0
- package/es/modules/dataManage/collectionAttributeList.d.ts +3 -0
- package/es/modules/dataManage/collectionAttributeList.js +524 -80
- package/es/modules/dataManage/collectionEventList.d.ts +6 -0
- package/es/modules/dataManage/collectionEventList.js +482 -62
- package/es/modules/dataManage/components/createAttrDrawer.d.ts +4 -0
- package/es/modules/dataManage/components/createAttrDrawer.js +264 -0
- package/es/modules/dataManage/components/createMetaDrawer.d.ts +4 -0
- package/es/modules/dataManage/components/createMetaDrawer.js +618 -0
- package/es/modules/dataManage/components/createVirtualDrawer.js +19 -19
- package/es/modules/dataManage/components/creditPop/imgs/link.png +0 -0
- package/es/modules/dataManage/components/creditPop/imgs/png01.png +0 -0
- package/es/modules/dataManage/components/creditPop/imgs/png02.png +0 -0
- package/es/modules/dataManage/components/creditPop/imgs/png03.png +0 -0
- package/es/modules/dataManage/components/creditPop/imgs/png04.png +0 -0
- package/es/modules/dataManage/components/creditPop/index.d.ts +6 -0
- package/es/modules/dataManage/components/creditPop/index.js +89 -0
- package/es/modules/dataManage/components/creditPop/index.less +121 -0
- package/es/modules/dataManage/components/deleteConfirm.d.ts +9 -0
- package/es/modules/dataManage/components/deleteConfirm.js +36 -0
- package/es/modules/dataManage/components/deleteUserAttrConfirm.d.ts +9 -0
- package/es/modules/dataManage/components/deleteUserAttrConfirm.js +57 -0
- package/es/modules/dataManage/components/depositPop/imgs/link.png +0 -0
- package/es/modules/dataManage/components/depositPop/imgs/png01.png +0 -0
- package/es/modules/dataManage/components/depositPop/imgs/png02.png +0 -0
- package/es/modules/dataManage/components/depositPop/index.d.ts +6 -0
- package/es/modules/dataManage/components/depositPop/index.js +89 -0
- package/es/modules/dataManage/components/depositPop/index.less +115 -0
- package/es/modules/dataManage/components/developModal/index.css +36 -0
- package/es/modules/dataManage/components/developModal/index.d.ts +6 -0
- package/es/modules/dataManage/components/developModal/index.js +224 -0
- package/es/modules/dataManage/components/developModal/index.less +36 -0
- package/es/modules/dataManage/components/editTxt/index.d.ts +3 -0
- package/es/modules/dataManage/components/editTxt/index.js +123 -0
- package/es/modules/dataManage/components/editTxt/index.less +44 -0
- package/es/modules/dataManage/components/editTxt/types.d.ts +48 -0
- package/es/modules/dataManage/components/editTxt/types.js +1 -0
- package/es/modules/dataManage/components/eventFilter/index.js +13 -13
- package/es/modules/dataManage/components/eventFilter/styles/index.less +72 -72
- package/es/modules/dataManage/components/eventGroupingDrawer.js +41 -44
- package/es/modules/dataManage/components/importAttrDialog/demo/index.d.ts +3 -0
- package/es/modules/dataManage/components/importAttrDialog/demo/index.js +28 -0
- package/es/modules/dataManage/components/importAttrDialog/index.d.ts +7 -0
- package/es/modules/dataManage/components/importAttrDialog/index.js +159 -0
- package/es/modules/dataManage/components/importAttrDialog/styles/index.less +90 -0
- package/es/modules/dataManage/components/importMetaDialog/demo/index.d.ts +3 -0
- package/es/modules/dataManage/components/importMetaDialog/demo/index.js +28 -0
- package/es/modules/dataManage/components/importMetaDialog/index.d.ts +7 -0
- package/es/modules/dataManage/components/importMetaDialog/index.js +159 -0
- package/es/modules/dataManage/components/importMetaDialog/styles/index.less +91 -0
- package/es/modules/dataManage/components/selectAttributes.js +10 -10
- package/es/modules/dataManage/components/tablePlus.d.ts +4 -0
- package/es/modules/dataManage/components/tablePlus.js +625 -94
- package/es/modules/dataManage/components/virtualTablePlus.js +7 -7
- package/es/modules/dataManage/demo/index.d.ts +2 -1
- package/es/modules/dataManage/demo/index.js +79 -16
- package/es/modules/dataManage/detailedData/DetailedDataForm.d.ts +5 -0
- package/es/modules/dataManage/detailedData/DetailedDataForm.js +216 -0
- package/es/modules/dataManage/detailedData/index.d.ts +24 -0
- package/es/modules/dataManage/detailedData/index.js +403 -0
- package/es/modules/dataManage/detailedData/useColumns.d.ts +34 -0
- package/es/modules/dataManage/detailedData/useColumns.js +135 -0
- package/es/modules/dataManage/index.d.ts +9 -4
- package/es/modules/dataManage/index.js +142 -50
- package/es/modules/dataManage/styles/detailed.less +74 -0
- package/es/modules/dataManage/styles/index.less +1195 -841
- package/es/modules/dataManage/types.d.ts +8 -0
- package/es/modules/dataManage/virtualEventList.js +13 -13
- package/es/modules/dataMap/component/data.d.ts +7 -0
- package/es/modules/dataMap/component/data.js +257 -0
- package/es/modules/dataMap/component/drawerAdd.d.ts +6 -0
- package/es/modules/dataMap/component/drawerAdd.js +379 -0
- package/es/modules/dataMap/component/leftTree.d.ts +6 -0
- package/es/modules/dataMap/component/leftTree.js +232 -0
- package/es/modules/dataMap/component/rightDetail.d.ts +7 -0
- package/es/modules/dataMap/component/rightDetail.js +694 -0
- package/es/modules/dataMap/component/selectAttr.d.ts +7 -0
- package/es/modules/dataMap/component/selectAttr.js +92 -0
- package/es/modules/dataMap/css/index.css +163 -0
- package/es/modules/dataMap/css/index.less +177 -0
- package/es/modules/dataMap/demo/index.d.ts +3 -0
- package/es/modules/dataMap/demo/index.js +6 -0
- package/es/modules/dataMap/img/empty-data.png +0 -0
- package/es/modules/dataMap/index.d.ts +3 -0
- package/es/modules/dataMap/index.js +80 -0
- package/es/modules/dataMap/mapDetail.d.ts +3 -0
- package/es/modules/dataMap/mapDetail.js +44 -0
- package/es/modules/dataMap/mapSetting.d.ts +6 -0
- package/es/modules/dataMap/mapSetting.js +156 -0
- package/es/modules/dataPlan/addEventOrUser.js +31 -30
- package/es/modules/dataPlan/addPlan.js +29 -27
- package/es/modules/dataPlan/eventList.js +2 -2
- package/es/modules/dataPlan/index.js +10 -10
- package/es/modules/dataPlan/search.js +6 -5
- package/es/modules/dataPlan/styles/index.less +316 -316
- package/es/modules/dataPlan/tablePlus.js +3 -3
- package/es/modules/dataPlan/userAttributeList.js +5 -5
- package/es/modules/dataReal/css/index.css +48 -0
- package/es/modules/dataReal/css/index.less +51 -0
- package/es/modules/dataReal/demo/index.d.ts +3 -0
- package/es/modules/dataReal/demo/index.js +6 -0
- package/es/modules/dataReal/index1.d.ts +28 -0
- package/es/modules/dataReal/index1.js +247 -0
- package/es/modules/dataReal/table.d.ts +5 -0
- package/es/modules/dataReal/table.js +260 -0
- package/es/store/index.js +11 -11
- package/es/utils/index.d.ts +1 -0
- package/es/utils/index.js +9 -1
- package/package.json +64 -58
package/es/components/demo.js
CHANGED
package/es/constants/api.d.ts
CHANGED
|
@@ -34,6 +34,43 @@ declare let apis: {
|
|
|
34
34
|
orderEvent: string;
|
|
35
35
|
hiddenEvent: string;
|
|
36
36
|
checkEventStatus: string;
|
|
37
|
+
getPanelUseEvent: string;
|
|
37
38
|
updateVirtualEventStatus: string;
|
|
39
|
+
addMetaDataSet: string;
|
|
40
|
+
editMetaDataSet: string;
|
|
41
|
+
deleteMetaDataSet: string;
|
|
42
|
+
queryMetaDataSet: string;
|
|
43
|
+
queryDatasetList: string;
|
|
44
|
+
queryDataset: string;
|
|
45
|
+
querySimpleDataset: string;
|
|
46
|
+
queryTableInfo: string;
|
|
47
|
+
querySubjectPage: string;
|
|
48
|
+
querySubjectList: string;
|
|
49
|
+
querySubjectsTree: string;
|
|
50
|
+
saveUserPropMeta: string;
|
|
51
|
+
uploadUserPropMeta: string;
|
|
52
|
+
deleteUserPropMeta: string;
|
|
53
|
+
delEventAttr: string;
|
|
54
|
+
addEvent: string;
|
|
55
|
+
uploadEvent: string;
|
|
56
|
+
exportEvent: string;
|
|
57
|
+
companyUsers: string;
|
|
58
|
+
saveDevManage: string;
|
|
59
|
+
createExport: string;
|
|
60
|
+
saveTextResult: string;
|
|
61
|
+
exportData: string;
|
|
62
|
+
updateMaidian: string;
|
|
63
|
+
updateRemark: string;
|
|
64
|
+
dataMap: {
|
|
65
|
+
saveMap: string;
|
|
66
|
+
getList: string;
|
|
67
|
+
deleteMap: string;
|
|
68
|
+
uploadImg: string;
|
|
69
|
+
getTreeList: string;
|
|
70
|
+
getMapDetail: string;
|
|
71
|
+
saveMapDetail: string;
|
|
72
|
+
interviewList: string;
|
|
73
|
+
};
|
|
74
|
+
getShortUrl: string;
|
|
38
75
|
};
|
|
39
76
|
export default apis;
|
package/es/constants/api.js
CHANGED
|
@@ -69,7 +69,68 @@ var apis = {
|
|
|
69
69
|
hiddenEvent: '/zg/web/v2/event/hiddenEvent',
|
|
70
70
|
// 元事件是否在虚拟事件中使用
|
|
71
71
|
checkEventStatus: '/zg/web/v2/event/checkEventStatus',
|
|
72
|
+
// 查询哪些看板使用了某一个埋点事件
|
|
73
|
+
getPanelUseEvent: '/zg/web/v2/apppanel/getPanelUseEvent',
|
|
72
74
|
// 收藏虚拟事件.
|
|
73
|
-
updateVirtualEventStatus: '/zg/web/v2/event/virtual/updateVirtualEventStatus'
|
|
75
|
+
updateVirtualEventStatus: '/zg/web/v2/event/virtual/updateVirtualEventStatus',
|
|
76
|
+
// 明细数据
|
|
77
|
+
addMetaDataSet: '/zg/web/v2/meta/dataset/save',
|
|
78
|
+
editMetaDataSet: '/zg/web/v2/meta/dataset/edit',
|
|
79
|
+
deleteMetaDataSet: '/zg/web/v2/meta/dataset/remove',
|
|
80
|
+
queryMetaDataSet: '/zg/web/v2/meta/dataset/page',
|
|
81
|
+
// 数据集查询
|
|
82
|
+
queryDatasetList: '/zg/web/cdp/dataset/manager/datasetList',
|
|
83
|
+
// 数据集 查询任务列表
|
|
84
|
+
queryDataset: '/zg/web/cdp/dataset/job/jobList',
|
|
85
|
+
// 查询数据集列表(新接口,专门用于创建数据明细)
|
|
86
|
+
querySimpleDataset: '/zg/web/cdp/visual/dataset/meta/list',
|
|
87
|
+
queryTableInfo: '/zg/web/cdp/visual/flow/node/tableInfo',
|
|
88
|
+
// 查询主体列表
|
|
89
|
+
querySubjectPage: '/zg/web/v2/subject/page',
|
|
90
|
+
// 查询主体列表(根据主体id查询兄弟主体)
|
|
91
|
+
querySubjectList: '/zg/web/v2/app/subject/list',
|
|
92
|
+
// 获取应用及主体树状关系
|
|
93
|
+
querySubjectsTree: '/zg/web/v2/newapp/subjects',
|
|
94
|
+
// 用户属性-创建
|
|
95
|
+
saveUserPropMeta: '/zg/web/v2/appusergroup/saveUserPropMeta',
|
|
96
|
+
// 用户属性-导入
|
|
97
|
+
uploadUserPropMeta: '/zg/web/v2/appusergroup/userPropMeta/upload',
|
|
98
|
+
// 用户属性-删除
|
|
99
|
+
deleteUserPropMeta: '/zg/web/v2/appusergroup/deleteUserPropMeta',
|
|
100
|
+
// 事件属性删除
|
|
101
|
+
delEventAttr: '/zg/web/v2/event/delEventAttr',
|
|
102
|
+
// 事件新增
|
|
103
|
+
addEvent: '/zg/web/v2/event/addEvent',
|
|
104
|
+
// 用户属性-导入
|
|
105
|
+
uploadEvent: '/zg/web/v2/event/upload',
|
|
106
|
+
// 用户属性-导出
|
|
107
|
+
exportEvent: '/zg/web/v2/event/exportEvent',
|
|
108
|
+
// 查询当前公司用户
|
|
109
|
+
companyUsers: '/zg/web/v2/user/queryUserByCompanyId',
|
|
110
|
+
// 保存开发管理
|
|
111
|
+
saveDevManage: '/zg/web/v2/event/save-develop',
|
|
112
|
+
// 生成测试报告
|
|
113
|
+
createExport: '/zg/web/v2/event/export-event/test-result',
|
|
114
|
+
// 保存测试结果
|
|
115
|
+
saveTextResult: '/zg/web/v2/event/update-develop/result',
|
|
116
|
+
// 导出数据包 ---excel
|
|
117
|
+
exportData: '/zg/web/v2/event/export-event/data',
|
|
118
|
+
// 修改埋点平台
|
|
119
|
+
updateMaidian: '/zg/web/v2/event/update/platform',
|
|
120
|
+
// 原事件-修改备注
|
|
121
|
+
updateRemark: '/zg/web/v2/event/update/remark',
|
|
122
|
+
// 全埋点地图
|
|
123
|
+
dataMap: {
|
|
124
|
+
saveMap: '/zg/web/v2/burying-point-map/save',
|
|
125
|
+
getList: '/zg/web/v2/burying-point-map/list',
|
|
126
|
+
deleteMap: '/zg/web/v2/burying-point-map/delete',
|
|
127
|
+
// 上传图片
|
|
128
|
+
uploadImg: '/zg/web/v2/approve/upload/img',
|
|
129
|
+
getTreeList: '/zg/web/v2/burying-point-map/event-list',
|
|
130
|
+
getMapDetail: '/zg/web/v2/burying-point-map/page/message',
|
|
131
|
+
saveMapDetail: '/zg/web/v2/burying-point-map/page/update',
|
|
132
|
+
interviewList: '/zg/web/v2/insight/analysis'
|
|
133
|
+
},
|
|
134
|
+
getShortUrl: '/zg/web/v2/transfer/setParam'
|
|
74
135
|
};
|
|
75
136
|
export default apis;
|
package/es/index.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/// <reference path="../typings.d.ts" />
|
|
2
2
|
import DataManage from './modules/dataManage';
|
|
3
3
|
import PlanList from './modules/dataPlan';
|
|
4
|
-
|
|
4
|
+
import DataRealView from './modules/dataReal/index1';
|
|
5
|
+
import DataMapView from './modules/dataMap';
|
|
6
|
+
export { PlanList, DataManage, DataRealView, DataMapView };
|
package/es/index.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/// <reference path="../typings.d.ts" />
|
|
2
2
|
import DataManage from './modules/dataManage';
|
|
3
3
|
import PlanList from './modules/dataPlan';
|
|
4
|
-
|
|
4
|
+
import DataRealView from './modules/dataReal/index1';
|
|
5
|
+
import DataMapView from './modules/dataMap';
|
|
6
|
+
export { PlanList, DataManage, DataRealView, DataMapView };
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface modalType {
|
|
3
|
+
onOk?: Function;
|
|
4
|
+
title?: string;
|
|
5
|
+
content?: string;
|
|
6
|
+
okText?: string;
|
|
7
|
+
cancelText?: string;
|
|
8
|
+
onCancel?: Function;
|
|
9
|
+
tip?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const UseModal: (props: modalType) => {
|
|
12
|
+
destroy: () => void;
|
|
13
|
+
update: (configUpdate: import("antd").ModalFuncProps | ((prevConfig: import("antd").ModalFuncProps) => import("antd").ModalFuncProps)) => void;
|
|
14
|
+
};
|
|
15
|
+
export default UseModal;
|
|
16
|
+
export interface mapDataType {
|
|
17
|
+
attributeJson: string;
|
|
18
|
+
createdTime: string;
|
|
19
|
+
eventId: number;
|
|
20
|
+
eventName: string;
|
|
21
|
+
filterJson: string;
|
|
22
|
+
id: number;
|
|
23
|
+
isDelete: number;
|
|
24
|
+
lastUpdatedTime: string | null;
|
|
25
|
+
mapName: string;
|
|
26
|
+
moduleAttrName: string;
|
|
27
|
+
pageAttrName: string;
|
|
28
|
+
remarkAttrName: string;
|
|
29
|
+
updatedTime: string;
|
|
30
|
+
}
|
|
31
|
+
export declare const mapContext: React.Context<{
|
|
32
|
+
setMapViewFlg?: Function | undefined;
|
|
33
|
+
mapData?: mapDataType[] | undefined;
|
|
34
|
+
}>;
|
|
35
|
+
export declare const getImgUrl: (src: string, pageId: string) => string;
|
|
36
|
+
export interface dongchaParamsType {
|
|
37
|
+
data: {
|
|
38
|
+
chartType: string;
|
|
39
|
+
module: string;
|
|
40
|
+
userGroup?: number[];
|
|
41
|
+
targets: [
|
|
42
|
+
{
|
|
43
|
+
alias: string;
|
|
44
|
+
filters: any[];
|
|
45
|
+
analysisDimension: {
|
|
46
|
+
analysisIndex: string;
|
|
47
|
+
};
|
|
48
|
+
eventGroupId: number;
|
|
49
|
+
eventId: number;
|
|
50
|
+
eventName: string;
|
|
51
|
+
type: string;
|
|
52
|
+
}
|
|
53
|
+
];
|
|
54
|
+
[key: string]: any;
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
export interface FiltersType {
|
|
58
|
+
attrId: number;
|
|
59
|
+
propCategory: string;
|
|
60
|
+
type: number;
|
|
61
|
+
operator: string;
|
|
62
|
+
values: string[];
|
|
63
|
+
dimensionSub: string;
|
|
64
|
+
label: string;
|
|
65
|
+
attrName: string;
|
|
66
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
import { Modal } from 'antd';
|
|
8
|
+
import React, { createContext } from 'react';
|
|
9
|
+
var UseModal = function UseModal(props) {
|
|
10
|
+
var contentDom = function contentDom() {
|
|
11
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
12
|
+
style: {
|
|
13
|
+
fontSize: '16px',
|
|
14
|
+
color: '#333'
|
|
15
|
+
}
|
|
16
|
+
}, props.content), (props === null || props === void 0 ? void 0 : props.tip) && /*#__PURE__*/React.createElement("p", {
|
|
17
|
+
style: {
|
|
18
|
+
color: '#979595',
|
|
19
|
+
fontSize: '13px'
|
|
20
|
+
}
|
|
21
|
+
}, props.tip));
|
|
22
|
+
};
|
|
23
|
+
return Modal.confirm(_objectSpread(_objectSpread({
|
|
24
|
+
title: '提示',
|
|
25
|
+
onOk: props.onOk,
|
|
26
|
+
onCancel: props.onCancel,
|
|
27
|
+
width: 450,
|
|
28
|
+
// icon:undefined,
|
|
29
|
+
centered: true
|
|
30
|
+
}, props), {}, {
|
|
31
|
+
content: contentDom()
|
|
32
|
+
}));
|
|
33
|
+
};
|
|
34
|
+
export default UseModal;
|
|
35
|
+
export var mapContext = /*#__PURE__*/createContext({});
|
|
36
|
+
/**
|
|
37
|
+
* 常用正则
|
|
38
|
+
*/
|
|
39
|
+
var regExp = {
|
|
40
|
+
url: /^((http:\/\/)|(https:\/\/)|(\/\/))[A-Za-z0-9]/,
|
|
41
|
+
phone: /^1[3-9]\d\d{8}$/,
|
|
42
|
+
email: /^[A-Za-z0-9]+([._-]*[A-Za-z0-9])*@([A-Za-z0-9]+[-a-z0-9]*[A-Za-z0-9]+\.){1,63}[A-Za-z0-9]+$/,
|
|
43
|
+
password: /^\S{6,20}$/,
|
|
44
|
+
code: /^\d{4}$/,
|
|
45
|
+
userName: /^.{1,10}$/,
|
|
46
|
+
teamAndAppName: /^.{1,20}$/,
|
|
47
|
+
sourceMediumName: /^.{1,100}$/,
|
|
48
|
+
account: /^[0-9a-zA-Z_.@]{5,30}$/
|
|
49
|
+
};
|
|
50
|
+
export var getImgUrl = function getImgUrl(src, pageId) {
|
|
51
|
+
return regExp.url.test(src) ? src : "".concat(window.location.origin, "/web/img/report/").concat(pageId, "/").concat(src);
|
|
52
|
+
};
|
|
@@ -16,6 +16,9 @@ interface PropsType {
|
|
|
16
16
|
isOpen: number;
|
|
17
17
|
queryPlanData: queryPlanType;
|
|
18
18
|
Refresh?: Function;
|
|
19
|
+
selectAttrList?: any;
|
|
20
|
+
setSelectEventList?: Function;
|
|
21
|
+
isSelect?: boolean;
|
|
19
22
|
}
|
|
20
23
|
declare const CollectionAttributeList: React.FC<PropsType>;
|
|
21
24
|
export default CollectionAttributeList;
|