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
f1a90647
Commit
f1a90647
authored
Oct 15, 2024
by
李纪文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 组态gojs版本修改
parent
89ea0dc5
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
14 additions
and
7 deletions
+14
-7
package.json
package.json
+2
-1
HistoryModel.js
...xtend-components/EC_ConfigurationView/src/HistoryModel.js
+1
-1
RealModel.js
...s/extend-components/EC_ConfigurationView/src/RealModel.js
+1
-1
configuration_custom.js
...mponents/EC_ConfigurationView/src/configuration_custom.js
+1
-1
BarLink.js
.../extend-components/EC_ConfigurationView/src/js/BarLink.js
+7
-1
DrawCommandHand.js
...components/EC_ConfigurationView/src/js/DrawCommandHand.js
+1
-1
GuidedDraggingTool.js
...ponents/EC_ConfigurationView/src/js/GuidedDraggingTool.js
+1
-1
go.js
packages/extend-components/EC_ConfigurationView/src/js/go.js
+0
-0
No files found.
package.json
View file @
f1a90647
...
@@ -146,14 +146,15 @@
...
@@ -146,14 +146,15 @@
},
},
"dependencies"
:
{
"dependencies"
:
{
"
@babel/plugin-proposal-private-methods
"
:
"^7.18.6"
,
"
@babel/plugin-proposal-private-methods
"
:
"^7.18.6"
,
"
@wisdom-components/VmsVideo
"
:
"1.2.27"
,
"
@wisdom-components/basictable
"
:
"1.5.29"
,
"
@wisdom-components/basictable
"
:
"1.5.29"
,
"
@wisdom-components/ec_historyview
"
:
"^1.4.3"
,
"
@wisdom-components/ec_historyview
"
:
"^1.4.3"
,
"
@wisdom-components/empty
"
:
"^1.3.9"
,
"
@wisdom-components/empty
"
:
"^1.3.9"
,
"
@wisdom-components/exportexcel
"
:
"^1.1.2"
,
"
@wisdom-components/exportexcel
"
:
"^1.1.2"
,
"
@wisdom-components/gojs
"
:
"1.1.0"
,
"
@wisdom-components/loadbox
"
:
"1.1.4"
,
"
@wisdom-components/loadbox
"
:
"1.1.4"
,
"
@wisdom-components/timerangepicker
"
:
"^1.3.4"
,
"
@wisdom-components/timerangepicker
"
:
"^1.3.4"
,
"
@wisdom-components/videoslidermodal
"
:
"1.1.2"
,
"
@wisdom-components/videoslidermodal
"
:
"1.1.2"
,
"
@wisdom-components/VmsVideo
"
:
"1.2.27"
,
"
@wisdom-utils/utils
"
:
"0.0.46"
,
"
@wisdom-utils/utils
"
:
"0.0.46"
,
"
antd-mobile
"
:
"5.10.4"
,
"
antd-mobile
"
:
"5.10.4"
,
"
axios
"
:
"^1.4.0"
,
"
axios
"
:
"^1.4.0"
,
...
...
packages/extend-components/EC_ConfigurationView/src/HistoryModel.js
View file @
f1a90647
...
@@ -7,7 +7,7 @@ import LoadBox from '@wisdom-components/loadbox';
...
@@ -7,7 +7,7 @@ import LoadBox from '@wisdom-components/loadbox';
import
{
message
,
Modal
,
ConfigProvider
}
from
'antd'
;
import
{
message
,
Modal
,
ConfigProvider
}
from
'antd'
;
import
PropTypes
from
'prop-types'
;
import
PropTypes
from
'prop-types'
;
import
HistoryView
from
'@wisdom-components/ec_historyview'
;
import
HistoryView
from
'@wisdom-components/ec_historyview'
;
import
*
as
go
from
'
./js/go
'
;
import
*
as
go
from
'
@wisdom-components/gojs
'
;
import
GuidedDraggingTool
from
'./js/GuidedDraggingTool'
;
import
GuidedDraggingTool
from
'./js/GuidedDraggingTool'
;
import
TopRotatingTool
from
'./js/RotatingTool'
;
import
TopRotatingTool
from
'./js/RotatingTool'
;
import
BarLink
from
'./js/BarLink'
;
import
BarLink
from
'./js/BarLink'
;
...
...
packages/extend-components/EC_ConfigurationView/src/RealModel.js
View file @
f1a90647
...
@@ -21,7 +21,7 @@ import MqttView from '@wisdom-components/mqttview';
...
@@ -21,7 +21,7 @@ import MqttView from '@wisdom-components/mqttview';
import
PropTypes
from
'prop-types'
;
import
PropTypes
from
'prop-types'
;
import
HistoryView
from
'@wisdom-components/ec_historyview'
;
import
HistoryView
from
'@wisdom-components/ec_historyview'
;
import
StatisticalHistoryView
from
'@wisdom-components/ec_statisticalhistoryview'
;
import
StatisticalHistoryView
from
'@wisdom-components/ec_statisticalhistoryview'
;
import
*
as
go
from
'
./js/go
'
;
import
*
as
go
from
'
@wisdom-components/gojs
'
;
import
GuidedDraggingTool
from
'./js/GuidedDraggingTool'
;
import
GuidedDraggingTool
from
'./js/GuidedDraggingTool'
;
import
TopRotatingTool
from
'./js/RotatingTool'
;
import
TopRotatingTool
from
'./js/RotatingTool'
;
import
BarLink
from
'./js/BarLink'
;
import
BarLink
from
'./js/BarLink'
;
...
...
packages/extend-components/EC_ConfigurationView/src/configuration_custom.js
View file @
f1a90647
...
@@ -21,7 +21,7 @@ import MqttView from '@wisdom-components/mqttview';
...
@@ -21,7 +21,7 @@ import MqttView from '@wisdom-components/mqttview';
import
PropTypes
from
'prop-types'
;
import
PropTypes
from
'prop-types'
;
import
HistoryView
from
'@wisdom-components/ec_historyview'
;
import
HistoryView
from
'@wisdom-components/ec_historyview'
;
import
StatisticalHistoryView
from
'@wisdom-components/ec_statisticalhistoryview'
;
import
StatisticalHistoryView
from
'@wisdom-components/ec_statisticalhistoryview'
;
import
*
as
go
from
'
./js/go
'
;
import
*
as
go
from
'
@wisdom-components/gojs
'
;
import
GuidedDraggingTool
from
'./js/GuidedDraggingTool'
;
import
GuidedDraggingTool
from
'./js/GuidedDraggingTool'
;
import
TopRotatingTool
from
'./js/RotatingTool'
;
import
TopRotatingTool
from
'./js/RotatingTool'
;
import
BarLink
from
'./js/BarLink'
;
import
BarLink
from
'./js/BarLink'
;
...
...
packages/extend-components/EC_ConfigurationView/src/js/BarLink.js
View file @
f1a90647
/*
* @Author: ljiwen
* @Date: 2023-09-21 19:07:23
* @Description:
* @FilePath: \wisdom-components\packages\extend-components\EC_ConfigurationView\src\js\BarLink.js
*/
/* eslint-disable */
/* eslint-disable */
import
*
as
go
from
'
./go
'
;
import
*
as
go
from
'
@wisdom-components/gojs
'
;
export
default
class
BarLink
extends
go
.
Link
{
export
default
class
BarLink
extends
go
.
Link
{
constructor
()
{
constructor
()
{
...
...
packages/extend-components/EC_ConfigurationView/src/js/DrawCommandHand.js
View file @
f1a90647
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
* Extensions can be found in the GoJS kit under the extensions or extensionsTS folders.
* Extensions can be found in the GoJS kit under the extensions or extensionsTS folders.
* See the Extensions intro page (https://gojs.net/latest/intro/extensions.html) for more information.
* See the Extensions intro page (https://gojs.net/latest/intro/extensions.html) for more information.
*/
*/
import
*
as
go
from
'
./go
'
;
import
*
as
go
from
'
@wisdom-components/gojs
'
;
/**
/**
* This CommandHandler class allows the user to position selected Parts in a diagram relative to the
* This CommandHandler class allows the user to position selected Parts in a diagram relative to the
* first part selected, in addition to overriding the doKeyDown method of the CommandHandler for
* first part selected, in addition to overriding the doKeyDown method of the CommandHandler for
...
...
packages/extend-components/EC_ConfigurationView/src/js/GuidedDraggingTool.js
View file @
f1a90647
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
* Extensions can be found in the GoJS kit under the extensions or extensionsTS folders.
* Extensions can be found in the GoJS kit under the extensions or extensionsTS folders.
* See the Extensions intro page (https://gojs.net/latest/intro/extensions.html) for more information.
* See the Extensions intro page (https://gojs.net/latest/intro/extensions.html) for more information.
*/
*/
import
*
as
go
from
'
./go.
js'
;
import
*
as
go
from
'
@wisdom-components/go
js'
;
/**
/**
* The GuidedDraggingTool class makes guidelines visible as the parts are dragged around a diagram
* The GuidedDraggingTool class makes guidelines visible as the parts are dragged around a diagram
* when the selected part is nearly aligned with another part.
* when the selected part is nearly aligned with another part.
...
...
packages/extend-components/EC_ConfigurationView/src/js/go.js
deleted
100644 → 0
View file @
89ea0dc5
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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