@riil-frontend/component-topology 13.0.3 → 13.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -119,6 +119,8 @@ var usePolling = function usePolling(props) {
119
119
  // console.log("link.setNodeStyleIcon-breakFlag", element);
120
120
  topo.getHtTopo().setNodeStyleIcon(element, {
121
121
  styleIcon: "linkbreak",
122
+ width: 20,
123
+ height: 20,
122
124
  position: 17,
123
125
  icon: "resource.link.linkbreak"
124
126
  });
@@ -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 "13.0.3" === 'string' ? "13.0.3" : null;
27
+ var version = typeof "13.0.4" === 'string' ? "13.0.4" : null;
28
28
  console.info("\u62D3\u6251\u7248\u672C: " + version);
29
29
  /**
30
30
  * 拓扑显示和编辑
@@ -138,6 +138,8 @@ var usePolling = function usePolling(props) {
138
138
  // console.log("link.setNodeStyleIcon-breakFlag", element);
139
139
  topo.getHtTopo().setNodeStyleIcon(element, {
140
140
  styleIcon: "linkbreak",
141
+ width: 20,
142
+ height: 20,
141
143
  position: 17,
142
144
  icon: "resource.link.linkbreak"
143
145
  });
@@ -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 "13.0.3" === 'string' ? "13.0.3" : null;
57
+ var version = typeof "13.0.4" === 'string' ? "13.0.4" : 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": "13.0.3",
3
+ "version": "13.0.4",
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@13.0.3/build/index.html",
126
+ "homepage": "https://unpkg.com/@riil-frontend/component-topology@13.0.4/build/index.html",
127
127
  "gitHead": "2da19ffccbb7ca60a8acf396e39f542c68bb33f5"
128
128
  }