@riil-frontend/component-topology 11.0.24 → 11.0.26

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.
@@ -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 "11.0.24" === 'string' ? "11.0.24" : null;
59
+ var version = typeof "11.0.26" === 'string' ? "11.0.26" : null;
60
60
  console.info("\u62D3\u6251\u7248\u672C: " + version);
61
61
  /**
62
62
  * 拓扑显示和编辑
@@ -125,7 +125,7 @@ function _saveTopo() {
125
125
  return topoService.bindResourceToTopo(topoId, {
126
126
  groups: groupInfo,
127
127
  linkIps: linkIps,
128
- exportLinkIdList: exportLinkIdList,
128
+ // exportLinkIdList,
129
129
  relateTopoIdList: relateTopoIdList
130
130
  });
131
131
 
@@ -279,7 +279,7 @@ function _default(topoApp) {
279
279
  id: rootState.topoMod.topoId,
280
280
  resources: resources,
281
281
  groups: groups,
282
- exportLinkIdList: exportLinkIdList,
282
+ // exportLinkIdList,
283
283
  ipNodes: ipNodes
284
284
  };
285
285
  _context2.next = 5;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riil-frontend/component-topology",
3
- "version": "11.0.24",
3
+ "version": "11.0.26",
4
4
  "description": "拓扑",
5
5
  "scripts": {
6
6
  "start": "build-scripts start",
@@ -118,6 +118,6 @@
118
118
  "access": "public"
119
119
  },
120
120
  "license": "MIT",
121
- "homepage": "https://unpkg.com/@riil-frontend/component-topology@11.0.24/build/index.html",
121
+ "homepage": "https://unpkg.com/@riil-frontend/component-topology@11.0.26/build/index.html",
122
122
  "gitHead": "2da19ffccbb7ca60a8acf396e39f542c68bb33f5"
123
123
  }