@riil-frontend/component-topology 10.0.4 → 10.0.5
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/build/index.js +1 -1
- package/es/core/editor/components/Toolbar/widgets/EdgeColorButton/EdgeColorButton.js +1 -1
- package/es/core/models/TopoApp.js +1 -1
- package/lib/core/editor/components/Toolbar/widgets/EdgeColorButton/EdgeColorButton.js +1 -1
- package/lib/core/models/TopoApp.js +1 -1
- package/package.json +2 -2
@@ -119,7 +119,7 @@ function EdgeColorButton(props) {
|
|
119
119
|
});
|
120
120
|
return /*#__PURE__*/React.createElement(WidgetBox, {
|
121
121
|
label: "\u7EBF\u6761\u989C\u8272",
|
122
|
-
tooltip: "\
|
122
|
+
tooltip: "\u7EBF\u6761\u989C\u8272",
|
123
123
|
showLabel: showLabel,
|
124
124
|
disabled: disabled
|
125
125
|
}, /*#__PURE__*/React.createElement(DropdownButton, {
|
@@ -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 "10.0.
|
27
|
+
var version = typeof "10.0.5" === 'string' ? "10.0.5" : null;
|
28
28
|
console.info("\u62D3\u6251\u7248\u672C: " + version);
|
29
29
|
/**
|
30
30
|
* 拓扑显示和编辑
|
@@ -137,7 +137,7 @@ function EdgeColorButton(props) {
|
|
137
137
|
});
|
138
138
|
return /*#__PURE__*/_react["default"].createElement(_WidgetBox["default"], {
|
139
139
|
label: "\u7EBF\u6761\u989C\u8272",
|
140
|
-
tooltip: "\
|
140
|
+
tooltip: "\u7EBF\u6761\u989C\u8272",
|
141
141
|
showLabel: showLabel,
|
142
142
|
disabled: disabled
|
143
143
|
}, /*#__PURE__*/_react["default"].createElement(_DropdownButton["default"], {
|
@@ -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 "10.0.
|
59
|
+
var version = typeof "10.0.5" === 'string' ? "10.0.5" : 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": "10.0.
|
3
|
+
"version": "10.0.5",
|
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@10.0.
|
119
|
+
"homepage": "https://unpkg.com/@riil-frontend/component-topology@10.0.5/build/index.html",
|
120
120
|
"gitHead": "2da19ffccbb7ca60a8acf396e39f542c68bb33f5"
|
121
121
|
}
|