@riil-frontend/component-topology 12.0.0-dev.20 → 12.0.0-dev.21
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.
@@ -124,7 +124,9 @@ function SubListItem(props) {
|
|
124
124
|
maxWidth: "700px",
|
125
125
|
width: 530
|
126
126
|
}
|
127
|
-
}, creatAlarmTips(_extends({}, alarmInfo
|
127
|
+
}, creatAlarmTips(_extends({}, alarmInfo, {
|
128
|
+
sourceName: plarm
|
129
|
+
}))) : /*#__PURE__*/React.createElement("div", {
|
128
130
|
className: styles.listLink
|
129
131
|
}, /*#__PURE__*/React.createElement(Link, {
|
130
132
|
onClick: onClick,
|
@@ -24,7 +24,7 @@ import ElementTagTipConfig from "./tagstips/ElementTagTipConfig";
|
|
24
24
|
import SelectionModel from "./SelectionModel";
|
25
25
|
import CiCache from "./cache/CiCache"; // eslint-disable-next-line no-undef
|
26
26
|
|
27
|
-
var version = typeof "12.0.0-dev.
|
27
|
+
var version = typeof "12.0.0-dev.21" === 'string' ? "12.0.0-dev.21" : null;
|
28
28
|
console.info("\u62D3\u6251\u7248\u672C: " + version);
|
29
29
|
/**
|
30
30
|
* 拓扑显示和编辑
|
@@ -142,7 +142,9 @@ function SubListItem(props) {
|
|
142
142
|
maxWidth: "700px",
|
143
143
|
width: 530
|
144
144
|
}
|
145
|
-
}, creatAlarmTips((0, _extends2["default"])({}, alarmInfo
|
145
|
+
}, creatAlarmTips((0, _extends2["default"])({}, alarmInfo, {
|
146
|
+
sourceName: plarm
|
147
|
+
}))) : /*#__PURE__*/_react["default"].createElement("div", {
|
146
148
|
className: _indexModule["default"].listLink
|
147
149
|
}, /*#__PURE__*/_react["default"].createElement(_Link["default"], {
|
148
150
|
onClick: onClick,
|
@@ -54,7 +54,7 @@ var _SelectionModel = _interopRequireDefault(require("./SelectionModel"));
|
|
54
54
|
var _CiCache = _interopRequireDefault(require("./cache/CiCache"));
|
55
55
|
|
56
56
|
// eslint-disable-next-line no-undef
|
57
|
-
var version = typeof "12.0.0-dev.
|
57
|
+
var version = typeof "12.0.0-dev.21" === 'string' ? "12.0.0-dev.21" : null;
|
58
58
|
console.info("\u62D3\u6251\u7248\u672C: " + version);
|
59
59
|
/**
|
60
60
|
* 拓扑显示和编辑
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@riil-frontend/component-topology",
|
3
|
-
"version": "12.0.0-dev.
|
3
|
+
"version": "12.0.0-dev.21",
|
4
4
|
"description": "拓扑",
|
5
5
|
"scripts": {
|
6
6
|
"start": "build-scripts start",
|
@@ -123,6 +123,6 @@
|
|
123
123
|
"access": "public"
|
124
124
|
},
|
125
125
|
"license": "MIT",
|
126
|
-
"homepage": "https://unpkg.com/@riil-frontend/component-topology@12.0.0-dev.
|
126
|
+
"homepage": "https://unpkg.com/@riil-frontend/component-topology@12.0.0-dev.21/build/index.html",
|
127
127
|
"gitHead": "2da19ffccbb7ca60a8acf396e39f542c68bb33f5"
|
128
128
|
}
|