@riil-frontend/component-topology 9.0.0-a.19 → 9.0.0-a.20
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.
@@ -126,13 +126,13 @@ var THEMES = [_extends({}, baseLightTheme, {
|
|
126
126
|
},
|
127
127
|
group: {
|
128
128
|
style: {
|
129
|
-
'group.title.background': 'rgba(0,0,0,0)',
|
129
|
+
'group.title.background': 'rgba(0,0,0,0.01)',
|
130
130
|
// 标题背景颜色 #08A5F4
|
131
131
|
'group.title.color': '#8FECFF',
|
132
132
|
// 标题文字颜色
|
133
133
|
'group.title.border.color': '#ffffff',
|
134
134
|
// 边框颜色
|
135
|
-
'group.background': 'rgba(0,0,0,0)',
|
135
|
+
'group.background': 'rgba(0,0,0,0.01)',
|
136
136
|
'group.border.color': '#ffffff',
|
137
137
|
// 边框颜色
|
138
138
|
'group.splitLine': true // 标题底部边框
|
@@ -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 "9.0.0-a.
|
27
|
+
var version = typeof "9.0.0-a.20" === 'string' ? "9.0.0-a.20" : null;
|
28
28
|
console.info("\u62D3\u6251\u7248\u672C: " + version);
|
29
29
|
/**
|
30
30
|
* 拓扑显示和编辑
|
@@ -134,13 +134,13 @@ var THEMES = [(0, _extends2["default"])({}, baseLightTheme, {
|
|
134
134
|
},
|
135
135
|
group: {
|
136
136
|
style: {
|
137
|
-
'group.title.background': 'rgba(0,0,0,0)',
|
137
|
+
'group.title.background': 'rgba(0,0,0,0.01)',
|
138
138
|
// 标题背景颜色 #08A5F4
|
139
139
|
'group.title.color': '#8FECFF',
|
140
140
|
// 标题文字颜色
|
141
141
|
'group.title.border.color': '#ffffff',
|
142
142
|
// 边框颜色
|
143
|
-
'group.background': 'rgba(0,0,0,0)',
|
143
|
+
'group.background': 'rgba(0,0,0,0.01)',
|
144
144
|
'group.border.color': '#ffffff',
|
145
145
|
// 边框颜色
|
146
146
|
'group.splitLine': true // 标题底部边框
|
@@ -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 "9.0.0-a.
|
59
|
+
var version = typeof "9.0.0-a.20" === 'string' ? "9.0.0-a.20" : null;
|
60
60
|
console.info("\u62D3\u6251\u7248\u672C: " + version);
|
61
61
|
/**
|
62
62
|
* 拓扑显示和编辑
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@riil-frontend/component-topology",
|
3
|
-
"version": "9.0.0-a.
|
3
|
+
"version": "9.0.0-a.20",
|
4
4
|
"description": "拓扑",
|
5
5
|
"scripts": {
|
6
6
|
"start": "build-scripts start",
|
@@ -116,6 +116,6 @@
|
|
116
116
|
"access": "public"
|
117
117
|
},
|
118
118
|
"license": "MIT",
|
119
|
-
"homepage": "https://unpkg.com/@riil-frontend/component-topology@9.0.0-a.
|
119
|
+
"homepage": "https://unpkg.com/@riil-frontend/component-topology@9.0.0-a.20/build/index.html",
|
120
120
|
"gitHead": "2da19ffccbb7ca60a8acf396e39f542c68bb33f5"
|
121
121
|
}
|