jsdoc+typescript type bugfixes
parent
090ac052c7
commit
685fe13682
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxEvent from '../util/event/mxEvent';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxResources from '../util/mxResources';
|
||||
import mxUtils from '../util/mxUtils';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxClient from '../mxClient';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxConstants from '../util/mxConstants';
|
||||
import mxEvent from '../util/event/mxEvent';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxEventSource from '../util/event/mxEventSource';
|
||||
import mxConstants from '../util/mxConstants';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxCellMarker from './mxCellMarker';
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxImage from '../util/image/mxImage';
|
||||
import mxClient from '../mxClient';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxCellMarker from './mxCellMarker';
|
||||
import mxPoint from '../util/datatypes/mxPoint';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxPoint from '../util/datatypes/mxPoint';
|
||||
import mxConstants from '../util/mxConstants';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxEdgeHandler from './mxEdgeHandler';
|
||||
import mxConstants from '../util/mxConstants';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxClient from '../mxClient';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxUtils from '../util/mxUtils';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxEvent from '../util/event/mxEvent';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxEventSource from '../util/event/mxEventSource';
|
||||
import mxUtils from '../util/mxUtils';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxPopupMenu from '../util/gui/mxPopupMenu';
|
||||
import mxEvent from '../util/event/mxEvent';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxEventSource from '../util/event/mxEventSource';
|
||||
import mxDictionary from '../util/datatypes/mxDictionary';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxEvent from '../util/event/mxEvent';
|
||||
import mxUtils from '../util/mxUtils';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxRectangle from '../util/datatypes/mxRectangle';
|
||||
import mxConstants from '../util/mxConstants';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
class mxGraphAbstractHierarchyCell {
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxGraphAbstractHierarchyCell from './mxGraphAbstractHierarchyCell';
|
||||
import mxObjectIdentity from '../../../util/datatypes/mxObjectIdentity';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxDictionary from '../../../util/datatypes/mxDictionary';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxGraphAbstractHierarchyCell from './mxGraphAbstractHierarchyCell';
|
||||
import mxObjectIdentity from '../../../util/datatypes/mxObjectIdentity';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2018, JGraph Ltd
|
||||
* Copyright (c) 2006-2018, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxUtils from '../../../util/mxUtils';
|
||||
import mxGraphHierarchyNode from './mxGraphHierarchyNode';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2018, JGraph Ltd
|
||||
* Copyright (c) 2006-2018, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxGraphLayout from '../mxGraphLayout';
|
||||
import mxConstants from '../../util/mxConstants';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxGraphLayout from '../mxGraphLayout';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2018, JGraph Ltd
|
||||
* Copyright (c) 2006-2018, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxHierarchicalLayoutStage from './mxHierarchicalLayoutStage';
|
||||
import mxConstants from '../../../util/mxConstants';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxHierarchicalLayoutStage from './mxHierarchicalLayoutStage';
|
||||
import MedianCellSorter from './MedianCellSorter';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxHierarchicalLayoutStage from './mxHierarchicalLayoutStage';
|
||||
import mxUtils from '../../../util/mxUtils';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxHierarchicalLayoutStage from './mxHierarchicalLayoutStage';
|
||||
import mxUtils from '../../../util/mxUtils';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxGraphLayout from './mxGraphLayout';
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2018, JGraph Ltd
|
||||
* Copyright (c) 2006-2018, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxDictionary from '../util/datatypes/mxDictionary';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxGraphLayout from './mxGraphLayout';
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxPoint from '../util/datatypes/mxPoint';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxObjectIdentity from '../util/datatypes/mxObjectIdentity';
|
||||
import mxGraphLayout from './mxGraphLayout';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2018, JGraph Ltd
|
||||
* Copyright (c) 2006-2018, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxDictionary from '../util/datatypes/mxDictionary';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxPoint from '../util/datatypes/mxPoint';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxRectangle from '../util/datatypes/mxRectangle';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxCompactTreeLayout from './mxCompactTreeLayout';
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxGraphLayout from './mxGraphLayout';
|
||||
import mxRectangle from '../util/datatypes/mxRectangle';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxCell from '../view/cell/mxCell';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxChildChange from '../atomic_changes/mxChildChange';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxUtils from '../util/mxUtils';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxObjectCodec from './mxObjectCodec';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxObjectCodec from './mxObjectCodec';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxDefaultPopupMenu from '../editor/mxDefaultPopupMenu';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxObjectCodec from './mxObjectCodec';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxEditor from '../editor/mxEditor';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxObjectCodec from './mxObjectCodec';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxGraph from '../view/graph/mxGraph';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxGraphView from '../view/graph/mxGraphView';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxGraphModel from '../view/graph/mxGraphModel';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxObjectIdentity from '../util/datatypes/mxObjectIdentity';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxRootChange from '../atomic_changes/mxRootChange';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxStylesheet from '../util/datatypes/style/mxStylesheet';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxObjectCodec from './mxObjectCodec';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxShape from '../mxShape';
|
||||
import mxConstants from '../../util/mxConstants';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxShape from '../mxShape';
|
||||
import mxConstants from '../../util/mxConstants';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxConstants from '../../util/mxConstants';
|
||||
import mxPolyline from './mxPolyline';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxShape from '../mxShape';
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxConstants from '../../util/mxConstants';
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxShape from '../mxShape';
|
||||
import mxConstants from '../../util/mxConstants';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxRectangle from 'mxgraph/util/datatypes/mxRectangle';
|
||||
import mxShape from './mxShape';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxRectangle from '../util/datatypes/mxRectangle';
|
||||
import mxConstants from '../util/mxConstants';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxRectangle from '../util/datatypes/mxRectangle';
|
||||
import mxUtils from '../util/mxUtils';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxShape from './mxShape';
|
||||
import mxRectangle from '../util/datatypes/mxRectangle';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxClient from '../mxClient';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxPoint from '../util/datatypes/mxPoint';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxActor from '../mxActor';
|
||||
import mxAbstractCanvas2D from '../../util/canvas/mxAbstractCanvas2D';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxShape from '../mxShape';
|
||||
import mxConstants from '../../util/mxConstants';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxRectangle from '../../util/datatypes/mxRectangle';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxShape from '../mxShape';
|
||||
import mxAbstractCanvas2D from '../../util/canvas/mxAbstractCanvas2D';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxActor from '../mxActor';
|
||||
import mxPoint from '../../util/datatypes/mxPoint';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxUtils from '../../util/mxUtils';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxConstants from '../../util/mxConstants';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxShape from '../mxShape';
|
||||
import mxPoint from '../../util/datatypes/mxPoint';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxConnectionConstraint from '../../view/connection/mxConnectionConstraint';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*
|
||||
* Code to add stencils.
|
||||
*
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxEventSource from '../event/mxEventSource';
|
||||
import mxEventObject from '../event/mxEventObject';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxUtils from '../mxUtils';
|
||||
import mxGeometryChange from '../../atomic_changes/mxGeometryChange';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxPoint from '../datatypes/mxPoint';
|
||||
import mxCellStatePreview from '../../view/cell/mxCellStatePreview';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxUtils from '../mxUtils';
|
||||
import mxConstants from '../mxConstants';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxUtils from '../mxUtils';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxAbstractCanvas2D from './mxAbstractCanvas2D';
|
||||
import mxConstants from '../mxConstants';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxPoint from './mxPoint';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxObjectIdentity from './mxObjectIdentity';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxPoint from './mxPoint';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxUtils from '../mxUtils';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxUtils from '../mxUtils';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxPoint from './mxPoint';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxUtils from '../../mxUtils';
|
||||
|
@ -847,9 +848,9 @@ class mxEdgeStyle {
|
|||
}
|
||||
}
|
||||
|
||||
static orthBuffer = 10
|
||||
static orthBuffer = 10;
|
||||
|
||||
static orthPointsFallback = true
|
||||
static orthPointsFallback = true;
|
||||
|
||||
static dirVectors = [
|
||||
[-1, 0],
|
||||
|
@ -859,7 +860,7 @@ class mxEdgeStyle {
|
|||
[-1, 0],
|
||||
[0, -1],
|
||||
[1, 0],
|
||||
]
|
||||
];
|
||||
|
||||
static wayPoints1 = [
|
||||
[0, 0],
|
||||
|
@ -874,7 +875,7 @@ class mxEdgeStyle {
|
|||
[0, 0],
|
||||
[0, 0],
|
||||
[0, 0],
|
||||
]
|
||||
];
|
||||
|
||||
static routePatterns = [
|
||||
[
|
||||
|
@ -901,49 +902,50 @@ class mxEdgeStyle {
|
|||
[1057, 513, 1090, 514, 2184, 2562, 2564],
|
||||
[1057, 2561, 1090, 514, 2568, 2308],
|
||||
],
|
||||
]
|
||||
];
|
||||
|
||||
static inlineRoutePatterns = [
|
||||
[null, [2114, 2568], null, null],
|
||||
[null, [514, 2081, 2114, 2568], null, null],
|
||||
[null, [2114, 2561], null, null],
|
||||
[[2081, 2562], [1057, 2114, 2568], [2184, 2562], null],
|
||||
]
|
||||
static vertexSeperations = []
|
||||
];
|
||||
|
||||
static vertexSeperations = [];
|
||||
|
||||
static limits = [
|
||||
[0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
[0, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
]
|
||||
];
|
||||
|
||||
static LEFT_MASK = 32
|
||||
static LEFT_MASK = 32;
|
||||
|
||||
static TOP_MASK = 64
|
||||
static TOP_MASK = 64;
|
||||
|
||||
static RIGHT_MASK = 128
|
||||
static RIGHT_MASK = 128;
|
||||
|
||||
static BOTTOM_MASK = 256
|
||||
static BOTTOM_MASK = 256;
|
||||
|
||||
static LEFT = 1
|
||||
static LEFT = 1;
|
||||
|
||||
static TOP = 2
|
||||
static TOP = 2;
|
||||
|
||||
static RIGHT = 4
|
||||
static RIGHT = 4;
|
||||
|
||||
static BOTTOM = 8
|
||||
static BOTTOM = 8;
|
||||
|
||||
// TODO remove magic numbers
|
||||
static SIDE_MASK = 480
|
||||
static SIDE_MASK = 480;
|
||||
// mxEdgeStyle.LEFT_MASK | mxEdgeStyle.TOP_MASK | mxEdgeStyle.RIGHT_MASK
|
||||
// | mxEdgeStyle.BOTTOM_MASK,
|
||||
|
||||
static CENTER_MASK = 512
|
||||
static CENTER_MASK = 512;
|
||||
|
||||
static SOURCE_MASK = 1024
|
||||
static SOURCE_MASK = 1024;
|
||||
|
||||
static TARGET_MASK = 2048
|
||||
static TARGET_MASK = 2048;
|
||||
|
||||
static VERTEX_MASK = 3072
|
||||
static VERTEX_MASK = 3072;
|
||||
// mxEdgeStyle.SOURCE_MASK | mxEdgeStyle.TARGET_MASK,
|
||||
|
||||
static getJettySize(state, isSource) {
|
||||
|
@ -1064,7 +1066,13 @@ class mxEdgeStyle {
|
|||
* edge.
|
||||
*
|
||||
*/
|
||||
static OrthConnector(state, sourceScaled, targetScaled, controlHints, result) {
|
||||
static OrthConnector(
|
||||
state,
|
||||
sourceScaled,
|
||||
targetScaled,
|
||||
controlHints,
|
||||
result
|
||||
) {
|
||||
const { graph } = state.view;
|
||||
const sourceEdge =
|
||||
source == null ? false : graph.getModel().isEdge(source.cell);
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxUtils from '../../mxUtils';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxConstants from '../../mxConstants';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxConstants from '../../mxConstants';
|
||||
import mxPerimeter from './mxPerimeter';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxRectangle from '../datatypes/mxRectangle';
|
||||
import mxCellHighlight from '../../handler/mxCellHighlight';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
import mxMouseEvent from './mxMouseEvent';
|
||||
import mxClient from '../../mxClient';
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
* Copyright (c) 2006-2015, JGraph Ltd
|
||||
* Copyright (c) 2006-2015, Gaudenz Alder
|
||||
* Updated to ES9 syntax by David Morrissey 2021
|
||||
* Type definitions from the typed-mxgraph project
|
||||
*/
|
||||
|
||||
import mxEventObject from './mxEventObject';
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue