@riil-frontend/component-topology 2.15.37 → 2.15.38

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.
@@ -718,8 +718,7 @@ var AttributeMetricDisplay = /*#__PURE__*/function () {
718
718
  }, // 带宽利用率
719
719
  {
720
720
  code: 'bandwidth_utilization',
721
- calcType: 'avg',
722
- showWhenSameSource: true
721
+ calcType: 'avg'
723
722
  }, // 发送带宽利用率
724
723
  {
725
724
  code: 'out_bandwidth_utilization',
@@ -20,7 +20,7 @@ import { updateEdgeExpanded } from "../utils/edgeUtil";
20
20
  import PluginManager from "./PluginManager";
21
21
  import topoFactory from "./topoFactory"; // eslint-disable-next-line no-undef
22
22
 
23
- var version = typeof "2.15.37" === 'string' ? "2.15.37" : null;
23
+ var version = typeof "2.15.38" === 'string' ? "2.15.38" : null;
24
24
  console.info("\u62D3\u6251\u7248\u672C: " + version);
25
25
  /**
26
26
  * 拓扑显示和编辑
@@ -737,8 +737,7 @@ var AttributeMetricDisplay = /*#__PURE__*/function () {
737
737
  }, // 带宽利用率
738
738
  {
739
739
  code: 'bandwidth_utilization',
740
- calcType: 'avg',
741
- showWhenSameSource: true
740
+ calcType: 'avg'
742
741
  }, // 发送带宽利用率
743
742
  {
744
743
  code: 'out_bandwidth_utilization',
@@ -48,7 +48,7 @@ var _PluginManager = _interopRequireDefault(require("./PluginManager"));
48
48
  var _topoFactory = _interopRequireDefault(require("./topoFactory"));
49
49
 
50
50
  // eslint-disable-next-line no-undef
51
- var version = typeof "2.15.37" === 'string' ? "2.15.37" : null;
51
+ var version = typeof "2.15.38" === 'string' ? "2.15.38" : null;
52
52
  console.info("\u62D3\u6251\u7248\u672C: " + version);
53
53
  /**
54
54
  * 拓扑显示和编辑
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riil-frontend/component-topology",
3
- "version": "2.15.37",
3
+ "version": "2.15.38",
4
4
  "description": "拓扑",
5
5
  "scripts": {
6
6
  "start": "build-scripts start",
@@ -110,6 +110,6 @@
110
110
  "access": "public"
111
111
  },
112
112
  "license": "MIT",
113
- "homepage": "https://unpkg.com/@riil-frontend/component-topology@2.15.37/build/index.html",
113
+ "homepage": "https://unpkg.com/@riil-frontend/component-topology@2.15.38/build/index.html",
114
114
  "gitHead": "2da19ffccbb7ca60a8acf396e39f542c68bb33f5"
115
115
  }