You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
11 MiB
JavaScript
25 lines
11 MiB
JavaScript
|
9 months ago
|
"use strict";
|
||
|
|
/*
|
||
|
|
* ATTENTION: An "eval-source-map" devtool has been used.
|
||
|
|
* This devtool is neither made for production nor for readable output files.
|
||
|
|
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
|
||
|
|
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
|
||
|
|
* or disable the default devtool with "devtool: false".
|
||
|
|
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
|
||
|
|
*/
|
||
|
|
exports.id = "vendor-chunks/elkjs";
|
||
|
|
exports.ids = ["vendor-chunks/elkjs"];
|
||
|
|
exports.modules = {
|
||
|
|
|
||
|
|
/***/ "(ssr)/./node_modules/elkjs/lib/elk.bundled.js":
|
||
|
|
/*!***********************************************!*\
|
||
|
|
!*** ./node_modules/elkjs/lib/elk.bundled.js ***!
|
||
|
|
\***********************************************/
|
||
|
|
/***/ ((module) => {
|
||
|
|
|
||
|
|
eval("\n(function(f) {\n if (true) {\n module.exports = f();\n } else { var g; }\n})(function() {\n var define1, module1, exports1;\n return (function() {\n function r(e, n, t) {\n function o(i, f) {\n if (!n[i]) {\n if (!e[i]) {\n var c = undefined;\n if (!f && c) return require(i, !0);\n if (u) return u(i, !0);\n var a = new Error(\"Cannot find module '\" + i + \"'\");\n throw a.code = \"MODULE_NOT_FOUND\", a;\n }\n var p = n[i] = {\n exports: {}\n };\n e[i][0].call(p.exports, function(r) {\n var n = e[i][1][r];\n return o(n || r);\n }, p, p.exports, r, e, n, t);\n }\n return n[i].exports;\n }\n for(var u = undefined, i = 0; i < t.length; i++)o(t[i]);\n return o;\n }\n return r;\n })()({\n 1: [\n function(require1, module1, exports1) {\n \"use strict\";\n Object.defineProperty(exports1, \"__esModule\", {\n value: true\n });\n var _createClass = function() {\n function defineProperties(target, props) {\n for(var i = 0; i < props.length; i++){\n var descriptor = props[i];\n descriptor.enumerable = descriptor.enumerable || false;\n descriptor.configurable = true;\n if (\"value\" in descriptor) descriptor.writable = true;\n Object.defineProperty(target, descriptor.key, descriptor);\n }\n }\n return function(Constructor, protoProps, staticProps) {\n if (protoProps) defineProperties(Constructor.prototype, protoProps);\n if (staticProps) defineProperties(Constructor, staticProps);\n return Constructor;\n };\n }();\n function _classCallCheck(instance, Constructor) {\n if (!(instance instanceof Constructor)) {\n throw new TypeError(\"Cannot call a class as a function\");\n }\n }\n /*******************************************************************************\n * Copyright (c) 2017 Kiel University and others.\n * \n * This program and the accompanying materials are made \n * available under the terms of the Eclipse Public License 2.0 \n * which is available at https://www.eclipse.org/legal/epl-2.0/ \n * \n * SPDX-License-Identifier: EPL-2.0\n *******************************************************************************/ var ELK = function() {\n function ELK() {\n var _this = this;\n var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, _ref$defaultLayoutOpt = _ref.defaultLayoutOptions, defaultLayoutOptions = _ref$defaultLayoutOpt === undefined ? {} : _ref$defaultLayoutOpt, _ref$algorithms = _ref.algorithms, algorithms = _ref$algorithms === undefined ? [\n \"layered\",\n \"stress\",\n \"mrtree\",\n \"radial\",\n \"force\",\n \"disco\",\n \"sporeOverlap\",\n \"sporeCompaction\",\n \"rectpacking\"\n ] : _ref$algorithms, workerFactory = _ref.workerFactory, workerUrl = _ref.workerUrl;\n _classCallCheck(this, ELK);\n this.defaultLayoutOptions = defaultLayoutOptions;\n
|
||
|
|
|
||
|
|
/***/ })
|
||
|
|
|
||
|
|
};
|
||
|
|
;
|