@zgfe/modules-dm 1.0.37-sessopm.0 → 1.0.37
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.
|
File without changes
|
|
@@ -13,7 +13,6 @@ import { getAppID } from '../../utils';
|
|
|
13
13
|
import EventList from './collectionEventList';
|
|
14
14
|
import CollectionAttributeList from './collectionAttributeList';
|
|
15
15
|
import VirtualEventList from './virtualEventList';
|
|
16
|
-
import { SessionManage } from '@zgfe/modules-session';
|
|
17
16
|
var DataCollection = function DataCollection(props) {
|
|
18
17
|
var _props$extraTabs, _props$extraTabs2;
|
|
19
18
|
var classPrefix = 'data-collection';
|
|
@@ -77,9 +76,7 @@ var DataCollection = function DataCollection(props) {
|
|
|
77
76
|
value: 3
|
|
78
77
|
}, "\u865A\u62DF\u4E8B\u4EF6"), authority[100021] && /*#__PURE__*/React.createElement(Radio.Button, {
|
|
79
78
|
value: 2
|
|
80
|
-
}, "\u7528\u6237\u5C5E\u6027\u7BA1\u7406"),
|
|
81
|
-
value: "session"
|
|
82
|
-
}, "Session\u7BA1\u7406"), (_props$extraTabs = props.extraTabs) === null || _props$extraTabs === void 0 ? void 0 : _props$extraTabs.map(function (item) {
|
|
79
|
+
}, "\u7528\u6237\u5C5E\u6027\u7BA1\u7406"), (_props$extraTabs = props.extraTabs) === null || _props$extraTabs === void 0 ? void 0 : _props$extraTabs.map(function (item) {
|
|
83
80
|
return /*#__PURE__*/React.createElement(Radio.Button, {
|
|
84
81
|
key: item.key,
|
|
85
82
|
value: item.key,
|
|
@@ -92,7 +89,7 @@ var DataCollection = function DataCollection(props) {
|
|
|
92
89
|
isOpen: isOpen,
|
|
93
90
|
queryPlanData: queryPlanData,
|
|
94
91
|
source: "user"
|
|
95
|
-
}),
|
|
92
|
+
}), (_props$extraTabs2 = props.extraTabs) === null || _props$extraTabs2 === void 0 ? void 0 : _props$extraTabs2.map(function (item) {
|
|
96
93
|
return listTab === item.key ? /*#__PURE__*/React.createElement("div", {
|
|
97
94
|
key: item.key
|
|
98
95
|
}, item.children) : null;
|
|
@@ -102,18 +102,14 @@
|
|
|
102
102
|
}
|
|
103
103
|
.table-plus {
|
|
104
104
|
&-table {
|
|
105
|
-
overflow: hidden;
|
|
106
|
-
border-radius: 8px !important;
|
|
107
105
|
.ant-table {
|
|
106
|
+
border-radius: 8px !important;
|
|
108
107
|
.ant-table-thead {
|
|
109
108
|
> tr > th {
|
|
110
109
|
height: 50px;
|
|
111
110
|
padding: 0 16px;
|
|
112
111
|
}
|
|
113
112
|
}
|
|
114
|
-
.ant-table-body {
|
|
115
|
-
min-height: 300px;
|
|
116
|
-
}
|
|
117
113
|
.ant-table-tbody {
|
|
118
114
|
> tr > td {
|
|
119
115
|
height: 50px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-dm",
|
|
3
|
-
"version": "1.0.37
|
|
3
|
+
"version": "1.0.37",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"typings": "es/index.d.ts",
|
|
@@ -40,19 +40,18 @@
|
|
|
40
40
|
"@umijs/fabric": "^2.8.1",
|
|
41
41
|
"@umijs/test": "^3.0.5",
|
|
42
42
|
"@zgfe/business-lib": "1.2.3-heyh.1",
|
|
43
|
-
"@zgfe/modules-session": "1.0.1-alpha.1",
|
|
44
43
|
"antd": "4.24.10",
|
|
45
44
|
"dumi": "^1.1.0",
|
|
46
45
|
"father-build": "^1.17.2",
|
|
47
46
|
"gh-pages": "^3.0.0",
|
|
48
|
-
"lerna": "^
|
|
47
|
+
"lerna": "^5.1.7",
|
|
49
48
|
"lint-staged": "^10.0.7",
|
|
50
49
|
"lodash": "^4.17.21",
|
|
51
50
|
"prettier": "^2.2.1",
|
|
52
51
|
"umi-request": "^1.4.0",
|
|
53
52
|
"yorkie": "^2.0.0"
|
|
54
53
|
},
|
|
55
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "951170e644a46fd388269e91dea5d98e9f52bb2b",
|
|
56
55
|
"gitHooks": {
|
|
57
56
|
"pre-commit": "lint-staged"
|
|
58
57
|
}
|