UNPKG

@maxgraph/core

Version:

maxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.

37 lines (33 loc) 2.35 kB
"use strict"; /* Copyright 2021-present The maxGraph project Contributors Copyright (c) 2006-2015, JGraph Ltd Copyright (c) 2006-2015, Gaudenz Alder Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.TopToBottom = exports.SideToSide = exports.SegmentConnector = exports.OrthConnector = exports.ManhattanConnector = exports.Loop = exports.EntityRelation = exports.ElbowConnector = void 0; var Elbow_js_1 = require("./Elbow.js"); Object.defineProperty(exports, "ElbowConnector", { enumerable: true, get: function () { return Elbow_js_1.ElbowConnector; } }); var EntityRelation_js_1 = require("./EntityRelation.js"); Object.defineProperty(exports, "EntityRelation", { enumerable: true, get: function () { return EntityRelation_js_1.EntityRelation; } }); var Loop_js_1 = require("./Loop.js"); Object.defineProperty(exports, "Loop", { enumerable: true, get: function () { return Loop_js_1.Loop; } }); var Manhattan_js_1 = require("./Manhattan.js"); Object.defineProperty(exports, "ManhattanConnector", { enumerable: true, get: function () { return Manhattan_js_1.ManhattanConnector; } }); var Orthogonal_js_1 = require("./Orthogonal.js"); Object.defineProperty(exports, "OrthConnector", { enumerable: true, get: function () { return Orthogonal_js_1.OrthogonalConnector; } }); var Segment_js_1 = require("./Segment.js"); Object.defineProperty(exports, "SegmentConnector", { enumerable: true, get: function () { return Segment_js_1.SegmentConnector; } }); var SideToSide_js_1 = require("./SideToSide.js"); Object.defineProperty(exports, "SideToSide", { enumerable: true, get: function () { return SideToSide_js_1.SideToSide; } }); var TopToBottom_js_1 = require("./TopToBottom.js"); Object.defineProperty(exports, "TopToBottom", { enumerable: true, get: function () { return TopToBottom_js_1.TopToBottom; } });