Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-components
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
wisdom-components
Commits
b4de6dde
Commit
b4de6dde
authored
Jun 12, 2023
by
李纪文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 组态依赖包修改
parent
eac03aed
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
10 deletions
+4
-10
package.json
packages/extend-components/EC_ConfigurationView/package.json
+4
-4
HistoryModel.js
...xtend-components/EC_ConfigurationView/src/HistoryModel.js
+0
-3
RealModel.js
...s/extend-components/EC_ConfigurationView/src/RealModel.js
+0
-3
No files found.
packages/extend-components/EC_ConfigurationView/package.json
View file @
b4de6dde
...
...
@@ -33,10 +33,10 @@
},
"dependencies"
:
{
"@babel/runtime"
:
"^7.17.9"
,
"@wisdom-components/ec_historyview"
:
"
1.4.5
"
,
"@wisdom-components/empty"
:
"1.3.9"
,
"@wisdom-components/loadbox"
:
"1.1.5"
,
"@wisdom-components/mqttview"
:
"1.3.7"
,
"@wisdom-components/ec_historyview"
:
"
^1.12.2
"
,
"@wisdom-components/empty"
:
"
^
1.3.9"
,
"@wisdom-components/loadbox"
:
"
^
1.1.5"
,
"@wisdom-components/mqttview"
:
"
^
1.3.7"
,
"cross-env"
:
"^7.0.3"
}
}
packages/extend-components/EC_ConfigurationView/src/HistoryModel.js
View file @
b4de6dde
...
...
@@ -1134,9 +1134,6 @@ const ConfigurationView = (props) => {
new go.Binding('font', 'style').makeTwoWay(),
new go.Binding('stroke', 'color').makeTwoWay(),
new go.Binding('textAlign', 'align').makeTwoWay(),
// new go.Binding('textSize', 'width', function(v) {
// return new go.Size(v, NaN);
// }),
new go.Binding('maxSize', 'width', function (v) {
try {
return new go.Size(v - 20, NaN);
...
...
packages/extend-components/EC_ConfigurationView/src/RealModel.js
View file @
b4de6dde
...
...
@@ -1641,9 +1641,6 @@ const ConfigurationView = (props) => {
new go.Binding('font', 'style').makeTwoWay(),
new go.Binding('stroke', 'color').makeTwoWay(),
new go.Binding('textAlign', 'align').makeTwoWay(),
// new go.Binding('textSize', 'width', function(v) {
// return new go.Size(v, NaN);
// }),
new go.Binding('maxSize', 'width', function (v) {
try {
return new go.Size(v - 20, NaN);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment