@riil-frontend/component-topology 2.12.3 → 2.12.4
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.
- package/CHANGELOG.md +26 -0
- package/build/index.js +1 -1
- package/es/core/models/TopoApp.js +27 -15
- package/es/topoCenter/models/TopoCenter.js +40 -12
- package/lib/core/models/TopoApp.js +27 -15
- package/lib/topoCenter/models/TopoCenter.js +40 -12
- package/package.json +2 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
## v2.1.8
|
|
2
|
+
|
|
3
|
+
- 支持自定义分层添加资源组件
|
|
4
|
+
- 支持添加节点、连线接口 `addElements(data)`
|
|
5
|
+
|
|
6
|
+
## v2.1.4
|
|
7
|
+
|
|
8
|
+
- ht 新旧版本共存
|
|
9
|
+
|
|
10
|
+
## v2.1.3
|
|
11
|
+
|
|
12
|
+
- 自定义图标
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## v2.0.2
|
|
16
|
+
|
|
17
|
+
- 支持编辑模式右键菜单
|
|
18
|
+
|
|
19
|
+
## v2.0.1
|
|
20
|
+
|
|
21
|
+
新增功能
|
|
22
|
+
- 拓扑图全量更新数据接口,更新时保留元素样式
|
|
23
|
+
- 编辑模式右键菜单
|
|
24
|
+
|
|
25
|
+
阻断变更
|
|
26
|
+
- 暂时恢复页面加载ht topo-client.js
|