@riil-frontend/component-topology 2.15.5 → 2.15.6

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.
@@ -540,7 +540,7 @@ var AttributeMetricDisplay = /*#__PURE__*/function () {
540
540
  return _context3.abrupt("return", ciDatas.map(function (ciData) {
541
541
  var id = ciData.id;
542
542
 
543
- var attributeMap = _extends({}, ciData);
543
+ var attributeMap = _extends({}, ciData.attributeMap);
544
544
 
545
545
  ciRefAttributeMap[id].forEach(function (refAttrs) {
546
546
  var refCi = refCiMap[refAttrs.id];
@@ -18,7 +18,7 @@ import DataModel from "./DataModel";
18
18
  import GraphDataModel from "./GraphDataModel";
19
19
  import { updateEdgeExpanded } from "../utils/edgeUtil"; // eslint-disable-next-line no-undef
20
20
 
21
- var version = typeof "2.15.5" === 'string' ? "2.15.5" : null;
21
+ var version = typeof "2.15.6" === 'string' ? "2.15.6" : null;
22
22
  console.info("\u62D3\u6251\u7248\u672C: " + version);
23
23
  var topoDebug = {};
24
24
  window.topoDebug = topoDebug;
@@ -560,7 +560,7 @@ var AttributeMetricDisplay = /*#__PURE__*/function () {
560
560
 
561
561
  return _context3.abrupt("return", ciDatas.map(function (ciData) {
562
562
  var id = ciData.id;
563
- var attributeMap = (0, _extends2["default"])({}, ciData);
563
+ var attributeMap = (0, _extends2["default"])({}, ciData.attributeMap);
564
564
  ciRefAttributeMap[id].forEach(function (refAttrs) {
565
565
  var refCi = refCiMap[refAttrs.id];
566
566
 
@@ -44,7 +44,7 @@ var _GraphDataModel = _interopRequireDefault(require("./GraphDataModel"));
44
44
  var _edgeUtil = require("../utils/edgeUtil");
45
45
 
46
46
  // eslint-disable-next-line no-undef
47
- var version = typeof "2.15.5" === 'string' ? "2.15.5" : null;
47
+ var version = typeof "2.15.6" === 'string' ? "2.15.6" : null;
48
48
  console.info("\u62D3\u6251\u7248\u672C: " + version);
49
49
  var topoDebug = {};
50
50
  window.topoDebug = topoDebug;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riil-frontend/component-topology",
3
- "version": "2.15.5",
3
+ "version": "2.15.6",
4
4
  "description": "拓扑",
5
5
  "scripts": {
6
6
  "start": "build-scripts start",
@@ -111,6 +111,6 @@
111
111
  "access": "public"
112
112
  },
113
113
  "license": "MIT",
114
- "homepage": "https://unpkg.com/@riil-frontend/component-topology@2.15.5/build/index.html",
114
+ "homepage": "https://unpkg.com/@riil-frontend/component-topology@2.15.6/build/index.html",
115
115
  "gitHead": "2da19ffccbb7ca60a8acf396e39f542c68bb33f5"
116
116
  }