@riil-frontend/component-topology 8.0.10 → 8.0.11
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/build/1.js +2 -2
- package/build/2.js +1 -1
- package/build/index.css +1 -1
- package/build/index.js +18 -18
- package/es/core/models/Alarm.js +1 -1
- package/es/core/models/TopoApp.js +1 -1
- package/lib/core/models/Alarm.js +1 -1
- package/lib/core/models/TopoApp.js +1 -1
- package/package.json +2 -2
package/es/core/models/Alarm.js
CHANGED
@@ -602,7 +602,7 @@ var Alarm = /*#__PURE__*/function () {
|
|
602
602
|
eqFlag = _yield$alarmDispatche.eqFlag;
|
603
603
|
alarmlist = _yield$alarmDispatche.alarmlist;
|
604
604
|
|
605
|
-
if (alarmIsOpened
|
605
|
+
if (alarmIsOpened) {
|
606
606
|
this.hmGetTopoAlarmByDoc(); // 通知所有告警
|
607
607
|
|
608
608
|
if ((_this$topo$viewProps = this.topo.viewProps) !== null && _this$topo$viewProps !== void 0 && _this$topo$viewProps.onAlarm) {
|
@@ -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 "8.0.
|
27
|
+
var version = typeof "8.0.11" === 'string' ? "8.0.11" : null;
|
28
28
|
console.info("\u62D3\u6251\u7248\u672C: " + version);
|
29
29
|
/**
|
30
30
|
* 拓扑显示和编辑
|
package/lib/core/models/Alarm.js
CHANGED
@@ -627,7 +627,7 @@ var Alarm = /*#__PURE__*/function () {
|
|
627
627
|
eqFlag = _yield$alarmDispatche.eqFlag;
|
628
628
|
alarmlist = _yield$alarmDispatche.alarmlist;
|
629
629
|
|
630
|
-
if (alarmIsOpened
|
630
|
+
if (alarmIsOpened) {
|
631
631
|
this.hmGetTopoAlarmByDoc(); // 通知所有告警
|
632
632
|
|
633
633
|
if ((_this$topo$viewProps = this.topo.viewProps) !== null && _this$topo$viewProps !== void 0 && _this$topo$viewProps.onAlarm) {
|
@@ -56,7 +56,7 @@ var _SelectionModel = _interopRequireDefault(require("./SelectionModel"));
|
|
56
56
|
var _CiCache = _interopRequireDefault(require("./cache/CiCache"));
|
57
57
|
|
58
58
|
// eslint-disable-next-line no-undef
|
59
|
-
var version = typeof "8.0.
|
59
|
+
var version = typeof "8.0.11" === 'string' ? "8.0.11" : null;
|
60
60
|
console.info("\u62D3\u6251\u7248\u672C: " + version);
|
61
61
|
/**
|
62
62
|
* 拓扑显示和编辑
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@riil-frontend/component-topology",
|
3
|
-
"version": "8.0.
|
3
|
+
"version": "8.0.11",
|
4
4
|
"description": "拓扑",
|
5
5
|
"scripts": {
|
6
6
|
"start": "build-scripts start",
|
@@ -116,6 +116,6 @@
|
|
116
116
|
"access": "public"
|
117
117
|
},
|
118
118
|
"license": "MIT",
|
119
|
-
"homepage": "https://unpkg.com/@riil-frontend/component-topology@8.0.
|
119
|
+
"homepage": "https://unpkg.com/@riil-frontend/component-topology@8.0.11/build/index.html",
|
120
120
|
"gitHead": "2da19ffccbb7ca60a8acf396e39f542c68bb33f5"
|
121
121
|
}
|