@riil-frontend/component-topology 2.15.0 → 2.15.1
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.
|
@@ -16,7 +16,10 @@ import DictCache from "./cache/DictCache";
|
|
|
16
16
|
import AttributeMetricDisplay from "./AttributeMetricDisplay";
|
|
17
17
|
import DataModel from "./DataModel";
|
|
18
18
|
import GraphDataModel from "./GraphDataModel";
|
|
19
|
-
import { updateEdgeExpanded } from "../utils/edgeUtil";
|
|
19
|
+
import { updateEdgeExpanded } from "../utils/edgeUtil"; // eslint-disable-next-line no-undef
|
|
20
|
+
|
|
21
|
+
var version = typeof "2.15.1" === 'string' ? "2.15.1" : null;
|
|
22
|
+
console.info("\u62D3\u6251\u7248\u672C: " + version);
|
|
20
23
|
var topoDebug = {};
|
|
21
24
|
window.topoDebug = topoDebug;
|
|
22
25
|
var htTopo = {};
|
|
@@ -31,6 +34,7 @@ var Topo = /*#__PURE__*/function () {
|
|
|
31
34
|
* @type TopoGraphView
|
|
32
35
|
*/
|
|
33
36
|
function Topo(options) {
|
|
37
|
+
this.version = version;
|
|
34
38
|
this.options = void 0;
|
|
35
39
|
this.id = void 0;
|
|
36
40
|
this.view = void 0;
|
|
@@ -43,6 +43,9 @@ var _GraphDataModel = _interopRequireDefault(require("./GraphDataModel"));
|
|
|
43
43
|
|
|
44
44
|
var _edgeUtil = require("../utils/edgeUtil");
|
|
45
45
|
|
|
46
|
+
// eslint-disable-next-line no-undef
|
|
47
|
+
var version = typeof "2.15.1" === 'string' ? "2.15.1" : null;
|
|
48
|
+
console.info("\u62D3\u6251\u7248\u672C: " + version);
|
|
46
49
|
var topoDebug = {};
|
|
47
50
|
window.topoDebug = topoDebug;
|
|
48
51
|
var htTopo = {};
|
|
@@ -57,6 +60,7 @@ var Topo = /*#__PURE__*/function () {
|
|
|
57
60
|
* @type TopoGraphView
|
|
58
61
|
*/
|
|
59
62
|
function Topo(options) {
|
|
63
|
+
this.version = version;
|
|
60
64
|
this.options = void 0;
|
|
61
65
|
this.id = void 0;
|
|
62
66
|
this.view = void 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@riil-frontend/component-topology",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.1",
|
|
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.
|
|
114
|
+
"homepage": "https://unpkg.com/@riil-frontend/component-topology@2.15.1/build/index.html",
|
|
115
115
|
"gitHead": "2da19ffccbb7ca60a8acf396e39f542c68bb33f5"
|
|
116
116
|
}
|