@riil-frontend/component-topology 7.0.2 → 7.0.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.
@@ -157,8 +157,8 @@ function FontColorDropdown(props) {
|
|
157
157
|
unit: "%",
|
158
158
|
list: [0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100],
|
159
159
|
onChange: backOpacityChange,
|
160
|
-
defaultValue: opacity === undefined ? opacity : Math.round(opacity * 100)
|
161
|
-
|
160
|
+
defaultValue: opacity === undefined ? opacity : Math.round(opacity * 100) // disabled={!background}
|
161
|
+
|
162
162
|
})), /*#__PURE__*/React.createElement("div", {
|
163
163
|
style: {
|
164
164
|
marginTop: '10px',
|
@@ -23,7 +23,7 @@ import topoFactory from "./topoFactory";
|
|
23
23
|
import ElementTagTipConfig from "./tagstips/ElementTagTipConfig";
|
24
24
|
import SelectionModel from "./SelectionModel"; // eslint-disable-next-line no-undef
|
25
25
|
|
26
|
-
var version = typeof "7.0.
|
26
|
+
var version = typeof "7.0.4" === 'string' ? "7.0.4" : null;
|
27
27
|
console.info("\u62D3\u6251\u7248\u672C: " + version);
|
28
28
|
/**
|
29
29
|
* 拓扑显示和编辑
|
@@ -175,8 +175,8 @@ function FontColorDropdown(props) {
|
|
175
175
|
unit: "%",
|
176
176
|
list: [0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100],
|
177
177
|
onChange: backOpacityChange,
|
178
|
-
defaultValue: opacity === undefined ? opacity : Math.round(opacity * 100)
|
179
|
-
|
178
|
+
defaultValue: opacity === undefined ? opacity : Math.round(opacity * 100) // disabled={!background}
|
179
|
+
|
180
180
|
})), /*#__PURE__*/_react["default"].createElement("div", {
|
181
181
|
style: {
|
182
182
|
marginTop: '10px',
|
@@ -54,7 +54,7 @@ var _ElementTagTipConfig = _interopRequireDefault(require("./tagstips/ElementTag
|
|
54
54
|
var _SelectionModel = _interopRequireDefault(require("./SelectionModel"));
|
55
55
|
|
56
56
|
// eslint-disable-next-line no-undef
|
57
|
-
var version = typeof "7.0.
|
57
|
+
var version = typeof "7.0.4" === 'string' ? "7.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": "7.0.
|
3
|
+
"version": "7.0.4",
|
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@7.0.
|
119
|
+
"homepage": "https://unpkg.com/@riil-frontend/component-topology@7.0.4/build/index.html",
|
120
120
|
"gitHead": "2da19ffccbb7ca60a8acf396e39f542c68bb33f5"
|
121
121
|
}
|