diff --git a/.gitignore b/.gitignore index 23d4f8c1..1458d3ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,11 @@ +.ipynb_checkpoints *.bundle.* -lib/ -node_modules/ *.egg-info/ -.ipynb_checkpoints -tsconfig.tsbuildinfo +*.log +*.sqlite *.tgz +envs/ +lib/ +node_modules/ +untitled* +Untitled* diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..18e72c67 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src/drawio"] + path = drawio + url = https://github.com/jgraph/drawio.git diff --git a/.npmignore b/.npmignore new file mode 100644 index 00000000..e902b725 --- /dev/null +++ b/.npmignore @@ -0,0 +1 @@ +**/.ipynb_checkpoints diff --git a/binder/environment.yml b/binder/environment.yml index 80211e30..c6f7a722 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -4,5 +4,5 @@ channels: - conda-forge dependencies: - - jupyterlab >=2,<3.0.0a0 + - jupyterlab >=2.1.5,<3.0.0a0 - nodejs >=10 diff --git a/binder/postBuild b/binder/postBuild index 1c4736c8..5b565b41 100755 --- a/binder/postBuild +++ b/binder/postBuild @@ -1,7 +1,8 @@ #!/usr/bin/env bash set -eux -npm install -npm run build +jlpm +jlpm clean +jlpm build npm pack jupyter labextension install ./jupyterlab-drawio-*.tgz --no-build --debug jupyter lab build --dev-build=False --minimize=True --debug diff --git a/drawio b/drawio new file mode 160000 index 00000000..df507f07 --- /dev/null +++ b/drawio @@ -0,0 +1 @@ +Subproject commit df507f07867f7c4b102db24f9b38f6aab2e92fb9 diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 7208c526..00000000 --- a/package-lock.json +++ /dev/null @@ -1,1344 +0,0 @@ -{ - "name": "jupyterlab-drawio", - "version": "0.7.0", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "@babel/runtime": { - "version": "7.8.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.8.7.tgz", - "integrity": "sha512-+AATMUFppJDw6aiR5NVPHqIQBlV/Pj8wY/EZH+lmvRdUo9xBaz/rF3alAwFJQavvKfeOlPE7oaaDHVbcySbCsg==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, - "@blueprintjs/core": { - "version": "3.24.0", - "resolved": "https://registry.npmjs.org/@blueprintjs/core/-/core-3.24.0.tgz", - "integrity": "sha512-qW29DDPjzYsT27J6n97C0jZ1ifvEEziwNC98UhaKdSE7I8qxbLsb+ft2JOop+pEX4ab67T1lhQKAiQjWCPKZng==", - "requires": { - "@blueprintjs/icons": "^3.14.0", - "@types/dom4": "^2.0.1", - "classnames": "^2.2", - "dom4": "^2.1.5", - "normalize.css": "^8.0.1", - "popper.js": "^1.15.0", - "react-lifecycles-compat": "^3.0.4", - "react-popper": "^1.3.7", - "react-transition-group": "^2.9.0", - "resize-observer-polyfill": "^1.5.1", - "tslib": "~1.10.0" - } - }, - "@blueprintjs/icons": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/@blueprintjs/icons/-/icons-3.14.0.tgz", - "integrity": "sha512-cvQ3CSdy0DqVqcXcPqSxoycJw497TVP5goyE6xCFlVs84477ahxh7Uung6J+CCoDVBuI87h576LtuyjwSxorvQ==", - "requires": { - "classnames": "^2.2", - "tslib": "~1.10.0" - } - }, - "@blueprintjs/select": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/@blueprintjs/select/-/select-3.12.0.tgz", - "integrity": "sha512-rABlv5M+h7onuoUuNsratyiukPnkdblDm7lt7GT4fbRmJglSsKylNnfHogNDZkMMHqmgmVB05mgzBQ+kcLA1cw==", - "requires": { - "@blueprintjs/core": "^3.24.0", - "classnames": "^2.2", - "tslib": "~1.10.0" - } - }, - "@fortawesome/fontawesome-free": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.12.1.tgz", - "integrity": "sha512-ZtjIIFplxncqxvogq148C3hBLQE+W3iJ8E4UvJ09zIJUgzwLcROsWwFDErVSXY2Plzao5J9KUYNHKHMEUYDMKw==" - }, - "@jupyterlab/application": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@jupyterlab/application/-/application-2.0.2.tgz", - "integrity": "sha512-/4KG2jBaUx5s+uuEKpTjJC3kOEQWKmpDNorOLP8PPsdWMl1VlrYJJmnpvIUOLLnJZAycnK7O4z7jBDp6wv4S2Q==", - "requires": { - "@fortawesome/fontawesome-free": "^5.12.0", - "@jupyterlab/apputils": "^2.0.2", - "@jupyterlab/coreutils": "^4.0.2", - "@jupyterlab/docregistry": "^2.0.2", - "@jupyterlab/rendermime": "^2.0.2", - "@jupyterlab/rendermime-interfaces": "^2.0.1", - "@jupyterlab/services": "^5.0.2", - "@jupyterlab/statedb": "^2.0.1", - "@jupyterlab/ui-components": "^2.0.2", - "@lumino/algorithm": "^1.2.3", - "@lumino/application": "^1.8.4", - "@lumino/commands": "^1.10.1", - "@lumino/coreutils": "^1.4.2", - "@lumino/disposable": "^1.3.5", - "@lumino/messaging": "^1.3.3", - "@lumino/polling": "^1.0.4", - "@lumino/properties": "^1.1.6", - "@lumino/signaling": "^1.3.5", - "@lumino/widgets": "^1.11.1" - } - }, - "@jupyterlab/apputils": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@jupyterlab/apputils/-/apputils-2.0.2.tgz", - "integrity": "sha512-mJO/h3x+jtKXPJegdOB5LkvOWLjACKElWCWZXGtizHASYXKrCCAYQ3VDkmrdx2zibu+gDqlMFtbPJxMvYt65Vw==", - "requires": { - "@jupyterlab/coreutils": "^4.0.2", - "@jupyterlab/services": "^5.0.2", - "@jupyterlab/settingregistry": "^2.0.1", - "@jupyterlab/statedb": "^2.0.1", - "@jupyterlab/ui-components": "^2.0.2", - "@lumino/algorithm": "^1.2.3", - "@lumino/commands": "^1.10.1", - "@lumino/coreutils": "^1.4.2", - "@lumino/disposable": "^1.3.5", - "@lumino/domutils": "^1.1.7", - "@lumino/messaging": "^1.3.3", - "@lumino/properties": "^1.1.6", - "@lumino/signaling": "^1.3.5", - "@lumino/virtualdom": "^1.6.1", - "@lumino/widgets": "^1.11.1", - "@types/react": "~16.9.16", - "react": "~16.9.0", - "react-dom": "~16.9.0", - "sanitize-html": "~1.20.1" - } - }, - "@jupyterlab/codeeditor": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@jupyterlab/codeeditor/-/codeeditor-2.0.2.tgz", - "integrity": "sha512-l1SrLJN3QNXQB1WH0YrMjKsM3ZOPAYI05r7hBS0U1Kq5vpb73LQ+8w08s15y/yPcuCgibVhonIEQCyiu1wUA3w==", - "requires": { - "@jupyterlab/coreutils": "^4.0.2", - "@jupyterlab/nbformat": "^2.0.1", - "@jupyterlab/observables": "^3.0.1", - "@jupyterlab/ui-components": "^2.0.2", - "@lumino/coreutils": "^1.4.2", - "@lumino/disposable": "^1.3.5", - "@lumino/dragdrop": "^1.5.1", - "@lumino/messaging": "^1.3.3", - "@lumino/signaling": "^1.3.5", - "@lumino/widgets": "^1.11.1" - } - }, - "@jupyterlab/codemirror": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@jupyterlab/codemirror/-/codemirror-2.0.2.tgz", - "integrity": "sha512-IQm/yiPHJtQgJlQt/qqX0/pChGsQn/2JIe38q6R2Hi6V4DbI8WpyVOBhhKIoUqWwGNLsZgoCna2dnB+R7j0Emw==", - "requires": { - "@jupyterlab/apputils": "^2.0.2", - "@jupyterlab/codeeditor": "^2.0.2", - "@jupyterlab/coreutils": "^4.0.2", - "@jupyterlab/nbformat": "^2.0.1", - "@jupyterlab/observables": "^3.0.1", - "@jupyterlab/statusbar": "^2.0.2", - "@lumino/algorithm": "^1.2.3", - "@lumino/commands": "^1.10.1", - "@lumino/coreutils": "^1.4.2", - "@lumino/disposable": "^1.3.5", - "@lumino/polling": "^1.0.4", - "@lumino/signaling": "^1.3.5", - "@lumino/widgets": "^1.11.1", - "codemirror": "~5.49.2", - "react": "~16.9.0" - } - }, - "@jupyterlab/coreutils": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@jupyterlab/coreutils/-/coreutils-4.0.2.tgz", - "integrity": "sha512-v4RXIAeykoPjIymdCxUxPLl8lkn18jroGnDflZjvdMk21TZQQJSIrJ5bjrGByh9scco8yNg46z8m1LPguF3z8A==", - "requires": { - "@lumino/coreutils": "^1.4.2", - "@lumino/disposable": "^1.3.5", - "@lumino/signaling": "^1.3.5", - "minimist": "~1.2.0", - "moment": "^2.24.0", - "path-posix": "~1.0.0", - "url-parse": "~1.4.7" - } - }, - "@jupyterlab/docmanager": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@jupyterlab/docmanager/-/docmanager-2.0.2.tgz", - "integrity": "sha512-59/Oa/akU2pzKF96OFOV+vz8s9xpEVowe6NIhJooOxU6AZdDsN3o2sMCVkoCsnlnwPQ8N6siGKbBP9QlPk0taQ==", - "requires": { - "@jupyterlab/apputils": "^2.0.2", - "@jupyterlab/coreutils": "^4.0.2", - "@jupyterlab/docregistry": "^2.0.2", - "@jupyterlab/services": "^5.0.2", - "@jupyterlab/statusbar": "^2.0.2", - "@lumino/algorithm": "^1.2.3", - "@lumino/coreutils": "^1.4.2", - "@lumino/disposable": "^1.3.5", - "@lumino/messaging": "^1.3.3", - "@lumino/properties": "^1.1.6", - "@lumino/signaling": "^1.3.5", - "@lumino/widgets": "^1.11.1", - "react": "~16.9.0" - } - }, - "@jupyterlab/docregistry": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@jupyterlab/docregistry/-/docregistry-2.0.2.tgz", - "integrity": "sha512-kGk1AIzcXkpaNI1pwFbyLYiQuSdJUQ/j2A+G8WYhcY64Zwp1tayr0VvaRuEzwcDHueiBYesaarCxY7VNP+Cf3g==", - "requires": { - "@jupyterlab/apputils": "^2.0.2", - "@jupyterlab/codeeditor": "^2.0.2", - "@jupyterlab/codemirror": "^2.0.2", - "@jupyterlab/coreutils": "^4.0.2", - "@jupyterlab/observables": "^3.0.1", - "@jupyterlab/rendermime": "^2.0.2", - "@jupyterlab/rendermime-interfaces": "^2.0.1", - "@jupyterlab/services": "^5.0.2", - "@jupyterlab/ui-components": "^2.0.2", - "@lumino/algorithm": "^1.2.3", - "@lumino/coreutils": "^1.4.2", - "@lumino/disposable": "^1.3.5", - "@lumino/messaging": "^1.3.3", - "@lumino/signaling": "^1.3.5", - "@lumino/widgets": "^1.11.1" - } - }, - "@jupyterlab/filebrowser": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@jupyterlab/filebrowser/-/filebrowser-2.0.2.tgz", - "integrity": "sha512-jztQ3NVfkjd4LqtQYxsfVmGf5D5pCk4F9/ktH2PESA3V02uQMkuRZ24u0cikdzz05cEp05Oe94/9gba9SPCE0A==", - "requires": { - "@jupyterlab/apputils": "^2.0.2", - "@jupyterlab/coreutils": "^4.0.2", - "@jupyterlab/docmanager": "^2.0.2", - "@jupyterlab/docregistry": "^2.0.2", - "@jupyterlab/services": "^5.0.2", - "@jupyterlab/statedb": "^2.0.1", - "@jupyterlab/statusbar": "^2.0.2", - "@jupyterlab/ui-components": "^2.0.2", - "@lumino/algorithm": "^1.2.3", - "@lumino/coreutils": "^1.4.2", - "@lumino/disposable": "^1.3.5", - "@lumino/domutils": "^1.1.7", - "@lumino/dragdrop": "^1.5.1", - "@lumino/messaging": "^1.3.3", - "@lumino/polling": "^1.0.4", - "@lumino/signaling": "^1.3.5", - "@lumino/widgets": "^1.11.1", - "react": "~16.9.0" - } - }, - "@jupyterlab/launcher": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@jupyterlab/launcher/-/launcher-2.0.2.tgz", - "integrity": "sha512-3vFRUCvHJkpBSp3/6e2sDwAdOLW8h957wnw6pAvysiwvgBNB66QZ4P72/HhN5QuhDDz6VQn//M5HztKz0NRF4A==", - "requires": { - "@jupyterlab/apputils": "^2.0.2", - "@jupyterlab/ui-components": "^2.0.2", - "@lumino/algorithm": "^1.2.3", - "@lumino/commands": "^1.10.1", - "@lumino/coreutils": "^1.4.2", - "@lumino/disposable": "^1.3.5", - "@lumino/properties": "^1.1.6", - "@lumino/widgets": "^1.11.1", - "react": "~16.9.0" - } - }, - "@jupyterlab/mainmenu": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@jupyterlab/mainmenu/-/mainmenu-2.0.2.tgz", - "integrity": "sha512-jeDx1uYE4QpAVWy3XdJIQ73+J1Mb5YXRrQkTG4S0SsT248Kkl7uz0i2j+EE7RNJlGvJlD1t+SjSuOtegZvRpnA==", - "requires": { - "@jupyterlab/apputils": "^2.0.2", - "@jupyterlab/services": "^5.0.2", - "@jupyterlab/ui-components": "^2.0.2", - "@lumino/algorithm": "^1.2.3", - "@lumino/commands": "^1.10.1", - "@lumino/coreutils": "^1.4.2", - "@lumino/disposable": "^1.3.5", - "@lumino/widgets": "^1.11.1" - } - }, - "@jupyterlab/nbformat": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@jupyterlab/nbformat/-/nbformat-2.0.1.tgz", - "integrity": "sha512-rlf4A3PKxqDV98IeXf/VtdhqcbnKvBRGL+VNxhMOZe3e+DmjIBilRE+VpHmXovwEanOAkNl0fD5Xk3HAkqxxGQ==", - "requires": { - "@lumino/coreutils": "^1.4.2" - } - }, - "@jupyterlab/observables": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@jupyterlab/observables/-/observables-3.0.1.tgz", - "integrity": "sha512-iD7w8JYBRT9UXVS3IvljvoDf0ZiHQEu1Pm+784UTa27Az0i6idyV1iWZ+xIHtV+s7ampVjMGiBbqXD6m4HRNpg==", - "requires": { - "@lumino/algorithm": "^1.2.3", - "@lumino/coreutils": "^1.4.2", - "@lumino/disposable": "^1.3.5", - "@lumino/messaging": "^1.3.3", - "@lumino/signaling": "^1.3.5" - } - }, - "@jupyterlab/rendermime": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@jupyterlab/rendermime/-/rendermime-2.0.2.tgz", - "integrity": "sha512-JUGUteRLrwEHX5kPU1rLAIzChEwEQyxDbSCes63fgO5Hn+JXNKKQexWXeHZOm5l1JBGNiokQCz8Jy6fQHmEMYQ==", - "requires": { - "@jupyterlab/apputils": "^2.0.2", - "@jupyterlab/codemirror": "^2.0.2", - "@jupyterlab/coreutils": "^4.0.2", - "@jupyterlab/nbformat": "^2.0.1", - "@jupyterlab/observables": "^3.0.1", - "@jupyterlab/rendermime-interfaces": "^2.0.1", - "@jupyterlab/services": "^5.0.2", - "@lumino/algorithm": "^1.2.3", - "@lumino/coreutils": "^1.4.2", - "@lumino/messaging": "^1.3.3", - "@lumino/signaling": "^1.3.5", - "@lumino/widgets": "^1.11.1", - "lodash.escape": "^4.0.1", - "marked": "^0.8.0" - } - }, - "@jupyterlab/rendermime-interfaces": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@jupyterlab/rendermime-interfaces/-/rendermime-interfaces-2.0.1.tgz", - "integrity": "sha512-QYJcQNKNmrBXHXC31AvBRYk+QqKB0rZrvVXbhggFXBQiYQX1K/lnFvKjphmhhnpUhLKtgUrex+04cJ9Kek00HA==", - "requires": { - "@lumino/coreutils": "^1.4.2", - "@lumino/widgets": "^1.11.1" - } - }, - "@jupyterlab/services": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/@jupyterlab/services/-/services-5.0.2.tgz", - "integrity": "sha512-gBwXikSRWIrj0XiuYMSXd0TXLZJrE18rTtRwrvne0T/gJPg0+4JbORPkaKfFdbX84oQv8XLOT74xUHSPDhst0A==", - "requires": { - "@jupyterlab/coreutils": "^4.0.2", - "@jupyterlab/nbformat": "^2.0.1", - "@jupyterlab/observables": "^3.0.1", - "@jupyterlab/settingregistry": "^2.0.1", - "@jupyterlab/statedb": "^2.0.1", - "@lumino/algorithm": "^1.2.3", - "@lumino/coreutils": "^1.4.2", - "@lumino/disposable": "^1.3.5", - "@lumino/polling": "^1.0.4", - "@lumino/signaling": "^1.3.5", - "node-fetch": "^2.6.0", - "ws": "^7.2.0" - } - }, - "@jupyterlab/settingregistry": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@jupyterlab/settingregistry/-/settingregistry-2.0.1.tgz", - "integrity": "sha512-38c5CFXLLNT1zKk0vS/UoD7TA90YpOrs/I5Zc8wY8GIl31IzTmTgre5H5cFSgvgg/imEbsYVWiUXtvTuQHGDWw==", - "requires": { - "@jupyterlab/statedb": "^2.0.1", - "@lumino/commands": "^1.10.1", - "@lumino/coreutils": "^1.4.2", - "@lumino/disposable": "^1.3.5", - "@lumino/signaling": "^1.3.5", - "ajv": "^6.10.2", - "json5": "^2.1.1" - } - }, - "@jupyterlab/statedb": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@jupyterlab/statedb/-/statedb-2.0.1.tgz", - "integrity": "sha512-M8Z9yc5grOa0dspEFBkB3qetAozPKbXYryOCaB2/MYBalTaZfNivJyVVnxf3xQRKolYavOn9ohONmuQq0OMFWQ==", - "requires": { - "@lumino/commands": "^1.10.1", - "@lumino/coreutils": "^1.4.2", - "@lumino/disposable": "^1.3.5", - "@lumino/properties": "^1.1.6", - "@lumino/signaling": "^1.3.5" - } - }, - "@jupyterlab/statusbar": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@jupyterlab/statusbar/-/statusbar-2.0.2.tgz", - "integrity": "sha512-CGSaIm62ABWrQzAt6Jr79Px1iJMZw+LqlSVGMUDK7uPpeQ0w2Sk0V2B9bydSqJyDyzb/Ja495CYRqLu6rJn94A==", - "requires": { - "@jupyterlab/apputils": "^2.0.2", - "@jupyterlab/codeeditor": "^2.0.2", - "@jupyterlab/coreutils": "^4.0.2", - "@jupyterlab/services": "^5.0.2", - "@jupyterlab/ui-components": "^2.0.2", - "@lumino/algorithm": "^1.2.3", - "@lumino/coreutils": "^1.4.2", - "@lumino/disposable": "^1.3.5", - "@lumino/messaging": "^1.3.3", - "@lumino/polling": "^1.0.4", - "@lumino/signaling": "^1.3.5", - "@lumino/widgets": "^1.11.1", - "csstype": "~2.6.9", - "react": "~16.9.0", - "typestyle": "^2.0.4" - } - }, - "@jupyterlab/ui-components": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@jupyterlab/ui-components/-/ui-components-2.0.2.tgz", - "integrity": "sha512-yQ/M3ZtA/Zo8qsvvcwe17qdeTE7xZ6U5l5M/6OVvxIMKR0qXnqSpv8w7jJAgbRusr29Dj8tHbdrEMFethlfwUg==", - "requires": { - "@blueprintjs/core": "^3.22.2", - "@blueprintjs/select": "^3.11.2", - "@jupyterlab/coreutils": "^4.0.2", - "@lumino/coreutils": "^1.4.2", - "@lumino/signaling": "^1.3.5", - "@lumino/virtualdom": "^1.6.1", - "@lumino/widgets": "^1.11.1", - "react": "~16.9.0", - "react-dom": "~16.9.0", - "typestyle": "^2.0.4" - } - }, - "@lumino/algorithm": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/@lumino/algorithm/-/algorithm-1.2.3.tgz", - "integrity": "sha512-XBJ/homcm7o8Y9G6MzYvf0FF7SVqUCzvkIO01G2mZhCOnkZZhZ9c4uNOcE2VjSHNxHv2WU0l7d8rdhyKhmet+A==" - }, - "@lumino/application": { - "version": "1.8.4", - "resolved": "https://registry.npmjs.org/@lumino/application/-/application-1.8.4.tgz", - "integrity": "sha512-f+CgggJ/9jopHT6db76+BjsiPBHjv6fgReU/vKtRGg8rsDjNRDefoWd9bWGWRuPiGymBY8c/+9Kyq5v0UDs5vg==", - "requires": { - "@lumino/commands": "^1.10.1", - "@lumino/coreutils": "^1.4.2", - "@lumino/widgets": "^1.11.1" - } - }, - "@lumino/collections": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/@lumino/collections/-/collections-1.2.3.tgz", - "integrity": "sha512-lrSTb7kru/w8xww8qWqHHhHO3GkoQeXST2oNkOEbWNEO4wuBIHoKPSOmXpUwu58UykBUfd5hL5wbkeTzyNMONg==", - "requires": { - "@lumino/algorithm": "^1.2.3" - } - }, - "@lumino/commands": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/@lumino/commands/-/commands-1.10.1.tgz", - "integrity": "sha512-HGtXtqKD1WZJszJ42u2DyM3sgxrLal66IoHSJjbn2ygcEVCKDK73NSzoaQtXFtiissMedzKl8aIRXB3uyeEOlw==", - "requires": { - "@lumino/algorithm": "^1.2.3", - "@lumino/coreutils": "^1.4.2", - "@lumino/disposable": "^1.3.5", - "@lumino/domutils": "^1.1.7", - "@lumino/keyboard": "^1.1.6", - "@lumino/signaling": "^1.3.5", - "@lumino/virtualdom": "^1.6.1" - } - }, - "@lumino/coreutils": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/@lumino/coreutils/-/coreutils-1.4.2.tgz", - "integrity": "sha512-SmQ4YDANe25rZd0bLoW7LVAHmgySjkrJmyNPnPW0GrpBt2u4/6D+EQJ8PCCMNWuJvrljBCdlmgOFsT38qYhfcw==" - }, - "@lumino/disposable": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@lumino/disposable/-/disposable-1.3.5.tgz", - "integrity": "sha512-IWDAd+nysBnwLhEtW7M62PVk84OEex9OEktZsS6V+19n/o8/Rw4ccL0pt0GFby01CsVK0YcELDoDaMUZsMiAmA==", - "requires": { - "@lumino/algorithm": "^1.2.3", - "@lumino/signaling": "^1.3.5" - } - }, - "@lumino/domutils": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/@lumino/domutils/-/domutils-1.1.7.tgz", - "integrity": "sha512-NPysY8XfpCvLNvDe+z1caIUPxOLXWRPQMUAjOj/EhggRyXadan6Lm/5uO6M9S5gW/v9QUXT4+1Sxe3WXz0nRCA==" - }, - "@lumino/dragdrop": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/@lumino/dragdrop/-/dragdrop-1.5.1.tgz", - "integrity": "sha512-MFg/hy6hHdPwBZypBue5mlrBzjoNrtBQzzJW+kbM5ftAOvS99ZRgyMMlMQcbsHd+6yib9NOQ64Hd8P8uZEWTdw==", - "requires": { - "@lumino/coreutils": "^1.4.2", - "@lumino/disposable": "^1.3.5" - } - }, - "@lumino/keyboard": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/@lumino/keyboard/-/keyboard-1.1.6.tgz", - "integrity": "sha512-W6pqe0TXRfGOoz1ZK1PRmuGZUWpmdoJArrzwmduUf0t2r06yl56S7w76gxrB7ExTidNPPaOWydGIosPgdgZf5A==" - }, - "@lumino/messaging": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@lumino/messaging/-/messaging-1.3.3.tgz", - "integrity": "sha512-J+0m1aywl64I9/dr9fzE9IwC+eq90T5gUi1hCXP1MFnZh4aLUymmRV5zFw1CNh/vYlNnEu72xxEuhfCfuhiy8g==", - "requires": { - "@lumino/algorithm": "^1.2.3", - "@lumino/collections": "^1.2.3" - } - }, - "@lumino/polling": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@lumino/polling/-/polling-1.0.4.tgz", - "integrity": "sha512-9OYIDTohToj6SLrxOr+FbeyPvirBU/r53FgmPxulcDgUVnVk4tqTSLIJAUu3mjJd9hnmZZqpSn9ppyjQAo3qSg==", - "requires": { - "@lumino/coreutils": "^1.4.2", - "@lumino/disposable": "^1.3.5", - "@lumino/signaling": "^1.3.5" - } - }, - "@lumino/properties": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/@lumino/properties/-/properties-1.1.6.tgz", - "integrity": "sha512-QnZa1IB7sr4Tawf0OKvwgZAptxDRK7DUAMJ71zijXNXH4FlxyThzOWXef51HHFsISKYa8Rn3rysOwtc62XkmXw==" - }, - "@lumino/signaling": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@lumino/signaling/-/signaling-1.3.5.tgz", - "integrity": "sha512-6jniKrLrJOXKJmaJyU7hr6PBzE4GJ5Wms5hc/yzNKKDBxGSEPdtNJlW3wTNUuSTTtF/9ItN8A8ZC/G0yIu53Tw==", - "requires": { - "@lumino/algorithm": "^1.2.3" - } - }, - "@lumino/virtualdom": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@lumino/virtualdom/-/virtualdom-1.6.1.tgz", - "integrity": "sha512-+KdzSw8TCPwvK6qhZr4xTyp6HymvEb2Da0xPdi4RsVUNhYf2gBI03uidXHx76Vx5OIbEgCn1B+0srxvm2ZbWsQ==", - "requires": { - "@lumino/algorithm": "^1.2.3" - } - }, - "@lumino/widgets": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@lumino/widgets/-/widgets-1.11.1.tgz", - "integrity": "sha512-f4QDe6lVNPcjL8Vb20BiP0gzbT1rx0/1Hc719u5oW9c0Z/xrXMWwNhnb/zYM/kBBVBe3omLmCfJOiNuE0oZl0A==", - "requires": { - "@lumino/algorithm": "^1.2.3", - "@lumino/commands": "^1.10.1", - "@lumino/coreutils": "^1.4.2", - "@lumino/disposable": "^1.3.5", - "@lumino/domutils": "^1.1.7", - "@lumino/dragdrop": "^1.5.1", - "@lumino/keyboard": "^1.1.6", - "@lumino/messaging": "^1.3.3", - "@lumino/properties": "^1.1.6", - "@lumino/signaling": "^1.3.5", - "@lumino/virtualdom": "^1.6.1" - } - }, - "@types/dom4": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@types/dom4/-/dom4-2.0.1.tgz", - "integrity": "sha512-kSkVAvWmMZiCYtvqjqQEwOmvKwcH+V4uiv3qPQ8pAh1Xl39xggGEo8gHUqV4waYGHezdFw0rKBR8Jt0CrQSDZA==" - }, - "@types/prop-types": { - "version": "15.7.3", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.3.tgz", - "integrity": "sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==" - }, - "@types/react": { - "version": "16.9.23", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.23.tgz", - "integrity": "sha512-SsGVT4E7L2wLN3tPYLiF20hmZTPGuzaayVunfgXzUn1x4uHVsKH6QDJQ/TdpHqwsTLd4CwrmQ2vOgxN7gE24gw==", - "requires": { - "@types/prop-types": "*", - "csstype": "^2.2.0" - } - }, - "ajv": { - "version": "6.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.0.tgz", - "integrity": "sha512-D6gFiFA0RRLyUbvijN74DWAjXSFxWKaWP7mldxkVhyhAV3+SWA9HEJPHQ2c9soIeTFJqcSdFDGFgdqs1iUU2Hw==", - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } - }, - "array-uniq": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=" - }, - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", - "dev": true - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "classnames": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz", - "integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==" - }, - "codemirror": { - "version": "5.49.2", - "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.49.2.tgz", - "integrity": "sha512-dwJ2HRPHm8w51WB5YTF9J7m6Z5dtkqbU9ntMZ1dqXyFB9IpjoUFDj80ahRVEoVanfIp6pfASJbOlbWdEf8FOzQ==" - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", - "dev": true - }, - "create-react-context": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/create-react-context/-/create-react-context-0.3.0.tgz", - "integrity": "sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw==", - "requires": { - "gud": "^1.0.0", - "warning": "^4.0.3" - } - }, - "csstype": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.9.tgz", - "integrity": "sha512-xz39Sb4+OaTsULgUERcCk+TJj8ylkL4aSVDQiX/ksxbELSqwkgt4d4RD7fovIdgJGSuNYqwZEiVjYY5l0ask+Q==" - }, - "deep-equal": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz", - "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==", - "requires": { - "is-arguments": "^1.0.4", - "is-date-object": "^1.0.1", - "is-regex": "^1.0.4", - "object-is": "^1.0.1", - "object-keys": "^1.1.1", - "regexp.prototype.flags": "^1.2.0" - } - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", - "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", - "requires": { - "object-keys": "^1.0.12" - } - }, - "dom-helpers": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-3.4.0.tgz", - "integrity": "sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA==", - "requires": { - "@babel/runtime": "^7.1.2" - } - }, - "dom-serializer": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", - "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", - "requires": { - "domelementtype": "^2.0.1", - "entities": "^2.0.0" - }, - "dependencies": { - "domelementtype": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.0.1.tgz", - "integrity": "sha512-5HOHUDsYZWV8FGWN0Njbr/Rn7f/eWSQi1v7+HsUVwXgn8nWWlL64zKDkS0n8ZmQ3mlWOMuXOnR+7Nx/5tMO5AQ==" - }, - "entities": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.0.0.tgz", - "integrity": "sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw==" - } - } - }, - "dom4": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/dom4/-/dom4-2.1.5.tgz", - "integrity": "sha512-gJbnVGq5zaBUY0lUh0LUEVGYrtN75Ks8ZwpwOYvnVFrKy/qzXK4R/1WuLIFExWj/tBxbRAkTzZUGJHXmqsBNjQ==" - }, - "domelementtype": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", - "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==" - }, - "domhandler": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz", - "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==", - "requires": { - "domelementtype": "1" - } - }, - "domutils": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", - "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", - "requires": { - "dom-serializer": "0", - "domelementtype": "1" - } - }, - "entities": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", - "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==" - }, - "es-abstract": { - "version": "1.17.4", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.4.tgz", - "integrity": "sha512-Ae3um/gb8F0mui/jPL+QiqmglkUsaQf7FwBEHYIFkztkneosu9imhqHpBzQ3h1vit8t5iQ74t6PEVvphBZiuiQ==", - "requires": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.1.5", - "is-regex": "^1.0.5", - "object-inspect": "^1.7.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.0", - "string.prototype.trimleft": "^2.1.1", - "string.prototype.trimright": "^2.1.1" - } - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - } - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" - }, - "fast-deep-equal": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz", - "integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==" - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" - }, - "free-style": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/free-style/-/free-style-2.6.1.tgz", - "integrity": "sha512-uaVA8e57tvhrFKAl6x32SGIrGFBoeTAFtfHDzWxjPhiXQiUxOI6EEdEReRkjNO2H9XcdMJXXEnMHw8Q7iMYLbw==" - }, - "fs-extra": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dev": true, - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", - "dev": true - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, - "glob": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", - "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "graceful-fs": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz", - "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==", - "dev": true - }, - "gud": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/gud/-/gud-1.0.0.tgz", - "integrity": "sha512-zGEOVKFM5sVPPrYs7J5/hYEw2Pof8KCyOwyhG8sAF26mCAeUFAcYPu1mwB7hhpIP29zOIBaDqwuHdLp0jvZXjw==" - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" - }, - "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", - "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==" - }, - "htmlparser2": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz", - "integrity": "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==", - "requires": { - "domelementtype": "^1.3.1", - "domhandler": "^2.3.0", - "domutils": "^1.5.1", - "entities": "^1.1.1", - "inherits": "^2.0.1", - "readable-stream": "^3.1.1" - } - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "dev": true, - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "is-arguments": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.0.4.tgz", - "integrity": "sha512-xPh0Rmt8NE65sNzvyUmWgI1tz3mKq74lGA0mL8LYZcoIzKOzDh6HmrYm3d18k60nHerC8A9Km8kYu87zfSFnLA==" - }, - "is-callable": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.5.tgz", - "integrity": "sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==" - }, - "is-date-object": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", - "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==" - }, - "is-regex": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.5.tgz", - "integrity": "sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==", - "requires": { - "has": "^1.0.3" - } - }, - "is-symbol": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", - "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", - "requires": { - "has-symbols": "^1.0.1" - } - }, - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" - }, - "json5": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.2.tgz", - "integrity": "sha512-MoUOQ4WdiN3yxhm7NEVJSJrieAo5hNSLQ5sj05OTRHPL9HOBy8u4Bu88jsC1jvqAdN+E1bJmsUcZH+1HQxliqQ==", - "requires": { - "minimist": "^1.2.5" - } - }, - "jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "dev": true, - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "lodash.clonedeep": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", - "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=" - }, - "lodash.escape": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-4.0.1.tgz", - "integrity": "sha1-yQRGkMIeBClL6qUXcS/e0fqI3pg=" - }, - "lodash.escaperegexp": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz", - "integrity": "sha1-ZHYsSGGAglGKw99Mz11YhtriA0c=" - }, - "lodash.isplainobject": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", - "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=" - }, - "lodash.isstring": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", - "integrity": "sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=" - }, - "lodash.mergewith": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz", - "integrity": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==" - }, - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - } - }, - "marked": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.8.0.tgz", - "integrity": "sha512-MyUe+T/Pw4TZufHkzAfDj6HarCBWia2y27/bhuYkTaiUnfDYFnCP3KUN+9oM7Wi6JA2rymtVYbQu3spE0GCmxQ==" - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "dev": true, - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" - }, - "moment": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", - "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" - }, - "node-fetch": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", - "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" - }, - "normalize.css": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz", - "integrity": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==" - }, - "number-is-nan": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", - "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=" - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" - }, - "object-inspect": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz", - "integrity": "sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==" - }, - "object-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.0.2.tgz", - "integrity": "sha512-Epah+btZd5wrrfjkJZq1AOB9O6OxUQto45hzFd7lXGrpHPGE0W1k+426yrZV+k6NJOzLNNW/nVsmZdIWsAqoOQ==" - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" - }, - "object.assign": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", - "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", - "requires": { - "define-properties": "^1.1.2", - "function-bind": "^1.1.1", - "has-symbols": "^1.0.0", - "object-keys": "^1.0.11" - } - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "dev": true, - "requires": { - "wrappy": "1" - } - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", - "dev": true - }, - "path-posix": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/path-posix/-/path-posix-1.0.0.tgz", - "integrity": "sha1-BrJhE/Vr6rBCVFojv6iAA8ysJg8=" - }, - "popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", - "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==" - }, - "postcss": { - "version": "7.0.27", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.27.tgz", - "integrity": "sha512-WuQETPMcW9Uf1/22HWUWP9lgsIC+KEHg2kozMflKjbeUtw9ujvFX6QmIfozaErDkmLWS9WEnEdEe6Uo9/BNTdQ==", - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - }, - "dependencies": { - "supports-color": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", - "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "prop-types": { - "version": "15.7.2", - "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz", - "integrity": "sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.8.1" - } - }, - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" - }, - "querystringify": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.1.1.tgz", - "integrity": "sha512-w7fLxIRCRT7U8Qu53jQnJyPkYZIaR4n5151KMfcJlO/A9397Wxb1amJvROTK6TOnp7PfoAmg/qXiNHI+08jRfA==" - }, - "react": { - "version": "16.9.0", - "resolved": "https://registry.npmjs.org/react/-/react-16.9.0.tgz", - "integrity": "sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - } - }, - "react-dom": { - "version": "16.9.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.9.0.tgz", - "integrity": "sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ==", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2", - "scheduler": "^0.15.0" - } - }, - "react-is": { - "version": "16.13.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.0.tgz", - "integrity": "sha512-GFMtL0vHkiBv9HluwNZTggSn/sCyEt9n02aM0dSAjGGyqyNlAyftYm4phPxdvCigG15JreC5biwxCgTAJZ7yAA==" - }, - "react-lifecycles-compat": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", - "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" - }, - "react-popper": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/react-popper/-/react-popper-1.3.7.tgz", - "integrity": "sha512-nmqYTx7QVjCm3WUZLeuOomna138R1luC4EqkW3hxJUrAe+3eNz3oFCLYdnPwILfn0mX1Ew2c3wctrjlUMYYUww==", - "requires": { - "@babel/runtime": "^7.1.2", - "create-react-context": "^0.3.0", - "deep-equal": "^1.1.1", - "popper.js": "^1.14.4", - "prop-types": "^15.6.1", - "typed-styles": "^0.0.7", - "warning": "^4.0.2" - } - }, - "react-transition-group": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-2.9.0.tgz", - "integrity": "sha512-+HzNTCHpeQyl4MJ/bdE0u6XRMe9+XG/+aL4mCxVN4DnPBQ0/5bfHWPDuOZUzYdMj94daZaZdCCc1Dzt9R/xSSg==", - "requires": { - "dom-helpers": "^3.4.0", - "loose-envify": "^1.4.0", - "prop-types": "^15.6.2", - "react-lifecycles-compat": "^3.0.4" - } - }, - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - }, - "regenerator-runtime": { - "version": "0.13.5", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz", - "integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==" - }, - "regexp.prototype.flags": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz", - "integrity": "sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==", - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.0-next.1" - } - }, - "requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" - }, - "resize-observer-polyfill": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz", - "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==" - }, - "rimraf": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz", - "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==", - "dev": true, - "requires": { - "glob": "^7.0.5" - } - }, - "safe-buffer": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.0.tgz", - "integrity": "sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==" - }, - "sanitize-html": { - "version": "1.20.1", - "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.20.1.tgz", - "integrity": "sha512-txnH8TQjaQvg2Q0HY06G6CDJLVYCpbnxrdO0WN8gjCKaU5J0KbyGYhZxx5QJg3WLZ1lB7XU9kDkfrCXUozqptA==", - "requires": { - "chalk": "^2.4.1", - "htmlparser2": "^3.10.0", - "lodash.clonedeep": "^4.5.0", - "lodash.escaperegexp": "^4.1.2", - "lodash.isplainobject": "^4.0.6", - "lodash.isstring": "^4.0.1", - "lodash.mergewith": "^4.6.1", - "postcss": "^7.0.5", - "srcset": "^1.0.0", - "xtend": "^4.0.1" - } - }, - "scheduler": { - "version": "0.15.0", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.15.0.tgz", - "integrity": "sha512-xAefmSfN6jqAa7Kuq7LIJY0bwAPG3xlCj0HMEBQk1lxYiDKZscY2xJ5U/61ZTrYbmNQbXa+gc7czPkVo11tnCg==", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" - }, - "srcset": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/srcset/-/srcset-1.0.0.tgz", - "integrity": "sha1-pWad4StC87HV6D7QPHEEb8SPQe8=", - "requires": { - "array-uniq": "^1.0.2", - "number-is-nan": "^1.0.0" - } - }, - "string.prototype.trimleft": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz", - "integrity": "sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==", - "requires": { - "define-properties": "^1.1.3", - "function-bind": "^1.1.1" - } - }, - "string.prototype.trimright": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz", - "integrity": "sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==", - "requires": { - "define-properties": "^1.1.3", - "function-bind": "^1.1.1" - } - }, - "string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "requires": { - "safe-buffer": "~5.2.0" - } - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "requires": { - "has-flag": "^3.0.0" - } - }, - "tslib": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz", - "integrity": "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==" - }, - "typed-styles": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/typed-styles/-/typed-styles-0.0.7.tgz", - "integrity": "sha512-pzP0PWoZUhsECYjABgCGQlRGL1n7tOHsgwYv3oIiEpJwGhFTuty/YNeduxQYzXXa3Ge5BdT6sHYIQYpl4uJ+5Q==" - }, - "typescript": { - "version": "3.7.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz", - "integrity": "sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==", - "dev": true - }, - "typestyle": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/typestyle/-/typestyle-2.0.4.tgz", - "integrity": "sha512-+57eGqcEjiAc51hB/zXnZFoVuzwuxb9WbPpb1VT2zPJPIo88wGXod7dHa0IJ1Ue+sncHj2WZMZEPJRAqwVraoA==", - "requires": { - "csstype": "^2.4.0", - "free-style": "2.6.1" - } - }, - "universalify": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "dev": true - }, - "uri-js": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", - "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", - "requires": { - "punycode": "^2.1.0" - } - }, - "url-parse": { - "version": "1.4.7", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz", - "integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==", - "requires": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - } - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" - }, - "warning": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz", - "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==", - "requires": { - "loose-envify": "^1.0.0" - } - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", - "dev": true - }, - "ws": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.3.tgz", - "integrity": "sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ==" - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" - } - } -} diff --git a/package.json b/package.json index 0ccb3855..c646cd43 100644 --- a/package.json +++ b/package.json @@ -1,50 +1,2662 @@ { - "name": "jupyterlab-drawio", - "version": "0.7.0", + "author": "Wolf Vollprecht", + "bugs": { + "url": "https://github.com/QuantStack/jupyterlab-drawio/issues" + }, + "dependencies": { + "@jupyterlab/application": "^2.0.0", + "@jupyterlab/apputils": "^2.0.0", + "@jupyterlab/coreutils": "^4.0.0", + "@jupyterlab/docregistry": "^2.0.0", + "@jupyterlab/filebrowser": "^2.0.0", + "@jupyterlab/launcher": "^2.0.0", + "@jupyterlab/mainmenu": "^2.0.0", + "@jupyterlab/settingregistry": "^2.0.0" + }, "description": "A JupyterLab extension for embedding drawio / mxgraph.", + "devDependencies": { + "rimraf": "^2.6.1", + "typescript": "~3.9.3" + }, + "files": [ + "{lib,schema,style}/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,css}", + "LICENSE.txt", + "drawio/src/main/webapp/favicon.ico", + "drawio/src/main/webapp/images/1x1.png", + "drawio/src/main/webapp/images/2x2.png", + "drawio/src/main/webapp/images/3x3.png", + "drawio/src/main/webapp/images/ajax-loader.gif", + "drawio/src/main/webapp/images/all-diagrams-sel.svg", + "drawio/src/main/webapp/images/all-diagrams.svg", + "drawio/src/main/webapp/images/android-chrome-192x192.png", + "drawio/src/main/webapp/images/android-chrome-512x512.png", + "drawio/src/main/webapp/images/apple-touch-icon.png", + "drawio/src/main/webapp/images/aui-wait.gif", + "drawio/src/main/webapp/images/broken.png", + "drawio/src/main/webapp/images/check.png", + "drawio/src/main/webapp/images/checkmark.gif", + "drawio/src/main/webapp/images/chevron-down.png", + "drawio/src/main/webapp/images/chevron-up.png", + "drawio/src/main/webapp/images/clear.gif", + "drawio/src/main/webapp/images/close.png", + "drawio/src/main/webapp/images/cloud-connector-atlas.png", + "drawio/src/main/webapp/images/collapsed.gif", + "drawio/src/main/webapp/images/connector.png", + "drawio/src/main/webapp/images/delete.png", + "drawio/src/main/webapp/images/document-google-drive-icon-80.png", + "drawio/src/main/webapp/images/download.png", + "drawio/src/main/webapp/images/draw-search.png", + "drawio/src/main/webapp/images/draw-search.svg", + "drawio/src/main/webapp/images/draw.io-logo.svg", + "drawio/src/main/webapp/images/drawlogo-color.svg", + "drawio/src/main/webapp/images/drawlogo-gray.svg", + "drawio/src/main/webapp/images/drawlogo-text-bottom.svg", + "drawio/src/main/webapp/images/drawlogo.svg", + "drawio/src/main/webapp/images/drawlogo128.png", + "drawio/src/main/webapp/images/drawlogo144.png", + "drawio/src/main/webapp/images/drawlogo256.png", + "drawio/src/main/webapp/images/drawlogo48-gray.png", + "drawio/src/main/webapp/images/drawlogo48.png", + "drawio/src/main/webapp/images/drawlogo80.png", + "drawio/src/main/webapp/images/dropbox-logo-white.svg", + "drawio/src/main/webapp/images/dropbox-logo.svg", + "drawio/src/main/webapp/images/dropdown.gif", + "drawio/src/main/webapp/images/dropdown.png", + "drawio/src/main/webapp/images/droptarget.png", + "drawio/src/main/webapp/images/edit.gif", + "drawio/src/main/webapp/images/edit16.png", + "drawio/src/main/webapp/images/edit32.png", + "drawio/src/main/webapp/images/edit80.png", + "drawio/src/main/webapp/images/expanded.gif", + "drawio/src/main/webapp/images/facebook.png", + "drawio/src/main/webapp/images/favicon-16x16.png", + "drawio/src/main/webapp/images/favicon-32x32.png", + "drawio/src/main/webapp/images/file.png", + "drawio/src/main/webapp/images/folder.png", + "drawio/src/main/webapp/images/format-hide.png", + "drawio/src/main/webapp/images/format-show.png", + "drawio/src/main/webapp/images/fullscreen.png", + "drawio/src/main/webapp/images/gadget-screenshot.png", + "drawio/src/main/webapp/images/gadget-thumb.png", + "drawio/src/main/webapp/images/github-logo-white.svg", + "drawio/src/main/webapp/images/github-logo.svg", + "drawio/src/main/webapp/images/gitlab-logo-white.svg", + "drawio/src/main/webapp/images/gitlab-logo.svg", + "drawio/src/main/webapp/images/glyphicons_blogger.png", + "drawio/src/main/webapp/images/glyphicons_facebook.png", + "drawio/src/main/webapp/images/glyphicons_github.png", + "drawio/src/main/webapp/images/glyphicons_google.png", + "drawio/src/main/webapp/images/glyphicons_star.png", + "drawio/src/main/webapp/images/glyphicons_twitter.png", + "drawio/src/main/webapp/images/glyphicons_youtube.png", + "drawio/src/main/webapp/images/google-drive-connector-atlas.png", + "drawio/src/main/webapp/images/google-drive-connector-atlas.svg", + "drawio/src/main/webapp/images/google-drive-logo-white.svg", + "drawio/src/main/webapp/images/google-drive-logo.svg", + "drawio/src/main/webapp/images/google-share.png", + "drawio/src/main/webapp/images/grid.gif", + "drawio/src/main/webapp/images/handle-connect.png", + "drawio/src/main/webapp/images/handle-fixed.png", + "drawio/src/main/webapp/images/handle-main.png", + "drawio/src/main/webapp/images/handle-rotate.png", + "drawio/src/main/webapp/images/handle-secondary.png", + "drawio/src/main/webapp/images/handle-terminal.png", + "drawio/src/main/webapp/images/help.png", + "drawio/src/main/webapp/images/hs.png", + "drawio/src/main/webapp/images/hv.png", + "drawio/src/main/webapp/images/icon-search.svg", + "drawio/src/main/webapp/images/img-hi-res.png", + "drawio/src/main/webapp/images/img-lo-res.png", + "drawio/src/main/webapp/images/list-sel.svg", + "drawio/src/main/webapp/images/list.svg", + "drawio/src/main/webapp/images/locked.png", + "drawio/src/main/webapp/images/log.png", + "drawio/src/main/webapp/images/logo-confluence.png", + "drawio/src/main/webapp/images/logo-flat-small.png", + "drawio/src/main/webapp/images/logo-flat.png", + "drawio/src/main/webapp/images/logo-jira.png", + "drawio/src/main/webapp/images/logo-quip.png", + "drawio/src/main/webapp/images/logo-small.gif", + "drawio/src/main/webapp/images/logo-white.png", + "drawio/src/main/webapp/images/logo.png", + "drawio/src/main/webapp/images/move.png", + "drawio/src/main/webapp/images/mstile-150x150.png", + "drawio/src/main/webapp/images/my-diagrams-sel.svg", + "drawio/src/main/webapp/images/my-diagrams.svg", + "drawio/src/main/webapp/images/nocolor.png", + "drawio/src/main/webapp/images/onedrive-connector-atlas.png", + "drawio/src/main/webapp/images/onedrive-connector-atlas.svg", + "drawio/src/main/webapp/images/onedrive-logo-white.svg", + "drawio/src/main/webapp/images/onedrive-logo.svg", + "drawio/src/main/webapp/images/osa_database.png", + "drawio/src/main/webapp/images/osa_drive-harddisk.png", + "drawio/src/main/webapp/images/plant-uml-atlas.png", + "drawio/src/main/webapp/images/plus.png", + "drawio/src/main/webapp/images/refresh.png", + "drawio/src/main/webapp/images/round-drop.png", + "drawio/src/main/webapp/images/safari-pinned-tab.svg", + "drawio/src/main/webapp/images/samepage-icon-color.svg", + "drawio/src/main/webapp/images/save.png", + "drawio/src/main/webapp/images/search.png", + "drawio/src/main/webapp/images/sidebar-active_directory.png", + "drawio/src/main/webapp/images/sidebar-allied_telesis.png", + "drawio/src/main/webapp/images/sidebar-android.png", + "drawio/src/main/webapp/images/sidebar-archimate.png", + "drawio/src/main/webapp/images/sidebar-archimate3.png", + "drawio/src/main/webapp/images/sidebar-arrows.png", + "drawio/src/main/webapp/images/sidebar-arrows2.png", + "drawio/src/main/webapp/images/sidebar-atlassian.png", + "drawio/src/main/webapp/images/sidebar-aws.png", + "drawio/src/main/webapp/images/sidebar-aws3.png", + "drawio/src/main/webapp/images/sidebar-aws3d.png", + "drawio/src/main/webapp/images/sidebar-aws4.png", + "drawio/src/main/webapp/images/sidebar-aws4b.png", + "drawio/src/main/webapp/images/sidebar-azure.png", + "drawio/src/main/webapp/images/sidebar-basic.png", + "drawio/src/main/webapp/images/sidebar-bootstrap.png", + "drawio/src/main/webapp/images/sidebar-bpmn.png", + "drawio/src/main/webapp/images/sidebar-c4.png", + "drawio/src/main/webapp/images/sidebar-cabinets.png", + "drawio/src/main/webapp/images/sidebar-cisco.png", + "drawio/src/main/webapp/images/sidebar-cisco19.png", + "drawio/src/main/webapp/images/sidebar-cisco_safe.png", + "drawio/src/main/webapp/images/sidebar-citrix.png", + "drawio/src/main/webapp/images/sidebar-clipart.png", + "drawio/src/main/webapp/images/sidebar-cumulus.png", + "drawio/src/main/webapp/images/sidebar-dfd.png", + "drawio/src/main/webapp/images/sidebar-eip.png", + "drawio/src/main/webapp/images/sidebar-electrical.png", + "drawio/src/main/webapp/images/sidebar-er.png", + "drawio/src/main/webapp/images/sidebar-floorplans.png", + "drawio/src/main/webapp/images/sidebar-flowchart.png", + "drawio/src/main/webapp/images/sidebar-fluid_power.png", + "drawio/src/main/webapp/images/sidebar-gcp.png", + "drawio/src/main/webapp/images/sidebar-gcp19.png", + "drawio/src/main/webapp/images/sidebar-gcp2.png", + "drawio/src/main/webapp/images/sidebar-general.png", + "drawio/src/main/webapp/images/sidebar-gmdl.png", + "drawio/src/main/webapp/images/sidebar-ibm.png", + "drawio/src/main/webapp/images/sidebar-infographic.png", + "drawio/src/main/webapp/images/sidebar-ios.png", + "drawio/src/main/webapp/images/sidebar-kubernetes.png", + "drawio/src/main/webapp/images/sidebar-leanmapping.png", + "drawio/src/main/webapp/images/sidebar-mockups.png", + "drawio/src/main/webapp/images/sidebar-mscae.png", + "drawio/src/main/webapp/images/sidebar-network.png", + "drawio/src/main/webapp/images/sidebar-office.png", + "drawio/src/main/webapp/images/sidebar-pid.png", + "drawio/src/main/webapp/images/sidebar-rack.png", + "drawio/src/main/webapp/images/sidebar-signs.png", + "drawio/src/main/webapp/images/sidebar-sitemap.png", + "drawio/src/main/webapp/images/sidebar-sysml.png", + "drawio/src/main/webapp/images/sidebar-threatmodeling.png", + "drawio/src/main/webapp/images/sidebar-uml.png", + "drawio/src/main/webapp/images/sidebar-veeam.png", + "drawio/src/main/webapp/images/sidebar-vvd.png", + "drawio/src/main/webapp/images/sidebar-webIcons.png", + "drawio/src/main/webapp/images/spin.gif", + "drawio/src/main/webapp/images/sprites.png", + "drawio/src/main/webapp/images/stop-flat-icon-80.png", + "drawio/src/main/webapp/images/submenu.gif", + "drawio/src/main/webapp/images/tiles-sel.svg", + "drawio/src/main/webapp/images/tiles.svg", + "drawio/src/main/webapp/images/touch-submenu.png", + "drawio/src/main/webapp/images/transparent.gif", + "drawio/src/main/webapp/images/trello-logo-white-orange.svg", + "drawio/src/main/webapp/images/trello-logo-white.svg", + "drawio/src/main/webapp/images/trello-logo.svg", + "drawio/src/main/webapp/images/triangle-down.png", + "drawio/src/main/webapp/images/triangle-left.png", + "drawio/src/main/webapp/images/triangle-right.png", + "drawio/src/main/webapp/images/triangle-up.png", + "drawio/src/main/webapp/images/tweet.png", + "drawio/src/main/webapp/images/unlocked.png", + "drawio/src/main/webapp/images/update16.png", + "drawio/src/main/webapp/images/update32.png", + "drawio/src/main/webapp/images/update80.png", + "drawio/src/main/webapp/images/youtube.png", + "drawio/src/main/webapp/img/clipart/Battery_0_128x128.png", + "drawio/src/main/webapp/img/clipart/Battery_100_128x128.png", + "drawio/src/main/webapp/img/clipart/Battery_50_128x128.png", + "drawio/src/main/webapp/img/clipart/Battery_75_128x128.png", + "drawio/src/main/webapp/img/clipart/Battery_allstates_128x128.png", + "drawio/src/main/webapp/img/clipart/Bluetooth_128x128.png", + "drawio/src/main/webapp/img/clipart/Earth_globe_128x128.png", + "drawio/src/main/webapp/img/clipart/Empty_Folder_128x128.png", + "drawio/src/main/webapp/img/clipart/Full_Folder_128x128.png", + "drawio/src/main/webapp/img/clipart/Gear_128x128.png", + "drawio/src/main/webapp/img/clipart/Keys_128x128.png", + "drawio/src/main/webapp/img/clipart/Lock_128x128.png", + "drawio/src/main/webapp/img/clipart/Mouse_Pointer_128x128.png", + "drawio/src/main/webapp/img/clipart/Plug_128x128.png", + "drawio/src/main/webapp/img/clipart/Ships_Wheel_128x128.png", + "drawio/src/main/webapp/img/clipart/Star_128x128.png", + "drawio/src/main/webapp/img/clipart/Tire_128x128.png", + "drawio/src/main/webapp/img/computers/Antivirus_128x128.png", + "drawio/src/main/webapp/img/computers/Data_Filtering_128x128.png", + "drawio/src/main/webapp/img/computers/Database_128x128.png", + "drawio/src/main/webapp/img/computers/Database_Add_128x128.png", + "drawio/src/main/webapp/img/computers/Database_Minus_128x128.png", + "drawio/src/main/webapp/img/computers/Database_Move_Stack_128x128.png", + "drawio/src/main/webapp/img/computers/Database_Remove_128x128.png", + "drawio/src/main/webapp/img/computers/Fujitsu_Tablet_128x128.png", + "drawio/src/main/webapp/img/computers/Harddrive_128x128.png", + "drawio/src/main/webapp/img/computers/IBM_Tablet_128x128.png", + "drawio/src/main/webapp/img/computers/Laptop_128x128.png", + "drawio/src/main/webapp/img/computers/MacBook_128x128.png", + "drawio/src/main/webapp/img/computers/Mainframe_128x128.png", + "drawio/src/main/webapp/img/computers/Monitor_128x128.png", + "drawio/src/main/webapp/img/computers/Monitor_Tower_128x128.png", + "drawio/src/main/webapp/img/computers/Monitor_Tower_Behind_128x128.png", + "drawio/src/main/webapp/img/computers/Netbook_128x128.png", + "drawio/src/main/webapp/img/computers/Network_128x128.png", + "drawio/src/main/webapp/img/computers/Network_2_128x128.png", + "drawio/src/main/webapp/img/computers/Printer_128x128.png", + "drawio/src/main/webapp/img/computers/Printer_Commercial_128x128.png", + "drawio/src/main/webapp/img/computers/Secure_System_128x128.png", + "drawio/src/main/webapp/img/computers/Server_128x128.png", + "drawio/src/main/webapp/img/computers/Server_Rack_128x128.png", + "drawio/src/main/webapp/img/computers/Server_Rack_Empty_128x128.png", + "drawio/src/main/webapp/img/computers/Server_Rack_Partial_128x128.png", + "drawio/src/main/webapp/img/computers/Server_Tower_128x128.png", + "drawio/src/main/webapp/img/computers/Software_128x128.png", + "drawio/src/main/webapp/img/computers/Stylus_128x128.png", + "drawio/src/main/webapp/img/computers/Touch_128x128.png", + "drawio/src/main/webapp/img/computers/USB_Hub_128x128.png", + "drawio/src/main/webapp/img/computers/Virtual_Application_128x128.png", + "drawio/src/main/webapp/img/computers/Virtual_Machine_128x128.png", + "drawio/src/main/webapp/img/computers/Virus_128x128.png", + "drawio/src/main/webapp/img/computers/Workstation_128x128.png", + "drawio/src/main/webapp/img/computers/iMac_128x128.png", + "drawio/src/main/webapp/img/computers/iPad_128x128.png", + "drawio/src/main/webapp/img/finance/Arrow_Down_128x128.png", + "drawio/src/main/webapp/img/finance/Arrow_Up_128x128.png", + "drawio/src/main/webapp/img/finance/Coins_128x128.png", + "drawio/src/main/webapp/img/finance/Credit_Card_128x128.png", + "drawio/src/main/webapp/img/finance/Dollar_128x128.png", + "drawio/src/main/webapp/img/finance/Graph_128x128.png", + "drawio/src/main/webapp/img/finance/Pie_Chart_128x128.png", + "drawio/src/main/webapp/img/finance/Piggy_Bank_128x128.png", + "drawio/src/main/webapp/img/finance/Safe_128x128.png", + "drawio/src/main/webapp/img/finance/Shopping_Cart_128x128.png", + "drawio/src/main/webapp/img/finance/Stock_Down_128x128.png", + "drawio/src/main/webapp/img/finance/Stock_Up_128x128.png", + "drawio/src/main/webapp/img/lib/active_directory/active_directory.svg", + "drawio/src/main/webapp/img/lib/active_directory/cd_dvd.svg", + "drawio/src/main/webapp/img/lib/active_directory/cell_phone.svg", + "drawio/src/main/webapp/img/lib/active_directory/cluster_server.svg", + "drawio/src/main/webapp/img/lib/active_directory/community_discussion.svg", + "drawio/src/main/webapp/img/lib/active_directory/data_jack.svg", + "drawio/src/main/webapp/img/lib/active_directory/database.svg", + "drawio/src/main/webapp/img/lib/active_directory/database_cube.svg", + "drawio/src/main/webapp/img/lib/active_directory/database_partition_2.svg", + "drawio/src/main/webapp/img/lib/active_directory/database_partition_3.svg", + "drawio/src/main/webapp/img/lib/active_directory/database_partition_4.svg", + "drawio/src/main/webapp/img/lib/active_directory/database_partition_5.svg", + "drawio/src/main/webapp/img/lib/active_directory/database_server.svg", + "drawio/src/main/webapp/img/lib/active_directory/databases.svg", + "drawio/src/main/webapp/img/lib/active_directory/documents.svg", + "drawio/src/main/webapp/img/lib/active_directory/domain_controller.svg", + "drawio/src/main/webapp/img/lib/active_directory/fax.svg", + "drawio/src/main/webapp/img/lib/active_directory/firewall.svg", + "drawio/src/main/webapp/img/lib/active_directory/folder.svg", + "drawio/src/main/webapp/img/lib/active_directory/folder_open.svg", + "drawio/src/main/webapp/img/lib/active_directory/generic_node.svg", + "drawio/src/main/webapp/img/lib/active_directory/generic_server.svg", + "drawio/src/main/webapp/img/lib/active_directory/hard_disk.svg", + "drawio/src/main/webapp/img/lib/active_directory/home.svg", + "drawio/src/main/webapp/img/lib/active_directory/home_page.svg", + "drawio/src/main/webapp/img/lib/active_directory/input_output_filter.svg", + "drawio/src/main/webapp/img/lib/active_directory/interface.svg", + "drawio/src/main/webapp/img/lib/active_directory/internet_cloud.svg", + "drawio/src/main/webapp/img/lib/active_directory/internet_globe.svg", + "drawio/src/main/webapp/img/lib/active_directory/key.svg", + "drawio/src/main/webapp/img/lib/active_directory/laptop_client.svg", + "drawio/src/main/webapp/img/lib/active_directory/list.svg", + "drawio/src/main/webapp/img/lib/active_directory/mac_client.svg", + "drawio/src/main/webapp/img/lib/active_directory/mainframe.svg", + "drawio/src/main/webapp/img/lib/active_directory/mainframe_host.svg", + "drawio/src/main/webapp/img/lib/active_directory/meeting.svg", + "drawio/src/main/webapp/img/lib/active_directory/modem.svg", + "drawio/src/main/webapp/img/lib/active_directory/my_sites.svg", + "drawio/src/main/webapp/img/lib/active_directory/not_secure.svg", + "drawio/src/main/webapp/img/lib/active_directory/pda.svg", + "drawio/src/main/webapp/img/lib/active_directory/phone.svg", + "drawio/src/main/webapp/img/lib/active_directory/printer.svg", + "drawio/src/main/webapp/img/lib/active_directory/router.svg", + "drawio/src/main/webapp/img/lib/active_directory/secure.svg", + "drawio/src/main/webapp/img/lib/active_directory/security.svg", + "drawio/src/main/webapp/img/lib/active_directory/server_farm.svg", + "drawio/src/main/webapp/img/lib/active_directory/shadowed_router.svg", + "drawio/src/main/webapp/img/lib/active_directory/site_collection.svg", + "drawio/src/main/webapp/img/lib/active_directory/sql_server.svg", + "drawio/src/main/webapp/img/lib/active_directory/sub_site.svg", + "drawio/src/main/webapp/img/lib/active_directory/switch.svg", + "drawio/src/main/webapp/img/lib/active_directory/tablet_pc.svg", + "drawio/src/main/webapp/img/lib/active_directory/tunnel.svg", + "drawio/src/main/webapp/img/lib/active_directory/user.svg", + "drawio/src/main/webapp/img/lib/active_directory/user_accounts.svg", + "drawio/src/main/webapp/img/lib/active_directory/users.svg", + "drawio/src/main/webapp/img/lib/active_directory/vista_client.svg", + "drawio/src/main/webapp/img/lib/active_directory/vista_terminal.svg", + "drawio/src/main/webapp/img/lib/active_directory/web_server.svg", + "drawio/src/main/webapp/img/lib/active_directory/wiki_site.svg", + "drawio/src/main/webapp/img/lib/active_directory/windows_domain.svg", + "drawio/src/main/webapp/img/lib/active_directory/windows_router.svg", + "drawio/src/main/webapp/img/lib/active_directory/windows_server.svg", + "drawio/src/main/webapp/img/lib/active_directory/windows_server_2.svg", + "drawio/src/main/webapp/img/lib/active_directory/wiring_hub.svg", + "drawio/src/main/webapp/img/lib/active_directory/workspace_site.svg", + "drawio/src/main/webapp/img/lib/active_directory/workstation_client.svg", + "drawio/src/main/webapp/img/lib/active_directory/writer.svg", + "drawio/src/main/webapp/img/lib/active_directory/writing.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/buildings/Apartments.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/buildings/Building_Cluster.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/buildings/Large_Building.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/buildings/Long_Building.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/buildings/Medium_Business_Building.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/buildings/School_Building.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/buildings/Secure_Building.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/computer_and_terminals/IP_TV.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/computer_and_terminals/Keypad.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/computer_and_terminals/Laptop.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/computer_and_terminals/POS_Printer.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/computer_and_terminals/POS_keypad.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/computer_and_terminals/Personal Computer Wireless.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/computer_and_terminals/Personal_Computer.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/computer_and_terminals/Personal_Computer_Wireless.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/computer_and_terminals/Personal_Computer_with_Server.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/computer_and_terminals/Server_Desktop.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/computer_and_terminals/Smartphone.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/computer_and_terminals/Tablet.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/computer_and_terminals/Tablet_Alternative.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/computer_and_terminals/VOIP_IP_phone.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/computer_and_terminals/Vdeo_Conference_Terminal.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/media_converters/Industrial_Media_Converter.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/media_converters/Industrial_Media_Converter_POE.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/media_converters/Media_Converter_Modular.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/media_converters/Media_Converter_Standalone.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/media_converters/Media_Converter_Standalone_POE.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/security/DVS_Surveillance_Monitor.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/security/EtherGRID.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/security/POE_DVS_Camera.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/security/POS.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/security/Router_UTM.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/security/Router_VPN.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/security/Surveillance_Camera_Ceiling.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/storage/Datacenter_Server_Half_Rack_ToR.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/storage/Datacenter_Server_Rack.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/storage/Datacenter_Server_Rack_EoR.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/storage/Datacenter_Server_Rack_Storage_Unit_Small.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/storage/Datacenter_Server_Rack_ToR.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/storage/Datacenter_Server_Storage_Unit_Large.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/switch/Industrial_Ethernet_IE200.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/switch/Industrial_Ethernet_IE200_POE.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/switch/Industrial_Ethernet_IE300.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/switch/Modular_Switch_SBx8106.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/switch/Modular_Switch_SBx8112.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/switch/Modular_Switch_SXx908GEN2.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/switch/Switch_24_port_L2.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/switch/Switch_24_port_L2_POE.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/switch/Switch_24_port_L3.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/switch/Switch_24_port_L3_Alternative.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/switch/Switch_24_port_L3_POE.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/switch/Switch_48_port_L2.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/switch/Switch_48_port_L2_POE.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/switch/Switch_48_port_L3.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/switch/Switch_48_port_L3_POE.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/switch/Switch_52_port_L3.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/wireless/Access_Point_Indoor.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/wireless/Access_Point_Outdoor.svg", + "drawio/src/main/webapp/img/lib/allied_telesis/wireless/Laptop_Wireless.svg", + "drawio/src/main/webapp/img/lib/atlassian/Atlassian_Logo.svg", + "drawio/src/main/webapp/img/lib/atlassian/Bamboo_Logo.svg", + "drawio/src/main/webapp/img/lib/atlassian/Bitbucket_Logo.svg", + "drawio/src/main/webapp/img/lib/atlassian/Clover_Logo.svg", + "drawio/src/main/webapp/img/lib/atlassian/Confluence_Logo.svg", + "drawio/src/main/webapp/img/lib/atlassian/Crowd_Logo.svg", + "drawio/src/main/webapp/img/lib/atlassian/Crucible_Logo.svg", + "drawio/src/main/webapp/img/lib/atlassian/Fisheye_Logo.svg", + "drawio/src/main/webapp/img/lib/atlassian/Hipchat_Logo.svg", + "drawio/src/main/webapp/img/lib/atlassian/Jira_Core_Logo.svg", + "drawio/src/main/webapp/img/lib/atlassian/Jira_Logo.svg", + "drawio/src/main/webapp/img/lib/atlassian/Jira_Service_Desk_Logo.svg", + "drawio/src/main/webapp/img/lib/atlassian/Jira_Software_Logo.svg", + "drawio/src/main/webapp/img/lib/atlassian/Sourcetree_Logo.svg", + "drawio/src/main/webapp/img/lib/atlassian/Statuspage_Logo.svg", + "drawio/src/main/webapp/img/lib/atlassian/Stride_Logo.svg", + "drawio/src/main/webapp/img/lib/atlassian/Trello_Logo.svg", + "drawio/src/main/webapp/img/lib/clip_art/computers/Antivirus_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Data_Filtering_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Database_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Database_Add_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Database_Minus_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Database_Move_Stack_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Database_Remove_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Fujitsu_Tablet_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Harddrive_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/IBM_Tablet_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Laptop_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/MacBook_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Mainframe_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Monitor_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Monitor_Tower_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Monitor_Tower_Behind_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Netbook_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Network_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Network_2_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Printer_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Printer_Commercial_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Secure_System_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Server_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Server_Rack_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Server_Rack_Empty_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Server_Rack_Partial_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Server_Tower_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Software_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Stylus_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Touch_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/USB_Hub_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Virtual_Application_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Virtual_Machine_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Virus_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/Workstation_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/iMac_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/computers/iPad_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/finance/Arrow_Down_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/finance/Arrow_Up_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/finance/Coins_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/finance/Credit_Card_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/finance/Dollar_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/finance/Graph_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/finance/Pie_Chart_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/finance/Piggy_Bank_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/finance/Safe_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/finance/Shopping_Cart_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/finance/Stock_Down_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/finance/Stock_Up_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/general/Battery_0_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/general/Battery_100_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/general/Battery_50_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/general/Battery_75_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/general/Battery_allstates_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/general/Bluetooth_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/general/Earth_globe_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/general/Empty_Folder_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/general/Full_Folder_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/general/Gear_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/general/Keys_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/general/Lock_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/general/Mouse_Pointer_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/general/Plug_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/general/Ships_Wheel_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/general/Star_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/general/Tire_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Bridge_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Certificate_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Certificate_Off_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Cloud_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Cloud_Computer_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Cloud_Computer_Private_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Cloud_Rack_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Cloud_Rack_Private_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Cloud_Server_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Cloud_Server_Private_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Cloud_Storage_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Concentrator_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Email_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Firewall-page1_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Firewall_02_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Firewall_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Ip_Camera_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Modem_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Print_Server_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Print_Server_Wireless_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Repeater_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Router_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Router_Icon_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Switch_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/UPS_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Wireless_Router_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/Wireless_Router_N_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/networking/power_distribution_unit_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Construction_Worker_Man_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Construction_Worker_Man_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Construction_Worker_Woman_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Construction_Worker_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Doctor_Man_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Doctor_Man_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Doctor_Woman_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Doctor_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Farmer_Man_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Farmer_Man_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Farmer_Woman_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Farmer_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Military_Officer_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Military_Officer_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Military_Officer_Woman_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Military_Officer_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Nurse_Man_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Nurse_Man_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Nurse_Man_Green_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Nurse_Man_Red_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Nurse_Woman_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Nurse_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Nurse_Woman_Green_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Nurse_Woman_Red_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Pilot_Man_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Pilot_Man_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Pilot_Woman_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Pilot_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Scientist_Man_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Scientist_Man_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Scientist_Woman_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Scientist_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Security_Man_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Security_Man_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Security_Woman_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Security_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Soldier_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Soldier_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Suit_Man_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Suit_Man_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Suit_Man_Blue_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Suit_Man_Green_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Suit_Man_Green_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Suit_Woman_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Suit_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Suit_Woman_Blue_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Suit_Woman_Green_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Suit_Woman_Green_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Tech_Man_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Tech_Man_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Telesales_Man_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Telesales_Man_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Telesales_Woman_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Telesales_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Waiter_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Waiter_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Waiter_Woman_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Waiter_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Worker_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Worker_Man_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Worker_Woman_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/people/Worker_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/telecommunication/BlackBerry_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/telecommunication/Cellphone_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/telecommunication/HTC_smartphone_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/telecommunication/Palm_Treo_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/telecommunication/Signal_tower_off_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/telecommunication/Signal_tower_on_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/telecommunication/Telephone_128x128.png", + "drawio/src/main/webapp/img/lib/clip_art/telecommunication/iPhone_128x128.png", + "drawio/src/main/webapp/img/lib/cumulus/chassis_bare_metal_empty.svg", + "drawio/src/main/webapp/img/lib/cumulus/chassis_cumulus_linux.svg", + "drawio/src/main/webapp/img/lib/cumulus/container.svg", + "drawio/src/main/webapp/img/lib/cumulus/cumulus_linux_icon.svg", + "drawio/src/main/webapp/img/lib/cumulus/cumulus_netq_icon.svg", + "drawio/src/main/webapp/img/lib/cumulus/ddos_server.svg", + "drawio/src/main/webapp/img/lib/cumulus/internet.svg", + "drawio/src/main/webapp/img/lib/cumulus/limed_spruce.svg", + "drawio/src/main/webapp/img/lib/cumulus/netq_agent.svg", + "drawio/src/main/webapp/img/lib/cumulus/netq_chassis.svg", + "drawio/src/main/webapp/img/lib/cumulus/netq_server.svg", + "drawio/src/main/webapp/img/lib/cumulus/netq_telemetry_server.svg", + "drawio/src/main/webapp/img/lib/cumulus/rack_bare_metal.svg", + "drawio/src/main/webapp/img/lib/cumulus/rack_cumulus_linux.svg", + "drawio/src/main/webapp/img/lib/cumulus/rack_out_of_band.svg", + "drawio/src/main/webapp/img/lib/cumulus/rack_voyager.svg", + "drawio/src/main/webapp/img/lib/cumulus/server_bare_metal.svg", + "drawio/src/main/webapp/img/lib/cumulus/switch.svg", + "drawio/src/main/webapp/img/lib/cumulus/switch_bare_metal_empty.svg", + "drawio/src/main/webapp/img/lib/cumulus/switch_cumulus_linux.svg", + "drawio/src/main/webapp/img/lib/cumulus/switch_out_of_band.svg", + "drawio/src/main/webapp/img/lib/cumulus/switch_voyager.svg", + "drawio/src/main/webapp/img/lib/ibm/analytics/analytics.svg", + "drawio/src/main/webapp/img/lib/ibm/analytics/data_integration.svg", + "drawio/src/main/webapp/img/lib/ibm/analytics/data_repositories.svg", + "drawio/src/main/webapp/img/lib/ibm/analytics/device_analytics.svg", + "drawio/src/main/webapp/img/lib/ibm/analytics/streaming_computing.svg", + "drawio/src/main/webapp/img/lib/ibm/applications/actionable_insight.svg", + "drawio/src/main/webapp/img/lib/ibm/applications/annotate.svg", + "drawio/src/main/webapp/img/lib/ibm/applications/api_developer_portal.svg", + "drawio/src/main/webapp/img/lib/ibm/applications/api_polyglot_runtimes.svg", + "drawio/src/main/webapp/img/lib/ibm/applications/app_server.svg", + "drawio/src/main/webapp/img/lib/ibm/applications/application_logic.svg", + "drawio/src/main/webapp/img/lib/ibm/applications/automation_tools.svg", + "drawio/src/main/webapp/img/lib/ibm/applications/enterprise_applications.svg", + "drawio/src/main/webapp/img/lib/ibm/applications/index.svg", + "drawio/src/main/webapp/img/lib/ibm/applications/iot_application.svg", + "drawio/src/main/webapp/img/lib/ibm/applications/microservice.svg", + "drawio/src/main/webapp/img/lib/ibm/applications/mobile_app.svg", + "drawio/src/main/webapp/img/lib/ibm/applications/ontology.svg", + "drawio/src/main/webapp/img/lib/ibm/applications/open_source_tools.svg", + "drawio/src/main/webapp/img/lib/ibm/applications/runtime_services.svg", + "drawio/src/main/webapp/img/lib/ibm/applications/saas_applications.svg", + "drawio/src/main/webapp/img/lib/ibm/applications/service_broker.svg", + "drawio/src/main/webapp/img/lib/ibm/applications/speech_to_text.svg", + "drawio/src/main/webapp/img/lib/ibm/applications/visual_recognition.svg", + "drawio/src/main/webapp/img/lib/ibm/applications/visualization.svg", + "drawio/src/main/webapp/img/lib/ibm/blockchain/blockchain.svg", + "drawio/src/main/webapp/img/lib/ibm/blockchain/blockchain_developer.svg", + "drawio/src/main/webapp/img/lib/ibm/blockchain/certificate_authority.svg", + "drawio/src/main/webapp/img/lib/ibm/blockchain/client_application.svg", + "drawio/src/main/webapp/img/lib/ibm/blockchain/communication.svg", + "drawio/src/main/webapp/img/lib/ibm/blockchain/consensus.svg", + "drawio/src/main/webapp/img/lib/ibm/blockchain/e_cert.svg", + "drawio/src/main/webapp/img/lib/ibm/blockchain/event.svg", + "drawio/src/main/webapp/img/lib/ibm/blockchain/event_listener.svg", + "drawio/src/main/webapp/img/lib/ibm/blockchain/existing_enterprise_systems.svg", + "drawio/src/main/webapp/img/lib/ibm/blockchain/hyperledger_fabric.svg", + "drawio/src/main/webapp/img/lib/ibm/blockchain/identity_access_manager.svg", + "drawio/src/main/webapp/img/lib/ibm/blockchain/key_management.svg", + "drawio/src/main/webapp/img/lib/ibm/blockchain/ledger.svg", + "drawio/src/main/webapp/img/lib/ibm/blockchain/membership.svg", + "drawio/src/main/webapp/img/lib/ibm/blockchain/membership_services_provider_api.svg", + "drawio/src/main/webapp/img/lib/ibm/blockchain/message_bus.svg", + "drawio/src/main/webapp/img/lib/ibm/blockchain/node.svg", + "drawio/src/main/webapp/img/lib/ibm/blockchain/services.svg", + "drawio/src/main/webapp/img/lib/ibm/blockchain/smart_contract.svg", + "drawio/src/main/webapp/img/lib/ibm/blockchain/transaction_manager.svg", + "drawio/src/main/webapp/img/lib/ibm/blockchain/wallet.svg", + "drawio/src/main/webapp/img/lib/ibm/data/caches.svg", + "drawio/src/main/webapp/img/lib/ibm/data/cloud.svg", + "drawio/src/main/webapp/img/lib/ibm/data/conversation_trained_deployed.svg", + "drawio/src/main/webapp/img/lib/ibm/data/data_services.svg", + "drawio/src/main/webapp/img/lib/ibm/data/data_sources.svg", + "drawio/src/main/webapp/img/lib/ibm/data/device_identity_service.svg", + "drawio/src/main/webapp/img/lib/ibm/data/device_registry.svg", + "drawio/src/main/webapp/img/lib/ibm/data/enterprise_data.svg", + "drawio/src/main/webapp/img/lib/ibm/data/enterprise_user_directory.svg", + "drawio/src/main/webapp/img/lib/ibm/data/file_repository.svg", + "drawio/src/main/webapp/img/lib/ibm/data/ground_truth.svg", + "drawio/src/main/webapp/img/lib/ibm/data/model.svg", + "drawio/src/main/webapp/img/lib/ibm/data/tms_data_interface.svg", + "drawio/src/main/webapp/img/lib/ibm/devops/artifact_management.svg", + "drawio/src/main/webapp/img/lib/ibm/devops/build_test.svg", + "drawio/src/main/webapp/img/lib/ibm/devops/code_editor.svg", + "drawio/src/main/webapp/img/lib/ibm/devops/collaborative_development.svg", + "drawio/src/main/webapp/img/lib/ibm/devops/configuration_management.svg", + "drawio/src/main/webapp/img/lib/ibm/devops/continuous_deploy.svg", + "drawio/src/main/webapp/img/lib/ibm/devops/continuous_testing.svg", + "drawio/src/main/webapp/img/lib/ibm/devops/devops.svg", + "drawio/src/main/webapp/img/lib/ibm/devops/provision.svg", + "drawio/src/main/webapp/img/lib/ibm/devops/release_management.svg", + "drawio/src/main/webapp/img/lib/ibm/infrastructure/channels.svg", + "drawio/src/main/webapp/img/lib/ibm/infrastructure/cloud_messaging.svg", + "drawio/src/main/webapp/img/lib/ibm/infrastructure/dashboard.svg", + "drawio/src/main/webapp/img/lib/ibm/infrastructure/diagnostics.svg", + "drawio/src/main/webapp/img/lib/ibm/infrastructure/edge_services.svg", + "drawio/src/main/webapp/img/lib/ibm/infrastructure/enterprise_messaging.svg", + "drawio/src/main/webapp/img/lib/ibm/infrastructure/event_feed.svg", + "drawio/src/main/webapp/img/lib/ibm/infrastructure/infrastructure_services.svg", + "drawio/src/main/webapp/img/lib/ibm/infrastructure/interservice_communication.svg", + "drawio/src/main/webapp/img/lib/ibm/infrastructure/load_balancing_routing.svg", + "drawio/src/main/webapp/img/lib/ibm/infrastructure/microservices_mesh.svg", + "drawio/src/main/webapp/img/lib/ibm/infrastructure/mobile_backend.svg", + "drawio/src/main/webapp/img/lib/ibm/infrastructure/mobile_provider_network.svg", + "drawio/src/main/webapp/img/lib/ibm/infrastructure/monitoring.svg", + "drawio/src/main/webapp/img/lib/ibm/infrastructure/monitoring_logging.svg", + "drawio/src/main/webapp/img/lib/ibm/infrastructure/peer_services.svg", + "drawio/src/main/webapp/img/lib/ibm/infrastructure/service_discovery_configuration.svg", + "drawio/src/main/webapp/img/lib/ibm/infrastructure/transformation_connectivity.svg", + "drawio/src/main/webapp/img/lib/ibm/management/alert_notification.svg", + "drawio/src/main/webapp/img/lib/ibm/management/api_management.svg", + "drawio/src/main/webapp/img/lib/ibm/management/cloud_management.svg", + "drawio/src/main/webapp/img/lib/ibm/management/cluster_management.svg", + "drawio/src/main/webapp/img/lib/ibm/management/content_management.svg", + "drawio/src/main/webapp/img/lib/ibm/management/data_services.svg", + "drawio/src/main/webapp/img/lib/ibm/management/device_management.svg", + "drawio/src/main/webapp/img/lib/ibm/management/information_governance.svg", + "drawio/src/main/webapp/img/lib/ibm/management/it_service_management.svg", + "drawio/src/main/webapp/img/lib/ibm/management/management.svg", + "drawio/src/main/webapp/img/lib/ibm/management/monitoring_metrics.svg", + "drawio/src/main/webapp/img/lib/ibm/management/process_management.svg", + "drawio/src/main/webapp/img/lib/ibm/management/provider_cloud_portal_service.svg", + "drawio/src/main/webapp/img/lib/ibm/management/push_notifications.svg", + "drawio/src/main/webapp/img/lib/ibm/management/service_management_tools.svg", + "drawio/src/main/webapp/img/lib/ibm/miscellaneous/bluemix.svg", + "drawio/src/main/webapp/img/lib/ibm/miscellaneous/cloudant.svg", + "drawio/src/main/webapp/img/lib/ibm/miscellaneous/cognitive_services.svg", + "drawio/src/main/webapp/img/lib/ibm/miscellaneous/ibm_containers.svg", + "drawio/src/main/webapp/img/lib/ibm/miscellaneous/ibm_public_cloud.svg", + "drawio/src/main/webapp/img/lib/ibm/miscellaneous/iot_cloud.svg", + "drawio/src/main/webapp/img/lib/ibm/miscellaneous/microservices_application.svg", + "drawio/src/main/webapp/img/lib/ibm/miscellaneous/object_storage.svg", + "drawio/src/main/webapp/img/lib/ibm/miscellaneous/offline_capabilities.svg", + "drawio/src/main/webapp/img/lib/ibm/miscellaneous/openwhisk.svg", + "drawio/src/main/webapp/img/lib/ibm/miscellaneous/peer_cloud.svg", + "drawio/src/main/webapp/img/lib/ibm/miscellaneous/retrieve_rank.svg", + "drawio/src/main/webapp/img/lib/ibm/miscellaneous/scalable.svg", + "drawio/src/main/webapp/img/lib/ibm/miscellaneous/text_to_speech.svg", + "drawio/src/main/webapp/img/lib/ibm/security/api_security.svg", + "drawio/src/main/webapp/img/lib/ibm/security/blockchain_security_service.svg", + "drawio/src/main/webapp/img/lib/ibm/security/data_security.svg", + "drawio/src/main/webapp/img/lib/ibm/security/firewall.svg", + "drawio/src/main/webapp/img/lib/ibm/security/gateway.svg", + "drawio/src/main/webapp/img/lib/ibm/security/governance_risk_compliance.svg", + "drawio/src/main/webapp/img/lib/ibm/security/identity_access_management.svg", + "drawio/src/main/webapp/img/lib/ibm/security/identity_provider.svg", + "drawio/src/main/webapp/img/lib/ibm/security/infrastructure_security.svg", + "drawio/src/main/webapp/img/lib/ibm/security/physical_security.svg", + "drawio/src/main/webapp/img/lib/ibm/security/security_monitoring_intelligence.svg", + "drawio/src/main/webapp/img/lib/ibm/security/security_services.svg", + "drawio/src/main/webapp/img/lib/ibm/security/trustend_computing.svg", + "drawio/src/main/webapp/img/lib/ibm/security/vpn.svg", + "drawio/src/main/webapp/img/lib/ibm/social/communities.svg", + "drawio/src/main/webapp/img/lib/ibm/social/file_sync.svg", + "drawio/src/main/webapp/img/lib/ibm/social/live_collaboration.svg", + "drawio/src/main/webapp/img/lib/ibm/social/messaging.svg", + "drawio/src/main/webapp/img/lib/ibm/social/networking.svg", + "drawio/src/main/webapp/img/lib/ibm/users/browser.svg", + "drawio/src/main/webapp/img/lib/ibm/users/device.svg", + "drawio/src/main/webapp/img/lib/ibm/users/integrated_digital_experiences.svg", + "drawio/src/main/webapp/img/lib/ibm/users/physical_entity.svg", + "drawio/src/main/webapp/img/lib/ibm/users/sensor.svg", + "drawio/src/main/webapp/img/lib/ibm/users/user.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/ACLRules.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/BareMetalServer.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/BlockStorage.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/Bridge.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/ClassicInfrastructure.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/ClassicInfrastructureTag.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/CloudServices.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/CloudTag.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/DirectLink.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/Enterprise.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/Enterprise2.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/EnterpriseTag.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/Firewall.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/FloatingIP.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/GatewayAppliance.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/IBMCloud.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/Image.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/ImageService.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/Instance.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/Internet.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/InternetServices.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/InternetServices2.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/Key.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/LoadBalancer.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/LoadBalancerListener.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/LoadBalancerPool.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/Marketplace.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/ObjectStorage.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/PowerInstance.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/PublicGateway.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/PublicTag.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/RegionTag.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/Router.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/Rules.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/SecurityGroupRules.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/Subnet.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/SubnetTag.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/SubnetTag2.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/TransitGateway.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/VPCTag.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/VPN.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/VPNConnection.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/VPNGateway.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/VPNPolicy.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/VirtualPrivateCloud.svg", + "drawio/src/main/webapp/img/lib/ibm/vpc/ZoneTag.svg", + "drawio/src/main/webapp/img/lib/mscae/ADFS.svg", + "drawio/src/main/webapp/img/lib/mscae/API.svg", + "drawio/src/main/webapp/img/lib/mscae/APIDefinition.svg", + "drawio/src/main/webapp/img/lib/mscae/API_Management.svg", + "drawio/src/main/webapp/img/lib/mscae/ARMExplorer.svg", + "drawio/src/main/webapp/img/lib/mscae/Access_Review.svg", + "drawio/src/main/webapp/img/lib/mscae/ActiveDirectory.svg", + "drawio/src/main/webapp/img/lib/mscae/ActiveDirectoryDomain.svg", + "drawio/src/main/webapp/img/lib/mscae/Active_Directory.svg", + "drawio/src/main/webapp/img/lib/mscae/Active_Directory_Health_Monitoring.svg", + "drawio/src/main/webapp/img/lib/mscae/AddTeamMember.svg", + "drawio/src/main/webapp/img/lib/mscae/Address_Space.svg", + "drawio/src/main/webapp/img/lib/mscae/Advisor.svg", + "drawio/src/main/webapp/img/lib/mscae/Alien.svg", + "drawio/src/main/webapp/img/lib/mscae/AlienSad.svg", + "drawio/src/main/webapp/img/lib/mscae/Analysis_Services.svg", + "drawio/src/main/webapp/img/lib/mscae/AppServiceConnectivity.svg", + "drawio/src/main/webapp/img/lib/mscae/AppServiceEnvironment.svg", + "drawio/src/main/webapp/img/lib/mscae/App_Configuration.svg", + "drawio/src/main/webapp/img/lib/mscae/App_Registrations.svg", + "drawio/src/main/webapp/img/lib/mscae/App_Service.svg", + "drawio/src/main/webapp/img/lib/mscae/App_Service_API_Apps.svg", + "drawio/src/main/webapp/img/lib/mscae/App_Service_Frontend.svg", + "drawio/src/main/webapp/img/lib/mscae/App_Service_IPAddress.svg", + "drawio/src/main/webapp/img/lib/mscae/App_Service_Mobile_App.svg", + "drawio/src/main/webapp/img/lib/mscae/App_Service_Worker_Pools.svg", + "drawio/src/main/webapp/img/lib/mscae/App_Services.svg", + "drawio/src/main/webapp/img/lib/mscae/Application_Gateway.svg", + "drawio/src/main/webapp/img/lib/mscae/Application_Insights.svg", + "drawio/src/main/webapp/img/lib/mscae/Application_Security_Groups.svg", + "drawio/src/main/webapp/img/lib/mscae/Archive_Storage.svg", + "drawio/src/main/webapp/img/lib/mscae/Auditing.svg", + "drawio/src/main/webapp/img/lib/mscae/AuditingServer.svg", + "drawio/src/main/webapp/img/lib/mscae/AutoBackup.svg", + "drawio/src/main/webapp/img/lib/mscae/Automation.svg", + "drawio/src/main/webapp/img/lib/mscae/Avatar.svg", + "drawio/src/main/webapp/img/lib/mscae/AvatarDefault.svg", + "drawio/src/main/webapp/img/lib/mscae/AvatarUnknown.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure API for FHIR.svg", + "drawio/src/main/webapp/img/lib/mscae/AzureFXTEdgeFiler.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_AD_B2C.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_AD_Domain_Services.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_AD_Identity_Protection.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_AD_Privileged_Identity_Management.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_API_for_FHIR.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_Artifacts.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_Boards.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_Cache_for_Redis.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_Data_Explorer_Clusters.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_Database_Migration_Services.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_Database_for_MariaDB_servers.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_Database_for_MySQL_servers.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_Database_for_PostgreSQL_servers.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_DevOps.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_Digital_Twins.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_Firewall.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_Home.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_IoT_Hub.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_IoT_Hub_Security.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_Maps.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_Media_Player.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_NetApp_files.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_Pipelines.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_Repos.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_Sentinel.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_Sphere.svg", + "drawio/src/main/webapp/img/lib/mscae/Azure_Test_Plans.svg", + "drawio/src/main/webapp/img/lib/mscae/Backlog.svg", + "drawio/src/main/webapp/img/lib/mscae/Backup.svg", + "drawio/src/main/webapp/img/lib/mscae/Batch.svg", + "drawio/src/main/webapp/img/lib/mscae/Batch_AI.svg", + "drawio/src/main/webapp/img/lib/mscae/Batch_Accounts.svg", + "drawio/src/main/webapp/img/lib/mscae/Batch_Task.svg", + "drawio/src/main/webapp/img/lib/mscae/Batch_TaskVM.svg", + "drawio/src/main/webapp/img/lib/mscae/BillingHub.svg", + "drawio/src/main/webapp/img/lib/mscae/BizTalk_Services.svg", + "drawio/src/main/webapp/img/lib/mscae/BizTalk_Services_Hybrid_Connections.svg", + "drawio/src/main/webapp/img/lib/mscae/BlobBlock.svg", + "drawio/src/main/webapp/img/lib/mscae/BlobPage.svg", + "drawio/src/main/webapp/img/lib/mscae/Blockchain.svg", + "drawio/src/main/webapp/img/lib/mscae/Blog_Storage.svg", + "drawio/src/main/webapp/img/lib/mscae/Blueprints.svg", + "drawio/src/main/webapp/img/lib/mscae/Book.svg", + "drawio/src/main/webapp/img/lib/mscae/Bot_Services.svg", + "drawio/src/main/webapp/img/lib/mscae/Branch.svg", + "drawio/src/main/webapp/img/lib/mscae/Browser.svg", + "drawio/src/main/webapp/img/lib/mscae/Bug.svg", + "drawio/src/main/webapp/img/lib/mscae/Building_Blocks.svg", + "drawio/src/main/webapp/img/lib/mscae/Builds.svg", + "drawio/src/main/webapp/img/lib/mscae/CDNrocket.svg", + "drawio/src/main/webapp/img/lib/mscae/Cache_Redis_Product.svg", + "drawio/src/main/webapp/img/lib/mscae/Cache_including_Redis.svg", + "drawio/src/main/webapp/img/lib/mscae/Calendar.svg", + "drawio/src/main/webapp/img/lib/mscae/Certificate.svg", + "drawio/src/main/webapp/img/lib/mscae/Chart.svg", + "drawio/src/main/webapp/img/lib/mscae/Check.svg", + "drawio/src/main/webapp/img/lib/mscae/Citrix_Virtual_Desktops_Essentials.svg", + "drawio/src/main/webapp/img/lib/mscae/ClassicIPAddress.svg", + "drawio/src/main/webapp/img/lib/mscae/ClassicStorage.svg", + "drawio/src/main/webapp/img/lib/mscae/Client_Apps.svg", + "drawio/src/main/webapp/img/lib/mscae/Clock.svg", + "drawio/src/main/webapp/img/lib/mscae/CloudSimple_Nodes.svg", + "drawio/src/main/webapp/img/lib/mscae/CloudSimple_Services.svg", + "drawio/src/main/webapp/img/lib/mscae/CloudSimple_Virtual_Machines.svg", + "drawio/src/main/webapp/img/lib/mscae/Cloud_Cycle.svg", + "drawio/src/main/webapp/img/lib/mscae/Cloud_Service.svg", + "drawio/src/main/webapp/img/lib/mscae/Cloud_Services_Classic.svg", + "drawio/src/main/webapp/img/lib/mscae/Code.svg", + "drawio/src/main/webapp/img/lib/mscae/Cognitive_Services.svg", + "drawio/src/main/webapp/img/lib/mscae/Cognitive_Services_Computer_Vision.svg", + "drawio/src/main/webapp/img/lib/mscae/Cognitive_Services_Speech.svg", + "drawio/src/main/webapp/img/lib/mscae/Cognitive_Services_emotion.svg", + "drawio/src/main/webapp/img/lib/mscae/Cognitive_Services_face.svg", + "drawio/src/main/webapp/img/lib/mscae/Cognitive_Services_luis.svg", + "drawio/src/main/webapp/img/lib/mscae/Cognitive_Services_recommendations.svg", + "drawio/src/main/webapp/img/lib/mscae/Cognitive_Services_textanalytics.svg", + "drawio/src/main/webapp/img/lib/mscae/Cognitive_Services_web_language_model.svg", + "drawio/src/main/webapp/img/lib/mscae/Commits.svg", + "drawio/src/main/webapp/img/lib/mscae/Connection.svg", + "drawio/src/main/webapp/img/lib/mscae/Connections.svg", + "drawio/src/main/webapp/img/lib/mscae/ContactInfo.svg", + "drawio/src/main/webapp/img/lib/mscae/Container_Instances.svg", + "drawio/src/main/webapp/img/lib/mscae/Container_Registries.svg", + "drawio/src/main/webapp/img/lib/mscae/Container_Service.svg", + "drawio/src/main/webapp/img/lib/mscae/ContentManagementSystem.svg", + "drawio/src/main/webapp/img/lib/mscae/Content_Delivery_Network.svg", + "drawio/src/main/webapp/img/lib/mscae/Content_Protection.svg", + "drawio/src/main/webapp/img/lib/mscae/ContinuousExport.svg", + "drawio/src/main/webapp/img/lib/mscae/Controllers.svg", + "drawio/src/main/webapp/img/lib/mscae/Controls.svg", + "drawio/src/main/webapp/img/lib/mscae/ControlsHorizontal.svg", + "drawio/src/main/webapp/img/lib/mscae/CosmosDB.svg", + "drawio/src/main/webapp/img/lib/mscae/Counter.svg", + "drawio/src/main/webapp/img/lib/mscae/Cubes.svg", + "drawio/src/main/webapp/img/lib/mscae/CustomDomain.svg", + "drawio/src/main/webapp/img/lib/mscae/CustomerInsights.svg", + "drawio/src/main/webapp/img/lib/mscae/Customer_Lockbox.svg", + "drawio/src/main/webapp/img/lib/mscae/DC_OS.svg", + "drawio/src/main/webapp/img/lib/mscae/DDOS_Protection_Plans.svg", + "drawio/src/main/webapp/img/lib/mscae/DNS.svg", + "drawio/src/main/webapp/img/lib/mscae/DNS_Private_Zones.svg", + "drawio/src/main/webapp/img/lib/mscae/DataServices_category_rollup.svg", + "drawio/src/main/webapp/img/lib/mscae/Data_Box.svg", + "drawio/src/main/webapp/img/lib/mscae/Data_Box_Edge_Data_Box_Gateway.svg", + "drawio/src/main/webapp/img/lib/mscae/Data_Catalog.svg", + "drawio/src/main/webapp/img/lib/mscae/Data_Factory.svg", + "drawio/src/main/webapp/img/lib/mscae/Data_Lake.svg", + "drawio/src/main/webapp/img/lib/mscae/Data_Lake_Analytics.svg", + "drawio/src/main/webapp/img/lib/mscae/Data_Lake_Storage.svg", + "drawio/src/main/webapp/img/lib/mscae/Data_Lake_Store.svg", + "drawio/src/main/webapp/img/lib/mscae/Data_Warehouse.svg", + "drawio/src/main/webapp/img/lib/mscae/DatabaseRestore.svg", + "drawio/src/main/webapp/img/lib/mscae/Database_General.svg", + "drawio/src/main/webapp/img/lib/mscae/Databricks.svg", + "drawio/src/main/webapp/img/lib/mscae/Dedicated_Event_Hub.svg", + "drawio/src/main/webapp/img/lib/mscae/DevConsole.svg", + "drawio/src/main/webapp/img/lib/mscae/DevTest_Labs.svg", + "drawio/src/main/webapp/img/lib/mscae/Developer_Tools.svg", + "drawio/src/main/webapp/img/lib/mscae/Device_Compliance.svg", + "drawio/src/main/webapp/img/lib/mscae/Device_Config.svg", + "drawio/src/main/webapp/img/lib/mscae/Device_Provisioning_Services.svg", + "drawio/src/main/webapp/img/lib/mscae/Devices_Groups.svg", + "drawio/src/main/webapp/img/lib/mscae/DirectorySync.svg", + "drawio/src/main/webapp/img/lib/mscae/Discard.svg", + "drawio/src/main/webapp/img/lib/mscae/Discs.svg", + "drawio/src/main/webapp/img/lib/mscae/Docker.svg", + "drawio/src/main/webapp/img/lib/mscae/DocumentDB.svg", + "drawio/src/main/webapp/img/lib/mscae/Download.svg", + "drawio/src/main/webapp/img/lib/mscae/Education.svg", + "drawio/src/main/webapp/img/lib/mscae/Elastic_Database_Pools.svg", + "drawio/src/main/webapp/img/lib/mscae/Elastic_Job_Agents.svg", + "drawio/src/main/webapp/img/lib/mscae/Enrollment.svg", + "drawio/src/main/webapp/img/lib/mscae/Enterprise_Applications.svg", + "drawio/src/main/webapp/img/lib/mscae/EventLog.svg", + "drawio/src/main/webapp/img/lib/mscae/Event_Grid.svg", + "drawio/src/main/webapp/img/lib/mscae/Event_Grid_Topics.svg", + "drawio/src/main/webapp/img/lib/mscae/Event_Hub_Clusters.svg", + "drawio/src/main/webapp/img/lib/mscae/Event_Hubs.svg", + "drawio/src/main/webapp/img/lib/mscae/Exchange_On_premises_Access.svg", + "drawio/src/main/webapp/img/lib/mscae/Express_Route.svg", + "drawio/src/main/webapp/img/lib/mscae/Extensions.svg", + "drawio/src/main/webapp/img/lib/mscae/Favorite.svg", + "drawio/src/main/webapp/img/lib/mscae/File.svg", + "drawio/src/main/webapp/img/lib/mscae/Files.svg", + "drawio/src/main/webapp/img/lib/mscae/Folder.svg", + "drawio/src/main/webapp/img/lib/mscae/FolderBlank.svg", + "drawio/src/main/webapp/img/lib/mscae/FolderCube.svg", + "drawio/src/main/webapp/img/lib/mscae/FolderWebsite.svg", + "drawio/src/main/webapp/img/lib/mscae/ForPlacementOnly.svg", + "drawio/src/main/webapp/img/lib/mscae/Free_Services.svg", + "drawio/src/main/webapp/img/lib/mscae/Front_Doors.svg", + "drawio/src/main/webapp/img/lib/mscae/Ftp.svg", + "drawio/src/main/webapp/img/lib/mscae/Functions.svg", + "drawio/src/main/webapp/img/lib/mscae/GalleryManagement.svg", + "drawio/src/main/webapp/img/lib/mscae/Gateway.svg", + "drawio/src/main/webapp/img/lib/mscae/Gear.svg", + "drawio/src/main/webapp/img/lib/mscae/GearAlternate.svg", + "drawio/src/main/webapp/img/lib/mscae/GearAlternate_2.svg", + "drawio/src/main/webapp/img/lib/mscae/Gear_2.svg", + "drawio/src/main/webapp/img/lib/mscae/General_Storage.svg", + "drawio/src/main/webapp/img/lib/mscae/Genomics_Accounts.svg", + "drawio/src/main/webapp/img/lib/mscae/GeoReplicationPremium.svg", + "drawio/src/main/webapp/img/lib/mscae/GeoReplicationStandard.svg", + "drawio/src/main/webapp/img/lib/mscae/GetMoreLicense.svg", + "drawio/src/main/webapp/img/lib/mscae/GetStarted.svg", + "drawio/src/main/webapp/img/lib/mscae/Gift.svg", + "drawio/src/main/webapp/img/lib/mscae/Globe.svg", + "drawio/src/main/webapp/img/lib/mscae/GlobeError.svg", + "drawio/src/main/webapp/img/lib/mscae/GlobeSuccess.svg", + "drawio/src/main/webapp/img/lib/mscae/GlobeWarning.svg", + "drawio/src/main/webapp/img/lib/mscae/Go.svg", + "drawio/src/main/webapp/img/lib/mscae/GreatScott.svg", + "drawio/src/main/webapp/img/lib/mscae/Grid.svg", + "drawio/src/main/webapp/img/lib/mscae/Grid3x3.svg", + "drawio/src/main/webapp/img/lib/mscae/Guest_Assignments.svg", + "drawio/src/main/webapp/img/lib/mscae/Guide.svg", + "drawio/src/main/webapp/img/lib/mscae/Guide_2.svg", + "drawio/src/main/webapp/img/lib/mscae/HDInsight.svg", + "drawio/src/main/webapp/img/lib/mscae/HDInsightClusters.svg", + "drawio/src/main/webapp/img/lib/mscae/Hammer.svg", + "drawio/src/main/webapp/img/lib/mscae/Heart.svg", + "drawio/src/main/webapp/img/lib/mscae/HeartPulse.svg", + "drawio/src/main/webapp/img/lib/mscae/Home.svg", + "drawio/src/main/webapp/img/lib/mscae/HybridConnectionEndpoint.svg", + "drawio/src/main/webapp/img/lib/mscae/IOT_edge.svg", + "drawio/src/main/webapp/img/lib/mscae/Identity_Governance.svg", + "drawio/src/main/webapp/img/lib/mscae/Image.svg", + "drawio/src/main/webapp/img/lib/mscae/Image_Definitions.svg", + "drawio/src/main/webapp/img/lib/mscae/Image_Versions.svg", + "drawio/src/main/webapp/img/lib/mscae/InboundNAT.svg", + "drawio/src/main/webapp/img/lib/mscae/InboundRule.svg", + "drawio/src/main/webapp/img/lib/mscae/Info.svg", + "drawio/src/main/webapp/img/lib/mscae/Info_2.svg", + "drawio/src/main/webapp/img/lib/mscae/Input.svg", + "drawio/src/main/webapp/img/lib/mscae/InputOutput.svg", + "drawio/src/main/webapp/img/lib/mscae/InstallVisualStudio.svg", + "drawio/src/main/webapp/img/lib/mscae/Integration_Accounts.svg", + "drawio/src/main/webapp/img/lib/mscae/Integration_Service_Environments.svg", + "drawio/src/main/webapp/img/lib/mscae/Intune_App_Protection.svg", + "drawio/src/main/webapp/img/lib/mscae/Job.svg", + "drawio/src/main/webapp/img/lib/mscae/JourneyHub.svg", + "drawio/src/main/webapp/img/lib/mscae/Key.svg", + "drawio/src/main/webapp/img/lib/mscae/KeyVault.svg", + "drawio/src/main/webapp/img/lib/mscae/Key_Vaults.svg", + "drawio/src/main/webapp/img/lib/mscae/KeyboardShortcuts.svg", + "drawio/src/main/webapp/img/lib/mscae/Kubernetes.svg", + "drawio/src/main/webapp/img/lib/mscae/Kubernetes_Services.svg", + "drawio/src/main/webapp/img/lib/mscae/KuduKnife.svg", + "drawio/src/main/webapp/img/lib/mscae/LaunchPortal.svg", + "drawio/src/main/webapp/img/lib/mscae/LoadTest.svg", + "drawio/src/main/webapp/img/lib/mscae/Load_Balancer_feature.svg", + "drawio/src/main/webapp/img/lib/mscae/LocalNetwork.svg", + "drawio/src/main/webapp/img/lib/mscae/Local_Network_Gateways.svg", + "drawio/src/main/webapp/img/lib/mscae/Location.svg", + "drawio/src/main/webapp/img/lib/mscae/Log.svg", + "drawio/src/main/webapp/img/lib/mscae/LogDiagnostics.svg", + "drawio/src/main/webapp/img/lib/mscae/LogStreaming.svg", + "drawio/src/main/webapp/img/lib/mscae/Log_Analytics_Workspaces.svg", + "drawio/src/main/webapp/img/lib/mscae/Logic_Apps.svg", + "drawio/src/main/webapp/img/lib/mscae/Logic_Apps_Custom_Connector.svg", + "drawio/src/main/webapp/img/lib/mscae/MD_snapshot.svg", + "drawio/src/main/webapp/img/lib/mscae/MachineLearningServicePlans.svg", + "drawio/src/main/webapp/img/lib/mscae/MachineLearningWebServices.svg", + "drawio/src/main/webapp/img/lib/mscae/MachineLearningWorkspaces.svg", + "drawio/src/main/webapp/img/lib/mscae/Machine_Learning.svg", + "drawio/src/main/webapp/img/lib/mscae/Machine_Learning_Service_Workspaces.svg", + "drawio/src/main/webapp/img/lib/mscae/Machine_Learning_Studio_Web_Service_Plans.svg", + "drawio/src/main/webapp/img/lib/mscae/Machine_Learning_Studio_Web_Services.svg", + "drawio/src/main/webapp/img/lib/mscae/Machine_Learning_Studio_Workspaces.svg", + "drawio/src/main/webapp/img/lib/mscae/ManagePortal.svg", + "drawio/src/main/webapp/img/lib/mscae/ManagedApplications.svg", + "drawio/src/main/webapp/img/lib/mscae/Managed_Applications.svg", + "drawio/src/main/webapp/img/lib/mscae/Managed_Databases.svg", + "drawio/src/main/webapp/img/lib/mscae/Managed_Desktop.svg", + "drawio/src/main/webapp/img/lib/mscae/Managed_Identities.svg", + "drawio/src/main/webapp/img/lib/mscae/Management_Groups.svg", + "drawio/src/main/webapp/img/lib/mscae/Management_Portal.svg", + "drawio/src/main/webapp/img/lib/mscae/MediaFile.svg", + "drawio/src/main/webapp/img/lib/mscae/Media_Encoding.svg", + "drawio/src/main/webapp/img/lib/mscae/Media_On_Demand.svg", + "drawio/src/main/webapp/img/lib/mscae/Media_Services.svg", + "drawio/src/main/webapp/img/lib/mscae/Migration_Projects.svg", + "drawio/src/main/webapp/img/lib/mscae/Mobile_Engagement.svg", + "drawio/src/main/webapp/img/lib/mscae/Module.svg", + "drawio/src/main/webapp/img/lib/mscae/Monitor.svg", + "drawio/src/main/webapp/img/lib/mscae/Monitoring.svg", + "drawio/src/main/webapp/img/lib/mscae/Multi_Factor_Authentication.svg", + "drawio/src/main/webapp/img/lib/mscae/MySQL_ClearDB_database.svg", + "drawio/src/main/webapp/img/lib/mscae/NSG.svg", + "drawio/src/main/webapp/img/lib/mscae/NetworkInterfaceCard.svg", + "drawio/src/main/webapp/img/lib/mscae/Network_Security_Groups_Classic.svg", + "drawio/src/main/webapp/img/lib/mscae/Network_watcher.svg", + "drawio/src/main/webapp/img/lib/mscae/New.svg", + "drawio/src/main/webapp/img/lib/mscae/NextBill.svg", + "drawio/src/main/webapp/img/lib/mscae/Non_Azure_Machine.svg", + "drawio/src/main/webapp/img/lib/mscae/Notification.svg", + "drawio/src/main/webapp/img/lib/mscae/Notification_Hubs.svg", + "drawio/src/main/webapp/img/lib/mscae/OS_Images_Classic.svg", + "drawio/src/main/webapp/img/lib/mscae/Offer.svg", + "drawio/src/main/webapp/img/lib/mscae/OnPremiseSetup.svg", + "drawio/src/main/webapp/img/lib/mscae/On_Premises_Data_Gateways.svg", + "drawio/src/main/webapp/img/lib/mscae/OpenShift.svg", + "drawio/src/main/webapp/img/lib/mscae/Operations_Management_Suite.svg", + "drawio/src/main/webapp/img/lib/mscae/OutboundNAT.svg", + "drawio/src/main/webapp/img/lib/mscae/OutboundRule.svg", + "drawio/src/main/webapp/img/lib/mscae/Output.svg", + "drawio/src/main/webapp/img/lib/mscae/Paused.svg", + "drawio/src/main/webapp/img/lib/mscae/Peerings.svg", + "drawio/src/main/webapp/img/lib/mscae/Pending.svg", + "drawio/src/main/webapp/img/lib/mscae/Person.svg", + "drawio/src/main/webapp/img/lib/mscae/PersonWithFriend.svg", + "drawio/src/main/webapp/img/lib/mscae/Phone.svg", + "drawio/src/main/webapp/img/lib/mscae/PluralSight_mono.svg", + "drawio/src/main/webapp/img/lib/mscae/Policy.svg", + "drawio/src/main/webapp/img/lib/mscae/PortalCurrent.svg", + "drawio/src/main/webapp/img/lib/mscae/Postpone.svg", + "drawio/src/main/webapp/img/lib/mscae/Power.svg", + "drawio/src/main/webapp/img/lib/mscae/PowerUp.svg", + "drawio/src/main/webapp/img/lib/mscae/PowerUp_2.svg", + "drawio/src/main/webapp/img/lib/mscae/Powershell.svg", + "drawio/src/main/webapp/img/lib/mscae/PreviewRight.svg", + "drawio/src/main/webapp/img/lib/mscae/Probe.svg", + "drawio/src/main/webapp/img/lib/mscae/ProcessExplorer.svg", + "drawio/src/main/webapp/img/lib/mscae/ProductionReadyDB.svg", + "drawio/src/main/webapp/img/lib/mscae/Publish.svg", + "drawio/src/main/webapp/img/lib/mscae/PullRequest.svg", + "drawio/src/main/webapp/img/lib/mscae/QSDiagnostics.svg", + "drawio/src/main/webapp/img/lib/mscae/QSFile.svg", + "drawio/src/main/webapp/img/lib/mscae/QSMail.svg", + "drawio/src/main/webapp/img/lib/mscae/QSWarning.svg", + "drawio/src/main/webapp/img/lib/mscae/Queued.svg", + "drawio/src/main/webapp/img/lib/mscae/Queues_Storage.svg", + "drawio/src/main/webapp/img/lib/mscae/Quick_Start_Center.svg", + "drawio/src/main/webapp/img/lib/mscae/Quickstart.svg", + "drawio/src/main/webapp/img/lib/mscae/Quota.svg", + "drawio/src/main/webapp/img/lib/mscae/RDMA.svg", + "drawio/src/main/webapp/img/lib/mscae/Rain.svg", + "drawio/src/main/webapp/img/lib/mscae/Recommendation.svg", + "drawio/src/main/webapp/img/lib/mscae/RemoteApp.svg", + "drawio/src/main/webapp/img/lib/mscae/Reservations.svg", + "drawio/src/main/webapp/img/lib/mscae/ResourceDefault.svg", + "drawio/src/main/webapp/img/lib/mscae/ResourceGroup.svg", + "drawio/src/main/webapp/img/lib/mscae/ResourceLinked.svg", + "drawio/src/main/webapp/img/lib/mscae/ResourceProvider.svg", + "drawio/src/main/webapp/img/lib/mscae/ResourceRole.svg", + "drawio/src/main/webapp/img/lib/mscae/Resource_Explorer.svg", + "drawio/src/main/webapp/img/lib/mscae/Resource_Graph_Explorer.svg", + "drawio/src/main/webapp/img/lib/mscae/Resource_Groups.svg", + "drawio/src/main/webapp/img/lib/mscae/Route_Filter.svg", + "drawio/src/main/webapp/img/lib/mscae/Rule.svg", + "drawio/src/main/webapp/img/lib/mscae/RunbookSource.svg", + "drawio/src/main/webapp/img/lib/mscae/Runbooks.svg", + "drawio/src/main/webapp/img/lib/mscae/SAP_HANA_on_Azure.svg", + "drawio/src/main/webapp/img/lib/mscae/SDK.svg", + "drawio/src/main/webapp/img/lib/mscae/SQLQueryPerformanceCheck.svg", + "drawio/src/main/webapp/img/lib/mscae/SQL_DataWarehouse.svg", + "drawio/src/main/webapp/img/lib/mscae/SQL_Database_generic.svg", + "drawio/src/main/webapp/img/lib/mscae/SQL_Managed_Instances.svg", + "drawio/src/main/webapp/img/lib/mscae/SQL_Servers.svg", + "drawio/src/main/webapp/img/lib/mscae/SQL_Stretch_Database.svg", + "drawio/src/main/webapp/img/lib/mscae/SSD.svg", + "drawio/src/main/webapp/img/lib/mscae/Scale.svg", + "drawio/src/main/webapp/img/lib/mscae/ScaleAlt.svg", + "drawio/src/main/webapp/img/lib/mscae/SchedulerJob.svg", + "drawio/src/main/webapp/img/lib/mscae/SchedulerJobCollection.svg", + "drawio/src/main/webapp/img/lib/mscae/Search.svg", + "drawio/src/main/webapp/img/lib/mscae/SearchGrid.svg", + "drawio/src/main/webapp/img/lib/mscae/Security_Baselines.svg", + "drawio/src/main/webapp/img/lib/mscae/Security_Center.svg", + "drawio/src/main/webapp/img/lib/mscae/SendGrid_Accounts.svg", + "drawio/src/main/webapp/img/lib/mscae/Server.svg", + "drawio/src/main/webapp/img/lib/mscae/ServerFarm.svg", + "drawio/src/main/webapp/img/lib/mscae/ServerProxy.svg", + "drawio/src/main/webapp/img/lib/mscae/ServiceHealth.svg", + "drawio/src/main/webapp/img/lib/mscae/Service_Bus.svg", + "drawio/src/main/webapp/img/lib/mscae/Service_Bus_Queues.svg", + "drawio/src/main/webapp/img/lib/mscae/Service_Bus_Relay.svg", + "drawio/src/main/webapp/img/lib/mscae/Service_Bus_Topics.svg", + "drawio/src/main/webapp/img/lib/mscae/Service_Catalog_Managed_Application_Definitions.svg", + "drawio/src/main/webapp/img/lib/mscae/Service_Endpoint_Policies.svg", + "drawio/src/main/webapp/img/lib/mscae/Service_Fabric.svg", + "drawio/src/main/webapp/img/lib/mscae/Shared_Dashboard.svg", + "drawio/src/main/webapp/img/lib/mscae/Shared_Image_Galleries.svg", + "drawio/src/main/webapp/img/lib/mscae/ShieldFirewall.svg", + "drawio/src/main/webapp/img/lib/mscae/SignalR.svg", + "drawio/src/main/webapp/img/lib/mscae/Site_Recovery.svg", + "drawio/src/main/webapp/img/lib/mscae/Software_Update.svg", + "drawio/src/main/webapp/img/lib/mscae/Software_as_a_Service.svg", + "drawio/src/main/webapp/img/lib/mscae/Solutions.svg", + "drawio/src/main/webapp/img/lib/mscae/Spatial_Anchor.svg", + "drawio/src/main/webapp/img/lib/mscae/StackOverflow.svg", + "drawio/src/main/webapp/img/lib/mscae/StorSimple.svg", + "drawio/src/main/webapp/img/lib/mscae/StorSimple_Data_Managers.svg", + "drawio/src/main/webapp/img/lib/mscae/Storage.svg", + "drawio/src/main/webapp/img/lib/mscae/StorageAzureFiles.svg", + "drawio/src/main/webapp/img/lib/mscae/StorageContainer.svg", + "drawio/src/main/webapp/img/lib/mscae/StorageQueue.svg", + "drawio/src/main/webapp/img/lib/mscae/StorageReplica.svg", + "drawio/src/main/webapp/img/lib/mscae/Storage_Accounts.svg", + "drawio/src/main/webapp/img/lib/mscae/Storage_Explorer.svg", + "drawio/src/main/webapp/img/lib/mscae/Storage_sync_service.svg", + "drawio/src/main/webapp/img/lib/mscae/Store_Marketplace.svg", + "drawio/src/main/webapp/img/lib/mscae/Stream_Analytics.svg", + "drawio/src/main/webapp/img/lib/mscae/Subnet.svg", + "drawio/src/main/webapp/img/lib/mscae/Support.svg", + "drawio/src/main/webapp/img/lib/mscae/Support_2.svg", + "drawio/src/main/webapp/img/lib/mscae/Support_Requests.svg", + "drawio/src/main/webapp/img/lib/mscae/TFSVCRepository.svg", + "drawio/src/main/webapp/img/lib/mscae/Table_Storage.svg", + "drawio/src/main/webapp/img/lib/mscae/Tag.svg", + "drawio/src/main/webapp/img/lib/mscae/Tags.svg", + "drawio/src/main/webapp/img/lib/mscae/Task.svg", + "drawio/src/main/webapp/img/lib/mscae/TaskVM.svg", + "drawio/src/main/webapp/img/lib/mscae/Tasks.svg", + "drawio/src/main/webapp/img/lib/mscae/TasksPolychromatic.svg", + "drawio/src/main/webapp/img/lib/mscae/Tax.svg", + "drawio/src/main/webapp/img/lib/mscae/TeamProject.svg", + "drawio/src/main/webapp/img/lib/mscae/Templates.svg", + "drawio/src/main/webapp/img/lib/mscae/Tenant_Status.svg", + "drawio/src/main/webapp/img/lib/mscae/TimeSeriesInsights.svg", + "drawio/src/main/webapp/img/lib/mscae/Time_Series_Insights_environments.svg", + "drawio/src/main/webapp/img/lib/mscae/Toolbox.svg", + "drawio/src/main/webapp/img/lib/mscae/Tools.svg", + "drawio/src/main/webapp/img/lib/mscae/TrafficManagerDisabled.svg", + "drawio/src/main/webapp/img/lib/mscae/TrafficManagerEnabled.svg", + "drawio/src/main/webapp/img/lib/mscae/Traffic_Manager.svg", + "drawio/src/main/webapp/img/lib/mscae/Two_User_Icon.svg", + "drawio/src/main/webapp/img/lib/mscae/Unidentified_Feature_Object.svg", + "drawio/src/main/webapp/img/lib/mscae/UserDefinedRoute.svg", + "drawio/src/main/webapp/img/lib/mscae/User_Health_Icon.svg", + "drawio/src/main/webapp/img/lib/mscae/User_Privacy.svg", + "drawio/src/main/webapp/img/lib/mscae/User_Resource.svg", + "drawio/src/main/webapp/img/lib/mscae/VMScale.svg", + "drawio/src/main/webapp/img/lib/mscae/VM_Images.svg", + "drawio/src/main/webapp/img/lib/mscae/VM_Linux.svg", + "drawio/src/main/webapp/img/lib/mscae/VM_Linux_Non_Azure.svg", + "drawio/src/main/webapp/img/lib/mscae/VM_Scale_Set.svg", + "drawio/src/main/webapp/img/lib/mscae/VM_Windows_Non_Azure.svg", + "drawio/src/main/webapp/img/lib/mscae/VPNPointToSite.svg", + "drawio/src/main/webapp/img/lib/mscae/VPNSiteToSite.svg", + "drawio/src/main/webapp/img/lib/mscae/VPN_Gateway.svg", + "drawio/src/main/webapp/img/lib/mscae/Variables.svg", + "drawio/src/main/webapp/img/lib/mscae/Versions.svg", + "drawio/src/main/webapp/img/lib/mscae/VirtualMachineLinux.svg", + "drawio/src/main/webapp/img/lib/mscae/VirtualMachineWindows.svg", + "drawio/src/main/webapp/img/lib/mscae/Virtual_Clusters.svg", + "drawio/src/main/webapp/img/lib/mscae/Virtual_Datacenter.svg", + "drawio/src/main/webapp/img/lib/mscae/Virtual_Machine.svg", + "drawio/src/main/webapp/img/lib/mscae/Virtual_Machine_2.svg", + "drawio/src/main/webapp/img/lib/mscae/Virtual_Machines_Availability_Set.svg", + "drawio/src/main/webapp/img/lib/mscae/Virtual_Machines_Linux.svg", + "drawio/src/main/webapp/img/lib/mscae/Virtual_Network.svg", + "drawio/src/main/webapp/img/lib/mscae/Virtual_Network_Classic.svg", + "drawio/src/main/webapp/img/lib/mscae/Virtual_WANs.svg", + "drawio/src/main/webapp/img/lib/mscae/Visual_Studio_Team_Services_CodePlex_source.svg", + "drawio/src/main/webapp/img/lib/mscae/WebAppUmbraco.svg", + "drawio/src/main/webapp/img/lib/mscae/WebAppWordPress.svg", + "drawio/src/main/webapp/img/lib/mscae/WebApp_WebJobs.svg", + "drawio/src/main/webapp/img/lib/mscae/WebEnvironment.svg", + "drawio/src/main/webapp/img/lib/mscae/WebHosting.svg", + "drawio/src/main/webapp/img/lib/mscae/WebNetwork.svg", + "drawio/src/main/webapp/img/lib/mscae/WebSlots.svg", + "drawio/src/main/webapp/img/lib/mscae/WebTest.svg", + "drawio/src/main/webapp/img/lib/mscae/Web_App_Firewall.svg", + "drawio/src/main/webapp/img/lib/mscae/Webhooks.svg", + "drawio/src/main/webapp/img/lib/mscae/WebsitePower.svg", + "drawio/src/main/webapp/img/lib/mscae/WebsiteReplicator.svg", + "drawio/src/main/webapp/img/lib/mscae/WebsiteSettings.svg", + "drawio/src/main/webapp/img/lib/mscae/WebsiteStaging.svg", + "drawio/src/main/webapp/img/lib/mscae/Windows_10_IoT_Core_Services.svg", + "drawio/src/main/webapp/img/lib/mscae/Workflow.svg", + "drawio/src/main/webapp/img/lib/mscae/Wrench.svg", + "drawio/src/main/webapp/img/lib/mscae/XboxController.svg", + "drawio/src/main/webapp/img/lib/mscae/dataExport.svg", + "drawio/src/main/webapp/img/lib/mscae/dataRetention.svg", + "drawio/src/main/webapp/img/lib/mscae/dep/App_Service_Logic_App.svg", + "drawio/src/main/webapp/img/lib/mscae/dep/Application_Gateway.svg", + "drawio/src/main/webapp/img/lib/mscae/dep/Content_Delivery_Network.svg", + "drawio/src/main/webapp/img/lib/mscae/dep/DataWarehouse.svg", + "drawio/src/main/webapp/img/lib/mscae/dep/Data_Lake.svg", + "drawio/src/main/webapp/img/lib/mscae/dep/Data_Lake_Analytics.svg", + "drawio/src/main/webapp/img/lib/mscae/dep/Data_Lake_Store.svg", + "drawio/src/main/webapp/img/lib/mscae/dep/SQL_Server_Stretch_DB.svg", + "drawio/src/main/webapp/img/lib/mscae/eBooks.svg", + "drawio/src/main/webapp/img/lib/mscae/healthErrorBadge.svg", + "drawio/src/main/webapp/img/lib/mscae/healthWarningBadge.svg", + "drawio/src/main/webapp/img/lib/mscae/overageCosts.svg", + "drawio/src/main/webapp/img/lib/mscae/serversAndMobileDevices.svg", + "drawio/src/main/webapp/img/networking/Bridge_128x128.png", + "drawio/src/main/webapp/img/networking/Certificate_128x128.png", + "drawio/src/main/webapp/img/networking/Certificate_Off_128x128.png", + "drawio/src/main/webapp/img/networking/Cloud_128x128.png", + "drawio/src/main/webapp/img/networking/Cloud_Computer_128x128.png", + "drawio/src/main/webapp/img/networking/Cloud_Computer_Private_128x128.png", + "drawio/src/main/webapp/img/networking/Cloud_Rack_128x128.png", + "drawio/src/main/webapp/img/networking/Cloud_Rack_Private_128x128.png", + "drawio/src/main/webapp/img/networking/Cloud_Server_128x128.png", + "drawio/src/main/webapp/img/networking/Cloud_Server_Private_128x128.png", + "drawio/src/main/webapp/img/networking/Cloud_Storage_128x128.png", + "drawio/src/main/webapp/img/networking/Concentrator_128x128.png", + "drawio/src/main/webapp/img/networking/Data_Filtering_128x128.png", + "drawio/src/main/webapp/img/networking/Database_128x128.png", + "drawio/src/main/webapp/img/networking/Database_Add_128x128.png", + "drawio/src/main/webapp/img/networking/Database_Minus_128x128.png", + "drawio/src/main/webapp/img/networking/Database_Move_Stack_128x128.png", + "drawio/src/main/webapp/img/networking/Database_Remove_128x128.png", + "drawio/src/main/webapp/img/networking/Email_128x128.png", + "drawio/src/main/webapp/img/networking/Firewall-page1_128x128.png", + "drawio/src/main/webapp/img/networking/Firewall_02_128x128.png", + "drawio/src/main/webapp/img/networking/Firewall_128x128.png", + "drawio/src/main/webapp/img/networking/Ip_Camera_128x128.png", + "drawio/src/main/webapp/img/networking/Mainframe_128x128.png", + "drawio/src/main/webapp/img/networking/Modem_128x128.png", + "drawio/src/main/webapp/img/networking/Print_Server_128x128.png", + "drawio/src/main/webapp/img/networking/Print_Server_Wireless_128x128.png", + "drawio/src/main/webapp/img/networking/Repeater_128x128.png", + "drawio/src/main/webapp/img/networking/Router_128x128.png", + "drawio/src/main/webapp/img/networking/Router_Icon_128x128.png", + "drawio/src/main/webapp/img/networking/Server_128x128.png", + "drawio/src/main/webapp/img/networking/Server_Rack_128x128.png", + "drawio/src/main/webapp/img/networking/Server_Rack_Empty_128x128.png", + "drawio/src/main/webapp/img/networking/Server_Rack_Partial_128x128.png", + "drawio/src/main/webapp/img/networking/Switch_128x128.png", + "drawio/src/main/webapp/img/networking/UPS_128x128.png", + "drawio/src/main/webapp/img/networking/Wireless_Router_128x128.png", + "drawio/src/main/webapp/img/networking/Wireless_Router_N_128x128.png", + "drawio/src/main/webapp/img/networking/power_distribution_unit_128x128.png", + "drawio/src/main/webapp/img/people/Construction_Worker_Man_128x128.png", + "drawio/src/main/webapp/img/people/Construction_Worker_Man_Black_128x128.png", + "drawio/src/main/webapp/img/people/Construction_Worker_Woman_128x128.png", + "drawio/src/main/webapp/img/people/Construction_Worker_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/people/Doctor_Man_128x128.png", + "drawio/src/main/webapp/img/people/Doctor_Man_Black_128x128.png", + "drawio/src/main/webapp/img/people/Doctor_Woman_128x128.png", + "drawio/src/main/webapp/img/people/Doctor_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/people/Farmer_Man_128x128.png", + "drawio/src/main/webapp/img/people/Farmer_Man_Black_128x128.png", + "drawio/src/main/webapp/img/people/Farmer_Woman_128x128.png", + "drawio/src/main/webapp/img/people/Farmer_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/people/Military_Officer_128x128.png", + "drawio/src/main/webapp/img/people/Military_Officer_Black_128x128.png", + "drawio/src/main/webapp/img/people/Military_Officer_Woman_128x128.png", + "drawio/src/main/webapp/img/people/Military_Officer_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/people/Nurse_Man_128x128.png", + "drawio/src/main/webapp/img/people/Nurse_Man_Black_128x128.png", + "drawio/src/main/webapp/img/people/Nurse_Man_Green_128x128.png", + "drawio/src/main/webapp/img/people/Nurse_Man_Red_128x128.png", + "drawio/src/main/webapp/img/people/Nurse_Woman_128x128.png", + "drawio/src/main/webapp/img/people/Nurse_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/people/Nurse_Woman_Green_128x128.png", + "drawio/src/main/webapp/img/people/Nurse_Woman_Red_128x128.png", + "drawio/src/main/webapp/img/people/Pilot_Man_128x128.png", + "drawio/src/main/webapp/img/people/Pilot_Man_Black_128x128.png", + "drawio/src/main/webapp/img/people/Pilot_Woman_128x128.png", + "drawio/src/main/webapp/img/people/Pilot_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/people/Scientist_Man_128x128.png", + "drawio/src/main/webapp/img/people/Scientist_Man_Black_128x128.png", + "drawio/src/main/webapp/img/people/Scientist_Woman_128x128.png", + "drawio/src/main/webapp/img/people/Scientist_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/people/Security_Man_128x128.png", + "drawio/src/main/webapp/img/people/Security_Man_Black_128x128.png", + "drawio/src/main/webapp/img/people/Security_Woman_128x128.png", + "drawio/src/main/webapp/img/people/Security_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/people/Soldier_128x128.png", + "drawio/src/main/webapp/img/people/Soldier_Black_128x128.png", + "drawio/src/main/webapp/img/people/Suit_Man_128x128.png", + "drawio/src/main/webapp/img/people/Suit_Man_Black_128x128.png", + "drawio/src/main/webapp/img/people/Suit_Man_Blue_128x128.png", + "drawio/src/main/webapp/img/people/Suit_Man_Green_128x128.png", + "drawio/src/main/webapp/img/people/Suit_Man_Green_Black_128x128.png", + "drawio/src/main/webapp/img/people/Suit_Woman_128x128.png", + "drawio/src/main/webapp/img/people/Suit_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/people/Suit_Woman_Blue_128x128.png", + "drawio/src/main/webapp/img/people/Suit_Woman_Green_128x128.png", + "drawio/src/main/webapp/img/people/Suit_Woman_Green_Black_128x128.png", + "drawio/src/main/webapp/img/people/Tech_Man_128x128.png", + "drawio/src/main/webapp/img/people/Tech_Man_Black_128x128.png", + "drawio/src/main/webapp/img/people/Telesales_Man_128x128.png", + "drawio/src/main/webapp/img/people/Telesales_Man_Black_128x128.png", + "drawio/src/main/webapp/img/people/Telesales_Woman_128x128.png", + "drawio/src/main/webapp/img/people/Telesales_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/people/Waiter_128x128.png", + "drawio/src/main/webapp/img/people/Waiter_Black_128x128.png", + "drawio/src/main/webapp/img/people/Waiter_Woman_128x128.png", + "drawio/src/main/webapp/img/people/Waiter_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/people/Worker_Black_128x128.png", + "drawio/src/main/webapp/img/people/Worker_Man_128x128.png", + "drawio/src/main/webapp/img/people/Worker_Woman_128x128.png", + "drawio/src/main/webapp/img/people/Worker_Woman_Black_128x128.png", + "drawio/src/main/webapp/img/telecommunication/Battery_0_128x128.png", + "drawio/src/main/webapp/img/telecommunication/Battery_100_128x128.png", + "drawio/src/main/webapp/img/telecommunication/Battery_50_128x128.png", + "drawio/src/main/webapp/img/telecommunication/Battery_75_128x128.png", + "drawio/src/main/webapp/img/telecommunication/Battery_allstates_128x128.png", + "drawio/src/main/webapp/img/telecommunication/BlackBerry_128x128.png", + "drawio/src/main/webapp/img/telecommunication/Cellphone_128x128.png", + "drawio/src/main/webapp/img/telecommunication/HTC_smartphone_128x128.png", + "drawio/src/main/webapp/img/telecommunication/Palm_Treo_128x128.png", + "drawio/src/main/webapp/img/telecommunication/Signal_tower_off_128x128.png", + "drawio/src/main/webapp/img/telecommunication/Signal_tower_on_128x128.png", + "drawio/src/main/webapp/img/telecommunication/iPhone_128x128.png", + "drawio/src/main/webapp/index.html", + "drawio/src/main/webapp/js/PostConfig.js", + "drawio/src/main/webapp/js/PreConfig.js", + "drawio/src/main/webapp/js/app.min.js", + "drawio/src/main/webapp/js/croppie/croppie.min.css", + "drawio/src/main/webapp/js/dropbox/Dropbox-sdk.min.js", + "drawio/src/main/webapp/js/extensions.min.js", + "drawio/src/main/webapp/js/math-print.js", + "drawio/src/main/webapp/js/onedrive/OneDrive.js", + "drawio/src/main/webapp/js/shapes.min.js", + "drawio/src/main/webapp/js/stencils.min.js", + "drawio/src/main/webapp/math/.npmignore", + "drawio/src/main/webapp/math/.travis.yml", + "drawio/src/main/webapp/math/CONTRIBUTING.md", + "drawio/src/main/webapp/math/MathJax.js", + "drawio/src/main/webapp/math/README.md", + "drawio/src/main/webapp/math/config/AM_HTMLorMML-full.js", + "drawio/src/main/webapp/math/config/AM_HTMLorMML.js", + "drawio/src/main/webapp/math/config/Accessible-full.js", + "drawio/src/main/webapp/math/config/Accessible.js", + "drawio/src/main/webapp/math/config/MML_HTMLorMML-full.js", + "drawio/src/main/webapp/math/config/MML_HTMLorMML.js", + "drawio/src/main/webapp/math/config/MMLorHTML.js", + "drawio/src/main/webapp/math/config/Safe.js", + "drawio/src/main/webapp/math/config/TeX-MML-AM_HTMLorMML-full.js", + "drawio/src/main/webapp/math/config/TeX-MML-AM_HTMLorMML.js", + "drawio/src/main/webapp/math/config/default.js", + "drawio/src/main/webapp/math/config/local/local.js", + "drawio/src/main/webapp/math/extensions/AssistiveMML.js", + "drawio/src/main/webapp/math/extensions/CHTML-preview.js", + "drawio/src/main/webapp/math/extensions/FontWarnings.js", + "drawio/src/main/webapp/math/extensions/HTML-CSS/handle-floats.js", + "drawio/src/main/webapp/math/extensions/HelpDialog.js", + "drawio/src/main/webapp/math/extensions/MatchWebFonts.js", + "drawio/src/main/webapp/math/extensions/MathEvents.js", + "drawio/src/main/webapp/math/extensions/MathML/content-mathml.js", + "drawio/src/main/webapp/math/extensions/MathML/mml3.js", + "drawio/src/main/webapp/math/extensions/MathMenu.js", + "drawio/src/main/webapp/math/extensions/MathZoom.js", + "drawio/src/main/webapp/math/extensions/Safe.js", + "drawio/src/main/webapp/math/extensions/TeX/AMScd.js", + "drawio/src/main/webapp/math/extensions/TeX/AMSmath.js", + "drawio/src/main/webapp/math/extensions/TeX/AMSsymbols.js", + "drawio/src/main/webapp/math/extensions/TeX/HTML.js", + "drawio/src/main/webapp/math/extensions/TeX/action.js", + "drawio/src/main/webapp/math/extensions/TeX/autobold.js", + "drawio/src/main/webapp/math/extensions/TeX/autoload-all.js", + "drawio/src/main/webapp/math/extensions/TeX/bbox.js", + "drawio/src/main/webapp/math/extensions/TeX/begingroup.js", + "drawio/src/main/webapp/math/extensions/TeX/boldsymbol.js", + "drawio/src/main/webapp/math/extensions/TeX/cancel.js", + "drawio/src/main/webapp/math/extensions/TeX/color.js", + "drawio/src/main/webapp/math/extensions/TeX/enclose.js", + "drawio/src/main/webapp/math/extensions/TeX/extpfeil.js", + "drawio/src/main/webapp/math/extensions/TeX/mathchoice.js", + "drawio/src/main/webapp/math/extensions/TeX/mediawiki-texvc.js", + "drawio/src/main/webapp/math/extensions/TeX/mhchem.js", + "drawio/src/main/webapp/math/extensions/TeX/mhchem3/mhchem.js", + "drawio/src/main/webapp/math/extensions/TeX/newcommand.js", + "drawio/src/main/webapp/math/extensions/TeX/noErrors.js", + "drawio/src/main/webapp/math/extensions/TeX/noUndefined.js", + "drawio/src/main/webapp/math/extensions/TeX/unicode.js", + "drawio/src/main/webapp/math/extensions/TeX/verb.js", + "drawio/src/main/webapp/math/extensions/a11y/accessibility-menu.js", + "drawio/src/main/webapp/math/extensions/a11y/auto-collapse.js", + "drawio/src/main/webapp/math/extensions/a11y/collapsible.js", + "drawio/src/main/webapp/math/extensions/a11y/explorer.js", + "drawio/src/main/webapp/math/extensions/a11y/invalid_keypress.mp3", + "drawio/src/main/webapp/math/extensions/a11y/invalid_keypress.ogg", + "drawio/src/main/webapp/math/extensions/a11y/mathjax-sre.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/functions/algebra.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/functions/elementary.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/functions/hyperbolic.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/functions/trigonometry.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/greek-capital.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/greek-mathfonts-bold.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/greek-mathfonts-italic.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/greek-mathfonts-sans-serif-bold.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/greek-scripts.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/greek-small.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/greek-symbols.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/hebrew_letters.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/latin-lower-double-accent.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/latin-lower-normal.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/latin-lower-phonetic.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/latin-lower-single-accent.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-bold-fraktur.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-bold-script.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-bold.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-double-struck.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-fraktur.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-italic.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-monospace.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-sans-serif-bold.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-sans-serif-italic.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-sans-serif.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-script.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/latin-rest.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/latin-upper-double-accent.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/latin-upper-normal.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/latin-upper-single-accent.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/math_angles.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/math_arrows.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/math_characters.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/math_delimiters.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/math_digits.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/math_geometry.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/math_harpoons.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/math_non_characters.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/math_symbols.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/math_whitespace.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/symbols/other_stars.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/units/energy.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/units/length.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/units/memory.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/units/other.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/units/speed.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/units/temperature.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/units/time.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/units/volume.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/en/units/weight.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/functions/algebra.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/functions/elementary.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/functions/hyperbolic.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/functions/trigonometry.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/greek-capital.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/greek-mathfonts-bold.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/greek-mathfonts-italic.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/greek-mathfonts-sans-serif-bold.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/greek-scripts.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/greek-small.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/greek-symbols.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/hebrew_letters.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/latin-lower-double-accent.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/latin-lower-normal.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/latin-lower-phonetic.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/latin-lower-single-accent.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-bold-fraktur.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-bold-script.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-bold.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-double-struck.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-fraktur.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-italic.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-monospace.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-sans-serif-bold.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-sans-serif-italic.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-sans-serif.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-script.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/latin-rest.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/latin-upper-double-accent.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/latin-upper-normal.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/latin-upper-single-accent.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/math_angles.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/math_arrows.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/math_characters.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/math_delimiters.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/math_digits.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/math_geometry.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/math_harpoons.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/math_non_characters.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/math_symbols.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/math_whitespace.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/symbols/other_stars.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/units/energy.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/units/length.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/units/memory.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/units/other.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/units/speed.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/units/temperature.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/units/time.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/units/volume.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/es/units/weight.js", + "drawio/src/main/webapp/math/extensions/a11y/mathmaps/mathmaps_ie.js", + "drawio/src/main/webapp/math/extensions/a11y/semantic-enrich.js", + "drawio/src/main/webapp/math/extensions/a11y/wgxpath.install.js", + "drawio/src/main/webapp/math/extensions/asciimath2jax.js", + "drawio/src/main/webapp/math/extensions/fast-preview.js", + "drawio/src/main/webapp/math/extensions/jsMath2jax.js", + "drawio/src/main/webapp/math/extensions/mml2jax.js", + "drawio/src/main/webapp/math/extensions/tex2jax.js", + "drawio/src/main/webapp/math/extensions/toMathML.js", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_AMS-Regular.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Bold.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Regular.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Bold.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_Fraktur-Regular.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_Main-Bold.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_Main-Italic.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_Main-Regular.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_Math-BoldItalic.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_Math-Italic.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_Math-Regular.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Bold.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Italic.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_SansSerif-Regular.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_Script-Regular.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_Size1-Regular.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_Size2-Regular.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_Size3-Regular.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_Size4-Regular.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_Typewriter-Regular.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_Vector-Bold.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_Vector-Regular.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_WinChrome-Regular.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/otf/MathJax_WinIE6-Regular.otf", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/woff/MathJax_Math-Regular.woff", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/woff/MathJax_Vector-Bold.woff", + "drawio/src/main/webapp/math/fonts/HTML-CSS/TeX/woff/MathJax_Vector-Regular.woff", + "drawio/src/main/webapp/math/jax/element/mml/jax.js", + "drawio/src/main/webapp/math/jax/element/mml/optable/Arrows.js", + "drawio/src/main/webapp/math/jax/element/mml/optable/BasicLatin.js", + "drawio/src/main/webapp/math/jax/element/mml/optable/CombDiacritMarks.js", + "drawio/src/main/webapp/math/jax/element/mml/optable/CombDiactForSymbols.js", + "drawio/src/main/webapp/math/jax/element/mml/optable/Dingbats.js", + "drawio/src/main/webapp/math/jax/element/mml/optable/GeneralPunctuation.js", + "drawio/src/main/webapp/math/jax/element/mml/optable/GeometricShapes.js", + "drawio/src/main/webapp/math/jax/element/mml/optable/GreekAndCoptic.js", + "drawio/src/main/webapp/math/jax/element/mml/optable/Latin1Supplement.js", + "drawio/src/main/webapp/math/jax/element/mml/optable/LetterlikeSymbols.js", + "drawio/src/main/webapp/math/jax/element/mml/optable/MathOperators.js", + "drawio/src/main/webapp/math/jax/element/mml/optable/MiscMathSymbolsA.js", + "drawio/src/main/webapp/math/jax/element/mml/optable/MiscMathSymbolsB.js", + "drawio/src/main/webapp/math/jax/element/mml/optable/MiscSymbolsAndArrows.js", + "drawio/src/main/webapp/math/jax/element/mml/optable/MiscTechnical.js", + "drawio/src/main/webapp/math/jax/element/mml/optable/SpacingModLetters.js", + "drawio/src/main/webapp/math/jax/element/mml/optable/SuppMathOperators.js", + "drawio/src/main/webapp/math/jax/element/mml/optable/SupplementalArrowsA.js", + "drawio/src/main/webapp/math/jax/element/mml/optable/SupplementalArrowsB.js", + "drawio/src/main/webapp/math/jax/input/AsciiMath/config.js", + "drawio/src/main/webapp/math/jax/input/AsciiMath/jax.js", + "drawio/src/main/webapp/math/jax/input/MathML/config.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/a.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/b.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/c.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/d.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/e.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/f.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/fr.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/g.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/h.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/i.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/j.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/k.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/l.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/m.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/n.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/o.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/opf.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/p.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/q.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/r.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/s.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/scr.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/t.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/u.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/v.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/w.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/x.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/y.js", + "drawio/src/main/webapp/math/jax/input/MathML/entities/z.js", + "drawio/src/main/webapp/math/jax/input/MathML/jax.js", + "drawio/src/main/webapp/math/jax/input/TeX/config.js", + "drawio/src/main/webapp/math/jax/input/TeX/jax.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/autoload/annotation-xml.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/autoload/maction.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/autoload/menclose.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/autoload/mglyph.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/autoload/mmultiscripts.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/autoload/ms.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/autoload/mtable.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/autoload/multiline.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/config.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/Alphabets/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/Arrows/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/DoubleStruck/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/Fraktur/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/Latin/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/Main/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/Marks/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/Misc/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/Monospace/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/NonUnicode/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/Normal/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/Operators/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/SansSerif/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/Script/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/Shapes/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/Size1/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/Size2/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/Size3/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/Size4/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/Size5/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/Size6/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/Symbols/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/Variants/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/fontdata-extra.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Asana-Math/fontdata.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/Alphabets/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/Arrows/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/DoubleStruck/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/Fraktur/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/Latin/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/Main/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/Marks/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/Misc/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/Monospace/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/NonUnicode/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/Normal/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/Operators/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/SansSerif/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/Script/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/Shapes/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size1/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size2/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size3/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size4/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size5/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size6/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/Symbols/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/Variants/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/fontdata-extra.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/fontdata.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/Alphabets/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/Arrows/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/DoubleStruck/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/Fraktur/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/Latin/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/Main/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/Marks/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/Misc/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/Monospace/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/NonUnicode/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/Normal/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/Operators/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/SansSerif/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/Script/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/Shapes/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/Size1/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/Size2/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/Size3/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/Size4/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/Size5/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/Size6/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/Symbols/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/Variants/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/fontdata-extra.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Gyre-Termes/fontdata.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/Alphabets/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/Arrows/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/DoubleStruck/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/Fraktur/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/Latin/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/Main/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/Marks/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/Misc/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/Monospace/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/NonUnicode/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/Normal/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/Operators/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/SansSerif/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/Script/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/Shapes/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/Size1/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/Size2/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/Size3/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/Size4/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/Size5/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/Size6/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/Size7/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/Symbols/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/Variants/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/fontdata-extra.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Latin-Modern/fontdata.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Neo-Euler/Alphabets/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Neo-Euler/Arrows/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Neo-Euler/Fraktur/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Neo-Euler/Main/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Neo-Euler/Marks/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Neo-Euler/NonUnicode/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Neo-Euler/Normal/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Neo-Euler/Operators/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Neo-Euler/Script/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Neo-Euler/Shapes/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Neo-Euler/Size1/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Neo-Euler/Size2/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Neo-Euler/Size3/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Neo-Euler/Size4/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Neo-Euler/Size5/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Neo-Euler/Symbols/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Neo-Euler/Variants/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Neo-Euler/fontdata-extra.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/Neo-Euler/fontdata.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Arrows/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Arrows/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Fraktur/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Fraktur/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Latin/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Main/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Main/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Main/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Main/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Marks/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Misc/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Monospace/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Normal/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Normal/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Normal/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Operators/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Operators/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Script/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Script/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Script/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Size1/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Size2/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Size3/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Size4/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Size5/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Symbols/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Symbols/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Variants/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/fontdata-extra.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/AlphaPresentForms.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/Arrows.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/BBBold.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoldFraktur.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoxDrawing.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiacritMarks.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiactForSymbols.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/ControlPictures.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/CurrencySymbols.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/Cyrillic.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/EnclosedAlphanum.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeneralPunctuation.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeometricShapes.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekAndCoptic.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekBold.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekSSBold.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/IPAExtensions.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/Latin1Supplement.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedA.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedAdditional.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedB.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedD.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/LetterlikeSymbols.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathBold.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathOperators.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathSSBold.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsA.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsB.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscSymbols.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscTechnical.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/NumberForms.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/PhoneticExtensions.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/SpacingModLetters.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuperAndSubscripts.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuppMathOperators.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/AlphaPresentForms.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BasicLatin.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BoxDrawing.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CombDiactForSymbols.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/ControlPictures.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CurrencySymbols.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Cyrillic.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/EnclosedAlphanum.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GeneralPunctuation.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekAndCoptic.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekBoldItalic.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekSSBoldItalic.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/IPAExtensions.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Latin1Supplement.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedA.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedAdditional.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedB.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LetterlikeSymbols.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldItalic.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldScript.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathOperators.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathSSItalicBold.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/SpacingModLetters.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Italic/AlphaPresentForms.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Italic/BoxDrawing.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Italic/CombDiactForSymbols.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Italic/ControlPictures.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Italic/CurrencySymbols.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Italic/Cyrillic.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Italic/EnclosedAlphanum.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Italic/GeneralPunctuation.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekAndCoptic.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekItalic.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Italic/IPAExtensions.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Italic/Latin1Supplement.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedA.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedAdditional.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedB.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Italic/LetterlikeSymbols.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathItalic.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathOperators.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathSSItalic.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathScript.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Italic/SpacingModLetters.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Italic/ij.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/AlphaPresentForms.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/Arrows.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/BBBold.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/BlockElements.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoldFraktur.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoxDrawing.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/CJK.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiacritMarks.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiactForSymbols.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/ControlPictures.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/CurrencySymbols.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/Cyrillic.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/Dingbats.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/EnclosedAlphanum.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/Fraktur.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeneralPunctuation.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeometricShapes.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekAndCoptic.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBold.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBoldItalic.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekItalic.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBold.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBoldItalic.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/Hiragana.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/IPAExtensions.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/Latin1Supplement.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedA.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedAdditional.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedB.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedD.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/LetterlikeSymbols.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBold.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldItalic.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldScript.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathItalic.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathOperators.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSS.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSBold.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalic.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalicBold.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathScript.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathTT.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsA.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsB.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbols.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbolsAndArrows.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscTechnical.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/NumberForms.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/PhoneticExtensions.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/SpacingModLetters.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/Specials.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuperAndSubscripts.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuppMathOperators.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsA.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsB.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/General/Regular/ij.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Bold/All.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/All.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Bold/All.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/All.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Bold/All.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/All.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Bold/All.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/All.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Bold/All.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/All.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/All.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/PrivateUse.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/All.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/PrivateUse.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/All.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/PrivateUse.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/All.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/PrivateUse.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/All.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/All.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/All.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/All.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/All.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/All.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/All.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/All.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/fontdata-1.0.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/fontdata-beta.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/fontdata-extra.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/STIX/fontdata.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/fonts/TeX/fontdata.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/imageFonts.js", + "drawio/src/main/webapp/math/jax/output/HTML-CSS/jax.js", + "drawio/src/main/webapp/math/jax/output/NativeMML/config.js", + "drawio/src/main/webapp/math/jax/output/NativeMML/jax.js", + "drawio/src/main/webapp/math/jax/output/PreviewHTML/config.js", + "drawio/src/main/webapp/math/jax/output/PreviewHTML/jax.js", + "drawio/src/main/webapp/math/jax/output/SVG/autoload/annotation-xml.js", + "drawio/src/main/webapp/math/jax/output/SVG/autoload/maction.js", + "drawio/src/main/webapp/math/jax/output/SVG/autoload/menclose.js", + "drawio/src/main/webapp/math/jax/output/SVG/autoload/mglyph.js", + "drawio/src/main/webapp/math/jax/output/SVG/autoload/mmultiscripts.js", + "drawio/src/main/webapp/math/jax/output/SVG/autoload/ms.js", + "drawio/src/main/webapp/math/jax/output/SVG/autoload/mtable.js", + "drawio/src/main/webapp/math/jax/output/SVG/autoload/multiline.js", + "drawio/src/main/webapp/math/jax/output/SVG/config.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Alphabets/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Alphabets/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Alphabets/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Alphabets/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Arrows/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Arrows/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/DoubleStruck/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Fraktur/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Fraktur/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Latin/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Latin/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Latin/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Latin/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Main/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Main/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Main/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Main/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Marks/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Marks/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Marks/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Marks/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Misc/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Misc/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Misc/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Misc/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Monospace/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Normal/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Normal/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Normal/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Operators/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Operators/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/SansSerif/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/SansSerif/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/SansSerif/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/SansSerif/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Script/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Script/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Script/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Shapes/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Shapes/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Shapes/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Size1/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Size2/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Size3/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Size4/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Size5/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Symbols/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Symbols/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Variants/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Variants/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Variants/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/Variants/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/fontdata-extra.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/STIX-Web/fontdata.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/AMS/Regular/Arrows.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/AMS/Regular/BoxDrawing.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/AMS/Regular/CombDiacritMarks.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/AMS/Regular/Dingbats.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/AMS/Regular/EnclosedAlphanum.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/AMS/Regular/GeometricShapes.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/AMS/Regular/GreekAndCoptic.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/AMS/Regular/Latin1Supplement.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/AMS/Regular/LetterlikeSymbols.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/AMS/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/AMS/Regular/MathOperators.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/AMS/Regular/MiscSymbols.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/AMS/Regular/MiscTechnical.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/AMS/Regular/PUA.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/AMS/Regular/SpacingModLetters.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/AMS/Regular/SuppMathOperators.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Caligraphic/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Caligraphic/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Fraktur/Bold/BasicLatin.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Fraktur/Bold/Other.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Fraktur/Bold/PUA.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Fraktur/Regular/BasicLatin.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Fraktur/Regular/PUA.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Bold/Arrows.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Bold/BasicLatin.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Bold/CombDiacritMarks.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Bold/GeneralPunctuation.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Bold/GeometricShapes.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Bold/GreekAndCoptic.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Bold/Latin1Supplement.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedB.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Bold/LetterlikeSymbols.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Bold/MathOperators.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Bold/MiscMathSymbolsA.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Bold/MiscSymbols.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Bold/MiscTechnical.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Bold/SuppMathOperators.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Bold/SupplementalArrowsA.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Italic/BasicLatin.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Italic/CombDiacritMarks.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Italic/GeneralPunctuation.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Italic/GreekAndCoptic.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedA.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedB.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Italic/LetterlikeSymbols.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Regular/BasicLatin.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Regular/GeometricShapes.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Regular/GreekAndCoptic.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedB.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Regular/LetterlikeSymbols.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Regular/MiscSymbols.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Regular/SpacingModLetters.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Main/Regular/SuppMathOperators.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Math/BoldItalic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Math/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/SansSerif/Bold/BasicLatin.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/SansSerif/Bold/Other.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/SansSerif/Italic/BasicLatin.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/SansSerif/Italic/Other.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/SansSerif/Regular/BasicLatin.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/SansSerif/Regular/Other.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Script/Regular/BasicLatin.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Script/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Size1/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Size2/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Size3/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Size4/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Typewriter/Regular/BasicLatin.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/Typewriter/Regular/Other.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/fontdata-extra.js", + "drawio/src/main/webapp/math/jax/output/SVG/fonts/TeX/fontdata.js", + "drawio/src/main/webapp/math/jax/output/SVG/jax.js", + "drawio/src/main/webapp/math/latest.js", + "drawio/src/main/webapp/mxgraph/css/common.css", + "drawio/src/main/webapp/mxgraph/images/button.gif", + "drawio/src/main/webapp/mxgraph/images/close.gif", + "drawio/src/main/webapp/mxgraph/images/collapsed.gif", + "drawio/src/main/webapp/mxgraph/images/error.gif", + "drawio/src/main/webapp/mxgraph/images/expanded.gif", + "drawio/src/main/webapp/mxgraph/images/maximize.gif", + "drawio/src/main/webapp/mxgraph/images/minimize.gif", + "drawio/src/main/webapp/mxgraph/images/normalize.gif", + "drawio/src/main/webapp/mxgraph/images/point.gif", + "drawio/src/main/webapp/mxgraph/images/resize.gif", + "drawio/src/main/webapp/mxgraph/images/separator.gif", + "drawio/src/main/webapp/mxgraph/images/submenu.gif", + "drawio/src/main/webapp/mxgraph/images/transparent.gif", + "drawio/src/main/webapp/mxgraph/images/warning.gif", + "drawio/src/main/webapp/mxgraph/images/warning.png", + "drawio/src/main/webapp/mxgraph/images/window-title.gif", + "drawio/src/main/webapp/mxgraph/images/window.gif", + "drawio/src/main/webapp/open.html", + "drawio/src/main/webapp/resources/dia.txt", + "drawio/src/main/webapp/resources/dia_am.txt", + "drawio/src/main/webapp/resources/dia_ar.txt", + "drawio/src/main/webapp/resources/dia_bg.txt", + "drawio/src/main/webapp/resources/dia_bn.txt", + "drawio/src/main/webapp/resources/dia_bs.txt", + "drawio/src/main/webapp/resources/dia_ca.txt", + "drawio/src/main/webapp/resources/dia_cs.txt", + "drawio/src/main/webapp/resources/dia_da.txt", + "drawio/src/main/webapp/resources/dia_de.txt", + "drawio/src/main/webapp/resources/dia_el.txt", + "drawio/src/main/webapp/resources/dia_eo.txt", + "drawio/src/main/webapp/resources/dia_es.txt", + "drawio/src/main/webapp/resources/dia_et.txt", + "drawio/src/main/webapp/resources/dia_eu.txt", + "drawio/src/main/webapp/resources/dia_fa.txt", + "drawio/src/main/webapp/resources/dia_fi.txt", + "drawio/src/main/webapp/resources/dia_fil.txt", + "drawio/src/main/webapp/resources/dia_fr.txt", + "drawio/src/main/webapp/resources/dia_gl.txt", + "drawio/src/main/webapp/resources/dia_gu.txt", + "drawio/src/main/webapp/resources/dia_he.txt", + "drawio/src/main/webapp/resources/dia_hi.txt", + "drawio/src/main/webapp/resources/dia_hr.txt", + "drawio/src/main/webapp/resources/dia_hu.txt", + "drawio/src/main/webapp/resources/dia_id.txt", + "drawio/src/main/webapp/resources/dia_it.txt", + "drawio/src/main/webapp/resources/dia_ja.txt", + "drawio/src/main/webapp/resources/dia_kn.txt", + "drawio/src/main/webapp/resources/dia_ko.txt", + "drawio/src/main/webapp/resources/dia_lt.txt", + "drawio/src/main/webapp/resources/dia_lv.txt", + "drawio/src/main/webapp/resources/dia_ml.txt", + "drawio/src/main/webapp/resources/dia_mr.txt", + "drawio/src/main/webapp/resources/dia_ms.txt", + "drawio/src/main/webapp/resources/dia_my.txt", + "drawio/src/main/webapp/resources/dia_nl.txt", + "drawio/src/main/webapp/resources/dia_no.txt", + "drawio/src/main/webapp/resources/dia_pl.txt", + "drawio/src/main/webapp/resources/dia_pt-br.txt", + "drawio/src/main/webapp/resources/dia_pt.txt", + "drawio/src/main/webapp/resources/dia_ro.txt", + "drawio/src/main/webapp/resources/dia_ru.txt", + "drawio/src/main/webapp/resources/dia_si.txt", + "drawio/src/main/webapp/resources/dia_sk.txt", + "drawio/src/main/webapp/resources/dia_sl.txt", + "drawio/src/main/webapp/resources/dia_sr.txt", + "drawio/src/main/webapp/resources/dia_sv.txt", + "drawio/src/main/webapp/resources/dia_sw.txt", + "drawio/src/main/webapp/resources/dia_ta.txt", + "drawio/src/main/webapp/resources/dia_te.txt", + "drawio/src/main/webapp/resources/dia_th.txt", + "drawio/src/main/webapp/resources/dia_tr.txt", + "drawio/src/main/webapp/resources/dia_uk.txt", + "drawio/src/main/webapp/resources/dia_vi.txt", + "drawio/src/main/webapp/resources/dia_zh-tw.txt", + "drawio/src/main/webapp/resources/dia_zh.txt", + "drawio/src/main/webapp/shapes/bpmn/mxBpmnShape2.js", + "drawio/src/main/webapp/shapes/er/mxER.js", + "drawio/src/main/webapp/shapes/ios7/mxIOS7Ui.js", + "drawio/src/main/webapp/shapes/mockup/mxMockupButtons.js", + "drawio/src/main/webapp/shapes/mockup/mxMockupContainers.js", + "drawio/src/main/webapp/shapes/mockup/mxMockupForms.js", + "drawio/src/main/webapp/shapes/mockup/mxMockupGraphics.js", + "drawio/src/main/webapp/shapes/mockup/mxMockupMarkup.js", + "drawio/src/main/webapp/shapes/mockup/mxMockupMisc.js", + "drawio/src/main/webapp/shapes/mockup/mxMockupNavigation.js", + "drawio/src/main/webapp/shapes/mockup/mxMockupText.js", + "drawio/src/main/webapp/shapes/mockup/mxMockupiOS.js", + "drawio/src/main/webapp/shapes/mxAWS3D.js", + "drawio/src/main/webapp/shapes/mxAWS4.js", + "drawio/src/main/webapp/shapes/mxAndroid.js", + "drawio/src/main/webapp/shapes/mxArchiMate.js", + "drawio/src/main/webapp/shapes/mxArchiMate3.js", + "drawio/src/main/webapp/shapes/mxArrows.js", + "drawio/src/main/webapp/shapes/mxAtlassian.js", + "drawio/src/main/webapp/shapes/mxBasic.js", + "drawio/src/main/webapp/shapes/mxBootstrap.js", + "drawio/src/main/webapp/shapes/mxC4.js", + "drawio/src/main/webapp/shapes/mxCabinets.js", + "drawio/src/main/webapp/shapes/mxCisco19.js", + "drawio/src/main/webapp/shapes/mxCiscoSafe.js", + "drawio/src/main/webapp/shapes/mxDFD.js", + "drawio/src/main/webapp/shapes/mxEip.js", + "drawio/src/main/webapp/shapes/mxElectrical.js", + "drawio/src/main/webapp/shapes/mxFloorplan.js", + "drawio/src/main/webapp/shapes/mxFlowchart.js", + "drawio/src/main/webapp/shapes/mxGCP2.js", + "drawio/src/main/webapp/shapes/mxGmdl.js", + "drawio/src/main/webapp/shapes/mxIBM.js", + "drawio/src/main/webapp/shapes/mxInfographic.js", + "drawio/src/main/webapp/shapes/mxKubernetes.js", + "drawio/src/main/webapp/shapes/mxLeanMap.js", + "drawio/src/main/webapp/shapes/mxNetworks.js", + "drawio/src/main/webapp/shapes/mxSysML.js", + "drawio/src/main/webapp/shapes/pid2/mxPidInstruments.js", + "drawio/src/main/webapp/shapes/pid2/mxPidMisc.js", + "drawio/src/main/webapp/shapes/pid2/mxPidValves.js", + "drawio/src/main/webapp/shapes/rack/mxRack.js", + "drawio/src/main/webapp/stencils/android/android.xml", + "drawio/src/main/webapp/stencils/arrows.xml", + "drawio/src/main/webapp/stencils/atlassian.xml", + "drawio/src/main/webapp/stencils/aws/compute.xml", + "drawio/src/main/webapp/stencils/aws/content_delivery.xml", + "drawio/src/main/webapp/stencils/aws/database.xml", + "drawio/src/main/webapp/stencils/aws/deployment_management.xml", + "drawio/src/main/webapp/stencils/aws/groups.xml", + "drawio/src/main/webapp/stencils/aws/messaging.xml", + "drawio/src/main/webapp/stencils/aws/misc.xml", + "drawio/src/main/webapp/stencils/aws/networking.xml", + "drawio/src/main/webapp/stencils/aws/non_service_specific.xml", + "drawio/src/main/webapp/stencils/aws/on_demand_workforce.xml", + "drawio/src/main/webapp/stencils/aws/storage.xml", + "drawio/src/main/webapp/stencils/aws2/administration_and_security.xml", + "drawio/src/main/webapp/stencils/aws2/analytics.xml", + "drawio/src/main/webapp/stencils/aws2/app_services.xml", + "drawio/src/main/webapp/stencils/aws2/compute_and_networking.xml", + "drawio/src/main/webapp/stencils/aws2/database.xml", + "drawio/src/main/webapp/stencils/aws2/deployment_and_management.xml", + "drawio/src/main/webapp/stencils/aws2/developer_tools.xml", + "drawio/src/main/webapp/stencils/aws2/enterprise_applications.xml", + "drawio/src/main/webapp/stencils/aws2/game_development.xml", + "drawio/src/main/webapp/stencils/aws2/internet_of_things.xml", + "drawio/src/main/webapp/stencils/aws2/management_tools.xml", + "drawio/src/main/webapp/stencils/aws2/mobile_services.xml", + "drawio/src/main/webapp/stencils/aws2/networking.xml", + "drawio/src/main/webapp/stencils/aws2/non-service_specific.xml", + "drawio/src/main/webapp/stencils/aws2/on-demand_workforce.xml", + "drawio/src/main/webapp/stencils/aws2/sdks.xml", + "drawio/src/main/webapp/stencils/aws2/security_and_identity.xml", + "drawio/src/main/webapp/stencils/aws2/storage_and_content_delivery.xml", + "drawio/src/main/webapp/stencils/aws3.xml", + "drawio/src/main/webapp/stencils/aws3d.xml", + "drawio/src/main/webapp/stencils/aws4.xml", + "drawio/src/main/webapp/stencils/azure.xml", + "drawio/src/main/webapp/stencils/basic.xml", + "drawio/src/main/webapp/stencils/bootstrap.xml", + "drawio/src/main/webapp/stencils/bpmn.xml", + "drawio/src/main/webapp/stencils/cabinets.xml", + "drawio/src/main/webapp/stencils/cisco/buildings.xml", + "drawio/src/main/webapp/stencils/cisco/computers_and_peripherals.xml", + "drawio/src/main/webapp/stencils/cisco/controllers_and_modules.xml", + "drawio/src/main/webapp/stencils/cisco/directors.xml", + "drawio/src/main/webapp/stencils/cisco/hubs_and_gateways.xml", + "drawio/src/main/webapp/stencils/cisco/misc.xml", + "drawio/src/main/webapp/stencils/cisco/modems_and_phones.xml", + "drawio/src/main/webapp/stencils/cisco/people.xml", + "drawio/src/main/webapp/stencils/cisco/routers.xml", + "drawio/src/main/webapp/stencils/cisco/security.xml", + "drawio/src/main/webapp/stencils/cisco/servers.xml", + "drawio/src/main/webapp/stencils/cisco/storage.xml", + "drawio/src/main/webapp/stencils/cisco/switches.xml", + "drawio/src/main/webapp/stencils/cisco/wireless.xml", + "drawio/src/main/webapp/stencils/cisco19.xml", + "drawio/src/main/webapp/stencils/cisco_safe/architecture.xml", + "drawio/src/main/webapp/stencils/cisco_safe/business_icons.xml", + "drawio/src/main/webapp/stencils/cisco_safe/capability.xml", + "drawio/src/main/webapp/stencils/cisco_safe/design.xml", + "drawio/src/main/webapp/stencils/cisco_safe/iot_things_icons.xml", + "drawio/src/main/webapp/stencils/cisco_safe/people_places_things_icons.xml", + "drawio/src/main/webapp/stencils/cisco_safe/security_icons.xml", + "drawio/src/main/webapp/stencils/cisco_safe/technology_icons.xml", + "drawio/src/main/webapp/stencils/cisco_safe/threat.xml", + "drawio/src/main/webapp/stencils/citrix.xml", + "drawio/src/main/webapp/stencils/eip.xml", + "drawio/src/main/webapp/stencils/electrical/abstract.xml", + "drawio/src/main/webapp/stencils/electrical/capacitors.xml", + "drawio/src/main/webapp/stencils/electrical/diodes.xml", + "drawio/src/main/webapp/stencils/electrical/electro-mechanical.xml", + "drawio/src/main/webapp/stencils/electrical/iec417.xml", + "drawio/src/main/webapp/stencils/electrical/iec_logic_gates.xml", + "drawio/src/main/webapp/stencils/electrical/inductors.xml", + "drawio/src/main/webapp/stencils/electrical/instruments.xml", + "drawio/src/main/webapp/stencils/electrical/logic_gates.xml", + "drawio/src/main/webapp/stencils/electrical/miscellaneous.xml", + "drawio/src/main/webapp/stencils/electrical/mosfets1.xml", + "drawio/src/main/webapp/stencils/electrical/mosfets2.xml", + "drawio/src/main/webapp/stencils/electrical/op_amps.xml", + "drawio/src/main/webapp/stencils/electrical/opto_electronics.xml", + "drawio/src/main/webapp/stencils/electrical/plc_ladder.xml", + "drawio/src/main/webapp/stencils/electrical/power_semiconductors.xml", + "drawio/src/main/webapp/stencils/electrical/radio.xml", + "drawio/src/main/webapp/stencils/electrical/resistors.xml", + "drawio/src/main/webapp/stencils/electrical/rot_mech.xml", + "drawio/src/main/webapp/stencils/electrical/signal_sources.xml", + "drawio/src/main/webapp/stencils/electrical/thermionic_devices.xml", + "drawio/src/main/webapp/stencils/electrical/transistors.xml", + "drawio/src/main/webapp/stencils/electrical/transmission.xml", + "drawio/src/main/webapp/stencils/electrical/waveforms.xml", + "drawio/src/main/webapp/stencils/floorplan.xml", + "drawio/src/main/webapp/stencils/flowchart.xml", + "drawio/src/main/webapp/stencils/fluid_power.xml", + "drawio/src/main/webapp/stencils/gcp/big_data.xml", + "drawio/src/main/webapp/stencils/gcp/compute.xml", + "drawio/src/main/webapp/stencils/gcp/developer_tools.xml", + "drawio/src/main/webapp/stencils/gcp/extras.xml", + "drawio/src/main/webapp/stencils/gcp/identity_and_security.xml", + "drawio/src/main/webapp/stencils/gcp/machine_learning.xml", + "drawio/src/main/webapp/stencils/gcp/management_tools.xml", + "drawio/src/main/webapp/stencils/gcp/networking.xml", + "drawio/src/main/webapp/stencils/gcp/product_cards.xml", + "drawio/src/main/webapp/stencils/gcp/storage_databases.xml", + "drawio/src/main/webapp/stencils/gcp2.xml", + "drawio/src/main/webapp/stencils/gmdl.xml", + "drawio/src/main/webapp/stencils/ibm.xml", + "drawio/src/main/webapp/stencils/ios7/icons.xml", + "drawio/src/main/webapp/stencils/ios7/misc.xml", + "drawio/src/main/webapp/stencils/kubernetes.xml", + "drawio/src/main/webapp/stencils/lean_mapping.xml", + "drawio/src/main/webapp/stencils/mockup/advertising.xml", + "drawio/src/main/webapp/stencils/mockup/calendars.xml", + "drawio/src/main/webapp/stencils/mockup/carousel.xml", + "drawio/src/main/webapp/stencils/mockup/charts_and_tables.xml", + "drawio/src/main/webapp/stencils/mockup/controls.xml", + "drawio/src/main/webapp/stencils/mockup/form_elements.xml", + "drawio/src/main/webapp/stencils/mockup/menus_and_buttons.xml", + "drawio/src/main/webapp/stencils/mockup/misc.xml", + "drawio/src/main/webapp/stencils/mockup/tabs.xml", + "drawio/src/main/webapp/stencils/mscae/cloud.xml", + "drawio/src/main/webapp/stencils/mscae/deprecated.xml", + "drawio/src/main/webapp/stencils/mscae/enterprise.xml", + "drawio/src/main/webapp/stencils/mscae/general.xml", + "drawio/src/main/webapp/stencils/mscae/general_symbols.xml", + "drawio/src/main/webapp/stencils/mscae/intune.xml", + "drawio/src/main/webapp/stencils/mscae/oms.xml", + "drawio/src/main/webapp/stencils/mscae/opsmanager.xml", + "drawio/src/main/webapp/stencils/mscae/other.xml", + "drawio/src/main/webapp/stencils/mscae/system_center.xml", + "drawio/src/main/webapp/stencils/mscae/vm.xml", + "drawio/src/main/webapp/stencils/networks.xml", + "drawio/src/main/webapp/stencils/office/clouds.xml", + "drawio/src/main/webapp/stencils/office/communications.xml", + "drawio/src/main/webapp/stencils/office/concepts.xml", + "drawio/src/main/webapp/stencils/office/databases.xml", + "drawio/src/main/webapp/stencils/office/devices.xml", + "drawio/src/main/webapp/stencils/office/security.xml", + "drawio/src/main/webapp/stencils/office/servers.xml", + "drawio/src/main/webapp/stencils/office/services.xml", + "drawio/src/main/webapp/stencils/office/sites.xml", + "drawio/src/main/webapp/stencils/office/users.xml", + "drawio/src/main/webapp/stencils/pid/agitators.xml", + "drawio/src/main/webapp/stencils/pid/apparatus_elements.xml", + "drawio/src/main/webapp/stencils/pid/centrifuges.xml", + "drawio/src/main/webapp/stencils/pid/compressors.xml", + "drawio/src/main/webapp/stencils/pid/compressors_iso.xml", + "drawio/src/main/webapp/stencils/pid/crushers_grinding.xml", + "drawio/src/main/webapp/stencils/pid/driers.xml", + "drawio/src/main/webapp/stencils/pid/engines.xml", + "drawio/src/main/webapp/stencils/pid/feeders.xml", + "drawio/src/main/webapp/stencils/pid/filters.xml", + "drawio/src/main/webapp/stencils/pid/fittings.xml", + "drawio/src/main/webapp/stencils/pid/flow_sensors.xml", + "drawio/src/main/webapp/stencils/pid/heat_exchangers.xml", + "drawio/src/main/webapp/stencils/pid/instruments.xml", + "drawio/src/main/webapp/stencils/pid/misc.xml", + "drawio/src/main/webapp/stencils/pid/mixers.xml", + "drawio/src/main/webapp/stencils/pid/piping.xml", + "drawio/src/main/webapp/stencils/pid/pumps.xml", + "drawio/src/main/webapp/stencils/pid/pumps_din.xml", + "drawio/src/main/webapp/stencils/pid/pumps_iso.xml", + "drawio/src/main/webapp/stencils/pid/separators.xml", + "drawio/src/main/webapp/stencils/pid/shaping_machines.xml", + "drawio/src/main/webapp/stencils/pid/valves.xml", + "drawio/src/main/webapp/stencils/pid/vessels.xml", + "drawio/src/main/webapp/stencils/rack/apc.xml", + "drawio/src/main/webapp/stencils/rack/cisco.xml", + "drawio/src/main/webapp/stencils/rack/dell.xml", + "drawio/src/main/webapp/stencils/rack/f5.xml", + "drawio/src/main/webapp/stencils/rack/general.xml", + "drawio/src/main/webapp/stencils/rack/hp.xml", + "drawio/src/main/webapp/stencils/rack/ibm.xml", + "drawio/src/main/webapp/stencils/rack/oracle.xml", + "drawio/src/main/webapp/stencils/signs/animals.xml", + "drawio/src/main/webapp/stencils/signs/food.xml", + "drawio/src/main/webapp/stencils/signs/healthcare.xml", + "drawio/src/main/webapp/stencils/signs/nature.xml", + "drawio/src/main/webapp/stencils/signs/people.xml", + "drawio/src/main/webapp/stencils/signs/safety.xml", + "drawio/src/main/webapp/stencils/signs/science.xml", + "drawio/src/main/webapp/stencils/signs/sports.xml", + "drawio/src/main/webapp/stencils/signs/tech.xml", + "drawio/src/main/webapp/stencils/signs/transportation.xml", + "drawio/src/main/webapp/stencils/signs/travel.xml", + "drawio/src/main/webapp/stencils/sitemap.xml", + "drawio/src/main/webapp/stencils/veeam/2d.xml", + "drawio/src/main/webapp/stencils/veeam/3d.xml", + "drawio/src/main/webapp/stencils/veeam/veeam.xml", + "drawio/src/main/webapp/stencils/veeam/veeam2.xml", + "drawio/src/main/webapp/stencils/vvd.xml", + "drawio/src/main/webapp/stencils/webicons.xml", + "drawio/src/main/webapp/stencils/weblogos.xml", + "drawio/src/main/webapp/styles/atlas.css", + "drawio/src/main/webapp/styles/dark.css", + "drawio/src/main/webapp/styles/grapheditor.css" + ], + "homepage": "https://github.com/QuantStack/jupyterlab-drawio", + "jupyterlab": { + "extension": true, + "schemaDir": "schema" + }, "keywords": [ "extension", "jupyter", "jupyterlab", "jupyterlab-extension" ], - "homepage": "https://github.com/QuantStack/jupyterlab-drawio", - "bugs": { - "url": "https://github.com/QuantStack/jupyterlab-drawio/issues" - }, "license": "Apache-2.0", - "author": "Wolf Vollprecht", - "files": [ - "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf,css}", - "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}" - ], "main": "lib/index.js", - "types": "lib/index.d.ts", + "name": "jupyterlab-drawio", "repository": { "type": "git", "url": "https://github.com/wolfv/jupyterlab-drawio.git" }, "scripts": { - "build": "node scripts/copyfiles.js && tsc", - "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", + "build": "tsc", + "clean": "rimraf lib", "watch": "tsc -w" }, - "dependencies": { - "@jupyterlab/application": "^2.0.0", - "@jupyterlab/apputils": "^2.0.0", - "@jupyterlab/coreutils": "^4.0.0", - "@jupyterlab/docregistry": "^2.0.0", - "@jupyterlab/filebrowser": "^2.0.0", - "@jupyterlab/launcher": "^2.0.0", - "@jupyterlab/mainmenu": "^2.0.0" - }, - "devDependencies": { - "rimraf": "^2.6.1", - "typescript": "~3.7.0", - "fs-extra": "^8.1.0", - "@lumino/messaging": "^1.1.0" - }, - "jupyterlab": { - "extension": true - } -} + "types": "lib/index.d.ts", + "version": "0.7.0" +} \ No newline at end of file diff --git a/schema/plugin.json b/schema/plugin.json new file mode 100644 index 00000000..b13825f9 --- /dev/null +++ b/schema/plugin.json @@ -0,0 +1,642 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema", + "jupyter.lab.setting-icon-label": "Drawio", + "jupyter.lab.setting-icon": "drawio:drawio", + "title": "Drawio", + "description": "Drawio settings.", + "type": "object", + "properties": { + "drawioUrlParams": { + "description": "URL parameters for the drawio iframe https://desk.draw.io/support/solutions/articles/16000042546-supported-url-parameters", + "$ref": "#/definitions/drawio-url-params", + "default": { + "gapi": 0, + "gl": 0, + "noExitBtn": 1, + "noSaveBtn": 1, + "od": 0, + "stealth": 1, + "tr": 0, + "ui": "min" + } + }, + "drawioConfig": { + "description": "Configuration options sent to each drawio editor. https://desk.draw.io/support/solutions/articles/16000058316", + "$ref": "#/definitions/drawio-config", + "default": { + "compressXml": false, + "showStartScreen": false, + "override": true + } + } + }, + "definitions": { + "drawio-url-params": { + "type": "object", + "properties": { + "open": { + "description": "prefix+ID: If location hash properties are not available, this can be used as a replacement. The browser will add the hash property to the URL immediately and not remove the URL parameter. Existing hash property has precedence.", + "type": "string" + }, + "lang": { + "description": "xy: Specifies the language of the user interface. Possible values for xy are i18n, id: Bahasa Indonesia, ms: Bahasa Melayu, bs: Bosanski, ca: Català, cs: Čeština, da: Dansk, de: Deutsch, et: Eesti, en: English, es: Español, fil: Filipino, fr: Français, it: Italiano, hu: Magyar, nl: Nederlands, no: Norsk, pl: Polski, pt-br: Português (Brasil), pt: Português (Portugal), ro: Română, fi: Suomi, sv: Svenska, vi: Tiếng Việt, tr: Türkçe, el: Ελληνικά, ru: Русский, sr: Српски, uk: Українська, he: עברית, ar: العربية, th: ไทย, ko: 한국어, ja: 日本語, zh: 中文(中国), zh-tw: 中文(台灣)", + "type": "string" + }, + "libs": { + "description": "key1;key2;...;keyN: Specifies the current libraries. Possible keys are allied_telesis, android, archimate, archimate3, arrows2, atlassian, aws3, aws3d, aws4, azure, basic, bootstrap, bpmn, cabinets, cisco, cisco_safe, citrix, clipart, dfd, eip, electrical, er, floorplan, flowchart, gcp2, general, gmdl, ibm, images, infographic, ios, lean_mapping, mockups, mscae, network, office, pid, rack, signs, sitemap, sysml, uml, veeam and webicons.", + "$ref": "#/definitions/library-keys-string" + }, + "clibs": { + "description": "key1;key2;key;...;keyN: Specifies custom libraries (keys are file IDs or URLs with a U-prefix)", + "$ref": "#/definitions/library-keys-string" + }, + "page": { + "description": "index: Starts with the given page (the default is first page, index for first page is 0)", + "type": "number", + "minimum": 0 + }, + "page-id": { + "description": "ID: Starts with the given page ID (has precedence over page parameter). To find the ID of the current page, right click on the canvas and select Edit Data. The ID is the first entry in the dialog.", + "type": "string" + }, + "ui": { + "description": "[min|atlas|dark]: Uses the Minimal, Atlas or Dark UI theme (default is Kennedy).", + "$ref": "#/definitions/ui-theme" + }, + "drafts": { + "description": "0: Disables draft states (does not save unsaved files in IndexedDB).", + "$ref": "#/definitions/off-switch" + }, + "splash": { + "description": "0: Does not show the splash screen.", + "$ref": "#/definitions/off-switch" + }, + "plugins": { + "description": "0: Does not load plugins.", + "$ref": "#/definitions/off-switch" + }, + "format": { + "description": "0: Disables the format panel on the right.", + "$ref": "#/definitions/off-switch" + }, + "picker": { + "description": "0/1: Disables/enables the Google file picker in dialogs.", + "$ref": "#/definitions/on-off-switch" + }, + "thumb": { + "description": "0: Disables the creation of thumbnails in Drive.", + "$ref": "#/definitions/off-switch" + }, + "chrome": { + "description": "0: Uses the chromeless read-only viewer.", + "$ref": "#/definitions/off-switch" + }, + "target": { + "description": "[auto|self|frame|blank]: Opens links in the same window or frame or in a blank window in chromeless mode (auto is the default which opens relative links and anchors in same window in chromeless mode, and all links in a new window in editing mode).", + "$ref": "#/definitions/url-param-target" + }, + "highlight": { + "description": "hex: Specifies the highlight colour (with no leading #) for links in chromeless mode.", + "$ref": "#/definitions/color" + }, + "edge": { + "description": "move: Disables the handling of connector segments without having previously selected the connector.", + "type": "string" + }, + "rt": { + "description": "1: Uses chromeless mode with Google Drive realtime enabled.", + "$ref": "#/definitions/on-switch" + }, + "edit": { + "description": "url: Adds a link for the Edit button in chromeless mode (use edit=_blank to edit the diagram as a new copy).", + "$ref": "#/definitions/url-param-url-or-blank" + }, + "lightbox": { + "description": "1: Uses the lightbox in chromeless mode (larger zoom, no page visible, chromeless).", + "$ref": "#/definitions/on-switch" + }, + "grid": { + "description": "1: Uses the chromeles mode with the grid enabled.", + "$ref": "#/definitions/on-switch" + }, + "nav": { + "description": "1: Enables folding in chromeless mode.", + "$ref": "#/definitions/on-switch" + }, + "layers": { + "description": "1: Adds layer control in chromeless mode.", + "$ref": "#/definitions/on-switch" + }, + "close": { + "description": "1: Shows the Close button in chromeless mode which closes the window when selected.", + "$ref": "#/definitions/on-switch" + }, + "rev": { + "description": "id: Selects a specific revision of a Google Drive or Dropbox file.", + "type": "string" + }, + "pv": { + "description": "0: Sets the default pageVisible to false.", + "$ref": "#/definitions/off-switch" + }, + "sb": { + "description": "0: Starts with scrollbars disabled.", + "$ref": "#/definitions/off-switch" + }, + "ruler": { + "description": "1: Starts with the ruler enabled.", + "$ref": "#/definitions/on-switch" + }, + "toolbar": { + "description": "0: Disables the toolbar in chromeless mode.", + "$ref": "#/definitions/off-switch" + }, + "border": { + "description": "60: Sets the border used in lightbox mode (default is 60).", + "type": "number", + "minimum": 0 + }, + "p": { + "description": "id1;id2;...;idN: Selects which plugins to load. See list of available plugins.", + "$ref": "#/definitions/library-keys-string" + }, + "cors": { + "description": "regex: Checks whether URLS have CORS enabled using a URL encoded regular expression, e.g.cors=%5Ehttps%3F%3A%5C%2F%5C%2F.*%5C.github%5C.io%5C%2F", + "type": "string", + "format": "regex" + }, + "base": { + "description": "url: Sets the base URL to use for links (use this if document.referrer is not available in embed mode).", + "type": "string", + "format": "uri" + }, + "gitlab": { + "description": "url: Sets the URL encoded path to a custom Gitlab installation to use for Gitlab file operations.", + "type": "string", + "format": "uri" + }, + "gitlab-id": { + "description": "ID: Specifies the client ID of the custom Gitlab application when using custom Gitlab instance.", + "type": "string" + }, + "vars": { + "description": "json: Uses a URI encoded JSON string for global placeholders for use in labels and tooltips where enabled, e.g. vars={%22key%22:%22value%22}", + "type": "string" + }, + "zoom": { + "description": "nocss: Disables the CSS zoom preview.", + "type": "string" + }, + "override-mime": { + "description": "1: Saves all Google Drive files as application/vnd.jgraph.mxfile.", + "$ref": "#/definitions/on-switch" + }, + "template-filename": { + "description": "name: If #U hash property is used but the URL does not contain a filename to determine binary mode. See https://desk.draw.io/support/solutions/articles/16000080686", + "type": "string" + }, + "math-font": { + "description": ": Sets the font to use for math typesetting. Possible values are STIX-Web and TeX (default).", + "type": "string" + }, + "local": { + "description": "1: Uses device mode only.", + "$ref": "#/definitions/on-switch" + }, + "sync": { + "description": "[none|manual|auto]: Enables/disables collaborative editing (default is auto).", + "$ref": "#/definitions/url-param-sync" + }, + "save": { + "description": "local/remote: Enables/disables saving files locally (default is local). If this is disabled then files are echoed via a servlet for a local save.", + "$ref": "#/definitions/url-param-save" + }, + "storage": { + "description": "device: Adds a device storage option for touch devices.", + "$ref": "#/definitions/url-param-storage" + }, + "math": { + "description": "0: Disables MathJax support.", + "$ref": "#/definitions/on-switch" + }, + "browser": { + "description": "0/1: Disables local storage as a storage location (0) or shows the browser option in the storage dialog (1).", + "$ref": "#/definitions/on-off-switch" + }, + "gapi": { + "description": "0: Disables the Google integration.", + "$ref": "#/definitions/off-switch" + }, + "db": { + "description": "0: Disables the Dropbox integration.", + "$ref": "#/definitions/off-switch" + }, + "od": { + "description": "0: Disables the OneDrive integration.", + "$ref": "#/definitions/off-switch" + }, + "tr": { + "description": "0: Disables the Trello integration.", + "$ref": "#/definitions/off-switch" + }, + "gh": { + "description": "0: Disables the GitHub integration.", + "$ref": "#/definitions/off-switch" + }, + "gl": { + "description": "0: Disables the GitLab integration.", + "$ref": "#/definitions/off-switch" + }, + "drive": { + "description": "0: Simulates app.diagrams.net regardless of the domain name (uses the old app ID).", + "$ref": "#/definitions/off-switch" + }, + "mode": { + "description": "[google|onedrive|github|dropobox|device|browser]: Switches to the specified mode.", + "$ref": "#/definitions/url-param-mode" + }, + "offline": { + "description": "[1|0]: Registers or unregisters the progressive web app (all remote storage locations are disabled).", + "$ref": "#/definitions/on-off-switch" + }, + "stealth": { + "description": "1: Disables all features that require external web services (such as PDF export).", + "$ref": "#/definitions/on-switch" + }, + "demo": { + "description": "1: Shortcut for db=0&gapi=0&math=0&picker=0, disables the splash screen and creates an empty, local diagram file.", + "$ref": "#/definitions/on-switch" + }, + "data": { + "description": "data: Gets the XML data for the diagram (used in client mode to bypass message passing and cross frame access).", + "type": "string" + }, + "client": { + "description": "1: Runs diagrams.net in client mode. This displays a normal UI and sends a ready message to the opener or parent when the page is loaded. After receiving a message containing XML or compressed XML, a local file is created. The file is then set to modified so the connection to the window can be closed after sending the initial XML. Whether the XML is loaded again after a page refresh, depends on the caller implementation. Use proto=json to use a custom protocol for special cases.", + "$ref": "#/definitions/on-switch" + }, + "create": { + "description": "url/name: Creates a new file from a template URL. If the value is not a URL and is not empty, the script will try to use window.opener[url]. In embed mode, window.opener[name] will be used to get the initial XML. Note that this requires the same origin policy in the opener/parent for reading the variable.", + "type": "string" + }, + "title": { + "description": "title: Sets a new file title (used with the create and url parameters).", + "type": "string" + }, + "notitle": { + "description": "1: Uses the default filename for new files (used with the url parameter).", + "$ref": "#/definitions/on-switch" + }, + "nowarn": { + "description": "1: Suppresses the warning before unload for local files.", + "$ref": "#/definitions/on-switch" + }, + "spin": { + "description": "1: Shows a Loading... spinner while waiting for the diagram data to load in embed mode.", + "$ref": "#/definitions/on-switch" + }, + "keepmodified": { + "description": "1: If modified specifies a resource key, this is used to keep the modified state after Save is selected.", + "$ref": "#/definitions/on-switch" + }, + "libraries": { + "description": "1: Specifies whether libraries should be enabled in embed mode. The default is disabled (0).", + "$ref": "#/definitions/on-switch" + }, + "noSaveBtn": { + "description": "1: Displays a Save and Exit button instead of a Save button. Instead of using this URL parameter, you can specify this setting in the load message. If this is used, then saveAndExit is ignored.", + "$ref": "#/definitions/on-switch" + }, + "saveAndExit": { + "description": "1: Displays a Save and Exit button ne. Instead of using this URL parameter, you can specify this setting in the load message.", + "$ref": "#/definitions/on-switch" + }, + "noExitBtn": { + "description": "1: Displays no Exit button. Instead of using this URL parameter, you can specify this setting in the load message.", + "$ref": "#/definitions/on-switch" + }, + "returnbounds": { + "description": "1: Returns a JSON structure with the diagram bounds in embed and client mode. This message is dispatched immediately after receiving the diagram XML.", + "$ref": "#/definitions/on-switch" + } + } + }, + "drawio-config": { + "type": "object", + "defaultFonts": { + "description": "An array of font family names in the format panel font drop-down list. All fonts must be installed on the server and all clients or be added using the fontCss option.", + "$ref": "#/definitions/font-set" + }, + "customFonts": { + "description": "An array of font family names to be added before defaultFonts", + "$ref": "#/definitions/font-set" + }, + "presetColors": { + "description": "Colour codes for the upper palette in the colour dialog (no leading # for the colour codes).", + "$ref": "#/definitions/color-set" + }, + "customPresetColors": { + "description": "Colour codes to be added before presetColors (no leading # for the colour codes)", + "$ref": "#/definitions/color-set" + }, + "defaultColors": { + "description": "Colour codes for the lower palette in the colour dialog (no leading # for the colour codes).", + "$ref": "#/definitions/color-set" + }, + "defaultColorSchemes": { + "description": "TBD: see https://desk.draw.io/support/solutions/articles/16000058316" + }, + "customColorSchemes": { + "description": "TBD: see https://desk.draw.io/support/solutions/articles/16000058316" + }, + "defaultVertexStyle": { + "description": "TBD: see https://desk.draw.io/support/solutions/articles/16000058316" + }, + "defaultEdgeStyle": { + "description": "TBD: see https://desk.draw.io/support/solutions/articles/16000058316" + }, + "defaultLibraries": { + "description": "Defines a semicolon-separated list of library keys (unique names) in a string to be initially displayed in the left panel (e.g. general;uml;company-graphics). Possible keys include custom entry IDs from the libraries field, or keys for the libs URL parameter ", + "default": "general;uml;er;bpmn;flowchart;basic;arrows2", + "$ref": "#/definitions/library-keys-string" + }, + "enabledLibraries": { + "description": "Defines an array of strings of library keys which will be available in the More Shapes dialog. If you define this as null, all libraries will be visible. If you leave the array empty, no libraries will be visible", + "$ref": "#/definitions/library-key-list" + }, + "libraries": { + "description": "Defines an array of objects that list additional libraries and sections in the left panel and the More Shapes dialog", + "$ref": "#/definitions/library-def-list" + }, + "defaultCustomLibraries": { + "description": "Defines an array of IDs to load custom libraries.", + "$ref": "#/definitions/library-id-list" + }, + "enableCustomLibraries": { + "description": "Specifies if the open and new library functions are enabled (true or false, the default true).", + "type": "boolean" + }, + "templateFile": { + "description": "Defines the URL of the source file for the Templates dialog (multiple