Commit f1a90647 authored by 李纪文's avatar 李纪文

feat: 组态gojs版本修改

parent 89ea0dc5
......@@ -7,7 +7,7 @@ import LoadBox from '@wisdom-components/loadbox';
import { message, Modal, ConfigProvider } from 'antd';
import PropTypes from 'prop-types';
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 TopRotatingTool from './js/RotatingTool';
import BarLink from './js/BarLink';
......
......@@ -21,7 +21,7 @@ import MqttView from '@wisdom-components/mqttview';
import PropTypes from 'prop-types';
import HistoryView from '@wisdom-components/ec_historyview';
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 TopRotatingTool from './js/RotatingTool';
import BarLink from './js/BarLink';
......
......@@ -21,7 +21,7 @@ import MqttView from '@wisdom-components/mqttview';
import PropTypes from 'prop-types';
import HistoryView from '@wisdom-components/ec_historyview';
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 TopRotatingTool from './js/RotatingTool';
import BarLink from './js/BarLink';
......
/*
* @Author: ljiwen
* @Date: 2023-09-21 19:07:23
* @Description:
* @FilePath: \wisdom-components\packages\extend-components\EC_ConfigurationView\src\js\BarLink.js
*/
/* eslint-disable */
import * as go from './go';
import * as go from '@wisdom-components/gojs';
export default class BarLink extends go.Link {
constructor() {
......
......@@ -9,7 +9,7 @@
* 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.
*/
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
* first part selected, in addition to overriding the doKeyDown method of the CommandHandler for
......
......@@ -8,7 +8,7 @@
* 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.
*/
import * as go from './go.js';
import * as go from '@wisdom-components/gojs';
/**
* The GuidedDraggingTool class makes guidelines visible as the parts are dragged around a diagram
* when the selected part is nearly aligned with another part.
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment