diff --git a/package-lock.json b/package-lock.json index 7e0f376..edb2e3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "date-fns": "^3.6.0", "docx": "^9.5.1", "dotenv": "^16.4.5", - "express": "^4.19.2", + "express": "^5.2.1", "file-saver": "^2.0.5", "jsonwebtoken": "^9.0.2", "mammoth": "^1.11.0", @@ -1512,18 +1512,43 @@ } }, "node_modules/accepts": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", - "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz", + "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==", "license": "MIT", "dependencies": { - "mime-types": "~2.1.34", - "negotiator": "0.6.3" + "mime-types": "^3.0.0", + "negotiator": "^1.0.0" }, "engines": { "node": ">= 0.6" } }, + "node_modules/accepts/node_modules/mime-db": { + "version": "1.54.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz", + "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/accepts/node_modules/mime-types": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz", + "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==", + "license": "MIT", + "dependencies": { + "mime-db": "^1.54.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, "node_modules/acorn": { "version": "8.16.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz", @@ -1614,12 +1639,6 @@ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", "license": "Python-2.0" }, - "node_modules/array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", - "license": "MIT" - }, "node_modules/asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", @@ -1970,15 +1989,16 @@ } }, "node_modules/content-disposition": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", - "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz", + "integrity": "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==", "license": "MIT", - "dependencies": { - "safe-buffer": "5.2.1" - }, "engines": { - "node": ">= 0.6" + "node": ">=18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/content-type": { @@ -2000,10 +2020,13 @@ } }, "node_modules/cookie-signature": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.7.tgz", - "integrity": "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==", - "license": "MIT" + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz", + "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==", + "license": "MIT", + "engines": { + "node": ">=6.6.0" + } }, "node_modules/core-js": { "version": "3.49.0", @@ -2606,51 +2629,174 @@ } }, "node_modules/express": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.22.1.tgz", - "integrity": "sha512-F2X8g9P1X7uCPZMA3MVf9wcTqlyNp7IhH5qPCI0izhaOIYXaW9L535tGA3qmjRzpH+bZczqq7hVKxTR4NWnu+g==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz", + "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==", "license": "MIT", "dependencies": { - "accepts": "~1.3.8", - "array-flatten": "1.1.1", - "body-parser": "~1.20.3", - "content-disposition": "~0.5.4", - "content-type": "~1.0.4", - "cookie": "~0.7.1", - "cookie-signature": "~1.0.6", - "debug": "2.6.9", - "depd": "2.0.0", - "encodeurl": "~2.0.0", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "~1.3.1", - "fresh": "~0.5.2", - "http-errors": "~2.0.0", - "merge-descriptors": "1.0.3", - "methods": "~1.1.2", - "on-finished": "~2.4.1", - "parseurl": "~1.3.3", - "path-to-regexp": "~0.1.12", - "proxy-addr": "~2.0.7", - "qs": "~6.14.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.2.1", - "send": "~0.19.0", - "serve-static": "~1.16.2", - "setprototypeof": "1.2.0", - "statuses": "~2.0.1", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" + "accepts": "^2.0.0", + "body-parser": "^2.2.1", + "content-disposition": "^1.0.0", + "content-type": "^1.0.5", + "cookie": "^0.7.1", + "cookie-signature": "^1.2.1", + "debug": "^4.4.0", + "depd": "^2.0.0", + "encodeurl": "^2.0.0", + "escape-html": "^1.0.3", + "etag": "^1.8.1", + "finalhandler": "^2.1.0", + "fresh": "^2.0.0", + "http-errors": "^2.0.0", + "merge-descriptors": "^2.0.0", + "mime-types": "^3.0.0", + "on-finished": "^2.4.1", + "once": "^1.4.0", + "parseurl": "^1.3.3", + "proxy-addr": "^2.0.7", + "qs": "^6.14.0", + "range-parser": "^1.2.1", + "router": "^2.2.0", + "send": "^1.1.0", + "serve-static": "^2.2.0", + "statuses": "^2.0.1", + "type-is": "^2.0.1", + "vary": "^1.1.2" }, "engines": { - "node": ">= 0.10.0" + "node": ">= 18" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/express" } }, + "node_modules/express/node_modules/body-parser": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.2.tgz", + "integrity": "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==", + "license": "MIT", + "dependencies": { + "bytes": "^3.1.2", + "content-type": "^1.0.5", + "debug": "^4.4.3", + "http-errors": "^2.0.0", + "iconv-lite": "^0.7.0", + "on-finished": "^2.4.1", + "qs": "^6.14.1", + "raw-body": "^3.0.1", + "type-is": "^2.0.1" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/express/node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/express/node_modules/iconv-lite": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz", + "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==", + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/express/node_modules/media-typer": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz", + "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/express/node_modules/mime-db": { + "version": "1.54.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz", + "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/express/node_modules/mime-types": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz", + "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==", + "license": "MIT", + "dependencies": { + "mime-db": "^1.54.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/express/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT" + }, + "node_modules/express/node_modules/raw-body": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz", + "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==", + "license": "MIT", + "dependencies": { + "bytes": "~3.1.2", + "http-errors": "~2.0.1", + "iconv-lite": "~0.7.0", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/express/node_modules/type-is": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz", + "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==", + "license": "MIT", + "dependencies": { + "content-type": "^1.0.5", + "media-typer": "^1.1.0", + "mime-types": "^3.0.0" + }, + "engines": { + "node": ">= 0.6" + } + }, "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", @@ -2715,23 +2861,49 @@ } }, "node_modules/finalhandler": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.2.tgz", - "integrity": "sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz", + "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==", "license": "MIT", "dependencies": { - "debug": "2.6.9", - "encodeurl": "~2.0.0", - "escape-html": "~1.0.3", - "on-finished": "~2.4.1", - "parseurl": "~1.3.3", - "statuses": "~2.0.2", - "unpipe": "~1.0.0" + "debug": "^4.4.0", + "encodeurl": "^2.0.0", + "escape-html": "^1.0.3", + "on-finished": "^2.4.1", + "parseurl": "^1.3.3", + "statuses": "^2.0.1" }, "engines": { - "node": ">= 0.8" + "node": ">= 18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, + "node_modules/finalhandler/node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/finalhandler/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT" + }, "node_modules/find-up": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", @@ -2833,12 +3005,12 @@ } }, "node_modules/fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz", + "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==", "license": "MIT", "engines": { - "node": ">= 0.6" + "node": ">= 0.8" } }, "node_modules/fs-extra": { @@ -3281,6 +3453,12 @@ "node": ">=8" } }, + "node_modules/is-promise": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz", + "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==", + "license": "MIT" + }, "node_modules/is-property": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz", @@ -3998,35 +4176,17 @@ } }, "node_modules/merge-descriptors": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", - "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz", + "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==", "license": "MIT", + "engines": { + "node": ">=18" + }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "license": "MIT", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/mime-db": { "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", @@ -4219,9 +4379,9 @@ "license": "MIT" }, "node_modules/negotiator": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz", + "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==", "license": "MIT", "engines": { "node": ">= 0.6" @@ -4427,7 +4587,6 @@ "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dev": true, "license": "ISC", "dependencies": { "wrappy": "1" @@ -4580,10 +4739,14 @@ } }, "node_modules/path-to-regexp": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.13.tgz", - "integrity": "sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==", - "license": "MIT" + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz", + "integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==", + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } }, "node_modules/pg-connection-string": { "version": "2.12.0", @@ -5149,6 +5312,45 @@ "integrity": "sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ==", "license": "MIT" }, + "node_modules/router": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz", + "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==", + "license": "MIT", + "dependencies": { + "debug": "^4.4.0", + "depd": "^2.0.0", + "is-promise": "^4.0.0", + "parseurl": "^1.3.3", + "path-to-regexp": "^8.0.0" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/router/node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/router/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT" + }, "node_modules/run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", @@ -5221,27 +5423,71 @@ } }, "node_modules/send": { - "version": "0.19.2", - "resolved": "https://registry.npmjs.org/send/-/send-0.19.2.tgz", - "integrity": "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz", + "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==", "license": "MIT", "dependencies": { - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "encodeurl": "~2.0.0", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "~0.5.2", - "http-errors": "~2.0.1", - "mime": "1.6.0", - "ms": "2.1.3", - "on-finished": "~2.4.1", - "range-parser": "~1.2.1", - "statuses": "~2.0.2" + "debug": "^4.4.3", + "encodeurl": "^2.0.0", + "escape-html": "^1.0.3", + "etag": "^1.8.1", + "fresh": "^2.0.0", + "http-errors": "^2.0.1", + "mime-types": "^3.0.2", + "ms": "^2.1.3", + "on-finished": "^2.4.1", + "range-parser": "^1.2.1", + "statuses": "^2.0.2" }, "engines": { - "node": ">= 0.8.0" + "node": ">= 18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/send/node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/send/node_modules/mime-db": { + "version": "1.54.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz", + "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/send/node_modules/mime-types": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz", + "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==", + "license": "MIT", + "dependencies": { + "mime-db": "^1.54.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/send/node_modules/ms": { @@ -5376,18 +5622,22 @@ } }, "node_modules/serve-static": { - "version": "1.16.3", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.3.tgz", - "integrity": "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz", + "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==", "license": "MIT", "dependencies": { - "encodeurl": "~2.0.0", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "~0.19.1" + "encodeurl": "^2.0.0", + "escape-html": "^1.0.3", + "parseurl": "^1.3.3", + "send": "^1.2.0" }, "engines": { - "node": ">= 0.8.0" + "node": ">= 18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/setimmediate": { @@ -5897,15 +6147,6 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", "license": "MIT" }, - "node_modules/utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", - "license": "MIT", - "engines": { - "node": ">= 0.4.0" - } - }, "node_modules/uuid": { "version": "10.0.0", "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", @@ -6221,7 +6462,6 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true, "license": "ISC" }, "node_modules/xml": { diff --git a/package.json b/package.json index e0e849b..2661c6c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "date-fns": "^3.6.0", "docx": "^9.5.1", "dotenv": "^16.4.5", - "express": "^4.19.2", + "express": "^5.2.1", "file-saver": "^2.0.5", "jsonwebtoken": "^9.0.2", "mammoth": "^1.11.0", @@ -57,8 +57,8 @@ "eslint": "^8.57.0", "eslint-plugin-vue": "^9.23.0", "nodemon": "^3.1.3", - "vue-eslint-parser": "^9.4.3", - "vite": "^8.0.7" + "vite": "^8.0.7", + "vue-eslint-parser": "^9.4.3" }, "eslintConfig": { "root": true, diff --git a/public/assets/AddImageDialog-BCivX9P-.js b/public/assets/AddImageDialog-BCivX9P-.js new file mode 100644 index 0000000..2b53f00 --- /dev/null +++ b/public/assets/AddImageDialog-BCivX9P-.js @@ -0,0 +1,2 @@ +import{E as e,L as t,c as n,ct as r,d as i,i as a,ot as o,t as s,u as c,w as l}from"./_plugin-vue_export-helper-Conii5fq.js";import{i as u}from"./router-CbChscq0.js";var d={name:`AddImageDialog`,emits:[`confirm`],setup(e,{emit:n}){let r=t(!1),i=t([]),a=t(null),o=()=>{r.value=!0,l()},s=()=>{r.value=!1},c=()=>{a.value&&n(`confirm`,`${a.value.id}`),s()},l=async()=>{try{i.value=(await u.get(`/image`)).data}catch(e){console.error(`Fehler beim Laden der Bilder:`,e),i.value=[]}};return{isOpen:r,images:i,selectedImage:a,openAddImageDialog:o,closeAddImageDialog:s,confirmAddImageConfiguration:c,selectImage:e=>{console.log(e),a.value=e}}}},f={key:0,class:`dialog-overlay`},p={class:`dialog-content`},m={class:`images-container`},h=[`onClick`],g=[`src`],_=[`title`],v={key:1},y={class:`button-container`};function b(t,s,u,d,b,x){return l(),i(`div`,null,[d.isOpen?(l(),i(`div`,f,[n(`div`,p,[s[2]||=n(`h3`,null,`Bild auswählen`,-1),n(`div`,m,[(l(!0),i(a,null,e(d.images,e=>(l(),i(`div`,{key:e.id,class:o([`image-block`,{selected:e.id===d.selectedImage?.id}]),onClick:t=>d.selectImage(e)},[n(`img`,{src:`/images/uploads/`+e.filename},null,8,g),e.description?(l(),i(`span`,{key:0,title:e.description},r(e.title),9,_)):(l(),i(`span`,v,r(e.title),1))],10,h))),128))]),n(`div`,y,[n(`button`,{onClick:s[0]||=(...e)=>d.confirmAddImageConfiguration&&d.confirmAddImageConfiguration(...e)},`Bestätigen`),n(`button`,{onClick:s[1]||=(...e)=>d.closeAddImageDialog&&d.closeAddImageDialog(...e)},`Schließen`)])])])):c(``,!0)])}var x=s(d,[[`render`,b],[`__scopeId`,`data-v-32c70499`]]);export{x as t}; +//# sourceMappingURL=AddImageDialog-BCivX9P-.js.map \ No newline at end of file diff --git a/public/assets/AddImageDialog-BcwvM30_.js b/public/assets/AddImageDialog-BcwvM30_.js new file mode 100644 index 0000000..12296a8 --- /dev/null +++ b/public/assets/AddImageDialog-BcwvM30_.js @@ -0,0 +1,2 @@ +import{E as e,L as t,c as n,ct as r,d as i,i as a,ot as o,t as s,u as c,w as l}from"./_plugin-vue_export-helper-Conii5fq.js";import{i as u}from"./router-Cubu3_vL.js";var d={name:`AddImageDialog`,emits:[`confirm`],setup(e,{emit:n}){let r=t(!1),i=t([]),a=t(null),o=()=>{r.value=!0,l()},s=()=>{r.value=!1},c=()=>{a.value&&n(`confirm`,`${a.value.id}`),s()},l=async()=>{try{i.value=(await u.get(`/image`)).data}catch(e){console.error(`Fehler beim Laden der Bilder:`,e),i.value=[]}};return{isOpen:r,images:i,selectedImage:a,openAddImageDialog:o,closeAddImageDialog:s,confirmAddImageConfiguration:c,selectImage:e=>{console.log(e),a.value=e}}}},f={key:0,class:`dialog-overlay`},p={class:`dialog-content`},m={class:`images-container`},h=[`onClick`],g=[`src`],_=[`title`],v={key:1},y={class:`button-container`};function b(t,s,u,d,b,x){return l(),i(`div`,null,[d.isOpen?(l(),i(`div`,f,[n(`div`,p,[s[2]||=n(`h3`,null,`Bild auswählen`,-1),n(`div`,m,[(l(!0),i(a,null,e(d.images,e=>(l(),i(`div`,{key:e.id,class:o([`image-block`,{selected:e.id===d.selectedImage?.id}]),onClick:t=>d.selectImage(e)},[n(`img`,{src:`/images/uploads/`+e.filename},null,8,g),e.description?(l(),i(`span`,{key:0,title:e.description},r(e.title),9,_)):(l(),i(`span`,v,r(e.title),1))],10,h))),128))]),n(`div`,y,[n(`button`,{onClick:s[0]||=(...e)=>d.confirmAddImageConfiguration&&d.confirmAddImageConfiguration(...e)},`Bestätigen`),n(`button`,{onClick:s[1]||=(...e)=>d.closeAddImageDialog&&d.closeAddImageDialog(...e)},`Schließen`)])])])):c(``,!0)])}var x=s(d,[[`render`,b],[`__scopeId`,`data-v-32c70499`]]);export{x as t}; +//# sourceMappingURL=AddImageDialog-BcwvM30_.js.map \ No newline at end of file diff --git a/public/assets/AddImageDialog-BoPA5G64.js b/public/assets/AddImageDialog-BoPA5G64.js new file mode 100644 index 0000000..64c8348 --- /dev/null +++ b/public/assets/AddImageDialog-BoPA5G64.js @@ -0,0 +1,2 @@ +import{E as e,L as t,c as n,ct as r,d as i,i as a,ot as o,t as s,u as c,w as l}from"./_plugin-vue_export-helper-Conii5fq.js";import{r as u}from"./router-BMknwoXv.js";var d={name:`AddImageDialog`,emits:[`confirm`],setup(e,{emit:n}){let r=t(!1),i=t([]),a=t(null),o=()=>{r.value=!0,l()},s=()=>{r.value=!1},c=()=>{a.value&&n(`confirm`,`${a.value.id}`),s()},l=async()=>{try{i.value=(await u.get(`/image`)).data}catch(e){console.error(`Fehler beim Laden der Bilder:`,e),i.value=[]}};return{isOpen:r,images:i,selectedImage:a,openAddImageDialog:o,closeAddImageDialog:s,confirmAddImageConfiguration:c,selectImage:e=>{console.log(e),a.value=e}}}},f={key:0,class:`dialog-overlay`},p={class:`dialog-content`},m={class:`images-container`},h=[`onClick`],g=[`src`],_=[`title`],v={key:1},y={class:`button-container`};function b(t,s,u,d,b,x){return l(),i(`div`,null,[d.isOpen?(l(),i(`div`,f,[n(`div`,p,[s[2]||=n(`h3`,null,`Bild auswählen`,-1),n(`div`,m,[(l(!0),i(a,null,e(d.images,e=>(l(),i(`div`,{key:e.id,class:o([`image-block`,{selected:e.id===d.selectedImage?.id}]),onClick:t=>d.selectImage(e)},[n(`img`,{src:`/images/uploads/`+e.filename},null,8,g),e.description?(l(),i(`span`,{key:0,title:e.description},r(e.title),9,_)):(l(),i(`span`,v,r(e.title),1))],10,h))),128))]),n(`div`,y,[n(`button`,{onClick:s[0]||=(...e)=>d.confirmAddImageConfiguration&&d.confirmAddImageConfiguration(...e)},`Bestätigen`),n(`button`,{onClick:s[1]||=(...e)=>d.closeAddImageDialog&&d.closeAddImageDialog(...e)},`Schließen`)])])])):c(``,!0)])}var x=s(d,[[`render`,b],[`__scopeId`,`data-v-32c70499`]]);export{x as t}; +//# sourceMappingURL=AddImageDialog-BoPA5G64.js.map \ No newline at end of file diff --git a/public/assets/AddImageDialog-C4VdPcdq.js b/public/assets/AddImageDialog-C4VdPcdq.js new file mode 100644 index 0000000..67f6461 --- /dev/null +++ b/public/assets/AddImageDialog-C4VdPcdq.js @@ -0,0 +1,2 @@ +import{E as e,L as t,c as n,ct as r,d as i,i as a,ot as o,t as s,u as c,w as l}from"./_plugin-vue_export-helper-Conii5fq.js";import{r as u}from"./router-CRKq-u_C.js";var d={name:`AddImageDialog`,emits:[`confirm`],setup(e,{emit:n}){let r=t(!1),i=t([]),a=t(null),o=()=>{r.value=!0,l()},s=()=>{r.value=!1},c=()=>{a.value&&n(`confirm`,`${a.value.id}`),s()},l=async()=>{try{i.value=(await u.get(`/image`)).data}catch(e){console.error(`Fehler beim Laden der Bilder:`,e),i.value=[]}};return{isOpen:r,images:i,selectedImage:a,openAddImageDialog:o,closeAddImageDialog:s,confirmAddImageConfiguration:c,selectImage:e=>{console.log(e),a.value=e}}}},f={key:0,class:`dialog-overlay`},p={class:`dialog-content`},m={class:`images-container`},h=[`onClick`],g=[`src`],_=[`title`],v={key:1},y={class:`button-container`};function b(t,s,u,d,b,x){return l(),i(`div`,null,[d.isOpen?(l(),i(`div`,f,[n(`div`,p,[s[2]||=n(`h3`,null,`Bild auswählen`,-1),n(`div`,m,[(l(!0),i(a,null,e(d.images,e=>(l(),i(`div`,{key:e.id,class:o([`image-block`,{selected:e.id===d.selectedImage?.id}]),onClick:t=>d.selectImage(e)},[n(`img`,{src:`/images/uploads/`+e.filename},null,8,g),e.description?(l(),i(`span`,{key:0,title:e.description},r(e.title),9,_)):(l(),i(`span`,v,r(e.title),1))],10,h))),128))]),n(`div`,y,[n(`button`,{onClick:s[0]||=(...e)=>d.confirmAddImageConfiguration&&d.confirmAddImageConfiguration(...e)},`Bestätigen`),n(`button`,{onClick:s[1]||=(...e)=>d.closeAddImageDialog&&d.closeAddImageDialog(...e)},`Schließen`)])])])):c(``,!0)])}var x=s(d,[[`render`,b],[`__scopeId`,`data-v-32c70499`]]);export{x as t}; +//# sourceMappingURL=AddImageDialog-C4VdPcdq.js.map \ No newline at end of file diff --git a/public/assets/AddImageDialog-C8rQBBBA.js b/public/assets/AddImageDialog-C8rQBBBA.js new file mode 100644 index 0000000..a21ee8b --- /dev/null +++ b/public/assets/AddImageDialog-C8rQBBBA.js @@ -0,0 +1,2 @@ +import{E as e,L as t,c as n,ct as r,d as i,i as a,ot as o,t as s,u as c,w as l}from"./_plugin-vue_export-helper-Conii5fq.js";import{r as u}from"./router-DXnXJqfT.js";var d={name:`AddImageDialog`,emits:[`confirm`],setup(e,{emit:n}){let r=t(!1),i=t([]),a=t(null),o=()=>{r.value=!0,l()},s=()=>{r.value=!1},c=()=>{a.value&&n(`confirm`,`${a.value.id}`),s()},l=async()=>{try{i.value=(await u.get(`/image`)).data}catch(e){console.error(`Fehler beim Laden der Bilder:`,e),i.value=[]}};return{isOpen:r,images:i,selectedImage:a,openAddImageDialog:o,closeAddImageDialog:s,confirmAddImageConfiguration:c,selectImage:e=>{console.log(e),a.value=e}}}},f={key:0,class:`dialog-overlay`},p={class:`dialog-content`},m={class:`images-container`},h=[`onClick`],g=[`src`],_=[`title`],v={key:1},y={class:`button-container`};function b(t,s,u,d,b,x){return l(),i(`div`,null,[d.isOpen?(l(),i(`div`,f,[n(`div`,p,[s[2]||=n(`h3`,null,`Bild auswählen`,-1),n(`div`,m,[(l(!0),i(a,null,e(d.images,e=>(l(),i(`div`,{key:e.id,class:o([`image-block`,{selected:e.id===d.selectedImage?.id}]),onClick:t=>d.selectImage(e)},[n(`img`,{src:`/images/uploads/`+e.filename},null,8,g),e.description?(l(),i(`span`,{key:0,title:e.description},r(e.title),9,_)):(l(),i(`span`,v,r(e.title),1))],10,h))),128))]),n(`div`,y,[n(`button`,{onClick:s[0]||=(...e)=>d.confirmAddImageConfiguration&&d.confirmAddImageConfiguration(...e)},`Bestätigen`),n(`button`,{onClick:s[1]||=(...e)=>d.closeAddImageDialog&&d.closeAddImageDialog(...e)},`Schließen`)])])])):c(``,!0)])}var x=s(d,[[`render`,b],[`__scopeId`,`data-v-32c70499`]]);export{x as t}; +//# sourceMappingURL=AddImageDialog-C8rQBBBA.js.map \ No newline at end of file diff --git a/public/assets/AddImageDialog-Dt42vF2F.js b/public/assets/AddImageDialog-Dt42vF2F.js new file mode 100644 index 0000000..474d7e6 --- /dev/null +++ b/public/assets/AddImageDialog-Dt42vF2F.js @@ -0,0 +1,2 @@ +import{E as e,L as t,c as n,ct as r,d as i,i as a,ot as o,t as s,u as c,w as l}from"./_plugin-vue_export-helper-Conii5fq.js";import{i as u}from"./router-9tkBnM0Q.js";var d={name:`AddImageDialog`,emits:[`confirm`],setup(e,{emit:n}){let r=t(!1),i=t([]),a=t(null),o=()=>{r.value=!0,l()},s=()=>{r.value=!1},c=()=>{a.value&&n(`confirm`,`${a.value.id}`),s()},l=async()=>{try{i.value=(await u.get(`/image`)).data}catch(e){console.error(`Fehler beim Laden der Bilder:`,e),i.value=[]}};return{isOpen:r,images:i,selectedImage:a,openAddImageDialog:o,closeAddImageDialog:s,confirmAddImageConfiguration:c,selectImage:e=>{console.log(e),a.value=e}}}},f={key:0,class:`dialog-overlay`},p={class:`dialog-content`},m={class:`images-container`},h=[`onClick`],g=[`src`],_=[`title`],v={key:1},y={class:`button-container`};function b(t,s,u,d,b,x){return l(),i(`div`,null,[d.isOpen?(l(),i(`div`,f,[n(`div`,p,[s[2]||=n(`h3`,null,`Bild auswählen`,-1),n(`div`,m,[(l(!0),i(a,null,e(d.images,e=>(l(),i(`div`,{key:e.id,class:o([`image-block`,{selected:e.id===d.selectedImage?.id}]),onClick:t=>d.selectImage(e)},[n(`img`,{src:`/images/uploads/`+e.filename},null,8,g),e.description?(l(),i(`span`,{key:0,title:e.description},r(e.title),9,_)):(l(),i(`span`,v,r(e.title),1))],10,h))),128))]),n(`div`,y,[n(`button`,{onClick:s[0]||=(...e)=>d.confirmAddImageConfiguration&&d.confirmAddImageConfiguration(...e)},`Bestätigen`),n(`button`,{onClick:s[1]||=(...e)=>d.closeAddImageDialog&&d.closeAddImageDialog(...e)},`Schließen`)])])])):c(``,!0)])}var x=s(d,[[`render`,b],[`__scopeId`,`data-v-32c70499`]]);export{x as t}; +//# sourceMappingURL=AddImageDialog-Dt42vF2F.js.map \ No newline at end of file diff --git a/public/assets/AddImageDialog-zajqCFn5.js b/public/assets/AddImageDialog-zajqCFn5.js new file mode 100644 index 0000000..576b19e --- /dev/null +++ b/public/assets/AddImageDialog-zajqCFn5.js @@ -0,0 +1,2 @@ +import{E as e,L as t,c as n,ct as r,d as i,i as a,ot as o,t as s,u as c,w as l}from"./_plugin-vue_export-helper-Conii5fq.js";import{r as u}from"./router--Un6xX_2.js";var d={name:`AddImageDialog`,emits:[`confirm`],setup(e,{emit:n}){let r=t(!1),i=t([]),a=t(null),o=()=>{r.value=!0,l()},s=()=>{r.value=!1},c=()=>{a.value&&n(`confirm`,`${a.value.id}`),s()},l=async()=>{try{i.value=(await u.get(`/image`)).data}catch(e){console.error(`Fehler beim Laden der Bilder:`,e),i.value=[]}};return{isOpen:r,images:i,selectedImage:a,openAddImageDialog:o,closeAddImageDialog:s,confirmAddImageConfiguration:c,selectImage:e=>{console.log(e),a.value=e}}}},f={key:0,class:`dialog-overlay`},p={class:`dialog-content`},m={class:`images-container`},h=[`onClick`],g=[`src`],_=[`title`],v={key:1},y={class:`button-container`};function b(t,s,u,d,b,x){return l(),i(`div`,null,[d.isOpen?(l(),i(`div`,f,[n(`div`,p,[s[2]||=n(`h3`,null,`Bild auswählen`,-1),n(`div`,m,[(l(!0),i(a,null,e(d.images,e=>(l(),i(`div`,{key:e.id,class:o([`image-block`,{selected:e.id===d.selectedImage?.id}]),onClick:t=>d.selectImage(e)},[n(`img`,{src:`/images/uploads/`+e.filename},null,8,g),e.description?(l(),i(`span`,{key:0,title:e.description},r(e.title),9,_)):(l(),i(`span`,v,r(e.title),1))],10,h))),128))]),n(`div`,y,[n(`button`,{onClick:s[0]||=(...e)=>d.confirmAddImageConfiguration&&d.confirmAddImageConfiguration(...e)},`Bestätigen`),n(`button`,{onClick:s[1]||=(...e)=>d.closeAddImageDialog&&d.closeAddImageDialog(...e)},`Schließen`)])])])):c(``,!0)])}var x=s(d,[[`render`,b],[`__scopeId`,`data-v-32c70499`]]);export{x as t}; +//# sourceMappingURL=AddImageDialog-zajqCFn5.js.map \ No newline at end of file diff --git a/public/assets/BreadcrumbsComponent-C0bPiX2l.js b/public/assets/BreadcrumbsComponent-C0bPiX2l.js new file mode 100644 index 0000000..df06d79 --- /dev/null +++ b/public/assets/BreadcrumbsComponent-C0bPiX2l.js @@ -0,0 +1 @@ +import{n as e}from"./index-btwWhaKW.js";export{e as default}; \ No newline at end of file diff --git a/public/assets/BreadcrumbsComponent-DmyVJ1cK.js b/public/assets/BreadcrumbsComponent-DmyVJ1cK.js new file mode 100644 index 0000000..84da952 --- /dev/null +++ b/public/assets/BreadcrumbsComponent-DmyVJ1cK.js @@ -0,0 +1 @@ +import{n as e}from"./index-B1bTY3_G.js";export{e as default}; \ No newline at end of file diff --git a/public/assets/BreadcrumbsComponent-JmDUtDFV.js b/public/assets/BreadcrumbsComponent-JmDUtDFV.js new file mode 100644 index 0000000..691b5e4 --- /dev/null +++ b/public/assets/BreadcrumbsComponent-JmDUtDFV.js @@ -0,0 +1 @@ +import{n as e}from"./index-CW0OvmXc.js";export{e as default}; \ No newline at end of file diff --git a/public/assets/ContactPersonManagement-BxVIiyJn.js b/public/assets/ContactPersonManagement-BxVIiyJn.js new file mode 100644 index 0000000..61770ed --- /dev/null +++ b/public/assets/ContactPersonManagement-BxVIiyJn.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,M as n,O as r,c as i,ct as a,d as o,h as s,i as c,t as l,w as u}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as d,c as f}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{t as p}from"./vue-multiselect.esm-9oGQ1abz.js";var m={name:`ContactPersonForm`,components:{Multiselect:p},props:{contactPerson:{type:Object,default:()=>({name:``,phone:``,street:``,zipcode:``,city:``,email:``,expiryDate:null,positions:[]})},positions:{type:Array,required:!0}},data(){return{localContactPerson:{...this.contactPerson},selectedPositions:this.contactPerson.positions||[]}},watch:{contactPerson:{handler(e){this.localContactPerson={...e},this.selectedPositions=e.positions||[]},deep:!0,immediate:!0},selectedPositions(e){this.localContactPerson.positions=e}},methods:{async saveContactPerson(){try{let t=this.selectedPositions.map(e=>e.id),n={...this.localContactPerson,positionIds:t};this.localContactPerson.id?await e.put(`/contact-persons/${this.localContactPerson.id}`,n):await e.post(`/contact-persons`,n),this.$emit(`contactPersonSaved`)}catch(e){console.error(`Fehler beim Speichern der Kontaktperson:`,e)}},resetForm(){this.localContactPerson={name:``,phone:``,street:``,zipcode:``,city:``,email:``,expiryDate:null,positions:[]},this.selectedPositions=[]}}},h={class:`contact-person-form`};function g(e,t,a,c,l,p){let m=r(`multiselect`);return u(),o(`div`,h,[t[19]||=i(`h2`,null,`Kontaktperson Formular`,-1),i(`form`,{onSubmit:t[9]||=f((...e)=>p.saveContactPerson&&p.saveContactPerson(...e),[`prevent`])},[t[10]||=i(`label`,{for:`name`},`Name:`,-1),n(i(`input`,{type:`text`,id:`name`,"onUpdate:modelValue":t[0]||=e=>l.localContactPerson.name=e,required:``},null,512),[[d,l.localContactPerson.name]]),t[11]||=i(`label`,{for:`phone`},`Telefon:`,-1),n(i(`input`,{type:`text`,id:`phone`,"onUpdate:modelValue":t[1]||=e=>l.localContactPerson.phone=e},null,512),[[d,l.localContactPerson.phone]]),t[12]||=i(`label`,{for:`street`},`Straße:`,-1),n(i(`input`,{type:`text`,id:`street`,"onUpdate:modelValue":t[2]||=e=>l.localContactPerson.street=e},null,512),[[d,l.localContactPerson.street]]),t[13]||=i(`label`,{for:`zipcode`},`PLZ:`,-1),n(i(`input`,{type:`text`,id:`zipcode`,"onUpdate:modelValue":t[3]||=e=>l.localContactPerson.zipcode=e},null,512),[[d,l.localContactPerson.zipcode]]),t[14]||=i(`label`,{for:`city`},`Ort:`,-1),n(i(`input`,{type:`text`,id:`city`,"onUpdate:modelValue":t[4]||=e=>l.localContactPerson.city=e},null,512),[[d,l.localContactPerson.city]]),t[15]||=i(`label`,{for:`email`},`Email:`,-1),n(i(`input`,{type:`email`,id:`email`,"onUpdate:modelValue":t[5]||=e=>l.localContactPerson.email=e},null,512),[[d,l.localContactPerson.email]]),t[16]||=i(`label`,{for:`expiryDate`},`Ablaufdatum (optional):`,-1),n(i(`input`,{type:`date`,id:`expiryDate`,"onUpdate:modelValue":t[6]||=e=>l.localContactPerson.expiryDate=e},null,512),[[d,l.localContactPerson.expiryDate]]),t[17]||=i(`label`,{for:`positions`},`Positionen:`,-1),s(m,{modelValue:l.selectedPositions,"onUpdate:modelValue":t[7]||=e=>l.selectedPositions=e,options:a.positions,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,placeholder:`Wähle einige`,label:`caption`,"track-by":`id`,"preselect-first":!1},null,8,[`modelValue`,`options`]),t[18]||=i(`button`,{type:`submit`},`Speichern`,-1),i(`button`,{type:`button`,onClick:t[8]||=(...e)=>p.resetForm&&p.resetForm(...e)},`Neue Kontaktperson`)],32)])}var _={name:`ContactPersonManagement`,components:{ContactPersonForm:l(m,[[`render`,g],[`__scopeId`,`data-v-11c9f1c3`]])},data(){return{contactPersons:[],selectedContactPerson:{name:``,phone:``,street:``,zipcode:``,city:``,email:``,expiryDate:null,positions:[]},positions:[]}},created(){this.fetchContactPersons(),this.fetchPositions()},methods:{async fetchContactPersons(){try{this.contactPersons=(await e.get(`/contact-persons`)).data}catch(e){console.error(`Fehler beim Abrufen der Kontaktpersonen:`,e)}},async fetchPositions(){try{this.positions=(await e.get(`/positions`)).data}catch(e){console.error(`Fehler beim Abrufen der Positionen:`,e)}},selectContactPerson(e){this.selectedContactPerson=e}}},v=[`onClick`];function y(e,n,l,d,f,p){let m=r(`ContactPersonForm`);return u(),o(`div`,null,[n[0]||=i(`h1`,null,`Kontaktpersonen Verwaltung`,-1),s(m,{contactPerson:f.selectedContactPerson,positions:f.positions,onContactPersonSaved:p.fetchContactPersons},null,8,[`contactPerson`,`positions`,`onContactPersonSaved`]),i(`ul`,null,[(u(!0),o(c,null,t(f.contactPersons,e=>(u(),o(`li`,{key:e.id,onClick:t=>p.selectContactPerson(e)},a(e.name),9,v))),128))])])}var b=l(_,[[`render`,y],[`__scopeId`,`data-v-5365b0dc`]]);export{b as default}; +//# sourceMappingURL=ContactPersonManagement-BxVIiyJn.js.map \ No newline at end of file diff --git a/public/assets/ContactPersonManagement-DtzQTtlj.js b/public/assets/ContactPersonManagement-DtzQTtlj.js new file mode 100644 index 0000000..498ee97 --- /dev/null +++ b/public/assets/ContactPersonManagement-DtzQTtlj.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,M as n,O as r,c as i,ct as a,d as o,h as s,i as c,t as l,w as u}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as d,c as f}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{t as p}from"./vue-multiselect.esm-ClUY7h_I.js";var m={name:`ContactPersonForm`,components:{Multiselect:p},props:{contactPerson:{type:Object,default:()=>({name:``,phone:``,street:``,zipcode:``,city:``,email:``,expiryDate:null,positions:[]})},positions:{type:Array,required:!0}},data(){return{localContactPerson:{...this.contactPerson},selectedPositions:this.contactPerson.positions||[]}},watch:{contactPerson:{handler(e){this.localContactPerson={...e},this.selectedPositions=e.positions||[]},deep:!0,immediate:!0},selectedPositions(e){this.localContactPerson.positions=e}},methods:{async saveContactPerson(){try{let t=this.selectedPositions.map(e=>e.id),n={...this.localContactPerson,positionIds:t};this.localContactPerson.id?await e.put(`/contact-persons/${this.localContactPerson.id}`,n):await e.post(`/contact-persons`,n),this.$emit(`contactPersonSaved`)}catch(e){console.error(`Fehler beim Speichern der Kontaktperson:`,e)}},resetForm(){this.localContactPerson={name:``,phone:``,street:``,zipcode:``,city:``,email:``,expiryDate:null,positions:[]},this.selectedPositions=[]}}},h={class:`contact-person-form`};function g(e,t,a,c,l,p){let m=r(`multiselect`);return u(),o(`div`,h,[t[19]||=i(`h2`,null,`Kontaktperson Formular`,-1),i(`form`,{onSubmit:t[9]||=f((...e)=>p.saveContactPerson&&p.saveContactPerson(...e),[`prevent`])},[t[10]||=i(`label`,{for:`name`},`Name:`,-1),n(i(`input`,{type:`text`,id:`name`,"onUpdate:modelValue":t[0]||=e=>l.localContactPerson.name=e,required:``},null,512),[[d,l.localContactPerson.name]]),t[11]||=i(`label`,{for:`phone`},`Telefon:`,-1),n(i(`input`,{type:`text`,id:`phone`,"onUpdate:modelValue":t[1]||=e=>l.localContactPerson.phone=e},null,512),[[d,l.localContactPerson.phone]]),t[12]||=i(`label`,{for:`street`},`Straße:`,-1),n(i(`input`,{type:`text`,id:`street`,"onUpdate:modelValue":t[2]||=e=>l.localContactPerson.street=e},null,512),[[d,l.localContactPerson.street]]),t[13]||=i(`label`,{for:`zipcode`},`PLZ:`,-1),n(i(`input`,{type:`text`,id:`zipcode`,"onUpdate:modelValue":t[3]||=e=>l.localContactPerson.zipcode=e},null,512),[[d,l.localContactPerson.zipcode]]),t[14]||=i(`label`,{for:`city`},`Ort:`,-1),n(i(`input`,{type:`text`,id:`city`,"onUpdate:modelValue":t[4]||=e=>l.localContactPerson.city=e},null,512),[[d,l.localContactPerson.city]]),t[15]||=i(`label`,{for:`email`},`Email:`,-1),n(i(`input`,{type:`email`,id:`email`,"onUpdate:modelValue":t[5]||=e=>l.localContactPerson.email=e},null,512),[[d,l.localContactPerson.email]]),t[16]||=i(`label`,{for:`expiryDate`},`Ablaufdatum (optional):`,-1),n(i(`input`,{type:`date`,id:`expiryDate`,"onUpdate:modelValue":t[6]||=e=>l.localContactPerson.expiryDate=e},null,512),[[d,l.localContactPerson.expiryDate]]),t[17]||=i(`label`,{for:`positions`},`Positionen:`,-1),s(m,{modelValue:l.selectedPositions,"onUpdate:modelValue":t[7]||=e=>l.selectedPositions=e,options:a.positions,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,placeholder:`Wähle einige`,label:`caption`,"track-by":`id`,"preselect-first":!1},null,8,[`modelValue`,`options`]),t[18]||=i(`button`,{type:`submit`},`Speichern`,-1),i(`button`,{type:`button`,onClick:t[8]||=(...e)=>p.resetForm&&p.resetForm(...e)},`Neue Kontaktperson`)],32)])}var _={name:`ContactPersonManagement`,components:{ContactPersonForm:l(m,[[`render`,g],[`__scopeId`,`data-v-11c9f1c3`]])},data(){return{contactPersons:[],selectedContactPerson:{name:``,phone:``,street:``,zipcode:``,city:``,email:``,expiryDate:null,positions:[]},positions:[]}},created(){this.fetchContactPersons(),this.fetchPositions()},methods:{async fetchContactPersons(){try{this.contactPersons=(await e.get(`/contact-persons`)).data}catch(e){console.error(`Fehler beim Abrufen der Kontaktpersonen:`,e)}},async fetchPositions(){try{this.positions=(await e.get(`/positions`)).data}catch(e){console.error(`Fehler beim Abrufen der Positionen:`,e)}},selectContactPerson(e){this.selectedContactPerson=e}}},v=[`onClick`];function y(e,n,l,d,f,p){let m=r(`ContactPersonForm`);return u(),o(`div`,null,[n[0]||=i(`h1`,null,`Kontaktpersonen Verwaltung`,-1),s(m,{contactPerson:f.selectedContactPerson,positions:f.positions,onContactPersonSaved:p.fetchContactPersons},null,8,[`contactPerson`,`positions`,`onContactPersonSaved`]),i(`ul`,null,[(u(!0),o(c,null,t(f.contactPersons,e=>(u(),o(`li`,{key:e.id,onClick:t=>p.selectContactPerson(e)},a(e.name),9,v))),128))])])}var b=l(_,[[`render`,y],[`__scopeId`,`data-v-5365b0dc`]]);export{b as default}; +//# sourceMappingURL=ContactPersonManagement-DtzQTtlj.js.map \ No newline at end of file diff --git a/public/assets/ContentComponent-6l8x2RYi.js b/public/assets/ContentComponent-6l8x2RYi.js new file mode 100644 index 0000000..dd2e5e2 --- /dev/null +++ b/public/assets/ContentComponent-6l8x2RYi.js @@ -0,0 +1,2 @@ +import{O as e,c as t,ct as n,d as r,h as i,t as a,w as o}from"./_plugin-vue_export-helper-Conii5fq.js";import{i as s,r as c}from"./vuex.esm-bundler-CDO_-3pz.js";import{r as l}from"./router-DXnXJqfT.js";import{t as u}from"./RenderContentComponent-CkyIeuuz.js";var d={name:`ContentComponent`,components:{RenderContentComponent:u},props:{link:{type:String,required:!0}},data(){return{content:``,title:``}},computed:{...s([`menuData`]),...c([`getMenuData`])},watch:{link:{immediate:!0,handler(e){this.fetchContent(e),this.setTitle(e)}}},methods:{async fetchContent(e){try{this.content=(await l.get(`/page-content?link=${e}`)).data.content}catch(e){console.error(`Fehler beim Abrufen des Inhalts:`,e)}},setTitle(e){let t=(e,n)=>{for(let r of e){if(r.link===n)return r.pageTitle||r.name;if(r.submenu&&r.submenu.length>0){let e=t(r.submenu,n);if(e)return`${e}`}}return``};this.title=t(this.menuData,e)}}};function f(a,s,c,l,u,d){let f=e(`RenderContentComponent`);return o(),r(`div`,null,[t(`h1`,null,n(u.title),1),i(f,{content:u.content},null,8,[`content`])])}var p=a(d,[[`render`,f]]);export{p as t}; +//# sourceMappingURL=ContentComponent-6l8x2RYi.js.map \ No newline at end of file diff --git a/public/assets/DefaultComponent-BFTIccNL.css b/public/assets/DefaultComponent-BFTIccNL.css new file mode 100644 index 0000000..608de0e --- /dev/null +++ b/public/assets/DefaultComponent-BFTIccNL.css @@ -0,0 +1 @@ +.not-found[data-v-988aab8e]{padding:20px} diff --git a/public/assets/DefaultComponent-BmfkgrHV.js b/public/assets/DefaultComponent-BmfkgrHV.js new file mode 100644 index 0000000..a14ee60 --- /dev/null +++ b/public/assets/DefaultComponent-BmfkgrHV.js @@ -0,0 +1,2 @@ +import{O as e,c as t,d as n,l as r,t as i,w as a}from"./_plugin-vue_export-helper-Conii5fq.js";import{i as o}from"./vuex.esm-bundler-CDO_-3pz.js";import{t as s}from"./ContentComponent-6l8x2RYi.js";function c(e){if(!e||typeof e!=`string`)return`/`;let t=e.trim();return t.startsWith(`/`)||(t=`/${t}`),t.length>1&&(t=t.replace(/\/+$/,``)),t||`/`}function l(e,t){let n=c(t);for(let t of e||[])if(c(t?.link||``)===n||Array.isArray(t?.submenu)&&l(t.submenu,n))return!0;return!1}var u={name:`DefaultComponent`,components:{ContentComponent:s},computed:{...o([`menuData`]),normalizedPath(){return c(this.$route.path)},isKnownMenuPath(){return l(this.menuData,this.normalizedPath)}}},d={key:1,class:`not-found`};function f(i,o,s,c,l,u){let f=e(`ContentComponent`);return a(),n(`div`,null,[u.isKnownMenuPath?(a(),r(f,{key:0,link:u.normalizedPath},null,8,[`link`])):(a(),n(`div`,d,[...o[0]||=[t(`h1`,null,`Seite existiert nicht`,-1),t(`p`,null,`Leider existiert die aufgerufene Seite nicht.`,-1)]]))])}var p=i(u,[[`render`,f],[`__scopeId`,`data-v-988aab8e`]]);export{p as default}; +//# sourceMappingURL=DefaultComponent-BmfkgrHV.js.map \ No newline at end of file diff --git a/public/assets/DefaultComponent-C7CdA2ge.js b/public/assets/DefaultComponent-C7CdA2ge.js new file mode 100644 index 0000000..214d441 --- /dev/null +++ b/public/assets/DefaultComponent-C7CdA2ge.js @@ -0,0 +1,2 @@ +import{c as e,d as t,t as n,w as r}from"./_plugin-vue_export-helper-Conii5fq.js";var i={name:`DefaultComponent`};function a(n,i,a,o,s,c){return r(),t(`div`,null,[...i[0]||=[e(`h1`,null,`Seite existiert nicht`,-1),e(`p`,null,`Leider existiert die aufgerufene Seite nicht.`,-1)]])}var o=n(i,[[`render`,a],[`__scopeId`,`data-v-61f805f0`]]);export{o as default}; +//# sourceMappingURL=DefaultComponent-C7CdA2ge.js.map \ No newline at end of file diff --git a/public/assets/DefaultContent-6cD_EegN.js b/public/assets/DefaultContent-6cD_EegN.js new file mode 100644 index 0000000..acaf7e2 --- /dev/null +++ b/public/assets/DefaultContent-6cD_EegN.js @@ -0,0 +1,2 @@ +import{O as e,c as t,ct as n,d as r,h as i,t as a,w as o}from"./_plugin-vue_export-helper-Conii5fq.js";import{i as s,r as c}from"./vuex.esm-bundler-CDO_-3pz.js";import{r as l}from"./router--Un6xX_2.js";import{t as u}from"./RenderContentComponent-C8WFtFLq.js";var d={name:`ContentComponent`,components:{RenderContentComponent:u},props:{link:{type:String,required:!0}},data(){return{content:``,title:``}},computed:{...s([`menuData`]),...c([`getMenuData`])},watch:{link:{immediate:!0,handler(e){this.fetchContent(e),this.setTitle(e)}}},methods:{async fetchContent(e){try{this.content=(await l.get(`/page-content?link=${e}`)).data.content}catch(e){console.error(`Fehler beim Abrufen des Inhalts:`,e)}},setTitle(e){let t=(e,n)=>{for(let r of e){if(r.link===n)return r.pageTitle||r.name;if(r.submenu&&r.submenu.length>0){let e=t(r.submenu,n);if(e)return`${e}`}}return``};this.title=t(this.menuData,e)}}};function f(a,s,c,l,u,d){let f=e(`RenderContentComponent`);return o(),r(`div`,null,[t(`h1`,null,n(u.title),1),i(f,{content:u.content},null,8,[`content`])])}var p={name:`DefaultPage`,components:{ContentComponent:a(d,[[`render`,f]])},computed:{currentLink(){return this.$route.path}}},m={class:`some-page`};function h(t,n,a,s,c,l){let u=e(`ContentComponent`);return o(),r(`div`,m,[i(u,{link:l.currentLink},null,8,[`link`])])}var g=a(p,[[`render`,h]]);export{g as default}; +//# sourceMappingURL=DefaultContent-6cD_EegN.js.map \ No newline at end of file diff --git a/public/assets/DefaultContent-BCLhVRkV.js b/public/assets/DefaultContent-BCLhVRkV.js new file mode 100644 index 0000000..844bae6 --- /dev/null +++ b/public/assets/DefaultContent-BCLhVRkV.js @@ -0,0 +1,2 @@ +import{O as e,c as t,ct as n,d as r,h as i,t as a,w as o}from"./_plugin-vue_export-helper-Conii5fq.js";import{i as s,r as c}from"./vuex.esm-bundler-CDO_-3pz.js";import{i as l}from"./router-9tkBnM0Q.js";import{t as u}from"./RenderContentComponent-aHr8KSUB.js";var d={name:`ContentComponent`,components:{RenderContentComponent:u},props:{link:{type:String,required:!0}},data(){return{content:``,title:``}},computed:{...s([`menuData`]),...c([`getMenuData`])},watch:{link:{immediate:!0,handler(e){this.fetchContent(e),this.setTitle(e)}}},methods:{async fetchContent(e){try{this.content=(await l.get(`/page-content?link=${e}`)).data.content}catch(e){console.error(`Fehler beim Abrufen des Inhalts:`,e)}},setTitle(e){let t=(e,n)=>{for(let r of e){if(r.link===n)return r.pageTitle||r.name;if(r.submenu&&r.submenu.length>0){let e=t(r.submenu,n);if(e)return`${e}`}}return``};this.title=t(this.menuData,e)}}};function f(a,s,c,l,u,d){let f=e(`RenderContentComponent`);return o(),r(`div`,null,[t(`h1`,null,n(u.title),1),i(f,{content:u.content},null,8,[`content`])])}var p={name:`DefaultPage`,components:{ContentComponent:a(d,[[`render`,f]])},computed:{currentLink(){return this.$route.path}}},m={class:`some-page`};function h(t,n,a,s,c,l){let u=e(`ContentComponent`);return o(),r(`div`,m,[i(u,{link:l.currentLink},null,8,[`link`])])}var g=a(p,[[`render`,h]]);export{g as default}; +//# sourceMappingURL=DefaultContent-BCLhVRkV.js.map \ No newline at end of file diff --git a/public/assets/DefaultContent-BEgKjzXV.js b/public/assets/DefaultContent-BEgKjzXV.js new file mode 100644 index 0000000..48edffc --- /dev/null +++ b/public/assets/DefaultContent-BEgKjzXV.js @@ -0,0 +1,2 @@ +import{O as e,c as t,ct as n,d as r,h as i,t as a,w as o}from"./_plugin-vue_export-helper-Conii5fq.js";import{i as s,r as c}from"./vuex.esm-bundler-CDO_-3pz.js";import{r as l}from"./router-CRKq-u_C.js";import{t as u}from"./RenderContentComponent-BMRK9xic.js";var d={name:`ContentComponent`,components:{RenderContentComponent:u},props:{link:{type:String,required:!0}},data(){return{content:``,title:``}},computed:{...s([`menuData`]),...c([`getMenuData`])},watch:{link:{immediate:!0,handler(e){this.fetchContent(e),this.setTitle(e)}}},methods:{async fetchContent(e){try{this.content=(await l.get(`/page-content?link=${e}`)).data.content}catch(e){console.error(`Fehler beim Abrufen des Inhalts:`,e)}},setTitle(e){let t=(e,n)=>{for(let r of e){if(r.link===n)return r.pageTitle||r.name;if(r.submenu&&r.submenu.length>0){let e=t(r.submenu,n);if(e)return`${e}`}}return``};this.title=t(this.menuData,e)}}};function f(a,s,c,l,u,d){let f=e(`RenderContentComponent`);return o(),r(`div`,null,[t(`h1`,null,n(u.title),1),i(f,{content:u.content},null,8,[`content`])])}var p={name:`DefaultPage`,components:{ContentComponent:a(d,[[`render`,f]])},computed:{currentLink(){return this.$route.path}}},m={class:`some-page`};function h(t,n,a,s,c,l){let u=e(`ContentComponent`);return o(),r(`div`,m,[i(u,{link:l.currentLink},null,8,[`link`])])}var g=a(p,[[`render`,h]]);export{g as default}; +//# sourceMappingURL=DefaultContent-BEgKjzXV.js.map \ No newline at end of file diff --git a/public/assets/DefaultContent-DHmvdQtI.js b/public/assets/DefaultContent-DHmvdQtI.js new file mode 100644 index 0000000..a71924e --- /dev/null +++ b/public/assets/DefaultContent-DHmvdQtI.js @@ -0,0 +1,2 @@ +import{O as e,c as t,ct as n,d as r,h as i,t as a,w as o}from"./_plugin-vue_export-helper-Conii5fq.js";import{i as s,r as c}from"./vuex.esm-bundler-CDO_-3pz.js";import{i as l}from"./router-CbChscq0.js";import{t as u}from"./RenderContentComponent-CB1lnW4i.js";var d={name:`ContentComponent`,components:{RenderContentComponent:u},props:{link:{type:String,required:!0}},data(){return{content:``,title:``}},computed:{...s([`menuData`]),...c([`getMenuData`])},watch:{link:{immediate:!0,handler(e){this.fetchContent(e),this.setTitle(e)}}},methods:{async fetchContent(e){try{this.content=(await l.get(`/page-content?link=${e}`)).data.content}catch(e){console.error(`Fehler beim Abrufen des Inhalts:`,e)}},setTitle(e){let t=(e,n)=>{for(let r of e){if(r.link===n)return r.pageTitle||r.name;if(r.submenu&&r.submenu.length>0){let e=t(r.submenu,n);if(e)return`${e}`}}return``};this.title=t(this.menuData,e)}}};function f(a,s,c,l,u,d){let f=e(`RenderContentComponent`);return o(),r(`div`,null,[t(`h1`,null,n(u.title),1),i(f,{content:u.content},null,8,[`content`])])}var p={name:`DefaultPage`,components:{ContentComponent:a(d,[[`render`,f]])},computed:{currentLink(){return this.$route.path}}},m={class:`some-page`};function h(t,n,a,s,c,l){let u=e(`ContentComponent`);return o(),r(`div`,m,[i(u,{link:l.currentLink},null,8,[`link`])])}var g=a(p,[[`render`,h]]);export{g as default}; +//# sourceMappingURL=DefaultContent-DHmvdQtI.js.map \ No newline at end of file diff --git a/public/assets/DefaultContent-DpGpNSA7.js b/public/assets/DefaultContent-DpGpNSA7.js new file mode 100644 index 0000000..fb15cc2 --- /dev/null +++ b/public/assets/DefaultContent-DpGpNSA7.js @@ -0,0 +1,2 @@ +import{O as e,c as t,ct as n,d as r,h as i,t as a,w as o}from"./_plugin-vue_export-helper-Conii5fq.js";import{i as s,r as c}from"./vuex.esm-bundler-CDO_-3pz.js";import{i as l}from"./router-Cubu3_vL.js";import{t as u}from"./RenderContentComponent-CejE6WMc.js";var d={name:`ContentComponent`,components:{RenderContentComponent:u},props:{link:{type:String,required:!0}},data(){return{content:``,title:``}},computed:{...s([`menuData`]),...c([`getMenuData`])},watch:{link:{immediate:!0,handler(e){this.fetchContent(e),this.setTitle(e)}}},methods:{async fetchContent(e){try{this.content=(await l.get(`/page-content?link=${e}`)).data.content}catch(e){console.error(`Fehler beim Abrufen des Inhalts:`,e)}},setTitle(e){let t=(e,n)=>{for(let r of e){if(r.link===n)return r.pageTitle||r.name;if(r.submenu&&r.submenu.length>0){let e=t(r.submenu,n);if(e)return`${e}`}}return``};this.title=t(this.menuData,e)}}};function f(a,s,c,l,u,d){let f=e(`RenderContentComponent`);return o(),r(`div`,null,[t(`h1`,null,n(u.title),1),i(f,{content:u.content},null,8,[`content`])])}var p={name:`DefaultPage`,components:{ContentComponent:a(d,[[`render`,f]])},computed:{currentLink(){return this.$route.path}}},m={class:`some-page`};function h(t,n,a,s,c,l){let u=e(`ContentComponent`);return o(),r(`div`,m,[i(u,{link:l.currentLink},null,8,[`link`])])}var g=a(p,[[`render`,h]]);export{g as default}; +//# sourceMappingURL=DefaultContent-DpGpNSA7.js.map \ No newline at end of file diff --git a/public/assets/DefaultContent-UxRac0QA.js b/public/assets/DefaultContent-UxRac0QA.js new file mode 100644 index 0000000..65aaebb --- /dev/null +++ b/public/assets/DefaultContent-UxRac0QA.js @@ -0,0 +1,2 @@ +import{O as e,d as t,h as n,t as r,w as i}from"./_plugin-vue_export-helper-Conii5fq.js";import{t as a}from"./ContentComponent-6l8x2RYi.js";var o={name:`DefaultPage`,components:{ContentComponent:a},computed:{currentLink(){return this.$route.path}}},s={class:`some-page`};function c(r,a,o,c,l,u){let d=e(`ContentComponent`);return i(),t(`div`,s,[n(d,{link:u.currentLink},null,8,[`link`])])}var l=r(o,[[`render`,c]]);export{l as default}; +//# sourceMappingURL=DefaultContent-UxRac0QA.js.map \ No newline at end of file diff --git a/public/assets/DefaultContent-iZnWdqMK.js b/public/assets/DefaultContent-iZnWdqMK.js new file mode 100644 index 0000000..c480f84 --- /dev/null +++ b/public/assets/DefaultContent-iZnWdqMK.js @@ -0,0 +1,2 @@ +import{O as e,c as t,ct as n,d as r,h as i,t as a,w as o}from"./_plugin-vue_export-helper-Conii5fq.js";import{i as s,r as c}from"./vuex.esm-bundler-CDO_-3pz.js";import{r as l}from"./router-BMknwoXv.js";import{t as u}from"./RenderContentComponent-co5qeVWC.js";var d={name:`ContentComponent`,components:{RenderContentComponent:u},props:{link:{type:String,required:!0}},data(){return{content:``,title:``}},computed:{...s([`menuData`]),...c([`getMenuData`])},watch:{link:{immediate:!0,handler(e){this.fetchContent(e),this.setTitle(e)}}},methods:{async fetchContent(e){try{this.content=(await l.get(`/page-content?link=${e}`)).data.content}catch(e){console.error(`Fehler beim Abrufen des Inhalts:`,e)}},setTitle(e){let t=(e,n)=>{for(let r of e){if(r.link===n)return r.pageTitle||r.name;if(r.submenu&&r.submenu.length>0){let e=t(r.submenu,n);if(e)return`${e}`}}return``};this.title=t(this.menuData,e)}}};function f(a,s,c,l,u,d){let f=e(`RenderContentComponent`);return o(),r(`div`,null,[t(`h1`,null,n(u.title),1),i(f,{content:u.content},null,8,[`content`])])}var p={name:`DefaultPage`,components:{ContentComponent:a(d,[[`render`,f]])},computed:{currentLink(){return this.$route.path}}},m={class:`some-page`};function h(t,n,a,s,c,l){let u=e(`ContentComponent`);return o(),r(`div`,m,[i(u,{link:l.currentLink},null,8,[`link`])])}var g=a(p,[[`render`,h]]);export{g as default}; +//# sourceMappingURL=DefaultContent-iZnWdqMK.js.map \ No newline at end of file diff --git a/public/assets/EditPagesComponent-BGLdpTZ3.js b/public/assets/EditPagesComponent-BGLdpTZ3.js new file mode 100644 index 0000000..442b542 --- /dev/null +++ b/public/assets/EditPagesComponent-BGLdpTZ3.js @@ -0,0 +1,147 @@ +import{A as e,C as t,E as n,F as r,L as i,M as a,N as o,O as s,S as c,V as l,_ as u,b as d,c as f,ct as p,d as m,g as h,h as g,i as _,k as ee,m as v,ot as y,p as b,s as te,t as ne,u as x,v as re,w as S,x as ie,y as C,z as ae}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as oe,i as se,r as w}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{a as ce}from"./vuex.esm-bundler-CDO_-3pz.js";import{r as le}from"./router--Un6xX_2.js";import{t as ue}from"./vue-multiselect.esm-9oGQ1abz.js";import{t as de}from"./AddImageDialog-zajqCFn5.js";function T(e){this.content=e}T.prototype={constructor:T,find:function(e){for(var t=0;t>1}},T.from=function(e){if(e instanceof T)return e;var t=[];if(e)for(var n in e)t.push(n,e[n]);return new T(t)};function fe(e,t,n){for(let r=0;;r++){if(r==e.childCount||r==t.childCount)return e.childCount==t.childCount?null:n;let i=e.child(r),a=t.child(r);if(i==a){n+=i.nodeSize;continue}if(!i.sameMarkup(a))return n;if(i.isText&&i.text!=a.text){for(let e=0;i.text[e]==a.text[e];e++)n++;return n}if(i.content.size||a.content.size){let e=fe(i.content,a.content,n+1);if(e!=null)return e}n+=i.nodeSize}}function pe(e,t,n,r){for(let i=e.childCount,a=t.childCount;;){if(i==0||a==0)return i==a?null:{a:n,b:r};let o=e.child(--i),s=t.child(--a),c=o.nodeSize;if(o==s){n-=c,r-=c;continue}if(!o.sameMarkup(s))return{a:n,b:r};if(o.isText&&o.text!=s.text){let e=0,t=Math.min(o.text.length,s.text.length);for(;ee&&n(s,r+o,i||null,a)!==!1&&s.content.size){let i=o+1;s.nodesBetween(Math.max(0,e-i),Math.min(s.content.size,t-i),n,r+i)}o=c}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,t,n,r){let i=``,a=!0;return this.nodesBetween(e,t,(o,s)=>{let c=o.isText?o.text.slice(Math.max(e,s)-s,t-s):o.isLeaf?r?typeof r==`function`?r(o):r:o.type.spec.leafText?o.type.spec.leafText(o):``:``;o.isBlock&&(o.isLeaf&&c||o.isTextblock)&&n&&(a?a=!1:i+=n),i+=c},0),i}append(t){if(!t.size)return this;if(!this.size)return t;let n=this.lastChild,r=t.firstChild,i=this.content.slice(),a=0;for(n.isText&&n.sameMarkup(r)&&(i[i.length-1]=n.withText(n.text+r.text),a=1);at)for(let e=0,a=0;at&&((an)&&(o=o.isText?o.cut(Math.max(0,t-a),Math.min(o.text.length,n-a)):o.cut(Math.max(0,t-a-1),Math.min(o.content.size,n-a-1))),r.push(o),i+=o.nodeSize),a=s}return new e(r,i)}cutByIndex(t,n){return t==n?e.empty:t==0&&n==this.content.length?this:new e(this.content.slice(t,n))}replaceChild(t,n){let r=this.content[t];if(r==n)return this;let i=this.content.slice(),a=this.size+n.nodeSize-r.nodeSize;return i[t]=n,new e(i,a)}addToStart(t){return new e([t].concat(this.content),this.size+t.nodeSize)}addToEnd(t){return new e(this.content.concat(t),this.size+t.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let t=0;tthis.size||e<0)throw RangeError(`Position ${e} outside of fragment (${this})`);for(let t=0,n=0;;t++){let r=this.child(t),i=n+r.nodeSize;if(i>=e)return i==e?he(t+1,i):he(t,n);n=i}}toString(){return`<`+this.toStringInner()+`>`}toStringInner(){return this.content.join(`, `)}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(t,n){if(!n)return e.empty;if(!Array.isArray(n))throw RangeError(`Invalid input for Fragment.fromJSON`);return new e(n.map(t.nodeFromJSON))}static fromArray(t){if(!t.length)return e.empty;let n,r=0;for(let e=0;ethis.type.rank&&(t||=e.slice(0,r),t.push(this),n=!0),t&&t.push(i)}return t||=e.slice(),n||t.push(this),t}removeFromSet(e){for(let t=0;te.type.rank-t.type.rank),n}};D.none=[];var _e=class extends Error{},O=class e{constructor(e,t,n){this.content=e,this.openStart=t,this.openEnd=n}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(t,n){let r=ye(this.content,t+this.openStart,n);return r&&new e(r,this.openStart,this.openEnd)}removeBetween(t,n){return new e(ve(this.content,t+this.openStart,n+this.openStart),this.openStart,this.openEnd)}eq(e){return this.content.eq(e.content)&&this.openStart==e.openStart&&this.openEnd==e.openEnd}toString(){return this.content+`(`+this.openStart+`,`+this.openEnd+`)`}toJSON(){if(!this.content.size)return null;let e={content:this.content.toJSON()};return this.openStart>0&&(e.openStart=this.openStart),this.openEnd>0&&(e.openEnd=this.openEnd),e}static fromJSON(t,n){if(!n)return e.empty;let r=n.openStart||0,i=n.openEnd||0;if(typeof r!=`number`||typeof i!=`number`)throw RangeError(`Invalid input for Slice.fromJSON`);return new e(E.fromJSON(t,n.content),r,i)}static maxOpen(t,n=!0){let r=0,i=0;for(let e=t.firstChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.firstChild)r++;for(let e=t.lastChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.lastChild)i++;return new e(t,r,i)}};O.empty=new O(E.empty,0,0);function ve(e,t,n){let{index:r,offset:i}=e.findIndex(t),a=e.maybeChild(r),{index:o,offset:s}=e.findIndex(n);if(i==t||a.isText){if(s!=n&&!e.child(o).isText)throw RangeError(`Removing non-flat range`);return e.cut(0,t).append(e.cut(n))}if(r!=o)throw RangeError(`Removing non-flat range`);return e.replaceChild(r,a.copy(ve(a.content,t-i-1,n-i-1)))}function ye(e,t,n,r){let{index:i,offset:a}=e.findIndex(t),o=e.maybeChild(i);if(a==t||o.isText)return r&&!r.canReplace(i,i,n)?null:e.cut(0,t).append(n).append(e.cut(t));let s=ye(o.content,t-a-1,n,o);return s&&e.replaceChild(i,o.copy(s))}function be(e,t,n){if(n.openStart>e.depth)throw new _e(`Inserted content deeper than insertion position`);if(e.depth-n.openStart!=t.depth-n.openEnd)throw new _e(`Inconsistent open depths`);return xe(e,t,n,0)}function xe(e,t,n,r){let i=e.index(r),a=e.node(r);if(i==t.index(r)&&r=0&&e.isText&&e.sameMarkup(t[n])?t[n]=e.withText(t[n].text+e.text):t.push(e)}function Te(e,t,n,r){let i=(t||e).node(n),a=0,o=t?t.index(n):i.childCount;e&&(a=e.index(n),e.depth>n?a++:e.textOffset&&(we(e.nodeAfter,r),a++));for(let e=a;ei&&Ce(e,t,i+1),o=r.depth>i&&Ce(n,r,i+1),s=[];return Te(null,e,i,s),a&&o&&t.index(i)==n.index(i)?(Se(a,o),we(Ee(a,De(e,t,n,r,i+1)),s)):(a&&we(Ee(a,Oe(e,t,i+1)),s),Te(t,n,i,s),o&&we(Ee(o,Oe(n,r,i+1)),s)),Te(r,null,i,s),new E(s)}function Oe(e,t,n){let r=[];return Te(null,e,n,r),e.depth>n&&we(Ee(Ce(e,t,n+1),Oe(e,t,n+1)),r),Te(t,null,n,r),new E(r)}function ke(e,t){let n=t.depth-e.openStart,r=t.node(n).copy(e.content);for(let e=n-1;e>=0;e--)r=t.node(e).copy(E.from(r));return{start:r.resolveNoCache(e.openStart+n),end:r.resolveNoCache(r.content.size-e.openEnd-n)}}var Ae=class e{constructor(e,t,n){this.pos=e,this.path=t,this.parentOffset=n,this.depth=t.length/3-1}resolveDepth(e){return e==null?this.depth:e<0?this.depth+e:e}get parent(){return this.node(this.depth)}get doc(){return this.node(0)}node(e){return this.path[this.resolveDepth(e)*3]}index(e){return this.path[this.resolveDepth(e)*3+1]}indexAfter(e){return e=this.resolveDepth(e),this.index(e)+(e==this.depth&&!this.textOffset?0:1)}start(e){return e=this.resolveDepth(e),e==0?0:this.path[e*3-1]+1}end(e){return e=this.resolveDepth(e),this.start(e)+this.node(e).content.size}before(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position before the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]}after(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position after the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]+this.path[e*3].nodeSize}get textOffset(){return this.pos-this.path[this.path.length-1]}get nodeAfter(){let e=this.parent,t=this.index(this.depth);if(t==e.childCount)return null;let n=this.pos-this.path[this.path.length-1],r=e.child(t);return n?e.child(t).cut(n):r}get nodeBefore(){let e=this.index(this.depth),t=this.pos-this.path[this.path.length-1];return t?this.parent.child(e).cut(0,t):e==0?null:this.parent.child(e-1)}posAtIndex(e,t){t=this.resolveDepth(t);let n=this.path[t*3],r=t==0?0:this.path[t*3-1]+1;for(let t=0;t0;t--)if(this.start(t)<=e&&this.end(t)>=e)return t;return 0}blockRange(e=this,t){if(e.pos=0;n--)if(e.pos<=this.end(n)&&(!t||t(this.node(n))))return new Pe(this,e,n);return null}sameParent(e){return this.pos-this.parentOffset==e.pos-e.parentOffset}max(e){return e.pos>this.pos?e:this}min(e){return e.pos=0&&n<=t.content.size))throw RangeError(`Position `+n+` out of range`);let r=[],i=0,a=n;for(let e=t;;){let{index:t,offset:n}=e.content.findIndex(a),o=a-n;if(r.push(e,t,i+n),!o||(e=e.child(t),e.isText))break;a=o-1,i+=n+1}return new e(n,r,a)}static resolveCached(t,n){let r=Ne.get(t);if(r)for(let e=0;ee&&this.nodesBetween(e,t,e=>(n.isInSet(e.marks)&&(r=!0),!r)),r}get isBlock(){return this.type.isBlock}get isTextblock(){return this.type.isTextblock}get inlineContent(){return this.type.inlineContent}get isInline(){return this.type.isInline}get isText(){return this.type.isText}get isLeaf(){return this.type.isLeaf}get isAtom(){return this.type.isAtom}toString(){if(this.type.spec.toDebugString)return this.type.spec.toDebugString(this);let e=this.type.name;return this.content.size&&(e+=`(`+this.content.toStringInner()+`)`),Re(this.marks,e)}contentMatchAt(e){let t=this.type.contentMatch.matchFragment(this.content,0,e);if(!t)throw Error(`Called contentMatchAt on a node with invalid content`);return t}canReplace(e,t,n=E.empty,r=0,i=n.childCount){let a=this.contentMatchAt(e).matchFragment(n,r,i),o=a&&a.matchFragment(this.content,t);if(!o||!o.validEnd)return!1;for(let e=r;ee.type.name)}`);this.content.forEach(e=>e.check())}toJSON(){let e={type:this.type.name};for(let t in this.attrs){e.attrs=this.attrs;break}return this.content.size&&(e.content=this.content.toJSON()),this.marks.length&&(e.marks=this.marks.map(e=>e.toJSON())),e}static fromJSON(e,t){if(!t)throw RangeError(`Invalid input for Node.fromJSON`);let n;if(t.marks){if(!Array.isArray(t.marks))throw RangeError(`Invalid mark data for Node.fromJSON`);n=t.marks.map(e.markFromJSON)}if(t.type==`text`){if(typeof t.text!=`string`)throw RangeError(`Invalid text node in JSON`);return e.text(t.text,n)}let r=E.fromJSON(e,t.content),i=e.nodeType(t.type).create(t.attrs,r,n);return i.type.checkAttrs(i.attrs),i}};Ie.prototype.text=void 0;var Le=class e extends Ie{constructor(e,t,n,r){if(super(e,t,null,r),!n)throw RangeError(`Empty text nodes are not allowed`);this.text=n}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):Re(this.marks,JSON.stringify(this.text))}get textContent(){return this.text}textBetween(e,t){return this.text.slice(e,t)}get nodeSize(){return this.text.length}mark(t){return t==this.marks?this:new e(this.type,this.attrs,this.text,t)}withText(t){return t==this.text?this:new e(this.type,this.attrs,t,this.marks)}cut(e=0,t=this.text.length){return e==0&&t==this.text.length?this:this.withText(this.text.slice(e,t))}eq(e){return this.sameMarkup(e)&&this.text==e.text}toJSON(){let e=super.toJSON();return e.text=this.text,e}};function Re(e,t){for(let n=e.length-1;n>=0;n--)t=e[n].type.name+`(`+t+`)`;return t}var ze=class e{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(t,n){let r=new Be(t,n);if(r.next==null)return e.empty;let i=Ve(r);r.next&&r.err(`Unexpected trailing text`);let a=Ze(Je(i));return Qe(a,r),a}matchType(e){for(let t=0;te.createAndFill()));for(let e=0;e=this.next.length)throw RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function t(n){e.push(n);for(let r=0;r{let r=n+(t.validEnd?`*`:` `)+` `;for(let n=0;n`+e.indexOf(t.next[n].next);return r}).join(` +`)}};ze.empty=new ze(!0);var Be=class{constructor(e,t){this.string=e,this.nodeTypes=t,this.inline=null,this.pos=0,this.tokens=e.split(/\s*(?=\b|\W|$)/),this.tokens[this.tokens.length-1]==``&&this.tokens.pop(),this.tokens[0]==``&&this.tokens.shift()}get next(){return this.tokens[this.pos]}eat(e){return this.next==e&&(this.pos++||!0)}err(e){throw SyntaxError(e+` (in content expression '`+this.string+`')`)}};function Ve(e){let t=[];do t.push(He(e));while(e.eat(`|`));return t.length==1?t[0]:{type:`choice`,exprs:t}}function He(e){let t=[];do t.push(Ue(e));while(e.next&&e.next!=`)`&&e.next!=`|`);return t.length==1?t[0]:{type:`seq`,exprs:t}}function Ue(e){let t=qe(e);for(;;)if(e.eat(`+`))t={type:`plus`,expr:t};else if(e.eat(`*`))t={type:`star`,expr:t};else if(e.eat(`?`))t={type:`opt`,expr:t};else if(e.eat(`{`))t=Ge(e,t);else break;return t}function We(e){/\D/.test(e.next)&&e.err(`Expected number, got '`+e.next+`'`);let t=Number(e.next);return e.pos++,t}function Ge(e,t){let n=We(e),r=n;return e.eat(`,`)&&(r=e.next==`}`?-1:We(e)),e.eat(`}`)||e.err(`Unclosed braced range`),{type:`range`,min:n,max:r,expr:t}}function Ke(e,t){let n=e.nodeTypes,r=n[t];if(r)return[r];let i=[];for(let e in n){let r=n[e];r.isInGroup(t)&&i.push(r)}return i.length==0&&e.err(`No node type or group '`+t+`' found`),i}function qe(e){if(e.eat(`(`)){let t=Ve(e);return e.eat(`)`)||e.err(`Missing closing paren`),t}else if(/\W/.test(e.next))e.err(`Unexpected token '`+e.next+`'`);else{let t=Ke(e,e.next).map(t=>(e.inline==null?e.inline=t.isInline:e.inline!=t.isInline&&e.err(`Mixing inline and block content`),{type:`name`,value:t}));return e.pos++,t.length==1?t[0]:{type:`choice`,exprs:t}}}function Je(e){let t=[[]];return i(a(e,0),n()),t;function n(){return t.push([])-1}function r(e,n,r){let i={term:r,to:n};return t[e].push(i),i}function i(e,t){e.forEach(e=>e.to=t)}function a(e,t){if(e.type==`choice`)return e.exprs.reduce((e,n)=>e.concat(a(n,t)),[]);if(e.type==`seq`)for(let r=0;;r++){let o=a(e.exprs[r],t);if(r==e.exprs.length-1)return o;i(o,t=n())}else if(e.type==`star`){let o=n();return r(t,o),i(a(e.expr,o),o),[r(o)]}else if(e.type==`plus`){let o=n();return i(a(e.expr,t),o),i(a(e.expr,o),o),[r(o)]}else if(e.type==`opt`)return[r(t)].concat(a(e.expr,t));else if(e.type==`range`){let o=t;for(let t=0;t{e[t].forEach(({term:t,to:n})=>{if(!t)return;let r;for(let e=0;e{r||i.push([t,r=[]]),r.indexOf(e)==-1&&r.push(e)})})});let a=t[r.join(`,`)]=new ze(r.indexOf(e.length-1)>-1);for(let e=0;e-1}get whitespace(){return this.spec.whitespace||(this.spec.code?`pre`:`normal`)}hasRequiredAttrs(){for(let e in this.attrs)if(this.attrs[e].isRequired)return!0;return!1}compatibleContent(e){return this==e||this.contentMatch.compatible(e.contentMatch)}computeAttrs(e){return!e&&this.defaultAttrs?this.defaultAttrs:et(this.attrs,e)}create(e=null,t,n){if(this.isText)throw Error(`NodeType.create can't construct text nodes`);return new Ie(this,this.computeAttrs(e),E.from(t),D.setFrom(n))}createChecked(e=null,t,n){return t=E.from(t),this.checkContent(t),new Ie(this,this.computeAttrs(e),t,D.setFrom(n))}createAndFill(e=null,t,n){if(e=this.computeAttrs(e),t=E.from(t),t.size){let e=this.contentMatch.fillBefore(t);if(!e)return null;t=e.append(t)}let r=this.contentMatch.matchFragment(t),i=r&&r.fillBefore(E.empty,!0);return i?new Ie(this,e,t.append(i),D.setFrom(n)):null}validContent(e){let t=this.contentMatch.matchFragment(e);if(!t||!t.validEnd)return!1;for(let t=0;t-1}allowsMarks(e){if(this.markSet==null)return!0;for(let t=0;tr[t]=new e(t,n,i));let i=n.spec.topNode||`doc`;if(!r[i])throw RangeError(`Schema is missing its top node type ('`+i+`')`);if(!r.text)throw RangeError(`Every schema needs a 'text' type`);for(let e in r.text.attrs)throw RangeError(`The text node type should not have attributes`);return r}};function it(e,t,n){let r=n.split(`|`);return n=>{let i=n===null?`null`:typeof n;if(r.indexOf(i)<0)throw RangeError(`Expected value of type ${r} for attribute ${t} on type ${e}, got ${i}`)}}var at=class{constructor(e,t,n){this.hasDefault=Object.prototype.hasOwnProperty.call(n,`default`),this.default=n.default,this.validate=typeof n.validate==`string`?it(e,t,n.validate):n.validate}get isRequired(){return!this.hasDefault}},ot=class e{constructor(e,t,n,r){this.name=e,this.rank=t,this.schema=n,this.spec=r,this.attrs=nt(e,r.attrs),this.excluded=null;let i=$e(this.attrs);this.instance=i?new D(this,i):null}create(e=null){return!e&&this.instance?this.instance:new D(this,et(this.attrs,e))}static compile(t,n){let r=Object.create(null),i=0;return t.forEach((t,a)=>r[t]=new e(t,i++,n,a)),r}removeFromSet(e){for(var t=0;t-1}},st=class{constructor(e){this.linebreakReplacement=null,this.cached=Object.create(null);let t=this.spec={};for(let n in e)t[n]=e[n];t.nodes=T.from(e.nodes),t.marks=T.from(e.marks||{}),this.nodes=rt.compile(this.spec.nodes,this),this.marks=ot.compile(this.spec.marks,this);let n=Object.create(null);for(let e in this.nodes){if(e in this.marks)throw RangeError(e+` can not be both a node and a mark`);let t=this.nodes[e],r=t.spec.content||``,i=t.spec.marks;if(t.contentMatch=n[r]||(n[r]=ze.parse(r,this.nodes)),t.inlineContent=t.contentMatch.inlineContent,t.spec.linebreakReplacement){if(this.linebreakReplacement)throw RangeError(`Multiple linebreak nodes defined`);if(!t.isInline||!t.isLeaf)throw RangeError(`Linebreak replacement nodes must be inline leaf nodes`);this.linebreakReplacement=t}t.markSet=i==`_`?null:i?ct(this,i.split(` `)):i==``||!t.inlineContent?[]:null}for(let e in this.marks){let t=this.marks[e],n=t.spec.excludes;t.excluded=n==null?[t]:n==``?[]:ct(this,n.split(` `))}this.nodeFromJSON=e=>Ie.fromJSON(this,e),this.markFromJSON=e=>D.fromJSON(this,e),this.topNodeType=this.nodes[this.spec.topNode||`doc`],this.cached.wrappings=Object.create(null)}node(e,t=null,n,r){if(typeof e==`string`)e=this.nodeType(e);else if(!(e instanceof rt))throw RangeError(`Invalid node type: `+e);else if(e.schema!=this)throw RangeError(`Node type from different schema used (`+e.name+`)`);return e.createChecked(t,n,r)}text(e,t){let n=this.nodes.text;return new Le(n,n.defaultAttrs,e,D.setFrom(t))}mark(e,t){return typeof e==`string`&&(e=this.marks[e]),e.create(t)}nodeType(e){let t=this.nodes[e];if(!t)throw RangeError(`Unknown node type: `+e);return t}};function ct(e,t){let n=[];for(let r=0;r-1)&&n.push(o=r)}if(!o)throw SyntaxError(`Unknown mark type: '`+t[r]+`'`)}return n}function lt(e){return e.tag!=null}function ut(e){return e.style!=null}var dt=class e{constructor(e,t){this.schema=e,this.rules=t,this.tags=[],this.styles=[];let n=this.matchedStyles=[];t.forEach(e=>{if(lt(e))this.tags.push(e);else if(ut(e)){let t=/[^=]*/.exec(e.style)[0];n.indexOf(t)<0&&n.push(t),this.styles.push(e)}}),this.normalizeLists=!this.tags.some(t=>{if(!/^(ul|ol)\b/.test(t.tag)||!t.node)return!1;let n=e.nodes[t.node];return n.contentMatch.matchType(n)})}parse(e,t={}){let n=new bt(this,t,!1);return n.addAll(e,D.none,t.from,t.to),n.finish()}parseSlice(e,t={}){let n=new bt(this,t,!0);return n.addAll(e,D.none,t.from,t.to),O.maxOpen(n.finish())}matchTag(e,t,n){for(let r=n?this.tags.indexOf(n)+1:0;re.length&&(a.charCodeAt(e.length)!=61||a.slice(e.length+1)!=t))){if(r.getAttrs){let e=r.getAttrs(t);if(e===!1)continue;r.attrs=e||void 0}return r}}}static schemaRules(e){let t=[];function n(e){let n=e.priority==null?50:e.priority,r=0;for(;r{n(e=Ct(e)),e.mark||e.ignore||e.clearMark||(e.mark=t)})}for(let t in e.nodes){let r=e.nodes[t].spec.parseDOM;r&&r.forEach(e=>{n(e=Ct(e)),e.node||e.ignore||e.mark||(e.node=t)})}return t}static fromSchema(t){return t.cached.domParser||(t.cached.domParser=new e(t,e.schemaRules(t)))}},ft={address:!0,article:!0,aside:!0,blockquote:!0,canvas:!0,dd:!0,div:!0,dl:!0,fieldset:!0,figcaption:!0,figure:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,li:!0,noscript:!0,ol:!0,output:!0,p:!0,pre:!0,section:!0,table:!0,tfoot:!0,ul:!0},pt={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},mt={ol:!0,ul:!0},ht=1,gt=2,_t=4;function vt(e,t,n){return t==null?e&&e.whitespace==`pre`?ht|gt:n&~_t:(t?ht:0)|(t===`full`?gt:0)}var yt=class{constructor(e,t,n,r,i,a){this.type=e,this.attrs=t,this.marks=n,this.solid=r,this.options=a,this.content=[],this.activeMarks=D.none,this.match=i||(a&_t?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let t=this.type.contentMatch.fillBefore(E.from(e));if(t)this.match=this.type.contentMatch.matchFragment(t);else{let t=this.type.contentMatch,n;return(n=t.findWrapping(e.type))?(this.match=t,n):null}}return this.match.findWrapping(e.type)}finish(e){if(!(this.options&ht)){let e=this.content[this.content.length-1],t;if(e&&e.isText&&(t=/[ \t\r\n\u000c]+$/.exec(e.text))){let n=e;e.text.length==t[0].length?this.content.pop():this.content[this.content.length-1]=n.withText(n.text.slice(0,n.text.length-t[0].length))}}let t=E.from(this.content);return!e&&this.match&&(t=t.append(this.match.fillBefore(E.empty,!0))),this.type?this.type.create(this.attrs,t,this.marks):t}inlineContext(e){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:e.parentNode&&!ft.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}},bt=class{constructor(e,t,n){this.parser=e,this.options=t,this.isOpen=n,this.open=0,this.localPreserveWS=!1;let r=t.topNode,i,a=vt(null,t.preserveWhitespace,0)|(n?_t:0);i=r?new yt(r.type,r.attrs,D.none,!0,t.topMatch||r.type.contentMatch,a):n?new yt(null,null,D.none,!0,null,a):new yt(e.schema.topNodeType,null,D.none,!0,null,a),this.nodes=[i],this.find=t.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(e,t){e.nodeType==3?this.addTextNode(e,t):e.nodeType==1&&this.addElement(e,t)}addTextNode(e,t){let n=e.nodeValue,r=this.top,i=r.options>?`full`:this.localPreserveWS||(r.options&ht)>0,{schema:a}=this.parser;if(i===`full`||r.inlineContext(e)||/[^ \t\r\n\u000c]/.test(n)){if(!i){if(n=n.replace(/[ \t\r\n\u000c]+/g,` `),/^[ \t\r\n\u000c]/.test(n)&&this.open==this.nodes.length-1){let t=r.content[r.content.length-1],i=e.previousSibling;(!t||i&&i.nodeName==`BR`||t.isText&&/[ \t\r\n\u000c]$/.test(t.text))&&(n=n.slice(1))}}else if(i===`full`)n=n.replace(/\r\n?/g,` +`);else if(a.linebreakReplacement&&/[\r\n]/.test(n)&&this.top.findWrapping(a.linebreakReplacement.create())){let e=n.split(/\r?\n|\r/);for(let n=0;n!n.clearMark(e)):t.concat(this.parser.schema.marks[n.mark].create(n.attrs)),n.consuming===!1)e=n;else break}}return t}addElementByRule(e,t,n,r){let i,a;if(t.node)if(a=this.parser.schema.nodes[t.node],a.isLeaf)this.insertNode(a.create(t.attrs),n,e.nodeName==`BR`)||this.leafFallback(e,n);else{let e=this.enter(a,t.attrs||null,n,t.preserveWhitespace);e&&(i=!0,n=e)}else{let e=this.parser.schema.marks[t.mark];n=n.concat(e.create(t.attrs))}let o=this.top;if(a&&a.isLeaf)this.findInside(e);else if(r)this.addElement(e,n,r);else if(t.getContent)this.findInside(e),t.getContent(e,this.parser.schema).forEach(e=>this.insertNode(e,n,!1));else{let r=e;typeof t.contentElement==`string`?r=e.querySelector(t.contentElement):typeof t.contentElement==`function`?r=t.contentElement(e):t.contentElement&&(r=t.contentElement),this.findAround(e,r,!0),this.addAll(r,n),this.findAround(e,r,!1)}i&&this.sync(o)&&this.open--}addAll(e,t,n,r){let i=n||0;for(let a=n?e.childNodes[n]:e.firstChild,o=r==null?null:e.childNodes[r];a!=o;a=a.nextSibling,++i)this.findAtPoint(e,i),this.addDOM(a,t);this.findAtPoint(e,i)}findPlace(e,t,n){let r,i;for(let t=this.open,a=0;t>=0;t--){let o=this.nodes[t],s=o.findWrapping(e);if(s&&(!r||r.length>s.length+a)&&(r=s,i=o,!s.length))break;if(o.solid){if(n)break;a+=2}}if(!r)return null;this.sync(i);for(let e=0;e(a.type?a.type.allowsMarkType(t.type):wt(t.type,e))?(s=t.addToSet(s),!1):!0),this.nodes.push(new yt(e,t,s,r,null,o)),this.open++,n}closeExtra(e=!1){let t=this.nodes.length-1;if(t>this.open){for(;t>this.open;t--)this.nodes[t-1].content.push(this.nodes[t].finish(e));this.nodes.length=this.open+1}}finish(){return this.open=0,this.closeExtra(this.isOpen),this.nodes[0].finish(!!(this.isOpen||this.options.topOpen))}sync(e){for(let t=this.open;t>=0;t--)if(this.nodes[t]==e)return this.open=t,!0;else this.localPreserveWS&&(this.nodes[t].options|=ht);return!1}get currentPos(){this.closeExtra();let e=0;for(let t=this.open;t>=0;t--){let n=this.nodes[t].content;for(let t=n.length-1;t>=0;t--)e+=n[t].nodeSize;t&&e++}return e}findAtPoint(e,t){if(this.find)for(let n=0;n-1)return e.split(/\s*\|\s*/).some(this.matchesContext,this);let t=e.split(`/`),n=this.options.context,r=!this.isOpen&&(!n||n.parent.type==this.nodes[0].type),i=-(n?n.depth+1:0)+ +!r,a=(e,o)=>{for(;e>=0;e--){let s=t[e];if(s==``){if(e==t.length-1||e==0)continue;for(;o>=i;o--)if(a(e-1,o))return!0;return!1}else{let e=o>0||o==0&&r?this.nodes[o].type:n&&o>=i?n.node(o-i).type:null;if(!e||e.name!=s&&!e.isInGroup(s))return!1;o--}}return!0};return a(t.length-1,this.open)}textblockFromContext(){let e=this.options.context;if(e)for(let t=e.depth;t>=0;t--){let n=e.node(t).contentMatchAt(e.indexAfter(t)).defaultType;if(n&&n.isTextblock&&n.defaultAttrs)return n}for(let e in this.parser.schema.nodes){let t=this.parser.schema.nodes[e];if(t.isTextblock&&t.defaultAttrs)return t}}};function xt(e){for(let t=e.firstChild,n=null;t;t=t.nextSibling){let e=t.nodeType==1?t.nodeName.toLowerCase():null;e&&mt.hasOwnProperty(e)&&n?(n.appendChild(t),t=n):e==`li`?n=t:e&&(n=null)}}function St(e,t){return(e.matches||e.msMatchesSelector||e.webkitMatchesSelector||e.mozMatchesSelector).call(e,t)}function Ct(e){let t={};for(let n in e)t[n]=e[n];return t}function wt(e,t){let n=t.schema.nodes;for(let r in n){let i=n[r];if(!i.allowsMarkType(e))continue;let a=[],o=e=>{a.push(e);for(let n=0;n{if(i.length||e.marks.length){let n=0,a=0;for(;n=0;r--){let i=this.serializeMark(e.marks[r],e.isInline,t);i&&((i.contentDOM||i.dom).appendChild(n),n=i.dom)}return n}serializeMark(e,t,n={}){let r=this.marks[e.type.name];return r&&jt(Dt(n),r(e,t),null,e.attrs)}static renderSpec(e,t,n=null,r){return jt(e,t,n,r)}static fromSchema(t){return t.cached.domSerializer||(t.cached.domSerializer=new e(this.nodesFromSchema(t),this.marksFromSchema(t)))}static nodesFromSchema(e){let t=Et(e.nodes);return t.text||=e=>e.text,t}static marksFromSchema(e){return Et(e.marks)}};function Et(e){let t={};for(let n in e){let r=e[n].spec.toDOM;r&&(t[n]=r)}return t}function Dt(e){return e.document||window.document}var Ot=new WeakMap;function kt(e){let t=Ot.get(e);return t===void 0&&Ot.set(e,t=At(e)),t}function At(e){let t=null;function n(e){if(e&&typeof e==`object`)if(Array.isArray(e))if(typeof e[0]==`string`)t||=[],t.push(e);else for(let t=0;t-1)throw RangeError(`Using an array from an attribute object as a DOM spec. This may be an attempted cross site scripting attack.`);let o=i.indexOf(` `);o>0&&(n=i.slice(0,o),i=i.slice(o+1));let s,c=n?e.createElementNS(n,i):e.createElement(i),l=t[1],u=1;if(l&&typeof l==`object`&&l.nodeType==null&&!Array.isArray(l)){u=2;for(let e in l)if(l[e]!=null){let t=e.indexOf(` `);t>0?c.setAttributeNS(e.slice(0,t),e.slice(t+1),l[e]):e==`style`&&c.style?c.style.cssText=l[e]:c.setAttribute(e,l[e])}}for(let i=u;iu)throw RangeError(`Content hole must be the only child of its parent node`);return{dom:c,contentDOM:c}}else{let{dom:t,contentDOM:i}=jt(e,a,n,r);if(c.appendChild(t),i){if(s)throw RangeError(`Multiple content holes`);s=i}}}return{dom:c,contentDOM:s}}var Mt=65535,Nt=2**16;function Pt(e,t){return e+t*Nt}function Ft(e){return e&Mt}function It(e){return(e-(e&Mt))/Nt}var Lt=1,Rt=2,zt=4,Bt=8,Vt=class{constructor(e,t,n){this.pos=e,this.delInfo=t,this.recover=n}get deleted(){return(this.delInfo&Bt)>0}get deletedBefore(){return(this.delInfo&(Lt|zt))>0}get deletedAfter(){return(this.delInfo&(Rt|zt))>0}get deletedAcross(){return(this.delInfo&zt)>0}},Ht=class e{constructor(t,n=!1){if(this.ranges=t,this.inverted=n,!t.length&&e.empty)return e.empty}recover(e){let t=0,n=Ft(e);if(!this.inverted)for(let e=0;ee)break;let c=this.ranges[o+i],l=this.ranges[o+a],u=s+c;if(e<=u){let i=c?e==s?-1:e==u?1:t:t,a=s+r+(i<0?0:l);if(n)return a;let d=e==(t<0?s:u)?null:Pt(o/3,e-s),f=e==s?Rt:e==u?Lt:zt;return(t<0?e!=s:e!=u)&&(f|=Bt),new Vt(a,f,d)}r+=l-c}return n?e+r:new Vt(e+r,0,null)}touches(e,t){let n=0,r=Ft(t),i=this.inverted?2:1,a=this.inverted?1:2;for(let t=0;te)break;let s=this.ranges[t+i];if(e<=o+s&&t==r*3)return!0;n+=this.ranges[t+a]-s}return!1}forEach(e){let t=this.inverted?2:1,n=this.inverted?1:2;for(let r=0,i=0;r=0;t--){let r=e.getMirror(t);this.appendMap(e._maps[t].invert(),r!=null&&r>t?n-r-1:void 0)}}invert(){let t=new e;return t.appendMappingInverted(this),t}map(e,t=1){if(this.mirror)return this._map(e,t,!0);for(let n=this.from;nn&&t!e.isAtom||!t.type.allowsMarkType(this.mark.type)?e:e.mark(this.mark.addToSet(e.marks)),r),t.openStart,t.openEnd);return Gt.fromReplace(e,this.from,this.to,i)}invert(){return new Jt(this.from,this.to,this.mark)}map(t){let n=t.mapResult(this.from,1),r=t.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new e(n.pos,r.pos,this.mark)}merge(t){return t instanceof e&&t.mark.eq(this.mark)&&this.from<=t.to&&this.to>=t.from?new e(Math.min(this.from,t.from),Math.max(this.to,t.to),this.mark):null}toJSON(){return{stepType:`addMark`,mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`)throw RangeError(`Invalid input for AddMarkStep.fromJSON`);return new e(n.from,n.to,t.markFromJSON(n.mark))}};k.jsonID(`addMark`,qt);var Jt=class e extends k{constructor(e,t,n){super(),this.from=e,this.to=t,this.mark=n}apply(e){let t=e.slice(this.from,this.to),n=new O(Kt(t.content,e=>e.mark(this.mark.removeFromSet(e.marks)),e),t.openStart,t.openEnd);return Gt.fromReplace(e,this.from,this.to,n)}invert(){return new qt(this.from,this.to,this.mark)}map(t){let n=t.mapResult(this.from,1),r=t.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new e(n.pos,r.pos,this.mark)}merge(t){return t instanceof e&&t.mark.eq(this.mark)&&this.from<=t.to&&this.to>=t.from?new e(Math.min(this.from,t.from),Math.max(this.to,t.to),this.mark):null}toJSON(){return{stepType:`removeMark`,mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`)throw RangeError(`Invalid input for RemoveMarkStep.fromJSON`);return new e(n.from,n.to,t.markFromJSON(n.mark))}};k.jsonID(`removeMark`,Jt);var Yt=class e extends k{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return Gt.fail(`No node at mark step's position`);let n=t.type.create(t.attrs,null,this.mark.addToSet(t.marks));return Gt.fromReplace(e,this.pos,this.pos+1,new O(E.from(n),0,+!t.isLeaf))}invert(t){let n=t.nodeAt(this.pos);if(n){let t=this.mark.addToSet(n.marks);if(t.length==n.marks.length){for(let r=0;rr.pos?null:new e(n.pos,r.pos,i,a,this.slice,this.insert,this.structure)}toJSON(){let e={stepType:`replaceAround`,from:this.from,to:this.to,gapFrom:this.gapFrom,gapTo:this.gapTo,insert:this.insert};return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`||typeof n.gapFrom!=`number`||typeof n.gapTo!=`number`||typeof n.insert!=`number`)throw RangeError(`Invalid input for ReplaceAroundStep.fromJSON`);return new e(n.from,n.to,n.gapFrom,n.gapTo,O.fromJSON(t,n.slice),n.insert,!!n.structure)}};k.jsonID(`replaceAround`,Qt);function $t(e,t,n){let r=e.resolve(t),i=n-t,a=r.depth;for(;i>0&&a>0&&r.indexAfter(a)==r.node(a).childCount;)a--,i--;if(i>0){let e=r.node(a).maybeChild(r.indexAfter(a));for(;i>0;){if(!e||e.isLeaf)return!0;e=e.firstChild,i--}}return!1}function en(e,t,n,r){let i=[],a=[],o,s;e.doc.nodesBetween(t,n,(e,c,l)=>{if(!e.isInline)return;let u=e.marks;if(!r.isInSet(u)&&l.type.allowsMarkType(r.type)){let l=Math.max(c,t),d=Math.min(c+e.nodeSize,n),f=r.addToSet(u);for(let e=0;ee.step(t)),a.forEach(t=>e.step(t))}function tn(e,t,n,r){let i=[],a=0;e.doc.nodesBetween(t,n,(e,o)=>{if(!e.isInline)return;a++;let s=null;if(r instanceof ot){let t=e.marks,n;for(;n=r.isInSet(t);)(s||=[]).push(n),t=n.removeFromSet(t)}else r?r.isInSet(e.marks)&&(s=[r]):s=e.marks;if(s&&s.length){let r=Math.min(o+e.nodeSize,n);for(let e=0;ee.step(new Jt(t.from,t.to,t.style)))}function nn(e,t,n,r=n.contentMatch,i=!0){let a=e.doc.nodeAt(t),o=[],s=t+1;for(let t=0;t=0;t--)e.step(o[t])}function rn(e,t,n){return(t==0||e.canReplace(t,e.childCount))&&(n==e.childCount||e.canReplace(0,n))}function an(e){let t=e.parent.content.cutByIndex(e.startIndex,e.endIndex);for(let n=e.depth,r=0,i=0;;--n){let a=e.$from.node(n),o=e.$from.index(n)+r,s=e.$to.indexAfter(n)-i;if(nn;e--)t||r.index(e)>0?(t=!0,u=E.from(r.node(e).copy(u)),d++):c--;let f=E.empty,p=0;for(let e=a,t=!1;e>n;e--)t||i.after(e+1)=0;e--){if(r.size){let t=n[e].type.contentMatch.matchFragment(r);if(!t||!t.validEnd)throw RangeError(`Wrapper type given to Transform.wrap does not form valid content of its parent wrapper`)}r=E.from(n[e].type.create(n[e].attrs,r))}let i=t.start,a=t.end;e.step(new Qt(i,a,i,a,new O(r,0,0),n.length,!0))}function fn(e,t,n,r,i){if(!r.isTextblock)throw RangeError(`Type given to setBlockType should be a textblock`);let a=e.steps.length;e.doc.nodesBetween(t,n,(t,n)=>{let o=typeof i==`function`?i(t):i;if(t.isTextblock&&!t.hasMarkup(r,o)&&hn(e.doc,e.mapping.slice(a).map(n),r)){let i=null;if(r.schema.linebreakReplacement){let e=r.whitespace==`pre`,t=!!r.contentMatch.matchType(r.schema.linebreakReplacement);e&&!t?i=!1:!e&&t&&(i=!0)}i===!1&&mn(e,t,n,a),nn(e,e.mapping.slice(a).map(n,1),r,void 0,i===null);let s=e.mapping.slice(a),c=s.map(n,1),l=s.map(n+t.nodeSize,1);return e.step(new Qt(c,l,c+1,l-1,new O(E.from(r.create(o,null,t.marks)),0,0),1,!0)),i===!0&&pn(e,t,n,a),!1}})}function pn(e,t,n,r){t.forEach((i,a)=>{if(i.isText){let o,s=/\r?\n|\r/g;for(;o=s.exec(i.text);){let i=e.mapping.slice(r).map(n+1+a+o.index);e.replaceWith(i,i+1,t.type.schema.linebreakReplacement.create())}}})}function mn(e,t,n,r){t.forEach((i,a)=>{if(i.type==i.type.schema.linebreakReplacement){let i=e.mapping.slice(r).map(n+1+a);e.replaceWith(i,i+1,t.type.schema.text(` +`))}})}function hn(e,t,n){let r=e.resolve(t),i=r.index();return r.parent.canReplaceWith(i,i+1,n)}function gn(e,t,n,r,i){let a=e.doc.nodeAt(t);if(!a)throw RangeError(`No node at given position`);n||=a.type;let o=n.create(r,null,i||a.marks);if(a.isLeaf)return e.replaceWith(t,t+a.nodeSize,o);if(!n.validContent(a.content))throw RangeError(`Invalid content for node type `+n.name);e.step(new Qt(t,t+a.nodeSize,t+1,t+a.nodeSize-1,new O(E.from(o),0,0),1,!0))}function _n(e,t,n=1,r){let i=e.resolve(t),a=i.depth-n,o=r&&r[r.length-1]||i.parent;if(a<0||i.parent.type.spec.isolating||!i.parent.canReplace(i.index(),i.parent.childCount)||!o.type.validContent(i.parent.content.cutByIndex(i.index(),i.parent.childCount)))return!1;for(let e=i.depth-1,t=n-2;e>a;e--,t--){let n=i.node(e),a=i.index(e);if(n.type.spec.isolating)return!1;let o=n.content.cutByIndex(a,n.childCount),s=r&&r[t+1];s&&(o=o.replaceChild(0,s.type.create(s.attrs)));let c=r&&r[t]||n;if(!n.canReplace(a+1,n.childCount)||!c.type.validContent(o))return!1}let s=i.indexAfter(a),c=r&&r[0];return i.node(a).canReplaceWith(s,s,c?c.type:i.node(a+1).type)}function vn(e,t,n=1,r){let i=e.doc.resolve(t),a=E.empty,o=E.empty;for(let e=i.depth,t=i.depth-n,s=n-1;e>t;e--,s--){a=E.from(i.node(e).copy(a));let t=r&&r[s];o=E.from(t?t.type.create(t.attrs,o):i.node(e).copy(o))}e.step(new Zt(t,t,new O(a.append(o),n,n),!0))}function yn(e,t){let n=e.resolve(t),r=n.index();return xn(n.nodeBefore,n.nodeAfter)&&n.parent.canReplace(r,r+1)}function bn(e,t){t.content.size||e.type.compatibleContent(t.type);let n=e.contentMatchAt(e.childCount),{linebreakReplacement:r}=e.type.schema;for(let i=0;i0?(i=r.node(e+1),o++,a=r.node(e).maybeChild(o)):(i=r.node(e).maybeChild(o-1),a=r.node(e+1)),i&&!i.isTextblock&&xn(i,a)&&r.node(e).canReplace(o,o+1))return t;if(e==0)break;t=n<0?r.before(e):r.after(e)}}function Cn(e,t,n){let r=null,{linebreakReplacement:i}=e.doc.type.schema,a=e.doc.resolve(t-n),o=a.node().type;if(i&&o.inlineContent){let e=o.whitespace==`pre`,t=!!o.contentMatch.matchType(i);e&&!t?r=!1:!e&&t&&(r=!0)}let s=e.steps.length;if(r===!1){let r=e.doc.resolve(t+n);mn(e,r.node(),r.before(),s)}o.inlineContent&&nn(e,t+n-1,o,a.node().contentMatchAt(a.index()),r==null);let c=e.mapping.slice(s),l=c.map(t-n);if(e.step(new Zt(l,c.map(t+n,-1),O.empty,!0)),r===!0){let t=e.doc.resolve(l);pn(e,t.node(),t.before(),e.steps.length)}return e}function wn(e,t,n){let r=e.resolve(t);if(r.parent.canReplaceWith(r.index(),r.index(),n))return t;if(r.parentOffset==0)for(let e=r.depth-1;e>=0;e--){let t=r.index(e);if(r.node(e).canReplaceWith(t,t,n))return r.before(e+1);if(t>0)return null}if(r.parentOffset==r.parent.content.size)for(let e=r.depth-1;e>=0;e--){let t=r.indexAfter(e);if(r.node(e).canReplaceWith(t,t,n))return r.after(e+1);if(t=0;t--){let n=t==r.depth?0:r.pos<=(r.start(t+1)+r.end(t+1))/2?-1:1,a=r.index(t)+ +(n>0),o=r.node(t),s=!1;if(e==1)s=o.canReplace(a,a,i);else{let e=o.contentMatchAt(a).findWrapping(i.firstChild.type);s=e&&o.canReplaceWith(a,a,e[0])}if(s)return n==0?r.pos:n<0?r.before(t+1):r.after(t+1)}return null}function En(e,t,n=t,r=O.empty){if(t==n&&!r.size)return null;let i=e.resolve(t),a=e.resolve(n);return Dn(i,a,r)?new Zt(t,n,r):new On(i,a,r).fit()}function Dn(e,t,n){return!n.openStart&&!n.openEnd&&e.start()==t.start()&&e.parent.canReplace(e.index(),t.index(),n.content)}var On=class{constructor(e,t,n){this.$from=e,this.$to=t,this.unplaced=n,this.frontier=[],this.placed=E.empty;for(let t=0;t<=e.depth;t++){let n=e.node(t);this.frontier.push({type:n.type,match:n.contentMatchAt(e.indexAfter(t))})}for(let t=e.depth;t>0;t--)this.placed=E.from(e.node(t).copy(this.placed))}get depth(){return this.frontier.length-1}fit(){for(;this.unplaced.size;){let e=this.findFittable();e?this.placeNodes(e):this.openMore()||this.dropNode()}let e=this.mustMoveInline(),t=this.placed.size-this.depth-this.$from.depth,n=this.$from,r=this.close(e<0?this.$to:n.doc.resolve(e));if(!r)return null;let i=this.placed,a=n.depth,o=r.depth;for(;a&&o&&i.childCount==1;)i=i.firstChild.content,a--,o--;let s=new O(i,a,o);return e>-1?new Qt(n.pos,e,this.$to.pos,this.$to.end(),s,t):s.size||n.pos!=this.$to.pos?new Zt(n.pos,r.pos,s):null}findFittable(){let e=this.unplaced.openStart;for(let t=this.unplaced.content,n=0,r=this.unplaced.openEnd;n1&&(r=0),i.type.spec.isolating&&r<=n){e=n;break}t=i.content}for(let t=1;t<=2;t++)for(let n=t==1?e:this.unplaced.openStart;n>=0;n--){let e,r=null;n?(r=jn(this.unplaced.content,n-1).firstChild,e=r.content):e=this.unplaced.content;let i=e.firstChild;for(let e=this.depth;e>=0;e--){let{type:a,match:o}=this.frontier[e],s,c=null;if(t==1&&(i?o.matchType(i.type)||(c=o.fillBefore(E.from(i),!1)):r&&a.compatibleContent(r.type)))return{sliceDepth:n,frontierDepth:e,parent:r,inject:c};if(t==2&&i&&(s=o.findWrapping(i.type)))return{sliceDepth:n,frontierDepth:e,parent:r,wrap:s};if(r&&o.matchType(r.type))break}}}openMore(){let{content:e,openStart:t,openEnd:n}=this.unplaced,r=jn(e,t);return!r.childCount||r.firstChild.isLeaf?!1:(this.unplaced=new O(e,t+1,Math.max(n,r.size+t>=e.size-n?t+1:0)),!0)}dropNode(){let{content:e,openStart:t,openEnd:n}=this.unplaced,r=jn(e,t);if(r.childCount<=1&&t>0){let i=e.size-t<=t+r.size;this.unplaced=new O(kn(e,t-1,1),t-1,i?t-1:n)}else this.unplaced=new O(kn(e,t,1),t,n)}placeNodes({sliceDepth:e,frontierDepth:t,parent:n,inject:r,wrap:i}){for(;this.depth>t;)this.closeFrontierNode();if(i)for(let e=0;e1||s==0||e.content.size)&&(u=t,l.push(Mn(e.mark(d.allowedMarks(e.marks)),c==1?s:0,c==o.childCount?f:-1)))}let p=c==o.childCount;p||(f=-1),this.placed=An(this.placed,t,E.from(l)),this.frontier[t].match=u,p&&f<0&&n&&n.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let e=0,t=o;e1&&r==this.$to.end(--n);)++r;return r}findCloseLevel(e){scan:for(let t=Math.min(this.depth,e.depth);t>=0;t--){let{match:n,type:r}=this.frontier[t],i=t=0;n--){let{match:t,type:r}=this.frontier[n],i=Nn(e,n,r,t,!0);if(!i||i.childCount)continue scan}return{depth:t,fit:a,move:i?e.doc.resolve(e.after(t+1)):e}}}}close(e){let t=this.findCloseLevel(e);if(!t)return null;for(;this.depth>t.depth;)this.closeFrontierNode();t.fit.childCount&&(this.placed=An(this.placed,t.depth,t.fit)),e=t.move;for(let n=t.depth+1;n<=e.depth;n++){let t=e.node(n),r=t.type.contentMatch.fillBefore(t.content,!0,e.index(n));this.openFrontierNode(t.type,t.attrs,r)}return e}openFrontierNode(e,t=null,n){let r=this.frontier[this.depth];r.match=r.match.matchType(e),this.placed=An(this.placed,this.depth,E.from(e.create(t,n))),this.frontier.push({type:e,match:e.contentMatch})}closeFrontierNode(){let e=this.frontier.pop().match.fillBefore(E.empty,!0);e.childCount&&(this.placed=An(this.placed,this.frontier.length,e))}};function kn(e,t,n){return t==0?e.cutByIndex(n,e.childCount):e.replaceChild(0,e.firstChild.copy(kn(e.firstChild.content,t-1,n)))}function An(e,t,n){return t==0?e.append(n):e.replaceChild(e.childCount-1,e.lastChild.copy(An(e.lastChild.content,t-1,n)))}function jn(e,t){for(let n=0;n1&&(r=r.replaceChild(0,Mn(r.firstChild,t-1,r.childCount==1?n-1:0))),t>0&&(r=e.type.contentMatch.fillBefore(r).append(r),n<=0&&(r=r.append(e.type.contentMatch.matchFragment(r).fillBefore(E.empty,!0)))),e.copy(r)}function Nn(e,t,n,r,i){let a=e.node(t),o=i?e.indexAfter(t):e.index(t);if(o==a.childCount&&!n.compatibleContent(a.type))return null;let s=r.fillBefore(a.content,!0,o);return s&&!Pn(n,a.content,o)?s:null}function Pn(e,t,n){for(let r=n;r0;e--,t--){let n=i.node(e).type.spec;if(n.defining||n.definingAsContext||n.isolating)break;o.indexOf(e)>-1?s=e:i.before(e)==t&&o.splice(1,0,-e)}let c=o.indexOf(s),l=[],u=r.openStart;for(let e=r.content,t=0;;t++){let n=e.firstChild;if(l.push(n),t==r.openStart)break;e=n.content}for(let e=u-1;e>=0;e--){let t=l[e],n=Fn(t.type);if(n&&!t.sameMarkup(i.node(Math.abs(s)-1)))u=e;else if(n||!t.type.isTextblock)break}for(let t=r.openStart;t>=0;t--){let s=(t+u+1)%(r.openStart+1),d=l[s];if(d)for(let t=0;t=0&&(e.replace(t,n,r),!(e.steps.length>d));s--){let e=o[s];e<0||(t=i.before(e),n=a.after(e))}}function Ln(e,t,n,r,i){if(tr){let t=i.contentMatchAt(0),n=t.fillBefore(e).append(e);e=n.append(t.matchFragment(n).fillBefore(E.empty,!0))}return e}function Rn(e,t,n,r){if(!r.isInline&&t==n&&e.doc.resolve(t).parent.content.size){let i=wn(e.doc,t,r.type);i!=null&&(t=n=i)}e.replaceRange(t,n,new O(E.from(r),0,0))}function zn(e,t,n){let r=e.doc.resolve(t),i=e.doc.resolve(n);if(r.parent.isTextblock&&i.parent.isTextblock&&r.start()!=i.start()&&r.parentOffset==0&&i.parentOffset==0){let a=r.sharedDepth(n),o=!1;for(let e=r.depth;e>a;e--)r.node(e).type.spec.isolating&&(o=!0);for(let e=i.depth;e>a;e--)i.node(e).type.spec.isolating&&(o=!0);if(!o){for(let e=r.depth;e>0&&t==r.start(e);e--)t=r.before(e);for(let e=i.depth;e>0&&n==i.start(e);e--)n=i.before(e);r=e.doc.resolve(t),i=e.doc.resolve(n)}}let a=Bn(r,i);for(let t=0;t0&&(o||r.node(n-1).canReplace(r.index(n-1),i.indexAfter(n-1))))return e.delete(r.before(n),i.after(n))}for(let a=1;a<=r.depth&&a<=i.depth;a++)if(t-r.start(a)==r.depth-a&&n>r.end(a)&&i.end(a)-n!=i.depth-a&&r.start(a-1)==i.start(a-1)&&r.node(a-1).canReplace(r.index(a-1),i.index(a-1)))return e.delete(r.before(a),n);e.delete(t,n)}function Bn(e,t){let n=[],r=Math.min(e.depth,t.depth);for(let i=r;i>=0;i--){let r=e.start(i);if(rt.pos+(t.depth-i)||e.node(i).type.spec.isolating||t.node(i).type.spec.isolating)break;(r==t.start(i)||i==e.depth&&i==t.depth&&e.parent.inlineContent&&t.parent.inlineContent&&i&&t.start(i-1)==r-1)&&n.push(i)}return n}var Vn=class e extends k{constructor(e,t,n){super(),this.pos=e,this.attr=t,this.value=n}apply(e){let t=e.nodeAt(this.pos);if(!t)return Gt.fail(`No node at attribute step's position`);let n=Object.create(null);for(let e in t.attrs)n[e]=t.attrs[e];n[this.attr]=this.value;let r=t.type.create(n,null,t.marks);return Gt.fromReplace(e,this.pos,this.pos+1,new O(E.from(r),0,+!t.isLeaf))}getMap(){return Ht.empty}invert(t){return new e(this.pos,this.attr,t.nodeAt(this.pos).attrs[this.attr])}map(t){let n=t.mapResult(this.pos,1);return n.deletedAfter?null:new e(n.pos,this.attr,this.value)}toJSON(){return{stepType:`attr`,pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(t,n){if(typeof n.pos!=`number`||typeof n.attr!=`string`)throw RangeError(`Invalid input for AttrStep.fromJSON`);return new e(n.pos,n.attr,n.value)}};k.jsonID(`attr`,Vn);var Hn=class e extends k{constructor(e,t){super(),this.attr=e,this.value=t}apply(e){let t=Object.create(null);for(let n in e.attrs)t[n]=e.attrs[n];t[this.attr]=this.value;let n=e.type.create(t,e.content,e.marks);return Gt.ok(n)}getMap(){return Ht.empty}invert(t){return new e(this.attr,t.attrs[this.attr])}map(e){return this}toJSON(){return{stepType:`docAttr`,attr:this.attr,value:this.value}}static fromJSON(t,n){if(typeof n.attr!=`string`)throw RangeError(`Invalid input for DocAttrStep.fromJSON`);return new e(n.attr,n.value)}};k.jsonID(`docAttr`,Hn);var Un=class extends Error{};Un=function e(t){let n=Error.call(this,t);return n.__proto__=e.prototype,n},Un.prototype=Object.create(Error.prototype),Un.prototype.constructor=Un,Un.prototype.name=`TransformError`;var Wn=class{constructor(e){this.doc=e,this.steps=[],this.docs=[],this.mapping=new Ut}get before(){return this.docs.length?this.docs[0]:this.doc}step(e){let t=this.maybeStep(e);if(t.failed)throw new Un(t.failed);return this}maybeStep(e){let t=e.apply(this.doc);return t.failed||this.addStep(e,t.doc),t}get docChanged(){return this.steps.length>0}changedRange(){let e=1e9,t=-1e9;for(let n=0;n{e=Math.min(e,i),t=Math.max(t,a)})}return e==1e9?null:{from:e,to:t}}addStep(e,t){this.docs.push(this.doc),this.steps.push(e),this.mapping.appendMap(e.getMap()),this.doc=t}replace(e,t=e,n=O.empty){let r=En(this.doc,e,t,n);return r&&this.step(r),this}replaceWith(e,t,n){return this.replace(e,t,new O(E.from(n),0,0))}delete(e,t){return this.replace(e,t,O.empty)}insert(e,t){return this.replaceWith(e,e,t)}replaceRange(e,t,n){return In(this,e,t,n),this}replaceRangeWith(e,t,n){return Rn(this,e,t,n),this}deleteRange(e,t){return zn(this,e,t),this}lift(e,t){return on(this,e,t),this}join(e,t=1){return Cn(this,e,t),this}wrap(e,t){return dn(this,e,t),this}setBlockType(e,t=e,n,r=null){return fn(this,e,t,n,r),this}setNodeMarkup(e,t,n=null,r){return gn(this,e,t,n,r),this}setNodeAttribute(e,t,n){return this.step(new Vn(e,t,n)),this}setDocAttribute(e,t){return this.step(new Hn(e,t)),this}addNodeMark(e,t){return this.step(new Yt(e,t)),this}removeNodeMark(e,t){let n=this.doc.nodeAt(e);if(!n)throw RangeError(`No node at position `+e);if(t instanceof D)t.isInSet(n.marks)&&this.step(new Xt(e,t));else{let r=n.marks,i,a=[];for(;i=t.isInSet(r);)a.push(new Xt(e,i)),r=i.removeFromSet(r);for(let e=a.length-1;e>=0;e--)this.step(a[e])}return this}split(e,t=1,n){return vn(this,e,t,n),this}addMark(e,t,n){return en(this,e,t,n),this}removeMark(e,t,n){return tn(this,e,t,n),this}clearIncompatible(e,t,n){return nn(this,e,t,n),this}},Gn=Object.create(null),A=class{constructor(e,t,n){this.$anchor=e,this.$head=t,this.ranges=n||[new Kn(e.min(t),e.max(t))]}get anchor(){return this.$anchor.pos}get head(){return this.$head.pos}get from(){return this.$from.pos}get to(){return this.$to.pos}get $from(){return this.ranges[0].$from}get $to(){return this.ranges[0].$to}get empty(){let e=this.ranges;for(let t=0;t=0;r--){let i=t<0?$n(e.node(0),e.node(r),e.before(r+1),e.index(r),t,n):$n(e.node(0),e.node(r),e.after(r+1),e.index(r)+1,t,n);if(i)return i}return null}static near(e,t=1){return this.findFrom(e,t)||this.findFrom(e,-t)||new Zn(e.node(0))}static atStart(e){return $n(e,e,0,0,1)||new Zn(e)}static atEnd(e){return $n(e,e,e.content.size,e.childCount,-1)||new Zn(e)}static fromJSON(e,t){if(!t||!t.type)throw RangeError(`Invalid input for Selection.fromJSON`);let n=Gn[t.type];if(!n)throw RangeError(`No selection type ${t.type} defined`);return n.fromJSON(e,t)}static jsonID(e,t){if(e in Gn)throw RangeError(`Duplicate use of selection JSON ID `+e);return Gn[e]=t,t.prototype.jsonID=e,t}getBookmark(){return j.between(this.$anchor,this.$head).getBookmark()}};A.prototype.visible=!0;var Kn=class{constructor(e,t){this.$from=e,this.$to=t}},qn=!1;function Jn(e){!qn&&!e.parent.inlineContent&&(qn=!0,console.warn(`TextSelection endpoint not pointing into a node with inline content (`+e.parent.type.name+`)`))}var j=class e extends A{constructor(e,t=e){Jn(e),Jn(t),super(e,t)}get $cursor(){return this.$anchor.pos==this.$head.pos?this.$head:null}map(t,n){let r=t.resolve(n.map(this.head));if(!r.parent.inlineContent)return A.near(r);let i=t.resolve(n.map(this.anchor));return new e(i.parent.inlineContent?i:r,r)}replace(e,t=O.empty){if(super.replace(e,t),t==O.empty){let t=this.$from.marksAcross(this.$to);t&&e.ensureMarks(t)}}eq(t){return t instanceof e&&t.anchor==this.anchor&&t.head==this.head}getBookmark(){return new Yn(this.anchor,this.head)}toJSON(){return{type:`text`,anchor:this.anchor,head:this.head}}static fromJSON(t,n){if(typeof n.anchor!=`number`||typeof n.head!=`number`)throw RangeError(`Invalid input for TextSelection.fromJSON`);return new e(t.resolve(n.anchor),t.resolve(n.head))}static create(e,t,n=t){let r=e.resolve(t);return new this(r,n==t?r:e.resolve(n))}static between(t,n,r){let i=t.pos-n.pos;if((!r||i)&&(r=i>=0?1:-1),!n.parent.inlineContent){let e=A.findFrom(n,r,!0)||A.findFrom(n,-r,!0);if(e)n=e.$head;else return A.near(n,r)}return t.parent.inlineContent||(i==0?t=n:(t=(A.findFrom(t,-r,!0)||A.findFrom(t,r,!0)).$anchor,t.pos0?0:1);i>0?o=0;o+=i){let r=t.child(o);if(!r.isAtom){let t=$n(e,r,n+i,i<0?r.childCount:0,i,a);if(t)return t}else if(!a&&M.isSelectable(r))return M.create(e,n-(i<0?r.nodeSize:0));n+=r.nodeSize*i}return null}function er(e,t,n){let r=e.steps.length-1;if(r{o??=r}),e.setSelection(A.near(e.doc.resolve(o),n))}var tr=1,nr=2,rr=4,ir=class extends Wn{constructor(e){super(e.doc),this.curSelectionFor=0,this.updated=0,this.meta=Object.create(null),this.time=Date.now(),this.curSelection=e.selection,this.storedMarks=e.storedMarks}get selection(){return this.curSelectionFor0}setStoredMarks(e){return this.storedMarks=e,this.updated|=nr,this}ensureMarks(e){return D.sameSet(this.storedMarks||this.selection.$from.marks(),e)||this.setStoredMarks(e),this}addStoredMark(e){return this.ensureMarks(e.addToSet(this.storedMarks||this.selection.$head.marks()))}removeStoredMark(e){return this.ensureMarks(e.removeFromSet(this.storedMarks||this.selection.$head.marks()))}get storedMarksSet(){return(this.updated&nr)>0}addStep(e,t){super.addStep(e,t),this.updated&=~nr,this.storedMarks=null}setTime(e){return this.time=e,this}replaceSelection(e){return this.selection.replace(this,e),this}replaceSelectionWith(e,t=!0){let n=this.selection;return t&&(e=e.mark(this.storedMarks||(n.empty?n.$from.marks():n.$from.marksAcross(n.$to)||D.none))),n.replaceWith(this,e),this}deleteSelection(){return this.selection.replace(this),this}insertText(e,t,n){let r=this.doc.type.schema;if(t==null)return e?this.replaceSelectionWith(r.text(e),!0):this.deleteSelection();{if(n??=t,!e)return this.deleteRange(t,n);let i=this.storedMarks;if(!i){let e=this.doc.resolve(t);i=n==t?e.marks():e.marksAcross(this.doc.resolve(n))}return this.replaceRangeWith(t,n,r.text(e,i)),!this.selection.empty&&this.selection.to==t+e.length&&this.setSelection(A.near(this.selection.$to)),this}}setMeta(e,t){return this.meta[typeof e==`string`?e:e.key]=t,this}getMeta(e){return this.meta[typeof e==`string`?e:e.key]}get isGeneric(){for(let e in this.meta)return!1;return!0}scrollIntoView(){return this.updated|=rr,this}get scrolledIntoView(){return(this.updated&rr)>0}};function ar(e,t){return!t||!e?e:e.bind(t)}var or=class{constructor(e,t,n){this.name=e,this.init=ar(t.init,n),this.apply=ar(t.apply,n)}},sr=[new or(`doc`,{init(e){return e.doc||e.schema.topNodeType.createAndFill()},apply(e){return e.doc}}),new or(`selection`,{init(e,t){return e.selection||A.atStart(t.doc)},apply(e){return e.selection}}),new or(`storedMarks`,{init(e){return e.storedMarks||null},apply(e,t,n,r){return r.selection.$cursor?e.storedMarks:null}}),new or(`scrollToSelection`,{init(){return 0},apply(e,t){return e.scrolledIntoView?t+1:t}})],cr=class{constructor(e,t){this.schema=e,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=sr.slice(),t&&t.forEach(e=>{if(this.pluginsByKey[e.key])throw RangeError(`Adding different instances of a keyed plugin (`+e.key+`)`);this.plugins.push(e),this.pluginsByKey[e.key]=e,e.spec.state&&this.fields.push(new or(e.key,e.spec.state,e))})}},lr=class e{constructor(e){this.config=e}get schema(){return this.config.schema}get plugins(){return this.config.plugins}apply(e){return this.applyTransaction(e).state}filterTransaction(e,t=-1){for(let n=0;ne.toJSON())),e&&typeof e==`object`)for(let n in e){if(n==`doc`||n==`selection`)throw RangeError("The JSON fields `doc` and `selection` are reserved");let r=e[n],i=r.spec.state;i&&i.toJSON&&(t[n]=i.toJSON.call(r,this[r.key]))}return t}static fromJSON(t,n,r){if(!n)throw RangeError(`Invalid input for EditorState.fromJSON`);if(!t.schema)throw RangeError(`Required config field 'schema' missing`);let i=new cr(t.schema,t.plugins),a=new e(i);return i.fields.forEach(e=>{if(e.name==`doc`)a.doc=Ie.fromJSON(t.schema,n.doc);else if(e.name==`selection`)a.selection=A.fromJSON(a.doc,n.selection);else if(e.name==`storedMarks`)n.storedMarks&&(a.storedMarks=n.storedMarks.map(t.schema.markFromJSON));else{if(r)for(let i in r){let o=r[i],s=o.spec.state;if(o.key==e.name&&s&&s.fromJSON&&Object.prototype.hasOwnProperty.call(n,i)){a[e.name]=s.fromJSON.call(o,t,n[i],a);return}}a[e.name]=e.init(t,a)}}),a}};function ur(e,t,n){for(let r in e){let i=e[r];i instanceof Function?i=i.bind(t):r==`handleDOMEvents`&&(i=ur(i,t,{})),n[r]=i}return n}var N=class{constructor(e){this.spec=e,this.props={},e.props&&ur(e.props,this,this.props),this.key=e.key?e.key.key:fr(`plugin`)}getState(e){return e[this.key]}},dr=Object.create(null);function fr(e){return e in dr?e+`$`+ ++dr[e]:(dr[e]=0,e+`$`)}var P=class{constructor(e=`key`){this.key=fr(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}},pr=(e,t)=>e.selection.empty?!1:(t&&t(e.tr.deleteSelection().scrollIntoView()),!0);function mr(e,t){let{$cursor:n}=e.selection;return!n||(t?!t.endOfTextblock(`backward`,e):n.parentOffset>0)?null:n}var hr=(e,t,n)=>{let r=mr(e,n);if(!r)return!1;let i=xr(r);if(!i){let n=r.blockRange(),i=n&&an(n);return i==null?!1:(t&&t(e.tr.lift(n,i).scrollIntoView()),!0)}let a=i.nodeBefore;if(zr(e,i,t,-1))return!0;if(r.parent.content.size==0&&(yr(a,`end`)||M.isSelectable(a)))for(let n=r.depth;;n--){let o=En(e.doc,r.before(n),r.after(n),O.empty);if(o&&o.slice.size1)break}return a.isAtom&&i.depth==r.depth-1?(t&&t(e.tr.delete(i.pos-a.nodeSize,i.pos).scrollIntoView()),!0):!1},gr=(e,t,n)=>{let r=mr(e,n);if(!r)return!1;let i=xr(r);return i?vr(e,i,t):!1},_r=(e,t,n)=>{let r=Sr(e,n);if(!r)return!1;let i=Tr(r);return i?vr(e,i,t):!1};function vr(e,t,n){let r=t.nodeBefore,i=t.pos-1;for(;!r.isTextblock;i--){if(r.type.spec.isolating)return!1;let e=r.lastChild;if(!e)return!1;r=e}let a=t.nodeAfter,o=t.pos+1;for(;!a.isTextblock;o++){if(a.type.spec.isolating)return!1;let e=a.firstChild;if(!e)return!1;a=e}let s=En(e.doc,i,o,O.empty);if(!s||s.from!=i||s instanceof Zt&&s.slice.size>=o-i)return!1;if(n){let t=e.tr.step(s);t.setSelection(j.create(t.doc,i)),n(t.scrollIntoView())}return!0}function yr(e,t,n=!1){for(let r=e;r;r=t==`start`?r.firstChild:r.lastChild){if(r.isTextblock)return!0;if(n&&r.childCount!=1)return!1}return!1}var br=(e,t,n)=>{let{$head:r,empty:i}=e.selection,a=r;if(!i)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock(`backward`,e):r.parentOffset>0)return!1;a=xr(r)}let o=a&&a.nodeBefore;return!o||!M.isSelectable(o)?!1:(t&&t(e.tr.setSelection(M.create(e.doc,a.pos-o.nodeSize)).scrollIntoView()),!0)};function xr(e){if(!e.parent.type.spec.isolating)for(let t=e.depth-1;t>=0;t--){if(e.index(t)>0)return e.doc.resolve(e.before(t+1));if(e.node(t).type.spec.isolating)break}return null}function Sr(e,t){let{$cursor:n}=e.selection;return!n||(t?!t.endOfTextblock(`forward`,e):n.parentOffset{let r=Sr(e,n);if(!r)return!1;let i=Tr(r);if(!i)return!1;let a=i.nodeAfter;if(zr(e,i,t,1))return!0;if(r.parent.content.size==0&&(yr(a,`start`)||M.isSelectable(a))){let n=En(e.doc,r.before(),r.after(),O.empty);if(n&&n.slice.size{let{$head:r,empty:i}=e.selection,a=r;if(!i)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock(`forward`,e):r.parentOffset=0;t--){let n=e.node(t);if(e.index(t)+1{let n=e.selection,r=n instanceof M,i;if(r){if(n.node.isTextblock||!yn(e.doc,n.from))return!1;i=n.from}else if(i=Sn(e.doc,n.from,-1),i==null)return!1;if(t){let n=e.tr.join(i);r&&n.setSelection(M.create(n.doc,i-e.doc.resolve(i).nodeBefore.nodeSize)),t(n.scrollIntoView())}return!0},Dr=(e,t)=>{let n=e.selection,r;if(n instanceof M){if(n.node.isTextblock||!yn(e.doc,n.to))return!1;r=n.to}else if(r=Sn(e.doc,n.to,1),r==null)return!1;return t&&t(e.tr.join(r).scrollIntoView()),!0},Or=(e,t)=>{let{$from:n,$to:r}=e.selection,i=n.blockRange(r),a=i&&an(i);return a==null?!1:(t&&t(e.tr.lift(i,a).scrollIntoView()),!0)},kr=(e,t)=>{let{$head:n,$anchor:r}=e.selection;return!n.parent.type.spec.code||!n.sameParent(r)?!1:(t&&t(e.tr.insertText(` +`).scrollIntoView()),!0)};function Ar(e){for(let t=0;t{let{$head:n,$anchor:r}=e.selection;if(!n.parent.type.spec.code||!n.sameParent(r))return!1;let i=n.node(-1),a=n.indexAfter(-1),o=Ar(i.contentMatchAt(a));if(!o||!i.canReplaceWith(a,a,o))return!1;if(t){let r=n.after(),i=e.tr.replaceWith(r,r,o.createAndFill());i.setSelection(A.near(i.doc.resolve(r),1)),t(i.scrollIntoView())}return!0},Mr=(e,t)=>{let n=e.selection,{$from:r,$to:i}=n;if(n instanceof Zn||r.parent.inlineContent||i.parent.inlineContent)return!1;let a=Ar(i.parent.contentMatchAt(i.indexAfter()));if(!a||!a.isTextblock)return!1;if(t){let n=(!r.parentOffset&&i.index(){let{$cursor:n}=e.selection;if(!n||n.parent.content.size)return!1;if(n.depth>1&&n.after()!=n.end(-1)){let r=n.before();if(_n(e.doc,r))return t&&t(e.tr.split(r).scrollIntoView()),!0}let r=n.blockRange(),i=r&&an(r);return i==null?!1:(t&&t(e.tr.lift(r,i).scrollIntoView()),!0)};function Pr(e){return(t,n)=>{let{$from:r,$to:i}=t.selection;if(t.selection instanceof M&&t.selection.node.isBlock)return!r.parentOffset||!_n(t.doc,r.pos)?!1:(n&&n(t.tr.split(r.pos).scrollIntoView()),!0);if(!r.depth)return!1;let a=[],o,s,c=!1,l=!1;for(let t=r.depth;;t--)if(r.node(t).isBlock){c=r.end(t)==r.pos+(r.depth-t),l=r.start(t)==r.pos-(r.depth-t),s=Ar(r.node(t-1).contentMatchAt(r.indexAfter(t-1)));let n=e&&e(i.parent,c,r);a.unshift(n||(c&&s?{type:s}:null)),o=t;break}else{if(t==1)return!1;a.unshift(null)}let u=t.tr;(t.selection instanceof j||t.selection instanceof Zn)&&u.deleteSelection();let d=u.mapping.map(r.pos),f=_n(u.doc,d,a.length,a);if(f||=(a[0]=s?{type:s}:null,_n(u.doc,d,a.length,a)),!f)return!1;if(u.split(d,a.length,a),!c&&l&&r.node(o).type!=s){let e=u.mapping.map(r.before(o)),t=u.doc.resolve(e);s&&r.node(o-1).canReplaceWith(t.index(),t.index()+1,s)&&u.setNodeMarkup(u.mapping.map(r.before(o)),s)}return n&&n(u.scrollIntoView()),!0}}var Fr=Pr(),Ir=(e,t)=>{let{$from:n,to:r}=e.selection,i,a=n.sharedDepth(r);return a==0?!1:(i=n.before(a),t&&t(e.tr.setSelection(M.create(e.doc,i))),!0)},Lr=(e,t)=>(t&&t(e.tr.setSelection(new Zn(e.doc))),!0);function Rr(e,t,n){let r=t.nodeBefore,i=t.nodeAfter,a=t.index();return!r||!i||!r.type.compatibleContent(i.type)?!1:!r.content.size&&t.parent.canReplace(a-1,a)?(n&&n(e.tr.delete(t.pos-r.nodeSize,t.pos).scrollIntoView()),!0):!t.parent.canReplace(a,a+1)||!(i.isTextblock||yn(e.doc,t.pos))?!1:(n&&n(e.tr.join(t.pos).scrollIntoView()),!0)}function zr(e,t,n,r){let i=t.nodeBefore,a=t.nodeAfter,o,s,c=i.type.spec.isolating||a.type.spec.isolating;if(!c&&Rr(e,t,n))return!0;let l=!c&&t.parent.canReplace(t.index(),t.index()+1);if(l&&(o=(s=i.contentMatchAt(i.childCount)).findWrapping(a.type))&&s.matchType(o[0]||a.type).validEnd){if(n){let r=t.pos+a.nodeSize,s=E.empty;for(let e=o.length-1;e>=0;e--)s=E.from(o[e].create(null,s));s=E.from(i.copy(s));let c=e.tr.step(new Qt(t.pos-1,r,t.pos,r,new O(s,1,0),o.length,!0)),l=c.doc.resolve(r+2*o.length);l.nodeAfter&&l.nodeAfter.type==i.type&&yn(c.doc,l.pos)&&c.join(l.pos),n(c.scrollIntoView())}return!0}let u=a.type.spec.isolating||r>0&&c?null:A.findFrom(t,1),d=u&&u.$from.blockRange(u.$to),f=d&&an(d);if(f!=null&&f>=t.depth)return n&&n(e.tr.lift(d,f).scrollIntoView()),!0;if(l&&yr(a,`start`,!0)&&yr(i,`end`)){let r=i,o=[];for(;o.push(r),!r.isTextblock;)r=r.lastChild;let s=a,c=1;for(;!s.isTextblock;s=s.firstChild)c++;if(r.canReplace(r.childCount,r.childCount,s.content)){if(n){let r=E.empty;for(let e=o.length-1;e>=0;e--)r=E.from(o[e].copy(r));n(e.tr.step(new Qt(t.pos-o.length,t.pos+a.nodeSize,t.pos+c,t.pos+a.nodeSize-c,new O(r,o.length,0),0,!0)).scrollIntoView())}return!0}}return!1}function Br(e){return function(t,n){let r=t.selection,i=e<0?r.$from:r.$to,a=i.depth;for(;i.node(a).isInline;){if(!a)return!1;a--}return i.node(a).isTextblock?(n&&n(t.tr.setSelection(j.create(t.doc,e<0?i.start(a):i.end(a)))),!0):!1}}var Vr=Br(-1),Hr=Br(1);function Ur(e,t=null){return function(n,r){let{$from:i,$to:a}=n.selection,o=i.blockRange(a),s=o&&sn(o,e,t);return s?(r&&r(n.tr.wrap(o,s).scrollIntoView()),!0):!1}}function Wr(e,t=null){return function(n,r){let i=!1;for(let r=0;r{if(i)return!1;if(!(!r.isTextblock||r.hasMarkup(e,t)))if(r.type==e)i=!0;else{let t=n.doc.resolve(a),r=t.index();i=t.parent.canReplaceWith(r,r+1,e)}})}if(!i)return!1;if(r){let i=n.tr;for(let r=0;r=2&&t.$from.node(t.depth-1).type.compatibleContent(n)&&t.startIndex==0){if(t.$from.index(t.depth-1)==0)return!1;let e=o.resolve(t.start-2);a=new Pe(e,e,t.depth),t.endIndex=0;e--)a=E.from(n[e].type.create(n[e].attrs,a));e.step(new Qt(t.start-(r?2:0),t.end,t.start,t.end,new O(a,0,0),n.length,!0));let o=0;for(let e=0;et.childCount>0&&t.firstChild.type==e);return a?n?r.node(a.depth-1).type==e?ei(t,n,e,a):ti(t,n,a):!0:!1}}function ei(e,t,n,r){let i=e.tr,a=r.end,o=r.$to.end(r.depth);aa;t--)e-=i.child(t).nodeSize,r.delete(e-1,e+1);let a=r.doc.resolve(n.start),o=a.nodeAfter;if(r.mapping.map(n.end)!=n.start+a.nodeAfter.nodeSize)return!1;let s=n.startIndex==0,c=n.endIndex==i.childCount,l=a.node(-1),u=a.index(-1);if(!l.canReplace(u+ +!s,u+1,o.content.append(c?E.empty:E.from(i))))return!1;let d=a.pos,f=d+o.nodeSize;return r.step(new Qt(d-+!!s,f+ +!!c,d+1,f-1,new O((s?E.empty:E.from(i.copy(E.empty))).append(c?E.empty:E.from(i.copy(E.empty))),+!s,+!c),+!s)),t(r.scrollIntoView()),!0}function ni(e){return function(t,n){let{$from:r,$to:i}=t.selection,a=r.blockRange(i,t=>t.childCount>0&&t.firstChild.type==e);if(!a)return!1;let o=a.startIndex;if(o==0)return!1;let s=a.parent,c=s.child(o-1);if(c.type!=e)return!1;if(n){let r=c.lastChild&&c.lastChild.type==s.type,i=E.from(r?e.create():null),o=new O(E.from(e.create(null,E.from(s.type.create(null,i)))),r?3:1,0),l=a.start,u=a.end;n(t.tr.step(new Qt(l-(r?3:1),u,l,u,o,1,!0)).scrollIntoView())}return!0}}var F=function(e){for(var t=0;;t++)if(e=e.previousSibling,!e)return t},ri=function(e){let t=e.assignedSlot||e.parentNode;return t&&t.nodeType==11?t.host:t},ii=null,ai=function(e,t,n){let r=ii||=document.createRange();return r.setEnd(e,n??e.nodeValue.length),r.setStart(e,t||0),r},oi=function(){ii=null},si=function(e,t,n,r){return n&&(li(e,t,n,r,-1)||li(e,t,n,r,1))},ci=/^(img|br|input|textarea|hr)$/i;function li(e,t,n,r,i){for(;;){if(e==n&&t==r)return!0;if(t==(i<0?0:ui(e))){let n=e.parentNode;if(!n||n.nodeType!=1||mi(e)||ci.test(e.nodeName)||e.contentEditable==`false`)return!1;t=F(e)+(i<0?0:1),e=n}else if(e.nodeType==1){let n=e.childNodes[t+(i<0?-1:0)];if(n.nodeType==1&&n.contentEditable==`false`)if(n.pmViewDesc?.ignoreForSelection)t+=i;else return!1;else e=n,t=i<0?ui(e):0}else return!1}}function ui(e){return e.nodeType==3?e.nodeValue.length:e.childNodes.length}function di(e,t){for(;;){if(e.nodeType==3&&t)return e;if(e.nodeType==1&&t>0){if(e.contentEditable==`false`)return null;e=e.childNodes[t-1],t=ui(e)}else if(e.parentNode&&!mi(e))t=F(e),e=e.parentNode;else return null}}function fi(e,t){for(;;){if(e.nodeType==3&&t2),ji=Ai||(yi?/Mac/.test(yi.platform):!1),Mi=yi?/Win/.test(yi.platform):!1,Ni=/Android \d/.test(xi),Pi=!!bi&&`webkitFontSmoothing`in bi.documentElement.style,Fi=Pi?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0;function Ii(e){let t=e.defaultView&&e.defaultView.visualViewport;return t?{left:0,right:t.width,top:0,bottom:t.height}:{left:0,right:e.documentElement.clientWidth,top:0,bottom:e.documentElement.clientHeight}}function Li(e,t){return typeof e==`number`?e:e[t]}function Ri(e){let t=e.getBoundingClientRect(),n=t.width/e.offsetWidth||1,r=t.height/e.offsetHeight||1;return{left:t.left,right:t.left+e.clientWidth*n,top:t.top,bottom:t.top+e.clientHeight*r}}function zi(e,t,n){let r=e.someProp(`scrollThreshold`)||0,i=e.someProp(`scrollMargin`)||5,a=e.dom.ownerDocument;for(let o=n||e.dom;o;){if(o.nodeType!=1){o=ri(o);continue}let e=o,n=e==a.body,s=n?Ii(a):Ri(e),c=0,l=0;if(t.tops.bottom-Li(r,`bottom`)&&(l=t.bottom-t.top>s.bottom-s.top?t.top+Li(i,`top`)-s.top:t.bottom-s.bottom+Li(i,`bottom`)),t.lefts.right-Li(r,`right`)&&(c=t.right-s.right+Li(i,`right`)),c||l)if(n)a.defaultView.scrollBy(c,l);else{let n=e.scrollLeft,r=e.scrollTop;l&&(e.scrollTop+=l),c&&(e.scrollLeft+=c);let i=e.scrollLeft-n,a=e.scrollTop-r;t={left:t.left-i,top:t.top-a,right:t.right-i,bottom:t.bottom-a}}let u=n?`fixed`:getComputedStyle(o).position;if(/^(fixed|sticky)$/.test(u))break;o=u==`absolute`?o.offsetParent:ri(o)}}function Bi(e){let t=e.dom.getBoundingClientRect(),n=Math.max(0,t.top),r,i;for(let a=(t.left+t.right)/2,o=n+1;o=n-20){r=t,i=s.top;break}}return{refDOM:r,refTop:i,stack:Vi(e.dom)}}function Vi(e){let t=[],n=e.ownerDocument;for(let r=e;r&&(t.push({dom:r,top:r.scrollTop,left:r.scrollLeft}),e!=n);r=ri(r));return t}function Hi({refDOM:e,refTop:t,stack:n}){let r=e?e.getBoundingClientRect().top:0;Ui(n,r==0?0:r-t)}function Ui(e,t){for(let n=0;n=s){o=Math.max(p.bottom,o),s=Math.min(p.top,s);let e=p.left>t.left?p.left-t.left:p.right=(p.left+p.right)/2));continue}}else p.top>t.top&&!c&&p.left<=t.left&&p.right>=t.left&&(c=u,l={left:Math.max(p.left,Math.min(p.right,t.left)),top:p.top});!n&&(t.left>=p.right&&t.top>=p.top||t.left>=p.left&&t.top>=p.bottom)&&(a=d+1)}}return!n&&c&&(n=c,i=l,r=0),n&&n.nodeType==3?qi(n,i):!n||r&&n.nodeType==1?{node:e,offset:a}:Ki(n,i)}function qi(e,t){let n=e.nodeValue.length,r=document.createRange(),i;for(let a=0;a=(n.left+n.right)/2)};break}}return r.detach(),i||{node:e,offset:0}}function Ji(e,t){return e.left>=t.left-1&&e.left<=t.right+1&&e.top>=t.top-1&&e.top<=t.bottom+1}function Yi(e,t){let n=e.parentNode;return n&&/^li$/i.test(n.nodeName)&&t.left(e.left+e.right)/2?1:-1}return e.docView.posFromDOM(r,i,a)}function Zi(e,t,n,r){let i=-1;for(let n=t,a=!1;n!=e.dom;){let t=e.docView.nearestDesc(n,!0),o;if(!t)return null;if(t.dom.nodeType==1&&(t.node.isBlock&&t.parent||!t.contentDOM)&&((o=t.dom.getBoundingClientRect()).width||o.height)&&(t.node.isBlock&&t.parent&&!/^T(R|BODY|HEAD|FOOT)$/.test(t.dom.nodeName)&&(!a&&o.left>r.left||o.top>r.top?i=t.posBefore:(!a&&o.right-1?i:e.docView.posFromDOM(t,n,-1)}function Qi(e,t,n){let r=e.childNodes.length;if(r&&n.topt.top&&i++}let n;Pi&&i&&r.nodeType==1&&(n=r.childNodes[i-1]).nodeType==1&&n.contentEditable==`false`&&n.getBoundingClientRect().top>=t.top&&i--,r==e.dom&&i==r.childNodes.length-1&&r.lastChild.nodeType==1&&t.top>r.lastChild.getBoundingClientRect().bottom?s=e.state.doc.content.size:(i==0||r.nodeType!=1||r.childNodes[i-1].nodeName!=`BR`)&&(s=Zi(e,r,i,t))}s??=Xi(e,o,t);let c=e.docView.nearestDesc(o,!0);return{pos:s,inside:c?c.posAtStart-c.border:-1}}function ea(e){return e.top=0&&i==r.nodeValue.length?(e--,a=1):n<0?e--:t++,ia(ta(ai(r,e,t),a),a<0)}if(!e.state.doc.resolve(t-(a||0)).parent.inlineContent){if(a==null&&i&&(n<0||i==ui(r))){let e=r.childNodes[i-1];if(e.nodeType==1)return aa(e.getBoundingClientRect(),!1)}if(a==null&&i=0)}if(a==null&&i&&(n<0||i==ui(r))){let e=r.childNodes[i-1],t=e.nodeType==3?ai(e,ui(e)-+!o):e.nodeType==1&&(e.nodeName!=`BR`||!e.nextSibling)?e:null;if(t)return ia(ta(t,1),!1)}if(a==null&&i=0)}function ia(e,t){if(e.width==0)return e;let n=t?e.left:e.right;return{top:e.top,bottom:e.bottom,left:n,right:n}}function aa(e,t){if(e.height==0)return e;let n=t?e.top:e.bottom;return{top:n,bottom:n,left:e.left,right:e.right}}function oa(e,t,n){let r=e.state,i=e.root.activeElement;r!=t&&e.updateState(t),i!=e.dom&&e.focus();try{return n()}finally{r!=t&&e.updateState(r),i!=e.dom&&i&&i.focus()}}function sa(e,t,n){let r=t.selection,i=n==`up`?r.$from:r.$to;return oa(e,t,()=>{let{node:t}=e.docView.domFromPos(i.pos,n==`up`?-1:1);for(;;){let n=e.docView.nearestDesc(t,!0);if(!n)break;if(n.node.isBlock){t=n.contentDOM||n.dom;break}t=n.dom.parentNode}let r=ra(e,i.pos,1);for(let e=t.firstChild;e;e=e.nextSibling){let t;if(e.nodeType==1)t=e.getClientRects();else if(e.nodeType==3)t=ai(e,0,e.nodeValue.length).getClientRects();else continue;for(let e=0;ei.top+1&&(n==`up`?r.top-i.top>(i.bottom-r.top)*2:i.bottom-r.bottom>(r.bottom-i.top)*2))return!1}}return!0})}var ca=/[\u0590-\u08ac]/;function la(e,t,n){let{$head:r}=t.selection;if(!r.parent.isTextblock)return!1;let i=r.parentOffset,a=!i,o=i==r.parent.content.size,s=e.domSelection();return s?!ca.test(r.parent.textContent)||!s.modify?n==`left`||n==`backward`?a:o:oa(e,t,()=>{let{focusNode:t,focusOffset:i,anchorNode:a,anchorOffset:o}=e.domSelectionRange(),c=s.caretBidiLevel;s.modify(`move`,n,`character`);let l=r.depth?e.docView.domAfterPos(r.before()):e.dom,{focusNode:u,focusOffset:d}=e.domSelectionRange(),f=u&&!l.contains(u.nodeType==1?u:u.parentNode)||t==u&&i==d;try{s.collapse(a,o),t&&(t!=a||i!=o)&&s.extend&&s.extend(t,i)}catch{}return c!=null&&(s.caretBidiLevel=c),f}):r.pos==r.start()||r.pos==r.end()}var ua=null,da=null,fa=!1;function pa(e,t,n){return ua==t&&da==n?fa:(ua=t,da=n,fa=n==`up`||n==`down`?sa(e,t,n):la(e,t,n))}var ma=0,ha=1,ga=2,_a=3,va=class{constructor(e,t,n,r){this.parent=e,this.children=t,this.dom=n,this.contentDOM=r,this.dirty=ma,n.pmViewDesc=this}matchesWidget(e){return!1}matchesMark(e){return!1}matchesNode(e,t,n){return!1}matchesHack(e){return!1}parseRule(){return null}stopEvent(e){return!1}get size(){let e=0;for(let t=0;tF(this.contentDOM);else if(this.contentDOM&&this.contentDOM!=this.dom&&this.dom.contains(this.contentDOM))r=e.compareDocumentPosition(this.contentDOM)&2;else if(this.dom.firstChild){if(t==0)for(let t=e;;t=t.parentNode){if(t==this.dom){r=!1;break}if(t.previousSibling)break}if(r==null&&t==e.childNodes.length)for(let t=e;;t=t.parentNode){if(t==this.dom){r=!0;break}if(t.nextSibling)break}}return r??n>0?this.posAtEnd:this.posAtStart}nearestDesc(e,t=!1){for(let n=!0,r=e;r;r=r.parentNode){let i=this.getDesc(r),a;if(i&&(!t||i.node))if(n&&(a=i.nodeDOM)&&!(a.nodeType==1?a.contains(e.nodeType==1?e:e.parentNode):a==e))n=!1;else return i}}getDesc(e){let t=e.pmViewDesc;for(let e=t;e;e=e.parent)if(e==this)return t}posFromDOM(e,t,n){for(let r=e;r;r=r.parentNode){let i=this.getDesc(r);if(i)return i.localPosFromDOM(e,t,n)}return-1}descAt(e){for(let t=0,n=0;te||i instanceof Ta){r=e-t;break}t=a}if(r)return this.children[n].domFromPos(r-this.children[n].border,t);for(let e;n&&!(e=this.children[n-1]).size&&e instanceof ya&&e.side>=0;n--);if(t<=0){let e,r=!0;for(;e=n?this.children[n-1]:null,!(!e||e.dom.parentNode==this.contentDOM);n--,r=!1);return e&&t&&r&&!e.border&&!e.domAtom?e.domFromPos(e.size,t):{node:this.contentDOM,offset:e?F(e.dom)+1:0}}else{let e,r=!0;for(;e=n=i&&t<=s-n.border&&n.node&&n.contentDOM&&this.contentDOM.contains(n.contentDOM))return n.parseRange(e,t,i);e=a;for(let t=o;t>0;t--){let n=this.children[t-1];if(n.size&&n.dom.parentNode==this.contentDOM&&!n.emptyChildAt(1)){r=F(n.dom)+1;break}e-=n.size}r==-1&&(r=0)}if(r>-1&&(s>t||o==this.children.length-1)){t=s;for(let e=o+1;es&&at){let e=o;o=s,s=e}let n=document.createRange();n.setEnd(s.node,s.offset),n.setStart(o.node,o.offset),c.removeAllRanges(),c.addRange(n)}}ignoreMutation(e){return!this.contentDOM&&e.type!=`selection`}get contentLost(){return this.contentDOM&&this.contentDOM!=this.dom&&!this.dom.contains(this.contentDOM)}markDirty(e,t){for(let n=0,r=0;r=n:en){let r=n+i.border,o=a-i.border;if(e>=r&&t<=o){this.dirty=e==n||t==a?ga:ha,e==r&&t==o&&(i.contentLost||i.dom.parentNode!=this.contentDOM)?i.dirty=_a:i.markDirty(e-r,t-r);return}else i.dirty=i.dom==i.contentDOM&&i.dom.parentNode==this.contentDOM&&!i.children.length?ga:_a}n=a}this.dirty=ga}markParentsDirty(){let e=1;for(let t=this.parent;t;t=t.parent,e++){let n=e==1?ga:ha;t.dirty{if(!i)return r;if(i.parent)return i.parent.posBeforeChild(i)})),!t.type.spec.raw){if(a.nodeType!=1){let e=document.createElement(`span`);e.appendChild(a),a=e}a.contentEditable=`false`,a.classList.add(`ProseMirror-widget`)}super(e,[],a,null),this.widget=t,this.widget=t,i=this}matchesWidget(e){return this.dirty==ma&&e.type.eq(this.widget.type)}parseRule(){return{ignore:!0}}stopEvent(e){let t=this.widget.spec.stopEvent;return t?t(e):!1}ignoreMutation(e){return e.type!=`selection`||this.widget.spec.ignoreSelection}destroy(){this.widget.type.destroy(this.dom),super.destroy()}get domAtom(){return!0}get ignoreForSelection(){return!!this.widget.type.spec.relaxedSide}get side(){return this.widget.type.side}},ba=class extends va{constructor(e,t,n,r){super(e,[],t,null),this.textDOM=n,this.text=r}get size(){return this.text.length}localPosFromDOM(e,t){return e==this.textDOM?this.posAtStart+t:this.posAtStart+(t?this.size:0)}domFromPos(e){return{node:this.textDOM,offset:e}}ignoreMutation(e){return e.type===`characterData`&&e.target.nodeValue==e.oldValue}},xa=class e extends va{constructor(e,t,n,r,i){super(e,[],n,r),this.mark=t,this.spec=i}static create(t,n,r,i){let a=i.nodeViews[n.type.name],o=a&&a(n,i,r);return(!o||!o.dom)&&(o=Tt.renderSpec(document,n.type.spec.toDOM(n,r),null,n.attrs)),new e(t,n,o.dom,o.contentDOM||o.dom,o)}parseRule(){return this.dirty&_a||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(e){return this.dirty!=_a&&this.mark.eq(e)}markDirty(e,t){if(super.markDirty(e,t),this.dirty!=ma){let e=this.parent;for(;!e.node;)e=e.parent;e.dirty0&&(a=Ha(a,0,t,r));for(let e=0;e{if(!c)return o;if(c.parent)return c.parent.posBeforeChild(c)},r,i),u=l&&l.dom,d=l&&l.contentDOM;if(n.isText){if(!u)u=document.createTextNode(n.text);else if(u.nodeType!=3)throw RangeError(`Text must be rendered as a DOM text node`)}else if(!u){let e=Tt.renderSpec(document,n.type.spec.toDOM(n),null,n.attrs);({dom:u,contentDOM:d}=e)}!d&&!n.isText&&u.nodeName!=`BR`&&(u.hasAttribute(`contenteditable`)||(u.contentEditable=`false`),n.type.spec.draggable&&(u.draggable=!0));let f=u;return u=Na(u,r,n),l?c=new Ea(t,n,r,i,u,d||null,f,l,a,o+1):n.isText?new wa(t,n,r,i,u,f,a):new e(t,n,r,i,u,d||null,f,a,o+1)}parseRule(){if(this.node.type.spec.reparseInView)return null;let e={node:this.node.type.name,attrs:this.node.attrs};if(this.node.type.whitespace==`pre`&&(e.preserveWhitespace=`full`),!this.contentDOM)e.getContent=()=>this.node.content;else if(!this.contentLost)e.contentElement=this.contentDOM;else{for(let t=this.children.length-1;t>=0;t--){let n=this.children[t];if(this.dom.contains(n.dom.parentNode)){e.contentElement=n.dom.parentNode;break}}e.contentElement||(e.getContent=()=>E.empty)}return e}matchesNode(e,t,n){return this.dirty==ma&&e.eq(this.node)&&Pa(t,this.outerDeco)&&n.eq(this.innerDeco)}get size(){return this.node.nodeSize}get border(){return+!this.node.isLeaf}updateChildren(e,t){let n=this.node.inlineContent,r=t,i=e.composing?this.localCompositionInfo(e,t):null,a=i&&i.pos>-1?i:null,o=i&&i.pos<0,s=new Ia(this,a&&a.node,e);za(this.node,this.innerDeco,(t,i,a)=>{t.spec.marks?s.syncToMarks(t.spec.marks,n,e,i):t.type.side>=0&&!a&&s.syncToMarks(i==this.node.childCount?D.none:this.node.child(i).marks,n,e,i),s.placeWidget(t,e,r)},(t,a,c,l)=>{s.syncToMarks(t.marks,n,e,l);let u;s.findNodeMatch(t,a,c,l)||o&&e.state.selection.from>r&&e.state.selection.to-1&&s.updateNodeAt(t,a,c,u,e)||s.updateNextNode(t,a,c,e,l,r)||s.addNode(t,a,c,e,r),r+=t.nodeSize}),s.syncToMarks([],n,e,0),this.node.isTextblock&&s.addTextblockHacks(),s.destroyRest(),(s.changed||this.dirty==ga)&&(a&&this.protectLocalComposition(e,a),Da(this.contentDOM,this.children,e),Ai&&Ba(this.dom))}localCompositionInfo(e,t){let{from:n,to:r}=e.state.selection;if(!(e.state.selection instanceof j)||nt+this.node.content.size)return null;let i=e.input.compositionNode;if(!i||!this.dom.contains(i.parentNode))return null;if(this.node.inlineContent){let e=i.nodeValue,a=Va(this.node.content,e,n-t,r-t);return a<0?null:{node:i,pos:a,text:e}}else return{node:i,pos:-1,text:``}}protectLocalComposition(e,{node:t,pos:n,text:r}){if(this.getDesc(t))return;let i=t;for(;i.parentNode!=this.contentDOM;i=i.parentNode){for(;i.previousSibling;)i.parentNode.removeChild(i.previousSibling);for(;i.nextSibling;)i.parentNode.removeChild(i.nextSibling);i.pmViewDesc&&=void 0}let a=new ba(this,i,t,r);e.input.compositionNodes.push(a),this.children=Ha(this.children,n,n+r.length,e,a)}update(e,t,n,r){return this.dirty==_a||!e.sameMarkup(this.node)?!1:(this.updateInner(e,t,n,r),!0)}updateInner(e,t,n,r){this.updateOuterDeco(t),this.node=e,this.innerDeco=n,this.contentDOM&&this.updateChildren(r,this.posAtStart),this.dirty=ma}updateOuterDeco(e){if(Pa(e,this.outerDeco))return;let t=this.nodeDOM.nodeType!=1,n=this.dom;this.dom=ja(this.dom,this.nodeDOM,Aa(this.outerDeco,this.node,t),Aa(e,this.node,t)),this.dom!=n&&(n.pmViewDesc=void 0,this.dom.pmViewDesc=this),this.outerDeco=e}selectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.add(`ProseMirror-selectednode`),(this.contentDOM||!this.node.type.spec.draggable)&&(this.nodeDOM.draggable=!0))}deselectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.remove(`ProseMirror-selectednode`),(this.contentDOM||!this.node.type.spec.draggable)&&this.nodeDOM.removeAttribute(`draggable`))}get domAtom(){return this.node.isAtom}};function Ca(e,t,n,r,i){Na(r,t,e);let a=new Sa(void 0,e,t,n,r,r,r,i,0);return a.contentDOM&&a.updateChildren(i,0),a}var wa=class e extends Sa{constructor(e,t,n,r,i,a,o){super(e,t,n,r,i,null,a,o,0)}parseRule(){let e=this.nodeDOM.parentNode;for(;e&&e!=this.dom&&!e.pmIsDeco;)e=e.parentNode;return{skip:e||!0}}update(e,t,n,r){return this.dirty==_a||this.dirty!=ma&&!this.inParent()||!e.sameMarkup(this.node)?!1:(this.updateOuterDeco(t),(this.dirty!=ma||e.text!=this.node.text)&&e.text!=this.nodeDOM.nodeValue&&(this.nodeDOM.nodeValue=e.text,r.trackWrites==this.nodeDOM&&(r.trackWrites=null)),this.node=e,this.dirty=ma,!0)}inParent(){let e=this.parent.contentDOM;for(let t=this.nodeDOM;t;t=t.parentNode)if(t==e)return!0;return!1}domFromPos(e){return{node:this.nodeDOM,offset:e}}localPosFromDOM(e,t,n){return e==this.nodeDOM?this.posAtStart+Math.min(t,this.node.text.length):super.localPosFromDOM(e,t,n)}ignoreMutation(e){return e.type!=`characterData`&&e.type!=`selection`}slice(t,n,r){let i=this.node.cut(t,n),a=document.createTextNode(i.text);return new e(this.parent,i,this.outerDeco,this.innerDeco,a,a,r)}markDirty(e,t){super.markDirty(e,t),this.dom!=this.nodeDOM&&(e==0||t==this.nodeDOM.nodeValue.length)&&(this.dirty=_a)}get domAtom(){return!1}isText(e){return this.node.text==e}},Ta=class extends va{parseRule(){return{ignore:!0}}matchesHack(e){return this.dirty==ma&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return this.dom.nodeName==`IMG`}},Ea=class extends Sa{constructor(e,t,n,r,i,a,o,s,c,l){super(e,t,n,r,i,a,o,c,l),this.spec=s}update(e,t,n,r){if(this.dirty==_a)return!1;if(this.spec.update&&(this.node.type==e.type||this.spec.multiType)){let i=this.spec.update(e,t,n);return i&&this.updateInner(e,t,n,r),i}else if(!this.contentDOM&&!e.isLeaf)return!1;else return super.update(e,t,n,r)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(e,t,n,r){this.spec.setSelection?this.spec.setSelection(e,t,n.root):super.setSelection(e,t,n,r)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}stopEvent(e){return this.spec.stopEvent?this.spec.stopEvent(e):!1}ignoreMutation(e){return this.spec.ignoreMutation?this.spec.ignoreMutation(e):super.ignoreMutation(e)}};function Da(e,t,n){let r=e.firstChild,i=!1;for(let a=0;a>1,o=Math.min(a,e.length);for(;i-1)i>this.index&&(this.changed=!0,this.destroyBetween(this.index,i)),this.top=this.top.children[this.index];else{let r=xa.create(this.top,e[a],t,n);this.top.children.splice(this.index,0,r),this.top=r,this.changed=!0}this.index=0,a++}}findNodeMatch(e,t,n,r){let i=-1,a;if(r>=this.preMatch.index&&(a=this.preMatch.matches[r-this.preMatch.index]).parent==this.top&&a.matchesNode(e,t,n))i=this.top.children.indexOf(a,this.index);else for(let r=this.index,a=Math.min(this.top.children.length,r+5);r0;){let s;for(;;)if(r){let e=n.children[r-1];if(e instanceof xa)n=e,r=e.children.length;else{s=e,r--;break}}else if(n==t)break outer;else r=n.parent.children.indexOf(n),n=n.parent;let c=s.node;if(c){if(c!=e.child(i-1))break;--i,a.set(s,i),o.push(s)}}return{index:i,matched:a,matches:o.reverse()}}function Ra(e,t){return e.type.side-t.type.side}function za(e,t,n,r){let i=t.locals(e),a=0;if(i.length==0){for(let n=0;na;)s.push(i[o++]);let m=a+f.nodeSize;if(f.isText){let e=m;o!e.inline):s.slice();r(f,h,t.forChild(a,f),p),a=m}}function Ba(e){if(e.nodeName==`UL`||e.nodeName==`OL`){let t=e.style.cssText;e.style.cssText=t+`; list-style: square !important`,window.getComputedStyle(e).listStyle,e.style.cssText=t}}function Va(e,t,n,r){for(let i=0,a=0;i=n){if(a>=r&&c.slice(r-t.length-s,r-s)==t)return r-t.length;let e=s=0&&e+t.length+s>=n)return s+e;if(n==r&&c.length>=r+t.length-s&&c.slice(r-s,r-s+t.length)==t)return r}}return-1}function Ha(e,t,n,r,i){let a=[];for(let o=0,s=0;o=n||u<=t?a.push(c):(ln&&a.push(c.slice(n-l,c.size,r)))}return a}function Ua(e,t=null){let n=e.domSelectionRange(),r=e.state.doc;if(!n.focusNode)return null;let i=e.docView.nearestDesc(n.focusNode),a=i&&i.size==0,o=e.docView.posFromDOM(n.focusNode,n.focusOffset,1);if(o<0)return null;let s=r.resolve(o),c,l;if(hi(n)){for(c=o;i&&!i.node;)i=i.parent;let e=i.node;if(i&&e.isAtom&&M.isSelectable(e)&&i.parent&&!(e.isInline&&pi(n.focusNode,n.focusOffset,i.dom))){let e=i.posBefore;l=new M(o==e?s:r.resolve(e))}}else{if(n instanceof e.dom.ownerDocument.defaultView.Selection&&n.rangeCount>1){let t=o,i=o;for(let r=0;r{(n.anchorNode!=r||n.anchorOffset!=i)&&(t.removeEventListener(`selectionchange`,e.input.hideSelectionGuard),setTimeout(()=>{(!Wa(e)||e.state.selection.visible)&&e.dom.classList.remove(`ProseMirror-hideselection`)},20))})}function Za(e){let t=e.domSelection();if(!t)return;let n=e.cursorWrapper.dom,r=n.nodeName==`IMG`;r?t.collapse(n.parentNode,F(n)+1):t.collapse(n,0),!r&&!e.state.selection.visible&&Ti&&Ei<=11&&(n.disabled=!0,n.disabled=!1)}function Qa(e,t){if(t instanceof M){let n=e.docView.descAt(t.from);n!=e.lastSelectedViewDesc&&($a(e),n&&n.selectNode(),e.lastSelectedViewDesc=n)}else $a(e)}function $a(e){e.lastSelectedViewDesc&&=(e.lastSelectedViewDesc.parent&&e.lastSelectedViewDesc.deselectNode(),void 0)}function eo(e,t,n,r){return e.someProp(`createSelectionBetween`,r=>r(e,t,n))||j.between(t,n,r)}function to(e){return e.editable&&!e.hasFocus()?!1:no(e)}function no(e){let t=e.domSelectionRange();if(!t.anchorNode)return!1;try{return e.dom.contains(t.anchorNode.nodeType==3?t.anchorNode.parentNode:t.anchorNode)&&(e.editable||e.dom.contains(t.focusNode.nodeType==3?t.focusNode.parentNode:t.focusNode))}catch{return!1}}function ro(e){let t=e.docView.domFromPos(e.state.selection.anchor,0),n=e.domSelectionRange();return si(t.node,t.offset,n.anchorNode,n.anchorOffset)}function io(e,t){let{$anchor:n,$head:r}=e.selection,i=t>0?n.max(r):n.min(r),a=i.parent.inlineContent?i.depth?e.doc.resolve(t>0?i.after():i.before()):null:i;return a&&A.findFrom(a,t)}function ao(e,t){return e.dispatch(e.state.tr.setSelection(t).scrollIntoView()),!0}function oo(e,t,n){let r=e.state.selection;if(r instanceof j){if(n.indexOf(`s`)>-1){let{$head:n}=r,i=n.textOffset?null:t<0?n.nodeBefore:n.nodeAfter;if(!i||i.isText||!i.isLeaf)return!1;let a=e.state.doc.resolve(n.pos+i.nodeSize*(t<0?-1:1));return ao(e,new j(r.$anchor,a))}else if(!r.empty)return!1;else if(e.endOfTextblock(t>0?`forward`:`backward`)){let n=io(e.state,t);return n&&n instanceof M?ao(e,n):!1}else if(!(ji&&n.indexOf(`m`)>-1)){let n=r.$head,i=n.textOffset?null:t<0?n.nodeBefore:n.nodeAfter,a;if(!i||i.isText)return!1;let o=t<0?n.pos-i.nodeSize:n.pos;return i.isAtom||(a=e.docView.descAt(o))&&!a.contentDOM?M.isSelectable(i)?ao(e,new M(t<0?e.state.doc.resolve(n.pos-i.nodeSize):n)):Pi?ao(e,new j(e.state.doc.resolve(t<0?o:o+i.nodeSize))):!1:!1}}else if(r instanceof M&&r.node.isInline)return ao(e,new j(t>0?r.$to:r.$from));else{let n=io(e.state,t);return n?ao(e,n):!1}}function so(e){return e.nodeType==3?e.nodeValue.length:e.childNodes.length}function co(e,t){let n=e.pmViewDesc;return n&&n.size==0&&(t<0||e.nextSibling||e.nodeName!=`BR`)}function lo(e,t){return t<0?uo(e):fo(e)}function uo(e){let t=e.domSelectionRange(),n=t.focusNode,r=t.focusOffset;if(!n)return;let i,a,o=!1;for(Di&&n.nodeType==1&&r0){if(n.nodeType!=1)break;{let e=n.childNodes[r-1];if(co(e,-1))i=n,a=--r;else if(e.nodeType==3)n=e,r=n.nodeValue.length;else break}}else if(po(n))break;else{let t=n.previousSibling;for(;t&&co(t,-1);)i=n.parentNode,a=F(t),t=t.previousSibling;if(t)n=t,r=so(n);else{if(n=n.parentNode,n==e.dom)break;r=0}}o?go(e,n,r):i&&go(e,i,a)}function fo(e){let t=e.domSelectionRange(),n=t.focusNode,r=t.focusOffset;if(!n)return;let i=so(n),a,o;for(;;)if(r{e.state==i&&Ga(e)},50)}function _o(e,t){let n=e.state.doc.resolve(t);if(!(I||Mi)&&n.parent.inlineContent){let r=e.coordsAtPos(t);if(t>n.start()){let n=e.coordsAtPos(t-1),i=(n.top+n.bottom)/2;if(i>r.top&&i1)return n.leftr.top&&i1)return n.left>r.left?`ltr`:`rtl`}}return getComputedStyle(e.dom).direction==`rtl`?`rtl`:`ltr`}function vo(e,t,n){let r=e.state.selection;if(r instanceof j&&!r.empty||n.indexOf(`s`)>-1||ji&&n.indexOf(`m`)>-1)return!1;let{$from:i,$to:a}=r;if(!i.parent.inlineContent||e.endOfTextblock(t<0?`up`:`down`)){let n=io(e.state,t);if(n&&n instanceof M)return ao(e,n)}if(!i.parent.inlineContent){let n=t<0?i:a,o=r instanceof Zn?A.near(n,t):A.findFrom(n,t);return o?ao(e,o):!1}return!1}function yo(e,t){if(!(e.state.selection instanceof j))return!0;let{$head:n,$anchor:r,empty:i}=e.state.selection;if(!n.sameParent(r))return!0;if(!i)return!1;if(e.endOfTextblock(t>0?`forward`:`backward`))return!0;let a=!n.textOffset&&(t<0?n.nodeBefore:n.nodeAfter);if(a&&!a.isText){let r=e.state.tr;return t<0?r.delete(n.pos-a.nodeSize,n.pos):r.delete(n.pos,n.pos+a.nodeSize),e.dispatch(r),!0}return!1}function bo(e,t,n){e.domObserver.stop(),t.contentEditable=n,e.domObserver.start()}function xo(e){if(!L||e.state.selection.$head.parentOffset>0)return!1;let{focusNode:t,focusOffset:n}=e.domSelectionRange();if(t&&t.nodeType==1&&n==0&&t.firstChild&&t.firstChild.contentEditable==`false`){let n=t.firstChild;bo(e,n,`true`),setTimeout(()=>bo(e,n,`false`),20)}return!1}function So(e){let t=``;return e.ctrlKey&&(t+=`c`),e.metaKey&&(t+=`m`),e.altKey&&(t+=`a`),e.shiftKey&&(t+=`s`),t}function Co(e,t){let n=t.keyCode,r=So(t);if(n==8||ji&&n==72&&r==`c`)return yo(e,-1)||lo(e,-1);if(n==46&&!t.shiftKey||ji&&n==68&&r==`c`)return yo(e,1)||lo(e,1);if(n==13||n==27)return!0;if(n==37||ji&&n==66&&r==`c`){let t=n==37?_o(e,e.state.selection.from)==`ltr`?-1:1:-1;return oo(e,t,r)||lo(e,t)}else if(n==39||ji&&n==70&&r==`c`){let t=n==39?_o(e,e.state.selection.from)==`ltr`?1:-1:1;return oo(e,t,r)||lo(e,t)}else if(n==38||ji&&n==80&&r==`c`)return vo(e,-1,r)||lo(e,-1);else if(n==40||ji&&n==78&&r==`c`)return xo(e)||vo(e,1,r)||lo(e,1);else if(r==(ji?`m`:`c`)&&(n==66||n==73||n==89||n==90))return!0;return!1}function wo(e,t){e.someProp(`transformCopied`,n=>{t=n(t,e)});let n=[],{content:r,openStart:i,openEnd:a}=t;for(;i>1&&a>1&&r.childCount==1&&r.firstChild.childCount==1;){i--,a--;let e=r.firstChild;n.push(e.type.name,e.attrs==e.type.defaultAttrs?null:e.attrs),r=e.content}let o=e.someProp(`clipboardSerializer`)||Tt.fromSchema(e.state.schema),s=Fo(),c=s.createElement(`div`);c.appendChild(o.serializeFragment(r,{document:s}));let l=c.firstChild,u,d=0;for(;l&&l.nodeType==1&&(u=No[l.nodeName.toLowerCase()]);){for(let e=u.length-1;e>=0;e--){let t=s.createElement(u[e]);for(;c.firstChild;)t.appendChild(c.firstChild);c.appendChild(t),d++}l=c.firstChild}return l&&l.nodeType==1&&l.setAttribute(`data-pm-slice`,`${i} ${a}${d?` -${d}`:``} ${JSON.stringify(n)}`),{dom:c,text:e.someProp(`clipboardTextSerializer`,n=>n(t,e))||t.content.textBetween(0,t.content.size,` + +`),slice:t}}function To(e,t,n,r,i){let a=i.parent.type.spec.code,o,s;if(!n&&!t)return null;let c=!!t&&(r||a||!n);if(c){if(e.someProp(`transformPastedText`,n=>{t=n(t,a||r,e)}),a)return s=new O(E.from(e.state.schema.text(t.replace(/\r\n?/g,` +`))),0,0),e.someProp(`transformPasted`,t=>{s=t(s,e,!0)}),s;let n=e.someProp(`clipboardTextParser`,n=>n(t,i,r,e));if(n)s=n;else{let n=i.marks(),{schema:r}=e.state,a=Tt.fromSchema(r);o=document.createElement(`div`),t.split(/(?:\r\n?|\n)+/).forEach(e=>{let t=o.appendChild(document.createElement(`p`));e&&t.appendChild(a.serializeNode(r.text(e,n)))})}}else e.someProp(`transformPastedHTML`,t=>{n=t(n,e)}),o=Ro(n),Pi&&zo(o);let l=o&&o.querySelector(`[data-pm-slice]`),u=l&&/^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(l.getAttribute(`data-pm-slice`)||``);if(u&&u[3])for(let e=+u[3];e>0;e--){let e=o.firstChild;for(;e&&e.nodeType!=1;)e=e.nextSibling;if(!e)break;o=e}if(s||=(e.someProp(`clipboardParser`)||e.someProp(`domParser`)||dt.fromSchema(e.state.schema)).parseSlice(o,{preserveWhitespace:!!(c||u),context:i,ruleFromNode(e){return e.nodeName==`BR`&&!e.nextSibling&&e.parentNode&&!Eo.test(e.parentNode.nodeName)?{ignore:!0}:null}}),u)s=Bo(Mo(s,+u[1],+u[2]),u[4]);else if(s=O.maxOpen(Do(s.content,i),!0),s.openStart||s.openEnd){let e=0,t=0;for(let t=s.content.firstChild;e{s=t(s,e,c)}),s}var Eo=/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var)$/i;function Do(e,t){if(e.childCount<2)return e;for(let n=t.depth;n>=0;n--){let r=t.node(n).contentMatchAt(t.index(n)),i,a=[];if(e.forEach(e=>{if(!a)return;let t=r.findWrapping(e.type),n;if(!t)return a=null;if(n=a.length&&i.length&&ko(t,i,e,a[a.length-1],0))a[a.length-1]=n;else{a.length&&(a[a.length-1]=Ao(a[a.length-1],i.length));let n=Oo(e,t);a.push(n),r=r.matchType(n.type),i=t}}),a)return E.from(a)}return e}function Oo(e,t,n=0){for(let r=t.length-1;r>=n;r--)e=t[r].create(null,E.from(e));return e}function ko(e,t,n,r,i){if(i1&&(a=0),i=n&&(s=t<0?o.contentMatchAt(0).fillBefore(s,a<=i).append(s):s.append(o.contentMatchAt(o.childCount).fillBefore(E.empty,!0))),e.replaceChild(t<0?0:e.childCount-1,o.copy(s))}function Mo(e,t,n){return te}),Io.createHTML(e)):e}function Ro(e){let t=/^(\s*]*>)*/.exec(e);t&&(e=e.slice(t[0].length));let n=Fo().createElement(`div`),r=/<([a-z][^>\s]+)/i.exec(e),i;if((i=r&&No[r[1].toLowerCase()])&&(e=i.map(e=>`<`+e+`>`).join(``)+e+i.map(e=>``).reverse().join(``)),n.innerHTML=Lo(e),i)for(let e=0;e=0;e-=2){let t=n.nodes[r[e]];if(!t||t.hasRequiredAttrs())break;i=E.from(t.create(r[e+1],i)),a++,o++}return new O(i,a,o)}var Vo={},Ho={},Uo={touchstart:!0,touchmove:!0},Wo=class{constructor(){this.shiftKey=!1,this.mouseDown=null,this.lastKeyCode=null,this.lastKeyCodeTime=0,this.lastClick={time:0,x:0,y:0,type:``,button:0},this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastIOSEnter=0,this.lastIOSEnterFallbackTimeout=-1,this.lastFocus=0,this.lastTouch=0,this.lastChromeDelete=0,this.composing=!1,this.compositionNode=null,this.composingTimeout=-1,this.compositionNodes=[],this.compositionEndedAt=-2e8,this.compositionID=1,this.badSafariComposition=!1,this.compositionPendingChanges=0,this.domChangeCount=0,this.eventHandlers=Object.create(null),this.hideSelectionGuard=null}};function Go(e){for(let t in Vo){let n=Vo[t];e.dom.addEventListener(t,e.input.eventHandlers[t]=t=>{Xo(e,t)&&!Yo(e,t)&&(e.editable||!(t.type in Ho))&&n(e,t)},Uo[t]?{passive:!0}:void 0)}L&&e.dom.addEventListener(`input`,()=>null),Jo(e)}function Ko(e,t){e.input.lastSelectionOrigin=t,e.input.lastSelectionTime=Date.now()}function qo(e){e.domObserver.stop();for(let t in e.input.eventHandlers)e.dom.removeEventListener(t,e.input.eventHandlers[t]);clearTimeout(e.input.composingTimeout),clearTimeout(e.input.lastIOSEnterFallbackTimeout)}function Jo(e){e.someProp(`handleDOMEvents`,t=>{for(let n in t)e.input.eventHandlers[n]||e.dom.addEventListener(n,e.input.eventHandlers[n]=t=>Yo(e,t))})}function Yo(e,t){return e.someProp(`handleDOMEvents`,n=>{let r=n[t.type];return r?r(e,t)||t.defaultPrevented:!1})}function Xo(e,t){if(!t.bubbles)return!0;if(t.defaultPrevented)return!1;for(let n=t.target;n!=e.dom;n=n.parentNode)if(!n||n.nodeType==11||n.pmViewDesc&&n.pmViewDesc.stopEvent(t))return!1;return!0}function Zo(e,t){!Yo(e,t)&&Vo[t.type]&&(e.editable||!(t.type in Ho))&&Vo[t.type](e,t)}Ho.keydown=(e,t)=>{let n=t;if(e.input.shiftKey=n.keyCode==16||n.shiftKey,!fs(e,n)&&(e.input.lastKeyCode=n.keyCode,e.input.lastKeyCodeTime=Date.now(),!(Ni&&I&&n.keyCode==13)))if(n.keyCode!=229&&e.domObserver.forceFlush(),Ai&&n.keyCode==13&&!n.ctrlKey&&!n.altKey&&!n.metaKey){let t=Date.now();e.input.lastIOSEnter=t,e.input.lastIOSEnterFallbackTimeout=setTimeout(()=>{e.input.lastIOSEnter==t&&(e.someProp(`handleKeyDown`,t=>t(e,gi(13,`Enter`))),e.input.lastIOSEnter=0)},200)}else e.someProp(`handleKeyDown`,t=>t(e,n))||Co(e,n)?n.preventDefault():Ko(e,`key`)},Ho.keyup=(e,t)=>{t.keyCode==16&&(e.input.shiftKey=!1)},Ho.keypress=(e,t)=>{let n=t;if(fs(e,n)||!n.charCode||n.ctrlKey&&!n.altKey||ji&&n.metaKey)return;if(e.someProp(`handleKeyPress`,t=>t(e,n))){n.preventDefault();return}let r=e.state.selection;if(!(r instanceof j)||!r.$from.sameParent(r.$to)){let t=String.fromCharCode(n.charCode),i=()=>e.state.tr.insertText(t).scrollIntoView();!/[\r\n]/.test(t)&&!e.someProp(`handleTextInput`,n=>n(e,r.$from.pos,r.$to.pos,t,i))&&e.dispatch(i()),n.preventDefault()}};function Qo(e){return{left:e.clientX,top:e.clientY}}function $o(e,t){let n=t.x-e.clientX,r=t.y-e.clientY;return n*n+r*r<100}function es(e,t,n,r,i){if(r==-1)return!1;let a=e.state.doc.resolve(r);for(let r=a.depth+1;r>0;r--)if(e.someProp(t,t=>r>a.depth?t(e,n,a.nodeAfter,a.before(r),i,!0):t(e,n,a.node(r),a.before(r),i,!1)))return!0;return!1}function ts(e,t,n){if(e.focused||e.focus(),e.state.selection.eq(t))return;let r=e.state.tr.setSelection(t);n==`pointer`&&r.setMeta(`pointer`,!0),e.dispatch(r)}function ns(e,t){if(t==-1)return!1;let n=e.state.doc.resolve(t),r=n.nodeAfter;return r&&r.isAtom&&M.isSelectable(r)?(ts(e,new M(n),`pointer`),!0):!1}function rs(e,t){if(t==-1)return!1;let n=e.state.selection,r,i;n instanceof M&&(r=n.node);let a=e.state.doc.resolve(t);for(let e=a.depth+1;e>0;e--){let t=e>a.depth?a.nodeAfter:a.node(e);if(M.isSelectable(t)){i=r&&n.$from.depth>0&&e>=n.$from.depth&&a.before(n.$from.depth+1)==n.$from.pos?a.before(n.$from.depth):a.before(e);break}}return i==null?!1:(ts(e,M.create(e.state.doc,i),`pointer`),!0)}function is(e,t,n,r,i){return es(e,`handleClickOn`,t,n,r)||e.someProp(`handleClick`,n=>n(e,t,r))||(i?rs(e,n):ns(e,n))}function as(e,t,n,r){return es(e,`handleDoubleClickOn`,t,n,r)||e.someProp(`handleDoubleClick`,n=>n(e,t,r))}function ss(e,t,n,r){return es(e,`handleTripleClickOn`,t,n,r)||e.someProp(`handleTripleClick`,n=>n(e,t,r))||cs(e,n,r)}function cs(e,t,n){if(n.button!=0)return!1;let r=e.state.doc;if(t==-1)return r.inlineContent?(ts(e,j.create(r,0,r.content.size),`pointer`),!0):!1;let i=r.resolve(t);for(let t=i.depth+1;t>0;t--){let n=t>i.depth?i.nodeAfter:i.node(t),a=i.before(t);if(n.inlineContent)ts(e,j.create(r,a+1,a+1+n.content.size),`pointer`);else if(M.isSelectable(n))ts(e,M.create(r,a),`pointer`);else continue;return!0}}function ls(e){return ys(e)}var us=ji?`metaKey`:`ctrlKey`;Vo.mousedown=(e,t)=>{let n=t;e.input.shiftKey=n.shiftKey;let r=ls(e),i=Date.now(),a=`singleClick`;i-e.input.lastClick.time<500&&$o(n,e.input.lastClick)&&!n[us]&&e.input.lastClick.button==n.button&&(e.input.lastClick.type==`singleClick`?a=`doubleClick`:e.input.lastClick.type==`doubleClick`&&(a=`tripleClick`)),e.input.lastClick={time:i,x:n.clientX,y:n.clientY,type:a,button:n.button};let o=e.posAtCoords(Qo(n));o&&(a==`singleClick`?(e.input.mouseDown&&e.input.mouseDown.done(),e.input.mouseDown=new ds(e,o,n,!!r)):(a==`doubleClick`?as:ss)(e,o.pos,o.inside,n)?n.preventDefault():Ko(e,`pointer`))};var ds=class{constructor(e,t,n,r){this.view=e,this.pos=t,this.event=n,this.flushed=r,this.delayedSelectionSync=!1,this.mightDrag=null,this.startDoc=e.state.doc,this.selectNode=!!n[us],this.allowDefault=n.shiftKey;let i,a;if(t.inside>-1)i=e.state.doc.nodeAt(t.inside),a=t.inside;else{let n=e.state.doc.resolve(t.pos);i=n.parent,a=n.depth?n.before():0}let o=r?null:n.target,s=o?e.docView.nearestDesc(o,!0):null;this.target=s&&s.nodeDOM.nodeType==1?s.nodeDOM:null;let{selection:c}=e.state;n.button==0&&(i.type.spec.draggable&&i.type.spec.selectable!==!1||c instanceof M&&c.from<=a&&c.to>a)&&(this.mightDrag={node:i,pos:a,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&Di&&!this.target.hasAttribute(`contentEditable`))}),this.target&&this.mightDrag&&(this.mightDrag.addAttr||this.mightDrag.setUneditable)&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&(this.target.draggable=!0),this.mightDrag.setUneditable&&setTimeout(()=>{this.view.input.mouseDown==this&&this.target.setAttribute(`contentEditable`,`false`)},20),this.view.domObserver.start()),e.root.addEventListener(`mouseup`,this.up=this.up.bind(this)),e.root.addEventListener(`mousemove`,this.move=this.move.bind(this)),Ko(e,`pointer`)}done(){this.view.root.removeEventListener(`mouseup`,this.up),this.view.root.removeEventListener(`mousemove`,this.move),this.mightDrag&&this.target&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&this.target.removeAttribute(`draggable`),this.mightDrag.setUneditable&&this.target.removeAttribute(`contentEditable`),this.view.domObserver.start()),this.delayedSelectionSync&&setTimeout(()=>Ga(this.view)),this.view.input.mouseDown=null}up(e){if(this.done(),!this.view.dom.contains(e.target))return;let t=this.pos;this.view.state.doc!=this.startDoc&&(t=this.view.posAtCoords(Qo(e))),this.updateAllowDefault(e),this.allowDefault||!t?Ko(this.view,`pointer`):is(this.view,t.pos,t.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||L&&this.mightDrag&&!this.mightDrag.node.isAtom||I&&!this.view.state.selection.visible&&Math.min(Math.abs(t.pos-this.view.state.selection.from),Math.abs(t.pos-this.view.state.selection.to))<=2)?(ts(this.view,A.near(this.view.state.doc.resolve(t.pos)),`pointer`),e.preventDefault()):Ko(this.view,`pointer`)}move(e){this.updateAllowDefault(e),Ko(this.view,`pointer`),e.buttons==0&&this.done()}updateAllowDefault(e){!this.allowDefault&&(Math.abs(this.event.x-e.clientX)>4||Math.abs(this.event.y-e.clientY)>4)&&(this.allowDefault=!0)}};Vo.touchstart=e=>{e.input.lastTouch=Date.now(),ls(e),Ko(e,`pointer`)},Vo.touchmove=e=>{e.input.lastTouch=Date.now(),Ko(e,`pointer`)},Vo.contextmenu=e=>ls(e);function fs(e,t){return e.composing?!0:L&&Math.abs(t.timeStamp-e.input.compositionEndedAt)<500?(e.input.compositionEndedAt=-2e8,!0):!1}var ps=Ni?5e3:-1;Ho.compositionstart=Ho.compositionupdate=e=>{if(!e.composing){e.domObserver.flush();let{state:t}=e,n=t.selection.$to;if(t.selection instanceof j&&(t.storedMarks||!n.textOffset&&n.parentOffset&&n.nodeBefore.marks.some(e=>e.type.spec.inclusive===!1)||I&&Mi&&ms(e)))e.markCursor=e.state.storedMarks||n.marks(),ys(e,!0),e.markCursor=null;else if(ys(e,!t.selection.empty),Di&&t.selection.empty&&n.parentOffset&&!n.textOffset&&n.nodeBefore.marks.length){let t=e.domSelectionRange();for(let n=t.focusNode,r=t.focusOffset;n&&n.nodeType==1&&r!=0;){let t=r<0?n.lastChild:n.childNodes[r-1];if(!t)break;if(t.nodeType==3){let n=e.domSelection();n&&n.collapse(t,t.nodeValue.length);break}else n=t,r=-1}}e.input.composing=!0}hs(e,ps)};function ms(e){let{focusNode:t,focusOffset:n}=e.domSelectionRange();if(!t||t.nodeType!=1||n>=t.childNodes.length)return!1;let r=t.childNodes[n];return r.nodeType==1&&r.contentEditable==`false`}Ho.compositionend=(e,t)=>{e.composing&&(e.input.composing=!1,e.input.compositionEndedAt=t.timeStamp,e.input.compositionPendingChanges=e.domObserver.pendingRecords().length?e.input.compositionID:0,e.input.compositionNode=null,e.input.badSafariComposition?e.domObserver.forceFlush():e.input.compositionPendingChanges&&Promise.resolve().then(()=>e.domObserver.flush()),e.input.compositionID++,hs(e,20))};function hs(e,t){clearTimeout(e.input.composingTimeout),t>-1&&(e.input.composingTimeout=setTimeout(()=>ys(e),t))}function gs(e){for(e.composing&&(e.input.composing=!1,e.input.compositionEndedAt=vs());e.input.compositionNodes.length>0;)e.input.compositionNodes.pop().markParentsDirty()}function _s(e){let t=e.domSelectionRange();if(!t.focusNode)return null;let n=di(t.focusNode,t.focusOffset),r=fi(t.focusNode,t.focusOffset);if(n&&r&&n!=r){let t=r.pmViewDesc,i=e.domObserver.lastChangedTextNode;if(n==i||r==i)return i;if(!t||!t.isText(r.nodeValue))return r;if(e.input.compositionNode==r){let e=n.pmViewDesc;if(!(!e||!e.isText(n.nodeValue)))return r}}return n||r}function vs(){let e=document.createEvent(`Event`);return e.initEvent(`event`,!0,!0),e.timeStamp}function ys(e,t=!1){if(!(Ni&&e.domObserver.flushingSoon>=0)){if(e.domObserver.forceFlush(),gs(e),t||e.docView&&e.docView.dirty){let n=Ua(e),r=e.state.selection;return n&&!n.eq(r)?e.dispatch(e.state.tr.setSelection(n)):(e.markCursor||t)&&!r.$from.node(r.$from.sharedDepth(r.to)).inlineContent?e.dispatch(e.state.tr.deleteSelection()):e.updateState(e.state),!0}return!1}}function bs(e,t){if(!e.dom.parentNode)return;let n=e.dom.parentNode.appendChild(document.createElement(`div`));n.appendChild(t),n.style.cssText=`position: fixed; left: -10000px; top: 10px`;let r=getSelection(),i=document.createRange();i.selectNodeContents(t),e.dom.blur(),r.removeAllRanges(),r.addRange(i),setTimeout(()=>{n.parentNode&&n.parentNode.removeChild(n),e.focus()},50)}var xs=Ti&&Ei<15||Ai&&Fi<604;Vo.copy=Ho.cut=(e,t)=>{let n=t,r=e.state.selection,i=n.type==`cut`;if(r.empty)return;let a=xs?null:n.clipboardData,{dom:o,text:s}=wo(e,r.content());a?(n.preventDefault(),a.clearData(),a.setData(`text/html`,o.innerHTML),a.setData(`text/plain`,s)):bs(e,o),i&&e.dispatch(e.state.tr.deleteSelection().scrollIntoView().setMeta(`uiEvent`,`cut`))};function Ss(e){return e.openStart==0&&e.openEnd==0&&e.content.childCount==1?e.content.firstChild:null}function Cs(e,t){if(!e.dom.parentNode)return;let n=e.input.shiftKey||e.state.selection.$from.parent.type.spec.code,r=e.dom.parentNode.appendChild(document.createElement(n?`textarea`:`div`));n||(r.contentEditable=`true`),r.style.cssText=`position: fixed; left: -10000px; top: 10px`,r.focus();let i=e.input.shiftKey&&e.input.lastKeyCode!=45;setTimeout(()=>{e.focus(),r.parentNode&&r.parentNode.removeChild(r),n?ws(e,r.value,null,i,t):ws(e,r.textContent,r.innerHTML,i,t)},50)}function ws(e,t,n,r,i){let a=To(e,t,n,r,e.state.selection.$from);if(e.someProp(`handlePaste`,t=>t(e,i,a||O.empty)))return!0;if(!a)return!1;let o=Ss(a),s=o?e.state.tr.replaceSelectionWith(o,r):e.state.tr.replaceSelection(a);return e.dispatch(s.scrollIntoView().setMeta(`paste`,!0).setMeta(`uiEvent`,`paste`)),!0}function Ts(e){let t=e.getData(`text/plain`)||e.getData(`Text`);if(t)return t;let n=e.getData(`text/uri-list`);return n?n.replace(/\r?\n/g,` `):``}Ho.paste=(e,t)=>{let n=t;if(e.composing&&!Ni)return;let r=xs?null:n.clipboardData,i=e.input.shiftKey&&e.input.lastKeyCode!=45;r&&ws(e,Ts(r),r.getData(`text/html`),i,n)?n.preventDefault():Cs(e,n)};var Es=class{constructor(e,t,n){this.slice=e,this.move=t,this.node=n}},Ds=ji?`altKey`:`ctrlKey`;function Os(e,t){let n;return e.someProp(`dragCopies`,e=>{n||=e(t)}),n==null?!t[Ds]:!n}Vo.dragstart=(e,t)=>{let n=t,r=e.input.mouseDown;if(r&&r.done(),!n.dataTransfer)return;let i=e.state.selection,a=i.empty?null:e.posAtCoords(Qo(n)),o;if(!(a&&a.pos>=i.from&&a.pos<=(i instanceof M?i.to-1:i.to))){if(r&&r.mightDrag)o=M.create(e.state.doc,r.mightDrag.pos);else if(n.target&&n.target.nodeType==1){let t=e.docView.nearestDesc(n.target,!0);t&&t.node.type.spec.draggable&&t!=e.docView&&(o=M.create(e.state.doc,t.posBefore))}}let{dom:s,text:c,slice:l}=wo(e,(o||e.state.selection).content());(!n.dataTransfer.files.length||!I||ki>120)&&n.dataTransfer.clearData(),n.dataTransfer.setData(xs?`Text`:`text/html`,s.innerHTML),n.dataTransfer.effectAllowed=`copyMove`,xs||n.dataTransfer.setData(`text/plain`,c),e.dragging=new Es(l,Os(e,n),o)},Vo.dragend=e=>{let t=e.dragging;window.setTimeout(()=>{e.dragging==t&&(e.dragging=null)},50)},Ho.dragover=Ho.dragenter=(e,t)=>t.preventDefault(),Ho.drop=(e,t)=>{try{ks(e,t,e.dragging)}finally{e.dragging=null}};function ks(e,t,n){if(!t.dataTransfer)return;let r=e.posAtCoords(Qo(t));if(!r)return;let i=e.state.doc.resolve(r.pos),a=n&&n.slice;a?e.someProp(`transformPasted`,t=>{a=t(a,e,!1)}):a=To(e,Ts(t.dataTransfer),xs?null:t.dataTransfer.getData(`text/html`),!1,i);let o=!!(n&&Os(e,t));if(e.someProp(`handleDrop`,n=>n(e,t,a||O.empty,o))){t.preventDefault();return}if(!a)return;t.preventDefault();let s=a?Tn(e.state.doc,i.pos,a):i.pos;s??=i.pos;let c=e.state.tr;if(o){let{node:e}=n;e?e.replace(c):c.deleteSelection()}let l=c.mapping.map(s),u=a.openStart==0&&a.openEnd==0&&a.content.childCount==1,d=c.doc;if(u?c.replaceRangeWith(l,l,a.content.firstChild):c.replaceRange(l,l,a),c.doc.eq(d))return;let f=c.doc.resolve(l);if(u&&M.isSelectable(a.content.firstChild)&&f.nodeAfter&&f.nodeAfter.sameMarkup(a.content.firstChild))c.setSelection(new M(f));else{let t=c.mapping.map(s);c.mapping.maps[c.mapping.maps.length-1].forEach((e,n,r,i)=>t=i),c.setSelection(eo(e,f,c.doc.resolve(t)))}e.focus(),e.dispatch(c.setMeta(`uiEvent`,`drop`))}Vo.focus=e=>{e.input.lastFocus=Date.now(),e.focused||(e.domObserver.stop(),e.dom.classList.add(`ProseMirror-focused`),e.domObserver.start(),e.focused=!0,setTimeout(()=>{e.docView&&e.hasFocus()&&!e.domObserver.currentSelection.eq(e.domSelectionRange())&&Ga(e)},20))},Vo.blur=(e,t)=>{let n=t;e.focused&&=(e.domObserver.stop(),e.dom.classList.remove(`ProseMirror-focused`),e.domObserver.start(),n.relatedTarget&&e.dom.contains(n.relatedTarget)&&e.domObserver.currentSelection.clear(),!1)},Vo.beforeinput=(e,t)=>{if(I&&Ni&&t.inputType==`deleteContentBackward`){e.domObserver.flushSoon();let{domChangeCount:t}=e.input;setTimeout(()=>{if(e.input.domChangeCount!=t||(e.dom.blur(),e.focus(),e.someProp(`handleKeyDown`,t=>t(e,gi(8,`Backspace`)))))return;let{$cursor:n}=e.state.selection;n&&n.pos>0&&e.dispatch(e.state.tr.delete(n.pos-1,n.pos).scrollIntoView())},50)}};for(let e in Ho)Vo[e]=Ho[e];function As(e,t){if(e==t)return!0;for(let n in e)if(e[n]!==t[n])return!1;for(let n in t)if(!(n in e))return!1;return!0}var js=class e{constructor(e,t){this.toDOM=e,this.spec=t||Is,this.side=this.spec.side||0}map(e,t,n,r){let{pos:i,deleted:a}=e.mapResult(t.from+r,this.side<0?-1:1);return a?null:new Ps(i-n,i-n,this)}valid(){return!0}eq(t){return this==t||t instanceof e&&(this.spec.key&&this.spec.key==t.spec.key||this.toDOM==t.toDOM&&As(this.spec,t.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}},Ms=class e{constructor(e,t){this.attrs=e,this.spec=t||Is}map(e,t,n,r){let i=e.map(t.from+r,this.spec.inclusiveStart?-1:1)-n,a=e.map(t.to+r,this.spec.inclusiveEnd?1:-1)-n;return i>=a?null:new Ps(i,a,this)}valid(e,t){return t.from=e&&(!i||i(o.spec))&&n.push(o.copy(o.from+r,o.to+r))}for(let a=0;ae){let o=this.children[a]+1;this.children[a+2].findInner(e-o,t-o,n,r+o,i)}}map(e,t,n){return this==z||e.maps.length==0?this:this.mapInner(e,t,0,0,n||Is)}mapInner(t,n,r,i,a){let o;for(let e=0;e{let o=t+r,s;if(s=Vs(n,e,o)){for(i||=this.children.slice();aa&&n.to=t){this.children[e]==t&&(r=this.children[e+2]);break}let a=t+1,o=a+n.content.size;for(let e=0;ea&&t.type instanceof Ms){let e=Math.max(a,t.from)-a,n=Math.min(o,t.to)-a;ee.map(t,n,Is));return e.from(r)}forChild(t,n){if(n.isLeaf)return R.empty;let r=[];for(let i=0;ie instanceof R)?t:t.reduce((e,t)=>e.concat(t instanceof R?t:t.members),[]))}}forEachSet(e){for(let t=0;t{let o=a-i-(n-e);for(let i=0;ia+t-r)continue;let c=s[i]+t-r;n>=c?s[i+1]=e<=c?-2:-1:e>=t&&o&&(s[i]+=o,s[i+1]+=o)}r+=o}),t=n.maps[e].map(t,-1)}let c=!1;for(let t=0;t=r.content.size){c=!0;continue}let d=n.map(e[t+1]+a,-1)-i,{index:f,offset:p}=r.content.findIndex(u),m=r.maybeChild(f);if(m&&p==u&&p+m.nodeSize==d){let r=s[t+2].mapInner(n,m,l+1,e[t]+a+1,o);r==z?(s[t+1]=-2,c=!0):(s[t]=u,s[t+1]=d,s[t+2]=r)}else c=!0}if(c){let c=Us(Bs(s,e,t,n,i,a,o),r,0,o);t=c.local;for(let e=0;en&&a.to{let s=Vs(e,t,o+n);if(s){a=!0;let e=Us(s,t,n+o+1,r);e!=z&&i.push(o,o+t.nodeSize,e)}});let o=zs(a?Hs(e):e,-n).sort(Ws);for(let e=0;e0;)t++;e.splice(t,0,n)}function qs(e){let t=[];return e.someProp(`decorations`,n=>{let r=n(e.state);r&&r!=z&&t.push(r)}),e.cursorWrapper&&t.push(R.create(e.state.doc,[e.cursorWrapper.deco])),Ls.from(t)}var Js={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},Ys=Ti&&Ei<=11,Xs=class{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}set(e){this.anchorNode=e.anchorNode,this.anchorOffset=e.anchorOffset,this.focusNode=e.focusNode,this.focusOffset=e.focusOffset}clear(){this.anchorNode=this.focusNode=null}eq(e){return e.anchorNode==this.anchorNode&&e.anchorOffset==this.anchorOffset&&e.focusNode==this.focusNode&&e.focusOffset==this.focusOffset}},Zs=class{constructor(e,t){this.view=e,this.handleDOMChange=t,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new Xs,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.lastChangedTextNode=null,this.observer=window.MutationObserver&&new window.MutationObserver(t=>{for(let e=0;ee.type==`childList`&&e.removedNodes.length||e.type==`characterData`&&e.oldValue.length>e.target.nodeValue.length)?this.flushSoon():L&&e.composing&&t.some(e=>e.type==`childList`&&e.target.nodeName==`TR`)?(e.input.badSafariComposition=!0,this.flushSoon()):this.flush()}),Ys&&(this.onCharData=e=>{this.queue.push({target:e.target,type:`characterData`,oldValue:e.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this)}flushSoon(){this.flushingSoon<0&&(this.flushingSoon=window.setTimeout(()=>{this.flushingSoon=-1,this.flush()},20))}forceFlush(){this.flushingSoon>-1&&(window.clearTimeout(this.flushingSoon),this.flushingSoon=-1,this.flush())}start(){this.observer&&(this.observer.takeRecords(),this.observer.observe(this.view.dom,Js)),this.onCharData&&this.view.dom.addEventListener(`DOMCharacterDataModified`,this.onCharData),this.connectSelection()}stop(){if(this.observer){let e=this.observer.takeRecords();if(e.length){for(let t=0;tthis.flush(),20)}this.observer.disconnect()}this.onCharData&&this.view.dom.removeEventListener(`DOMCharacterDataModified`,this.onCharData),this.disconnectSelection()}connectSelection(){this.view.dom.ownerDocument.addEventListener(`selectionchange`,this.onSelectionChange)}disconnectSelection(){this.view.dom.ownerDocument.removeEventListener(`selectionchange`,this.onSelectionChange)}suppressSelectionUpdates(){this.suppressingSelectionUpdates=!0,setTimeout(()=>this.suppressingSelectionUpdates=!1,50)}onSelectionChange(){if(to(this.view)){if(this.suppressingSelectionUpdates)return Ga(this.view);if(Ti&&Ei<=11&&!this.view.state.selection.empty){let e=this.view.domSelectionRange();if(e.focusNode&&si(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset))return this.flushSoon()}this.flush()}}setCurSelection(){this.currentSelection.set(this.view.domSelectionRange())}ignoreSelectionChange(e){if(!e.focusNode)return!0;let t=new Set,n;for(let n=e.focusNode;n;n=ri(n))t.add(n);for(let r=e.anchorNode;r;r=ri(r))if(t.has(r)){n=r;break}let r=n&&this.view.docView.nearestDesc(n);if(r&&r.ignoreMutation({type:`selection`,target:n.nodeType==3?n.parentNode:n}))return this.setCurSelection(),!0}pendingRecords(){if(this.observer)for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}flush(){let{view:e}=this;if(!e.docView||this.flushingSoon>-1)return;let t=this.pendingRecords();t.length&&(this.queue=[]);let n=e.domSelectionRange(),r=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(n)&&to(e)&&!this.ignoreSelectionChange(n),i=-1,a=-1,o=!1,s=[];if(e.editable)for(let e=0;ee.nodeName==`BR`)&&(e.input.lastKeyCode==8||e.input.lastKeyCode==46)){for(let e of s)if(e.nodeName==`BR`&&e.parentNode){let t=e.nextSibling;for(;t&&t.nodeType==1;){if(t.contentEditable==`false`){e.parentNode.removeChild(e);break}t=t.firstChild}}}else if(Di&&s.length){let t=s.filter(e=>e.nodeName==`BR`);if(t.length==2){let[e,n]=t;e.parentNode&&e.parentNode.parentNode==n.parentNode?n.remove():e.remove()}else{let{focusNode:n}=this.currentSelection;for(let r of t){let t=r.parentNode;t&&t.nodeName==`LI`&&(!n||rc(e,n)!=t)&&r.remove()}}}let c=null;i<0&&r&&e.input.lastFocus>Date.now()-200&&Math.max(e.input.lastTouch,e.input.lastClick.time)-1||r)&&(i>-1&&(e.docView.markDirty(i,a),ec(e)),e.input.badSafariComposition&&(e.input.badSafariComposition=!1,ic(e,s)),this.handleDOMChange(i,a,o,s),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(n)||Ga(e),this.currentSelection.set(n))}registerMutation(e,t){if(t.indexOf(e.target)>-1)return null;let n=this.view.docView.nearestDesc(e.target);if(e.type==`attributes`&&(n==this.view.docView||e.attributeName==`contenteditable`||e.attributeName==`style`&&!e.oldValue&&!e.target.getAttribute(`style`))||!n||n.ignoreMutation(e))return null;if(e.type==`childList`){for(let n=0;ni;e--){let t=r.childNodes[e-1],n=t.pmViewDesc;if(t.nodeName==`BR`&&!n){a=e;break}if(!n||n.size)break}let d=e.state.doc,f=e.someProp(`domParser`)||dt.fromSchema(e.state.schema),p=d.resolve(o),m=null,h=f.parse(r,{topNode:p.parent,topMatch:p.parent.contentMatchAt(p.index()),topOpen:!0,from:i,to:a,preserveWhitespace:p.parent.type.whitespace==`pre`?`full`:!0,findPositions:l,ruleFromNode:oc,context:p});if(l&&l[0].pos!=null){let e=l[0].pos,t=l[1]&&l[1].pos;t??=e,m={anchor:e+o,head:t+o}}return{doc:h,sel:m,from:o,to:s}}function oc(e){let t=e.pmViewDesc;if(t)return t.parseRule();if(e.nodeName==`BR`&&e.parentNode){if(L&&/^(ul|ol)$/i.test(e.parentNode.nodeName)){let e=document.createElement(`div`);return e.appendChild(document.createElement(`li`)),{skip:e}}else if(e.parentNode.lastChild==e||L&&/^(tr|table)$/i.test(e.parentNode.nodeName))return{ignore:!0}}else if(e.nodeName==`IMG`&&e.getAttribute(`mark-placeholder`))return{ignore:!0};return null}var sc=/^(a|abbr|acronym|b|bd[io]|big|br|button|cite|code|data(list)?|del|dfn|em|i|img|ins|kbd|label|map|mark|meter|output|q|ruby|s|samp|small|span|strong|su[bp]|time|u|tt|var)$/i;function cc(e,t,n,r,i){let a=e.input.compositionPendingChanges||(e.composing?e.input.compositionID:0);if(e.input.compositionPendingChanges=0,t<0){let t=e.input.lastSelectionTime>Date.now()-50?e.input.lastSelectionOrigin:null,n=Ua(e,t);if(n&&!e.state.selection.eq(n)){if(I&&Ni&&e.input.lastKeyCode===13&&Date.now()-100t(e,gi(13,`Enter`))))return;let r=e.state.tr.setSelection(n);t==`pointer`?r.setMeta(`pointer`,!0):t==`key`&&r.scrollIntoView(),a&&r.setMeta(`composition`,a),e.dispatch(r)}return}let o=e.state.doc.resolve(t),s=o.sharedDepth(n);t=o.before(s+1),n=e.state.doc.resolve(n).after(s+1);let c=e.state.selection,l=ac(e,t,n),u=e.state.doc,d=u.slice(l.from,l.to),f,p;e.input.lastKeyCode===8&&Date.now()-100Date.now()-225||Ni)&&i.some(e=>e.nodeType==1&&!sc.test(e.nodeName))&&(!m||m.endA>=m.endB)&&e.someProp(`handleKeyDown`,t=>t(e,gi(13,`Enter`)))){e.input.lastIOSEnter=0;return}if(!m)if(r&&c instanceof j&&!c.empty&&c.$head.sameParent(c.$anchor)&&!e.composing&&!(l.sel&&l.sel.anchor!=l.sel.head))m={start:c.from,endA:c.to,endB:c.to};else{if(l.sel){let t=lc(e,e.state.doc,l.sel);if(t&&!t.eq(e.state.selection)){let n=e.state.tr.setSelection(t);a&&n.setMeta(`composition`,a),e.dispatch(n)}}return}e.state.selection.frome.state.selection.from&&m.start<=e.state.selection.from+2&&e.state.selection.from>=l.from?m.start=e.state.selection.from:m.endA=e.state.selection.to-2&&e.state.selection.to<=l.to&&(m.endB+=e.state.selection.to-m.endA,m.endA=e.state.selection.to)),Ti&&Ei<=11&&m.endB==m.start+1&&m.endA==m.start&&m.start>l.from&&l.doc.textBetween(m.start-l.from-1,m.start-l.from+1)==` \xA0`&&(m.start--,m.endA--,m.endB--);let h=l.doc.resolveNoCache(m.start-l.from),g=l.doc.resolveNoCache(m.endB-l.from),_=u.resolve(m.start),ee=h.sameParent(g)&&h.parent.inlineContent&&_.end()>=m.endA;if((Ai&&e.input.lastIOSEnter>Date.now()-225&&(!ee||i.some(e=>e.nodeName==`DIV`||e.nodeName==`P`))||!ee&&h.post(e,gi(13,`Enter`)))){e.input.lastIOSEnter=0;return}if(e.state.selection.anchor>m.start&&dc(u,m.start,m.endA,h,g)&&e.someProp(`handleKeyDown`,t=>t(e,gi(8,`Backspace`)))){Ni&&I&&e.domObserver.suppressSelectionUpdates();return}I&&m.endB==m.start&&(e.input.lastChromeDelete=Date.now()),Ni&&!ee&&h.start()!=g.start()&&g.parentOffset==0&&h.depth==g.depth&&l.sel&&l.sel.anchor==l.sel.head&&l.sel.head==m.endA&&(m.endB-=2,g=l.doc.resolveNoCache(m.endB-l.from),setTimeout(()=>{e.someProp(`handleKeyDown`,function(t){return t(e,gi(13,`Enter`))})},20));let v=m.start,y=m.endA,b=t=>{let n=t||e.state.tr.replace(v,y,l.doc.slice(m.start-l.from,m.endB-l.from));if(l.sel){let t=lc(e,n.doc,l.sel);t&&!(I&&e.composing&&t.empty&&(m.start!=m.endB||e.input.lastChromeDeleteGa(e),20));let t=b(e.state.tr.delete(v,y)),n=u.resolve(m.start).marksAcross(u.resolve(m.endA));n&&t.ensureMarks(n),e.dispatch(t)}else if(m.endA==m.endB&&(te=uc(h.parent.content.cut(h.parentOffset,g.parentOffset),_.parent.content.cut(_.parentOffset,m.endA-_.start())))){let t=b(e.state.tr);te.type==`add`?t.addMark(v,y,te.mark):t.removeMark(v,y,te.mark),e.dispatch(t)}else if(h.parent.child(h.index()).isText&&h.index()==g.index()-+!g.textOffset){let t=h.parent.textBetween(h.parentOffset,g.parentOffset),n=()=>b(e.state.tr.insertText(t,v,y));e.someProp(`handleTextInput`,r=>r(e,v,y,t,n))||e.dispatch(n())}else e.dispatch(b());else e.dispatch(b())}function lc(e,t,n){return Math.max(n.anchor,n.head)>t.content.size?null:eo(e,t.resolve(n.anchor),t.resolve(n.head))}function uc(e,t){let n=e.firstChild.marks,r=t.firstChild.marks,i=n,a=r,o,s,c;for(let e=0;ee.mark(s.addToSet(e.marks));else if(i.length==0&&a.length==1)s=a[0],o=`remove`,c=e=>e.mark(s.removeFromSet(e.marks));else return null;let l=[];for(let e=0;en||fc(o,!0,!1)0&&(t||e.indexAfter(r)==e.node(r).childCount);)r--,i++,t=!1;if(n){let t=e.node(r).maybeChild(e.indexAfter(r));for(;t&&!t.isLeaf;)t=t.firstChild,i++}return i}function pc(e,t,n,r,i){let a=e.findDiffStart(t,n);if(a==null)return null;let{a:o,b:s}=e.findDiffEnd(t,n+e.size,n+t.size);if(i==`end`){let e=Math.max(0,a-Math.min(o,s));r-=o+e-a}if(o=o?a-r:0;a-=e,a&&a=s?a-r:0;a-=t,a&&a=56320&&t<=57343&&n>=55296&&n<=56319}var hc=class{constructor(e,t){this._root=null,this.focused=!1,this.trackWrites=null,this.mounted=!1,this.markCursor=null,this.cursorWrapper=null,this.lastSelectedViewDesc=void 0,this.input=new Wo,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=t,this.state=t.state,this.directPlugins=t.plugins||[],this.directPlugins.forEach(Sc),this.dispatch=this.dispatch.bind(this),this.dom=e&&e.mount||document.createElement(`div`),e&&(e.appendChild?e.appendChild(this.dom):typeof e==`function`?e(this.dom):e.mount&&(this.mounted=!0)),this.editable=vc(this),_c(this),this.nodeViews=bc(this),this.docView=Ca(this.state.doc,gc(this),qs(this),this.dom,this),this.domObserver=new Zs(this,(e,t,n,r)=>cc(this,e,t,n,r)),this.domObserver.start(),Go(this),this.updatePluginViews()}get composing(){return this.input.composing}get props(){if(this._props.state!=this.state){let e=this._props;this._props={};for(let t in e)this._props[t]=e[t];this._props.state=this.state}return this._props}update(e){e.handleDOMEvents!=this._props.handleDOMEvents&&Jo(this);let t=this._props;this._props=e,e.plugins&&(e.plugins.forEach(Sc),this.directPlugins=e.plugins),this.updateStateInner(e.state,t)}setProps(e){let t={};for(let e in this._props)t[e]=this._props[e];t.state=this.state;for(let n in e)t[n]=e[n];this.update(t)}updateState(e){this.updateStateInner(e,this._props)}updateStateInner(e,t){let n=this.state,r=!1,i=!1;e.storedMarks&&this.composing&&(gs(this),i=!0),this.state=e;let a=n.plugins!=e.plugins||this._props.plugins!=t.plugins;if(a||this._props.plugins!=t.plugins||this._props.nodeViews!=t.nodeViews){let e=bc(this);xc(e,this.nodeViews)&&(this.nodeViews=e,r=!0)}(a||t.handleDOMEvents!=this._props.handleDOMEvents)&&Jo(this),this.editable=vc(this),_c(this);let o=qs(this),s=gc(this),c=n.plugins!=e.plugins&&!n.doc.eq(e.doc)?`reset`:e.scrollToSelection>n.scrollToSelection?`to selection`:`preserve`,l=r||!this.docView.matchesNode(e.doc,s,o);(l||!e.selection.eq(n.selection))&&(i=!0);let u=c==`preserve`&&i&&this.dom.style.overflowAnchor==null&&Bi(this);if(i){this.domObserver.stop();let t=l&&(Ti||I)&&!this.composing&&!n.selection.empty&&!e.selection.empty&&yc(n.selection,e.selection);if(l){let n=I?this.trackWrites=this.domSelectionRange().focusNode:null;this.composing&&(this.input.compositionNode=_s(this)),(r||!this.docView.update(e.doc,s,o,this))&&(this.docView.updateOuterDeco(s),this.docView.destroy(),this.docView=Ca(e.doc,s,o,this.dom,this)),n&&(!this.trackWrites||!this.dom.contains(this.trackWrites))&&(t=!0)}t||!(this.input.mouseDown&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&ro(this))?Ga(this,t):(Qa(this,e.selection),this.domObserver.setCurSelection()),this.domObserver.start()}this.updatePluginViews(n),this.dragging?.node&&!n.doc.eq(e.doc)&&this.updateDraggedNode(this.dragging,n),c==`reset`?this.dom.scrollTop=0:c==`to selection`?this.scrollToSelection():u&&Hi(u)}scrollToSelection(){let e=this.domSelectionRange().focusNode;if(!(!e||!this.dom.contains(e.nodeType==1?e:e.parentNode))&&!this.someProp(`handleScrollToSelection`,e=>e(this)))if(this.state.selection instanceof M){let t=this.docView.domAfterPos(this.state.selection.from);t.nodeType==1&&zi(this,t.getBoundingClientRect(),e)}else zi(this,this.coordsAtPos(this.state.selection.head,1),e)}destroyPluginViews(){let e;for(;e=this.pluginViews.pop();)e.destroy&&e.destroy()}updatePluginViews(e){if(!e||e.plugins!=this.state.plugins||this.directPlugins!=this.prevDirectPlugins){this.prevDirectPlugins=this.directPlugins,this.destroyPluginViews();for(let e=0;e0&&ee.ownerDocument.getSelection()),this._root=e}return e||document}updateRoot(){this._root=null}posAtCoords(e){return $i(this,e)}coordsAtPos(e,t=1){return ra(this,e,t)}domAtPos(e,t=0){return this.docView.domFromPos(e,t)}nodeDOM(e){let t=this.docView.descAt(e);return t?t.nodeDOM:null}posAtDOM(e,t,n=-1){let r=this.docView.posFromDOM(e,t,n);if(r==null)throw RangeError(`DOM position not inside the editor`);return r}endOfTextblock(e,t){return pa(this,t||this.state,e)}pasteHTML(e,t){return ws(this,``,e,!1,t||new ClipboardEvent(`paste`))}pasteText(e,t){return ws(this,e,null,!0,t||new ClipboardEvent(`paste`))}serializeForClipboard(e){return wo(this,e)}destroy(){this.docView&&(qo(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],qs(this),this),this.dom.textContent=``):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null,oi())}get isDestroyed(){return this.docView==null}dispatchEvent(e){return Zo(this,e)}domSelectionRange(){let e=this.domSelection();return e?L&&this.root.nodeType===11&&_i(this.dom.ownerDocument)==this.dom&&nc(this,e)||e:{focusNode:null,focusOffset:0,anchorNode:null,anchorOffset:0}}domSelection(){return this.root.getSelection()}};hc.prototype.dispatch=function(e){let t=this._props.dispatchTransaction;t?t.call(this,e):this.updateState(this.state.apply(e))};function gc(e){let t=Object.create(null);return t.class=`ProseMirror`,t.contenteditable=String(e.editable),e.someProp(`attributes`,n=>{if(typeof n==`function`&&(n=n(e.state)),n)for(let e in n)e==`class`?t.class+=` `+n[e]:e==`style`?t.style=(t.style?t.style+`;`:``)+n[e]:!t[e]&&e!=`contenteditable`&&e!=`nodeName`&&(t[e]=String(n[e]))}),t.translate||=`no`,[Ps.node(0,e.state.doc.content.size,t)]}function _c(e){if(e.markCursor){let t=document.createElement(`img`);t.className=`ProseMirror-separator`,t.setAttribute(`mark-placeholder`,`true`),t.setAttribute(`alt`,``),e.cursorWrapper={dom:t,deco:Ps.widget(e.state.selection.from,t,{raw:!0,marks:e.markCursor})}}else e.cursorWrapper=null}function vc(e){return!e.someProp(`editable`,t=>t(e.state)===!1)}function yc(e,t){let n=Math.min(e.$anchor.sharedDepth(e.head),t.$anchor.sharedDepth(t.head));return e.$anchor.start(n)!=t.$anchor.start(n)}function bc(e){let t=Object.create(null);function n(e){for(let n in e)Object.prototype.hasOwnProperty.call(t,n)||(t[n]=e[n])}return e.someProp(`nodeViews`,n),e.someProp(`markViews`,n),t}function xc(e,t){let n=0,r=0;for(let r in e){if(e[r]!=t[r])return!0;n++}for(let e in t)r++;return n!=r}function Sc(e){if(e.spec.state||e.spec.filterTransaction||e.spec.appendTransaction)throw RangeError(`Plugins passed directly to the view must not have a state component`)}for(var Cc={8:`Backspace`,9:`Tab`,10:`Enter`,12:`NumLock`,13:`Enter`,16:`Shift`,17:`Control`,18:`Alt`,20:`CapsLock`,27:`Escape`,32:` `,33:`PageUp`,34:`PageDown`,35:`End`,36:`Home`,37:`ArrowLeft`,38:`ArrowUp`,39:`ArrowRight`,40:`ArrowDown`,44:`PrintScreen`,45:`Insert`,46:`Delete`,59:`;`,61:`=`,91:`Meta`,92:`Meta`,106:`*`,107:`+`,108:`,`,109:`-`,110:`.`,111:`/`,144:`NumLock`,145:`ScrollLock`,160:`Shift`,161:`Shift`,162:`Control`,163:`Control`,164:`Alt`,165:`Alt`,173:`-`,186:`;`,187:`=`,188:`,`,189:`-`,190:`.`,191:`/`,192:"`",219:`[`,220:`\\`,221:`]`,222:`'`},wc={48:`)`,49:`!`,50:`@`,51:`#`,52:`$`,53:`%`,54:`^`,55:`&`,56:`*`,57:`(`,59:`:`,61:`+`,173:`_`,186:`:`,187:`+`,188:`<`,189:`_`,190:`>`,191:`?`,192:`~`,219:`{`,220:`|`,221:`}`,222:`"`},Tc=typeof navigator<`u`&&/Mac/.test(navigator.platform),Ec=typeof navigator<`u`&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),Dc=0;Dc<10;Dc++)Cc[48+Dc]=Cc[96+Dc]=String(Dc);for(var Dc=1;Dc<=24;Dc++)Cc[Dc+111]=`F`+Dc;for(var Dc=65;Dc<=90;Dc++)Cc[Dc]=String.fromCharCode(Dc+32),wc[Dc]=String.fromCharCode(Dc);for(var Oc in Cc)wc.hasOwnProperty(Oc)||(wc[Oc]=Cc[Oc]);function kc(e){var t=!(Tc&&e.metaKey&&e.shiftKey&&!e.ctrlKey&&!e.altKey||Ec&&e.shiftKey&&e.key&&e.key.length==1||e.key==`Unidentified`)&&e.key||(e.shiftKey?wc:Cc)[e.keyCode]||e.key||`Unidentified`;return t==`Esc`&&(t=`Escape`),t==`Del`&&(t=`Delete`),t==`Left`&&(t=`ArrowLeft`),t==`Up`&&(t=`ArrowUp`),t==`Right`&&(t=`ArrowRight`),t==`Down`&&(t=`ArrowDown`),t}var Ac=typeof navigator<`u`&&/Mac|iP(hone|[oa]d)/.test(navigator.platform),jc=typeof navigator<`u`&&/Win/.test(navigator.platform);function Mc(e){let t=e.split(/-(?!$)/),n=t[t.length-1];n==`Space`&&(n=` `);let r,i,a,o;for(let e=0;e{for(var n in t)Lc(e,n,{get:t[n],enumerable:!0})};function zc(e){let{state:t,transaction:n}=e,{selection:r}=n,{doc:i}=n,{storedMarks:a}=n;return{...t,apply:t.apply.bind(t),applyTransaction:t.applyTransaction.bind(t),plugins:t.plugins,schema:t.schema,reconfigure:t.reconfigure.bind(t),toJSON:t.toJSON.bind(t),get storedMarks(){return a},get selection(){return r},get doc(){return i},get tr(){return r=n.selection,i=n.doc,a=n.storedMarks,n}}}var Bc=class{constructor(e){this.editor=e.editor,this.rawCommands=this.editor.extensionManager.commands,this.customState=e.state}get hasCustomState(){return!!this.customState}get state(){return this.customState||this.editor.state}get commands(){let{rawCommands:e,editor:t,state:n}=this,{view:r}=t,{tr:i}=n,a=this.buildProps(i);return Object.fromEntries(Object.entries(e).map(([e,t])=>[e,(...e)=>{let n=t(...e)(a);return!i.getMeta(`preventDispatch`)&&!this.hasCustomState&&r.dispatch(i),n}]))}get chain(){return()=>this.createChain()}get can(){return()=>this.createCan()}createChain(e,t=!0){let{rawCommands:n,editor:r,state:i}=this,{view:a}=r,o=[],s=!!e,c=e||i.tr,l=()=>(!s&&t&&!c.getMeta(`preventDispatch`)&&!this.hasCustomState&&a.dispatch(c),o.every(e=>e===!0)),u={...Object.fromEntries(Object.entries(n).map(([e,n])=>[e,(...e)=>{let r=this.buildProps(c,t),i=n(...e)(r);return o.push(i),u}])),run:l};return u}createCan(e){let{rawCommands:t,state:n}=this,r=e||n.tr,i=this.buildProps(r,!1);return{...Object.fromEntries(Object.entries(t).map(([e,t])=>[e,(...e)=>t(...e)({...i,dispatch:void 0})])),chain:()=>this.createChain(r,!1)}}buildProps(e,t=!0){let{rawCommands:n,editor:r,state:i}=this,{view:a}=r,o={tr:e,editor:r,view:a,state:zc({state:i,transaction:e}),dispatch:t?()=>void 0:void 0,chain:()=>this.createChain(e,t),can:()=>this.createCan(e),get commands(){return Object.fromEntries(Object.entries(n).map(([e,t])=>[e,(...e)=>t(...e)(o)]))}};return o}},Vc={};Rc(Vc,{blur:()=>Hc,clearContent:()=>Uc,clearNodes:()=>Wc,command:()=>Gc,createParagraphNear:()=>Kc,cut:()=>qc,deleteCurrentNode:()=>Jc,deleteNode:()=>Yc,deleteRange:()=>Xc,deleteSelection:()=>Zc,enter:()=>Qc,exitCode:()=>$c,extendMarkRange:()=>ol,first:()=>sl,focus:()=>ml,forEach:()=>hl,insertContent:()=>gl,insertContentAt:()=>Sl,joinBackward:()=>Tl,joinDown:()=>wl,joinForward:()=>El,joinItemBackward:()=>Dl,joinItemForward:()=>Ol,joinTextblockBackward:()=>kl,joinTextblockForward:()=>Al,joinUp:()=>Cl,keyboardShortcut:()=>Nl,lift:()=>Fl,liftEmptyBlock:()=>Il,liftListItem:()=>Ll,newlineInCode:()=>Rl,resetAttributes:()=>Vl,scrollIntoView:()=>Hl,selectAll:()=>Ul,selectNodeBackward:()=>Wl,selectNodeForward:()=>Gl,selectParentNode:()=>Kl,selectTextblockEnd:()=>ql,selectTextblockStart:()=>Jl,setContent:()=>Xl,setMark:()=>Gu,setMeta:()=>Ku,setNode:()=>qu,setNodeSelection:()=>Ju,setTextDirection:()=>Yu,setTextSelection:()=>Xu,sinkListItem:()=>Zu,splitBlock:()=>$u,splitListItem:()=>ed,toggleList:()=>id,toggleMark:()=>ad,toggleNode:()=>od,toggleWrap:()=>sd,undoInputRule:()=>cd,unsetAllMarks:()=>ld,unsetMark:()=>ud,unsetTextDirection:()=>dd,updateAttributes:()=>fd,wrapIn:()=>pd,wrapInList:()=>md});var Hc=()=>({editor:e,view:t})=>(requestAnimationFrame(()=>{var n;e.isDestroyed||(t.dom.blur(),(n=window==null?void 0:window.getSelection())==null||n.removeAllRanges())}),!0),Uc=(e=!0)=>({commands:t})=>t.setContent(``,{emitUpdate:e}),Wc=()=>({state:e,tr:t,dispatch:n})=>{let{selection:r}=t,{ranges:i}=r;return n&&i.forEach(({$from:n,$to:r})=>{e.doc.nodesBetween(n.pos,r.pos,(e,n)=>{if(e.type.isText)return;let{doc:r,mapping:i}=t,a=r.resolve(i.map(n)),o=r.resolve(i.map(n+e.nodeSize)),s=a.blockRange(o);if(!s)return;let c=an(s);if(e.type.isTextblock){let{defaultType:e}=a.parent.contentMatchAt(a.index());t.setNodeMarkup(s.start,e)}(c||c===0)&&t.lift(s,c)})}),!0},Gc=e=>t=>e(t),Kc=()=>({state:e,dispatch:t})=>Mr(e,t),qc=(e,t)=>({editor:n,tr:r})=>{let{state:i}=n,a=i.doc.slice(e.from,e.to);r.deleteRange(e.from,e.to);let o=r.mapping.map(t);return r.insert(o,a.content),r.setSelection(new j(r.doc.resolve(Math.max(o-1,0)))),!0},Jc=()=>({tr:e,dispatch:t})=>{let{selection:n}=e,r=n.$anchor.node();if(r.content.size>0)return!1;let i=e.selection.$anchor;for(let n=i.depth;n>0;--n)if(i.node(n).type===r.type){if(t){let t=i.before(n),r=i.after(n);e.delete(t,r).scrollIntoView()}return!0}return!1};function B(e,t){if(typeof e==`string`){if(!t.nodes[e])throw Error(`There is no node type named '${e}'. Maybe you forgot to add the extension?`);return t.nodes[e]}return e}var Yc=e=>({tr:t,state:n,dispatch:r})=>{let i=B(e,n.schema),a=t.selection.$anchor;for(let e=a.depth;e>0;--e)if(a.node(e).type===i){if(r){let n=a.before(e),r=a.after(e);t.delete(n,r).scrollIntoView()}return!0}return!1},Xc=e=>({tr:t,dispatch:n})=>{let{from:r,to:i}=e;return n&&t.delete(r,i),!0},Zc=()=>({state:e,dispatch:t})=>pr(e,t),Qc=()=>({commands:e})=>e.keyboardShortcut(`Enter`),$c=()=>({state:e,dispatch:t})=>jr(e,t);function el(e){return Object.prototype.toString.call(e)===`[object RegExp]`}function tl(e,t,n={strict:!0}){let r=Object.keys(t);return r.length?r.every(r=>n.strict?t[r]===e[r]:el(t[r])?t[r].test(e[r]):t[r]===e[r]):!0}function nl(e,t,n={}){return e.find(e=>e.type===t&&tl(Object.fromEntries(Object.keys(n).map(t=>[t,e.attrs[t]])),n))}function rl(e,t,n={}){return!!nl(e,t,n)}function il(e,t,n){if(!e||!t)return;let r=e.parent.childAfter(e.parentOffset);if((!r.node||!r.node.marks.some(e=>e.type===t))&&(r=e.parent.childBefore(e.parentOffset)),!r.node||!r.node.marks.some(e=>e.type===t))return;if(!n){let e=r.node.marks.find(e=>e.type===t);e&&(n=e.attrs)}if(!nl([...r.node.marks],t,n))return;let i=r.index,a=e.start()+r.offset,o=i+1,s=a+r.node.nodeSize;for(;i>0&&rl([...e.parent.child(i-1).marks],t,n);)--i,a-=e.parent.child(i).nodeSize;for(;o({tr:n,state:r,dispatch:i})=>{let a=al(e,r.schema),{doc:o,selection:s}=n,{$from:c,from:l,to:u}=s;if(i){let e=il(c,a,t);if(e&&e.from<=l&&e.to>=u){let t=j.create(o,e.from,e.to);n.setSelection(t)}}return!0},sl=e=>t=>{let n=typeof e==`function`?e(t):e;for(let e=0;e({editor:n,view:r,tr:i,dispatch:a})=>{t={scrollIntoView:!0,...t};let o=()=>{(fl()||dl())&&r.dom.focus(),pl()&&!fl()&&!dl()&&r.dom.focus({preventScroll:!0}),requestAnimationFrame(()=>{n.isDestroyed||(r.focus(),t?.scrollIntoView&&n.commands.scrollIntoView())})};try{if(r.hasFocus()&&e===null||e===!1)return!0}catch{return!1}if(a&&e===null&&!cl(n.state.selection))return o(),!0;let s=ul(i.doc,e)||n.state.selection,c=n.state.selection.eq(s);return a&&(c||i.setSelection(s),c&&i.storedMarks&&i.setStoredMarks(i.storedMarks),o()),!0},hl=(e,t)=>n=>e.every((e,r)=>t(e,{...n,index:r})),gl=(e,t)=>({tr:n,commands:r})=>r.insertContentAt({from:n.selection.from,to:n.selection.to},e,t),_l=e=>{let t=e.childNodes;for(let n=t.length-1;n>=0;--n){let r=t[n];r.nodeType===3&&r.nodeValue&&/^(\n\s\s|\n)$/.test(r.nodeValue)?e.removeChild(r):r.nodeType===1&&_l(r)}return e};function vl(e){if(typeof window>`u`)throw Error(`[tiptap error]: there is no window object available, so this function cannot be used`);let t=`${e}`,n=new window.DOMParser().parseFromString(t,`text/html`).body;return _l(n)}function yl(e,t,n){if(e instanceof Ie||e instanceof E)return e;n={slice:!0,parseOptions:{},...n};let r=typeof e==`object`&&!!e,i=typeof e==`string`;if(r)try{if(Array.isArray(e)&&e.length>0)return E.fromArray(e.map(e=>t.nodeFromJSON(e)));let r=t.nodeFromJSON(e);return n.errorOnInvalidContent&&r.check(),r}catch(r){if(n.errorOnInvalidContent)throw Error(`[tiptap error]: Invalid JSON content`,{cause:r});return console.warn(`[tiptap warn]: Invalid content.`,`Passed value:`,e,`Error:`,r),yl(``,t,n)}if(i){if(n.errorOnInvalidContent){let r=!1,i=``,a=new st({topNode:t.spec.topNode,marks:t.spec.marks,nodes:t.spec.nodes.append({__tiptap__private__unknown__catch__all__node:{content:`inline*`,group:`block`,parseDOM:[{tag:`*`,getAttrs:e=>(r=!0,i=typeof e==`string`?e:e.outerHTML,null)}]}})});if(n.slice?dt.fromSchema(a).parseSlice(vl(e),n.parseOptions):dt.fromSchema(a).parse(vl(e),n.parseOptions),n.errorOnInvalidContent&&r)throw Error(`[tiptap error]: Invalid HTML content`,{cause:Error(`Invalid element found: ${i}`)})}let r=dt.fromSchema(t);return n.slice?r.parseSlice(vl(e),n.parseOptions).content:r.parse(vl(e),n.parseOptions)}return yl(``,t,n)}function bl(e,t,n){let r=e.steps.length-1;if(r{o===0&&(o=r)}),e.setSelection(A.near(e.doc.resolve(o),n))}var xl=e=>!(`type`in e),Sl=(e,t,n)=>({tr:r,dispatch:i,editor:a})=>{if(i){n={parseOptions:a.options.parseOptions,updateSelection:!0,applyInputRules:!1,applyPasteRules:!1,...n};let i,o=e=>{a.emit(`contentError`,{editor:a,error:e,disableCollaboration:()=>{`collaboration`in a.storage&&typeof a.storage.collaboration==`object`&&a.storage.collaboration&&(a.storage.collaboration.isDisabled=!0)}})},s={preserveWhitespace:`full`,...n.parseOptions};if(!n.errorOnInvalidContent&&!a.options.enableContentCheck&&a.options.emitContentError)try{yl(t,a.schema,{parseOptions:s,errorOnInvalidContent:!0})}catch(e){o(e)}try{i=yl(t,a.schema,{parseOptions:s,errorOnInvalidContent:n.errorOnInvalidContent??a.options.enableContentCheck})}catch(e){return o(e),!1}let{from:c,to:l}=typeof e==`number`?{from:e,to:e}:{from:e.from,to:e.to},u=!0,d=!0;if((xl(i)?i:[i]).forEach(e=>{e.check(),u=u?e.isText&&e.marks.length===0:!1,d=d?e.isBlock:!1}),c===l&&d){let{parent:e}=r.doc.resolve(c);e.isTextblock&&!e.type.spec.code&&!e.childCount&&(--c,l+=1)}let f;if(u){if(Array.isArray(t))f=t.map(e=>e.text||``).join(``);else if(t instanceof E){let e=``;t.forEach(t=>{t.text&&(e+=t.text)}),f=e}else f=typeof t==`object`&&t&&t.text?t.text:t;r.insertText(f,c,l)}else{f=i;let e=r.doc.resolve(c),t=e.node(),n=e.parentOffset===0,a=t.isText||t.isTextblock,o=t.content.size>0;n&&a&&o&&(c=Math.max(0,c-1)),r.replaceWith(c,l,f)}n.updateSelection&&bl(r,r.steps.length-1,-1),n.applyInputRules&&r.setMeta(`applyInputRules`,{from:c,text:f}),n.applyPasteRules&&r.setMeta(`applyPasteRules`,{from:c,text:f})}return!0},Cl=()=>({state:e,dispatch:t})=>Er(e,t),wl=()=>({state:e,dispatch:t})=>Dr(e,t),Tl=()=>({state:e,dispatch:t})=>hr(e,t),El=()=>({state:e,dispatch:t})=>Cr(e,t),Dl=()=>({state:e,dispatch:t,tr:n})=>{try{let r=Sn(e.doc,e.selection.$from.pos,-1);return r==null?!1:(n.join(r,2),t&&t(n),!0)}catch{return!1}},Ol=()=>({state:e,dispatch:t,tr:n})=>{try{let r=Sn(e.doc,e.selection.$from.pos,1);return r==null?!1:(n.join(r,2),t&&t(n),!0)}catch{return!1}},kl=()=>({state:e,dispatch:t})=>gr(e,t),Al=()=>({state:e,dispatch:t})=>_r(e,t);function jl(){return typeof navigator<`u`?/Mac/.test(navigator.platform):!1}function Ml(e){let t=e.split(/-(?!$)/),n=t[t.length-1];n===`Space`&&(n=` `);let r,i,a,o;for(let e=0;e({editor:t,view:n,tr:r,dispatch:i})=>{let a=Ml(e).split(/-(?!$)/),o=a.find(e=>![`Alt`,`Ctrl`,`Meta`,`Shift`].includes(e)),s=new KeyboardEvent(`keydown`,{key:o===`Space`?` `:o,altKey:a.includes(`Alt`),ctrlKey:a.includes(`Ctrl`),metaKey:a.includes(`Meta`),shiftKey:a.includes(`Shift`),bubbles:!0,cancelable:!0});return t.captureTransaction(()=>{n.someProp(`handleKeyDown`,e=>e(n,s))})?.steps.forEach(e=>{let t=e.map(r.mapping);t&&i&&r.maybeStep(t)}),!0};function Pl(e,t,n={}){let{from:r,to:i,empty:a}=e.selection,o=t?B(t,e.schema):null,s=[];e.doc.nodesBetween(r,i,(e,t)=>{if(e.isText)return;let n=Math.max(r,t),a=Math.min(i,t+e.nodeSize);s.push({node:e,from:n,to:a})});let c=i-r,l=s.filter(e=>o?o.name===e.node.type.name:!0).filter(e=>tl(e.node.attrs,n,{strict:!1}));return a?!!l.length:l.reduce((e,t)=>e+t.to-t.from,0)>=c}var Fl=(e,t={})=>({state:n,dispatch:r})=>Pl(n,B(e,n.schema),t)?Or(n,r):!1,Il=()=>({state:e,dispatch:t})=>Nr(e,t),Ll=e=>({state:t,dispatch:n})=>$r(B(e,t.schema))(t,n),Rl=()=>({state:e,dispatch:t})=>kr(e,t);function zl(e,t){return t.nodes[e]?`node`:t.marks[e]?`mark`:null}function Bl(e,t){let n=typeof t==`string`?[t]:t;return Object.keys(e).reduce((t,r)=>(n.includes(r)||(t[r]=e[r]),t),{})}var Vl=(e,t)=>({tr:n,state:r,dispatch:i})=>{let a=null,o=null,s=zl(typeof e==`string`?e:e.name,r.schema);if(!s)return!1;s===`node`&&(a=B(e,r.schema)),s===`mark`&&(o=al(e,r.schema));let c=!1;return n.selection.ranges.forEach(e=>{r.doc.nodesBetween(e.$from.pos,e.$to.pos,(e,r)=>{a&&a===e.type&&(c=!0,i&&n.setNodeMarkup(r,void 0,Bl(e.attrs,t))),o&&e.marks.length&&e.marks.forEach(a=>{o===a.type&&(c=!0,i&&n.addMark(r,r+e.nodeSize,o.create(Bl(a.attrs,t))))})})}),c},Hl=()=>({tr:e,dispatch:t})=>(t&&e.scrollIntoView(),!0),Ul=()=>({tr:e,dispatch:t})=>{if(t){let t=new Zn(e.doc);e.setSelection(t)}return!0},Wl=()=>({state:e,dispatch:t})=>br(e,t),Gl=()=>({state:e,dispatch:t})=>wr(e,t),Kl=()=>({state:e,dispatch:t})=>Ir(e,t),ql=()=>({state:e,dispatch:t})=>Hr(e,t),Jl=()=>({state:e,dispatch:t})=>Vr(e,t);function Yl(e,t,n={},r={}){return yl(e,t,{slice:!1,parseOptions:n,errorOnInvalidContent:r.errorOnInvalidContent})}var Xl=(e,{errorOnInvalidContent:t,emitUpdate:n=!0,parseOptions:r={}}={})=>({editor:i,tr:a,dispatch:o,commands:s})=>{let{doc:c}=a;if(r.preserveWhitespace!==`full`){let s=Yl(e,i.schema,r,{errorOnInvalidContent:t??i.options.enableContentCheck});return o&&a.replaceWith(0,c.content.size,s).setMeta(`preventUpdate`,!n),!0}return o&&a.setMeta(`preventUpdate`,!n),s.insertContentAt({from:0,to:c.content.size},e,{parseOptions:r,errorOnInvalidContent:t??i.options.enableContentCheck})};function Zl(e,t){let n=al(t,e.schema),{from:r,to:i,empty:a}=e.selection,o=[];a?(e.storedMarks&&o.push(...e.storedMarks),o.push(...e.selection.$head.marks())):e.doc.nodesBetween(r,i,e=>{o.push(...e.marks)});let s=o.find(e=>e.type.name===n.name);return s?{...s.attrs}:{}}function Ql(e,t){let n=new Wn(e);return t.forEach(e=>{e.steps.forEach(e=>{n.step(e)})}),n}function $l(e){for(let t=0;t{n(e)&&r.push({node:e,pos:t})}),r}function tu(e,t){for(let n=e.depth;n>0;--n){let r=e.node(n);if(t(r))return{pos:n>0?e.before(n):0,start:e.start(n),depth:n,node:r}}}function nu(e){return t=>tu(t.$from,e)}function V(e,t,n){return e.config[t]===void 0&&e.parent?V(e.parent,t,n):typeof e.config[t]==`function`?e.config[t].bind({...n,parent:e.parent?V(e.parent,t,n):null}):e.config[t]}function ru(e){return e.map(e=>{let t=V(e,`addExtensions`,{name:e.name,options:e.options,storage:e.storage});return t?[e,...ru(t())]:e}).flat(10)}function iu(e,t){let n=Tt.fromSchema(t).serializeFragment(e),r=document.implementation.createHTMLDocument().createElement(`div`);return r.appendChild(n),r.innerHTML}function au(e){return typeof e==`function`}function H(e,t=void 0,...n){return au(e)?t?e.bind(t)(...n):e(...n):e}function ou(e={}){return Object.keys(e).length===0&&e.constructor===Object}function su(e){return{baseExtensions:e.filter(e=>e.type===`extension`),nodeExtensions:e.filter(e=>e.type===`node`),markExtensions:e.filter(e=>e.type===`mark`)}}function cu(e){let t=[],{nodeExtensions:n,markExtensions:r}=su(e),i=[...n,...r],a={default:null,validate:void 0,rendered:!0,renderHTML:null,parseHTML:null,keepOnSplit:!0,isRequired:!1},o=n.filter(e=>e.name!==`text`).map(e=>e.name),s=r.map(e=>e.name),c=[...o,...s];return e.forEach(e=>{let n=V(e,`addGlobalAttributes`,{name:e.name,options:e.options,storage:e.storage,extensions:i});n&&n().forEach(e=>{let n;n=Array.isArray(e.types)?e.types:e.types===`*`?c:e.types===`nodes`?o:e.types===`marks`?s:[],n.forEach(n=>{Object.entries(e.attributes).forEach(([e,r])=>{t.push({type:n,name:e,attribute:{...a,...r}})})})})}),i.forEach(e=>{let n=V(e,`addAttributes`,{name:e.name,options:e.options,storage:e.storage});if(!n)return;let r=n();Object.entries(r).forEach(([n,r])=>{let i={...a,...r};typeof i?.default==`function`&&(i.default=i.default()),i?.isRequired&&i?.default===void 0&&delete i.default,t.push({type:e.name,name:n,attribute:i})})}),t}function lu(e){let t=[],n=``,r=!1,i=!1,a=0,o=e.length;for(let s=0;s0){--a,n+=o;continue}if(o===`;`&&a===0){t.push(n),n=``;continue}}n+=o}return n&&t.push(n),t}function uu(e){let t=[],n=lu(e||``),r=n.length;for(let e=0;e!!e).reduce((e,t)=>{let n={...e};return Object.entries(t).forEach(([e,t])=>{if(!n[e]){n[e]=t;return}if(e===`class`){let r=t?String(t).split(` `):[],i=n[e]?n[e].split(` `):[],a=r.filter(e=>!i.includes(e));n[e]=[...i,...a].join(` `)}else if(e===`style`){let r=new Map([...uu(n[e]),...uu(t)]);n[e]=Array.from(r.entries()).map(([e,t])=>`${e}: ${t}`).join(`; `)}else n[e]=t}),n},{})}function du(e,t){return t.filter(t=>t.type===e.type.name).filter(e=>e.attribute.rendered).map(t=>t.attribute.renderHTML?t.attribute.renderHTML(e.attrs)||{}:{[t.name]:e.attrs[t.name]}).reduce((e,t)=>U(e,t),{})}function fu(e){return typeof e==`string`?e.match(/^[+-]?(?:\d*\.)?\d+$/)?Number(e):e===`true`?!0:e===`false`?!1:e:e}function pu(e,t){return`style`in e?e:{...e,getAttrs:n=>{let r=e.getAttrs?e.getAttrs(n):e.attrs;if(r===!1)return!1;let i=t.reduce((e,t)=>{let r=t.attribute.parseHTML?t.attribute.parseHTML(n):fu(n.getAttribute(t.name));return r==null?e:{...e,[t.name]:r}},{});return{...r,...i}}}}function mu(e){return Object.fromEntries(Object.entries(e).filter(([e,t])=>e===`attrs`&&ou(t)?!1:t!=null))}function hu(e){let t={};return!e?.attribute?.isRequired&&`default`in(e?.attribute||{})&&(t.default=e.attribute.default),e?.attribute?.validate!==void 0&&(t.validate=e.attribute.validate),[e.name,t]}function gu(e,t){let n=cu(e),{nodeExtensions:r,markExtensions:i}=su(e);return new st({topNode:r.find(e=>V(e,`topNode`))?.name,nodes:Object.fromEntries(r.map(r=>{let i=n.filter(e=>e.type===r.name),a={name:r.name,options:r.options,storage:r.storage,editor:t},o=mu({...e.reduce((e,t)=>{let n=V(t,`extendNodeSchema`,a);return{...e,...n?n(r):{}}},{}),content:H(V(r,`content`,a)),marks:H(V(r,`marks`,a)),group:H(V(r,`group`,a)),inline:H(V(r,`inline`,a)),atom:H(V(r,`atom`,a)),selectable:H(V(r,`selectable`,a)),draggable:H(V(r,`draggable`,a)),code:H(V(r,`code`,a)),whitespace:H(V(r,`whitespace`,a)),linebreakReplacement:H(V(r,`linebreakReplacement`,a)),defining:H(V(r,`defining`,a)),isolating:H(V(r,`isolating`,a)),attrs:Object.fromEntries(i.map(hu))}),s=H(V(r,`parseHTML`,a));s&&(o.parseDOM=s.map(e=>pu(e,i)));let c=V(r,`renderHTML`,a);c&&(o.toDOM=e=>c({node:e,HTMLAttributes:du(e,i)}));let l=V(r,`renderText`,a);return l&&(o.toText=l),[r.name,o]})),marks:Object.fromEntries(i.map(r=>{let i=n.filter(e=>e.type===r.name),a={name:r.name,options:r.options,storage:r.storage,editor:t},o=mu({...e.reduce((e,t)=>{let n=V(t,`extendMarkSchema`,a);return{...e,...n?n(r):{}}},{}),inclusive:H(V(r,`inclusive`,a)),excludes:H(V(r,`excludes`,a)),group:H(V(r,`group`,a)),spanning:H(V(r,`spanning`,a)),code:H(V(r,`code`,a)),attrs:Object.fromEntries(i.map(hu))}),s=H(V(r,`parseHTML`,a));s&&(o.parseDOM=s.map(e=>pu(e,i)));let c=V(r,`renderHTML`,a);return c&&(o.toDOM=e=>c({mark:e,HTMLAttributes:du(e,i)})),[r.name,o]}))})}function _u(e){let t=e.filter((t,n)=>e.indexOf(t)!==n);return Array.from(new Set(t))}function vu(e){return e.sort((e,t)=>{let n=V(e,`priority`)||100,r=V(t,`priority`)||100;return n>r?-1:+(ne.name));return n.length&&console.warn(`[tiptap warn]: Duplicate extension names found: [${n.map(e=>`'${e}'`).join(`, `)}]. This can lead to issues.`),t}function bu(e,t,n){let{from:r,to:i}=t,{blockSeparator:a=` + +`,textSerializers:o={}}=n||{},s=``;return e.nodesBetween(r,i,(e,n,c,l)=>{e.isBlock&&n>r&&(s+=a);let u=o?.[e.type.name];if(u)return c&&(s+=u({node:e,pos:n,parent:c,index:l,range:t})),!1;e.isText&&(s+=(e?.text)?.slice(Math.max(r,n)-n,i-n))}),s}function xu(e,t){return bu(e,{from:0,to:e.content.size},t)}function Su(e){return Object.fromEntries(Object.entries(e.nodes).filter(([,e])=>e.spec.toText).map(([e,t])=>[e,t.spec.toText]))}function Cu(e,t){let n=B(t,e.schema),{from:r,to:i}=e.selection,a=[];e.doc.nodesBetween(r,i,e=>{a.push(e)});let o=a.reverse().find(e=>e.type.name===n.name);return o?{...o.attrs}:{}}function wu(e,t){let n=zl(typeof t==`string`?t:t.name,e.schema);return n===`node`?Cu(e,t):n===`mark`?Zl(e,t):{}}function Tu(e,t=JSON.stringify){let n={};return e.filter(e=>{let r=t(e);return Object.prototype.hasOwnProperty.call(n,r)?!1:n[r]=!0})}function Eu(e){let t=Tu(e);return t.length===1?t:t.filter((e,n)=>!t.filter((e,t)=>t!==n).some(t=>e.oldRange.from>=t.oldRange.from&&e.oldRange.to<=t.oldRange.to&&e.newRange.from>=t.newRange.from&&e.newRange.to<=t.newRange.to))}function Du(e){let{mapping:t,steps:n}=e,r=[];return t.maps.forEach((e,i)=>{let a=[];if(e.ranges.length)e.forEach((e,t)=>{a.push({from:e,to:t})});else{let{from:e,to:t}=n[i];if(e===void 0||t===void 0)return;a.push({from:e,to:t})}a.forEach(({from:e,to:n})=>{let a=t.slice(i).map(e,-1),o=t.slice(i).map(n),s=t.invert().map(a,-1),c=t.invert().map(o);r.push({oldRange:{from:s,to:c},newRange:{from:a,to:o}})})}),Eu(r)}function Ou(e,t,n){let r=[];return e===t?n.resolve(e).marks().forEach(t=>{let i=il(n.resolve(e),t.type);i&&r.push({mark:t,...i})}):n.nodesBetween(e,t,(e,t)=>{!e||e?.nodeSize===void 0||r.push(...e.marks.map(n=>({from:t,to:t+e.nodeSize,mark:n})))}),r}var ku=(e,t,n,r=20)=>{let i=e.doc.resolve(n),a=r,o=null;for(;a>0&&o===null;){let e=i.node(a);e?.type.name===t?o=e:--a}return[o,a]};function Au(e,t){return t.nodes[e]||t.marks[e]||null}function ju(e,t,n){return Object.fromEntries(Object.entries(n).filter(([n])=>{let r=e.find(e=>e.type===t&&e.name===n);return r?r.attribute.keepOnSplit:!1}))}var Mu=(e,t=500)=>{let n=``,r=e.parentOffset;return e.parent.nodesBetween(Math.max(0,r-t),r,(e,t,i,a)=>{var o;let s=(o=e.type.spec).toText?.call(o,{node:e,pos:t,parent:i,index:a})||e.textContent||`%leaf%`;n+=e.isAtom&&!e.isText?s:s.slice(0,Math.max(0,r-t))}),n};function Nu(e,t,n={}){let{empty:r,ranges:i}=e.selection,a=t?al(t,e.schema):null;if(r)return!!(e.storedMarks||e.selection.$from.marks()).filter(e=>a?a.name===e.type.name:!0).find(e=>tl(e.attrs,n,{strict:!1}));let o=0,s=[];if(i.forEach(({$from:t,$to:n})=>{let r=t.pos,i=n.pos;e.doc.nodesBetween(r,i,(e,t)=>{if(a&&e.inlineContent&&!e.type.allowsMarkType(a))return!1;if(!e.isText&&!e.marks.length)return;let n=Math.max(r,t),c=Math.min(i,t+e.nodeSize),l=c-n;o+=l,s.push(...e.marks.map(e=>({mark:e,from:n,to:c})))})}),o===0)return!1;let c=s.filter(e=>a?a.name===e.mark.type.name:!0).filter(e=>tl(e.mark.attrs,n,{strict:!1})).reduce((e,t)=>e+t.to-t.from,0),l=s.filter(e=>a?e.mark.type!==a&&e.mark.type.excludes(a):!0).reduce((e,t)=>e+t.to-t.from,0);return(c>0?c+l:c)>=o}function Pu(e,t,n={}){if(!t)return Pl(e,null,n)||Nu(e,null,n);let r=zl(t,e.schema);return r===`node`?Pl(e,t,n):r===`mark`?Nu(e,t,n):!1}var Fu=(e,t)=>{let{$from:n,$to:r,$anchor:i}=e.selection;if(t){let n=nu(e=>e.type.name===t)(e.selection);if(!n)return!1;let r=e.doc.resolve(n.pos+1);return i.pos+1===r.end()}return!(r.parentOffset{let{$from:t,$to:n}=e.selection;return!(t.parentOffset>0||t.pos!==n.pos)};function Lu(e,t){return Array.isArray(t)?t.some(t=>(typeof t==`string`?t:t.name)===e.name):t}function Ru(e,t){let{nodeExtensions:n}=su(t),r=n.find(t=>t.name===e);if(!r)return!1;let i=H(V(r,`group`,{name:r.name,options:r.options,storage:r.storage}));return typeof i==`string`?i.split(` `).includes(`list`):!1}function zu(e,{checkChildren:t=!0,ignoreWhitespace:n=!1}={}){if(n){if(e.type.name===`hardBreak`)return!0;if(e.isText)return!/\S/.test(e.text??``)}if(e.isText)return!e.text;if(e.isAtom||e.isLeaf)return!1;if(e.content.childCount===0)return!0;if(t){let r=!0;return e.content.forEach(e=>{r!==!1&&(zu(e,{ignoreWhitespace:n,checkChildren:t})||(r=!1))}),r}return!1}function Bu(e){return e instanceof M}var Vu=class e{constructor(e){this.position=e}static fromJSON(t){return new e(t.position)}toJSON(){return{position:this.position}}};function Hu(e,t){let n=t.mapping.mapResult(e.position);return{position:new Vu(n.pos),mapResult:n}}function Uu(e){return new Vu(e)}function Wu(e,t,n){let{selection:r}=t,i=null;if(cl(r)&&(i=r.$cursor),i){let t=e.storedMarks??i.marks();return i.parent.type.allowsMarkType(n)&&(!!n.isInSet(t)||!t.some(e=>e.type.excludes(n)))}let{ranges:a}=r;return a.some(({$from:t,$to:r})=>{let i=t.depth===0?e.doc.inlineContent&&e.doc.type.allowsMarkType(n):!1;return e.doc.nodesBetween(t.pos,r.pos,(e,t,r)=>{if(i)return!1;if(e.isInline){let t=!r||r.type.allowsMarkType(n),a=!!n.isInSet(e.marks)||!e.marks.some(e=>e.type.excludes(n));i=t&&a}return!i}),i})}var Gu=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let{selection:a}=n,{empty:o,ranges:s}=a,c=al(e,r.schema);if(i)if(o){let e=Zl(r,c);n.addStoredMark(c.create({...e,...t}))}else s.forEach(e=>{let i=e.$from.pos,a=e.$to.pos;r.doc.nodesBetween(i,a,(e,r)=>{let o=Math.max(r,i),s=Math.min(r+e.nodeSize,a);e.marks.find(e=>e.type===c)?e.marks.forEach(e=>{c===e.type&&n.addMark(o,s,c.create({...e.attrs,...t}))}):n.addMark(o,s,c.create(t))})});return Wu(r,n,c)},Ku=(e,t)=>({tr:n})=>(n.setMeta(e,t),!0),qu=(e,t={})=>({state:n,dispatch:r,chain:i})=>{let a=B(e,n.schema),o;return n.selection.$anchor.sameParent(n.selection.$head)&&(o=n.selection.$anchor.parent.attrs),a.isTextblock?i().command(({commands:e})=>Wr(a,{...o,...t})(n)?!0:e.clearNodes()).command(({state:e})=>Wr(a,{...o,...t})(e,r)).run():(console.warn(`[tiptap warn]: Currently "setNode()" only supports text block nodes.`),!1)},Ju=e=>({tr:t,dispatch:n})=>{if(n){let{doc:n}=t,r=ll(e,0,n.content.size),i=M.create(n,r);t.setSelection(i)}return!0},Yu=(e,t)=>({tr:n,state:r,dispatch:i})=>{let{selection:a}=r,o,s;return typeof t==`number`?(o=t,s=t):t&&`from`in t&&`to`in t?(o=t.from,s=t.to):(o=a.from,s=a.to),i&&n.doc.nodesBetween(o,s,(t,r)=>{t.isText||n.setNodeMarkup(r,void 0,{...t.attrs,dir:e})}),!0},Xu=e=>({tr:t,dispatch:n})=>{if(n){let{doc:n}=t,{from:r,to:i}=typeof e==`number`?{from:e,to:e}:e,a=j.atStart(n).from,o=j.atEnd(n).to,s=ll(r,a,o),c=ll(i,a,o),l=j.create(n,s,c);t.setSelection(l)}return!0},Zu=e=>({state:t,dispatch:n})=>ni(B(e,t.schema))(t,n);function Qu(e,t){let n=e.storedMarks||e.selection.$to.parentOffset&&e.selection.$from.marks();if(n){let r=n.filter(e=>t?.includes(e.type.name));e.tr.ensureMarks(r)}}var $u=({keepMarks:e=!0}={})=>({tr:t,state:n,dispatch:r,editor:i})=>{let{selection:a,doc:o}=t,{$from:s,$to:c}=a,l=i.extensionManager.attributes,u=ju(l,s.node().type.name,s.node().attrs);if(a instanceof M&&a.node.isBlock)return!s.parentOffset||!_n(o,s.pos)?!1:(r&&(e&&Qu(n,i.extensionManager.splittableMarks),t.split(s.pos).scrollIntoView()),!0);if(!s.parent.isBlock)return!1;let d=c.parentOffset===c.parent.content.size,f=s.depth===0?void 0:$l(s.node(-1).contentMatchAt(s.indexAfter(-1))),p=d&&f?[{type:f,attrs:u}]:void 0,m=_n(t.doc,t.mapping.map(s.pos),1,p);if(!p&&!m&&_n(t.doc,t.mapping.map(s.pos),1,f?[{type:f}]:void 0)&&(m=!0,p=f?[{type:f,attrs:u}]:void 0),r){if(m&&(a instanceof j&&t.deleteSelection(),t.split(t.mapping.map(s.pos),1,p),f&&!d&&!s.parentOffset&&s.parent.type!==f)){let e=t.mapping.map(s.before()),n=t.doc.resolve(e);s.node(-1).canReplaceWith(n.index(),n.index()+1,f)&&t.setNodeMarkup(t.mapping.map(s.before()),f)}e&&Qu(n,i.extensionManager.splittableMarks),t.scrollIntoView()}return m},ed=(e,t={})=>({tr:n,state:r,dispatch:i,editor:a})=>{let o=B(e,r.schema),{$from:s,$to:c}=r.selection,l=r.selection.node;if(l&&l.isBlock||s.depth<2||!s.sameParent(c))return!1;let u=s.node(-1);if(u.type!==o)return!1;let d=a.extensionManager.attributes;if(s.parent.content.size===0&&s.node(-1).childCount===s.indexAfter(-1)){if(s.depth===2||s.node(-3).type!==o||s.index(-2)!==s.node(-2).childCount-1)return!1;if(i){let e=E.empty,r=s.index(-1)?1:s.index(-2)?2:3;for(let t=s.depth-r;t>=s.depth-3;--t)e=E.from(s.node(t).copy(e));let i=s.indexAfter(-1){if(u>-1)return!1;e.isTextblock&&e.content.size===0&&(u=t+1)}),u>-1&&n.setSelection(j.near(n.doc.resolve(u))),n.scrollIntoView()}return!0}let f=c.pos===s.end()?u.contentMatchAt(0).defaultType:null,p={...ju(d,u.type.name,u.attrs),...t},m={...ju(d,s.node().type.name,s.node().attrs),...t};n.delete(s.pos,c.pos);let h=f?[{type:o,attrs:p},{type:f,attrs:m}]:[{type:o,attrs:p}];if(!_n(n.doc,s.pos,2))return!1;if(i){let{selection:e,storedMarks:t}=r,{splittableMarks:o}=a.extensionManager,c=t||e.$to.parentOffset&&e.$from.marks();if(n.split(s.pos,2,h).scrollIntoView(),!c||!i)return!0;let l=c.filter(e=>o.includes(e.type.name));n.ensureMarks(l)}return!0},td=(e,t)=>{let n=nu(e=>e.type===t)(e.selection);if(!n)return!0;let r=e.doc.resolve(Math.max(0,n.pos-1)).before(n.depth);if(r===void 0)return!0;let i=e.doc.nodeAt(r);return n.node.type===i?.type&&yn(e.doc,n.pos)&&e.join(n.pos),!0},nd=(e,t)=>{let n=nu(e=>e.type===t)(e.selection);if(!n)return!0;let r=e.doc.resolve(n.start).after(n.depth);if(r===void 0)return!0;let i=e.doc.nodeAt(r);return n.node.type===i?.type&&yn(e.doc,r)&&e.join(r),!0};function rd(e){let t=e.doc,n=t.firstChild;if(!n)return null;let r=n.nodeSize-1;return j.create(t,1,r)}var id=(e,t,n,r={})=>({editor:i,tr:a,state:o,dispatch:s,chain:c,commands:l,can:u})=>{let{extensions:d,splittableMarks:f}=i.extensionManager,p=B(e,o.schema),m=B(t,o.schema),{selection:h,storedMarks:g}=o,{$from:_,$to:ee}=h,v=_.blockRange(ee),y=g||h.$to.parentOffset&&h.$from.marks();if(!v)return!1;let b=nu(e=>Ru(e.type.name,d))(h),te=h.from===0&&h.to===o.doc.content.size,ne=o.doc.content.content,x=ne.length===1?ne[0]:null,re=te&&x&&Ru(x.type.name,d)?{node:x,pos:0,depth:0}:null,S=b??re,ie=!!b&&v.depth>=1&&v.depth-b.depth<=1,C=!!re;if((ie||C)&&S){if(S.node.type===p)return te&&C?c().command(({tr:e,dispatch:t})=>{let n=rd(e);return n?(e.setSelection(n),t&&t(e),!0):!1}).liftListItem(m).run():l.liftListItem(m);if(Ru(S.node.type.name,d)&&p.validContent(S.node.content))return c().command(()=>(a.setNodeMarkup(S.pos,p),!0)).command(()=>td(a,p)).command(()=>nd(a,p)).run()}return!n||!y||!s?c().command(()=>u().wrapInList(p,r)?!0:l.clearNodes()).wrapInList(p,r).command(()=>td(a,p)).command(()=>nd(a,p)).run():c().command(()=>{let e=u().wrapInList(p,r),t=y.filter(e=>f.includes(e.type.name));return a.ensureMarks(t),e?!0:l.clearNodes()}).wrapInList(p,r).command(()=>td(a,p)).command(()=>nd(a,p)).run()},ad=(e,t={},n={})=>({state:r,commands:i})=>{let{extendEmptyMarkRange:a=!1}=n,o=al(e,r.schema);return Nu(r,o,t)?i.unsetMark(o,{extendEmptyMarkRange:a}):i.setMark(o,t)},od=(e,t,n={})=>({state:r,commands:i})=>{let a=B(e,r.schema),o=B(t,r.schema),s=Pl(r,a,n),c;return r.selection.$anchor.sameParent(r.selection.$head)&&(c=r.selection.$anchor.parent.attrs),s?i.setNode(o,c):i.setNode(a,{...c,...n})},sd=(e,t={})=>({state:n,commands:r})=>{let i=B(e,n.schema);return Pl(n,i,t)?r.lift(i):r.wrapIn(i,t)},cd=()=>({state:e,dispatch:t})=>{let n=e.plugins;for(let r=0;r=0;--e)t.step(n.steps[e].invert(n.docs[e]));if(a.text){let n=t.doc.resolve(a.from).marks();t.replaceWith(a.from,a.to,e.schema.text(a.text,n))}else t.delete(a.from,a.to)}return!0}}return!1},ld=()=>({tr:e,dispatch:t})=>{let{selection:n}=e,{empty:r,ranges:i}=n;return r||t&&i.forEach(t=>{e.removeMark(t.$from.pos,t.$to.pos)}),!0},ud=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let{extendEmptyMarkRange:a=!1}=t,{selection:o}=n,s=al(e,r.schema),{$from:c,empty:l,ranges:u}=o;if(!i)return!0;if(l&&a){let{from:e,to:t}=o,r=il(c,s,c.marks().find(e=>e.type===s)?.attrs);r&&(e=r.from,t=r.to),n.removeMark(e,t,s)}else u.forEach(e=>{n.removeMark(e.$from.pos,e.$to.pos,s)});return n.removeStoredMark(s),!0},dd=e=>({tr:t,state:n,dispatch:r})=>{let{selection:i}=n,a,o;return typeof e==`number`?(a=e,o=e):e&&`from`in e&&`to`in e?(a=e.from,o=e.to):(a=i.from,o=i.to),r&&t.doc.nodesBetween(a,o,(e,n)=>{if(e.isText)return;let r={...e.attrs};delete r.dir,t.setNodeMarkup(n,void 0,r)}),!0},fd=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let a=null,o=null,s=zl(typeof e==`string`?e:e.name,r.schema);if(!s)return!1;s===`node`&&(a=B(e,r.schema)),s===`mark`&&(o=al(e,r.schema));let c=!1;return n.selection.ranges.forEach(e=>{let s=e.$from.pos,l=e.$to.pos,u,d,f,p;n.selection.empty?r.doc.nodesBetween(s,l,(e,t)=>{a&&a===e.type&&(c=!0,f=Math.max(t,s),p=Math.min(t+e.nodeSize,l),u=t,d=e)}):r.doc.nodesBetween(s,l,(e,r)=>{r=s&&r<=l&&(a&&a===e.type&&(c=!0,i&&n.setNodeMarkup(r,void 0,{...e.attrs,...t})),o&&e.marks.length&&e.marks.forEach(a=>{if(o===a.type&&(c=!0,i)){let i=Math.max(r,s),c=Math.min(r+e.nodeSize,l);n.addMark(i,c,o.create({...a.attrs,...t}))}}))}),d&&(u!==void 0&&i&&n.setNodeMarkup(u,void 0,{...d.attrs,...t}),o&&d.marks.length&&d.marks.forEach(e=>{o===e.type&&i&&n.addMark(f,p,o.create({...e.attrs,...t}))}))}),c},pd=(e,t={})=>({state:n,dispatch:r})=>Ur(B(e,n.schema),t)(n,r),md=(e,t={})=>({state:n,dispatch:r})=>Xr(B(e,n.schema),t)(n,r),hd=class{constructor(){this.callbacks={}}on(e,t){return this.callbacks[e]||(this.callbacks[e]=[]),this.callbacks[e].push(t),this}emit(e,...t){let n=this.callbacks[e];return n&&n.forEach(e=>e.apply(this,t)),this}off(e,t){let n=this.callbacks[e];return n&&(t?this.callbacks[e]=n.filter(e=>e!==t):delete this.callbacks[e]),this}once(e,t){let n=(...r)=>{this.off(e,n),t.apply(this,r)};return this.on(e,n)}removeAllListeners(){this.callbacks={}}},gd=class{constructor(e){this.find=e.find,this.handler=e.handler,this.undoable=e.undoable??!0}},_d=(e,t)=>{if(el(t))return t.exec(e);let n=t(e);if(!n)return null;let r=[n.text];return r.index=n.index,r.input=e,r.data=n.data,n.replaceWith&&(n.text.includes(n.replaceWith)||console.warn(`[tiptap warn]: "inputRuleMatch.replaceWith" must be part of "inputRuleMatch.text".`),r.push(n.replaceWith)),r};function vd(e){let{editor:t,from:n,to:r,text:i,rules:a,plugin:o}=e,{view:s}=t;if(s.composing)return!1;let c=s.state.doc.resolve(n);if(c.parent.type.spec.code||(c.nodeBefore||c.nodeAfter)?.marks.find(e=>e.type.spec.code))return!1;let l=!1,u=Mu(c)+i;return a.forEach(e=>{if(l)return;let a=_d(u,e.find);if(!a)return;let c=s.state.tr,d=zc({state:s.state,transaction:c}),f={from:n-(a[0].length-i.length),to:r},{commands:p,chain:m,can:h}=new Bc({editor:t,state:d});e.handler({state:d,range:f,match:a,commands:p,chain:m,can:h})===null||!c.steps.length||(e.undoable&&c.setMeta(o,{transform:c,from:n,to:r,text:i}),s.dispatch(c),l=!0)}),l}function yd(e){let{editor:t,rules:n}=e,r=new N({state:{init(){return null},apply(e,i,a){let o=e.getMeta(r);if(o)return o;let s=e.getMeta(`applyInputRules`);return s&&setTimeout(()=>{let{text:e}=s;e=typeof e==`string`?e:iu(E.from(e),a.schema);let{from:i}=s;vd({editor:t,from:i,to:i+e.length,text:e,rules:n,plugin:r})}),e.selectionSet||e.docChanged?null:i}},props:{handleTextInput(e,i,a,o){return vd({editor:t,from:i,to:a,text:o,rules:n,plugin:r})},handleDOMEvents:{compositionend:e=>(setTimeout(()=>{let{$cursor:i}=e.state.selection;i&&vd({editor:t,from:i.pos,to:i.pos,text:``,rules:n,plugin:r})}),!1)},handleKeyDown(e,i){if(i.key!==`Enter`)return!1;let{$cursor:a}=e.state.selection;return a?vd({editor:t,from:a.pos,to:a.pos,text:` +`,rules:n,plugin:r}):!1}},isInputRules:!0});return r}function bd(e){return Object.prototype.toString.call(e).slice(8,-1)}function xd(e){return bd(e)===`Object`?e.constructor===Object&&Object.getPrototypeOf(e)===Object.prototype:!1}function Sd(e,t){let n={...e};return xd(e)&&xd(t)&&Object.keys(t).forEach(r=>{xd(t[r])&&xd(e[r])?n[r]=Sd(e[r],t[r]):n[r]=t[r]}),n}var Cd=class{constructor(e={}){this.type=`extendable`,this.parent=null,this.child=null,this.name=``,this.config={name:this.name},this.config={...this.config,...e},this.name=this.config.name}get options(){return{...H(V(this,`addOptions`,{name:this.name}))||{}}}get storage(){return{...H(V(this,`addStorage`,{name:this.name,options:this.options}))||{}}}configure(e={}){let t=this.extend({...this.config,addOptions:()=>Sd(this.options,e)});return t.name=this.name,t.parent=this.parent,t}extend(e={}){let t=new this.constructor({...this.config,...e});return t.parent=this,this.child=t,t.name=`name`in e?e.name:t.parent.name,t}},wd=class e extends Cd{constructor(){super(...arguments),this.type=`mark`}static create(t={}){return new e(typeof t==`function`?t():t)}static handleExit({editor:e,mark:t}){let{tr:n}=e.state,r=e.state.selection.$from;if(r.pos===r.end()){let i=r.marks();if(!i.find(e=>e?.type.name===t.name))return!1;let a=i.find(e=>e?.type.name===t.name);return a&&n.removeStoredMark(a),n.insertText(` `,r.pos),e.view.dispatch(n),!0}return!1}configure(e){return super.configure(e)}extend(e){let t=typeof e==`function`?e():e;return super.extend(t)}};function Td(e){return typeof e==`number`}var Ed=class{constructor(e){this.find=e.find,this.handler=e.handler}},Dd=(e,t,n)=>{if(el(t))return[...e.matchAll(t)];let r=t(e,n);return r?r.map(t=>{let n=[t.text];return n.index=t.index,n.input=e,n.data=t.data,t.replaceWith&&(t.text.includes(t.replaceWith)||console.warn(`[tiptap warn]: "pasteRuleMatch.replaceWith" must be part of "pasteRuleMatch.text".`),n.push(t.replaceWith)),n}):[]};function Od(e){let{editor:t,state:n,from:r,to:i,rule:a,pasteEvent:o,dropEvent:s}=e,{commands:c,chain:l,can:u}=new Bc({editor:t,state:n}),d=[];return n.doc.nodesBetween(r,i,(e,t)=>{if(e.type?.spec?.code||!(e.isText||e.isTextblock||e.isInline))return;let f=e.content?.size??e.nodeSize??0,p=Math.max(r,t),m=Math.min(i,t+f);p>=m||Dd(e.isText?e.text||``:e.textBetween(p-t,m-t,void 0,``),a.find,o).forEach(e=>{if(e.index===void 0)return;let t=p+e.index+1,r=t+e[0].length,i={from:n.tr.mapping.map(t),to:n.tr.mapping.map(r)},f=a.handler({state:n,range:i,match:e,commands:c,chain:l,can:u,pasteEvent:o,dropEvent:s});d.push(f)})}),d.every(e=>e!==null)}var kd=null,Ad=e=>{var t;let n=new ClipboardEvent(`paste`,{clipboardData:new DataTransfer});return(t=n.clipboardData)==null||t.setData(`text/html`,e),n};function jd(e){let{editor:t,rules:n}=e,r=null,i=!1,a=!1,o=typeof ClipboardEvent<`u`?new ClipboardEvent(`paste`):null,s;try{s=typeof DragEvent<`u`?new DragEvent(`drop`):null}catch{s=null}let c=({state:e,from:n,to:r,rule:i,pasteEvt:a})=>{let c=e.tr;if(!(!Od({editor:t,state:zc({state:e,transaction:c}),from:Math.max(n-1,0),to:r.b-1,rule:i,pasteEvent:a,dropEvent:s})||!c.steps.length)){try{s=typeof DragEvent<`u`?new DragEvent(`drop`):null}catch{s=null}return o=typeof ClipboardEvent<`u`?new ClipboardEvent(`paste`):null,c}};return n.map(e=>new N({view(e){let n=n=>{r=e.dom.parentElement?.contains(n.target)?e.dom.parentElement:null,r&&(kd=t)},i=()=>{kd&&=null};return window.addEventListener(`dragstart`,n),window.addEventListener(`dragend`,i),{destroy(){window.removeEventListener(`dragstart`,n),window.removeEventListener(`dragend`,i)}}},props:{handleDOMEvents:{drop:(e,t)=>{if(a=r===e.dom.parentElement,s=t,!a){let e=kd;e?.isEditable&&setTimeout(()=>{let t=e.state.selection;t&&e.commands.deleteRange({from:t.from,to:t.to})},10)}return!1},paste:(e,t)=>{let n=t.clipboardData?.getData(`text/html`);return o=t,i=!!n?.includes(`data-pm-slice`),!1}}},appendTransaction:(t,n,r)=>{let s=t[0],l=s.getMeta(`uiEvent`)===`paste`&&!i,u=s.getMeta(`uiEvent`)===`drop`&&!a,d=s.getMeta(`applyPasteRules`),f=!!d;if(!l&&!u&&!f)return;if(f){let{text:t}=d;t=typeof t==`string`?t:iu(E.from(t),r.schema);let{from:n}=d,i=n+t.length,a=Ad(t);return c({rule:e,state:r,from:n,to:{b:i},pasteEvt:a})}let p=n.doc.content.findDiffStart(r.doc.content),m=n.doc.content.findDiffEnd(r.doc.content);if(!(!Td(p)||!m||p===m.b))return c({rule:e,state:r,from:p,to:m,pasteEvt:o})}}))}var Md=class{constructor(e,t){this.splittableMarks=[],this.editor=t,this.baseExtensions=e,this.extensions=yu(e),this.schema=gu(this.extensions,t),this.setupExtensions()}get commands(){return this.extensions.reduce((e,t)=>{let n=V(t,`addCommands`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:this.editor,type:Au(t.name,this.schema)});return n?{...e,...n()}:e},{})}get plugins(){let{editor:e}=this;return vu([...this.extensions].reverse()).flatMap(t=>{let n={name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:Au(t.name,this.schema)},r=[],i=V(t,`addKeyboardShortcuts`,n),a={};if(t.type===`mark`&&V(t,`exitable`,n)&&(a.ArrowRight=()=>wd.handleExit({editor:e,mark:t})),i){let t=Object.fromEntries(Object.entries(i()).map(([t,n])=>[t,()=>n({editor:e})]));a={...a,...t}}let o=Fc(a);r.push(o);let s=V(t,`addInputRules`,n);if(Lu(t,e.options.enableInputRules)&&s){let t=s();if(t&&t.length){let n=yd({editor:e,rules:t}),i=Array.isArray(n)?n:[n];r.push(...i)}}let c=V(t,`addPasteRules`,n);if(Lu(t,e.options.enablePasteRules)&&c){let t=c();if(t&&t.length){let n=jd({editor:e,rules:t});r.push(...n)}}let l=V(t,`addProseMirrorPlugins`,n);if(l){let e=l();r.push(...e)}return r})}get attributes(){return cu(this.extensions)}get nodeViews(){let{editor:e}=this,{nodeExtensions:t}=su(this.extensions);return Object.fromEntries(t.filter(e=>!!V(e,`addNodeView`)).map(t=>{let n=this.attributes.filter(e=>e.type===t.name),r=V(t,`addNodeView`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:B(t.name,this.schema)});if(!r)return[];let i=r();return i?[t.name,(r,a,o,s,c)=>i({node:r,view:a,getPos:o,decorations:s,innerDecorations:c,editor:e,extension:t,HTMLAttributes:du(r,n)})]:[]}))}dispatchTransaction(e){let{editor:t}=this;return vu([...this.extensions].reverse()).reduceRight((e,n)=>{let r={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:Au(n.name,this.schema)},i=V(n,`dispatchTransaction`,r);return i?t=>{i.call(r,{transaction:t,next:e})}:e},e)}transformPastedHTML(e){let{editor:t}=this;return vu([...this.extensions]).reduce((e,n)=>{let r={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:Au(n.name,this.schema)},i=V(n,`transformPastedHTML`,r);return i?(t,n)=>{let a=e(t,n);return i.call(r,a)}:e},e||(e=>e))}get markViews(){let{editor:e}=this,{markExtensions:t}=su(this.extensions);return Object.fromEntries(t.filter(e=>!!V(e,`addMarkView`)).map(t=>{let n=this.attributes.filter(e=>e.type===t.name),r=V(t,`addMarkView`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:al(t.name,this.schema)});return r?[t.name,(i,a,o)=>{let s=du(i,n);return r()({mark:i,view:a,inline:o,editor:e,extension:t,HTMLAttributes:s,updateAttributes:t=>{lf(i,e,t)}})}]:[]}))}setupExtensions(){let e=this.extensions;this.editor.extensionStorage=Object.fromEntries(e.map(e=>[e.name,e.storage])),e.forEach(e=>{let t={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:Au(e.name,this.schema)};e.type===`mark`&&(H(V(e,`keepOnSplit`,t))??!0)&&this.splittableMarks.push(e.name);let n=V(e,`onBeforeCreate`,t),r=V(e,`onCreate`,t),i=V(e,`onUpdate`,t),a=V(e,`onSelectionUpdate`,t),o=V(e,`onTransaction`,t),s=V(e,`onFocus`,t),c=V(e,`onBlur`,t),l=V(e,`onDestroy`,t);n&&this.editor.on(`beforeCreate`,n),r&&this.editor.on(`create`,r),i&&this.editor.on(`update`,i),a&&this.editor.on(`selectionUpdate`,a),o&&this.editor.on(`transaction`,o),s&&this.editor.on(`focus`,s),c&&this.editor.on(`blur`,c),l&&this.editor.on(`destroy`,l)})}};Md.resolve=yu,Md.sort=vu,Md.flatten=ru,Rc({},{ClipboardTextSerializer:()=>Nd,Commands:()=>Pd,Delete:()=>Fd,Drop:()=>Id,Editable:()=>Ld,FocusEvents:()=>zd,Keymap:()=>Bd,Paste:()=>Vd,Tabindex:()=>Hd,TextDirection:()=>Ud,focusEventsPluginKey:()=>Rd});var W=class e extends Cd{constructor(){super(...arguments),this.type=`extension`}static create(t={}){return new e(typeof t==`function`?t():t)}configure(e){return super.configure(e)}extend(e){let t=typeof e==`function`?e():e;return super.extend(t)}},Nd=W.create({name:`clipboardTextSerializer`,addOptions(){return{blockSeparator:void 0}},addProseMirrorPlugins(){return[new N({key:new P(`clipboardTextSerializer`),props:{clipboardTextSerializer:()=>{let{editor:e}=this,{state:t,schema:n}=e,{doc:r,selection:i}=t,{ranges:a}=i,o=Math.min(...a.map(e=>e.$from.pos)),s=Math.max(...a.map(e=>e.$to.pos)),c=Su(n);return bu(r,{from:o,to:s},{...this.options.blockSeparator===void 0?{}:{blockSeparator:this.options.blockSeparator},textSerializers:c})}}})]}}),Pd=W.create({name:`commands`,addCommands(){return{...Vc}}}),Fd=W.create({name:`delete`,onUpdate({transaction:e,appendedTransactions:t}){let n=()=>{var n;if(((n=this.editor.options.coreExtensionOptions?.delete)?.filterTransaction)?.call(n,e)??e.getMeta(`y-sync$`))return;let r=Ql(e.before,[e,...t]);Du(r).forEach(t=>{r.mapping.mapResult(t.oldRange.from).deletedAfter&&r.mapping.mapResult(t.oldRange.to).deletedBefore&&r.before.nodesBetween(t.oldRange.from,t.oldRange.to,(n,i)=>{let a=i+n.nodeSize-2,o=t.oldRange.from<=i&&a<=t.oldRange.to;this.editor.emit(`delete`,{type:`node`,node:n,from:i,to:a,newFrom:r.mapping.map(i),newTo:r.mapping.map(a),deletedRange:t.oldRange,newRange:t.newRange,partial:!o,editor:this.editor,transaction:e,combinedTransform:r})})});let i=r.mapping;r.steps.forEach((t,n)=>{if(t instanceof Jt){let a=i.slice(n).map(t.from,-1),o=i.slice(n).map(t.to),s=i.invert().map(a,-1),c=i.invert().map(o),l=a>0?r.doc.nodeAt(a-1)?.marks.some(e=>e.eq(t.mark)):!1,u=r.doc.nodeAt(o)?.marks.some(e=>e.eq(t.mark));this.editor.emit(`delete`,{type:`mark`,mark:t.mark,from:t.from,to:t.to,deletedRange:{from:s,to:c},newRange:{from:a,to:o},partial:!!(u||l),editor:this.editor,transaction:e,combinedTransform:r})}})};this.editor.options.coreExtensionOptions?.delete?.async??!0?setTimeout(n,0):n()}}),Id=W.create({name:`drop`,addProseMirrorPlugins(){return[new N({key:new P(`tiptapDrop`),props:{handleDrop:(e,t,n,r)=>{this.editor.emit(`drop`,{editor:this.editor,event:t,slice:n,moved:r})}}})]}}),Ld=W.create({name:`editable`,addProseMirrorPlugins(){return[new N({key:new P(`editable`),props:{editable:()=>this.editor.options.editable}})]}}),Rd=new P(`focusEvents`),zd=W.create({name:`focusEvents`,addProseMirrorPlugins(){let{editor:e}=this;return[new N({key:Rd,props:{handleDOMEvents:{focus:(t,n)=>{e.isFocused=!0;let r=e.state.tr.setMeta(`focus`,{event:n}).setMeta(`addToHistory`,!1);return t.dispatch(r),!1},blur:(t,n)=>{e.isFocused=!1;let r=e.state.tr.setMeta(`blur`,{event:n}).setMeta(`addToHistory`,!1);return t.dispatch(r),!1}}}})]}}),Bd=W.create({name:`keymap`,addKeyboardShortcuts(){let e=()=>this.editor.commands.first(({commands:e})=>[()=>e.undoInputRule(),()=>e.command(({tr:t})=>{let{selection:n,doc:r}=t,{empty:i,$anchor:a}=n,{pos:o,parent:s}=a,c=a.parent.isTextblock&&o>0?t.doc.resolve(o-1):a,l=c.parent.type.spec.isolating,u=a.pos-a.parentOffset,d=l&&c.parent.childCount===1?u===a.pos:A.atStart(r).from===o;return!i||!s.type.isTextblock||s.textContent.length||!d||d&&a.parent.type.name===`paragraph`?!1:e.clearNodes()}),()=>e.deleteSelection(),()=>e.joinBackward(),()=>e.selectNodeBackward()]),t=()=>this.editor.commands.first(({commands:e})=>[()=>e.deleteSelection(),()=>e.deleteCurrentNode(),()=>e.joinForward(),()=>e.selectNodeForward()]),n={Enter:()=>this.editor.commands.first(({commands:e})=>[()=>e.newlineInCode(),()=>e.createParagraphNear(),()=>e.liftEmptyBlock(),()=>e.splitBlock()]),"Mod-Enter":()=>this.editor.commands.exitCode(),Backspace:e,"Mod-Backspace":e,"Shift-Backspace":e,Delete:t,"Mod-Delete":t,"Mod-a":()=>this.editor.commands.selectAll()},r={...n},i={...n,"Ctrl-h":e,"Alt-Backspace":e,"Ctrl-d":t,"Ctrl-Alt-Backspace":t,"Alt-Delete":t,"Alt-d":t,"Ctrl-a":()=>this.editor.commands.selectTextblockStart(),"Ctrl-e":()=>this.editor.commands.selectTextblockEnd()};return fl()||jl()?i:r},addProseMirrorPlugins(){return[new N({key:new P(`clearDocument`),appendTransaction:(e,t,n)=>{if(e.some(e=>e.getMeta(`composition`)))return;let r=e.some(e=>e.docChanged)&&!t.doc.eq(n.doc),i=e.some(e=>e.getMeta(`preventClearDocument`));if(!r||i)return;let{empty:a,from:o,to:s}=t.selection,c=A.atStart(t.doc).from,l=A.atEnd(t.doc).to;if(a||!(o===c&&s===l)||!zu(n.doc))return;let u=n.tr,d=zc({state:n,transaction:u}),{commands:f}=new Bc({editor:this.editor,state:d});if(f.clearNodes(),u.steps.length)return u}})]}}),Vd=W.create({name:`paste`,addProseMirrorPlugins(){return[new N({key:new P(`tiptapPaste`),props:{handlePaste:(e,t,n)=>{this.editor.emit(`paste`,{editor:this.editor,event:t,slice:n})}}})]}}),Hd=W.create({name:`tabindex`,addProseMirrorPlugins(){return[new N({key:new P(`tabindex`),props:{attributes:()=>this.editor.isEditable?{tabindex:`0`}:{}}})]}}),Ud=W.create({name:`textDirection`,addOptions(){return{direction:void 0}},addGlobalAttributes(){if(!this.options.direction)return[];let{nodeExtensions:e}=su(this.extensions);return[{types:e.filter(e=>e.name!==`text`).map(e=>e.name),attributes:{dir:{default:this.options.direction,parseHTML:e=>{let t=e.getAttribute(`dir`);return t&&(t===`ltr`||t===`rtl`||t===`auto`)?t:this.options.direction},renderHTML:e=>e.dir?{dir:e.dir}:{}}}}]},addProseMirrorPlugins(){return[new N({key:new P(`textDirection`),props:{attributes:()=>{let e=this.options.direction;return e?{dir:e}:{}}}})]}}),Wd=class e{constructor(e,t,n=!1,r=null){this.currentNode=null,this.actualDepth=null,this.isBlock=n,this.resolvedPos=e,this.editor=t,this.currentNode=r}get name(){return this.node.type.name}get node(){return this.currentNode||this.resolvedPos.node()}get element(){return this.editor.view.domAtPos(this.pos).node}get depth(){return this.actualDepth??this.resolvedPos.depth}get pos(){return this.resolvedPos.pos}get content(){return this.node.content}set content(e){let t=this.from,n=this.to;if(this.isBlock){if(this.content.size===0){console.error(`You can\u2019t set content on a block node. Tried to set content on ${this.name} at ${this.pos}`);return}t=this.from+1,n=this.to-1}this.editor.commands.insertContentAt({from:t,to:n},e)}get attributes(){return this.node.attrs}get textContent(){return this.node.textContent}get size(){return this.node.nodeSize}get from(){return this.isBlock?this.pos:this.resolvedPos.start(this.resolvedPos.depth)}get range(){return{from:this.from,to:this.to}}get to(){return this.isBlock?this.pos+this.size:this.resolvedPos.end(this.resolvedPos.depth)+ +!this.node.isText}get parent(){if(this.depth===0)return null;let t=this.resolvedPos.start(this.resolvedPos.depth-1);return new e(this.resolvedPos.doc.resolve(t),this.editor)}get before(){let t=this.resolvedPos.doc.resolve(this.from-(this.isBlock?1:2));return t.depth!==this.depth&&(t=this.resolvedPos.doc.resolve(this.from-3)),new e(t,this.editor)}get after(){let t=this.resolvedPos.doc.resolve(this.to+(this.isBlock?2:1));return t.depth!==this.depth&&(t=this.resolvedPos.doc.resolve(this.to+3)),new e(t,this.editor)}get children(){let t=[];return this.node.content.forEach((n,r)=>{let i=n.isBlock&&!n.isTextblock,a=n.isAtom&&!n.isText,o=n.isInline,s=this.pos+r+ +!a;if(s<0||s>this.resolvedPos.doc.nodeSize-2)return;let c=this.resolvedPos.doc.resolve(s);if(!i&&!o&&c.depth<=this.depth)return;let l=new e(c,this.editor,i,i||o?n:null);i&&(l.actualDepth=this.depth+1),t.push(l)}),t}get firstChild(){return this.children[0]||null}get lastChild(){let e=this.children;return e[e.length-1]||null}closest(e,t={}){let n=null,r=this.parent;for(;r&&!n;){if(r.node.type.name===e)if(Object.keys(t).length>0){let e=r.node.attrs,n=Object.keys(t);for(let r=0;r{n&&r.length>0||(a.node.type.name===e&&i.every(e=>t[e]===a.node.attrs[e])&&r.push(a),!(n&&r.length>0)&&(r=r.concat(a.querySelectorAll(e,t,n))))}),r}setAttribute(e){let{tr:t}=this.editor.state;t.setNodeMarkup(this.from,void 0,{...this.node.attrs,...e}),this.editor.view.dispatch(t)}},Gd=`.ProseMirror { + position: relative; +} + +.ProseMirror { + word-wrap: break-word; + white-space: pre-wrap; + white-space: break-spaces; + -webkit-font-variant-ligatures: none; + font-variant-ligatures: none; + font-feature-settings: "liga" 0; /* the above doesn't seem to work in Edge */ +} + +.ProseMirror [contenteditable="false"] { + white-space: normal; +} + +.ProseMirror [contenteditable="false"] [contenteditable="true"] { + white-space: pre-wrap; +} + +.ProseMirror pre { + white-space: pre-wrap; +} + +img.ProseMirror-separator { + display: inline !important; + border: none !important; + margin: 0 !important; + width: 0 !important; + height: 0 !important; +} + +.ProseMirror-gapcursor { + display: none; + pointer-events: none; + position: absolute; + margin: 0; +} + +.ProseMirror-gapcursor:after { + content: ""; + display: block; + position: absolute; + top: -2px; + width: 20px; + border-top: 1px solid black; + animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite; +} + +@keyframes ProseMirror-cursor-blink { + to { + visibility: hidden; + } +} + +.ProseMirror-hideselection *::selection { + background: transparent; +} + +.ProseMirror-hideselection *::-moz-selection { + background: transparent; +} + +.ProseMirror-hideselection * { + caret-color: transparent; +} + +.ProseMirror-focused .ProseMirror-gapcursor { + display: block; +}`;function Kd(e,t,n){let r=document.querySelector(`style[data-tiptap-style${n?`-${n}`:``}]`);if(r!==null)return r;let i=document.createElement(`style`);return t&&i.setAttribute(`nonce`,t),i.setAttribute(`data-tiptap-style${n?`-${n}`:``}`,``),i.innerHTML=e,document.getElementsByTagName(`head`)[0].appendChild(i),i}var qd=class extends hd{constructor(e={}){super(),this.css=null,this.className=`tiptap`,this.editorView=null,this.isFocused=!1,this.isInitialized=!1,this.extensionStorage={},this.instanceId=Math.random().toString(36).slice(2,9),this.options={element:typeof document<`u`?document.createElement(`div`):null,content:``,injectCSS:!0,injectNonce:void 0,extensions:[],autofocus:!1,editable:!0,textDirection:void 0,editorProps:{},parseOptions:{},coreExtensionOptions:{},enableInputRules:!0,enablePasteRules:!0,enableCoreExtensions:!0,enableContentCheck:!1,emitContentError:!1,onBeforeCreate:()=>null,onCreate:()=>null,onMount:()=>null,onUnmount:()=>null,onUpdate:()=>null,onSelectionUpdate:()=>null,onTransaction:()=>null,onFocus:()=>null,onBlur:()=>null,onDestroy:()=>null,onContentError:({error:e})=>{throw e},onPaste:()=>null,onDrop:()=>null,onDelete:()=>null,enableExtensionDispatchTransaction:!0},this.isCapturingTransaction=!1,this.capturedTransaction=null,this.utils={getUpdatedPosition:Hu,createMappablePosition:Uu},this.setOptions(e),this.createExtensionManager(),this.createCommandManager(),this.createSchema(),this.on(`beforeCreate`,this.options.onBeforeCreate),this.emit(`beforeCreate`,{editor:this}),this.on(`mount`,this.options.onMount),this.on(`unmount`,this.options.onUnmount),this.on(`contentError`,this.options.onContentError),this.on(`create`,this.options.onCreate),this.on(`update`,this.options.onUpdate),this.on(`selectionUpdate`,this.options.onSelectionUpdate),this.on(`transaction`,this.options.onTransaction),this.on(`focus`,this.options.onFocus),this.on(`blur`,this.options.onBlur),this.on(`destroy`,this.options.onDestroy),this.on(`drop`,({event:e,slice:t,moved:n})=>this.options.onDrop(e,t,n)),this.on(`paste`,({event:e,slice:t})=>this.options.onPaste(e,t)),this.on(`delete`,this.options.onDelete);let t=this.createDoc(),n=ul(t,this.options.autofocus);this.editorState=lr.create({doc:t,schema:this.schema,selection:n||void 0}),this.options.element&&this.mount(this.options.element)}mount(e){if(typeof document>`u`)throw Error(`[tiptap error]: The editor cannot be mounted because there is no 'document' defined in this environment.`);this.createView(e),this.emit(`mount`,{editor:this}),this.css&&!document.head.contains(this.css)&&document.head.appendChild(this.css),window.setTimeout(()=>{this.isDestroyed||(this.options.autofocus!==!1&&this.options.autofocus!==null&&this.commands.focus(this.options.autofocus),this.emit(`create`,{editor:this}),this.isInitialized=!0)},0)}unmount(){if(this.editorView){let e=this.editorView.dom;e?.editor&&delete e.editor,this.editorView.destroy()}if(this.editorView=null,this.isInitialized=!1,this.css&&!document.querySelectorAll(`.${this.className}`).length)try{typeof this.css.remove==`function`?this.css.remove():this.css.parentNode&&this.css.parentNode.removeChild(this.css)}catch(e){console.warn(`Failed to remove CSS element:`,e)}this.css=null,this.emit(`unmount`,{editor:this})}get storage(){return this.extensionStorage}get commands(){return this.commandManager.commands}chain(){return this.commandManager.chain()}can(){return this.commandManager.can()}injectCSS(){this.options.injectCSS&&typeof document<`u`&&(this.css=Kd(Gd,this.options.injectNonce))}setOptions(e={}){this.options={...this.options,...e},!(!this.editorView||!this.state||this.isDestroyed)&&(this.options.editorProps&&this.view.setProps(this.options.editorProps),this.view.updateState(this.state))}setEditable(e,t=!0){this.setOptions({editable:e}),t&&this.emit(`update`,{editor:this,transaction:this.state.tr,appendedTransactions:[]})}get isEditable(){return this.options.editable&&this.view&&this.view.editable}get view(){return this.editorView?this.editorView:new Proxy({state:this.editorState,updateState:e=>{this.editorState=e},dispatch:e=>{this.dispatchTransaction(e)},composing:!1,dragging:null,editable:!0,isDestroyed:!1},{get:(e,t)=>{if(this.editorView)return this.editorView[t];if(t===`state`)return this.editorState;if(t in e)return Reflect.get(e,t);throw Error(`[tiptap error]: The editor view is not available. Cannot access view['${t}']. The editor may not be mounted yet.`)}})}get state(){return this.editorView&&(this.editorState=this.view.state),this.editorState}registerPlugin(e,t){let n=au(t)?t(e,[...this.state.plugins]):[...this.state.plugins,e],r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}unregisterPlugin(e){if(this.isDestroyed)return;let t=this.state.plugins,n=t;if([].concat(e).forEach(e=>{let t=typeof e==`string`?`${e}$`:e.key;n=n.filter(e=>!e.key.startsWith(t))}),t.length===n.length)return;let r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}createExtensionManager(){this.extensionManager=new Md([...this.options.enableCoreExtensions?[Ld,Nd.configure({blockSeparator:this.options.coreExtensionOptions?.clipboardTextSerializer?.blockSeparator}),Pd,zd,Bd,Hd,Id,Vd,Fd,Ud.configure({direction:this.options.textDirection})].filter(e=>typeof this.options.enableCoreExtensions==`object`?this.options.enableCoreExtensions[e.name]!==!1:!0):[],...this.options.extensions].filter(e=>[`extension`,`node`,`mark`].includes(e?.type)),this)}createCommandManager(){this.commandManager=new Bc({editor:this})}createSchema(){this.schema=this.extensionManager.schema}createDoc(){let e;try{e=Yl(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:this.options.enableContentCheck})}catch(t){if(!(t instanceof Error)||![`[tiptap error]: Invalid JSON content`,`[tiptap error]: Invalid HTML content`].includes(t.message))throw t;this.emit(`contentError`,{editor:this,error:t,disableCollaboration:()=>{`collaboration`in this.storage&&typeof this.storage.collaboration==`object`&&this.storage.collaboration&&(this.storage.collaboration.isDisabled=!0),this.options.extensions=this.options.extensions.filter(e=>e.name!==`collaboration`),this.createExtensionManager()}}),e=Yl(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:!1})}return e}createView(e){let{editorProps:t,enableExtensionDispatchTransaction:n}=this.options,r=t.dispatchTransaction||this.dispatchTransaction.bind(this),i=n?this.extensionManager.dispatchTransaction(r):r,a=t.transformPastedHTML,o=this.extensionManager.transformPastedHTML(a);this.editorView=new hc(e,{...t,attributes:{role:`textbox`,...t?.attributes},dispatchTransaction:i,transformPastedHTML:o,state:this.editorState,markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews});let s=this.state.reconfigure({plugins:this.extensionManager.plugins});this.view.updateState(s),this.prependClass(),this.injectCSS();let c=this.view.dom;c.editor=this}createNodeViews(){this.view.isDestroyed||this.view.setProps({markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews})}prependClass(){this.view.dom.className=`${this.className} ${this.view.dom.className}`}captureTransaction(e){this.isCapturingTransaction=!0,e(),this.isCapturingTransaction=!1;let t=this.capturedTransaction;return this.capturedTransaction=null,t}dispatchTransaction(e){if(this.view.isDestroyed)return;if(this.isCapturingTransaction){if(!this.capturedTransaction){this.capturedTransaction=e;return}e.steps.forEach(e=>this.capturedTransaction?.step(e));return}let{state:t,transactions:n}=this.state.applyTransaction(e),r=!this.state.selection.eq(t.selection),i=n.includes(e),a=this.state;if(this.emit(`beforeTransaction`,{editor:this,transaction:e,nextState:t}),!i)return;this.view.updateState(t),this.emit(`transaction`,{editor:this,transaction:e,appendedTransactions:n.slice(1)}),r&&this.emit(`selectionUpdate`,{editor:this,transaction:e});let o=n.findLast(e=>e.getMeta(`focus`)||e.getMeta(`blur`)),s=o?.getMeta(`focus`),c=o?.getMeta(`blur`);s&&this.emit(`focus`,{editor:this,event:s.event,transaction:o}),c&&this.emit(`blur`,{editor:this,event:c.event,transaction:o}),!(e.getMeta(`preventUpdate`)||!n.some(e=>e.docChanged)||a.doc.eq(t.doc))&&this.emit(`update`,{editor:this,transaction:e,appendedTransactions:n.slice(1)})}getAttributes(e){return wu(this.state,e)}isActive(e,t){let n=typeof e==`string`?e:null,r=typeof e==`string`?t:e;return Pu(this.state,n,r)}getJSON(){return this.state.doc.toJSON()}getHTML(){return iu(this.state.doc.content,this.schema)}getText(e){let{blockSeparator:t=` + +`,textSerializers:n={}}=e||{};return xu(this.state.doc,{blockSeparator:t,textSerializers:{...Su(this.schema),...n}})}get isEmpty(){return zu(this.state.doc)}destroy(){this.emit(`destroy`),this.unmount(),this.removeAllListeners()}get isDestroyed(){return this.editorView?.isDestroyed??!0}$node(e,t){return this.$doc?.querySelector(e,t)||null}$nodes(e,t){return this.$doc?.querySelectorAll(e,t)||null}$pos(e){return new Wd(this.state.doc.resolve(e),this)}get $doc(){return this.$pos(0)}};function Jd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r})=>{let i=H(e.getAttributes,void 0,r);if(i===!1||i===null)return null;let{tr:a}=t,o=r[r.length-1],s=r[0];if(o){let r=s.search(/\S/),c=n.from+s.indexOf(o),l=c+o.length;if(Ou(n.from,n.to,t.doc).filter(t=>t.mark.type.excluded.find(n=>n===e.type&&n!==t.mark.type)).filter(e=>e.to>c).length)return null;ln.from&&a.delete(n.from+r,c);let u=n.from+r+o.length;a.addMark(n.from+r,u,e.type.create(i||{})),a.removeStoredMark(e.type)}},undoable:e.undoable})}function Yd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r})=>{let i=H(e.getAttributes,void 0,r)||{},{tr:a}=t,o=n.from,s=n.to,c=e.type.create(i);if(r[1]){let e=o+r[0].lastIndexOf(r[1]);e>s?e=s:s=e+r[1].length;let t=r[0][r[0].length-1];a.insertText(t,o+r[0].length-1),a.replaceWith(e,s,c)}else if(r[0]){let t=e.type.isInline?o:o-1;a.insert(t,e.type.create(i)).delete(a.mapping.map(o),a.mapping.map(s))}a.scrollIntoView()},undoable:e.undoable})}function Xd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r})=>{let i=t.doc.resolve(n.from),a=H(e.getAttributes,void 0,r)||{};if(!i.node(-1).canReplaceWith(i.index(-1),i.indexAfter(-1),e.type))return null;t.tr.delete(n.from,n.to).setBlockType(n.from,n.from,e.type,a)},undoable:e.undoable})}function Zd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r,chain:i})=>{let a=H(e.getAttributes,void 0,r)||{},o=t.tr.delete(n.from,n.to),s=o.doc.resolve(n.from).blockRange(),c=s&&sn(s,e.type,a);if(!c)return null;if(o.wrap(s,c),e.keepMarks&&e.editor){let{selection:n,storedMarks:r}=t,{splittableMarks:i}=e.editor.extensionManager,a=r||n.$to.parentOffset&&n.$from.marks();if(a){let e=a.filter(e=>i.includes(e.type.name));o.ensureMarks(e)}}if(e.keepAttributes){let t=e.type.name===`bulletList`||e.type.name===`orderedList`?`listItem`:`taskList`;i().updateAttributes(t,a).run()}let l=o.doc.resolve(n.from-1).nodeBefore;l&&l.type===e.type&&yn(o.doc,n.from-1)&&(!e.joinPredicate||e.joinPredicate(r,l))&&o.join(n.from-1)},undoable:e.undoable})}function Qd(e,t){let{selection:n}=e,{$from:r}=n;if(n instanceof M){let e=r.index();return r.parent.canReplaceWith(e,e+1,t)}let i=r.depth;for(;i>=0;){let e=r.index(i);if(r.node(i).contentMatchAt(e).matchType(t))return!0;--i}return!1}Rc({},{createAtomBlockMarkdownSpec:()=>tf,createBlockMarkdownSpec:()=>nf,createInlineMarkdownSpec:()=>of,parseAttributes:()=>$d,parseIndentedBlocks:()=>sf,renderNestedMarkdownContent:()=>cf,serializeAttributes:()=>ef});function $d(e){if(!e?.trim())return{};let t={},n=[],r=e.replace(/["']([^"']*)["']/g,e=>(n.push(e),`__QUOTED_${n.length-1}__`)),i=r.match(/(?:^|\s)\.([a-zA-Z][\w-]*)/g);i&&(t.class=i.map(e=>e.trim().slice(1)).join(` `));let a=r.match(/(?:^|\s)#([a-zA-Z][\w-]*)/);a&&(t.id=a[1]),Array.from(r.matchAll(/([a-zA-Z][\w-]*)\s*=\s*(__QUOTED_\d+__)/g)).forEach(([,e,r])=>{let i=n[parseInt(r.match(/__QUOTED_(\d+)__/)?.[1]||`0`,10)];i&&(t[e]=i.slice(1,-1))});let o=r.replace(/(?:^|\s)\.([a-zA-Z][\w-]*)/g,``).replace(/(?:^|\s)#([a-zA-Z][\w-]*)/g,``).replace(/([a-zA-Z][\w-]*)\s*=\s*__QUOTED_\d+__/g,``).trim();return o&&o.split(/\s+/).filter(Boolean).forEach(e=>{e.match(/^[a-zA-Z][\w-]*$/)&&(t[e]=!0)}),t}function ef(e){if(!e||Object.keys(e).length===0)return``;let t=[];return e.class&&String(e.class).split(/\s+/).filter(Boolean).forEach(e=>t.push(`.${e}`)),e.id&&t.push(`#${e.id}`),Object.entries(e).forEach(([e,n])=>{e===`class`||e===`id`||(n===!0?t.push(e):n!==!1&&n!=null&&t.push(`${e}="${String(n)}"`))}),t.join(` `)}function tf(e){let{nodeName:t,name:n,parseAttributes:r=$d,serializeAttributes:i=ef,defaultAttributes:a={},requiredAttributes:o=[],allowedAttributes:s}=e,c=n||t,l=e=>{if(!s)return e;let t={};return s.forEach(n=>{n in e&&(t[n]=e[n])}),t};return{parseMarkdown:(e,n)=>{let r={...a,...e.attributes};return n.createNode(t,r,[])},markdownTokenizer:{name:t,level:`block`,start(e){let t=RegExp(`^:::${c}(?:\\s|$)`,`m`),n=e.match(t)?.index;return n===void 0?-1:n},tokenize(e,n,i){let a=RegExp(`^:::${c}(?:\\s+\\{([^}]*)\\})?\\s*:::(?:\\n|$)`),s=e.match(a);if(!s)return;let l=r(s[1]||``);if(!o.find(e=>!(e in l)))return{type:t,raw:s[0],attributes:l}}},renderMarkdown:e=>{let t=i(l(e.attrs||{}));return`:::${c}${t?` {${t}}`:``} :::`}}}function nf(e){let{nodeName:t,name:n,getContent:r,parseAttributes:i=$d,serializeAttributes:a=ef,defaultAttributes:o={},content:s=`block`,allowedAttributes:c}=e,l=n||t,u=e=>{if(!c)return e;let t={};return c.forEach(n=>{n in e&&(t[n]=e[n])}),t};return{parseMarkdown:(e,n)=>{let i;if(r){let t=r(e);i=typeof t==`string`?[{type:`text`,text:t}]:t}else i=s===`block`?n.parseChildren(e.tokens||[]):n.parseInline(e.tokens||[]);let a={...o,...e.attributes};return n.createNode(t,a,i)},markdownTokenizer:{name:t,level:`block`,start(e){let t=RegExp(`^:::${l}`,`m`),n=e.match(t)?.index;return n===void 0?-1:n},tokenize(e,n,r){let a=RegExp(`^:::${l}(?:\\s+\\{([^}]*)\\})?\\s*\\n`),o=e.match(a);if(!o)return;let[c,u=``]=o,d=i(u),f=1,p=c.length,m=``,h=/^:::([\w-]*)(\s.*)?/gm,g=e.slice(p);for(h.lastIndex=0;;){let n=h.exec(g);if(n===null)break;let i=n.index,a=n[1];if(!n[2]?.endsWith(`:::`)){if(a)f+=1;else if(--f,f===0){let a=g.slice(0,i);m=a.trim();let o=e.slice(0,p+i+n[0].length),c=[];if(m)if(s===`block`)for(c=r.blockTokens(a),c.forEach(e=>{e.text&&(!e.tokens||e.tokens.length===0)&&(e.tokens=r.inlineTokens(e.text))});c.length>0;){let e=c[c.length-1];if(e.type===`paragraph`&&(!e.text||e.text.trim()===``))c.pop();else break}else c=r.inlineTokens(m);return{type:t,raw:o,attributes:d,content:m,tokens:c}}}}}},renderMarkdown:(e,t)=>{let n=a(u(e.attrs||{}));return`:::${l}${n?` {${n}}`:``} + +${t.renderChildren(e.content||[],` + +`)} + +:::`}}}function rf(e){if(!e.trim())return{};let t={},n=/(\w+)=(?:"([^"]*)"|'([^']*)')/g,r=n.exec(e);for(;r!==null;){let[,i,a,o]=r;t[i]=a||o,r=n.exec(e)}return t}function af(e){return Object.entries(e).filter(([,e])=>e!=null).map(([e,t])=>`${e}="${t}"`).join(` `)}function of(e){let{nodeName:t,name:n,getContent:r,parseAttributes:i=rf,serializeAttributes:a=af,defaultAttributes:o={},selfClosing:s=!1,allowedAttributes:c}=e,l=n||t,u=e=>{if(!c)return e;let t={};return c.forEach(n=>{let r=typeof n==`string`?n:n.name,i=typeof n==`string`?void 0:n.skipIfDefault;if(r in e){let n=e[r];if(i!==void 0&&n===i)return;t[r]=n}}),t},d=l.replace(/[.*+?^${}()|[\]\\]/g,`\\$&`);return{parseMarkdown:(e,n)=>{let i={...o,...e.attributes};if(s)return n.createNode(t,i);let a=r?r(e):e.content||``;return a?n.createNode(t,i,[n.createTextNode(a)]):n.createNode(t,i,[])},markdownTokenizer:{name:t,level:`inline`,start(e){let t=RegExp(s?`\\[${d}\\s*[^\\]]*\\]`:`\\[${d}\\s*[^\\]]*\\][\\s\\S]*?\\[\\/${d}\\]`),n=e.match(t)?.index;return n===void 0?-1:n},tokenize(e,n,r){let a=RegExp(s?`^\\[${d}\\s*([^\\]]*)\\]`:`^\\[${d}\\s*([^\\]]*)\\]([\\s\\S]*?)\\[\\/${d}\\]`),o=e.match(a);if(!o)return;let c=``,l=``;if(s){let[,e]=o;l=e}else{let[,e,t]=o;l=e,c=t||``}let u=i(l.trim());return{type:t,raw:o[0],content:c.trim(),attributes:u}}},renderMarkdown:e=>{let t=``;r?t=r(e):e.content&&e.content.length>0&&(t=e.content.filter(e=>e.type===`text`).map(e=>e.text).join(``));let n=a(u(e.attrs||{})),i=n?` ${n}`:``;return s?`[${l}${i}]`:`[${l}${i}]${t}[/${l}]`}}}function sf(e,t,n){let r=e.split(` +`),i=[],a=``,o=0,s=t.baseIndentSize||2;for(;o0)break;if(e.trim()===``){o+=1,a=`${a}${e} +`;continue}else return}let l=t.extractItemData(c),{indentLevel:u,mainContent:d}=l;a=`${a}${e} +`;let f=[d];for(o+=1;oe.trim()!==``);if(t===-1)break;if((r[o+1+t].match(/^(\s*)/)?.[1]?.length||0)>u){f.push(e),a=`${a}${e} +`,o+=1;continue}else break}if((e.match(/^(\s*)/)?.[1]?.length||0)>u)f.push(e),a=`${a}${e} +`,o+=1;else break}let p,m=f.slice(1);if(m.length>0){let e=m.map(e=>e.slice(u+s)).join(` +`);e.trim()&&(p=t.customNestedParser?t.customNestedParser(e):n.blockTokens(e))}let h=t.createToken(l,p);i.push(h)}if(i.length!==0)return{items:i,raw:a}}function cf(e,t,n,r){if(!e||!Array.isArray(e.content))return``;let i=typeof n==`function`?n(r):n,[a,...o]=e.content,s=`${i}${t.renderChildren([a])}`;return o&&o.length>0&&o.forEach((e,n)=>{let r=t.renderChild?.call(t,e,n+1)??t.renderChildren([e]);if(r!=null){let n=r.split(` +`).map(e=>e?t.indent(e):t.indent(``)).join(` +`);s+=e.type===`paragraph`?` + +${n}`:` +${n}`}}),s}function lf(e,t,n={}){let{state:r}=t,{doc:i,tr:a}=r,o=e;i.descendants((t,r)=>{let i=a.mapping.map(r),s=a.mapping.map(r)+t.nodeSize,c=null;if(t.marks.forEach(e=>{if(e!==o)return!1;c=e}),!c)return;let l=!1;if(Object.keys(n).forEach(e=>{n[e]!==c.attrs[e]&&(l=!0)}),l){let t=e.type.create({...e.attrs,...n});a.removeMark(i,s,e.type),a.addMark(i,s,t)}}),a.docChanged&&t.view.dispatch(a)}var G=class e extends Cd{constructor(){super(...arguments),this.type=`node`}static create(t={}){return new e(typeof t==`function`?t():t)}configure(e){return super.configure(e)}extend(e){let t=typeof e==`function`?e():e;return super.extend(t)}};function uf(e){return new Ed({find:e.find,handler:({state:t,range:n,match:r,pasteEvent:i})=>{let a=H(e.getAttributes,void 0,r,i);if(a===!1||a===null)return null;let{tr:o}=t,s=r[r.length-1],c=r[0],l=n.to;if(s){let i=c.search(/\S/),u=n.from+c.indexOf(s),d=u+s.length;if(Ou(n.from,n.to,t.doc).filter(t=>t.mark.type.excluded.find(n=>n===e.type&&n!==t.mark.type)).filter(e=>e.to>u).length)return null;dn.from&&o.delete(n.from+i,u),l=n.from+i+s.length,o.addMark(n.from+i,l,e.type.create(a||{})),r.index!==void 0&&r.input!==void 0&&r.index+r[0].length>=r.input.length||o.removeStoredMark(e.type)}}})}function df(e){return o((t,n)=>({get(){return t(),e},set(t){e=t,requestAnimationFrame(()=>{requestAnimationFrame(()=>{n()})})}}))}var ff=class extends qd{constructor(e={}){return super(e),this.contentComponent=null,this.appContext=null,this.reactiveState=df(this.view.state),this.reactiveExtensionStorage=df(this.extensionStorage),this.on(`beforeTransaction`,({nextState:e})=>{this.reactiveState.value=e,this.reactiveExtensionStorage.value=this.extensionStorage}),r(this)}get state(){return this.reactiveState?this.reactiveState.value:this.view.state}get storage(){return this.reactiveExtensionStorage?this.reactiveExtensionStorage.value:super.storage}registerPlugin(e,t){let n=super.registerPlugin(e,t);return this.reactiveState&&(this.reactiveState.value=n),n}unregisterPlugin(e){let t=super.unregisterPlugin(e);return this.reactiveState&&t&&(this.reactiveState.value=t),t}},pf=h({name:`EditorContent`,props:{editor:{default:null,type:Object}},setup(t){let n=i(),r=u();return e(()=>{let e=t.editor;e&&e.options.element&&n.value&&ie(()=>{if(!n.value||!e.view.dom?.parentNode)return;let t=l(n.value);n.value.append(...e.view.dom.parentNode.childNodes),e.contentComponent=r.ctx._,r&&(e.appContext={...r.appContext,provides:r.provides}),e.setOptions({element:t}),e.createNodeViews()})}),c(()=>{let e=t.editor;e&&(e.contentComponent=null,e.appContext=null)}),{rootEl:n}},render(){return re(`div`,{ref:e=>{this.rootEl=e}})}});h({name:`NodeViewContent`,props:{as:{type:String,default:`div`}},render(){return re(this.as,{style:{whiteSpace:`pre-wrap`},"data-node-view-content":``})}}),h({name:`NodeViewWrapper`,props:{as:{type:String,default:`div`}},inject:[`onDragStart`,`decorationClasses`],render(){var e;return re(this.as,{class:this.decorationClasses,style:{whiteSpace:`normal`},"data-node-view-wrapper":``,onDragstart:this.onDragStart},(e=this.$slots).default?.call(e))}});var mf=(e={})=>{let n=ae();return t(()=>{n.value=new ff(e)}),c(()=>{var e,t;let r=n.value?.view.dom?.parentNode,i=r?.cloneNode(!0);(e=r?.parentNode)==null||e.replaceChild(i,r),(t=n.value)==null||t.destroy()}),n};h({name:`MarkViewContent`,props:{as:{type:String,default:`span`}},render(){return re(this.as,{style:{whiteSpace:`inherit`},"data-mark-view-content":``})}});var hf=(e,t)=>{if(e===`slot`)return 0;if(e instanceof Function)return e(t);let{children:n,...r}=t??{};if(e===`svg`)throw Error(`SVG elements are not supported in the JSX syntax, use the array syntax instead`);return[e,r,n]},gf=/^\s*>\s$/,_f=G.create({name:`blockquote`,addOptions(){return{HTMLAttributes:{}}},content:`block+`,group:`block`,defining:!0,parseHTML(){return[{tag:`blockquote`}]},renderHTML({HTMLAttributes:e}){return hf(`blockquote`,{...U(this.options.HTMLAttributes,e),children:hf(`slot`,{})})},parseMarkdown:(e,t)=>{let n=t.parseBlockChildren??t.parseChildren;return t.createNode(`blockquote`,void 0,n(e.tokens||[]))},renderMarkdown:(e,t)=>{if(!e.content)return``;let n=[];return e.content.forEach((e,r)=>{let i=(t.renderChild?.call(t,e,r)??t.renderChildren([e])).split(` +`).map(e=>e.trim()===``?`>`:`> ${e}`);n.push(i.join(` +`))}),n.join(` +> +`)},addCommands(){return{setBlockquote:()=>({commands:e})=>e.wrapIn(this.name),toggleBlockquote:()=>({commands:e})=>e.toggleWrap(this.name),unsetBlockquote:()=>({commands:e})=>e.lift(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-b":()=>this.editor.commands.toggleBlockquote()}},addInputRules(){return[Zd({find:gf,type:this.type})]}}),vf=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/,yf=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))/g,bf=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))$/,xf=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))/g,Sf=wd.create({name:`bold`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`strong`},{tag:`b`,getAttrs:e=>e.style.fontWeight!==`normal`&&null},{style:`font-weight=400`,clearMark:e=>e.type.name===this.name},{style:`font-weight`,getAttrs:e=>/^(bold(er)?|[5-9]\d{2,})$/.test(e)&&null}]},renderHTML({HTMLAttributes:e}){return hf(`strong`,{...U(this.options.HTMLAttributes,e),children:hf(`slot`,{})})},markdownTokenName:`strong`,parseMarkdown:(e,t)=>t.applyMark(`bold`,t.parseInline(e.tokens||[])),markdownOptions:{htmlReopen:{open:``,close:``}},renderMarkdown:(e,t)=>`**${t.renderChildren(e)}**`,addCommands(){return{setBold:()=>({commands:e})=>e.setMark(this.name),toggleBold:()=>({commands:e})=>e.toggleMark(this.name),unsetBold:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-b":()=>this.editor.commands.toggleBold(),"Mod-B":()=>this.editor.commands.toggleBold()}},addInputRules(){return[Jd({find:vf,type:this.type}),Jd({find:bf,type:this.type})]},addPasteRules(){return[uf({find:yf,type:this.type}),uf({find:xf,type:this.type})]}}),Cf=/(^|[^`])`([^`]+)`(?!`)$/,wf=/(^|[^`])`([^`]+)`(?!`)/g,Tf=wd.create({name:`code`,addOptions(){return{HTMLAttributes:{}}},excludes:`_`,code:!0,exitable:!0,parseHTML(){return[{tag:`code`}]},renderHTML({HTMLAttributes:e}){return[`code`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`codespan`,parseMarkdown:(e,t)=>t.applyMark(`code`,[{type:`text`,text:e.text||``}]),renderMarkdown:(e,t)=>e.content?`\`${t.renderChildren(e.content)}\``:``,addCommands(){return{setCode:()=>({commands:e})=>e.setMark(this.name),toggleCode:()=>({commands:e})=>e.toggleMark(this.name),unsetCode:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-e":()=>this.editor.commands.toggleCode()}},addInputRules(){return[Jd({find:Cf,type:this.type})]},addPasteRules(){return[uf({find:wf,type:this.type})]}}),Ef=4,Df=/^```([a-z]+)?[\s\n]$/,Of=/^~~~([a-z]+)?[\s\n]$/,kf=G.create({name:`codeBlock`,addOptions(){return{languageClassPrefix:`language-`,exitOnTripleEnter:!0,exitOnArrowDown:!0,defaultLanguage:null,enableTabIndentation:!1,tabSize:Ef,HTMLAttributes:{}}},content:`text*`,marks:``,group:`block`,code:!0,defining:!0,addAttributes(){return{language:{default:this.options.defaultLanguage,parseHTML:e=>{let{languageClassPrefix:t}=this.options;return t&&[...e.firstElementChild?.classList||[]].filter(e=>e.startsWith(t)).map(e=>e.replace(t,``))[0]||null},rendered:!1}}},parseHTML(){return[{tag:`pre`,preserveWhitespace:`full`}]},renderHTML({node:e,HTMLAttributes:t}){return[`pre`,U(this.options.HTMLAttributes,t),[`code`,{class:e.attrs.language?this.options.languageClassPrefix+e.attrs.language:null},0]]},markdownTokenName:`code`,parseMarkdown:(e,t)=>e.raw?.startsWith("```")===!1&&e.raw?.startsWith(`~~~`)===!1&&e.codeBlockStyle!==`indented`?[]:t.createNode(`codeBlock`,{language:e.lang||null},e.text?[t.createTextNode(e.text)]:[]),renderMarkdown:(e,t)=>{let n=``,r=e.attrs?.language||``;return n=e.content?[`\`\`\`${r}`,t.renderChildren(e.content),"```"].join(` +`):`\`\`\`${r} + +\`\`\``,n},addCommands(){return{setCodeBlock:e=>({commands:t})=>t.setNode(this.name,e),toggleCodeBlock:e=>({commands:t})=>t.toggleNode(this.name,`paragraph`,e)}},addKeyboardShortcuts(){return{"Mod-Alt-c":()=>this.editor.commands.toggleCodeBlock(),Backspace:()=>{let{empty:e,$anchor:t}=this.editor.state.selection,n=t.pos===1;return!e||t.parent.type.name!==this.name?!1:n||!t.parent.textContent.length?this.editor.commands.clearNodes():!1},Tab:({editor:e})=>{if(!this.options.enableTabIndentation)return!1;let t=this.options.tabSize??Ef,{state:n}=e,{selection:r}=n,{$from:i,empty:a}=r;if(i.parent.type!==this.type)return!1;let o=` `.repeat(t);return a?e.commands.insertContent(o):e.commands.command(({tr:e})=>{let{from:t,to:i}=r,a=n.doc.textBetween(t,i,` +`,` +`).split(` +`).map(e=>o+e).join(` +`);return e.replaceWith(t,i,n.schema.text(a)),!0})},"Shift-Tab":({editor:e})=>{if(!this.options.enableTabIndentation)return!1;let t=this.options.tabSize??Ef,{state:n}=e,{selection:r}=n,{$from:i,empty:a}=r;return i.parent.type===this.type?a?e.commands.command(({tr:e})=>{let{pos:r}=i,a=i.start(),o=i.end(),s=n.doc.textBetween(a,o,` +`,` +`).split(` +`),c=0,l=0,u=r-a;for(let e=0;e=u){c=e;break}l+=s[e].length+1}let d=s[c].match(/^ */)?.[0]||``,f=Math.min(d.length,t);if(f===0)return!0;let p=a;for(let e=0;e{let{from:i,to:a}=r,o=n.doc.textBetween(i,a,` +`,` +`).split(` +`).map(e=>{let n=e.match(/^ */)?.[0]||``,r=Math.min(n.length,t);return e.slice(r)}).join(` +`);return e.replaceWith(i,a,n.schema.text(o)),!0}):!1},Enter:({editor:e})=>{if(!this.options.exitOnTripleEnter)return!1;let{state:t}=e,{selection:n}=t,{$from:r,empty:i}=n;if(!i||r.parent.type!==this.type)return!1;let a=r.parentOffset===r.parent.nodeSize-2,o=r.parent.textContent.endsWith(` + +`);return!a||!o?!1:e.chain().command(({tr:e})=>(e.delete(r.pos-2,r.pos),!0)).exitCode().run()},ArrowDown:({editor:e})=>{if(!this.options.exitOnArrowDown)return!1;let{state:t}=e,{selection:n,doc:r}=t,{$from:i,empty:a}=n;if(!a||i.parent.type!==this.type||i.parentOffset!==i.parent.nodeSize-2)return!1;let o=i.after();return o===void 0?!1:r.nodeAt(o)?e.commands.command(({tr:e})=>(e.setSelection(A.near(r.resolve(o))),!0)):e.commands.exitCode()}}},addInputRules(){return[Xd({find:Df,type:this.type,getAttributes:e=>({language:e[1]})}),Xd({find:Of,type:this.type,getAttributes:e=>({language:e[1]})})]},addProseMirrorPlugins(){return[new N({key:new P(`codeBlockVSCodeHandler`),props:{handlePaste:(e,t)=>{if(!t.clipboardData||this.editor.isActive(this.type.name))return!1;let n=t.clipboardData.getData(`text/plain`),r=t.clipboardData.getData(`vscode-editor-data`),i=(r?JSON.parse(r):void 0)?.mode;if(!n||!i)return!1;let{tr:a,schema:o}=e.state,s=o.text(n.replace(/\r\n?/g,` +`));return a.replaceSelectionWith(this.type.create({language:i},s)),a.selection.$from.parent.type!==this.type&&a.setSelection(j.near(a.doc.resolve(Math.max(0,a.selection.from-2)))),a.setMeta(`paste`,!0),e.dispatch(a),!0}}})]}}),Af=G.create({name:`doc`,topNode:!0,content:`block+`,renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` + +`):``}),jf=G.create({name:`hardBreak`,markdownTokenName:`br`,addOptions(){return{keepMarks:!0,HTMLAttributes:{}}},inline:!0,group:`inline`,selectable:!1,linebreakReplacement:!0,parseHTML(){return[{tag:`br`}]},renderHTML({HTMLAttributes:e}){return[`br`,U(this.options.HTMLAttributes,e)]},renderText(){return` +`},renderMarkdown:()=>` +`,parseMarkdown:()=>({type:`hardBreak`}),addCommands(){return{setHardBreak:()=>({commands:e,chain:t,state:n,editor:r})=>e.first([()=>e.exitCode(),()=>e.command(()=>{let{selection:e,storedMarks:i}=n;if(e.$from.parent.type.spec.isolating)return!1;let{keepMarks:a}=this.options,{splittableMarks:o}=r.extensionManager,s=i||e.$to.parentOffset&&e.$from.marks();return t().insertContent({type:this.name}).command(({tr:e,dispatch:t})=>{if(t&&s&&a){let t=s.filter(e=>o.includes(e.type.name));e.ensureMarks(t)}return!0}).run()})])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),Mf=G.create({name:`heading`,addOptions(){return{levels:[1,2,3,4,5,6],HTMLAttributes:{}}},content:`inline*`,group:`block`,defining:!0,addAttributes(){return{level:{default:1,rendered:!1}}},parseHTML(){return this.options.levels.map(e=>({tag:`h${e}`,attrs:{level:e}}))},renderHTML({node:e,HTMLAttributes:t}){return[`h${this.options.levels.includes(e.attrs.level)?e.attrs.level:this.options.levels[0]}`,U(this.options.HTMLAttributes,t),0]},parseMarkdown:(e,t)=>t.createNode(`heading`,{level:e.depth||1},t.parseInline(e.tokens||[])),renderMarkdown:(e,t)=>{let n=e.attrs?.level?parseInt(e.attrs.level,10):1,r=`#`.repeat(n);return e.content?`${r} ${t.renderChildren(e.content)}`:``},addCommands(){return{setHeading:e=>({commands:t})=>this.options.levels.includes(e.level)?t.setNode(this.name,e):!1,toggleHeading:e=>({commands:t})=>this.options.levels.includes(e.level)?t.toggleNode(this.name,`paragraph`,e):!1}},addKeyboardShortcuts(){return this.options.levels.reduce((e,t)=>({...e,[`Mod-Alt-${t}`]:()=>this.editor.commands.toggleHeading({level:t})}),{})},addInputRules(){return this.options.levels.map(e=>Xd({find:RegExp(`^(#{${Math.min(...this.options.levels)},${e}})\\s$`),type:this.type,getAttributes:{level:e}}))}}),Nf=G.create({name:`horizontalRule`,addOptions(){return{HTMLAttributes:{},nextNodeType:`paragraph`}},group:`block`,parseHTML(){return[{tag:`hr`}]},renderHTML({HTMLAttributes:e}){return[`hr`,U(this.options.HTMLAttributes,e)]},markdownTokenName:`hr`,parseMarkdown:(e,t)=>t.createNode(`horizontalRule`),renderMarkdown:()=>`---`,addCommands(){return{setHorizontalRule:()=>({chain:e,state:t})=>{if(!Qd(t,t.schema.nodes[this.name]))return!1;let{selection:n}=t,{$to:r}=n,i=e();return Bu(n)?i.insertContentAt(r.pos,{type:this.name}):i.insertContent({type:this.name}),i.command(({state:e,tr:t,dispatch:n})=>{if(n){let{$to:n}=t.selection,r=n.end();if(n.nodeAfter)n.nodeAfter.isTextblock?t.setSelection(j.create(t.doc,n.pos+1)):n.nodeAfter.isBlock?t.setSelection(M.create(t.doc,n.pos)):t.setSelection(j.create(t.doc,n.pos));else{let i=(e.schema.nodes[this.options.nextNodeType]||n.parent.type.contentMatch.defaultType)?.create();i&&(t.insert(r,i),t.setSelection(j.create(t.doc,r+1)))}t.scrollIntoView()}return!0}).run()}}},addInputRules(){return[Yd({find:/^(?:---|—-|___\s|\*\*\*\s)$/,type:this.type})]}}),Pf=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/,Ff=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g,If=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/,Lf=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))/g,Rf=wd.create({name:`italic`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`em`},{tag:`i`,getAttrs:e=>e.style.fontStyle!==`normal`&&null},{style:`font-style=normal`,clearMark:e=>e.type.name===this.name},{style:`font-style=italic`}]},renderHTML({HTMLAttributes:e}){return[`em`,U(this.options.HTMLAttributes,e),0]},addCommands(){return{setItalic:()=>({commands:e})=>e.setMark(this.name),toggleItalic:()=>({commands:e})=>e.toggleMark(this.name),unsetItalic:()=>({commands:e})=>e.unsetMark(this.name)}},markdownTokenName:`em`,parseMarkdown:(e,t)=>t.applyMark(`italic`,t.parseInline(e.tokens||[])),markdownOptions:{htmlReopen:{open:``,close:``}},renderMarkdown:(e,t)=>`*${t.renderChildren(e)}*`,addKeyboardShortcuts(){return{"Mod-i":()=>this.editor.commands.toggleItalic(),"Mod-I":()=>this.editor.commands.toggleItalic()}},addInputRules(){return[Jd({find:Pf,type:this.type}),Jd({find:If,type:this.type})]},addPasteRules(){return[uf({find:Ff,type:this.type}),uf({find:Lf,type:this.type})]}}),zf=`aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2`,Bf=`ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2`,Vf=`numeric`,Hf=`ascii`,Uf=`alpha`,Wf=`asciinumeric`,Gf=`alphanumeric`,Kf=`domain`,qf=`emoji`,Jf=`scheme`,Yf=`slashscheme`,Xf=`whitespace`;function Zf(e,t){return e in t||(t[e]=[]),t[e]}function Qf(e,t,n){t[Vf]&&(t[Wf]=!0,t[Gf]=!0),t[Hf]&&(t[Wf]=!0,t[Uf]=!0),t[Wf]&&(t[Gf]=!0),t[Uf]&&(t[Gf]=!0),t[Gf]&&(t[Kf]=!0),t[qf]&&(t[Kf]=!0);for(let r in t){let t=Zf(r,n);t.indexOf(e)<0&&t.push(e)}}function $f(e,t){let n={};for(let r in t)t[r].indexOf(e)>=0&&(n[r]=!0);return n}function ep(e=null){this.j={},this.jr=[],this.jd=null,this.t=e}ep.groups={},ep.prototype={accepts(){return!!this.t},go(e){let t=this,n=t.j[e];if(n)return n;for(let n=0;ne.ta(t,n,r,i),q=(e,t,n,r,i)=>e.tr(t,n,r,i),tp=(e,t,n,r,i)=>e.ts(t,n,r,i),J=(e,t,n,r,i)=>e.tt(t,n,r,i),np=`WORD`,rp=`UWORD`,ip=`ASCIINUMERICAL`,ap=`ALPHANUMERICAL`,op=`LOCALHOST`,sp=`TLD`,cp=`UTLD`,lp=`SCHEME`,up=`SLASH_SCHEME`,dp=`NUM`,fp=`WS`,pp=`NL`,mp=`OPENBRACE`,hp=`CLOSEBRACE`,gp=`OPENBRACKET`,_p=`CLOSEBRACKET`,vp=`OPENPAREN`,yp=`CLOSEPAREN`,bp=`OPENANGLEBRACKET`,xp=`CLOSEANGLEBRACKET`,Sp=`FULLWIDTHLEFTPAREN`,Cp=`FULLWIDTHRIGHTPAREN`,wp=`LEFTCORNERBRACKET`,Tp=`RIGHTCORNERBRACKET`,Ep=`LEFTWHITECORNERBRACKET`,Dp=`RIGHTWHITECORNERBRACKET`,Op=`FULLWIDTHLESSTHAN`,kp=`FULLWIDTHGREATERTHAN`,Ap=`AMPERSAND`,jp=`APOSTROPHE`,Mp=`ASTERISK`,Np=`AT`,Pp=`BACKSLASH`,Fp=`BACKTICK`,Ip=`CARET`,Lp=`COLON`,Rp=`COMMA`,zp=`DOLLAR`,Bp=`DOT`,Vp=`EQUALS`,Hp=`EXCLAMATION`,Up=`HYPHEN`,Wp=`PERCENT`,Gp=`PIPE`,Kp=`PLUS`,qp=`POUND`,Jp=`QUERY`,Yp=`QUOTE`,Xp=`FULLWIDTHMIDDLEDOT`,Zp=`SEMI`,Qp=`SLASH`,$p=`TILDE`,em=`UNDERSCORE`,tm=`EMOJI`,nm=`SYM`,rm=Object.freeze({__proto__:null,ALPHANUMERICAL:ap,AMPERSAND:Ap,APOSTROPHE:jp,ASCIINUMERICAL:ip,ASTERISK:Mp,AT:Np,BACKSLASH:Pp,BACKTICK:Fp,CARET:Ip,CLOSEANGLEBRACKET:xp,CLOSEBRACE:hp,CLOSEBRACKET:_p,CLOSEPAREN:yp,COLON:Lp,COMMA:Rp,DOLLAR:zp,DOT:Bp,EMOJI:tm,EQUALS:Vp,EXCLAMATION:Hp,FULLWIDTHGREATERTHAN:kp,FULLWIDTHLEFTPAREN:Sp,FULLWIDTHLESSTHAN:Op,FULLWIDTHMIDDLEDOT:Xp,FULLWIDTHRIGHTPAREN:Cp,HYPHEN:Up,LEFTCORNERBRACKET:wp,LEFTWHITECORNERBRACKET:Ep,LOCALHOST:op,NL:pp,NUM:dp,OPENANGLEBRACKET:bp,OPENBRACE:mp,OPENBRACKET:gp,OPENPAREN:vp,PERCENT:Wp,PIPE:Gp,PLUS:Kp,POUND:qp,QUERY:Jp,QUOTE:Yp,RIGHTCORNERBRACKET:Tp,RIGHTWHITECORNERBRACKET:Dp,SCHEME:lp,SEMI:Zp,SLASH:Qp,SLASH_SCHEME:up,SYM:nm,TILDE:$p,TLD:sp,UNDERSCORE:em,UTLD:cp,UWORD:rp,WORD:np,WS:fp}),im=/[a-z]/,am=/\p{L}/u,om=/\p{Emoji}/u,sm=/\d/,cm=/\s/,lm=`\r`,um=` +`,dm=`️`,fm=`‍`,pm=``,mm=null,hm=null;function gm(e=[]){let t={};ep.groups=t;let n=new ep;mm??=bm(zf),hm??=bm(Bf),J(n,`'`,jp),J(n,`{`,mp),J(n,`}`,hp),J(n,`[`,gp),J(n,`]`,_p),J(n,`(`,vp),J(n,`)`,yp),J(n,`<`,bp),J(n,`>`,xp),J(n,`(`,Sp),J(n,`)`,Cp),J(n,`「`,wp),J(n,`」`,Tp),J(n,`『`,Ep),J(n,`』`,Dp),J(n,`<`,Op),J(n,`>`,kp),J(n,`&`,Ap),J(n,`*`,Mp),J(n,`@`,Np),J(n,"`",Fp),J(n,`^`,Ip),J(n,`:`,Lp),J(n,`,`,Rp),J(n,`$`,zp),J(n,`.`,Bp),J(n,`=`,Vp),J(n,`!`,Hp),J(n,`-`,Up),J(n,`%`,Wp),J(n,`|`,Gp),J(n,`+`,Kp),J(n,`#`,qp),J(n,`?`,Jp),J(n,`"`,Yp),J(n,`/`,Qp),J(n,`;`,Zp),J(n,`~`,$p),J(n,`_`,em),J(n,`\\`,Pp),J(n,`・`,Xp);let r=q(n,sm,dp,{[Vf]:!0});q(r,sm,r);let i=q(r,im,ip,{[Wf]:!0}),a=q(r,am,ap,{[Gf]:!0}),o=q(n,im,np,{[Hf]:!0});q(o,sm,i),q(o,im,o),q(i,sm,i),q(i,im,i);let s=q(n,am,rp,{[Uf]:!0});q(s,im),q(s,sm,a),q(s,am,s),q(a,sm,a),q(a,im),q(a,am,a);let c=J(n,um,pp,{[Xf]:!0}),l=J(n,lm,fp,{[Xf]:!0}),u=q(n,cm,fp,{[Xf]:!0});J(n,pm,u),J(l,um,c),J(l,pm,u),q(l,cm,u),J(u,lm),J(u,um),q(u,cm,u),J(u,pm,u);let d=q(n,om,tm,{[qf]:!0});J(d,`#`),q(d,om,d),J(d,dm,d);let f=J(d,fm);J(f,`#`),q(f,om,d);let p=[[im,o],[sm,i]],m=[[im,null],[am,s],[sm,a]];for(let e=0;ee[0]>t[0]?1:-1);for(let t=0;t=0?i[Kf]=!0:im.test(r)?sm.test(r)?i[Wf]=!0:i[Hf]=!0:i[Vf]=!0,tp(n,r,r,i)}return tp(n,`localhost`,op,{ascii:!0}),n.jd=new ep(nm),{start:n,tokens:Object.assign({groups:t},rm)}}function _m(e,t){let n=vm(t.replace(/[A-Z]/g,e=>e.toLowerCase())),r=n.length,i=[],a=0,o=0;for(;o=0&&(d+=n[o].length,f++),l+=n[o].length,a+=n[o].length,o++;a-=d,o-=f,l-=d,i.push({t:u.t,v:t.slice(a-l,a),s:a-l,e:a})}return i}function vm(e){let t=[],n=e.length,r=0;for(;r56319||r+1===n||(a=e.charCodeAt(r+1))<56320||a>57343?e[r]:e.slice(r,r+2);t.push(o),r+=o.length}return t}function ym(e,t,n,r,i){let a,o=t.length;for(let n=0;n=0;)i++;if(i>0){t.push(n.join(``));for(let t=parseInt(e.substring(r,r+i),10);t>0;t--)n.pop();r+=i}else n.push(e[r]),r++}return t}var xm={defaultProtocol:`http`,events:null,format:Cm,formatHref:Cm,nl2br:!1,tagName:`a`,target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null};function Sm(e,t=null){let n=Object.assign({},xm);e&&(n=Object.assign(n,e instanceof Sm?e.o:e));let r=n.ignoreTags,i=[];for(let e=0;en?r.substring(0,n)+`…`:r},toFormattedHref(e){return e.get(`formatHref`,this.toHref(e.get(`defaultProtocol`)),this)},startIndex(){return this.tk[0].s},endIndex(){return this.tk[this.tk.length-1].e},toObject(e=xm.defaultProtocol){return{type:this.t,value:this.toString(),isLink:this.isLink,href:this.toHref(e),start:this.startIndex(),end:this.endIndex()}},toFormattedObject(e){return{type:this.t,value:this.toFormattedString(e),isLink:this.isLink,href:this.toFormattedHref(e),start:this.startIndex(),end:this.endIndex()}},validate(e){return e.get(`validate`,this.toString(),this)},render(e){let t=this,n=this.toHref(e.get(`defaultProtocol`)),r=e.get(`formatHref`,n,this),i=e.get(`tagName`,n,t),a=this.toFormattedString(e),o={},s=e.get(`className`,n,t),c=e.get(`target`,n,t),l=e.get(`rel`,n,t),u=e.getObj(`attributes`,n,t),d=e.getObj(`events`,n,t);return o.href=r,s&&(o.class=s),c&&(o.target=c),l&&(o.rel=l),u&&Object.assign(o,u),{tagName:i,attributes:o,content:a,eventListeners:d}}};function Tm(e,t){class n extends wm{constructor(t,n){super(t,n),this.t=e}}for(let e in t)n.prototype[e]=t[e];return n.t=e,n}var Em=Tm(`email`,{isLink:!0,toHref(){return`mailto:`+this.toString()}}),Dm=Tm(`text`),Om=Tm(`nl`),km=Tm(`url`,{isLink:!0,toHref(e=xm.defaultProtocol){return this.hasProtocol()?this.v:`${e}://${this.v}`},hasProtocol(){let e=this.tk;return e.length>=2&&e[0].t!==op&&e[1].t===Lp}}),Am=e=>new ep(e);function jm({groups:e}){let t=e.domain.concat([Ap,Mp,Np,Pp,Fp,Ip,zp,Vp,Up,dp,Wp,Gp,Kp,qp,Qp,nm,$p,em]),n=[jp,Lp,Rp,Bp,Hp,Wp,Jp,Yp,Zp,bp,xp,mp,hp,_p,gp,vp,yp,Sp,Cp,wp,Tp,Ep,Dp,Op,kp],r=[Ap,jp,Mp,Pp,Fp,Ip,zp,Vp,Up,mp,hp,Wp,Gp,Kp,qp,Jp,Qp,nm,$p,em],i=Am(),a=J(i,$p);K(a,r,a),K(a,e.domain,a);let o=Am(),s=Am(),c=Am();K(i,e.domain,o),K(i,e.scheme,s),K(i,e.slashscheme,c),K(o,r,a),K(o,e.domain,o);let l=J(o,Np);J(a,Np,l),J(s,Np,l),J(c,Np,l);let u=J(a,Bp);K(u,r,a),K(u,e.domain,a);let d=Am();K(l,e.domain,d),K(d,e.domain,d);let f=J(d,Bp);K(f,e.domain,d);let p=Am(Em);K(f,e.tld,p),K(f,e.utld,p),J(l,op,p);let m=J(d,Up);J(m,Up,m),K(m,e.domain,d),K(p,e.domain,d),J(p,Bp,f),J(p,Up,m),K(J(p,Lp),e.numeric,Em);let h=J(o,Up),g=J(o,Bp);J(h,Up,h),K(h,e.domain,o),K(g,r,a),K(g,e.domain,o);let _=Am(km);K(g,e.tld,_),K(g,e.utld,_),K(_,e.domain,o),K(_,r,a),J(_,Bp,g),J(_,Up,h),J(_,Np,l);let ee=J(_,Lp),v=Am(km);K(ee,e.numeric,v);let y=Am(km),b=Am();K(y,t,y),K(y,n,b),K(b,t,y),K(b,n,b),J(_,Qp,y),J(v,Qp,y);let te=J(s,Lp),ne=J(J(J(c,Lp),Qp),Qp);K(s,e.domain,o),J(s,Bp,g),J(s,Up,h),K(c,e.domain,o),J(c,Bp,g),J(c,Up,h),K(te,e.domain,y),J(te,Qp,y),J(te,Jp,y),K(ne,e.domain,y),K(ne,t,y),J(ne,Qp,y);let x=[[mp,hp],[gp,_p],[vp,yp],[bp,xp],[Sp,Cp],[wp,Tp],[Ep,Dp],[Op,kp]];for(let e=0;e=0&&f++,i++,u++;if(f<0)i-=u,i0&&(a.push(Nm(Dm,t,o)),o=[]),i-=f,u-=f;let e=d.t,r=n.slice(i-u,i);a.push(Nm(e,t,r))}}return o.length>0&&a.push(Nm(Dm,t,o)),a}function Nm(e,t,n){let r=n[0].s,i=n[n.length-1].e;return new e(t.slice(r,i),n)}var Pm=typeof console<`u`&&console&&console.warn||(()=>{}),Fm=`until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.`,Y={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1};function Im(){return ep.groups={},Y.scanner=null,Y.parser=null,Y.tokenQueue=[],Y.pluginQueue=[],Y.customSchemes=[],Y.initialized=!1,Y}function Lm(e,t=!1){if(Y.initialized&&Pm(`linkifyjs: already initialized - will not register custom scheme "${e}" ${Fm}`),!/^[0-9a-z]+(-[0-9a-z]+)*$/.test(e))throw Error(`linkifyjs: incorrect scheme format. +1. Must only contain digits, lowercase ASCII letters or "-" +2. Cannot start or end with "-" +3. "-" cannot repeat`);Y.customSchemes.push([e,t])}function Rm(){Y.scanner=gm(Y.customSchemes);for(let e=0;e{let i=t.some(e=>e.docChanged)&&!n.doc.eq(r.doc),a=t.some(e=>e.getMeta(`preventAutolink`));if(!i||a)return;let{tr:o}=r;if(Du(Ql(n.doc,[...t])).forEach(({newRange:t})=>{let n=eu(r.doc,t,e=>e.isTextblock),i,a;if(n.length>1)i=n[0],a=r.doc.textBetween(i.pos,i.pos+i.node.nodeSize,void 0,` `);else if(n.length){let e=r.doc.textBetween(t.from,t.to,` `,` `);if(!Um.test(e))return;i=n[0],a=r.doc.textBetween(i.pos,t.to,void 0,` `)}if(i&&a){let t=a.split(Hm).filter(Boolean);if(t.length<=0)return!1;let n=t[t.length-1],s=i.pos+a.lastIndexOf(n);if(!n)return!1;let c=zm(n).map(t=>t.toObject(e.defaultProtocol));if(!Gm(c))return!1;c.filter(e=>e.isLink).map(e=>({...e,from:s+e.start+1,to:s+e.end+1})).filter(e=>r.schema.marks.code?!r.doc.rangeHasMark(e.from,e.to,r.schema.marks.code):!0).filter(t=>e.validate(t.value)).filter(t=>e.shouldAutoLink(t.value)).forEach(t=>{Ou(t.from,t.to,r.doc).some(t=>t.mark.type===e.type)||o.addMark(t.from,t.to,e.type.create({href:t.href}))})}}),o.steps.length)return o}})}function qm(e){return new N({key:new P(`handleClickLink`),props:{handleClick:(t,n,r)=>{if(r.button!==0||!t.editable)return!1;let i=null;if(r.target instanceof HTMLAnchorElement)i=r.target;else{let t=r.target;if(!t)return!1;let n=e.editor.view.dom;i=t.closest(`a`),i&&!n.contains(i)&&(i=null)}if(!i)return!1;let a=!1;if(e.enableClickSelection&&(a=e.editor.commands.extendMarkRange(e.type.name)),e.openOnClick){let n=wu(t.state,e.type.name),r=i.href??n.href,o=i.target??n.target;r&&(window.open(r,o),a=!0)}return a}}})}function Jm(e){return new N({key:new P(`handlePasteLink`),props:{handlePaste:(t,n,r)=>{let{shouldAutoLink:i}=e,{state:a}=t,{selection:o}=a,{empty:s}=o;if(s)return!1;let c=``;r.content.forEach(e=>{c+=e.textContent});let l=Bm(c,{defaultProtocol:e.defaultProtocol}).find(e=>e.isLink&&e.value===c);return!c||!l||i!==void 0&&!i(l.value)?!1:e.editor.commands.setMark(e.type,{href:l.href})}}})}function Ym(e,t){let n=[`http`,`https`,`ftp`,`ftps`,`mailto`,`tel`,`callto`,`sms`,`cid`,`xmpp`];return t&&t.forEach(e=>{let t=typeof e==`string`?e:e.scheme;t&&n.push(t)}),!e||e.replace(Wm,``).match(RegExp(`^(?:(?:${n.join(`|`)}):|[^a-z]|[a-z0-9+.-]+(?:[^a-z+.-:]|$))`,`i`))}var Xm=wd.create({name:`link`,priority:1e3,keepOnSplit:!1,exitable:!0,onCreate(){this.options.validate&&!this.options.shouldAutoLink&&(this.options.shouldAutoLink=this.options.validate,console.warn("The `validate` option is deprecated. Rename to the `shouldAutoLink` option instead.")),this.options.protocols.forEach(e=>{if(typeof e==`string`){Lm(e);return}Lm(e.scheme,e.optionalSlashes)})},onDestroy(){Im()},inclusive(){return this.options.autolink},addOptions(){return{openOnClick:!0,enableClickSelection:!1,linkOnPaste:!0,autolink:!0,protocols:[],defaultProtocol:`http`,HTMLAttributes:{target:`_blank`,rel:`noopener noreferrer nofollow`,class:null},isAllowedUri:(e,t)=>!!Ym(e,t.protocols),validate:e=>!!e,shouldAutoLink:e=>{let t=/^[a-z][a-z0-9+.-]*:\/\//i.test(e),n=/^[a-z][a-z0-9+.-]*:/i.test(e);if(t||n&&!e.includes(`@`))return!0;let r=(e.includes(`@`)?e.split(`@`).pop():e).split(/[/?#:]/)[0];return!(/^\d{1,3}(\.\d{1,3}){3}$/.test(r)||!/\./.test(r))}}},addAttributes(){return{href:{default:null,parseHTML(e){return e.getAttribute(`href`)}},target:{default:this.options.HTMLAttributes.target},rel:{default:this.options.HTMLAttributes.rel},class:{default:this.options.HTMLAttributes.class},title:{default:null}}},parseHTML(){return[{tag:`a[href]`,getAttrs:e=>{let t=e.getAttribute(`href`);return!t||!this.options.isAllowedUri(t,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:null}}]},renderHTML({HTMLAttributes:e}){return this.options.isAllowedUri(e.href,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?[`a`,U(this.options.HTMLAttributes,e),0]:[`a`,U(this.options.HTMLAttributes,{...e,href:``}),0]},markdownTokenName:`link`,parseMarkdown:(e,t)=>t.applyMark(`link`,t.parseInline(e.tokens||[]),{href:e.href,title:e.title||null}),renderMarkdown:(e,t)=>{let n=e.attrs?.href??``,r=e.attrs?.title??``,i=t.renderChildren(e);return r?`[${i}](${n} "${r}")`:`[${i}](${n})`},addCommands(){return{setLink:e=>({chain:t})=>{let{href:n}=e;return this.options.isAllowedUri(n,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?t().setMark(this.name,e).setMeta(`preventAutolink`,!0).run():!1},toggleLink:e=>({chain:t})=>{let{href:n}=e||{};return n&&!this.options.isAllowedUri(n,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:t().toggleMark(this.name,e,{extendEmptyMarkRange:!0}).setMeta(`preventAutolink`,!0).run()},unsetLink:()=>({chain:e})=>e().unsetMark(this.name,{extendEmptyMarkRange:!0}).setMeta(`preventAutolink`,!0).run()}},addPasteRules(){return[uf({find:e=>{let t=[];if(e){let{protocols:n,defaultProtocol:r}=this.options,i=Bm(e).filter(e=>e.isLink&&this.options.isAllowedUri(e.value,{defaultValidate:e=>!!Ym(e,n),protocols:n,defaultProtocol:r}));i.length&&i.forEach(e=>{this.options.shouldAutoLink(e.value)&&t.push({text:e.value,data:{href:e.href},index:e.start})})}return t},type:this.type,getAttributes:e=>({href:e.data?.href})})]},addProseMirrorPlugins(){let e=[],{protocols:t,defaultProtocol:n}=this.options;return this.options.autolink&&e.push(Km({type:this.type,defaultProtocol:this.options.defaultProtocol,validate:e=>this.options.isAllowedUri(e,{defaultValidate:e=>!!Ym(e,t),protocols:t,defaultProtocol:n}),shouldAutoLink:this.options.shouldAutoLink})),e.push(qm({type:this.type,editor:this.editor,openOnClick:this.options.openOnClick===`whenNotEditable`?!0:this.options.openOnClick,enableClickSelection:this.options.enableClickSelection})),this.options.linkOnPaste&&e.push(Jm({editor:this.editor,defaultProtocol:this.options.defaultProtocol,type:this.type,shouldAutoLink:this.options.shouldAutoLink})),e}}),Zm=Object.defineProperty,Qm=(e,t)=>{for(var n in t)Zm(e,n,{get:t[n],enumerable:!0})},$m=`listItem`,eh=`textStyle`,th=/^\s*([-+*])\s$/,nh=G.create({name:`bulletList`,addOptions(){return{itemTypeName:`listItem`,HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:`block list`,content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul`}]},renderHTML({HTMLAttributes:e}){return[`ul`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`list`,parseMarkdown:(e,t)=>e.type!==`list`||e.ordered?[]:{type:`bulletList`,content:e.items?t.parseChildren(e.items):[]},renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` +`):``,markdownOptions:{indentsContent:!0},addCommands(){return{toggleBulletList:()=>({commands:e,chain:t})=>this.options.keepAttributes?t().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes($m,this.editor.getAttributes(eh)).run():e.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-8":()=>this.editor.commands.toggleBulletList()}},addInputRules(){let e=Zd({find:th,type:this.type});return(this.options.keepMarks||this.options.keepAttributes)&&(e=Zd({find:th,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:()=>this.editor.getAttributes(eh),editor:this.editor})),[e]}}),rh=G.create({name:`listItem`,addOptions(){return{HTMLAttributes:{},bulletListTypeName:`bulletList`,orderedListTypeName:`orderedList`}},content:`paragraph block*`,defining:!0,parseHTML(){return[{tag:`li`}]},renderHTML({HTMLAttributes:e}){return[`li`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`list_item`,parseMarkdown:(e,t)=>{if(e.type!==`list_item`)return[];let n=t.parseBlockChildren??t.parseChildren,r=[];if(e.tokens&&e.tokens.length>0)if(e.tokens.some(e=>e.type===`paragraph`))r=n(e.tokens);else{let i=e.tokens[0];if(i&&i.type===`text`&&i.tokens&&i.tokens.length>0){if(r=[{type:`paragraph`,content:t.parseInline(i.tokens)}],e.tokens.length>1){let t=n(e.tokens.slice(1));r.push(...t)}}else r=n(e.tokens)}return r.length===0&&(r=[{type:`paragraph`,content:[]}]),{type:`listItem`,content:r}},renderMarkdown:(e,t,n)=>cf(e,t,e=>e.parentType===`bulletList`?`- `:e.parentType===`orderedList`?`${(e.meta?.parentAttrs?.start||1)+e.index}. `:`- `,n),addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}});Qm({},{findListItemPos:()=>ih,getNextListDepth:()=>ah,handleBackspace:()=>lh,handleDelete:()=>fh,hasListBefore:()=>oh,hasListItemAfter:()=>ph,hasListItemBefore:()=>sh,listItemHasSubList:()=>ch,nextListIsDeeper:()=>uh,nextListIsHigher:()=>dh});var ih=(e,t)=>{let{$from:n}=t.selection,r=B(e,t.schema),i=null,a=n.depth,o=n.pos,s=null;for(;a>0&&s===null;)i=n.node(a),i.type===r?s=a:(--a,--o);return s===null?null:{$pos:t.doc.resolve(o),depth:s}},ah=(e,t)=>{let n=ih(e,t);if(!n)return!1;let[,r]=ku(t,e,n.$pos.pos+4);return r},oh=(e,t,n)=>{let{$anchor:r}=e.selection,i=Math.max(0,r.pos-2),a=e.doc.resolve(i).node();return!(!a||!n.includes(a.type.name))},sh=(e,t)=>{let{$anchor:n}=t.selection,r=t.doc.resolve(n.pos-2);return!(r.index()===0||r.nodeBefore?.type.name!==e)},ch=(e,t,n)=>{if(!n)return!1;let r=B(e,t.schema),i=!1;return n.descendants(e=>{e.type===r&&(i=!0)}),i},lh=(e,t,n)=>{if(e.commands.undoInputRule())return!0;if(e.state.selection.from!==e.state.selection.to)return!1;if(!Pl(e.state,t)&&oh(e.state,t,n)){let{$anchor:n}=e.state.selection,r=e.state.doc.resolve(n.before()-1),i=[];r.node().descendants((e,n)=>{e.type.name===t&&i.push({node:e,pos:n})});let a=i.at(-1);if(!a)return!1;let o=e.state.doc.resolve(r.start()+a.pos+1);return e.chain().cut({from:n.start()-1,to:n.end()+1},o.end()).joinForward().run()}if(!Pl(e.state,t)||!Iu(e.state))return!1;let r=ih(t,e.state);if(!r)return!1;let i=e.state.doc.resolve(r.$pos.pos-2).node(r.depth),a=ch(t,e.state,i);return sh(t,e.state)&&!a?e.commands.joinItemBackward():e.chain().liftListItem(t).run()},uh=(e,t)=>{let n=ah(e,t),r=ih(e,t);return!r||!n?!1:n>r.depth},dh=(e,t)=>{let n=ah(e,t),r=ih(e,t);return!r||!n?!1:n{if(!Pl(e.state,t)||!Fu(e.state,t))return!1;let{selection:n}=e.state,{$from:r,$to:i}=n;return!n.empty&&r.sameParent(i)?!1:uh(t,e.state)?e.chain().focus(e.state.selection.from+4).lift(t).joinBackward().run():dh(t,e.state)?e.chain().joinForward().joinBackward().run():e.commands.joinItemForward()},ph=(e,t)=>{let{$anchor:n}=t.selection,r=t.doc.resolve(n.pos-n.parentOffset-2);return!(r.index()===r.parent.childCount-1||r.nodeAfter?.type.name!==e)},mh=W.create({name:`listKeymap`,addOptions(){return{listTypes:[{itemName:`listItem`,wrapperNames:[`bulletList`,`orderedList`]},{itemName:`taskItem`,wrapperNames:[`taskList`]}]}},addKeyboardShortcuts(){return{Delete:({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n})=>{e.state.schema.nodes[n]!==void 0&&fh(e,n)&&(t=!0)}),t},"Mod-Delete":({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n})=>{e.state.schema.nodes[n]!==void 0&&fh(e,n)&&(t=!0)}),t},Backspace:({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{e.state.schema.nodes[n]!==void 0&&lh(e,n,r)&&(t=!0)}),t},"Mod-Backspace":({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{e.state.schema.nodes[n]!==void 0&&lh(e,n,r)&&(t=!0)}),t}}}}),hh=/^(\s*)(\d+)\.\s+(.*)$/,gh=/^\s/;function _h(e){let t=[],n=0,r=0;for(;nt;)d.push(e[u]),u+=1;if(d.length>0){let e=vh(d,Math.min(...d.map(e=>e.indent)),n);c.push({type:`list`,ordered:!0,start:d[0].number,items:e,raw:d.map(e=>e.raw).join(` +`)})}r.push({type:`list_item`,raw:a.raw,tokens:c}),i=u}else i+=1}return r}function yh(e,t){return e.map(e=>{if(e.type!==`list_item`)return t.parseChildren([e])[0];let n=[];return e.tokens&&e.tokens.length>0&&e.tokens.forEach(e=>{if(e.type===`paragraph`||e.type===`list`||e.type===`blockquote`||e.type===`code`)n.push(...t.parseChildren([e]));else if(e.type===`text`&&e.tokens){let r=t.parseChildren([e]);n.push({type:`paragraph`,content:r})}else{let r=t.parseChildren([e]);r.length>0&&n.push(...r)}}),{type:`listItem`,content:n}})}var bh=`listItem`,xh=`textStyle`,Sh=/^(\d+)\.\s$/,Ch=G.create({name:`orderedList`,addOptions(){return{itemTypeName:`listItem`,HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:`block list`,content(){return`${this.options.itemTypeName}+`},addAttributes(){return{start:{default:1,parseHTML:e=>e.hasAttribute(`start`)?parseInt(e.getAttribute(`start`)||``,10):1},type:{default:null,parseHTML:e=>e.getAttribute(`type`)}}},parseHTML(){return[{tag:`ol`}]},renderHTML({HTMLAttributes:e}){let{start:t,...n}=e;return t===1?[`ol`,U(this.options.HTMLAttributes,n),0]:[`ol`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`list`,parseMarkdown:(e,t)=>{if(e.type!==`list`||!e.ordered)return[];let n=e.start||1,r=e.items?yh(e.items,t):[];return n===1?{type:`orderedList`,content:r}:{type:`orderedList`,attrs:{start:n},content:r}},renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` +`):``,markdownTokenizer:{name:`orderedList`,level:`block`,start:e=>{let t=e.match(/^(\s*)(\d+)\.\s+/)?.index;return t===void 0?-1:t},tokenize:(e,t,n)=>{let r=e.split(` +`),[i,a]=_h(r);if(i.length===0)return;let o=vh(i,0,n);if(o.length!==0)return{type:`list`,ordered:!0,start:i[0]?.number||1,items:o,raw:r.slice(0,a).join(` +`)}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleOrderedList:()=>({commands:e,chain:t})=>this.options.keepAttributes?t().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(bh,this.editor.getAttributes(xh)).run():e.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addInputRules(){let e=Zd({find:Sh,type:this.type,getAttributes:e=>({start:+e[1]}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1]});return(this.options.keepMarks||this.options.keepAttributes)&&(e=Zd({find:Sh,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:e=>({start:+e[1],...this.editor.getAttributes(xh)}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1],editor:this.editor})),[e]}}),wh=/^\s*(\[([( |x])?\])\s$/,Th=G.create({name:`taskItem`,addOptions(){return{nested:!1,HTMLAttributes:{},taskListTypeName:`taskList`,a11y:void 0}},content(){return this.options.nested?`paragraph block*`:`paragraph+`},defining:!0,addAttributes(){return{checked:{default:!1,keepOnSplit:!1,parseHTML:e=>{let t=e.getAttribute(`data-checked`);return t===``||t===`true`},renderHTML:e=>({"data-checked":e.checked})}}},parseHTML(){return[{tag:`li[data-type="${this.name}"]`,priority:51}]},renderHTML({node:e,HTMLAttributes:t}){return[`li`,U(this.options.HTMLAttributes,t,{"data-type":this.name}),[`label`,[`input`,{type:`checkbox`,checked:e.attrs.checked?`checked`:null}],[`span`]],[`div`,0]]},parseMarkdown:(e,t)=>{let n=[];if(e.tokens&&e.tokens.length>0?n.push(t.createNode(`paragraph`,{},t.parseInline(e.tokens))):e.text?n.push(t.createNode(`paragraph`,{},[t.createNode(`text`,{text:e.text})])):n.push(t.createNode(`paragraph`,{},[])),e.nestedTokens&&e.nestedTokens.length>0){let r=t.parseChildren(e.nestedTokens);n.push(...r)}return t.createNode(`taskItem`,{checked:e.checked||!1},n)},renderMarkdown:(e,t)=>cf(e,t,`- [${e.attrs?.checked?`x`:` `}] `),addKeyboardShortcuts(){let e={Enter:()=>this.editor.commands.splitListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)};return this.options.nested?{...e,Tab:()=>this.editor.commands.sinkListItem(this.name)}:e},addNodeView(){return({node:e,HTMLAttributes:t,getPos:n,editor:r})=>{let i=document.createElement(`li`),a=document.createElement(`label`),o=document.createElement(`span`),s=document.createElement(`input`),c=document.createElement(`div`),l=e=>{var t;s.ariaLabel=((t=this.options.a11y)?.checkboxLabel)?.call(t,e,s.checked)||`Task item checkbox for ${e.textContent||`empty task item`}`};l(e),a.contentEditable=`false`,s.type=`checkbox`,s.addEventListener(`mousedown`,e=>e.preventDefault()),s.addEventListener(`change`,t=>{if(!r.isEditable&&!this.options.onReadOnlyChecked){s.checked=!s.checked;return}let{checked:i}=t.target;r.isEditable&&typeof n==`function`&&r.chain().focus(void 0,{scrollIntoView:!1}).command(({tr:e})=>{let t=n();if(typeof t!=`number`)return!1;let r=e.doc.nodeAt(t);return e.setNodeMarkup(t,void 0,{...r?.attrs,checked:i}),!0}).run(),!r.isEditable&&this.options.onReadOnlyChecked&&(this.options.onReadOnlyChecked(e,i)||(s.checked=!s.checked))}),Object.entries(this.options.HTMLAttributes).forEach(([e,t])=>{i.setAttribute(e,t)}),i.dataset.checked=e.attrs.checked,s.checked=e.attrs.checked,a.append(s,o),i.append(a,c),Object.entries(t).forEach(([e,t])=>{i.setAttribute(e,t)});let u=new Set(Object.keys(t));return{dom:i,contentDOM:c,update:e=>{if(e.type!==this.type)return!1;i.dataset.checked=e.attrs.checked,s.checked=e.attrs.checked,l(e);let t=r.extensionManager.attributes,n=du(e,t),a=new Set(Object.keys(n)),o=this.options.HTMLAttributes;return u.forEach(e=>{a.has(e)||(e in o?i.setAttribute(e,o[e]):i.removeAttribute(e))}),Object.entries(n).forEach(([e,t])=>{t==null?e in o?i.setAttribute(e,o[e]):i.removeAttribute(e):i.setAttribute(e,t)}),u=a,!0}}}},addInputRules(){return[Zd({find:wh,type:this.type,getAttributes:e=>({checked:e[e.length-1]===`x`})})]}}),Eh=G.create({name:`taskList`,addOptions(){return{itemTypeName:`taskItem`,HTMLAttributes:{}}},group:`block list`,content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul[data-type="${this.name}"]`,priority:51}]},renderHTML({HTMLAttributes:e}){return[`ul`,U(this.options.HTMLAttributes,e,{"data-type":this.name}),0]},parseMarkdown:(e,t)=>t.createNode(`taskList`,{},t.parseChildren(e.items||[])),renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` +`):``,markdownTokenizer:{name:`taskList`,level:`block`,start(e){let t=e.match(/^\s*[-+*]\s+\[([ xX])\]\s+/)?.index;return t===void 0?-1:t},tokenize(e,t,n){let r=e=>{let t=sf(e,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:e=>({indentLevel:e[1].length,mainContent:e[4],checked:e[3].toLowerCase()===`x`}),createToken:(e,t)=>({type:`taskItem`,raw:``,mainContent:e.mainContent,indentLevel:e.indentLevel,checked:e.checked,text:e.mainContent,tokens:n.inlineTokens(e.mainContent),nestedTokens:t}),customNestedParser:r},n);return t?[{type:`taskList`,raw:t.raw,items:t.items}]:n.blockTokens(e)},i=sf(e,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:e=>({indentLevel:e[1].length,mainContent:e[4],checked:e[3].toLowerCase()===`x`}),createToken:(e,t)=>({type:`taskItem`,raw:``,mainContent:e.mainContent,indentLevel:e.indentLevel,checked:e.checked,text:e.mainContent,tokens:n.inlineTokens(e.mainContent),nestedTokens:t}),customNestedParser:r},n);if(i)return{type:`taskList`,raw:i.raw,items:i.items}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleTaskList:()=>({commands:e})=>e.toggleList(this.name,this.options.itemTypeName)}},addKeyboardShortcuts(){return{"Mod-Shift-9":()=>this.editor.commands.toggleTaskList()}}});W.create({name:`listKit`,addExtensions(){let e=[];return this.options.bulletList!==!1&&e.push(nh.configure(this.options.bulletList)),this.options.listItem!==!1&&e.push(rh.configure(this.options.listItem)),this.options.listKeymap!==!1&&e.push(mh.configure(this.options.listKeymap)),this.options.orderedList!==!1&&e.push(Ch.configure(this.options.orderedList)),this.options.taskItem!==!1&&e.push(Th.configure(this.options.taskItem)),this.options.taskList!==!1&&e.push(Eh.configure(this.options.taskList)),e}});var Dh=` `,Oh=`\xA0`,kh=G.create({name:`paragraph`,priority:1e3,addOptions(){return{HTMLAttributes:{}}},group:`block`,content:`inline*`,parseHTML(){return[{tag:`p`}]},renderHTML({HTMLAttributes:e}){return[`p`,U(this.options.HTMLAttributes,e),0]},parseMarkdown:(e,t)=>{let n=e.tokens||[];if(n.length===1&&n[0].type===`image`)return t.parseChildren([n[0]]);let r=t.parseInline(n);return n.length===1&&n[0].type===`text`&&(n[0].raw===Dh||n[0].text===Dh||n[0].raw===Oh||n[0].text===Oh)&&r.length===1&&r[0].type===`text`&&(r[0].text===Dh||r[0].text===Oh)?t.createNode(`paragraph`,void 0,[]):t.createNode(`paragraph`,void 0,r)},renderMarkdown:(e,t,n)=>{if(!e)return``;let r=Array.isArray(e.content)?e.content:[];if(r.length===0){let e=Array.isArray(n?.previousNode?.content)?n.previousNode.content:[];return n?.previousNode?.type===`paragraph`&&e.length===0?Dh:``}return t.renderChildren(r)},addCommands(){return{setParagraph:()=>({commands:e})=>e.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),Ah=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))$/,jh=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))/g,Mh=wd.create({name:`strike`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`s`},{tag:`del`},{tag:`strike`},{style:`text-decoration`,consuming:!1,getAttrs:e=>e.includes(`line-through`)?{}:!1}]},renderHTML({HTMLAttributes:e}){return[`s`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`del`,parseMarkdown:(e,t)=>t.applyMark(`strike`,t.parseInline(e.tokens||[])),renderMarkdown:(e,t)=>`~~${t.renderChildren(e)}~~`,addCommands(){return{setStrike:()=>({commands:e})=>e.setMark(this.name),toggleStrike:()=>({commands:e})=>e.toggleMark(this.name),unsetStrike:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-s":()=>this.editor.commands.toggleStrike()}},addInputRules(){return[Jd({find:Ah,type:this.type})]},addPasteRules(){return[uf({find:jh,type:this.type})]}}),Nh=G.create({name:`text`,group:`inline`,parseMarkdown:e=>({type:`text`,text:e.text||``}),renderMarkdown:e=>e.text||``}),Ph=wd.create({name:`underline`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`u`},{style:`text-decoration`,consuming:!1,getAttrs:e=>e.includes(`underline`)?{}:!1}]},renderHTML({HTMLAttributes:e}){return[`u`,U(this.options.HTMLAttributes,e),0]},parseMarkdown(e,t){return t.applyMark(this.name||`underline`,t.parseInline(e.tokens||[]))},renderMarkdown(e,t){return`++${t.renderChildren(e)}++`},markdownTokenizer:{name:`underline`,level:`inline`,start(e){return e.indexOf(`++`)},tokenize(e,t,n){let r=/^(\+\+)([\s\S]+?)(\+\+)/.exec(e);if(!r)return;let i=r[2].trim();return{type:`underline`,raw:r[0],text:i,tokens:n.inlineTokens(i)}}},addCommands(){return{setUnderline:()=>({commands:e})=>e.setMark(this.name),toggleUnderline:()=>({commands:e})=>e.toggleMark(this.name),unsetUnderline:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-u":()=>this.editor.commands.toggleUnderline(),"Mod-U":()=>this.editor.commands.toggleUnderline()}}});function Fh(e={}){return new N({view(t){return new Ih(t,e)}})}var Ih=class{constructor(e,t){this.editorView=e,this.cursorPos=null,this.element=null,this.timeout=-1,this.width=t.width??1,this.color=t.color===!1?void 0:t.color||`black`,this.class=t.class,this.handlers=[`dragover`,`dragend`,`drop`,`dragleave`].map(t=>{let n=e=>{this[t](e)};return e.dom.addEventListener(t,n),{name:t,handler:n}})}destroy(){this.handlers.forEach(({name:e,handler:t})=>this.editorView.dom.removeEventListener(e,t))}update(e,t){this.cursorPos!=null&&t.doc!=e.state.doc&&(this.cursorPos>e.state.doc.content.size?this.setCursor(null):this.updateOverlay())}setCursor(e){e!=this.cursorPos&&(this.cursorPos=e,e==null?(this.element.parentNode.removeChild(this.element),this.element=null):this.updateOverlay())}updateOverlay(){let e=this.editorView.state.doc.resolve(this.cursorPos),t=!e.parent.inlineContent,n,r=this.editorView.dom,i=r.getBoundingClientRect(),a=i.width/r.offsetWidth,o=i.height/r.offsetHeight;if(t){let t=e.nodeBefore,r=e.nodeAfter;if(t||r){let e=this.editorView.nodeDOM(this.cursorPos-(t?t.nodeSize:0));if(e){let i=e.getBoundingClientRect(),a=t?i.bottom:i.top;t&&r&&(a=(a+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2);let s=this.width/2*o;n={left:i.left,right:i.right,top:a-s,bottom:a+s}}}}if(!n){let e=this.editorView.coordsAtPos(this.cursorPos),t=this.width/2*a;n={left:e.left-t,right:e.left+t,top:e.top,bottom:e.bottom}}let s=this.editorView.dom.offsetParent;this.element||(this.element=s.appendChild(document.createElement(`div`)),this.class&&(this.element.className=this.class),this.element.style.cssText=`position: absolute; z-index: 50; pointer-events: none;`,this.color&&(this.element.style.backgroundColor=this.color)),this.element.classList.toggle(`prosemirror-dropcursor-block`,t),this.element.classList.toggle(`prosemirror-dropcursor-inline`,!t);let c,l;if(!s||s==document.body&&getComputedStyle(s).position==`static`)c=-pageXOffset,l=-pageYOffset;else{let e=s.getBoundingClientRect(),t=e.width/s.offsetWidth,n=e.height/s.offsetHeight;c=e.left-s.scrollLeft*t,l=e.top-s.scrollTop*n}this.element.style.left=(n.left-c)/a+`px`,this.element.style.top=(n.top-l)/o+`px`,this.element.style.width=(n.right-n.left)/a+`px`,this.element.style.height=(n.bottom-n.top)/o+`px`}scheduleRemoval(e){clearTimeout(this.timeout),this.timeout=setTimeout(()=>this.setCursor(null),e)}dragover(e){if(!this.editorView.editable)return;let t=this.editorView.posAtCoords({left:e.clientX,top:e.clientY}),n=t&&t.inside>=0&&this.editorView.state.doc.nodeAt(t.inside),r=n&&n.type.spec.disableDropCursor,i=typeof r==`function`?r(this.editorView,t,e):r;if(t&&!i){let e=t.pos;if(this.editorView.dragging&&this.editorView.dragging.slice){let t=Tn(this.editorView.state.doc,e,this.editorView.dragging.slice);t!=null&&(e=t)}this.setCursor(e),this.scheduleRemoval(5e3)}}dragend(){this.scheduleRemoval(20)}drop(){this.scheduleRemoval(20)}dragleave(e){this.editorView.dom.contains(e.relatedTarget)||this.setCursor(null)}},Lh=class e extends A{constructor(e){super(e,e)}map(t,n){let r=t.resolve(n.map(this.head));return e.valid(r)?new e(r):A.near(r)}content(){return O.empty}eq(t){return t instanceof e&&t.head==this.head}toJSON(){return{type:`gapcursor`,pos:this.head}}static fromJSON(t,n){if(typeof n.pos!=`number`)throw RangeError(`Invalid input for GapCursor.fromJSON`);return new e(t.resolve(n.pos))}getBookmark(){return new Rh(this.anchor)}static valid(e){let t=e.parent;if(t.inlineContent||!Bh(e)||!Vh(e))return!1;let n=t.type.spec.allowGapCursor;if(n!=null)return n;let r=t.contentMatchAt(e.index()).defaultType;return r&&r.isTextblock}static findGapCursorFrom(t,n,r=!1){search:for(;;){if(!r&&e.valid(t))return t;let i=t.pos,a=null;for(let r=t.depth;;r--){let o=t.node(r);if(n>0?t.indexAfter(r)0){a=o.child(n>0?t.indexAfter(r):t.index(r)-1);break}else if(r==0)return null;i+=n;let s=t.doc.resolve(i);if(e.valid(s))return s}for(;;){let o=n>0?a.firstChild:a.lastChild;if(!o){if(a.isAtom&&!a.isText&&!M.isSelectable(a)){t=t.doc.resolve(i+a.nodeSize*n),r=!1;continue search}break}a=o,i+=n;let s=t.doc.resolve(i);if(e.valid(s))return s}return null}}};Lh.prototype.visible=!1,Lh.findFrom=Lh.findGapCursorFrom,A.jsonID(`gapcursor`,Lh);var Rh=class e{constructor(e){this.pos=e}map(t){return new e(t.map(this.pos))}resolve(e){let t=e.resolve(this.pos);return Lh.valid(t)?new Lh(t):A.near(t)}};function zh(e){return e.isAtom||e.spec.isolating||e.spec.createGapCursor}function Bh(e){for(let t=e.depth;t>=0;t--){let n=e.index(t),r=e.node(t);if(n==0){if(r.type.spec.isolating)return!0;continue}for(let e=r.child(n-1);;e=e.lastChild){if(e.childCount==0&&!e.inlineContent||zh(e.type))return!0;if(e.inlineContent)return!1}}return!0}function Vh(e){for(let t=e.depth;t>=0;t--){let n=e.indexAfter(t),r=e.node(t);if(n==r.childCount){if(r.type.spec.isolating)return!0;continue}for(let e=r.child(n);;e=e.firstChild){if(e.childCount==0&&!e.inlineContent||zh(e.type))return!0;if(e.inlineContent)return!1}}return!0}function Hh(){return new N({props:{decorations:qh,createSelectionBetween(e,t,n){return t.pos==n.pos&&Lh.valid(n)?new Lh(n):null},handleClick:Gh,handleKeyDown:Uh,handleDOMEvents:{beforeinput:Kh}}})}var Uh=Ic({ArrowLeft:Wh(`horiz`,-1),ArrowRight:Wh(`horiz`,1),ArrowUp:Wh(`vert`,-1),ArrowDown:Wh(`vert`,1)});function Wh(e,t){let n=e==`vert`?t>0?`down`:`up`:t>0?`right`:`left`;return function(e,r,i){let a=e.selection,o=t>0?a.$to:a.$from,s=a.empty;if(a instanceof j){if(!i.endOfTextblock(n)||o.depth==0)return!1;s=!1,o=e.doc.resolve(t>0?o.after():o.before())}let c=Lh.findGapCursorFrom(o,t,s);return c?(r&&r(e.tr.setSelection(new Lh(c))),!0):!1}}function Gh(e,t,n){if(!e||!e.editable)return!1;let r=e.state.doc.resolve(t);if(!Lh.valid(r))return!1;let i=e.posAtCoords({left:n.clientX,top:n.clientY});return i&&i.inside>-1&&M.isSelectable(e.state.doc.nodeAt(i.inside))?!1:(e.dispatch(e.state.tr.setSelection(new Lh(r))),!0)}function Kh(e,t){if(t.inputType!=`insertCompositionText`||!(e.state.selection instanceof Lh))return!1;let{$from:n}=e.state.selection,r=n.parent.contentMatchAt(n.index()).findWrapping(e.state.schema.nodes.text);if(!r)return!1;let i=E.empty;for(let e=r.length-1;e>=0;e--)i=E.from(r[e].createAndFill(null,i));let a=e.state.tr.replace(n.pos,n.pos,new O(i,0,0));return a.setSelection(j.near(a.doc.resolve(n.pos+1))),e.dispatch(a),!1}function qh(e){if(!(e.selection instanceof Lh))return null;let t=document.createElement(`div`);return t.className=`ProseMirror-gapcursor`,R.create(e.doc,[Ps.widget(e.selection.head,t,{key:`gapcursor`})])}var Jh=200,X=function(){};X.prototype.append=function(e){return e.length?(e=X.from(e),!this.length&&e||e.length=t?X.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,t))},X.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)},X.prototype.forEach=function(e,t,n){t===void 0&&(t=0),n===void 0&&(n=this.length),t<=n?this.forEachInner(e,t,n,0):this.forEachInvertedInner(e,t,n,0)},X.prototype.map=function(e,t,n){t===void 0&&(t=0),n===void 0&&(n=this.length);var r=[];return this.forEach(function(t,n){return r.push(e(t,n))},t,n),r},X.from=function(e){return e instanceof X?e:e&&e.length?new Yh(e):X.empty};var Yh=function(e){function t(t){e.call(this),this.values=t}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={length:{configurable:!0},depth:{configurable:!0}};return t.prototype.flatten=function(){return this.values},t.prototype.sliceInner=function(e,n){return e==0&&n==this.length?this:new t(this.values.slice(e,n))},t.prototype.getInner=function(e){return this.values[e]},t.prototype.forEachInner=function(e,t,n,r){for(var i=t;i=n;i--)if(e(this.values[i],r+i)===!1)return!1},t.prototype.leafAppend=function(e){if(this.length+e.length<=Jh)return new t(this.values.concat(e.flatten()))},t.prototype.leafPrepend=function(e){if(this.length+e.length<=Jh)return new t(e.flatten().concat(this.values))},n.length.get=function(){return this.values.length},n.depth.get=function(){return 0},Object.defineProperties(t.prototype,n),t}(X);X.empty=new Yh([]);var Xh=function(e){function t(t,n){e.call(this),this.left=t,this.right=n,this.length=t.length+n.length,this.depth=Math.max(t.depth,n.depth)+1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.flatten=function(){return this.left.flatten().concat(this.right.flatten())},t.prototype.getInner=function(e){return ei&&this.right.forEachInner(e,Math.max(t-i,0),Math.min(this.length,n)-i,r+i)===!1)return!1},t.prototype.forEachInvertedInner=function(e,t,n,r){var i=this.left.length;if(t>i&&this.right.forEachInvertedInner(e,t-i,Math.max(n,i)-i,r+i)===!1||n=n?this.right.slice(e-n,t-n):this.left.slice(e,n).append(this.right.slice(0,t-n))},t.prototype.leafAppend=function(e){var n=this.right.leafAppend(e);if(n)return new t(this.left,n)},t.prototype.leafPrepend=function(e){var n=this.left.leafPrepend(e);if(n)return new t(n,this.right)},t.prototype.appendInner=function(e){return this.left.depth>=Math.max(this.right.depth,e.depth)+1?new t(this.left,new t(this.right,e)):new t(this,e)},t}(X),Zh=500,Qh=class e{constructor(e,t){this.items=e,this.eventCount=t}popEvent(t,n){if(this.eventCount==0)return null;let r=this.items.length;for(;;r--)if(this.items.get(r-1).selection){--r;break}let i,a;n&&(i=this.remapping(r,this.items.length),a=i.maps.length);let o=t.tr,s,c,l=[],u=[];return this.items.forEach((t,n)=>{if(!t.step){i||(i=this.remapping(r,n+1),a=i.maps.length),a--,u.push(t);return}if(i){u.push(new eg(t.map));let e=t.step.map(i.slice(a)),n;e&&o.maybeStep(e).doc&&(n=o.mapping.maps[o.mapping.maps.length-1],l.push(new eg(n,void 0,void 0,l.length+u.length))),a--,n&&i.appendMap(n,a)}else o.maybeStep(t.step);if(t.selection)return s=i?t.selection.map(i.slice(a)):t.selection,c=new e(this.items.slice(0,r).append(u.reverse().concat(l)),this.eventCount-1),!1},this.items.length,0),{remaining:c,transform:o,selection:s}}addTransform(t,n,r,i){let a=[],o=this.eventCount,s=this.items,c=!i&&s.length?s.get(s.length-1):null;for(let e=0;eng&&(s=$h(s,l),o-=l),new e(s.append(a),o)}remapping(e,t){let n=new Ut;return this.items.forEach((t,r)=>{let i=t.mirrorOffset!=null&&r-t.mirrorOffset>=e?n.maps.length-t.mirrorOffset:void 0;n.appendMap(t.map,i)},e,t),n}addMaps(t){return this.eventCount==0?this:new e(this.items.append(t.map(e=>new eg(e))),this.eventCount)}rebased(t,n){if(!this.eventCount)return this;let r=[],i=Math.max(0,this.items.length-n),a=t.mapping,o=t.steps.length,s=this.eventCount;this.items.forEach(e=>{e.selection&&s--},i);let c=n;this.items.forEach(e=>{let n=a.getMirror(--c);if(n==null)return;o=Math.min(o,n);let i=a.maps[n];if(e.step){let o=t.steps[n].invert(t.docs[n]),l=e.selection&&e.selection.map(a.slice(c+1,n));l&&s++,r.push(new eg(i,o,l))}else r.push(new eg(i))},i);let l=[];for(let e=n;eZh&&(u=u.compress(this.items.length-r.length)),u}emptyItemCount(){let e=0;return this.items.forEach(t=>{t.step||e++}),e}compress(t=this.items.length){let n=this.remapping(0,t),r=n.maps.length,i=[],a=0;return this.items.forEach((e,o)=>{if(o>=t)i.push(e),e.selection&&a++;else if(e.step){let t=e.step.map(n.slice(r)),o=t&&t.getMap();if(r--,o&&n.appendMap(o,r),t){let s=e.selection&&e.selection.map(n.slice(r));s&&a++;let c=new eg(o.invert(),t,s),l,u=i.length-1;(l=i.length&&i[u].merge(c))?i[u]=l:i.push(c)}}else e.map&&r--},this.items.length,0),new e(X.from(i.reverse()),a)}};Qh.empty=new Qh(X.empty,0);function $h(e,t){let n;return e.forEach((e,r)=>{if(e.selection&&t--==0)return n=r,!1}),e.slice(n)}var eg=class e{constructor(e,t,n,r){this.map=e,this.step=t,this.selection=n,this.mirrorOffset=r}merge(t){if(this.step&&t.step&&!t.selection){let n=t.step.merge(this.step);if(n)return new e(n.getMap().invert(),n,this.selection)}}},tg=class{constructor(e,t,n,r,i){this.done=e,this.undone=t,this.prevRanges=n,this.prevTime=r,this.prevComposition=i}},ng=20;function rg(e,t,n,r){let i=n.getMeta(dg),a;if(i)return i.historyState;n.getMeta(fg)&&(e=new tg(e.done,e.undone,null,0,-1));let o=n.getMeta(`appendedTransaction`);if(n.steps.length==0)return e;if(o&&o.getMeta(dg))return o.getMeta(dg).redo?new tg(e.done.addTransform(n,void 0,r,ug(t)),e.undone,ag(n.mapping.maps),e.prevTime,e.prevComposition):new tg(e.done,e.undone.addTransform(n,void 0,r,ug(t)),null,e.prevTime,e.prevComposition);if(n.getMeta(`addToHistory`)!==!1&&!(o&&o.getMeta(`addToHistory`)===!1)){let i=n.getMeta(`composition`),a=e.prevTime==0||!o&&e.prevComposition!=i&&(e.prevTime<(n.time||0)-r.newGroupDelay||!ig(n,e.prevRanges)),s=o?og(e.prevRanges,n.mapping):ag(n.mapping.maps);return new tg(e.done.addTransform(n,a?t.selection.getBookmark():void 0,r,ug(t)),Qh.empty,s,n.time,i??e.prevComposition)}else if(a=n.getMeta(`rebased`))return new tg(e.done.rebased(n,a),e.undone.rebased(n,a),og(e.prevRanges,n.mapping),e.prevTime,e.prevComposition);else return new tg(e.done.addMaps(n.mapping.maps),e.undone.addMaps(n.mapping.maps),og(e.prevRanges,n.mapping),e.prevTime,e.prevComposition)}function ig(e,t){if(!t)return!1;if(!e.docChanged)return!0;let n=!1;return e.mapping.maps[0].forEach((e,r)=>{for(let i=0;i=t[i]&&(n=!0)}),n}function ag(e){let t=[];for(let n=e.length-1;n>=0&&t.length==0;n--)e[n].forEach((e,n,r,i)=>t.push(r,i));return t}function og(e,t){if(!e)return null;let n=[];for(let r=0;r{let i=dg.getState(n);if(!i||(e?i.undone:i.done).eventCount==0)return!1;if(r){let a=sg(i,n,e);a&&r(t?a.scrollIntoView():a)}return!0}}var hg=mg(!1,!0),gg=mg(!0,!0);W.create({name:`characterCount`,addOptions(){return{limit:null,mode:`textSize`,textCounter:e=>e.length,wordCounter:e=>e.split(` `).filter(e=>e!==``).length}},addStorage(){return{characters:()=>0,words:()=>0}},onBeforeCreate(){this.storage.characters=e=>{let t=e?.node||this.editor.state.doc;if((e?.mode||this.options.mode)===`textSize`){let e=t.textBetween(0,t.content.size,void 0,` `);return this.options.textCounter(e)}return t.nodeSize},this.storage.words=e=>{let t=e?.node||this.editor.state.doc,n=t.textBetween(0,t.content.size,` `,` `);return this.options.wordCounter(n)}},addProseMirrorPlugins(){let e=!1;return[new N({key:new P(`characterCount`),appendTransaction:(t,n,r)=>{if(e)return;let i=this.options.limit;if(i==null||i===0){e=!0;return}let a=this.storage.characters({node:r.doc});if(a>i){let t=a-i;console.warn(`[CharacterCount] Initial content exceeded limit of ${i} characters. Content was automatically trimmed.`);let n=r.tr.deleteRange(0,t);return e=!0,n}e=!0},filterTransaction:(e,t)=>{let n=this.options.limit;if(!e.docChanged||n===0||n==null)return!0;let r=this.storage.characters({node:t.doc}),i=this.storage.characters({node:e.doc});if(i<=n||r>n&&i>n&&i<=r)return!0;if(r>n&&i>n&&i>r||!e.getMeta(`paste`))return!1;let a=e.selection.$head.pos,o=a-(i-n),s=a;return e.deleteRange(o,s),!(this.storage.characters({node:e.doc})>n)}})]}});var _g=W.create({name:`dropCursor`,addOptions(){return{color:`currentColor`,width:1,class:void 0}},addProseMirrorPlugins(){return[Fh(this.options)]}});W.create({name:`focus`,addOptions(){return{className:`has-focus`,mode:`all`}},addProseMirrorPlugins(){return[new N({key:new P(`focus`),props:{decorations:({doc:e,selection:t})=>{let{isEditable:n,isFocused:r}=this.editor,{anchor:i}=t,a=[];if(!n||!r)return R.create(e,[]);let o=0;this.options.mode===`deepest`&&e.descendants((e,t)=>{if(!e.isText){if(!(i>=t&&i<=t+e.nodeSize-1))return!1;o+=1}});let s=0;return e.descendants((e,t)=>{if(e.isText||!(i>=t&&i<=t+e.nodeSize-1))return!1;if(s+=1,this.options.mode===`deepest`&&o-s>0||this.options.mode===`shallowest`&&s>1)return this.options.mode===`deepest`;a.push(Ps.node(t,t+e.nodeSize,{class:this.options.className}))}),R.create(e,a)}}})]}});var vg=W.create({name:`gapCursor`,addProseMirrorPlugins(){return[Hh()]},extendNodeSchema(e){return{allowGapCursor:H(V(e,`allowGapCursor`,{name:e.name,options:e.options,storage:e.storage}))??null}}}),yg=`placeholder`;function bg(e){return e.replace(/\s+/g,`-`).replace(/[^a-zA-Z0-9-]/g,``).replace(/^[0-9-]+/,``).replace(/^-+/,``).toLowerCase()}W.create({name:`placeholder`,addOptions(){return{emptyEditorClass:`is-editor-empty`,emptyNodeClass:`is-empty`,dataAttribute:yg,placeholder:`Write something …`,showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}},addProseMirrorPlugins(){let e=this.options.dataAttribute?`data-${bg(this.options.dataAttribute)}`:`data-${yg}`;return[new N({key:new P(`placeholder`),props:{decorations:({doc:t,selection:n})=>{let r=this.editor.isEditable||!this.options.showOnlyWhenEditable,{anchor:i}=n,a=[];if(!r)return null;let o=this.editor.isEmpty;return t.descendants((t,n)=>{let r=i>=n&&i<=n+t.nodeSize,s=!t.isLeaf&&zu(t);if(!t.type.isTextblock)return this.options.includeChildren;if((r||!this.options.showOnlyCurrent)&&s){let i=[this.options.emptyNodeClass];o&&i.push(this.options.emptyEditorClass);let s=Ps.node(n,n+t.nodeSize,{class:i.join(` `),[e]:typeof this.options.placeholder==`function`?this.options.placeholder({editor:this.editor,node:t,pos:n,hasAnchor:r}):this.options.placeholder});a.push(s)}return this.options.includeChildren}),R.create(t,a)}}})]}}),W.create({name:`selection`,addOptions(){return{className:`selection`}},addProseMirrorPlugins(){let{editor:e,options:t}=this;return[new N({key:new P(`selection`),props:{decorations(n){return n.selection.empty||e.isFocused||!e.isEditable||Bu(n.selection)||e.view.dragging?null:R.create(n.doc,[Ps.inline(n.selection.from,n.selection.to,{class:t.className})])}}})]}});function xg({types:e,node:t}){return t&&Array.isArray(e)&&e.includes(t.type)||t?.type===e}var Sg=W.create({name:`trailingNode`,addOptions(){return{node:void 0,notAfter:[]}},addProseMirrorPlugins(){let e=new P(this.name),t=this.options.node||this.editor.schema.topNodeType.contentMatch.defaultType?.name||`paragraph`,n=Object.entries(this.editor.schema.nodes).map(([,e])=>e).filter(e=>(this.options.notAfter||[]).concat(t).includes(e.name));return[new N({key:e,appendTransaction:(n,r,i)=>{let{doc:a,tr:o,schema:s}=i,c=e.getState(i),l=a.content.size,u=s.nodes[t];if(!n.some(e=>e.getMeta(`skipTrailingNode`))&&c)return o.insert(l,u.create())},state:{init:(e,t)=>{let r=t.tr.doc.lastChild;return!xg({node:r,types:n})},apply:(e,t)=>{if(!e.docChanged||e.getMeta(`__uniqueIDTransaction`))return t;let r=e.doc.lastChild;return!xg({node:r,types:n})}}})]}}),Cg=W.create({name:`undoRedo`,addOptions(){return{depth:100,newGroupDelay:500}},addCommands(){return{undo:()=>({state:e,dispatch:t})=>hg(e,t),redo:()=>({state:e,dispatch:t})=>gg(e,t)}},addProseMirrorPlugins(){return[pg(this.options)]},addKeyboardShortcuts(){return{"Mod-z":()=>this.editor.commands.undo(),"Shift-Mod-z":()=>this.editor.commands.redo(),"Mod-y":()=>this.editor.commands.redo(),"Mod-я":()=>this.editor.commands.undo(),"Shift-Mod-я":()=>this.editor.commands.redo()}}}),wg=W.create({name:`starterKit`,addExtensions(){let e=[];return this.options.bold!==!1&&e.push(Sf.configure(this.options.bold)),this.options.blockquote!==!1&&e.push(_f.configure(this.options.blockquote)),this.options.bulletList!==!1&&e.push(nh.configure(this.options.bulletList)),this.options.code!==!1&&e.push(Tf.configure(this.options.code)),this.options.codeBlock!==!1&&e.push(kf.configure(this.options.codeBlock)),this.options.document!==!1&&e.push(Af.configure(this.options.document)),this.options.dropcursor!==!1&&e.push(_g.configure(this.options.dropcursor)),this.options.gapcursor!==!1&&e.push(vg.configure(this.options.gapcursor)),this.options.hardBreak!==!1&&e.push(jf.configure(this.options.hardBreak)),this.options.heading!==!1&&e.push(Mf.configure(this.options.heading)),this.options.undoRedo!==!1&&e.push(Cg.configure(this.options.undoRedo)),this.options.horizontalRule!==!1&&e.push(Nf.configure(this.options.horizontalRule)),this.options.italic!==!1&&e.push(Rf.configure(this.options.italic)),this.options.listItem!==!1&&e.push(rh.configure(this.options.listItem)),this.options.listKeymap!==!1&&e.push(mh.configure(this.options?.listKeymap)),this.options.link!==!1&&e.push(Xm.configure(this.options?.link)),this.options.orderedList!==!1&&e.push(Ch.configure(this.options.orderedList)),this.options.paragraph!==!1&&e.push(kh.configure(this.options.paragraph)),this.options.strike!==!1&&e.push(Mh.configure(this.options.strike)),this.options.text!==!1&&e.push(Nh.configure(this.options.text)),this.options.underline!==!1&&e.push(Ph.configure(this.options?.underline)),this.options.trailingNode!==!1&&e.push(Sg.configure(this.options?.trailingNode)),e}}),Tg,Eg;if(typeof WeakMap<`u`){let e=new WeakMap;Tg=t=>e.get(t),Eg=(t,n)=>(e.set(t,n),n)}else{let e=[],t=0;Tg=t=>{for(let n=0;n(t==10&&(t=0),e[t++]=n,e[t++]=r)}var Z=class{constructor(e,t,n,r){this.width=e,this.height=t,this.map=n,this.problems=r}findCell(e){for(let t=0;t=n){(a||=[]).push({type:`overlong_rowspan`,pos:c,n:f-e});break}let l=i+e*t;for(let e=0;er&&(a+=i.attrs.colspan)}}for(let e=0;e1&&(n=!0)}t==-1?t=a:t!=a&&(t=Math.max(t,a))}return t}function kg(e,t,n){e.problems||=[];let r={};for(let i=0;i0;t--)if(e.node(t).type.spec.tableRole==`row`)return e.node(0).resolve(e.before(t+1));return null}function Pg(e){for(let t=e.depth;t>0;t--){let n=e.node(t).type.spec.tableRole;if(n===`cell`||n===`header_cell`)return e.node(t)}return null}function Fg(e){let t=e.selection.$head;for(let e=t.depth;e>0;e--)if(t.node(e).type.spec.tableRole==`row`)return!0;return!1}function Ig(e){let t=e.selection;if(`$anchorCell`in t&&t.$anchorCell)return t.$anchorCell.pos>t.$headCell.pos?t.$anchorCell:t.$headCell;if(`node`in t&&t.node&&t.node.type.spec.tableRole==`cell`)return t.$anchor;let n=Ng(t.$head)||Lg(t.$head);if(n)return n;throw RangeError(`No cell found around position ${t.head}`)}function Lg(e){for(let t=e.nodeAfter,n=e.pos;t;t=t.firstChild,n++){let r=t.type.spec.tableRole;if(r==`cell`||r==`header_cell`)return e.doc.resolve(n)}for(let t=e.nodeBefore,n=e.pos;t;t=t.lastChild,n--){let r=t.type.spec.tableRole;if(r==`cell`||r==`header_cell`)return e.doc.resolve(n-t.nodeSize)}}function Rg(e){return e.parent.type.spec.tableRole==`row`&&!!e.nodeAfter}function zg(e){return e.node(0).resolve(e.pos+e.nodeAfter.nodeSize)}function Bg(e,t){return e.depth==t.depth&&e.pos>=t.start(-1)&&e.pos<=t.end(-1)}function Vg(e,t,n){let r=e.node(-1),i=Z.get(r),a=e.start(-1),o=i.nextCell(e.pos-a,t,n);return o==null?null:e.node(0).resolve(a+o)}function Hg(e,t,n=1){let r={...e,colspan:e.colspan-n};return r.colwidth&&(r.colwidth=r.colwidth.slice(),r.colwidth.splice(t,n),r.colwidth.some(e=>e>0)||(r.colwidth=null)),r}function Ug(e,t,n=1){let r={...e,colspan:e.colspan+n};if(r.colwidth){r.colwidth=r.colwidth.slice();for(let e=0;ee!=t.pos-i);s.unshift(t.pos-i);let c=s.map(e=>{let t=n.nodeAt(e);if(!t)throw RangeError(`No cell with offset ${e} found`);let r=i+e+1;return new Kn(o.resolve(r),o.resolve(r+t.content.size))});super(c[0].$from,c[0].$to,c),this.$anchorCell=e,this.$headCell=t}map(t,n){let r=t.resolve(n.map(this.$anchorCell.pos)),i=t.resolve(n.map(this.$headCell.pos));if(Rg(r)&&Rg(i)&&Bg(r,i)){let t=this.$anchorCell.node(-1)!=r.node(-1);return t&&this.isRowSelection()?e.rowSelection(r,i):t&&this.isColSelection()?e.colSelection(r,i):new e(r,i)}return j.between(r,i)}content(){let e=this.$anchorCell.node(-1),t=Z.get(e),n=this.$anchorCell.start(-1),r=t.rectBetween(this.$anchorCell.pos-n,this.$headCell.pos-n),i={},a=[];for(let n=r.top;n0||u>0){let e=c.attrs;if(l>0&&(e=Hg(e,0,l)),u>0&&(e=Hg(e,e.colspan-u,u)),s.leftr.bottom){let e={...c.attrs,rowspan:Math.min(s.bottom,r.bottom)-Math.max(s.top,r.top)};c=s.top0)return!1;let n=e+this.$anchorCell.nodeAfter.attrs.rowspan,r=t+this.$headCell.nodeAfter.attrs.rowspan;return Math.max(n,r)==this.$headCell.node(-1).childCount}static colSelection(t,n=t){let r=t.node(-1),i=Z.get(r),a=t.start(-1),o=i.findCell(t.pos-a),s=i.findCell(n.pos-a),c=t.node(0);return o.top<=s.top?(o.top>0&&(t=c.resolve(a+i.map[o.left])),s.bottom0&&(n=c.resolve(a+i.map[s.left])),o.bottom0)return!1;let a=r+this.$anchorCell.nodeAfter.attrs.colspan,o=i+this.$headCell.nodeAfter.attrs.colspan;return Math.max(a,o)==t.width}eq(t){return t instanceof e&&t.$anchorCell.pos==this.$anchorCell.pos&&t.$headCell.pos==this.$headCell.pos}static rowSelection(t,n=t){let r=t.node(-1),i=Z.get(r),a=t.start(-1),o=i.findCell(t.pos-a),s=i.findCell(n.pos-a),c=t.node(0);return o.left<=s.left?(o.left>0&&(t=c.resolve(a+i.map[o.top*i.width])),s.right0&&(n=c.resolve(a+i.map[s.top*i.width])),o.right{t.push(Ps.node(n,n+e.nodeSize,{class:`selectedCell`}))}),R.create(e.doc,t)}function qg({$from:e,$to:t}){if(e.pos==t.pos||e.pos=0&&!(e.after(i+1)=0&&!(t.before(e+1)>t.start(e));e--,r--);return n==r&&/row|table/.test(e.node(i).type.spec.tableRole)}function Jg({$from:e,$to:t}){let n,r;for(let t=e.depth;t>0;t--){let r=e.node(t);if(r.type.spec.tableRole===`cell`||r.type.spec.tableRole===`header_cell`){n=r;break}}for(let e=t.depth;e>0;e--){let n=t.node(e);if(n.type.spec.tableRole===`cell`||n.type.spec.tableRole===`header_cell`){r=n;break}}return n!==r&&t.parentOffset===0}function Yg(e,t,n){let r=(t||e).selection,i=(t||e).doc,a,o;if(r instanceof M&&(o=r.node.type.spec.tableRole)){if(o==`cell`||o==`header_cell`)a=Q.create(i,r.from);else if(o==`row`){let e=i.resolve(r.from+1);a=Q.rowSelection(e,e)}else if(!n){let e=Z.get(r.node),t=r.from+1,n=t+e.map[e.width*e.height-1];a=Q.create(i,t+1,n)}}else r instanceof j&&qg(r)?a=j.create(i,r.from):r instanceof j&&Jg(r)&&(a=j.create(i,r.$from.start(),r.$from.end()));return a&&(t||=e.tr).setSelection(a),t}var Xg=new P(`fix-tables`);function Zg(e,t,n,r){let i=e.childCount,a=t.childCount;outer:for(let o=0,s=0;o{t.type.spec.tableRole==`table`&&(n=$g(e,t,r,n))};return t?t.doc!=e.doc&&Zg(t.doc,e.doc,0,r):e.doc.descendants(r),n}function $g(e,t,n,r){let i=Z.get(t);if(!i.problems)return r;r||=e.tr;let a=[];for(let e=0;e0){let t=`cell`;n.firstChild&&(t=n.firstChild.type.spec.tableRole);let a=[];for(let n=0;n0?-1:0;Wg(t,r,i+a)&&(a=i==0||i==t.width?null:0);for(let o=0;o0&&i0&&t.map[s-1]==c||i0?-1:0;o_(t,r,i+s)&&(s=i==0||i==t.height?null:0);for(let a=0,c=t.width*i;a0&&i0&&l==t.map[o-t.width]){let t=n.nodeAt(l).attrs;e.setNodeMarkup(e.mapping.slice(s).map(l+r),null,{...t,rowspan:t.rowspan-1}),a+=t.colspan-1}else if(i0&&n[a]==n[a-1]||r.right0&&n[i]==n[i-e]||r.bottom0){let e=s+1+c.content.size,t=f_(c)?s+1:e;n.replaceWith(t+r.tableStart,e+r.tableStart,o)}n.setSelection(new Q(n.doc.resolve(s+r.tableStart))),t(n)}return!0}function h_(e,t){let n=jg(e.schema);return g_(({node:e})=>n[e.type.spec.tableRole])(e,t)}function g_(e){return(t,n)=>{let r=t.selection,i,a;if(r instanceof Q){if(r.$anchorCell.pos!=r.$headCell.pos)return!1;i=r.$anchorCell.nodeAfter,a=r.$anchorCell.pos}else{if(i=Pg(r.$from),!i)return!1;a=Ng(r.$from)?.pos}if(i==null||a==null||i.attrs.colspan==1&&i.attrs.rowspan==1)return!1;if(n){let o=i.attrs,s=[],c=o.colwidth;o.rowspan>1&&(o={...o,rowspan:1}),o.colspan>1&&(o={...o,colspan:1});let l=e_(t),u=t.tr;for(let e=0;e{n.attrs[e]!==t&&a.setNodeMarkup(r,null,{...n.attrs,[e]:t})}):a.setNodeMarkup(i.pos,null,{...i.nodeAfter.attrs,[e]:t}),r(a)}return!0}}function v_(e){return function(t,n){if(!Fg(t))return!1;if(n){let r=jg(t.schema),i=e_(t),a=t.tr,o=i.map.cellsInRect(e==`column`?{left:i.left,top:0,right:i.right,bottom:i.map.height}:e==`row`?{left:0,top:i.top,right:i.map.width,bottom:i.bottom}:i),s=o.map(e=>i.table.nodeAt(e));for(let e=0;e{let t=e+i.tableStart,n=a.doc.nodeAt(t);n&&a.setNodeMarkup(t,u,n.attrs)}),n(a)}return!0}}b_(`row`,{useDeprecatedLogic:!0}),b_(`column`,{useDeprecatedLogic:!0});var x_=b_(`cell`,{useDeprecatedLogic:!0});function S_(e,t){if(t<0){let t=e.nodeBefore;if(t)return e.pos-t.nodeSize;for(let t=e.index(-1)-1,n=e.before();t>=0;t--){let r=e.node(-1).child(t),i=r.lastChild;if(i)return n-1-i.nodeSize;n-=r.nodeSize}}else{if(e.index()0;r--)if(n.node(r).type.spec.tableRole==`table`)return t&&t(e.tr.delete(n.before(r),n.after(r)).scrollIntoView()),!0;return!1}function T_(e,t){let n=e.selection;if(!(n instanceof Q))return!1;if(t){let r=e.tr,i=jg(e.schema).cell.createAndFill().content;n.forEachCell((e,t)=>{e.content.eq(i)||r.replace(r.mapping.map(t+1),r.mapping.map(t+e.nodeSize-1),new O(i,0,0))}),r.docChanged&&t(r)}return!0}function E_(e){if(e.size===0)return null;let{content:t,openStart:n,openEnd:r}=e;for(;t.childCount==1&&(n>0&&r>0||t.child(0).type.spec.tableRole==`table`);)n--,r--,t=t.child(0).content;let i=t.child(0),a=i.type.spec.tableRole,o=i.type.schema,s=[];if(a==`row`)for(let e=0;e=0;t--){let{rowspan:i,colspan:a}=r.child(t).attrs;for(let t=e;t=t.length&&t.push(E.empty),n[i]r&&(s=s.type.createChecked(Hg(s.attrs,s.attrs.colspan,n+s.attrs.colspan-r),s.content)),o.push(s),n+=s.attrs.colspan;for(let n=1;ni&&(t=t.type.create({...t.attrs,rowspan:Math.max(1,i-t.attrs.rowspan)},t.content)),o.push(t)}e.push(E.from(o))}n=e,t=i}return{width:e,height:t,rows:n}}function A_(e,t,n,r,i,a,o){let s=e.doc.type.schema,c=jg(s),l,u;if(i>t.width)for(let a=0,s=0;at.height){let s=[];for(let e=0,r=(t.height-1)*t.width;e=t.width?!1:n.nodeAt(t.map[r+e]).type==c.header_cell;s.push(i?u||=c.header_cell.createAndFill():l||=c.cell.createAndFill())}let d=c.row.create(null,E.from(s)),f=[];for(let e=t.height;e{if(!i)return!1;let a=n.selection;if(a instanceof Q)return F_(n,r,A.near(a.$headCell,t));if(e!=`horiz`&&!a.empty)return!1;let o=V_(i,e,t);if(o==null)return!1;if(e==`horiz`)return F_(n,r,A.near(n.doc.resolve(a.head+t),t));{let i=n.doc.resolve(o),a=Vg(i,e,t),s;return s=a?A.near(a,1):t<0?A.near(n.doc.resolve(i.before(-1)),-1):A.near(n.doc.resolve(i.after(-1)),1),F_(n,r,s)}}}function L_(e,t){return(n,r,i)=>{if(!i)return!1;let a=n.selection,o;if(a instanceof Q)o=a;else{let r=V_(i,e,t);if(r==null)return!1;o=new Q(n.doc.resolve(r))}let s=Vg(o.$headCell,e,t);return s?F_(n,r,new Q(o.$anchorCell,s)):!1}}function R_(e,t){let n=e.state.doc,r=Ng(n.resolve(t));return r?(e.dispatch(e.state.tr.setSelection(new Q(r))),!0):!1}function z_(e,t,n){if(!Fg(e.state))return!1;let r=E_(n),i=e.state.selection;if(i instanceof Q){r||={width:1,height:1,rows:[E.from(O_(jg(e.state.schema).cell,n))]};let t=i.$anchorCell.node(-1),a=i.$anchorCell.start(-1),o=Z.get(t).rectBetween(i.$anchorCell.pos-a,i.$headCell.pos-a);return r=k_(r,o.right-o.left,o.bottom-o.top),N_(e.state,e.dispatch,a,o,r),!0}else if(r){let t=Ig(e.state),n=t.start(-1);return N_(e.state,e.dispatch,n,Z.get(t.node(-1)).findCell(t.pos-n),r),!0}else return!1}function B_(e,t){if(t.button!=0||t.ctrlKey||t.metaKey)return;let n=H_(e,t.target),r;if(t.shiftKey&&e.state.selection instanceof Q)i(e.state.selection.$anchorCell,t),t.preventDefault();else if(t.shiftKey&&n&&(r=Ng(e.state.selection.$anchor))!=null&&U_(e,t)?.pos!=r.pos)i(r,t),t.preventDefault();else if(!n)return;function i(t,n){let r=U_(e,n),i=Mg.getState(e.state)==null;if(!r||!Bg(t,r))if(i)r=t;else return;let a=new Q(t,r);if(i||!e.state.selection.eq(a)){let n=e.state.tr.setSelection(a);i&&n.setMeta(Mg,t.pos),e.dispatch(n)}}function a(){e.root.removeEventListener(`mouseup`,a),e.root.removeEventListener(`dragstart`,a),e.root.removeEventListener(`mousemove`,o),Mg.getState(e.state)!=null&&e.dispatch(e.state.tr.setMeta(Mg,-1))}function o(r){let o=r,s=Mg.getState(e.state),c;if(s!=null)c=e.state.doc.resolve(s);else if(H_(e,o.target)!=n&&(c=U_(e,t),!c))return a();c&&i(c,o)}e.root.addEventListener(`mouseup`,a),e.root.addEventListener(`dragstart`,a),e.root.addEventListener(`mousemove`,o)}function V_(e,t,n){if(!(e.state.selection instanceof j))return null;let{$head:r}=e.state.selection;for(let i=r.depth-1;i>=0;i--){let a=r.node(i);if((n<0?r.index(i):r.indexAfter(i))!=(n<0?0:a.childCount))return null;if(a.type.spec.tableRole==`cell`||a.type.spec.tableRole==`header_cell`){let a=r.before(i),o=t==`vert`?n>0?`down`:`up`:n>0?`right`:`left`;return e.endOfTextblock(o)?a:null}}return null}function H_(e,t){for(;t&&t!=e.dom;t=t.parentNode)if(t.nodeName==`TD`||t.nodeName==`TH`)return t;return null}function U_(e,t){let n=e.posAtCoords({left:t.clientX,top:t.clientY});if(!n)return null;let{inside:r,pos:i}=n;return r>=0&&Ng(e.state.doc.resolve(r))||Ng(e.state.doc.resolve(i))}var W_=class{constructor(e,t){this.node=e,this.defaultCellMinWidth=t,this.dom=document.createElement(`div`),this.dom.className=`tableWrapper`,this.table=this.dom.appendChild(document.createElement(`table`)),this.table.style.setProperty(`--default-cell-min-width`,`${t}px`),this.colgroup=this.table.appendChild(document.createElement(`colgroup`)),G_(e,this.colgroup,this.table,t),this.contentDOM=this.table.appendChild(document.createElement(`tbody`))}update(e){return e.type==this.node.type?(this.node=e,G_(e,this.colgroup,this.table,this.defaultCellMinWidth),!0):!1}ignoreMutation(e){return e.type==`attributes`&&(e.target==this.table||this.colgroup.contains(e.target))}};function G_(e,t,n,r,i,a){let o=0,s=!0,c=t.firstChild,l=e.firstChild;if(l){for(let e=0,n=0;enew r(e,n,t)),new J_(-1,!1)},apply(e,t){return t.apply(e)}},props:{attributes:e=>{let t=K_.getState(e);return t&&t.activeHandle>-1?{class:`resize-cursor`}:{}},handleDOMEvents:{mousemove:(t,n)=>{Y_(t,n,e,i)},mouseleave:e=>{X_(e)},mousedown:(e,r)=>{Z_(e,r,t,n)}},decorations:e=>{let t=K_.getState(e);if(t&&t.activeHandle>-1)return ov(e,t.activeHandle)},nodeViews:{}}});return a}var J_=class e{constructor(e,t){this.activeHandle=e,this.dragging=t}apply(t){let n=this,r=t.getMeta(K_);if(r&&r.setHandle!=null)return new e(r.setHandle,!1);if(r&&r.setDragging!==void 0)return new e(n.activeHandle,r.setDragging);if(n.activeHandle>-1&&t.docChanged){let r=t.mapping.map(n.activeHandle,-1);return Rg(t.doc.resolve(r))||(r=-1),new e(r,n.dragging)}return n}};function Y_(e,t,n,r){if(!e.editable)return;let i=K_.getState(e.state);if(i&&!i.dragging){let a=$_(t.target),o=-1;if(a){let{left:r,right:i}=a.getBoundingClientRect();t.clientX-r<=n?o=ev(e,t,`left`,n):i-t.clientX<=n&&(o=ev(e,t,`right`,n))}if(o!=i.activeHandle){if(!r&&o!==-1){let t=e.state.doc.resolve(o),n=t.node(-1),r=Z.get(n),i=t.start(-1);if(r.colCount(t.pos-i)+t.nodeAfter.attrs.colspan-1==r.width-1)return}nv(e,o)}}}function X_(e){if(!e.editable)return;let t=K_.getState(e.state);t&&t.activeHandle>-1&&!t.dragging&&nv(e,-1)}function Z_(e,t,n,r){if(!e.editable)return!1;let i=e.dom.ownerDocument.defaultView??window,a=K_.getState(e.state);if(!a||a.activeHandle==-1||a.dragging)return!1;let o=e.state.doc.nodeAt(a.activeHandle),s=Q_(e,a.activeHandle,o.attrs);e.dispatch(e.state.tr.setMeta(K_,{setDragging:{startX:t.clientX,startWidth:s}}));function c(t){i.removeEventListener(`mouseup`,c),i.removeEventListener(`mousemove`,l);let r=K_.getState(e.state);r?.dragging&&(rv(e,r.activeHandle,tv(r.dragging,t,n)),e.dispatch(e.state.tr.setMeta(K_,{setDragging:null})))}function l(t){if(!t.which)return c(t);let i=K_.getState(e.state);if(i&&i.dragging){let a=tv(i.dragging,t,n);iv(e,i.activeHandle,a,r)}}return iv(e,a.activeHandle,s,r),i.addEventListener(`mouseup`,c),i.addEventListener(`mousemove`,l),t.preventDefault(),!0}function Q_(e,t,{colspan:n,colwidth:r}){let i=r&&r[r.length-1];if(i)return i;let a=e.domAtPos(t),o=a.node.childNodes[a.offset].offsetWidth,s=n;if(r)for(let e=0;elv(e),renderHTML:e=>e.align?{style:`text-align: ${e.align}`}:{}}}var fv=G.create({name:`tableCell`,addOptions(){return{HTMLAttributes:{}}},content:`block+`,addAttributes(){return{colspan:{default:1},rowspan:{default:1},colwidth:{default:null,parseHTML:e=>{let t=e.getAttribute(`colwidth`),n=t?t.split(`,`).map(e=>parseInt(e,10)):null;if(!n){let t=e.closest(`table`)?.querySelectorAll(`colgroup > col`),n=Array.from(e.parentElement?.children||[]).indexOf(e);if(n&&n>-1&&t&&t[n]){let e=t[n].getAttribute(`width`);return e?[parseInt(e,10)]:null}}return n}},align:dv()}},tableRole:`cell`,isolating:!0,parseHTML(){return[{tag:`td`}]},renderHTML({HTMLAttributes:e}){return[`td`,U(this.options.HTMLAttributes,e),0]}}),pv=G.create({name:`tableHeader`,addOptions(){return{HTMLAttributes:{}}},content:`block+`,addAttributes(){return{colspan:{default:1},rowspan:{default:1},colwidth:{default:null,parseHTML:e=>{let t=e.getAttribute(`colwidth`);return t?t.split(`,`).map(e=>parseInt(e,10)):null}},align:dv()}},tableRole:`header_cell`,isolating:!0,parseHTML(){return[{tag:`th`}]},renderHTML({HTMLAttributes:e}){return[`th`,U(this.options.HTMLAttributes,e),0]}}),mv=G.create({name:`tableRow`,addOptions(){return{HTMLAttributes:{}}},content:`(tableCell | tableHeader)*`,tableRole:`row`,parseHTML(){return[{tag:`tr`}]},renderHTML({HTMLAttributes:e}){return[`tr`,U(this.options.HTMLAttributes,e),0]}});function hv(e,t){return t?[`width`,`${Math.max(t,e)}px`]:[`min-width`,`${e}px`]}function gv(e,t,n,r,i,a){var o;let s=0,c=!0,l=t.firstChild,u=e.firstChild;if(u!==null)for(let e=0,n=0;e{let r=e.nodes[n];r.spec.tableRole&&(t[r.spec.tableRole]=r)}),e.cached.tableNodeTypes=t,t}function xv(e,t,n,r,i){let a=bv(e),o=[],s=[];for(let e=0;e{let{selection:t}=e.state;if(!Sv(t))return!1;let n=0;return tu(t.ranges[0].$from,e=>e.type.name===`table`)?.node.descendants(e=>{if(e.type.name===`table`)return!1;[`tableCell`,`tableHeader`].includes(e.type.name)&&(n+=1)}),n===t.ranges.length?(e.commands.deleteTable(),!0):!1};function wv(e){return(e||``).replace(/\s+/g,` `).trim()}function Tv(e,t,n={}){let r=n.cellLineSeparator??``;if(!e||!e.content||e.content.length===0)return``;let i=[];e.content.forEach(e=>{let n=[];e.content&&e.content.forEach(e=>{let i=``;i=e.content&&Array.isArray(e.content)&&e.content.length>1?e.content.map(e=>t.renderChildren(e)).join(r):e.content?t.renderChildren(e.content):``;let a=wv(i),o=e.type===`tableHeader`,s=uv(e.attrs);n.push({text:a,isHeader:o,align:s})}),i.push(n)});let a=i.reduce((e,t)=>Math.max(e,t.length),0);if(a===0)return``;let o=Array(a).fill(0);i.forEach(e=>{for(let t=0;to[t]&&(o[t]=n),o[t]<3&&(o[t]=3)}});let s=(e,t)=>e+` `.repeat(Math.max(0,t-e.length)),c=i[0],l=c.some(e=>e.isHeader),u=Array(a).fill(null);i.forEach(e=>{for(let t=0;tl&&c[t]&&c[t].text||``);return d+=`| ${f.map((e,t)=>s(e,o[t])).join(` | `)} | +`,d+=`| ${o.map((e,t)=>{let n=Math.max(3,e),r=u[t];return r===`left`?`:${`-`.repeat(n)}`:r===`right`?`${`-`.repeat(n)}:`:r===`center`?`:${`-`.repeat(n)}:`:`-`.repeat(n)}).join(` | `)} | +`,(l?i.slice(1):i).forEach(e=>{d+=`| ${Array(a).fill(0).map((t,n)=>s(e[n]&&e[n].text||``,o[n])).join(` | `)} | +`}),d}var Ev=Tv,Dv=G.create({name:`table`,addOptions(){return{HTMLAttributes:{},resizable:!1,renderWrapper:!1,handleWidth:5,cellMinWidth:25,View:_v,lastColumnResizable:!0,allowTableNodeSelection:!1}},content:`tableRow+`,tableRole:`table`,isolating:!0,group:`block`,parseHTML(){return[{tag:`table`}]},renderHTML({node:e,HTMLAttributes:t}){let{colgroup:n,tableWidth:r,tableMinWidth:i}=vv(e,this.options.cellMinWidth),a=t.style;function o(){return a||(r?`width: ${r}`:`min-width: ${i}`)}let s=[`table`,U(this.options.HTMLAttributes,t,{style:o()}),n,[`tbody`,0]];return this.options.renderWrapper?[`div`,{class:`tableWrapper`},s]:s},parseMarkdown:(e,t)=>{let n=[],r=Array.isArray(e.align)?e.align:[];if(e.header){let i=[];e.header.forEach((e,n)=>{let a=cv(r[n]??e.align),o=a?{align:a}:{};i.push(t.createNode(`tableHeader`,o,[{type:`paragraph`,content:t.parseInline(e.tokens)}]))}),n.push(t.createNode(`tableRow`,{},i))}return e.rows&&e.rows.forEach(e=>{let i=[];e.forEach((e,n)=>{let a=cv(r[n]??e.align),o=a?{align:a}:{};i.push(t.createNode(`tableCell`,o,[{type:`paragraph`,content:t.parseInline(e.tokens)}]))}),n.push(t.createNode(`tableRow`,{},i))}),t.createNode(`table`,void 0,n)},renderMarkdown:(e,t)=>Ev(e,t),addCommands(){return{insertTable:({rows:e=3,cols:t=3,withHeaderRow:n=!0}={})=>({tr:r,dispatch:i,editor:a})=>{let o=xv(a.schema,e,t,n);if(i){let e=r.selection.from+1;r.replaceSelectionWith(o).scrollIntoView().setSelection(j.near(r.doc.resolve(e)))}return!0},addColumnBefore:()=>({state:e,dispatch:t})=>n_(e,t),addColumnAfter:()=>({state:e,dispatch:t})=>r_(e,t),deleteColumn:()=>({state:e,dispatch:t})=>a_(e,t),addRowBefore:()=>({state:e,dispatch:t})=>c_(e,t),addRowAfter:()=>({state:e,dispatch:t})=>l_(e,t),deleteRow:()=>({state:e,dispatch:t})=>d_(e,t),deleteTable:()=>({state:e,dispatch:t})=>w_(e,t),mergeCells:()=>({state:e,dispatch:t})=>m_(e,t),splitCell:()=>({state:e,dispatch:t})=>h_(e,t),toggleHeaderColumn:()=>({state:e,dispatch:t})=>b_(`column`)(e,t),toggleHeaderRow:()=>({state:e,dispatch:t})=>b_(`row`)(e,t),toggleHeaderCell:()=>({state:e,dispatch:t})=>x_(e,t),mergeOrSplit:()=>({state:e,dispatch:t})=>m_(e,t)?!0:h_(e,t),setCellAttribute:(e,t)=>({state:n,dispatch:r})=>__(e,t)(n,r),goToNextCell:()=>({state:e,dispatch:t})=>C_(1)(e,t),goToPreviousCell:()=>({state:e,dispatch:t})=>C_(-1)(e,t),fixTables:()=>({state:e,dispatch:t})=>(t&&Qg(e),!0),setCellSelection:e=>({tr:t,dispatch:n})=>{if(n){let n=Q.create(t.doc,e.anchorCell,e.headCell);t.setSelection(n)}return!0}}},addKeyboardShortcuts(){return{Tab:()=>this.editor.commands.goToNextCell()?!0:this.editor.can().addRowAfter()?this.editor.chain().addRowAfter().goToNextCell().run():!1,"Shift-Tab":()=>this.editor.commands.goToPreviousCell(),Backspace:Cv,"Mod-Backspace":Cv,Delete:Cv,"Mod-Delete":Cv}},addProseMirrorPlugins(){return[...this.options.resizable&&this.editor.isEditable?[q_({handleWidth:this.options.handleWidth,cellMinWidth:this.options.cellMinWidth,defaultCellMinWidth:this.options.cellMinWidth,View:this.options.View,lastColumnResizable:this.options.lastColumnResizable})]:[],sv({allowTableNodeSelection:this.options.allowTableNodeSelection})]},extendNodeSchema(e){return{tableRole:H(V(e,`tableRole`,{name:e.name,options:e.options,storage:e.storage}))}}});W.create({name:`tableKit`,addExtensions(){let e=[];return this.options.table!==!1&&e.push(Dv.configure(this.options.table)),this.options.tableCell!==!1&&e.push(fv.configure(this.options.tableCell)),this.options.tableHeader!==!1&&e.push(pv.configure(this.options.tableHeader)),this.options.tableRow!==!1&&e.push(mv.configure(this.options.tableRow)),e}});var Ov=20,kv=(e,t=0)=>{let n=[];return!e.children.length||t>Ov||Array.from(e.children).forEach(e=>{e.tagName===`SPAN`?n.push(e):e.children.length&&n.push(...kv(e,t+1))}),n},Av=e=>{if(!e.children.length)return;let t=kv(e);t&&t.forEach(e=>{let t=e.getAttribute(`style`),n=(e.parentElement?.closest(`span`))?.getAttribute(`style`);e.setAttribute(`style`,`${n};${t}`)})},jv=wd.create({name:`textStyle`,priority:101,addOptions(){return{HTMLAttributes:{},mergeNestedSpanStyles:!0}},parseHTML(){return[{tag:`span`,consuming:!1,getAttrs:e=>e.hasAttribute(`style`)?(this.options.mergeNestedSpanStyles&&Av(e),{}):!1}]},renderHTML({HTMLAttributes:e}){return[`span`,U(this.options.HTMLAttributes,e),0]},addCommands(){return{toggleTextStyle:e=>({commands:t})=>t.toggleMark(this.name,e),removeEmptyTextStyle:()=>({tr:e})=>{let{selection:t}=e;return e.doc.nodesBetween(t.from,t.to,(t,n)=>{if(t.isTextblock)return!0;t.marks.filter(e=>e.type===this.type).some(e=>Object.values(e.attrs).some(e=>!!e))||e.removeMark(n,n+t.nodeSize,this.type)}),!0}}}}),Mv=W.create({name:`backgroundColor`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{backgroundColor:{default:null,parseHTML:e=>{let t=e.getAttribute(`style`);if(t){let e=t.split(`;`).map(e=>e.trim()).filter(Boolean);for(let t=e.length-1;t>=0;--t){let n=e[t].split(`:`);if(n.length>=2){let e=n[0].trim().toLowerCase(),t=n.slice(1).join(`:`).trim();if(e===`background-color`)return t.replace(/['"]+/g,``)}}}return e.style.backgroundColor?.replace(/['"]+/g,``)},renderHTML:e=>e.backgroundColor?{style:`background-color: ${e.backgroundColor}`}:{}}}}]},addCommands(){return{setBackgroundColor:e=>({chain:t})=>t().setMark(`textStyle`,{backgroundColor:e}).run(),unsetBackgroundColor:()=>({chain:e})=>e().setMark(`textStyle`,{backgroundColor:null}).removeEmptyTextStyle().run()}}}),Nv=W.create({name:`color`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{color:{default:null,parseHTML:e=>{let t=e.getAttribute(`style`);if(t){let e=t.split(`;`).map(e=>e.trim()).filter(Boolean);for(let t=e.length-1;t>=0;--t){let n=e[t].split(`:`);if(n.length>=2){let e=n[0].trim().toLowerCase(),t=n.slice(1).join(`:`).trim();if(e===`color`)return t.replace(/['"]+/g,``)}}}return e.style.color?.replace(/['"]+/g,``)},renderHTML:e=>e.color?{style:`color: ${e.color}`}:{}}}}]},addCommands(){return{setColor:e=>({chain:t})=>t().setMark(`textStyle`,{color:e}).run(),unsetColor:()=>({chain:e})=>e().setMark(`textStyle`,{color:null}).removeEmptyTextStyle().run()}}}),Pv=W.create({name:`fontFamily`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{fontFamily:{default:null,parseHTML:e=>e.style.fontFamily,renderHTML:e=>e.fontFamily?{style:`font-family: ${e.fontFamily}`}:{}}}}]},addCommands(){return{setFontFamily:e=>({chain:t})=>t().setMark(`textStyle`,{fontFamily:e}).run(),unsetFontFamily:()=>({chain:e})=>e().setMark(`textStyle`,{fontFamily:null}).removeEmptyTextStyle().run()}}}),Fv=W.create({name:`fontSize`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{fontSize:{default:null,parseHTML:e=>e.style.fontSize,renderHTML:e=>e.fontSize?{style:`font-size: ${e.fontSize}`}:{}}}}]},addCommands(){return{setFontSize:e=>({chain:t})=>t().setMark(`textStyle`,{fontSize:e}).run(),unsetFontSize:()=>({chain:e})=>e().setMark(`textStyle`,{fontSize:null}).removeEmptyTextStyle().run()}}}),Iv=W.create({name:`lineHeight`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{lineHeight:{default:null,parseHTML:e=>e.style.lineHeight,renderHTML:e=>e.lineHeight?{style:`line-height: ${e.lineHeight}`}:{}}}}]},addCommands(){return{setLineHeight:e=>({chain:t})=>t().setMark(`textStyle`,{lineHeight:e}).run(),unsetLineHeight:()=>({chain:e})=>e().setMark(`textStyle`,{lineHeight:null}).removeEmptyTextStyle().run()}}});W.create({name:`textStyleKit`,addExtensions(){let e=[];return this.options.backgroundColor!==!1&&e.push(Mv.configure(this.options.backgroundColor)),this.options.color!==!1&&e.push(Nv.configure(this.options.color)),this.options.fontFamily!==!1&&e.push(Pv.configure(this.options.fontFamily)),this.options.fontSize!==!1&&e.push(Fv.configure(this.options.fontSize)),this.options.lineHeight!==!1&&e.push(Iv.configure(this.options.lineHeight)),this.options.textStyle!==!1&&e.push(jv.configure(this.options.textStyle)),e}});var Lv=fv.extend({content:`inline*`,parseHTML(){return[{tag:`td`}]},renderHTML({HTMLAttributes:e}){return[`td`,e,0]}}),Rv=pv.extend({content:`inline*`,parseHTML(){return[{tag:`th`}]},renderHTML({HTMLAttributes:e}){return[`th`,e,0]}}),zv={name:`WorshipDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([]),a=i([]),o=()=>{n.value=!0,c()},s=()=>{n.value=!1},c=async()=>{try{r.value=(await le.get(`/event-places`)).data}catch(e){console.error(`Fehler beim Laden der Orte:`,e)}};return{isOpen:n,locations:r,selectedLocations:a,openWorshipDialog:o,closeWorshipDialog:s,confirmWorshipConfiguration:()=>{t(`confirm`,JSON.stringify(a.value.map(e=>e.id))),s()}}}},Bv={key:0,class:`dialog-overlay`},Vv={class:`dialog-content`};function Hv(e,t,n,r,i,a){let o=s(`multiselect`);return S(),m(`div`,null,[r.isOpen?(S(),m(`div`,Bv,[f(`div`,Vv,[t[3]||=f(`h3`,null,`Gottesdienst-Konfiguration`,-1),t[4]||=f(`div`,null,[f(`label`,{for:`location-select`},`Bitte wählen Sie den Ort für den Gottestdienst aus:`)],-1),f(`div`,null,[g(o,{modelValue:r.selectedLocations,"onUpdate:modelValue":t[0]||=e=>r.selectedLocations=e,options:r.locations,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,"preselect-first":!1,label:`name`,"track-by":`id`,placeholder:`Orte auswählen`},null,8,[`modelValue`,`options`])]),f(`div`,null,[f(`button`,{onClick:t[1]||=(...e)=>r.confirmWorshipConfiguration&&r.confirmWorshipConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[2]||=(...e)=>r.closeWorshipDialog&&r.closeWorshipDialog(...e)},`Schließen`)])])])):x(``,!0)])}var Uv=ne(zv,[[`render`,Hv],[`__scopeId`,`data-v-39238d16`]]),Wv={name:`AddContactDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([]),a=i([]),o=i([]),s=i([]),c=i(null),l=i([]),u=i([]),d=i([]),f=i([]),p=i(`float`),m=i({phone:!1,street:!1,zipcode:!1,city:!1,email:!1,positions:!1}),h=i([{id:`all`,caption:`Alle`},{id:`specific`,caption:`Eine Person`},{id:`places`,caption:`Für bestimmte Orte`},{id:`types`,caption:`Für bestimmte Typen`},{id:`position`,caption:`Für bestimmte Positionen`}]),g=i([{id:`float`,label:`Durchlaufender Text`},{id:`box`,label:`Textbox`}]),_=()=>{n.value=!0,b(),te(),ne(),x()},ee=()=>{n.value=!1},v=()=>{l.value.some(e=>e.id===`all`)?(l.value=[{id:`all`,caption:`Alle`}],c.value=null,u.value=[],f.value=[],d.value=[]):l.value.some(e=>e.id===`specific`)?(l.value=[{id:`specific`,caption:`Eine Person`}],u.value=[],f.value=[],d.value=[]):(l.value.some(e=>e.id===`places`)||l.value.some(e=>e.id===`types`)||l.value.some(e=>e.id===`position`))&&(c.value=null)},y=()=>{console.log(`Selected positions:`,d.value);let e=``,n=Object.keys(m.value).filter(e=>m.value[e]),r={};l.value.some(e=>e.id===`all`)?r.id=`all`:l.value.some(e=>e.id===`specific`)&&c.value?r.id=c.value.id:(r.types=u.value.map(e=>e.id),r.places=f.value.map(e=>e.id),r.positions=Array.isArray(d.value)?d.value.map(e=>e.id):[]);let i={selection:r,display:n,style:p.value};e=`{{ contact:`+JSON.stringify(i)+` }}`,console.log(`Emitting config:`,e),t(`confirm`,e),ee()},b=async()=>{try{r.value=(await le.get(`/contact-persons`)).data}catch(e){console.error(`Fehler beim Laden der Kontaktpersonen:`,e)}},te=async()=>{try{a.value=(await le.get(`/event-types`)).data}catch(e){console.error(`Fehler beim Laden der Event-Typen:`,e)}},ne=async()=>{try{o.value=(await le.get(`/event-places`)).data}catch(e){console.error(`Fehler beim Laden der Orte:`,e)}},x=async()=>{try{s.value=(await le.get(`/positions`)).data}catch(e){console.error(`Fehler beim Laden der Positionen:`,e)}};return{isOpen:n,contacts:r,selectedContact:c,selectedTypes:l,selectedEventTypes:u,selectedPlaces:f,displayOptions:m,displayStyle:p,displayStyles:g,typeOptions:h,openAddContactDialog:_,closeAddContactDialog:ee,confirmAddContactConfiguration:y,onTypeSelect:v,places:o,eventTypes:a,positions:s,selectedPositions:d}}},Gv={key:0,class:`dialog-overlay`},Kv={class:`dialog-content`},qv={key:0},Jv={key:1},Yv={key:2},Xv={key:3},Zv={class:`display-options`},Qv=[`value`];function $v(e,t,r,i,o,c){let l=s(`multiselect`);return S(),m(`div`,null,[i.isOpen?(S(),m(`div`,Gv,[f(`div`,Kv,[t[27]||=f(`h3`,null,`Kontaktperson hinzufügen`,-1),f(`div`,null,[t[14]||=f(`label`,{for:`type-select`},`Typen:`,-1),g(l,{id:`type-select`,modelValue:i.selectedTypes,"onUpdate:modelValue":t[0]||=e=>i.selectedTypes=e,options:i.typeOptions,multiple:!0,label:`caption`,"track-by":`id`,onSelect:i.onTypeSelect},null,8,[`modelValue`,`options`,`onSelect`])]),i.selectedTypes.some(e=>e.id===`places`)?(S(),m(`div`,qv,[t[15]||=f(`label`,{for:`places-select`},`Wählen Sie Orte:`,-1),g(l,{id:`places-select`,modelValue:i.selectedPlaces,"onUpdate:modelValue":t[1]||=e=>i.selectedPlaces=e,options:i.places,multiple:!0,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),i.selectedTypes.some(e=>e.id===`types`)?(S(),m(`div`,Jv,[t[16]||=f(`label`,{for:`types-select`},`Wählen Sie Typen:`,-1),g(l,{id:`types-select`,modelValue:i.selectedEventTypes,"onUpdate:modelValue":t[2]||=e=>i.selectedEventTypes=e,options:i.eventTypes,multiple:!0,label:`caption`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),i.selectedTypes.some(e=>e.id===`position`)?(S(),m(`div`,Yv,[t[17]||=f(`label`,{for:`position-select`},`Wählen Sie eine Position:`,-1),g(l,{id:`position-select`,modelValue:i.selectedPositions,"onUpdate:modelValue":t[3]||=e=>i.selectedPositions=e,options:i.positions,multiple:!1,label:`caption`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),i.selectedTypes.some(e=>e.id===`specific`)?(S(),m(`div`,Xv,[t[18]||=f(`label`,{for:`contact-select`},`Wählen Sie eine Kontaktperson:`,-1),g(l,{id:`contact-select`,modelValue:i.selectedContact,"onUpdate:modelValue":t[4]||=e=>i.selectedContact=e,options:i.contacts,multiple:!1,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),f(`div`,null,[t[26]||=f(`label`,null,`Wählen Sie welche Elemente angezeigt werden sollen:`,-1),f(`div`,Zv,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[5]||=e=>i.displayOptions.phone=e},null,512),[[w,i.displayOptions.phone]]),t[19]||=v(` Telefon`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[6]||=e=>i.displayOptions.street=e},null,512),[[w,i.displayOptions.street]]),t[20]||=v(` Straße`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[7]||=e=>i.displayOptions.zipcode=e},null,512),[[w,i.displayOptions.zipcode]]),t[21]||=v(` Postleitzahl`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[8]||=e=>i.displayOptions.city=e},null,512),[[w,i.displayOptions.city]]),t[22]||=v(` Stadt`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[9]||=e=>i.displayOptions.email=e},null,512),[[w,i.displayOptions.email]]),t[23]||=v(` E-Mail`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[10]||=e=>i.displayOptions.positions=e},null,512),[[w,i.displayOptions.positions]]),t[24]||=v(` Positionen`,-1)])]),f(`div`,null,[t[25]||=f(`label`,{for:`displayStyle`},`Anzeigen als`,-1),a(f(`select`,{id:`displayStyle`,"onUpdate:modelValue":t[11]||=e=>i.displayStyle=e},[(S(!0),m(_,null,n(i.displayStyles,e=>(S(),m(`option`,{value:e.id,key:e.id},p(e.label),9,Qv))),128))],512),[[se,i.displayStyle]])])]),f(`div`,null,[f(`button`,{onClick:t[12]||=(...e)=>i.confirmAddContactConfiguration&&i.confirmAddContactConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[13]||=(...e)=>i.closeAddContactDialog&&i.closeAddContactDialog(...e)},`Schließen`)])])])):x(``,!0)])}var ey=ne(Wv,[[`render`,$v],[`__scopeId`,`data-v-2c1d1ad9`]]),ty={name:`AddEventDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([`Alle`,`Für bestimmte Orte`,`Für bestimmte Typen`,`Ein bestimmtes`,`Ereignisse für Homepage`]),a=i([]),o=i([]),s=i([]),c=i([]),l=i([]),u=i([]),d=i(null),f=i(!1),p=i({name:!1,type:!1,place:!1,description:!1,time:!1,contactPerson:!1,day:!1,institution:!1}),m=()=>{n.value=!0,ee(),v(),y()},h=()=>{n.value=!1},g=e=>{e===`Alle`||e===`Ein bestimmtes`?a.value=[e]:a.value=a.value.filter(e=>e!==`Alle`&&e!==`Ein bestimmtes`)},_=()=>{let e={};e.display=Object.keys(p.value).filter(e=>p.value[e]),f.value?e.id=`home`:a.value.includes(`Alle`)?e.id=`all`:a.value.includes(`Ein bestimmtes`)?e.id=d.value.id:(e.types=u.value.map(e=>e.id),e.places=l.value.map(e=>e.id)),t(`confirm`,`{{ events:`+JSON.stringify(e)+` }}`),h()},ee=async()=>{try{o.value=(await le.get(`/event-places`)).data}catch(e){console.error(`Fehler beim Laden der Orte:`,e)}},v=async()=>{try{s.value=(await le.get(`/event-types`)).data}catch(e){console.error(`Fehler beim Laden der Typen:`,e)}},y=async()=>{try{c.value=(await le.get(`/events`)).data}catch(e){console.error(`Fehler beim Laden der Events:`,e)}};return{isOpen:n,typeOptions:r,selectedTypes:a,places:o,eventTypes:s,events:c,selectedPlaces:l,selectedEventTypes:u,selectedEvent:d,displayOptions:p,openAddEventDialog:m,closeAddEventDialog:h,confirmAddEventConfiguration:_,onTypeSelect:g,isHomepage:f}}},ny={key:0,class:`dialog-overlay`},ry={class:`dialog-content`},iy={key:0},ay={key:1},oy={key:2},sy={class:`display-options`};function cy(e,t,n,r,i,o){let c=s(`multiselect`);return S(),m(`div`,null,[r.isOpen?(S(),m(`div`,ny,[f(`div`,ry,[t[29]||=f(`h3`,null,`Ereignisse hinzufügen`,-1),f(`div`,null,[t[15]||=f(`label`,{for:`selection-type`},`Wählen Sie den Typ:`,-1),g(c,{id:`selection-type`,modelValue:r.selectedTypes,"onUpdate:modelValue":t[0]||=e=>r.selectedTypes=e,options:r.typeOptions,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,onSelect:r.onTypeSelect},null,8,[`modelValue`,`options`,`onSelect`])]),f(`div`,null,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[1]||=e=>r.isHomepage=e},null,512),[[w,r.isHomepage]]),t[16]||=v(` Auch Ereignisse für die Homepage zeigen`,-1)])]),r.selectedTypes.includes(`Für bestimmte Orte`)?(S(),m(`div`,iy,[t[17]||=f(`label`,{for:`places-select`},`Wählen Sie Orte:`,-1),g(c,{id:`places-select`,modelValue:r.selectedPlaces,"onUpdate:modelValue":t[2]||=e=>r.selectedPlaces=e,options:r.places,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),r.selectedTypes.includes(`Für bestimmte Typen`)?(S(),m(`div`,ay,[t[18]||=f(`label`,{for:`types-select`},`Wählen Sie Typen:`,-1),g(c,{id:`types-select`,modelValue:r.selectedEventTypes,"onUpdate:modelValue":t[3]||=e=>r.selectedEventTypes=e,options:r.eventTypes,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,label:`caption`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),r.selectedTypes.includes(`Ein bestimmtes`)?(S(),m(`div`,oy,[t[19]||=f(`label`,{for:`event-select`},`Wählen Sie ein Event:`,-1),g(c,{id:`event-select`,modelValue:r.selectedEvent,"onUpdate:modelValue":t[4]||=e=>r.selectedEvent=e,options:r.events,multiple:!1,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),f(`div`,null,[t[28]||=f(`label`,null,`Wählen Sie welche Elemente angezeigt werden sollen:`,-1),f(`div`,sy,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[5]||=e=>r.displayOptions.name=e},null,512),[[w,r.displayOptions.name]]),t[20]||=v(` Name`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[6]||=e=>r.displayOptions.type=e},null,512),[[w,r.displayOptions.type]]),t[21]||=v(` Typ`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[7]||=e=>r.displayOptions.place=e},null,512),[[w,r.displayOptions.place]]),t[22]||=v(` Ort`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[8]||=e=>r.displayOptions.description=e},null,512),[[w,r.displayOptions.description]]),t[23]||=v(` Beschreibung`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[9]||=e=>r.displayOptions.time=e},null,512),[[w,r.displayOptions.time]]),t[24]||=v(` Uhrzeit`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[10]||=e=>r.displayOptions.contactPerson=e},null,512),[[w,r.displayOptions.contactPerson]]),t[25]||=v(` Kontaktperson`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[11]||=e=>r.displayOptions.day=e},null,512),[[w,r.displayOptions.day]]),t[26]||=v(` Veranstaltungstag`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[12]||=e=>r.displayOptions.institution=e},null,512),[[w,r.displayOptions.institution]]),t[27]||=v(` Institution`,-1)])])]),f(`div`,null,[f(`button`,{onClick:t[13]||=(...e)=>r.confirmAddEventConfiguration&&r.confirmAddEventConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[14]||=(...e)=>r.closeAddEventDialog&&r.closeAddEventDialog(...e)},`Schließen`)])])])):x(``,!0)])}var ly=ne(ty,[[`render`,cy],[`__scopeId`,`data-v-950ec016`]]),uy={name:`AddLinkDialog`,data(){return{showDialog:!1,url:``,text:``}},methods:{openAddLinkDialog(){this.showDialog=!0},closeDialog(){this.showDialog=!1,this.url=``,this.text=``},confirm(){this.$emit(`confirm`,this.url,this.text),this.closeDialog()}}},dy={key:0,class:`modal`},fy={class:`modal-content`};function py(e,t,n,r,i,o){return i.showDialog?(S(),m(`div`,dy,[f(`div`,fy,[f(`span`,{class:`close`,onClick:t[0]||=(...e)=>o.closeDialog&&o.closeDialog(...e)},`×`),t[6]||=f(`h2`,null,`Link hinzufügen`,-1),f(`table`,null,[f(`tbody`,null,[f(`tr`,null,[t[4]||=f(`td`,null,[f(`label`,{for:`link-url`},`URL:`)],-1),f(`td`,null,[a(f(`input`,{id:`link-url`,"onUpdate:modelValue":t[1]||=e=>i.url=e,type:`text`},null,512),[[oe,i.url]])])]),f(`tr`,null,[t[5]||=f(`td`,null,[f(`label`,{for:`link-text`},`Linktext:`)],-1),f(`td`,null,[a(f(`input`,{id:`link-text`,"onUpdate:modelValue":t[2]||=e=>i.text=e,type:`text`},null,512),[[oe,i.text]])])])])]),f(`button`,{onClick:t[3]||=(...e)=>o.confirm&&o.confirm(...e)},`Hinzufügen`)])])):x(``,!0)}var my=ne(uy,[[`render`,py],[`__scopeId`,`data-v-66d76ae6`]]),hy={name:`AddDownloadDialog`,data(){return{showDialog:!1,selectedFile:null,files:[]}},methods:{async openAddDownloadDialog(){this.showDialog=!0;try{this.files=(await le.get(`/files`)).data}catch(e){console.error(`Fehler beim Abrufen der Dateien:`,e)}},closeDialog(){this.showDialog=!1,this.selectedFile=null},confirm(){this.selectedFile?(console.log(this.selectedFile.hash),this.$emit(`confirm`,{hash:this.selectedFile.hash}),this.closeDialog()):alert(`Bitte wählen Sie eine Datei aus.`)}}},gy={key:0,class:`modal`},_y={class:`modal-content`},vy=[`value`];function yy(e,t,r,i,o,s){return o.showDialog?(S(),m(`div`,gy,[f(`div`,_y,[f(`span`,{class:`close`,onClick:t[0]||=(...e)=>s.closeDialog&&s.closeDialog(...e)},`×`),t[4]||=f(`h2`,null,`Datei zum Download hinzufügen`,-1),f(`table`,null,[f(`tbody`,null,[f(`tr`,null,[t[3]||=f(`td`,null,[f(`label`,{for:`file-select`},`Datei auswählen:`)],-1),f(`td`,null,[a(f(`select`,{id:`file-select`,"onUpdate:modelValue":t[1]||=e=>o.selectedFile=e},[(S(!0),m(_,null,n(o.files,e=>(S(),m(`option`,{key:e.id,value:e},p(e.title)+` (`+p(e.originalName)+`) `,9,vy))),128))],512),[[se,o.selectedFile]])])])])]),f(`button`,{onClick:t[2]||=(...e)=>s.confirm&&s.confirm(...e)},`Hinzufügen`)])])):x(``,!0)}var by=ne(hy,[[`render`,yy],[`__scopeId`,`data-v-76913011`]]),xy={name:`AddInstitutionDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([]),a=i(null),o=i(`float`),s=i({street:!1,zipcode:!1,city:!1,phone:!1,fax:!1,email:!1}),c=i([{id:`all`,name:`Alle`},...r.value]),l=i([{id:`float`,label:`Durchlaufender Text`},{id:`box`,label:`Textbox`}]),u=()=>{n.value=!0,m()},d=()=>{n.value=!1},f=()=>{a.value&&a.value.id===`all`&&(c.value=[{id:`all`,name:`Alle`}],a.value={id:`all`,name:`Alle`})},p=()=>{let e=Object.keys(s.value).filter(e=>s.value[e]),n={id:a.value.id,display:e,style:o.value};t(`confirm`,`{{ institution:${JSON.stringify(n)} }}`),d()},m=async()=>{try{r.value=(await le.get(`/institutions`)).data,c.value=[{id:`all`,name:`Alle`},...r.value]}catch(e){console.error(`Fehler beim Laden der Institutionen:`,e)}};return{isOpen:n,institutions:r,selectedInstitution:a,displayOptions:s,displayStyle:o,displayStyles:l,institutionOptions:c,openAddInstitutionDialog:u,closeAddInstitutionDialog:d,confirmAddInstitutionConfiguration:p,onInstitutionSelect:f}}},Sy={key:0,class:`dialog-overlay`},Cy={class:`dialog-content`},wy={class:`display-options`},Ty=[`value`];function Ey(e,t,r,i,o,c){let l=s(`multiselect`);return S(),m(`div`,null,[i.isOpen?(S(),m(`div`,Sy,[f(`div`,Cy,[t[19]||=f(`h3`,null,`Institution hinzufügen`,-1),f(`div`,null,[t[10]||=f(`label`,{for:`institution-select`},`Wählen Sie eine Institution:`,-1),g(l,{id:`institution-select`,modelValue:i.selectedInstitution,"onUpdate:modelValue":t[0]||=e=>i.selectedInstitution=e,options:i.institutionOptions,multiple:!1,label:`name`,"track-by":`id`,onSelect:i.onInstitutionSelect},null,8,[`modelValue`,`options`,`onSelect`])]),f(`div`,null,[t[18]||=f(`label`,null,`Wählen Sie welche Elemente angezeigt werden sollen:`,-1),f(`div`,wy,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[1]||=e=>i.displayOptions.street=e},null,512),[[w,i.displayOptions.street]]),t[11]||=v(` Straße`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[2]||=e=>i.displayOptions.zipcode=e},null,512),[[w,i.displayOptions.zipcode]]),t[12]||=v(` Postleitzahl`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[3]||=e=>i.displayOptions.city=e},null,512),[[w,i.displayOptions.city]]),t[13]||=v(` Stadt`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[4]||=e=>i.displayOptions.phone=e},null,512),[[w,i.displayOptions.phone]]),t[14]||=v(` Telefon`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[5]||=e=>i.displayOptions.fax=e},null,512),[[w,i.displayOptions.fax]]),t[15]||=v(` Fax`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[6]||=e=>i.displayOptions.email=e},null,512),[[w,i.displayOptions.email]]),t[16]||=v(` E-Mail`,-1)])]),f(`div`,null,[t[17]||=f(`label`,{for:`displayStyle`},`Anzeigen als`,-1),a(f(`select`,{id:`displayStyle`,"onUpdate:modelValue":t[7]||=e=>i.displayStyle=e},[(S(!0),m(_,null,n(i.displayStyles,e=>(S(),m(`option`,{value:e.id,key:e.id},p(e.label),9,Ty))),128))],512),[[se,i.displayStyle]])])]),f(`div`,null,[f(`button`,{onClick:t[8]||=(...e)=>i.confirmAddInstitutionConfiguration&&i.confirmAddInstitutionConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[9]||=(...e)=>i.closeAddInstitutionDialog&&i.closeAddInstitutionDialog(...e)},`Schließen`)])])])):x(``,!0)])}var Dy=ne(xy,[[`render`,Ey],[`__scopeId`,`data-v-1c37dd67`]]),$=Symbol(`IconoirProvider`);h({setup(){return{context:C($)}}});var Oy=(e,t)=>{let n=e.__vccOpts||e;for(let[e,r]of t)n[e]=r;return n};h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var ky=h({setup(){return{context:C($)}}});function Ay(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,8)],16)}var jy=Oy(ky,[[`render`,Ay]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var My=h({setup(){return{context:C($)}}});function Ny(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,8)],16)}var Py=Oy(My,[[`render`,Ny]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Fy=h({setup(){return{context:C($)}}});function Iy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M12 3L12 21M12 21L20.5 12.5M12 21L3.5 12.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Ly=Oy(Fy,[[`render`,Iy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Ry=h({setup(){return{context:C($)}}});function zy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M3 12L21 12M21 12L12.5 3.5M21 12L12.5 20.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var By=Oy(Ry,[[`render`,zy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Vy=h({setup(){return{context:C($)}}});function Hy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M12 11.6667H8M12 11.6667C12 11.6667 15.3333 11.6667 15.3333 8.33333C15.3333 5.00002 12 5 12 5C12 5 12 5 12 5H8.6C8.26863 5 8 5.26863 8 5.6V11.6667M12 11.6667C12 11.6667 16 11.6667 16 15.3333C16 19 12 19 12 19C12 19 12 19 12 19H8.6C8.26863 19 8 18.7314 8 18.4V11.6667`,stroke:`currentColor`,"stroke-width":`1.5`},null,-1)],16)}var Uy=Oy(Vy,[[`render`,Hy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Wy=h({setup(){return{context:C($)}}});function Gy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M6 20L18 20`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M12 4V16M12 16L15.5 12.5M12 16L8.5 12.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Ky=Oy(Wy,[[`render`,Gy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var qy=h({setup(){return{context:C($)}}});function Jy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M11 5L14 5M17 5L14 5M14 5L10 19M10 19L7 19M10 19L13 19`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Yy=Oy(qy,[[`render`,Jy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Xy=h({setup(){return{context:C($)}}});function Zy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,6)],16)}var Qy=Oy(Xy,[[`render`,Zy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var $y=h({setup(){return{context:C($)}}});function eb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,7)],16)}var tb=Oy($y,[[`render`,eb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var nb=h({setup(){return{context:C($)}}});function rb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M8 21H20.4C20.7314 21 21 20.7314 21 20.4V3.6C21 3.26863 20.7314 3 20.4 3H3.6C3.26863 3 3 3.26863 3 3.6V16`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M3.5 20.5L12 12M12 12V16M12 12H8`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var ib=Oy(nb,[[`render`,rb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var ab=h({setup(){return{context:C($)}}});function ob(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,5)],16)}var sb=Oy(ab,[[`render`,ob]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var cb=h({setup(){return{context:C($)}}});function lb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M3 12L21 12`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M16.2857 3L10.068 3C7.82129 3 6 4.82129 6 7.06797C6 8.81895 7.12044 10.3735 8.78157 10.9272L12 12M6 21H13.932C16.1787 21 18 19.1787 18 16.932C18 16.2409 17.8255 15.5804 17.512 15`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var ub=Oy(cb,[[`render`,lb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var db=h({setup(){return{context:C($)}}});function fb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,5)],16)}var pb=Oy(db,[[`render`,fb]]),mb=h({setup(){return{context:C($)}}});function hb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M3 12H7.5H12H16.5H21M3 12V16.5M3 12V7.5M21 12V16.5M21 12V7.5M3 16.5V20.4C3 20.7314 3.26863 21 3.6 21H7.5H12H16.5H20.4C20.7314 21 21 20.7314 21 20.4V16.5M3 16.5H7.5H12H16.5H21M21 7.5V3.6C21 3.26863 20.7314 3 20.4 3H16.5H12H7.5H3.6C3.26863 3 3 3.26863 3 3.6V7.5M21 7.5H16.5H12H7.5H3`,stroke:`currentColor`,"stroke-width":`1.5`},null,-1)],16)}var gb=Oy(mb,[[`render`,hb]]),_b=h({setup(){return{context:C($)}}});function vb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,7)],16)}var yb=Oy(_b,[[`render`,vb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var bb=h({setup(){return{context:C($)}}});function xb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M16 5V11C16 13.2091 14.2091 15 12 15V15C9.79086 15 8 13.2091 8 11V5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M6 19L18 19`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Sb=Oy(bb,[[`render`,xb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Cb={name:`EditPagesComponent`,components:{EditorContent:pf,WorshipDialog:Uv,AddImageDialog:de,BoldIcon:Uy,ItalicIcon:Yy,UnderlineIcon:Sb,StrikethroughIcon:ub,ListIcon:Qy,NumberedListLeftIcon:tb,TableIcon:yb,Table2ColumnsIcon:pb,ArrowDownIcon:Ly,ArrowRightIcon:By,TableRowsIcon:gb,AlignTopBoxIcon:Py,AlignLeftBoxIcon:jy,StatsReportIcon:sb,AddEventDialog:ly,AddContactDialog:ey,AddLinkDialog:my,AddDownloadDialog:by,AddInstitutionDialog:Dy,OpenInWindowIcon:ib,DownloadIcon:Ky},setup(){let e=ce(),n=i([]),r=i(``),a=te(()=>e.state.pageContent),o=i(null),s=i(null),c=i(null),l=i(null),u=i(null),d=i(null),f=i(null),p=i(null),m=mf({extensions:[wg,Dv.configure({resizable:!0}),mv,Lv,Rv,Sf,Rf,Ph,Mh,nh,Ch,Mf.configure({levels:[3,4,5,6]}),Xm.configure({openOnClick:!1}),jv,Nv],content:``,onUpdate:({editor:t})=>{e.commit(`SET_PAGE_CONTENT`,t.getHTML())}}),h=(e,t,n=``)=>{e.forEach(e=>{let r=n?`${n} -> ${e.name}`:e.name;t.push({...e,name:r}),e.submenu&&e.submenu.length&&h(e.submenu,t,r)})},g=async()=>{try{let t=(await le.get(`/menu-data`)).data,r=[];h(t,r),n.value=r.sort((e,t)=>e.name.localeCompare(t.name)),e.commit(`setMenuData`,t)}catch(e){console.error(`Fehler beim Abrufen der Seiten:`,e)}},_=async()=>{try{await e.dispatch(`loadPageContent`,r.value);let t=e.getters.pageContent,n=()=>{m.value&&m.value.commands?m.value.commands.setContent(t,!1):setTimeout(n,100)};n()}catch(e){console.error(`Fehler beim Laden des Seiteninhalts:`,e)}},v=async()=>{try{let t=n.value.find(e=>e.link===r.value)?.name||``;if(!t)return;let i=m.value.getHTML();e.commit(`SET_PAGE_CONTENT`,i),await e.dispatch(`savePageContent`,{link:r.value,name:t})}catch(e){console.error(`Fehler beim Speichern des Seiteninhalts:`,e)}};t(g);let y=te(()=>n.value);return ee(r,t=>{e.dispatch(`setSelectedPage`,t);let r=n.value.find(e=>e.link===t);r&&e.dispatch(`setPageTitle`,r.name),_()}),{pages:n,sortedPages:y,selectedPage:r,editor:m,loadPageContent:_,savePageContent:v,pageHtmlContent:a,openWorshipDialog:()=>{o.value.openWorshipDialog()},insertWorshipList:e=>{if(m.value){let t={location:e,order:`date asc`};m.value.chain().focus().insertContent(`{{ worshipslist:`+JSON.stringify(t)+` }}`).run()}},worshipDialog:o,addImageDialog:s,openAddImageDialog:()=>{s.value.openAddImageDialog()},insertImage:e=>{m.value&&m.value.chain().focus().insertContent(`{{ image:${e} }}`).run()},addEventDialog:c,openAddEventsDialog:()=>{c.value.openAddEventDialog()},addContactDialog:l,openAddContactDialog:()=>{l.value.openAddContactDialog()},insertContact:e=>{m.value&&m.value.chain().focus().insertContent(e).run()},insertEvent:e=>{m.value&&m.value.chain().focus().insertContent(e).run()},addLinkDialog:u,openAddLinkDialog:()=>{u.value.openAddLinkDialog()},insertLink:(e,t)=>{if(!m.value||!e)return;let n=m.value.state.doc.textBetween(m.value.state.selection.from,m.value.state.selection.to),r=(e=>e.replace(/[&<>"']/g,e=>({"&":`&`,"<":`<`,">":`>`,'"':`"`,"'":`'`})[e]))(t&&t.trim()||n||e),i=e.trim();m.value.chain().focus().insertContent(`${r}`).run()},addDownloadDialog:d,openAddDownloadDialog:()=>{d.value.openAddDownloadDialog()},insertDownload:({hash:e})=>{if(e&&m.value){let t=`{{ download:`+e+` }}`;m.value.chain().focus().insertContent(t).run()}},addInstitutionDialog:f,openAddInstitutionDialog:()=>{f.value.openAddInstitutionDialog()},insertInstitution:e=>{m.value&&m.value.chain().focus().insertContent(e).run()},colorPicker:p,openColorPicker:()=>{p.value.click()},setColor:e=>{let t=e.target.value;m.value&&m.value.chain().focus().setColor(t).run()},toggleHeading:e=>{m.value.chain().focus().toggleHeading({level:e}).run()},toggleBold:()=>{m.value.chain().focus().toggleBold().run()},toggleItalic:()=>{m.value.chain().focus().toggleItalic().run()},toggleUnderline:()=>{m.value.chain().focus().toggleUnderline().run()},toggleStrike:()=>{m.value.chain().focus().toggleStrike().run()},insertTable:()=>{m.value.chain().focus().insertTable({rows:3,cols:3,withHeaderRow:!0}).run()},toggleBulletList:()=>{m.value.chain().focus().toggleBulletList().run()},toggleOrderedList:()=>{m.value.chain().focus().toggleOrderedList().run()}}}},wb={class:`edit-pages`},Tb=[`value`],Eb={class:`toolbar`},Db={class:`table-toolbar`},Ob={class:`additional-toolbar`},kb={class:y([`htmleditor`])};function Ab(e,t,r,i,o,c){let l=s(`BoldIcon`),u=s(`ItalicIcon`),d=s(`UnderlineIcon`),h=s(`StrikethroughIcon`),ee=s(`TableIcon`),v=s(`ListIcon`),b=s(`NumberedListLeftIcon`),te=s(`StatsReportIcon`),ne=s(`OpenInWindowIcon`),x=s(`DownloadIcon`),re=s(`ArrowDownIcon`),ie=s(`Table2ColumnsIcon`),C=s(`ArrowRightIcon`),ae=s(`TableRowsIcon`),oe=s(`AlignTopBoxIcon`),w=s(`AlignLeftBoxIcon`),ce=s(`EditorContent`),le=s(`WorshipDialog`),ue=s(`AddImageDialog`),de=s(`AddContactDialog`),T=s(`AddEventDialog`),fe=s(`AddLinkDialog`),pe=s(`AddDownloadDialog`),E=s(`AddInstitutionDialog`);return S(),m(`div`,wb,[t[33]||=f(`h2`,null,`Webseiten bearbeiten`,-1),f(`div`,null,[t[32]||=f(`label`,{for:`page-select`},`Wähle eine Seite:`,-1),a(f(`select`,{id:`page-select`,"onUpdate:modelValue":t[0]||=e=>i.selectedPage=e,onChange:t[1]||=(...e)=>i.loadPageContent&&i.loadPageContent(...e)},[(S(!0),m(_,null,n(i.sortedPages,e=>(S(),m(`option`,{key:e.link,value:e.link},p(e.name),9,Tb))),128))],544),[[se,i.selectedPage]])]),f(`div`,Eb,[f(`button`,{onClick:t[2]||=e=>i.toggleHeading(3),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:3})})},`H3`,2),f(`button`,{onClick:t[3]||=e=>i.toggleHeading(4),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:4})})},`H4`,2),f(`button`,{onClick:t[4]||=e=>i.toggleHeading(5),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:5})})},`H5`,2),f(`button`,{onClick:t[5]||=e=>i.toggleHeading(6),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:6})})},`H6`,2),f(`button`,{onClick:t[6]||=e=>i.toggleBold(),class:y({"is-active":i.editor&&i.editor.isActive(`bold`)}),width:`24`,height:`24`},[g(l,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[7]||=e=>i.toggleItalic(),class:y({"is-active":i.editor&&i.editor.isActive(`italic`)})},[g(u,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[8]||=e=>i.toggleUnderline(),class:y({"is-active":i.editor&&i.editor.isActive(`underline`)})},[g(d,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[9]||=e=>i.toggleStrike(),class:y({"is-active":i.editor&&i.editor.isActive(`strike`)})},[g(h,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[10]||=e=>i.insertTable()},[g(ee,{width:`24`,height:`24`})]),f(`button`,{onClick:t[11]||=e=>i.toggleBulletList(),class:y({"is-active":i.editor&&i.editor.isActive(`bulletList`)})},[g(v,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[12]||=e=>i.toggleOrderedList(),class:y({"is-active":i.editor&&i.editor.isActive(`orderedList`)})},[g(b,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[13]||=(...e)=>i.openAddImageDialog&&i.openAddImageDialog(...e)},[g(te,{width:`24`,height:`24`})]),f(`button`,{onClick:t[14]||=(...e)=>i.openAddLinkDialog&&i.openAddLinkDialog(...e)},[g(ne,{width:`24`,height:`24`})]),f(`button`,{onClick:t[15]||=(...e)=>i.openAddDownloadDialog&&i.openAddDownloadDialog(...e)},[g(x,{width:`24`,height:`24`})]),f(`button`,{onClick:t[16]||=(...e)=>i.openColorPicker&&i.openColorPicker(...e)},`Schriftfarbe`),f(`input`,{type:`color`,ref:`colorPicker`,onInput:t[17]||=(...e)=>i.setColor&&i.setColor(...e),style:{display:`none`}},null,544)]),f(`div`,Db,[f(`button`,{onClick:t[18]||=t=>e.addColumnBefore()},[g(re,{width:`10`,height:`10`,class:`align-top`}),g(ie,{width:`24`,height:`24`})]),f(`button`,{onClick:t[19]||=t=>e.addColumnAfter()},[g(ie,{width:`24`,height:`24`}),g(re,{width:`10`,height:`10`,class:`align-top`})]),f(`button`,{onClick:t[20]||=t=>e.addRowBefore()},[g(C,{width:`10`,height:`10`,class:`align-top`}),g(ae,{width:`24`,height:`24`})]),f(`button`,{onClick:t[21]||=t=>e.addRowAfter()},[g(C,{width:`10`,height:`10`}),g(ae,{width:`24`,height:`24`})]),f(`button`,{onClick:t[22]||=t=>e.deleteColumn()},[g(ie,{width:`24`,height:`24`,class:`delete-icon`})]),f(`button`,{onClick:t[23]||=t=>e.deleteRow()},[g(ae,{width:`24`,height:`24`,class:`delete-icon`})]),f(`button`,{onClick:t[24]||=t=>e.toggleHeaderColumn()},[g(oe,{width:`24`,height:`24`})]),f(`button`,{onClick:t[25]||=t=>e.toggleHeaderRow()},[g(w,{width:`24`,height:`24`})])]),f(`div`,Ob,[f(`button`,{onClick:t[26]||=(...e)=>i.openAddEventsDialog&&i.openAddEventsDialog(...e)},`Events`),f(`button`,{onClick:t[27]||=(...e)=>i.openAddContactDialog&&i.openAddContactDialog(...e)},`Kontaktpersonen`),f(`button`,{onClick:t[28]||=(...e)=>i.openAddInstitutionDialog&&i.openAddInstitutionDialog(...e)},`Institutionen`),f(`button`,{onClick:t[29]||=(...e)=>i.openWorshipDialog&&i.openWorshipDialog(...e)},`Gottesdienste`)]),f(`div`,kb,[g(ce,{editor:i.editor},null,8,[`editor`])]),f(`button`,{onClick:t[30]||=(...e)=>i.savePageContent&&i.savePageContent(...e)},`Speichern`),g(le,{ref:`worshipDialog`,onConfirm:i.insertWorshipList},null,8,[`onConfirm`]),g(ue,{ref:`addImageDialog`,onConfirm:i.insertImage},null,8,[`onConfirm`]),g(de,{ref:`addContactDialog`,onConfirm:i.insertContact},null,8,[`onConfirm`]),g(T,{ref:`addEventDialog`,onConfirm:i.insertEvent},null,8,[`onConfirm`]),g(fe,{ref:`addLinkDialog`,onConfirm:i.insertLink},null,8,[`onConfirm`]),g(pe,{ref:`addDownloadDialog`,onConfirm:i.insertDownload},null,8,[`onConfirm`]),g(E,{ref:`addInstitutionDialog`,onConfirm:i.insertInstitution},null,8,[`onConfirm`]),f(`input`,{type:`color`,ref:`colorPicker`,onInput:t[31]||=(...e)=>i.setColor&&i.setColor(...e),style:{display:`none`}},null,544)])}var jb=ne(Cb,[[`render`,Ab],[`__scopeId`,`data-v-f49d356d`]]);export{jb as default}; +//# sourceMappingURL=EditPagesComponent-BGLdpTZ3.js.map \ No newline at end of file diff --git a/public/assets/EditPagesComponent-BiodI5aY.js b/public/assets/EditPagesComponent-BiodI5aY.js new file mode 100644 index 0000000..198637d --- /dev/null +++ b/public/assets/EditPagesComponent-BiodI5aY.js @@ -0,0 +1,147 @@ +import{A as e,C as t,E as n,F as r,L as i,M as a,N as o,O as s,S as c,V as l,_ as u,b as d,c as f,ct as p,d as m,g as h,h as g,i as _,k as ee,m as v,ot as y,p as b,s as te,t as ne,u as x,v as re,w as S,x as ie,y as C,z as ae}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as oe,i as se,r as w}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{a as ce}from"./vuex.esm-bundler-CDO_-3pz.js";import{i as le}from"./router-Cubu3_vL.js";import{t as ue}from"./vue-multiselect.esm-Cg9K2y4Y.js";import{t as de}from"./AddImageDialog-BcwvM30_.js";function T(e){this.content=e}T.prototype={constructor:T,find:function(e){for(var t=0;t>1}},T.from=function(e){if(e instanceof T)return e;var t=[];if(e)for(var n in e)t.push(n,e[n]);return new T(t)};function fe(e,t,n){for(let r=0;;r++){if(r==e.childCount||r==t.childCount)return e.childCount==t.childCount?null:n;let i=e.child(r),a=t.child(r);if(i==a){n+=i.nodeSize;continue}if(!i.sameMarkup(a))return n;if(i.isText&&i.text!=a.text){for(let e=0;i.text[e]==a.text[e];e++)n++;return n}if(i.content.size||a.content.size){let e=fe(i.content,a.content,n+1);if(e!=null)return e}n+=i.nodeSize}}function pe(e,t,n,r){for(let i=e.childCount,a=t.childCount;;){if(i==0||a==0)return i==a?null:{a:n,b:r};let o=e.child(--i),s=t.child(--a),c=o.nodeSize;if(o==s){n-=c,r-=c;continue}if(!o.sameMarkup(s))return{a:n,b:r};if(o.isText&&o.text!=s.text){let e=0,t=Math.min(o.text.length,s.text.length);for(;ee&&n(s,r+o,i||null,a)!==!1&&s.content.size){let i=o+1;s.nodesBetween(Math.max(0,e-i),Math.min(s.content.size,t-i),n,r+i)}o=c}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,t,n,r){let i=``,a=!0;return this.nodesBetween(e,t,(o,s)=>{let c=o.isText?o.text.slice(Math.max(e,s)-s,t-s):o.isLeaf?r?typeof r==`function`?r(o):r:o.type.spec.leafText?o.type.spec.leafText(o):``:``;o.isBlock&&(o.isLeaf&&c||o.isTextblock)&&n&&(a?a=!1:i+=n),i+=c},0),i}append(t){if(!t.size)return this;if(!this.size)return t;let n=this.lastChild,r=t.firstChild,i=this.content.slice(),a=0;for(n.isText&&n.sameMarkup(r)&&(i[i.length-1]=n.withText(n.text+r.text),a=1);at)for(let e=0,a=0;at&&((an)&&(o=o.isText?o.cut(Math.max(0,t-a),Math.min(o.text.length,n-a)):o.cut(Math.max(0,t-a-1),Math.min(o.content.size,n-a-1))),r.push(o),i+=o.nodeSize),a=s}return new e(r,i)}cutByIndex(t,n){return t==n?e.empty:t==0&&n==this.content.length?this:new e(this.content.slice(t,n))}replaceChild(t,n){let r=this.content[t];if(r==n)return this;let i=this.content.slice(),a=this.size+n.nodeSize-r.nodeSize;return i[t]=n,new e(i,a)}addToStart(t){return new e([t].concat(this.content),this.size+t.nodeSize)}addToEnd(t){return new e(this.content.concat(t),this.size+t.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let t=0;tthis.size||e<0)throw RangeError(`Position ${e} outside of fragment (${this})`);for(let t=0,n=0;;t++){let r=this.child(t),i=n+r.nodeSize;if(i>=e)return i==e?he(t+1,i):he(t,n);n=i}}toString(){return`<`+this.toStringInner()+`>`}toStringInner(){return this.content.join(`, `)}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(t,n){if(!n)return e.empty;if(!Array.isArray(n))throw RangeError(`Invalid input for Fragment.fromJSON`);return new e(n.map(t.nodeFromJSON))}static fromArray(t){if(!t.length)return e.empty;let n,r=0;for(let e=0;ethis.type.rank&&(t||=e.slice(0,r),t.push(this),n=!0),t&&t.push(i)}return t||=e.slice(),n||t.push(this),t}removeFromSet(e){for(let t=0;te.type.rank-t.type.rank),n}};D.none=[];var _e=class extends Error{},O=class e{constructor(e,t,n){this.content=e,this.openStart=t,this.openEnd=n}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(t,n){let r=ye(this.content,t+this.openStart,n);return r&&new e(r,this.openStart,this.openEnd)}removeBetween(t,n){return new e(ve(this.content,t+this.openStart,n+this.openStart),this.openStart,this.openEnd)}eq(e){return this.content.eq(e.content)&&this.openStart==e.openStart&&this.openEnd==e.openEnd}toString(){return this.content+`(`+this.openStart+`,`+this.openEnd+`)`}toJSON(){if(!this.content.size)return null;let e={content:this.content.toJSON()};return this.openStart>0&&(e.openStart=this.openStart),this.openEnd>0&&(e.openEnd=this.openEnd),e}static fromJSON(t,n){if(!n)return e.empty;let r=n.openStart||0,i=n.openEnd||0;if(typeof r!=`number`||typeof i!=`number`)throw RangeError(`Invalid input for Slice.fromJSON`);return new e(E.fromJSON(t,n.content),r,i)}static maxOpen(t,n=!0){let r=0,i=0;for(let e=t.firstChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.firstChild)r++;for(let e=t.lastChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.lastChild)i++;return new e(t,r,i)}};O.empty=new O(E.empty,0,0);function ve(e,t,n){let{index:r,offset:i}=e.findIndex(t),a=e.maybeChild(r),{index:o,offset:s}=e.findIndex(n);if(i==t||a.isText){if(s!=n&&!e.child(o).isText)throw RangeError(`Removing non-flat range`);return e.cut(0,t).append(e.cut(n))}if(r!=o)throw RangeError(`Removing non-flat range`);return e.replaceChild(r,a.copy(ve(a.content,t-i-1,n-i-1)))}function ye(e,t,n,r){let{index:i,offset:a}=e.findIndex(t),o=e.maybeChild(i);if(a==t||o.isText)return r&&!r.canReplace(i,i,n)?null:e.cut(0,t).append(n).append(e.cut(t));let s=ye(o.content,t-a-1,n,o);return s&&e.replaceChild(i,o.copy(s))}function be(e,t,n){if(n.openStart>e.depth)throw new _e(`Inserted content deeper than insertion position`);if(e.depth-n.openStart!=t.depth-n.openEnd)throw new _e(`Inconsistent open depths`);return xe(e,t,n,0)}function xe(e,t,n,r){let i=e.index(r),a=e.node(r);if(i==t.index(r)&&r=0&&e.isText&&e.sameMarkup(t[n])?t[n]=e.withText(t[n].text+e.text):t.push(e)}function Te(e,t,n,r){let i=(t||e).node(n),a=0,o=t?t.index(n):i.childCount;e&&(a=e.index(n),e.depth>n?a++:e.textOffset&&(we(e.nodeAfter,r),a++));for(let e=a;ei&&Ce(e,t,i+1),o=r.depth>i&&Ce(n,r,i+1),s=[];return Te(null,e,i,s),a&&o&&t.index(i)==n.index(i)?(Se(a,o),we(Ee(a,De(e,t,n,r,i+1)),s)):(a&&we(Ee(a,Oe(e,t,i+1)),s),Te(t,n,i,s),o&&we(Ee(o,Oe(n,r,i+1)),s)),Te(r,null,i,s),new E(s)}function Oe(e,t,n){let r=[];return Te(null,e,n,r),e.depth>n&&we(Ee(Ce(e,t,n+1),Oe(e,t,n+1)),r),Te(t,null,n,r),new E(r)}function ke(e,t){let n=t.depth-e.openStart,r=t.node(n).copy(e.content);for(let e=n-1;e>=0;e--)r=t.node(e).copy(E.from(r));return{start:r.resolveNoCache(e.openStart+n),end:r.resolveNoCache(r.content.size-e.openEnd-n)}}var Ae=class e{constructor(e,t,n){this.pos=e,this.path=t,this.parentOffset=n,this.depth=t.length/3-1}resolveDepth(e){return e==null?this.depth:e<0?this.depth+e:e}get parent(){return this.node(this.depth)}get doc(){return this.node(0)}node(e){return this.path[this.resolveDepth(e)*3]}index(e){return this.path[this.resolveDepth(e)*3+1]}indexAfter(e){return e=this.resolveDepth(e),this.index(e)+(e==this.depth&&!this.textOffset?0:1)}start(e){return e=this.resolveDepth(e),e==0?0:this.path[e*3-1]+1}end(e){return e=this.resolveDepth(e),this.start(e)+this.node(e).content.size}before(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position before the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]}after(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position after the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]+this.path[e*3].nodeSize}get textOffset(){return this.pos-this.path[this.path.length-1]}get nodeAfter(){let e=this.parent,t=this.index(this.depth);if(t==e.childCount)return null;let n=this.pos-this.path[this.path.length-1],r=e.child(t);return n?e.child(t).cut(n):r}get nodeBefore(){let e=this.index(this.depth),t=this.pos-this.path[this.path.length-1];return t?this.parent.child(e).cut(0,t):e==0?null:this.parent.child(e-1)}posAtIndex(e,t){t=this.resolveDepth(t);let n=this.path[t*3],r=t==0?0:this.path[t*3-1]+1;for(let t=0;t0;t--)if(this.start(t)<=e&&this.end(t)>=e)return t;return 0}blockRange(e=this,t){if(e.pos=0;n--)if(e.pos<=this.end(n)&&(!t||t(this.node(n))))return new Pe(this,e,n);return null}sameParent(e){return this.pos-this.parentOffset==e.pos-e.parentOffset}max(e){return e.pos>this.pos?e:this}min(e){return e.pos=0&&n<=t.content.size))throw RangeError(`Position `+n+` out of range`);let r=[],i=0,a=n;for(let e=t;;){let{index:t,offset:n}=e.content.findIndex(a),o=a-n;if(r.push(e,t,i+n),!o||(e=e.child(t),e.isText))break;a=o-1,i+=n+1}return new e(n,r,a)}static resolveCached(t,n){let r=Ne.get(t);if(r)for(let e=0;ee&&this.nodesBetween(e,t,e=>(n.isInSet(e.marks)&&(r=!0),!r)),r}get isBlock(){return this.type.isBlock}get isTextblock(){return this.type.isTextblock}get inlineContent(){return this.type.inlineContent}get isInline(){return this.type.isInline}get isText(){return this.type.isText}get isLeaf(){return this.type.isLeaf}get isAtom(){return this.type.isAtom}toString(){if(this.type.spec.toDebugString)return this.type.spec.toDebugString(this);let e=this.type.name;return this.content.size&&(e+=`(`+this.content.toStringInner()+`)`),Re(this.marks,e)}contentMatchAt(e){let t=this.type.contentMatch.matchFragment(this.content,0,e);if(!t)throw Error(`Called contentMatchAt on a node with invalid content`);return t}canReplace(e,t,n=E.empty,r=0,i=n.childCount){let a=this.contentMatchAt(e).matchFragment(n,r,i),o=a&&a.matchFragment(this.content,t);if(!o||!o.validEnd)return!1;for(let e=r;ee.type.name)}`);this.content.forEach(e=>e.check())}toJSON(){let e={type:this.type.name};for(let t in this.attrs){e.attrs=this.attrs;break}return this.content.size&&(e.content=this.content.toJSON()),this.marks.length&&(e.marks=this.marks.map(e=>e.toJSON())),e}static fromJSON(e,t){if(!t)throw RangeError(`Invalid input for Node.fromJSON`);let n;if(t.marks){if(!Array.isArray(t.marks))throw RangeError(`Invalid mark data for Node.fromJSON`);n=t.marks.map(e.markFromJSON)}if(t.type==`text`){if(typeof t.text!=`string`)throw RangeError(`Invalid text node in JSON`);return e.text(t.text,n)}let r=E.fromJSON(e,t.content),i=e.nodeType(t.type).create(t.attrs,r,n);return i.type.checkAttrs(i.attrs),i}};Ie.prototype.text=void 0;var Le=class e extends Ie{constructor(e,t,n,r){if(super(e,t,null,r),!n)throw RangeError(`Empty text nodes are not allowed`);this.text=n}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):Re(this.marks,JSON.stringify(this.text))}get textContent(){return this.text}textBetween(e,t){return this.text.slice(e,t)}get nodeSize(){return this.text.length}mark(t){return t==this.marks?this:new e(this.type,this.attrs,this.text,t)}withText(t){return t==this.text?this:new e(this.type,this.attrs,t,this.marks)}cut(e=0,t=this.text.length){return e==0&&t==this.text.length?this:this.withText(this.text.slice(e,t))}eq(e){return this.sameMarkup(e)&&this.text==e.text}toJSON(){let e=super.toJSON();return e.text=this.text,e}};function Re(e,t){for(let n=e.length-1;n>=0;n--)t=e[n].type.name+`(`+t+`)`;return t}var ze=class e{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(t,n){let r=new Be(t,n);if(r.next==null)return e.empty;let i=Ve(r);r.next&&r.err(`Unexpected trailing text`);let a=Ze(Je(i));return Qe(a,r),a}matchType(e){for(let t=0;te.createAndFill()));for(let e=0;e=this.next.length)throw RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function t(n){e.push(n);for(let r=0;r{let r=n+(t.validEnd?`*`:` `)+` `;for(let n=0;n`+e.indexOf(t.next[n].next);return r}).join(` +`)}};ze.empty=new ze(!0);var Be=class{constructor(e,t){this.string=e,this.nodeTypes=t,this.inline=null,this.pos=0,this.tokens=e.split(/\s*(?=\b|\W|$)/),this.tokens[this.tokens.length-1]==``&&this.tokens.pop(),this.tokens[0]==``&&this.tokens.shift()}get next(){return this.tokens[this.pos]}eat(e){return this.next==e&&(this.pos++||!0)}err(e){throw SyntaxError(e+` (in content expression '`+this.string+`')`)}};function Ve(e){let t=[];do t.push(He(e));while(e.eat(`|`));return t.length==1?t[0]:{type:`choice`,exprs:t}}function He(e){let t=[];do t.push(Ue(e));while(e.next&&e.next!=`)`&&e.next!=`|`);return t.length==1?t[0]:{type:`seq`,exprs:t}}function Ue(e){let t=qe(e);for(;;)if(e.eat(`+`))t={type:`plus`,expr:t};else if(e.eat(`*`))t={type:`star`,expr:t};else if(e.eat(`?`))t={type:`opt`,expr:t};else if(e.eat(`{`))t=Ge(e,t);else break;return t}function We(e){/\D/.test(e.next)&&e.err(`Expected number, got '`+e.next+`'`);let t=Number(e.next);return e.pos++,t}function Ge(e,t){let n=We(e),r=n;return e.eat(`,`)&&(r=e.next==`}`?-1:We(e)),e.eat(`}`)||e.err(`Unclosed braced range`),{type:`range`,min:n,max:r,expr:t}}function Ke(e,t){let n=e.nodeTypes,r=n[t];if(r)return[r];let i=[];for(let e in n){let r=n[e];r.isInGroup(t)&&i.push(r)}return i.length==0&&e.err(`No node type or group '`+t+`' found`),i}function qe(e){if(e.eat(`(`)){let t=Ve(e);return e.eat(`)`)||e.err(`Missing closing paren`),t}else if(/\W/.test(e.next))e.err(`Unexpected token '`+e.next+`'`);else{let t=Ke(e,e.next).map(t=>(e.inline==null?e.inline=t.isInline:e.inline!=t.isInline&&e.err(`Mixing inline and block content`),{type:`name`,value:t}));return e.pos++,t.length==1?t[0]:{type:`choice`,exprs:t}}}function Je(e){let t=[[]];return i(a(e,0),n()),t;function n(){return t.push([])-1}function r(e,n,r){let i={term:r,to:n};return t[e].push(i),i}function i(e,t){e.forEach(e=>e.to=t)}function a(e,t){if(e.type==`choice`)return e.exprs.reduce((e,n)=>e.concat(a(n,t)),[]);if(e.type==`seq`)for(let r=0;;r++){let o=a(e.exprs[r],t);if(r==e.exprs.length-1)return o;i(o,t=n())}else if(e.type==`star`){let o=n();return r(t,o),i(a(e.expr,o),o),[r(o)]}else if(e.type==`plus`){let o=n();return i(a(e.expr,t),o),i(a(e.expr,o),o),[r(o)]}else if(e.type==`opt`)return[r(t)].concat(a(e.expr,t));else if(e.type==`range`){let o=t;for(let t=0;t{e[t].forEach(({term:t,to:n})=>{if(!t)return;let r;for(let e=0;e{r||i.push([t,r=[]]),r.indexOf(e)==-1&&r.push(e)})})});let a=t[r.join(`,`)]=new ze(r.indexOf(e.length-1)>-1);for(let e=0;e-1}get whitespace(){return this.spec.whitespace||(this.spec.code?`pre`:`normal`)}hasRequiredAttrs(){for(let e in this.attrs)if(this.attrs[e].isRequired)return!0;return!1}compatibleContent(e){return this==e||this.contentMatch.compatible(e.contentMatch)}computeAttrs(e){return!e&&this.defaultAttrs?this.defaultAttrs:et(this.attrs,e)}create(e=null,t,n){if(this.isText)throw Error(`NodeType.create can't construct text nodes`);return new Ie(this,this.computeAttrs(e),E.from(t),D.setFrom(n))}createChecked(e=null,t,n){return t=E.from(t),this.checkContent(t),new Ie(this,this.computeAttrs(e),t,D.setFrom(n))}createAndFill(e=null,t,n){if(e=this.computeAttrs(e),t=E.from(t),t.size){let e=this.contentMatch.fillBefore(t);if(!e)return null;t=e.append(t)}let r=this.contentMatch.matchFragment(t),i=r&&r.fillBefore(E.empty,!0);return i?new Ie(this,e,t.append(i),D.setFrom(n)):null}validContent(e){let t=this.contentMatch.matchFragment(e);if(!t||!t.validEnd)return!1;for(let t=0;t-1}allowsMarks(e){if(this.markSet==null)return!0;for(let t=0;tr[t]=new e(t,n,i));let i=n.spec.topNode||`doc`;if(!r[i])throw RangeError(`Schema is missing its top node type ('`+i+`')`);if(!r.text)throw RangeError(`Every schema needs a 'text' type`);for(let e in r.text.attrs)throw RangeError(`The text node type should not have attributes`);return r}};function it(e,t,n){let r=n.split(`|`);return n=>{let i=n===null?`null`:typeof n;if(r.indexOf(i)<0)throw RangeError(`Expected value of type ${r} for attribute ${t} on type ${e}, got ${i}`)}}var at=class{constructor(e,t,n){this.hasDefault=Object.prototype.hasOwnProperty.call(n,`default`),this.default=n.default,this.validate=typeof n.validate==`string`?it(e,t,n.validate):n.validate}get isRequired(){return!this.hasDefault}},ot=class e{constructor(e,t,n,r){this.name=e,this.rank=t,this.schema=n,this.spec=r,this.attrs=nt(e,r.attrs),this.excluded=null;let i=$e(this.attrs);this.instance=i?new D(this,i):null}create(e=null){return!e&&this.instance?this.instance:new D(this,et(this.attrs,e))}static compile(t,n){let r=Object.create(null),i=0;return t.forEach((t,a)=>r[t]=new e(t,i++,n,a)),r}removeFromSet(e){for(var t=0;t-1}},st=class{constructor(e){this.linebreakReplacement=null,this.cached=Object.create(null);let t=this.spec={};for(let n in e)t[n]=e[n];t.nodes=T.from(e.nodes),t.marks=T.from(e.marks||{}),this.nodes=rt.compile(this.spec.nodes,this),this.marks=ot.compile(this.spec.marks,this);let n=Object.create(null);for(let e in this.nodes){if(e in this.marks)throw RangeError(e+` can not be both a node and a mark`);let t=this.nodes[e],r=t.spec.content||``,i=t.spec.marks;if(t.contentMatch=n[r]||(n[r]=ze.parse(r,this.nodes)),t.inlineContent=t.contentMatch.inlineContent,t.spec.linebreakReplacement){if(this.linebreakReplacement)throw RangeError(`Multiple linebreak nodes defined`);if(!t.isInline||!t.isLeaf)throw RangeError(`Linebreak replacement nodes must be inline leaf nodes`);this.linebreakReplacement=t}t.markSet=i==`_`?null:i?ct(this,i.split(` `)):i==``||!t.inlineContent?[]:null}for(let e in this.marks){let t=this.marks[e],n=t.spec.excludes;t.excluded=n==null?[t]:n==``?[]:ct(this,n.split(` `))}this.nodeFromJSON=e=>Ie.fromJSON(this,e),this.markFromJSON=e=>D.fromJSON(this,e),this.topNodeType=this.nodes[this.spec.topNode||`doc`],this.cached.wrappings=Object.create(null)}node(e,t=null,n,r){if(typeof e==`string`)e=this.nodeType(e);else if(!(e instanceof rt))throw RangeError(`Invalid node type: `+e);else if(e.schema!=this)throw RangeError(`Node type from different schema used (`+e.name+`)`);return e.createChecked(t,n,r)}text(e,t){let n=this.nodes.text;return new Le(n,n.defaultAttrs,e,D.setFrom(t))}mark(e,t){return typeof e==`string`&&(e=this.marks[e]),e.create(t)}nodeType(e){let t=this.nodes[e];if(!t)throw RangeError(`Unknown node type: `+e);return t}};function ct(e,t){let n=[];for(let r=0;r-1)&&n.push(o=r)}if(!o)throw SyntaxError(`Unknown mark type: '`+t[r]+`'`)}return n}function lt(e){return e.tag!=null}function ut(e){return e.style!=null}var dt=class e{constructor(e,t){this.schema=e,this.rules=t,this.tags=[],this.styles=[];let n=this.matchedStyles=[];t.forEach(e=>{if(lt(e))this.tags.push(e);else if(ut(e)){let t=/[^=]*/.exec(e.style)[0];n.indexOf(t)<0&&n.push(t),this.styles.push(e)}}),this.normalizeLists=!this.tags.some(t=>{if(!/^(ul|ol)\b/.test(t.tag)||!t.node)return!1;let n=e.nodes[t.node];return n.contentMatch.matchType(n)})}parse(e,t={}){let n=new bt(this,t,!1);return n.addAll(e,D.none,t.from,t.to),n.finish()}parseSlice(e,t={}){let n=new bt(this,t,!0);return n.addAll(e,D.none,t.from,t.to),O.maxOpen(n.finish())}matchTag(e,t,n){for(let r=n?this.tags.indexOf(n)+1:0;re.length&&(a.charCodeAt(e.length)!=61||a.slice(e.length+1)!=t))){if(r.getAttrs){let e=r.getAttrs(t);if(e===!1)continue;r.attrs=e||void 0}return r}}}static schemaRules(e){let t=[];function n(e){let n=e.priority==null?50:e.priority,r=0;for(;r{n(e=Ct(e)),e.mark||e.ignore||e.clearMark||(e.mark=t)})}for(let t in e.nodes){let r=e.nodes[t].spec.parseDOM;r&&r.forEach(e=>{n(e=Ct(e)),e.node||e.ignore||e.mark||(e.node=t)})}return t}static fromSchema(t){return t.cached.domParser||(t.cached.domParser=new e(t,e.schemaRules(t)))}},ft={address:!0,article:!0,aside:!0,blockquote:!0,canvas:!0,dd:!0,div:!0,dl:!0,fieldset:!0,figcaption:!0,figure:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,li:!0,noscript:!0,ol:!0,output:!0,p:!0,pre:!0,section:!0,table:!0,tfoot:!0,ul:!0},pt={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},mt={ol:!0,ul:!0},ht=1,gt=2,_t=4;function vt(e,t,n){return t==null?e&&e.whitespace==`pre`?ht|gt:n&~_t:(t?ht:0)|(t===`full`?gt:0)}var yt=class{constructor(e,t,n,r,i,a){this.type=e,this.attrs=t,this.marks=n,this.solid=r,this.options=a,this.content=[],this.activeMarks=D.none,this.match=i||(a&_t?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let t=this.type.contentMatch.fillBefore(E.from(e));if(t)this.match=this.type.contentMatch.matchFragment(t);else{let t=this.type.contentMatch,n;return(n=t.findWrapping(e.type))?(this.match=t,n):null}}return this.match.findWrapping(e.type)}finish(e){if(!(this.options&ht)){let e=this.content[this.content.length-1],t;if(e&&e.isText&&(t=/[ \t\r\n\u000c]+$/.exec(e.text))){let n=e;e.text.length==t[0].length?this.content.pop():this.content[this.content.length-1]=n.withText(n.text.slice(0,n.text.length-t[0].length))}}let t=E.from(this.content);return!e&&this.match&&(t=t.append(this.match.fillBefore(E.empty,!0))),this.type?this.type.create(this.attrs,t,this.marks):t}inlineContext(e){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:e.parentNode&&!ft.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}},bt=class{constructor(e,t,n){this.parser=e,this.options=t,this.isOpen=n,this.open=0,this.localPreserveWS=!1;let r=t.topNode,i,a=vt(null,t.preserveWhitespace,0)|(n?_t:0);i=r?new yt(r.type,r.attrs,D.none,!0,t.topMatch||r.type.contentMatch,a):n?new yt(null,null,D.none,!0,null,a):new yt(e.schema.topNodeType,null,D.none,!0,null,a),this.nodes=[i],this.find=t.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(e,t){e.nodeType==3?this.addTextNode(e,t):e.nodeType==1&&this.addElement(e,t)}addTextNode(e,t){let n=e.nodeValue,r=this.top,i=r.options>?`full`:this.localPreserveWS||(r.options&ht)>0,{schema:a}=this.parser;if(i===`full`||r.inlineContext(e)||/[^ \t\r\n\u000c]/.test(n)){if(!i){if(n=n.replace(/[ \t\r\n\u000c]+/g,` `),/^[ \t\r\n\u000c]/.test(n)&&this.open==this.nodes.length-1){let t=r.content[r.content.length-1],i=e.previousSibling;(!t||i&&i.nodeName==`BR`||t.isText&&/[ \t\r\n\u000c]$/.test(t.text))&&(n=n.slice(1))}}else if(i===`full`)n=n.replace(/\r\n?/g,` +`);else if(a.linebreakReplacement&&/[\r\n]/.test(n)&&this.top.findWrapping(a.linebreakReplacement.create())){let e=n.split(/\r?\n|\r/);for(let n=0;n!n.clearMark(e)):t.concat(this.parser.schema.marks[n.mark].create(n.attrs)),n.consuming===!1)e=n;else break}}return t}addElementByRule(e,t,n,r){let i,a;if(t.node)if(a=this.parser.schema.nodes[t.node],a.isLeaf)this.insertNode(a.create(t.attrs),n,e.nodeName==`BR`)||this.leafFallback(e,n);else{let e=this.enter(a,t.attrs||null,n,t.preserveWhitespace);e&&(i=!0,n=e)}else{let e=this.parser.schema.marks[t.mark];n=n.concat(e.create(t.attrs))}let o=this.top;if(a&&a.isLeaf)this.findInside(e);else if(r)this.addElement(e,n,r);else if(t.getContent)this.findInside(e),t.getContent(e,this.parser.schema).forEach(e=>this.insertNode(e,n,!1));else{let r=e;typeof t.contentElement==`string`?r=e.querySelector(t.contentElement):typeof t.contentElement==`function`?r=t.contentElement(e):t.contentElement&&(r=t.contentElement),this.findAround(e,r,!0),this.addAll(r,n),this.findAround(e,r,!1)}i&&this.sync(o)&&this.open--}addAll(e,t,n,r){let i=n||0;for(let a=n?e.childNodes[n]:e.firstChild,o=r==null?null:e.childNodes[r];a!=o;a=a.nextSibling,++i)this.findAtPoint(e,i),this.addDOM(a,t);this.findAtPoint(e,i)}findPlace(e,t,n){let r,i;for(let t=this.open,a=0;t>=0;t--){let o=this.nodes[t],s=o.findWrapping(e);if(s&&(!r||r.length>s.length+a)&&(r=s,i=o,!s.length))break;if(o.solid){if(n)break;a+=2}}if(!r)return null;this.sync(i);for(let e=0;e(a.type?a.type.allowsMarkType(t.type):wt(t.type,e))?(s=t.addToSet(s),!1):!0),this.nodes.push(new yt(e,t,s,r,null,o)),this.open++,n}closeExtra(e=!1){let t=this.nodes.length-1;if(t>this.open){for(;t>this.open;t--)this.nodes[t-1].content.push(this.nodes[t].finish(e));this.nodes.length=this.open+1}}finish(){return this.open=0,this.closeExtra(this.isOpen),this.nodes[0].finish(!!(this.isOpen||this.options.topOpen))}sync(e){for(let t=this.open;t>=0;t--)if(this.nodes[t]==e)return this.open=t,!0;else this.localPreserveWS&&(this.nodes[t].options|=ht);return!1}get currentPos(){this.closeExtra();let e=0;for(let t=this.open;t>=0;t--){let n=this.nodes[t].content;for(let t=n.length-1;t>=0;t--)e+=n[t].nodeSize;t&&e++}return e}findAtPoint(e,t){if(this.find)for(let n=0;n-1)return e.split(/\s*\|\s*/).some(this.matchesContext,this);let t=e.split(`/`),n=this.options.context,r=!this.isOpen&&(!n||n.parent.type==this.nodes[0].type),i=-(n?n.depth+1:0)+ +!r,a=(e,o)=>{for(;e>=0;e--){let s=t[e];if(s==``){if(e==t.length-1||e==0)continue;for(;o>=i;o--)if(a(e-1,o))return!0;return!1}else{let e=o>0||o==0&&r?this.nodes[o].type:n&&o>=i?n.node(o-i).type:null;if(!e||e.name!=s&&!e.isInGroup(s))return!1;o--}}return!0};return a(t.length-1,this.open)}textblockFromContext(){let e=this.options.context;if(e)for(let t=e.depth;t>=0;t--){let n=e.node(t).contentMatchAt(e.indexAfter(t)).defaultType;if(n&&n.isTextblock&&n.defaultAttrs)return n}for(let e in this.parser.schema.nodes){let t=this.parser.schema.nodes[e];if(t.isTextblock&&t.defaultAttrs)return t}}};function xt(e){for(let t=e.firstChild,n=null;t;t=t.nextSibling){let e=t.nodeType==1?t.nodeName.toLowerCase():null;e&&mt.hasOwnProperty(e)&&n?(n.appendChild(t),t=n):e==`li`?n=t:e&&(n=null)}}function St(e,t){return(e.matches||e.msMatchesSelector||e.webkitMatchesSelector||e.mozMatchesSelector).call(e,t)}function Ct(e){let t={};for(let n in e)t[n]=e[n];return t}function wt(e,t){let n=t.schema.nodes;for(let r in n){let i=n[r];if(!i.allowsMarkType(e))continue;let a=[],o=e=>{a.push(e);for(let n=0;n{if(i.length||e.marks.length){let n=0,a=0;for(;n=0;r--){let i=this.serializeMark(e.marks[r],e.isInline,t);i&&((i.contentDOM||i.dom).appendChild(n),n=i.dom)}return n}serializeMark(e,t,n={}){let r=this.marks[e.type.name];return r&&jt(Dt(n),r(e,t),null,e.attrs)}static renderSpec(e,t,n=null,r){return jt(e,t,n,r)}static fromSchema(t){return t.cached.domSerializer||(t.cached.domSerializer=new e(this.nodesFromSchema(t),this.marksFromSchema(t)))}static nodesFromSchema(e){let t=Et(e.nodes);return t.text||=e=>e.text,t}static marksFromSchema(e){return Et(e.marks)}};function Et(e){let t={};for(let n in e){let r=e[n].spec.toDOM;r&&(t[n]=r)}return t}function Dt(e){return e.document||window.document}var Ot=new WeakMap;function kt(e){let t=Ot.get(e);return t===void 0&&Ot.set(e,t=At(e)),t}function At(e){let t=null;function n(e){if(e&&typeof e==`object`)if(Array.isArray(e))if(typeof e[0]==`string`)t||=[],t.push(e);else for(let t=0;t-1)throw RangeError(`Using an array from an attribute object as a DOM spec. This may be an attempted cross site scripting attack.`);let o=i.indexOf(` `);o>0&&(n=i.slice(0,o),i=i.slice(o+1));let s,c=n?e.createElementNS(n,i):e.createElement(i),l=t[1],u=1;if(l&&typeof l==`object`&&l.nodeType==null&&!Array.isArray(l)){u=2;for(let e in l)if(l[e]!=null){let t=e.indexOf(` `);t>0?c.setAttributeNS(e.slice(0,t),e.slice(t+1),l[e]):e==`style`&&c.style?c.style.cssText=l[e]:c.setAttribute(e,l[e])}}for(let i=u;iu)throw RangeError(`Content hole must be the only child of its parent node`);return{dom:c,contentDOM:c}}else{let{dom:t,contentDOM:i}=jt(e,a,n,r);if(c.appendChild(t),i){if(s)throw RangeError(`Multiple content holes`);s=i}}}return{dom:c,contentDOM:s}}var Mt=65535,Nt=2**16;function Pt(e,t){return e+t*Nt}function Ft(e){return e&Mt}function It(e){return(e-(e&Mt))/Nt}var Lt=1,Rt=2,zt=4,Bt=8,Vt=class{constructor(e,t,n){this.pos=e,this.delInfo=t,this.recover=n}get deleted(){return(this.delInfo&Bt)>0}get deletedBefore(){return(this.delInfo&(Lt|zt))>0}get deletedAfter(){return(this.delInfo&(Rt|zt))>0}get deletedAcross(){return(this.delInfo&zt)>0}},Ht=class e{constructor(t,n=!1){if(this.ranges=t,this.inverted=n,!t.length&&e.empty)return e.empty}recover(e){let t=0,n=Ft(e);if(!this.inverted)for(let e=0;ee)break;let c=this.ranges[o+i],l=this.ranges[o+a],u=s+c;if(e<=u){let i=c?e==s?-1:e==u?1:t:t,a=s+r+(i<0?0:l);if(n)return a;let d=e==(t<0?s:u)?null:Pt(o/3,e-s),f=e==s?Rt:e==u?Lt:zt;return(t<0?e!=s:e!=u)&&(f|=Bt),new Vt(a,f,d)}r+=l-c}return n?e+r:new Vt(e+r,0,null)}touches(e,t){let n=0,r=Ft(t),i=this.inverted?2:1,a=this.inverted?1:2;for(let t=0;te)break;let s=this.ranges[t+i];if(e<=o+s&&t==r*3)return!0;n+=this.ranges[t+a]-s}return!1}forEach(e){let t=this.inverted?2:1,n=this.inverted?1:2;for(let r=0,i=0;r=0;t--){let r=e.getMirror(t);this.appendMap(e._maps[t].invert(),r!=null&&r>t?n-r-1:void 0)}}invert(){let t=new e;return t.appendMappingInverted(this),t}map(e,t=1){if(this.mirror)return this._map(e,t,!0);for(let n=this.from;nn&&t!e.isAtom||!t.type.allowsMarkType(this.mark.type)?e:e.mark(this.mark.addToSet(e.marks)),r),t.openStart,t.openEnd);return Gt.fromReplace(e,this.from,this.to,i)}invert(){return new Jt(this.from,this.to,this.mark)}map(t){let n=t.mapResult(this.from,1),r=t.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new e(n.pos,r.pos,this.mark)}merge(t){return t instanceof e&&t.mark.eq(this.mark)&&this.from<=t.to&&this.to>=t.from?new e(Math.min(this.from,t.from),Math.max(this.to,t.to),this.mark):null}toJSON(){return{stepType:`addMark`,mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`)throw RangeError(`Invalid input for AddMarkStep.fromJSON`);return new e(n.from,n.to,t.markFromJSON(n.mark))}};k.jsonID(`addMark`,qt);var Jt=class e extends k{constructor(e,t,n){super(),this.from=e,this.to=t,this.mark=n}apply(e){let t=e.slice(this.from,this.to),n=new O(Kt(t.content,e=>e.mark(this.mark.removeFromSet(e.marks)),e),t.openStart,t.openEnd);return Gt.fromReplace(e,this.from,this.to,n)}invert(){return new qt(this.from,this.to,this.mark)}map(t){let n=t.mapResult(this.from,1),r=t.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new e(n.pos,r.pos,this.mark)}merge(t){return t instanceof e&&t.mark.eq(this.mark)&&this.from<=t.to&&this.to>=t.from?new e(Math.min(this.from,t.from),Math.max(this.to,t.to),this.mark):null}toJSON(){return{stepType:`removeMark`,mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`)throw RangeError(`Invalid input for RemoveMarkStep.fromJSON`);return new e(n.from,n.to,t.markFromJSON(n.mark))}};k.jsonID(`removeMark`,Jt);var Yt=class e extends k{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return Gt.fail(`No node at mark step's position`);let n=t.type.create(t.attrs,null,this.mark.addToSet(t.marks));return Gt.fromReplace(e,this.pos,this.pos+1,new O(E.from(n),0,+!t.isLeaf))}invert(t){let n=t.nodeAt(this.pos);if(n){let t=this.mark.addToSet(n.marks);if(t.length==n.marks.length){for(let r=0;rr.pos?null:new e(n.pos,r.pos,i,a,this.slice,this.insert,this.structure)}toJSON(){let e={stepType:`replaceAround`,from:this.from,to:this.to,gapFrom:this.gapFrom,gapTo:this.gapTo,insert:this.insert};return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`||typeof n.gapFrom!=`number`||typeof n.gapTo!=`number`||typeof n.insert!=`number`)throw RangeError(`Invalid input for ReplaceAroundStep.fromJSON`);return new e(n.from,n.to,n.gapFrom,n.gapTo,O.fromJSON(t,n.slice),n.insert,!!n.structure)}};k.jsonID(`replaceAround`,Qt);function $t(e,t,n){let r=e.resolve(t),i=n-t,a=r.depth;for(;i>0&&a>0&&r.indexAfter(a)==r.node(a).childCount;)a--,i--;if(i>0){let e=r.node(a).maybeChild(r.indexAfter(a));for(;i>0;){if(!e||e.isLeaf)return!0;e=e.firstChild,i--}}return!1}function en(e,t,n,r){let i=[],a=[],o,s;e.doc.nodesBetween(t,n,(e,c,l)=>{if(!e.isInline)return;let u=e.marks;if(!r.isInSet(u)&&l.type.allowsMarkType(r.type)){let l=Math.max(c,t),d=Math.min(c+e.nodeSize,n),f=r.addToSet(u);for(let e=0;ee.step(t)),a.forEach(t=>e.step(t))}function tn(e,t,n,r){let i=[],a=0;e.doc.nodesBetween(t,n,(e,o)=>{if(!e.isInline)return;a++;let s=null;if(r instanceof ot){let t=e.marks,n;for(;n=r.isInSet(t);)(s||=[]).push(n),t=n.removeFromSet(t)}else r?r.isInSet(e.marks)&&(s=[r]):s=e.marks;if(s&&s.length){let r=Math.min(o+e.nodeSize,n);for(let e=0;ee.step(new Jt(t.from,t.to,t.style)))}function nn(e,t,n,r=n.contentMatch,i=!0){let a=e.doc.nodeAt(t),o=[],s=t+1;for(let t=0;t=0;t--)e.step(o[t])}function rn(e,t,n){return(t==0||e.canReplace(t,e.childCount))&&(n==e.childCount||e.canReplace(0,n))}function an(e){let t=e.parent.content.cutByIndex(e.startIndex,e.endIndex);for(let n=e.depth,r=0,i=0;;--n){let a=e.$from.node(n),o=e.$from.index(n)+r,s=e.$to.indexAfter(n)-i;if(nn;e--)t||r.index(e)>0?(t=!0,u=E.from(r.node(e).copy(u)),d++):c--;let f=E.empty,p=0;for(let e=a,t=!1;e>n;e--)t||i.after(e+1)=0;e--){if(r.size){let t=n[e].type.contentMatch.matchFragment(r);if(!t||!t.validEnd)throw RangeError(`Wrapper type given to Transform.wrap does not form valid content of its parent wrapper`)}r=E.from(n[e].type.create(n[e].attrs,r))}let i=t.start,a=t.end;e.step(new Qt(i,a,i,a,new O(r,0,0),n.length,!0))}function fn(e,t,n,r,i){if(!r.isTextblock)throw RangeError(`Type given to setBlockType should be a textblock`);let a=e.steps.length;e.doc.nodesBetween(t,n,(t,n)=>{let o=typeof i==`function`?i(t):i;if(t.isTextblock&&!t.hasMarkup(r,o)&&hn(e.doc,e.mapping.slice(a).map(n),r)){let i=null;if(r.schema.linebreakReplacement){let e=r.whitespace==`pre`,t=!!r.contentMatch.matchType(r.schema.linebreakReplacement);e&&!t?i=!1:!e&&t&&(i=!0)}i===!1&&mn(e,t,n,a),nn(e,e.mapping.slice(a).map(n,1),r,void 0,i===null);let s=e.mapping.slice(a),c=s.map(n,1),l=s.map(n+t.nodeSize,1);return e.step(new Qt(c,l,c+1,l-1,new O(E.from(r.create(o,null,t.marks)),0,0),1,!0)),i===!0&&pn(e,t,n,a),!1}})}function pn(e,t,n,r){t.forEach((i,a)=>{if(i.isText){let o,s=/\r?\n|\r/g;for(;o=s.exec(i.text);){let i=e.mapping.slice(r).map(n+1+a+o.index);e.replaceWith(i,i+1,t.type.schema.linebreakReplacement.create())}}})}function mn(e,t,n,r){t.forEach((i,a)=>{if(i.type==i.type.schema.linebreakReplacement){let i=e.mapping.slice(r).map(n+1+a);e.replaceWith(i,i+1,t.type.schema.text(` +`))}})}function hn(e,t,n){let r=e.resolve(t),i=r.index();return r.parent.canReplaceWith(i,i+1,n)}function gn(e,t,n,r,i){let a=e.doc.nodeAt(t);if(!a)throw RangeError(`No node at given position`);n||=a.type;let o=n.create(r,null,i||a.marks);if(a.isLeaf)return e.replaceWith(t,t+a.nodeSize,o);if(!n.validContent(a.content))throw RangeError(`Invalid content for node type `+n.name);e.step(new Qt(t,t+a.nodeSize,t+1,t+a.nodeSize-1,new O(E.from(o),0,0),1,!0))}function _n(e,t,n=1,r){let i=e.resolve(t),a=i.depth-n,o=r&&r[r.length-1]||i.parent;if(a<0||i.parent.type.spec.isolating||!i.parent.canReplace(i.index(),i.parent.childCount)||!o.type.validContent(i.parent.content.cutByIndex(i.index(),i.parent.childCount)))return!1;for(let e=i.depth-1,t=n-2;e>a;e--,t--){let n=i.node(e),a=i.index(e);if(n.type.spec.isolating)return!1;let o=n.content.cutByIndex(a,n.childCount),s=r&&r[t+1];s&&(o=o.replaceChild(0,s.type.create(s.attrs)));let c=r&&r[t]||n;if(!n.canReplace(a+1,n.childCount)||!c.type.validContent(o))return!1}let s=i.indexAfter(a),c=r&&r[0];return i.node(a).canReplaceWith(s,s,c?c.type:i.node(a+1).type)}function vn(e,t,n=1,r){let i=e.doc.resolve(t),a=E.empty,o=E.empty;for(let e=i.depth,t=i.depth-n,s=n-1;e>t;e--,s--){a=E.from(i.node(e).copy(a));let t=r&&r[s];o=E.from(t?t.type.create(t.attrs,o):i.node(e).copy(o))}e.step(new Zt(t,t,new O(a.append(o),n,n),!0))}function yn(e,t){let n=e.resolve(t),r=n.index();return xn(n.nodeBefore,n.nodeAfter)&&n.parent.canReplace(r,r+1)}function bn(e,t){t.content.size||e.type.compatibleContent(t.type);let n=e.contentMatchAt(e.childCount),{linebreakReplacement:r}=e.type.schema;for(let i=0;i0?(i=r.node(e+1),o++,a=r.node(e).maybeChild(o)):(i=r.node(e).maybeChild(o-1),a=r.node(e+1)),i&&!i.isTextblock&&xn(i,a)&&r.node(e).canReplace(o,o+1))return t;if(e==0)break;t=n<0?r.before(e):r.after(e)}}function Cn(e,t,n){let r=null,{linebreakReplacement:i}=e.doc.type.schema,a=e.doc.resolve(t-n),o=a.node().type;if(i&&o.inlineContent){let e=o.whitespace==`pre`,t=!!o.contentMatch.matchType(i);e&&!t?r=!1:!e&&t&&(r=!0)}let s=e.steps.length;if(r===!1){let r=e.doc.resolve(t+n);mn(e,r.node(),r.before(),s)}o.inlineContent&&nn(e,t+n-1,o,a.node().contentMatchAt(a.index()),r==null);let c=e.mapping.slice(s),l=c.map(t-n);if(e.step(new Zt(l,c.map(t+n,-1),O.empty,!0)),r===!0){let t=e.doc.resolve(l);pn(e,t.node(),t.before(),e.steps.length)}return e}function wn(e,t,n){let r=e.resolve(t);if(r.parent.canReplaceWith(r.index(),r.index(),n))return t;if(r.parentOffset==0)for(let e=r.depth-1;e>=0;e--){let t=r.index(e);if(r.node(e).canReplaceWith(t,t,n))return r.before(e+1);if(t>0)return null}if(r.parentOffset==r.parent.content.size)for(let e=r.depth-1;e>=0;e--){let t=r.indexAfter(e);if(r.node(e).canReplaceWith(t,t,n))return r.after(e+1);if(t=0;t--){let n=t==r.depth?0:r.pos<=(r.start(t+1)+r.end(t+1))/2?-1:1,a=r.index(t)+ +(n>0),o=r.node(t),s=!1;if(e==1)s=o.canReplace(a,a,i);else{let e=o.contentMatchAt(a).findWrapping(i.firstChild.type);s=e&&o.canReplaceWith(a,a,e[0])}if(s)return n==0?r.pos:n<0?r.before(t+1):r.after(t+1)}return null}function En(e,t,n=t,r=O.empty){if(t==n&&!r.size)return null;let i=e.resolve(t),a=e.resolve(n);return Dn(i,a,r)?new Zt(t,n,r):new On(i,a,r).fit()}function Dn(e,t,n){return!n.openStart&&!n.openEnd&&e.start()==t.start()&&e.parent.canReplace(e.index(),t.index(),n.content)}var On=class{constructor(e,t,n){this.$from=e,this.$to=t,this.unplaced=n,this.frontier=[],this.placed=E.empty;for(let t=0;t<=e.depth;t++){let n=e.node(t);this.frontier.push({type:n.type,match:n.contentMatchAt(e.indexAfter(t))})}for(let t=e.depth;t>0;t--)this.placed=E.from(e.node(t).copy(this.placed))}get depth(){return this.frontier.length-1}fit(){for(;this.unplaced.size;){let e=this.findFittable();e?this.placeNodes(e):this.openMore()||this.dropNode()}let e=this.mustMoveInline(),t=this.placed.size-this.depth-this.$from.depth,n=this.$from,r=this.close(e<0?this.$to:n.doc.resolve(e));if(!r)return null;let i=this.placed,a=n.depth,o=r.depth;for(;a&&o&&i.childCount==1;)i=i.firstChild.content,a--,o--;let s=new O(i,a,o);return e>-1?new Qt(n.pos,e,this.$to.pos,this.$to.end(),s,t):s.size||n.pos!=this.$to.pos?new Zt(n.pos,r.pos,s):null}findFittable(){let e=this.unplaced.openStart;for(let t=this.unplaced.content,n=0,r=this.unplaced.openEnd;n1&&(r=0),i.type.spec.isolating&&r<=n){e=n;break}t=i.content}for(let t=1;t<=2;t++)for(let n=t==1?e:this.unplaced.openStart;n>=0;n--){let e,r=null;n?(r=jn(this.unplaced.content,n-1).firstChild,e=r.content):e=this.unplaced.content;let i=e.firstChild;for(let e=this.depth;e>=0;e--){let{type:a,match:o}=this.frontier[e],s,c=null;if(t==1&&(i?o.matchType(i.type)||(c=o.fillBefore(E.from(i),!1)):r&&a.compatibleContent(r.type)))return{sliceDepth:n,frontierDepth:e,parent:r,inject:c};if(t==2&&i&&(s=o.findWrapping(i.type)))return{sliceDepth:n,frontierDepth:e,parent:r,wrap:s};if(r&&o.matchType(r.type))break}}}openMore(){let{content:e,openStart:t,openEnd:n}=this.unplaced,r=jn(e,t);return!r.childCount||r.firstChild.isLeaf?!1:(this.unplaced=new O(e,t+1,Math.max(n,r.size+t>=e.size-n?t+1:0)),!0)}dropNode(){let{content:e,openStart:t,openEnd:n}=this.unplaced,r=jn(e,t);if(r.childCount<=1&&t>0){let i=e.size-t<=t+r.size;this.unplaced=new O(kn(e,t-1,1),t-1,i?t-1:n)}else this.unplaced=new O(kn(e,t,1),t,n)}placeNodes({sliceDepth:e,frontierDepth:t,parent:n,inject:r,wrap:i}){for(;this.depth>t;)this.closeFrontierNode();if(i)for(let e=0;e1||s==0||e.content.size)&&(u=t,l.push(Mn(e.mark(d.allowedMarks(e.marks)),c==1?s:0,c==o.childCount?f:-1)))}let p=c==o.childCount;p||(f=-1),this.placed=An(this.placed,t,E.from(l)),this.frontier[t].match=u,p&&f<0&&n&&n.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let e=0,t=o;e1&&r==this.$to.end(--n);)++r;return r}findCloseLevel(e){scan:for(let t=Math.min(this.depth,e.depth);t>=0;t--){let{match:n,type:r}=this.frontier[t],i=t=0;n--){let{match:t,type:r}=this.frontier[n],i=Nn(e,n,r,t,!0);if(!i||i.childCount)continue scan}return{depth:t,fit:a,move:i?e.doc.resolve(e.after(t+1)):e}}}}close(e){let t=this.findCloseLevel(e);if(!t)return null;for(;this.depth>t.depth;)this.closeFrontierNode();t.fit.childCount&&(this.placed=An(this.placed,t.depth,t.fit)),e=t.move;for(let n=t.depth+1;n<=e.depth;n++){let t=e.node(n),r=t.type.contentMatch.fillBefore(t.content,!0,e.index(n));this.openFrontierNode(t.type,t.attrs,r)}return e}openFrontierNode(e,t=null,n){let r=this.frontier[this.depth];r.match=r.match.matchType(e),this.placed=An(this.placed,this.depth,E.from(e.create(t,n))),this.frontier.push({type:e,match:e.contentMatch})}closeFrontierNode(){let e=this.frontier.pop().match.fillBefore(E.empty,!0);e.childCount&&(this.placed=An(this.placed,this.frontier.length,e))}};function kn(e,t,n){return t==0?e.cutByIndex(n,e.childCount):e.replaceChild(0,e.firstChild.copy(kn(e.firstChild.content,t-1,n)))}function An(e,t,n){return t==0?e.append(n):e.replaceChild(e.childCount-1,e.lastChild.copy(An(e.lastChild.content,t-1,n)))}function jn(e,t){for(let n=0;n1&&(r=r.replaceChild(0,Mn(r.firstChild,t-1,r.childCount==1?n-1:0))),t>0&&(r=e.type.contentMatch.fillBefore(r).append(r),n<=0&&(r=r.append(e.type.contentMatch.matchFragment(r).fillBefore(E.empty,!0)))),e.copy(r)}function Nn(e,t,n,r,i){let a=e.node(t),o=i?e.indexAfter(t):e.index(t);if(o==a.childCount&&!n.compatibleContent(a.type))return null;let s=r.fillBefore(a.content,!0,o);return s&&!Pn(n,a.content,o)?s:null}function Pn(e,t,n){for(let r=n;r0;e--,t--){let n=i.node(e).type.spec;if(n.defining||n.definingAsContext||n.isolating)break;o.indexOf(e)>-1?s=e:i.before(e)==t&&o.splice(1,0,-e)}let c=o.indexOf(s),l=[],u=r.openStart;for(let e=r.content,t=0;;t++){let n=e.firstChild;if(l.push(n),t==r.openStart)break;e=n.content}for(let e=u-1;e>=0;e--){let t=l[e],n=Fn(t.type);if(n&&!t.sameMarkup(i.node(Math.abs(s)-1)))u=e;else if(n||!t.type.isTextblock)break}for(let t=r.openStart;t>=0;t--){let s=(t+u+1)%(r.openStart+1),d=l[s];if(d)for(let t=0;t=0&&(e.replace(t,n,r),!(e.steps.length>d));s--){let e=o[s];e<0||(t=i.before(e),n=a.after(e))}}function Ln(e,t,n,r,i){if(tr){let t=i.contentMatchAt(0),n=t.fillBefore(e).append(e);e=n.append(t.matchFragment(n).fillBefore(E.empty,!0))}return e}function Rn(e,t,n,r){if(!r.isInline&&t==n&&e.doc.resolve(t).parent.content.size){let i=wn(e.doc,t,r.type);i!=null&&(t=n=i)}e.replaceRange(t,n,new O(E.from(r),0,0))}function zn(e,t,n){let r=e.doc.resolve(t),i=e.doc.resolve(n);if(r.parent.isTextblock&&i.parent.isTextblock&&r.start()!=i.start()&&r.parentOffset==0&&i.parentOffset==0){let a=r.sharedDepth(n),o=!1;for(let e=r.depth;e>a;e--)r.node(e).type.spec.isolating&&(o=!0);for(let e=i.depth;e>a;e--)i.node(e).type.spec.isolating&&(o=!0);if(!o){for(let e=r.depth;e>0&&t==r.start(e);e--)t=r.before(e);for(let e=i.depth;e>0&&n==i.start(e);e--)n=i.before(e);r=e.doc.resolve(t),i=e.doc.resolve(n)}}let a=Bn(r,i);for(let t=0;t0&&(o||r.node(n-1).canReplace(r.index(n-1),i.indexAfter(n-1))))return e.delete(r.before(n),i.after(n))}for(let a=1;a<=r.depth&&a<=i.depth;a++)if(t-r.start(a)==r.depth-a&&n>r.end(a)&&i.end(a)-n!=i.depth-a&&r.start(a-1)==i.start(a-1)&&r.node(a-1).canReplace(r.index(a-1),i.index(a-1)))return e.delete(r.before(a),n);e.delete(t,n)}function Bn(e,t){let n=[],r=Math.min(e.depth,t.depth);for(let i=r;i>=0;i--){let r=e.start(i);if(rt.pos+(t.depth-i)||e.node(i).type.spec.isolating||t.node(i).type.spec.isolating)break;(r==t.start(i)||i==e.depth&&i==t.depth&&e.parent.inlineContent&&t.parent.inlineContent&&i&&t.start(i-1)==r-1)&&n.push(i)}return n}var Vn=class e extends k{constructor(e,t,n){super(),this.pos=e,this.attr=t,this.value=n}apply(e){let t=e.nodeAt(this.pos);if(!t)return Gt.fail(`No node at attribute step's position`);let n=Object.create(null);for(let e in t.attrs)n[e]=t.attrs[e];n[this.attr]=this.value;let r=t.type.create(n,null,t.marks);return Gt.fromReplace(e,this.pos,this.pos+1,new O(E.from(r),0,+!t.isLeaf))}getMap(){return Ht.empty}invert(t){return new e(this.pos,this.attr,t.nodeAt(this.pos).attrs[this.attr])}map(t){let n=t.mapResult(this.pos,1);return n.deletedAfter?null:new e(n.pos,this.attr,this.value)}toJSON(){return{stepType:`attr`,pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(t,n){if(typeof n.pos!=`number`||typeof n.attr!=`string`)throw RangeError(`Invalid input for AttrStep.fromJSON`);return new e(n.pos,n.attr,n.value)}};k.jsonID(`attr`,Vn);var Hn=class e extends k{constructor(e,t){super(),this.attr=e,this.value=t}apply(e){let t=Object.create(null);for(let n in e.attrs)t[n]=e.attrs[n];t[this.attr]=this.value;let n=e.type.create(t,e.content,e.marks);return Gt.ok(n)}getMap(){return Ht.empty}invert(t){return new e(this.attr,t.attrs[this.attr])}map(e){return this}toJSON(){return{stepType:`docAttr`,attr:this.attr,value:this.value}}static fromJSON(t,n){if(typeof n.attr!=`string`)throw RangeError(`Invalid input for DocAttrStep.fromJSON`);return new e(n.attr,n.value)}};k.jsonID(`docAttr`,Hn);var Un=class extends Error{};Un=function e(t){let n=Error.call(this,t);return n.__proto__=e.prototype,n},Un.prototype=Object.create(Error.prototype),Un.prototype.constructor=Un,Un.prototype.name=`TransformError`;var Wn=class{constructor(e){this.doc=e,this.steps=[],this.docs=[],this.mapping=new Ut}get before(){return this.docs.length?this.docs[0]:this.doc}step(e){let t=this.maybeStep(e);if(t.failed)throw new Un(t.failed);return this}maybeStep(e){let t=e.apply(this.doc);return t.failed||this.addStep(e,t.doc),t}get docChanged(){return this.steps.length>0}changedRange(){let e=1e9,t=-1e9;for(let n=0;n{e=Math.min(e,i),t=Math.max(t,a)})}return e==1e9?null:{from:e,to:t}}addStep(e,t){this.docs.push(this.doc),this.steps.push(e),this.mapping.appendMap(e.getMap()),this.doc=t}replace(e,t=e,n=O.empty){let r=En(this.doc,e,t,n);return r&&this.step(r),this}replaceWith(e,t,n){return this.replace(e,t,new O(E.from(n),0,0))}delete(e,t){return this.replace(e,t,O.empty)}insert(e,t){return this.replaceWith(e,e,t)}replaceRange(e,t,n){return In(this,e,t,n),this}replaceRangeWith(e,t,n){return Rn(this,e,t,n),this}deleteRange(e,t){return zn(this,e,t),this}lift(e,t){return on(this,e,t),this}join(e,t=1){return Cn(this,e,t),this}wrap(e,t){return dn(this,e,t),this}setBlockType(e,t=e,n,r=null){return fn(this,e,t,n,r),this}setNodeMarkup(e,t,n=null,r){return gn(this,e,t,n,r),this}setNodeAttribute(e,t,n){return this.step(new Vn(e,t,n)),this}setDocAttribute(e,t){return this.step(new Hn(e,t)),this}addNodeMark(e,t){return this.step(new Yt(e,t)),this}removeNodeMark(e,t){let n=this.doc.nodeAt(e);if(!n)throw RangeError(`No node at position `+e);if(t instanceof D)t.isInSet(n.marks)&&this.step(new Xt(e,t));else{let r=n.marks,i,a=[];for(;i=t.isInSet(r);)a.push(new Xt(e,i)),r=i.removeFromSet(r);for(let e=a.length-1;e>=0;e--)this.step(a[e])}return this}split(e,t=1,n){return vn(this,e,t,n),this}addMark(e,t,n){return en(this,e,t,n),this}removeMark(e,t,n){return tn(this,e,t,n),this}clearIncompatible(e,t,n){return nn(this,e,t,n),this}},Gn=Object.create(null),A=class{constructor(e,t,n){this.$anchor=e,this.$head=t,this.ranges=n||[new Kn(e.min(t),e.max(t))]}get anchor(){return this.$anchor.pos}get head(){return this.$head.pos}get from(){return this.$from.pos}get to(){return this.$to.pos}get $from(){return this.ranges[0].$from}get $to(){return this.ranges[0].$to}get empty(){let e=this.ranges;for(let t=0;t=0;r--){let i=t<0?$n(e.node(0),e.node(r),e.before(r+1),e.index(r),t,n):$n(e.node(0),e.node(r),e.after(r+1),e.index(r)+1,t,n);if(i)return i}return null}static near(e,t=1){return this.findFrom(e,t)||this.findFrom(e,-t)||new Zn(e.node(0))}static atStart(e){return $n(e,e,0,0,1)||new Zn(e)}static atEnd(e){return $n(e,e,e.content.size,e.childCount,-1)||new Zn(e)}static fromJSON(e,t){if(!t||!t.type)throw RangeError(`Invalid input for Selection.fromJSON`);let n=Gn[t.type];if(!n)throw RangeError(`No selection type ${t.type} defined`);return n.fromJSON(e,t)}static jsonID(e,t){if(e in Gn)throw RangeError(`Duplicate use of selection JSON ID `+e);return Gn[e]=t,t.prototype.jsonID=e,t}getBookmark(){return j.between(this.$anchor,this.$head).getBookmark()}};A.prototype.visible=!0;var Kn=class{constructor(e,t){this.$from=e,this.$to=t}},qn=!1;function Jn(e){!qn&&!e.parent.inlineContent&&(qn=!0,console.warn(`TextSelection endpoint not pointing into a node with inline content (`+e.parent.type.name+`)`))}var j=class e extends A{constructor(e,t=e){Jn(e),Jn(t),super(e,t)}get $cursor(){return this.$anchor.pos==this.$head.pos?this.$head:null}map(t,n){let r=t.resolve(n.map(this.head));if(!r.parent.inlineContent)return A.near(r);let i=t.resolve(n.map(this.anchor));return new e(i.parent.inlineContent?i:r,r)}replace(e,t=O.empty){if(super.replace(e,t),t==O.empty){let t=this.$from.marksAcross(this.$to);t&&e.ensureMarks(t)}}eq(t){return t instanceof e&&t.anchor==this.anchor&&t.head==this.head}getBookmark(){return new Yn(this.anchor,this.head)}toJSON(){return{type:`text`,anchor:this.anchor,head:this.head}}static fromJSON(t,n){if(typeof n.anchor!=`number`||typeof n.head!=`number`)throw RangeError(`Invalid input for TextSelection.fromJSON`);return new e(t.resolve(n.anchor),t.resolve(n.head))}static create(e,t,n=t){let r=e.resolve(t);return new this(r,n==t?r:e.resolve(n))}static between(t,n,r){let i=t.pos-n.pos;if((!r||i)&&(r=i>=0?1:-1),!n.parent.inlineContent){let e=A.findFrom(n,r,!0)||A.findFrom(n,-r,!0);if(e)n=e.$head;else return A.near(n,r)}return t.parent.inlineContent||(i==0?t=n:(t=(A.findFrom(t,-r,!0)||A.findFrom(t,r,!0)).$anchor,t.pos0?0:1);i>0?o=0;o+=i){let r=t.child(o);if(!r.isAtom){let t=$n(e,r,n+i,i<0?r.childCount:0,i,a);if(t)return t}else if(!a&&M.isSelectable(r))return M.create(e,n-(i<0?r.nodeSize:0));n+=r.nodeSize*i}return null}function er(e,t,n){let r=e.steps.length-1;if(r{o??=r}),e.setSelection(A.near(e.doc.resolve(o),n))}var tr=1,nr=2,rr=4,ir=class extends Wn{constructor(e){super(e.doc),this.curSelectionFor=0,this.updated=0,this.meta=Object.create(null),this.time=Date.now(),this.curSelection=e.selection,this.storedMarks=e.storedMarks}get selection(){return this.curSelectionFor0}setStoredMarks(e){return this.storedMarks=e,this.updated|=nr,this}ensureMarks(e){return D.sameSet(this.storedMarks||this.selection.$from.marks(),e)||this.setStoredMarks(e),this}addStoredMark(e){return this.ensureMarks(e.addToSet(this.storedMarks||this.selection.$head.marks()))}removeStoredMark(e){return this.ensureMarks(e.removeFromSet(this.storedMarks||this.selection.$head.marks()))}get storedMarksSet(){return(this.updated&nr)>0}addStep(e,t){super.addStep(e,t),this.updated&=~nr,this.storedMarks=null}setTime(e){return this.time=e,this}replaceSelection(e){return this.selection.replace(this,e),this}replaceSelectionWith(e,t=!0){let n=this.selection;return t&&(e=e.mark(this.storedMarks||(n.empty?n.$from.marks():n.$from.marksAcross(n.$to)||D.none))),n.replaceWith(this,e),this}deleteSelection(){return this.selection.replace(this),this}insertText(e,t,n){let r=this.doc.type.schema;if(t==null)return e?this.replaceSelectionWith(r.text(e),!0):this.deleteSelection();{if(n??=t,!e)return this.deleteRange(t,n);let i=this.storedMarks;if(!i){let e=this.doc.resolve(t);i=n==t?e.marks():e.marksAcross(this.doc.resolve(n))}return this.replaceRangeWith(t,n,r.text(e,i)),!this.selection.empty&&this.selection.to==t+e.length&&this.setSelection(A.near(this.selection.$to)),this}}setMeta(e,t){return this.meta[typeof e==`string`?e:e.key]=t,this}getMeta(e){return this.meta[typeof e==`string`?e:e.key]}get isGeneric(){for(let e in this.meta)return!1;return!0}scrollIntoView(){return this.updated|=rr,this}get scrolledIntoView(){return(this.updated&rr)>0}};function ar(e,t){return!t||!e?e:e.bind(t)}var or=class{constructor(e,t,n){this.name=e,this.init=ar(t.init,n),this.apply=ar(t.apply,n)}},sr=[new or(`doc`,{init(e){return e.doc||e.schema.topNodeType.createAndFill()},apply(e){return e.doc}}),new or(`selection`,{init(e,t){return e.selection||A.atStart(t.doc)},apply(e){return e.selection}}),new or(`storedMarks`,{init(e){return e.storedMarks||null},apply(e,t,n,r){return r.selection.$cursor?e.storedMarks:null}}),new or(`scrollToSelection`,{init(){return 0},apply(e,t){return e.scrolledIntoView?t+1:t}})],cr=class{constructor(e,t){this.schema=e,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=sr.slice(),t&&t.forEach(e=>{if(this.pluginsByKey[e.key])throw RangeError(`Adding different instances of a keyed plugin (`+e.key+`)`);this.plugins.push(e),this.pluginsByKey[e.key]=e,e.spec.state&&this.fields.push(new or(e.key,e.spec.state,e))})}},lr=class e{constructor(e){this.config=e}get schema(){return this.config.schema}get plugins(){return this.config.plugins}apply(e){return this.applyTransaction(e).state}filterTransaction(e,t=-1){for(let n=0;ne.toJSON())),e&&typeof e==`object`)for(let n in e){if(n==`doc`||n==`selection`)throw RangeError("The JSON fields `doc` and `selection` are reserved");let r=e[n],i=r.spec.state;i&&i.toJSON&&(t[n]=i.toJSON.call(r,this[r.key]))}return t}static fromJSON(t,n,r){if(!n)throw RangeError(`Invalid input for EditorState.fromJSON`);if(!t.schema)throw RangeError(`Required config field 'schema' missing`);let i=new cr(t.schema,t.plugins),a=new e(i);return i.fields.forEach(e=>{if(e.name==`doc`)a.doc=Ie.fromJSON(t.schema,n.doc);else if(e.name==`selection`)a.selection=A.fromJSON(a.doc,n.selection);else if(e.name==`storedMarks`)n.storedMarks&&(a.storedMarks=n.storedMarks.map(t.schema.markFromJSON));else{if(r)for(let i in r){let o=r[i],s=o.spec.state;if(o.key==e.name&&s&&s.fromJSON&&Object.prototype.hasOwnProperty.call(n,i)){a[e.name]=s.fromJSON.call(o,t,n[i],a);return}}a[e.name]=e.init(t,a)}}),a}};function ur(e,t,n){for(let r in e){let i=e[r];i instanceof Function?i=i.bind(t):r==`handleDOMEvents`&&(i=ur(i,t,{})),n[r]=i}return n}var N=class{constructor(e){this.spec=e,this.props={},e.props&&ur(e.props,this,this.props),this.key=e.key?e.key.key:fr(`plugin`)}getState(e){return e[this.key]}},dr=Object.create(null);function fr(e){return e in dr?e+`$`+ ++dr[e]:(dr[e]=0,e+`$`)}var P=class{constructor(e=`key`){this.key=fr(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}},pr=(e,t)=>e.selection.empty?!1:(t&&t(e.tr.deleteSelection().scrollIntoView()),!0);function mr(e,t){let{$cursor:n}=e.selection;return!n||(t?!t.endOfTextblock(`backward`,e):n.parentOffset>0)?null:n}var hr=(e,t,n)=>{let r=mr(e,n);if(!r)return!1;let i=xr(r);if(!i){let n=r.blockRange(),i=n&&an(n);return i==null?!1:(t&&t(e.tr.lift(n,i).scrollIntoView()),!0)}let a=i.nodeBefore;if(zr(e,i,t,-1))return!0;if(r.parent.content.size==0&&(yr(a,`end`)||M.isSelectable(a)))for(let n=r.depth;;n--){let o=En(e.doc,r.before(n),r.after(n),O.empty);if(o&&o.slice.size1)break}return a.isAtom&&i.depth==r.depth-1?(t&&t(e.tr.delete(i.pos-a.nodeSize,i.pos).scrollIntoView()),!0):!1},gr=(e,t,n)=>{let r=mr(e,n);if(!r)return!1;let i=xr(r);return i?vr(e,i,t):!1},_r=(e,t,n)=>{let r=Sr(e,n);if(!r)return!1;let i=Tr(r);return i?vr(e,i,t):!1};function vr(e,t,n){let r=t.nodeBefore,i=t.pos-1;for(;!r.isTextblock;i--){if(r.type.spec.isolating)return!1;let e=r.lastChild;if(!e)return!1;r=e}let a=t.nodeAfter,o=t.pos+1;for(;!a.isTextblock;o++){if(a.type.spec.isolating)return!1;let e=a.firstChild;if(!e)return!1;a=e}let s=En(e.doc,i,o,O.empty);if(!s||s.from!=i||s instanceof Zt&&s.slice.size>=o-i)return!1;if(n){let t=e.tr.step(s);t.setSelection(j.create(t.doc,i)),n(t.scrollIntoView())}return!0}function yr(e,t,n=!1){for(let r=e;r;r=t==`start`?r.firstChild:r.lastChild){if(r.isTextblock)return!0;if(n&&r.childCount!=1)return!1}return!1}var br=(e,t,n)=>{let{$head:r,empty:i}=e.selection,a=r;if(!i)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock(`backward`,e):r.parentOffset>0)return!1;a=xr(r)}let o=a&&a.nodeBefore;return!o||!M.isSelectable(o)?!1:(t&&t(e.tr.setSelection(M.create(e.doc,a.pos-o.nodeSize)).scrollIntoView()),!0)};function xr(e){if(!e.parent.type.spec.isolating)for(let t=e.depth-1;t>=0;t--){if(e.index(t)>0)return e.doc.resolve(e.before(t+1));if(e.node(t).type.spec.isolating)break}return null}function Sr(e,t){let{$cursor:n}=e.selection;return!n||(t?!t.endOfTextblock(`forward`,e):n.parentOffset{let r=Sr(e,n);if(!r)return!1;let i=Tr(r);if(!i)return!1;let a=i.nodeAfter;if(zr(e,i,t,1))return!0;if(r.parent.content.size==0&&(yr(a,`start`)||M.isSelectable(a))){let n=En(e.doc,r.before(),r.after(),O.empty);if(n&&n.slice.size{let{$head:r,empty:i}=e.selection,a=r;if(!i)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock(`forward`,e):r.parentOffset=0;t--){let n=e.node(t);if(e.index(t)+1{let n=e.selection,r=n instanceof M,i;if(r){if(n.node.isTextblock||!yn(e.doc,n.from))return!1;i=n.from}else if(i=Sn(e.doc,n.from,-1),i==null)return!1;if(t){let n=e.tr.join(i);r&&n.setSelection(M.create(n.doc,i-e.doc.resolve(i).nodeBefore.nodeSize)),t(n.scrollIntoView())}return!0},Dr=(e,t)=>{let n=e.selection,r;if(n instanceof M){if(n.node.isTextblock||!yn(e.doc,n.to))return!1;r=n.to}else if(r=Sn(e.doc,n.to,1),r==null)return!1;return t&&t(e.tr.join(r).scrollIntoView()),!0},Or=(e,t)=>{let{$from:n,$to:r}=e.selection,i=n.blockRange(r),a=i&&an(i);return a==null?!1:(t&&t(e.tr.lift(i,a).scrollIntoView()),!0)},kr=(e,t)=>{let{$head:n,$anchor:r}=e.selection;return!n.parent.type.spec.code||!n.sameParent(r)?!1:(t&&t(e.tr.insertText(` +`).scrollIntoView()),!0)};function Ar(e){for(let t=0;t{let{$head:n,$anchor:r}=e.selection;if(!n.parent.type.spec.code||!n.sameParent(r))return!1;let i=n.node(-1),a=n.indexAfter(-1),o=Ar(i.contentMatchAt(a));if(!o||!i.canReplaceWith(a,a,o))return!1;if(t){let r=n.after(),i=e.tr.replaceWith(r,r,o.createAndFill());i.setSelection(A.near(i.doc.resolve(r),1)),t(i.scrollIntoView())}return!0},Mr=(e,t)=>{let n=e.selection,{$from:r,$to:i}=n;if(n instanceof Zn||r.parent.inlineContent||i.parent.inlineContent)return!1;let a=Ar(i.parent.contentMatchAt(i.indexAfter()));if(!a||!a.isTextblock)return!1;if(t){let n=(!r.parentOffset&&i.index(){let{$cursor:n}=e.selection;if(!n||n.parent.content.size)return!1;if(n.depth>1&&n.after()!=n.end(-1)){let r=n.before();if(_n(e.doc,r))return t&&t(e.tr.split(r).scrollIntoView()),!0}let r=n.blockRange(),i=r&&an(r);return i==null?!1:(t&&t(e.tr.lift(r,i).scrollIntoView()),!0)};function Pr(e){return(t,n)=>{let{$from:r,$to:i}=t.selection;if(t.selection instanceof M&&t.selection.node.isBlock)return!r.parentOffset||!_n(t.doc,r.pos)?!1:(n&&n(t.tr.split(r.pos).scrollIntoView()),!0);if(!r.depth)return!1;let a=[],o,s,c=!1,l=!1;for(let t=r.depth;;t--)if(r.node(t).isBlock){c=r.end(t)==r.pos+(r.depth-t),l=r.start(t)==r.pos-(r.depth-t),s=Ar(r.node(t-1).contentMatchAt(r.indexAfter(t-1)));let n=e&&e(i.parent,c,r);a.unshift(n||(c&&s?{type:s}:null)),o=t;break}else{if(t==1)return!1;a.unshift(null)}let u=t.tr;(t.selection instanceof j||t.selection instanceof Zn)&&u.deleteSelection();let d=u.mapping.map(r.pos),f=_n(u.doc,d,a.length,a);if(f||=(a[0]=s?{type:s}:null,_n(u.doc,d,a.length,a)),!f)return!1;if(u.split(d,a.length,a),!c&&l&&r.node(o).type!=s){let e=u.mapping.map(r.before(o)),t=u.doc.resolve(e);s&&r.node(o-1).canReplaceWith(t.index(),t.index()+1,s)&&u.setNodeMarkup(u.mapping.map(r.before(o)),s)}return n&&n(u.scrollIntoView()),!0}}var Fr=Pr(),Ir=(e,t)=>{let{$from:n,to:r}=e.selection,i,a=n.sharedDepth(r);return a==0?!1:(i=n.before(a),t&&t(e.tr.setSelection(M.create(e.doc,i))),!0)},Lr=(e,t)=>(t&&t(e.tr.setSelection(new Zn(e.doc))),!0);function Rr(e,t,n){let r=t.nodeBefore,i=t.nodeAfter,a=t.index();return!r||!i||!r.type.compatibleContent(i.type)?!1:!r.content.size&&t.parent.canReplace(a-1,a)?(n&&n(e.tr.delete(t.pos-r.nodeSize,t.pos).scrollIntoView()),!0):!t.parent.canReplace(a,a+1)||!(i.isTextblock||yn(e.doc,t.pos))?!1:(n&&n(e.tr.join(t.pos).scrollIntoView()),!0)}function zr(e,t,n,r){let i=t.nodeBefore,a=t.nodeAfter,o,s,c=i.type.spec.isolating||a.type.spec.isolating;if(!c&&Rr(e,t,n))return!0;let l=!c&&t.parent.canReplace(t.index(),t.index()+1);if(l&&(o=(s=i.contentMatchAt(i.childCount)).findWrapping(a.type))&&s.matchType(o[0]||a.type).validEnd){if(n){let r=t.pos+a.nodeSize,s=E.empty;for(let e=o.length-1;e>=0;e--)s=E.from(o[e].create(null,s));s=E.from(i.copy(s));let c=e.tr.step(new Qt(t.pos-1,r,t.pos,r,new O(s,1,0),o.length,!0)),l=c.doc.resolve(r+2*o.length);l.nodeAfter&&l.nodeAfter.type==i.type&&yn(c.doc,l.pos)&&c.join(l.pos),n(c.scrollIntoView())}return!0}let u=a.type.spec.isolating||r>0&&c?null:A.findFrom(t,1),d=u&&u.$from.blockRange(u.$to),f=d&&an(d);if(f!=null&&f>=t.depth)return n&&n(e.tr.lift(d,f).scrollIntoView()),!0;if(l&&yr(a,`start`,!0)&&yr(i,`end`)){let r=i,o=[];for(;o.push(r),!r.isTextblock;)r=r.lastChild;let s=a,c=1;for(;!s.isTextblock;s=s.firstChild)c++;if(r.canReplace(r.childCount,r.childCount,s.content)){if(n){let r=E.empty;for(let e=o.length-1;e>=0;e--)r=E.from(o[e].copy(r));n(e.tr.step(new Qt(t.pos-o.length,t.pos+a.nodeSize,t.pos+c,t.pos+a.nodeSize-c,new O(r,o.length,0),0,!0)).scrollIntoView())}return!0}}return!1}function Br(e){return function(t,n){let r=t.selection,i=e<0?r.$from:r.$to,a=i.depth;for(;i.node(a).isInline;){if(!a)return!1;a--}return i.node(a).isTextblock?(n&&n(t.tr.setSelection(j.create(t.doc,e<0?i.start(a):i.end(a)))),!0):!1}}var Vr=Br(-1),Hr=Br(1);function Ur(e,t=null){return function(n,r){let{$from:i,$to:a}=n.selection,o=i.blockRange(a),s=o&&sn(o,e,t);return s?(r&&r(n.tr.wrap(o,s).scrollIntoView()),!0):!1}}function Wr(e,t=null){return function(n,r){let i=!1;for(let r=0;r{if(i)return!1;if(!(!r.isTextblock||r.hasMarkup(e,t)))if(r.type==e)i=!0;else{let t=n.doc.resolve(a),r=t.index();i=t.parent.canReplaceWith(r,r+1,e)}})}if(!i)return!1;if(r){let i=n.tr;for(let r=0;r=2&&t.$from.node(t.depth-1).type.compatibleContent(n)&&t.startIndex==0){if(t.$from.index(t.depth-1)==0)return!1;let e=o.resolve(t.start-2);a=new Pe(e,e,t.depth),t.endIndex=0;e--)a=E.from(n[e].type.create(n[e].attrs,a));e.step(new Qt(t.start-(r?2:0),t.end,t.start,t.end,new O(a,0,0),n.length,!0));let o=0;for(let e=0;et.childCount>0&&t.firstChild.type==e);return a?n?r.node(a.depth-1).type==e?ei(t,n,e,a):ti(t,n,a):!0:!1}}function ei(e,t,n,r){let i=e.tr,a=r.end,o=r.$to.end(r.depth);aa;t--)e-=i.child(t).nodeSize,r.delete(e-1,e+1);let a=r.doc.resolve(n.start),o=a.nodeAfter;if(r.mapping.map(n.end)!=n.start+a.nodeAfter.nodeSize)return!1;let s=n.startIndex==0,c=n.endIndex==i.childCount,l=a.node(-1),u=a.index(-1);if(!l.canReplace(u+ +!s,u+1,o.content.append(c?E.empty:E.from(i))))return!1;let d=a.pos,f=d+o.nodeSize;return r.step(new Qt(d-+!!s,f+ +!!c,d+1,f-1,new O((s?E.empty:E.from(i.copy(E.empty))).append(c?E.empty:E.from(i.copy(E.empty))),+!s,+!c),+!s)),t(r.scrollIntoView()),!0}function ni(e){return function(t,n){let{$from:r,$to:i}=t.selection,a=r.blockRange(i,t=>t.childCount>0&&t.firstChild.type==e);if(!a)return!1;let o=a.startIndex;if(o==0)return!1;let s=a.parent,c=s.child(o-1);if(c.type!=e)return!1;if(n){let r=c.lastChild&&c.lastChild.type==s.type,i=E.from(r?e.create():null),o=new O(E.from(e.create(null,E.from(s.type.create(null,i)))),r?3:1,0),l=a.start,u=a.end;n(t.tr.step(new Qt(l-(r?3:1),u,l,u,o,1,!0)).scrollIntoView())}return!0}}var F=function(e){for(var t=0;;t++)if(e=e.previousSibling,!e)return t},ri=function(e){let t=e.assignedSlot||e.parentNode;return t&&t.nodeType==11?t.host:t},ii=null,ai=function(e,t,n){let r=ii||=document.createRange();return r.setEnd(e,n??e.nodeValue.length),r.setStart(e,t||0),r},oi=function(){ii=null},si=function(e,t,n,r){return n&&(li(e,t,n,r,-1)||li(e,t,n,r,1))},ci=/^(img|br|input|textarea|hr)$/i;function li(e,t,n,r,i){for(;;){if(e==n&&t==r)return!0;if(t==(i<0?0:ui(e))){let n=e.parentNode;if(!n||n.nodeType!=1||mi(e)||ci.test(e.nodeName)||e.contentEditable==`false`)return!1;t=F(e)+(i<0?0:1),e=n}else if(e.nodeType==1){let n=e.childNodes[t+(i<0?-1:0)];if(n.nodeType==1&&n.contentEditable==`false`)if(n.pmViewDesc?.ignoreForSelection)t+=i;else return!1;else e=n,t=i<0?ui(e):0}else return!1}}function ui(e){return e.nodeType==3?e.nodeValue.length:e.childNodes.length}function di(e,t){for(;;){if(e.nodeType==3&&t)return e;if(e.nodeType==1&&t>0){if(e.contentEditable==`false`)return null;e=e.childNodes[t-1],t=ui(e)}else if(e.parentNode&&!mi(e))t=F(e),e=e.parentNode;else return null}}function fi(e,t){for(;;){if(e.nodeType==3&&t2),ji=Ai||(yi?/Mac/.test(yi.platform):!1),Mi=yi?/Win/.test(yi.platform):!1,Ni=/Android \d/.test(xi),Pi=!!bi&&`webkitFontSmoothing`in bi.documentElement.style,Fi=Pi?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0;function Ii(e){let t=e.defaultView&&e.defaultView.visualViewport;return t?{left:0,right:t.width,top:0,bottom:t.height}:{left:0,right:e.documentElement.clientWidth,top:0,bottom:e.documentElement.clientHeight}}function Li(e,t){return typeof e==`number`?e:e[t]}function Ri(e){let t=e.getBoundingClientRect(),n=t.width/e.offsetWidth||1,r=t.height/e.offsetHeight||1;return{left:t.left,right:t.left+e.clientWidth*n,top:t.top,bottom:t.top+e.clientHeight*r}}function zi(e,t,n){let r=e.someProp(`scrollThreshold`)||0,i=e.someProp(`scrollMargin`)||5,a=e.dom.ownerDocument;for(let o=n||e.dom;o;){if(o.nodeType!=1){o=ri(o);continue}let e=o,n=e==a.body,s=n?Ii(a):Ri(e),c=0,l=0;if(t.tops.bottom-Li(r,`bottom`)&&(l=t.bottom-t.top>s.bottom-s.top?t.top+Li(i,`top`)-s.top:t.bottom-s.bottom+Li(i,`bottom`)),t.lefts.right-Li(r,`right`)&&(c=t.right-s.right+Li(i,`right`)),c||l)if(n)a.defaultView.scrollBy(c,l);else{let n=e.scrollLeft,r=e.scrollTop;l&&(e.scrollTop+=l),c&&(e.scrollLeft+=c);let i=e.scrollLeft-n,a=e.scrollTop-r;t={left:t.left-i,top:t.top-a,right:t.right-i,bottom:t.bottom-a}}let u=n?`fixed`:getComputedStyle(o).position;if(/^(fixed|sticky)$/.test(u))break;o=u==`absolute`?o.offsetParent:ri(o)}}function Bi(e){let t=e.dom.getBoundingClientRect(),n=Math.max(0,t.top),r,i;for(let a=(t.left+t.right)/2,o=n+1;o=n-20){r=t,i=s.top;break}}return{refDOM:r,refTop:i,stack:Vi(e.dom)}}function Vi(e){let t=[],n=e.ownerDocument;for(let r=e;r&&(t.push({dom:r,top:r.scrollTop,left:r.scrollLeft}),e!=n);r=ri(r));return t}function Hi({refDOM:e,refTop:t,stack:n}){let r=e?e.getBoundingClientRect().top:0;Ui(n,r==0?0:r-t)}function Ui(e,t){for(let n=0;n=s){o=Math.max(p.bottom,o),s=Math.min(p.top,s);let e=p.left>t.left?p.left-t.left:p.right=(p.left+p.right)/2));continue}}else p.top>t.top&&!c&&p.left<=t.left&&p.right>=t.left&&(c=u,l={left:Math.max(p.left,Math.min(p.right,t.left)),top:p.top});!n&&(t.left>=p.right&&t.top>=p.top||t.left>=p.left&&t.top>=p.bottom)&&(a=d+1)}}return!n&&c&&(n=c,i=l,r=0),n&&n.nodeType==3?qi(n,i):!n||r&&n.nodeType==1?{node:e,offset:a}:Ki(n,i)}function qi(e,t){let n=e.nodeValue.length,r=document.createRange(),i;for(let a=0;a=(n.left+n.right)/2)};break}}return r.detach(),i||{node:e,offset:0}}function Ji(e,t){return e.left>=t.left-1&&e.left<=t.right+1&&e.top>=t.top-1&&e.top<=t.bottom+1}function Yi(e,t){let n=e.parentNode;return n&&/^li$/i.test(n.nodeName)&&t.left(e.left+e.right)/2?1:-1}return e.docView.posFromDOM(r,i,a)}function Zi(e,t,n,r){let i=-1;for(let n=t,a=!1;n!=e.dom;){let t=e.docView.nearestDesc(n,!0),o;if(!t)return null;if(t.dom.nodeType==1&&(t.node.isBlock&&t.parent||!t.contentDOM)&&((o=t.dom.getBoundingClientRect()).width||o.height)&&(t.node.isBlock&&t.parent&&!/^T(R|BODY|HEAD|FOOT)$/.test(t.dom.nodeName)&&(!a&&o.left>r.left||o.top>r.top?i=t.posBefore:(!a&&o.right-1?i:e.docView.posFromDOM(t,n,-1)}function Qi(e,t,n){let r=e.childNodes.length;if(r&&n.topt.top&&i++}let n;Pi&&i&&r.nodeType==1&&(n=r.childNodes[i-1]).nodeType==1&&n.contentEditable==`false`&&n.getBoundingClientRect().top>=t.top&&i--,r==e.dom&&i==r.childNodes.length-1&&r.lastChild.nodeType==1&&t.top>r.lastChild.getBoundingClientRect().bottom?s=e.state.doc.content.size:(i==0||r.nodeType!=1||r.childNodes[i-1].nodeName!=`BR`)&&(s=Zi(e,r,i,t))}s??=Xi(e,o,t);let c=e.docView.nearestDesc(o,!0);return{pos:s,inside:c?c.posAtStart-c.border:-1}}function ea(e){return e.top=0&&i==r.nodeValue.length?(e--,a=1):n<0?e--:t++,ia(ta(ai(r,e,t),a),a<0)}if(!e.state.doc.resolve(t-(a||0)).parent.inlineContent){if(a==null&&i&&(n<0||i==ui(r))){let e=r.childNodes[i-1];if(e.nodeType==1)return aa(e.getBoundingClientRect(),!1)}if(a==null&&i=0)}if(a==null&&i&&(n<0||i==ui(r))){let e=r.childNodes[i-1],t=e.nodeType==3?ai(e,ui(e)-+!o):e.nodeType==1&&(e.nodeName!=`BR`||!e.nextSibling)?e:null;if(t)return ia(ta(t,1),!1)}if(a==null&&i=0)}function ia(e,t){if(e.width==0)return e;let n=t?e.left:e.right;return{top:e.top,bottom:e.bottom,left:n,right:n}}function aa(e,t){if(e.height==0)return e;let n=t?e.top:e.bottom;return{top:n,bottom:n,left:e.left,right:e.right}}function oa(e,t,n){let r=e.state,i=e.root.activeElement;r!=t&&e.updateState(t),i!=e.dom&&e.focus();try{return n()}finally{r!=t&&e.updateState(r),i!=e.dom&&i&&i.focus()}}function sa(e,t,n){let r=t.selection,i=n==`up`?r.$from:r.$to;return oa(e,t,()=>{let{node:t}=e.docView.domFromPos(i.pos,n==`up`?-1:1);for(;;){let n=e.docView.nearestDesc(t,!0);if(!n)break;if(n.node.isBlock){t=n.contentDOM||n.dom;break}t=n.dom.parentNode}let r=ra(e,i.pos,1);for(let e=t.firstChild;e;e=e.nextSibling){let t;if(e.nodeType==1)t=e.getClientRects();else if(e.nodeType==3)t=ai(e,0,e.nodeValue.length).getClientRects();else continue;for(let e=0;ei.top+1&&(n==`up`?r.top-i.top>(i.bottom-r.top)*2:i.bottom-r.bottom>(r.bottom-i.top)*2))return!1}}return!0})}var ca=/[\u0590-\u08ac]/;function la(e,t,n){let{$head:r}=t.selection;if(!r.parent.isTextblock)return!1;let i=r.parentOffset,a=!i,o=i==r.parent.content.size,s=e.domSelection();return s?!ca.test(r.parent.textContent)||!s.modify?n==`left`||n==`backward`?a:o:oa(e,t,()=>{let{focusNode:t,focusOffset:i,anchorNode:a,anchorOffset:o}=e.domSelectionRange(),c=s.caretBidiLevel;s.modify(`move`,n,`character`);let l=r.depth?e.docView.domAfterPos(r.before()):e.dom,{focusNode:u,focusOffset:d}=e.domSelectionRange(),f=u&&!l.contains(u.nodeType==1?u:u.parentNode)||t==u&&i==d;try{s.collapse(a,o),t&&(t!=a||i!=o)&&s.extend&&s.extend(t,i)}catch{}return c!=null&&(s.caretBidiLevel=c),f}):r.pos==r.start()||r.pos==r.end()}var ua=null,da=null,fa=!1;function pa(e,t,n){return ua==t&&da==n?fa:(ua=t,da=n,fa=n==`up`||n==`down`?sa(e,t,n):la(e,t,n))}var ma=0,ha=1,ga=2,_a=3,va=class{constructor(e,t,n,r){this.parent=e,this.children=t,this.dom=n,this.contentDOM=r,this.dirty=ma,n.pmViewDesc=this}matchesWidget(e){return!1}matchesMark(e){return!1}matchesNode(e,t,n){return!1}matchesHack(e){return!1}parseRule(){return null}stopEvent(e){return!1}get size(){let e=0;for(let t=0;tF(this.contentDOM);else if(this.contentDOM&&this.contentDOM!=this.dom&&this.dom.contains(this.contentDOM))r=e.compareDocumentPosition(this.contentDOM)&2;else if(this.dom.firstChild){if(t==0)for(let t=e;;t=t.parentNode){if(t==this.dom){r=!1;break}if(t.previousSibling)break}if(r==null&&t==e.childNodes.length)for(let t=e;;t=t.parentNode){if(t==this.dom){r=!0;break}if(t.nextSibling)break}}return r??n>0?this.posAtEnd:this.posAtStart}nearestDesc(e,t=!1){for(let n=!0,r=e;r;r=r.parentNode){let i=this.getDesc(r),a;if(i&&(!t||i.node))if(n&&(a=i.nodeDOM)&&!(a.nodeType==1?a.contains(e.nodeType==1?e:e.parentNode):a==e))n=!1;else return i}}getDesc(e){let t=e.pmViewDesc;for(let e=t;e;e=e.parent)if(e==this)return t}posFromDOM(e,t,n){for(let r=e;r;r=r.parentNode){let i=this.getDesc(r);if(i)return i.localPosFromDOM(e,t,n)}return-1}descAt(e){for(let t=0,n=0;te||i instanceof Ta){r=e-t;break}t=a}if(r)return this.children[n].domFromPos(r-this.children[n].border,t);for(let e;n&&!(e=this.children[n-1]).size&&e instanceof ya&&e.side>=0;n--);if(t<=0){let e,r=!0;for(;e=n?this.children[n-1]:null,!(!e||e.dom.parentNode==this.contentDOM);n--,r=!1);return e&&t&&r&&!e.border&&!e.domAtom?e.domFromPos(e.size,t):{node:this.contentDOM,offset:e?F(e.dom)+1:0}}else{let e,r=!0;for(;e=n=i&&t<=s-n.border&&n.node&&n.contentDOM&&this.contentDOM.contains(n.contentDOM))return n.parseRange(e,t,i);e=a;for(let t=o;t>0;t--){let n=this.children[t-1];if(n.size&&n.dom.parentNode==this.contentDOM&&!n.emptyChildAt(1)){r=F(n.dom)+1;break}e-=n.size}r==-1&&(r=0)}if(r>-1&&(s>t||o==this.children.length-1)){t=s;for(let e=o+1;es&&at){let e=o;o=s,s=e}let n=document.createRange();n.setEnd(s.node,s.offset),n.setStart(o.node,o.offset),c.removeAllRanges(),c.addRange(n)}}ignoreMutation(e){return!this.contentDOM&&e.type!=`selection`}get contentLost(){return this.contentDOM&&this.contentDOM!=this.dom&&!this.dom.contains(this.contentDOM)}markDirty(e,t){for(let n=0,r=0;r=n:en){let r=n+i.border,o=a-i.border;if(e>=r&&t<=o){this.dirty=e==n||t==a?ga:ha,e==r&&t==o&&(i.contentLost||i.dom.parentNode!=this.contentDOM)?i.dirty=_a:i.markDirty(e-r,t-r);return}else i.dirty=i.dom==i.contentDOM&&i.dom.parentNode==this.contentDOM&&!i.children.length?ga:_a}n=a}this.dirty=ga}markParentsDirty(){let e=1;for(let t=this.parent;t;t=t.parent,e++){let n=e==1?ga:ha;t.dirty{if(!i)return r;if(i.parent)return i.parent.posBeforeChild(i)})),!t.type.spec.raw){if(a.nodeType!=1){let e=document.createElement(`span`);e.appendChild(a),a=e}a.contentEditable=`false`,a.classList.add(`ProseMirror-widget`)}super(e,[],a,null),this.widget=t,this.widget=t,i=this}matchesWidget(e){return this.dirty==ma&&e.type.eq(this.widget.type)}parseRule(){return{ignore:!0}}stopEvent(e){let t=this.widget.spec.stopEvent;return t?t(e):!1}ignoreMutation(e){return e.type!=`selection`||this.widget.spec.ignoreSelection}destroy(){this.widget.type.destroy(this.dom),super.destroy()}get domAtom(){return!0}get ignoreForSelection(){return!!this.widget.type.spec.relaxedSide}get side(){return this.widget.type.side}},ba=class extends va{constructor(e,t,n,r){super(e,[],t,null),this.textDOM=n,this.text=r}get size(){return this.text.length}localPosFromDOM(e,t){return e==this.textDOM?this.posAtStart+t:this.posAtStart+(t?this.size:0)}domFromPos(e){return{node:this.textDOM,offset:e}}ignoreMutation(e){return e.type===`characterData`&&e.target.nodeValue==e.oldValue}},xa=class e extends va{constructor(e,t,n,r,i){super(e,[],n,r),this.mark=t,this.spec=i}static create(t,n,r,i){let a=i.nodeViews[n.type.name],o=a&&a(n,i,r);return(!o||!o.dom)&&(o=Tt.renderSpec(document,n.type.spec.toDOM(n,r),null,n.attrs)),new e(t,n,o.dom,o.contentDOM||o.dom,o)}parseRule(){return this.dirty&_a||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(e){return this.dirty!=_a&&this.mark.eq(e)}markDirty(e,t){if(super.markDirty(e,t),this.dirty!=ma){let e=this.parent;for(;!e.node;)e=e.parent;e.dirty0&&(a=Ha(a,0,t,r));for(let e=0;e{if(!c)return o;if(c.parent)return c.parent.posBeforeChild(c)},r,i),u=l&&l.dom,d=l&&l.contentDOM;if(n.isText){if(!u)u=document.createTextNode(n.text);else if(u.nodeType!=3)throw RangeError(`Text must be rendered as a DOM text node`)}else if(!u){let e=Tt.renderSpec(document,n.type.spec.toDOM(n),null,n.attrs);({dom:u,contentDOM:d}=e)}!d&&!n.isText&&u.nodeName!=`BR`&&(u.hasAttribute(`contenteditable`)||(u.contentEditable=`false`),n.type.spec.draggable&&(u.draggable=!0));let f=u;return u=Na(u,r,n),l?c=new Ea(t,n,r,i,u,d||null,f,l,a,o+1):n.isText?new wa(t,n,r,i,u,f,a):new e(t,n,r,i,u,d||null,f,a,o+1)}parseRule(){if(this.node.type.spec.reparseInView)return null;let e={node:this.node.type.name,attrs:this.node.attrs};if(this.node.type.whitespace==`pre`&&(e.preserveWhitespace=`full`),!this.contentDOM)e.getContent=()=>this.node.content;else if(!this.contentLost)e.contentElement=this.contentDOM;else{for(let t=this.children.length-1;t>=0;t--){let n=this.children[t];if(this.dom.contains(n.dom.parentNode)){e.contentElement=n.dom.parentNode;break}}e.contentElement||(e.getContent=()=>E.empty)}return e}matchesNode(e,t,n){return this.dirty==ma&&e.eq(this.node)&&Pa(t,this.outerDeco)&&n.eq(this.innerDeco)}get size(){return this.node.nodeSize}get border(){return+!this.node.isLeaf}updateChildren(e,t){let n=this.node.inlineContent,r=t,i=e.composing?this.localCompositionInfo(e,t):null,a=i&&i.pos>-1?i:null,o=i&&i.pos<0,s=new Ia(this,a&&a.node,e);za(this.node,this.innerDeco,(t,i,a)=>{t.spec.marks?s.syncToMarks(t.spec.marks,n,e,i):t.type.side>=0&&!a&&s.syncToMarks(i==this.node.childCount?D.none:this.node.child(i).marks,n,e,i),s.placeWidget(t,e,r)},(t,a,c,l)=>{s.syncToMarks(t.marks,n,e,l);let u;s.findNodeMatch(t,a,c,l)||o&&e.state.selection.from>r&&e.state.selection.to-1&&s.updateNodeAt(t,a,c,u,e)||s.updateNextNode(t,a,c,e,l,r)||s.addNode(t,a,c,e,r),r+=t.nodeSize}),s.syncToMarks([],n,e,0),this.node.isTextblock&&s.addTextblockHacks(),s.destroyRest(),(s.changed||this.dirty==ga)&&(a&&this.protectLocalComposition(e,a),Da(this.contentDOM,this.children,e),Ai&&Ba(this.dom))}localCompositionInfo(e,t){let{from:n,to:r}=e.state.selection;if(!(e.state.selection instanceof j)||nt+this.node.content.size)return null;let i=e.input.compositionNode;if(!i||!this.dom.contains(i.parentNode))return null;if(this.node.inlineContent){let e=i.nodeValue,a=Va(this.node.content,e,n-t,r-t);return a<0?null:{node:i,pos:a,text:e}}else return{node:i,pos:-1,text:``}}protectLocalComposition(e,{node:t,pos:n,text:r}){if(this.getDesc(t))return;let i=t;for(;i.parentNode!=this.contentDOM;i=i.parentNode){for(;i.previousSibling;)i.parentNode.removeChild(i.previousSibling);for(;i.nextSibling;)i.parentNode.removeChild(i.nextSibling);i.pmViewDesc&&=void 0}let a=new ba(this,i,t,r);e.input.compositionNodes.push(a),this.children=Ha(this.children,n,n+r.length,e,a)}update(e,t,n,r){return this.dirty==_a||!e.sameMarkup(this.node)?!1:(this.updateInner(e,t,n,r),!0)}updateInner(e,t,n,r){this.updateOuterDeco(t),this.node=e,this.innerDeco=n,this.contentDOM&&this.updateChildren(r,this.posAtStart),this.dirty=ma}updateOuterDeco(e){if(Pa(e,this.outerDeco))return;let t=this.nodeDOM.nodeType!=1,n=this.dom;this.dom=ja(this.dom,this.nodeDOM,Aa(this.outerDeco,this.node,t),Aa(e,this.node,t)),this.dom!=n&&(n.pmViewDesc=void 0,this.dom.pmViewDesc=this),this.outerDeco=e}selectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.add(`ProseMirror-selectednode`),(this.contentDOM||!this.node.type.spec.draggable)&&(this.nodeDOM.draggable=!0))}deselectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.remove(`ProseMirror-selectednode`),(this.contentDOM||!this.node.type.spec.draggable)&&this.nodeDOM.removeAttribute(`draggable`))}get domAtom(){return this.node.isAtom}};function Ca(e,t,n,r,i){Na(r,t,e);let a=new Sa(void 0,e,t,n,r,r,r,i,0);return a.contentDOM&&a.updateChildren(i,0),a}var wa=class e extends Sa{constructor(e,t,n,r,i,a,o){super(e,t,n,r,i,null,a,o,0)}parseRule(){let e=this.nodeDOM.parentNode;for(;e&&e!=this.dom&&!e.pmIsDeco;)e=e.parentNode;return{skip:e||!0}}update(e,t,n,r){return this.dirty==_a||this.dirty!=ma&&!this.inParent()||!e.sameMarkup(this.node)?!1:(this.updateOuterDeco(t),(this.dirty!=ma||e.text!=this.node.text)&&e.text!=this.nodeDOM.nodeValue&&(this.nodeDOM.nodeValue=e.text,r.trackWrites==this.nodeDOM&&(r.trackWrites=null)),this.node=e,this.dirty=ma,!0)}inParent(){let e=this.parent.contentDOM;for(let t=this.nodeDOM;t;t=t.parentNode)if(t==e)return!0;return!1}domFromPos(e){return{node:this.nodeDOM,offset:e}}localPosFromDOM(e,t,n){return e==this.nodeDOM?this.posAtStart+Math.min(t,this.node.text.length):super.localPosFromDOM(e,t,n)}ignoreMutation(e){return e.type!=`characterData`&&e.type!=`selection`}slice(t,n,r){let i=this.node.cut(t,n),a=document.createTextNode(i.text);return new e(this.parent,i,this.outerDeco,this.innerDeco,a,a,r)}markDirty(e,t){super.markDirty(e,t),this.dom!=this.nodeDOM&&(e==0||t==this.nodeDOM.nodeValue.length)&&(this.dirty=_a)}get domAtom(){return!1}isText(e){return this.node.text==e}},Ta=class extends va{parseRule(){return{ignore:!0}}matchesHack(e){return this.dirty==ma&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return this.dom.nodeName==`IMG`}},Ea=class extends Sa{constructor(e,t,n,r,i,a,o,s,c,l){super(e,t,n,r,i,a,o,c,l),this.spec=s}update(e,t,n,r){if(this.dirty==_a)return!1;if(this.spec.update&&(this.node.type==e.type||this.spec.multiType)){let i=this.spec.update(e,t,n);return i&&this.updateInner(e,t,n,r),i}else if(!this.contentDOM&&!e.isLeaf)return!1;else return super.update(e,t,n,r)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(e,t,n,r){this.spec.setSelection?this.spec.setSelection(e,t,n.root):super.setSelection(e,t,n,r)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}stopEvent(e){return this.spec.stopEvent?this.spec.stopEvent(e):!1}ignoreMutation(e){return this.spec.ignoreMutation?this.spec.ignoreMutation(e):super.ignoreMutation(e)}};function Da(e,t,n){let r=e.firstChild,i=!1;for(let a=0;a>1,o=Math.min(a,e.length);for(;i-1)i>this.index&&(this.changed=!0,this.destroyBetween(this.index,i)),this.top=this.top.children[this.index];else{let r=xa.create(this.top,e[a],t,n);this.top.children.splice(this.index,0,r),this.top=r,this.changed=!0}this.index=0,a++}}findNodeMatch(e,t,n,r){let i=-1,a;if(r>=this.preMatch.index&&(a=this.preMatch.matches[r-this.preMatch.index]).parent==this.top&&a.matchesNode(e,t,n))i=this.top.children.indexOf(a,this.index);else for(let r=this.index,a=Math.min(this.top.children.length,r+5);r0;){let s;for(;;)if(r){let e=n.children[r-1];if(e instanceof xa)n=e,r=e.children.length;else{s=e,r--;break}}else if(n==t)break outer;else r=n.parent.children.indexOf(n),n=n.parent;let c=s.node;if(c){if(c!=e.child(i-1))break;--i,a.set(s,i),o.push(s)}}return{index:i,matched:a,matches:o.reverse()}}function Ra(e,t){return e.type.side-t.type.side}function za(e,t,n,r){let i=t.locals(e),a=0;if(i.length==0){for(let n=0;na;)s.push(i[o++]);let m=a+f.nodeSize;if(f.isText){let e=m;o!e.inline):s.slice();r(f,h,t.forChild(a,f),p),a=m}}function Ba(e){if(e.nodeName==`UL`||e.nodeName==`OL`){let t=e.style.cssText;e.style.cssText=t+`; list-style: square !important`,window.getComputedStyle(e).listStyle,e.style.cssText=t}}function Va(e,t,n,r){for(let i=0,a=0;i=n){if(a>=r&&c.slice(r-t.length-s,r-s)==t)return r-t.length;let e=s=0&&e+t.length+s>=n)return s+e;if(n==r&&c.length>=r+t.length-s&&c.slice(r-s,r-s+t.length)==t)return r}}return-1}function Ha(e,t,n,r,i){let a=[];for(let o=0,s=0;o=n||u<=t?a.push(c):(ln&&a.push(c.slice(n-l,c.size,r)))}return a}function Ua(e,t=null){let n=e.domSelectionRange(),r=e.state.doc;if(!n.focusNode)return null;let i=e.docView.nearestDesc(n.focusNode),a=i&&i.size==0,o=e.docView.posFromDOM(n.focusNode,n.focusOffset,1);if(o<0)return null;let s=r.resolve(o),c,l;if(hi(n)){for(c=o;i&&!i.node;)i=i.parent;let e=i.node;if(i&&e.isAtom&&M.isSelectable(e)&&i.parent&&!(e.isInline&&pi(n.focusNode,n.focusOffset,i.dom))){let e=i.posBefore;l=new M(o==e?s:r.resolve(e))}}else{if(n instanceof e.dom.ownerDocument.defaultView.Selection&&n.rangeCount>1){let t=o,i=o;for(let r=0;r{(n.anchorNode!=r||n.anchorOffset!=i)&&(t.removeEventListener(`selectionchange`,e.input.hideSelectionGuard),setTimeout(()=>{(!Wa(e)||e.state.selection.visible)&&e.dom.classList.remove(`ProseMirror-hideselection`)},20))})}function Za(e){let t=e.domSelection();if(!t)return;let n=e.cursorWrapper.dom,r=n.nodeName==`IMG`;r?t.collapse(n.parentNode,F(n)+1):t.collapse(n,0),!r&&!e.state.selection.visible&&Ti&&Ei<=11&&(n.disabled=!0,n.disabled=!1)}function Qa(e,t){if(t instanceof M){let n=e.docView.descAt(t.from);n!=e.lastSelectedViewDesc&&($a(e),n&&n.selectNode(),e.lastSelectedViewDesc=n)}else $a(e)}function $a(e){e.lastSelectedViewDesc&&=(e.lastSelectedViewDesc.parent&&e.lastSelectedViewDesc.deselectNode(),void 0)}function eo(e,t,n,r){return e.someProp(`createSelectionBetween`,r=>r(e,t,n))||j.between(t,n,r)}function to(e){return e.editable&&!e.hasFocus()?!1:no(e)}function no(e){let t=e.domSelectionRange();if(!t.anchorNode)return!1;try{return e.dom.contains(t.anchorNode.nodeType==3?t.anchorNode.parentNode:t.anchorNode)&&(e.editable||e.dom.contains(t.focusNode.nodeType==3?t.focusNode.parentNode:t.focusNode))}catch{return!1}}function ro(e){let t=e.docView.domFromPos(e.state.selection.anchor,0),n=e.domSelectionRange();return si(t.node,t.offset,n.anchorNode,n.anchorOffset)}function io(e,t){let{$anchor:n,$head:r}=e.selection,i=t>0?n.max(r):n.min(r),a=i.parent.inlineContent?i.depth?e.doc.resolve(t>0?i.after():i.before()):null:i;return a&&A.findFrom(a,t)}function ao(e,t){return e.dispatch(e.state.tr.setSelection(t).scrollIntoView()),!0}function oo(e,t,n){let r=e.state.selection;if(r instanceof j){if(n.indexOf(`s`)>-1){let{$head:n}=r,i=n.textOffset?null:t<0?n.nodeBefore:n.nodeAfter;if(!i||i.isText||!i.isLeaf)return!1;let a=e.state.doc.resolve(n.pos+i.nodeSize*(t<0?-1:1));return ao(e,new j(r.$anchor,a))}else if(!r.empty)return!1;else if(e.endOfTextblock(t>0?`forward`:`backward`)){let n=io(e.state,t);return n&&n instanceof M?ao(e,n):!1}else if(!(ji&&n.indexOf(`m`)>-1)){let n=r.$head,i=n.textOffset?null:t<0?n.nodeBefore:n.nodeAfter,a;if(!i||i.isText)return!1;let o=t<0?n.pos-i.nodeSize:n.pos;return i.isAtom||(a=e.docView.descAt(o))&&!a.contentDOM?M.isSelectable(i)?ao(e,new M(t<0?e.state.doc.resolve(n.pos-i.nodeSize):n)):Pi?ao(e,new j(e.state.doc.resolve(t<0?o:o+i.nodeSize))):!1:!1}}else if(r instanceof M&&r.node.isInline)return ao(e,new j(t>0?r.$to:r.$from));else{let n=io(e.state,t);return n?ao(e,n):!1}}function so(e){return e.nodeType==3?e.nodeValue.length:e.childNodes.length}function co(e,t){let n=e.pmViewDesc;return n&&n.size==0&&(t<0||e.nextSibling||e.nodeName!=`BR`)}function lo(e,t){return t<0?uo(e):fo(e)}function uo(e){let t=e.domSelectionRange(),n=t.focusNode,r=t.focusOffset;if(!n)return;let i,a,o=!1;for(Di&&n.nodeType==1&&r0){if(n.nodeType!=1)break;{let e=n.childNodes[r-1];if(co(e,-1))i=n,a=--r;else if(e.nodeType==3)n=e,r=n.nodeValue.length;else break}}else if(po(n))break;else{let t=n.previousSibling;for(;t&&co(t,-1);)i=n.parentNode,a=F(t),t=t.previousSibling;if(t)n=t,r=so(n);else{if(n=n.parentNode,n==e.dom)break;r=0}}o?go(e,n,r):i&&go(e,i,a)}function fo(e){let t=e.domSelectionRange(),n=t.focusNode,r=t.focusOffset;if(!n)return;let i=so(n),a,o;for(;;)if(r{e.state==i&&Ga(e)},50)}function _o(e,t){let n=e.state.doc.resolve(t);if(!(I||Mi)&&n.parent.inlineContent){let r=e.coordsAtPos(t);if(t>n.start()){let n=e.coordsAtPos(t-1),i=(n.top+n.bottom)/2;if(i>r.top&&i1)return n.leftr.top&&i1)return n.left>r.left?`ltr`:`rtl`}}return getComputedStyle(e.dom).direction==`rtl`?`rtl`:`ltr`}function vo(e,t,n){let r=e.state.selection;if(r instanceof j&&!r.empty||n.indexOf(`s`)>-1||ji&&n.indexOf(`m`)>-1)return!1;let{$from:i,$to:a}=r;if(!i.parent.inlineContent||e.endOfTextblock(t<0?`up`:`down`)){let n=io(e.state,t);if(n&&n instanceof M)return ao(e,n)}if(!i.parent.inlineContent){let n=t<0?i:a,o=r instanceof Zn?A.near(n,t):A.findFrom(n,t);return o?ao(e,o):!1}return!1}function yo(e,t){if(!(e.state.selection instanceof j))return!0;let{$head:n,$anchor:r,empty:i}=e.state.selection;if(!n.sameParent(r))return!0;if(!i)return!1;if(e.endOfTextblock(t>0?`forward`:`backward`))return!0;let a=!n.textOffset&&(t<0?n.nodeBefore:n.nodeAfter);if(a&&!a.isText){let r=e.state.tr;return t<0?r.delete(n.pos-a.nodeSize,n.pos):r.delete(n.pos,n.pos+a.nodeSize),e.dispatch(r),!0}return!1}function bo(e,t,n){e.domObserver.stop(),t.contentEditable=n,e.domObserver.start()}function xo(e){if(!L||e.state.selection.$head.parentOffset>0)return!1;let{focusNode:t,focusOffset:n}=e.domSelectionRange();if(t&&t.nodeType==1&&n==0&&t.firstChild&&t.firstChild.contentEditable==`false`){let n=t.firstChild;bo(e,n,`true`),setTimeout(()=>bo(e,n,`false`),20)}return!1}function So(e){let t=``;return e.ctrlKey&&(t+=`c`),e.metaKey&&(t+=`m`),e.altKey&&(t+=`a`),e.shiftKey&&(t+=`s`),t}function Co(e,t){let n=t.keyCode,r=So(t);if(n==8||ji&&n==72&&r==`c`)return yo(e,-1)||lo(e,-1);if(n==46&&!t.shiftKey||ji&&n==68&&r==`c`)return yo(e,1)||lo(e,1);if(n==13||n==27)return!0;if(n==37||ji&&n==66&&r==`c`){let t=n==37?_o(e,e.state.selection.from)==`ltr`?-1:1:-1;return oo(e,t,r)||lo(e,t)}else if(n==39||ji&&n==70&&r==`c`){let t=n==39?_o(e,e.state.selection.from)==`ltr`?1:-1:1;return oo(e,t,r)||lo(e,t)}else if(n==38||ji&&n==80&&r==`c`)return vo(e,-1,r)||lo(e,-1);else if(n==40||ji&&n==78&&r==`c`)return xo(e)||vo(e,1,r)||lo(e,1);else if(r==(ji?`m`:`c`)&&(n==66||n==73||n==89||n==90))return!0;return!1}function wo(e,t){e.someProp(`transformCopied`,n=>{t=n(t,e)});let n=[],{content:r,openStart:i,openEnd:a}=t;for(;i>1&&a>1&&r.childCount==1&&r.firstChild.childCount==1;){i--,a--;let e=r.firstChild;n.push(e.type.name,e.attrs==e.type.defaultAttrs?null:e.attrs),r=e.content}let o=e.someProp(`clipboardSerializer`)||Tt.fromSchema(e.state.schema),s=Fo(),c=s.createElement(`div`);c.appendChild(o.serializeFragment(r,{document:s}));let l=c.firstChild,u,d=0;for(;l&&l.nodeType==1&&(u=No[l.nodeName.toLowerCase()]);){for(let e=u.length-1;e>=0;e--){let t=s.createElement(u[e]);for(;c.firstChild;)t.appendChild(c.firstChild);c.appendChild(t),d++}l=c.firstChild}return l&&l.nodeType==1&&l.setAttribute(`data-pm-slice`,`${i} ${a}${d?` -${d}`:``} ${JSON.stringify(n)}`),{dom:c,text:e.someProp(`clipboardTextSerializer`,n=>n(t,e))||t.content.textBetween(0,t.content.size,` + +`),slice:t}}function To(e,t,n,r,i){let a=i.parent.type.spec.code,o,s;if(!n&&!t)return null;let c=!!t&&(r||a||!n);if(c){if(e.someProp(`transformPastedText`,n=>{t=n(t,a||r,e)}),a)return s=new O(E.from(e.state.schema.text(t.replace(/\r\n?/g,` +`))),0,0),e.someProp(`transformPasted`,t=>{s=t(s,e,!0)}),s;let n=e.someProp(`clipboardTextParser`,n=>n(t,i,r,e));if(n)s=n;else{let n=i.marks(),{schema:r}=e.state,a=Tt.fromSchema(r);o=document.createElement(`div`),t.split(/(?:\r\n?|\n)+/).forEach(e=>{let t=o.appendChild(document.createElement(`p`));e&&t.appendChild(a.serializeNode(r.text(e,n)))})}}else e.someProp(`transformPastedHTML`,t=>{n=t(n,e)}),o=Ro(n),Pi&&zo(o);let l=o&&o.querySelector(`[data-pm-slice]`),u=l&&/^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(l.getAttribute(`data-pm-slice`)||``);if(u&&u[3])for(let e=+u[3];e>0;e--){let e=o.firstChild;for(;e&&e.nodeType!=1;)e=e.nextSibling;if(!e)break;o=e}if(s||=(e.someProp(`clipboardParser`)||e.someProp(`domParser`)||dt.fromSchema(e.state.schema)).parseSlice(o,{preserveWhitespace:!!(c||u),context:i,ruleFromNode(e){return e.nodeName==`BR`&&!e.nextSibling&&e.parentNode&&!Eo.test(e.parentNode.nodeName)?{ignore:!0}:null}}),u)s=Bo(Mo(s,+u[1],+u[2]),u[4]);else if(s=O.maxOpen(Do(s.content,i),!0),s.openStart||s.openEnd){let e=0,t=0;for(let t=s.content.firstChild;e{s=t(s,e,c)}),s}var Eo=/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var)$/i;function Do(e,t){if(e.childCount<2)return e;for(let n=t.depth;n>=0;n--){let r=t.node(n).contentMatchAt(t.index(n)),i,a=[];if(e.forEach(e=>{if(!a)return;let t=r.findWrapping(e.type),n;if(!t)return a=null;if(n=a.length&&i.length&&ko(t,i,e,a[a.length-1],0))a[a.length-1]=n;else{a.length&&(a[a.length-1]=Ao(a[a.length-1],i.length));let n=Oo(e,t);a.push(n),r=r.matchType(n.type),i=t}}),a)return E.from(a)}return e}function Oo(e,t,n=0){for(let r=t.length-1;r>=n;r--)e=t[r].create(null,E.from(e));return e}function ko(e,t,n,r,i){if(i1&&(a=0),i=n&&(s=t<0?o.contentMatchAt(0).fillBefore(s,a<=i).append(s):s.append(o.contentMatchAt(o.childCount).fillBefore(E.empty,!0))),e.replaceChild(t<0?0:e.childCount-1,o.copy(s))}function Mo(e,t,n){return te}),Io.createHTML(e)):e}function Ro(e){let t=/^(\s*]*>)*/.exec(e);t&&(e=e.slice(t[0].length));let n=Fo().createElement(`div`),r=/<([a-z][^>\s]+)/i.exec(e),i;if((i=r&&No[r[1].toLowerCase()])&&(e=i.map(e=>`<`+e+`>`).join(``)+e+i.map(e=>``).reverse().join(``)),n.innerHTML=Lo(e),i)for(let e=0;e=0;e-=2){let t=n.nodes[r[e]];if(!t||t.hasRequiredAttrs())break;i=E.from(t.create(r[e+1],i)),a++,o++}return new O(i,a,o)}var Vo={},Ho={},Uo={touchstart:!0,touchmove:!0},Wo=class{constructor(){this.shiftKey=!1,this.mouseDown=null,this.lastKeyCode=null,this.lastKeyCodeTime=0,this.lastClick={time:0,x:0,y:0,type:``,button:0},this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastIOSEnter=0,this.lastIOSEnterFallbackTimeout=-1,this.lastFocus=0,this.lastTouch=0,this.lastChromeDelete=0,this.composing=!1,this.compositionNode=null,this.composingTimeout=-1,this.compositionNodes=[],this.compositionEndedAt=-2e8,this.compositionID=1,this.badSafariComposition=!1,this.compositionPendingChanges=0,this.domChangeCount=0,this.eventHandlers=Object.create(null),this.hideSelectionGuard=null}};function Go(e){for(let t in Vo){let n=Vo[t];e.dom.addEventListener(t,e.input.eventHandlers[t]=t=>{Xo(e,t)&&!Yo(e,t)&&(e.editable||!(t.type in Ho))&&n(e,t)},Uo[t]?{passive:!0}:void 0)}L&&e.dom.addEventListener(`input`,()=>null),Jo(e)}function Ko(e,t){e.input.lastSelectionOrigin=t,e.input.lastSelectionTime=Date.now()}function qo(e){e.domObserver.stop();for(let t in e.input.eventHandlers)e.dom.removeEventListener(t,e.input.eventHandlers[t]);clearTimeout(e.input.composingTimeout),clearTimeout(e.input.lastIOSEnterFallbackTimeout)}function Jo(e){e.someProp(`handleDOMEvents`,t=>{for(let n in t)e.input.eventHandlers[n]||e.dom.addEventListener(n,e.input.eventHandlers[n]=t=>Yo(e,t))})}function Yo(e,t){return e.someProp(`handleDOMEvents`,n=>{let r=n[t.type];return r?r(e,t)||t.defaultPrevented:!1})}function Xo(e,t){if(!t.bubbles)return!0;if(t.defaultPrevented)return!1;for(let n=t.target;n!=e.dom;n=n.parentNode)if(!n||n.nodeType==11||n.pmViewDesc&&n.pmViewDesc.stopEvent(t))return!1;return!0}function Zo(e,t){!Yo(e,t)&&Vo[t.type]&&(e.editable||!(t.type in Ho))&&Vo[t.type](e,t)}Ho.keydown=(e,t)=>{let n=t;if(e.input.shiftKey=n.keyCode==16||n.shiftKey,!fs(e,n)&&(e.input.lastKeyCode=n.keyCode,e.input.lastKeyCodeTime=Date.now(),!(Ni&&I&&n.keyCode==13)))if(n.keyCode!=229&&e.domObserver.forceFlush(),Ai&&n.keyCode==13&&!n.ctrlKey&&!n.altKey&&!n.metaKey){let t=Date.now();e.input.lastIOSEnter=t,e.input.lastIOSEnterFallbackTimeout=setTimeout(()=>{e.input.lastIOSEnter==t&&(e.someProp(`handleKeyDown`,t=>t(e,gi(13,`Enter`))),e.input.lastIOSEnter=0)},200)}else e.someProp(`handleKeyDown`,t=>t(e,n))||Co(e,n)?n.preventDefault():Ko(e,`key`)},Ho.keyup=(e,t)=>{t.keyCode==16&&(e.input.shiftKey=!1)},Ho.keypress=(e,t)=>{let n=t;if(fs(e,n)||!n.charCode||n.ctrlKey&&!n.altKey||ji&&n.metaKey)return;if(e.someProp(`handleKeyPress`,t=>t(e,n))){n.preventDefault();return}let r=e.state.selection;if(!(r instanceof j)||!r.$from.sameParent(r.$to)){let t=String.fromCharCode(n.charCode),i=()=>e.state.tr.insertText(t).scrollIntoView();!/[\r\n]/.test(t)&&!e.someProp(`handleTextInput`,n=>n(e,r.$from.pos,r.$to.pos,t,i))&&e.dispatch(i()),n.preventDefault()}};function Qo(e){return{left:e.clientX,top:e.clientY}}function $o(e,t){let n=t.x-e.clientX,r=t.y-e.clientY;return n*n+r*r<100}function es(e,t,n,r,i){if(r==-1)return!1;let a=e.state.doc.resolve(r);for(let r=a.depth+1;r>0;r--)if(e.someProp(t,t=>r>a.depth?t(e,n,a.nodeAfter,a.before(r),i,!0):t(e,n,a.node(r),a.before(r),i,!1)))return!0;return!1}function ts(e,t,n){if(e.focused||e.focus(),e.state.selection.eq(t))return;let r=e.state.tr.setSelection(t);n==`pointer`&&r.setMeta(`pointer`,!0),e.dispatch(r)}function ns(e,t){if(t==-1)return!1;let n=e.state.doc.resolve(t),r=n.nodeAfter;return r&&r.isAtom&&M.isSelectable(r)?(ts(e,new M(n),`pointer`),!0):!1}function rs(e,t){if(t==-1)return!1;let n=e.state.selection,r,i;n instanceof M&&(r=n.node);let a=e.state.doc.resolve(t);for(let e=a.depth+1;e>0;e--){let t=e>a.depth?a.nodeAfter:a.node(e);if(M.isSelectable(t)){i=r&&n.$from.depth>0&&e>=n.$from.depth&&a.before(n.$from.depth+1)==n.$from.pos?a.before(n.$from.depth):a.before(e);break}}return i==null?!1:(ts(e,M.create(e.state.doc,i),`pointer`),!0)}function is(e,t,n,r,i){return es(e,`handleClickOn`,t,n,r)||e.someProp(`handleClick`,n=>n(e,t,r))||(i?rs(e,n):ns(e,n))}function as(e,t,n,r){return es(e,`handleDoubleClickOn`,t,n,r)||e.someProp(`handleDoubleClick`,n=>n(e,t,r))}function ss(e,t,n,r){return es(e,`handleTripleClickOn`,t,n,r)||e.someProp(`handleTripleClick`,n=>n(e,t,r))||cs(e,n,r)}function cs(e,t,n){if(n.button!=0)return!1;let r=e.state.doc;if(t==-1)return r.inlineContent?(ts(e,j.create(r,0,r.content.size),`pointer`),!0):!1;let i=r.resolve(t);for(let t=i.depth+1;t>0;t--){let n=t>i.depth?i.nodeAfter:i.node(t),a=i.before(t);if(n.inlineContent)ts(e,j.create(r,a+1,a+1+n.content.size),`pointer`);else if(M.isSelectable(n))ts(e,M.create(r,a),`pointer`);else continue;return!0}}function ls(e){return ys(e)}var us=ji?`metaKey`:`ctrlKey`;Vo.mousedown=(e,t)=>{let n=t;e.input.shiftKey=n.shiftKey;let r=ls(e),i=Date.now(),a=`singleClick`;i-e.input.lastClick.time<500&&$o(n,e.input.lastClick)&&!n[us]&&e.input.lastClick.button==n.button&&(e.input.lastClick.type==`singleClick`?a=`doubleClick`:e.input.lastClick.type==`doubleClick`&&(a=`tripleClick`)),e.input.lastClick={time:i,x:n.clientX,y:n.clientY,type:a,button:n.button};let o=e.posAtCoords(Qo(n));o&&(a==`singleClick`?(e.input.mouseDown&&e.input.mouseDown.done(),e.input.mouseDown=new ds(e,o,n,!!r)):(a==`doubleClick`?as:ss)(e,o.pos,o.inside,n)?n.preventDefault():Ko(e,`pointer`))};var ds=class{constructor(e,t,n,r){this.view=e,this.pos=t,this.event=n,this.flushed=r,this.delayedSelectionSync=!1,this.mightDrag=null,this.startDoc=e.state.doc,this.selectNode=!!n[us],this.allowDefault=n.shiftKey;let i,a;if(t.inside>-1)i=e.state.doc.nodeAt(t.inside),a=t.inside;else{let n=e.state.doc.resolve(t.pos);i=n.parent,a=n.depth?n.before():0}let o=r?null:n.target,s=o?e.docView.nearestDesc(o,!0):null;this.target=s&&s.nodeDOM.nodeType==1?s.nodeDOM:null;let{selection:c}=e.state;n.button==0&&(i.type.spec.draggable&&i.type.spec.selectable!==!1||c instanceof M&&c.from<=a&&c.to>a)&&(this.mightDrag={node:i,pos:a,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&Di&&!this.target.hasAttribute(`contentEditable`))}),this.target&&this.mightDrag&&(this.mightDrag.addAttr||this.mightDrag.setUneditable)&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&(this.target.draggable=!0),this.mightDrag.setUneditable&&setTimeout(()=>{this.view.input.mouseDown==this&&this.target.setAttribute(`contentEditable`,`false`)},20),this.view.domObserver.start()),e.root.addEventListener(`mouseup`,this.up=this.up.bind(this)),e.root.addEventListener(`mousemove`,this.move=this.move.bind(this)),Ko(e,`pointer`)}done(){this.view.root.removeEventListener(`mouseup`,this.up),this.view.root.removeEventListener(`mousemove`,this.move),this.mightDrag&&this.target&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&this.target.removeAttribute(`draggable`),this.mightDrag.setUneditable&&this.target.removeAttribute(`contentEditable`),this.view.domObserver.start()),this.delayedSelectionSync&&setTimeout(()=>Ga(this.view)),this.view.input.mouseDown=null}up(e){if(this.done(),!this.view.dom.contains(e.target))return;let t=this.pos;this.view.state.doc!=this.startDoc&&(t=this.view.posAtCoords(Qo(e))),this.updateAllowDefault(e),this.allowDefault||!t?Ko(this.view,`pointer`):is(this.view,t.pos,t.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||L&&this.mightDrag&&!this.mightDrag.node.isAtom||I&&!this.view.state.selection.visible&&Math.min(Math.abs(t.pos-this.view.state.selection.from),Math.abs(t.pos-this.view.state.selection.to))<=2)?(ts(this.view,A.near(this.view.state.doc.resolve(t.pos)),`pointer`),e.preventDefault()):Ko(this.view,`pointer`)}move(e){this.updateAllowDefault(e),Ko(this.view,`pointer`),e.buttons==0&&this.done()}updateAllowDefault(e){!this.allowDefault&&(Math.abs(this.event.x-e.clientX)>4||Math.abs(this.event.y-e.clientY)>4)&&(this.allowDefault=!0)}};Vo.touchstart=e=>{e.input.lastTouch=Date.now(),ls(e),Ko(e,`pointer`)},Vo.touchmove=e=>{e.input.lastTouch=Date.now(),Ko(e,`pointer`)},Vo.contextmenu=e=>ls(e);function fs(e,t){return e.composing?!0:L&&Math.abs(t.timeStamp-e.input.compositionEndedAt)<500?(e.input.compositionEndedAt=-2e8,!0):!1}var ps=Ni?5e3:-1;Ho.compositionstart=Ho.compositionupdate=e=>{if(!e.composing){e.domObserver.flush();let{state:t}=e,n=t.selection.$to;if(t.selection instanceof j&&(t.storedMarks||!n.textOffset&&n.parentOffset&&n.nodeBefore.marks.some(e=>e.type.spec.inclusive===!1)||I&&Mi&&ms(e)))e.markCursor=e.state.storedMarks||n.marks(),ys(e,!0),e.markCursor=null;else if(ys(e,!t.selection.empty),Di&&t.selection.empty&&n.parentOffset&&!n.textOffset&&n.nodeBefore.marks.length){let t=e.domSelectionRange();for(let n=t.focusNode,r=t.focusOffset;n&&n.nodeType==1&&r!=0;){let t=r<0?n.lastChild:n.childNodes[r-1];if(!t)break;if(t.nodeType==3){let n=e.domSelection();n&&n.collapse(t,t.nodeValue.length);break}else n=t,r=-1}}e.input.composing=!0}hs(e,ps)};function ms(e){let{focusNode:t,focusOffset:n}=e.domSelectionRange();if(!t||t.nodeType!=1||n>=t.childNodes.length)return!1;let r=t.childNodes[n];return r.nodeType==1&&r.contentEditable==`false`}Ho.compositionend=(e,t)=>{e.composing&&(e.input.composing=!1,e.input.compositionEndedAt=t.timeStamp,e.input.compositionPendingChanges=e.domObserver.pendingRecords().length?e.input.compositionID:0,e.input.compositionNode=null,e.input.badSafariComposition?e.domObserver.forceFlush():e.input.compositionPendingChanges&&Promise.resolve().then(()=>e.domObserver.flush()),e.input.compositionID++,hs(e,20))};function hs(e,t){clearTimeout(e.input.composingTimeout),t>-1&&(e.input.composingTimeout=setTimeout(()=>ys(e),t))}function gs(e){for(e.composing&&(e.input.composing=!1,e.input.compositionEndedAt=vs());e.input.compositionNodes.length>0;)e.input.compositionNodes.pop().markParentsDirty()}function _s(e){let t=e.domSelectionRange();if(!t.focusNode)return null;let n=di(t.focusNode,t.focusOffset),r=fi(t.focusNode,t.focusOffset);if(n&&r&&n!=r){let t=r.pmViewDesc,i=e.domObserver.lastChangedTextNode;if(n==i||r==i)return i;if(!t||!t.isText(r.nodeValue))return r;if(e.input.compositionNode==r){let e=n.pmViewDesc;if(!(!e||!e.isText(n.nodeValue)))return r}}return n||r}function vs(){let e=document.createEvent(`Event`);return e.initEvent(`event`,!0,!0),e.timeStamp}function ys(e,t=!1){if(!(Ni&&e.domObserver.flushingSoon>=0)){if(e.domObserver.forceFlush(),gs(e),t||e.docView&&e.docView.dirty){let n=Ua(e),r=e.state.selection;return n&&!n.eq(r)?e.dispatch(e.state.tr.setSelection(n)):(e.markCursor||t)&&!r.$from.node(r.$from.sharedDepth(r.to)).inlineContent?e.dispatch(e.state.tr.deleteSelection()):e.updateState(e.state),!0}return!1}}function bs(e,t){if(!e.dom.parentNode)return;let n=e.dom.parentNode.appendChild(document.createElement(`div`));n.appendChild(t),n.style.cssText=`position: fixed; left: -10000px; top: 10px`;let r=getSelection(),i=document.createRange();i.selectNodeContents(t),e.dom.blur(),r.removeAllRanges(),r.addRange(i),setTimeout(()=>{n.parentNode&&n.parentNode.removeChild(n),e.focus()},50)}var xs=Ti&&Ei<15||Ai&&Fi<604;Vo.copy=Ho.cut=(e,t)=>{let n=t,r=e.state.selection,i=n.type==`cut`;if(r.empty)return;let a=xs?null:n.clipboardData,{dom:o,text:s}=wo(e,r.content());a?(n.preventDefault(),a.clearData(),a.setData(`text/html`,o.innerHTML),a.setData(`text/plain`,s)):bs(e,o),i&&e.dispatch(e.state.tr.deleteSelection().scrollIntoView().setMeta(`uiEvent`,`cut`))};function Ss(e){return e.openStart==0&&e.openEnd==0&&e.content.childCount==1?e.content.firstChild:null}function Cs(e,t){if(!e.dom.parentNode)return;let n=e.input.shiftKey||e.state.selection.$from.parent.type.spec.code,r=e.dom.parentNode.appendChild(document.createElement(n?`textarea`:`div`));n||(r.contentEditable=`true`),r.style.cssText=`position: fixed; left: -10000px; top: 10px`,r.focus();let i=e.input.shiftKey&&e.input.lastKeyCode!=45;setTimeout(()=>{e.focus(),r.parentNode&&r.parentNode.removeChild(r),n?ws(e,r.value,null,i,t):ws(e,r.textContent,r.innerHTML,i,t)},50)}function ws(e,t,n,r,i){let a=To(e,t,n,r,e.state.selection.$from);if(e.someProp(`handlePaste`,t=>t(e,i,a||O.empty)))return!0;if(!a)return!1;let o=Ss(a),s=o?e.state.tr.replaceSelectionWith(o,r):e.state.tr.replaceSelection(a);return e.dispatch(s.scrollIntoView().setMeta(`paste`,!0).setMeta(`uiEvent`,`paste`)),!0}function Ts(e){let t=e.getData(`text/plain`)||e.getData(`Text`);if(t)return t;let n=e.getData(`text/uri-list`);return n?n.replace(/\r?\n/g,` `):``}Ho.paste=(e,t)=>{let n=t;if(e.composing&&!Ni)return;let r=xs?null:n.clipboardData,i=e.input.shiftKey&&e.input.lastKeyCode!=45;r&&ws(e,Ts(r),r.getData(`text/html`),i,n)?n.preventDefault():Cs(e,n)};var Es=class{constructor(e,t,n){this.slice=e,this.move=t,this.node=n}},Ds=ji?`altKey`:`ctrlKey`;function Os(e,t){let n;return e.someProp(`dragCopies`,e=>{n||=e(t)}),n==null?!t[Ds]:!n}Vo.dragstart=(e,t)=>{let n=t,r=e.input.mouseDown;if(r&&r.done(),!n.dataTransfer)return;let i=e.state.selection,a=i.empty?null:e.posAtCoords(Qo(n)),o;if(!(a&&a.pos>=i.from&&a.pos<=(i instanceof M?i.to-1:i.to))){if(r&&r.mightDrag)o=M.create(e.state.doc,r.mightDrag.pos);else if(n.target&&n.target.nodeType==1){let t=e.docView.nearestDesc(n.target,!0);t&&t.node.type.spec.draggable&&t!=e.docView&&(o=M.create(e.state.doc,t.posBefore))}}let{dom:s,text:c,slice:l}=wo(e,(o||e.state.selection).content());(!n.dataTransfer.files.length||!I||ki>120)&&n.dataTransfer.clearData(),n.dataTransfer.setData(xs?`Text`:`text/html`,s.innerHTML),n.dataTransfer.effectAllowed=`copyMove`,xs||n.dataTransfer.setData(`text/plain`,c),e.dragging=new Es(l,Os(e,n),o)},Vo.dragend=e=>{let t=e.dragging;window.setTimeout(()=>{e.dragging==t&&(e.dragging=null)},50)},Ho.dragover=Ho.dragenter=(e,t)=>t.preventDefault(),Ho.drop=(e,t)=>{try{ks(e,t,e.dragging)}finally{e.dragging=null}};function ks(e,t,n){if(!t.dataTransfer)return;let r=e.posAtCoords(Qo(t));if(!r)return;let i=e.state.doc.resolve(r.pos),a=n&&n.slice;a?e.someProp(`transformPasted`,t=>{a=t(a,e,!1)}):a=To(e,Ts(t.dataTransfer),xs?null:t.dataTransfer.getData(`text/html`),!1,i);let o=!!(n&&Os(e,t));if(e.someProp(`handleDrop`,n=>n(e,t,a||O.empty,o))){t.preventDefault();return}if(!a)return;t.preventDefault();let s=a?Tn(e.state.doc,i.pos,a):i.pos;s??=i.pos;let c=e.state.tr;if(o){let{node:e}=n;e?e.replace(c):c.deleteSelection()}let l=c.mapping.map(s),u=a.openStart==0&&a.openEnd==0&&a.content.childCount==1,d=c.doc;if(u?c.replaceRangeWith(l,l,a.content.firstChild):c.replaceRange(l,l,a),c.doc.eq(d))return;let f=c.doc.resolve(l);if(u&&M.isSelectable(a.content.firstChild)&&f.nodeAfter&&f.nodeAfter.sameMarkup(a.content.firstChild))c.setSelection(new M(f));else{let t=c.mapping.map(s);c.mapping.maps[c.mapping.maps.length-1].forEach((e,n,r,i)=>t=i),c.setSelection(eo(e,f,c.doc.resolve(t)))}e.focus(),e.dispatch(c.setMeta(`uiEvent`,`drop`))}Vo.focus=e=>{e.input.lastFocus=Date.now(),e.focused||(e.domObserver.stop(),e.dom.classList.add(`ProseMirror-focused`),e.domObserver.start(),e.focused=!0,setTimeout(()=>{e.docView&&e.hasFocus()&&!e.domObserver.currentSelection.eq(e.domSelectionRange())&&Ga(e)},20))},Vo.blur=(e,t)=>{let n=t;e.focused&&=(e.domObserver.stop(),e.dom.classList.remove(`ProseMirror-focused`),e.domObserver.start(),n.relatedTarget&&e.dom.contains(n.relatedTarget)&&e.domObserver.currentSelection.clear(),!1)},Vo.beforeinput=(e,t)=>{if(I&&Ni&&t.inputType==`deleteContentBackward`){e.domObserver.flushSoon();let{domChangeCount:t}=e.input;setTimeout(()=>{if(e.input.domChangeCount!=t||(e.dom.blur(),e.focus(),e.someProp(`handleKeyDown`,t=>t(e,gi(8,`Backspace`)))))return;let{$cursor:n}=e.state.selection;n&&n.pos>0&&e.dispatch(e.state.tr.delete(n.pos-1,n.pos).scrollIntoView())},50)}};for(let e in Ho)Vo[e]=Ho[e];function As(e,t){if(e==t)return!0;for(let n in e)if(e[n]!==t[n])return!1;for(let n in t)if(!(n in e))return!1;return!0}var js=class e{constructor(e,t){this.toDOM=e,this.spec=t||Is,this.side=this.spec.side||0}map(e,t,n,r){let{pos:i,deleted:a}=e.mapResult(t.from+r,this.side<0?-1:1);return a?null:new Ps(i-n,i-n,this)}valid(){return!0}eq(t){return this==t||t instanceof e&&(this.spec.key&&this.spec.key==t.spec.key||this.toDOM==t.toDOM&&As(this.spec,t.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}},Ms=class e{constructor(e,t){this.attrs=e,this.spec=t||Is}map(e,t,n,r){let i=e.map(t.from+r,this.spec.inclusiveStart?-1:1)-n,a=e.map(t.to+r,this.spec.inclusiveEnd?1:-1)-n;return i>=a?null:new Ps(i,a,this)}valid(e,t){return t.from=e&&(!i||i(o.spec))&&n.push(o.copy(o.from+r,o.to+r))}for(let a=0;ae){let o=this.children[a]+1;this.children[a+2].findInner(e-o,t-o,n,r+o,i)}}map(e,t,n){return this==z||e.maps.length==0?this:this.mapInner(e,t,0,0,n||Is)}mapInner(t,n,r,i,a){let o;for(let e=0;e{let o=t+r,s;if(s=Vs(n,e,o)){for(i||=this.children.slice();aa&&n.to=t){this.children[e]==t&&(r=this.children[e+2]);break}let a=t+1,o=a+n.content.size;for(let e=0;ea&&t.type instanceof Ms){let e=Math.max(a,t.from)-a,n=Math.min(o,t.to)-a;ee.map(t,n,Is));return e.from(r)}forChild(t,n){if(n.isLeaf)return R.empty;let r=[];for(let i=0;ie instanceof R)?t:t.reduce((e,t)=>e.concat(t instanceof R?t:t.members),[]))}}forEachSet(e){for(let t=0;t{let o=a-i-(n-e);for(let i=0;ia+t-r)continue;let c=s[i]+t-r;n>=c?s[i+1]=e<=c?-2:-1:e>=t&&o&&(s[i]+=o,s[i+1]+=o)}r+=o}),t=n.maps[e].map(t,-1)}let c=!1;for(let t=0;t=r.content.size){c=!0;continue}let d=n.map(e[t+1]+a,-1)-i,{index:f,offset:p}=r.content.findIndex(u),m=r.maybeChild(f);if(m&&p==u&&p+m.nodeSize==d){let r=s[t+2].mapInner(n,m,l+1,e[t]+a+1,o);r==z?(s[t+1]=-2,c=!0):(s[t]=u,s[t+1]=d,s[t+2]=r)}else c=!0}if(c){let c=Us(Bs(s,e,t,n,i,a,o),r,0,o);t=c.local;for(let e=0;en&&a.to{let s=Vs(e,t,o+n);if(s){a=!0;let e=Us(s,t,n+o+1,r);e!=z&&i.push(o,o+t.nodeSize,e)}});let o=zs(a?Hs(e):e,-n).sort(Ws);for(let e=0;e0;)t++;e.splice(t,0,n)}function qs(e){let t=[];return e.someProp(`decorations`,n=>{let r=n(e.state);r&&r!=z&&t.push(r)}),e.cursorWrapper&&t.push(R.create(e.state.doc,[e.cursorWrapper.deco])),Ls.from(t)}var Js={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},Ys=Ti&&Ei<=11,Xs=class{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}set(e){this.anchorNode=e.anchorNode,this.anchorOffset=e.anchorOffset,this.focusNode=e.focusNode,this.focusOffset=e.focusOffset}clear(){this.anchorNode=this.focusNode=null}eq(e){return e.anchorNode==this.anchorNode&&e.anchorOffset==this.anchorOffset&&e.focusNode==this.focusNode&&e.focusOffset==this.focusOffset}},Zs=class{constructor(e,t){this.view=e,this.handleDOMChange=t,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new Xs,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.lastChangedTextNode=null,this.observer=window.MutationObserver&&new window.MutationObserver(t=>{for(let e=0;ee.type==`childList`&&e.removedNodes.length||e.type==`characterData`&&e.oldValue.length>e.target.nodeValue.length)?this.flushSoon():L&&e.composing&&t.some(e=>e.type==`childList`&&e.target.nodeName==`TR`)?(e.input.badSafariComposition=!0,this.flushSoon()):this.flush()}),Ys&&(this.onCharData=e=>{this.queue.push({target:e.target,type:`characterData`,oldValue:e.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this)}flushSoon(){this.flushingSoon<0&&(this.flushingSoon=window.setTimeout(()=>{this.flushingSoon=-1,this.flush()},20))}forceFlush(){this.flushingSoon>-1&&(window.clearTimeout(this.flushingSoon),this.flushingSoon=-1,this.flush())}start(){this.observer&&(this.observer.takeRecords(),this.observer.observe(this.view.dom,Js)),this.onCharData&&this.view.dom.addEventListener(`DOMCharacterDataModified`,this.onCharData),this.connectSelection()}stop(){if(this.observer){let e=this.observer.takeRecords();if(e.length){for(let t=0;tthis.flush(),20)}this.observer.disconnect()}this.onCharData&&this.view.dom.removeEventListener(`DOMCharacterDataModified`,this.onCharData),this.disconnectSelection()}connectSelection(){this.view.dom.ownerDocument.addEventListener(`selectionchange`,this.onSelectionChange)}disconnectSelection(){this.view.dom.ownerDocument.removeEventListener(`selectionchange`,this.onSelectionChange)}suppressSelectionUpdates(){this.suppressingSelectionUpdates=!0,setTimeout(()=>this.suppressingSelectionUpdates=!1,50)}onSelectionChange(){if(to(this.view)){if(this.suppressingSelectionUpdates)return Ga(this.view);if(Ti&&Ei<=11&&!this.view.state.selection.empty){let e=this.view.domSelectionRange();if(e.focusNode&&si(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset))return this.flushSoon()}this.flush()}}setCurSelection(){this.currentSelection.set(this.view.domSelectionRange())}ignoreSelectionChange(e){if(!e.focusNode)return!0;let t=new Set,n;for(let n=e.focusNode;n;n=ri(n))t.add(n);for(let r=e.anchorNode;r;r=ri(r))if(t.has(r)){n=r;break}let r=n&&this.view.docView.nearestDesc(n);if(r&&r.ignoreMutation({type:`selection`,target:n.nodeType==3?n.parentNode:n}))return this.setCurSelection(),!0}pendingRecords(){if(this.observer)for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}flush(){let{view:e}=this;if(!e.docView||this.flushingSoon>-1)return;let t=this.pendingRecords();t.length&&(this.queue=[]);let n=e.domSelectionRange(),r=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(n)&&to(e)&&!this.ignoreSelectionChange(n),i=-1,a=-1,o=!1,s=[];if(e.editable)for(let e=0;ee.nodeName==`BR`)&&(e.input.lastKeyCode==8||e.input.lastKeyCode==46)){for(let e of s)if(e.nodeName==`BR`&&e.parentNode){let t=e.nextSibling;for(;t&&t.nodeType==1;){if(t.contentEditable==`false`){e.parentNode.removeChild(e);break}t=t.firstChild}}}else if(Di&&s.length){let t=s.filter(e=>e.nodeName==`BR`);if(t.length==2){let[e,n]=t;e.parentNode&&e.parentNode.parentNode==n.parentNode?n.remove():e.remove()}else{let{focusNode:n}=this.currentSelection;for(let r of t){let t=r.parentNode;t&&t.nodeName==`LI`&&(!n||rc(e,n)!=t)&&r.remove()}}}let c=null;i<0&&r&&e.input.lastFocus>Date.now()-200&&Math.max(e.input.lastTouch,e.input.lastClick.time)-1||r)&&(i>-1&&(e.docView.markDirty(i,a),ec(e)),e.input.badSafariComposition&&(e.input.badSafariComposition=!1,ic(e,s)),this.handleDOMChange(i,a,o,s),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(n)||Ga(e),this.currentSelection.set(n))}registerMutation(e,t){if(t.indexOf(e.target)>-1)return null;let n=this.view.docView.nearestDesc(e.target);if(e.type==`attributes`&&(n==this.view.docView||e.attributeName==`contenteditable`||e.attributeName==`style`&&!e.oldValue&&!e.target.getAttribute(`style`))||!n||n.ignoreMutation(e))return null;if(e.type==`childList`){for(let n=0;ni;e--){let t=r.childNodes[e-1],n=t.pmViewDesc;if(t.nodeName==`BR`&&!n){a=e;break}if(!n||n.size)break}let d=e.state.doc,f=e.someProp(`domParser`)||dt.fromSchema(e.state.schema),p=d.resolve(o),m=null,h=f.parse(r,{topNode:p.parent,topMatch:p.parent.contentMatchAt(p.index()),topOpen:!0,from:i,to:a,preserveWhitespace:p.parent.type.whitespace==`pre`?`full`:!0,findPositions:l,ruleFromNode:oc,context:p});if(l&&l[0].pos!=null){let e=l[0].pos,t=l[1]&&l[1].pos;t??=e,m={anchor:e+o,head:t+o}}return{doc:h,sel:m,from:o,to:s}}function oc(e){let t=e.pmViewDesc;if(t)return t.parseRule();if(e.nodeName==`BR`&&e.parentNode){if(L&&/^(ul|ol)$/i.test(e.parentNode.nodeName)){let e=document.createElement(`div`);return e.appendChild(document.createElement(`li`)),{skip:e}}else if(e.parentNode.lastChild==e||L&&/^(tr|table)$/i.test(e.parentNode.nodeName))return{ignore:!0}}else if(e.nodeName==`IMG`&&e.getAttribute(`mark-placeholder`))return{ignore:!0};return null}var sc=/^(a|abbr|acronym|b|bd[io]|big|br|button|cite|code|data(list)?|del|dfn|em|i|img|ins|kbd|label|map|mark|meter|output|q|ruby|s|samp|small|span|strong|su[bp]|time|u|tt|var)$/i;function cc(e,t,n,r,i){let a=e.input.compositionPendingChanges||(e.composing?e.input.compositionID:0);if(e.input.compositionPendingChanges=0,t<0){let t=e.input.lastSelectionTime>Date.now()-50?e.input.lastSelectionOrigin:null,n=Ua(e,t);if(n&&!e.state.selection.eq(n)){if(I&&Ni&&e.input.lastKeyCode===13&&Date.now()-100t(e,gi(13,`Enter`))))return;let r=e.state.tr.setSelection(n);t==`pointer`?r.setMeta(`pointer`,!0):t==`key`&&r.scrollIntoView(),a&&r.setMeta(`composition`,a),e.dispatch(r)}return}let o=e.state.doc.resolve(t),s=o.sharedDepth(n);t=o.before(s+1),n=e.state.doc.resolve(n).after(s+1);let c=e.state.selection,l=ac(e,t,n),u=e.state.doc,d=u.slice(l.from,l.to),f,p;e.input.lastKeyCode===8&&Date.now()-100Date.now()-225||Ni)&&i.some(e=>e.nodeType==1&&!sc.test(e.nodeName))&&(!m||m.endA>=m.endB)&&e.someProp(`handleKeyDown`,t=>t(e,gi(13,`Enter`)))){e.input.lastIOSEnter=0;return}if(!m)if(r&&c instanceof j&&!c.empty&&c.$head.sameParent(c.$anchor)&&!e.composing&&!(l.sel&&l.sel.anchor!=l.sel.head))m={start:c.from,endA:c.to,endB:c.to};else{if(l.sel){let t=lc(e,e.state.doc,l.sel);if(t&&!t.eq(e.state.selection)){let n=e.state.tr.setSelection(t);a&&n.setMeta(`composition`,a),e.dispatch(n)}}return}e.state.selection.frome.state.selection.from&&m.start<=e.state.selection.from+2&&e.state.selection.from>=l.from?m.start=e.state.selection.from:m.endA=e.state.selection.to-2&&e.state.selection.to<=l.to&&(m.endB+=e.state.selection.to-m.endA,m.endA=e.state.selection.to)),Ti&&Ei<=11&&m.endB==m.start+1&&m.endA==m.start&&m.start>l.from&&l.doc.textBetween(m.start-l.from-1,m.start-l.from+1)==` \xA0`&&(m.start--,m.endA--,m.endB--);let h=l.doc.resolveNoCache(m.start-l.from),g=l.doc.resolveNoCache(m.endB-l.from),_=u.resolve(m.start),ee=h.sameParent(g)&&h.parent.inlineContent&&_.end()>=m.endA;if((Ai&&e.input.lastIOSEnter>Date.now()-225&&(!ee||i.some(e=>e.nodeName==`DIV`||e.nodeName==`P`))||!ee&&h.post(e,gi(13,`Enter`)))){e.input.lastIOSEnter=0;return}if(e.state.selection.anchor>m.start&&dc(u,m.start,m.endA,h,g)&&e.someProp(`handleKeyDown`,t=>t(e,gi(8,`Backspace`)))){Ni&&I&&e.domObserver.suppressSelectionUpdates();return}I&&m.endB==m.start&&(e.input.lastChromeDelete=Date.now()),Ni&&!ee&&h.start()!=g.start()&&g.parentOffset==0&&h.depth==g.depth&&l.sel&&l.sel.anchor==l.sel.head&&l.sel.head==m.endA&&(m.endB-=2,g=l.doc.resolveNoCache(m.endB-l.from),setTimeout(()=>{e.someProp(`handleKeyDown`,function(t){return t(e,gi(13,`Enter`))})},20));let v=m.start,y=m.endA,b=t=>{let n=t||e.state.tr.replace(v,y,l.doc.slice(m.start-l.from,m.endB-l.from));if(l.sel){let t=lc(e,n.doc,l.sel);t&&!(I&&e.composing&&t.empty&&(m.start!=m.endB||e.input.lastChromeDeleteGa(e),20));let t=b(e.state.tr.delete(v,y)),n=u.resolve(m.start).marksAcross(u.resolve(m.endA));n&&t.ensureMarks(n),e.dispatch(t)}else if(m.endA==m.endB&&(te=uc(h.parent.content.cut(h.parentOffset,g.parentOffset),_.parent.content.cut(_.parentOffset,m.endA-_.start())))){let t=b(e.state.tr);te.type==`add`?t.addMark(v,y,te.mark):t.removeMark(v,y,te.mark),e.dispatch(t)}else if(h.parent.child(h.index()).isText&&h.index()==g.index()-+!g.textOffset){let t=h.parent.textBetween(h.parentOffset,g.parentOffset),n=()=>b(e.state.tr.insertText(t,v,y));e.someProp(`handleTextInput`,r=>r(e,v,y,t,n))||e.dispatch(n())}else e.dispatch(b());else e.dispatch(b())}function lc(e,t,n){return Math.max(n.anchor,n.head)>t.content.size?null:eo(e,t.resolve(n.anchor),t.resolve(n.head))}function uc(e,t){let n=e.firstChild.marks,r=t.firstChild.marks,i=n,a=r,o,s,c;for(let e=0;ee.mark(s.addToSet(e.marks));else if(i.length==0&&a.length==1)s=a[0],o=`remove`,c=e=>e.mark(s.removeFromSet(e.marks));else return null;let l=[];for(let e=0;en||fc(o,!0,!1)0&&(t||e.indexAfter(r)==e.node(r).childCount);)r--,i++,t=!1;if(n){let t=e.node(r).maybeChild(e.indexAfter(r));for(;t&&!t.isLeaf;)t=t.firstChild,i++}return i}function pc(e,t,n,r,i){let a=e.findDiffStart(t,n);if(a==null)return null;let{a:o,b:s}=e.findDiffEnd(t,n+e.size,n+t.size);if(i==`end`){let e=Math.max(0,a-Math.min(o,s));r-=o+e-a}if(o=o?a-r:0;a-=e,a&&a=s?a-r:0;a-=t,a&&a=56320&&t<=57343&&n>=55296&&n<=56319}var hc=class{constructor(e,t){this._root=null,this.focused=!1,this.trackWrites=null,this.mounted=!1,this.markCursor=null,this.cursorWrapper=null,this.lastSelectedViewDesc=void 0,this.input=new Wo,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=t,this.state=t.state,this.directPlugins=t.plugins||[],this.directPlugins.forEach(Sc),this.dispatch=this.dispatch.bind(this),this.dom=e&&e.mount||document.createElement(`div`),e&&(e.appendChild?e.appendChild(this.dom):typeof e==`function`?e(this.dom):e.mount&&(this.mounted=!0)),this.editable=vc(this),_c(this),this.nodeViews=bc(this),this.docView=Ca(this.state.doc,gc(this),qs(this),this.dom,this),this.domObserver=new Zs(this,(e,t,n,r)=>cc(this,e,t,n,r)),this.domObserver.start(),Go(this),this.updatePluginViews()}get composing(){return this.input.composing}get props(){if(this._props.state!=this.state){let e=this._props;this._props={};for(let t in e)this._props[t]=e[t];this._props.state=this.state}return this._props}update(e){e.handleDOMEvents!=this._props.handleDOMEvents&&Jo(this);let t=this._props;this._props=e,e.plugins&&(e.plugins.forEach(Sc),this.directPlugins=e.plugins),this.updateStateInner(e.state,t)}setProps(e){let t={};for(let e in this._props)t[e]=this._props[e];t.state=this.state;for(let n in e)t[n]=e[n];this.update(t)}updateState(e){this.updateStateInner(e,this._props)}updateStateInner(e,t){let n=this.state,r=!1,i=!1;e.storedMarks&&this.composing&&(gs(this),i=!0),this.state=e;let a=n.plugins!=e.plugins||this._props.plugins!=t.plugins;if(a||this._props.plugins!=t.plugins||this._props.nodeViews!=t.nodeViews){let e=bc(this);xc(e,this.nodeViews)&&(this.nodeViews=e,r=!0)}(a||t.handleDOMEvents!=this._props.handleDOMEvents)&&Jo(this),this.editable=vc(this),_c(this);let o=qs(this),s=gc(this),c=n.plugins!=e.plugins&&!n.doc.eq(e.doc)?`reset`:e.scrollToSelection>n.scrollToSelection?`to selection`:`preserve`,l=r||!this.docView.matchesNode(e.doc,s,o);(l||!e.selection.eq(n.selection))&&(i=!0);let u=c==`preserve`&&i&&this.dom.style.overflowAnchor==null&&Bi(this);if(i){this.domObserver.stop();let t=l&&(Ti||I)&&!this.composing&&!n.selection.empty&&!e.selection.empty&&yc(n.selection,e.selection);if(l){let n=I?this.trackWrites=this.domSelectionRange().focusNode:null;this.composing&&(this.input.compositionNode=_s(this)),(r||!this.docView.update(e.doc,s,o,this))&&(this.docView.updateOuterDeco(s),this.docView.destroy(),this.docView=Ca(e.doc,s,o,this.dom,this)),n&&(!this.trackWrites||!this.dom.contains(this.trackWrites))&&(t=!0)}t||!(this.input.mouseDown&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&ro(this))?Ga(this,t):(Qa(this,e.selection),this.domObserver.setCurSelection()),this.domObserver.start()}this.updatePluginViews(n),this.dragging?.node&&!n.doc.eq(e.doc)&&this.updateDraggedNode(this.dragging,n),c==`reset`?this.dom.scrollTop=0:c==`to selection`?this.scrollToSelection():u&&Hi(u)}scrollToSelection(){let e=this.domSelectionRange().focusNode;if(!(!e||!this.dom.contains(e.nodeType==1?e:e.parentNode))&&!this.someProp(`handleScrollToSelection`,e=>e(this)))if(this.state.selection instanceof M){let t=this.docView.domAfterPos(this.state.selection.from);t.nodeType==1&&zi(this,t.getBoundingClientRect(),e)}else zi(this,this.coordsAtPos(this.state.selection.head,1),e)}destroyPluginViews(){let e;for(;e=this.pluginViews.pop();)e.destroy&&e.destroy()}updatePluginViews(e){if(!e||e.plugins!=this.state.plugins||this.directPlugins!=this.prevDirectPlugins){this.prevDirectPlugins=this.directPlugins,this.destroyPluginViews();for(let e=0;e0&&ee.ownerDocument.getSelection()),this._root=e}return e||document}updateRoot(){this._root=null}posAtCoords(e){return $i(this,e)}coordsAtPos(e,t=1){return ra(this,e,t)}domAtPos(e,t=0){return this.docView.domFromPos(e,t)}nodeDOM(e){let t=this.docView.descAt(e);return t?t.nodeDOM:null}posAtDOM(e,t,n=-1){let r=this.docView.posFromDOM(e,t,n);if(r==null)throw RangeError(`DOM position not inside the editor`);return r}endOfTextblock(e,t){return pa(this,t||this.state,e)}pasteHTML(e,t){return ws(this,``,e,!1,t||new ClipboardEvent(`paste`))}pasteText(e,t){return ws(this,e,null,!0,t||new ClipboardEvent(`paste`))}serializeForClipboard(e){return wo(this,e)}destroy(){this.docView&&(qo(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],qs(this),this),this.dom.textContent=``):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null,oi())}get isDestroyed(){return this.docView==null}dispatchEvent(e){return Zo(this,e)}domSelectionRange(){let e=this.domSelection();return e?L&&this.root.nodeType===11&&_i(this.dom.ownerDocument)==this.dom&&nc(this,e)||e:{focusNode:null,focusOffset:0,anchorNode:null,anchorOffset:0}}domSelection(){return this.root.getSelection()}};hc.prototype.dispatch=function(e){let t=this._props.dispatchTransaction;t?t.call(this,e):this.updateState(this.state.apply(e))};function gc(e){let t=Object.create(null);return t.class=`ProseMirror`,t.contenteditable=String(e.editable),e.someProp(`attributes`,n=>{if(typeof n==`function`&&(n=n(e.state)),n)for(let e in n)e==`class`?t.class+=` `+n[e]:e==`style`?t.style=(t.style?t.style+`;`:``)+n[e]:!t[e]&&e!=`contenteditable`&&e!=`nodeName`&&(t[e]=String(n[e]))}),t.translate||=`no`,[Ps.node(0,e.state.doc.content.size,t)]}function _c(e){if(e.markCursor){let t=document.createElement(`img`);t.className=`ProseMirror-separator`,t.setAttribute(`mark-placeholder`,`true`),t.setAttribute(`alt`,``),e.cursorWrapper={dom:t,deco:Ps.widget(e.state.selection.from,t,{raw:!0,marks:e.markCursor})}}else e.cursorWrapper=null}function vc(e){return!e.someProp(`editable`,t=>t(e.state)===!1)}function yc(e,t){let n=Math.min(e.$anchor.sharedDepth(e.head),t.$anchor.sharedDepth(t.head));return e.$anchor.start(n)!=t.$anchor.start(n)}function bc(e){let t=Object.create(null);function n(e){for(let n in e)Object.prototype.hasOwnProperty.call(t,n)||(t[n]=e[n])}return e.someProp(`nodeViews`,n),e.someProp(`markViews`,n),t}function xc(e,t){let n=0,r=0;for(let r in e){if(e[r]!=t[r])return!0;n++}for(let e in t)r++;return n!=r}function Sc(e){if(e.spec.state||e.spec.filterTransaction||e.spec.appendTransaction)throw RangeError(`Plugins passed directly to the view must not have a state component`)}for(var Cc={8:`Backspace`,9:`Tab`,10:`Enter`,12:`NumLock`,13:`Enter`,16:`Shift`,17:`Control`,18:`Alt`,20:`CapsLock`,27:`Escape`,32:` `,33:`PageUp`,34:`PageDown`,35:`End`,36:`Home`,37:`ArrowLeft`,38:`ArrowUp`,39:`ArrowRight`,40:`ArrowDown`,44:`PrintScreen`,45:`Insert`,46:`Delete`,59:`;`,61:`=`,91:`Meta`,92:`Meta`,106:`*`,107:`+`,108:`,`,109:`-`,110:`.`,111:`/`,144:`NumLock`,145:`ScrollLock`,160:`Shift`,161:`Shift`,162:`Control`,163:`Control`,164:`Alt`,165:`Alt`,173:`-`,186:`;`,187:`=`,188:`,`,189:`-`,190:`.`,191:`/`,192:"`",219:`[`,220:`\\`,221:`]`,222:`'`},wc={48:`)`,49:`!`,50:`@`,51:`#`,52:`$`,53:`%`,54:`^`,55:`&`,56:`*`,57:`(`,59:`:`,61:`+`,173:`_`,186:`:`,187:`+`,188:`<`,189:`_`,190:`>`,191:`?`,192:`~`,219:`{`,220:`|`,221:`}`,222:`"`},Tc=typeof navigator<`u`&&/Mac/.test(navigator.platform),Ec=typeof navigator<`u`&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),Dc=0;Dc<10;Dc++)Cc[48+Dc]=Cc[96+Dc]=String(Dc);for(var Dc=1;Dc<=24;Dc++)Cc[Dc+111]=`F`+Dc;for(var Dc=65;Dc<=90;Dc++)Cc[Dc]=String.fromCharCode(Dc+32),wc[Dc]=String.fromCharCode(Dc);for(var Oc in Cc)wc.hasOwnProperty(Oc)||(wc[Oc]=Cc[Oc]);function kc(e){var t=!(Tc&&e.metaKey&&e.shiftKey&&!e.ctrlKey&&!e.altKey||Ec&&e.shiftKey&&e.key&&e.key.length==1||e.key==`Unidentified`)&&e.key||(e.shiftKey?wc:Cc)[e.keyCode]||e.key||`Unidentified`;return t==`Esc`&&(t=`Escape`),t==`Del`&&(t=`Delete`),t==`Left`&&(t=`ArrowLeft`),t==`Up`&&(t=`ArrowUp`),t==`Right`&&(t=`ArrowRight`),t==`Down`&&(t=`ArrowDown`),t}var Ac=typeof navigator<`u`&&/Mac|iP(hone|[oa]d)/.test(navigator.platform),jc=typeof navigator<`u`&&/Win/.test(navigator.platform);function Mc(e){let t=e.split(/-(?!$)/),n=t[t.length-1];n==`Space`&&(n=` `);let r,i,a,o;for(let e=0;e{for(var n in t)Lc(e,n,{get:t[n],enumerable:!0})};function zc(e){let{state:t,transaction:n}=e,{selection:r}=n,{doc:i}=n,{storedMarks:a}=n;return{...t,apply:t.apply.bind(t),applyTransaction:t.applyTransaction.bind(t),plugins:t.plugins,schema:t.schema,reconfigure:t.reconfigure.bind(t),toJSON:t.toJSON.bind(t),get storedMarks(){return a},get selection(){return r},get doc(){return i},get tr(){return r=n.selection,i=n.doc,a=n.storedMarks,n}}}var Bc=class{constructor(e){this.editor=e.editor,this.rawCommands=this.editor.extensionManager.commands,this.customState=e.state}get hasCustomState(){return!!this.customState}get state(){return this.customState||this.editor.state}get commands(){let{rawCommands:e,editor:t,state:n}=this,{view:r}=t,{tr:i}=n,a=this.buildProps(i);return Object.fromEntries(Object.entries(e).map(([e,t])=>[e,(...e)=>{let n=t(...e)(a);return!i.getMeta(`preventDispatch`)&&!this.hasCustomState&&r.dispatch(i),n}]))}get chain(){return()=>this.createChain()}get can(){return()=>this.createCan()}createChain(e,t=!0){let{rawCommands:n,editor:r,state:i}=this,{view:a}=r,o=[],s=!!e,c=e||i.tr,l=()=>(!s&&t&&!c.getMeta(`preventDispatch`)&&!this.hasCustomState&&a.dispatch(c),o.every(e=>e===!0)),u={...Object.fromEntries(Object.entries(n).map(([e,n])=>[e,(...e)=>{let r=this.buildProps(c,t),i=n(...e)(r);return o.push(i),u}])),run:l};return u}createCan(e){let{rawCommands:t,state:n}=this,r=e||n.tr,i=this.buildProps(r,!1);return{...Object.fromEntries(Object.entries(t).map(([e,t])=>[e,(...e)=>t(...e)({...i,dispatch:void 0})])),chain:()=>this.createChain(r,!1)}}buildProps(e,t=!0){let{rawCommands:n,editor:r,state:i}=this,{view:a}=r,o={tr:e,editor:r,view:a,state:zc({state:i,transaction:e}),dispatch:t?()=>void 0:void 0,chain:()=>this.createChain(e,t),can:()=>this.createCan(e),get commands(){return Object.fromEntries(Object.entries(n).map(([e,t])=>[e,(...e)=>t(...e)(o)]))}};return o}},Vc={};Rc(Vc,{blur:()=>Hc,clearContent:()=>Uc,clearNodes:()=>Wc,command:()=>Gc,createParagraphNear:()=>Kc,cut:()=>qc,deleteCurrentNode:()=>Jc,deleteNode:()=>Yc,deleteRange:()=>Xc,deleteSelection:()=>Zc,enter:()=>Qc,exitCode:()=>$c,extendMarkRange:()=>ol,first:()=>sl,focus:()=>ml,forEach:()=>hl,insertContent:()=>gl,insertContentAt:()=>Sl,joinBackward:()=>Tl,joinDown:()=>wl,joinForward:()=>El,joinItemBackward:()=>Dl,joinItemForward:()=>Ol,joinTextblockBackward:()=>kl,joinTextblockForward:()=>Al,joinUp:()=>Cl,keyboardShortcut:()=>Nl,lift:()=>Fl,liftEmptyBlock:()=>Il,liftListItem:()=>Ll,newlineInCode:()=>Rl,resetAttributes:()=>Vl,scrollIntoView:()=>Hl,selectAll:()=>Ul,selectNodeBackward:()=>Wl,selectNodeForward:()=>Gl,selectParentNode:()=>Kl,selectTextblockEnd:()=>ql,selectTextblockStart:()=>Jl,setContent:()=>Xl,setMark:()=>Gu,setMeta:()=>Ku,setNode:()=>qu,setNodeSelection:()=>Ju,setTextDirection:()=>Yu,setTextSelection:()=>Xu,sinkListItem:()=>Zu,splitBlock:()=>$u,splitListItem:()=>ed,toggleList:()=>id,toggleMark:()=>ad,toggleNode:()=>od,toggleWrap:()=>sd,undoInputRule:()=>cd,unsetAllMarks:()=>ld,unsetMark:()=>ud,unsetTextDirection:()=>dd,updateAttributes:()=>fd,wrapIn:()=>pd,wrapInList:()=>md});var Hc=()=>({editor:e,view:t})=>(requestAnimationFrame(()=>{var n;e.isDestroyed||(t.dom.blur(),(n=window==null?void 0:window.getSelection())==null||n.removeAllRanges())}),!0),Uc=(e=!0)=>({commands:t})=>t.setContent(``,{emitUpdate:e}),Wc=()=>({state:e,tr:t,dispatch:n})=>{let{selection:r}=t,{ranges:i}=r;return n&&i.forEach(({$from:n,$to:r})=>{e.doc.nodesBetween(n.pos,r.pos,(e,n)=>{if(e.type.isText)return;let{doc:r,mapping:i}=t,a=r.resolve(i.map(n)),o=r.resolve(i.map(n+e.nodeSize)),s=a.blockRange(o);if(!s)return;let c=an(s);if(e.type.isTextblock){let{defaultType:e}=a.parent.contentMatchAt(a.index());t.setNodeMarkup(s.start,e)}(c||c===0)&&t.lift(s,c)})}),!0},Gc=e=>t=>e(t),Kc=()=>({state:e,dispatch:t})=>Mr(e,t),qc=(e,t)=>({editor:n,tr:r})=>{let{state:i}=n,a=i.doc.slice(e.from,e.to);r.deleteRange(e.from,e.to);let o=r.mapping.map(t);return r.insert(o,a.content),r.setSelection(new j(r.doc.resolve(Math.max(o-1,0)))),!0},Jc=()=>({tr:e,dispatch:t})=>{let{selection:n}=e,r=n.$anchor.node();if(r.content.size>0)return!1;let i=e.selection.$anchor;for(let n=i.depth;n>0;--n)if(i.node(n).type===r.type){if(t){let t=i.before(n),r=i.after(n);e.delete(t,r).scrollIntoView()}return!0}return!1};function B(e,t){if(typeof e==`string`){if(!t.nodes[e])throw Error(`There is no node type named '${e}'. Maybe you forgot to add the extension?`);return t.nodes[e]}return e}var Yc=e=>({tr:t,state:n,dispatch:r})=>{let i=B(e,n.schema),a=t.selection.$anchor;for(let e=a.depth;e>0;--e)if(a.node(e).type===i){if(r){let n=a.before(e),r=a.after(e);t.delete(n,r).scrollIntoView()}return!0}return!1},Xc=e=>({tr:t,dispatch:n})=>{let{from:r,to:i}=e;return n&&t.delete(r,i),!0},Zc=()=>({state:e,dispatch:t})=>pr(e,t),Qc=()=>({commands:e})=>e.keyboardShortcut(`Enter`),$c=()=>({state:e,dispatch:t})=>jr(e,t);function el(e){return Object.prototype.toString.call(e)===`[object RegExp]`}function tl(e,t,n={strict:!0}){let r=Object.keys(t);return r.length?r.every(r=>n.strict?t[r]===e[r]:el(t[r])?t[r].test(e[r]):t[r]===e[r]):!0}function nl(e,t,n={}){return e.find(e=>e.type===t&&tl(Object.fromEntries(Object.keys(n).map(t=>[t,e.attrs[t]])),n))}function rl(e,t,n={}){return!!nl(e,t,n)}function il(e,t,n){if(!e||!t)return;let r=e.parent.childAfter(e.parentOffset);if((!r.node||!r.node.marks.some(e=>e.type===t))&&(r=e.parent.childBefore(e.parentOffset)),!r.node||!r.node.marks.some(e=>e.type===t))return;if(!n){let e=r.node.marks.find(e=>e.type===t);e&&(n=e.attrs)}if(!nl([...r.node.marks],t,n))return;let i=r.index,a=e.start()+r.offset,o=i+1,s=a+r.node.nodeSize;for(;i>0&&rl([...e.parent.child(i-1).marks],t,n);)--i,a-=e.parent.child(i).nodeSize;for(;o({tr:n,state:r,dispatch:i})=>{let a=al(e,r.schema),{doc:o,selection:s}=n,{$from:c,from:l,to:u}=s;if(i){let e=il(c,a,t);if(e&&e.from<=l&&e.to>=u){let t=j.create(o,e.from,e.to);n.setSelection(t)}}return!0},sl=e=>t=>{let n=typeof e==`function`?e(t):e;for(let e=0;e({editor:n,view:r,tr:i,dispatch:a})=>{t={scrollIntoView:!0,...t};let o=()=>{(fl()||dl())&&r.dom.focus(),pl()&&!fl()&&!dl()&&r.dom.focus({preventScroll:!0}),requestAnimationFrame(()=>{n.isDestroyed||(r.focus(),t?.scrollIntoView&&n.commands.scrollIntoView())})};try{if(r.hasFocus()&&e===null||e===!1)return!0}catch{return!1}if(a&&e===null&&!cl(n.state.selection))return o(),!0;let s=ul(i.doc,e)||n.state.selection,c=n.state.selection.eq(s);return a&&(c||i.setSelection(s),c&&i.storedMarks&&i.setStoredMarks(i.storedMarks),o()),!0},hl=(e,t)=>n=>e.every((e,r)=>t(e,{...n,index:r})),gl=(e,t)=>({tr:n,commands:r})=>r.insertContentAt({from:n.selection.from,to:n.selection.to},e,t),_l=e=>{let t=e.childNodes;for(let n=t.length-1;n>=0;--n){let r=t[n];r.nodeType===3&&r.nodeValue&&/^(\n\s\s|\n)$/.test(r.nodeValue)?e.removeChild(r):r.nodeType===1&&_l(r)}return e};function vl(e){if(typeof window>`u`)throw Error(`[tiptap error]: there is no window object available, so this function cannot be used`);let t=`${e}`,n=new window.DOMParser().parseFromString(t,`text/html`).body;return _l(n)}function yl(e,t,n){if(e instanceof Ie||e instanceof E)return e;n={slice:!0,parseOptions:{},...n};let r=typeof e==`object`&&!!e,i=typeof e==`string`;if(r)try{if(Array.isArray(e)&&e.length>0)return E.fromArray(e.map(e=>t.nodeFromJSON(e)));let r=t.nodeFromJSON(e);return n.errorOnInvalidContent&&r.check(),r}catch(r){if(n.errorOnInvalidContent)throw Error(`[tiptap error]: Invalid JSON content`,{cause:r});return console.warn(`[tiptap warn]: Invalid content.`,`Passed value:`,e,`Error:`,r),yl(``,t,n)}if(i){if(n.errorOnInvalidContent){let r=!1,i=``,a=new st({topNode:t.spec.topNode,marks:t.spec.marks,nodes:t.spec.nodes.append({__tiptap__private__unknown__catch__all__node:{content:`inline*`,group:`block`,parseDOM:[{tag:`*`,getAttrs:e=>(r=!0,i=typeof e==`string`?e:e.outerHTML,null)}]}})});if(n.slice?dt.fromSchema(a).parseSlice(vl(e),n.parseOptions):dt.fromSchema(a).parse(vl(e),n.parseOptions),n.errorOnInvalidContent&&r)throw Error(`[tiptap error]: Invalid HTML content`,{cause:Error(`Invalid element found: ${i}`)})}let r=dt.fromSchema(t);return n.slice?r.parseSlice(vl(e),n.parseOptions).content:r.parse(vl(e),n.parseOptions)}return yl(``,t,n)}function bl(e,t,n){let r=e.steps.length-1;if(r{o===0&&(o=r)}),e.setSelection(A.near(e.doc.resolve(o),n))}var xl=e=>!(`type`in e),Sl=(e,t,n)=>({tr:r,dispatch:i,editor:a})=>{if(i){n={parseOptions:a.options.parseOptions,updateSelection:!0,applyInputRules:!1,applyPasteRules:!1,...n};let i,o=e=>{a.emit(`contentError`,{editor:a,error:e,disableCollaboration:()=>{`collaboration`in a.storage&&typeof a.storage.collaboration==`object`&&a.storage.collaboration&&(a.storage.collaboration.isDisabled=!0)}})},s={preserveWhitespace:`full`,...n.parseOptions};if(!n.errorOnInvalidContent&&!a.options.enableContentCheck&&a.options.emitContentError)try{yl(t,a.schema,{parseOptions:s,errorOnInvalidContent:!0})}catch(e){o(e)}try{i=yl(t,a.schema,{parseOptions:s,errorOnInvalidContent:n.errorOnInvalidContent??a.options.enableContentCheck})}catch(e){return o(e),!1}let{from:c,to:l}=typeof e==`number`?{from:e,to:e}:{from:e.from,to:e.to},u=!0,d=!0;if((xl(i)?i:[i]).forEach(e=>{e.check(),u=u?e.isText&&e.marks.length===0:!1,d=d?e.isBlock:!1}),c===l&&d){let{parent:e}=r.doc.resolve(c);e.isTextblock&&!e.type.spec.code&&!e.childCount&&(--c,l+=1)}let f;if(u){if(Array.isArray(t))f=t.map(e=>e.text||``).join(``);else if(t instanceof E){let e=``;t.forEach(t=>{t.text&&(e+=t.text)}),f=e}else f=typeof t==`object`&&t&&t.text?t.text:t;r.insertText(f,c,l)}else{f=i;let e=r.doc.resolve(c),t=e.node(),n=e.parentOffset===0,a=t.isText||t.isTextblock,o=t.content.size>0;n&&a&&o&&(c=Math.max(0,c-1)),r.replaceWith(c,l,f)}n.updateSelection&&bl(r,r.steps.length-1,-1),n.applyInputRules&&r.setMeta(`applyInputRules`,{from:c,text:f}),n.applyPasteRules&&r.setMeta(`applyPasteRules`,{from:c,text:f})}return!0},Cl=()=>({state:e,dispatch:t})=>Er(e,t),wl=()=>({state:e,dispatch:t})=>Dr(e,t),Tl=()=>({state:e,dispatch:t})=>hr(e,t),El=()=>({state:e,dispatch:t})=>Cr(e,t),Dl=()=>({state:e,dispatch:t,tr:n})=>{try{let r=Sn(e.doc,e.selection.$from.pos,-1);return r==null?!1:(n.join(r,2),t&&t(n),!0)}catch{return!1}},Ol=()=>({state:e,dispatch:t,tr:n})=>{try{let r=Sn(e.doc,e.selection.$from.pos,1);return r==null?!1:(n.join(r,2),t&&t(n),!0)}catch{return!1}},kl=()=>({state:e,dispatch:t})=>gr(e,t),Al=()=>({state:e,dispatch:t})=>_r(e,t);function jl(){return typeof navigator<`u`?/Mac/.test(navigator.platform):!1}function Ml(e){let t=e.split(/-(?!$)/),n=t[t.length-1];n===`Space`&&(n=` `);let r,i,a,o;for(let e=0;e({editor:t,view:n,tr:r,dispatch:i})=>{let a=Ml(e).split(/-(?!$)/),o=a.find(e=>![`Alt`,`Ctrl`,`Meta`,`Shift`].includes(e)),s=new KeyboardEvent(`keydown`,{key:o===`Space`?` `:o,altKey:a.includes(`Alt`),ctrlKey:a.includes(`Ctrl`),metaKey:a.includes(`Meta`),shiftKey:a.includes(`Shift`),bubbles:!0,cancelable:!0});return t.captureTransaction(()=>{n.someProp(`handleKeyDown`,e=>e(n,s))})?.steps.forEach(e=>{let t=e.map(r.mapping);t&&i&&r.maybeStep(t)}),!0};function Pl(e,t,n={}){let{from:r,to:i,empty:a}=e.selection,o=t?B(t,e.schema):null,s=[];e.doc.nodesBetween(r,i,(e,t)=>{if(e.isText)return;let n=Math.max(r,t),a=Math.min(i,t+e.nodeSize);s.push({node:e,from:n,to:a})});let c=i-r,l=s.filter(e=>o?o.name===e.node.type.name:!0).filter(e=>tl(e.node.attrs,n,{strict:!1}));return a?!!l.length:l.reduce((e,t)=>e+t.to-t.from,0)>=c}var Fl=(e,t={})=>({state:n,dispatch:r})=>Pl(n,B(e,n.schema),t)?Or(n,r):!1,Il=()=>({state:e,dispatch:t})=>Nr(e,t),Ll=e=>({state:t,dispatch:n})=>$r(B(e,t.schema))(t,n),Rl=()=>({state:e,dispatch:t})=>kr(e,t);function zl(e,t){return t.nodes[e]?`node`:t.marks[e]?`mark`:null}function Bl(e,t){let n=typeof t==`string`?[t]:t;return Object.keys(e).reduce((t,r)=>(n.includes(r)||(t[r]=e[r]),t),{})}var Vl=(e,t)=>({tr:n,state:r,dispatch:i})=>{let a=null,o=null,s=zl(typeof e==`string`?e:e.name,r.schema);if(!s)return!1;s===`node`&&(a=B(e,r.schema)),s===`mark`&&(o=al(e,r.schema));let c=!1;return n.selection.ranges.forEach(e=>{r.doc.nodesBetween(e.$from.pos,e.$to.pos,(e,r)=>{a&&a===e.type&&(c=!0,i&&n.setNodeMarkup(r,void 0,Bl(e.attrs,t))),o&&e.marks.length&&e.marks.forEach(a=>{o===a.type&&(c=!0,i&&n.addMark(r,r+e.nodeSize,o.create(Bl(a.attrs,t))))})})}),c},Hl=()=>({tr:e,dispatch:t})=>(t&&e.scrollIntoView(),!0),Ul=()=>({tr:e,dispatch:t})=>{if(t){let t=new Zn(e.doc);e.setSelection(t)}return!0},Wl=()=>({state:e,dispatch:t})=>br(e,t),Gl=()=>({state:e,dispatch:t})=>wr(e,t),Kl=()=>({state:e,dispatch:t})=>Ir(e,t),ql=()=>({state:e,dispatch:t})=>Hr(e,t),Jl=()=>({state:e,dispatch:t})=>Vr(e,t);function Yl(e,t,n={},r={}){return yl(e,t,{slice:!1,parseOptions:n,errorOnInvalidContent:r.errorOnInvalidContent})}var Xl=(e,{errorOnInvalidContent:t,emitUpdate:n=!0,parseOptions:r={}}={})=>({editor:i,tr:a,dispatch:o,commands:s})=>{let{doc:c}=a;if(r.preserveWhitespace!==`full`){let s=Yl(e,i.schema,r,{errorOnInvalidContent:t??i.options.enableContentCheck});return o&&a.replaceWith(0,c.content.size,s).setMeta(`preventUpdate`,!n),!0}return o&&a.setMeta(`preventUpdate`,!n),s.insertContentAt({from:0,to:c.content.size},e,{parseOptions:r,errorOnInvalidContent:t??i.options.enableContentCheck})};function Zl(e,t){let n=al(t,e.schema),{from:r,to:i,empty:a}=e.selection,o=[];a?(e.storedMarks&&o.push(...e.storedMarks),o.push(...e.selection.$head.marks())):e.doc.nodesBetween(r,i,e=>{o.push(...e.marks)});let s=o.find(e=>e.type.name===n.name);return s?{...s.attrs}:{}}function Ql(e,t){let n=new Wn(e);return t.forEach(e=>{e.steps.forEach(e=>{n.step(e)})}),n}function $l(e){for(let t=0;t{n(e)&&r.push({node:e,pos:t})}),r}function tu(e,t){for(let n=e.depth;n>0;--n){let r=e.node(n);if(t(r))return{pos:n>0?e.before(n):0,start:e.start(n),depth:n,node:r}}}function nu(e){return t=>tu(t.$from,e)}function V(e,t,n){return e.config[t]===void 0&&e.parent?V(e.parent,t,n):typeof e.config[t]==`function`?e.config[t].bind({...n,parent:e.parent?V(e.parent,t,n):null}):e.config[t]}function ru(e){return e.map(e=>{let t=V(e,`addExtensions`,{name:e.name,options:e.options,storage:e.storage});return t?[e,...ru(t())]:e}).flat(10)}function iu(e,t){let n=Tt.fromSchema(t).serializeFragment(e),r=document.implementation.createHTMLDocument().createElement(`div`);return r.appendChild(n),r.innerHTML}function au(e){return typeof e==`function`}function H(e,t=void 0,...n){return au(e)?t?e.bind(t)(...n):e(...n):e}function ou(e={}){return Object.keys(e).length===0&&e.constructor===Object}function su(e){return{baseExtensions:e.filter(e=>e.type===`extension`),nodeExtensions:e.filter(e=>e.type===`node`),markExtensions:e.filter(e=>e.type===`mark`)}}function cu(e){let t=[],{nodeExtensions:n,markExtensions:r}=su(e),i=[...n,...r],a={default:null,validate:void 0,rendered:!0,renderHTML:null,parseHTML:null,keepOnSplit:!0,isRequired:!1},o=n.filter(e=>e.name!==`text`).map(e=>e.name),s=r.map(e=>e.name),c=[...o,...s];return e.forEach(e=>{let n=V(e,`addGlobalAttributes`,{name:e.name,options:e.options,storage:e.storage,extensions:i});n&&n().forEach(e=>{let n;n=Array.isArray(e.types)?e.types:e.types===`*`?c:e.types===`nodes`?o:e.types===`marks`?s:[],n.forEach(n=>{Object.entries(e.attributes).forEach(([e,r])=>{t.push({type:n,name:e,attribute:{...a,...r}})})})})}),i.forEach(e=>{let n=V(e,`addAttributes`,{name:e.name,options:e.options,storage:e.storage});if(!n)return;let r=n();Object.entries(r).forEach(([n,r])=>{let i={...a,...r};typeof i?.default==`function`&&(i.default=i.default()),i?.isRequired&&i?.default===void 0&&delete i.default,t.push({type:e.name,name:n,attribute:i})})}),t}function lu(e){let t=[],n=``,r=!1,i=!1,a=0,o=e.length;for(let s=0;s0){--a,n+=o;continue}if(o===`;`&&a===0){t.push(n),n=``;continue}}n+=o}return n&&t.push(n),t}function uu(e){let t=[],n=lu(e||``),r=n.length;for(let e=0;e!!e).reduce((e,t)=>{let n={...e};return Object.entries(t).forEach(([e,t])=>{if(!n[e]){n[e]=t;return}if(e===`class`){let r=t?String(t).split(` `):[],i=n[e]?n[e].split(` `):[],a=r.filter(e=>!i.includes(e));n[e]=[...i,...a].join(` `)}else if(e===`style`){let r=new Map([...uu(n[e]),...uu(t)]);n[e]=Array.from(r.entries()).map(([e,t])=>`${e}: ${t}`).join(`; `)}else n[e]=t}),n},{})}function du(e,t){return t.filter(t=>t.type===e.type.name).filter(e=>e.attribute.rendered).map(t=>t.attribute.renderHTML?t.attribute.renderHTML(e.attrs)||{}:{[t.name]:e.attrs[t.name]}).reduce((e,t)=>U(e,t),{})}function fu(e){return typeof e==`string`?e.match(/^[+-]?(?:\d*\.)?\d+$/)?Number(e):e===`true`?!0:e===`false`?!1:e:e}function pu(e,t){return`style`in e?e:{...e,getAttrs:n=>{let r=e.getAttrs?e.getAttrs(n):e.attrs;if(r===!1)return!1;let i=t.reduce((e,t)=>{let r=t.attribute.parseHTML?t.attribute.parseHTML(n):fu(n.getAttribute(t.name));return r==null?e:{...e,[t.name]:r}},{});return{...r,...i}}}}function mu(e){return Object.fromEntries(Object.entries(e).filter(([e,t])=>e===`attrs`&&ou(t)?!1:t!=null))}function hu(e){let t={};return!e?.attribute?.isRequired&&`default`in(e?.attribute||{})&&(t.default=e.attribute.default),e?.attribute?.validate!==void 0&&(t.validate=e.attribute.validate),[e.name,t]}function gu(e,t){let n=cu(e),{nodeExtensions:r,markExtensions:i}=su(e);return new st({topNode:r.find(e=>V(e,`topNode`))?.name,nodes:Object.fromEntries(r.map(r=>{let i=n.filter(e=>e.type===r.name),a={name:r.name,options:r.options,storage:r.storage,editor:t},o=mu({...e.reduce((e,t)=>{let n=V(t,`extendNodeSchema`,a);return{...e,...n?n(r):{}}},{}),content:H(V(r,`content`,a)),marks:H(V(r,`marks`,a)),group:H(V(r,`group`,a)),inline:H(V(r,`inline`,a)),atom:H(V(r,`atom`,a)),selectable:H(V(r,`selectable`,a)),draggable:H(V(r,`draggable`,a)),code:H(V(r,`code`,a)),whitespace:H(V(r,`whitespace`,a)),linebreakReplacement:H(V(r,`linebreakReplacement`,a)),defining:H(V(r,`defining`,a)),isolating:H(V(r,`isolating`,a)),attrs:Object.fromEntries(i.map(hu))}),s=H(V(r,`parseHTML`,a));s&&(o.parseDOM=s.map(e=>pu(e,i)));let c=V(r,`renderHTML`,a);c&&(o.toDOM=e=>c({node:e,HTMLAttributes:du(e,i)}));let l=V(r,`renderText`,a);return l&&(o.toText=l),[r.name,o]})),marks:Object.fromEntries(i.map(r=>{let i=n.filter(e=>e.type===r.name),a={name:r.name,options:r.options,storage:r.storage,editor:t},o=mu({...e.reduce((e,t)=>{let n=V(t,`extendMarkSchema`,a);return{...e,...n?n(r):{}}},{}),inclusive:H(V(r,`inclusive`,a)),excludes:H(V(r,`excludes`,a)),group:H(V(r,`group`,a)),spanning:H(V(r,`spanning`,a)),code:H(V(r,`code`,a)),attrs:Object.fromEntries(i.map(hu))}),s=H(V(r,`parseHTML`,a));s&&(o.parseDOM=s.map(e=>pu(e,i)));let c=V(r,`renderHTML`,a);return c&&(o.toDOM=e=>c({mark:e,HTMLAttributes:du(e,i)})),[r.name,o]}))})}function _u(e){let t=e.filter((t,n)=>e.indexOf(t)!==n);return Array.from(new Set(t))}function vu(e){return e.sort((e,t)=>{let n=V(e,`priority`)||100,r=V(t,`priority`)||100;return n>r?-1:+(ne.name));return n.length&&console.warn(`[tiptap warn]: Duplicate extension names found: [${n.map(e=>`'${e}'`).join(`, `)}]. This can lead to issues.`),t}function bu(e,t,n){let{from:r,to:i}=t,{blockSeparator:a=` + +`,textSerializers:o={}}=n||{},s=``;return e.nodesBetween(r,i,(e,n,c,l)=>{e.isBlock&&n>r&&(s+=a);let u=o?.[e.type.name];if(u)return c&&(s+=u({node:e,pos:n,parent:c,index:l,range:t})),!1;e.isText&&(s+=(e?.text)?.slice(Math.max(r,n)-n,i-n))}),s}function xu(e,t){return bu(e,{from:0,to:e.content.size},t)}function Su(e){return Object.fromEntries(Object.entries(e.nodes).filter(([,e])=>e.spec.toText).map(([e,t])=>[e,t.spec.toText]))}function Cu(e,t){let n=B(t,e.schema),{from:r,to:i}=e.selection,a=[];e.doc.nodesBetween(r,i,e=>{a.push(e)});let o=a.reverse().find(e=>e.type.name===n.name);return o?{...o.attrs}:{}}function wu(e,t){let n=zl(typeof t==`string`?t:t.name,e.schema);return n===`node`?Cu(e,t):n===`mark`?Zl(e,t):{}}function Tu(e,t=JSON.stringify){let n={};return e.filter(e=>{let r=t(e);return Object.prototype.hasOwnProperty.call(n,r)?!1:n[r]=!0})}function Eu(e){let t=Tu(e);return t.length===1?t:t.filter((e,n)=>!t.filter((e,t)=>t!==n).some(t=>e.oldRange.from>=t.oldRange.from&&e.oldRange.to<=t.oldRange.to&&e.newRange.from>=t.newRange.from&&e.newRange.to<=t.newRange.to))}function Du(e){let{mapping:t,steps:n}=e,r=[];return t.maps.forEach((e,i)=>{let a=[];if(e.ranges.length)e.forEach((e,t)=>{a.push({from:e,to:t})});else{let{from:e,to:t}=n[i];if(e===void 0||t===void 0)return;a.push({from:e,to:t})}a.forEach(({from:e,to:n})=>{let a=t.slice(i).map(e,-1),o=t.slice(i).map(n),s=t.invert().map(a,-1),c=t.invert().map(o);r.push({oldRange:{from:s,to:c},newRange:{from:a,to:o}})})}),Eu(r)}function Ou(e,t,n){let r=[];return e===t?n.resolve(e).marks().forEach(t=>{let i=il(n.resolve(e),t.type);i&&r.push({mark:t,...i})}):n.nodesBetween(e,t,(e,t)=>{!e||e?.nodeSize===void 0||r.push(...e.marks.map(n=>({from:t,to:t+e.nodeSize,mark:n})))}),r}var ku=(e,t,n,r=20)=>{let i=e.doc.resolve(n),a=r,o=null;for(;a>0&&o===null;){let e=i.node(a);e?.type.name===t?o=e:--a}return[o,a]};function Au(e,t){return t.nodes[e]||t.marks[e]||null}function ju(e,t,n){return Object.fromEntries(Object.entries(n).filter(([n])=>{let r=e.find(e=>e.type===t&&e.name===n);return r?r.attribute.keepOnSplit:!1}))}var Mu=(e,t=500)=>{let n=``,r=e.parentOffset;return e.parent.nodesBetween(Math.max(0,r-t),r,(e,t,i,a)=>{var o;let s=(o=e.type.spec).toText?.call(o,{node:e,pos:t,parent:i,index:a})||e.textContent||`%leaf%`;n+=e.isAtom&&!e.isText?s:s.slice(0,Math.max(0,r-t))}),n};function Nu(e,t,n={}){let{empty:r,ranges:i}=e.selection,a=t?al(t,e.schema):null;if(r)return!!(e.storedMarks||e.selection.$from.marks()).filter(e=>a?a.name===e.type.name:!0).find(e=>tl(e.attrs,n,{strict:!1}));let o=0,s=[];if(i.forEach(({$from:t,$to:n})=>{let r=t.pos,i=n.pos;e.doc.nodesBetween(r,i,(e,t)=>{if(a&&e.inlineContent&&!e.type.allowsMarkType(a))return!1;if(!e.isText&&!e.marks.length)return;let n=Math.max(r,t),c=Math.min(i,t+e.nodeSize),l=c-n;o+=l,s.push(...e.marks.map(e=>({mark:e,from:n,to:c})))})}),o===0)return!1;let c=s.filter(e=>a?a.name===e.mark.type.name:!0).filter(e=>tl(e.mark.attrs,n,{strict:!1})).reduce((e,t)=>e+t.to-t.from,0),l=s.filter(e=>a?e.mark.type!==a&&e.mark.type.excludes(a):!0).reduce((e,t)=>e+t.to-t.from,0);return(c>0?c+l:c)>=o}function Pu(e,t,n={}){if(!t)return Pl(e,null,n)||Nu(e,null,n);let r=zl(t,e.schema);return r===`node`?Pl(e,t,n):r===`mark`?Nu(e,t,n):!1}var Fu=(e,t)=>{let{$from:n,$to:r,$anchor:i}=e.selection;if(t){let n=nu(e=>e.type.name===t)(e.selection);if(!n)return!1;let r=e.doc.resolve(n.pos+1);return i.pos+1===r.end()}return!(r.parentOffset{let{$from:t,$to:n}=e.selection;return!(t.parentOffset>0||t.pos!==n.pos)};function Lu(e,t){return Array.isArray(t)?t.some(t=>(typeof t==`string`?t:t.name)===e.name):t}function Ru(e,t){let{nodeExtensions:n}=su(t),r=n.find(t=>t.name===e);if(!r)return!1;let i=H(V(r,`group`,{name:r.name,options:r.options,storage:r.storage}));return typeof i==`string`?i.split(` `).includes(`list`):!1}function zu(e,{checkChildren:t=!0,ignoreWhitespace:n=!1}={}){if(n){if(e.type.name===`hardBreak`)return!0;if(e.isText)return!/\S/.test(e.text??``)}if(e.isText)return!e.text;if(e.isAtom||e.isLeaf)return!1;if(e.content.childCount===0)return!0;if(t){let r=!0;return e.content.forEach(e=>{r!==!1&&(zu(e,{ignoreWhitespace:n,checkChildren:t})||(r=!1))}),r}return!1}function Bu(e){return e instanceof M}var Vu=class e{constructor(e){this.position=e}static fromJSON(t){return new e(t.position)}toJSON(){return{position:this.position}}};function Hu(e,t){let n=t.mapping.mapResult(e.position);return{position:new Vu(n.pos),mapResult:n}}function Uu(e){return new Vu(e)}function Wu(e,t,n){let{selection:r}=t,i=null;if(cl(r)&&(i=r.$cursor),i){let t=e.storedMarks??i.marks();return i.parent.type.allowsMarkType(n)&&(!!n.isInSet(t)||!t.some(e=>e.type.excludes(n)))}let{ranges:a}=r;return a.some(({$from:t,$to:r})=>{let i=t.depth===0?e.doc.inlineContent&&e.doc.type.allowsMarkType(n):!1;return e.doc.nodesBetween(t.pos,r.pos,(e,t,r)=>{if(i)return!1;if(e.isInline){let t=!r||r.type.allowsMarkType(n),a=!!n.isInSet(e.marks)||!e.marks.some(e=>e.type.excludes(n));i=t&&a}return!i}),i})}var Gu=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let{selection:a}=n,{empty:o,ranges:s}=a,c=al(e,r.schema);if(i)if(o){let e=Zl(r,c);n.addStoredMark(c.create({...e,...t}))}else s.forEach(e=>{let i=e.$from.pos,a=e.$to.pos;r.doc.nodesBetween(i,a,(e,r)=>{let o=Math.max(r,i),s=Math.min(r+e.nodeSize,a);e.marks.find(e=>e.type===c)?e.marks.forEach(e=>{c===e.type&&n.addMark(o,s,c.create({...e.attrs,...t}))}):n.addMark(o,s,c.create(t))})});return Wu(r,n,c)},Ku=(e,t)=>({tr:n})=>(n.setMeta(e,t),!0),qu=(e,t={})=>({state:n,dispatch:r,chain:i})=>{let a=B(e,n.schema),o;return n.selection.$anchor.sameParent(n.selection.$head)&&(o=n.selection.$anchor.parent.attrs),a.isTextblock?i().command(({commands:e})=>Wr(a,{...o,...t})(n)?!0:e.clearNodes()).command(({state:e})=>Wr(a,{...o,...t})(e,r)).run():(console.warn(`[tiptap warn]: Currently "setNode()" only supports text block nodes.`),!1)},Ju=e=>({tr:t,dispatch:n})=>{if(n){let{doc:n}=t,r=ll(e,0,n.content.size),i=M.create(n,r);t.setSelection(i)}return!0},Yu=(e,t)=>({tr:n,state:r,dispatch:i})=>{let{selection:a}=r,o,s;return typeof t==`number`?(o=t,s=t):t&&`from`in t&&`to`in t?(o=t.from,s=t.to):(o=a.from,s=a.to),i&&n.doc.nodesBetween(o,s,(t,r)=>{t.isText||n.setNodeMarkup(r,void 0,{...t.attrs,dir:e})}),!0},Xu=e=>({tr:t,dispatch:n})=>{if(n){let{doc:n}=t,{from:r,to:i}=typeof e==`number`?{from:e,to:e}:e,a=j.atStart(n).from,o=j.atEnd(n).to,s=ll(r,a,o),c=ll(i,a,o),l=j.create(n,s,c);t.setSelection(l)}return!0},Zu=e=>({state:t,dispatch:n})=>ni(B(e,t.schema))(t,n);function Qu(e,t){let n=e.storedMarks||e.selection.$to.parentOffset&&e.selection.$from.marks();if(n){let r=n.filter(e=>t?.includes(e.type.name));e.tr.ensureMarks(r)}}var $u=({keepMarks:e=!0}={})=>({tr:t,state:n,dispatch:r,editor:i})=>{let{selection:a,doc:o}=t,{$from:s,$to:c}=a,l=i.extensionManager.attributes,u=ju(l,s.node().type.name,s.node().attrs);if(a instanceof M&&a.node.isBlock)return!s.parentOffset||!_n(o,s.pos)?!1:(r&&(e&&Qu(n,i.extensionManager.splittableMarks),t.split(s.pos).scrollIntoView()),!0);if(!s.parent.isBlock)return!1;let d=c.parentOffset===c.parent.content.size,f=s.depth===0?void 0:$l(s.node(-1).contentMatchAt(s.indexAfter(-1))),p=d&&f?[{type:f,attrs:u}]:void 0,m=_n(t.doc,t.mapping.map(s.pos),1,p);if(!p&&!m&&_n(t.doc,t.mapping.map(s.pos),1,f?[{type:f}]:void 0)&&(m=!0,p=f?[{type:f,attrs:u}]:void 0),r){if(m&&(a instanceof j&&t.deleteSelection(),t.split(t.mapping.map(s.pos),1,p),f&&!d&&!s.parentOffset&&s.parent.type!==f)){let e=t.mapping.map(s.before()),n=t.doc.resolve(e);s.node(-1).canReplaceWith(n.index(),n.index()+1,f)&&t.setNodeMarkup(t.mapping.map(s.before()),f)}e&&Qu(n,i.extensionManager.splittableMarks),t.scrollIntoView()}return m},ed=(e,t={})=>({tr:n,state:r,dispatch:i,editor:a})=>{let o=B(e,r.schema),{$from:s,$to:c}=r.selection,l=r.selection.node;if(l&&l.isBlock||s.depth<2||!s.sameParent(c))return!1;let u=s.node(-1);if(u.type!==o)return!1;let d=a.extensionManager.attributes;if(s.parent.content.size===0&&s.node(-1).childCount===s.indexAfter(-1)){if(s.depth===2||s.node(-3).type!==o||s.index(-2)!==s.node(-2).childCount-1)return!1;if(i){let e=E.empty,r=s.index(-1)?1:s.index(-2)?2:3;for(let t=s.depth-r;t>=s.depth-3;--t)e=E.from(s.node(t).copy(e));let i=s.indexAfter(-1){if(u>-1)return!1;e.isTextblock&&e.content.size===0&&(u=t+1)}),u>-1&&n.setSelection(j.near(n.doc.resolve(u))),n.scrollIntoView()}return!0}let f=c.pos===s.end()?u.contentMatchAt(0).defaultType:null,p={...ju(d,u.type.name,u.attrs),...t},m={...ju(d,s.node().type.name,s.node().attrs),...t};n.delete(s.pos,c.pos);let h=f?[{type:o,attrs:p},{type:f,attrs:m}]:[{type:o,attrs:p}];if(!_n(n.doc,s.pos,2))return!1;if(i){let{selection:e,storedMarks:t}=r,{splittableMarks:o}=a.extensionManager,c=t||e.$to.parentOffset&&e.$from.marks();if(n.split(s.pos,2,h).scrollIntoView(),!c||!i)return!0;let l=c.filter(e=>o.includes(e.type.name));n.ensureMarks(l)}return!0},td=(e,t)=>{let n=nu(e=>e.type===t)(e.selection);if(!n)return!0;let r=e.doc.resolve(Math.max(0,n.pos-1)).before(n.depth);if(r===void 0)return!0;let i=e.doc.nodeAt(r);return n.node.type===i?.type&&yn(e.doc,n.pos)&&e.join(n.pos),!0},nd=(e,t)=>{let n=nu(e=>e.type===t)(e.selection);if(!n)return!0;let r=e.doc.resolve(n.start).after(n.depth);if(r===void 0)return!0;let i=e.doc.nodeAt(r);return n.node.type===i?.type&&yn(e.doc,r)&&e.join(r),!0};function rd(e){let t=e.doc,n=t.firstChild;if(!n)return null;let r=n.nodeSize-1;return j.create(t,1,r)}var id=(e,t,n,r={})=>({editor:i,tr:a,state:o,dispatch:s,chain:c,commands:l,can:u})=>{let{extensions:d,splittableMarks:f}=i.extensionManager,p=B(e,o.schema),m=B(t,o.schema),{selection:h,storedMarks:g}=o,{$from:_,$to:ee}=h,v=_.blockRange(ee),y=g||h.$to.parentOffset&&h.$from.marks();if(!v)return!1;let b=nu(e=>Ru(e.type.name,d))(h),te=h.from===0&&h.to===o.doc.content.size,ne=o.doc.content.content,x=ne.length===1?ne[0]:null,re=te&&x&&Ru(x.type.name,d)?{node:x,pos:0,depth:0}:null,S=b??re,ie=!!b&&v.depth>=1&&v.depth-b.depth<=1,C=!!re;if((ie||C)&&S){if(S.node.type===p)return te&&C?c().command(({tr:e,dispatch:t})=>{let n=rd(e);return n?(e.setSelection(n),t&&t(e),!0):!1}).liftListItem(m).run():l.liftListItem(m);if(Ru(S.node.type.name,d)&&p.validContent(S.node.content))return c().command(()=>(a.setNodeMarkup(S.pos,p),!0)).command(()=>td(a,p)).command(()=>nd(a,p)).run()}return!n||!y||!s?c().command(()=>u().wrapInList(p,r)?!0:l.clearNodes()).wrapInList(p,r).command(()=>td(a,p)).command(()=>nd(a,p)).run():c().command(()=>{let e=u().wrapInList(p,r),t=y.filter(e=>f.includes(e.type.name));return a.ensureMarks(t),e?!0:l.clearNodes()}).wrapInList(p,r).command(()=>td(a,p)).command(()=>nd(a,p)).run()},ad=(e,t={},n={})=>({state:r,commands:i})=>{let{extendEmptyMarkRange:a=!1}=n,o=al(e,r.schema);return Nu(r,o,t)?i.unsetMark(o,{extendEmptyMarkRange:a}):i.setMark(o,t)},od=(e,t,n={})=>({state:r,commands:i})=>{let a=B(e,r.schema),o=B(t,r.schema),s=Pl(r,a,n),c;return r.selection.$anchor.sameParent(r.selection.$head)&&(c=r.selection.$anchor.parent.attrs),s?i.setNode(o,c):i.setNode(a,{...c,...n})},sd=(e,t={})=>({state:n,commands:r})=>{let i=B(e,n.schema);return Pl(n,i,t)?r.lift(i):r.wrapIn(i,t)},cd=()=>({state:e,dispatch:t})=>{let n=e.plugins;for(let r=0;r=0;--e)t.step(n.steps[e].invert(n.docs[e]));if(a.text){let n=t.doc.resolve(a.from).marks();t.replaceWith(a.from,a.to,e.schema.text(a.text,n))}else t.delete(a.from,a.to)}return!0}}return!1},ld=()=>({tr:e,dispatch:t})=>{let{selection:n}=e,{empty:r,ranges:i}=n;return r||t&&i.forEach(t=>{e.removeMark(t.$from.pos,t.$to.pos)}),!0},ud=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let{extendEmptyMarkRange:a=!1}=t,{selection:o}=n,s=al(e,r.schema),{$from:c,empty:l,ranges:u}=o;if(!i)return!0;if(l&&a){let{from:e,to:t}=o,r=il(c,s,c.marks().find(e=>e.type===s)?.attrs);r&&(e=r.from,t=r.to),n.removeMark(e,t,s)}else u.forEach(e=>{n.removeMark(e.$from.pos,e.$to.pos,s)});return n.removeStoredMark(s),!0},dd=e=>({tr:t,state:n,dispatch:r})=>{let{selection:i}=n,a,o;return typeof e==`number`?(a=e,o=e):e&&`from`in e&&`to`in e?(a=e.from,o=e.to):(a=i.from,o=i.to),r&&t.doc.nodesBetween(a,o,(e,n)=>{if(e.isText)return;let r={...e.attrs};delete r.dir,t.setNodeMarkup(n,void 0,r)}),!0},fd=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let a=null,o=null,s=zl(typeof e==`string`?e:e.name,r.schema);if(!s)return!1;s===`node`&&(a=B(e,r.schema)),s===`mark`&&(o=al(e,r.schema));let c=!1;return n.selection.ranges.forEach(e=>{let s=e.$from.pos,l=e.$to.pos,u,d,f,p;n.selection.empty?r.doc.nodesBetween(s,l,(e,t)=>{a&&a===e.type&&(c=!0,f=Math.max(t,s),p=Math.min(t+e.nodeSize,l),u=t,d=e)}):r.doc.nodesBetween(s,l,(e,r)=>{r=s&&r<=l&&(a&&a===e.type&&(c=!0,i&&n.setNodeMarkup(r,void 0,{...e.attrs,...t})),o&&e.marks.length&&e.marks.forEach(a=>{if(o===a.type&&(c=!0,i)){let i=Math.max(r,s),c=Math.min(r+e.nodeSize,l);n.addMark(i,c,o.create({...a.attrs,...t}))}}))}),d&&(u!==void 0&&i&&n.setNodeMarkup(u,void 0,{...d.attrs,...t}),o&&d.marks.length&&d.marks.forEach(e=>{o===e.type&&i&&n.addMark(f,p,o.create({...e.attrs,...t}))}))}),c},pd=(e,t={})=>({state:n,dispatch:r})=>Ur(B(e,n.schema),t)(n,r),md=(e,t={})=>({state:n,dispatch:r})=>Xr(B(e,n.schema),t)(n,r),hd=class{constructor(){this.callbacks={}}on(e,t){return this.callbacks[e]||(this.callbacks[e]=[]),this.callbacks[e].push(t),this}emit(e,...t){let n=this.callbacks[e];return n&&n.forEach(e=>e.apply(this,t)),this}off(e,t){let n=this.callbacks[e];return n&&(t?this.callbacks[e]=n.filter(e=>e!==t):delete this.callbacks[e]),this}once(e,t){let n=(...r)=>{this.off(e,n),t.apply(this,r)};return this.on(e,n)}removeAllListeners(){this.callbacks={}}},gd=class{constructor(e){this.find=e.find,this.handler=e.handler,this.undoable=e.undoable??!0}},_d=(e,t)=>{if(el(t))return t.exec(e);let n=t(e);if(!n)return null;let r=[n.text];return r.index=n.index,r.input=e,r.data=n.data,n.replaceWith&&(n.text.includes(n.replaceWith)||console.warn(`[tiptap warn]: "inputRuleMatch.replaceWith" must be part of "inputRuleMatch.text".`),r.push(n.replaceWith)),r};function vd(e){let{editor:t,from:n,to:r,text:i,rules:a,plugin:o}=e,{view:s}=t;if(s.composing)return!1;let c=s.state.doc.resolve(n);if(c.parent.type.spec.code||(c.nodeBefore||c.nodeAfter)?.marks.find(e=>e.type.spec.code))return!1;let l=!1,u=Mu(c)+i;return a.forEach(e=>{if(l)return;let a=_d(u,e.find);if(!a)return;let c=s.state.tr,d=zc({state:s.state,transaction:c}),f={from:n-(a[0].length-i.length),to:r},{commands:p,chain:m,can:h}=new Bc({editor:t,state:d});e.handler({state:d,range:f,match:a,commands:p,chain:m,can:h})===null||!c.steps.length||(e.undoable&&c.setMeta(o,{transform:c,from:n,to:r,text:i}),s.dispatch(c),l=!0)}),l}function yd(e){let{editor:t,rules:n}=e,r=new N({state:{init(){return null},apply(e,i,a){let o=e.getMeta(r);if(o)return o;let s=e.getMeta(`applyInputRules`);return s&&setTimeout(()=>{let{text:e}=s;e=typeof e==`string`?e:iu(E.from(e),a.schema);let{from:i}=s;vd({editor:t,from:i,to:i+e.length,text:e,rules:n,plugin:r})}),e.selectionSet||e.docChanged?null:i}},props:{handleTextInput(e,i,a,o){return vd({editor:t,from:i,to:a,text:o,rules:n,plugin:r})},handleDOMEvents:{compositionend:e=>(setTimeout(()=>{let{$cursor:i}=e.state.selection;i&&vd({editor:t,from:i.pos,to:i.pos,text:``,rules:n,plugin:r})}),!1)},handleKeyDown(e,i){if(i.key!==`Enter`)return!1;let{$cursor:a}=e.state.selection;return a?vd({editor:t,from:a.pos,to:a.pos,text:` +`,rules:n,plugin:r}):!1}},isInputRules:!0});return r}function bd(e){return Object.prototype.toString.call(e).slice(8,-1)}function xd(e){return bd(e)===`Object`?e.constructor===Object&&Object.getPrototypeOf(e)===Object.prototype:!1}function Sd(e,t){let n={...e};return xd(e)&&xd(t)&&Object.keys(t).forEach(r=>{xd(t[r])&&xd(e[r])?n[r]=Sd(e[r],t[r]):n[r]=t[r]}),n}var Cd=class{constructor(e={}){this.type=`extendable`,this.parent=null,this.child=null,this.name=``,this.config={name:this.name},this.config={...this.config,...e},this.name=this.config.name}get options(){return{...H(V(this,`addOptions`,{name:this.name}))||{}}}get storage(){return{...H(V(this,`addStorage`,{name:this.name,options:this.options}))||{}}}configure(e={}){let t=this.extend({...this.config,addOptions:()=>Sd(this.options,e)});return t.name=this.name,t.parent=this.parent,t}extend(e={}){let t=new this.constructor({...this.config,...e});return t.parent=this,this.child=t,t.name=`name`in e?e.name:t.parent.name,t}},wd=class e extends Cd{constructor(){super(...arguments),this.type=`mark`}static create(t={}){return new e(typeof t==`function`?t():t)}static handleExit({editor:e,mark:t}){let{tr:n}=e.state,r=e.state.selection.$from;if(r.pos===r.end()){let i=r.marks();if(!i.find(e=>e?.type.name===t.name))return!1;let a=i.find(e=>e?.type.name===t.name);return a&&n.removeStoredMark(a),n.insertText(` `,r.pos),e.view.dispatch(n),!0}return!1}configure(e){return super.configure(e)}extend(e){let t=typeof e==`function`?e():e;return super.extend(t)}};function Td(e){return typeof e==`number`}var Ed=class{constructor(e){this.find=e.find,this.handler=e.handler}},Dd=(e,t,n)=>{if(el(t))return[...e.matchAll(t)];let r=t(e,n);return r?r.map(t=>{let n=[t.text];return n.index=t.index,n.input=e,n.data=t.data,t.replaceWith&&(t.text.includes(t.replaceWith)||console.warn(`[tiptap warn]: "pasteRuleMatch.replaceWith" must be part of "pasteRuleMatch.text".`),n.push(t.replaceWith)),n}):[]};function Od(e){let{editor:t,state:n,from:r,to:i,rule:a,pasteEvent:o,dropEvent:s}=e,{commands:c,chain:l,can:u}=new Bc({editor:t,state:n}),d=[];return n.doc.nodesBetween(r,i,(e,t)=>{if(e.type?.spec?.code||!(e.isText||e.isTextblock||e.isInline))return;let f=e.content?.size??e.nodeSize??0,p=Math.max(r,t),m=Math.min(i,t+f);p>=m||Dd(e.isText?e.text||``:e.textBetween(p-t,m-t,void 0,``),a.find,o).forEach(e=>{if(e.index===void 0)return;let t=p+e.index+1,r=t+e[0].length,i={from:n.tr.mapping.map(t),to:n.tr.mapping.map(r)},f=a.handler({state:n,range:i,match:e,commands:c,chain:l,can:u,pasteEvent:o,dropEvent:s});d.push(f)})}),d.every(e=>e!==null)}var kd=null,Ad=e=>{var t;let n=new ClipboardEvent(`paste`,{clipboardData:new DataTransfer});return(t=n.clipboardData)==null||t.setData(`text/html`,e),n};function jd(e){let{editor:t,rules:n}=e,r=null,i=!1,a=!1,o=typeof ClipboardEvent<`u`?new ClipboardEvent(`paste`):null,s;try{s=typeof DragEvent<`u`?new DragEvent(`drop`):null}catch{s=null}let c=({state:e,from:n,to:r,rule:i,pasteEvt:a})=>{let c=e.tr;if(!(!Od({editor:t,state:zc({state:e,transaction:c}),from:Math.max(n-1,0),to:r.b-1,rule:i,pasteEvent:a,dropEvent:s})||!c.steps.length)){try{s=typeof DragEvent<`u`?new DragEvent(`drop`):null}catch{s=null}return o=typeof ClipboardEvent<`u`?new ClipboardEvent(`paste`):null,c}};return n.map(e=>new N({view(e){let n=n=>{r=e.dom.parentElement?.contains(n.target)?e.dom.parentElement:null,r&&(kd=t)},i=()=>{kd&&=null};return window.addEventListener(`dragstart`,n),window.addEventListener(`dragend`,i),{destroy(){window.removeEventListener(`dragstart`,n),window.removeEventListener(`dragend`,i)}}},props:{handleDOMEvents:{drop:(e,t)=>{if(a=r===e.dom.parentElement,s=t,!a){let e=kd;e?.isEditable&&setTimeout(()=>{let t=e.state.selection;t&&e.commands.deleteRange({from:t.from,to:t.to})},10)}return!1},paste:(e,t)=>{let n=t.clipboardData?.getData(`text/html`);return o=t,i=!!n?.includes(`data-pm-slice`),!1}}},appendTransaction:(t,n,r)=>{let s=t[0],l=s.getMeta(`uiEvent`)===`paste`&&!i,u=s.getMeta(`uiEvent`)===`drop`&&!a,d=s.getMeta(`applyPasteRules`),f=!!d;if(!l&&!u&&!f)return;if(f){let{text:t}=d;t=typeof t==`string`?t:iu(E.from(t),r.schema);let{from:n}=d,i=n+t.length,a=Ad(t);return c({rule:e,state:r,from:n,to:{b:i},pasteEvt:a})}let p=n.doc.content.findDiffStart(r.doc.content),m=n.doc.content.findDiffEnd(r.doc.content);if(!(!Td(p)||!m||p===m.b))return c({rule:e,state:r,from:p,to:m,pasteEvt:o})}}))}var Md=class{constructor(e,t){this.splittableMarks=[],this.editor=t,this.baseExtensions=e,this.extensions=yu(e),this.schema=gu(this.extensions,t),this.setupExtensions()}get commands(){return this.extensions.reduce((e,t)=>{let n=V(t,`addCommands`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:this.editor,type:Au(t.name,this.schema)});return n?{...e,...n()}:e},{})}get plugins(){let{editor:e}=this;return vu([...this.extensions].reverse()).flatMap(t=>{let n={name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:Au(t.name,this.schema)},r=[],i=V(t,`addKeyboardShortcuts`,n),a={};if(t.type===`mark`&&V(t,`exitable`,n)&&(a.ArrowRight=()=>wd.handleExit({editor:e,mark:t})),i){let t=Object.fromEntries(Object.entries(i()).map(([t,n])=>[t,()=>n({editor:e})]));a={...a,...t}}let o=Fc(a);r.push(o);let s=V(t,`addInputRules`,n);if(Lu(t,e.options.enableInputRules)&&s){let t=s();if(t&&t.length){let n=yd({editor:e,rules:t}),i=Array.isArray(n)?n:[n];r.push(...i)}}let c=V(t,`addPasteRules`,n);if(Lu(t,e.options.enablePasteRules)&&c){let t=c();if(t&&t.length){let n=jd({editor:e,rules:t});r.push(...n)}}let l=V(t,`addProseMirrorPlugins`,n);if(l){let e=l();r.push(...e)}return r})}get attributes(){return cu(this.extensions)}get nodeViews(){let{editor:e}=this,{nodeExtensions:t}=su(this.extensions);return Object.fromEntries(t.filter(e=>!!V(e,`addNodeView`)).map(t=>{let n=this.attributes.filter(e=>e.type===t.name),r=V(t,`addNodeView`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:B(t.name,this.schema)});if(!r)return[];let i=r();return i?[t.name,(r,a,o,s,c)=>i({node:r,view:a,getPos:o,decorations:s,innerDecorations:c,editor:e,extension:t,HTMLAttributes:du(r,n)})]:[]}))}dispatchTransaction(e){let{editor:t}=this;return vu([...this.extensions].reverse()).reduceRight((e,n)=>{let r={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:Au(n.name,this.schema)},i=V(n,`dispatchTransaction`,r);return i?t=>{i.call(r,{transaction:t,next:e})}:e},e)}transformPastedHTML(e){let{editor:t}=this;return vu([...this.extensions]).reduce((e,n)=>{let r={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:Au(n.name,this.schema)},i=V(n,`transformPastedHTML`,r);return i?(t,n)=>{let a=e(t,n);return i.call(r,a)}:e},e||(e=>e))}get markViews(){let{editor:e}=this,{markExtensions:t}=su(this.extensions);return Object.fromEntries(t.filter(e=>!!V(e,`addMarkView`)).map(t=>{let n=this.attributes.filter(e=>e.type===t.name),r=V(t,`addMarkView`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:al(t.name,this.schema)});return r?[t.name,(i,a,o)=>{let s=du(i,n);return r()({mark:i,view:a,inline:o,editor:e,extension:t,HTMLAttributes:s,updateAttributes:t=>{lf(i,e,t)}})}]:[]}))}setupExtensions(){let e=this.extensions;this.editor.extensionStorage=Object.fromEntries(e.map(e=>[e.name,e.storage])),e.forEach(e=>{let t={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:Au(e.name,this.schema)};e.type===`mark`&&(H(V(e,`keepOnSplit`,t))??!0)&&this.splittableMarks.push(e.name);let n=V(e,`onBeforeCreate`,t),r=V(e,`onCreate`,t),i=V(e,`onUpdate`,t),a=V(e,`onSelectionUpdate`,t),o=V(e,`onTransaction`,t),s=V(e,`onFocus`,t),c=V(e,`onBlur`,t),l=V(e,`onDestroy`,t);n&&this.editor.on(`beforeCreate`,n),r&&this.editor.on(`create`,r),i&&this.editor.on(`update`,i),a&&this.editor.on(`selectionUpdate`,a),o&&this.editor.on(`transaction`,o),s&&this.editor.on(`focus`,s),c&&this.editor.on(`blur`,c),l&&this.editor.on(`destroy`,l)})}};Md.resolve=yu,Md.sort=vu,Md.flatten=ru,Rc({},{ClipboardTextSerializer:()=>Nd,Commands:()=>Pd,Delete:()=>Fd,Drop:()=>Id,Editable:()=>Ld,FocusEvents:()=>zd,Keymap:()=>Bd,Paste:()=>Vd,Tabindex:()=>Hd,TextDirection:()=>Ud,focusEventsPluginKey:()=>Rd});var W=class e extends Cd{constructor(){super(...arguments),this.type=`extension`}static create(t={}){return new e(typeof t==`function`?t():t)}configure(e){return super.configure(e)}extend(e){let t=typeof e==`function`?e():e;return super.extend(t)}},Nd=W.create({name:`clipboardTextSerializer`,addOptions(){return{blockSeparator:void 0}},addProseMirrorPlugins(){return[new N({key:new P(`clipboardTextSerializer`),props:{clipboardTextSerializer:()=>{let{editor:e}=this,{state:t,schema:n}=e,{doc:r,selection:i}=t,{ranges:a}=i,o=Math.min(...a.map(e=>e.$from.pos)),s=Math.max(...a.map(e=>e.$to.pos)),c=Su(n);return bu(r,{from:o,to:s},{...this.options.blockSeparator===void 0?{}:{blockSeparator:this.options.blockSeparator},textSerializers:c})}}})]}}),Pd=W.create({name:`commands`,addCommands(){return{...Vc}}}),Fd=W.create({name:`delete`,onUpdate({transaction:e,appendedTransactions:t}){let n=()=>{var n;if(((n=this.editor.options.coreExtensionOptions?.delete)?.filterTransaction)?.call(n,e)??e.getMeta(`y-sync$`))return;let r=Ql(e.before,[e,...t]);Du(r).forEach(t=>{r.mapping.mapResult(t.oldRange.from).deletedAfter&&r.mapping.mapResult(t.oldRange.to).deletedBefore&&r.before.nodesBetween(t.oldRange.from,t.oldRange.to,(n,i)=>{let a=i+n.nodeSize-2,o=t.oldRange.from<=i&&a<=t.oldRange.to;this.editor.emit(`delete`,{type:`node`,node:n,from:i,to:a,newFrom:r.mapping.map(i),newTo:r.mapping.map(a),deletedRange:t.oldRange,newRange:t.newRange,partial:!o,editor:this.editor,transaction:e,combinedTransform:r})})});let i=r.mapping;r.steps.forEach((t,n)=>{if(t instanceof Jt){let a=i.slice(n).map(t.from,-1),o=i.slice(n).map(t.to),s=i.invert().map(a,-1),c=i.invert().map(o),l=a>0?r.doc.nodeAt(a-1)?.marks.some(e=>e.eq(t.mark)):!1,u=r.doc.nodeAt(o)?.marks.some(e=>e.eq(t.mark));this.editor.emit(`delete`,{type:`mark`,mark:t.mark,from:t.from,to:t.to,deletedRange:{from:s,to:c},newRange:{from:a,to:o},partial:!!(u||l),editor:this.editor,transaction:e,combinedTransform:r})}})};this.editor.options.coreExtensionOptions?.delete?.async??!0?setTimeout(n,0):n()}}),Id=W.create({name:`drop`,addProseMirrorPlugins(){return[new N({key:new P(`tiptapDrop`),props:{handleDrop:(e,t,n,r)=>{this.editor.emit(`drop`,{editor:this.editor,event:t,slice:n,moved:r})}}})]}}),Ld=W.create({name:`editable`,addProseMirrorPlugins(){return[new N({key:new P(`editable`),props:{editable:()=>this.editor.options.editable}})]}}),Rd=new P(`focusEvents`),zd=W.create({name:`focusEvents`,addProseMirrorPlugins(){let{editor:e}=this;return[new N({key:Rd,props:{handleDOMEvents:{focus:(t,n)=>{e.isFocused=!0;let r=e.state.tr.setMeta(`focus`,{event:n}).setMeta(`addToHistory`,!1);return t.dispatch(r),!1},blur:(t,n)=>{e.isFocused=!1;let r=e.state.tr.setMeta(`blur`,{event:n}).setMeta(`addToHistory`,!1);return t.dispatch(r),!1}}}})]}}),Bd=W.create({name:`keymap`,addKeyboardShortcuts(){let e=()=>this.editor.commands.first(({commands:e})=>[()=>e.undoInputRule(),()=>e.command(({tr:t})=>{let{selection:n,doc:r}=t,{empty:i,$anchor:a}=n,{pos:o,parent:s}=a,c=a.parent.isTextblock&&o>0?t.doc.resolve(o-1):a,l=c.parent.type.spec.isolating,u=a.pos-a.parentOffset,d=l&&c.parent.childCount===1?u===a.pos:A.atStart(r).from===o;return!i||!s.type.isTextblock||s.textContent.length||!d||d&&a.parent.type.name===`paragraph`?!1:e.clearNodes()}),()=>e.deleteSelection(),()=>e.joinBackward(),()=>e.selectNodeBackward()]),t=()=>this.editor.commands.first(({commands:e})=>[()=>e.deleteSelection(),()=>e.deleteCurrentNode(),()=>e.joinForward(),()=>e.selectNodeForward()]),n={Enter:()=>this.editor.commands.first(({commands:e})=>[()=>e.newlineInCode(),()=>e.createParagraphNear(),()=>e.liftEmptyBlock(),()=>e.splitBlock()]),"Mod-Enter":()=>this.editor.commands.exitCode(),Backspace:e,"Mod-Backspace":e,"Shift-Backspace":e,Delete:t,"Mod-Delete":t,"Mod-a":()=>this.editor.commands.selectAll()},r={...n},i={...n,"Ctrl-h":e,"Alt-Backspace":e,"Ctrl-d":t,"Ctrl-Alt-Backspace":t,"Alt-Delete":t,"Alt-d":t,"Ctrl-a":()=>this.editor.commands.selectTextblockStart(),"Ctrl-e":()=>this.editor.commands.selectTextblockEnd()};return fl()||jl()?i:r},addProseMirrorPlugins(){return[new N({key:new P(`clearDocument`),appendTransaction:(e,t,n)=>{if(e.some(e=>e.getMeta(`composition`)))return;let r=e.some(e=>e.docChanged)&&!t.doc.eq(n.doc),i=e.some(e=>e.getMeta(`preventClearDocument`));if(!r||i)return;let{empty:a,from:o,to:s}=t.selection,c=A.atStart(t.doc).from,l=A.atEnd(t.doc).to;if(a||!(o===c&&s===l)||!zu(n.doc))return;let u=n.tr,d=zc({state:n,transaction:u}),{commands:f}=new Bc({editor:this.editor,state:d});if(f.clearNodes(),u.steps.length)return u}})]}}),Vd=W.create({name:`paste`,addProseMirrorPlugins(){return[new N({key:new P(`tiptapPaste`),props:{handlePaste:(e,t,n)=>{this.editor.emit(`paste`,{editor:this.editor,event:t,slice:n})}}})]}}),Hd=W.create({name:`tabindex`,addProseMirrorPlugins(){return[new N({key:new P(`tabindex`),props:{attributes:()=>this.editor.isEditable?{tabindex:`0`}:{}}})]}}),Ud=W.create({name:`textDirection`,addOptions(){return{direction:void 0}},addGlobalAttributes(){if(!this.options.direction)return[];let{nodeExtensions:e}=su(this.extensions);return[{types:e.filter(e=>e.name!==`text`).map(e=>e.name),attributes:{dir:{default:this.options.direction,parseHTML:e=>{let t=e.getAttribute(`dir`);return t&&(t===`ltr`||t===`rtl`||t===`auto`)?t:this.options.direction},renderHTML:e=>e.dir?{dir:e.dir}:{}}}}]},addProseMirrorPlugins(){return[new N({key:new P(`textDirection`),props:{attributes:()=>{let e=this.options.direction;return e?{dir:e}:{}}}})]}}),Wd=class e{constructor(e,t,n=!1,r=null){this.currentNode=null,this.actualDepth=null,this.isBlock=n,this.resolvedPos=e,this.editor=t,this.currentNode=r}get name(){return this.node.type.name}get node(){return this.currentNode||this.resolvedPos.node()}get element(){return this.editor.view.domAtPos(this.pos).node}get depth(){return this.actualDepth??this.resolvedPos.depth}get pos(){return this.resolvedPos.pos}get content(){return this.node.content}set content(e){let t=this.from,n=this.to;if(this.isBlock){if(this.content.size===0){console.error(`You can\u2019t set content on a block node. Tried to set content on ${this.name} at ${this.pos}`);return}t=this.from+1,n=this.to-1}this.editor.commands.insertContentAt({from:t,to:n},e)}get attributes(){return this.node.attrs}get textContent(){return this.node.textContent}get size(){return this.node.nodeSize}get from(){return this.isBlock?this.pos:this.resolvedPos.start(this.resolvedPos.depth)}get range(){return{from:this.from,to:this.to}}get to(){return this.isBlock?this.pos+this.size:this.resolvedPos.end(this.resolvedPos.depth)+ +!this.node.isText}get parent(){if(this.depth===0)return null;let t=this.resolvedPos.start(this.resolvedPos.depth-1);return new e(this.resolvedPos.doc.resolve(t),this.editor)}get before(){let t=this.resolvedPos.doc.resolve(this.from-(this.isBlock?1:2));return t.depth!==this.depth&&(t=this.resolvedPos.doc.resolve(this.from-3)),new e(t,this.editor)}get after(){let t=this.resolvedPos.doc.resolve(this.to+(this.isBlock?2:1));return t.depth!==this.depth&&(t=this.resolvedPos.doc.resolve(this.to+3)),new e(t,this.editor)}get children(){let t=[];return this.node.content.forEach((n,r)=>{let i=n.isBlock&&!n.isTextblock,a=n.isAtom&&!n.isText,o=n.isInline,s=this.pos+r+ +!a;if(s<0||s>this.resolvedPos.doc.nodeSize-2)return;let c=this.resolvedPos.doc.resolve(s);if(!i&&!o&&c.depth<=this.depth)return;let l=new e(c,this.editor,i,i||o?n:null);i&&(l.actualDepth=this.depth+1),t.push(l)}),t}get firstChild(){return this.children[0]||null}get lastChild(){let e=this.children;return e[e.length-1]||null}closest(e,t={}){let n=null,r=this.parent;for(;r&&!n;){if(r.node.type.name===e)if(Object.keys(t).length>0){let e=r.node.attrs,n=Object.keys(t);for(let r=0;r{n&&r.length>0||(a.node.type.name===e&&i.every(e=>t[e]===a.node.attrs[e])&&r.push(a),!(n&&r.length>0)&&(r=r.concat(a.querySelectorAll(e,t,n))))}),r}setAttribute(e){let{tr:t}=this.editor.state;t.setNodeMarkup(this.from,void 0,{...this.node.attrs,...e}),this.editor.view.dispatch(t)}},Gd=`.ProseMirror { + position: relative; +} + +.ProseMirror { + word-wrap: break-word; + white-space: pre-wrap; + white-space: break-spaces; + -webkit-font-variant-ligatures: none; + font-variant-ligatures: none; + font-feature-settings: "liga" 0; /* the above doesn't seem to work in Edge */ +} + +.ProseMirror [contenteditable="false"] { + white-space: normal; +} + +.ProseMirror [contenteditable="false"] [contenteditable="true"] { + white-space: pre-wrap; +} + +.ProseMirror pre { + white-space: pre-wrap; +} + +img.ProseMirror-separator { + display: inline !important; + border: none !important; + margin: 0 !important; + width: 0 !important; + height: 0 !important; +} + +.ProseMirror-gapcursor { + display: none; + pointer-events: none; + position: absolute; + margin: 0; +} + +.ProseMirror-gapcursor:after { + content: ""; + display: block; + position: absolute; + top: -2px; + width: 20px; + border-top: 1px solid black; + animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite; +} + +@keyframes ProseMirror-cursor-blink { + to { + visibility: hidden; + } +} + +.ProseMirror-hideselection *::selection { + background: transparent; +} + +.ProseMirror-hideselection *::-moz-selection { + background: transparent; +} + +.ProseMirror-hideselection * { + caret-color: transparent; +} + +.ProseMirror-focused .ProseMirror-gapcursor { + display: block; +}`;function Kd(e,t,n){let r=document.querySelector(`style[data-tiptap-style${n?`-${n}`:``}]`);if(r!==null)return r;let i=document.createElement(`style`);return t&&i.setAttribute(`nonce`,t),i.setAttribute(`data-tiptap-style${n?`-${n}`:``}`,``),i.innerHTML=e,document.getElementsByTagName(`head`)[0].appendChild(i),i}var qd=class extends hd{constructor(e={}){super(),this.css=null,this.className=`tiptap`,this.editorView=null,this.isFocused=!1,this.isInitialized=!1,this.extensionStorage={},this.instanceId=Math.random().toString(36).slice(2,9),this.options={element:typeof document<`u`?document.createElement(`div`):null,content:``,injectCSS:!0,injectNonce:void 0,extensions:[],autofocus:!1,editable:!0,textDirection:void 0,editorProps:{},parseOptions:{},coreExtensionOptions:{},enableInputRules:!0,enablePasteRules:!0,enableCoreExtensions:!0,enableContentCheck:!1,emitContentError:!1,onBeforeCreate:()=>null,onCreate:()=>null,onMount:()=>null,onUnmount:()=>null,onUpdate:()=>null,onSelectionUpdate:()=>null,onTransaction:()=>null,onFocus:()=>null,onBlur:()=>null,onDestroy:()=>null,onContentError:({error:e})=>{throw e},onPaste:()=>null,onDrop:()=>null,onDelete:()=>null,enableExtensionDispatchTransaction:!0},this.isCapturingTransaction=!1,this.capturedTransaction=null,this.utils={getUpdatedPosition:Hu,createMappablePosition:Uu},this.setOptions(e),this.createExtensionManager(),this.createCommandManager(),this.createSchema(),this.on(`beforeCreate`,this.options.onBeforeCreate),this.emit(`beforeCreate`,{editor:this}),this.on(`mount`,this.options.onMount),this.on(`unmount`,this.options.onUnmount),this.on(`contentError`,this.options.onContentError),this.on(`create`,this.options.onCreate),this.on(`update`,this.options.onUpdate),this.on(`selectionUpdate`,this.options.onSelectionUpdate),this.on(`transaction`,this.options.onTransaction),this.on(`focus`,this.options.onFocus),this.on(`blur`,this.options.onBlur),this.on(`destroy`,this.options.onDestroy),this.on(`drop`,({event:e,slice:t,moved:n})=>this.options.onDrop(e,t,n)),this.on(`paste`,({event:e,slice:t})=>this.options.onPaste(e,t)),this.on(`delete`,this.options.onDelete);let t=this.createDoc(),n=ul(t,this.options.autofocus);this.editorState=lr.create({doc:t,schema:this.schema,selection:n||void 0}),this.options.element&&this.mount(this.options.element)}mount(e){if(typeof document>`u`)throw Error(`[tiptap error]: The editor cannot be mounted because there is no 'document' defined in this environment.`);this.createView(e),this.emit(`mount`,{editor:this}),this.css&&!document.head.contains(this.css)&&document.head.appendChild(this.css),window.setTimeout(()=>{this.isDestroyed||(this.options.autofocus!==!1&&this.options.autofocus!==null&&this.commands.focus(this.options.autofocus),this.emit(`create`,{editor:this}),this.isInitialized=!0)},0)}unmount(){if(this.editorView){let e=this.editorView.dom;e?.editor&&delete e.editor,this.editorView.destroy()}if(this.editorView=null,this.isInitialized=!1,this.css&&!document.querySelectorAll(`.${this.className}`).length)try{typeof this.css.remove==`function`?this.css.remove():this.css.parentNode&&this.css.parentNode.removeChild(this.css)}catch(e){console.warn(`Failed to remove CSS element:`,e)}this.css=null,this.emit(`unmount`,{editor:this})}get storage(){return this.extensionStorage}get commands(){return this.commandManager.commands}chain(){return this.commandManager.chain()}can(){return this.commandManager.can()}injectCSS(){this.options.injectCSS&&typeof document<`u`&&(this.css=Kd(Gd,this.options.injectNonce))}setOptions(e={}){this.options={...this.options,...e},!(!this.editorView||!this.state||this.isDestroyed)&&(this.options.editorProps&&this.view.setProps(this.options.editorProps),this.view.updateState(this.state))}setEditable(e,t=!0){this.setOptions({editable:e}),t&&this.emit(`update`,{editor:this,transaction:this.state.tr,appendedTransactions:[]})}get isEditable(){return this.options.editable&&this.view&&this.view.editable}get view(){return this.editorView?this.editorView:new Proxy({state:this.editorState,updateState:e=>{this.editorState=e},dispatch:e=>{this.dispatchTransaction(e)},composing:!1,dragging:null,editable:!0,isDestroyed:!1},{get:(e,t)=>{if(this.editorView)return this.editorView[t];if(t===`state`)return this.editorState;if(t in e)return Reflect.get(e,t);throw Error(`[tiptap error]: The editor view is not available. Cannot access view['${t}']. The editor may not be mounted yet.`)}})}get state(){return this.editorView&&(this.editorState=this.view.state),this.editorState}registerPlugin(e,t){let n=au(t)?t(e,[...this.state.plugins]):[...this.state.plugins,e],r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}unregisterPlugin(e){if(this.isDestroyed)return;let t=this.state.plugins,n=t;if([].concat(e).forEach(e=>{let t=typeof e==`string`?`${e}$`:e.key;n=n.filter(e=>!e.key.startsWith(t))}),t.length===n.length)return;let r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}createExtensionManager(){this.extensionManager=new Md([...this.options.enableCoreExtensions?[Ld,Nd.configure({blockSeparator:this.options.coreExtensionOptions?.clipboardTextSerializer?.blockSeparator}),Pd,zd,Bd,Hd,Id,Vd,Fd,Ud.configure({direction:this.options.textDirection})].filter(e=>typeof this.options.enableCoreExtensions==`object`?this.options.enableCoreExtensions[e.name]!==!1:!0):[],...this.options.extensions].filter(e=>[`extension`,`node`,`mark`].includes(e?.type)),this)}createCommandManager(){this.commandManager=new Bc({editor:this})}createSchema(){this.schema=this.extensionManager.schema}createDoc(){let e;try{e=Yl(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:this.options.enableContentCheck})}catch(t){if(!(t instanceof Error)||![`[tiptap error]: Invalid JSON content`,`[tiptap error]: Invalid HTML content`].includes(t.message))throw t;this.emit(`contentError`,{editor:this,error:t,disableCollaboration:()=>{`collaboration`in this.storage&&typeof this.storage.collaboration==`object`&&this.storage.collaboration&&(this.storage.collaboration.isDisabled=!0),this.options.extensions=this.options.extensions.filter(e=>e.name!==`collaboration`),this.createExtensionManager()}}),e=Yl(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:!1})}return e}createView(e){let{editorProps:t,enableExtensionDispatchTransaction:n}=this.options,r=t.dispatchTransaction||this.dispatchTransaction.bind(this),i=n?this.extensionManager.dispatchTransaction(r):r,a=t.transformPastedHTML,o=this.extensionManager.transformPastedHTML(a);this.editorView=new hc(e,{...t,attributes:{role:`textbox`,...t?.attributes},dispatchTransaction:i,transformPastedHTML:o,state:this.editorState,markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews});let s=this.state.reconfigure({plugins:this.extensionManager.plugins});this.view.updateState(s),this.prependClass(),this.injectCSS();let c=this.view.dom;c.editor=this}createNodeViews(){this.view.isDestroyed||this.view.setProps({markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews})}prependClass(){this.view.dom.className=`${this.className} ${this.view.dom.className}`}captureTransaction(e){this.isCapturingTransaction=!0,e(),this.isCapturingTransaction=!1;let t=this.capturedTransaction;return this.capturedTransaction=null,t}dispatchTransaction(e){if(this.view.isDestroyed)return;if(this.isCapturingTransaction){if(!this.capturedTransaction){this.capturedTransaction=e;return}e.steps.forEach(e=>this.capturedTransaction?.step(e));return}let{state:t,transactions:n}=this.state.applyTransaction(e),r=!this.state.selection.eq(t.selection),i=n.includes(e),a=this.state;if(this.emit(`beforeTransaction`,{editor:this,transaction:e,nextState:t}),!i)return;this.view.updateState(t),this.emit(`transaction`,{editor:this,transaction:e,appendedTransactions:n.slice(1)}),r&&this.emit(`selectionUpdate`,{editor:this,transaction:e});let o=n.findLast(e=>e.getMeta(`focus`)||e.getMeta(`blur`)),s=o?.getMeta(`focus`),c=o?.getMeta(`blur`);s&&this.emit(`focus`,{editor:this,event:s.event,transaction:o}),c&&this.emit(`blur`,{editor:this,event:c.event,transaction:o}),!(e.getMeta(`preventUpdate`)||!n.some(e=>e.docChanged)||a.doc.eq(t.doc))&&this.emit(`update`,{editor:this,transaction:e,appendedTransactions:n.slice(1)})}getAttributes(e){return wu(this.state,e)}isActive(e,t){let n=typeof e==`string`?e:null,r=typeof e==`string`?t:e;return Pu(this.state,n,r)}getJSON(){return this.state.doc.toJSON()}getHTML(){return iu(this.state.doc.content,this.schema)}getText(e){let{blockSeparator:t=` + +`,textSerializers:n={}}=e||{};return xu(this.state.doc,{blockSeparator:t,textSerializers:{...Su(this.schema),...n}})}get isEmpty(){return zu(this.state.doc)}destroy(){this.emit(`destroy`),this.unmount(),this.removeAllListeners()}get isDestroyed(){return this.editorView?.isDestroyed??!0}$node(e,t){return this.$doc?.querySelector(e,t)||null}$nodes(e,t){return this.$doc?.querySelectorAll(e,t)||null}$pos(e){return new Wd(this.state.doc.resolve(e),this)}get $doc(){return this.$pos(0)}};function Jd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r})=>{let i=H(e.getAttributes,void 0,r);if(i===!1||i===null)return null;let{tr:a}=t,o=r[r.length-1],s=r[0];if(o){let r=s.search(/\S/),c=n.from+s.indexOf(o),l=c+o.length;if(Ou(n.from,n.to,t.doc).filter(t=>t.mark.type.excluded.find(n=>n===e.type&&n!==t.mark.type)).filter(e=>e.to>c).length)return null;ln.from&&a.delete(n.from+r,c);let u=n.from+r+o.length;a.addMark(n.from+r,u,e.type.create(i||{})),a.removeStoredMark(e.type)}},undoable:e.undoable})}function Yd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r})=>{let i=H(e.getAttributes,void 0,r)||{},{tr:a}=t,o=n.from,s=n.to,c=e.type.create(i);if(r[1]){let e=o+r[0].lastIndexOf(r[1]);e>s?e=s:s=e+r[1].length;let t=r[0][r[0].length-1];a.insertText(t,o+r[0].length-1),a.replaceWith(e,s,c)}else if(r[0]){let t=e.type.isInline?o:o-1;a.insert(t,e.type.create(i)).delete(a.mapping.map(o),a.mapping.map(s))}a.scrollIntoView()},undoable:e.undoable})}function Xd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r})=>{let i=t.doc.resolve(n.from),a=H(e.getAttributes,void 0,r)||{};if(!i.node(-1).canReplaceWith(i.index(-1),i.indexAfter(-1),e.type))return null;t.tr.delete(n.from,n.to).setBlockType(n.from,n.from,e.type,a)},undoable:e.undoable})}function Zd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r,chain:i})=>{let a=H(e.getAttributes,void 0,r)||{},o=t.tr.delete(n.from,n.to),s=o.doc.resolve(n.from).blockRange(),c=s&&sn(s,e.type,a);if(!c)return null;if(o.wrap(s,c),e.keepMarks&&e.editor){let{selection:n,storedMarks:r}=t,{splittableMarks:i}=e.editor.extensionManager,a=r||n.$to.parentOffset&&n.$from.marks();if(a){let e=a.filter(e=>i.includes(e.type.name));o.ensureMarks(e)}}if(e.keepAttributes){let t=e.type.name===`bulletList`||e.type.name===`orderedList`?`listItem`:`taskList`;i().updateAttributes(t,a).run()}let l=o.doc.resolve(n.from-1).nodeBefore;l&&l.type===e.type&&yn(o.doc,n.from-1)&&(!e.joinPredicate||e.joinPredicate(r,l))&&o.join(n.from-1)},undoable:e.undoable})}function Qd(e,t){let{selection:n}=e,{$from:r}=n;if(n instanceof M){let e=r.index();return r.parent.canReplaceWith(e,e+1,t)}let i=r.depth;for(;i>=0;){let e=r.index(i);if(r.node(i).contentMatchAt(e).matchType(t))return!0;--i}return!1}Rc({},{createAtomBlockMarkdownSpec:()=>tf,createBlockMarkdownSpec:()=>nf,createInlineMarkdownSpec:()=>of,parseAttributes:()=>$d,parseIndentedBlocks:()=>sf,renderNestedMarkdownContent:()=>cf,serializeAttributes:()=>ef});function $d(e){if(!e?.trim())return{};let t={},n=[],r=e.replace(/["']([^"']*)["']/g,e=>(n.push(e),`__QUOTED_${n.length-1}__`)),i=r.match(/(?:^|\s)\.([a-zA-Z][\w-]*)/g);i&&(t.class=i.map(e=>e.trim().slice(1)).join(` `));let a=r.match(/(?:^|\s)#([a-zA-Z][\w-]*)/);a&&(t.id=a[1]),Array.from(r.matchAll(/([a-zA-Z][\w-]*)\s*=\s*(__QUOTED_\d+__)/g)).forEach(([,e,r])=>{let i=n[parseInt(r.match(/__QUOTED_(\d+)__/)?.[1]||`0`,10)];i&&(t[e]=i.slice(1,-1))});let o=r.replace(/(?:^|\s)\.([a-zA-Z][\w-]*)/g,``).replace(/(?:^|\s)#([a-zA-Z][\w-]*)/g,``).replace(/([a-zA-Z][\w-]*)\s*=\s*__QUOTED_\d+__/g,``).trim();return o&&o.split(/\s+/).filter(Boolean).forEach(e=>{e.match(/^[a-zA-Z][\w-]*$/)&&(t[e]=!0)}),t}function ef(e){if(!e||Object.keys(e).length===0)return``;let t=[];return e.class&&String(e.class).split(/\s+/).filter(Boolean).forEach(e=>t.push(`.${e}`)),e.id&&t.push(`#${e.id}`),Object.entries(e).forEach(([e,n])=>{e===`class`||e===`id`||(n===!0?t.push(e):n!==!1&&n!=null&&t.push(`${e}="${String(n)}"`))}),t.join(` `)}function tf(e){let{nodeName:t,name:n,parseAttributes:r=$d,serializeAttributes:i=ef,defaultAttributes:a={},requiredAttributes:o=[],allowedAttributes:s}=e,c=n||t,l=e=>{if(!s)return e;let t={};return s.forEach(n=>{n in e&&(t[n]=e[n])}),t};return{parseMarkdown:(e,n)=>{let r={...a,...e.attributes};return n.createNode(t,r,[])},markdownTokenizer:{name:t,level:`block`,start(e){let t=RegExp(`^:::${c}(?:\\s|$)`,`m`),n=e.match(t)?.index;return n===void 0?-1:n},tokenize(e,n,i){let a=RegExp(`^:::${c}(?:\\s+\\{([^}]*)\\})?\\s*:::(?:\\n|$)`),s=e.match(a);if(!s)return;let l=r(s[1]||``);if(!o.find(e=>!(e in l)))return{type:t,raw:s[0],attributes:l}}},renderMarkdown:e=>{let t=i(l(e.attrs||{}));return`:::${c}${t?` {${t}}`:``} :::`}}}function nf(e){let{nodeName:t,name:n,getContent:r,parseAttributes:i=$d,serializeAttributes:a=ef,defaultAttributes:o={},content:s=`block`,allowedAttributes:c}=e,l=n||t,u=e=>{if(!c)return e;let t={};return c.forEach(n=>{n in e&&(t[n]=e[n])}),t};return{parseMarkdown:(e,n)=>{let i;if(r){let t=r(e);i=typeof t==`string`?[{type:`text`,text:t}]:t}else i=s===`block`?n.parseChildren(e.tokens||[]):n.parseInline(e.tokens||[]);let a={...o,...e.attributes};return n.createNode(t,a,i)},markdownTokenizer:{name:t,level:`block`,start(e){let t=RegExp(`^:::${l}`,`m`),n=e.match(t)?.index;return n===void 0?-1:n},tokenize(e,n,r){let a=RegExp(`^:::${l}(?:\\s+\\{([^}]*)\\})?\\s*\\n`),o=e.match(a);if(!o)return;let[c,u=``]=o,d=i(u),f=1,p=c.length,m=``,h=/^:::([\w-]*)(\s.*)?/gm,g=e.slice(p);for(h.lastIndex=0;;){let n=h.exec(g);if(n===null)break;let i=n.index,a=n[1];if(!n[2]?.endsWith(`:::`)){if(a)f+=1;else if(--f,f===0){let a=g.slice(0,i);m=a.trim();let o=e.slice(0,p+i+n[0].length),c=[];if(m)if(s===`block`)for(c=r.blockTokens(a),c.forEach(e=>{e.text&&(!e.tokens||e.tokens.length===0)&&(e.tokens=r.inlineTokens(e.text))});c.length>0;){let e=c[c.length-1];if(e.type===`paragraph`&&(!e.text||e.text.trim()===``))c.pop();else break}else c=r.inlineTokens(m);return{type:t,raw:o,attributes:d,content:m,tokens:c}}}}}},renderMarkdown:(e,t)=>{let n=a(u(e.attrs||{}));return`:::${l}${n?` {${n}}`:``} + +${t.renderChildren(e.content||[],` + +`)} + +:::`}}}function rf(e){if(!e.trim())return{};let t={},n=/(\w+)=(?:"([^"]*)"|'([^']*)')/g,r=n.exec(e);for(;r!==null;){let[,i,a,o]=r;t[i]=a||o,r=n.exec(e)}return t}function af(e){return Object.entries(e).filter(([,e])=>e!=null).map(([e,t])=>`${e}="${t}"`).join(` `)}function of(e){let{nodeName:t,name:n,getContent:r,parseAttributes:i=rf,serializeAttributes:a=af,defaultAttributes:o={},selfClosing:s=!1,allowedAttributes:c}=e,l=n||t,u=e=>{if(!c)return e;let t={};return c.forEach(n=>{let r=typeof n==`string`?n:n.name,i=typeof n==`string`?void 0:n.skipIfDefault;if(r in e){let n=e[r];if(i!==void 0&&n===i)return;t[r]=n}}),t},d=l.replace(/[.*+?^${}()|[\]\\]/g,`\\$&`);return{parseMarkdown:(e,n)=>{let i={...o,...e.attributes};if(s)return n.createNode(t,i);let a=r?r(e):e.content||``;return a?n.createNode(t,i,[n.createTextNode(a)]):n.createNode(t,i,[])},markdownTokenizer:{name:t,level:`inline`,start(e){let t=RegExp(s?`\\[${d}\\s*[^\\]]*\\]`:`\\[${d}\\s*[^\\]]*\\][\\s\\S]*?\\[\\/${d}\\]`),n=e.match(t)?.index;return n===void 0?-1:n},tokenize(e,n,r){let a=RegExp(s?`^\\[${d}\\s*([^\\]]*)\\]`:`^\\[${d}\\s*([^\\]]*)\\]([\\s\\S]*?)\\[\\/${d}\\]`),o=e.match(a);if(!o)return;let c=``,l=``;if(s){let[,e]=o;l=e}else{let[,e,t]=o;l=e,c=t||``}let u=i(l.trim());return{type:t,raw:o[0],content:c.trim(),attributes:u}}},renderMarkdown:e=>{let t=``;r?t=r(e):e.content&&e.content.length>0&&(t=e.content.filter(e=>e.type===`text`).map(e=>e.text).join(``));let n=a(u(e.attrs||{})),i=n?` ${n}`:``;return s?`[${l}${i}]`:`[${l}${i}]${t}[/${l}]`}}}function sf(e,t,n){let r=e.split(` +`),i=[],a=``,o=0,s=t.baseIndentSize||2;for(;o0)break;if(e.trim()===``){o+=1,a=`${a}${e} +`;continue}else return}let l=t.extractItemData(c),{indentLevel:u,mainContent:d}=l;a=`${a}${e} +`;let f=[d];for(o+=1;oe.trim()!==``);if(t===-1)break;if((r[o+1+t].match(/^(\s*)/)?.[1]?.length||0)>u){f.push(e),a=`${a}${e} +`,o+=1;continue}else break}if((e.match(/^(\s*)/)?.[1]?.length||0)>u)f.push(e),a=`${a}${e} +`,o+=1;else break}let p,m=f.slice(1);if(m.length>0){let e=m.map(e=>e.slice(u+s)).join(` +`);e.trim()&&(p=t.customNestedParser?t.customNestedParser(e):n.blockTokens(e))}let h=t.createToken(l,p);i.push(h)}if(i.length!==0)return{items:i,raw:a}}function cf(e,t,n,r){if(!e||!Array.isArray(e.content))return``;let i=typeof n==`function`?n(r):n,[a,...o]=e.content,s=`${i}${t.renderChildren([a])}`;return o&&o.length>0&&o.forEach((e,n)=>{let r=t.renderChild?.call(t,e,n+1)??t.renderChildren([e]);if(r!=null){let n=r.split(` +`).map(e=>e?t.indent(e):t.indent(``)).join(` +`);s+=e.type===`paragraph`?` + +${n}`:` +${n}`}}),s}function lf(e,t,n={}){let{state:r}=t,{doc:i,tr:a}=r,o=e;i.descendants((t,r)=>{let i=a.mapping.map(r),s=a.mapping.map(r)+t.nodeSize,c=null;if(t.marks.forEach(e=>{if(e!==o)return!1;c=e}),!c)return;let l=!1;if(Object.keys(n).forEach(e=>{n[e]!==c.attrs[e]&&(l=!0)}),l){let t=e.type.create({...e.attrs,...n});a.removeMark(i,s,e.type),a.addMark(i,s,t)}}),a.docChanged&&t.view.dispatch(a)}var G=class e extends Cd{constructor(){super(...arguments),this.type=`node`}static create(t={}){return new e(typeof t==`function`?t():t)}configure(e){return super.configure(e)}extend(e){let t=typeof e==`function`?e():e;return super.extend(t)}};function uf(e){return new Ed({find:e.find,handler:({state:t,range:n,match:r,pasteEvent:i})=>{let a=H(e.getAttributes,void 0,r,i);if(a===!1||a===null)return null;let{tr:o}=t,s=r[r.length-1],c=r[0],l=n.to;if(s){let i=c.search(/\S/),u=n.from+c.indexOf(s),d=u+s.length;if(Ou(n.from,n.to,t.doc).filter(t=>t.mark.type.excluded.find(n=>n===e.type&&n!==t.mark.type)).filter(e=>e.to>u).length)return null;dn.from&&o.delete(n.from+i,u),l=n.from+i+s.length,o.addMark(n.from+i,l,e.type.create(a||{})),r.index!==void 0&&r.input!==void 0&&r.index+r[0].length>=r.input.length||o.removeStoredMark(e.type)}}})}function df(e){return o((t,n)=>({get(){return t(),e},set(t){e=t,requestAnimationFrame(()=>{requestAnimationFrame(()=>{n()})})}}))}var ff=class extends qd{constructor(e={}){return super(e),this.contentComponent=null,this.appContext=null,this.reactiveState=df(this.view.state),this.reactiveExtensionStorage=df(this.extensionStorage),this.on(`beforeTransaction`,({nextState:e})=>{this.reactiveState.value=e,this.reactiveExtensionStorage.value=this.extensionStorage}),r(this)}get state(){return this.reactiveState?this.reactiveState.value:this.view.state}get storage(){return this.reactiveExtensionStorage?this.reactiveExtensionStorage.value:super.storage}registerPlugin(e,t){let n=super.registerPlugin(e,t);return this.reactiveState&&(this.reactiveState.value=n),n}unregisterPlugin(e){let t=super.unregisterPlugin(e);return this.reactiveState&&t&&(this.reactiveState.value=t),t}},pf=h({name:`EditorContent`,props:{editor:{default:null,type:Object}},setup(t){let n=i(),r=u();return e(()=>{let e=t.editor;e&&e.options.element&&n.value&&ie(()=>{if(!n.value||!e.view.dom?.parentNode)return;let t=l(n.value);n.value.append(...e.view.dom.parentNode.childNodes),e.contentComponent=r.ctx._,r&&(e.appContext={...r.appContext,provides:r.provides}),e.setOptions({element:t}),e.createNodeViews()})}),c(()=>{let e=t.editor;e&&(e.contentComponent=null,e.appContext=null)}),{rootEl:n}},render(){return re(`div`,{ref:e=>{this.rootEl=e}})}});h({name:`NodeViewContent`,props:{as:{type:String,default:`div`}},render(){return re(this.as,{style:{whiteSpace:`pre-wrap`},"data-node-view-content":``})}}),h({name:`NodeViewWrapper`,props:{as:{type:String,default:`div`}},inject:[`onDragStart`,`decorationClasses`],render(){var e;return re(this.as,{class:this.decorationClasses,style:{whiteSpace:`normal`},"data-node-view-wrapper":``,onDragstart:this.onDragStart},(e=this.$slots).default?.call(e))}});var mf=(e={})=>{let n=ae();return t(()=>{n.value=new ff(e)}),c(()=>{var e,t;let r=n.value?.view.dom?.parentNode,i=r?.cloneNode(!0);(e=r?.parentNode)==null||e.replaceChild(i,r),(t=n.value)==null||t.destroy()}),n};h({name:`MarkViewContent`,props:{as:{type:String,default:`span`}},render(){return re(this.as,{style:{whiteSpace:`inherit`},"data-mark-view-content":``})}});var hf=(e,t)=>{if(e===`slot`)return 0;if(e instanceof Function)return e(t);let{children:n,...r}=t??{};if(e===`svg`)throw Error(`SVG elements are not supported in the JSX syntax, use the array syntax instead`);return[e,r,n]},gf=/^\s*>\s$/,_f=G.create({name:`blockquote`,addOptions(){return{HTMLAttributes:{}}},content:`block+`,group:`block`,defining:!0,parseHTML(){return[{tag:`blockquote`}]},renderHTML({HTMLAttributes:e}){return hf(`blockquote`,{...U(this.options.HTMLAttributes,e),children:hf(`slot`,{})})},parseMarkdown:(e,t)=>{let n=t.parseBlockChildren??t.parseChildren;return t.createNode(`blockquote`,void 0,n(e.tokens||[]))},renderMarkdown:(e,t)=>{if(!e.content)return``;let n=[];return e.content.forEach((e,r)=>{let i=(t.renderChild?.call(t,e,r)??t.renderChildren([e])).split(` +`).map(e=>e.trim()===``?`>`:`> ${e}`);n.push(i.join(` +`))}),n.join(` +> +`)},addCommands(){return{setBlockquote:()=>({commands:e})=>e.wrapIn(this.name),toggleBlockquote:()=>({commands:e})=>e.toggleWrap(this.name),unsetBlockquote:()=>({commands:e})=>e.lift(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-b":()=>this.editor.commands.toggleBlockquote()}},addInputRules(){return[Zd({find:gf,type:this.type})]}}),vf=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/,yf=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))/g,bf=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))$/,xf=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))/g,Sf=wd.create({name:`bold`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`strong`},{tag:`b`,getAttrs:e=>e.style.fontWeight!==`normal`&&null},{style:`font-weight=400`,clearMark:e=>e.type.name===this.name},{style:`font-weight`,getAttrs:e=>/^(bold(er)?|[5-9]\d{2,})$/.test(e)&&null}]},renderHTML({HTMLAttributes:e}){return hf(`strong`,{...U(this.options.HTMLAttributes,e),children:hf(`slot`,{})})},markdownTokenName:`strong`,parseMarkdown:(e,t)=>t.applyMark(`bold`,t.parseInline(e.tokens||[])),markdownOptions:{htmlReopen:{open:``,close:``}},renderMarkdown:(e,t)=>`**${t.renderChildren(e)}**`,addCommands(){return{setBold:()=>({commands:e})=>e.setMark(this.name),toggleBold:()=>({commands:e})=>e.toggleMark(this.name),unsetBold:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-b":()=>this.editor.commands.toggleBold(),"Mod-B":()=>this.editor.commands.toggleBold()}},addInputRules(){return[Jd({find:vf,type:this.type}),Jd({find:bf,type:this.type})]},addPasteRules(){return[uf({find:yf,type:this.type}),uf({find:xf,type:this.type})]}}),Cf=/(^|[^`])`([^`]+)`(?!`)$/,wf=/(^|[^`])`([^`]+)`(?!`)/g,Tf=wd.create({name:`code`,addOptions(){return{HTMLAttributes:{}}},excludes:`_`,code:!0,exitable:!0,parseHTML(){return[{tag:`code`}]},renderHTML({HTMLAttributes:e}){return[`code`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`codespan`,parseMarkdown:(e,t)=>t.applyMark(`code`,[{type:`text`,text:e.text||``}]),renderMarkdown:(e,t)=>e.content?`\`${t.renderChildren(e.content)}\``:``,addCommands(){return{setCode:()=>({commands:e})=>e.setMark(this.name),toggleCode:()=>({commands:e})=>e.toggleMark(this.name),unsetCode:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-e":()=>this.editor.commands.toggleCode()}},addInputRules(){return[Jd({find:Cf,type:this.type})]},addPasteRules(){return[uf({find:wf,type:this.type})]}}),Ef=4,Df=/^```([a-z]+)?[\s\n]$/,Of=/^~~~([a-z]+)?[\s\n]$/,kf=G.create({name:`codeBlock`,addOptions(){return{languageClassPrefix:`language-`,exitOnTripleEnter:!0,exitOnArrowDown:!0,defaultLanguage:null,enableTabIndentation:!1,tabSize:Ef,HTMLAttributes:{}}},content:`text*`,marks:``,group:`block`,code:!0,defining:!0,addAttributes(){return{language:{default:this.options.defaultLanguage,parseHTML:e=>{let{languageClassPrefix:t}=this.options;return t&&[...e.firstElementChild?.classList||[]].filter(e=>e.startsWith(t)).map(e=>e.replace(t,``))[0]||null},rendered:!1}}},parseHTML(){return[{tag:`pre`,preserveWhitespace:`full`}]},renderHTML({node:e,HTMLAttributes:t}){return[`pre`,U(this.options.HTMLAttributes,t),[`code`,{class:e.attrs.language?this.options.languageClassPrefix+e.attrs.language:null},0]]},markdownTokenName:`code`,parseMarkdown:(e,t)=>e.raw?.startsWith("```")===!1&&e.raw?.startsWith(`~~~`)===!1&&e.codeBlockStyle!==`indented`?[]:t.createNode(`codeBlock`,{language:e.lang||null},e.text?[t.createTextNode(e.text)]:[]),renderMarkdown:(e,t)=>{let n=``,r=e.attrs?.language||``;return n=e.content?[`\`\`\`${r}`,t.renderChildren(e.content),"```"].join(` +`):`\`\`\`${r} + +\`\`\``,n},addCommands(){return{setCodeBlock:e=>({commands:t})=>t.setNode(this.name,e),toggleCodeBlock:e=>({commands:t})=>t.toggleNode(this.name,`paragraph`,e)}},addKeyboardShortcuts(){return{"Mod-Alt-c":()=>this.editor.commands.toggleCodeBlock(),Backspace:()=>{let{empty:e,$anchor:t}=this.editor.state.selection,n=t.pos===1;return!e||t.parent.type.name!==this.name?!1:n||!t.parent.textContent.length?this.editor.commands.clearNodes():!1},Tab:({editor:e})=>{if(!this.options.enableTabIndentation)return!1;let t=this.options.tabSize??Ef,{state:n}=e,{selection:r}=n,{$from:i,empty:a}=r;if(i.parent.type!==this.type)return!1;let o=` `.repeat(t);return a?e.commands.insertContent(o):e.commands.command(({tr:e})=>{let{from:t,to:i}=r,a=n.doc.textBetween(t,i,` +`,` +`).split(` +`).map(e=>o+e).join(` +`);return e.replaceWith(t,i,n.schema.text(a)),!0})},"Shift-Tab":({editor:e})=>{if(!this.options.enableTabIndentation)return!1;let t=this.options.tabSize??Ef,{state:n}=e,{selection:r}=n,{$from:i,empty:a}=r;return i.parent.type===this.type?a?e.commands.command(({tr:e})=>{let{pos:r}=i,a=i.start(),o=i.end(),s=n.doc.textBetween(a,o,` +`,` +`).split(` +`),c=0,l=0,u=r-a;for(let e=0;e=u){c=e;break}l+=s[e].length+1}let d=s[c].match(/^ */)?.[0]||``,f=Math.min(d.length,t);if(f===0)return!0;let p=a;for(let e=0;e{let{from:i,to:a}=r,o=n.doc.textBetween(i,a,` +`,` +`).split(` +`).map(e=>{let n=e.match(/^ */)?.[0]||``,r=Math.min(n.length,t);return e.slice(r)}).join(` +`);return e.replaceWith(i,a,n.schema.text(o)),!0}):!1},Enter:({editor:e})=>{if(!this.options.exitOnTripleEnter)return!1;let{state:t}=e,{selection:n}=t,{$from:r,empty:i}=n;if(!i||r.parent.type!==this.type)return!1;let a=r.parentOffset===r.parent.nodeSize-2,o=r.parent.textContent.endsWith(` + +`);return!a||!o?!1:e.chain().command(({tr:e})=>(e.delete(r.pos-2,r.pos),!0)).exitCode().run()},ArrowDown:({editor:e})=>{if(!this.options.exitOnArrowDown)return!1;let{state:t}=e,{selection:n,doc:r}=t,{$from:i,empty:a}=n;if(!a||i.parent.type!==this.type||i.parentOffset!==i.parent.nodeSize-2)return!1;let o=i.after();return o===void 0?!1:r.nodeAt(o)?e.commands.command(({tr:e})=>(e.setSelection(A.near(r.resolve(o))),!0)):e.commands.exitCode()}}},addInputRules(){return[Xd({find:Df,type:this.type,getAttributes:e=>({language:e[1]})}),Xd({find:Of,type:this.type,getAttributes:e=>({language:e[1]})})]},addProseMirrorPlugins(){return[new N({key:new P(`codeBlockVSCodeHandler`),props:{handlePaste:(e,t)=>{if(!t.clipboardData||this.editor.isActive(this.type.name))return!1;let n=t.clipboardData.getData(`text/plain`),r=t.clipboardData.getData(`vscode-editor-data`),i=(r?JSON.parse(r):void 0)?.mode;if(!n||!i)return!1;let{tr:a,schema:o}=e.state,s=o.text(n.replace(/\r\n?/g,` +`));return a.replaceSelectionWith(this.type.create({language:i},s)),a.selection.$from.parent.type!==this.type&&a.setSelection(j.near(a.doc.resolve(Math.max(0,a.selection.from-2)))),a.setMeta(`paste`,!0),e.dispatch(a),!0}}})]}}),Af=G.create({name:`doc`,topNode:!0,content:`block+`,renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` + +`):``}),jf=G.create({name:`hardBreak`,markdownTokenName:`br`,addOptions(){return{keepMarks:!0,HTMLAttributes:{}}},inline:!0,group:`inline`,selectable:!1,linebreakReplacement:!0,parseHTML(){return[{tag:`br`}]},renderHTML({HTMLAttributes:e}){return[`br`,U(this.options.HTMLAttributes,e)]},renderText(){return` +`},renderMarkdown:()=>` +`,parseMarkdown:()=>({type:`hardBreak`}),addCommands(){return{setHardBreak:()=>({commands:e,chain:t,state:n,editor:r})=>e.first([()=>e.exitCode(),()=>e.command(()=>{let{selection:e,storedMarks:i}=n;if(e.$from.parent.type.spec.isolating)return!1;let{keepMarks:a}=this.options,{splittableMarks:o}=r.extensionManager,s=i||e.$to.parentOffset&&e.$from.marks();return t().insertContent({type:this.name}).command(({tr:e,dispatch:t})=>{if(t&&s&&a){let t=s.filter(e=>o.includes(e.type.name));e.ensureMarks(t)}return!0}).run()})])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),Mf=G.create({name:`heading`,addOptions(){return{levels:[1,2,3,4,5,6],HTMLAttributes:{}}},content:`inline*`,group:`block`,defining:!0,addAttributes(){return{level:{default:1,rendered:!1}}},parseHTML(){return this.options.levels.map(e=>({tag:`h${e}`,attrs:{level:e}}))},renderHTML({node:e,HTMLAttributes:t}){return[`h${this.options.levels.includes(e.attrs.level)?e.attrs.level:this.options.levels[0]}`,U(this.options.HTMLAttributes,t),0]},parseMarkdown:(e,t)=>t.createNode(`heading`,{level:e.depth||1},t.parseInline(e.tokens||[])),renderMarkdown:(e,t)=>{let n=e.attrs?.level?parseInt(e.attrs.level,10):1,r=`#`.repeat(n);return e.content?`${r} ${t.renderChildren(e.content)}`:``},addCommands(){return{setHeading:e=>({commands:t})=>this.options.levels.includes(e.level)?t.setNode(this.name,e):!1,toggleHeading:e=>({commands:t})=>this.options.levels.includes(e.level)?t.toggleNode(this.name,`paragraph`,e):!1}},addKeyboardShortcuts(){return this.options.levels.reduce((e,t)=>({...e,[`Mod-Alt-${t}`]:()=>this.editor.commands.toggleHeading({level:t})}),{})},addInputRules(){return this.options.levels.map(e=>Xd({find:RegExp(`^(#{${Math.min(...this.options.levels)},${e}})\\s$`),type:this.type,getAttributes:{level:e}}))}}),Nf=G.create({name:`horizontalRule`,addOptions(){return{HTMLAttributes:{},nextNodeType:`paragraph`}},group:`block`,parseHTML(){return[{tag:`hr`}]},renderHTML({HTMLAttributes:e}){return[`hr`,U(this.options.HTMLAttributes,e)]},markdownTokenName:`hr`,parseMarkdown:(e,t)=>t.createNode(`horizontalRule`),renderMarkdown:()=>`---`,addCommands(){return{setHorizontalRule:()=>({chain:e,state:t})=>{if(!Qd(t,t.schema.nodes[this.name]))return!1;let{selection:n}=t,{$to:r}=n,i=e();return Bu(n)?i.insertContentAt(r.pos,{type:this.name}):i.insertContent({type:this.name}),i.command(({state:e,tr:t,dispatch:n})=>{if(n){let{$to:n}=t.selection,r=n.end();if(n.nodeAfter)n.nodeAfter.isTextblock?t.setSelection(j.create(t.doc,n.pos+1)):n.nodeAfter.isBlock?t.setSelection(M.create(t.doc,n.pos)):t.setSelection(j.create(t.doc,n.pos));else{let i=(e.schema.nodes[this.options.nextNodeType]||n.parent.type.contentMatch.defaultType)?.create();i&&(t.insert(r,i),t.setSelection(j.create(t.doc,r+1)))}t.scrollIntoView()}return!0}).run()}}},addInputRules(){return[Yd({find:/^(?:---|—-|___\s|\*\*\*\s)$/,type:this.type})]}}),Pf=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/,Ff=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g,If=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/,Lf=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))/g,Rf=wd.create({name:`italic`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`em`},{tag:`i`,getAttrs:e=>e.style.fontStyle!==`normal`&&null},{style:`font-style=normal`,clearMark:e=>e.type.name===this.name},{style:`font-style=italic`}]},renderHTML({HTMLAttributes:e}){return[`em`,U(this.options.HTMLAttributes,e),0]},addCommands(){return{setItalic:()=>({commands:e})=>e.setMark(this.name),toggleItalic:()=>({commands:e})=>e.toggleMark(this.name),unsetItalic:()=>({commands:e})=>e.unsetMark(this.name)}},markdownTokenName:`em`,parseMarkdown:(e,t)=>t.applyMark(`italic`,t.parseInline(e.tokens||[])),markdownOptions:{htmlReopen:{open:``,close:``}},renderMarkdown:(e,t)=>`*${t.renderChildren(e)}*`,addKeyboardShortcuts(){return{"Mod-i":()=>this.editor.commands.toggleItalic(),"Mod-I":()=>this.editor.commands.toggleItalic()}},addInputRules(){return[Jd({find:Pf,type:this.type}),Jd({find:If,type:this.type})]},addPasteRules(){return[uf({find:Ff,type:this.type}),uf({find:Lf,type:this.type})]}}),zf=`aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2`,Bf=`ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2`,Vf=`numeric`,Hf=`ascii`,Uf=`alpha`,Wf=`asciinumeric`,Gf=`alphanumeric`,Kf=`domain`,qf=`emoji`,Jf=`scheme`,Yf=`slashscheme`,Xf=`whitespace`;function Zf(e,t){return e in t||(t[e]=[]),t[e]}function Qf(e,t,n){t[Vf]&&(t[Wf]=!0,t[Gf]=!0),t[Hf]&&(t[Wf]=!0,t[Uf]=!0),t[Wf]&&(t[Gf]=!0),t[Uf]&&(t[Gf]=!0),t[Gf]&&(t[Kf]=!0),t[qf]&&(t[Kf]=!0);for(let r in t){let t=Zf(r,n);t.indexOf(e)<0&&t.push(e)}}function $f(e,t){let n={};for(let r in t)t[r].indexOf(e)>=0&&(n[r]=!0);return n}function ep(e=null){this.j={},this.jr=[],this.jd=null,this.t=e}ep.groups={},ep.prototype={accepts(){return!!this.t},go(e){let t=this,n=t.j[e];if(n)return n;for(let n=0;ne.ta(t,n,r,i),q=(e,t,n,r,i)=>e.tr(t,n,r,i),tp=(e,t,n,r,i)=>e.ts(t,n,r,i),J=(e,t,n,r,i)=>e.tt(t,n,r,i),np=`WORD`,rp=`UWORD`,ip=`ASCIINUMERICAL`,ap=`ALPHANUMERICAL`,op=`LOCALHOST`,sp=`TLD`,cp=`UTLD`,lp=`SCHEME`,up=`SLASH_SCHEME`,dp=`NUM`,fp=`WS`,pp=`NL`,mp=`OPENBRACE`,hp=`CLOSEBRACE`,gp=`OPENBRACKET`,_p=`CLOSEBRACKET`,vp=`OPENPAREN`,yp=`CLOSEPAREN`,bp=`OPENANGLEBRACKET`,xp=`CLOSEANGLEBRACKET`,Sp=`FULLWIDTHLEFTPAREN`,Cp=`FULLWIDTHRIGHTPAREN`,wp=`LEFTCORNERBRACKET`,Tp=`RIGHTCORNERBRACKET`,Ep=`LEFTWHITECORNERBRACKET`,Dp=`RIGHTWHITECORNERBRACKET`,Op=`FULLWIDTHLESSTHAN`,kp=`FULLWIDTHGREATERTHAN`,Ap=`AMPERSAND`,jp=`APOSTROPHE`,Mp=`ASTERISK`,Np=`AT`,Pp=`BACKSLASH`,Fp=`BACKTICK`,Ip=`CARET`,Lp=`COLON`,Rp=`COMMA`,zp=`DOLLAR`,Bp=`DOT`,Vp=`EQUALS`,Hp=`EXCLAMATION`,Up=`HYPHEN`,Wp=`PERCENT`,Gp=`PIPE`,Kp=`PLUS`,qp=`POUND`,Jp=`QUERY`,Yp=`QUOTE`,Xp=`FULLWIDTHMIDDLEDOT`,Zp=`SEMI`,Qp=`SLASH`,$p=`TILDE`,em=`UNDERSCORE`,tm=`EMOJI`,nm=`SYM`,rm=Object.freeze({__proto__:null,ALPHANUMERICAL:ap,AMPERSAND:Ap,APOSTROPHE:jp,ASCIINUMERICAL:ip,ASTERISK:Mp,AT:Np,BACKSLASH:Pp,BACKTICK:Fp,CARET:Ip,CLOSEANGLEBRACKET:xp,CLOSEBRACE:hp,CLOSEBRACKET:_p,CLOSEPAREN:yp,COLON:Lp,COMMA:Rp,DOLLAR:zp,DOT:Bp,EMOJI:tm,EQUALS:Vp,EXCLAMATION:Hp,FULLWIDTHGREATERTHAN:kp,FULLWIDTHLEFTPAREN:Sp,FULLWIDTHLESSTHAN:Op,FULLWIDTHMIDDLEDOT:Xp,FULLWIDTHRIGHTPAREN:Cp,HYPHEN:Up,LEFTCORNERBRACKET:wp,LEFTWHITECORNERBRACKET:Ep,LOCALHOST:op,NL:pp,NUM:dp,OPENANGLEBRACKET:bp,OPENBRACE:mp,OPENBRACKET:gp,OPENPAREN:vp,PERCENT:Wp,PIPE:Gp,PLUS:Kp,POUND:qp,QUERY:Jp,QUOTE:Yp,RIGHTCORNERBRACKET:Tp,RIGHTWHITECORNERBRACKET:Dp,SCHEME:lp,SEMI:Zp,SLASH:Qp,SLASH_SCHEME:up,SYM:nm,TILDE:$p,TLD:sp,UNDERSCORE:em,UTLD:cp,UWORD:rp,WORD:np,WS:fp}),im=/[a-z]/,am=/\p{L}/u,om=/\p{Emoji}/u,sm=/\d/,cm=/\s/,lm=`\r`,um=` +`,dm=`️`,fm=`‍`,pm=``,mm=null,hm=null;function gm(e=[]){let t={};ep.groups=t;let n=new ep;mm??=bm(zf),hm??=bm(Bf),J(n,`'`,jp),J(n,`{`,mp),J(n,`}`,hp),J(n,`[`,gp),J(n,`]`,_p),J(n,`(`,vp),J(n,`)`,yp),J(n,`<`,bp),J(n,`>`,xp),J(n,`(`,Sp),J(n,`)`,Cp),J(n,`「`,wp),J(n,`」`,Tp),J(n,`『`,Ep),J(n,`』`,Dp),J(n,`<`,Op),J(n,`>`,kp),J(n,`&`,Ap),J(n,`*`,Mp),J(n,`@`,Np),J(n,"`",Fp),J(n,`^`,Ip),J(n,`:`,Lp),J(n,`,`,Rp),J(n,`$`,zp),J(n,`.`,Bp),J(n,`=`,Vp),J(n,`!`,Hp),J(n,`-`,Up),J(n,`%`,Wp),J(n,`|`,Gp),J(n,`+`,Kp),J(n,`#`,qp),J(n,`?`,Jp),J(n,`"`,Yp),J(n,`/`,Qp),J(n,`;`,Zp),J(n,`~`,$p),J(n,`_`,em),J(n,`\\`,Pp),J(n,`・`,Xp);let r=q(n,sm,dp,{[Vf]:!0});q(r,sm,r);let i=q(r,im,ip,{[Wf]:!0}),a=q(r,am,ap,{[Gf]:!0}),o=q(n,im,np,{[Hf]:!0});q(o,sm,i),q(o,im,o),q(i,sm,i),q(i,im,i);let s=q(n,am,rp,{[Uf]:!0});q(s,im),q(s,sm,a),q(s,am,s),q(a,sm,a),q(a,im),q(a,am,a);let c=J(n,um,pp,{[Xf]:!0}),l=J(n,lm,fp,{[Xf]:!0}),u=q(n,cm,fp,{[Xf]:!0});J(n,pm,u),J(l,um,c),J(l,pm,u),q(l,cm,u),J(u,lm),J(u,um),q(u,cm,u),J(u,pm,u);let d=q(n,om,tm,{[qf]:!0});J(d,`#`),q(d,om,d),J(d,dm,d);let f=J(d,fm);J(f,`#`),q(f,om,d);let p=[[im,o],[sm,i]],m=[[im,null],[am,s],[sm,a]];for(let e=0;ee[0]>t[0]?1:-1);for(let t=0;t=0?i[Kf]=!0:im.test(r)?sm.test(r)?i[Wf]=!0:i[Hf]=!0:i[Vf]=!0,tp(n,r,r,i)}return tp(n,`localhost`,op,{ascii:!0}),n.jd=new ep(nm),{start:n,tokens:Object.assign({groups:t},rm)}}function _m(e,t){let n=vm(t.replace(/[A-Z]/g,e=>e.toLowerCase())),r=n.length,i=[],a=0,o=0;for(;o=0&&(d+=n[o].length,f++),l+=n[o].length,a+=n[o].length,o++;a-=d,o-=f,l-=d,i.push({t:u.t,v:t.slice(a-l,a),s:a-l,e:a})}return i}function vm(e){let t=[],n=e.length,r=0;for(;r56319||r+1===n||(a=e.charCodeAt(r+1))<56320||a>57343?e[r]:e.slice(r,r+2);t.push(o),r+=o.length}return t}function ym(e,t,n,r,i){let a,o=t.length;for(let n=0;n=0;)i++;if(i>0){t.push(n.join(``));for(let t=parseInt(e.substring(r,r+i),10);t>0;t--)n.pop();r+=i}else n.push(e[r]),r++}return t}var xm={defaultProtocol:`http`,events:null,format:Cm,formatHref:Cm,nl2br:!1,tagName:`a`,target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null};function Sm(e,t=null){let n=Object.assign({},xm);e&&(n=Object.assign(n,e instanceof Sm?e.o:e));let r=n.ignoreTags,i=[];for(let e=0;en?r.substring(0,n)+`…`:r},toFormattedHref(e){return e.get(`formatHref`,this.toHref(e.get(`defaultProtocol`)),this)},startIndex(){return this.tk[0].s},endIndex(){return this.tk[this.tk.length-1].e},toObject(e=xm.defaultProtocol){return{type:this.t,value:this.toString(),isLink:this.isLink,href:this.toHref(e),start:this.startIndex(),end:this.endIndex()}},toFormattedObject(e){return{type:this.t,value:this.toFormattedString(e),isLink:this.isLink,href:this.toFormattedHref(e),start:this.startIndex(),end:this.endIndex()}},validate(e){return e.get(`validate`,this.toString(),this)},render(e){let t=this,n=this.toHref(e.get(`defaultProtocol`)),r=e.get(`formatHref`,n,this),i=e.get(`tagName`,n,t),a=this.toFormattedString(e),o={},s=e.get(`className`,n,t),c=e.get(`target`,n,t),l=e.get(`rel`,n,t),u=e.getObj(`attributes`,n,t),d=e.getObj(`events`,n,t);return o.href=r,s&&(o.class=s),c&&(o.target=c),l&&(o.rel=l),u&&Object.assign(o,u),{tagName:i,attributes:o,content:a,eventListeners:d}}};function Tm(e,t){class n extends wm{constructor(t,n){super(t,n),this.t=e}}for(let e in t)n.prototype[e]=t[e];return n.t=e,n}var Em=Tm(`email`,{isLink:!0,toHref(){return`mailto:`+this.toString()}}),Dm=Tm(`text`),Om=Tm(`nl`),km=Tm(`url`,{isLink:!0,toHref(e=xm.defaultProtocol){return this.hasProtocol()?this.v:`${e}://${this.v}`},hasProtocol(){let e=this.tk;return e.length>=2&&e[0].t!==op&&e[1].t===Lp}}),Am=e=>new ep(e);function jm({groups:e}){let t=e.domain.concat([Ap,Mp,Np,Pp,Fp,Ip,zp,Vp,Up,dp,Wp,Gp,Kp,qp,Qp,nm,$p,em]),n=[jp,Lp,Rp,Bp,Hp,Wp,Jp,Yp,Zp,bp,xp,mp,hp,_p,gp,vp,yp,Sp,Cp,wp,Tp,Ep,Dp,Op,kp],r=[Ap,jp,Mp,Pp,Fp,Ip,zp,Vp,Up,mp,hp,Wp,Gp,Kp,qp,Jp,Qp,nm,$p,em],i=Am(),a=J(i,$p);K(a,r,a),K(a,e.domain,a);let o=Am(),s=Am(),c=Am();K(i,e.domain,o),K(i,e.scheme,s),K(i,e.slashscheme,c),K(o,r,a),K(o,e.domain,o);let l=J(o,Np);J(a,Np,l),J(s,Np,l),J(c,Np,l);let u=J(a,Bp);K(u,r,a),K(u,e.domain,a);let d=Am();K(l,e.domain,d),K(d,e.domain,d);let f=J(d,Bp);K(f,e.domain,d);let p=Am(Em);K(f,e.tld,p),K(f,e.utld,p),J(l,op,p);let m=J(d,Up);J(m,Up,m),K(m,e.domain,d),K(p,e.domain,d),J(p,Bp,f),J(p,Up,m),K(J(p,Lp),e.numeric,Em);let h=J(o,Up),g=J(o,Bp);J(h,Up,h),K(h,e.domain,o),K(g,r,a),K(g,e.domain,o);let _=Am(km);K(g,e.tld,_),K(g,e.utld,_),K(_,e.domain,o),K(_,r,a),J(_,Bp,g),J(_,Up,h),J(_,Np,l);let ee=J(_,Lp),v=Am(km);K(ee,e.numeric,v);let y=Am(km),b=Am();K(y,t,y),K(y,n,b),K(b,t,y),K(b,n,b),J(_,Qp,y),J(v,Qp,y);let te=J(s,Lp),ne=J(J(J(c,Lp),Qp),Qp);K(s,e.domain,o),J(s,Bp,g),J(s,Up,h),K(c,e.domain,o),J(c,Bp,g),J(c,Up,h),K(te,e.domain,y),J(te,Qp,y),J(te,Jp,y),K(ne,e.domain,y),K(ne,t,y),J(ne,Qp,y);let x=[[mp,hp],[gp,_p],[vp,yp],[bp,xp],[Sp,Cp],[wp,Tp],[Ep,Dp],[Op,kp]];for(let e=0;e=0&&f++,i++,u++;if(f<0)i-=u,i0&&(a.push(Nm(Dm,t,o)),o=[]),i-=f,u-=f;let e=d.t,r=n.slice(i-u,i);a.push(Nm(e,t,r))}}return o.length>0&&a.push(Nm(Dm,t,o)),a}function Nm(e,t,n){let r=n[0].s,i=n[n.length-1].e;return new e(t.slice(r,i),n)}var Pm=typeof console<`u`&&console&&console.warn||(()=>{}),Fm=`until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.`,Y={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1};function Im(){return ep.groups={},Y.scanner=null,Y.parser=null,Y.tokenQueue=[],Y.pluginQueue=[],Y.customSchemes=[],Y.initialized=!1,Y}function Lm(e,t=!1){if(Y.initialized&&Pm(`linkifyjs: already initialized - will not register custom scheme "${e}" ${Fm}`),!/^[0-9a-z]+(-[0-9a-z]+)*$/.test(e))throw Error(`linkifyjs: incorrect scheme format. +1. Must only contain digits, lowercase ASCII letters or "-" +2. Cannot start or end with "-" +3. "-" cannot repeat`);Y.customSchemes.push([e,t])}function Rm(){Y.scanner=gm(Y.customSchemes);for(let e=0;e{let i=t.some(e=>e.docChanged)&&!n.doc.eq(r.doc),a=t.some(e=>e.getMeta(`preventAutolink`));if(!i||a)return;let{tr:o}=r;if(Du(Ql(n.doc,[...t])).forEach(({newRange:t})=>{let n=eu(r.doc,t,e=>e.isTextblock),i,a;if(n.length>1)i=n[0],a=r.doc.textBetween(i.pos,i.pos+i.node.nodeSize,void 0,` `);else if(n.length){let e=r.doc.textBetween(t.from,t.to,` `,` `);if(!Um.test(e))return;i=n[0],a=r.doc.textBetween(i.pos,t.to,void 0,` `)}if(i&&a){let t=a.split(Hm).filter(Boolean);if(t.length<=0)return!1;let n=t[t.length-1],s=i.pos+a.lastIndexOf(n);if(!n)return!1;let c=zm(n).map(t=>t.toObject(e.defaultProtocol));if(!Gm(c))return!1;c.filter(e=>e.isLink).map(e=>({...e,from:s+e.start+1,to:s+e.end+1})).filter(e=>r.schema.marks.code?!r.doc.rangeHasMark(e.from,e.to,r.schema.marks.code):!0).filter(t=>e.validate(t.value)).filter(t=>e.shouldAutoLink(t.value)).forEach(t=>{Ou(t.from,t.to,r.doc).some(t=>t.mark.type===e.type)||o.addMark(t.from,t.to,e.type.create({href:t.href}))})}}),o.steps.length)return o}})}function qm(e){return new N({key:new P(`handleClickLink`),props:{handleClick:(t,n,r)=>{if(r.button!==0||!t.editable)return!1;let i=null;if(r.target instanceof HTMLAnchorElement)i=r.target;else{let t=r.target;if(!t)return!1;let n=e.editor.view.dom;i=t.closest(`a`),i&&!n.contains(i)&&(i=null)}if(!i)return!1;let a=!1;if(e.enableClickSelection&&(a=e.editor.commands.extendMarkRange(e.type.name)),e.openOnClick){let n=wu(t.state,e.type.name),r=i.href??n.href,o=i.target??n.target;r&&(window.open(r,o),a=!0)}return a}}})}function Jm(e){return new N({key:new P(`handlePasteLink`),props:{handlePaste:(t,n,r)=>{let{shouldAutoLink:i}=e,{state:a}=t,{selection:o}=a,{empty:s}=o;if(s)return!1;let c=``;r.content.forEach(e=>{c+=e.textContent});let l=Bm(c,{defaultProtocol:e.defaultProtocol}).find(e=>e.isLink&&e.value===c);return!c||!l||i!==void 0&&!i(l.value)?!1:e.editor.commands.setMark(e.type,{href:l.href})}}})}function Ym(e,t){let n=[`http`,`https`,`ftp`,`ftps`,`mailto`,`tel`,`callto`,`sms`,`cid`,`xmpp`];return t&&t.forEach(e=>{let t=typeof e==`string`?e:e.scheme;t&&n.push(t)}),!e||e.replace(Wm,``).match(RegExp(`^(?:(?:${n.join(`|`)}):|[^a-z]|[a-z0-9+.-]+(?:[^a-z+.-:]|$))`,`i`))}var Xm=wd.create({name:`link`,priority:1e3,keepOnSplit:!1,exitable:!0,onCreate(){this.options.validate&&!this.options.shouldAutoLink&&(this.options.shouldAutoLink=this.options.validate,console.warn("The `validate` option is deprecated. Rename to the `shouldAutoLink` option instead.")),this.options.protocols.forEach(e=>{if(typeof e==`string`){Lm(e);return}Lm(e.scheme,e.optionalSlashes)})},onDestroy(){Im()},inclusive(){return this.options.autolink},addOptions(){return{openOnClick:!0,enableClickSelection:!1,linkOnPaste:!0,autolink:!0,protocols:[],defaultProtocol:`http`,HTMLAttributes:{target:`_blank`,rel:`noopener noreferrer nofollow`,class:null},isAllowedUri:(e,t)=>!!Ym(e,t.protocols),validate:e=>!!e,shouldAutoLink:e=>{let t=/^[a-z][a-z0-9+.-]*:\/\//i.test(e),n=/^[a-z][a-z0-9+.-]*:/i.test(e);if(t||n&&!e.includes(`@`))return!0;let r=(e.includes(`@`)?e.split(`@`).pop():e).split(/[/?#:]/)[0];return!(/^\d{1,3}(\.\d{1,3}){3}$/.test(r)||!/\./.test(r))}}},addAttributes(){return{href:{default:null,parseHTML(e){return e.getAttribute(`href`)}},target:{default:this.options.HTMLAttributes.target},rel:{default:this.options.HTMLAttributes.rel},class:{default:this.options.HTMLAttributes.class},title:{default:null}}},parseHTML(){return[{tag:`a[href]`,getAttrs:e=>{let t=e.getAttribute(`href`);return!t||!this.options.isAllowedUri(t,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:null}}]},renderHTML({HTMLAttributes:e}){return this.options.isAllowedUri(e.href,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?[`a`,U(this.options.HTMLAttributes,e),0]:[`a`,U(this.options.HTMLAttributes,{...e,href:``}),0]},markdownTokenName:`link`,parseMarkdown:(e,t)=>t.applyMark(`link`,t.parseInline(e.tokens||[]),{href:e.href,title:e.title||null}),renderMarkdown:(e,t)=>{let n=e.attrs?.href??``,r=e.attrs?.title??``,i=t.renderChildren(e);return r?`[${i}](${n} "${r}")`:`[${i}](${n})`},addCommands(){return{setLink:e=>({chain:t})=>{let{href:n}=e;return this.options.isAllowedUri(n,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?t().setMark(this.name,e).setMeta(`preventAutolink`,!0).run():!1},toggleLink:e=>({chain:t})=>{let{href:n}=e||{};return n&&!this.options.isAllowedUri(n,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:t().toggleMark(this.name,e,{extendEmptyMarkRange:!0}).setMeta(`preventAutolink`,!0).run()},unsetLink:()=>({chain:e})=>e().unsetMark(this.name,{extendEmptyMarkRange:!0}).setMeta(`preventAutolink`,!0).run()}},addPasteRules(){return[uf({find:e=>{let t=[];if(e){let{protocols:n,defaultProtocol:r}=this.options,i=Bm(e).filter(e=>e.isLink&&this.options.isAllowedUri(e.value,{defaultValidate:e=>!!Ym(e,n),protocols:n,defaultProtocol:r}));i.length&&i.forEach(e=>{this.options.shouldAutoLink(e.value)&&t.push({text:e.value,data:{href:e.href},index:e.start})})}return t},type:this.type,getAttributes:e=>({href:e.data?.href})})]},addProseMirrorPlugins(){let e=[],{protocols:t,defaultProtocol:n}=this.options;return this.options.autolink&&e.push(Km({type:this.type,defaultProtocol:this.options.defaultProtocol,validate:e=>this.options.isAllowedUri(e,{defaultValidate:e=>!!Ym(e,t),protocols:t,defaultProtocol:n}),shouldAutoLink:this.options.shouldAutoLink})),e.push(qm({type:this.type,editor:this.editor,openOnClick:this.options.openOnClick===`whenNotEditable`?!0:this.options.openOnClick,enableClickSelection:this.options.enableClickSelection})),this.options.linkOnPaste&&e.push(Jm({editor:this.editor,defaultProtocol:this.options.defaultProtocol,type:this.type,shouldAutoLink:this.options.shouldAutoLink})),e}}),Zm=Object.defineProperty,Qm=(e,t)=>{for(var n in t)Zm(e,n,{get:t[n],enumerable:!0})},$m=`listItem`,eh=`textStyle`,th=/^\s*([-+*])\s$/,nh=G.create({name:`bulletList`,addOptions(){return{itemTypeName:`listItem`,HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:`block list`,content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul`}]},renderHTML({HTMLAttributes:e}){return[`ul`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`list`,parseMarkdown:(e,t)=>e.type!==`list`||e.ordered?[]:{type:`bulletList`,content:e.items?t.parseChildren(e.items):[]},renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` +`):``,markdownOptions:{indentsContent:!0},addCommands(){return{toggleBulletList:()=>({commands:e,chain:t})=>this.options.keepAttributes?t().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes($m,this.editor.getAttributes(eh)).run():e.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-8":()=>this.editor.commands.toggleBulletList()}},addInputRules(){let e=Zd({find:th,type:this.type});return(this.options.keepMarks||this.options.keepAttributes)&&(e=Zd({find:th,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:()=>this.editor.getAttributes(eh),editor:this.editor})),[e]}}),rh=G.create({name:`listItem`,addOptions(){return{HTMLAttributes:{},bulletListTypeName:`bulletList`,orderedListTypeName:`orderedList`}},content:`paragraph block*`,defining:!0,parseHTML(){return[{tag:`li`}]},renderHTML({HTMLAttributes:e}){return[`li`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`list_item`,parseMarkdown:(e,t)=>{if(e.type!==`list_item`)return[];let n=t.parseBlockChildren??t.parseChildren,r=[];if(e.tokens&&e.tokens.length>0)if(e.tokens.some(e=>e.type===`paragraph`))r=n(e.tokens);else{let i=e.tokens[0];if(i&&i.type===`text`&&i.tokens&&i.tokens.length>0){if(r=[{type:`paragraph`,content:t.parseInline(i.tokens)}],e.tokens.length>1){let t=n(e.tokens.slice(1));r.push(...t)}}else r=n(e.tokens)}return r.length===0&&(r=[{type:`paragraph`,content:[]}]),{type:`listItem`,content:r}},renderMarkdown:(e,t,n)=>cf(e,t,e=>e.parentType===`bulletList`?`- `:e.parentType===`orderedList`?`${(e.meta?.parentAttrs?.start||1)+e.index}. `:`- `,n),addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}});Qm({},{findListItemPos:()=>ih,getNextListDepth:()=>ah,handleBackspace:()=>lh,handleDelete:()=>fh,hasListBefore:()=>oh,hasListItemAfter:()=>ph,hasListItemBefore:()=>sh,listItemHasSubList:()=>ch,nextListIsDeeper:()=>uh,nextListIsHigher:()=>dh});var ih=(e,t)=>{let{$from:n}=t.selection,r=B(e,t.schema),i=null,a=n.depth,o=n.pos,s=null;for(;a>0&&s===null;)i=n.node(a),i.type===r?s=a:(--a,--o);return s===null?null:{$pos:t.doc.resolve(o),depth:s}},ah=(e,t)=>{let n=ih(e,t);if(!n)return!1;let[,r]=ku(t,e,n.$pos.pos+4);return r},oh=(e,t,n)=>{let{$anchor:r}=e.selection,i=Math.max(0,r.pos-2),a=e.doc.resolve(i).node();return!(!a||!n.includes(a.type.name))},sh=(e,t)=>{let{$anchor:n}=t.selection,r=t.doc.resolve(n.pos-2);return!(r.index()===0||r.nodeBefore?.type.name!==e)},ch=(e,t,n)=>{if(!n)return!1;let r=B(e,t.schema),i=!1;return n.descendants(e=>{e.type===r&&(i=!0)}),i},lh=(e,t,n)=>{if(e.commands.undoInputRule())return!0;if(e.state.selection.from!==e.state.selection.to)return!1;if(!Pl(e.state,t)&&oh(e.state,t,n)){let{$anchor:n}=e.state.selection,r=e.state.doc.resolve(n.before()-1),i=[];r.node().descendants((e,n)=>{e.type.name===t&&i.push({node:e,pos:n})});let a=i.at(-1);if(!a)return!1;let o=e.state.doc.resolve(r.start()+a.pos+1);return e.chain().cut({from:n.start()-1,to:n.end()+1},o.end()).joinForward().run()}if(!Pl(e.state,t)||!Iu(e.state))return!1;let r=ih(t,e.state);if(!r)return!1;let i=e.state.doc.resolve(r.$pos.pos-2).node(r.depth),a=ch(t,e.state,i);return sh(t,e.state)&&!a?e.commands.joinItemBackward():e.chain().liftListItem(t).run()},uh=(e,t)=>{let n=ah(e,t),r=ih(e,t);return!r||!n?!1:n>r.depth},dh=(e,t)=>{let n=ah(e,t),r=ih(e,t);return!r||!n?!1:n{if(!Pl(e.state,t)||!Fu(e.state,t))return!1;let{selection:n}=e.state,{$from:r,$to:i}=n;return!n.empty&&r.sameParent(i)?!1:uh(t,e.state)?e.chain().focus(e.state.selection.from+4).lift(t).joinBackward().run():dh(t,e.state)?e.chain().joinForward().joinBackward().run():e.commands.joinItemForward()},ph=(e,t)=>{let{$anchor:n}=t.selection,r=t.doc.resolve(n.pos-n.parentOffset-2);return!(r.index()===r.parent.childCount-1||r.nodeAfter?.type.name!==e)},mh=W.create({name:`listKeymap`,addOptions(){return{listTypes:[{itemName:`listItem`,wrapperNames:[`bulletList`,`orderedList`]},{itemName:`taskItem`,wrapperNames:[`taskList`]}]}},addKeyboardShortcuts(){return{Delete:({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n})=>{e.state.schema.nodes[n]!==void 0&&fh(e,n)&&(t=!0)}),t},"Mod-Delete":({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n})=>{e.state.schema.nodes[n]!==void 0&&fh(e,n)&&(t=!0)}),t},Backspace:({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{e.state.schema.nodes[n]!==void 0&&lh(e,n,r)&&(t=!0)}),t},"Mod-Backspace":({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{e.state.schema.nodes[n]!==void 0&&lh(e,n,r)&&(t=!0)}),t}}}}),hh=/^(\s*)(\d+)\.\s+(.*)$/,gh=/^\s/;function _h(e){let t=[],n=0,r=0;for(;nt;)d.push(e[u]),u+=1;if(d.length>0){let e=vh(d,Math.min(...d.map(e=>e.indent)),n);c.push({type:`list`,ordered:!0,start:d[0].number,items:e,raw:d.map(e=>e.raw).join(` +`)})}r.push({type:`list_item`,raw:a.raw,tokens:c}),i=u}else i+=1}return r}function yh(e,t){return e.map(e=>{if(e.type!==`list_item`)return t.parseChildren([e])[0];let n=[];return e.tokens&&e.tokens.length>0&&e.tokens.forEach(e=>{if(e.type===`paragraph`||e.type===`list`||e.type===`blockquote`||e.type===`code`)n.push(...t.parseChildren([e]));else if(e.type===`text`&&e.tokens){let r=t.parseChildren([e]);n.push({type:`paragraph`,content:r})}else{let r=t.parseChildren([e]);r.length>0&&n.push(...r)}}),{type:`listItem`,content:n}})}var bh=`listItem`,xh=`textStyle`,Sh=/^(\d+)\.\s$/,Ch=G.create({name:`orderedList`,addOptions(){return{itemTypeName:`listItem`,HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:`block list`,content(){return`${this.options.itemTypeName}+`},addAttributes(){return{start:{default:1,parseHTML:e=>e.hasAttribute(`start`)?parseInt(e.getAttribute(`start`)||``,10):1},type:{default:null,parseHTML:e=>e.getAttribute(`type`)}}},parseHTML(){return[{tag:`ol`}]},renderHTML({HTMLAttributes:e}){let{start:t,...n}=e;return t===1?[`ol`,U(this.options.HTMLAttributes,n),0]:[`ol`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`list`,parseMarkdown:(e,t)=>{if(e.type!==`list`||!e.ordered)return[];let n=e.start||1,r=e.items?yh(e.items,t):[];return n===1?{type:`orderedList`,content:r}:{type:`orderedList`,attrs:{start:n},content:r}},renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` +`):``,markdownTokenizer:{name:`orderedList`,level:`block`,start:e=>{let t=e.match(/^(\s*)(\d+)\.\s+/)?.index;return t===void 0?-1:t},tokenize:(e,t,n)=>{let r=e.split(` +`),[i,a]=_h(r);if(i.length===0)return;let o=vh(i,0,n);if(o.length!==0)return{type:`list`,ordered:!0,start:i[0]?.number||1,items:o,raw:r.slice(0,a).join(` +`)}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleOrderedList:()=>({commands:e,chain:t})=>this.options.keepAttributes?t().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(bh,this.editor.getAttributes(xh)).run():e.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addInputRules(){let e=Zd({find:Sh,type:this.type,getAttributes:e=>({start:+e[1]}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1]});return(this.options.keepMarks||this.options.keepAttributes)&&(e=Zd({find:Sh,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:e=>({start:+e[1],...this.editor.getAttributes(xh)}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1],editor:this.editor})),[e]}}),wh=/^\s*(\[([( |x])?\])\s$/,Th=G.create({name:`taskItem`,addOptions(){return{nested:!1,HTMLAttributes:{},taskListTypeName:`taskList`,a11y:void 0}},content(){return this.options.nested?`paragraph block*`:`paragraph+`},defining:!0,addAttributes(){return{checked:{default:!1,keepOnSplit:!1,parseHTML:e=>{let t=e.getAttribute(`data-checked`);return t===``||t===`true`},renderHTML:e=>({"data-checked":e.checked})}}},parseHTML(){return[{tag:`li[data-type="${this.name}"]`,priority:51}]},renderHTML({node:e,HTMLAttributes:t}){return[`li`,U(this.options.HTMLAttributes,t,{"data-type":this.name}),[`label`,[`input`,{type:`checkbox`,checked:e.attrs.checked?`checked`:null}],[`span`]],[`div`,0]]},parseMarkdown:(e,t)=>{let n=[];if(e.tokens&&e.tokens.length>0?n.push(t.createNode(`paragraph`,{},t.parseInline(e.tokens))):e.text?n.push(t.createNode(`paragraph`,{},[t.createNode(`text`,{text:e.text})])):n.push(t.createNode(`paragraph`,{},[])),e.nestedTokens&&e.nestedTokens.length>0){let r=t.parseChildren(e.nestedTokens);n.push(...r)}return t.createNode(`taskItem`,{checked:e.checked||!1},n)},renderMarkdown:(e,t)=>cf(e,t,`- [${e.attrs?.checked?`x`:` `}] `),addKeyboardShortcuts(){let e={Enter:()=>this.editor.commands.splitListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)};return this.options.nested?{...e,Tab:()=>this.editor.commands.sinkListItem(this.name)}:e},addNodeView(){return({node:e,HTMLAttributes:t,getPos:n,editor:r})=>{let i=document.createElement(`li`),a=document.createElement(`label`),o=document.createElement(`span`),s=document.createElement(`input`),c=document.createElement(`div`),l=e=>{var t;s.ariaLabel=((t=this.options.a11y)?.checkboxLabel)?.call(t,e,s.checked)||`Task item checkbox for ${e.textContent||`empty task item`}`};l(e),a.contentEditable=`false`,s.type=`checkbox`,s.addEventListener(`mousedown`,e=>e.preventDefault()),s.addEventListener(`change`,t=>{if(!r.isEditable&&!this.options.onReadOnlyChecked){s.checked=!s.checked;return}let{checked:i}=t.target;r.isEditable&&typeof n==`function`&&r.chain().focus(void 0,{scrollIntoView:!1}).command(({tr:e})=>{let t=n();if(typeof t!=`number`)return!1;let r=e.doc.nodeAt(t);return e.setNodeMarkup(t,void 0,{...r?.attrs,checked:i}),!0}).run(),!r.isEditable&&this.options.onReadOnlyChecked&&(this.options.onReadOnlyChecked(e,i)||(s.checked=!s.checked))}),Object.entries(this.options.HTMLAttributes).forEach(([e,t])=>{i.setAttribute(e,t)}),i.dataset.checked=e.attrs.checked,s.checked=e.attrs.checked,a.append(s,o),i.append(a,c),Object.entries(t).forEach(([e,t])=>{i.setAttribute(e,t)});let u=new Set(Object.keys(t));return{dom:i,contentDOM:c,update:e=>{if(e.type!==this.type)return!1;i.dataset.checked=e.attrs.checked,s.checked=e.attrs.checked,l(e);let t=r.extensionManager.attributes,n=du(e,t),a=new Set(Object.keys(n)),o=this.options.HTMLAttributes;return u.forEach(e=>{a.has(e)||(e in o?i.setAttribute(e,o[e]):i.removeAttribute(e))}),Object.entries(n).forEach(([e,t])=>{t==null?e in o?i.setAttribute(e,o[e]):i.removeAttribute(e):i.setAttribute(e,t)}),u=a,!0}}}},addInputRules(){return[Zd({find:wh,type:this.type,getAttributes:e=>({checked:e[e.length-1]===`x`})})]}}),Eh=G.create({name:`taskList`,addOptions(){return{itemTypeName:`taskItem`,HTMLAttributes:{}}},group:`block list`,content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul[data-type="${this.name}"]`,priority:51}]},renderHTML({HTMLAttributes:e}){return[`ul`,U(this.options.HTMLAttributes,e,{"data-type":this.name}),0]},parseMarkdown:(e,t)=>t.createNode(`taskList`,{},t.parseChildren(e.items||[])),renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` +`):``,markdownTokenizer:{name:`taskList`,level:`block`,start(e){let t=e.match(/^\s*[-+*]\s+\[([ xX])\]\s+/)?.index;return t===void 0?-1:t},tokenize(e,t,n){let r=e=>{let t=sf(e,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:e=>({indentLevel:e[1].length,mainContent:e[4],checked:e[3].toLowerCase()===`x`}),createToken:(e,t)=>({type:`taskItem`,raw:``,mainContent:e.mainContent,indentLevel:e.indentLevel,checked:e.checked,text:e.mainContent,tokens:n.inlineTokens(e.mainContent),nestedTokens:t}),customNestedParser:r},n);return t?[{type:`taskList`,raw:t.raw,items:t.items}]:n.blockTokens(e)},i=sf(e,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:e=>({indentLevel:e[1].length,mainContent:e[4],checked:e[3].toLowerCase()===`x`}),createToken:(e,t)=>({type:`taskItem`,raw:``,mainContent:e.mainContent,indentLevel:e.indentLevel,checked:e.checked,text:e.mainContent,tokens:n.inlineTokens(e.mainContent),nestedTokens:t}),customNestedParser:r},n);if(i)return{type:`taskList`,raw:i.raw,items:i.items}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleTaskList:()=>({commands:e})=>e.toggleList(this.name,this.options.itemTypeName)}},addKeyboardShortcuts(){return{"Mod-Shift-9":()=>this.editor.commands.toggleTaskList()}}});W.create({name:`listKit`,addExtensions(){let e=[];return this.options.bulletList!==!1&&e.push(nh.configure(this.options.bulletList)),this.options.listItem!==!1&&e.push(rh.configure(this.options.listItem)),this.options.listKeymap!==!1&&e.push(mh.configure(this.options.listKeymap)),this.options.orderedList!==!1&&e.push(Ch.configure(this.options.orderedList)),this.options.taskItem!==!1&&e.push(Th.configure(this.options.taskItem)),this.options.taskList!==!1&&e.push(Eh.configure(this.options.taskList)),e}});var Dh=` `,Oh=`\xA0`,kh=G.create({name:`paragraph`,priority:1e3,addOptions(){return{HTMLAttributes:{}}},group:`block`,content:`inline*`,parseHTML(){return[{tag:`p`}]},renderHTML({HTMLAttributes:e}){return[`p`,U(this.options.HTMLAttributes,e),0]},parseMarkdown:(e,t)=>{let n=e.tokens||[];if(n.length===1&&n[0].type===`image`)return t.parseChildren([n[0]]);let r=t.parseInline(n);return n.length===1&&n[0].type===`text`&&(n[0].raw===Dh||n[0].text===Dh||n[0].raw===Oh||n[0].text===Oh)&&r.length===1&&r[0].type===`text`&&(r[0].text===Dh||r[0].text===Oh)?t.createNode(`paragraph`,void 0,[]):t.createNode(`paragraph`,void 0,r)},renderMarkdown:(e,t,n)=>{if(!e)return``;let r=Array.isArray(e.content)?e.content:[];if(r.length===0){let e=Array.isArray(n?.previousNode?.content)?n.previousNode.content:[];return n?.previousNode?.type===`paragraph`&&e.length===0?Dh:``}return t.renderChildren(r)},addCommands(){return{setParagraph:()=>({commands:e})=>e.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),Ah=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))$/,jh=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))/g,Mh=wd.create({name:`strike`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`s`},{tag:`del`},{tag:`strike`},{style:`text-decoration`,consuming:!1,getAttrs:e=>e.includes(`line-through`)?{}:!1}]},renderHTML({HTMLAttributes:e}){return[`s`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`del`,parseMarkdown:(e,t)=>t.applyMark(`strike`,t.parseInline(e.tokens||[])),renderMarkdown:(e,t)=>`~~${t.renderChildren(e)}~~`,addCommands(){return{setStrike:()=>({commands:e})=>e.setMark(this.name),toggleStrike:()=>({commands:e})=>e.toggleMark(this.name),unsetStrike:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-s":()=>this.editor.commands.toggleStrike()}},addInputRules(){return[Jd({find:Ah,type:this.type})]},addPasteRules(){return[uf({find:jh,type:this.type})]}}),Nh=G.create({name:`text`,group:`inline`,parseMarkdown:e=>({type:`text`,text:e.text||``}),renderMarkdown:e=>e.text||``}),Ph=wd.create({name:`underline`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`u`},{style:`text-decoration`,consuming:!1,getAttrs:e=>e.includes(`underline`)?{}:!1}]},renderHTML({HTMLAttributes:e}){return[`u`,U(this.options.HTMLAttributes,e),0]},parseMarkdown(e,t){return t.applyMark(this.name||`underline`,t.parseInline(e.tokens||[]))},renderMarkdown(e,t){return`++${t.renderChildren(e)}++`},markdownTokenizer:{name:`underline`,level:`inline`,start(e){return e.indexOf(`++`)},tokenize(e,t,n){let r=/^(\+\+)([\s\S]+?)(\+\+)/.exec(e);if(!r)return;let i=r[2].trim();return{type:`underline`,raw:r[0],text:i,tokens:n.inlineTokens(i)}}},addCommands(){return{setUnderline:()=>({commands:e})=>e.setMark(this.name),toggleUnderline:()=>({commands:e})=>e.toggleMark(this.name),unsetUnderline:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-u":()=>this.editor.commands.toggleUnderline(),"Mod-U":()=>this.editor.commands.toggleUnderline()}}});function Fh(e={}){return new N({view(t){return new Ih(t,e)}})}var Ih=class{constructor(e,t){this.editorView=e,this.cursorPos=null,this.element=null,this.timeout=-1,this.width=t.width??1,this.color=t.color===!1?void 0:t.color||`black`,this.class=t.class,this.handlers=[`dragover`,`dragend`,`drop`,`dragleave`].map(t=>{let n=e=>{this[t](e)};return e.dom.addEventListener(t,n),{name:t,handler:n}})}destroy(){this.handlers.forEach(({name:e,handler:t})=>this.editorView.dom.removeEventListener(e,t))}update(e,t){this.cursorPos!=null&&t.doc!=e.state.doc&&(this.cursorPos>e.state.doc.content.size?this.setCursor(null):this.updateOverlay())}setCursor(e){e!=this.cursorPos&&(this.cursorPos=e,e==null?(this.element.parentNode.removeChild(this.element),this.element=null):this.updateOverlay())}updateOverlay(){let e=this.editorView.state.doc.resolve(this.cursorPos),t=!e.parent.inlineContent,n,r=this.editorView.dom,i=r.getBoundingClientRect(),a=i.width/r.offsetWidth,o=i.height/r.offsetHeight;if(t){let t=e.nodeBefore,r=e.nodeAfter;if(t||r){let e=this.editorView.nodeDOM(this.cursorPos-(t?t.nodeSize:0));if(e){let i=e.getBoundingClientRect(),a=t?i.bottom:i.top;t&&r&&(a=(a+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2);let s=this.width/2*o;n={left:i.left,right:i.right,top:a-s,bottom:a+s}}}}if(!n){let e=this.editorView.coordsAtPos(this.cursorPos),t=this.width/2*a;n={left:e.left-t,right:e.left+t,top:e.top,bottom:e.bottom}}let s=this.editorView.dom.offsetParent;this.element||(this.element=s.appendChild(document.createElement(`div`)),this.class&&(this.element.className=this.class),this.element.style.cssText=`position: absolute; z-index: 50; pointer-events: none;`,this.color&&(this.element.style.backgroundColor=this.color)),this.element.classList.toggle(`prosemirror-dropcursor-block`,t),this.element.classList.toggle(`prosemirror-dropcursor-inline`,!t);let c,l;if(!s||s==document.body&&getComputedStyle(s).position==`static`)c=-pageXOffset,l=-pageYOffset;else{let e=s.getBoundingClientRect(),t=e.width/s.offsetWidth,n=e.height/s.offsetHeight;c=e.left-s.scrollLeft*t,l=e.top-s.scrollTop*n}this.element.style.left=(n.left-c)/a+`px`,this.element.style.top=(n.top-l)/o+`px`,this.element.style.width=(n.right-n.left)/a+`px`,this.element.style.height=(n.bottom-n.top)/o+`px`}scheduleRemoval(e){clearTimeout(this.timeout),this.timeout=setTimeout(()=>this.setCursor(null),e)}dragover(e){if(!this.editorView.editable)return;let t=this.editorView.posAtCoords({left:e.clientX,top:e.clientY}),n=t&&t.inside>=0&&this.editorView.state.doc.nodeAt(t.inside),r=n&&n.type.spec.disableDropCursor,i=typeof r==`function`?r(this.editorView,t,e):r;if(t&&!i){let e=t.pos;if(this.editorView.dragging&&this.editorView.dragging.slice){let t=Tn(this.editorView.state.doc,e,this.editorView.dragging.slice);t!=null&&(e=t)}this.setCursor(e),this.scheduleRemoval(5e3)}}dragend(){this.scheduleRemoval(20)}drop(){this.scheduleRemoval(20)}dragleave(e){this.editorView.dom.contains(e.relatedTarget)||this.setCursor(null)}},Lh=class e extends A{constructor(e){super(e,e)}map(t,n){let r=t.resolve(n.map(this.head));return e.valid(r)?new e(r):A.near(r)}content(){return O.empty}eq(t){return t instanceof e&&t.head==this.head}toJSON(){return{type:`gapcursor`,pos:this.head}}static fromJSON(t,n){if(typeof n.pos!=`number`)throw RangeError(`Invalid input for GapCursor.fromJSON`);return new e(t.resolve(n.pos))}getBookmark(){return new Rh(this.anchor)}static valid(e){let t=e.parent;if(t.inlineContent||!Bh(e)||!Vh(e))return!1;let n=t.type.spec.allowGapCursor;if(n!=null)return n;let r=t.contentMatchAt(e.index()).defaultType;return r&&r.isTextblock}static findGapCursorFrom(t,n,r=!1){search:for(;;){if(!r&&e.valid(t))return t;let i=t.pos,a=null;for(let r=t.depth;;r--){let o=t.node(r);if(n>0?t.indexAfter(r)0){a=o.child(n>0?t.indexAfter(r):t.index(r)-1);break}else if(r==0)return null;i+=n;let s=t.doc.resolve(i);if(e.valid(s))return s}for(;;){let o=n>0?a.firstChild:a.lastChild;if(!o){if(a.isAtom&&!a.isText&&!M.isSelectable(a)){t=t.doc.resolve(i+a.nodeSize*n),r=!1;continue search}break}a=o,i+=n;let s=t.doc.resolve(i);if(e.valid(s))return s}return null}}};Lh.prototype.visible=!1,Lh.findFrom=Lh.findGapCursorFrom,A.jsonID(`gapcursor`,Lh);var Rh=class e{constructor(e){this.pos=e}map(t){return new e(t.map(this.pos))}resolve(e){let t=e.resolve(this.pos);return Lh.valid(t)?new Lh(t):A.near(t)}};function zh(e){return e.isAtom||e.spec.isolating||e.spec.createGapCursor}function Bh(e){for(let t=e.depth;t>=0;t--){let n=e.index(t),r=e.node(t);if(n==0){if(r.type.spec.isolating)return!0;continue}for(let e=r.child(n-1);;e=e.lastChild){if(e.childCount==0&&!e.inlineContent||zh(e.type))return!0;if(e.inlineContent)return!1}}return!0}function Vh(e){for(let t=e.depth;t>=0;t--){let n=e.indexAfter(t),r=e.node(t);if(n==r.childCount){if(r.type.spec.isolating)return!0;continue}for(let e=r.child(n);;e=e.firstChild){if(e.childCount==0&&!e.inlineContent||zh(e.type))return!0;if(e.inlineContent)return!1}}return!0}function Hh(){return new N({props:{decorations:qh,createSelectionBetween(e,t,n){return t.pos==n.pos&&Lh.valid(n)?new Lh(n):null},handleClick:Gh,handleKeyDown:Uh,handleDOMEvents:{beforeinput:Kh}}})}var Uh=Ic({ArrowLeft:Wh(`horiz`,-1),ArrowRight:Wh(`horiz`,1),ArrowUp:Wh(`vert`,-1),ArrowDown:Wh(`vert`,1)});function Wh(e,t){let n=e==`vert`?t>0?`down`:`up`:t>0?`right`:`left`;return function(e,r,i){let a=e.selection,o=t>0?a.$to:a.$from,s=a.empty;if(a instanceof j){if(!i.endOfTextblock(n)||o.depth==0)return!1;s=!1,o=e.doc.resolve(t>0?o.after():o.before())}let c=Lh.findGapCursorFrom(o,t,s);return c?(r&&r(e.tr.setSelection(new Lh(c))),!0):!1}}function Gh(e,t,n){if(!e||!e.editable)return!1;let r=e.state.doc.resolve(t);if(!Lh.valid(r))return!1;let i=e.posAtCoords({left:n.clientX,top:n.clientY});return i&&i.inside>-1&&M.isSelectable(e.state.doc.nodeAt(i.inside))?!1:(e.dispatch(e.state.tr.setSelection(new Lh(r))),!0)}function Kh(e,t){if(t.inputType!=`insertCompositionText`||!(e.state.selection instanceof Lh))return!1;let{$from:n}=e.state.selection,r=n.parent.contentMatchAt(n.index()).findWrapping(e.state.schema.nodes.text);if(!r)return!1;let i=E.empty;for(let e=r.length-1;e>=0;e--)i=E.from(r[e].createAndFill(null,i));let a=e.state.tr.replace(n.pos,n.pos,new O(i,0,0));return a.setSelection(j.near(a.doc.resolve(n.pos+1))),e.dispatch(a),!1}function qh(e){if(!(e.selection instanceof Lh))return null;let t=document.createElement(`div`);return t.className=`ProseMirror-gapcursor`,R.create(e.doc,[Ps.widget(e.selection.head,t,{key:`gapcursor`})])}var Jh=200,X=function(){};X.prototype.append=function(e){return e.length?(e=X.from(e),!this.length&&e||e.length=t?X.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,t))},X.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)},X.prototype.forEach=function(e,t,n){t===void 0&&(t=0),n===void 0&&(n=this.length),t<=n?this.forEachInner(e,t,n,0):this.forEachInvertedInner(e,t,n,0)},X.prototype.map=function(e,t,n){t===void 0&&(t=0),n===void 0&&(n=this.length);var r=[];return this.forEach(function(t,n){return r.push(e(t,n))},t,n),r},X.from=function(e){return e instanceof X?e:e&&e.length?new Yh(e):X.empty};var Yh=function(e){function t(t){e.call(this),this.values=t}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={length:{configurable:!0},depth:{configurable:!0}};return t.prototype.flatten=function(){return this.values},t.prototype.sliceInner=function(e,n){return e==0&&n==this.length?this:new t(this.values.slice(e,n))},t.prototype.getInner=function(e){return this.values[e]},t.prototype.forEachInner=function(e,t,n,r){for(var i=t;i=n;i--)if(e(this.values[i],r+i)===!1)return!1},t.prototype.leafAppend=function(e){if(this.length+e.length<=Jh)return new t(this.values.concat(e.flatten()))},t.prototype.leafPrepend=function(e){if(this.length+e.length<=Jh)return new t(e.flatten().concat(this.values))},n.length.get=function(){return this.values.length},n.depth.get=function(){return 0},Object.defineProperties(t.prototype,n),t}(X);X.empty=new Yh([]);var Xh=function(e){function t(t,n){e.call(this),this.left=t,this.right=n,this.length=t.length+n.length,this.depth=Math.max(t.depth,n.depth)+1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.flatten=function(){return this.left.flatten().concat(this.right.flatten())},t.prototype.getInner=function(e){return ei&&this.right.forEachInner(e,Math.max(t-i,0),Math.min(this.length,n)-i,r+i)===!1)return!1},t.prototype.forEachInvertedInner=function(e,t,n,r){var i=this.left.length;if(t>i&&this.right.forEachInvertedInner(e,t-i,Math.max(n,i)-i,r+i)===!1||n=n?this.right.slice(e-n,t-n):this.left.slice(e,n).append(this.right.slice(0,t-n))},t.prototype.leafAppend=function(e){var n=this.right.leafAppend(e);if(n)return new t(this.left,n)},t.prototype.leafPrepend=function(e){var n=this.left.leafPrepend(e);if(n)return new t(n,this.right)},t.prototype.appendInner=function(e){return this.left.depth>=Math.max(this.right.depth,e.depth)+1?new t(this.left,new t(this.right,e)):new t(this,e)},t}(X),Zh=500,Qh=class e{constructor(e,t){this.items=e,this.eventCount=t}popEvent(t,n){if(this.eventCount==0)return null;let r=this.items.length;for(;;r--)if(this.items.get(r-1).selection){--r;break}let i,a;n&&(i=this.remapping(r,this.items.length),a=i.maps.length);let o=t.tr,s,c,l=[],u=[];return this.items.forEach((t,n)=>{if(!t.step){i||(i=this.remapping(r,n+1),a=i.maps.length),a--,u.push(t);return}if(i){u.push(new eg(t.map));let e=t.step.map(i.slice(a)),n;e&&o.maybeStep(e).doc&&(n=o.mapping.maps[o.mapping.maps.length-1],l.push(new eg(n,void 0,void 0,l.length+u.length))),a--,n&&i.appendMap(n,a)}else o.maybeStep(t.step);if(t.selection)return s=i?t.selection.map(i.slice(a)):t.selection,c=new e(this.items.slice(0,r).append(u.reverse().concat(l)),this.eventCount-1),!1},this.items.length,0),{remaining:c,transform:o,selection:s}}addTransform(t,n,r,i){let a=[],o=this.eventCount,s=this.items,c=!i&&s.length?s.get(s.length-1):null;for(let e=0;eng&&(s=$h(s,l),o-=l),new e(s.append(a),o)}remapping(e,t){let n=new Ut;return this.items.forEach((t,r)=>{let i=t.mirrorOffset!=null&&r-t.mirrorOffset>=e?n.maps.length-t.mirrorOffset:void 0;n.appendMap(t.map,i)},e,t),n}addMaps(t){return this.eventCount==0?this:new e(this.items.append(t.map(e=>new eg(e))),this.eventCount)}rebased(t,n){if(!this.eventCount)return this;let r=[],i=Math.max(0,this.items.length-n),a=t.mapping,o=t.steps.length,s=this.eventCount;this.items.forEach(e=>{e.selection&&s--},i);let c=n;this.items.forEach(e=>{let n=a.getMirror(--c);if(n==null)return;o=Math.min(o,n);let i=a.maps[n];if(e.step){let o=t.steps[n].invert(t.docs[n]),l=e.selection&&e.selection.map(a.slice(c+1,n));l&&s++,r.push(new eg(i,o,l))}else r.push(new eg(i))},i);let l=[];for(let e=n;eZh&&(u=u.compress(this.items.length-r.length)),u}emptyItemCount(){let e=0;return this.items.forEach(t=>{t.step||e++}),e}compress(t=this.items.length){let n=this.remapping(0,t),r=n.maps.length,i=[],a=0;return this.items.forEach((e,o)=>{if(o>=t)i.push(e),e.selection&&a++;else if(e.step){let t=e.step.map(n.slice(r)),o=t&&t.getMap();if(r--,o&&n.appendMap(o,r),t){let s=e.selection&&e.selection.map(n.slice(r));s&&a++;let c=new eg(o.invert(),t,s),l,u=i.length-1;(l=i.length&&i[u].merge(c))?i[u]=l:i.push(c)}}else e.map&&r--},this.items.length,0),new e(X.from(i.reverse()),a)}};Qh.empty=new Qh(X.empty,0);function $h(e,t){let n;return e.forEach((e,r)=>{if(e.selection&&t--==0)return n=r,!1}),e.slice(n)}var eg=class e{constructor(e,t,n,r){this.map=e,this.step=t,this.selection=n,this.mirrorOffset=r}merge(t){if(this.step&&t.step&&!t.selection){let n=t.step.merge(this.step);if(n)return new e(n.getMap().invert(),n,this.selection)}}},tg=class{constructor(e,t,n,r,i){this.done=e,this.undone=t,this.prevRanges=n,this.prevTime=r,this.prevComposition=i}},ng=20;function rg(e,t,n,r){let i=n.getMeta(dg),a;if(i)return i.historyState;n.getMeta(fg)&&(e=new tg(e.done,e.undone,null,0,-1));let o=n.getMeta(`appendedTransaction`);if(n.steps.length==0)return e;if(o&&o.getMeta(dg))return o.getMeta(dg).redo?new tg(e.done.addTransform(n,void 0,r,ug(t)),e.undone,ag(n.mapping.maps),e.prevTime,e.prevComposition):new tg(e.done,e.undone.addTransform(n,void 0,r,ug(t)),null,e.prevTime,e.prevComposition);if(n.getMeta(`addToHistory`)!==!1&&!(o&&o.getMeta(`addToHistory`)===!1)){let i=n.getMeta(`composition`),a=e.prevTime==0||!o&&e.prevComposition!=i&&(e.prevTime<(n.time||0)-r.newGroupDelay||!ig(n,e.prevRanges)),s=o?og(e.prevRanges,n.mapping):ag(n.mapping.maps);return new tg(e.done.addTransform(n,a?t.selection.getBookmark():void 0,r,ug(t)),Qh.empty,s,n.time,i??e.prevComposition)}else if(a=n.getMeta(`rebased`))return new tg(e.done.rebased(n,a),e.undone.rebased(n,a),og(e.prevRanges,n.mapping),e.prevTime,e.prevComposition);else return new tg(e.done.addMaps(n.mapping.maps),e.undone.addMaps(n.mapping.maps),og(e.prevRanges,n.mapping),e.prevTime,e.prevComposition)}function ig(e,t){if(!t)return!1;if(!e.docChanged)return!0;let n=!1;return e.mapping.maps[0].forEach((e,r)=>{for(let i=0;i=t[i]&&(n=!0)}),n}function ag(e){let t=[];for(let n=e.length-1;n>=0&&t.length==0;n--)e[n].forEach((e,n,r,i)=>t.push(r,i));return t}function og(e,t){if(!e)return null;let n=[];for(let r=0;r{let i=dg.getState(n);if(!i||(e?i.undone:i.done).eventCount==0)return!1;if(r){let a=sg(i,n,e);a&&r(t?a.scrollIntoView():a)}return!0}}var hg=mg(!1,!0),gg=mg(!0,!0);W.create({name:`characterCount`,addOptions(){return{limit:null,mode:`textSize`,textCounter:e=>e.length,wordCounter:e=>e.split(` `).filter(e=>e!==``).length}},addStorage(){return{characters:()=>0,words:()=>0}},onBeforeCreate(){this.storage.characters=e=>{let t=e?.node||this.editor.state.doc;if((e?.mode||this.options.mode)===`textSize`){let e=t.textBetween(0,t.content.size,void 0,` `);return this.options.textCounter(e)}return t.nodeSize},this.storage.words=e=>{let t=e?.node||this.editor.state.doc,n=t.textBetween(0,t.content.size,` `,` `);return this.options.wordCounter(n)}},addProseMirrorPlugins(){let e=!1;return[new N({key:new P(`characterCount`),appendTransaction:(t,n,r)=>{if(e)return;let i=this.options.limit;if(i==null||i===0){e=!0;return}let a=this.storage.characters({node:r.doc});if(a>i){let t=a-i;console.warn(`[CharacterCount] Initial content exceeded limit of ${i} characters. Content was automatically trimmed.`);let n=r.tr.deleteRange(0,t);return e=!0,n}e=!0},filterTransaction:(e,t)=>{let n=this.options.limit;if(!e.docChanged||n===0||n==null)return!0;let r=this.storage.characters({node:t.doc}),i=this.storage.characters({node:e.doc});if(i<=n||r>n&&i>n&&i<=r)return!0;if(r>n&&i>n&&i>r||!e.getMeta(`paste`))return!1;let a=e.selection.$head.pos,o=a-(i-n),s=a;return e.deleteRange(o,s),!(this.storage.characters({node:e.doc})>n)}})]}});var _g=W.create({name:`dropCursor`,addOptions(){return{color:`currentColor`,width:1,class:void 0}},addProseMirrorPlugins(){return[Fh(this.options)]}});W.create({name:`focus`,addOptions(){return{className:`has-focus`,mode:`all`}},addProseMirrorPlugins(){return[new N({key:new P(`focus`),props:{decorations:({doc:e,selection:t})=>{let{isEditable:n,isFocused:r}=this.editor,{anchor:i}=t,a=[];if(!n||!r)return R.create(e,[]);let o=0;this.options.mode===`deepest`&&e.descendants((e,t)=>{if(!e.isText){if(!(i>=t&&i<=t+e.nodeSize-1))return!1;o+=1}});let s=0;return e.descendants((e,t)=>{if(e.isText||!(i>=t&&i<=t+e.nodeSize-1))return!1;if(s+=1,this.options.mode===`deepest`&&o-s>0||this.options.mode===`shallowest`&&s>1)return this.options.mode===`deepest`;a.push(Ps.node(t,t+e.nodeSize,{class:this.options.className}))}),R.create(e,a)}}})]}});var vg=W.create({name:`gapCursor`,addProseMirrorPlugins(){return[Hh()]},extendNodeSchema(e){return{allowGapCursor:H(V(e,`allowGapCursor`,{name:e.name,options:e.options,storage:e.storage}))??null}}}),yg=`placeholder`;function bg(e){return e.replace(/\s+/g,`-`).replace(/[^a-zA-Z0-9-]/g,``).replace(/^[0-9-]+/,``).replace(/^-+/,``).toLowerCase()}W.create({name:`placeholder`,addOptions(){return{emptyEditorClass:`is-editor-empty`,emptyNodeClass:`is-empty`,dataAttribute:yg,placeholder:`Write something …`,showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}},addProseMirrorPlugins(){let e=this.options.dataAttribute?`data-${bg(this.options.dataAttribute)}`:`data-${yg}`;return[new N({key:new P(`placeholder`),props:{decorations:({doc:t,selection:n})=>{let r=this.editor.isEditable||!this.options.showOnlyWhenEditable,{anchor:i}=n,a=[];if(!r)return null;let o=this.editor.isEmpty;return t.descendants((t,n)=>{let r=i>=n&&i<=n+t.nodeSize,s=!t.isLeaf&&zu(t);if(!t.type.isTextblock)return this.options.includeChildren;if((r||!this.options.showOnlyCurrent)&&s){let i=[this.options.emptyNodeClass];o&&i.push(this.options.emptyEditorClass);let s=Ps.node(n,n+t.nodeSize,{class:i.join(` `),[e]:typeof this.options.placeholder==`function`?this.options.placeholder({editor:this.editor,node:t,pos:n,hasAnchor:r}):this.options.placeholder});a.push(s)}return this.options.includeChildren}),R.create(t,a)}}})]}}),W.create({name:`selection`,addOptions(){return{className:`selection`}},addProseMirrorPlugins(){let{editor:e,options:t}=this;return[new N({key:new P(`selection`),props:{decorations(n){return n.selection.empty||e.isFocused||!e.isEditable||Bu(n.selection)||e.view.dragging?null:R.create(n.doc,[Ps.inline(n.selection.from,n.selection.to,{class:t.className})])}}})]}});function xg({types:e,node:t}){return t&&Array.isArray(e)&&e.includes(t.type)||t?.type===e}var Sg=W.create({name:`trailingNode`,addOptions(){return{node:void 0,notAfter:[]}},addProseMirrorPlugins(){let e=new P(this.name),t=this.options.node||this.editor.schema.topNodeType.contentMatch.defaultType?.name||`paragraph`,n=Object.entries(this.editor.schema.nodes).map(([,e])=>e).filter(e=>(this.options.notAfter||[]).concat(t).includes(e.name));return[new N({key:e,appendTransaction:(n,r,i)=>{let{doc:a,tr:o,schema:s}=i,c=e.getState(i),l=a.content.size,u=s.nodes[t];if(!n.some(e=>e.getMeta(`skipTrailingNode`))&&c)return o.insert(l,u.create())},state:{init:(e,t)=>{let r=t.tr.doc.lastChild;return!xg({node:r,types:n})},apply:(e,t)=>{if(!e.docChanged||e.getMeta(`__uniqueIDTransaction`))return t;let r=e.doc.lastChild;return!xg({node:r,types:n})}}})]}}),Cg=W.create({name:`undoRedo`,addOptions(){return{depth:100,newGroupDelay:500}},addCommands(){return{undo:()=>({state:e,dispatch:t})=>hg(e,t),redo:()=>({state:e,dispatch:t})=>gg(e,t)}},addProseMirrorPlugins(){return[pg(this.options)]},addKeyboardShortcuts(){return{"Mod-z":()=>this.editor.commands.undo(),"Shift-Mod-z":()=>this.editor.commands.redo(),"Mod-y":()=>this.editor.commands.redo(),"Mod-я":()=>this.editor.commands.undo(),"Shift-Mod-я":()=>this.editor.commands.redo()}}}),wg=W.create({name:`starterKit`,addExtensions(){let e=[];return this.options.bold!==!1&&e.push(Sf.configure(this.options.bold)),this.options.blockquote!==!1&&e.push(_f.configure(this.options.blockquote)),this.options.bulletList!==!1&&e.push(nh.configure(this.options.bulletList)),this.options.code!==!1&&e.push(Tf.configure(this.options.code)),this.options.codeBlock!==!1&&e.push(kf.configure(this.options.codeBlock)),this.options.document!==!1&&e.push(Af.configure(this.options.document)),this.options.dropcursor!==!1&&e.push(_g.configure(this.options.dropcursor)),this.options.gapcursor!==!1&&e.push(vg.configure(this.options.gapcursor)),this.options.hardBreak!==!1&&e.push(jf.configure(this.options.hardBreak)),this.options.heading!==!1&&e.push(Mf.configure(this.options.heading)),this.options.undoRedo!==!1&&e.push(Cg.configure(this.options.undoRedo)),this.options.horizontalRule!==!1&&e.push(Nf.configure(this.options.horizontalRule)),this.options.italic!==!1&&e.push(Rf.configure(this.options.italic)),this.options.listItem!==!1&&e.push(rh.configure(this.options.listItem)),this.options.listKeymap!==!1&&e.push(mh.configure(this.options?.listKeymap)),this.options.link!==!1&&e.push(Xm.configure(this.options?.link)),this.options.orderedList!==!1&&e.push(Ch.configure(this.options.orderedList)),this.options.paragraph!==!1&&e.push(kh.configure(this.options.paragraph)),this.options.strike!==!1&&e.push(Mh.configure(this.options.strike)),this.options.text!==!1&&e.push(Nh.configure(this.options.text)),this.options.underline!==!1&&e.push(Ph.configure(this.options?.underline)),this.options.trailingNode!==!1&&e.push(Sg.configure(this.options?.trailingNode)),e}}),Tg,Eg;if(typeof WeakMap<`u`){let e=new WeakMap;Tg=t=>e.get(t),Eg=(t,n)=>(e.set(t,n),n)}else{let e=[],t=0;Tg=t=>{for(let n=0;n(t==10&&(t=0),e[t++]=n,e[t++]=r)}var Z=class{constructor(e,t,n,r){this.width=e,this.height=t,this.map=n,this.problems=r}findCell(e){for(let t=0;t=n){(a||=[]).push({type:`overlong_rowspan`,pos:c,n:f-e});break}let l=i+e*t;for(let e=0;er&&(a+=i.attrs.colspan)}}for(let e=0;e1&&(n=!0)}t==-1?t=a:t!=a&&(t=Math.max(t,a))}return t}function kg(e,t,n){e.problems||=[];let r={};for(let i=0;i0;t--)if(e.node(t).type.spec.tableRole==`row`)return e.node(0).resolve(e.before(t+1));return null}function Pg(e){for(let t=e.depth;t>0;t--){let n=e.node(t).type.spec.tableRole;if(n===`cell`||n===`header_cell`)return e.node(t)}return null}function Fg(e){let t=e.selection.$head;for(let e=t.depth;e>0;e--)if(t.node(e).type.spec.tableRole==`row`)return!0;return!1}function Ig(e){let t=e.selection;if(`$anchorCell`in t&&t.$anchorCell)return t.$anchorCell.pos>t.$headCell.pos?t.$anchorCell:t.$headCell;if(`node`in t&&t.node&&t.node.type.spec.tableRole==`cell`)return t.$anchor;let n=Ng(t.$head)||Lg(t.$head);if(n)return n;throw RangeError(`No cell found around position ${t.head}`)}function Lg(e){for(let t=e.nodeAfter,n=e.pos;t;t=t.firstChild,n++){let r=t.type.spec.tableRole;if(r==`cell`||r==`header_cell`)return e.doc.resolve(n)}for(let t=e.nodeBefore,n=e.pos;t;t=t.lastChild,n--){let r=t.type.spec.tableRole;if(r==`cell`||r==`header_cell`)return e.doc.resolve(n-t.nodeSize)}}function Rg(e){return e.parent.type.spec.tableRole==`row`&&!!e.nodeAfter}function zg(e){return e.node(0).resolve(e.pos+e.nodeAfter.nodeSize)}function Bg(e,t){return e.depth==t.depth&&e.pos>=t.start(-1)&&e.pos<=t.end(-1)}function Vg(e,t,n){let r=e.node(-1),i=Z.get(r),a=e.start(-1),o=i.nextCell(e.pos-a,t,n);return o==null?null:e.node(0).resolve(a+o)}function Hg(e,t,n=1){let r={...e,colspan:e.colspan-n};return r.colwidth&&(r.colwidth=r.colwidth.slice(),r.colwidth.splice(t,n),r.colwidth.some(e=>e>0)||(r.colwidth=null)),r}function Ug(e,t,n=1){let r={...e,colspan:e.colspan+n};if(r.colwidth){r.colwidth=r.colwidth.slice();for(let e=0;ee!=t.pos-i);s.unshift(t.pos-i);let c=s.map(e=>{let t=n.nodeAt(e);if(!t)throw RangeError(`No cell with offset ${e} found`);let r=i+e+1;return new Kn(o.resolve(r),o.resolve(r+t.content.size))});super(c[0].$from,c[0].$to,c),this.$anchorCell=e,this.$headCell=t}map(t,n){let r=t.resolve(n.map(this.$anchorCell.pos)),i=t.resolve(n.map(this.$headCell.pos));if(Rg(r)&&Rg(i)&&Bg(r,i)){let t=this.$anchorCell.node(-1)!=r.node(-1);return t&&this.isRowSelection()?e.rowSelection(r,i):t&&this.isColSelection()?e.colSelection(r,i):new e(r,i)}return j.between(r,i)}content(){let e=this.$anchorCell.node(-1),t=Z.get(e),n=this.$anchorCell.start(-1),r=t.rectBetween(this.$anchorCell.pos-n,this.$headCell.pos-n),i={},a=[];for(let n=r.top;n0||u>0){let e=c.attrs;if(l>0&&(e=Hg(e,0,l)),u>0&&(e=Hg(e,e.colspan-u,u)),s.leftr.bottom){let e={...c.attrs,rowspan:Math.min(s.bottom,r.bottom)-Math.max(s.top,r.top)};c=s.top0)return!1;let n=e+this.$anchorCell.nodeAfter.attrs.rowspan,r=t+this.$headCell.nodeAfter.attrs.rowspan;return Math.max(n,r)==this.$headCell.node(-1).childCount}static colSelection(t,n=t){let r=t.node(-1),i=Z.get(r),a=t.start(-1),o=i.findCell(t.pos-a),s=i.findCell(n.pos-a),c=t.node(0);return o.top<=s.top?(o.top>0&&(t=c.resolve(a+i.map[o.left])),s.bottom0&&(n=c.resolve(a+i.map[s.left])),o.bottom0)return!1;let a=r+this.$anchorCell.nodeAfter.attrs.colspan,o=i+this.$headCell.nodeAfter.attrs.colspan;return Math.max(a,o)==t.width}eq(t){return t instanceof e&&t.$anchorCell.pos==this.$anchorCell.pos&&t.$headCell.pos==this.$headCell.pos}static rowSelection(t,n=t){let r=t.node(-1),i=Z.get(r),a=t.start(-1),o=i.findCell(t.pos-a),s=i.findCell(n.pos-a),c=t.node(0);return o.left<=s.left?(o.left>0&&(t=c.resolve(a+i.map[o.top*i.width])),s.right0&&(n=c.resolve(a+i.map[s.top*i.width])),o.right{t.push(Ps.node(n,n+e.nodeSize,{class:`selectedCell`}))}),R.create(e.doc,t)}function qg({$from:e,$to:t}){if(e.pos==t.pos||e.pos=0&&!(e.after(i+1)=0&&!(t.before(e+1)>t.start(e));e--,r--);return n==r&&/row|table/.test(e.node(i).type.spec.tableRole)}function Jg({$from:e,$to:t}){let n,r;for(let t=e.depth;t>0;t--){let r=e.node(t);if(r.type.spec.tableRole===`cell`||r.type.spec.tableRole===`header_cell`){n=r;break}}for(let e=t.depth;e>0;e--){let n=t.node(e);if(n.type.spec.tableRole===`cell`||n.type.spec.tableRole===`header_cell`){r=n;break}}return n!==r&&t.parentOffset===0}function Yg(e,t,n){let r=(t||e).selection,i=(t||e).doc,a,o;if(r instanceof M&&(o=r.node.type.spec.tableRole)){if(o==`cell`||o==`header_cell`)a=Q.create(i,r.from);else if(o==`row`){let e=i.resolve(r.from+1);a=Q.rowSelection(e,e)}else if(!n){let e=Z.get(r.node),t=r.from+1,n=t+e.map[e.width*e.height-1];a=Q.create(i,t+1,n)}}else r instanceof j&&qg(r)?a=j.create(i,r.from):r instanceof j&&Jg(r)&&(a=j.create(i,r.$from.start(),r.$from.end()));return a&&(t||=e.tr).setSelection(a),t}var Xg=new P(`fix-tables`);function Zg(e,t,n,r){let i=e.childCount,a=t.childCount;outer:for(let o=0,s=0;o{t.type.spec.tableRole==`table`&&(n=$g(e,t,r,n))};return t?t.doc!=e.doc&&Zg(t.doc,e.doc,0,r):e.doc.descendants(r),n}function $g(e,t,n,r){let i=Z.get(t);if(!i.problems)return r;r||=e.tr;let a=[];for(let e=0;e0){let t=`cell`;n.firstChild&&(t=n.firstChild.type.spec.tableRole);let a=[];for(let n=0;n0?-1:0;Wg(t,r,i+a)&&(a=i==0||i==t.width?null:0);for(let o=0;o0&&i0&&t.map[s-1]==c||i0?-1:0;o_(t,r,i+s)&&(s=i==0||i==t.height?null:0);for(let a=0,c=t.width*i;a0&&i0&&l==t.map[o-t.width]){let t=n.nodeAt(l).attrs;e.setNodeMarkup(e.mapping.slice(s).map(l+r),null,{...t,rowspan:t.rowspan-1}),a+=t.colspan-1}else if(i0&&n[a]==n[a-1]||r.right0&&n[i]==n[i-e]||r.bottom0){let e=s+1+c.content.size,t=f_(c)?s+1:e;n.replaceWith(t+r.tableStart,e+r.tableStart,o)}n.setSelection(new Q(n.doc.resolve(s+r.tableStart))),t(n)}return!0}function h_(e,t){let n=jg(e.schema);return g_(({node:e})=>n[e.type.spec.tableRole])(e,t)}function g_(e){return(t,n)=>{let r=t.selection,i,a;if(r instanceof Q){if(r.$anchorCell.pos!=r.$headCell.pos)return!1;i=r.$anchorCell.nodeAfter,a=r.$anchorCell.pos}else{if(i=Pg(r.$from),!i)return!1;a=Ng(r.$from)?.pos}if(i==null||a==null||i.attrs.colspan==1&&i.attrs.rowspan==1)return!1;if(n){let o=i.attrs,s=[],c=o.colwidth;o.rowspan>1&&(o={...o,rowspan:1}),o.colspan>1&&(o={...o,colspan:1});let l=e_(t),u=t.tr;for(let e=0;e{n.attrs[e]!==t&&a.setNodeMarkup(r,null,{...n.attrs,[e]:t})}):a.setNodeMarkup(i.pos,null,{...i.nodeAfter.attrs,[e]:t}),r(a)}return!0}}function v_(e){return function(t,n){if(!Fg(t))return!1;if(n){let r=jg(t.schema),i=e_(t),a=t.tr,o=i.map.cellsInRect(e==`column`?{left:i.left,top:0,right:i.right,bottom:i.map.height}:e==`row`?{left:0,top:i.top,right:i.map.width,bottom:i.bottom}:i),s=o.map(e=>i.table.nodeAt(e));for(let e=0;e{let t=e+i.tableStart,n=a.doc.nodeAt(t);n&&a.setNodeMarkup(t,u,n.attrs)}),n(a)}return!0}}b_(`row`,{useDeprecatedLogic:!0}),b_(`column`,{useDeprecatedLogic:!0});var x_=b_(`cell`,{useDeprecatedLogic:!0});function S_(e,t){if(t<0){let t=e.nodeBefore;if(t)return e.pos-t.nodeSize;for(let t=e.index(-1)-1,n=e.before();t>=0;t--){let r=e.node(-1).child(t),i=r.lastChild;if(i)return n-1-i.nodeSize;n-=r.nodeSize}}else{if(e.index()0;r--)if(n.node(r).type.spec.tableRole==`table`)return t&&t(e.tr.delete(n.before(r),n.after(r)).scrollIntoView()),!0;return!1}function T_(e,t){let n=e.selection;if(!(n instanceof Q))return!1;if(t){let r=e.tr,i=jg(e.schema).cell.createAndFill().content;n.forEachCell((e,t)=>{e.content.eq(i)||r.replace(r.mapping.map(t+1),r.mapping.map(t+e.nodeSize-1),new O(i,0,0))}),r.docChanged&&t(r)}return!0}function E_(e){if(e.size===0)return null;let{content:t,openStart:n,openEnd:r}=e;for(;t.childCount==1&&(n>0&&r>0||t.child(0).type.spec.tableRole==`table`);)n--,r--,t=t.child(0).content;let i=t.child(0),a=i.type.spec.tableRole,o=i.type.schema,s=[];if(a==`row`)for(let e=0;e=0;t--){let{rowspan:i,colspan:a}=r.child(t).attrs;for(let t=e;t=t.length&&t.push(E.empty),n[i]r&&(s=s.type.createChecked(Hg(s.attrs,s.attrs.colspan,n+s.attrs.colspan-r),s.content)),o.push(s),n+=s.attrs.colspan;for(let n=1;ni&&(t=t.type.create({...t.attrs,rowspan:Math.max(1,i-t.attrs.rowspan)},t.content)),o.push(t)}e.push(E.from(o))}n=e,t=i}return{width:e,height:t,rows:n}}function A_(e,t,n,r,i,a,o){let s=e.doc.type.schema,c=jg(s),l,u;if(i>t.width)for(let a=0,s=0;at.height){let s=[];for(let e=0,r=(t.height-1)*t.width;e=t.width?!1:n.nodeAt(t.map[r+e]).type==c.header_cell;s.push(i?u||=c.header_cell.createAndFill():l||=c.cell.createAndFill())}let d=c.row.create(null,E.from(s)),f=[];for(let e=t.height;e{if(!i)return!1;let a=n.selection;if(a instanceof Q)return F_(n,r,A.near(a.$headCell,t));if(e!=`horiz`&&!a.empty)return!1;let o=V_(i,e,t);if(o==null)return!1;if(e==`horiz`)return F_(n,r,A.near(n.doc.resolve(a.head+t),t));{let i=n.doc.resolve(o),a=Vg(i,e,t),s;return s=a?A.near(a,1):t<0?A.near(n.doc.resolve(i.before(-1)),-1):A.near(n.doc.resolve(i.after(-1)),1),F_(n,r,s)}}}function L_(e,t){return(n,r,i)=>{if(!i)return!1;let a=n.selection,o;if(a instanceof Q)o=a;else{let r=V_(i,e,t);if(r==null)return!1;o=new Q(n.doc.resolve(r))}let s=Vg(o.$headCell,e,t);return s?F_(n,r,new Q(o.$anchorCell,s)):!1}}function R_(e,t){let n=e.state.doc,r=Ng(n.resolve(t));return r?(e.dispatch(e.state.tr.setSelection(new Q(r))),!0):!1}function z_(e,t,n){if(!Fg(e.state))return!1;let r=E_(n),i=e.state.selection;if(i instanceof Q){r||={width:1,height:1,rows:[E.from(O_(jg(e.state.schema).cell,n))]};let t=i.$anchorCell.node(-1),a=i.$anchorCell.start(-1),o=Z.get(t).rectBetween(i.$anchorCell.pos-a,i.$headCell.pos-a);return r=k_(r,o.right-o.left,o.bottom-o.top),N_(e.state,e.dispatch,a,o,r),!0}else if(r){let t=Ig(e.state),n=t.start(-1);return N_(e.state,e.dispatch,n,Z.get(t.node(-1)).findCell(t.pos-n),r),!0}else return!1}function B_(e,t){if(t.button!=0||t.ctrlKey||t.metaKey)return;let n=H_(e,t.target),r;if(t.shiftKey&&e.state.selection instanceof Q)i(e.state.selection.$anchorCell,t),t.preventDefault();else if(t.shiftKey&&n&&(r=Ng(e.state.selection.$anchor))!=null&&U_(e,t)?.pos!=r.pos)i(r,t),t.preventDefault();else if(!n)return;function i(t,n){let r=U_(e,n),i=Mg.getState(e.state)==null;if(!r||!Bg(t,r))if(i)r=t;else return;let a=new Q(t,r);if(i||!e.state.selection.eq(a)){let n=e.state.tr.setSelection(a);i&&n.setMeta(Mg,t.pos),e.dispatch(n)}}function a(){e.root.removeEventListener(`mouseup`,a),e.root.removeEventListener(`dragstart`,a),e.root.removeEventListener(`mousemove`,o),Mg.getState(e.state)!=null&&e.dispatch(e.state.tr.setMeta(Mg,-1))}function o(r){let o=r,s=Mg.getState(e.state),c;if(s!=null)c=e.state.doc.resolve(s);else if(H_(e,o.target)!=n&&(c=U_(e,t),!c))return a();c&&i(c,o)}e.root.addEventListener(`mouseup`,a),e.root.addEventListener(`dragstart`,a),e.root.addEventListener(`mousemove`,o)}function V_(e,t,n){if(!(e.state.selection instanceof j))return null;let{$head:r}=e.state.selection;for(let i=r.depth-1;i>=0;i--){let a=r.node(i);if((n<0?r.index(i):r.indexAfter(i))!=(n<0?0:a.childCount))return null;if(a.type.spec.tableRole==`cell`||a.type.spec.tableRole==`header_cell`){let a=r.before(i),o=t==`vert`?n>0?`down`:`up`:n>0?`right`:`left`;return e.endOfTextblock(o)?a:null}}return null}function H_(e,t){for(;t&&t!=e.dom;t=t.parentNode)if(t.nodeName==`TD`||t.nodeName==`TH`)return t;return null}function U_(e,t){let n=e.posAtCoords({left:t.clientX,top:t.clientY});if(!n)return null;let{inside:r,pos:i}=n;return r>=0&&Ng(e.state.doc.resolve(r))||Ng(e.state.doc.resolve(i))}var W_=class{constructor(e,t){this.node=e,this.defaultCellMinWidth=t,this.dom=document.createElement(`div`),this.dom.className=`tableWrapper`,this.table=this.dom.appendChild(document.createElement(`table`)),this.table.style.setProperty(`--default-cell-min-width`,`${t}px`),this.colgroup=this.table.appendChild(document.createElement(`colgroup`)),G_(e,this.colgroup,this.table,t),this.contentDOM=this.table.appendChild(document.createElement(`tbody`))}update(e){return e.type==this.node.type?(this.node=e,G_(e,this.colgroup,this.table,this.defaultCellMinWidth),!0):!1}ignoreMutation(e){return e.type==`attributes`&&(e.target==this.table||this.colgroup.contains(e.target))}};function G_(e,t,n,r,i,a){let o=0,s=!0,c=t.firstChild,l=e.firstChild;if(l){for(let e=0,n=0;enew r(e,n,t)),new J_(-1,!1)},apply(e,t){return t.apply(e)}},props:{attributes:e=>{let t=K_.getState(e);return t&&t.activeHandle>-1?{class:`resize-cursor`}:{}},handleDOMEvents:{mousemove:(t,n)=>{Y_(t,n,e,i)},mouseleave:e=>{X_(e)},mousedown:(e,r)=>{Z_(e,r,t,n)}},decorations:e=>{let t=K_.getState(e);if(t&&t.activeHandle>-1)return ov(e,t.activeHandle)},nodeViews:{}}});return a}var J_=class e{constructor(e,t){this.activeHandle=e,this.dragging=t}apply(t){let n=this,r=t.getMeta(K_);if(r&&r.setHandle!=null)return new e(r.setHandle,!1);if(r&&r.setDragging!==void 0)return new e(n.activeHandle,r.setDragging);if(n.activeHandle>-1&&t.docChanged){let r=t.mapping.map(n.activeHandle,-1);return Rg(t.doc.resolve(r))||(r=-1),new e(r,n.dragging)}return n}};function Y_(e,t,n,r){if(!e.editable)return;let i=K_.getState(e.state);if(i&&!i.dragging){let a=$_(t.target),o=-1;if(a){let{left:r,right:i}=a.getBoundingClientRect();t.clientX-r<=n?o=ev(e,t,`left`,n):i-t.clientX<=n&&(o=ev(e,t,`right`,n))}if(o!=i.activeHandle){if(!r&&o!==-1){let t=e.state.doc.resolve(o),n=t.node(-1),r=Z.get(n),i=t.start(-1);if(r.colCount(t.pos-i)+t.nodeAfter.attrs.colspan-1==r.width-1)return}nv(e,o)}}}function X_(e){if(!e.editable)return;let t=K_.getState(e.state);t&&t.activeHandle>-1&&!t.dragging&&nv(e,-1)}function Z_(e,t,n,r){if(!e.editable)return!1;let i=e.dom.ownerDocument.defaultView??window,a=K_.getState(e.state);if(!a||a.activeHandle==-1||a.dragging)return!1;let o=e.state.doc.nodeAt(a.activeHandle),s=Q_(e,a.activeHandle,o.attrs);e.dispatch(e.state.tr.setMeta(K_,{setDragging:{startX:t.clientX,startWidth:s}}));function c(t){i.removeEventListener(`mouseup`,c),i.removeEventListener(`mousemove`,l);let r=K_.getState(e.state);r?.dragging&&(rv(e,r.activeHandle,tv(r.dragging,t,n)),e.dispatch(e.state.tr.setMeta(K_,{setDragging:null})))}function l(t){if(!t.which)return c(t);let i=K_.getState(e.state);if(i&&i.dragging){let a=tv(i.dragging,t,n);iv(e,i.activeHandle,a,r)}}return iv(e,a.activeHandle,s,r),i.addEventListener(`mouseup`,c),i.addEventListener(`mousemove`,l),t.preventDefault(),!0}function Q_(e,t,{colspan:n,colwidth:r}){let i=r&&r[r.length-1];if(i)return i;let a=e.domAtPos(t),o=a.node.childNodes[a.offset].offsetWidth,s=n;if(r)for(let e=0;elv(e),renderHTML:e=>e.align?{style:`text-align: ${e.align}`}:{}}}var fv=G.create({name:`tableCell`,addOptions(){return{HTMLAttributes:{}}},content:`block+`,addAttributes(){return{colspan:{default:1},rowspan:{default:1},colwidth:{default:null,parseHTML:e=>{let t=e.getAttribute(`colwidth`),n=t?t.split(`,`).map(e=>parseInt(e,10)):null;if(!n){let t=e.closest(`table`)?.querySelectorAll(`colgroup > col`),n=Array.from(e.parentElement?.children||[]).indexOf(e);if(n&&n>-1&&t&&t[n]){let e=t[n].getAttribute(`width`);return e?[parseInt(e,10)]:null}}return n}},align:dv()}},tableRole:`cell`,isolating:!0,parseHTML(){return[{tag:`td`}]},renderHTML({HTMLAttributes:e}){return[`td`,U(this.options.HTMLAttributes,e),0]}}),pv=G.create({name:`tableHeader`,addOptions(){return{HTMLAttributes:{}}},content:`block+`,addAttributes(){return{colspan:{default:1},rowspan:{default:1},colwidth:{default:null,parseHTML:e=>{let t=e.getAttribute(`colwidth`);return t?t.split(`,`).map(e=>parseInt(e,10)):null}},align:dv()}},tableRole:`header_cell`,isolating:!0,parseHTML(){return[{tag:`th`}]},renderHTML({HTMLAttributes:e}){return[`th`,U(this.options.HTMLAttributes,e),0]}}),mv=G.create({name:`tableRow`,addOptions(){return{HTMLAttributes:{}}},content:`(tableCell | tableHeader)*`,tableRole:`row`,parseHTML(){return[{tag:`tr`}]},renderHTML({HTMLAttributes:e}){return[`tr`,U(this.options.HTMLAttributes,e),0]}});function hv(e,t){return t?[`width`,`${Math.max(t,e)}px`]:[`min-width`,`${e}px`]}function gv(e,t,n,r,i,a){var o;let s=0,c=!0,l=t.firstChild,u=e.firstChild;if(u!==null)for(let e=0,n=0;e{let r=e.nodes[n];r.spec.tableRole&&(t[r.spec.tableRole]=r)}),e.cached.tableNodeTypes=t,t}function xv(e,t,n,r,i){let a=bv(e),o=[],s=[];for(let e=0;e{let{selection:t}=e.state;if(!Sv(t))return!1;let n=0;return tu(t.ranges[0].$from,e=>e.type.name===`table`)?.node.descendants(e=>{if(e.type.name===`table`)return!1;[`tableCell`,`tableHeader`].includes(e.type.name)&&(n+=1)}),n===t.ranges.length?(e.commands.deleteTable(),!0):!1};function wv(e){return(e||``).replace(/\s+/g,` `).trim()}function Tv(e,t,n={}){let r=n.cellLineSeparator??``;if(!e||!e.content||e.content.length===0)return``;let i=[];e.content.forEach(e=>{let n=[];e.content&&e.content.forEach(e=>{let i=``;i=e.content&&Array.isArray(e.content)&&e.content.length>1?e.content.map(e=>t.renderChildren(e)).join(r):e.content?t.renderChildren(e.content):``;let a=wv(i),o=e.type===`tableHeader`,s=uv(e.attrs);n.push({text:a,isHeader:o,align:s})}),i.push(n)});let a=i.reduce((e,t)=>Math.max(e,t.length),0);if(a===0)return``;let o=Array(a).fill(0);i.forEach(e=>{for(let t=0;to[t]&&(o[t]=n),o[t]<3&&(o[t]=3)}});let s=(e,t)=>e+` `.repeat(Math.max(0,t-e.length)),c=i[0],l=c.some(e=>e.isHeader),u=Array(a).fill(null);i.forEach(e=>{for(let t=0;tl&&c[t]&&c[t].text||``);return d+=`| ${f.map((e,t)=>s(e,o[t])).join(` | `)} | +`,d+=`| ${o.map((e,t)=>{let n=Math.max(3,e),r=u[t];return r===`left`?`:${`-`.repeat(n)}`:r===`right`?`${`-`.repeat(n)}:`:r===`center`?`:${`-`.repeat(n)}:`:`-`.repeat(n)}).join(` | `)} | +`,(l?i.slice(1):i).forEach(e=>{d+=`| ${Array(a).fill(0).map((t,n)=>s(e[n]&&e[n].text||``,o[n])).join(` | `)} | +`}),d}var Ev=Tv,Dv=G.create({name:`table`,addOptions(){return{HTMLAttributes:{},resizable:!1,renderWrapper:!1,handleWidth:5,cellMinWidth:25,View:_v,lastColumnResizable:!0,allowTableNodeSelection:!1}},content:`tableRow+`,tableRole:`table`,isolating:!0,group:`block`,parseHTML(){return[{tag:`table`}]},renderHTML({node:e,HTMLAttributes:t}){let{colgroup:n,tableWidth:r,tableMinWidth:i}=vv(e,this.options.cellMinWidth),a=t.style;function o(){return a||(r?`width: ${r}`:`min-width: ${i}`)}let s=[`table`,U(this.options.HTMLAttributes,t,{style:o()}),n,[`tbody`,0]];return this.options.renderWrapper?[`div`,{class:`tableWrapper`},s]:s},parseMarkdown:(e,t)=>{let n=[],r=Array.isArray(e.align)?e.align:[];if(e.header){let i=[];e.header.forEach((e,n)=>{let a=cv(r[n]??e.align),o=a?{align:a}:{};i.push(t.createNode(`tableHeader`,o,[{type:`paragraph`,content:t.parseInline(e.tokens)}]))}),n.push(t.createNode(`tableRow`,{},i))}return e.rows&&e.rows.forEach(e=>{let i=[];e.forEach((e,n)=>{let a=cv(r[n]??e.align),o=a?{align:a}:{};i.push(t.createNode(`tableCell`,o,[{type:`paragraph`,content:t.parseInline(e.tokens)}]))}),n.push(t.createNode(`tableRow`,{},i))}),t.createNode(`table`,void 0,n)},renderMarkdown:(e,t)=>Ev(e,t),addCommands(){return{insertTable:({rows:e=3,cols:t=3,withHeaderRow:n=!0}={})=>({tr:r,dispatch:i,editor:a})=>{let o=xv(a.schema,e,t,n);if(i){let e=r.selection.from+1;r.replaceSelectionWith(o).scrollIntoView().setSelection(j.near(r.doc.resolve(e)))}return!0},addColumnBefore:()=>({state:e,dispatch:t})=>n_(e,t),addColumnAfter:()=>({state:e,dispatch:t})=>r_(e,t),deleteColumn:()=>({state:e,dispatch:t})=>a_(e,t),addRowBefore:()=>({state:e,dispatch:t})=>c_(e,t),addRowAfter:()=>({state:e,dispatch:t})=>l_(e,t),deleteRow:()=>({state:e,dispatch:t})=>d_(e,t),deleteTable:()=>({state:e,dispatch:t})=>w_(e,t),mergeCells:()=>({state:e,dispatch:t})=>m_(e,t),splitCell:()=>({state:e,dispatch:t})=>h_(e,t),toggleHeaderColumn:()=>({state:e,dispatch:t})=>b_(`column`)(e,t),toggleHeaderRow:()=>({state:e,dispatch:t})=>b_(`row`)(e,t),toggleHeaderCell:()=>({state:e,dispatch:t})=>x_(e,t),mergeOrSplit:()=>({state:e,dispatch:t})=>m_(e,t)?!0:h_(e,t),setCellAttribute:(e,t)=>({state:n,dispatch:r})=>__(e,t)(n,r),goToNextCell:()=>({state:e,dispatch:t})=>C_(1)(e,t),goToPreviousCell:()=>({state:e,dispatch:t})=>C_(-1)(e,t),fixTables:()=>({state:e,dispatch:t})=>(t&&Qg(e),!0),setCellSelection:e=>({tr:t,dispatch:n})=>{if(n){let n=Q.create(t.doc,e.anchorCell,e.headCell);t.setSelection(n)}return!0}}},addKeyboardShortcuts(){return{Tab:()=>this.editor.commands.goToNextCell()?!0:this.editor.can().addRowAfter()?this.editor.chain().addRowAfter().goToNextCell().run():!1,"Shift-Tab":()=>this.editor.commands.goToPreviousCell(),Backspace:Cv,"Mod-Backspace":Cv,Delete:Cv,"Mod-Delete":Cv}},addProseMirrorPlugins(){return[...this.options.resizable&&this.editor.isEditable?[q_({handleWidth:this.options.handleWidth,cellMinWidth:this.options.cellMinWidth,defaultCellMinWidth:this.options.cellMinWidth,View:this.options.View,lastColumnResizable:this.options.lastColumnResizable})]:[],sv({allowTableNodeSelection:this.options.allowTableNodeSelection})]},extendNodeSchema(e){return{tableRole:H(V(e,`tableRole`,{name:e.name,options:e.options,storage:e.storage}))}}});W.create({name:`tableKit`,addExtensions(){let e=[];return this.options.table!==!1&&e.push(Dv.configure(this.options.table)),this.options.tableCell!==!1&&e.push(fv.configure(this.options.tableCell)),this.options.tableHeader!==!1&&e.push(pv.configure(this.options.tableHeader)),this.options.tableRow!==!1&&e.push(mv.configure(this.options.tableRow)),e}});var Ov=20,kv=(e,t=0)=>{let n=[];return!e.children.length||t>Ov||Array.from(e.children).forEach(e=>{e.tagName===`SPAN`?n.push(e):e.children.length&&n.push(...kv(e,t+1))}),n},Av=e=>{if(!e.children.length)return;let t=kv(e);t&&t.forEach(e=>{let t=e.getAttribute(`style`),n=(e.parentElement?.closest(`span`))?.getAttribute(`style`);e.setAttribute(`style`,`${n};${t}`)})},jv=wd.create({name:`textStyle`,priority:101,addOptions(){return{HTMLAttributes:{},mergeNestedSpanStyles:!0}},parseHTML(){return[{tag:`span`,consuming:!1,getAttrs:e=>e.hasAttribute(`style`)?(this.options.mergeNestedSpanStyles&&Av(e),{}):!1}]},renderHTML({HTMLAttributes:e}){return[`span`,U(this.options.HTMLAttributes,e),0]},addCommands(){return{toggleTextStyle:e=>({commands:t})=>t.toggleMark(this.name,e),removeEmptyTextStyle:()=>({tr:e})=>{let{selection:t}=e;return e.doc.nodesBetween(t.from,t.to,(t,n)=>{if(t.isTextblock)return!0;t.marks.filter(e=>e.type===this.type).some(e=>Object.values(e.attrs).some(e=>!!e))||e.removeMark(n,n+t.nodeSize,this.type)}),!0}}}}),Mv=W.create({name:`backgroundColor`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{backgroundColor:{default:null,parseHTML:e=>{let t=e.getAttribute(`style`);if(t){let e=t.split(`;`).map(e=>e.trim()).filter(Boolean);for(let t=e.length-1;t>=0;--t){let n=e[t].split(`:`);if(n.length>=2){let e=n[0].trim().toLowerCase(),t=n.slice(1).join(`:`).trim();if(e===`background-color`)return t.replace(/['"]+/g,``)}}}return e.style.backgroundColor?.replace(/['"]+/g,``)},renderHTML:e=>e.backgroundColor?{style:`background-color: ${e.backgroundColor}`}:{}}}}]},addCommands(){return{setBackgroundColor:e=>({chain:t})=>t().setMark(`textStyle`,{backgroundColor:e}).run(),unsetBackgroundColor:()=>({chain:e})=>e().setMark(`textStyle`,{backgroundColor:null}).removeEmptyTextStyle().run()}}}),Nv=W.create({name:`color`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{color:{default:null,parseHTML:e=>{let t=e.getAttribute(`style`);if(t){let e=t.split(`;`).map(e=>e.trim()).filter(Boolean);for(let t=e.length-1;t>=0;--t){let n=e[t].split(`:`);if(n.length>=2){let e=n[0].trim().toLowerCase(),t=n.slice(1).join(`:`).trim();if(e===`color`)return t.replace(/['"]+/g,``)}}}return e.style.color?.replace(/['"]+/g,``)},renderHTML:e=>e.color?{style:`color: ${e.color}`}:{}}}}]},addCommands(){return{setColor:e=>({chain:t})=>t().setMark(`textStyle`,{color:e}).run(),unsetColor:()=>({chain:e})=>e().setMark(`textStyle`,{color:null}).removeEmptyTextStyle().run()}}}),Pv=W.create({name:`fontFamily`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{fontFamily:{default:null,parseHTML:e=>e.style.fontFamily,renderHTML:e=>e.fontFamily?{style:`font-family: ${e.fontFamily}`}:{}}}}]},addCommands(){return{setFontFamily:e=>({chain:t})=>t().setMark(`textStyle`,{fontFamily:e}).run(),unsetFontFamily:()=>({chain:e})=>e().setMark(`textStyle`,{fontFamily:null}).removeEmptyTextStyle().run()}}}),Fv=W.create({name:`fontSize`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{fontSize:{default:null,parseHTML:e=>e.style.fontSize,renderHTML:e=>e.fontSize?{style:`font-size: ${e.fontSize}`}:{}}}}]},addCommands(){return{setFontSize:e=>({chain:t})=>t().setMark(`textStyle`,{fontSize:e}).run(),unsetFontSize:()=>({chain:e})=>e().setMark(`textStyle`,{fontSize:null}).removeEmptyTextStyle().run()}}}),Iv=W.create({name:`lineHeight`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{lineHeight:{default:null,parseHTML:e=>e.style.lineHeight,renderHTML:e=>e.lineHeight?{style:`line-height: ${e.lineHeight}`}:{}}}}]},addCommands(){return{setLineHeight:e=>({chain:t})=>t().setMark(`textStyle`,{lineHeight:e}).run(),unsetLineHeight:()=>({chain:e})=>e().setMark(`textStyle`,{lineHeight:null}).removeEmptyTextStyle().run()}}});W.create({name:`textStyleKit`,addExtensions(){let e=[];return this.options.backgroundColor!==!1&&e.push(Mv.configure(this.options.backgroundColor)),this.options.color!==!1&&e.push(Nv.configure(this.options.color)),this.options.fontFamily!==!1&&e.push(Pv.configure(this.options.fontFamily)),this.options.fontSize!==!1&&e.push(Fv.configure(this.options.fontSize)),this.options.lineHeight!==!1&&e.push(Iv.configure(this.options.lineHeight)),this.options.textStyle!==!1&&e.push(jv.configure(this.options.textStyle)),e}});var Lv=fv.extend({content:`inline*`,parseHTML(){return[{tag:`td`}]},renderHTML({HTMLAttributes:e}){return[`td`,e,0]}}),Rv=pv.extend({content:`inline*`,parseHTML(){return[{tag:`th`}]},renderHTML({HTMLAttributes:e}){return[`th`,e,0]}}),zv={name:`WorshipDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([]),a=i([]),o=()=>{n.value=!0,c()},s=()=>{n.value=!1},c=async()=>{try{r.value=(await le.get(`/event-places`)).data}catch(e){console.error(`Fehler beim Laden der Orte:`,e)}};return{isOpen:n,locations:r,selectedLocations:a,openWorshipDialog:o,closeWorshipDialog:s,confirmWorshipConfiguration:()=>{t(`confirm`,JSON.stringify(a.value.map(e=>e.id))),s()}}}},Bv={key:0,class:`dialog-overlay`},Vv={class:`dialog-content`};function Hv(e,t,n,r,i,a){let o=s(`multiselect`);return S(),m(`div`,null,[r.isOpen?(S(),m(`div`,Bv,[f(`div`,Vv,[t[3]||=f(`h3`,null,`Gottesdienst-Konfiguration`,-1),t[4]||=f(`div`,null,[f(`label`,{for:`location-select`},`Bitte wählen Sie den Ort für den Gottestdienst aus:`)],-1),f(`div`,null,[g(o,{modelValue:r.selectedLocations,"onUpdate:modelValue":t[0]||=e=>r.selectedLocations=e,options:r.locations,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,"preselect-first":!1,label:`name`,"track-by":`id`,placeholder:`Orte auswählen`},null,8,[`modelValue`,`options`])]),f(`div`,null,[f(`button`,{onClick:t[1]||=(...e)=>r.confirmWorshipConfiguration&&r.confirmWorshipConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[2]||=(...e)=>r.closeWorshipDialog&&r.closeWorshipDialog(...e)},`Schließen`)])])])):x(``,!0)])}var Uv=ne(zv,[[`render`,Hv],[`__scopeId`,`data-v-39238d16`]]),Wv={name:`AddContactDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([]),a=i([]),o=i([]),s=i([]),c=i(null),l=i([]),u=i([]),d=i([]),f=i([]),p=i(`float`),m=i({phone:!1,street:!1,zipcode:!1,city:!1,email:!1,positions:!1}),h=i([{id:`all`,caption:`Alle`},{id:`specific`,caption:`Eine Person`},{id:`places`,caption:`Für bestimmte Orte`},{id:`types`,caption:`Für bestimmte Typen`},{id:`position`,caption:`Für bestimmte Positionen`}]),g=i([{id:`float`,label:`Durchlaufender Text`},{id:`box`,label:`Textbox`}]),_=()=>{n.value=!0,b(),te(),ne(),x()},ee=()=>{n.value=!1},v=()=>{l.value.some(e=>e.id===`all`)?(l.value=[{id:`all`,caption:`Alle`}],c.value=null,u.value=[],f.value=[],d.value=[]):l.value.some(e=>e.id===`specific`)?(l.value=[{id:`specific`,caption:`Eine Person`}],u.value=[],f.value=[],d.value=[]):(l.value.some(e=>e.id===`places`)||l.value.some(e=>e.id===`types`)||l.value.some(e=>e.id===`position`))&&(c.value=null)},y=()=>{console.log(`Selected positions:`,d.value);let e=``,n=Object.keys(m.value).filter(e=>m.value[e]),r={};l.value.some(e=>e.id===`all`)?r.id=`all`:l.value.some(e=>e.id===`specific`)&&c.value?r.id=c.value.id:(r.types=u.value.map(e=>e.id),r.places=f.value.map(e=>e.id),r.positions=Array.isArray(d.value)?d.value.map(e=>e.id):[]);let i={selection:r,display:n,style:p.value};e=`{{ contact:`+JSON.stringify(i)+` }}`,console.log(`Emitting config:`,e),t(`confirm`,e),ee()},b=async()=>{try{r.value=(await le.get(`/contact-persons`)).data}catch(e){console.error(`Fehler beim Laden der Kontaktpersonen:`,e)}},te=async()=>{try{a.value=(await le.get(`/event-types`)).data}catch(e){console.error(`Fehler beim Laden der Event-Typen:`,e)}},ne=async()=>{try{o.value=(await le.get(`/event-places`)).data}catch(e){console.error(`Fehler beim Laden der Orte:`,e)}},x=async()=>{try{s.value=(await le.get(`/positions`)).data}catch(e){console.error(`Fehler beim Laden der Positionen:`,e)}};return{isOpen:n,contacts:r,selectedContact:c,selectedTypes:l,selectedEventTypes:u,selectedPlaces:f,displayOptions:m,displayStyle:p,displayStyles:g,typeOptions:h,openAddContactDialog:_,closeAddContactDialog:ee,confirmAddContactConfiguration:y,onTypeSelect:v,places:o,eventTypes:a,positions:s,selectedPositions:d}}},Gv={key:0,class:`dialog-overlay`},Kv={class:`dialog-content`},qv={key:0},Jv={key:1},Yv={key:2},Xv={key:3},Zv={class:`display-options`},Qv=[`value`];function $v(e,t,r,i,o,c){let l=s(`multiselect`);return S(),m(`div`,null,[i.isOpen?(S(),m(`div`,Gv,[f(`div`,Kv,[t[27]||=f(`h3`,null,`Kontaktperson hinzufügen`,-1),f(`div`,null,[t[14]||=f(`label`,{for:`type-select`},`Typen:`,-1),g(l,{id:`type-select`,modelValue:i.selectedTypes,"onUpdate:modelValue":t[0]||=e=>i.selectedTypes=e,options:i.typeOptions,multiple:!0,label:`caption`,"track-by":`id`,onSelect:i.onTypeSelect},null,8,[`modelValue`,`options`,`onSelect`])]),i.selectedTypes.some(e=>e.id===`places`)?(S(),m(`div`,qv,[t[15]||=f(`label`,{for:`places-select`},`Wählen Sie Orte:`,-1),g(l,{id:`places-select`,modelValue:i.selectedPlaces,"onUpdate:modelValue":t[1]||=e=>i.selectedPlaces=e,options:i.places,multiple:!0,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),i.selectedTypes.some(e=>e.id===`types`)?(S(),m(`div`,Jv,[t[16]||=f(`label`,{for:`types-select`},`Wählen Sie Typen:`,-1),g(l,{id:`types-select`,modelValue:i.selectedEventTypes,"onUpdate:modelValue":t[2]||=e=>i.selectedEventTypes=e,options:i.eventTypes,multiple:!0,label:`caption`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),i.selectedTypes.some(e=>e.id===`position`)?(S(),m(`div`,Yv,[t[17]||=f(`label`,{for:`position-select`},`Wählen Sie eine Position:`,-1),g(l,{id:`position-select`,modelValue:i.selectedPositions,"onUpdate:modelValue":t[3]||=e=>i.selectedPositions=e,options:i.positions,multiple:!1,label:`caption`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),i.selectedTypes.some(e=>e.id===`specific`)?(S(),m(`div`,Xv,[t[18]||=f(`label`,{for:`contact-select`},`Wählen Sie eine Kontaktperson:`,-1),g(l,{id:`contact-select`,modelValue:i.selectedContact,"onUpdate:modelValue":t[4]||=e=>i.selectedContact=e,options:i.contacts,multiple:!1,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),f(`div`,null,[t[26]||=f(`label`,null,`Wählen Sie welche Elemente angezeigt werden sollen:`,-1),f(`div`,Zv,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[5]||=e=>i.displayOptions.phone=e},null,512),[[w,i.displayOptions.phone]]),t[19]||=v(` Telefon`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[6]||=e=>i.displayOptions.street=e},null,512),[[w,i.displayOptions.street]]),t[20]||=v(` Straße`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[7]||=e=>i.displayOptions.zipcode=e},null,512),[[w,i.displayOptions.zipcode]]),t[21]||=v(` Postleitzahl`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[8]||=e=>i.displayOptions.city=e},null,512),[[w,i.displayOptions.city]]),t[22]||=v(` Stadt`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[9]||=e=>i.displayOptions.email=e},null,512),[[w,i.displayOptions.email]]),t[23]||=v(` E-Mail`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[10]||=e=>i.displayOptions.positions=e},null,512),[[w,i.displayOptions.positions]]),t[24]||=v(` Positionen`,-1)])]),f(`div`,null,[t[25]||=f(`label`,{for:`displayStyle`},`Anzeigen als`,-1),a(f(`select`,{id:`displayStyle`,"onUpdate:modelValue":t[11]||=e=>i.displayStyle=e},[(S(!0),m(_,null,n(i.displayStyles,e=>(S(),m(`option`,{value:e.id,key:e.id},p(e.label),9,Qv))),128))],512),[[se,i.displayStyle]])])]),f(`div`,null,[f(`button`,{onClick:t[12]||=(...e)=>i.confirmAddContactConfiguration&&i.confirmAddContactConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[13]||=(...e)=>i.closeAddContactDialog&&i.closeAddContactDialog(...e)},`Schließen`)])])])):x(``,!0)])}var ey=ne(Wv,[[`render`,$v],[`__scopeId`,`data-v-2c1d1ad9`]]),ty={name:`AddEventDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([`Alle`,`Für bestimmte Orte`,`Für bestimmte Typen`,`Ein bestimmtes`,`Ereignisse für Homepage`]),a=i([]),o=i([]),s=i([]),c=i([]),l=i([]),u=i([]),d=i(null),f=i(!1),p=i({name:!1,type:!1,place:!1,description:!1,time:!1,contactPerson:!1,day:!1,institution:!1}),m=()=>{n.value=!0,ee(),v(),y()},h=()=>{n.value=!1},g=e=>{e===`Alle`||e===`Ein bestimmtes`?a.value=[e]:a.value=a.value.filter(e=>e!==`Alle`&&e!==`Ein bestimmtes`)},_=()=>{let e={};e.display=Object.keys(p.value).filter(e=>p.value[e]),f.value?e.id=`home`:a.value.includes(`Alle`)?e.id=`all`:a.value.includes(`Ein bestimmtes`)?e.id=d.value.id:(e.types=u.value.map(e=>e.id),e.places=l.value.map(e=>e.id)),t(`confirm`,`{{ events:`+JSON.stringify(e)+` }}`),h()},ee=async()=>{try{o.value=(await le.get(`/event-places`)).data}catch(e){console.error(`Fehler beim Laden der Orte:`,e)}},v=async()=>{try{s.value=(await le.get(`/event-types`)).data}catch(e){console.error(`Fehler beim Laden der Typen:`,e)}},y=async()=>{try{c.value=(await le.get(`/events`)).data}catch(e){console.error(`Fehler beim Laden der Events:`,e)}};return{isOpen:n,typeOptions:r,selectedTypes:a,places:o,eventTypes:s,events:c,selectedPlaces:l,selectedEventTypes:u,selectedEvent:d,displayOptions:p,openAddEventDialog:m,closeAddEventDialog:h,confirmAddEventConfiguration:_,onTypeSelect:g,isHomepage:f}}},ny={key:0,class:`dialog-overlay`},ry={class:`dialog-content`},iy={key:0},ay={key:1},oy={key:2},sy={class:`display-options`};function cy(e,t,n,r,i,o){let c=s(`multiselect`);return S(),m(`div`,null,[r.isOpen?(S(),m(`div`,ny,[f(`div`,ry,[t[29]||=f(`h3`,null,`Ereignisse hinzufügen`,-1),f(`div`,null,[t[15]||=f(`label`,{for:`selection-type`},`Wählen Sie den Typ:`,-1),g(c,{id:`selection-type`,modelValue:r.selectedTypes,"onUpdate:modelValue":t[0]||=e=>r.selectedTypes=e,options:r.typeOptions,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,onSelect:r.onTypeSelect},null,8,[`modelValue`,`options`,`onSelect`])]),f(`div`,null,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[1]||=e=>r.isHomepage=e},null,512),[[w,r.isHomepage]]),t[16]||=v(` Auch Ereignisse für die Homepage zeigen`,-1)])]),r.selectedTypes.includes(`Für bestimmte Orte`)?(S(),m(`div`,iy,[t[17]||=f(`label`,{for:`places-select`},`Wählen Sie Orte:`,-1),g(c,{id:`places-select`,modelValue:r.selectedPlaces,"onUpdate:modelValue":t[2]||=e=>r.selectedPlaces=e,options:r.places,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),r.selectedTypes.includes(`Für bestimmte Typen`)?(S(),m(`div`,ay,[t[18]||=f(`label`,{for:`types-select`},`Wählen Sie Typen:`,-1),g(c,{id:`types-select`,modelValue:r.selectedEventTypes,"onUpdate:modelValue":t[3]||=e=>r.selectedEventTypes=e,options:r.eventTypes,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,label:`caption`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),r.selectedTypes.includes(`Ein bestimmtes`)?(S(),m(`div`,oy,[t[19]||=f(`label`,{for:`event-select`},`Wählen Sie ein Event:`,-1),g(c,{id:`event-select`,modelValue:r.selectedEvent,"onUpdate:modelValue":t[4]||=e=>r.selectedEvent=e,options:r.events,multiple:!1,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),f(`div`,null,[t[28]||=f(`label`,null,`Wählen Sie welche Elemente angezeigt werden sollen:`,-1),f(`div`,sy,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[5]||=e=>r.displayOptions.name=e},null,512),[[w,r.displayOptions.name]]),t[20]||=v(` Name`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[6]||=e=>r.displayOptions.type=e},null,512),[[w,r.displayOptions.type]]),t[21]||=v(` Typ`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[7]||=e=>r.displayOptions.place=e},null,512),[[w,r.displayOptions.place]]),t[22]||=v(` Ort`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[8]||=e=>r.displayOptions.description=e},null,512),[[w,r.displayOptions.description]]),t[23]||=v(` Beschreibung`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[9]||=e=>r.displayOptions.time=e},null,512),[[w,r.displayOptions.time]]),t[24]||=v(` Uhrzeit`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[10]||=e=>r.displayOptions.contactPerson=e},null,512),[[w,r.displayOptions.contactPerson]]),t[25]||=v(` Kontaktperson`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[11]||=e=>r.displayOptions.day=e},null,512),[[w,r.displayOptions.day]]),t[26]||=v(` Veranstaltungstag`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[12]||=e=>r.displayOptions.institution=e},null,512),[[w,r.displayOptions.institution]]),t[27]||=v(` Institution`,-1)])])]),f(`div`,null,[f(`button`,{onClick:t[13]||=(...e)=>r.confirmAddEventConfiguration&&r.confirmAddEventConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[14]||=(...e)=>r.closeAddEventDialog&&r.closeAddEventDialog(...e)},`Schließen`)])])])):x(``,!0)])}var ly=ne(ty,[[`render`,cy],[`__scopeId`,`data-v-950ec016`]]),uy={name:`AddLinkDialog`,data(){return{showDialog:!1,url:``,text:``}},methods:{openAddLinkDialog(){this.showDialog=!0},closeDialog(){this.showDialog=!1,this.url=``,this.text=``},confirm(){this.$emit(`confirm`,this.url,this.text),this.closeDialog()}}},dy={key:0,class:`modal`},fy={class:`modal-content`};function py(e,t,n,r,i,o){return i.showDialog?(S(),m(`div`,dy,[f(`div`,fy,[f(`span`,{class:`close`,onClick:t[0]||=(...e)=>o.closeDialog&&o.closeDialog(...e)},`×`),t[6]||=f(`h2`,null,`Link hinzufügen`,-1),f(`table`,null,[f(`tbody`,null,[f(`tr`,null,[t[4]||=f(`td`,null,[f(`label`,{for:`link-url`},`URL:`)],-1),f(`td`,null,[a(f(`input`,{id:`link-url`,"onUpdate:modelValue":t[1]||=e=>i.url=e,type:`text`},null,512),[[oe,i.url]])])]),f(`tr`,null,[t[5]||=f(`td`,null,[f(`label`,{for:`link-text`},`Linktext:`)],-1),f(`td`,null,[a(f(`input`,{id:`link-text`,"onUpdate:modelValue":t[2]||=e=>i.text=e,type:`text`},null,512),[[oe,i.text]])])])])]),f(`button`,{onClick:t[3]||=(...e)=>o.confirm&&o.confirm(...e)},`Hinzufügen`)])])):x(``,!0)}var my=ne(uy,[[`render`,py],[`__scopeId`,`data-v-66d76ae6`]]),hy={name:`AddDownloadDialog`,data(){return{showDialog:!1,selectedFile:null,files:[]}},methods:{async openAddDownloadDialog(){this.showDialog=!0;try{this.files=(await le.get(`/files`)).data}catch(e){console.error(`Fehler beim Abrufen der Dateien:`,e)}},closeDialog(){this.showDialog=!1,this.selectedFile=null},confirm(){this.selectedFile?(console.log(this.selectedFile.hash),this.$emit(`confirm`,{hash:this.selectedFile.hash}),this.closeDialog()):alert(`Bitte wählen Sie eine Datei aus.`)}}},gy={key:0,class:`modal`},_y={class:`modal-content`},vy=[`value`];function yy(e,t,r,i,o,s){return o.showDialog?(S(),m(`div`,gy,[f(`div`,_y,[f(`span`,{class:`close`,onClick:t[0]||=(...e)=>s.closeDialog&&s.closeDialog(...e)},`×`),t[4]||=f(`h2`,null,`Datei zum Download hinzufügen`,-1),f(`table`,null,[f(`tbody`,null,[f(`tr`,null,[t[3]||=f(`td`,null,[f(`label`,{for:`file-select`},`Datei auswählen:`)],-1),f(`td`,null,[a(f(`select`,{id:`file-select`,"onUpdate:modelValue":t[1]||=e=>o.selectedFile=e},[(S(!0),m(_,null,n(o.files,e=>(S(),m(`option`,{key:e.id,value:e},p(e.title)+` (`+p(e.originalName)+`) `,9,vy))),128))],512),[[se,o.selectedFile]])])])])]),f(`button`,{onClick:t[2]||=(...e)=>s.confirm&&s.confirm(...e)},`Hinzufügen`)])])):x(``,!0)}var by=ne(hy,[[`render`,yy],[`__scopeId`,`data-v-76913011`]]),xy={name:`AddInstitutionDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([]),a=i(null),o=i(`float`),s=i({street:!1,zipcode:!1,city:!1,phone:!1,fax:!1,email:!1}),c=i([{id:`all`,name:`Alle`},...r.value]),l=i([{id:`float`,label:`Durchlaufender Text`},{id:`box`,label:`Textbox`}]),u=()=>{n.value=!0,m()},d=()=>{n.value=!1},f=()=>{a.value&&a.value.id===`all`&&(c.value=[{id:`all`,name:`Alle`}],a.value={id:`all`,name:`Alle`})},p=()=>{let e=Object.keys(s.value).filter(e=>s.value[e]),n={id:a.value.id,display:e,style:o.value};t(`confirm`,`{{ institution:${JSON.stringify(n)} }}`),d()},m=async()=>{try{r.value=(await le.get(`/institutions`)).data,c.value=[{id:`all`,name:`Alle`},...r.value]}catch(e){console.error(`Fehler beim Laden der Institutionen:`,e)}};return{isOpen:n,institutions:r,selectedInstitution:a,displayOptions:s,displayStyle:o,displayStyles:l,institutionOptions:c,openAddInstitutionDialog:u,closeAddInstitutionDialog:d,confirmAddInstitutionConfiguration:p,onInstitutionSelect:f}}},Sy={key:0,class:`dialog-overlay`},Cy={class:`dialog-content`},wy={class:`display-options`},Ty=[`value`];function Ey(e,t,r,i,o,c){let l=s(`multiselect`);return S(),m(`div`,null,[i.isOpen?(S(),m(`div`,Sy,[f(`div`,Cy,[t[19]||=f(`h3`,null,`Institution hinzufügen`,-1),f(`div`,null,[t[10]||=f(`label`,{for:`institution-select`},`Wählen Sie eine Institution:`,-1),g(l,{id:`institution-select`,modelValue:i.selectedInstitution,"onUpdate:modelValue":t[0]||=e=>i.selectedInstitution=e,options:i.institutionOptions,multiple:!1,label:`name`,"track-by":`id`,onSelect:i.onInstitutionSelect},null,8,[`modelValue`,`options`,`onSelect`])]),f(`div`,null,[t[18]||=f(`label`,null,`Wählen Sie welche Elemente angezeigt werden sollen:`,-1),f(`div`,wy,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[1]||=e=>i.displayOptions.street=e},null,512),[[w,i.displayOptions.street]]),t[11]||=v(` Straße`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[2]||=e=>i.displayOptions.zipcode=e},null,512),[[w,i.displayOptions.zipcode]]),t[12]||=v(` Postleitzahl`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[3]||=e=>i.displayOptions.city=e},null,512),[[w,i.displayOptions.city]]),t[13]||=v(` Stadt`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[4]||=e=>i.displayOptions.phone=e},null,512),[[w,i.displayOptions.phone]]),t[14]||=v(` Telefon`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[5]||=e=>i.displayOptions.fax=e},null,512),[[w,i.displayOptions.fax]]),t[15]||=v(` Fax`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[6]||=e=>i.displayOptions.email=e},null,512),[[w,i.displayOptions.email]]),t[16]||=v(` E-Mail`,-1)])]),f(`div`,null,[t[17]||=f(`label`,{for:`displayStyle`},`Anzeigen als`,-1),a(f(`select`,{id:`displayStyle`,"onUpdate:modelValue":t[7]||=e=>i.displayStyle=e},[(S(!0),m(_,null,n(i.displayStyles,e=>(S(),m(`option`,{value:e.id,key:e.id},p(e.label),9,Ty))),128))],512),[[se,i.displayStyle]])])]),f(`div`,null,[f(`button`,{onClick:t[8]||=(...e)=>i.confirmAddInstitutionConfiguration&&i.confirmAddInstitutionConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[9]||=(...e)=>i.closeAddInstitutionDialog&&i.closeAddInstitutionDialog(...e)},`Schließen`)])])])):x(``,!0)])}var Dy=ne(xy,[[`render`,Ey],[`__scopeId`,`data-v-1c37dd67`]]),$=Symbol(`IconoirProvider`);h({setup(){return{context:C($)}}});var Oy=(e,t)=>{let n=e.__vccOpts||e;for(let[e,r]of t)n[e]=r;return n};h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var ky=h({setup(){return{context:C($)}}});function Ay(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,8)],16)}var jy=Oy(ky,[[`render`,Ay]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var My=h({setup(){return{context:C($)}}});function Ny(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,8)],16)}var Py=Oy(My,[[`render`,Ny]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Fy=h({setup(){return{context:C($)}}});function Iy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M12 3L12 21M12 21L20.5 12.5M12 21L3.5 12.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Ly=Oy(Fy,[[`render`,Iy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Ry=h({setup(){return{context:C($)}}});function zy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M3 12L21 12M21 12L12.5 3.5M21 12L12.5 20.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var By=Oy(Ry,[[`render`,zy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Vy=h({setup(){return{context:C($)}}});function Hy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M12 11.6667H8M12 11.6667C12 11.6667 15.3333 11.6667 15.3333 8.33333C15.3333 5.00002 12 5 12 5C12 5 12 5 12 5H8.6C8.26863 5 8 5.26863 8 5.6V11.6667M12 11.6667C12 11.6667 16 11.6667 16 15.3333C16 19 12 19 12 19C12 19 12 19 12 19H8.6C8.26863 19 8 18.7314 8 18.4V11.6667`,stroke:`currentColor`,"stroke-width":`1.5`},null,-1)],16)}var Uy=Oy(Vy,[[`render`,Hy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Wy=h({setup(){return{context:C($)}}});function Gy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M6 20L18 20`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M12 4V16M12 16L15.5 12.5M12 16L8.5 12.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Ky=Oy(Wy,[[`render`,Gy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var qy=h({setup(){return{context:C($)}}});function Jy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M11 5L14 5M17 5L14 5M14 5L10 19M10 19L7 19M10 19L13 19`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Yy=Oy(qy,[[`render`,Jy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Xy=h({setup(){return{context:C($)}}});function Zy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,6)],16)}var Qy=Oy(Xy,[[`render`,Zy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var $y=h({setup(){return{context:C($)}}});function eb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,7)],16)}var tb=Oy($y,[[`render`,eb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var nb=h({setup(){return{context:C($)}}});function rb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M8 21H20.4C20.7314 21 21 20.7314 21 20.4V3.6C21 3.26863 20.7314 3 20.4 3H3.6C3.26863 3 3 3.26863 3 3.6V16`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M3.5 20.5L12 12M12 12V16M12 12H8`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var ib=Oy(nb,[[`render`,rb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var ab=h({setup(){return{context:C($)}}});function ob(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,5)],16)}var sb=Oy(ab,[[`render`,ob]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var cb=h({setup(){return{context:C($)}}});function lb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M3 12L21 12`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M16.2857 3L10.068 3C7.82129 3 6 4.82129 6 7.06797C6 8.81895 7.12044 10.3735 8.78157 10.9272L12 12M6 21H13.932C16.1787 21 18 19.1787 18 16.932C18 16.2409 17.8255 15.5804 17.512 15`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var ub=Oy(cb,[[`render`,lb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var db=h({setup(){return{context:C($)}}});function fb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,5)],16)}var pb=Oy(db,[[`render`,fb]]),mb=h({setup(){return{context:C($)}}});function hb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M3 12H7.5H12H16.5H21M3 12V16.5M3 12V7.5M21 12V16.5M21 12V7.5M3 16.5V20.4C3 20.7314 3.26863 21 3.6 21H7.5H12H16.5H20.4C20.7314 21 21 20.7314 21 20.4V16.5M3 16.5H7.5H12H16.5H21M21 7.5V3.6C21 3.26863 20.7314 3 20.4 3H16.5H12H7.5H3.6C3.26863 3 3 3.26863 3 3.6V7.5M21 7.5H16.5H12H7.5H3`,stroke:`currentColor`,"stroke-width":`1.5`},null,-1)],16)}var gb=Oy(mb,[[`render`,hb]]),_b=h({setup(){return{context:C($)}}});function vb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,7)],16)}var yb=Oy(_b,[[`render`,vb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var bb=h({setup(){return{context:C($)}}});function xb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M16 5V11C16 13.2091 14.2091 15 12 15V15C9.79086 15 8 13.2091 8 11V5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M6 19L18 19`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Sb=Oy(bb,[[`render`,xb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Cb={name:`EditPagesComponent`,components:{EditorContent:pf,WorshipDialog:Uv,AddImageDialog:de,BoldIcon:Uy,ItalicIcon:Yy,UnderlineIcon:Sb,StrikethroughIcon:ub,ListIcon:Qy,NumberedListLeftIcon:tb,TableIcon:yb,Table2ColumnsIcon:pb,ArrowDownIcon:Ly,ArrowRightIcon:By,TableRowsIcon:gb,AlignTopBoxIcon:Py,AlignLeftBoxIcon:jy,StatsReportIcon:sb,AddEventDialog:ly,AddContactDialog:ey,AddLinkDialog:my,AddDownloadDialog:by,AddInstitutionDialog:Dy,OpenInWindowIcon:ib,DownloadIcon:Ky},setup(){let e=ce(),n=i([]),r=i(``),a=te(()=>e.state.pageContent),o=i(null),s=i(null),c=i(null),l=i(null),u=i(null),d=i(null),f=i(null),p=i(null),m=mf({extensions:[wg,Dv.configure({resizable:!0}),mv,Lv,Rv,Sf,Rf,Ph,Mh,nh,Ch,Mf.configure({levels:[3,4,5,6]}),Xm.configure({openOnClick:!1}),jv,Nv],content:``,onUpdate:({editor:t})=>{e.commit(`SET_PAGE_CONTENT`,t.getHTML())}}),h=(e,t,n=``)=>{e.forEach(e=>{let r=n?`${n} -> ${e.name}`:e.name;t.push({...e,name:r}),e.submenu&&e.submenu.length&&h(e.submenu,t,r)})},g=async()=>{try{let t=(await le.get(`/menu-data`)).data,r=[];h(t,r),n.value=r.sort((e,t)=>e.name.localeCompare(t.name)),e.commit(`setMenuData`,t)}catch(e){console.error(`Fehler beim Abrufen der Seiten:`,e)}},_=async()=>{try{await e.dispatch(`loadPageContent`,r.value);let t=e.getters.pageContent,n=()=>{m.value&&m.value.commands?m.value.commands.setContent(t,!1):setTimeout(n,100)};n()}catch(e){console.error(`Fehler beim Laden des Seiteninhalts:`,e)}},v=async()=>{try{let t=n.value.find(e=>e.link===r.value)?.name||``;if(!t)return;let i=m.value.getHTML();e.commit(`SET_PAGE_CONTENT`,i),await e.dispatch(`savePageContent`,{link:r.value,name:t})}catch(e){console.error(`Fehler beim Speichern des Seiteninhalts:`,e)}};t(g);let y=te(()=>n.value);return ee(r,t=>{e.dispatch(`setSelectedPage`,t);let r=n.value.find(e=>e.link===t);r&&e.dispatch(`setPageTitle`,r.name),_()}),{pages:n,sortedPages:y,selectedPage:r,editor:m,loadPageContent:_,savePageContent:v,pageHtmlContent:a,openWorshipDialog:()=>{o.value.openWorshipDialog()},insertWorshipList:e=>{if(m.value){let t={location:e,order:`date asc`};m.value.chain().focus().insertContent(`{{ worshipslist:`+JSON.stringify(t)+` }}`).run()}},worshipDialog:o,addImageDialog:s,openAddImageDialog:()=>{s.value.openAddImageDialog()},insertImage:e=>{m.value&&m.value.chain().focus().insertContent(`{{ image:${e} }}`).run()},addEventDialog:c,openAddEventsDialog:()=>{c.value.openAddEventDialog()},addContactDialog:l,openAddContactDialog:()=>{l.value.openAddContactDialog()},insertContact:e=>{m.value&&m.value.chain().focus().insertContent(e).run()},insertEvent:e=>{m.value&&m.value.chain().focus().insertContent(e).run()},addLinkDialog:u,openAddLinkDialog:()=>{u.value.openAddLinkDialog()},insertLink:(e,t)=>{if(!m.value||!e)return;let n=m.value.state.doc.textBetween(m.value.state.selection.from,m.value.state.selection.to),r=(e=>e.replace(/[&<>"']/g,e=>({"&":`&`,"<":`<`,">":`>`,'"':`"`,"'":`'`})[e]))(t&&t.trim()||n||e),i=e.trim();m.value.chain().focus().insertContent(`${r}`).run()},addDownloadDialog:d,openAddDownloadDialog:()=>{d.value.openAddDownloadDialog()},insertDownload:({hash:e})=>{if(e&&m.value){let t=`{{ download:`+e+` }}`;m.value.chain().focus().insertContent(t).run()}},addInstitutionDialog:f,openAddInstitutionDialog:()=>{f.value.openAddInstitutionDialog()},insertInstitution:e=>{m.value&&m.value.chain().focus().insertContent(e).run()},colorPicker:p,openColorPicker:()=>{p.value.click()},setColor:e=>{let t=e.target.value;m.value&&m.value.chain().focus().setColor(t).run()},toggleHeading:e=>{m.value.chain().focus().toggleHeading({level:e}).run()},toggleBold:()=>{m.value.chain().focus().toggleBold().run()},toggleItalic:()=>{m.value.chain().focus().toggleItalic().run()},toggleUnderline:()=>{m.value.chain().focus().toggleUnderline().run()},toggleStrike:()=>{m.value.chain().focus().toggleStrike().run()},insertTable:()=>{m.value.chain().focus().insertTable({rows:3,cols:3,withHeaderRow:!0}).run()},toggleBulletList:()=>{m.value.chain().focus().toggleBulletList().run()},toggleOrderedList:()=>{m.value.chain().focus().toggleOrderedList().run()}}}},wb={class:`edit-pages`},Tb=[`value`],Eb={class:`toolbar`},Db={class:`table-toolbar`},Ob={class:`additional-toolbar`},kb={class:y([`htmleditor`])};function Ab(e,t,r,i,o,c){let l=s(`BoldIcon`),u=s(`ItalicIcon`),d=s(`UnderlineIcon`),h=s(`StrikethroughIcon`),ee=s(`TableIcon`),v=s(`ListIcon`),b=s(`NumberedListLeftIcon`),te=s(`StatsReportIcon`),ne=s(`OpenInWindowIcon`),x=s(`DownloadIcon`),re=s(`ArrowDownIcon`),ie=s(`Table2ColumnsIcon`),C=s(`ArrowRightIcon`),ae=s(`TableRowsIcon`),oe=s(`AlignTopBoxIcon`),w=s(`AlignLeftBoxIcon`),ce=s(`EditorContent`),le=s(`WorshipDialog`),ue=s(`AddImageDialog`),de=s(`AddContactDialog`),T=s(`AddEventDialog`),fe=s(`AddLinkDialog`),pe=s(`AddDownloadDialog`),E=s(`AddInstitutionDialog`);return S(),m(`div`,wb,[t[33]||=f(`h2`,null,`Webseiten bearbeiten`,-1),f(`div`,null,[t[32]||=f(`label`,{for:`page-select`},`Wähle eine Seite:`,-1),a(f(`select`,{id:`page-select`,"onUpdate:modelValue":t[0]||=e=>i.selectedPage=e,onChange:t[1]||=(...e)=>i.loadPageContent&&i.loadPageContent(...e)},[(S(!0),m(_,null,n(i.sortedPages,e=>(S(),m(`option`,{key:e.link,value:e.link},p(e.name),9,Tb))),128))],544),[[se,i.selectedPage]])]),f(`div`,Eb,[f(`button`,{onClick:t[2]||=e=>i.toggleHeading(3),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:3})})},`H3`,2),f(`button`,{onClick:t[3]||=e=>i.toggleHeading(4),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:4})})},`H4`,2),f(`button`,{onClick:t[4]||=e=>i.toggleHeading(5),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:5})})},`H5`,2),f(`button`,{onClick:t[5]||=e=>i.toggleHeading(6),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:6})})},`H6`,2),f(`button`,{onClick:t[6]||=e=>i.toggleBold(),class:y({"is-active":i.editor&&i.editor.isActive(`bold`)}),width:`24`,height:`24`},[g(l,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[7]||=e=>i.toggleItalic(),class:y({"is-active":i.editor&&i.editor.isActive(`italic`)})},[g(u,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[8]||=e=>i.toggleUnderline(),class:y({"is-active":i.editor&&i.editor.isActive(`underline`)})},[g(d,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[9]||=e=>i.toggleStrike(),class:y({"is-active":i.editor&&i.editor.isActive(`strike`)})},[g(h,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[10]||=e=>i.insertTable()},[g(ee,{width:`24`,height:`24`})]),f(`button`,{onClick:t[11]||=e=>i.toggleBulletList(),class:y({"is-active":i.editor&&i.editor.isActive(`bulletList`)})},[g(v,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[12]||=e=>i.toggleOrderedList(),class:y({"is-active":i.editor&&i.editor.isActive(`orderedList`)})},[g(b,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[13]||=(...e)=>i.openAddImageDialog&&i.openAddImageDialog(...e)},[g(te,{width:`24`,height:`24`})]),f(`button`,{onClick:t[14]||=(...e)=>i.openAddLinkDialog&&i.openAddLinkDialog(...e)},[g(ne,{width:`24`,height:`24`})]),f(`button`,{onClick:t[15]||=(...e)=>i.openAddDownloadDialog&&i.openAddDownloadDialog(...e)},[g(x,{width:`24`,height:`24`})]),f(`button`,{onClick:t[16]||=(...e)=>i.openColorPicker&&i.openColorPicker(...e)},`Schriftfarbe`),f(`input`,{type:`color`,ref:`colorPicker`,onInput:t[17]||=(...e)=>i.setColor&&i.setColor(...e),style:{display:`none`}},null,544)]),f(`div`,Db,[f(`button`,{onClick:t[18]||=t=>e.addColumnBefore()},[g(re,{width:`10`,height:`10`,class:`align-top`}),g(ie,{width:`24`,height:`24`})]),f(`button`,{onClick:t[19]||=t=>e.addColumnAfter()},[g(ie,{width:`24`,height:`24`}),g(re,{width:`10`,height:`10`,class:`align-top`})]),f(`button`,{onClick:t[20]||=t=>e.addRowBefore()},[g(C,{width:`10`,height:`10`,class:`align-top`}),g(ae,{width:`24`,height:`24`})]),f(`button`,{onClick:t[21]||=t=>e.addRowAfter()},[g(C,{width:`10`,height:`10`}),g(ae,{width:`24`,height:`24`})]),f(`button`,{onClick:t[22]||=t=>e.deleteColumn()},[g(ie,{width:`24`,height:`24`,class:`delete-icon`})]),f(`button`,{onClick:t[23]||=t=>e.deleteRow()},[g(ae,{width:`24`,height:`24`,class:`delete-icon`})]),f(`button`,{onClick:t[24]||=t=>e.toggleHeaderColumn()},[g(oe,{width:`24`,height:`24`})]),f(`button`,{onClick:t[25]||=t=>e.toggleHeaderRow()},[g(w,{width:`24`,height:`24`})])]),f(`div`,Ob,[f(`button`,{onClick:t[26]||=(...e)=>i.openAddEventsDialog&&i.openAddEventsDialog(...e)},`Events`),f(`button`,{onClick:t[27]||=(...e)=>i.openAddContactDialog&&i.openAddContactDialog(...e)},`Kontaktpersonen`),f(`button`,{onClick:t[28]||=(...e)=>i.openAddInstitutionDialog&&i.openAddInstitutionDialog(...e)},`Institutionen`),f(`button`,{onClick:t[29]||=(...e)=>i.openWorshipDialog&&i.openWorshipDialog(...e)},`Gottesdienste`)]),f(`div`,kb,[g(ce,{editor:i.editor},null,8,[`editor`])]),f(`button`,{onClick:t[30]||=(...e)=>i.savePageContent&&i.savePageContent(...e)},`Speichern`),g(le,{ref:`worshipDialog`,onConfirm:i.insertWorshipList},null,8,[`onConfirm`]),g(ue,{ref:`addImageDialog`,onConfirm:i.insertImage},null,8,[`onConfirm`]),g(de,{ref:`addContactDialog`,onConfirm:i.insertContact},null,8,[`onConfirm`]),g(T,{ref:`addEventDialog`,onConfirm:i.insertEvent},null,8,[`onConfirm`]),g(fe,{ref:`addLinkDialog`,onConfirm:i.insertLink},null,8,[`onConfirm`]),g(pe,{ref:`addDownloadDialog`,onConfirm:i.insertDownload},null,8,[`onConfirm`]),g(E,{ref:`addInstitutionDialog`,onConfirm:i.insertInstitution},null,8,[`onConfirm`]),f(`input`,{type:`color`,ref:`colorPicker`,onInput:t[31]||=(...e)=>i.setColor&&i.setColor(...e),style:{display:`none`}},null,544)])}var jb=ne(Cb,[[`render`,Ab],[`__scopeId`,`data-v-f49d356d`]]);export{jb as default}; +//# sourceMappingURL=EditPagesComponent-BiodI5aY.js.map \ No newline at end of file diff --git a/public/assets/EditPagesComponent-C69VrK9O.js b/public/assets/EditPagesComponent-C69VrK9O.js new file mode 100644 index 0000000..2cbb8a5 --- /dev/null +++ b/public/assets/EditPagesComponent-C69VrK9O.js @@ -0,0 +1,147 @@ +import{A as e,C as t,E as n,F as r,L as i,M as a,N as o,O as s,S as c,V as l,_ as u,b as d,c as f,ct as p,d as m,g as h,h as g,i as _,k as ee,m as v,ot as y,p as b,s as te,t as ne,u as x,v as re,w as S,x as ie,y as C,z as ae}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as oe,i as se,r as w}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{a as ce}from"./vuex.esm-bundler-CDO_-3pz.js";import{r as le}from"./router-CRKq-u_C.js";import{t as ue}from"./vue-multiselect.esm-9oGQ1abz.js";import{t as de}from"./AddImageDialog-C4VdPcdq.js";function T(e){this.content=e}T.prototype={constructor:T,find:function(e){for(var t=0;t>1}},T.from=function(e){if(e instanceof T)return e;var t=[];if(e)for(var n in e)t.push(n,e[n]);return new T(t)};function fe(e,t,n){for(let r=0;;r++){if(r==e.childCount||r==t.childCount)return e.childCount==t.childCount?null:n;let i=e.child(r),a=t.child(r);if(i==a){n+=i.nodeSize;continue}if(!i.sameMarkup(a))return n;if(i.isText&&i.text!=a.text){for(let e=0;i.text[e]==a.text[e];e++)n++;return n}if(i.content.size||a.content.size){let e=fe(i.content,a.content,n+1);if(e!=null)return e}n+=i.nodeSize}}function pe(e,t,n,r){for(let i=e.childCount,a=t.childCount;;){if(i==0||a==0)return i==a?null:{a:n,b:r};let o=e.child(--i),s=t.child(--a),c=o.nodeSize;if(o==s){n-=c,r-=c;continue}if(!o.sameMarkup(s))return{a:n,b:r};if(o.isText&&o.text!=s.text){let e=0,t=Math.min(o.text.length,s.text.length);for(;ee&&n(s,r+o,i||null,a)!==!1&&s.content.size){let i=o+1;s.nodesBetween(Math.max(0,e-i),Math.min(s.content.size,t-i),n,r+i)}o=c}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,t,n,r){let i=``,a=!0;return this.nodesBetween(e,t,(o,s)=>{let c=o.isText?o.text.slice(Math.max(e,s)-s,t-s):o.isLeaf?r?typeof r==`function`?r(o):r:o.type.spec.leafText?o.type.spec.leafText(o):``:``;o.isBlock&&(o.isLeaf&&c||o.isTextblock)&&n&&(a?a=!1:i+=n),i+=c},0),i}append(t){if(!t.size)return this;if(!this.size)return t;let n=this.lastChild,r=t.firstChild,i=this.content.slice(),a=0;for(n.isText&&n.sameMarkup(r)&&(i[i.length-1]=n.withText(n.text+r.text),a=1);at)for(let e=0,a=0;at&&((an)&&(o=o.isText?o.cut(Math.max(0,t-a),Math.min(o.text.length,n-a)):o.cut(Math.max(0,t-a-1),Math.min(o.content.size,n-a-1))),r.push(o),i+=o.nodeSize),a=s}return new e(r,i)}cutByIndex(t,n){return t==n?e.empty:t==0&&n==this.content.length?this:new e(this.content.slice(t,n))}replaceChild(t,n){let r=this.content[t];if(r==n)return this;let i=this.content.slice(),a=this.size+n.nodeSize-r.nodeSize;return i[t]=n,new e(i,a)}addToStart(t){return new e([t].concat(this.content),this.size+t.nodeSize)}addToEnd(t){return new e(this.content.concat(t),this.size+t.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let t=0;tthis.size||e<0)throw RangeError(`Position ${e} outside of fragment (${this})`);for(let t=0,n=0;;t++){let r=this.child(t),i=n+r.nodeSize;if(i>=e)return i==e?he(t+1,i):he(t,n);n=i}}toString(){return`<`+this.toStringInner()+`>`}toStringInner(){return this.content.join(`, `)}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(t,n){if(!n)return e.empty;if(!Array.isArray(n))throw RangeError(`Invalid input for Fragment.fromJSON`);return new e(n.map(t.nodeFromJSON))}static fromArray(t){if(!t.length)return e.empty;let n,r=0;for(let e=0;ethis.type.rank&&(t||=e.slice(0,r),t.push(this),n=!0),t&&t.push(i)}return t||=e.slice(),n||t.push(this),t}removeFromSet(e){for(let t=0;te.type.rank-t.type.rank),n}};D.none=[];var _e=class extends Error{},O=class e{constructor(e,t,n){this.content=e,this.openStart=t,this.openEnd=n}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(t,n){let r=ye(this.content,t+this.openStart,n);return r&&new e(r,this.openStart,this.openEnd)}removeBetween(t,n){return new e(ve(this.content,t+this.openStart,n+this.openStart),this.openStart,this.openEnd)}eq(e){return this.content.eq(e.content)&&this.openStart==e.openStart&&this.openEnd==e.openEnd}toString(){return this.content+`(`+this.openStart+`,`+this.openEnd+`)`}toJSON(){if(!this.content.size)return null;let e={content:this.content.toJSON()};return this.openStart>0&&(e.openStart=this.openStart),this.openEnd>0&&(e.openEnd=this.openEnd),e}static fromJSON(t,n){if(!n)return e.empty;let r=n.openStart||0,i=n.openEnd||0;if(typeof r!=`number`||typeof i!=`number`)throw RangeError(`Invalid input for Slice.fromJSON`);return new e(E.fromJSON(t,n.content),r,i)}static maxOpen(t,n=!0){let r=0,i=0;for(let e=t.firstChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.firstChild)r++;for(let e=t.lastChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.lastChild)i++;return new e(t,r,i)}};O.empty=new O(E.empty,0,0);function ve(e,t,n){let{index:r,offset:i}=e.findIndex(t),a=e.maybeChild(r),{index:o,offset:s}=e.findIndex(n);if(i==t||a.isText){if(s!=n&&!e.child(o).isText)throw RangeError(`Removing non-flat range`);return e.cut(0,t).append(e.cut(n))}if(r!=o)throw RangeError(`Removing non-flat range`);return e.replaceChild(r,a.copy(ve(a.content,t-i-1,n-i-1)))}function ye(e,t,n,r){let{index:i,offset:a}=e.findIndex(t),o=e.maybeChild(i);if(a==t||o.isText)return r&&!r.canReplace(i,i,n)?null:e.cut(0,t).append(n).append(e.cut(t));let s=ye(o.content,t-a-1,n,o);return s&&e.replaceChild(i,o.copy(s))}function be(e,t,n){if(n.openStart>e.depth)throw new _e(`Inserted content deeper than insertion position`);if(e.depth-n.openStart!=t.depth-n.openEnd)throw new _e(`Inconsistent open depths`);return xe(e,t,n,0)}function xe(e,t,n,r){let i=e.index(r),a=e.node(r);if(i==t.index(r)&&r=0&&e.isText&&e.sameMarkup(t[n])?t[n]=e.withText(t[n].text+e.text):t.push(e)}function Te(e,t,n,r){let i=(t||e).node(n),a=0,o=t?t.index(n):i.childCount;e&&(a=e.index(n),e.depth>n?a++:e.textOffset&&(we(e.nodeAfter,r),a++));for(let e=a;ei&&Ce(e,t,i+1),o=r.depth>i&&Ce(n,r,i+1),s=[];return Te(null,e,i,s),a&&o&&t.index(i)==n.index(i)?(Se(a,o),we(Ee(a,De(e,t,n,r,i+1)),s)):(a&&we(Ee(a,Oe(e,t,i+1)),s),Te(t,n,i,s),o&&we(Ee(o,Oe(n,r,i+1)),s)),Te(r,null,i,s),new E(s)}function Oe(e,t,n){let r=[];return Te(null,e,n,r),e.depth>n&&we(Ee(Ce(e,t,n+1),Oe(e,t,n+1)),r),Te(t,null,n,r),new E(r)}function ke(e,t){let n=t.depth-e.openStart,r=t.node(n).copy(e.content);for(let e=n-1;e>=0;e--)r=t.node(e).copy(E.from(r));return{start:r.resolveNoCache(e.openStart+n),end:r.resolveNoCache(r.content.size-e.openEnd-n)}}var Ae=class e{constructor(e,t,n){this.pos=e,this.path=t,this.parentOffset=n,this.depth=t.length/3-1}resolveDepth(e){return e==null?this.depth:e<0?this.depth+e:e}get parent(){return this.node(this.depth)}get doc(){return this.node(0)}node(e){return this.path[this.resolveDepth(e)*3]}index(e){return this.path[this.resolveDepth(e)*3+1]}indexAfter(e){return e=this.resolveDepth(e),this.index(e)+(e==this.depth&&!this.textOffset?0:1)}start(e){return e=this.resolveDepth(e),e==0?0:this.path[e*3-1]+1}end(e){return e=this.resolveDepth(e),this.start(e)+this.node(e).content.size}before(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position before the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]}after(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position after the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]+this.path[e*3].nodeSize}get textOffset(){return this.pos-this.path[this.path.length-1]}get nodeAfter(){let e=this.parent,t=this.index(this.depth);if(t==e.childCount)return null;let n=this.pos-this.path[this.path.length-1],r=e.child(t);return n?e.child(t).cut(n):r}get nodeBefore(){let e=this.index(this.depth),t=this.pos-this.path[this.path.length-1];return t?this.parent.child(e).cut(0,t):e==0?null:this.parent.child(e-1)}posAtIndex(e,t){t=this.resolveDepth(t);let n=this.path[t*3],r=t==0?0:this.path[t*3-1]+1;for(let t=0;t0;t--)if(this.start(t)<=e&&this.end(t)>=e)return t;return 0}blockRange(e=this,t){if(e.pos=0;n--)if(e.pos<=this.end(n)&&(!t||t(this.node(n))))return new Pe(this,e,n);return null}sameParent(e){return this.pos-this.parentOffset==e.pos-e.parentOffset}max(e){return e.pos>this.pos?e:this}min(e){return e.pos=0&&n<=t.content.size))throw RangeError(`Position `+n+` out of range`);let r=[],i=0,a=n;for(let e=t;;){let{index:t,offset:n}=e.content.findIndex(a),o=a-n;if(r.push(e,t,i+n),!o||(e=e.child(t),e.isText))break;a=o-1,i+=n+1}return new e(n,r,a)}static resolveCached(t,n){let r=Ne.get(t);if(r)for(let e=0;ee&&this.nodesBetween(e,t,e=>(n.isInSet(e.marks)&&(r=!0),!r)),r}get isBlock(){return this.type.isBlock}get isTextblock(){return this.type.isTextblock}get inlineContent(){return this.type.inlineContent}get isInline(){return this.type.isInline}get isText(){return this.type.isText}get isLeaf(){return this.type.isLeaf}get isAtom(){return this.type.isAtom}toString(){if(this.type.spec.toDebugString)return this.type.spec.toDebugString(this);let e=this.type.name;return this.content.size&&(e+=`(`+this.content.toStringInner()+`)`),Re(this.marks,e)}contentMatchAt(e){let t=this.type.contentMatch.matchFragment(this.content,0,e);if(!t)throw Error(`Called contentMatchAt on a node with invalid content`);return t}canReplace(e,t,n=E.empty,r=0,i=n.childCount){let a=this.contentMatchAt(e).matchFragment(n,r,i),o=a&&a.matchFragment(this.content,t);if(!o||!o.validEnd)return!1;for(let e=r;ee.type.name)}`);this.content.forEach(e=>e.check())}toJSON(){let e={type:this.type.name};for(let t in this.attrs){e.attrs=this.attrs;break}return this.content.size&&(e.content=this.content.toJSON()),this.marks.length&&(e.marks=this.marks.map(e=>e.toJSON())),e}static fromJSON(e,t){if(!t)throw RangeError(`Invalid input for Node.fromJSON`);let n;if(t.marks){if(!Array.isArray(t.marks))throw RangeError(`Invalid mark data for Node.fromJSON`);n=t.marks.map(e.markFromJSON)}if(t.type==`text`){if(typeof t.text!=`string`)throw RangeError(`Invalid text node in JSON`);return e.text(t.text,n)}let r=E.fromJSON(e,t.content),i=e.nodeType(t.type).create(t.attrs,r,n);return i.type.checkAttrs(i.attrs),i}};Ie.prototype.text=void 0;var Le=class e extends Ie{constructor(e,t,n,r){if(super(e,t,null,r),!n)throw RangeError(`Empty text nodes are not allowed`);this.text=n}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):Re(this.marks,JSON.stringify(this.text))}get textContent(){return this.text}textBetween(e,t){return this.text.slice(e,t)}get nodeSize(){return this.text.length}mark(t){return t==this.marks?this:new e(this.type,this.attrs,this.text,t)}withText(t){return t==this.text?this:new e(this.type,this.attrs,t,this.marks)}cut(e=0,t=this.text.length){return e==0&&t==this.text.length?this:this.withText(this.text.slice(e,t))}eq(e){return this.sameMarkup(e)&&this.text==e.text}toJSON(){let e=super.toJSON();return e.text=this.text,e}};function Re(e,t){for(let n=e.length-1;n>=0;n--)t=e[n].type.name+`(`+t+`)`;return t}var ze=class e{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(t,n){let r=new Be(t,n);if(r.next==null)return e.empty;let i=Ve(r);r.next&&r.err(`Unexpected trailing text`);let a=Ze(Je(i));return Qe(a,r),a}matchType(e){for(let t=0;te.createAndFill()));for(let e=0;e=this.next.length)throw RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function t(n){e.push(n);for(let r=0;r{let r=n+(t.validEnd?`*`:` `)+` `;for(let n=0;n`+e.indexOf(t.next[n].next);return r}).join(` +`)}};ze.empty=new ze(!0);var Be=class{constructor(e,t){this.string=e,this.nodeTypes=t,this.inline=null,this.pos=0,this.tokens=e.split(/\s*(?=\b|\W|$)/),this.tokens[this.tokens.length-1]==``&&this.tokens.pop(),this.tokens[0]==``&&this.tokens.shift()}get next(){return this.tokens[this.pos]}eat(e){return this.next==e&&(this.pos++||!0)}err(e){throw SyntaxError(e+` (in content expression '`+this.string+`')`)}};function Ve(e){let t=[];do t.push(He(e));while(e.eat(`|`));return t.length==1?t[0]:{type:`choice`,exprs:t}}function He(e){let t=[];do t.push(Ue(e));while(e.next&&e.next!=`)`&&e.next!=`|`);return t.length==1?t[0]:{type:`seq`,exprs:t}}function Ue(e){let t=qe(e);for(;;)if(e.eat(`+`))t={type:`plus`,expr:t};else if(e.eat(`*`))t={type:`star`,expr:t};else if(e.eat(`?`))t={type:`opt`,expr:t};else if(e.eat(`{`))t=Ge(e,t);else break;return t}function We(e){/\D/.test(e.next)&&e.err(`Expected number, got '`+e.next+`'`);let t=Number(e.next);return e.pos++,t}function Ge(e,t){let n=We(e),r=n;return e.eat(`,`)&&(r=e.next==`}`?-1:We(e)),e.eat(`}`)||e.err(`Unclosed braced range`),{type:`range`,min:n,max:r,expr:t}}function Ke(e,t){let n=e.nodeTypes,r=n[t];if(r)return[r];let i=[];for(let e in n){let r=n[e];r.isInGroup(t)&&i.push(r)}return i.length==0&&e.err(`No node type or group '`+t+`' found`),i}function qe(e){if(e.eat(`(`)){let t=Ve(e);return e.eat(`)`)||e.err(`Missing closing paren`),t}else if(/\W/.test(e.next))e.err(`Unexpected token '`+e.next+`'`);else{let t=Ke(e,e.next).map(t=>(e.inline==null?e.inline=t.isInline:e.inline!=t.isInline&&e.err(`Mixing inline and block content`),{type:`name`,value:t}));return e.pos++,t.length==1?t[0]:{type:`choice`,exprs:t}}}function Je(e){let t=[[]];return i(a(e,0),n()),t;function n(){return t.push([])-1}function r(e,n,r){let i={term:r,to:n};return t[e].push(i),i}function i(e,t){e.forEach(e=>e.to=t)}function a(e,t){if(e.type==`choice`)return e.exprs.reduce((e,n)=>e.concat(a(n,t)),[]);if(e.type==`seq`)for(let r=0;;r++){let o=a(e.exprs[r],t);if(r==e.exprs.length-1)return o;i(o,t=n())}else if(e.type==`star`){let o=n();return r(t,o),i(a(e.expr,o),o),[r(o)]}else if(e.type==`plus`){let o=n();return i(a(e.expr,t),o),i(a(e.expr,o),o),[r(o)]}else if(e.type==`opt`)return[r(t)].concat(a(e.expr,t));else if(e.type==`range`){let o=t;for(let t=0;t{e[t].forEach(({term:t,to:n})=>{if(!t)return;let r;for(let e=0;e{r||i.push([t,r=[]]),r.indexOf(e)==-1&&r.push(e)})})});let a=t[r.join(`,`)]=new ze(r.indexOf(e.length-1)>-1);for(let e=0;e-1}get whitespace(){return this.spec.whitespace||(this.spec.code?`pre`:`normal`)}hasRequiredAttrs(){for(let e in this.attrs)if(this.attrs[e].isRequired)return!0;return!1}compatibleContent(e){return this==e||this.contentMatch.compatible(e.contentMatch)}computeAttrs(e){return!e&&this.defaultAttrs?this.defaultAttrs:et(this.attrs,e)}create(e=null,t,n){if(this.isText)throw Error(`NodeType.create can't construct text nodes`);return new Ie(this,this.computeAttrs(e),E.from(t),D.setFrom(n))}createChecked(e=null,t,n){return t=E.from(t),this.checkContent(t),new Ie(this,this.computeAttrs(e),t,D.setFrom(n))}createAndFill(e=null,t,n){if(e=this.computeAttrs(e),t=E.from(t),t.size){let e=this.contentMatch.fillBefore(t);if(!e)return null;t=e.append(t)}let r=this.contentMatch.matchFragment(t),i=r&&r.fillBefore(E.empty,!0);return i?new Ie(this,e,t.append(i),D.setFrom(n)):null}validContent(e){let t=this.contentMatch.matchFragment(e);if(!t||!t.validEnd)return!1;for(let t=0;t-1}allowsMarks(e){if(this.markSet==null)return!0;for(let t=0;tr[t]=new e(t,n,i));let i=n.spec.topNode||`doc`;if(!r[i])throw RangeError(`Schema is missing its top node type ('`+i+`')`);if(!r.text)throw RangeError(`Every schema needs a 'text' type`);for(let e in r.text.attrs)throw RangeError(`The text node type should not have attributes`);return r}};function it(e,t,n){let r=n.split(`|`);return n=>{let i=n===null?`null`:typeof n;if(r.indexOf(i)<0)throw RangeError(`Expected value of type ${r} for attribute ${t} on type ${e}, got ${i}`)}}var at=class{constructor(e,t,n){this.hasDefault=Object.prototype.hasOwnProperty.call(n,`default`),this.default=n.default,this.validate=typeof n.validate==`string`?it(e,t,n.validate):n.validate}get isRequired(){return!this.hasDefault}},ot=class e{constructor(e,t,n,r){this.name=e,this.rank=t,this.schema=n,this.spec=r,this.attrs=nt(e,r.attrs),this.excluded=null;let i=$e(this.attrs);this.instance=i?new D(this,i):null}create(e=null){return!e&&this.instance?this.instance:new D(this,et(this.attrs,e))}static compile(t,n){let r=Object.create(null),i=0;return t.forEach((t,a)=>r[t]=new e(t,i++,n,a)),r}removeFromSet(e){for(var t=0;t-1}},st=class{constructor(e){this.linebreakReplacement=null,this.cached=Object.create(null);let t=this.spec={};for(let n in e)t[n]=e[n];t.nodes=T.from(e.nodes),t.marks=T.from(e.marks||{}),this.nodes=rt.compile(this.spec.nodes,this),this.marks=ot.compile(this.spec.marks,this);let n=Object.create(null);for(let e in this.nodes){if(e in this.marks)throw RangeError(e+` can not be both a node and a mark`);let t=this.nodes[e],r=t.spec.content||``,i=t.spec.marks;if(t.contentMatch=n[r]||(n[r]=ze.parse(r,this.nodes)),t.inlineContent=t.contentMatch.inlineContent,t.spec.linebreakReplacement){if(this.linebreakReplacement)throw RangeError(`Multiple linebreak nodes defined`);if(!t.isInline||!t.isLeaf)throw RangeError(`Linebreak replacement nodes must be inline leaf nodes`);this.linebreakReplacement=t}t.markSet=i==`_`?null:i?ct(this,i.split(` `)):i==``||!t.inlineContent?[]:null}for(let e in this.marks){let t=this.marks[e],n=t.spec.excludes;t.excluded=n==null?[t]:n==``?[]:ct(this,n.split(` `))}this.nodeFromJSON=e=>Ie.fromJSON(this,e),this.markFromJSON=e=>D.fromJSON(this,e),this.topNodeType=this.nodes[this.spec.topNode||`doc`],this.cached.wrappings=Object.create(null)}node(e,t=null,n,r){if(typeof e==`string`)e=this.nodeType(e);else if(!(e instanceof rt))throw RangeError(`Invalid node type: `+e);else if(e.schema!=this)throw RangeError(`Node type from different schema used (`+e.name+`)`);return e.createChecked(t,n,r)}text(e,t){let n=this.nodes.text;return new Le(n,n.defaultAttrs,e,D.setFrom(t))}mark(e,t){return typeof e==`string`&&(e=this.marks[e]),e.create(t)}nodeType(e){let t=this.nodes[e];if(!t)throw RangeError(`Unknown node type: `+e);return t}};function ct(e,t){let n=[];for(let r=0;r-1)&&n.push(o=r)}if(!o)throw SyntaxError(`Unknown mark type: '`+t[r]+`'`)}return n}function lt(e){return e.tag!=null}function ut(e){return e.style!=null}var dt=class e{constructor(e,t){this.schema=e,this.rules=t,this.tags=[],this.styles=[];let n=this.matchedStyles=[];t.forEach(e=>{if(lt(e))this.tags.push(e);else if(ut(e)){let t=/[^=]*/.exec(e.style)[0];n.indexOf(t)<0&&n.push(t),this.styles.push(e)}}),this.normalizeLists=!this.tags.some(t=>{if(!/^(ul|ol)\b/.test(t.tag)||!t.node)return!1;let n=e.nodes[t.node];return n.contentMatch.matchType(n)})}parse(e,t={}){let n=new bt(this,t,!1);return n.addAll(e,D.none,t.from,t.to),n.finish()}parseSlice(e,t={}){let n=new bt(this,t,!0);return n.addAll(e,D.none,t.from,t.to),O.maxOpen(n.finish())}matchTag(e,t,n){for(let r=n?this.tags.indexOf(n)+1:0;re.length&&(a.charCodeAt(e.length)!=61||a.slice(e.length+1)!=t))){if(r.getAttrs){let e=r.getAttrs(t);if(e===!1)continue;r.attrs=e||void 0}return r}}}static schemaRules(e){let t=[];function n(e){let n=e.priority==null?50:e.priority,r=0;for(;r{n(e=Ct(e)),e.mark||e.ignore||e.clearMark||(e.mark=t)})}for(let t in e.nodes){let r=e.nodes[t].spec.parseDOM;r&&r.forEach(e=>{n(e=Ct(e)),e.node||e.ignore||e.mark||(e.node=t)})}return t}static fromSchema(t){return t.cached.domParser||(t.cached.domParser=new e(t,e.schemaRules(t)))}},ft={address:!0,article:!0,aside:!0,blockquote:!0,canvas:!0,dd:!0,div:!0,dl:!0,fieldset:!0,figcaption:!0,figure:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,li:!0,noscript:!0,ol:!0,output:!0,p:!0,pre:!0,section:!0,table:!0,tfoot:!0,ul:!0},pt={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},mt={ol:!0,ul:!0},ht=1,gt=2,_t=4;function vt(e,t,n){return t==null?e&&e.whitespace==`pre`?ht|gt:n&~_t:(t?ht:0)|(t===`full`?gt:0)}var yt=class{constructor(e,t,n,r,i,a){this.type=e,this.attrs=t,this.marks=n,this.solid=r,this.options=a,this.content=[],this.activeMarks=D.none,this.match=i||(a&_t?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let t=this.type.contentMatch.fillBefore(E.from(e));if(t)this.match=this.type.contentMatch.matchFragment(t);else{let t=this.type.contentMatch,n;return(n=t.findWrapping(e.type))?(this.match=t,n):null}}return this.match.findWrapping(e.type)}finish(e){if(!(this.options&ht)){let e=this.content[this.content.length-1],t;if(e&&e.isText&&(t=/[ \t\r\n\u000c]+$/.exec(e.text))){let n=e;e.text.length==t[0].length?this.content.pop():this.content[this.content.length-1]=n.withText(n.text.slice(0,n.text.length-t[0].length))}}let t=E.from(this.content);return!e&&this.match&&(t=t.append(this.match.fillBefore(E.empty,!0))),this.type?this.type.create(this.attrs,t,this.marks):t}inlineContext(e){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:e.parentNode&&!ft.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}},bt=class{constructor(e,t,n){this.parser=e,this.options=t,this.isOpen=n,this.open=0,this.localPreserveWS=!1;let r=t.topNode,i,a=vt(null,t.preserveWhitespace,0)|(n?_t:0);i=r?new yt(r.type,r.attrs,D.none,!0,t.topMatch||r.type.contentMatch,a):n?new yt(null,null,D.none,!0,null,a):new yt(e.schema.topNodeType,null,D.none,!0,null,a),this.nodes=[i],this.find=t.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(e,t){e.nodeType==3?this.addTextNode(e,t):e.nodeType==1&&this.addElement(e,t)}addTextNode(e,t){let n=e.nodeValue,r=this.top,i=r.options>?`full`:this.localPreserveWS||(r.options&ht)>0,{schema:a}=this.parser;if(i===`full`||r.inlineContext(e)||/[^ \t\r\n\u000c]/.test(n)){if(!i){if(n=n.replace(/[ \t\r\n\u000c]+/g,` `),/^[ \t\r\n\u000c]/.test(n)&&this.open==this.nodes.length-1){let t=r.content[r.content.length-1],i=e.previousSibling;(!t||i&&i.nodeName==`BR`||t.isText&&/[ \t\r\n\u000c]$/.test(t.text))&&(n=n.slice(1))}}else if(i===`full`)n=n.replace(/\r\n?/g,` +`);else if(a.linebreakReplacement&&/[\r\n]/.test(n)&&this.top.findWrapping(a.linebreakReplacement.create())){let e=n.split(/\r?\n|\r/);for(let n=0;n!n.clearMark(e)):t.concat(this.parser.schema.marks[n.mark].create(n.attrs)),n.consuming===!1)e=n;else break}}return t}addElementByRule(e,t,n,r){let i,a;if(t.node)if(a=this.parser.schema.nodes[t.node],a.isLeaf)this.insertNode(a.create(t.attrs),n,e.nodeName==`BR`)||this.leafFallback(e,n);else{let e=this.enter(a,t.attrs||null,n,t.preserveWhitespace);e&&(i=!0,n=e)}else{let e=this.parser.schema.marks[t.mark];n=n.concat(e.create(t.attrs))}let o=this.top;if(a&&a.isLeaf)this.findInside(e);else if(r)this.addElement(e,n,r);else if(t.getContent)this.findInside(e),t.getContent(e,this.parser.schema).forEach(e=>this.insertNode(e,n,!1));else{let r=e;typeof t.contentElement==`string`?r=e.querySelector(t.contentElement):typeof t.contentElement==`function`?r=t.contentElement(e):t.contentElement&&(r=t.contentElement),this.findAround(e,r,!0),this.addAll(r,n),this.findAround(e,r,!1)}i&&this.sync(o)&&this.open--}addAll(e,t,n,r){let i=n||0;for(let a=n?e.childNodes[n]:e.firstChild,o=r==null?null:e.childNodes[r];a!=o;a=a.nextSibling,++i)this.findAtPoint(e,i),this.addDOM(a,t);this.findAtPoint(e,i)}findPlace(e,t,n){let r,i;for(let t=this.open,a=0;t>=0;t--){let o=this.nodes[t],s=o.findWrapping(e);if(s&&(!r||r.length>s.length+a)&&(r=s,i=o,!s.length))break;if(o.solid){if(n)break;a+=2}}if(!r)return null;this.sync(i);for(let e=0;e(a.type?a.type.allowsMarkType(t.type):wt(t.type,e))?(s=t.addToSet(s),!1):!0),this.nodes.push(new yt(e,t,s,r,null,o)),this.open++,n}closeExtra(e=!1){let t=this.nodes.length-1;if(t>this.open){for(;t>this.open;t--)this.nodes[t-1].content.push(this.nodes[t].finish(e));this.nodes.length=this.open+1}}finish(){return this.open=0,this.closeExtra(this.isOpen),this.nodes[0].finish(!!(this.isOpen||this.options.topOpen))}sync(e){for(let t=this.open;t>=0;t--)if(this.nodes[t]==e)return this.open=t,!0;else this.localPreserveWS&&(this.nodes[t].options|=ht);return!1}get currentPos(){this.closeExtra();let e=0;for(let t=this.open;t>=0;t--){let n=this.nodes[t].content;for(let t=n.length-1;t>=0;t--)e+=n[t].nodeSize;t&&e++}return e}findAtPoint(e,t){if(this.find)for(let n=0;n-1)return e.split(/\s*\|\s*/).some(this.matchesContext,this);let t=e.split(`/`),n=this.options.context,r=!this.isOpen&&(!n||n.parent.type==this.nodes[0].type),i=-(n?n.depth+1:0)+ +!r,a=(e,o)=>{for(;e>=0;e--){let s=t[e];if(s==``){if(e==t.length-1||e==0)continue;for(;o>=i;o--)if(a(e-1,o))return!0;return!1}else{let e=o>0||o==0&&r?this.nodes[o].type:n&&o>=i?n.node(o-i).type:null;if(!e||e.name!=s&&!e.isInGroup(s))return!1;o--}}return!0};return a(t.length-1,this.open)}textblockFromContext(){let e=this.options.context;if(e)for(let t=e.depth;t>=0;t--){let n=e.node(t).contentMatchAt(e.indexAfter(t)).defaultType;if(n&&n.isTextblock&&n.defaultAttrs)return n}for(let e in this.parser.schema.nodes){let t=this.parser.schema.nodes[e];if(t.isTextblock&&t.defaultAttrs)return t}}};function xt(e){for(let t=e.firstChild,n=null;t;t=t.nextSibling){let e=t.nodeType==1?t.nodeName.toLowerCase():null;e&&mt.hasOwnProperty(e)&&n?(n.appendChild(t),t=n):e==`li`?n=t:e&&(n=null)}}function St(e,t){return(e.matches||e.msMatchesSelector||e.webkitMatchesSelector||e.mozMatchesSelector).call(e,t)}function Ct(e){let t={};for(let n in e)t[n]=e[n];return t}function wt(e,t){let n=t.schema.nodes;for(let r in n){let i=n[r];if(!i.allowsMarkType(e))continue;let a=[],o=e=>{a.push(e);for(let n=0;n{if(i.length||e.marks.length){let n=0,a=0;for(;n=0;r--){let i=this.serializeMark(e.marks[r],e.isInline,t);i&&((i.contentDOM||i.dom).appendChild(n),n=i.dom)}return n}serializeMark(e,t,n={}){let r=this.marks[e.type.name];return r&&jt(Dt(n),r(e,t),null,e.attrs)}static renderSpec(e,t,n=null,r){return jt(e,t,n,r)}static fromSchema(t){return t.cached.domSerializer||(t.cached.domSerializer=new e(this.nodesFromSchema(t),this.marksFromSchema(t)))}static nodesFromSchema(e){let t=Et(e.nodes);return t.text||=e=>e.text,t}static marksFromSchema(e){return Et(e.marks)}};function Et(e){let t={};for(let n in e){let r=e[n].spec.toDOM;r&&(t[n]=r)}return t}function Dt(e){return e.document||window.document}var Ot=new WeakMap;function kt(e){let t=Ot.get(e);return t===void 0&&Ot.set(e,t=At(e)),t}function At(e){let t=null;function n(e){if(e&&typeof e==`object`)if(Array.isArray(e))if(typeof e[0]==`string`)t||=[],t.push(e);else for(let t=0;t-1)throw RangeError(`Using an array from an attribute object as a DOM spec. This may be an attempted cross site scripting attack.`);let o=i.indexOf(` `);o>0&&(n=i.slice(0,o),i=i.slice(o+1));let s,c=n?e.createElementNS(n,i):e.createElement(i),l=t[1],u=1;if(l&&typeof l==`object`&&l.nodeType==null&&!Array.isArray(l)){u=2;for(let e in l)if(l[e]!=null){let t=e.indexOf(` `);t>0?c.setAttributeNS(e.slice(0,t),e.slice(t+1),l[e]):e==`style`&&c.style?c.style.cssText=l[e]:c.setAttribute(e,l[e])}}for(let i=u;iu)throw RangeError(`Content hole must be the only child of its parent node`);return{dom:c,contentDOM:c}}else{let{dom:t,contentDOM:i}=jt(e,a,n,r);if(c.appendChild(t),i){if(s)throw RangeError(`Multiple content holes`);s=i}}}return{dom:c,contentDOM:s}}var Mt=65535,Nt=2**16;function Pt(e,t){return e+t*Nt}function Ft(e){return e&Mt}function It(e){return(e-(e&Mt))/Nt}var Lt=1,Rt=2,zt=4,Bt=8,Vt=class{constructor(e,t,n){this.pos=e,this.delInfo=t,this.recover=n}get deleted(){return(this.delInfo&Bt)>0}get deletedBefore(){return(this.delInfo&(Lt|zt))>0}get deletedAfter(){return(this.delInfo&(Rt|zt))>0}get deletedAcross(){return(this.delInfo&zt)>0}},Ht=class e{constructor(t,n=!1){if(this.ranges=t,this.inverted=n,!t.length&&e.empty)return e.empty}recover(e){let t=0,n=Ft(e);if(!this.inverted)for(let e=0;ee)break;let c=this.ranges[o+i],l=this.ranges[o+a],u=s+c;if(e<=u){let i=c?e==s?-1:e==u?1:t:t,a=s+r+(i<0?0:l);if(n)return a;let d=e==(t<0?s:u)?null:Pt(o/3,e-s),f=e==s?Rt:e==u?Lt:zt;return(t<0?e!=s:e!=u)&&(f|=Bt),new Vt(a,f,d)}r+=l-c}return n?e+r:new Vt(e+r,0,null)}touches(e,t){let n=0,r=Ft(t),i=this.inverted?2:1,a=this.inverted?1:2;for(let t=0;te)break;let s=this.ranges[t+i];if(e<=o+s&&t==r*3)return!0;n+=this.ranges[t+a]-s}return!1}forEach(e){let t=this.inverted?2:1,n=this.inverted?1:2;for(let r=0,i=0;r=0;t--){let r=e.getMirror(t);this.appendMap(e._maps[t].invert(),r!=null&&r>t?n-r-1:void 0)}}invert(){let t=new e;return t.appendMappingInverted(this),t}map(e,t=1){if(this.mirror)return this._map(e,t,!0);for(let n=this.from;nn&&t!e.isAtom||!t.type.allowsMarkType(this.mark.type)?e:e.mark(this.mark.addToSet(e.marks)),r),t.openStart,t.openEnd);return Gt.fromReplace(e,this.from,this.to,i)}invert(){return new Jt(this.from,this.to,this.mark)}map(t){let n=t.mapResult(this.from,1),r=t.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new e(n.pos,r.pos,this.mark)}merge(t){return t instanceof e&&t.mark.eq(this.mark)&&this.from<=t.to&&this.to>=t.from?new e(Math.min(this.from,t.from),Math.max(this.to,t.to),this.mark):null}toJSON(){return{stepType:`addMark`,mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`)throw RangeError(`Invalid input for AddMarkStep.fromJSON`);return new e(n.from,n.to,t.markFromJSON(n.mark))}};k.jsonID(`addMark`,qt);var Jt=class e extends k{constructor(e,t,n){super(),this.from=e,this.to=t,this.mark=n}apply(e){let t=e.slice(this.from,this.to),n=new O(Kt(t.content,e=>e.mark(this.mark.removeFromSet(e.marks)),e),t.openStart,t.openEnd);return Gt.fromReplace(e,this.from,this.to,n)}invert(){return new qt(this.from,this.to,this.mark)}map(t){let n=t.mapResult(this.from,1),r=t.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new e(n.pos,r.pos,this.mark)}merge(t){return t instanceof e&&t.mark.eq(this.mark)&&this.from<=t.to&&this.to>=t.from?new e(Math.min(this.from,t.from),Math.max(this.to,t.to),this.mark):null}toJSON(){return{stepType:`removeMark`,mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`)throw RangeError(`Invalid input for RemoveMarkStep.fromJSON`);return new e(n.from,n.to,t.markFromJSON(n.mark))}};k.jsonID(`removeMark`,Jt);var Yt=class e extends k{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return Gt.fail(`No node at mark step's position`);let n=t.type.create(t.attrs,null,this.mark.addToSet(t.marks));return Gt.fromReplace(e,this.pos,this.pos+1,new O(E.from(n),0,+!t.isLeaf))}invert(t){let n=t.nodeAt(this.pos);if(n){let t=this.mark.addToSet(n.marks);if(t.length==n.marks.length){for(let r=0;rr.pos?null:new e(n.pos,r.pos,i,a,this.slice,this.insert,this.structure)}toJSON(){let e={stepType:`replaceAround`,from:this.from,to:this.to,gapFrom:this.gapFrom,gapTo:this.gapTo,insert:this.insert};return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`||typeof n.gapFrom!=`number`||typeof n.gapTo!=`number`||typeof n.insert!=`number`)throw RangeError(`Invalid input for ReplaceAroundStep.fromJSON`);return new e(n.from,n.to,n.gapFrom,n.gapTo,O.fromJSON(t,n.slice),n.insert,!!n.structure)}};k.jsonID(`replaceAround`,Qt);function $t(e,t,n){let r=e.resolve(t),i=n-t,a=r.depth;for(;i>0&&a>0&&r.indexAfter(a)==r.node(a).childCount;)a--,i--;if(i>0){let e=r.node(a).maybeChild(r.indexAfter(a));for(;i>0;){if(!e||e.isLeaf)return!0;e=e.firstChild,i--}}return!1}function en(e,t,n,r){let i=[],a=[],o,s;e.doc.nodesBetween(t,n,(e,c,l)=>{if(!e.isInline)return;let u=e.marks;if(!r.isInSet(u)&&l.type.allowsMarkType(r.type)){let l=Math.max(c,t),d=Math.min(c+e.nodeSize,n),f=r.addToSet(u);for(let e=0;ee.step(t)),a.forEach(t=>e.step(t))}function tn(e,t,n,r){let i=[],a=0;e.doc.nodesBetween(t,n,(e,o)=>{if(!e.isInline)return;a++;let s=null;if(r instanceof ot){let t=e.marks,n;for(;n=r.isInSet(t);)(s||=[]).push(n),t=n.removeFromSet(t)}else r?r.isInSet(e.marks)&&(s=[r]):s=e.marks;if(s&&s.length){let r=Math.min(o+e.nodeSize,n);for(let e=0;ee.step(new Jt(t.from,t.to,t.style)))}function nn(e,t,n,r=n.contentMatch,i=!0){let a=e.doc.nodeAt(t),o=[],s=t+1;for(let t=0;t=0;t--)e.step(o[t])}function rn(e,t,n){return(t==0||e.canReplace(t,e.childCount))&&(n==e.childCount||e.canReplace(0,n))}function an(e){let t=e.parent.content.cutByIndex(e.startIndex,e.endIndex);for(let n=e.depth,r=0,i=0;;--n){let a=e.$from.node(n),o=e.$from.index(n)+r,s=e.$to.indexAfter(n)-i;if(nn;e--)t||r.index(e)>0?(t=!0,u=E.from(r.node(e).copy(u)),d++):c--;let f=E.empty,p=0;for(let e=a,t=!1;e>n;e--)t||i.after(e+1)=0;e--){if(r.size){let t=n[e].type.contentMatch.matchFragment(r);if(!t||!t.validEnd)throw RangeError(`Wrapper type given to Transform.wrap does not form valid content of its parent wrapper`)}r=E.from(n[e].type.create(n[e].attrs,r))}let i=t.start,a=t.end;e.step(new Qt(i,a,i,a,new O(r,0,0),n.length,!0))}function fn(e,t,n,r,i){if(!r.isTextblock)throw RangeError(`Type given to setBlockType should be a textblock`);let a=e.steps.length;e.doc.nodesBetween(t,n,(t,n)=>{let o=typeof i==`function`?i(t):i;if(t.isTextblock&&!t.hasMarkup(r,o)&&hn(e.doc,e.mapping.slice(a).map(n),r)){let i=null;if(r.schema.linebreakReplacement){let e=r.whitespace==`pre`,t=!!r.contentMatch.matchType(r.schema.linebreakReplacement);e&&!t?i=!1:!e&&t&&(i=!0)}i===!1&&mn(e,t,n,a),nn(e,e.mapping.slice(a).map(n,1),r,void 0,i===null);let s=e.mapping.slice(a),c=s.map(n,1),l=s.map(n+t.nodeSize,1);return e.step(new Qt(c,l,c+1,l-1,new O(E.from(r.create(o,null,t.marks)),0,0),1,!0)),i===!0&&pn(e,t,n,a),!1}})}function pn(e,t,n,r){t.forEach((i,a)=>{if(i.isText){let o,s=/\r?\n|\r/g;for(;o=s.exec(i.text);){let i=e.mapping.slice(r).map(n+1+a+o.index);e.replaceWith(i,i+1,t.type.schema.linebreakReplacement.create())}}})}function mn(e,t,n,r){t.forEach((i,a)=>{if(i.type==i.type.schema.linebreakReplacement){let i=e.mapping.slice(r).map(n+1+a);e.replaceWith(i,i+1,t.type.schema.text(` +`))}})}function hn(e,t,n){let r=e.resolve(t),i=r.index();return r.parent.canReplaceWith(i,i+1,n)}function gn(e,t,n,r,i){let a=e.doc.nodeAt(t);if(!a)throw RangeError(`No node at given position`);n||=a.type;let o=n.create(r,null,i||a.marks);if(a.isLeaf)return e.replaceWith(t,t+a.nodeSize,o);if(!n.validContent(a.content))throw RangeError(`Invalid content for node type `+n.name);e.step(new Qt(t,t+a.nodeSize,t+1,t+a.nodeSize-1,new O(E.from(o),0,0),1,!0))}function _n(e,t,n=1,r){let i=e.resolve(t),a=i.depth-n,o=r&&r[r.length-1]||i.parent;if(a<0||i.parent.type.spec.isolating||!i.parent.canReplace(i.index(),i.parent.childCount)||!o.type.validContent(i.parent.content.cutByIndex(i.index(),i.parent.childCount)))return!1;for(let e=i.depth-1,t=n-2;e>a;e--,t--){let n=i.node(e),a=i.index(e);if(n.type.spec.isolating)return!1;let o=n.content.cutByIndex(a,n.childCount),s=r&&r[t+1];s&&(o=o.replaceChild(0,s.type.create(s.attrs)));let c=r&&r[t]||n;if(!n.canReplace(a+1,n.childCount)||!c.type.validContent(o))return!1}let s=i.indexAfter(a),c=r&&r[0];return i.node(a).canReplaceWith(s,s,c?c.type:i.node(a+1).type)}function vn(e,t,n=1,r){let i=e.doc.resolve(t),a=E.empty,o=E.empty;for(let e=i.depth,t=i.depth-n,s=n-1;e>t;e--,s--){a=E.from(i.node(e).copy(a));let t=r&&r[s];o=E.from(t?t.type.create(t.attrs,o):i.node(e).copy(o))}e.step(new Zt(t,t,new O(a.append(o),n,n),!0))}function yn(e,t){let n=e.resolve(t),r=n.index();return xn(n.nodeBefore,n.nodeAfter)&&n.parent.canReplace(r,r+1)}function bn(e,t){t.content.size||e.type.compatibleContent(t.type);let n=e.contentMatchAt(e.childCount),{linebreakReplacement:r}=e.type.schema;for(let i=0;i0?(i=r.node(e+1),o++,a=r.node(e).maybeChild(o)):(i=r.node(e).maybeChild(o-1),a=r.node(e+1)),i&&!i.isTextblock&&xn(i,a)&&r.node(e).canReplace(o,o+1))return t;if(e==0)break;t=n<0?r.before(e):r.after(e)}}function Cn(e,t,n){let r=null,{linebreakReplacement:i}=e.doc.type.schema,a=e.doc.resolve(t-n),o=a.node().type;if(i&&o.inlineContent){let e=o.whitespace==`pre`,t=!!o.contentMatch.matchType(i);e&&!t?r=!1:!e&&t&&(r=!0)}let s=e.steps.length;if(r===!1){let r=e.doc.resolve(t+n);mn(e,r.node(),r.before(),s)}o.inlineContent&&nn(e,t+n-1,o,a.node().contentMatchAt(a.index()),r==null);let c=e.mapping.slice(s),l=c.map(t-n);if(e.step(new Zt(l,c.map(t+n,-1),O.empty,!0)),r===!0){let t=e.doc.resolve(l);pn(e,t.node(),t.before(),e.steps.length)}return e}function wn(e,t,n){let r=e.resolve(t);if(r.parent.canReplaceWith(r.index(),r.index(),n))return t;if(r.parentOffset==0)for(let e=r.depth-1;e>=0;e--){let t=r.index(e);if(r.node(e).canReplaceWith(t,t,n))return r.before(e+1);if(t>0)return null}if(r.parentOffset==r.parent.content.size)for(let e=r.depth-1;e>=0;e--){let t=r.indexAfter(e);if(r.node(e).canReplaceWith(t,t,n))return r.after(e+1);if(t=0;t--){let n=t==r.depth?0:r.pos<=(r.start(t+1)+r.end(t+1))/2?-1:1,a=r.index(t)+ +(n>0),o=r.node(t),s=!1;if(e==1)s=o.canReplace(a,a,i);else{let e=o.contentMatchAt(a).findWrapping(i.firstChild.type);s=e&&o.canReplaceWith(a,a,e[0])}if(s)return n==0?r.pos:n<0?r.before(t+1):r.after(t+1)}return null}function En(e,t,n=t,r=O.empty){if(t==n&&!r.size)return null;let i=e.resolve(t),a=e.resolve(n);return Dn(i,a,r)?new Zt(t,n,r):new On(i,a,r).fit()}function Dn(e,t,n){return!n.openStart&&!n.openEnd&&e.start()==t.start()&&e.parent.canReplace(e.index(),t.index(),n.content)}var On=class{constructor(e,t,n){this.$from=e,this.$to=t,this.unplaced=n,this.frontier=[],this.placed=E.empty;for(let t=0;t<=e.depth;t++){let n=e.node(t);this.frontier.push({type:n.type,match:n.contentMatchAt(e.indexAfter(t))})}for(let t=e.depth;t>0;t--)this.placed=E.from(e.node(t).copy(this.placed))}get depth(){return this.frontier.length-1}fit(){for(;this.unplaced.size;){let e=this.findFittable();e?this.placeNodes(e):this.openMore()||this.dropNode()}let e=this.mustMoveInline(),t=this.placed.size-this.depth-this.$from.depth,n=this.$from,r=this.close(e<0?this.$to:n.doc.resolve(e));if(!r)return null;let i=this.placed,a=n.depth,o=r.depth;for(;a&&o&&i.childCount==1;)i=i.firstChild.content,a--,o--;let s=new O(i,a,o);return e>-1?new Qt(n.pos,e,this.$to.pos,this.$to.end(),s,t):s.size||n.pos!=this.$to.pos?new Zt(n.pos,r.pos,s):null}findFittable(){let e=this.unplaced.openStart;for(let t=this.unplaced.content,n=0,r=this.unplaced.openEnd;n1&&(r=0),i.type.spec.isolating&&r<=n){e=n;break}t=i.content}for(let t=1;t<=2;t++)for(let n=t==1?e:this.unplaced.openStart;n>=0;n--){let e,r=null;n?(r=jn(this.unplaced.content,n-1).firstChild,e=r.content):e=this.unplaced.content;let i=e.firstChild;for(let e=this.depth;e>=0;e--){let{type:a,match:o}=this.frontier[e],s,c=null;if(t==1&&(i?o.matchType(i.type)||(c=o.fillBefore(E.from(i),!1)):r&&a.compatibleContent(r.type)))return{sliceDepth:n,frontierDepth:e,parent:r,inject:c};if(t==2&&i&&(s=o.findWrapping(i.type)))return{sliceDepth:n,frontierDepth:e,parent:r,wrap:s};if(r&&o.matchType(r.type))break}}}openMore(){let{content:e,openStart:t,openEnd:n}=this.unplaced,r=jn(e,t);return!r.childCount||r.firstChild.isLeaf?!1:(this.unplaced=new O(e,t+1,Math.max(n,r.size+t>=e.size-n?t+1:0)),!0)}dropNode(){let{content:e,openStart:t,openEnd:n}=this.unplaced,r=jn(e,t);if(r.childCount<=1&&t>0){let i=e.size-t<=t+r.size;this.unplaced=new O(kn(e,t-1,1),t-1,i?t-1:n)}else this.unplaced=new O(kn(e,t,1),t,n)}placeNodes({sliceDepth:e,frontierDepth:t,parent:n,inject:r,wrap:i}){for(;this.depth>t;)this.closeFrontierNode();if(i)for(let e=0;e1||s==0||e.content.size)&&(u=t,l.push(Mn(e.mark(d.allowedMarks(e.marks)),c==1?s:0,c==o.childCount?f:-1)))}let p=c==o.childCount;p||(f=-1),this.placed=An(this.placed,t,E.from(l)),this.frontier[t].match=u,p&&f<0&&n&&n.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let e=0,t=o;e1&&r==this.$to.end(--n);)++r;return r}findCloseLevel(e){scan:for(let t=Math.min(this.depth,e.depth);t>=0;t--){let{match:n,type:r}=this.frontier[t],i=t=0;n--){let{match:t,type:r}=this.frontier[n],i=Nn(e,n,r,t,!0);if(!i||i.childCount)continue scan}return{depth:t,fit:a,move:i?e.doc.resolve(e.after(t+1)):e}}}}close(e){let t=this.findCloseLevel(e);if(!t)return null;for(;this.depth>t.depth;)this.closeFrontierNode();t.fit.childCount&&(this.placed=An(this.placed,t.depth,t.fit)),e=t.move;for(let n=t.depth+1;n<=e.depth;n++){let t=e.node(n),r=t.type.contentMatch.fillBefore(t.content,!0,e.index(n));this.openFrontierNode(t.type,t.attrs,r)}return e}openFrontierNode(e,t=null,n){let r=this.frontier[this.depth];r.match=r.match.matchType(e),this.placed=An(this.placed,this.depth,E.from(e.create(t,n))),this.frontier.push({type:e,match:e.contentMatch})}closeFrontierNode(){let e=this.frontier.pop().match.fillBefore(E.empty,!0);e.childCount&&(this.placed=An(this.placed,this.frontier.length,e))}};function kn(e,t,n){return t==0?e.cutByIndex(n,e.childCount):e.replaceChild(0,e.firstChild.copy(kn(e.firstChild.content,t-1,n)))}function An(e,t,n){return t==0?e.append(n):e.replaceChild(e.childCount-1,e.lastChild.copy(An(e.lastChild.content,t-1,n)))}function jn(e,t){for(let n=0;n1&&(r=r.replaceChild(0,Mn(r.firstChild,t-1,r.childCount==1?n-1:0))),t>0&&(r=e.type.contentMatch.fillBefore(r).append(r),n<=0&&(r=r.append(e.type.contentMatch.matchFragment(r).fillBefore(E.empty,!0)))),e.copy(r)}function Nn(e,t,n,r,i){let a=e.node(t),o=i?e.indexAfter(t):e.index(t);if(o==a.childCount&&!n.compatibleContent(a.type))return null;let s=r.fillBefore(a.content,!0,o);return s&&!Pn(n,a.content,o)?s:null}function Pn(e,t,n){for(let r=n;r0;e--,t--){let n=i.node(e).type.spec;if(n.defining||n.definingAsContext||n.isolating)break;o.indexOf(e)>-1?s=e:i.before(e)==t&&o.splice(1,0,-e)}let c=o.indexOf(s),l=[],u=r.openStart;for(let e=r.content,t=0;;t++){let n=e.firstChild;if(l.push(n),t==r.openStart)break;e=n.content}for(let e=u-1;e>=0;e--){let t=l[e],n=Fn(t.type);if(n&&!t.sameMarkup(i.node(Math.abs(s)-1)))u=e;else if(n||!t.type.isTextblock)break}for(let t=r.openStart;t>=0;t--){let s=(t+u+1)%(r.openStart+1),d=l[s];if(d)for(let t=0;t=0&&(e.replace(t,n,r),!(e.steps.length>d));s--){let e=o[s];e<0||(t=i.before(e),n=a.after(e))}}function Ln(e,t,n,r,i){if(tr){let t=i.contentMatchAt(0),n=t.fillBefore(e).append(e);e=n.append(t.matchFragment(n).fillBefore(E.empty,!0))}return e}function Rn(e,t,n,r){if(!r.isInline&&t==n&&e.doc.resolve(t).parent.content.size){let i=wn(e.doc,t,r.type);i!=null&&(t=n=i)}e.replaceRange(t,n,new O(E.from(r),0,0))}function zn(e,t,n){let r=e.doc.resolve(t),i=e.doc.resolve(n);if(r.parent.isTextblock&&i.parent.isTextblock&&r.start()!=i.start()&&r.parentOffset==0&&i.parentOffset==0){let a=r.sharedDepth(n),o=!1;for(let e=r.depth;e>a;e--)r.node(e).type.spec.isolating&&(o=!0);for(let e=i.depth;e>a;e--)i.node(e).type.spec.isolating&&(o=!0);if(!o){for(let e=r.depth;e>0&&t==r.start(e);e--)t=r.before(e);for(let e=i.depth;e>0&&n==i.start(e);e--)n=i.before(e);r=e.doc.resolve(t),i=e.doc.resolve(n)}}let a=Bn(r,i);for(let t=0;t0&&(o||r.node(n-1).canReplace(r.index(n-1),i.indexAfter(n-1))))return e.delete(r.before(n),i.after(n))}for(let a=1;a<=r.depth&&a<=i.depth;a++)if(t-r.start(a)==r.depth-a&&n>r.end(a)&&i.end(a)-n!=i.depth-a&&r.start(a-1)==i.start(a-1)&&r.node(a-1).canReplace(r.index(a-1),i.index(a-1)))return e.delete(r.before(a),n);e.delete(t,n)}function Bn(e,t){let n=[],r=Math.min(e.depth,t.depth);for(let i=r;i>=0;i--){let r=e.start(i);if(rt.pos+(t.depth-i)||e.node(i).type.spec.isolating||t.node(i).type.spec.isolating)break;(r==t.start(i)||i==e.depth&&i==t.depth&&e.parent.inlineContent&&t.parent.inlineContent&&i&&t.start(i-1)==r-1)&&n.push(i)}return n}var Vn=class e extends k{constructor(e,t,n){super(),this.pos=e,this.attr=t,this.value=n}apply(e){let t=e.nodeAt(this.pos);if(!t)return Gt.fail(`No node at attribute step's position`);let n=Object.create(null);for(let e in t.attrs)n[e]=t.attrs[e];n[this.attr]=this.value;let r=t.type.create(n,null,t.marks);return Gt.fromReplace(e,this.pos,this.pos+1,new O(E.from(r),0,+!t.isLeaf))}getMap(){return Ht.empty}invert(t){return new e(this.pos,this.attr,t.nodeAt(this.pos).attrs[this.attr])}map(t){let n=t.mapResult(this.pos,1);return n.deletedAfter?null:new e(n.pos,this.attr,this.value)}toJSON(){return{stepType:`attr`,pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(t,n){if(typeof n.pos!=`number`||typeof n.attr!=`string`)throw RangeError(`Invalid input for AttrStep.fromJSON`);return new e(n.pos,n.attr,n.value)}};k.jsonID(`attr`,Vn);var Hn=class e extends k{constructor(e,t){super(),this.attr=e,this.value=t}apply(e){let t=Object.create(null);for(let n in e.attrs)t[n]=e.attrs[n];t[this.attr]=this.value;let n=e.type.create(t,e.content,e.marks);return Gt.ok(n)}getMap(){return Ht.empty}invert(t){return new e(this.attr,t.attrs[this.attr])}map(e){return this}toJSON(){return{stepType:`docAttr`,attr:this.attr,value:this.value}}static fromJSON(t,n){if(typeof n.attr!=`string`)throw RangeError(`Invalid input for DocAttrStep.fromJSON`);return new e(n.attr,n.value)}};k.jsonID(`docAttr`,Hn);var Un=class extends Error{};Un=function e(t){let n=Error.call(this,t);return n.__proto__=e.prototype,n},Un.prototype=Object.create(Error.prototype),Un.prototype.constructor=Un,Un.prototype.name=`TransformError`;var Wn=class{constructor(e){this.doc=e,this.steps=[],this.docs=[],this.mapping=new Ut}get before(){return this.docs.length?this.docs[0]:this.doc}step(e){let t=this.maybeStep(e);if(t.failed)throw new Un(t.failed);return this}maybeStep(e){let t=e.apply(this.doc);return t.failed||this.addStep(e,t.doc),t}get docChanged(){return this.steps.length>0}changedRange(){let e=1e9,t=-1e9;for(let n=0;n{e=Math.min(e,i),t=Math.max(t,a)})}return e==1e9?null:{from:e,to:t}}addStep(e,t){this.docs.push(this.doc),this.steps.push(e),this.mapping.appendMap(e.getMap()),this.doc=t}replace(e,t=e,n=O.empty){let r=En(this.doc,e,t,n);return r&&this.step(r),this}replaceWith(e,t,n){return this.replace(e,t,new O(E.from(n),0,0))}delete(e,t){return this.replace(e,t,O.empty)}insert(e,t){return this.replaceWith(e,e,t)}replaceRange(e,t,n){return In(this,e,t,n),this}replaceRangeWith(e,t,n){return Rn(this,e,t,n),this}deleteRange(e,t){return zn(this,e,t),this}lift(e,t){return on(this,e,t),this}join(e,t=1){return Cn(this,e,t),this}wrap(e,t){return dn(this,e,t),this}setBlockType(e,t=e,n,r=null){return fn(this,e,t,n,r),this}setNodeMarkup(e,t,n=null,r){return gn(this,e,t,n,r),this}setNodeAttribute(e,t,n){return this.step(new Vn(e,t,n)),this}setDocAttribute(e,t){return this.step(new Hn(e,t)),this}addNodeMark(e,t){return this.step(new Yt(e,t)),this}removeNodeMark(e,t){let n=this.doc.nodeAt(e);if(!n)throw RangeError(`No node at position `+e);if(t instanceof D)t.isInSet(n.marks)&&this.step(new Xt(e,t));else{let r=n.marks,i,a=[];for(;i=t.isInSet(r);)a.push(new Xt(e,i)),r=i.removeFromSet(r);for(let e=a.length-1;e>=0;e--)this.step(a[e])}return this}split(e,t=1,n){return vn(this,e,t,n),this}addMark(e,t,n){return en(this,e,t,n),this}removeMark(e,t,n){return tn(this,e,t,n),this}clearIncompatible(e,t,n){return nn(this,e,t,n),this}},Gn=Object.create(null),A=class{constructor(e,t,n){this.$anchor=e,this.$head=t,this.ranges=n||[new Kn(e.min(t),e.max(t))]}get anchor(){return this.$anchor.pos}get head(){return this.$head.pos}get from(){return this.$from.pos}get to(){return this.$to.pos}get $from(){return this.ranges[0].$from}get $to(){return this.ranges[0].$to}get empty(){let e=this.ranges;for(let t=0;t=0;r--){let i=t<0?$n(e.node(0),e.node(r),e.before(r+1),e.index(r),t,n):$n(e.node(0),e.node(r),e.after(r+1),e.index(r)+1,t,n);if(i)return i}return null}static near(e,t=1){return this.findFrom(e,t)||this.findFrom(e,-t)||new Zn(e.node(0))}static atStart(e){return $n(e,e,0,0,1)||new Zn(e)}static atEnd(e){return $n(e,e,e.content.size,e.childCount,-1)||new Zn(e)}static fromJSON(e,t){if(!t||!t.type)throw RangeError(`Invalid input for Selection.fromJSON`);let n=Gn[t.type];if(!n)throw RangeError(`No selection type ${t.type} defined`);return n.fromJSON(e,t)}static jsonID(e,t){if(e in Gn)throw RangeError(`Duplicate use of selection JSON ID `+e);return Gn[e]=t,t.prototype.jsonID=e,t}getBookmark(){return j.between(this.$anchor,this.$head).getBookmark()}};A.prototype.visible=!0;var Kn=class{constructor(e,t){this.$from=e,this.$to=t}},qn=!1;function Jn(e){!qn&&!e.parent.inlineContent&&(qn=!0,console.warn(`TextSelection endpoint not pointing into a node with inline content (`+e.parent.type.name+`)`))}var j=class e extends A{constructor(e,t=e){Jn(e),Jn(t),super(e,t)}get $cursor(){return this.$anchor.pos==this.$head.pos?this.$head:null}map(t,n){let r=t.resolve(n.map(this.head));if(!r.parent.inlineContent)return A.near(r);let i=t.resolve(n.map(this.anchor));return new e(i.parent.inlineContent?i:r,r)}replace(e,t=O.empty){if(super.replace(e,t),t==O.empty){let t=this.$from.marksAcross(this.$to);t&&e.ensureMarks(t)}}eq(t){return t instanceof e&&t.anchor==this.anchor&&t.head==this.head}getBookmark(){return new Yn(this.anchor,this.head)}toJSON(){return{type:`text`,anchor:this.anchor,head:this.head}}static fromJSON(t,n){if(typeof n.anchor!=`number`||typeof n.head!=`number`)throw RangeError(`Invalid input for TextSelection.fromJSON`);return new e(t.resolve(n.anchor),t.resolve(n.head))}static create(e,t,n=t){let r=e.resolve(t);return new this(r,n==t?r:e.resolve(n))}static between(t,n,r){let i=t.pos-n.pos;if((!r||i)&&(r=i>=0?1:-1),!n.parent.inlineContent){let e=A.findFrom(n,r,!0)||A.findFrom(n,-r,!0);if(e)n=e.$head;else return A.near(n,r)}return t.parent.inlineContent||(i==0?t=n:(t=(A.findFrom(t,-r,!0)||A.findFrom(t,r,!0)).$anchor,t.pos0?0:1);i>0?o=0;o+=i){let r=t.child(o);if(!r.isAtom){let t=$n(e,r,n+i,i<0?r.childCount:0,i,a);if(t)return t}else if(!a&&M.isSelectable(r))return M.create(e,n-(i<0?r.nodeSize:0));n+=r.nodeSize*i}return null}function er(e,t,n){let r=e.steps.length-1;if(r{o??=r}),e.setSelection(A.near(e.doc.resolve(o),n))}var tr=1,nr=2,rr=4,ir=class extends Wn{constructor(e){super(e.doc),this.curSelectionFor=0,this.updated=0,this.meta=Object.create(null),this.time=Date.now(),this.curSelection=e.selection,this.storedMarks=e.storedMarks}get selection(){return this.curSelectionFor0}setStoredMarks(e){return this.storedMarks=e,this.updated|=nr,this}ensureMarks(e){return D.sameSet(this.storedMarks||this.selection.$from.marks(),e)||this.setStoredMarks(e),this}addStoredMark(e){return this.ensureMarks(e.addToSet(this.storedMarks||this.selection.$head.marks()))}removeStoredMark(e){return this.ensureMarks(e.removeFromSet(this.storedMarks||this.selection.$head.marks()))}get storedMarksSet(){return(this.updated&nr)>0}addStep(e,t){super.addStep(e,t),this.updated&=~nr,this.storedMarks=null}setTime(e){return this.time=e,this}replaceSelection(e){return this.selection.replace(this,e),this}replaceSelectionWith(e,t=!0){let n=this.selection;return t&&(e=e.mark(this.storedMarks||(n.empty?n.$from.marks():n.$from.marksAcross(n.$to)||D.none))),n.replaceWith(this,e),this}deleteSelection(){return this.selection.replace(this),this}insertText(e,t,n){let r=this.doc.type.schema;if(t==null)return e?this.replaceSelectionWith(r.text(e),!0):this.deleteSelection();{if(n??=t,!e)return this.deleteRange(t,n);let i=this.storedMarks;if(!i){let e=this.doc.resolve(t);i=n==t?e.marks():e.marksAcross(this.doc.resolve(n))}return this.replaceRangeWith(t,n,r.text(e,i)),!this.selection.empty&&this.selection.to==t+e.length&&this.setSelection(A.near(this.selection.$to)),this}}setMeta(e,t){return this.meta[typeof e==`string`?e:e.key]=t,this}getMeta(e){return this.meta[typeof e==`string`?e:e.key]}get isGeneric(){for(let e in this.meta)return!1;return!0}scrollIntoView(){return this.updated|=rr,this}get scrolledIntoView(){return(this.updated&rr)>0}};function ar(e,t){return!t||!e?e:e.bind(t)}var or=class{constructor(e,t,n){this.name=e,this.init=ar(t.init,n),this.apply=ar(t.apply,n)}},sr=[new or(`doc`,{init(e){return e.doc||e.schema.topNodeType.createAndFill()},apply(e){return e.doc}}),new or(`selection`,{init(e,t){return e.selection||A.atStart(t.doc)},apply(e){return e.selection}}),new or(`storedMarks`,{init(e){return e.storedMarks||null},apply(e,t,n,r){return r.selection.$cursor?e.storedMarks:null}}),new or(`scrollToSelection`,{init(){return 0},apply(e,t){return e.scrolledIntoView?t+1:t}})],cr=class{constructor(e,t){this.schema=e,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=sr.slice(),t&&t.forEach(e=>{if(this.pluginsByKey[e.key])throw RangeError(`Adding different instances of a keyed plugin (`+e.key+`)`);this.plugins.push(e),this.pluginsByKey[e.key]=e,e.spec.state&&this.fields.push(new or(e.key,e.spec.state,e))})}},lr=class e{constructor(e){this.config=e}get schema(){return this.config.schema}get plugins(){return this.config.plugins}apply(e){return this.applyTransaction(e).state}filterTransaction(e,t=-1){for(let n=0;ne.toJSON())),e&&typeof e==`object`)for(let n in e){if(n==`doc`||n==`selection`)throw RangeError("The JSON fields `doc` and `selection` are reserved");let r=e[n],i=r.spec.state;i&&i.toJSON&&(t[n]=i.toJSON.call(r,this[r.key]))}return t}static fromJSON(t,n,r){if(!n)throw RangeError(`Invalid input for EditorState.fromJSON`);if(!t.schema)throw RangeError(`Required config field 'schema' missing`);let i=new cr(t.schema,t.plugins),a=new e(i);return i.fields.forEach(e=>{if(e.name==`doc`)a.doc=Ie.fromJSON(t.schema,n.doc);else if(e.name==`selection`)a.selection=A.fromJSON(a.doc,n.selection);else if(e.name==`storedMarks`)n.storedMarks&&(a.storedMarks=n.storedMarks.map(t.schema.markFromJSON));else{if(r)for(let i in r){let o=r[i],s=o.spec.state;if(o.key==e.name&&s&&s.fromJSON&&Object.prototype.hasOwnProperty.call(n,i)){a[e.name]=s.fromJSON.call(o,t,n[i],a);return}}a[e.name]=e.init(t,a)}}),a}};function ur(e,t,n){for(let r in e){let i=e[r];i instanceof Function?i=i.bind(t):r==`handleDOMEvents`&&(i=ur(i,t,{})),n[r]=i}return n}var N=class{constructor(e){this.spec=e,this.props={},e.props&&ur(e.props,this,this.props),this.key=e.key?e.key.key:fr(`plugin`)}getState(e){return e[this.key]}},dr=Object.create(null);function fr(e){return e in dr?e+`$`+ ++dr[e]:(dr[e]=0,e+`$`)}var P=class{constructor(e=`key`){this.key=fr(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}},pr=(e,t)=>e.selection.empty?!1:(t&&t(e.tr.deleteSelection().scrollIntoView()),!0);function mr(e,t){let{$cursor:n}=e.selection;return!n||(t?!t.endOfTextblock(`backward`,e):n.parentOffset>0)?null:n}var hr=(e,t,n)=>{let r=mr(e,n);if(!r)return!1;let i=xr(r);if(!i){let n=r.blockRange(),i=n&&an(n);return i==null?!1:(t&&t(e.tr.lift(n,i).scrollIntoView()),!0)}let a=i.nodeBefore;if(zr(e,i,t,-1))return!0;if(r.parent.content.size==0&&(yr(a,`end`)||M.isSelectable(a)))for(let n=r.depth;;n--){let o=En(e.doc,r.before(n),r.after(n),O.empty);if(o&&o.slice.size1)break}return a.isAtom&&i.depth==r.depth-1?(t&&t(e.tr.delete(i.pos-a.nodeSize,i.pos).scrollIntoView()),!0):!1},gr=(e,t,n)=>{let r=mr(e,n);if(!r)return!1;let i=xr(r);return i?vr(e,i,t):!1},_r=(e,t,n)=>{let r=Sr(e,n);if(!r)return!1;let i=Tr(r);return i?vr(e,i,t):!1};function vr(e,t,n){let r=t.nodeBefore,i=t.pos-1;for(;!r.isTextblock;i--){if(r.type.spec.isolating)return!1;let e=r.lastChild;if(!e)return!1;r=e}let a=t.nodeAfter,o=t.pos+1;for(;!a.isTextblock;o++){if(a.type.spec.isolating)return!1;let e=a.firstChild;if(!e)return!1;a=e}let s=En(e.doc,i,o,O.empty);if(!s||s.from!=i||s instanceof Zt&&s.slice.size>=o-i)return!1;if(n){let t=e.tr.step(s);t.setSelection(j.create(t.doc,i)),n(t.scrollIntoView())}return!0}function yr(e,t,n=!1){for(let r=e;r;r=t==`start`?r.firstChild:r.lastChild){if(r.isTextblock)return!0;if(n&&r.childCount!=1)return!1}return!1}var br=(e,t,n)=>{let{$head:r,empty:i}=e.selection,a=r;if(!i)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock(`backward`,e):r.parentOffset>0)return!1;a=xr(r)}let o=a&&a.nodeBefore;return!o||!M.isSelectable(o)?!1:(t&&t(e.tr.setSelection(M.create(e.doc,a.pos-o.nodeSize)).scrollIntoView()),!0)};function xr(e){if(!e.parent.type.spec.isolating)for(let t=e.depth-1;t>=0;t--){if(e.index(t)>0)return e.doc.resolve(e.before(t+1));if(e.node(t).type.spec.isolating)break}return null}function Sr(e,t){let{$cursor:n}=e.selection;return!n||(t?!t.endOfTextblock(`forward`,e):n.parentOffset{let r=Sr(e,n);if(!r)return!1;let i=Tr(r);if(!i)return!1;let a=i.nodeAfter;if(zr(e,i,t,1))return!0;if(r.parent.content.size==0&&(yr(a,`start`)||M.isSelectable(a))){let n=En(e.doc,r.before(),r.after(),O.empty);if(n&&n.slice.size{let{$head:r,empty:i}=e.selection,a=r;if(!i)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock(`forward`,e):r.parentOffset=0;t--){let n=e.node(t);if(e.index(t)+1{let n=e.selection,r=n instanceof M,i;if(r){if(n.node.isTextblock||!yn(e.doc,n.from))return!1;i=n.from}else if(i=Sn(e.doc,n.from,-1),i==null)return!1;if(t){let n=e.tr.join(i);r&&n.setSelection(M.create(n.doc,i-e.doc.resolve(i).nodeBefore.nodeSize)),t(n.scrollIntoView())}return!0},Dr=(e,t)=>{let n=e.selection,r;if(n instanceof M){if(n.node.isTextblock||!yn(e.doc,n.to))return!1;r=n.to}else if(r=Sn(e.doc,n.to,1),r==null)return!1;return t&&t(e.tr.join(r).scrollIntoView()),!0},Or=(e,t)=>{let{$from:n,$to:r}=e.selection,i=n.blockRange(r),a=i&&an(i);return a==null?!1:(t&&t(e.tr.lift(i,a).scrollIntoView()),!0)},kr=(e,t)=>{let{$head:n,$anchor:r}=e.selection;return!n.parent.type.spec.code||!n.sameParent(r)?!1:(t&&t(e.tr.insertText(` +`).scrollIntoView()),!0)};function Ar(e){for(let t=0;t{let{$head:n,$anchor:r}=e.selection;if(!n.parent.type.spec.code||!n.sameParent(r))return!1;let i=n.node(-1),a=n.indexAfter(-1),o=Ar(i.contentMatchAt(a));if(!o||!i.canReplaceWith(a,a,o))return!1;if(t){let r=n.after(),i=e.tr.replaceWith(r,r,o.createAndFill());i.setSelection(A.near(i.doc.resolve(r),1)),t(i.scrollIntoView())}return!0},Mr=(e,t)=>{let n=e.selection,{$from:r,$to:i}=n;if(n instanceof Zn||r.parent.inlineContent||i.parent.inlineContent)return!1;let a=Ar(i.parent.contentMatchAt(i.indexAfter()));if(!a||!a.isTextblock)return!1;if(t){let n=(!r.parentOffset&&i.index(){let{$cursor:n}=e.selection;if(!n||n.parent.content.size)return!1;if(n.depth>1&&n.after()!=n.end(-1)){let r=n.before();if(_n(e.doc,r))return t&&t(e.tr.split(r).scrollIntoView()),!0}let r=n.blockRange(),i=r&&an(r);return i==null?!1:(t&&t(e.tr.lift(r,i).scrollIntoView()),!0)};function Pr(e){return(t,n)=>{let{$from:r,$to:i}=t.selection;if(t.selection instanceof M&&t.selection.node.isBlock)return!r.parentOffset||!_n(t.doc,r.pos)?!1:(n&&n(t.tr.split(r.pos).scrollIntoView()),!0);if(!r.depth)return!1;let a=[],o,s,c=!1,l=!1;for(let t=r.depth;;t--)if(r.node(t).isBlock){c=r.end(t)==r.pos+(r.depth-t),l=r.start(t)==r.pos-(r.depth-t),s=Ar(r.node(t-1).contentMatchAt(r.indexAfter(t-1)));let n=e&&e(i.parent,c,r);a.unshift(n||(c&&s?{type:s}:null)),o=t;break}else{if(t==1)return!1;a.unshift(null)}let u=t.tr;(t.selection instanceof j||t.selection instanceof Zn)&&u.deleteSelection();let d=u.mapping.map(r.pos),f=_n(u.doc,d,a.length,a);if(f||=(a[0]=s?{type:s}:null,_n(u.doc,d,a.length,a)),!f)return!1;if(u.split(d,a.length,a),!c&&l&&r.node(o).type!=s){let e=u.mapping.map(r.before(o)),t=u.doc.resolve(e);s&&r.node(o-1).canReplaceWith(t.index(),t.index()+1,s)&&u.setNodeMarkup(u.mapping.map(r.before(o)),s)}return n&&n(u.scrollIntoView()),!0}}var Fr=Pr(),Ir=(e,t)=>{let{$from:n,to:r}=e.selection,i,a=n.sharedDepth(r);return a==0?!1:(i=n.before(a),t&&t(e.tr.setSelection(M.create(e.doc,i))),!0)},Lr=(e,t)=>(t&&t(e.tr.setSelection(new Zn(e.doc))),!0);function Rr(e,t,n){let r=t.nodeBefore,i=t.nodeAfter,a=t.index();return!r||!i||!r.type.compatibleContent(i.type)?!1:!r.content.size&&t.parent.canReplace(a-1,a)?(n&&n(e.tr.delete(t.pos-r.nodeSize,t.pos).scrollIntoView()),!0):!t.parent.canReplace(a,a+1)||!(i.isTextblock||yn(e.doc,t.pos))?!1:(n&&n(e.tr.join(t.pos).scrollIntoView()),!0)}function zr(e,t,n,r){let i=t.nodeBefore,a=t.nodeAfter,o,s,c=i.type.spec.isolating||a.type.spec.isolating;if(!c&&Rr(e,t,n))return!0;let l=!c&&t.parent.canReplace(t.index(),t.index()+1);if(l&&(o=(s=i.contentMatchAt(i.childCount)).findWrapping(a.type))&&s.matchType(o[0]||a.type).validEnd){if(n){let r=t.pos+a.nodeSize,s=E.empty;for(let e=o.length-1;e>=0;e--)s=E.from(o[e].create(null,s));s=E.from(i.copy(s));let c=e.tr.step(new Qt(t.pos-1,r,t.pos,r,new O(s,1,0),o.length,!0)),l=c.doc.resolve(r+2*o.length);l.nodeAfter&&l.nodeAfter.type==i.type&&yn(c.doc,l.pos)&&c.join(l.pos),n(c.scrollIntoView())}return!0}let u=a.type.spec.isolating||r>0&&c?null:A.findFrom(t,1),d=u&&u.$from.blockRange(u.$to),f=d&&an(d);if(f!=null&&f>=t.depth)return n&&n(e.tr.lift(d,f).scrollIntoView()),!0;if(l&&yr(a,`start`,!0)&&yr(i,`end`)){let r=i,o=[];for(;o.push(r),!r.isTextblock;)r=r.lastChild;let s=a,c=1;for(;!s.isTextblock;s=s.firstChild)c++;if(r.canReplace(r.childCount,r.childCount,s.content)){if(n){let r=E.empty;for(let e=o.length-1;e>=0;e--)r=E.from(o[e].copy(r));n(e.tr.step(new Qt(t.pos-o.length,t.pos+a.nodeSize,t.pos+c,t.pos+a.nodeSize-c,new O(r,o.length,0),0,!0)).scrollIntoView())}return!0}}return!1}function Br(e){return function(t,n){let r=t.selection,i=e<0?r.$from:r.$to,a=i.depth;for(;i.node(a).isInline;){if(!a)return!1;a--}return i.node(a).isTextblock?(n&&n(t.tr.setSelection(j.create(t.doc,e<0?i.start(a):i.end(a)))),!0):!1}}var Vr=Br(-1),Hr=Br(1);function Ur(e,t=null){return function(n,r){let{$from:i,$to:a}=n.selection,o=i.blockRange(a),s=o&&sn(o,e,t);return s?(r&&r(n.tr.wrap(o,s).scrollIntoView()),!0):!1}}function Wr(e,t=null){return function(n,r){let i=!1;for(let r=0;r{if(i)return!1;if(!(!r.isTextblock||r.hasMarkup(e,t)))if(r.type==e)i=!0;else{let t=n.doc.resolve(a),r=t.index();i=t.parent.canReplaceWith(r,r+1,e)}})}if(!i)return!1;if(r){let i=n.tr;for(let r=0;r=2&&t.$from.node(t.depth-1).type.compatibleContent(n)&&t.startIndex==0){if(t.$from.index(t.depth-1)==0)return!1;let e=o.resolve(t.start-2);a=new Pe(e,e,t.depth),t.endIndex=0;e--)a=E.from(n[e].type.create(n[e].attrs,a));e.step(new Qt(t.start-(r?2:0),t.end,t.start,t.end,new O(a,0,0),n.length,!0));let o=0;for(let e=0;et.childCount>0&&t.firstChild.type==e);return a?n?r.node(a.depth-1).type==e?ei(t,n,e,a):ti(t,n,a):!0:!1}}function ei(e,t,n,r){let i=e.tr,a=r.end,o=r.$to.end(r.depth);aa;t--)e-=i.child(t).nodeSize,r.delete(e-1,e+1);let a=r.doc.resolve(n.start),o=a.nodeAfter;if(r.mapping.map(n.end)!=n.start+a.nodeAfter.nodeSize)return!1;let s=n.startIndex==0,c=n.endIndex==i.childCount,l=a.node(-1),u=a.index(-1);if(!l.canReplace(u+ +!s,u+1,o.content.append(c?E.empty:E.from(i))))return!1;let d=a.pos,f=d+o.nodeSize;return r.step(new Qt(d-+!!s,f+ +!!c,d+1,f-1,new O((s?E.empty:E.from(i.copy(E.empty))).append(c?E.empty:E.from(i.copy(E.empty))),+!s,+!c),+!s)),t(r.scrollIntoView()),!0}function ni(e){return function(t,n){let{$from:r,$to:i}=t.selection,a=r.blockRange(i,t=>t.childCount>0&&t.firstChild.type==e);if(!a)return!1;let o=a.startIndex;if(o==0)return!1;let s=a.parent,c=s.child(o-1);if(c.type!=e)return!1;if(n){let r=c.lastChild&&c.lastChild.type==s.type,i=E.from(r?e.create():null),o=new O(E.from(e.create(null,E.from(s.type.create(null,i)))),r?3:1,0),l=a.start,u=a.end;n(t.tr.step(new Qt(l-(r?3:1),u,l,u,o,1,!0)).scrollIntoView())}return!0}}var F=function(e){for(var t=0;;t++)if(e=e.previousSibling,!e)return t},ri=function(e){let t=e.assignedSlot||e.parentNode;return t&&t.nodeType==11?t.host:t},ii=null,ai=function(e,t,n){let r=ii||=document.createRange();return r.setEnd(e,n??e.nodeValue.length),r.setStart(e,t||0),r},oi=function(){ii=null},si=function(e,t,n,r){return n&&(li(e,t,n,r,-1)||li(e,t,n,r,1))},ci=/^(img|br|input|textarea|hr)$/i;function li(e,t,n,r,i){for(;;){if(e==n&&t==r)return!0;if(t==(i<0?0:ui(e))){let n=e.parentNode;if(!n||n.nodeType!=1||mi(e)||ci.test(e.nodeName)||e.contentEditable==`false`)return!1;t=F(e)+(i<0?0:1),e=n}else if(e.nodeType==1){let n=e.childNodes[t+(i<0?-1:0)];if(n.nodeType==1&&n.contentEditable==`false`)if(n.pmViewDesc?.ignoreForSelection)t+=i;else return!1;else e=n,t=i<0?ui(e):0}else return!1}}function ui(e){return e.nodeType==3?e.nodeValue.length:e.childNodes.length}function di(e,t){for(;;){if(e.nodeType==3&&t)return e;if(e.nodeType==1&&t>0){if(e.contentEditable==`false`)return null;e=e.childNodes[t-1],t=ui(e)}else if(e.parentNode&&!mi(e))t=F(e),e=e.parentNode;else return null}}function fi(e,t){for(;;){if(e.nodeType==3&&t2),ji=Ai||(yi?/Mac/.test(yi.platform):!1),Mi=yi?/Win/.test(yi.platform):!1,Ni=/Android \d/.test(xi),Pi=!!bi&&`webkitFontSmoothing`in bi.documentElement.style,Fi=Pi?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0;function Ii(e){let t=e.defaultView&&e.defaultView.visualViewport;return t?{left:0,right:t.width,top:0,bottom:t.height}:{left:0,right:e.documentElement.clientWidth,top:0,bottom:e.documentElement.clientHeight}}function Li(e,t){return typeof e==`number`?e:e[t]}function Ri(e){let t=e.getBoundingClientRect(),n=t.width/e.offsetWidth||1,r=t.height/e.offsetHeight||1;return{left:t.left,right:t.left+e.clientWidth*n,top:t.top,bottom:t.top+e.clientHeight*r}}function zi(e,t,n){let r=e.someProp(`scrollThreshold`)||0,i=e.someProp(`scrollMargin`)||5,a=e.dom.ownerDocument;for(let o=n||e.dom;o;){if(o.nodeType!=1){o=ri(o);continue}let e=o,n=e==a.body,s=n?Ii(a):Ri(e),c=0,l=0;if(t.tops.bottom-Li(r,`bottom`)&&(l=t.bottom-t.top>s.bottom-s.top?t.top+Li(i,`top`)-s.top:t.bottom-s.bottom+Li(i,`bottom`)),t.lefts.right-Li(r,`right`)&&(c=t.right-s.right+Li(i,`right`)),c||l)if(n)a.defaultView.scrollBy(c,l);else{let n=e.scrollLeft,r=e.scrollTop;l&&(e.scrollTop+=l),c&&(e.scrollLeft+=c);let i=e.scrollLeft-n,a=e.scrollTop-r;t={left:t.left-i,top:t.top-a,right:t.right-i,bottom:t.bottom-a}}let u=n?`fixed`:getComputedStyle(o).position;if(/^(fixed|sticky)$/.test(u))break;o=u==`absolute`?o.offsetParent:ri(o)}}function Bi(e){let t=e.dom.getBoundingClientRect(),n=Math.max(0,t.top),r,i;for(let a=(t.left+t.right)/2,o=n+1;o=n-20){r=t,i=s.top;break}}return{refDOM:r,refTop:i,stack:Vi(e.dom)}}function Vi(e){let t=[],n=e.ownerDocument;for(let r=e;r&&(t.push({dom:r,top:r.scrollTop,left:r.scrollLeft}),e!=n);r=ri(r));return t}function Hi({refDOM:e,refTop:t,stack:n}){let r=e?e.getBoundingClientRect().top:0;Ui(n,r==0?0:r-t)}function Ui(e,t){for(let n=0;n=s){o=Math.max(p.bottom,o),s=Math.min(p.top,s);let e=p.left>t.left?p.left-t.left:p.right=(p.left+p.right)/2));continue}}else p.top>t.top&&!c&&p.left<=t.left&&p.right>=t.left&&(c=u,l={left:Math.max(p.left,Math.min(p.right,t.left)),top:p.top});!n&&(t.left>=p.right&&t.top>=p.top||t.left>=p.left&&t.top>=p.bottom)&&(a=d+1)}}return!n&&c&&(n=c,i=l,r=0),n&&n.nodeType==3?qi(n,i):!n||r&&n.nodeType==1?{node:e,offset:a}:Ki(n,i)}function qi(e,t){let n=e.nodeValue.length,r=document.createRange(),i;for(let a=0;a=(n.left+n.right)/2)};break}}return r.detach(),i||{node:e,offset:0}}function Ji(e,t){return e.left>=t.left-1&&e.left<=t.right+1&&e.top>=t.top-1&&e.top<=t.bottom+1}function Yi(e,t){let n=e.parentNode;return n&&/^li$/i.test(n.nodeName)&&t.left(e.left+e.right)/2?1:-1}return e.docView.posFromDOM(r,i,a)}function Zi(e,t,n,r){let i=-1;for(let n=t,a=!1;n!=e.dom;){let t=e.docView.nearestDesc(n,!0),o;if(!t)return null;if(t.dom.nodeType==1&&(t.node.isBlock&&t.parent||!t.contentDOM)&&((o=t.dom.getBoundingClientRect()).width||o.height)&&(t.node.isBlock&&t.parent&&!/^T(R|BODY|HEAD|FOOT)$/.test(t.dom.nodeName)&&(!a&&o.left>r.left||o.top>r.top?i=t.posBefore:(!a&&o.right-1?i:e.docView.posFromDOM(t,n,-1)}function Qi(e,t,n){let r=e.childNodes.length;if(r&&n.topt.top&&i++}let n;Pi&&i&&r.nodeType==1&&(n=r.childNodes[i-1]).nodeType==1&&n.contentEditable==`false`&&n.getBoundingClientRect().top>=t.top&&i--,r==e.dom&&i==r.childNodes.length-1&&r.lastChild.nodeType==1&&t.top>r.lastChild.getBoundingClientRect().bottom?s=e.state.doc.content.size:(i==0||r.nodeType!=1||r.childNodes[i-1].nodeName!=`BR`)&&(s=Zi(e,r,i,t))}s??=Xi(e,o,t);let c=e.docView.nearestDesc(o,!0);return{pos:s,inside:c?c.posAtStart-c.border:-1}}function ea(e){return e.top=0&&i==r.nodeValue.length?(e--,a=1):n<0?e--:t++,ia(ta(ai(r,e,t),a),a<0)}if(!e.state.doc.resolve(t-(a||0)).parent.inlineContent){if(a==null&&i&&(n<0||i==ui(r))){let e=r.childNodes[i-1];if(e.nodeType==1)return aa(e.getBoundingClientRect(),!1)}if(a==null&&i=0)}if(a==null&&i&&(n<0||i==ui(r))){let e=r.childNodes[i-1],t=e.nodeType==3?ai(e,ui(e)-+!o):e.nodeType==1&&(e.nodeName!=`BR`||!e.nextSibling)?e:null;if(t)return ia(ta(t,1),!1)}if(a==null&&i=0)}function ia(e,t){if(e.width==0)return e;let n=t?e.left:e.right;return{top:e.top,bottom:e.bottom,left:n,right:n}}function aa(e,t){if(e.height==0)return e;let n=t?e.top:e.bottom;return{top:n,bottom:n,left:e.left,right:e.right}}function oa(e,t,n){let r=e.state,i=e.root.activeElement;r!=t&&e.updateState(t),i!=e.dom&&e.focus();try{return n()}finally{r!=t&&e.updateState(r),i!=e.dom&&i&&i.focus()}}function sa(e,t,n){let r=t.selection,i=n==`up`?r.$from:r.$to;return oa(e,t,()=>{let{node:t}=e.docView.domFromPos(i.pos,n==`up`?-1:1);for(;;){let n=e.docView.nearestDesc(t,!0);if(!n)break;if(n.node.isBlock){t=n.contentDOM||n.dom;break}t=n.dom.parentNode}let r=ra(e,i.pos,1);for(let e=t.firstChild;e;e=e.nextSibling){let t;if(e.nodeType==1)t=e.getClientRects();else if(e.nodeType==3)t=ai(e,0,e.nodeValue.length).getClientRects();else continue;for(let e=0;ei.top+1&&(n==`up`?r.top-i.top>(i.bottom-r.top)*2:i.bottom-r.bottom>(r.bottom-i.top)*2))return!1}}return!0})}var ca=/[\u0590-\u08ac]/;function la(e,t,n){let{$head:r}=t.selection;if(!r.parent.isTextblock)return!1;let i=r.parentOffset,a=!i,o=i==r.parent.content.size,s=e.domSelection();return s?!ca.test(r.parent.textContent)||!s.modify?n==`left`||n==`backward`?a:o:oa(e,t,()=>{let{focusNode:t,focusOffset:i,anchorNode:a,anchorOffset:o}=e.domSelectionRange(),c=s.caretBidiLevel;s.modify(`move`,n,`character`);let l=r.depth?e.docView.domAfterPos(r.before()):e.dom,{focusNode:u,focusOffset:d}=e.domSelectionRange(),f=u&&!l.contains(u.nodeType==1?u:u.parentNode)||t==u&&i==d;try{s.collapse(a,o),t&&(t!=a||i!=o)&&s.extend&&s.extend(t,i)}catch{}return c!=null&&(s.caretBidiLevel=c),f}):r.pos==r.start()||r.pos==r.end()}var ua=null,da=null,fa=!1;function pa(e,t,n){return ua==t&&da==n?fa:(ua=t,da=n,fa=n==`up`||n==`down`?sa(e,t,n):la(e,t,n))}var ma=0,ha=1,ga=2,_a=3,va=class{constructor(e,t,n,r){this.parent=e,this.children=t,this.dom=n,this.contentDOM=r,this.dirty=ma,n.pmViewDesc=this}matchesWidget(e){return!1}matchesMark(e){return!1}matchesNode(e,t,n){return!1}matchesHack(e){return!1}parseRule(){return null}stopEvent(e){return!1}get size(){let e=0;for(let t=0;tF(this.contentDOM);else if(this.contentDOM&&this.contentDOM!=this.dom&&this.dom.contains(this.contentDOM))r=e.compareDocumentPosition(this.contentDOM)&2;else if(this.dom.firstChild){if(t==0)for(let t=e;;t=t.parentNode){if(t==this.dom){r=!1;break}if(t.previousSibling)break}if(r==null&&t==e.childNodes.length)for(let t=e;;t=t.parentNode){if(t==this.dom){r=!0;break}if(t.nextSibling)break}}return r??n>0?this.posAtEnd:this.posAtStart}nearestDesc(e,t=!1){for(let n=!0,r=e;r;r=r.parentNode){let i=this.getDesc(r),a;if(i&&(!t||i.node))if(n&&(a=i.nodeDOM)&&!(a.nodeType==1?a.contains(e.nodeType==1?e:e.parentNode):a==e))n=!1;else return i}}getDesc(e){let t=e.pmViewDesc;for(let e=t;e;e=e.parent)if(e==this)return t}posFromDOM(e,t,n){for(let r=e;r;r=r.parentNode){let i=this.getDesc(r);if(i)return i.localPosFromDOM(e,t,n)}return-1}descAt(e){for(let t=0,n=0;te||i instanceof Ta){r=e-t;break}t=a}if(r)return this.children[n].domFromPos(r-this.children[n].border,t);for(let e;n&&!(e=this.children[n-1]).size&&e instanceof ya&&e.side>=0;n--);if(t<=0){let e,r=!0;for(;e=n?this.children[n-1]:null,!(!e||e.dom.parentNode==this.contentDOM);n--,r=!1);return e&&t&&r&&!e.border&&!e.domAtom?e.domFromPos(e.size,t):{node:this.contentDOM,offset:e?F(e.dom)+1:0}}else{let e,r=!0;for(;e=n=i&&t<=s-n.border&&n.node&&n.contentDOM&&this.contentDOM.contains(n.contentDOM))return n.parseRange(e,t,i);e=a;for(let t=o;t>0;t--){let n=this.children[t-1];if(n.size&&n.dom.parentNode==this.contentDOM&&!n.emptyChildAt(1)){r=F(n.dom)+1;break}e-=n.size}r==-1&&(r=0)}if(r>-1&&(s>t||o==this.children.length-1)){t=s;for(let e=o+1;es&&at){let e=o;o=s,s=e}let n=document.createRange();n.setEnd(s.node,s.offset),n.setStart(o.node,o.offset),c.removeAllRanges(),c.addRange(n)}}ignoreMutation(e){return!this.contentDOM&&e.type!=`selection`}get contentLost(){return this.contentDOM&&this.contentDOM!=this.dom&&!this.dom.contains(this.contentDOM)}markDirty(e,t){for(let n=0,r=0;r=n:en){let r=n+i.border,o=a-i.border;if(e>=r&&t<=o){this.dirty=e==n||t==a?ga:ha,e==r&&t==o&&(i.contentLost||i.dom.parentNode!=this.contentDOM)?i.dirty=_a:i.markDirty(e-r,t-r);return}else i.dirty=i.dom==i.contentDOM&&i.dom.parentNode==this.contentDOM&&!i.children.length?ga:_a}n=a}this.dirty=ga}markParentsDirty(){let e=1;for(let t=this.parent;t;t=t.parent,e++){let n=e==1?ga:ha;t.dirty{if(!i)return r;if(i.parent)return i.parent.posBeforeChild(i)})),!t.type.spec.raw){if(a.nodeType!=1){let e=document.createElement(`span`);e.appendChild(a),a=e}a.contentEditable=`false`,a.classList.add(`ProseMirror-widget`)}super(e,[],a,null),this.widget=t,this.widget=t,i=this}matchesWidget(e){return this.dirty==ma&&e.type.eq(this.widget.type)}parseRule(){return{ignore:!0}}stopEvent(e){let t=this.widget.spec.stopEvent;return t?t(e):!1}ignoreMutation(e){return e.type!=`selection`||this.widget.spec.ignoreSelection}destroy(){this.widget.type.destroy(this.dom),super.destroy()}get domAtom(){return!0}get ignoreForSelection(){return!!this.widget.type.spec.relaxedSide}get side(){return this.widget.type.side}},ba=class extends va{constructor(e,t,n,r){super(e,[],t,null),this.textDOM=n,this.text=r}get size(){return this.text.length}localPosFromDOM(e,t){return e==this.textDOM?this.posAtStart+t:this.posAtStart+(t?this.size:0)}domFromPos(e){return{node:this.textDOM,offset:e}}ignoreMutation(e){return e.type===`characterData`&&e.target.nodeValue==e.oldValue}},xa=class e extends va{constructor(e,t,n,r,i){super(e,[],n,r),this.mark=t,this.spec=i}static create(t,n,r,i){let a=i.nodeViews[n.type.name],o=a&&a(n,i,r);return(!o||!o.dom)&&(o=Tt.renderSpec(document,n.type.spec.toDOM(n,r),null,n.attrs)),new e(t,n,o.dom,o.contentDOM||o.dom,o)}parseRule(){return this.dirty&_a||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(e){return this.dirty!=_a&&this.mark.eq(e)}markDirty(e,t){if(super.markDirty(e,t),this.dirty!=ma){let e=this.parent;for(;!e.node;)e=e.parent;e.dirty0&&(a=Ha(a,0,t,r));for(let e=0;e{if(!c)return o;if(c.parent)return c.parent.posBeforeChild(c)},r,i),u=l&&l.dom,d=l&&l.contentDOM;if(n.isText){if(!u)u=document.createTextNode(n.text);else if(u.nodeType!=3)throw RangeError(`Text must be rendered as a DOM text node`)}else if(!u){let e=Tt.renderSpec(document,n.type.spec.toDOM(n),null,n.attrs);({dom:u,contentDOM:d}=e)}!d&&!n.isText&&u.nodeName!=`BR`&&(u.hasAttribute(`contenteditable`)||(u.contentEditable=`false`),n.type.spec.draggable&&(u.draggable=!0));let f=u;return u=Na(u,r,n),l?c=new Ea(t,n,r,i,u,d||null,f,l,a,o+1):n.isText?new wa(t,n,r,i,u,f,a):new e(t,n,r,i,u,d||null,f,a,o+1)}parseRule(){if(this.node.type.spec.reparseInView)return null;let e={node:this.node.type.name,attrs:this.node.attrs};if(this.node.type.whitespace==`pre`&&(e.preserveWhitespace=`full`),!this.contentDOM)e.getContent=()=>this.node.content;else if(!this.contentLost)e.contentElement=this.contentDOM;else{for(let t=this.children.length-1;t>=0;t--){let n=this.children[t];if(this.dom.contains(n.dom.parentNode)){e.contentElement=n.dom.parentNode;break}}e.contentElement||(e.getContent=()=>E.empty)}return e}matchesNode(e,t,n){return this.dirty==ma&&e.eq(this.node)&&Pa(t,this.outerDeco)&&n.eq(this.innerDeco)}get size(){return this.node.nodeSize}get border(){return+!this.node.isLeaf}updateChildren(e,t){let n=this.node.inlineContent,r=t,i=e.composing?this.localCompositionInfo(e,t):null,a=i&&i.pos>-1?i:null,o=i&&i.pos<0,s=new Ia(this,a&&a.node,e);za(this.node,this.innerDeco,(t,i,a)=>{t.spec.marks?s.syncToMarks(t.spec.marks,n,e,i):t.type.side>=0&&!a&&s.syncToMarks(i==this.node.childCount?D.none:this.node.child(i).marks,n,e,i),s.placeWidget(t,e,r)},(t,a,c,l)=>{s.syncToMarks(t.marks,n,e,l);let u;s.findNodeMatch(t,a,c,l)||o&&e.state.selection.from>r&&e.state.selection.to-1&&s.updateNodeAt(t,a,c,u,e)||s.updateNextNode(t,a,c,e,l,r)||s.addNode(t,a,c,e,r),r+=t.nodeSize}),s.syncToMarks([],n,e,0),this.node.isTextblock&&s.addTextblockHacks(),s.destroyRest(),(s.changed||this.dirty==ga)&&(a&&this.protectLocalComposition(e,a),Da(this.contentDOM,this.children,e),Ai&&Ba(this.dom))}localCompositionInfo(e,t){let{from:n,to:r}=e.state.selection;if(!(e.state.selection instanceof j)||nt+this.node.content.size)return null;let i=e.input.compositionNode;if(!i||!this.dom.contains(i.parentNode))return null;if(this.node.inlineContent){let e=i.nodeValue,a=Va(this.node.content,e,n-t,r-t);return a<0?null:{node:i,pos:a,text:e}}else return{node:i,pos:-1,text:``}}protectLocalComposition(e,{node:t,pos:n,text:r}){if(this.getDesc(t))return;let i=t;for(;i.parentNode!=this.contentDOM;i=i.parentNode){for(;i.previousSibling;)i.parentNode.removeChild(i.previousSibling);for(;i.nextSibling;)i.parentNode.removeChild(i.nextSibling);i.pmViewDesc&&=void 0}let a=new ba(this,i,t,r);e.input.compositionNodes.push(a),this.children=Ha(this.children,n,n+r.length,e,a)}update(e,t,n,r){return this.dirty==_a||!e.sameMarkup(this.node)?!1:(this.updateInner(e,t,n,r),!0)}updateInner(e,t,n,r){this.updateOuterDeco(t),this.node=e,this.innerDeco=n,this.contentDOM&&this.updateChildren(r,this.posAtStart),this.dirty=ma}updateOuterDeco(e){if(Pa(e,this.outerDeco))return;let t=this.nodeDOM.nodeType!=1,n=this.dom;this.dom=ja(this.dom,this.nodeDOM,Aa(this.outerDeco,this.node,t),Aa(e,this.node,t)),this.dom!=n&&(n.pmViewDesc=void 0,this.dom.pmViewDesc=this),this.outerDeco=e}selectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.add(`ProseMirror-selectednode`),(this.contentDOM||!this.node.type.spec.draggable)&&(this.nodeDOM.draggable=!0))}deselectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.remove(`ProseMirror-selectednode`),(this.contentDOM||!this.node.type.spec.draggable)&&this.nodeDOM.removeAttribute(`draggable`))}get domAtom(){return this.node.isAtom}};function Ca(e,t,n,r,i){Na(r,t,e);let a=new Sa(void 0,e,t,n,r,r,r,i,0);return a.contentDOM&&a.updateChildren(i,0),a}var wa=class e extends Sa{constructor(e,t,n,r,i,a,o){super(e,t,n,r,i,null,a,o,0)}parseRule(){let e=this.nodeDOM.parentNode;for(;e&&e!=this.dom&&!e.pmIsDeco;)e=e.parentNode;return{skip:e||!0}}update(e,t,n,r){return this.dirty==_a||this.dirty!=ma&&!this.inParent()||!e.sameMarkup(this.node)?!1:(this.updateOuterDeco(t),(this.dirty!=ma||e.text!=this.node.text)&&e.text!=this.nodeDOM.nodeValue&&(this.nodeDOM.nodeValue=e.text,r.trackWrites==this.nodeDOM&&(r.trackWrites=null)),this.node=e,this.dirty=ma,!0)}inParent(){let e=this.parent.contentDOM;for(let t=this.nodeDOM;t;t=t.parentNode)if(t==e)return!0;return!1}domFromPos(e){return{node:this.nodeDOM,offset:e}}localPosFromDOM(e,t,n){return e==this.nodeDOM?this.posAtStart+Math.min(t,this.node.text.length):super.localPosFromDOM(e,t,n)}ignoreMutation(e){return e.type!=`characterData`&&e.type!=`selection`}slice(t,n,r){let i=this.node.cut(t,n),a=document.createTextNode(i.text);return new e(this.parent,i,this.outerDeco,this.innerDeco,a,a,r)}markDirty(e,t){super.markDirty(e,t),this.dom!=this.nodeDOM&&(e==0||t==this.nodeDOM.nodeValue.length)&&(this.dirty=_a)}get domAtom(){return!1}isText(e){return this.node.text==e}},Ta=class extends va{parseRule(){return{ignore:!0}}matchesHack(e){return this.dirty==ma&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return this.dom.nodeName==`IMG`}},Ea=class extends Sa{constructor(e,t,n,r,i,a,o,s,c,l){super(e,t,n,r,i,a,o,c,l),this.spec=s}update(e,t,n,r){if(this.dirty==_a)return!1;if(this.spec.update&&(this.node.type==e.type||this.spec.multiType)){let i=this.spec.update(e,t,n);return i&&this.updateInner(e,t,n,r),i}else if(!this.contentDOM&&!e.isLeaf)return!1;else return super.update(e,t,n,r)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(e,t,n,r){this.spec.setSelection?this.spec.setSelection(e,t,n.root):super.setSelection(e,t,n,r)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}stopEvent(e){return this.spec.stopEvent?this.spec.stopEvent(e):!1}ignoreMutation(e){return this.spec.ignoreMutation?this.spec.ignoreMutation(e):super.ignoreMutation(e)}};function Da(e,t,n){let r=e.firstChild,i=!1;for(let a=0;a>1,o=Math.min(a,e.length);for(;i-1)i>this.index&&(this.changed=!0,this.destroyBetween(this.index,i)),this.top=this.top.children[this.index];else{let r=xa.create(this.top,e[a],t,n);this.top.children.splice(this.index,0,r),this.top=r,this.changed=!0}this.index=0,a++}}findNodeMatch(e,t,n,r){let i=-1,a;if(r>=this.preMatch.index&&(a=this.preMatch.matches[r-this.preMatch.index]).parent==this.top&&a.matchesNode(e,t,n))i=this.top.children.indexOf(a,this.index);else for(let r=this.index,a=Math.min(this.top.children.length,r+5);r0;){let s;for(;;)if(r){let e=n.children[r-1];if(e instanceof xa)n=e,r=e.children.length;else{s=e,r--;break}}else if(n==t)break outer;else r=n.parent.children.indexOf(n),n=n.parent;let c=s.node;if(c){if(c!=e.child(i-1))break;--i,a.set(s,i),o.push(s)}}return{index:i,matched:a,matches:o.reverse()}}function Ra(e,t){return e.type.side-t.type.side}function za(e,t,n,r){let i=t.locals(e),a=0;if(i.length==0){for(let n=0;na;)s.push(i[o++]);let m=a+f.nodeSize;if(f.isText){let e=m;o!e.inline):s.slice();r(f,h,t.forChild(a,f),p),a=m}}function Ba(e){if(e.nodeName==`UL`||e.nodeName==`OL`){let t=e.style.cssText;e.style.cssText=t+`; list-style: square !important`,window.getComputedStyle(e).listStyle,e.style.cssText=t}}function Va(e,t,n,r){for(let i=0,a=0;i=n){if(a>=r&&c.slice(r-t.length-s,r-s)==t)return r-t.length;let e=s=0&&e+t.length+s>=n)return s+e;if(n==r&&c.length>=r+t.length-s&&c.slice(r-s,r-s+t.length)==t)return r}}return-1}function Ha(e,t,n,r,i){let a=[];for(let o=0,s=0;o=n||u<=t?a.push(c):(ln&&a.push(c.slice(n-l,c.size,r)))}return a}function Ua(e,t=null){let n=e.domSelectionRange(),r=e.state.doc;if(!n.focusNode)return null;let i=e.docView.nearestDesc(n.focusNode),a=i&&i.size==0,o=e.docView.posFromDOM(n.focusNode,n.focusOffset,1);if(o<0)return null;let s=r.resolve(o),c,l;if(hi(n)){for(c=o;i&&!i.node;)i=i.parent;let e=i.node;if(i&&e.isAtom&&M.isSelectable(e)&&i.parent&&!(e.isInline&&pi(n.focusNode,n.focusOffset,i.dom))){let e=i.posBefore;l=new M(o==e?s:r.resolve(e))}}else{if(n instanceof e.dom.ownerDocument.defaultView.Selection&&n.rangeCount>1){let t=o,i=o;for(let r=0;r{(n.anchorNode!=r||n.anchorOffset!=i)&&(t.removeEventListener(`selectionchange`,e.input.hideSelectionGuard),setTimeout(()=>{(!Wa(e)||e.state.selection.visible)&&e.dom.classList.remove(`ProseMirror-hideselection`)},20))})}function Za(e){let t=e.domSelection();if(!t)return;let n=e.cursorWrapper.dom,r=n.nodeName==`IMG`;r?t.collapse(n.parentNode,F(n)+1):t.collapse(n,0),!r&&!e.state.selection.visible&&Ti&&Ei<=11&&(n.disabled=!0,n.disabled=!1)}function Qa(e,t){if(t instanceof M){let n=e.docView.descAt(t.from);n!=e.lastSelectedViewDesc&&($a(e),n&&n.selectNode(),e.lastSelectedViewDesc=n)}else $a(e)}function $a(e){e.lastSelectedViewDesc&&=(e.lastSelectedViewDesc.parent&&e.lastSelectedViewDesc.deselectNode(),void 0)}function eo(e,t,n,r){return e.someProp(`createSelectionBetween`,r=>r(e,t,n))||j.between(t,n,r)}function to(e){return e.editable&&!e.hasFocus()?!1:no(e)}function no(e){let t=e.domSelectionRange();if(!t.anchorNode)return!1;try{return e.dom.contains(t.anchorNode.nodeType==3?t.anchorNode.parentNode:t.anchorNode)&&(e.editable||e.dom.contains(t.focusNode.nodeType==3?t.focusNode.parentNode:t.focusNode))}catch{return!1}}function ro(e){let t=e.docView.domFromPos(e.state.selection.anchor,0),n=e.domSelectionRange();return si(t.node,t.offset,n.anchorNode,n.anchorOffset)}function io(e,t){let{$anchor:n,$head:r}=e.selection,i=t>0?n.max(r):n.min(r),a=i.parent.inlineContent?i.depth?e.doc.resolve(t>0?i.after():i.before()):null:i;return a&&A.findFrom(a,t)}function ao(e,t){return e.dispatch(e.state.tr.setSelection(t).scrollIntoView()),!0}function oo(e,t,n){let r=e.state.selection;if(r instanceof j){if(n.indexOf(`s`)>-1){let{$head:n}=r,i=n.textOffset?null:t<0?n.nodeBefore:n.nodeAfter;if(!i||i.isText||!i.isLeaf)return!1;let a=e.state.doc.resolve(n.pos+i.nodeSize*(t<0?-1:1));return ao(e,new j(r.$anchor,a))}else if(!r.empty)return!1;else if(e.endOfTextblock(t>0?`forward`:`backward`)){let n=io(e.state,t);return n&&n instanceof M?ao(e,n):!1}else if(!(ji&&n.indexOf(`m`)>-1)){let n=r.$head,i=n.textOffset?null:t<0?n.nodeBefore:n.nodeAfter,a;if(!i||i.isText)return!1;let o=t<0?n.pos-i.nodeSize:n.pos;return i.isAtom||(a=e.docView.descAt(o))&&!a.contentDOM?M.isSelectable(i)?ao(e,new M(t<0?e.state.doc.resolve(n.pos-i.nodeSize):n)):Pi?ao(e,new j(e.state.doc.resolve(t<0?o:o+i.nodeSize))):!1:!1}}else if(r instanceof M&&r.node.isInline)return ao(e,new j(t>0?r.$to:r.$from));else{let n=io(e.state,t);return n?ao(e,n):!1}}function so(e){return e.nodeType==3?e.nodeValue.length:e.childNodes.length}function co(e,t){let n=e.pmViewDesc;return n&&n.size==0&&(t<0||e.nextSibling||e.nodeName!=`BR`)}function lo(e,t){return t<0?uo(e):fo(e)}function uo(e){let t=e.domSelectionRange(),n=t.focusNode,r=t.focusOffset;if(!n)return;let i,a,o=!1;for(Di&&n.nodeType==1&&r0){if(n.nodeType!=1)break;{let e=n.childNodes[r-1];if(co(e,-1))i=n,a=--r;else if(e.nodeType==3)n=e,r=n.nodeValue.length;else break}}else if(po(n))break;else{let t=n.previousSibling;for(;t&&co(t,-1);)i=n.parentNode,a=F(t),t=t.previousSibling;if(t)n=t,r=so(n);else{if(n=n.parentNode,n==e.dom)break;r=0}}o?go(e,n,r):i&&go(e,i,a)}function fo(e){let t=e.domSelectionRange(),n=t.focusNode,r=t.focusOffset;if(!n)return;let i=so(n),a,o;for(;;)if(r{e.state==i&&Ga(e)},50)}function _o(e,t){let n=e.state.doc.resolve(t);if(!(I||Mi)&&n.parent.inlineContent){let r=e.coordsAtPos(t);if(t>n.start()){let n=e.coordsAtPos(t-1),i=(n.top+n.bottom)/2;if(i>r.top&&i1)return n.leftr.top&&i1)return n.left>r.left?`ltr`:`rtl`}}return getComputedStyle(e.dom).direction==`rtl`?`rtl`:`ltr`}function vo(e,t,n){let r=e.state.selection;if(r instanceof j&&!r.empty||n.indexOf(`s`)>-1||ji&&n.indexOf(`m`)>-1)return!1;let{$from:i,$to:a}=r;if(!i.parent.inlineContent||e.endOfTextblock(t<0?`up`:`down`)){let n=io(e.state,t);if(n&&n instanceof M)return ao(e,n)}if(!i.parent.inlineContent){let n=t<0?i:a,o=r instanceof Zn?A.near(n,t):A.findFrom(n,t);return o?ao(e,o):!1}return!1}function yo(e,t){if(!(e.state.selection instanceof j))return!0;let{$head:n,$anchor:r,empty:i}=e.state.selection;if(!n.sameParent(r))return!0;if(!i)return!1;if(e.endOfTextblock(t>0?`forward`:`backward`))return!0;let a=!n.textOffset&&(t<0?n.nodeBefore:n.nodeAfter);if(a&&!a.isText){let r=e.state.tr;return t<0?r.delete(n.pos-a.nodeSize,n.pos):r.delete(n.pos,n.pos+a.nodeSize),e.dispatch(r),!0}return!1}function bo(e,t,n){e.domObserver.stop(),t.contentEditable=n,e.domObserver.start()}function xo(e){if(!L||e.state.selection.$head.parentOffset>0)return!1;let{focusNode:t,focusOffset:n}=e.domSelectionRange();if(t&&t.nodeType==1&&n==0&&t.firstChild&&t.firstChild.contentEditable==`false`){let n=t.firstChild;bo(e,n,`true`),setTimeout(()=>bo(e,n,`false`),20)}return!1}function So(e){let t=``;return e.ctrlKey&&(t+=`c`),e.metaKey&&(t+=`m`),e.altKey&&(t+=`a`),e.shiftKey&&(t+=`s`),t}function Co(e,t){let n=t.keyCode,r=So(t);if(n==8||ji&&n==72&&r==`c`)return yo(e,-1)||lo(e,-1);if(n==46&&!t.shiftKey||ji&&n==68&&r==`c`)return yo(e,1)||lo(e,1);if(n==13||n==27)return!0;if(n==37||ji&&n==66&&r==`c`){let t=n==37?_o(e,e.state.selection.from)==`ltr`?-1:1:-1;return oo(e,t,r)||lo(e,t)}else if(n==39||ji&&n==70&&r==`c`){let t=n==39?_o(e,e.state.selection.from)==`ltr`?1:-1:1;return oo(e,t,r)||lo(e,t)}else if(n==38||ji&&n==80&&r==`c`)return vo(e,-1,r)||lo(e,-1);else if(n==40||ji&&n==78&&r==`c`)return xo(e)||vo(e,1,r)||lo(e,1);else if(r==(ji?`m`:`c`)&&(n==66||n==73||n==89||n==90))return!0;return!1}function wo(e,t){e.someProp(`transformCopied`,n=>{t=n(t,e)});let n=[],{content:r,openStart:i,openEnd:a}=t;for(;i>1&&a>1&&r.childCount==1&&r.firstChild.childCount==1;){i--,a--;let e=r.firstChild;n.push(e.type.name,e.attrs==e.type.defaultAttrs?null:e.attrs),r=e.content}let o=e.someProp(`clipboardSerializer`)||Tt.fromSchema(e.state.schema),s=Fo(),c=s.createElement(`div`);c.appendChild(o.serializeFragment(r,{document:s}));let l=c.firstChild,u,d=0;for(;l&&l.nodeType==1&&(u=No[l.nodeName.toLowerCase()]);){for(let e=u.length-1;e>=0;e--){let t=s.createElement(u[e]);for(;c.firstChild;)t.appendChild(c.firstChild);c.appendChild(t),d++}l=c.firstChild}return l&&l.nodeType==1&&l.setAttribute(`data-pm-slice`,`${i} ${a}${d?` -${d}`:``} ${JSON.stringify(n)}`),{dom:c,text:e.someProp(`clipboardTextSerializer`,n=>n(t,e))||t.content.textBetween(0,t.content.size,` + +`),slice:t}}function To(e,t,n,r,i){let a=i.parent.type.spec.code,o,s;if(!n&&!t)return null;let c=!!t&&(r||a||!n);if(c){if(e.someProp(`transformPastedText`,n=>{t=n(t,a||r,e)}),a)return s=new O(E.from(e.state.schema.text(t.replace(/\r\n?/g,` +`))),0,0),e.someProp(`transformPasted`,t=>{s=t(s,e,!0)}),s;let n=e.someProp(`clipboardTextParser`,n=>n(t,i,r,e));if(n)s=n;else{let n=i.marks(),{schema:r}=e.state,a=Tt.fromSchema(r);o=document.createElement(`div`),t.split(/(?:\r\n?|\n)+/).forEach(e=>{let t=o.appendChild(document.createElement(`p`));e&&t.appendChild(a.serializeNode(r.text(e,n)))})}}else e.someProp(`transformPastedHTML`,t=>{n=t(n,e)}),o=Ro(n),Pi&&zo(o);let l=o&&o.querySelector(`[data-pm-slice]`),u=l&&/^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(l.getAttribute(`data-pm-slice`)||``);if(u&&u[3])for(let e=+u[3];e>0;e--){let e=o.firstChild;for(;e&&e.nodeType!=1;)e=e.nextSibling;if(!e)break;o=e}if(s||=(e.someProp(`clipboardParser`)||e.someProp(`domParser`)||dt.fromSchema(e.state.schema)).parseSlice(o,{preserveWhitespace:!!(c||u),context:i,ruleFromNode(e){return e.nodeName==`BR`&&!e.nextSibling&&e.parentNode&&!Eo.test(e.parentNode.nodeName)?{ignore:!0}:null}}),u)s=Bo(Mo(s,+u[1],+u[2]),u[4]);else if(s=O.maxOpen(Do(s.content,i),!0),s.openStart||s.openEnd){let e=0,t=0;for(let t=s.content.firstChild;e{s=t(s,e,c)}),s}var Eo=/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var)$/i;function Do(e,t){if(e.childCount<2)return e;for(let n=t.depth;n>=0;n--){let r=t.node(n).contentMatchAt(t.index(n)),i,a=[];if(e.forEach(e=>{if(!a)return;let t=r.findWrapping(e.type),n;if(!t)return a=null;if(n=a.length&&i.length&&ko(t,i,e,a[a.length-1],0))a[a.length-1]=n;else{a.length&&(a[a.length-1]=Ao(a[a.length-1],i.length));let n=Oo(e,t);a.push(n),r=r.matchType(n.type),i=t}}),a)return E.from(a)}return e}function Oo(e,t,n=0){for(let r=t.length-1;r>=n;r--)e=t[r].create(null,E.from(e));return e}function ko(e,t,n,r,i){if(i1&&(a=0),i=n&&(s=t<0?o.contentMatchAt(0).fillBefore(s,a<=i).append(s):s.append(o.contentMatchAt(o.childCount).fillBefore(E.empty,!0))),e.replaceChild(t<0?0:e.childCount-1,o.copy(s))}function Mo(e,t,n){return te}),Io.createHTML(e)):e}function Ro(e){let t=/^(\s*]*>)*/.exec(e);t&&(e=e.slice(t[0].length));let n=Fo().createElement(`div`),r=/<([a-z][^>\s]+)/i.exec(e),i;if((i=r&&No[r[1].toLowerCase()])&&(e=i.map(e=>`<`+e+`>`).join(``)+e+i.map(e=>``).reverse().join(``)),n.innerHTML=Lo(e),i)for(let e=0;e=0;e-=2){let t=n.nodes[r[e]];if(!t||t.hasRequiredAttrs())break;i=E.from(t.create(r[e+1],i)),a++,o++}return new O(i,a,o)}var Vo={},Ho={},Uo={touchstart:!0,touchmove:!0},Wo=class{constructor(){this.shiftKey=!1,this.mouseDown=null,this.lastKeyCode=null,this.lastKeyCodeTime=0,this.lastClick={time:0,x:0,y:0,type:``,button:0},this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastIOSEnter=0,this.lastIOSEnterFallbackTimeout=-1,this.lastFocus=0,this.lastTouch=0,this.lastChromeDelete=0,this.composing=!1,this.compositionNode=null,this.composingTimeout=-1,this.compositionNodes=[],this.compositionEndedAt=-2e8,this.compositionID=1,this.badSafariComposition=!1,this.compositionPendingChanges=0,this.domChangeCount=0,this.eventHandlers=Object.create(null),this.hideSelectionGuard=null}};function Go(e){for(let t in Vo){let n=Vo[t];e.dom.addEventListener(t,e.input.eventHandlers[t]=t=>{Xo(e,t)&&!Yo(e,t)&&(e.editable||!(t.type in Ho))&&n(e,t)},Uo[t]?{passive:!0}:void 0)}L&&e.dom.addEventListener(`input`,()=>null),Jo(e)}function Ko(e,t){e.input.lastSelectionOrigin=t,e.input.lastSelectionTime=Date.now()}function qo(e){e.domObserver.stop();for(let t in e.input.eventHandlers)e.dom.removeEventListener(t,e.input.eventHandlers[t]);clearTimeout(e.input.composingTimeout),clearTimeout(e.input.lastIOSEnterFallbackTimeout)}function Jo(e){e.someProp(`handleDOMEvents`,t=>{for(let n in t)e.input.eventHandlers[n]||e.dom.addEventListener(n,e.input.eventHandlers[n]=t=>Yo(e,t))})}function Yo(e,t){return e.someProp(`handleDOMEvents`,n=>{let r=n[t.type];return r?r(e,t)||t.defaultPrevented:!1})}function Xo(e,t){if(!t.bubbles)return!0;if(t.defaultPrevented)return!1;for(let n=t.target;n!=e.dom;n=n.parentNode)if(!n||n.nodeType==11||n.pmViewDesc&&n.pmViewDesc.stopEvent(t))return!1;return!0}function Zo(e,t){!Yo(e,t)&&Vo[t.type]&&(e.editable||!(t.type in Ho))&&Vo[t.type](e,t)}Ho.keydown=(e,t)=>{let n=t;if(e.input.shiftKey=n.keyCode==16||n.shiftKey,!fs(e,n)&&(e.input.lastKeyCode=n.keyCode,e.input.lastKeyCodeTime=Date.now(),!(Ni&&I&&n.keyCode==13)))if(n.keyCode!=229&&e.domObserver.forceFlush(),Ai&&n.keyCode==13&&!n.ctrlKey&&!n.altKey&&!n.metaKey){let t=Date.now();e.input.lastIOSEnter=t,e.input.lastIOSEnterFallbackTimeout=setTimeout(()=>{e.input.lastIOSEnter==t&&(e.someProp(`handleKeyDown`,t=>t(e,gi(13,`Enter`))),e.input.lastIOSEnter=0)},200)}else e.someProp(`handleKeyDown`,t=>t(e,n))||Co(e,n)?n.preventDefault():Ko(e,`key`)},Ho.keyup=(e,t)=>{t.keyCode==16&&(e.input.shiftKey=!1)},Ho.keypress=(e,t)=>{let n=t;if(fs(e,n)||!n.charCode||n.ctrlKey&&!n.altKey||ji&&n.metaKey)return;if(e.someProp(`handleKeyPress`,t=>t(e,n))){n.preventDefault();return}let r=e.state.selection;if(!(r instanceof j)||!r.$from.sameParent(r.$to)){let t=String.fromCharCode(n.charCode),i=()=>e.state.tr.insertText(t).scrollIntoView();!/[\r\n]/.test(t)&&!e.someProp(`handleTextInput`,n=>n(e,r.$from.pos,r.$to.pos,t,i))&&e.dispatch(i()),n.preventDefault()}};function Qo(e){return{left:e.clientX,top:e.clientY}}function $o(e,t){let n=t.x-e.clientX,r=t.y-e.clientY;return n*n+r*r<100}function es(e,t,n,r,i){if(r==-1)return!1;let a=e.state.doc.resolve(r);for(let r=a.depth+1;r>0;r--)if(e.someProp(t,t=>r>a.depth?t(e,n,a.nodeAfter,a.before(r),i,!0):t(e,n,a.node(r),a.before(r),i,!1)))return!0;return!1}function ts(e,t,n){if(e.focused||e.focus(),e.state.selection.eq(t))return;let r=e.state.tr.setSelection(t);n==`pointer`&&r.setMeta(`pointer`,!0),e.dispatch(r)}function ns(e,t){if(t==-1)return!1;let n=e.state.doc.resolve(t),r=n.nodeAfter;return r&&r.isAtom&&M.isSelectable(r)?(ts(e,new M(n),`pointer`),!0):!1}function rs(e,t){if(t==-1)return!1;let n=e.state.selection,r,i;n instanceof M&&(r=n.node);let a=e.state.doc.resolve(t);for(let e=a.depth+1;e>0;e--){let t=e>a.depth?a.nodeAfter:a.node(e);if(M.isSelectable(t)){i=r&&n.$from.depth>0&&e>=n.$from.depth&&a.before(n.$from.depth+1)==n.$from.pos?a.before(n.$from.depth):a.before(e);break}}return i==null?!1:(ts(e,M.create(e.state.doc,i),`pointer`),!0)}function is(e,t,n,r,i){return es(e,`handleClickOn`,t,n,r)||e.someProp(`handleClick`,n=>n(e,t,r))||(i?rs(e,n):ns(e,n))}function as(e,t,n,r){return es(e,`handleDoubleClickOn`,t,n,r)||e.someProp(`handleDoubleClick`,n=>n(e,t,r))}function ss(e,t,n,r){return es(e,`handleTripleClickOn`,t,n,r)||e.someProp(`handleTripleClick`,n=>n(e,t,r))||cs(e,n,r)}function cs(e,t,n){if(n.button!=0)return!1;let r=e.state.doc;if(t==-1)return r.inlineContent?(ts(e,j.create(r,0,r.content.size),`pointer`),!0):!1;let i=r.resolve(t);for(let t=i.depth+1;t>0;t--){let n=t>i.depth?i.nodeAfter:i.node(t),a=i.before(t);if(n.inlineContent)ts(e,j.create(r,a+1,a+1+n.content.size),`pointer`);else if(M.isSelectable(n))ts(e,M.create(r,a),`pointer`);else continue;return!0}}function ls(e){return ys(e)}var us=ji?`metaKey`:`ctrlKey`;Vo.mousedown=(e,t)=>{let n=t;e.input.shiftKey=n.shiftKey;let r=ls(e),i=Date.now(),a=`singleClick`;i-e.input.lastClick.time<500&&$o(n,e.input.lastClick)&&!n[us]&&e.input.lastClick.button==n.button&&(e.input.lastClick.type==`singleClick`?a=`doubleClick`:e.input.lastClick.type==`doubleClick`&&(a=`tripleClick`)),e.input.lastClick={time:i,x:n.clientX,y:n.clientY,type:a,button:n.button};let o=e.posAtCoords(Qo(n));o&&(a==`singleClick`?(e.input.mouseDown&&e.input.mouseDown.done(),e.input.mouseDown=new ds(e,o,n,!!r)):(a==`doubleClick`?as:ss)(e,o.pos,o.inside,n)?n.preventDefault():Ko(e,`pointer`))};var ds=class{constructor(e,t,n,r){this.view=e,this.pos=t,this.event=n,this.flushed=r,this.delayedSelectionSync=!1,this.mightDrag=null,this.startDoc=e.state.doc,this.selectNode=!!n[us],this.allowDefault=n.shiftKey;let i,a;if(t.inside>-1)i=e.state.doc.nodeAt(t.inside),a=t.inside;else{let n=e.state.doc.resolve(t.pos);i=n.parent,a=n.depth?n.before():0}let o=r?null:n.target,s=o?e.docView.nearestDesc(o,!0):null;this.target=s&&s.nodeDOM.nodeType==1?s.nodeDOM:null;let{selection:c}=e.state;n.button==0&&(i.type.spec.draggable&&i.type.spec.selectable!==!1||c instanceof M&&c.from<=a&&c.to>a)&&(this.mightDrag={node:i,pos:a,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&Di&&!this.target.hasAttribute(`contentEditable`))}),this.target&&this.mightDrag&&(this.mightDrag.addAttr||this.mightDrag.setUneditable)&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&(this.target.draggable=!0),this.mightDrag.setUneditable&&setTimeout(()=>{this.view.input.mouseDown==this&&this.target.setAttribute(`contentEditable`,`false`)},20),this.view.domObserver.start()),e.root.addEventListener(`mouseup`,this.up=this.up.bind(this)),e.root.addEventListener(`mousemove`,this.move=this.move.bind(this)),Ko(e,`pointer`)}done(){this.view.root.removeEventListener(`mouseup`,this.up),this.view.root.removeEventListener(`mousemove`,this.move),this.mightDrag&&this.target&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&this.target.removeAttribute(`draggable`),this.mightDrag.setUneditable&&this.target.removeAttribute(`contentEditable`),this.view.domObserver.start()),this.delayedSelectionSync&&setTimeout(()=>Ga(this.view)),this.view.input.mouseDown=null}up(e){if(this.done(),!this.view.dom.contains(e.target))return;let t=this.pos;this.view.state.doc!=this.startDoc&&(t=this.view.posAtCoords(Qo(e))),this.updateAllowDefault(e),this.allowDefault||!t?Ko(this.view,`pointer`):is(this.view,t.pos,t.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||L&&this.mightDrag&&!this.mightDrag.node.isAtom||I&&!this.view.state.selection.visible&&Math.min(Math.abs(t.pos-this.view.state.selection.from),Math.abs(t.pos-this.view.state.selection.to))<=2)?(ts(this.view,A.near(this.view.state.doc.resolve(t.pos)),`pointer`),e.preventDefault()):Ko(this.view,`pointer`)}move(e){this.updateAllowDefault(e),Ko(this.view,`pointer`),e.buttons==0&&this.done()}updateAllowDefault(e){!this.allowDefault&&(Math.abs(this.event.x-e.clientX)>4||Math.abs(this.event.y-e.clientY)>4)&&(this.allowDefault=!0)}};Vo.touchstart=e=>{e.input.lastTouch=Date.now(),ls(e),Ko(e,`pointer`)},Vo.touchmove=e=>{e.input.lastTouch=Date.now(),Ko(e,`pointer`)},Vo.contextmenu=e=>ls(e);function fs(e,t){return e.composing?!0:L&&Math.abs(t.timeStamp-e.input.compositionEndedAt)<500?(e.input.compositionEndedAt=-2e8,!0):!1}var ps=Ni?5e3:-1;Ho.compositionstart=Ho.compositionupdate=e=>{if(!e.composing){e.domObserver.flush();let{state:t}=e,n=t.selection.$to;if(t.selection instanceof j&&(t.storedMarks||!n.textOffset&&n.parentOffset&&n.nodeBefore.marks.some(e=>e.type.spec.inclusive===!1)||I&&Mi&&ms(e)))e.markCursor=e.state.storedMarks||n.marks(),ys(e,!0),e.markCursor=null;else if(ys(e,!t.selection.empty),Di&&t.selection.empty&&n.parentOffset&&!n.textOffset&&n.nodeBefore.marks.length){let t=e.domSelectionRange();for(let n=t.focusNode,r=t.focusOffset;n&&n.nodeType==1&&r!=0;){let t=r<0?n.lastChild:n.childNodes[r-1];if(!t)break;if(t.nodeType==3){let n=e.domSelection();n&&n.collapse(t,t.nodeValue.length);break}else n=t,r=-1}}e.input.composing=!0}hs(e,ps)};function ms(e){let{focusNode:t,focusOffset:n}=e.domSelectionRange();if(!t||t.nodeType!=1||n>=t.childNodes.length)return!1;let r=t.childNodes[n];return r.nodeType==1&&r.contentEditable==`false`}Ho.compositionend=(e,t)=>{e.composing&&(e.input.composing=!1,e.input.compositionEndedAt=t.timeStamp,e.input.compositionPendingChanges=e.domObserver.pendingRecords().length?e.input.compositionID:0,e.input.compositionNode=null,e.input.badSafariComposition?e.domObserver.forceFlush():e.input.compositionPendingChanges&&Promise.resolve().then(()=>e.domObserver.flush()),e.input.compositionID++,hs(e,20))};function hs(e,t){clearTimeout(e.input.composingTimeout),t>-1&&(e.input.composingTimeout=setTimeout(()=>ys(e),t))}function gs(e){for(e.composing&&(e.input.composing=!1,e.input.compositionEndedAt=vs());e.input.compositionNodes.length>0;)e.input.compositionNodes.pop().markParentsDirty()}function _s(e){let t=e.domSelectionRange();if(!t.focusNode)return null;let n=di(t.focusNode,t.focusOffset),r=fi(t.focusNode,t.focusOffset);if(n&&r&&n!=r){let t=r.pmViewDesc,i=e.domObserver.lastChangedTextNode;if(n==i||r==i)return i;if(!t||!t.isText(r.nodeValue))return r;if(e.input.compositionNode==r){let e=n.pmViewDesc;if(!(!e||!e.isText(n.nodeValue)))return r}}return n||r}function vs(){let e=document.createEvent(`Event`);return e.initEvent(`event`,!0,!0),e.timeStamp}function ys(e,t=!1){if(!(Ni&&e.domObserver.flushingSoon>=0)){if(e.domObserver.forceFlush(),gs(e),t||e.docView&&e.docView.dirty){let n=Ua(e),r=e.state.selection;return n&&!n.eq(r)?e.dispatch(e.state.tr.setSelection(n)):(e.markCursor||t)&&!r.$from.node(r.$from.sharedDepth(r.to)).inlineContent?e.dispatch(e.state.tr.deleteSelection()):e.updateState(e.state),!0}return!1}}function bs(e,t){if(!e.dom.parentNode)return;let n=e.dom.parentNode.appendChild(document.createElement(`div`));n.appendChild(t),n.style.cssText=`position: fixed; left: -10000px; top: 10px`;let r=getSelection(),i=document.createRange();i.selectNodeContents(t),e.dom.blur(),r.removeAllRanges(),r.addRange(i),setTimeout(()=>{n.parentNode&&n.parentNode.removeChild(n),e.focus()},50)}var xs=Ti&&Ei<15||Ai&&Fi<604;Vo.copy=Ho.cut=(e,t)=>{let n=t,r=e.state.selection,i=n.type==`cut`;if(r.empty)return;let a=xs?null:n.clipboardData,{dom:o,text:s}=wo(e,r.content());a?(n.preventDefault(),a.clearData(),a.setData(`text/html`,o.innerHTML),a.setData(`text/plain`,s)):bs(e,o),i&&e.dispatch(e.state.tr.deleteSelection().scrollIntoView().setMeta(`uiEvent`,`cut`))};function Ss(e){return e.openStart==0&&e.openEnd==0&&e.content.childCount==1?e.content.firstChild:null}function Cs(e,t){if(!e.dom.parentNode)return;let n=e.input.shiftKey||e.state.selection.$from.parent.type.spec.code,r=e.dom.parentNode.appendChild(document.createElement(n?`textarea`:`div`));n||(r.contentEditable=`true`),r.style.cssText=`position: fixed; left: -10000px; top: 10px`,r.focus();let i=e.input.shiftKey&&e.input.lastKeyCode!=45;setTimeout(()=>{e.focus(),r.parentNode&&r.parentNode.removeChild(r),n?ws(e,r.value,null,i,t):ws(e,r.textContent,r.innerHTML,i,t)},50)}function ws(e,t,n,r,i){let a=To(e,t,n,r,e.state.selection.$from);if(e.someProp(`handlePaste`,t=>t(e,i,a||O.empty)))return!0;if(!a)return!1;let o=Ss(a),s=o?e.state.tr.replaceSelectionWith(o,r):e.state.tr.replaceSelection(a);return e.dispatch(s.scrollIntoView().setMeta(`paste`,!0).setMeta(`uiEvent`,`paste`)),!0}function Ts(e){let t=e.getData(`text/plain`)||e.getData(`Text`);if(t)return t;let n=e.getData(`text/uri-list`);return n?n.replace(/\r?\n/g,` `):``}Ho.paste=(e,t)=>{let n=t;if(e.composing&&!Ni)return;let r=xs?null:n.clipboardData,i=e.input.shiftKey&&e.input.lastKeyCode!=45;r&&ws(e,Ts(r),r.getData(`text/html`),i,n)?n.preventDefault():Cs(e,n)};var Es=class{constructor(e,t,n){this.slice=e,this.move=t,this.node=n}},Ds=ji?`altKey`:`ctrlKey`;function Os(e,t){let n;return e.someProp(`dragCopies`,e=>{n||=e(t)}),n==null?!t[Ds]:!n}Vo.dragstart=(e,t)=>{let n=t,r=e.input.mouseDown;if(r&&r.done(),!n.dataTransfer)return;let i=e.state.selection,a=i.empty?null:e.posAtCoords(Qo(n)),o;if(!(a&&a.pos>=i.from&&a.pos<=(i instanceof M?i.to-1:i.to))){if(r&&r.mightDrag)o=M.create(e.state.doc,r.mightDrag.pos);else if(n.target&&n.target.nodeType==1){let t=e.docView.nearestDesc(n.target,!0);t&&t.node.type.spec.draggable&&t!=e.docView&&(o=M.create(e.state.doc,t.posBefore))}}let{dom:s,text:c,slice:l}=wo(e,(o||e.state.selection).content());(!n.dataTransfer.files.length||!I||ki>120)&&n.dataTransfer.clearData(),n.dataTransfer.setData(xs?`Text`:`text/html`,s.innerHTML),n.dataTransfer.effectAllowed=`copyMove`,xs||n.dataTransfer.setData(`text/plain`,c),e.dragging=new Es(l,Os(e,n),o)},Vo.dragend=e=>{let t=e.dragging;window.setTimeout(()=>{e.dragging==t&&(e.dragging=null)},50)},Ho.dragover=Ho.dragenter=(e,t)=>t.preventDefault(),Ho.drop=(e,t)=>{try{ks(e,t,e.dragging)}finally{e.dragging=null}};function ks(e,t,n){if(!t.dataTransfer)return;let r=e.posAtCoords(Qo(t));if(!r)return;let i=e.state.doc.resolve(r.pos),a=n&&n.slice;a?e.someProp(`transformPasted`,t=>{a=t(a,e,!1)}):a=To(e,Ts(t.dataTransfer),xs?null:t.dataTransfer.getData(`text/html`),!1,i);let o=!!(n&&Os(e,t));if(e.someProp(`handleDrop`,n=>n(e,t,a||O.empty,o))){t.preventDefault();return}if(!a)return;t.preventDefault();let s=a?Tn(e.state.doc,i.pos,a):i.pos;s??=i.pos;let c=e.state.tr;if(o){let{node:e}=n;e?e.replace(c):c.deleteSelection()}let l=c.mapping.map(s),u=a.openStart==0&&a.openEnd==0&&a.content.childCount==1,d=c.doc;if(u?c.replaceRangeWith(l,l,a.content.firstChild):c.replaceRange(l,l,a),c.doc.eq(d))return;let f=c.doc.resolve(l);if(u&&M.isSelectable(a.content.firstChild)&&f.nodeAfter&&f.nodeAfter.sameMarkup(a.content.firstChild))c.setSelection(new M(f));else{let t=c.mapping.map(s);c.mapping.maps[c.mapping.maps.length-1].forEach((e,n,r,i)=>t=i),c.setSelection(eo(e,f,c.doc.resolve(t)))}e.focus(),e.dispatch(c.setMeta(`uiEvent`,`drop`))}Vo.focus=e=>{e.input.lastFocus=Date.now(),e.focused||(e.domObserver.stop(),e.dom.classList.add(`ProseMirror-focused`),e.domObserver.start(),e.focused=!0,setTimeout(()=>{e.docView&&e.hasFocus()&&!e.domObserver.currentSelection.eq(e.domSelectionRange())&&Ga(e)},20))},Vo.blur=(e,t)=>{let n=t;e.focused&&=(e.domObserver.stop(),e.dom.classList.remove(`ProseMirror-focused`),e.domObserver.start(),n.relatedTarget&&e.dom.contains(n.relatedTarget)&&e.domObserver.currentSelection.clear(),!1)},Vo.beforeinput=(e,t)=>{if(I&&Ni&&t.inputType==`deleteContentBackward`){e.domObserver.flushSoon();let{domChangeCount:t}=e.input;setTimeout(()=>{if(e.input.domChangeCount!=t||(e.dom.blur(),e.focus(),e.someProp(`handleKeyDown`,t=>t(e,gi(8,`Backspace`)))))return;let{$cursor:n}=e.state.selection;n&&n.pos>0&&e.dispatch(e.state.tr.delete(n.pos-1,n.pos).scrollIntoView())},50)}};for(let e in Ho)Vo[e]=Ho[e];function As(e,t){if(e==t)return!0;for(let n in e)if(e[n]!==t[n])return!1;for(let n in t)if(!(n in e))return!1;return!0}var js=class e{constructor(e,t){this.toDOM=e,this.spec=t||Is,this.side=this.spec.side||0}map(e,t,n,r){let{pos:i,deleted:a}=e.mapResult(t.from+r,this.side<0?-1:1);return a?null:new Ps(i-n,i-n,this)}valid(){return!0}eq(t){return this==t||t instanceof e&&(this.spec.key&&this.spec.key==t.spec.key||this.toDOM==t.toDOM&&As(this.spec,t.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}},Ms=class e{constructor(e,t){this.attrs=e,this.spec=t||Is}map(e,t,n,r){let i=e.map(t.from+r,this.spec.inclusiveStart?-1:1)-n,a=e.map(t.to+r,this.spec.inclusiveEnd?1:-1)-n;return i>=a?null:new Ps(i,a,this)}valid(e,t){return t.from=e&&(!i||i(o.spec))&&n.push(o.copy(o.from+r,o.to+r))}for(let a=0;ae){let o=this.children[a]+1;this.children[a+2].findInner(e-o,t-o,n,r+o,i)}}map(e,t,n){return this==z||e.maps.length==0?this:this.mapInner(e,t,0,0,n||Is)}mapInner(t,n,r,i,a){let o;for(let e=0;e{let o=t+r,s;if(s=Vs(n,e,o)){for(i||=this.children.slice();aa&&n.to=t){this.children[e]==t&&(r=this.children[e+2]);break}let a=t+1,o=a+n.content.size;for(let e=0;ea&&t.type instanceof Ms){let e=Math.max(a,t.from)-a,n=Math.min(o,t.to)-a;ee.map(t,n,Is));return e.from(r)}forChild(t,n){if(n.isLeaf)return R.empty;let r=[];for(let i=0;ie instanceof R)?t:t.reduce((e,t)=>e.concat(t instanceof R?t:t.members),[]))}}forEachSet(e){for(let t=0;t{let o=a-i-(n-e);for(let i=0;ia+t-r)continue;let c=s[i]+t-r;n>=c?s[i+1]=e<=c?-2:-1:e>=t&&o&&(s[i]+=o,s[i+1]+=o)}r+=o}),t=n.maps[e].map(t,-1)}let c=!1;for(let t=0;t=r.content.size){c=!0;continue}let d=n.map(e[t+1]+a,-1)-i,{index:f,offset:p}=r.content.findIndex(u),m=r.maybeChild(f);if(m&&p==u&&p+m.nodeSize==d){let r=s[t+2].mapInner(n,m,l+1,e[t]+a+1,o);r==z?(s[t+1]=-2,c=!0):(s[t]=u,s[t+1]=d,s[t+2]=r)}else c=!0}if(c){let c=Us(Bs(s,e,t,n,i,a,o),r,0,o);t=c.local;for(let e=0;en&&a.to{let s=Vs(e,t,o+n);if(s){a=!0;let e=Us(s,t,n+o+1,r);e!=z&&i.push(o,o+t.nodeSize,e)}});let o=zs(a?Hs(e):e,-n).sort(Ws);for(let e=0;e0;)t++;e.splice(t,0,n)}function qs(e){let t=[];return e.someProp(`decorations`,n=>{let r=n(e.state);r&&r!=z&&t.push(r)}),e.cursorWrapper&&t.push(R.create(e.state.doc,[e.cursorWrapper.deco])),Ls.from(t)}var Js={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},Ys=Ti&&Ei<=11,Xs=class{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}set(e){this.anchorNode=e.anchorNode,this.anchorOffset=e.anchorOffset,this.focusNode=e.focusNode,this.focusOffset=e.focusOffset}clear(){this.anchorNode=this.focusNode=null}eq(e){return e.anchorNode==this.anchorNode&&e.anchorOffset==this.anchorOffset&&e.focusNode==this.focusNode&&e.focusOffset==this.focusOffset}},Zs=class{constructor(e,t){this.view=e,this.handleDOMChange=t,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new Xs,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.lastChangedTextNode=null,this.observer=window.MutationObserver&&new window.MutationObserver(t=>{for(let e=0;ee.type==`childList`&&e.removedNodes.length||e.type==`characterData`&&e.oldValue.length>e.target.nodeValue.length)?this.flushSoon():L&&e.composing&&t.some(e=>e.type==`childList`&&e.target.nodeName==`TR`)?(e.input.badSafariComposition=!0,this.flushSoon()):this.flush()}),Ys&&(this.onCharData=e=>{this.queue.push({target:e.target,type:`characterData`,oldValue:e.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this)}flushSoon(){this.flushingSoon<0&&(this.flushingSoon=window.setTimeout(()=>{this.flushingSoon=-1,this.flush()},20))}forceFlush(){this.flushingSoon>-1&&(window.clearTimeout(this.flushingSoon),this.flushingSoon=-1,this.flush())}start(){this.observer&&(this.observer.takeRecords(),this.observer.observe(this.view.dom,Js)),this.onCharData&&this.view.dom.addEventListener(`DOMCharacterDataModified`,this.onCharData),this.connectSelection()}stop(){if(this.observer){let e=this.observer.takeRecords();if(e.length){for(let t=0;tthis.flush(),20)}this.observer.disconnect()}this.onCharData&&this.view.dom.removeEventListener(`DOMCharacterDataModified`,this.onCharData),this.disconnectSelection()}connectSelection(){this.view.dom.ownerDocument.addEventListener(`selectionchange`,this.onSelectionChange)}disconnectSelection(){this.view.dom.ownerDocument.removeEventListener(`selectionchange`,this.onSelectionChange)}suppressSelectionUpdates(){this.suppressingSelectionUpdates=!0,setTimeout(()=>this.suppressingSelectionUpdates=!1,50)}onSelectionChange(){if(to(this.view)){if(this.suppressingSelectionUpdates)return Ga(this.view);if(Ti&&Ei<=11&&!this.view.state.selection.empty){let e=this.view.domSelectionRange();if(e.focusNode&&si(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset))return this.flushSoon()}this.flush()}}setCurSelection(){this.currentSelection.set(this.view.domSelectionRange())}ignoreSelectionChange(e){if(!e.focusNode)return!0;let t=new Set,n;for(let n=e.focusNode;n;n=ri(n))t.add(n);for(let r=e.anchorNode;r;r=ri(r))if(t.has(r)){n=r;break}let r=n&&this.view.docView.nearestDesc(n);if(r&&r.ignoreMutation({type:`selection`,target:n.nodeType==3?n.parentNode:n}))return this.setCurSelection(),!0}pendingRecords(){if(this.observer)for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}flush(){let{view:e}=this;if(!e.docView||this.flushingSoon>-1)return;let t=this.pendingRecords();t.length&&(this.queue=[]);let n=e.domSelectionRange(),r=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(n)&&to(e)&&!this.ignoreSelectionChange(n),i=-1,a=-1,o=!1,s=[];if(e.editable)for(let e=0;ee.nodeName==`BR`)&&(e.input.lastKeyCode==8||e.input.lastKeyCode==46)){for(let e of s)if(e.nodeName==`BR`&&e.parentNode){let t=e.nextSibling;for(;t&&t.nodeType==1;){if(t.contentEditable==`false`){e.parentNode.removeChild(e);break}t=t.firstChild}}}else if(Di&&s.length){let t=s.filter(e=>e.nodeName==`BR`);if(t.length==2){let[e,n]=t;e.parentNode&&e.parentNode.parentNode==n.parentNode?n.remove():e.remove()}else{let{focusNode:n}=this.currentSelection;for(let r of t){let t=r.parentNode;t&&t.nodeName==`LI`&&(!n||rc(e,n)!=t)&&r.remove()}}}let c=null;i<0&&r&&e.input.lastFocus>Date.now()-200&&Math.max(e.input.lastTouch,e.input.lastClick.time)-1||r)&&(i>-1&&(e.docView.markDirty(i,a),ec(e)),e.input.badSafariComposition&&(e.input.badSafariComposition=!1,ic(e,s)),this.handleDOMChange(i,a,o,s),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(n)||Ga(e),this.currentSelection.set(n))}registerMutation(e,t){if(t.indexOf(e.target)>-1)return null;let n=this.view.docView.nearestDesc(e.target);if(e.type==`attributes`&&(n==this.view.docView||e.attributeName==`contenteditable`||e.attributeName==`style`&&!e.oldValue&&!e.target.getAttribute(`style`))||!n||n.ignoreMutation(e))return null;if(e.type==`childList`){for(let n=0;ni;e--){let t=r.childNodes[e-1],n=t.pmViewDesc;if(t.nodeName==`BR`&&!n){a=e;break}if(!n||n.size)break}let d=e.state.doc,f=e.someProp(`domParser`)||dt.fromSchema(e.state.schema),p=d.resolve(o),m=null,h=f.parse(r,{topNode:p.parent,topMatch:p.parent.contentMatchAt(p.index()),topOpen:!0,from:i,to:a,preserveWhitespace:p.parent.type.whitespace==`pre`?`full`:!0,findPositions:l,ruleFromNode:oc,context:p});if(l&&l[0].pos!=null){let e=l[0].pos,t=l[1]&&l[1].pos;t??=e,m={anchor:e+o,head:t+o}}return{doc:h,sel:m,from:o,to:s}}function oc(e){let t=e.pmViewDesc;if(t)return t.parseRule();if(e.nodeName==`BR`&&e.parentNode){if(L&&/^(ul|ol)$/i.test(e.parentNode.nodeName)){let e=document.createElement(`div`);return e.appendChild(document.createElement(`li`)),{skip:e}}else if(e.parentNode.lastChild==e||L&&/^(tr|table)$/i.test(e.parentNode.nodeName))return{ignore:!0}}else if(e.nodeName==`IMG`&&e.getAttribute(`mark-placeholder`))return{ignore:!0};return null}var sc=/^(a|abbr|acronym|b|bd[io]|big|br|button|cite|code|data(list)?|del|dfn|em|i|img|ins|kbd|label|map|mark|meter|output|q|ruby|s|samp|small|span|strong|su[bp]|time|u|tt|var)$/i;function cc(e,t,n,r,i){let a=e.input.compositionPendingChanges||(e.composing?e.input.compositionID:0);if(e.input.compositionPendingChanges=0,t<0){let t=e.input.lastSelectionTime>Date.now()-50?e.input.lastSelectionOrigin:null,n=Ua(e,t);if(n&&!e.state.selection.eq(n)){if(I&&Ni&&e.input.lastKeyCode===13&&Date.now()-100t(e,gi(13,`Enter`))))return;let r=e.state.tr.setSelection(n);t==`pointer`?r.setMeta(`pointer`,!0):t==`key`&&r.scrollIntoView(),a&&r.setMeta(`composition`,a),e.dispatch(r)}return}let o=e.state.doc.resolve(t),s=o.sharedDepth(n);t=o.before(s+1),n=e.state.doc.resolve(n).after(s+1);let c=e.state.selection,l=ac(e,t,n),u=e.state.doc,d=u.slice(l.from,l.to),f,p;e.input.lastKeyCode===8&&Date.now()-100Date.now()-225||Ni)&&i.some(e=>e.nodeType==1&&!sc.test(e.nodeName))&&(!m||m.endA>=m.endB)&&e.someProp(`handleKeyDown`,t=>t(e,gi(13,`Enter`)))){e.input.lastIOSEnter=0;return}if(!m)if(r&&c instanceof j&&!c.empty&&c.$head.sameParent(c.$anchor)&&!e.composing&&!(l.sel&&l.sel.anchor!=l.sel.head))m={start:c.from,endA:c.to,endB:c.to};else{if(l.sel){let t=lc(e,e.state.doc,l.sel);if(t&&!t.eq(e.state.selection)){let n=e.state.tr.setSelection(t);a&&n.setMeta(`composition`,a),e.dispatch(n)}}return}e.state.selection.frome.state.selection.from&&m.start<=e.state.selection.from+2&&e.state.selection.from>=l.from?m.start=e.state.selection.from:m.endA=e.state.selection.to-2&&e.state.selection.to<=l.to&&(m.endB+=e.state.selection.to-m.endA,m.endA=e.state.selection.to)),Ti&&Ei<=11&&m.endB==m.start+1&&m.endA==m.start&&m.start>l.from&&l.doc.textBetween(m.start-l.from-1,m.start-l.from+1)==` \xA0`&&(m.start--,m.endA--,m.endB--);let h=l.doc.resolveNoCache(m.start-l.from),g=l.doc.resolveNoCache(m.endB-l.from),_=u.resolve(m.start),ee=h.sameParent(g)&&h.parent.inlineContent&&_.end()>=m.endA;if((Ai&&e.input.lastIOSEnter>Date.now()-225&&(!ee||i.some(e=>e.nodeName==`DIV`||e.nodeName==`P`))||!ee&&h.post(e,gi(13,`Enter`)))){e.input.lastIOSEnter=0;return}if(e.state.selection.anchor>m.start&&dc(u,m.start,m.endA,h,g)&&e.someProp(`handleKeyDown`,t=>t(e,gi(8,`Backspace`)))){Ni&&I&&e.domObserver.suppressSelectionUpdates();return}I&&m.endB==m.start&&(e.input.lastChromeDelete=Date.now()),Ni&&!ee&&h.start()!=g.start()&&g.parentOffset==0&&h.depth==g.depth&&l.sel&&l.sel.anchor==l.sel.head&&l.sel.head==m.endA&&(m.endB-=2,g=l.doc.resolveNoCache(m.endB-l.from),setTimeout(()=>{e.someProp(`handleKeyDown`,function(t){return t(e,gi(13,`Enter`))})},20));let v=m.start,y=m.endA,b=t=>{let n=t||e.state.tr.replace(v,y,l.doc.slice(m.start-l.from,m.endB-l.from));if(l.sel){let t=lc(e,n.doc,l.sel);t&&!(I&&e.composing&&t.empty&&(m.start!=m.endB||e.input.lastChromeDeleteGa(e),20));let t=b(e.state.tr.delete(v,y)),n=u.resolve(m.start).marksAcross(u.resolve(m.endA));n&&t.ensureMarks(n),e.dispatch(t)}else if(m.endA==m.endB&&(te=uc(h.parent.content.cut(h.parentOffset,g.parentOffset),_.parent.content.cut(_.parentOffset,m.endA-_.start())))){let t=b(e.state.tr);te.type==`add`?t.addMark(v,y,te.mark):t.removeMark(v,y,te.mark),e.dispatch(t)}else if(h.parent.child(h.index()).isText&&h.index()==g.index()-+!g.textOffset){let t=h.parent.textBetween(h.parentOffset,g.parentOffset),n=()=>b(e.state.tr.insertText(t,v,y));e.someProp(`handleTextInput`,r=>r(e,v,y,t,n))||e.dispatch(n())}else e.dispatch(b());else e.dispatch(b())}function lc(e,t,n){return Math.max(n.anchor,n.head)>t.content.size?null:eo(e,t.resolve(n.anchor),t.resolve(n.head))}function uc(e,t){let n=e.firstChild.marks,r=t.firstChild.marks,i=n,a=r,o,s,c;for(let e=0;ee.mark(s.addToSet(e.marks));else if(i.length==0&&a.length==1)s=a[0],o=`remove`,c=e=>e.mark(s.removeFromSet(e.marks));else return null;let l=[];for(let e=0;en||fc(o,!0,!1)0&&(t||e.indexAfter(r)==e.node(r).childCount);)r--,i++,t=!1;if(n){let t=e.node(r).maybeChild(e.indexAfter(r));for(;t&&!t.isLeaf;)t=t.firstChild,i++}return i}function pc(e,t,n,r,i){let a=e.findDiffStart(t,n);if(a==null)return null;let{a:o,b:s}=e.findDiffEnd(t,n+e.size,n+t.size);if(i==`end`){let e=Math.max(0,a-Math.min(o,s));r-=o+e-a}if(o=o?a-r:0;a-=e,a&&a=s?a-r:0;a-=t,a&&a=56320&&t<=57343&&n>=55296&&n<=56319}var hc=class{constructor(e,t){this._root=null,this.focused=!1,this.trackWrites=null,this.mounted=!1,this.markCursor=null,this.cursorWrapper=null,this.lastSelectedViewDesc=void 0,this.input=new Wo,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=t,this.state=t.state,this.directPlugins=t.plugins||[],this.directPlugins.forEach(Sc),this.dispatch=this.dispatch.bind(this),this.dom=e&&e.mount||document.createElement(`div`),e&&(e.appendChild?e.appendChild(this.dom):typeof e==`function`?e(this.dom):e.mount&&(this.mounted=!0)),this.editable=vc(this),_c(this),this.nodeViews=bc(this),this.docView=Ca(this.state.doc,gc(this),qs(this),this.dom,this),this.domObserver=new Zs(this,(e,t,n,r)=>cc(this,e,t,n,r)),this.domObserver.start(),Go(this),this.updatePluginViews()}get composing(){return this.input.composing}get props(){if(this._props.state!=this.state){let e=this._props;this._props={};for(let t in e)this._props[t]=e[t];this._props.state=this.state}return this._props}update(e){e.handleDOMEvents!=this._props.handleDOMEvents&&Jo(this);let t=this._props;this._props=e,e.plugins&&(e.plugins.forEach(Sc),this.directPlugins=e.plugins),this.updateStateInner(e.state,t)}setProps(e){let t={};for(let e in this._props)t[e]=this._props[e];t.state=this.state;for(let n in e)t[n]=e[n];this.update(t)}updateState(e){this.updateStateInner(e,this._props)}updateStateInner(e,t){let n=this.state,r=!1,i=!1;e.storedMarks&&this.composing&&(gs(this),i=!0),this.state=e;let a=n.plugins!=e.plugins||this._props.plugins!=t.plugins;if(a||this._props.plugins!=t.plugins||this._props.nodeViews!=t.nodeViews){let e=bc(this);xc(e,this.nodeViews)&&(this.nodeViews=e,r=!0)}(a||t.handleDOMEvents!=this._props.handleDOMEvents)&&Jo(this),this.editable=vc(this),_c(this);let o=qs(this),s=gc(this),c=n.plugins!=e.plugins&&!n.doc.eq(e.doc)?`reset`:e.scrollToSelection>n.scrollToSelection?`to selection`:`preserve`,l=r||!this.docView.matchesNode(e.doc,s,o);(l||!e.selection.eq(n.selection))&&(i=!0);let u=c==`preserve`&&i&&this.dom.style.overflowAnchor==null&&Bi(this);if(i){this.domObserver.stop();let t=l&&(Ti||I)&&!this.composing&&!n.selection.empty&&!e.selection.empty&&yc(n.selection,e.selection);if(l){let n=I?this.trackWrites=this.domSelectionRange().focusNode:null;this.composing&&(this.input.compositionNode=_s(this)),(r||!this.docView.update(e.doc,s,o,this))&&(this.docView.updateOuterDeco(s),this.docView.destroy(),this.docView=Ca(e.doc,s,o,this.dom,this)),n&&(!this.trackWrites||!this.dom.contains(this.trackWrites))&&(t=!0)}t||!(this.input.mouseDown&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&ro(this))?Ga(this,t):(Qa(this,e.selection),this.domObserver.setCurSelection()),this.domObserver.start()}this.updatePluginViews(n),this.dragging?.node&&!n.doc.eq(e.doc)&&this.updateDraggedNode(this.dragging,n),c==`reset`?this.dom.scrollTop=0:c==`to selection`?this.scrollToSelection():u&&Hi(u)}scrollToSelection(){let e=this.domSelectionRange().focusNode;if(!(!e||!this.dom.contains(e.nodeType==1?e:e.parentNode))&&!this.someProp(`handleScrollToSelection`,e=>e(this)))if(this.state.selection instanceof M){let t=this.docView.domAfterPos(this.state.selection.from);t.nodeType==1&&zi(this,t.getBoundingClientRect(),e)}else zi(this,this.coordsAtPos(this.state.selection.head,1),e)}destroyPluginViews(){let e;for(;e=this.pluginViews.pop();)e.destroy&&e.destroy()}updatePluginViews(e){if(!e||e.plugins!=this.state.plugins||this.directPlugins!=this.prevDirectPlugins){this.prevDirectPlugins=this.directPlugins,this.destroyPluginViews();for(let e=0;e0&&ee.ownerDocument.getSelection()),this._root=e}return e||document}updateRoot(){this._root=null}posAtCoords(e){return $i(this,e)}coordsAtPos(e,t=1){return ra(this,e,t)}domAtPos(e,t=0){return this.docView.domFromPos(e,t)}nodeDOM(e){let t=this.docView.descAt(e);return t?t.nodeDOM:null}posAtDOM(e,t,n=-1){let r=this.docView.posFromDOM(e,t,n);if(r==null)throw RangeError(`DOM position not inside the editor`);return r}endOfTextblock(e,t){return pa(this,t||this.state,e)}pasteHTML(e,t){return ws(this,``,e,!1,t||new ClipboardEvent(`paste`))}pasteText(e,t){return ws(this,e,null,!0,t||new ClipboardEvent(`paste`))}serializeForClipboard(e){return wo(this,e)}destroy(){this.docView&&(qo(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],qs(this),this),this.dom.textContent=``):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null,oi())}get isDestroyed(){return this.docView==null}dispatchEvent(e){return Zo(this,e)}domSelectionRange(){let e=this.domSelection();return e?L&&this.root.nodeType===11&&_i(this.dom.ownerDocument)==this.dom&&nc(this,e)||e:{focusNode:null,focusOffset:0,anchorNode:null,anchorOffset:0}}domSelection(){return this.root.getSelection()}};hc.prototype.dispatch=function(e){let t=this._props.dispatchTransaction;t?t.call(this,e):this.updateState(this.state.apply(e))};function gc(e){let t=Object.create(null);return t.class=`ProseMirror`,t.contenteditable=String(e.editable),e.someProp(`attributes`,n=>{if(typeof n==`function`&&(n=n(e.state)),n)for(let e in n)e==`class`?t.class+=` `+n[e]:e==`style`?t.style=(t.style?t.style+`;`:``)+n[e]:!t[e]&&e!=`contenteditable`&&e!=`nodeName`&&(t[e]=String(n[e]))}),t.translate||=`no`,[Ps.node(0,e.state.doc.content.size,t)]}function _c(e){if(e.markCursor){let t=document.createElement(`img`);t.className=`ProseMirror-separator`,t.setAttribute(`mark-placeholder`,`true`),t.setAttribute(`alt`,``),e.cursorWrapper={dom:t,deco:Ps.widget(e.state.selection.from,t,{raw:!0,marks:e.markCursor})}}else e.cursorWrapper=null}function vc(e){return!e.someProp(`editable`,t=>t(e.state)===!1)}function yc(e,t){let n=Math.min(e.$anchor.sharedDepth(e.head),t.$anchor.sharedDepth(t.head));return e.$anchor.start(n)!=t.$anchor.start(n)}function bc(e){let t=Object.create(null);function n(e){for(let n in e)Object.prototype.hasOwnProperty.call(t,n)||(t[n]=e[n])}return e.someProp(`nodeViews`,n),e.someProp(`markViews`,n),t}function xc(e,t){let n=0,r=0;for(let r in e){if(e[r]!=t[r])return!0;n++}for(let e in t)r++;return n!=r}function Sc(e){if(e.spec.state||e.spec.filterTransaction||e.spec.appendTransaction)throw RangeError(`Plugins passed directly to the view must not have a state component`)}for(var Cc={8:`Backspace`,9:`Tab`,10:`Enter`,12:`NumLock`,13:`Enter`,16:`Shift`,17:`Control`,18:`Alt`,20:`CapsLock`,27:`Escape`,32:` `,33:`PageUp`,34:`PageDown`,35:`End`,36:`Home`,37:`ArrowLeft`,38:`ArrowUp`,39:`ArrowRight`,40:`ArrowDown`,44:`PrintScreen`,45:`Insert`,46:`Delete`,59:`;`,61:`=`,91:`Meta`,92:`Meta`,106:`*`,107:`+`,108:`,`,109:`-`,110:`.`,111:`/`,144:`NumLock`,145:`ScrollLock`,160:`Shift`,161:`Shift`,162:`Control`,163:`Control`,164:`Alt`,165:`Alt`,173:`-`,186:`;`,187:`=`,188:`,`,189:`-`,190:`.`,191:`/`,192:"`",219:`[`,220:`\\`,221:`]`,222:`'`},wc={48:`)`,49:`!`,50:`@`,51:`#`,52:`$`,53:`%`,54:`^`,55:`&`,56:`*`,57:`(`,59:`:`,61:`+`,173:`_`,186:`:`,187:`+`,188:`<`,189:`_`,190:`>`,191:`?`,192:`~`,219:`{`,220:`|`,221:`}`,222:`"`},Tc=typeof navigator<`u`&&/Mac/.test(navigator.platform),Ec=typeof navigator<`u`&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),Dc=0;Dc<10;Dc++)Cc[48+Dc]=Cc[96+Dc]=String(Dc);for(var Dc=1;Dc<=24;Dc++)Cc[Dc+111]=`F`+Dc;for(var Dc=65;Dc<=90;Dc++)Cc[Dc]=String.fromCharCode(Dc+32),wc[Dc]=String.fromCharCode(Dc);for(var Oc in Cc)wc.hasOwnProperty(Oc)||(wc[Oc]=Cc[Oc]);function kc(e){var t=!(Tc&&e.metaKey&&e.shiftKey&&!e.ctrlKey&&!e.altKey||Ec&&e.shiftKey&&e.key&&e.key.length==1||e.key==`Unidentified`)&&e.key||(e.shiftKey?wc:Cc)[e.keyCode]||e.key||`Unidentified`;return t==`Esc`&&(t=`Escape`),t==`Del`&&(t=`Delete`),t==`Left`&&(t=`ArrowLeft`),t==`Up`&&(t=`ArrowUp`),t==`Right`&&(t=`ArrowRight`),t==`Down`&&(t=`ArrowDown`),t}var Ac=typeof navigator<`u`&&/Mac|iP(hone|[oa]d)/.test(navigator.platform),jc=typeof navigator<`u`&&/Win/.test(navigator.platform);function Mc(e){let t=e.split(/-(?!$)/),n=t[t.length-1];n==`Space`&&(n=` `);let r,i,a,o;for(let e=0;e{for(var n in t)Lc(e,n,{get:t[n],enumerable:!0})};function zc(e){let{state:t,transaction:n}=e,{selection:r}=n,{doc:i}=n,{storedMarks:a}=n;return{...t,apply:t.apply.bind(t),applyTransaction:t.applyTransaction.bind(t),plugins:t.plugins,schema:t.schema,reconfigure:t.reconfigure.bind(t),toJSON:t.toJSON.bind(t),get storedMarks(){return a},get selection(){return r},get doc(){return i},get tr(){return r=n.selection,i=n.doc,a=n.storedMarks,n}}}var Bc=class{constructor(e){this.editor=e.editor,this.rawCommands=this.editor.extensionManager.commands,this.customState=e.state}get hasCustomState(){return!!this.customState}get state(){return this.customState||this.editor.state}get commands(){let{rawCommands:e,editor:t,state:n}=this,{view:r}=t,{tr:i}=n,a=this.buildProps(i);return Object.fromEntries(Object.entries(e).map(([e,t])=>[e,(...e)=>{let n=t(...e)(a);return!i.getMeta(`preventDispatch`)&&!this.hasCustomState&&r.dispatch(i),n}]))}get chain(){return()=>this.createChain()}get can(){return()=>this.createCan()}createChain(e,t=!0){let{rawCommands:n,editor:r,state:i}=this,{view:a}=r,o=[],s=!!e,c=e||i.tr,l=()=>(!s&&t&&!c.getMeta(`preventDispatch`)&&!this.hasCustomState&&a.dispatch(c),o.every(e=>e===!0)),u={...Object.fromEntries(Object.entries(n).map(([e,n])=>[e,(...e)=>{let r=this.buildProps(c,t),i=n(...e)(r);return o.push(i),u}])),run:l};return u}createCan(e){let{rawCommands:t,state:n}=this,r=e||n.tr,i=this.buildProps(r,!1);return{...Object.fromEntries(Object.entries(t).map(([e,t])=>[e,(...e)=>t(...e)({...i,dispatch:void 0})])),chain:()=>this.createChain(r,!1)}}buildProps(e,t=!0){let{rawCommands:n,editor:r,state:i}=this,{view:a}=r,o={tr:e,editor:r,view:a,state:zc({state:i,transaction:e}),dispatch:t?()=>void 0:void 0,chain:()=>this.createChain(e,t),can:()=>this.createCan(e),get commands(){return Object.fromEntries(Object.entries(n).map(([e,t])=>[e,(...e)=>t(...e)(o)]))}};return o}},Vc={};Rc(Vc,{blur:()=>Hc,clearContent:()=>Uc,clearNodes:()=>Wc,command:()=>Gc,createParagraphNear:()=>Kc,cut:()=>qc,deleteCurrentNode:()=>Jc,deleteNode:()=>Yc,deleteRange:()=>Xc,deleteSelection:()=>Zc,enter:()=>Qc,exitCode:()=>$c,extendMarkRange:()=>ol,first:()=>sl,focus:()=>ml,forEach:()=>hl,insertContent:()=>gl,insertContentAt:()=>Sl,joinBackward:()=>Tl,joinDown:()=>wl,joinForward:()=>El,joinItemBackward:()=>Dl,joinItemForward:()=>Ol,joinTextblockBackward:()=>kl,joinTextblockForward:()=>Al,joinUp:()=>Cl,keyboardShortcut:()=>Nl,lift:()=>Fl,liftEmptyBlock:()=>Il,liftListItem:()=>Ll,newlineInCode:()=>Rl,resetAttributes:()=>Vl,scrollIntoView:()=>Hl,selectAll:()=>Ul,selectNodeBackward:()=>Wl,selectNodeForward:()=>Gl,selectParentNode:()=>Kl,selectTextblockEnd:()=>ql,selectTextblockStart:()=>Jl,setContent:()=>Xl,setMark:()=>Gu,setMeta:()=>Ku,setNode:()=>qu,setNodeSelection:()=>Ju,setTextDirection:()=>Yu,setTextSelection:()=>Xu,sinkListItem:()=>Zu,splitBlock:()=>$u,splitListItem:()=>ed,toggleList:()=>id,toggleMark:()=>ad,toggleNode:()=>od,toggleWrap:()=>sd,undoInputRule:()=>cd,unsetAllMarks:()=>ld,unsetMark:()=>ud,unsetTextDirection:()=>dd,updateAttributes:()=>fd,wrapIn:()=>pd,wrapInList:()=>md});var Hc=()=>({editor:e,view:t})=>(requestAnimationFrame(()=>{var n;e.isDestroyed||(t.dom.blur(),(n=window==null?void 0:window.getSelection())==null||n.removeAllRanges())}),!0),Uc=(e=!0)=>({commands:t})=>t.setContent(``,{emitUpdate:e}),Wc=()=>({state:e,tr:t,dispatch:n})=>{let{selection:r}=t,{ranges:i}=r;return n&&i.forEach(({$from:n,$to:r})=>{e.doc.nodesBetween(n.pos,r.pos,(e,n)=>{if(e.type.isText)return;let{doc:r,mapping:i}=t,a=r.resolve(i.map(n)),o=r.resolve(i.map(n+e.nodeSize)),s=a.blockRange(o);if(!s)return;let c=an(s);if(e.type.isTextblock){let{defaultType:e}=a.parent.contentMatchAt(a.index());t.setNodeMarkup(s.start,e)}(c||c===0)&&t.lift(s,c)})}),!0},Gc=e=>t=>e(t),Kc=()=>({state:e,dispatch:t})=>Mr(e,t),qc=(e,t)=>({editor:n,tr:r})=>{let{state:i}=n,a=i.doc.slice(e.from,e.to);r.deleteRange(e.from,e.to);let o=r.mapping.map(t);return r.insert(o,a.content),r.setSelection(new j(r.doc.resolve(Math.max(o-1,0)))),!0},Jc=()=>({tr:e,dispatch:t})=>{let{selection:n}=e,r=n.$anchor.node();if(r.content.size>0)return!1;let i=e.selection.$anchor;for(let n=i.depth;n>0;--n)if(i.node(n).type===r.type){if(t){let t=i.before(n),r=i.after(n);e.delete(t,r).scrollIntoView()}return!0}return!1};function B(e,t){if(typeof e==`string`){if(!t.nodes[e])throw Error(`There is no node type named '${e}'. Maybe you forgot to add the extension?`);return t.nodes[e]}return e}var Yc=e=>({tr:t,state:n,dispatch:r})=>{let i=B(e,n.schema),a=t.selection.$anchor;for(let e=a.depth;e>0;--e)if(a.node(e).type===i){if(r){let n=a.before(e),r=a.after(e);t.delete(n,r).scrollIntoView()}return!0}return!1},Xc=e=>({tr:t,dispatch:n})=>{let{from:r,to:i}=e;return n&&t.delete(r,i),!0},Zc=()=>({state:e,dispatch:t})=>pr(e,t),Qc=()=>({commands:e})=>e.keyboardShortcut(`Enter`),$c=()=>({state:e,dispatch:t})=>jr(e,t);function el(e){return Object.prototype.toString.call(e)===`[object RegExp]`}function tl(e,t,n={strict:!0}){let r=Object.keys(t);return r.length?r.every(r=>n.strict?t[r]===e[r]:el(t[r])?t[r].test(e[r]):t[r]===e[r]):!0}function nl(e,t,n={}){return e.find(e=>e.type===t&&tl(Object.fromEntries(Object.keys(n).map(t=>[t,e.attrs[t]])),n))}function rl(e,t,n={}){return!!nl(e,t,n)}function il(e,t,n){if(!e||!t)return;let r=e.parent.childAfter(e.parentOffset);if((!r.node||!r.node.marks.some(e=>e.type===t))&&(r=e.parent.childBefore(e.parentOffset)),!r.node||!r.node.marks.some(e=>e.type===t))return;if(!n){let e=r.node.marks.find(e=>e.type===t);e&&(n=e.attrs)}if(!nl([...r.node.marks],t,n))return;let i=r.index,a=e.start()+r.offset,o=i+1,s=a+r.node.nodeSize;for(;i>0&&rl([...e.parent.child(i-1).marks],t,n);)--i,a-=e.parent.child(i).nodeSize;for(;o({tr:n,state:r,dispatch:i})=>{let a=al(e,r.schema),{doc:o,selection:s}=n,{$from:c,from:l,to:u}=s;if(i){let e=il(c,a,t);if(e&&e.from<=l&&e.to>=u){let t=j.create(o,e.from,e.to);n.setSelection(t)}}return!0},sl=e=>t=>{let n=typeof e==`function`?e(t):e;for(let e=0;e({editor:n,view:r,tr:i,dispatch:a})=>{t={scrollIntoView:!0,...t};let o=()=>{(fl()||dl())&&r.dom.focus(),pl()&&!fl()&&!dl()&&r.dom.focus({preventScroll:!0}),requestAnimationFrame(()=>{n.isDestroyed||(r.focus(),t?.scrollIntoView&&n.commands.scrollIntoView())})};try{if(r.hasFocus()&&e===null||e===!1)return!0}catch{return!1}if(a&&e===null&&!cl(n.state.selection))return o(),!0;let s=ul(i.doc,e)||n.state.selection,c=n.state.selection.eq(s);return a&&(c||i.setSelection(s),c&&i.storedMarks&&i.setStoredMarks(i.storedMarks),o()),!0},hl=(e,t)=>n=>e.every((e,r)=>t(e,{...n,index:r})),gl=(e,t)=>({tr:n,commands:r})=>r.insertContentAt({from:n.selection.from,to:n.selection.to},e,t),_l=e=>{let t=e.childNodes;for(let n=t.length-1;n>=0;--n){let r=t[n];r.nodeType===3&&r.nodeValue&&/^(\n\s\s|\n)$/.test(r.nodeValue)?e.removeChild(r):r.nodeType===1&&_l(r)}return e};function vl(e){if(typeof window>`u`)throw Error(`[tiptap error]: there is no window object available, so this function cannot be used`);let t=`${e}`,n=new window.DOMParser().parseFromString(t,`text/html`).body;return _l(n)}function yl(e,t,n){if(e instanceof Ie||e instanceof E)return e;n={slice:!0,parseOptions:{},...n};let r=typeof e==`object`&&!!e,i=typeof e==`string`;if(r)try{if(Array.isArray(e)&&e.length>0)return E.fromArray(e.map(e=>t.nodeFromJSON(e)));let r=t.nodeFromJSON(e);return n.errorOnInvalidContent&&r.check(),r}catch(r){if(n.errorOnInvalidContent)throw Error(`[tiptap error]: Invalid JSON content`,{cause:r});return console.warn(`[tiptap warn]: Invalid content.`,`Passed value:`,e,`Error:`,r),yl(``,t,n)}if(i){if(n.errorOnInvalidContent){let r=!1,i=``,a=new st({topNode:t.spec.topNode,marks:t.spec.marks,nodes:t.spec.nodes.append({__tiptap__private__unknown__catch__all__node:{content:`inline*`,group:`block`,parseDOM:[{tag:`*`,getAttrs:e=>(r=!0,i=typeof e==`string`?e:e.outerHTML,null)}]}})});if(n.slice?dt.fromSchema(a).parseSlice(vl(e),n.parseOptions):dt.fromSchema(a).parse(vl(e),n.parseOptions),n.errorOnInvalidContent&&r)throw Error(`[tiptap error]: Invalid HTML content`,{cause:Error(`Invalid element found: ${i}`)})}let r=dt.fromSchema(t);return n.slice?r.parseSlice(vl(e),n.parseOptions).content:r.parse(vl(e),n.parseOptions)}return yl(``,t,n)}function bl(e,t,n){let r=e.steps.length-1;if(r{o===0&&(o=r)}),e.setSelection(A.near(e.doc.resolve(o),n))}var xl=e=>!(`type`in e),Sl=(e,t,n)=>({tr:r,dispatch:i,editor:a})=>{if(i){n={parseOptions:a.options.parseOptions,updateSelection:!0,applyInputRules:!1,applyPasteRules:!1,...n};let i,o=e=>{a.emit(`contentError`,{editor:a,error:e,disableCollaboration:()=>{`collaboration`in a.storage&&typeof a.storage.collaboration==`object`&&a.storage.collaboration&&(a.storage.collaboration.isDisabled=!0)}})},s={preserveWhitespace:`full`,...n.parseOptions};if(!n.errorOnInvalidContent&&!a.options.enableContentCheck&&a.options.emitContentError)try{yl(t,a.schema,{parseOptions:s,errorOnInvalidContent:!0})}catch(e){o(e)}try{i=yl(t,a.schema,{parseOptions:s,errorOnInvalidContent:n.errorOnInvalidContent??a.options.enableContentCheck})}catch(e){return o(e),!1}let{from:c,to:l}=typeof e==`number`?{from:e,to:e}:{from:e.from,to:e.to},u=!0,d=!0;if((xl(i)?i:[i]).forEach(e=>{e.check(),u=u?e.isText&&e.marks.length===0:!1,d=d?e.isBlock:!1}),c===l&&d){let{parent:e}=r.doc.resolve(c);e.isTextblock&&!e.type.spec.code&&!e.childCount&&(--c,l+=1)}let f;if(u){if(Array.isArray(t))f=t.map(e=>e.text||``).join(``);else if(t instanceof E){let e=``;t.forEach(t=>{t.text&&(e+=t.text)}),f=e}else f=typeof t==`object`&&t&&t.text?t.text:t;r.insertText(f,c,l)}else{f=i;let e=r.doc.resolve(c),t=e.node(),n=e.parentOffset===0,a=t.isText||t.isTextblock,o=t.content.size>0;n&&a&&o&&(c=Math.max(0,c-1)),r.replaceWith(c,l,f)}n.updateSelection&&bl(r,r.steps.length-1,-1),n.applyInputRules&&r.setMeta(`applyInputRules`,{from:c,text:f}),n.applyPasteRules&&r.setMeta(`applyPasteRules`,{from:c,text:f})}return!0},Cl=()=>({state:e,dispatch:t})=>Er(e,t),wl=()=>({state:e,dispatch:t})=>Dr(e,t),Tl=()=>({state:e,dispatch:t})=>hr(e,t),El=()=>({state:e,dispatch:t})=>Cr(e,t),Dl=()=>({state:e,dispatch:t,tr:n})=>{try{let r=Sn(e.doc,e.selection.$from.pos,-1);return r==null?!1:(n.join(r,2),t&&t(n),!0)}catch{return!1}},Ol=()=>({state:e,dispatch:t,tr:n})=>{try{let r=Sn(e.doc,e.selection.$from.pos,1);return r==null?!1:(n.join(r,2),t&&t(n),!0)}catch{return!1}},kl=()=>({state:e,dispatch:t})=>gr(e,t),Al=()=>({state:e,dispatch:t})=>_r(e,t);function jl(){return typeof navigator<`u`?/Mac/.test(navigator.platform):!1}function Ml(e){let t=e.split(/-(?!$)/),n=t[t.length-1];n===`Space`&&(n=` `);let r,i,a,o;for(let e=0;e({editor:t,view:n,tr:r,dispatch:i})=>{let a=Ml(e).split(/-(?!$)/),o=a.find(e=>![`Alt`,`Ctrl`,`Meta`,`Shift`].includes(e)),s=new KeyboardEvent(`keydown`,{key:o===`Space`?` `:o,altKey:a.includes(`Alt`),ctrlKey:a.includes(`Ctrl`),metaKey:a.includes(`Meta`),shiftKey:a.includes(`Shift`),bubbles:!0,cancelable:!0});return t.captureTransaction(()=>{n.someProp(`handleKeyDown`,e=>e(n,s))})?.steps.forEach(e=>{let t=e.map(r.mapping);t&&i&&r.maybeStep(t)}),!0};function Pl(e,t,n={}){let{from:r,to:i,empty:a}=e.selection,o=t?B(t,e.schema):null,s=[];e.doc.nodesBetween(r,i,(e,t)=>{if(e.isText)return;let n=Math.max(r,t),a=Math.min(i,t+e.nodeSize);s.push({node:e,from:n,to:a})});let c=i-r,l=s.filter(e=>o?o.name===e.node.type.name:!0).filter(e=>tl(e.node.attrs,n,{strict:!1}));return a?!!l.length:l.reduce((e,t)=>e+t.to-t.from,0)>=c}var Fl=(e,t={})=>({state:n,dispatch:r})=>Pl(n,B(e,n.schema),t)?Or(n,r):!1,Il=()=>({state:e,dispatch:t})=>Nr(e,t),Ll=e=>({state:t,dispatch:n})=>$r(B(e,t.schema))(t,n),Rl=()=>({state:e,dispatch:t})=>kr(e,t);function zl(e,t){return t.nodes[e]?`node`:t.marks[e]?`mark`:null}function Bl(e,t){let n=typeof t==`string`?[t]:t;return Object.keys(e).reduce((t,r)=>(n.includes(r)||(t[r]=e[r]),t),{})}var Vl=(e,t)=>({tr:n,state:r,dispatch:i})=>{let a=null,o=null,s=zl(typeof e==`string`?e:e.name,r.schema);if(!s)return!1;s===`node`&&(a=B(e,r.schema)),s===`mark`&&(o=al(e,r.schema));let c=!1;return n.selection.ranges.forEach(e=>{r.doc.nodesBetween(e.$from.pos,e.$to.pos,(e,r)=>{a&&a===e.type&&(c=!0,i&&n.setNodeMarkup(r,void 0,Bl(e.attrs,t))),o&&e.marks.length&&e.marks.forEach(a=>{o===a.type&&(c=!0,i&&n.addMark(r,r+e.nodeSize,o.create(Bl(a.attrs,t))))})})}),c},Hl=()=>({tr:e,dispatch:t})=>(t&&e.scrollIntoView(),!0),Ul=()=>({tr:e,dispatch:t})=>{if(t){let t=new Zn(e.doc);e.setSelection(t)}return!0},Wl=()=>({state:e,dispatch:t})=>br(e,t),Gl=()=>({state:e,dispatch:t})=>wr(e,t),Kl=()=>({state:e,dispatch:t})=>Ir(e,t),ql=()=>({state:e,dispatch:t})=>Hr(e,t),Jl=()=>({state:e,dispatch:t})=>Vr(e,t);function Yl(e,t,n={},r={}){return yl(e,t,{slice:!1,parseOptions:n,errorOnInvalidContent:r.errorOnInvalidContent})}var Xl=(e,{errorOnInvalidContent:t,emitUpdate:n=!0,parseOptions:r={}}={})=>({editor:i,tr:a,dispatch:o,commands:s})=>{let{doc:c}=a;if(r.preserveWhitespace!==`full`){let s=Yl(e,i.schema,r,{errorOnInvalidContent:t??i.options.enableContentCheck});return o&&a.replaceWith(0,c.content.size,s).setMeta(`preventUpdate`,!n),!0}return o&&a.setMeta(`preventUpdate`,!n),s.insertContentAt({from:0,to:c.content.size},e,{parseOptions:r,errorOnInvalidContent:t??i.options.enableContentCheck})};function Zl(e,t){let n=al(t,e.schema),{from:r,to:i,empty:a}=e.selection,o=[];a?(e.storedMarks&&o.push(...e.storedMarks),o.push(...e.selection.$head.marks())):e.doc.nodesBetween(r,i,e=>{o.push(...e.marks)});let s=o.find(e=>e.type.name===n.name);return s?{...s.attrs}:{}}function Ql(e,t){let n=new Wn(e);return t.forEach(e=>{e.steps.forEach(e=>{n.step(e)})}),n}function $l(e){for(let t=0;t{n(e)&&r.push({node:e,pos:t})}),r}function tu(e,t){for(let n=e.depth;n>0;--n){let r=e.node(n);if(t(r))return{pos:n>0?e.before(n):0,start:e.start(n),depth:n,node:r}}}function nu(e){return t=>tu(t.$from,e)}function V(e,t,n){return e.config[t]===void 0&&e.parent?V(e.parent,t,n):typeof e.config[t]==`function`?e.config[t].bind({...n,parent:e.parent?V(e.parent,t,n):null}):e.config[t]}function ru(e){return e.map(e=>{let t=V(e,`addExtensions`,{name:e.name,options:e.options,storage:e.storage});return t?[e,...ru(t())]:e}).flat(10)}function iu(e,t){let n=Tt.fromSchema(t).serializeFragment(e),r=document.implementation.createHTMLDocument().createElement(`div`);return r.appendChild(n),r.innerHTML}function au(e){return typeof e==`function`}function H(e,t=void 0,...n){return au(e)?t?e.bind(t)(...n):e(...n):e}function ou(e={}){return Object.keys(e).length===0&&e.constructor===Object}function su(e){return{baseExtensions:e.filter(e=>e.type===`extension`),nodeExtensions:e.filter(e=>e.type===`node`),markExtensions:e.filter(e=>e.type===`mark`)}}function cu(e){let t=[],{nodeExtensions:n,markExtensions:r}=su(e),i=[...n,...r],a={default:null,validate:void 0,rendered:!0,renderHTML:null,parseHTML:null,keepOnSplit:!0,isRequired:!1},o=n.filter(e=>e.name!==`text`).map(e=>e.name),s=r.map(e=>e.name),c=[...o,...s];return e.forEach(e=>{let n=V(e,`addGlobalAttributes`,{name:e.name,options:e.options,storage:e.storage,extensions:i});n&&n().forEach(e=>{let n;n=Array.isArray(e.types)?e.types:e.types===`*`?c:e.types===`nodes`?o:e.types===`marks`?s:[],n.forEach(n=>{Object.entries(e.attributes).forEach(([e,r])=>{t.push({type:n,name:e,attribute:{...a,...r}})})})})}),i.forEach(e=>{let n=V(e,`addAttributes`,{name:e.name,options:e.options,storage:e.storage});if(!n)return;let r=n();Object.entries(r).forEach(([n,r])=>{let i={...a,...r};typeof i?.default==`function`&&(i.default=i.default()),i?.isRequired&&i?.default===void 0&&delete i.default,t.push({type:e.name,name:n,attribute:i})})}),t}function lu(e){let t=[],n=``,r=!1,i=!1,a=0,o=e.length;for(let s=0;s0){--a,n+=o;continue}if(o===`;`&&a===0){t.push(n),n=``;continue}}n+=o}return n&&t.push(n),t}function uu(e){let t=[],n=lu(e||``),r=n.length;for(let e=0;e!!e).reduce((e,t)=>{let n={...e};return Object.entries(t).forEach(([e,t])=>{if(!n[e]){n[e]=t;return}if(e===`class`){let r=t?String(t).split(` `):[],i=n[e]?n[e].split(` `):[],a=r.filter(e=>!i.includes(e));n[e]=[...i,...a].join(` `)}else if(e===`style`){let r=new Map([...uu(n[e]),...uu(t)]);n[e]=Array.from(r.entries()).map(([e,t])=>`${e}: ${t}`).join(`; `)}else n[e]=t}),n},{})}function du(e,t){return t.filter(t=>t.type===e.type.name).filter(e=>e.attribute.rendered).map(t=>t.attribute.renderHTML?t.attribute.renderHTML(e.attrs)||{}:{[t.name]:e.attrs[t.name]}).reduce((e,t)=>U(e,t),{})}function fu(e){return typeof e==`string`?e.match(/^[+-]?(?:\d*\.)?\d+$/)?Number(e):e===`true`?!0:e===`false`?!1:e:e}function pu(e,t){return`style`in e?e:{...e,getAttrs:n=>{let r=e.getAttrs?e.getAttrs(n):e.attrs;if(r===!1)return!1;let i=t.reduce((e,t)=>{let r=t.attribute.parseHTML?t.attribute.parseHTML(n):fu(n.getAttribute(t.name));return r==null?e:{...e,[t.name]:r}},{});return{...r,...i}}}}function mu(e){return Object.fromEntries(Object.entries(e).filter(([e,t])=>e===`attrs`&&ou(t)?!1:t!=null))}function hu(e){let t={};return!e?.attribute?.isRequired&&`default`in(e?.attribute||{})&&(t.default=e.attribute.default),e?.attribute?.validate!==void 0&&(t.validate=e.attribute.validate),[e.name,t]}function gu(e,t){let n=cu(e),{nodeExtensions:r,markExtensions:i}=su(e);return new st({topNode:r.find(e=>V(e,`topNode`))?.name,nodes:Object.fromEntries(r.map(r=>{let i=n.filter(e=>e.type===r.name),a={name:r.name,options:r.options,storage:r.storage,editor:t},o=mu({...e.reduce((e,t)=>{let n=V(t,`extendNodeSchema`,a);return{...e,...n?n(r):{}}},{}),content:H(V(r,`content`,a)),marks:H(V(r,`marks`,a)),group:H(V(r,`group`,a)),inline:H(V(r,`inline`,a)),atom:H(V(r,`atom`,a)),selectable:H(V(r,`selectable`,a)),draggable:H(V(r,`draggable`,a)),code:H(V(r,`code`,a)),whitespace:H(V(r,`whitespace`,a)),linebreakReplacement:H(V(r,`linebreakReplacement`,a)),defining:H(V(r,`defining`,a)),isolating:H(V(r,`isolating`,a)),attrs:Object.fromEntries(i.map(hu))}),s=H(V(r,`parseHTML`,a));s&&(o.parseDOM=s.map(e=>pu(e,i)));let c=V(r,`renderHTML`,a);c&&(o.toDOM=e=>c({node:e,HTMLAttributes:du(e,i)}));let l=V(r,`renderText`,a);return l&&(o.toText=l),[r.name,o]})),marks:Object.fromEntries(i.map(r=>{let i=n.filter(e=>e.type===r.name),a={name:r.name,options:r.options,storage:r.storage,editor:t},o=mu({...e.reduce((e,t)=>{let n=V(t,`extendMarkSchema`,a);return{...e,...n?n(r):{}}},{}),inclusive:H(V(r,`inclusive`,a)),excludes:H(V(r,`excludes`,a)),group:H(V(r,`group`,a)),spanning:H(V(r,`spanning`,a)),code:H(V(r,`code`,a)),attrs:Object.fromEntries(i.map(hu))}),s=H(V(r,`parseHTML`,a));s&&(o.parseDOM=s.map(e=>pu(e,i)));let c=V(r,`renderHTML`,a);return c&&(o.toDOM=e=>c({mark:e,HTMLAttributes:du(e,i)})),[r.name,o]}))})}function _u(e){let t=e.filter((t,n)=>e.indexOf(t)!==n);return Array.from(new Set(t))}function vu(e){return e.sort((e,t)=>{let n=V(e,`priority`)||100,r=V(t,`priority`)||100;return n>r?-1:+(ne.name));return n.length&&console.warn(`[tiptap warn]: Duplicate extension names found: [${n.map(e=>`'${e}'`).join(`, `)}]. This can lead to issues.`),t}function bu(e,t,n){let{from:r,to:i}=t,{blockSeparator:a=` + +`,textSerializers:o={}}=n||{},s=``;return e.nodesBetween(r,i,(e,n,c,l)=>{e.isBlock&&n>r&&(s+=a);let u=o?.[e.type.name];if(u)return c&&(s+=u({node:e,pos:n,parent:c,index:l,range:t})),!1;e.isText&&(s+=(e?.text)?.slice(Math.max(r,n)-n,i-n))}),s}function xu(e,t){return bu(e,{from:0,to:e.content.size},t)}function Su(e){return Object.fromEntries(Object.entries(e.nodes).filter(([,e])=>e.spec.toText).map(([e,t])=>[e,t.spec.toText]))}function Cu(e,t){let n=B(t,e.schema),{from:r,to:i}=e.selection,a=[];e.doc.nodesBetween(r,i,e=>{a.push(e)});let o=a.reverse().find(e=>e.type.name===n.name);return o?{...o.attrs}:{}}function wu(e,t){let n=zl(typeof t==`string`?t:t.name,e.schema);return n===`node`?Cu(e,t):n===`mark`?Zl(e,t):{}}function Tu(e,t=JSON.stringify){let n={};return e.filter(e=>{let r=t(e);return Object.prototype.hasOwnProperty.call(n,r)?!1:n[r]=!0})}function Eu(e){let t=Tu(e);return t.length===1?t:t.filter((e,n)=>!t.filter((e,t)=>t!==n).some(t=>e.oldRange.from>=t.oldRange.from&&e.oldRange.to<=t.oldRange.to&&e.newRange.from>=t.newRange.from&&e.newRange.to<=t.newRange.to))}function Du(e){let{mapping:t,steps:n}=e,r=[];return t.maps.forEach((e,i)=>{let a=[];if(e.ranges.length)e.forEach((e,t)=>{a.push({from:e,to:t})});else{let{from:e,to:t}=n[i];if(e===void 0||t===void 0)return;a.push({from:e,to:t})}a.forEach(({from:e,to:n})=>{let a=t.slice(i).map(e,-1),o=t.slice(i).map(n),s=t.invert().map(a,-1),c=t.invert().map(o);r.push({oldRange:{from:s,to:c},newRange:{from:a,to:o}})})}),Eu(r)}function Ou(e,t,n){let r=[];return e===t?n.resolve(e).marks().forEach(t=>{let i=il(n.resolve(e),t.type);i&&r.push({mark:t,...i})}):n.nodesBetween(e,t,(e,t)=>{!e||e?.nodeSize===void 0||r.push(...e.marks.map(n=>({from:t,to:t+e.nodeSize,mark:n})))}),r}var ku=(e,t,n,r=20)=>{let i=e.doc.resolve(n),a=r,o=null;for(;a>0&&o===null;){let e=i.node(a);e?.type.name===t?o=e:--a}return[o,a]};function Au(e,t){return t.nodes[e]||t.marks[e]||null}function ju(e,t,n){return Object.fromEntries(Object.entries(n).filter(([n])=>{let r=e.find(e=>e.type===t&&e.name===n);return r?r.attribute.keepOnSplit:!1}))}var Mu=(e,t=500)=>{let n=``,r=e.parentOffset;return e.parent.nodesBetween(Math.max(0,r-t),r,(e,t,i,a)=>{var o;let s=(o=e.type.spec).toText?.call(o,{node:e,pos:t,parent:i,index:a})||e.textContent||`%leaf%`;n+=e.isAtom&&!e.isText?s:s.slice(0,Math.max(0,r-t))}),n};function Nu(e,t,n={}){let{empty:r,ranges:i}=e.selection,a=t?al(t,e.schema):null;if(r)return!!(e.storedMarks||e.selection.$from.marks()).filter(e=>a?a.name===e.type.name:!0).find(e=>tl(e.attrs,n,{strict:!1}));let o=0,s=[];if(i.forEach(({$from:t,$to:n})=>{let r=t.pos,i=n.pos;e.doc.nodesBetween(r,i,(e,t)=>{if(a&&e.inlineContent&&!e.type.allowsMarkType(a))return!1;if(!e.isText&&!e.marks.length)return;let n=Math.max(r,t),c=Math.min(i,t+e.nodeSize),l=c-n;o+=l,s.push(...e.marks.map(e=>({mark:e,from:n,to:c})))})}),o===0)return!1;let c=s.filter(e=>a?a.name===e.mark.type.name:!0).filter(e=>tl(e.mark.attrs,n,{strict:!1})).reduce((e,t)=>e+t.to-t.from,0),l=s.filter(e=>a?e.mark.type!==a&&e.mark.type.excludes(a):!0).reduce((e,t)=>e+t.to-t.from,0);return(c>0?c+l:c)>=o}function Pu(e,t,n={}){if(!t)return Pl(e,null,n)||Nu(e,null,n);let r=zl(t,e.schema);return r===`node`?Pl(e,t,n):r===`mark`?Nu(e,t,n):!1}var Fu=(e,t)=>{let{$from:n,$to:r,$anchor:i}=e.selection;if(t){let n=nu(e=>e.type.name===t)(e.selection);if(!n)return!1;let r=e.doc.resolve(n.pos+1);return i.pos+1===r.end()}return!(r.parentOffset{let{$from:t,$to:n}=e.selection;return!(t.parentOffset>0||t.pos!==n.pos)};function Lu(e,t){return Array.isArray(t)?t.some(t=>(typeof t==`string`?t:t.name)===e.name):t}function Ru(e,t){let{nodeExtensions:n}=su(t),r=n.find(t=>t.name===e);if(!r)return!1;let i=H(V(r,`group`,{name:r.name,options:r.options,storage:r.storage}));return typeof i==`string`?i.split(` `).includes(`list`):!1}function zu(e,{checkChildren:t=!0,ignoreWhitespace:n=!1}={}){if(n){if(e.type.name===`hardBreak`)return!0;if(e.isText)return!/\S/.test(e.text??``)}if(e.isText)return!e.text;if(e.isAtom||e.isLeaf)return!1;if(e.content.childCount===0)return!0;if(t){let r=!0;return e.content.forEach(e=>{r!==!1&&(zu(e,{ignoreWhitespace:n,checkChildren:t})||(r=!1))}),r}return!1}function Bu(e){return e instanceof M}var Vu=class e{constructor(e){this.position=e}static fromJSON(t){return new e(t.position)}toJSON(){return{position:this.position}}};function Hu(e,t){let n=t.mapping.mapResult(e.position);return{position:new Vu(n.pos),mapResult:n}}function Uu(e){return new Vu(e)}function Wu(e,t,n){let{selection:r}=t,i=null;if(cl(r)&&(i=r.$cursor),i){let t=e.storedMarks??i.marks();return i.parent.type.allowsMarkType(n)&&(!!n.isInSet(t)||!t.some(e=>e.type.excludes(n)))}let{ranges:a}=r;return a.some(({$from:t,$to:r})=>{let i=t.depth===0?e.doc.inlineContent&&e.doc.type.allowsMarkType(n):!1;return e.doc.nodesBetween(t.pos,r.pos,(e,t,r)=>{if(i)return!1;if(e.isInline){let t=!r||r.type.allowsMarkType(n),a=!!n.isInSet(e.marks)||!e.marks.some(e=>e.type.excludes(n));i=t&&a}return!i}),i})}var Gu=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let{selection:a}=n,{empty:o,ranges:s}=a,c=al(e,r.schema);if(i)if(o){let e=Zl(r,c);n.addStoredMark(c.create({...e,...t}))}else s.forEach(e=>{let i=e.$from.pos,a=e.$to.pos;r.doc.nodesBetween(i,a,(e,r)=>{let o=Math.max(r,i),s=Math.min(r+e.nodeSize,a);e.marks.find(e=>e.type===c)?e.marks.forEach(e=>{c===e.type&&n.addMark(o,s,c.create({...e.attrs,...t}))}):n.addMark(o,s,c.create(t))})});return Wu(r,n,c)},Ku=(e,t)=>({tr:n})=>(n.setMeta(e,t),!0),qu=(e,t={})=>({state:n,dispatch:r,chain:i})=>{let a=B(e,n.schema),o;return n.selection.$anchor.sameParent(n.selection.$head)&&(o=n.selection.$anchor.parent.attrs),a.isTextblock?i().command(({commands:e})=>Wr(a,{...o,...t})(n)?!0:e.clearNodes()).command(({state:e})=>Wr(a,{...o,...t})(e,r)).run():(console.warn(`[tiptap warn]: Currently "setNode()" only supports text block nodes.`),!1)},Ju=e=>({tr:t,dispatch:n})=>{if(n){let{doc:n}=t,r=ll(e,0,n.content.size),i=M.create(n,r);t.setSelection(i)}return!0},Yu=(e,t)=>({tr:n,state:r,dispatch:i})=>{let{selection:a}=r,o,s;return typeof t==`number`?(o=t,s=t):t&&`from`in t&&`to`in t?(o=t.from,s=t.to):(o=a.from,s=a.to),i&&n.doc.nodesBetween(o,s,(t,r)=>{t.isText||n.setNodeMarkup(r,void 0,{...t.attrs,dir:e})}),!0},Xu=e=>({tr:t,dispatch:n})=>{if(n){let{doc:n}=t,{from:r,to:i}=typeof e==`number`?{from:e,to:e}:e,a=j.atStart(n).from,o=j.atEnd(n).to,s=ll(r,a,o),c=ll(i,a,o),l=j.create(n,s,c);t.setSelection(l)}return!0},Zu=e=>({state:t,dispatch:n})=>ni(B(e,t.schema))(t,n);function Qu(e,t){let n=e.storedMarks||e.selection.$to.parentOffset&&e.selection.$from.marks();if(n){let r=n.filter(e=>t?.includes(e.type.name));e.tr.ensureMarks(r)}}var $u=({keepMarks:e=!0}={})=>({tr:t,state:n,dispatch:r,editor:i})=>{let{selection:a,doc:o}=t,{$from:s,$to:c}=a,l=i.extensionManager.attributes,u=ju(l,s.node().type.name,s.node().attrs);if(a instanceof M&&a.node.isBlock)return!s.parentOffset||!_n(o,s.pos)?!1:(r&&(e&&Qu(n,i.extensionManager.splittableMarks),t.split(s.pos).scrollIntoView()),!0);if(!s.parent.isBlock)return!1;let d=c.parentOffset===c.parent.content.size,f=s.depth===0?void 0:$l(s.node(-1).contentMatchAt(s.indexAfter(-1))),p=d&&f?[{type:f,attrs:u}]:void 0,m=_n(t.doc,t.mapping.map(s.pos),1,p);if(!p&&!m&&_n(t.doc,t.mapping.map(s.pos),1,f?[{type:f}]:void 0)&&(m=!0,p=f?[{type:f,attrs:u}]:void 0),r){if(m&&(a instanceof j&&t.deleteSelection(),t.split(t.mapping.map(s.pos),1,p),f&&!d&&!s.parentOffset&&s.parent.type!==f)){let e=t.mapping.map(s.before()),n=t.doc.resolve(e);s.node(-1).canReplaceWith(n.index(),n.index()+1,f)&&t.setNodeMarkup(t.mapping.map(s.before()),f)}e&&Qu(n,i.extensionManager.splittableMarks),t.scrollIntoView()}return m},ed=(e,t={})=>({tr:n,state:r,dispatch:i,editor:a})=>{let o=B(e,r.schema),{$from:s,$to:c}=r.selection,l=r.selection.node;if(l&&l.isBlock||s.depth<2||!s.sameParent(c))return!1;let u=s.node(-1);if(u.type!==o)return!1;let d=a.extensionManager.attributes;if(s.parent.content.size===0&&s.node(-1).childCount===s.indexAfter(-1)){if(s.depth===2||s.node(-3).type!==o||s.index(-2)!==s.node(-2).childCount-1)return!1;if(i){let e=E.empty,r=s.index(-1)?1:s.index(-2)?2:3;for(let t=s.depth-r;t>=s.depth-3;--t)e=E.from(s.node(t).copy(e));let i=s.indexAfter(-1){if(u>-1)return!1;e.isTextblock&&e.content.size===0&&(u=t+1)}),u>-1&&n.setSelection(j.near(n.doc.resolve(u))),n.scrollIntoView()}return!0}let f=c.pos===s.end()?u.contentMatchAt(0).defaultType:null,p={...ju(d,u.type.name,u.attrs),...t},m={...ju(d,s.node().type.name,s.node().attrs),...t};n.delete(s.pos,c.pos);let h=f?[{type:o,attrs:p},{type:f,attrs:m}]:[{type:o,attrs:p}];if(!_n(n.doc,s.pos,2))return!1;if(i){let{selection:e,storedMarks:t}=r,{splittableMarks:o}=a.extensionManager,c=t||e.$to.parentOffset&&e.$from.marks();if(n.split(s.pos,2,h).scrollIntoView(),!c||!i)return!0;let l=c.filter(e=>o.includes(e.type.name));n.ensureMarks(l)}return!0},td=(e,t)=>{let n=nu(e=>e.type===t)(e.selection);if(!n)return!0;let r=e.doc.resolve(Math.max(0,n.pos-1)).before(n.depth);if(r===void 0)return!0;let i=e.doc.nodeAt(r);return n.node.type===i?.type&&yn(e.doc,n.pos)&&e.join(n.pos),!0},nd=(e,t)=>{let n=nu(e=>e.type===t)(e.selection);if(!n)return!0;let r=e.doc.resolve(n.start).after(n.depth);if(r===void 0)return!0;let i=e.doc.nodeAt(r);return n.node.type===i?.type&&yn(e.doc,r)&&e.join(r),!0};function rd(e){let t=e.doc,n=t.firstChild;if(!n)return null;let r=n.nodeSize-1;return j.create(t,1,r)}var id=(e,t,n,r={})=>({editor:i,tr:a,state:o,dispatch:s,chain:c,commands:l,can:u})=>{let{extensions:d,splittableMarks:f}=i.extensionManager,p=B(e,o.schema),m=B(t,o.schema),{selection:h,storedMarks:g}=o,{$from:_,$to:ee}=h,v=_.blockRange(ee),y=g||h.$to.parentOffset&&h.$from.marks();if(!v)return!1;let b=nu(e=>Ru(e.type.name,d))(h),te=h.from===0&&h.to===o.doc.content.size,ne=o.doc.content.content,x=ne.length===1?ne[0]:null,re=te&&x&&Ru(x.type.name,d)?{node:x,pos:0,depth:0}:null,S=b??re,ie=!!b&&v.depth>=1&&v.depth-b.depth<=1,C=!!re;if((ie||C)&&S){if(S.node.type===p)return te&&C?c().command(({tr:e,dispatch:t})=>{let n=rd(e);return n?(e.setSelection(n),t&&t(e),!0):!1}).liftListItem(m).run():l.liftListItem(m);if(Ru(S.node.type.name,d)&&p.validContent(S.node.content))return c().command(()=>(a.setNodeMarkup(S.pos,p),!0)).command(()=>td(a,p)).command(()=>nd(a,p)).run()}return!n||!y||!s?c().command(()=>u().wrapInList(p,r)?!0:l.clearNodes()).wrapInList(p,r).command(()=>td(a,p)).command(()=>nd(a,p)).run():c().command(()=>{let e=u().wrapInList(p,r),t=y.filter(e=>f.includes(e.type.name));return a.ensureMarks(t),e?!0:l.clearNodes()}).wrapInList(p,r).command(()=>td(a,p)).command(()=>nd(a,p)).run()},ad=(e,t={},n={})=>({state:r,commands:i})=>{let{extendEmptyMarkRange:a=!1}=n,o=al(e,r.schema);return Nu(r,o,t)?i.unsetMark(o,{extendEmptyMarkRange:a}):i.setMark(o,t)},od=(e,t,n={})=>({state:r,commands:i})=>{let a=B(e,r.schema),o=B(t,r.schema),s=Pl(r,a,n),c;return r.selection.$anchor.sameParent(r.selection.$head)&&(c=r.selection.$anchor.parent.attrs),s?i.setNode(o,c):i.setNode(a,{...c,...n})},sd=(e,t={})=>({state:n,commands:r})=>{let i=B(e,n.schema);return Pl(n,i,t)?r.lift(i):r.wrapIn(i,t)},cd=()=>({state:e,dispatch:t})=>{let n=e.plugins;for(let r=0;r=0;--e)t.step(n.steps[e].invert(n.docs[e]));if(a.text){let n=t.doc.resolve(a.from).marks();t.replaceWith(a.from,a.to,e.schema.text(a.text,n))}else t.delete(a.from,a.to)}return!0}}return!1},ld=()=>({tr:e,dispatch:t})=>{let{selection:n}=e,{empty:r,ranges:i}=n;return r||t&&i.forEach(t=>{e.removeMark(t.$from.pos,t.$to.pos)}),!0},ud=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let{extendEmptyMarkRange:a=!1}=t,{selection:o}=n,s=al(e,r.schema),{$from:c,empty:l,ranges:u}=o;if(!i)return!0;if(l&&a){let{from:e,to:t}=o,r=il(c,s,c.marks().find(e=>e.type===s)?.attrs);r&&(e=r.from,t=r.to),n.removeMark(e,t,s)}else u.forEach(e=>{n.removeMark(e.$from.pos,e.$to.pos,s)});return n.removeStoredMark(s),!0},dd=e=>({tr:t,state:n,dispatch:r})=>{let{selection:i}=n,a,o;return typeof e==`number`?(a=e,o=e):e&&`from`in e&&`to`in e?(a=e.from,o=e.to):(a=i.from,o=i.to),r&&t.doc.nodesBetween(a,o,(e,n)=>{if(e.isText)return;let r={...e.attrs};delete r.dir,t.setNodeMarkup(n,void 0,r)}),!0},fd=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let a=null,o=null,s=zl(typeof e==`string`?e:e.name,r.schema);if(!s)return!1;s===`node`&&(a=B(e,r.schema)),s===`mark`&&(o=al(e,r.schema));let c=!1;return n.selection.ranges.forEach(e=>{let s=e.$from.pos,l=e.$to.pos,u,d,f,p;n.selection.empty?r.doc.nodesBetween(s,l,(e,t)=>{a&&a===e.type&&(c=!0,f=Math.max(t,s),p=Math.min(t+e.nodeSize,l),u=t,d=e)}):r.doc.nodesBetween(s,l,(e,r)=>{r=s&&r<=l&&(a&&a===e.type&&(c=!0,i&&n.setNodeMarkup(r,void 0,{...e.attrs,...t})),o&&e.marks.length&&e.marks.forEach(a=>{if(o===a.type&&(c=!0,i)){let i=Math.max(r,s),c=Math.min(r+e.nodeSize,l);n.addMark(i,c,o.create({...a.attrs,...t}))}}))}),d&&(u!==void 0&&i&&n.setNodeMarkup(u,void 0,{...d.attrs,...t}),o&&d.marks.length&&d.marks.forEach(e=>{o===e.type&&i&&n.addMark(f,p,o.create({...e.attrs,...t}))}))}),c},pd=(e,t={})=>({state:n,dispatch:r})=>Ur(B(e,n.schema),t)(n,r),md=(e,t={})=>({state:n,dispatch:r})=>Xr(B(e,n.schema),t)(n,r),hd=class{constructor(){this.callbacks={}}on(e,t){return this.callbacks[e]||(this.callbacks[e]=[]),this.callbacks[e].push(t),this}emit(e,...t){let n=this.callbacks[e];return n&&n.forEach(e=>e.apply(this,t)),this}off(e,t){let n=this.callbacks[e];return n&&(t?this.callbacks[e]=n.filter(e=>e!==t):delete this.callbacks[e]),this}once(e,t){let n=(...r)=>{this.off(e,n),t.apply(this,r)};return this.on(e,n)}removeAllListeners(){this.callbacks={}}},gd=class{constructor(e){this.find=e.find,this.handler=e.handler,this.undoable=e.undoable??!0}},_d=(e,t)=>{if(el(t))return t.exec(e);let n=t(e);if(!n)return null;let r=[n.text];return r.index=n.index,r.input=e,r.data=n.data,n.replaceWith&&(n.text.includes(n.replaceWith)||console.warn(`[tiptap warn]: "inputRuleMatch.replaceWith" must be part of "inputRuleMatch.text".`),r.push(n.replaceWith)),r};function vd(e){let{editor:t,from:n,to:r,text:i,rules:a,plugin:o}=e,{view:s}=t;if(s.composing)return!1;let c=s.state.doc.resolve(n);if(c.parent.type.spec.code||(c.nodeBefore||c.nodeAfter)?.marks.find(e=>e.type.spec.code))return!1;let l=!1,u=Mu(c)+i;return a.forEach(e=>{if(l)return;let a=_d(u,e.find);if(!a)return;let c=s.state.tr,d=zc({state:s.state,transaction:c}),f={from:n-(a[0].length-i.length),to:r},{commands:p,chain:m,can:h}=new Bc({editor:t,state:d});e.handler({state:d,range:f,match:a,commands:p,chain:m,can:h})===null||!c.steps.length||(e.undoable&&c.setMeta(o,{transform:c,from:n,to:r,text:i}),s.dispatch(c),l=!0)}),l}function yd(e){let{editor:t,rules:n}=e,r=new N({state:{init(){return null},apply(e,i,a){let o=e.getMeta(r);if(o)return o;let s=e.getMeta(`applyInputRules`);return s&&setTimeout(()=>{let{text:e}=s;e=typeof e==`string`?e:iu(E.from(e),a.schema);let{from:i}=s;vd({editor:t,from:i,to:i+e.length,text:e,rules:n,plugin:r})}),e.selectionSet||e.docChanged?null:i}},props:{handleTextInput(e,i,a,o){return vd({editor:t,from:i,to:a,text:o,rules:n,plugin:r})},handleDOMEvents:{compositionend:e=>(setTimeout(()=>{let{$cursor:i}=e.state.selection;i&&vd({editor:t,from:i.pos,to:i.pos,text:``,rules:n,plugin:r})}),!1)},handleKeyDown(e,i){if(i.key!==`Enter`)return!1;let{$cursor:a}=e.state.selection;return a?vd({editor:t,from:a.pos,to:a.pos,text:` +`,rules:n,plugin:r}):!1}},isInputRules:!0});return r}function bd(e){return Object.prototype.toString.call(e).slice(8,-1)}function xd(e){return bd(e)===`Object`?e.constructor===Object&&Object.getPrototypeOf(e)===Object.prototype:!1}function Sd(e,t){let n={...e};return xd(e)&&xd(t)&&Object.keys(t).forEach(r=>{xd(t[r])&&xd(e[r])?n[r]=Sd(e[r],t[r]):n[r]=t[r]}),n}var Cd=class{constructor(e={}){this.type=`extendable`,this.parent=null,this.child=null,this.name=``,this.config={name:this.name},this.config={...this.config,...e},this.name=this.config.name}get options(){return{...H(V(this,`addOptions`,{name:this.name}))||{}}}get storage(){return{...H(V(this,`addStorage`,{name:this.name,options:this.options}))||{}}}configure(e={}){let t=this.extend({...this.config,addOptions:()=>Sd(this.options,e)});return t.name=this.name,t.parent=this.parent,t}extend(e={}){let t=new this.constructor({...this.config,...e});return t.parent=this,this.child=t,t.name=`name`in e?e.name:t.parent.name,t}},wd=class e extends Cd{constructor(){super(...arguments),this.type=`mark`}static create(t={}){return new e(typeof t==`function`?t():t)}static handleExit({editor:e,mark:t}){let{tr:n}=e.state,r=e.state.selection.$from;if(r.pos===r.end()){let i=r.marks();if(!i.find(e=>e?.type.name===t.name))return!1;let a=i.find(e=>e?.type.name===t.name);return a&&n.removeStoredMark(a),n.insertText(` `,r.pos),e.view.dispatch(n),!0}return!1}configure(e){return super.configure(e)}extend(e){let t=typeof e==`function`?e():e;return super.extend(t)}};function Td(e){return typeof e==`number`}var Ed=class{constructor(e){this.find=e.find,this.handler=e.handler}},Dd=(e,t,n)=>{if(el(t))return[...e.matchAll(t)];let r=t(e,n);return r?r.map(t=>{let n=[t.text];return n.index=t.index,n.input=e,n.data=t.data,t.replaceWith&&(t.text.includes(t.replaceWith)||console.warn(`[tiptap warn]: "pasteRuleMatch.replaceWith" must be part of "pasteRuleMatch.text".`),n.push(t.replaceWith)),n}):[]};function Od(e){let{editor:t,state:n,from:r,to:i,rule:a,pasteEvent:o,dropEvent:s}=e,{commands:c,chain:l,can:u}=new Bc({editor:t,state:n}),d=[];return n.doc.nodesBetween(r,i,(e,t)=>{if(e.type?.spec?.code||!(e.isText||e.isTextblock||e.isInline))return;let f=e.content?.size??e.nodeSize??0,p=Math.max(r,t),m=Math.min(i,t+f);p>=m||Dd(e.isText?e.text||``:e.textBetween(p-t,m-t,void 0,``),a.find,o).forEach(e=>{if(e.index===void 0)return;let t=p+e.index+1,r=t+e[0].length,i={from:n.tr.mapping.map(t),to:n.tr.mapping.map(r)},f=a.handler({state:n,range:i,match:e,commands:c,chain:l,can:u,pasteEvent:o,dropEvent:s});d.push(f)})}),d.every(e=>e!==null)}var kd=null,Ad=e=>{var t;let n=new ClipboardEvent(`paste`,{clipboardData:new DataTransfer});return(t=n.clipboardData)==null||t.setData(`text/html`,e),n};function jd(e){let{editor:t,rules:n}=e,r=null,i=!1,a=!1,o=typeof ClipboardEvent<`u`?new ClipboardEvent(`paste`):null,s;try{s=typeof DragEvent<`u`?new DragEvent(`drop`):null}catch{s=null}let c=({state:e,from:n,to:r,rule:i,pasteEvt:a})=>{let c=e.tr;if(!(!Od({editor:t,state:zc({state:e,transaction:c}),from:Math.max(n-1,0),to:r.b-1,rule:i,pasteEvent:a,dropEvent:s})||!c.steps.length)){try{s=typeof DragEvent<`u`?new DragEvent(`drop`):null}catch{s=null}return o=typeof ClipboardEvent<`u`?new ClipboardEvent(`paste`):null,c}};return n.map(e=>new N({view(e){let n=n=>{r=e.dom.parentElement?.contains(n.target)?e.dom.parentElement:null,r&&(kd=t)},i=()=>{kd&&=null};return window.addEventListener(`dragstart`,n),window.addEventListener(`dragend`,i),{destroy(){window.removeEventListener(`dragstart`,n),window.removeEventListener(`dragend`,i)}}},props:{handleDOMEvents:{drop:(e,t)=>{if(a=r===e.dom.parentElement,s=t,!a){let e=kd;e?.isEditable&&setTimeout(()=>{let t=e.state.selection;t&&e.commands.deleteRange({from:t.from,to:t.to})},10)}return!1},paste:(e,t)=>{let n=t.clipboardData?.getData(`text/html`);return o=t,i=!!n?.includes(`data-pm-slice`),!1}}},appendTransaction:(t,n,r)=>{let s=t[0],l=s.getMeta(`uiEvent`)===`paste`&&!i,u=s.getMeta(`uiEvent`)===`drop`&&!a,d=s.getMeta(`applyPasteRules`),f=!!d;if(!l&&!u&&!f)return;if(f){let{text:t}=d;t=typeof t==`string`?t:iu(E.from(t),r.schema);let{from:n}=d,i=n+t.length,a=Ad(t);return c({rule:e,state:r,from:n,to:{b:i},pasteEvt:a})}let p=n.doc.content.findDiffStart(r.doc.content),m=n.doc.content.findDiffEnd(r.doc.content);if(!(!Td(p)||!m||p===m.b))return c({rule:e,state:r,from:p,to:m,pasteEvt:o})}}))}var Md=class{constructor(e,t){this.splittableMarks=[],this.editor=t,this.baseExtensions=e,this.extensions=yu(e),this.schema=gu(this.extensions,t),this.setupExtensions()}get commands(){return this.extensions.reduce((e,t)=>{let n=V(t,`addCommands`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:this.editor,type:Au(t.name,this.schema)});return n?{...e,...n()}:e},{})}get plugins(){let{editor:e}=this;return vu([...this.extensions].reverse()).flatMap(t=>{let n={name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:Au(t.name,this.schema)},r=[],i=V(t,`addKeyboardShortcuts`,n),a={};if(t.type===`mark`&&V(t,`exitable`,n)&&(a.ArrowRight=()=>wd.handleExit({editor:e,mark:t})),i){let t=Object.fromEntries(Object.entries(i()).map(([t,n])=>[t,()=>n({editor:e})]));a={...a,...t}}let o=Fc(a);r.push(o);let s=V(t,`addInputRules`,n);if(Lu(t,e.options.enableInputRules)&&s){let t=s();if(t&&t.length){let n=yd({editor:e,rules:t}),i=Array.isArray(n)?n:[n];r.push(...i)}}let c=V(t,`addPasteRules`,n);if(Lu(t,e.options.enablePasteRules)&&c){let t=c();if(t&&t.length){let n=jd({editor:e,rules:t});r.push(...n)}}let l=V(t,`addProseMirrorPlugins`,n);if(l){let e=l();r.push(...e)}return r})}get attributes(){return cu(this.extensions)}get nodeViews(){let{editor:e}=this,{nodeExtensions:t}=su(this.extensions);return Object.fromEntries(t.filter(e=>!!V(e,`addNodeView`)).map(t=>{let n=this.attributes.filter(e=>e.type===t.name),r=V(t,`addNodeView`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:B(t.name,this.schema)});if(!r)return[];let i=r();return i?[t.name,(r,a,o,s,c)=>i({node:r,view:a,getPos:o,decorations:s,innerDecorations:c,editor:e,extension:t,HTMLAttributes:du(r,n)})]:[]}))}dispatchTransaction(e){let{editor:t}=this;return vu([...this.extensions].reverse()).reduceRight((e,n)=>{let r={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:Au(n.name,this.schema)},i=V(n,`dispatchTransaction`,r);return i?t=>{i.call(r,{transaction:t,next:e})}:e},e)}transformPastedHTML(e){let{editor:t}=this;return vu([...this.extensions]).reduce((e,n)=>{let r={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:Au(n.name,this.schema)},i=V(n,`transformPastedHTML`,r);return i?(t,n)=>{let a=e(t,n);return i.call(r,a)}:e},e||(e=>e))}get markViews(){let{editor:e}=this,{markExtensions:t}=su(this.extensions);return Object.fromEntries(t.filter(e=>!!V(e,`addMarkView`)).map(t=>{let n=this.attributes.filter(e=>e.type===t.name),r=V(t,`addMarkView`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:al(t.name,this.schema)});return r?[t.name,(i,a,o)=>{let s=du(i,n);return r()({mark:i,view:a,inline:o,editor:e,extension:t,HTMLAttributes:s,updateAttributes:t=>{lf(i,e,t)}})}]:[]}))}setupExtensions(){let e=this.extensions;this.editor.extensionStorage=Object.fromEntries(e.map(e=>[e.name,e.storage])),e.forEach(e=>{let t={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:Au(e.name,this.schema)};e.type===`mark`&&(H(V(e,`keepOnSplit`,t))??!0)&&this.splittableMarks.push(e.name);let n=V(e,`onBeforeCreate`,t),r=V(e,`onCreate`,t),i=V(e,`onUpdate`,t),a=V(e,`onSelectionUpdate`,t),o=V(e,`onTransaction`,t),s=V(e,`onFocus`,t),c=V(e,`onBlur`,t),l=V(e,`onDestroy`,t);n&&this.editor.on(`beforeCreate`,n),r&&this.editor.on(`create`,r),i&&this.editor.on(`update`,i),a&&this.editor.on(`selectionUpdate`,a),o&&this.editor.on(`transaction`,o),s&&this.editor.on(`focus`,s),c&&this.editor.on(`blur`,c),l&&this.editor.on(`destroy`,l)})}};Md.resolve=yu,Md.sort=vu,Md.flatten=ru,Rc({},{ClipboardTextSerializer:()=>Nd,Commands:()=>Pd,Delete:()=>Fd,Drop:()=>Id,Editable:()=>Ld,FocusEvents:()=>zd,Keymap:()=>Bd,Paste:()=>Vd,Tabindex:()=>Hd,TextDirection:()=>Ud,focusEventsPluginKey:()=>Rd});var W=class e extends Cd{constructor(){super(...arguments),this.type=`extension`}static create(t={}){return new e(typeof t==`function`?t():t)}configure(e){return super.configure(e)}extend(e){let t=typeof e==`function`?e():e;return super.extend(t)}},Nd=W.create({name:`clipboardTextSerializer`,addOptions(){return{blockSeparator:void 0}},addProseMirrorPlugins(){return[new N({key:new P(`clipboardTextSerializer`),props:{clipboardTextSerializer:()=>{let{editor:e}=this,{state:t,schema:n}=e,{doc:r,selection:i}=t,{ranges:a}=i,o=Math.min(...a.map(e=>e.$from.pos)),s=Math.max(...a.map(e=>e.$to.pos)),c=Su(n);return bu(r,{from:o,to:s},{...this.options.blockSeparator===void 0?{}:{blockSeparator:this.options.blockSeparator},textSerializers:c})}}})]}}),Pd=W.create({name:`commands`,addCommands(){return{...Vc}}}),Fd=W.create({name:`delete`,onUpdate({transaction:e,appendedTransactions:t}){let n=()=>{var n;if(((n=this.editor.options.coreExtensionOptions?.delete)?.filterTransaction)?.call(n,e)??e.getMeta(`y-sync$`))return;let r=Ql(e.before,[e,...t]);Du(r).forEach(t=>{r.mapping.mapResult(t.oldRange.from).deletedAfter&&r.mapping.mapResult(t.oldRange.to).deletedBefore&&r.before.nodesBetween(t.oldRange.from,t.oldRange.to,(n,i)=>{let a=i+n.nodeSize-2,o=t.oldRange.from<=i&&a<=t.oldRange.to;this.editor.emit(`delete`,{type:`node`,node:n,from:i,to:a,newFrom:r.mapping.map(i),newTo:r.mapping.map(a),deletedRange:t.oldRange,newRange:t.newRange,partial:!o,editor:this.editor,transaction:e,combinedTransform:r})})});let i=r.mapping;r.steps.forEach((t,n)=>{if(t instanceof Jt){let a=i.slice(n).map(t.from,-1),o=i.slice(n).map(t.to),s=i.invert().map(a,-1),c=i.invert().map(o),l=a>0?r.doc.nodeAt(a-1)?.marks.some(e=>e.eq(t.mark)):!1,u=r.doc.nodeAt(o)?.marks.some(e=>e.eq(t.mark));this.editor.emit(`delete`,{type:`mark`,mark:t.mark,from:t.from,to:t.to,deletedRange:{from:s,to:c},newRange:{from:a,to:o},partial:!!(u||l),editor:this.editor,transaction:e,combinedTransform:r})}})};this.editor.options.coreExtensionOptions?.delete?.async??!0?setTimeout(n,0):n()}}),Id=W.create({name:`drop`,addProseMirrorPlugins(){return[new N({key:new P(`tiptapDrop`),props:{handleDrop:(e,t,n,r)=>{this.editor.emit(`drop`,{editor:this.editor,event:t,slice:n,moved:r})}}})]}}),Ld=W.create({name:`editable`,addProseMirrorPlugins(){return[new N({key:new P(`editable`),props:{editable:()=>this.editor.options.editable}})]}}),Rd=new P(`focusEvents`),zd=W.create({name:`focusEvents`,addProseMirrorPlugins(){let{editor:e}=this;return[new N({key:Rd,props:{handleDOMEvents:{focus:(t,n)=>{e.isFocused=!0;let r=e.state.tr.setMeta(`focus`,{event:n}).setMeta(`addToHistory`,!1);return t.dispatch(r),!1},blur:(t,n)=>{e.isFocused=!1;let r=e.state.tr.setMeta(`blur`,{event:n}).setMeta(`addToHistory`,!1);return t.dispatch(r),!1}}}})]}}),Bd=W.create({name:`keymap`,addKeyboardShortcuts(){let e=()=>this.editor.commands.first(({commands:e})=>[()=>e.undoInputRule(),()=>e.command(({tr:t})=>{let{selection:n,doc:r}=t,{empty:i,$anchor:a}=n,{pos:o,parent:s}=a,c=a.parent.isTextblock&&o>0?t.doc.resolve(o-1):a,l=c.parent.type.spec.isolating,u=a.pos-a.parentOffset,d=l&&c.parent.childCount===1?u===a.pos:A.atStart(r).from===o;return!i||!s.type.isTextblock||s.textContent.length||!d||d&&a.parent.type.name===`paragraph`?!1:e.clearNodes()}),()=>e.deleteSelection(),()=>e.joinBackward(),()=>e.selectNodeBackward()]),t=()=>this.editor.commands.first(({commands:e})=>[()=>e.deleteSelection(),()=>e.deleteCurrentNode(),()=>e.joinForward(),()=>e.selectNodeForward()]),n={Enter:()=>this.editor.commands.first(({commands:e})=>[()=>e.newlineInCode(),()=>e.createParagraphNear(),()=>e.liftEmptyBlock(),()=>e.splitBlock()]),"Mod-Enter":()=>this.editor.commands.exitCode(),Backspace:e,"Mod-Backspace":e,"Shift-Backspace":e,Delete:t,"Mod-Delete":t,"Mod-a":()=>this.editor.commands.selectAll()},r={...n},i={...n,"Ctrl-h":e,"Alt-Backspace":e,"Ctrl-d":t,"Ctrl-Alt-Backspace":t,"Alt-Delete":t,"Alt-d":t,"Ctrl-a":()=>this.editor.commands.selectTextblockStart(),"Ctrl-e":()=>this.editor.commands.selectTextblockEnd()};return fl()||jl()?i:r},addProseMirrorPlugins(){return[new N({key:new P(`clearDocument`),appendTransaction:(e,t,n)=>{if(e.some(e=>e.getMeta(`composition`)))return;let r=e.some(e=>e.docChanged)&&!t.doc.eq(n.doc),i=e.some(e=>e.getMeta(`preventClearDocument`));if(!r||i)return;let{empty:a,from:o,to:s}=t.selection,c=A.atStart(t.doc).from,l=A.atEnd(t.doc).to;if(a||!(o===c&&s===l)||!zu(n.doc))return;let u=n.tr,d=zc({state:n,transaction:u}),{commands:f}=new Bc({editor:this.editor,state:d});if(f.clearNodes(),u.steps.length)return u}})]}}),Vd=W.create({name:`paste`,addProseMirrorPlugins(){return[new N({key:new P(`tiptapPaste`),props:{handlePaste:(e,t,n)=>{this.editor.emit(`paste`,{editor:this.editor,event:t,slice:n})}}})]}}),Hd=W.create({name:`tabindex`,addProseMirrorPlugins(){return[new N({key:new P(`tabindex`),props:{attributes:()=>this.editor.isEditable?{tabindex:`0`}:{}}})]}}),Ud=W.create({name:`textDirection`,addOptions(){return{direction:void 0}},addGlobalAttributes(){if(!this.options.direction)return[];let{nodeExtensions:e}=su(this.extensions);return[{types:e.filter(e=>e.name!==`text`).map(e=>e.name),attributes:{dir:{default:this.options.direction,parseHTML:e=>{let t=e.getAttribute(`dir`);return t&&(t===`ltr`||t===`rtl`||t===`auto`)?t:this.options.direction},renderHTML:e=>e.dir?{dir:e.dir}:{}}}}]},addProseMirrorPlugins(){return[new N({key:new P(`textDirection`),props:{attributes:()=>{let e=this.options.direction;return e?{dir:e}:{}}}})]}}),Wd=class e{constructor(e,t,n=!1,r=null){this.currentNode=null,this.actualDepth=null,this.isBlock=n,this.resolvedPos=e,this.editor=t,this.currentNode=r}get name(){return this.node.type.name}get node(){return this.currentNode||this.resolvedPos.node()}get element(){return this.editor.view.domAtPos(this.pos).node}get depth(){return this.actualDepth??this.resolvedPos.depth}get pos(){return this.resolvedPos.pos}get content(){return this.node.content}set content(e){let t=this.from,n=this.to;if(this.isBlock){if(this.content.size===0){console.error(`You can\u2019t set content on a block node. Tried to set content on ${this.name} at ${this.pos}`);return}t=this.from+1,n=this.to-1}this.editor.commands.insertContentAt({from:t,to:n},e)}get attributes(){return this.node.attrs}get textContent(){return this.node.textContent}get size(){return this.node.nodeSize}get from(){return this.isBlock?this.pos:this.resolvedPos.start(this.resolvedPos.depth)}get range(){return{from:this.from,to:this.to}}get to(){return this.isBlock?this.pos+this.size:this.resolvedPos.end(this.resolvedPos.depth)+ +!this.node.isText}get parent(){if(this.depth===0)return null;let t=this.resolvedPos.start(this.resolvedPos.depth-1);return new e(this.resolvedPos.doc.resolve(t),this.editor)}get before(){let t=this.resolvedPos.doc.resolve(this.from-(this.isBlock?1:2));return t.depth!==this.depth&&(t=this.resolvedPos.doc.resolve(this.from-3)),new e(t,this.editor)}get after(){let t=this.resolvedPos.doc.resolve(this.to+(this.isBlock?2:1));return t.depth!==this.depth&&(t=this.resolvedPos.doc.resolve(this.to+3)),new e(t,this.editor)}get children(){let t=[];return this.node.content.forEach((n,r)=>{let i=n.isBlock&&!n.isTextblock,a=n.isAtom&&!n.isText,o=n.isInline,s=this.pos+r+ +!a;if(s<0||s>this.resolvedPos.doc.nodeSize-2)return;let c=this.resolvedPos.doc.resolve(s);if(!i&&!o&&c.depth<=this.depth)return;let l=new e(c,this.editor,i,i||o?n:null);i&&(l.actualDepth=this.depth+1),t.push(l)}),t}get firstChild(){return this.children[0]||null}get lastChild(){let e=this.children;return e[e.length-1]||null}closest(e,t={}){let n=null,r=this.parent;for(;r&&!n;){if(r.node.type.name===e)if(Object.keys(t).length>0){let e=r.node.attrs,n=Object.keys(t);for(let r=0;r{n&&r.length>0||(a.node.type.name===e&&i.every(e=>t[e]===a.node.attrs[e])&&r.push(a),!(n&&r.length>0)&&(r=r.concat(a.querySelectorAll(e,t,n))))}),r}setAttribute(e){let{tr:t}=this.editor.state;t.setNodeMarkup(this.from,void 0,{...this.node.attrs,...e}),this.editor.view.dispatch(t)}},Gd=`.ProseMirror { + position: relative; +} + +.ProseMirror { + word-wrap: break-word; + white-space: pre-wrap; + white-space: break-spaces; + -webkit-font-variant-ligatures: none; + font-variant-ligatures: none; + font-feature-settings: "liga" 0; /* the above doesn't seem to work in Edge */ +} + +.ProseMirror [contenteditable="false"] { + white-space: normal; +} + +.ProseMirror [contenteditable="false"] [contenteditable="true"] { + white-space: pre-wrap; +} + +.ProseMirror pre { + white-space: pre-wrap; +} + +img.ProseMirror-separator { + display: inline !important; + border: none !important; + margin: 0 !important; + width: 0 !important; + height: 0 !important; +} + +.ProseMirror-gapcursor { + display: none; + pointer-events: none; + position: absolute; + margin: 0; +} + +.ProseMirror-gapcursor:after { + content: ""; + display: block; + position: absolute; + top: -2px; + width: 20px; + border-top: 1px solid black; + animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite; +} + +@keyframes ProseMirror-cursor-blink { + to { + visibility: hidden; + } +} + +.ProseMirror-hideselection *::selection { + background: transparent; +} + +.ProseMirror-hideselection *::-moz-selection { + background: transparent; +} + +.ProseMirror-hideselection * { + caret-color: transparent; +} + +.ProseMirror-focused .ProseMirror-gapcursor { + display: block; +}`;function Kd(e,t,n){let r=document.querySelector(`style[data-tiptap-style${n?`-${n}`:``}]`);if(r!==null)return r;let i=document.createElement(`style`);return t&&i.setAttribute(`nonce`,t),i.setAttribute(`data-tiptap-style${n?`-${n}`:``}`,``),i.innerHTML=e,document.getElementsByTagName(`head`)[0].appendChild(i),i}var qd=class extends hd{constructor(e={}){super(),this.css=null,this.className=`tiptap`,this.editorView=null,this.isFocused=!1,this.isInitialized=!1,this.extensionStorage={},this.instanceId=Math.random().toString(36).slice(2,9),this.options={element:typeof document<`u`?document.createElement(`div`):null,content:``,injectCSS:!0,injectNonce:void 0,extensions:[],autofocus:!1,editable:!0,textDirection:void 0,editorProps:{},parseOptions:{},coreExtensionOptions:{},enableInputRules:!0,enablePasteRules:!0,enableCoreExtensions:!0,enableContentCheck:!1,emitContentError:!1,onBeforeCreate:()=>null,onCreate:()=>null,onMount:()=>null,onUnmount:()=>null,onUpdate:()=>null,onSelectionUpdate:()=>null,onTransaction:()=>null,onFocus:()=>null,onBlur:()=>null,onDestroy:()=>null,onContentError:({error:e})=>{throw e},onPaste:()=>null,onDrop:()=>null,onDelete:()=>null,enableExtensionDispatchTransaction:!0},this.isCapturingTransaction=!1,this.capturedTransaction=null,this.utils={getUpdatedPosition:Hu,createMappablePosition:Uu},this.setOptions(e),this.createExtensionManager(),this.createCommandManager(),this.createSchema(),this.on(`beforeCreate`,this.options.onBeforeCreate),this.emit(`beforeCreate`,{editor:this}),this.on(`mount`,this.options.onMount),this.on(`unmount`,this.options.onUnmount),this.on(`contentError`,this.options.onContentError),this.on(`create`,this.options.onCreate),this.on(`update`,this.options.onUpdate),this.on(`selectionUpdate`,this.options.onSelectionUpdate),this.on(`transaction`,this.options.onTransaction),this.on(`focus`,this.options.onFocus),this.on(`blur`,this.options.onBlur),this.on(`destroy`,this.options.onDestroy),this.on(`drop`,({event:e,slice:t,moved:n})=>this.options.onDrop(e,t,n)),this.on(`paste`,({event:e,slice:t})=>this.options.onPaste(e,t)),this.on(`delete`,this.options.onDelete);let t=this.createDoc(),n=ul(t,this.options.autofocus);this.editorState=lr.create({doc:t,schema:this.schema,selection:n||void 0}),this.options.element&&this.mount(this.options.element)}mount(e){if(typeof document>`u`)throw Error(`[tiptap error]: The editor cannot be mounted because there is no 'document' defined in this environment.`);this.createView(e),this.emit(`mount`,{editor:this}),this.css&&!document.head.contains(this.css)&&document.head.appendChild(this.css),window.setTimeout(()=>{this.isDestroyed||(this.options.autofocus!==!1&&this.options.autofocus!==null&&this.commands.focus(this.options.autofocus),this.emit(`create`,{editor:this}),this.isInitialized=!0)},0)}unmount(){if(this.editorView){let e=this.editorView.dom;e?.editor&&delete e.editor,this.editorView.destroy()}if(this.editorView=null,this.isInitialized=!1,this.css&&!document.querySelectorAll(`.${this.className}`).length)try{typeof this.css.remove==`function`?this.css.remove():this.css.parentNode&&this.css.parentNode.removeChild(this.css)}catch(e){console.warn(`Failed to remove CSS element:`,e)}this.css=null,this.emit(`unmount`,{editor:this})}get storage(){return this.extensionStorage}get commands(){return this.commandManager.commands}chain(){return this.commandManager.chain()}can(){return this.commandManager.can()}injectCSS(){this.options.injectCSS&&typeof document<`u`&&(this.css=Kd(Gd,this.options.injectNonce))}setOptions(e={}){this.options={...this.options,...e},!(!this.editorView||!this.state||this.isDestroyed)&&(this.options.editorProps&&this.view.setProps(this.options.editorProps),this.view.updateState(this.state))}setEditable(e,t=!0){this.setOptions({editable:e}),t&&this.emit(`update`,{editor:this,transaction:this.state.tr,appendedTransactions:[]})}get isEditable(){return this.options.editable&&this.view&&this.view.editable}get view(){return this.editorView?this.editorView:new Proxy({state:this.editorState,updateState:e=>{this.editorState=e},dispatch:e=>{this.dispatchTransaction(e)},composing:!1,dragging:null,editable:!0,isDestroyed:!1},{get:(e,t)=>{if(this.editorView)return this.editorView[t];if(t===`state`)return this.editorState;if(t in e)return Reflect.get(e,t);throw Error(`[tiptap error]: The editor view is not available. Cannot access view['${t}']. The editor may not be mounted yet.`)}})}get state(){return this.editorView&&(this.editorState=this.view.state),this.editorState}registerPlugin(e,t){let n=au(t)?t(e,[...this.state.plugins]):[...this.state.plugins,e],r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}unregisterPlugin(e){if(this.isDestroyed)return;let t=this.state.plugins,n=t;if([].concat(e).forEach(e=>{let t=typeof e==`string`?`${e}$`:e.key;n=n.filter(e=>!e.key.startsWith(t))}),t.length===n.length)return;let r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}createExtensionManager(){this.extensionManager=new Md([...this.options.enableCoreExtensions?[Ld,Nd.configure({blockSeparator:this.options.coreExtensionOptions?.clipboardTextSerializer?.blockSeparator}),Pd,zd,Bd,Hd,Id,Vd,Fd,Ud.configure({direction:this.options.textDirection})].filter(e=>typeof this.options.enableCoreExtensions==`object`?this.options.enableCoreExtensions[e.name]!==!1:!0):[],...this.options.extensions].filter(e=>[`extension`,`node`,`mark`].includes(e?.type)),this)}createCommandManager(){this.commandManager=new Bc({editor:this})}createSchema(){this.schema=this.extensionManager.schema}createDoc(){let e;try{e=Yl(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:this.options.enableContentCheck})}catch(t){if(!(t instanceof Error)||![`[tiptap error]: Invalid JSON content`,`[tiptap error]: Invalid HTML content`].includes(t.message))throw t;this.emit(`contentError`,{editor:this,error:t,disableCollaboration:()=>{`collaboration`in this.storage&&typeof this.storage.collaboration==`object`&&this.storage.collaboration&&(this.storage.collaboration.isDisabled=!0),this.options.extensions=this.options.extensions.filter(e=>e.name!==`collaboration`),this.createExtensionManager()}}),e=Yl(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:!1})}return e}createView(e){let{editorProps:t,enableExtensionDispatchTransaction:n}=this.options,r=t.dispatchTransaction||this.dispatchTransaction.bind(this),i=n?this.extensionManager.dispatchTransaction(r):r,a=t.transformPastedHTML,o=this.extensionManager.transformPastedHTML(a);this.editorView=new hc(e,{...t,attributes:{role:`textbox`,...t?.attributes},dispatchTransaction:i,transformPastedHTML:o,state:this.editorState,markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews});let s=this.state.reconfigure({plugins:this.extensionManager.plugins});this.view.updateState(s),this.prependClass(),this.injectCSS();let c=this.view.dom;c.editor=this}createNodeViews(){this.view.isDestroyed||this.view.setProps({markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews})}prependClass(){this.view.dom.className=`${this.className} ${this.view.dom.className}`}captureTransaction(e){this.isCapturingTransaction=!0,e(),this.isCapturingTransaction=!1;let t=this.capturedTransaction;return this.capturedTransaction=null,t}dispatchTransaction(e){if(this.view.isDestroyed)return;if(this.isCapturingTransaction){if(!this.capturedTransaction){this.capturedTransaction=e;return}e.steps.forEach(e=>this.capturedTransaction?.step(e));return}let{state:t,transactions:n}=this.state.applyTransaction(e),r=!this.state.selection.eq(t.selection),i=n.includes(e),a=this.state;if(this.emit(`beforeTransaction`,{editor:this,transaction:e,nextState:t}),!i)return;this.view.updateState(t),this.emit(`transaction`,{editor:this,transaction:e,appendedTransactions:n.slice(1)}),r&&this.emit(`selectionUpdate`,{editor:this,transaction:e});let o=n.findLast(e=>e.getMeta(`focus`)||e.getMeta(`blur`)),s=o?.getMeta(`focus`),c=o?.getMeta(`blur`);s&&this.emit(`focus`,{editor:this,event:s.event,transaction:o}),c&&this.emit(`blur`,{editor:this,event:c.event,transaction:o}),!(e.getMeta(`preventUpdate`)||!n.some(e=>e.docChanged)||a.doc.eq(t.doc))&&this.emit(`update`,{editor:this,transaction:e,appendedTransactions:n.slice(1)})}getAttributes(e){return wu(this.state,e)}isActive(e,t){let n=typeof e==`string`?e:null,r=typeof e==`string`?t:e;return Pu(this.state,n,r)}getJSON(){return this.state.doc.toJSON()}getHTML(){return iu(this.state.doc.content,this.schema)}getText(e){let{blockSeparator:t=` + +`,textSerializers:n={}}=e||{};return xu(this.state.doc,{blockSeparator:t,textSerializers:{...Su(this.schema),...n}})}get isEmpty(){return zu(this.state.doc)}destroy(){this.emit(`destroy`),this.unmount(),this.removeAllListeners()}get isDestroyed(){return this.editorView?.isDestroyed??!0}$node(e,t){return this.$doc?.querySelector(e,t)||null}$nodes(e,t){return this.$doc?.querySelectorAll(e,t)||null}$pos(e){return new Wd(this.state.doc.resolve(e),this)}get $doc(){return this.$pos(0)}};function Jd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r})=>{let i=H(e.getAttributes,void 0,r);if(i===!1||i===null)return null;let{tr:a}=t,o=r[r.length-1],s=r[0];if(o){let r=s.search(/\S/),c=n.from+s.indexOf(o),l=c+o.length;if(Ou(n.from,n.to,t.doc).filter(t=>t.mark.type.excluded.find(n=>n===e.type&&n!==t.mark.type)).filter(e=>e.to>c).length)return null;ln.from&&a.delete(n.from+r,c);let u=n.from+r+o.length;a.addMark(n.from+r,u,e.type.create(i||{})),a.removeStoredMark(e.type)}},undoable:e.undoable})}function Yd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r})=>{let i=H(e.getAttributes,void 0,r)||{},{tr:a}=t,o=n.from,s=n.to,c=e.type.create(i);if(r[1]){let e=o+r[0].lastIndexOf(r[1]);e>s?e=s:s=e+r[1].length;let t=r[0][r[0].length-1];a.insertText(t,o+r[0].length-1),a.replaceWith(e,s,c)}else if(r[0]){let t=e.type.isInline?o:o-1;a.insert(t,e.type.create(i)).delete(a.mapping.map(o),a.mapping.map(s))}a.scrollIntoView()},undoable:e.undoable})}function Xd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r})=>{let i=t.doc.resolve(n.from),a=H(e.getAttributes,void 0,r)||{};if(!i.node(-1).canReplaceWith(i.index(-1),i.indexAfter(-1),e.type))return null;t.tr.delete(n.from,n.to).setBlockType(n.from,n.from,e.type,a)},undoable:e.undoable})}function Zd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r,chain:i})=>{let a=H(e.getAttributes,void 0,r)||{},o=t.tr.delete(n.from,n.to),s=o.doc.resolve(n.from).blockRange(),c=s&&sn(s,e.type,a);if(!c)return null;if(o.wrap(s,c),e.keepMarks&&e.editor){let{selection:n,storedMarks:r}=t,{splittableMarks:i}=e.editor.extensionManager,a=r||n.$to.parentOffset&&n.$from.marks();if(a){let e=a.filter(e=>i.includes(e.type.name));o.ensureMarks(e)}}if(e.keepAttributes){let t=e.type.name===`bulletList`||e.type.name===`orderedList`?`listItem`:`taskList`;i().updateAttributes(t,a).run()}let l=o.doc.resolve(n.from-1).nodeBefore;l&&l.type===e.type&&yn(o.doc,n.from-1)&&(!e.joinPredicate||e.joinPredicate(r,l))&&o.join(n.from-1)},undoable:e.undoable})}function Qd(e,t){let{selection:n}=e,{$from:r}=n;if(n instanceof M){let e=r.index();return r.parent.canReplaceWith(e,e+1,t)}let i=r.depth;for(;i>=0;){let e=r.index(i);if(r.node(i).contentMatchAt(e).matchType(t))return!0;--i}return!1}Rc({},{createAtomBlockMarkdownSpec:()=>tf,createBlockMarkdownSpec:()=>nf,createInlineMarkdownSpec:()=>of,parseAttributes:()=>$d,parseIndentedBlocks:()=>sf,renderNestedMarkdownContent:()=>cf,serializeAttributes:()=>ef});function $d(e){if(!e?.trim())return{};let t={},n=[],r=e.replace(/["']([^"']*)["']/g,e=>(n.push(e),`__QUOTED_${n.length-1}__`)),i=r.match(/(?:^|\s)\.([a-zA-Z][\w-]*)/g);i&&(t.class=i.map(e=>e.trim().slice(1)).join(` `));let a=r.match(/(?:^|\s)#([a-zA-Z][\w-]*)/);a&&(t.id=a[1]),Array.from(r.matchAll(/([a-zA-Z][\w-]*)\s*=\s*(__QUOTED_\d+__)/g)).forEach(([,e,r])=>{let i=n[parseInt(r.match(/__QUOTED_(\d+)__/)?.[1]||`0`,10)];i&&(t[e]=i.slice(1,-1))});let o=r.replace(/(?:^|\s)\.([a-zA-Z][\w-]*)/g,``).replace(/(?:^|\s)#([a-zA-Z][\w-]*)/g,``).replace(/([a-zA-Z][\w-]*)\s*=\s*__QUOTED_\d+__/g,``).trim();return o&&o.split(/\s+/).filter(Boolean).forEach(e=>{e.match(/^[a-zA-Z][\w-]*$/)&&(t[e]=!0)}),t}function ef(e){if(!e||Object.keys(e).length===0)return``;let t=[];return e.class&&String(e.class).split(/\s+/).filter(Boolean).forEach(e=>t.push(`.${e}`)),e.id&&t.push(`#${e.id}`),Object.entries(e).forEach(([e,n])=>{e===`class`||e===`id`||(n===!0?t.push(e):n!==!1&&n!=null&&t.push(`${e}="${String(n)}"`))}),t.join(` `)}function tf(e){let{nodeName:t,name:n,parseAttributes:r=$d,serializeAttributes:i=ef,defaultAttributes:a={},requiredAttributes:o=[],allowedAttributes:s}=e,c=n||t,l=e=>{if(!s)return e;let t={};return s.forEach(n=>{n in e&&(t[n]=e[n])}),t};return{parseMarkdown:(e,n)=>{let r={...a,...e.attributes};return n.createNode(t,r,[])},markdownTokenizer:{name:t,level:`block`,start(e){let t=RegExp(`^:::${c}(?:\\s|$)`,`m`),n=e.match(t)?.index;return n===void 0?-1:n},tokenize(e,n,i){let a=RegExp(`^:::${c}(?:\\s+\\{([^}]*)\\})?\\s*:::(?:\\n|$)`),s=e.match(a);if(!s)return;let l=r(s[1]||``);if(!o.find(e=>!(e in l)))return{type:t,raw:s[0],attributes:l}}},renderMarkdown:e=>{let t=i(l(e.attrs||{}));return`:::${c}${t?` {${t}}`:``} :::`}}}function nf(e){let{nodeName:t,name:n,getContent:r,parseAttributes:i=$d,serializeAttributes:a=ef,defaultAttributes:o={},content:s=`block`,allowedAttributes:c}=e,l=n||t,u=e=>{if(!c)return e;let t={};return c.forEach(n=>{n in e&&(t[n]=e[n])}),t};return{parseMarkdown:(e,n)=>{let i;if(r){let t=r(e);i=typeof t==`string`?[{type:`text`,text:t}]:t}else i=s===`block`?n.parseChildren(e.tokens||[]):n.parseInline(e.tokens||[]);let a={...o,...e.attributes};return n.createNode(t,a,i)},markdownTokenizer:{name:t,level:`block`,start(e){let t=RegExp(`^:::${l}`,`m`),n=e.match(t)?.index;return n===void 0?-1:n},tokenize(e,n,r){let a=RegExp(`^:::${l}(?:\\s+\\{([^}]*)\\})?\\s*\\n`),o=e.match(a);if(!o)return;let[c,u=``]=o,d=i(u),f=1,p=c.length,m=``,h=/^:::([\w-]*)(\s.*)?/gm,g=e.slice(p);for(h.lastIndex=0;;){let n=h.exec(g);if(n===null)break;let i=n.index,a=n[1];if(!n[2]?.endsWith(`:::`)){if(a)f+=1;else if(--f,f===0){let a=g.slice(0,i);m=a.trim();let o=e.slice(0,p+i+n[0].length),c=[];if(m)if(s===`block`)for(c=r.blockTokens(a),c.forEach(e=>{e.text&&(!e.tokens||e.tokens.length===0)&&(e.tokens=r.inlineTokens(e.text))});c.length>0;){let e=c[c.length-1];if(e.type===`paragraph`&&(!e.text||e.text.trim()===``))c.pop();else break}else c=r.inlineTokens(m);return{type:t,raw:o,attributes:d,content:m,tokens:c}}}}}},renderMarkdown:(e,t)=>{let n=a(u(e.attrs||{}));return`:::${l}${n?` {${n}}`:``} + +${t.renderChildren(e.content||[],` + +`)} + +:::`}}}function rf(e){if(!e.trim())return{};let t={},n=/(\w+)=(?:"([^"]*)"|'([^']*)')/g,r=n.exec(e);for(;r!==null;){let[,i,a,o]=r;t[i]=a||o,r=n.exec(e)}return t}function af(e){return Object.entries(e).filter(([,e])=>e!=null).map(([e,t])=>`${e}="${t}"`).join(` `)}function of(e){let{nodeName:t,name:n,getContent:r,parseAttributes:i=rf,serializeAttributes:a=af,defaultAttributes:o={},selfClosing:s=!1,allowedAttributes:c}=e,l=n||t,u=e=>{if(!c)return e;let t={};return c.forEach(n=>{let r=typeof n==`string`?n:n.name,i=typeof n==`string`?void 0:n.skipIfDefault;if(r in e){let n=e[r];if(i!==void 0&&n===i)return;t[r]=n}}),t},d=l.replace(/[.*+?^${}()|[\]\\]/g,`\\$&`);return{parseMarkdown:(e,n)=>{let i={...o,...e.attributes};if(s)return n.createNode(t,i);let a=r?r(e):e.content||``;return a?n.createNode(t,i,[n.createTextNode(a)]):n.createNode(t,i,[])},markdownTokenizer:{name:t,level:`inline`,start(e){let t=RegExp(s?`\\[${d}\\s*[^\\]]*\\]`:`\\[${d}\\s*[^\\]]*\\][\\s\\S]*?\\[\\/${d}\\]`),n=e.match(t)?.index;return n===void 0?-1:n},tokenize(e,n,r){let a=RegExp(s?`^\\[${d}\\s*([^\\]]*)\\]`:`^\\[${d}\\s*([^\\]]*)\\]([\\s\\S]*?)\\[\\/${d}\\]`),o=e.match(a);if(!o)return;let c=``,l=``;if(s){let[,e]=o;l=e}else{let[,e,t]=o;l=e,c=t||``}let u=i(l.trim());return{type:t,raw:o[0],content:c.trim(),attributes:u}}},renderMarkdown:e=>{let t=``;r?t=r(e):e.content&&e.content.length>0&&(t=e.content.filter(e=>e.type===`text`).map(e=>e.text).join(``));let n=a(u(e.attrs||{})),i=n?` ${n}`:``;return s?`[${l}${i}]`:`[${l}${i}]${t}[/${l}]`}}}function sf(e,t,n){let r=e.split(` +`),i=[],a=``,o=0,s=t.baseIndentSize||2;for(;o0)break;if(e.trim()===``){o+=1,a=`${a}${e} +`;continue}else return}let l=t.extractItemData(c),{indentLevel:u,mainContent:d}=l;a=`${a}${e} +`;let f=[d];for(o+=1;oe.trim()!==``);if(t===-1)break;if((r[o+1+t].match(/^(\s*)/)?.[1]?.length||0)>u){f.push(e),a=`${a}${e} +`,o+=1;continue}else break}if((e.match(/^(\s*)/)?.[1]?.length||0)>u)f.push(e),a=`${a}${e} +`,o+=1;else break}let p,m=f.slice(1);if(m.length>0){let e=m.map(e=>e.slice(u+s)).join(` +`);e.trim()&&(p=t.customNestedParser?t.customNestedParser(e):n.blockTokens(e))}let h=t.createToken(l,p);i.push(h)}if(i.length!==0)return{items:i,raw:a}}function cf(e,t,n,r){if(!e||!Array.isArray(e.content))return``;let i=typeof n==`function`?n(r):n,[a,...o]=e.content,s=`${i}${t.renderChildren([a])}`;return o&&o.length>0&&o.forEach((e,n)=>{let r=t.renderChild?.call(t,e,n+1)??t.renderChildren([e]);if(r!=null){let n=r.split(` +`).map(e=>e?t.indent(e):t.indent(``)).join(` +`);s+=e.type===`paragraph`?` + +${n}`:` +${n}`}}),s}function lf(e,t,n={}){let{state:r}=t,{doc:i,tr:a}=r,o=e;i.descendants((t,r)=>{let i=a.mapping.map(r),s=a.mapping.map(r)+t.nodeSize,c=null;if(t.marks.forEach(e=>{if(e!==o)return!1;c=e}),!c)return;let l=!1;if(Object.keys(n).forEach(e=>{n[e]!==c.attrs[e]&&(l=!0)}),l){let t=e.type.create({...e.attrs,...n});a.removeMark(i,s,e.type),a.addMark(i,s,t)}}),a.docChanged&&t.view.dispatch(a)}var G=class e extends Cd{constructor(){super(...arguments),this.type=`node`}static create(t={}){return new e(typeof t==`function`?t():t)}configure(e){return super.configure(e)}extend(e){let t=typeof e==`function`?e():e;return super.extend(t)}};function uf(e){return new Ed({find:e.find,handler:({state:t,range:n,match:r,pasteEvent:i})=>{let a=H(e.getAttributes,void 0,r,i);if(a===!1||a===null)return null;let{tr:o}=t,s=r[r.length-1],c=r[0],l=n.to;if(s){let i=c.search(/\S/),u=n.from+c.indexOf(s),d=u+s.length;if(Ou(n.from,n.to,t.doc).filter(t=>t.mark.type.excluded.find(n=>n===e.type&&n!==t.mark.type)).filter(e=>e.to>u).length)return null;dn.from&&o.delete(n.from+i,u),l=n.from+i+s.length,o.addMark(n.from+i,l,e.type.create(a||{})),r.index!==void 0&&r.input!==void 0&&r.index+r[0].length>=r.input.length||o.removeStoredMark(e.type)}}})}function df(e){return o((t,n)=>({get(){return t(),e},set(t){e=t,requestAnimationFrame(()=>{requestAnimationFrame(()=>{n()})})}}))}var ff=class extends qd{constructor(e={}){return super(e),this.contentComponent=null,this.appContext=null,this.reactiveState=df(this.view.state),this.reactiveExtensionStorage=df(this.extensionStorage),this.on(`beforeTransaction`,({nextState:e})=>{this.reactiveState.value=e,this.reactiveExtensionStorage.value=this.extensionStorage}),r(this)}get state(){return this.reactiveState?this.reactiveState.value:this.view.state}get storage(){return this.reactiveExtensionStorage?this.reactiveExtensionStorage.value:super.storage}registerPlugin(e,t){let n=super.registerPlugin(e,t);return this.reactiveState&&(this.reactiveState.value=n),n}unregisterPlugin(e){let t=super.unregisterPlugin(e);return this.reactiveState&&t&&(this.reactiveState.value=t),t}},pf=h({name:`EditorContent`,props:{editor:{default:null,type:Object}},setup(t){let n=i(),r=u();return e(()=>{let e=t.editor;e&&e.options.element&&n.value&&ie(()=>{if(!n.value||!e.view.dom?.parentNode)return;let t=l(n.value);n.value.append(...e.view.dom.parentNode.childNodes),e.contentComponent=r.ctx._,r&&(e.appContext={...r.appContext,provides:r.provides}),e.setOptions({element:t}),e.createNodeViews()})}),c(()=>{let e=t.editor;e&&(e.contentComponent=null,e.appContext=null)}),{rootEl:n}},render(){return re(`div`,{ref:e=>{this.rootEl=e}})}});h({name:`NodeViewContent`,props:{as:{type:String,default:`div`}},render(){return re(this.as,{style:{whiteSpace:`pre-wrap`},"data-node-view-content":``})}}),h({name:`NodeViewWrapper`,props:{as:{type:String,default:`div`}},inject:[`onDragStart`,`decorationClasses`],render(){var e;return re(this.as,{class:this.decorationClasses,style:{whiteSpace:`normal`},"data-node-view-wrapper":``,onDragstart:this.onDragStart},(e=this.$slots).default?.call(e))}});var mf=(e={})=>{let n=ae();return t(()=>{n.value=new ff(e)}),c(()=>{var e,t;let r=n.value?.view.dom?.parentNode,i=r?.cloneNode(!0);(e=r?.parentNode)==null||e.replaceChild(i,r),(t=n.value)==null||t.destroy()}),n};h({name:`MarkViewContent`,props:{as:{type:String,default:`span`}},render(){return re(this.as,{style:{whiteSpace:`inherit`},"data-mark-view-content":``})}});var hf=(e,t)=>{if(e===`slot`)return 0;if(e instanceof Function)return e(t);let{children:n,...r}=t??{};if(e===`svg`)throw Error(`SVG elements are not supported in the JSX syntax, use the array syntax instead`);return[e,r,n]},gf=/^\s*>\s$/,_f=G.create({name:`blockquote`,addOptions(){return{HTMLAttributes:{}}},content:`block+`,group:`block`,defining:!0,parseHTML(){return[{tag:`blockquote`}]},renderHTML({HTMLAttributes:e}){return hf(`blockquote`,{...U(this.options.HTMLAttributes,e),children:hf(`slot`,{})})},parseMarkdown:(e,t)=>{let n=t.parseBlockChildren??t.parseChildren;return t.createNode(`blockquote`,void 0,n(e.tokens||[]))},renderMarkdown:(e,t)=>{if(!e.content)return``;let n=[];return e.content.forEach((e,r)=>{let i=(t.renderChild?.call(t,e,r)??t.renderChildren([e])).split(` +`).map(e=>e.trim()===``?`>`:`> ${e}`);n.push(i.join(` +`))}),n.join(` +> +`)},addCommands(){return{setBlockquote:()=>({commands:e})=>e.wrapIn(this.name),toggleBlockquote:()=>({commands:e})=>e.toggleWrap(this.name),unsetBlockquote:()=>({commands:e})=>e.lift(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-b":()=>this.editor.commands.toggleBlockquote()}},addInputRules(){return[Zd({find:gf,type:this.type})]}}),vf=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/,yf=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))/g,bf=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))$/,xf=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))/g,Sf=wd.create({name:`bold`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`strong`},{tag:`b`,getAttrs:e=>e.style.fontWeight!==`normal`&&null},{style:`font-weight=400`,clearMark:e=>e.type.name===this.name},{style:`font-weight`,getAttrs:e=>/^(bold(er)?|[5-9]\d{2,})$/.test(e)&&null}]},renderHTML({HTMLAttributes:e}){return hf(`strong`,{...U(this.options.HTMLAttributes,e),children:hf(`slot`,{})})},markdownTokenName:`strong`,parseMarkdown:(e,t)=>t.applyMark(`bold`,t.parseInline(e.tokens||[])),markdownOptions:{htmlReopen:{open:``,close:``}},renderMarkdown:(e,t)=>`**${t.renderChildren(e)}**`,addCommands(){return{setBold:()=>({commands:e})=>e.setMark(this.name),toggleBold:()=>({commands:e})=>e.toggleMark(this.name),unsetBold:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-b":()=>this.editor.commands.toggleBold(),"Mod-B":()=>this.editor.commands.toggleBold()}},addInputRules(){return[Jd({find:vf,type:this.type}),Jd({find:bf,type:this.type})]},addPasteRules(){return[uf({find:yf,type:this.type}),uf({find:xf,type:this.type})]}}),Cf=/(^|[^`])`([^`]+)`(?!`)$/,wf=/(^|[^`])`([^`]+)`(?!`)/g,Tf=wd.create({name:`code`,addOptions(){return{HTMLAttributes:{}}},excludes:`_`,code:!0,exitable:!0,parseHTML(){return[{tag:`code`}]},renderHTML({HTMLAttributes:e}){return[`code`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`codespan`,parseMarkdown:(e,t)=>t.applyMark(`code`,[{type:`text`,text:e.text||``}]),renderMarkdown:(e,t)=>e.content?`\`${t.renderChildren(e.content)}\``:``,addCommands(){return{setCode:()=>({commands:e})=>e.setMark(this.name),toggleCode:()=>({commands:e})=>e.toggleMark(this.name),unsetCode:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-e":()=>this.editor.commands.toggleCode()}},addInputRules(){return[Jd({find:Cf,type:this.type})]},addPasteRules(){return[uf({find:wf,type:this.type})]}}),Ef=4,Df=/^```([a-z]+)?[\s\n]$/,Of=/^~~~([a-z]+)?[\s\n]$/,kf=G.create({name:`codeBlock`,addOptions(){return{languageClassPrefix:`language-`,exitOnTripleEnter:!0,exitOnArrowDown:!0,defaultLanguage:null,enableTabIndentation:!1,tabSize:Ef,HTMLAttributes:{}}},content:`text*`,marks:``,group:`block`,code:!0,defining:!0,addAttributes(){return{language:{default:this.options.defaultLanguage,parseHTML:e=>{let{languageClassPrefix:t}=this.options;return t&&[...e.firstElementChild?.classList||[]].filter(e=>e.startsWith(t)).map(e=>e.replace(t,``))[0]||null},rendered:!1}}},parseHTML(){return[{tag:`pre`,preserveWhitespace:`full`}]},renderHTML({node:e,HTMLAttributes:t}){return[`pre`,U(this.options.HTMLAttributes,t),[`code`,{class:e.attrs.language?this.options.languageClassPrefix+e.attrs.language:null},0]]},markdownTokenName:`code`,parseMarkdown:(e,t)=>e.raw?.startsWith("```")===!1&&e.raw?.startsWith(`~~~`)===!1&&e.codeBlockStyle!==`indented`?[]:t.createNode(`codeBlock`,{language:e.lang||null},e.text?[t.createTextNode(e.text)]:[]),renderMarkdown:(e,t)=>{let n=``,r=e.attrs?.language||``;return n=e.content?[`\`\`\`${r}`,t.renderChildren(e.content),"```"].join(` +`):`\`\`\`${r} + +\`\`\``,n},addCommands(){return{setCodeBlock:e=>({commands:t})=>t.setNode(this.name,e),toggleCodeBlock:e=>({commands:t})=>t.toggleNode(this.name,`paragraph`,e)}},addKeyboardShortcuts(){return{"Mod-Alt-c":()=>this.editor.commands.toggleCodeBlock(),Backspace:()=>{let{empty:e,$anchor:t}=this.editor.state.selection,n=t.pos===1;return!e||t.parent.type.name!==this.name?!1:n||!t.parent.textContent.length?this.editor.commands.clearNodes():!1},Tab:({editor:e})=>{if(!this.options.enableTabIndentation)return!1;let t=this.options.tabSize??Ef,{state:n}=e,{selection:r}=n,{$from:i,empty:a}=r;if(i.parent.type!==this.type)return!1;let o=` `.repeat(t);return a?e.commands.insertContent(o):e.commands.command(({tr:e})=>{let{from:t,to:i}=r,a=n.doc.textBetween(t,i,` +`,` +`).split(` +`).map(e=>o+e).join(` +`);return e.replaceWith(t,i,n.schema.text(a)),!0})},"Shift-Tab":({editor:e})=>{if(!this.options.enableTabIndentation)return!1;let t=this.options.tabSize??Ef,{state:n}=e,{selection:r}=n,{$from:i,empty:a}=r;return i.parent.type===this.type?a?e.commands.command(({tr:e})=>{let{pos:r}=i,a=i.start(),o=i.end(),s=n.doc.textBetween(a,o,` +`,` +`).split(` +`),c=0,l=0,u=r-a;for(let e=0;e=u){c=e;break}l+=s[e].length+1}let d=s[c].match(/^ */)?.[0]||``,f=Math.min(d.length,t);if(f===0)return!0;let p=a;for(let e=0;e{let{from:i,to:a}=r,o=n.doc.textBetween(i,a,` +`,` +`).split(` +`).map(e=>{let n=e.match(/^ */)?.[0]||``,r=Math.min(n.length,t);return e.slice(r)}).join(` +`);return e.replaceWith(i,a,n.schema.text(o)),!0}):!1},Enter:({editor:e})=>{if(!this.options.exitOnTripleEnter)return!1;let{state:t}=e,{selection:n}=t,{$from:r,empty:i}=n;if(!i||r.parent.type!==this.type)return!1;let a=r.parentOffset===r.parent.nodeSize-2,o=r.parent.textContent.endsWith(` + +`);return!a||!o?!1:e.chain().command(({tr:e})=>(e.delete(r.pos-2,r.pos),!0)).exitCode().run()},ArrowDown:({editor:e})=>{if(!this.options.exitOnArrowDown)return!1;let{state:t}=e,{selection:n,doc:r}=t,{$from:i,empty:a}=n;if(!a||i.parent.type!==this.type||i.parentOffset!==i.parent.nodeSize-2)return!1;let o=i.after();return o===void 0?!1:r.nodeAt(o)?e.commands.command(({tr:e})=>(e.setSelection(A.near(r.resolve(o))),!0)):e.commands.exitCode()}}},addInputRules(){return[Xd({find:Df,type:this.type,getAttributes:e=>({language:e[1]})}),Xd({find:Of,type:this.type,getAttributes:e=>({language:e[1]})})]},addProseMirrorPlugins(){return[new N({key:new P(`codeBlockVSCodeHandler`),props:{handlePaste:(e,t)=>{if(!t.clipboardData||this.editor.isActive(this.type.name))return!1;let n=t.clipboardData.getData(`text/plain`),r=t.clipboardData.getData(`vscode-editor-data`),i=(r?JSON.parse(r):void 0)?.mode;if(!n||!i)return!1;let{tr:a,schema:o}=e.state,s=o.text(n.replace(/\r\n?/g,` +`));return a.replaceSelectionWith(this.type.create({language:i},s)),a.selection.$from.parent.type!==this.type&&a.setSelection(j.near(a.doc.resolve(Math.max(0,a.selection.from-2)))),a.setMeta(`paste`,!0),e.dispatch(a),!0}}})]}}),Af=G.create({name:`doc`,topNode:!0,content:`block+`,renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` + +`):``}),jf=G.create({name:`hardBreak`,markdownTokenName:`br`,addOptions(){return{keepMarks:!0,HTMLAttributes:{}}},inline:!0,group:`inline`,selectable:!1,linebreakReplacement:!0,parseHTML(){return[{tag:`br`}]},renderHTML({HTMLAttributes:e}){return[`br`,U(this.options.HTMLAttributes,e)]},renderText(){return` +`},renderMarkdown:()=>` +`,parseMarkdown:()=>({type:`hardBreak`}),addCommands(){return{setHardBreak:()=>({commands:e,chain:t,state:n,editor:r})=>e.first([()=>e.exitCode(),()=>e.command(()=>{let{selection:e,storedMarks:i}=n;if(e.$from.parent.type.spec.isolating)return!1;let{keepMarks:a}=this.options,{splittableMarks:o}=r.extensionManager,s=i||e.$to.parentOffset&&e.$from.marks();return t().insertContent({type:this.name}).command(({tr:e,dispatch:t})=>{if(t&&s&&a){let t=s.filter(e=>o.includes(e.type.name));e.ensureMarks(t)}return!0}).run()})])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),Mf=G.create({name:`heading`,addOptions(){return{levels:[1,2,3,4,5,6],HTMLAttributes:{}}},content:`inline*`,group:`block`,defining:!0,addAttributes(){return{level:{default:1,rendered:!1}}},parseHTML(){return this.options.levels.map(e=>({tag:`h${e}`,attrs:{level:e}}))},renderHTML({node:e,HTMLAttributes:t}){return[`h${this.options.levels.includes(e.attrs.level)?e.attrs.level:this.options.levels[0]}`,U(this.options.HTMLAttributes,t),0]},parseMarkdown:(e,t)=>t.createNode(`heading`,{level:e.depth||1},t.parseInline(e.tokens||[])),renderMarkdown:(e,t)=>{let n=e.attrs?.level?parseInt(e.attrs.level,10):1,r=`#`.repeat(n);return e.content?`${r} ${t.renderChildren(e.content)}`:``},addCommands(){return{setHeading:e=>({commands:t})=>this.options.levels.includes(e.level)?t.setNode(this.name,e):!1,toggleHeading:e=>({commands:t})=>this.options.levels.includes(e.level)?t.toggleNode(this.name,`paragraph`,e):!1}},addKeyboardShortcuts(){return this.options.levels.reduce((e,t)=>({...e,[`Mod-Alt-${t}`]:()=>this.editor.commands.toggleHeading({level:t})}),{})},addInputRules(){return this.options.levels.map(e=>Xd({find:RegExp(`^(#{${Math.min(...this.options.levels)},${e}})\\s$`),type:this.type,getAttributes:{level:e}}))}}),Nf=G.create({name:`horizontalRule`,addOptions(){return{HTMLAttributes:{},nextNodeType:`paragraph`}},group:`block`,parseHTML(){return[{tag:`hr`}]},renderHTML({HTMLAttributes:e}){return[`hr`,U(this.options.HTMLAttributes,e)]},markdownTokenName:`hr`,parseMarkdown:(e,t)=>t.createNode(`horizontalRule`),renderMarkdown:()=>`---`,addCommands(){return{setHorizontalRule:()=>({chain:e,state:t})=>{if(!Qd(t,t.schema.nodes[this.name]))return!1;let{selection:n}=t,{$to:r}=n,i=e();return Bu(n)?i.insertContentAt(r.pos,{type:this.name}):i.insertContent({type:this.name}),i.command(({state:e,tr:t,dispatch:n})=>{if(n){let{$to:n}=t.selection,r=n.end();if(n.nodeAfter)n.nodeAfter.isTextblock?t.setSelection(j.create(t.doc,n.pos+1)):n.nodeAfter.isBlock?t.setSelection(M.create(t.doc,n.pos)):t.setSelection(j.create(t.doc,n.pos));else{let i=(e.schema.nodes[this.options.nextNodeType]||n.parent.type.contentMatch.defaultType)?.create();i&&(t.insert(r,i),t.setSelection(j.create(t.doc,r+1)))}t.scrollIntoView()}return!0}).run()}}},addInputRules(){return[Yd({find:/^(?:---|—-|___\s|\*\*\*\s)$/,type:this.type})]}}),Pf=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/,Ff=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g,If=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/,Lf=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))/g,Rf=wd.create({name:`italic`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`em`},{tag:`i`,getAttrs:e=>e.style.fontStyle!==`normal`&&null},{style:`font-style=normal`,clearMark:e=>e.type.name===this.name},{style:`font-style=italic`}]},renderHTML({HTMLAttributes:e}){return[`em`,U(this.options.HTMLAttributes,e),0]},addCommands(){return{setItalic:()=>({commands:e})=>e.setMark(this.name),toggleItalic:()=>({commands:e})=>e.toggleMark(this.name),unsetItalic:()=>({commands:e})=>e.unsetMark(this.name)}},markdownTokenName:`em`,parseMarkdown:(e,t)=>t.applyMark(`italic`,t.parseInline(e.tokens||[])),markdownOptions:{htmlReopen:{open:``,close:``}},renderMarkdown:(e,t)=>`*${t.renderChildren(e)}*`,addKeyboardShortcuts(){return{"Mod-i":()=>this.editor.commands.toggleItalic(),"Mod-I":()=>this.editor.commands.toggleItalic()}},addInputRules(){return[Jd({find:Pf,type:this.type}),Jd({find:If,type:this.type})]},addPasteRules(){return[uf({find:Ff,type:this.type}),uf({find:Lf,type:this.type})]}}),zf=`aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2`,Bf=`ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2`,Vf=`numeric`,Hf=`ascii`,Uf=`alpha`,Wf=`asciinumeric`,Gf=`alphanumeric`,Kf=`domain`,qf=`emoji`,Jf=`scheme`,Yf=`slashscheme`,Xf=`whitespace`;function Zf(e,t){return e in t||(t[e]=[]),t[e]}function Qf(e,t,n){t[Vf]&&(t[Wf]=!0,t[Gf]=!0),t[Hf]&&(t[Wf]=!0,t[Uf]=!0),t[Wf]&&(t[Gf]=!0),t[Uf]&&(t[Gf]=!0),t[Gf]&&(t[Kf]=!0),t[qf]&&(t[Kf]=!0);for(let r in t){let t=Zf(r,n);t.indexOf(e)<0&&t.push(e)}}function $f(e,t){let n={};for(let r in t)t[r].indexOf(e)>=0&&(n[r]=!0);return n}function ep(e=null){this.j={},this.jr=[],this.jd=null,this.t=e}ep.groups={},ep.prototype={accepts(){return!!this.t},go(e){let t=this,n=t.j[e];if(n)return n;for(let n=0;ne.ta(t,n,r,i),q=(e,t,n,r,i)=>e.tr(t,n,r,i),tp=(e,t,n,r,i)=>e.ts(t,n,r,i),J=(e,t,n,r,i)=>e.tt(t,n,r,i),np=`WORD`,rp=`UWORD`,ip=`ASCIINUMERICAL`,ap=`ALPHANUMERICAL`,op=`LOCALHOST`,sp=`TLD`,cp=`UTLD`,lp=`SCHEME`,up=`SLASH_SCHEME`,dp=`NUM`,fp=`WS`,pp=`NL`,mp=`OPENBRACE`,hp=`CLOSEBRACE`,gp=`OPENBRACKET`,_p=`CLOSEBRACKET`,vp=`OPENPAREN`,yp=`CLOSEPAREN`,bp=`OPENANGLEBRACKET`,xp=`CLOSEANGLEBRACKET`,Sp=`FULLWIDTHLEFTPAREN`,Cp=`FULLWIDTHRIGHTPAREN`,wp=`LEFTCORNERBRACKET`,Tp=`RIGHTCORNERBRACKET`,Ep=`LEFTWHITECORNERBRACKET`,Dp=`RIGHTWHITECORNERBRACKET`,Op=`FULLWIDTHLESSTHAN`,kp=`FULLWIDTHGREATERTHAN`,Ap=`AMPERSAND`,jp=`APOSTROPHE`,Mp=`ASTERISK`,Np=`AT`,Pp=`BACKSLASH`,Fp=`BACKTICK`,Ip=`CARET`,Lp=`COLON`,Rp=`COMMA`,zp=`DOLLAR`,Bp=`DOT`,Vp=`EQUALS`,Hp=`EXCLAMATION`,Up=`HYPHEN`,Wp=`PERCENT`,Gp=`PIPE`,Kp=`PLUS`,qp=`POUND`,Jp=`QUERY`,Yp=`QUOTE`,Xp=`FULLWIDTHMIDDLEDOT`,Zp=`SEMI`,Qp=`SLASH`,$p=`TILDE`,em=`UNDERSCORE`,tm=`EMOJI`,nm=`SYM`,rm=Object.freeze({__proto__:null,ALPHANUMERICAL:ap,AMPERSAND:Ap,APOSTROPHE:jp,ASCIINUMERICAL:ip,ASTERISK:Mp,AT:Np,BACKSLASH:Pp,BACKTICK:Fp,CARET:Ip,CLOSEANGLEBRACKET:xp,CLOSEBRACE:hp,CLOSEBRACKET:_p,CLOSEPAREN:yp,COLON:Lp,COMMA:Rp,DOLLAR:zp,DOT:Bp,EMOJI:tm,EQUALS:Vp,EXCLAMATION:Hp,FULLWIDTHGREATERTHAN:kp,FULLWIDTHLEFTPAREN:Sp,FULLWIDTHLESSTHAN:Op,FULLWIDTHMIDDLEDOT:Xp,FULLWIDTHRIGHTPAREN:Cp,HYPHEN:Up,LEFTCORNERBRACKET:wp,LEFTWHITECORNERBRACKET:Ep,LOCALHOST:op,NL:pp,NUM:dp,OPENANGLEBRACKET:bp,OPENBRACE:mp,OPENBRACKET:gp,OPENPAREN:vp,PERCENT:Wp,PIPE:Gp,PLUS:Kp,POUND:qp,QUERY:Jp,QUOTE:Yp,RIGHTCORNERBRACKET:Tp,RIGHTWHITECORNERBRACKET:Dp,SCHEME:lp,SEMI:Zp,SLASH:Qp,SLASH_SCHEME:up,SYM:nm,TILDE:$p,TLD:sp,UNDERSCORE:em,UTLD:cp,UWORD:rp,WORD:np,WS:fp}),im=/[a-z]/,am=/\p{L}/u,om=/\p{Emoji}/u,sm=/\d/,cm=/\s/,lm=`\r`,um=` +`,dm=`️`,fm=`‍`,pm=``,mm=null,hm=null;function gm(e=[]){let t={};ep.groups=t;let n=new ep;mm??=bm(zf),hm??=bm(Bf),J(n,`'`,jp),J(n,`{`,mp),J(n,`}`,hp),J(n,`[`,gp),J(n,`]`,_p),J(n,`(`,vp),J(n,`)`,yp),J(n,`<`,bp),J(n,`>`,xp),J(n,`(`,Sp),J(n,`)`,Cp),J(n,`「`,wp),J(n,`」`,Tp),J(n,`『`,Ep),J(n,`』`,Dp),J(n,`<`,Op),J(n,`>`,kp),J(n,`&`,Ap),J(n,`*`,Mp),J(n,`@`,Np),J(n,"`",Fp),J(n,`^`,Ip),J(n,`:`,Lp),J(n,`,`,Rp),J(n,`$`,zp),J(n,`.`,Bp),J(n,`=`,Vp),J(n,`!`,Hp),J(n,`-`,Up),J(n,`%`,Wp),J(n,`|`,Gp),J(n,`+`,Kp),J(n,`#`,qp),J(n,`?`,Jp),J(n,`"`,Yp),J(n,`/`,Qp),J(n,`;`,Zp),J(n,`~`,$p),J(n,`_`,em),J(n,`\\`,Pp),J(n,`・`,Xp);let r=q(n,sm,dp,{[Vf]:!0});q(r,sm,r);let i=q(r,im,ip,{[Wf]:!0}),a=q(r,am,ap,{[Gf]:!0}),o=q(n,im,np,{[Hf]:!0});q(o,sm,i),q(o,im,o),q(i,sm,i),q(i,im,i);let s=q(n,am,rp,{[Uf]:!0});q(s,im),q(s,sm,a),q(s,am,s),q(a,sm,a),q(a,im),q(a,am,a);let c=J(n,um,pp,{[Xf]:!0}),l=J(n,lm,fp,{[Xf]:!0}),u=q(n,cm,fp,{[Xf]:!0});J(n,pm,u),J(l,um,c),J(l,pm,u),q(l,cm,u),J(u,lm),J(u,um),q(u,cm,u),J(u,pm,u);let d=q(n,om,tm,{[qf]:!0});J(d,`#`),q(d,om,d),J(d,dm,d);let f=J(d,fm);J(f,`#`),q(f,om,d);let p=[[im,o],[sm,i]],m=[[im,null],[am,s],[sm,a]];for(let e=0;ee[0]>t[0]?1:-1);for(let t=0;t=0?i[Kf]=!0:im.test(r)?sm.test(r)?i[Wf]=!0:i[Hf]=!0:i[Vf]=!0,tp(n,r,r,i)}return tp(n,`localhost`,op,{ascii:!0}),n.jd=new ep(nm),{start:n,tokens:Object.assign({groups:t},rm)}}function _m(e,t){let n=vm(t.replace(/[A-Z]/g,e=>e.toLowerCase())),r=n.length,i=[],a=0,o=0;for(;o=0&&(d+=n[o].length,f++),l+=n[o].length,a+=n[o].length,o++;a-=d,o-=f,l-=d,i.push({t:u.t,v:t.slice(a-l,a),s:a-l,e:a})}return i}function vm(e){let t=[],n=e.length,r=0;for(;r56319||r+1===n||(a=e.charCodeAt(r+1))<56320||a>57343?e[r]:e.slice(r,r+2);t.push(o),r+=o.length}return t}function ym(e,t,n,r,i){let a,o=t.length;for(let n=0;n=0;)i++;if(i>0){t.push(n.join(``));for(let t=parseInt(e.substring(r,r+i),10);t>0;t--)n.pop();r+=i}else n.push(e[r]),r++}return t}var xm={defaultProtocol:`http`,events:null,format:Cm,formatHref:Cm,nl2br:!1,tagName:`a`,target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null};function Sm(e,t=null){let n=Object.assign({},xm);e&&(n=Object.assign(n,e instanceof Sm?e.o:e));let r=n.ignoreTags,i=[];for(let e=0;en?r.substring(0,n)+`…`:r},toFormattedHref(e){return e.get(`formatHref`,this.toHref(e.get(`defaultProtocol`)),this)},startIndex(){return this.tk[0].s},endIndex(){return this.tk[this.tk.length-1].e},toObject(e=xm.defaultProtocol){return{type:this.t,value:this.toString(),isLink:this.isLink,href:this.toHref(e),start:this.startIndex(),end:this.endIndex()}},toFormattedObject(e){return{type:this.t,value:this.toFormattedString(e),isLink:this.isLink,href:this.toFormattedHref(e),start:this.startIndex(),end:this.endIndex()}},validate(e){return e.get(`validate`,this.toString(),this)},render(e){let t=this,n=this.toHref(e.get(`defaultProtocol`)),r=e.get(`formatHref`,n,this),i=e.get(`tagName`,n,t),a=this.toFormattedString(e),o={},s=e.get(`className`,n,t),c=e.get(`target`,n,t),l=e.get(`rel`,n,t),u=e.getObj(`attributes`,n,t),d=e.getObj(`events`,n,t);return o.href=r,s&&(o.class=s),c&&(o.target=c),l&&(o.rel=l),u&&Object.assign(o,u),{tagName:i,attributes:o,content:a,eventListeners:d}}};function Tm(e,t){class n extends wm{constructor(t,n){super(t,n),this.t=e}}for(let e in t)n.prototype[e]=t[e];return n.t=e,n}var Em=Tm(`email`,{isLink:!0,toHref(){return`mailto:`+this.toString()}}),Dm=Tm(`text`),Om=Tm(`nl`),km=Tm(`url`,{isLink:!0,toHref(e=xm.defaultProtocol){return this.hasProtocol()?this.v:`${e}://${this.v}`},hasProtocol(){let e=this.tk;return e.length>=2&&e[0].t!==op&&e[1].t===Lp}}),Am=e=>new ep(e);function jm({groups:e}){let t=e.domain.concat([Ap,Mp,Np,Pp,Fp,Ip,zp,Vp,Up,dp,Wp,Gp,Kp,qp,Qp,nm,$p,em]),n=[jp,Lp,Rp,Bp,Hp,Wp,Jp,Yp,Zp,bp,xp,mp,hp,_p,gp,vp,yp,Sp,Cp,wp,Tp,Ep,Dp,Op,kp],r=[Ap,jp,Mp,Pp,Fp,Ip,zp,Vp,Up,mp,hp,Wp,Gp,Kp,qp,Jp,Qp,nm,$p,em],i=Am(),a=J(i,$p);K(a,r,a),K(a,e.domain,a);let o=Am(),s=Am(),c=Am();K(i,e.domain,o),K(i,e.scheme,s),K(i,e.slashscheme,c),K(o,r,a),K(o,e.domain,o);let l=J(o,Np);J(a,Np,l),J(s,Np,l),J(c,Np,l);let u=J(a,Bp);K(u,r,a),K(u,e.domain,a);let d=Am();K(l,e.domain,d),K(d,e.domain,d);let f=J(d,Bp);K(f,e.domain,d);let p=Am(Em);K(f,e.tld,p),K(f,e.utld,p),J(l,op,p);let m=J(d,Up);J(m,Up,m),K(m,e.domain,d),K(p,e.domain,d),J(p,Bp,f),J(p,Up,m),K(J(p,Lp),e.numeric,Em);let h=J(o,Up),g=J(o,Bp);J(h,Up,h),K(h,e.domain,o),K(g,r,a),K(g,e.domain,o);let _=Am(km);K(g,e.tld,_),K(g,e.utld,_),K(_,e.domain,o),K(_,r,a),J(_,Bp,g),J(_,Up,h),J(_,Np,l);let ee=J(_,Lp),v=Am(km);K(ee,e.numeric,v);let y=Am(km),b=Am();K(y,t,y),K(y,n,b),K(b,t,y),K(b,n,b),J(_,Qp,y),J(v,Qp,y);let te=J(s,Lp),ne=J(J(J(c,Lp),Qp),Qp);K(s,e.domain,o),J(s,Bp,g),J(s,Up,h),K(c,e.domain,o),J(c,Bp,g),J(c,Up,h),K(te,e.domain,y),J(te,Qp,y),J(te,Jp,y),K(ne,e.domain,y),K(ne,t,y),J(ne,Qp,y);let x=[[mp,hp],[gp,_p],[vp,yp],[bp,xp],[Sp,Cp],[wp,Tp],[Ep,Dp],[Op,kp]];for(let e=0;e=0&&f++,i++,u++;if(f<0)i-=u,i0&&(a.push(Nm(Dm,t,o)),o=[]),i-=f,u-=f;let e=d.t,r=n.slice(i-u,i);a.push(Nm(e,t,r))}}return o.length>0&&a.push(Nm(Dm,t,o)),a}function Nm(e,t,n){let r=n[0].s,i=n[n.length-1].e;return new e(t.slice(r,i),n)}var Pm=typeof console<`u`&&console&&console.warn||(()=>{}),Fm=`until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.`,Y={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1};function Im(){return ep.groups={},Y.scanner=null,Y.parser=null,Y.tokenQueue=[],Y.pluginQueue=[],Y.customSchemes=[],Y.initialized=!1,Y}function Lm(e,t=!1){if(Y.initialized&&Pm(`linkifyjs: already initialized - will not register custom scheme "${e}" ${Fm}`),!/^[0-9a-z]+(-[0-9a-z]+)*$/.test(e))throw Error(`linkifyjs: incorrect scheme format. +1. Must only contain digits, lowercase ASCII letters or "-" +2. Cannot start or end with "-" +3. "-" cannot repeat`);Y.customSchemes.push([e,t])}function Rm(){Y.scanner=gm(Y.customSchemes);for(let e=0;e{let i=t.some(e=>e.docChanged)&&!n.doc.eq(r.doc),a=t.some(e=>e.getMeta(`preventAutolink`));if(!i||a)return;let{tr:o}=r;if(Du(Ql(n.doc,[...t])).forEach(({newRange:t})=>{let n=eu(r.doc,t,e=>e.isTextblock),i,a;if(n.length>1)i=n[0],a=r.doc.textBetween(i.pos,i.pos+i.node.nodeSize,void 0,` `);else if(n.length){let e=r.doc.textBetween(t.from,t.to,` `,` `);if(!Um.test(e))return;i=n[0],a=r.doc.textBetween(i.pos,t.to,void 0,` `)}if(i&&a){let t=a.split(Hm).filter(Boolean);if(t.length<=0)return!1;let n=t[t.length-1],s=i.pos+a.lastIndexOf(n);if(!n)return!1;let c=zm(n).map(t=>t.toObject(e.defaultProtocol));if(!Gm(c))return!1;c.filter(e=>e.isLink).map(e=>({...e,from:s+e.start+1,to:s+e.end+1})).filter(e=>r.schema.marks.code?!r.doc.rangeHasMark(e.from,e.to,r.schema.marks.code):!0).filter(t=>e.validate(t.value)).filter(t=>e.shouldAutoLink(t.value)).forEach(t=>{Ou(t.from,t.to,r.doc).some(t=>t.mark.type===e.type)||o.addMark(t.from,t.to,e.type.create({href:t.href}))})}}),o.steps.length)return o}})}function qm(e){return new N({key:new P(`handleClickLink`),props:{handleClick:(t,n,r)=>{if(r.button!==0||!t.editable)return!1;let i=null;if(r.target instanceof HTMLAnchorElement)i=r.target;else{let t=r.target;if(!t)return!1;let n=e.editor.view.dom;i=t.closest(`a`),i&&!n.contains(i)&&(i=null)}if(!i)return!1;let a=!1;if(e.enableClickSelection&&(a=e.editor.commands.extendMarkRange(e.type.name)),e.openOnClick){let n=wu(t.state,e.type.name),r=i.href??n.href,o=i.target??n.target;r&&(window.open(r,o),a=!0)}return a}}})}function Jm(e){return new N({key:new P(`handlePasteLink`),props:{handlePaste:(t,n,r)=>{let{shouldAutoLink:i}=e,{state:a}=t,{selection:o}=a,{empty:s}=o;if(s)return!1;let c=``;r.content.forEach(e=>{c+=e.textContent});let l=Bm(c,{defaultProtocol:e.defaultProtocol}).find(e=>e.isLink&&e.value===c);return!c||!l||i!==void 0&&!i(l.value)?!1:e.editor.commands.setMark(e.type,{href:l.href})}}})}function Ym(e,t){let n=[`http`,`https`,`ftp`,`ftps`,`mailto`,`tel`,`callto`,`sms`,`cid`,`xmpp`];return t&&t.forEach(e=>{let t=typeof e==`string`?e:e.scheme;t&&n.push(t)}),!e||e.replace(Wm,``).match(RegExp(`^(?:(?:${n.join(`|`)}):|[^a-z]|[a-z0-9+.-]+(?:[^a-z+.-:]|$))`,`i`))}var Xm=wd.create({name:`link`,priority:1e3,keepOnSplit:!1,exitable:!0,onCreate(){this.options.validate&&!this.options.shouldAutoLink&&(this.options.shouldAutoLink=this.options.validate,console.warn("The `validate` option is deprecated. Rename to the `shouldAutoLink` option instead.")),this.options.protocols.forEach(e=>{if(typeof e==`string`){Lm(e);return}Lm(e.scheme,e.optionalSlashes)})},onDestroy(){Im()},inclusive(){return this.options.autolink},addOptions(){return{openOnClick:!0,enableClickSelection:!1,linkOnPaste:!0,autolink:!0,protocols:[],defaultProtocol:`http`,HTMLAttributes:{target:`_blank`,rel:`noopener noreferrer nofollow`,class:null},isAllowedUri:(e,t)=>!!Ym(e,t.protocols),validate:e=>!!e,shouldAutoLink:e=>{let t=/^[a-z][a-z0-9+.-]*:\/\//i.test(e),n=/^[a-z][a-z0-9+.-]*:/i.test(e);if(t||n&&!e.includes(`@`))return!0;let r=(e.includes(`@`)?e.split(`@`).pop():e).split(/[/?#:]/)[0];return!(/^\d{1,3}(\.\d{1,3}){3}$/.test(r)||!/\./.test(r))}}},addAttributes(){return{href:{default:null,parseHTML(e){return e.getAttribute(`href`)}},target:{default:this.options.HTMLAttributes.target},rel:{default:this.options.HTMLAttributes.rel},class:{default:this.options.HTMLAttributes.class},title:{default:null}}},parseHTML(){return[{tag:`a[href]`,getAttrs:e=>{let t=e.getAttribute(`href`);return!t||!this.options.isAllowedUri(t,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:null}}]},renderHTML({HTMLAttributes:e}){return this.options.isAllowedUri(e.href,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?[`a`,U(this.options.HTMLAttributes,e),0]:[`a`,U(this.options.HTMLAttributes,{...e,href:``}),0]},markdownTokenName:`link`,parseMarkdown:(e,t)=>t.applyMark(`link`,t.parseInline(e.tokens||[]),{href:e.href,title:e.title||null}),renderMarkdown:(e,t)=>{let n=e.attrs?.href??``,r=e.attrs?.title??``,i=t.renderChildren(e);return r?`[${i}](${n} "${r}")`:`[${i}](${n})`},addCommands(){return{setLink:e=>({chain:t})=>{let{href:n}=e;return this.options.isAllowedUri(n,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?t().setMark(this.name,e).setMeta(`preventAutolink`,!0).run():!1},toggleLink:e=>({chain:t})=>{let{href:n}=e||{};return n&&!this.options.isAllowedUri(n,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:t().toggleMark(this.name,e,{extendEmptyMarkRange:!0}).setMeta(`preventAutolink`,!0).run()},unsetLink:()=>({chain:e})=>e().unsetMark(this.name,{extendEmptyMarkRange:!0}).setMeta(`preventAutolink`,!0).run()}},addPasteRules(){return[uf({find:e=>{let t=[];if(e){let{protocols:n,defaultProtocol:r}=this.options,i=Bm(e).filter(e=>e.isLink&&this.options.isAllowedUri(e.value,{defaultValidate:e=>!!Ym(e,n),protocols:n,defaultProtocol:r}));i.length&&i.forEach(e=>{this.options.shouldAutoLink(e.value)&&t.push({text:e.value,data:{href:e.href},index:e.start})})}return t},type:this.type,getAttributes:e=>({href:e.data?.href})})]},addProseMirrorPlugins(){let e=[],{protocols:t,defaultProtocol:n}=this.options;return this.options.autolink&&e.push(Km({type:this.type,defaultProtocol:this.options.defaultProtocol,validate:e=>this.options.isAllowedUri(e,{defaultValidate:e=>!!Ym(e,t),protocols:t,defaultProtocol:n}),shouldAutoLink:this.options.shouldAutoLink})),e.push(qm({type:this.type,editor:this.editor,openOnClick:this.options.openOnClick===`whenNotEditable`?!0:this.options.openOnClick,enableClickSelection:this.options.enableClickSelection})),this.options.linkOnPaste&&e.push(Jm({editor:this.editor,defaultProtocol:this.options.defaultProtocol,type:this.type,shouldAutoLink:this.options.shouldAutoLink})),e}}),Zm=Object.defineProperty,Qm=(e,t)=>{for(var n in t)Zm(e,n,{get:t[n],enumerable:!0})},$m=`listItem`,eh=`textStyle`,th=/^\s*([-+*])\s$/,nh=G.create({name:`bulletList`,addOptions(){return{itemTypeName:`listItem`,HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:`block list`,content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul`}]},renderHTML({HTMLAttributes:e}){return[`ul`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`list`,parseMarkdown:(e,t)=>e.type!==`list`||e.ordered?[]:{type:`bulletList`,content:e.items?t.parseChildren(e.items):[]},renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` +`):``,markdownOptions:{indentsContent:!0},addCommands(){return{toggleBulletList:()=>({commands:e,chain:t})=>this.options.keepAttributes?t().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes($m,this.editor.getAttributes(eh)).run():e.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-8":()=>this.editor.commands.toggleBulletList()}},addInputRules(){let e=Zd({find:th,type:this.type});return(this.options.keepMarks||this.options.keepAttributes)&&(e=Zd({find:th,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:()=>this.editor.getAttributes(eh),editor:this.editor})),[e]}}),rh=G.create({name:`listItem`,addOptions(){return{HTMLAttributes:{},bulletListTypeName:`bulletList`,orderedListTypeName:`orderedList`}},content:`paragraph block*`,defining:!0,parseHTML(){return[{tag:`li`}]},renderHTML({HTMLAttributes:e}){return[`li`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`list_item`,parseMarkdown:(e,t)=>{if(e.type!==`list_item`)return[];let n=t.parseBlockChildren??t.parseChildren,r=[];if(e.tokens&&e.tokens.length>0)if(e.tokens.some(e=>e.type===`paragraph`))r=n(e.tokens);else{let i=e.tokens[0];if(i&&i.type===`text`&&i.tokens&&i.tokens.length>0){if(r=[{type:`paragraph`,content:t.parseInline(i.tokens)}],e.tokens.length>1){let t=n(e.tokens.slice(1));r.push(...t)}}else r=n(e.tokens)}return r.length===0&&(r=[{type:`paragraph`,content:[]}]),{type:`listItem`,content:r}},renderMarkdown:(e,t,n)=>cf(e,t,e=>e.parentType===`bulletList`?`- `:e.parentType===`orderedList`?`${(e.meta?.parentAttrs?.start||1)+e.index}. `:`- `,n),addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}});Qm({},{findListItemPos:()=>ih,getNextListDepth:()=>ah,handleBackspace:()=>lh,handleDelete:()=>fh,hasListBefore:()=>oh,hasListItemAfter:()=>ph,hasListItemBefore:()=>sh,listItemHasSubList:()=>ch,nextListIsDeeper:()=>uh,nextListIsHigher:()=>dh});var ih=(e,t)=>{let{$from:n}=t.selection,r=B(e,t.schema),i=null,a=n.depth,o=n.pos,s=null;for(;a>0&&s===null;)i=n.node(a),i.type===r?s=a:(--a,--o);return s===null?null:{$pos:t.doc.resolve(o),depth:s}},ah=(e,t)=>{let n=ih(e,t);if(!n)return!1;let[,r]=ku(t,e,n.$pos.pos+4);return r},oh=(e,t,n)=>{let{$anchor:r}=e.selection,i=Math.max(0,r.pos-2),a=e.doc.resolve(i).node();return!(!a||!n.includes(a.type.name))},sh=(e,t)=>{let{$anchor:n}=t.selection,r=t.doc.resolve(n.pos-2);return!(r.index()===0||r.nodeBefore?.type.name!==e)},ch=(e,t,n)=>{if(!n)return!1;let r=B(e,t.schema),i=!1;return n.descendants(e=>{e.type===r&&(i=!0)}),i},lh=(e,t,n)=>{if(e.commands.undoInputRule())return!0;if(e.state.selection.from!==e.state.selection.to)return!1;if(!Pl(e.state,t)&&oh(e.state,t,n)){let{$anchor:n}=e.state.selection,r=e.state.doc.resolve(n.before()-1),i=[];r.node().descendants((e,n)=>{e.type.name===t&&i.push({node:e,pos:n})});let a=i.at(-1);if(!a)return!1;let o=e.state.doc.resolve(r.start()+a.pos+1);return e.chain().cut({from:n.start()-1,to:n.end()+1},o.end()).joinForward().run()}if(!Pl(e.state,t)||!Iu(e.state))return!1;let r=ih(t,e.state);if(!r)return!1;let i=e.state.doc.resolve(r.$pos.pos-2).node(r.depth),a=ch(t,e.state,i);return sh(t,e.state)&&!a?e.commands.joinItemBackward():e.chain().liftListItem(t).run()},uh=(e,t)=>{let n=ah(e,t),r=ih(e,t);return!r||!n?!1:n>r.depth},dh=(e,t)=>{let n=ah(e,t),r=ih(e,t);return!r||!n?!1:n{if(!Pl(e.state,t)||!Fu(e.state,t))return!1;let{selection:n}=e.state,{$from:r,$to:i}=n;return!n.empty&&r.sameParent(i)?!1:uh(t,e.state)?e.chain().focus(e.state.selection.from+4).lift(t).joinBackward().run():dh(t,e.state)?e.chain().joinForward().joinBackward().run():e.commands.joinItemForward()},ph=(e,t)=>{let{$anchor:n}=t.selection,r=t.doc.resolve(n.pos-n.parentOffset-2);return!(r.index()===r.parent.childCount-1||r.nodeAfter?.type.name!==e)},mh=W.create({name:`listKeymap`,addOptions(){return{listTypes:[{itemName:`listItem`,wrapperNames:[`bulletList`,`orderedList`]},{itemName:`taskItem`,wrapperNames:[`taskList`]}]}},addKeyboardShortcuts(){return{Delete:({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n})=>{e.state.schema.nodes[n]!==void 0&&fh(e,n)&&(t=!0)}),t},"Mod-Delete":({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n})=>{e.state.schema.nodes[n]!==void 0&&fh(e,n)&&(t=!0)}),t},Backspace:({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{e.state.schema.nodes[n]!==void 0&&lh(e,n,r)&&(t=!0)}),t},"Mod-Backspace":({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{e.state.schema.nodes[n]!==void 0&&lh(e,n,r)&&(t=!0)}),t}}}}),hh=/^(\s*)(\d+)\.\s+(.*)$/,gh=/^\s/;function _h(e){let t=[],n=0,r=0;for(;nt;)d.push(e[u]),u+=1;if(d.length>0){let e=vh(d,Math.min(...d.map(e=>e.indent)),n);c.push({type:`list`,ordered:!0,start:d[0].number,items:e,raw:d.map(e=>e.raw).join(` +`)})}r.push({type:`list_item`,raw:a.raw,tokens:c}),i=u}else i+=1}return r}function yh(e,t){return e.map(e=>{if(e.type!==`list_item`)return t.parseChildren([e])[0];let n=[];return e.tokens&&e.tokens.length>0&&e.tokens.forEach(e=>{if(e.type===`paragraph`||e.type===`list`||e.type===`blockquote`||e.type===`code`)n.push(...t.parseChildren([e]));else if(e.type===`text`&&e.tokens){let r=t.parseChildren([e]);n.push({type:`paragraph`,content:r})}else{let r=t.parseChildren([e]);r.length>0&&n.push(...r)}}),{type:`listItem`,content:n}})}var bh=`listItem`,xh=`textStyle`,Sh=/^(\d+)\.\s$/,Ch=G.create({name:`orderedList`,addOptions(){return{itemTypeName:`listItem`,HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:`block list`,content(){return`${this.options.itemTypeName}+`},addAttributes(){return{start:{default:1,parseHTML:e=>e.hasAttribute(`start`)?parseInt(e.getAttribute(`start`)||``,10):1},type:{default:null,parseHTML:e=>e.getAttribute(`type`)}}},parseHTML(){return[{tag:`ol`}]},renderHTML({HTMLAttributes:e}){let{start:t,...n}=e;return t===1?[`ol`,U(this.options.HTMLAttributes,n),0]:[`ol`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`list`,parseMarkdown:(e,t)=>{if(e.type!==`list`||!e.ordered)return[];let n=e.start||1,r=e.items?yh(e.items,t):[];return n===1?{type:`orderedList`,content:r}:{type:`orderedList`,attrs:{start:n},content:r}},renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` +`):``,markdownTokenizer:{name:`orderedList`,level:`block`,start:e=>{let t=e.match(/^(\s*)(\d+)\.\s+/)?.index;return t===void 0?-1:t},tokenize:(e,t,n)=>{let r=e.split(` +`),[i,a]=_h(r);if(i.length===0)return;let o=vh(i,0,n);if(o.length!==0)return{type:`list`,ordered:!0,start:i[0]?.number||1,items:o,raw:r.slice(0,a).join(` +`)}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleOrderedList:()=>({commands:e,chain:t})=>this.options.keepAttributes?t().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(bh,this.editor.getAttributes(xh)).run():e.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addInputRules(){let e=Zd({find:Sh,type:this.type,getAttributes:e=>({start:+e[1]}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1]});return(this.options.keepMarks||this.options.keepAttributes)&&(e=Zd({find:Sh,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:e=>({start:+e[1],...this.editor.getAttributes(xh)}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1],editor:this.editor})),[e]}}),wh=/^\s*(\[([( |x])?\])\s$/,Th=G.create({name:`taskItem`,addOptions(){return{nested:!1,HTMLAttributes:{},taskListTypeName:`taskList`,a11y:void 0}},content(){return this.options.nested?`paragraph block*`:`paragraph+`},defining:!0,addAttributes(){return{checked:{default:!1,keepOnSplit:!1,parseHTML:e=>{let t=e.getAttribute(`data-checked`);return t===``||t===`true`},renderHTML:e=>({"data-checked":e.checked})}}},parseHTML(){return[{tag:`li[data-type="${this.name}"]`,priority:51}]},renderHTML({node:e,HTMLAttributes:t}){return[`li`,U(this.options.HTMLAttributes,t,{"data-type":this.name}),[`label`,[`input`,{type:`checkbox`,checked:e.attrs.checked?`checked`:null}],[`span`]],[`div`,0]]},parseMarkdown:(e,t)=>{let n=[];if(e.tokens&&e.tokens.length>0?n.push(t.createNode(`paragraph`,{},t.parseInline(e.tokens))):e.text?n.push(t.createNode(`paragraph`,{},[t.createNode(`text`,{text:e.text})])):n.push(t.createNode(`paragraph`,{},[])),e.nestedTokens&&e.nestedTokens.length>0){let r=t.parseChildren(e.nestedTokens);n.push(...r)}return t.createNode(`taskItem`,{checked:e.checked||!1},n)},renderMarkdown:(e,t)=>cf(e,t,`- [${e.attrs?.checked?`x`:` `}] `),addKeyboardShortcuts(){let e={Enter:()=>this.editor.commands.splitListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)};return this.options.nested?{...e,Tab:()=>this.editor.commands.sinkListItem(this.name)}:e},addNodeView(){return({node:e,HTMLAttributes:t,getPos:n,editor:r})=>{let i=document.createElement(`li`),a=document.createElement(`label`),o=document.createElement(`span`),s=document.createElement(`input`),c=document.createElement(`div`),l=e=>{var t;s.ariaLabel=((t=this.options.a11y)?.checkboxLabel)?.call(t,e,s.checked)||`Task item checkbox for ${e.textContent||`empty task item`}`};l(e),a.contentEditable=`false`,s.type=`checkbox`,s.addEventListener(`mousedown`,e=>e.preventDefault()),s.addEventListener(`change`,t=>{if(!r.isEditable&&!this.options.onReadOnlyChecked){s.checked=!s.checked;return}let{checked:i}=t.target;r.isEditable&&typeof n==`function`&&r.chain().focus(void 0,{scrollIntoView:!1}).command(({tr:e})=>{let t=n();if(typeof t!=`number`)return!1;let r=e.doc.nodeAt(t);return e.setNodeMarkup(t,void 0,{...r?.attrs,checked:i}),!0}).run(),!r.isEditable&&this.options.onReadOnlyChecked&&(this.options.onReadOnlyChecked(e,i)||(s.checked=!s.checked))}),Object.entries(this.options.HTMLAttributes).forEach(([e,t])=>{i.setAttribute(e,t)}),i.dataset.checked=e.attrs.checked,s.checked=e.attrs.checked,a.append(s,o),i.append(a,c),Object.entries(t).forEach(([e,t])=>{i.setAttribute(e,t)});let u=new Set(Object.keys(t));return{dom:i,contentDOM:c,update:e=>{if(e.type!==this.type)return!1;i.dataset.checked=e.attrs.checked,s.checked=e.attrs.checked,l(e);let t=r.extensionManager.attributes,n=du(e,t),a=new Set(Object.keys(n)),o=this.options.HTMLAttributes;return u.forEach(e=>{a.has(e)||(e in o?i.setAttribute(e,o[e]):i.removeAttribute(e))}),Object.entries(n).forEach(([e,t])=>{t==null?e in o?i.setAttribute(e,o[e]):i.removeAttribute(e):i.setAttribute(e,t)}),u=a,!0}}}},addInputRules(){return[Zd({find:wh,type:this.type,getAttributes:e=>({checked:e[e.length-1]===`x`})})]}}),Eh=G.create({name:`taskList`,addOptions(){return{itemTypeName:`taskItem`,HTMLAttributes:{}}},group:`block list`,content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul[data-type="${this.name}"]`,priority:51}]},renderHTML({HTMLAttributes:e}){return[`ul`,U(this.options.HTMLAttributes,e,{"data-type":this.name}),0]},parseMarkdown:(e,t)=>t.createNode(`taskList`,{},t.parseChildren(e.items||[])),renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` +`):``,markdownTokenizer:{name:`taskList`,level:`block`,start(e){let t=e.match(/^\s*[-+*]\s+\[([ xX])\]\s+/)?.index;return t===void 0?-1:t},tokenize(e,t,n){let r=e=>{let t=sf(e,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:e=>({indentLevel:e[1].length,mainContent:e[4],checked:e[3].toLowerCase()===`x`}),createToken:(e,t)=>({type:`taskItem`,raw:``,mainContent:e.mainContent,indentLevel:e.indentLevel,checked:e.checked,text:e.mainContent,tokens:n.inlineTokens(e.mainContent),nestedTokens:t}),customNestedParser:r},n);return t?[{type:`taskList`,raw:t.raw,items:t.items}]:n.blockTokens(e)},i=sf(e,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:e=>({indentLevel:e[1].length,mainContent:e[4],checked:e[3].toLowerCase()===`x`}),createToken:(e,t)=>({type:`taskItem`,raw:``,mainContent:e.mainContent,indentLevel:e.indentLevel,checked:e.checked,text:e.mainContent,tokens:n.inlineTokens(e.mainContent),nestedTokens:t}),customNestedParser:r},n);if(i)return{type:`taskList`,raw:i.raw,items:i.items}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleTaskList:()=>({commands:e})=>e.toggleList(this.name,this.options.itemTypeName)}},addKeyboardShortcuts(){return{"Mod-Shift-9":()=>this.editor.commands.toggleTaskList()}}});W.create({name:`listKit`,addExtensions(){let e=[];return this.options.bulletList!==!1&&e.push(nh.configure(this.options.bulletList)),this.options.listItem!==!1&&e.push(rh.configure(this.options.listItem)),this.options.listKeymap!==!1&&e.push(mh.configure(this.options.listKeymap)),this.options.orderedList!==!1&&e.push(Ch.configure(this.options.orderedList)),this.options.taskItem!==!1&&e.push(Th.configure(this.options.taskItem)),this.options.taskList!==!1&&e.push(Eh.configure(this.options.taskList)),e}});var Dh=` `,Oh=`\xA0`,kh=G.create({name:`paragraph`,priority:1e3,addOptions(){return{HTMLAttributes:{}}},group:`block`,content:`inline*`,parseHTML(){return[{tag:`p`}]},renderHTML({HTMLAttributes:e}){return[`p`,U(this.options.HTMLAttributes,e),0]},parseMarkdown:(e,t)=>{let n=e.tokens||[];if(n.length===1&&n[0].type===`image`)return t.parseChildren([n[0]]);let r=t.parseInline(n);return n.length===1&&n[0].type===`text`&&(n[0].raw===Dh||n[0].text===Dh||n[0].raw===Oh||n[0].text===Oh)&&r.length===1&&r[0].type===`text`&&(r[0].text===Dh||r[0].text===Oh)?t.createNode(`paragraph`,void 0,[]):t.createNode(`paragraph`,void 0,r)},renderMarkdown:(e,t,n)=>{if(!e)return``;let r=Array.isArray(e.content)?e.content:[];if(r.length===0){let e=Array.isArray(n?.previousNode?.content)?n.previousNode.content:[];return n?.previousNode?.type===`paragraph`&&e.length===0?Dh:``}return t.renderChildren(r)},addCommands(){return{setParagraph:()=>({commands:e})=>e.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),Ah=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))$/,jh=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))/g,Mh=wd.create({name:`strike`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`s`},{tag:`del`},{tag:`strike`},{style:`text-decoration`,consuming:!1,getAttrs:e=>e.includes(`line-through`)?{}:!1}]},renderHTML({HTMLAttributes:e}){return[`s`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`del`,parseMarkdown:(e,t)=>t.applyMark(`strike`,t.parseInline(e.tokens||[])),renderMarkdown:(e,t)=>`~~${t.renderChildren(e)}~~`,addCommands(){return{setStrike:()=>({commands:e})=>e.setMark(this.name),toggleStrike:()=>({commands:e})=>e.toggleMark(this.name),unsetStrike:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-s":()=>this.editor.commands.toggleStrike()}},addInputRules(){return[Jd({find:Ah,type:this.type})]},addPasteRules(){return[uf({find:jh,type:this.type})]}}),Nh=G.create({name:`text`,group:`inline`,parseMarkdown:e=>({type:`text`,text:e.text||``}),renderMarkdown:e=>e.text||``}),Ph=wd.create({name:`underline`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`u`},{style:`text-decoration`,consuming:!1,getAttrs:e=>e.includes(`underline`)?{}:!1}]},renderHTML({HTMLAttributes:e}){return[`u`,U(this.options.HTMLAttributes,e),0]},parseMarkdown(e,t){return t.applyMark(this.name||`underline`,t.parseInline(e.tokens||[]))},renderMarkdown(e,t){return`++${t.renderChildren(e)}++`},markdownTokenizer:{name:`underline`,level:`inline`,start(e){return e.indexOf(`++`)},tokenize(e,t,n){let r=/^(\+\+)([\s\S]+?)(\+\+)/.exec(e);if(!r)return;let i=r[2].trim();return{type:`underline`,raw:r[0],text:i,tokens:n.inlineTokens(i)}}},addCommands(){return{setUnderline:()=>({commands:e})=>e.setMark(this.name),toggleUnderline:()=>({commands:e})=>e.toggleMark(this.name),unsetUnderline:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-u":()=>this.editor.commands.toggleUnderline(),"Mod-U":()=>this.editor.commands.toggleUnderline()}}});function Fh(e={}){return new N({view(t){return new Ih(t,e)}})}var Ih=class{constructor(e,t){this.editorView=e,this.cursorPos=null,this.element=null,this.timeout=-1,this.width=t.width??1,this.color=t.color===!1?void 0:t.color||`black`,this.class=t.class,this.handlers=[`dragover`,`dragend`,`drop`,`dragleave`].map(t=>{let n=e=>{this[t](e)};return e.dom.addEventListener(t,n),{name:t,handler:n}})}destroy(){this.handlers.forEach(({name:e,handler:t})=>this.editorView.dom.removeEventListener(e,t))}update(e,t){this.cursorPos!=null&&t.doc!=e.state.doc&&(this.cursorPos>e.state.doc.content.size?this.setCursor(null):this.updateOverlay())}setCursor(e){e!=this.cursorPos&&(this.cursorPos=e,e==null?(this.element.parentNode.removeChild(this.element),this.element=null):this.updateOverlay())}updateOverlay(){let e=this.editorView.state.doc.resolve(this.cursorPos),t=!e.parent.inlineContent,n,r=this.editorView.dom,i=r.getBoundingClientRect(),a=i.width/r.offsetWidth,o=i.height/r.offsetHeight;if(t){let t=e.nodeBefore,r=e.nodeAfter;if(t||r){let e=this.editorView.nodeDOM(this.cursorPos-(t?t.nodeSize:0));if(e){let i=e.getBoundingClientRect(),a=t?i.bottom:i.top;t&&r&&(a=(a+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2);let s=this.width/2*o;n={left:i.left,right:i.right,top:a-s,bottom:a+s}}}}if(!n){let e=this.editorView.coordsAtPos(this.cursorPos),t=this.width/2*a;n={left:e.left-t,right:e.left+t,top:e.top,bottom:e.bottom}}let s=this.editorView.dom.offsetParent;this.element||(this.element=s.appendChild(document.createElement(`div`)),this.class&&(this.element.className=this.class),this.element.style.cssText=`position: absolute; z-index: 50; pointer-events: none;`,this.color&&(this.element.style.backgroundColor=this.color)),this.element.classList.toggle(`prosemirror-dropcursor-block`,t),this.element.classList.toggle(`prosemirror-dropcursor-inline`,!t);let c,l;if(!s||s==document.body&&getComputedStyle(s).position==`static`)c=-pageXOffset,l=-pageYOffset;else{let e=s.getBoundingClientRect(),t=e.width/s.offsetWidth,n=e.height/s.offsetHeight;c=e.left-s.scrollLeft*t,l=e.top-s.scrollTop*n}this.element.style.left=(n.left-c)/a+`px`,this.element.style.top=(n.top-l)/o+`px`,this.element.style.width=(n.right-n.left)/a+`px`,this.element.style.height=(n.bottom-n.top)/o+`px`}scheduleRemoval(e){clearTimeout(this.timeout),this.timeout=setTimeout(()=>this.setCursor(null),e)}dragover(e){if(!this.editorView.editable)return;let t=this.editorView.posAtCoords({left:e.clientX,top:e.clientY}),n=t&&t.inside>=0&&this.editorView.state.doc.nodeAt(t.inside),r=n&&n.type.spec.disableDropCursor,i=typeof r==`function`?r(this.editorView,t,e):r;if(t&&!i){let e=t.pos;if(this.editorView.dragging&&this.editorView.dragging.slice){let t=Tn(this.editorView.state.doc,e,this.editorView.dragging.slice);t!=null&&(e=t)}this.setCursor(e),this.scheduleRemoval(5e3)}}dragend(){this.scheduleRemoval(20)}drop(){this.scheduleRemoval(20)}dragleave(e){this.editorView.dom.contains(e.relatedTarget)||this.setCursor(null)}},Lh=class e extends A{constructor(e){super(e,e)}map(t,n){let r=t.resolve(n.map(this.head));return e.valid(r)?new e(r):A.near(r)}content(){return O.empty}eq(t){return t instanceof e&&t.head==this.head}toJSON(){return{type:`gapcursor`,pos:this.head}}static fromJSON(t,n){if(typeof n.pos!=`number`)throw RangeError(`Invalid input for GapCursor.fromJSON`);return new e(t.resolve(n.pos))}getBookmark(){return new Rh(this.anchor)}static valid(e){let t=e.parent;if(t.inlineContent||!Bh(e)||!Vh(e))return!1;let n=t.type.spec.allowGapCursor;if(n!=null)return n;let r=t.contentMatchAt(e.index()).defaultType;return r&&r.isTextblock}static findGapCursorFrom(t,n,r=!1){search:for(;;){if(!r&&e.valid(t))return t;let i=t.pos,a=null;for(let r=t.depth;;r--){let o=t.node(r);if(n>0?t.indexAfter(r)0){a=o.child(n>0?t.indexAfter(r):t.index(r)-1);break}else if(r==0)return null;i+=n;let s=t.doc.resolve(i);if(e.valid(s))return s}for(;;){let o=n>0?a.firstChild:a.lastChild;if(!o){if(a.isAtom&&!a.isText&&!M.isSelectable(a)){t=t.doc.resolve(i+a.nodeSize*n),r=!1;continue search}break}a=o,i+=n;let s=t.doc.resolve(i);if(e.valid(s))return s}return null}}};Lh.prototype.visible=!1,Lh.findFrom=Lh.findGapCursorFrom,A.jsonID(`gapcursor`,Lh);var Rh=class e{constructor(e){this.pos=e}map(t){return new e(t.map(this.pos))}resolve(e){let t=e.resolve(this.pos);return Lh.valid(t)?new Lh(t):A.near(t)}};function zh(e){return e.isAtom||e.spec.isolating||e.spec.createGapCursor}function Bh(e){for(let t=e.depth;t>=0;t--){let n=e.index(t),r=e.node(t);if(n==0){if(r.type.spec.isolating)return!0;continue}for(let e=r.child(n-1);;e=e.lastChild){if(e.childCount==0&&!e.inlineContent||zh(e.type))return!0;if(e.inlineContent)return!1}}return!0}function Vh(e){for(let t=e.depth;t>=0;t--){let n=e.indexAfter(t),r=e.node(t);if(n==r.childCount){if(r.type.spec.isolating)return!0;continue}for(let e=r.child(n);;e=e.firstChild){if(e.childCount==0&&!e.inlineContent||zh(e.type))return!0;if(e.inlineContent)return!1}}return!0}function Hh(){return new N({props:{decorations:qh,createSelectionBetween(e,t,n){return t.pos==n.pos&&Lh.valid(n)?new Lh(n):null},handleClick:Gh,handleKeyDown:Uh,handleDOMEvents:{beforeinput:Kh}}})}var Uh=Ic({ArrowLeft:Wh(`horiz`,-1),ArrowRight:Wh(`horiz`,1),ArrowUp:Wh(`vert`,-1),ArrowDown:Wh(`vert`,1)});function Wh(e,t){let n=e==`vert`?t>0?`down`:`up`:t>0?`right`:`left`;return function(e,r,i){let a=e.selection,o=t>0?a.$to:a.$from,s=a.empty;if(a instanceof j){if(!i.endOfTextblock(n)||o.depth==0)return!1;s=!1,o=e.doc.resolve(t>0?o.after():o.before())}let c=Lh.findGapCursorFrom(o,t,s);return c?(r&&r(e.tr.setSelection(new Lh(c))),!0):!1}}function Gh(e,t,n){if(!e||!e.editable)return!1;let r=e.state.doc.resolve(t);if(!Lh.valid(r))return!1;let i=e.posAtCoords({left:n.clientX,top:n.clientY});return i&&i.inside>-1&&M.isSelectable(e.state.doc.nodeAt(i.inside))?!1:(e.dispatch(e.state.tr.setSelection(new Lh(r))),!0)}function Kh(e,t){if(t.inputType!=`insertCompositionText`||!(e.state.selection instanceof Lh))return!1;let{$from:n}=e.state.selection,r=n.parent.contentMatchAt(n.index()).findWrapping(e.state.schema.nodes.text);if(!r)return!1;let i=E.empty;for(let e=r.length-1;e>=0;e--)i=E.from(r[e].createAndFill(null,i));let a=e.state.tr.replace(n.pos,n.pos,new O(i,0,0));return a.setSelection(j.near(a.doc.resolve(n.pos+1))),e.dispatch(a),!1}function qh(e){if(!(e.selection instanceof Lh))return null;let t=document.createElement(`div`);return t.className=`ProseMirror-gapcursor`,R.create(e.doc,[Ps.widget(e.selection.head,t,{key:`gapcursor`})])}var Jh=200,X=function(){};X.prototype.append=function(e){return e.length?(e=X.from(e),!this.length&&e||e.length=t?X.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,t))},X.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)},X.prototype.forEach=function(e,t,n){t===void 0&&(t=0),n===void 0&&(n=this.length),t<=n?this.forEachInner(e,t,n,0):this.forEachInvertedInner(e,t,n,0)},X.prototype.map=function(e,t,n){t===void 0&&(t=0),n===void 0&&(n=this.length);var r=[];return this.forEach(function(t,n){return r.push(e(t,n))},t,n),r},X.from=function(e){return e instanceof X?e:e&&e.length?new Yh(e):X.empty};var Yh=function(e){function t(t){e.call(this),this.values=t}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={length:{configurable:!0},depth:{configurable:!0}};return t.prototype.flatten=function(){return this.values},t.prototype.sliceInner=function(e,n){return e==0&&n==this.length?this:new t(this.values.slice(e,n))},t.prototype.getInner=function(e){return this.values[e]},t.prototype.forEachInner=function(e,t,n,r){for(var i=t;i=n;i--)if(e(this.values[i],r+i)===!1)return!1},t.prototype.leafAppend=function(e){if(this.length+e.length<=Jh)return new t(this.values.concat(e.flatten()))},t.prototype.leafPrepend=function(e){if(this.length+e.length<=Jh)return new t(e.flatten().concat(this.values))},n.length.get=function(){return this.values.length},n.depth.get=function(){return 0},Object.defineProperties(t.prototype,n),t}(X);X.empty=new Yh([]);var Xh=function(e){function t(t,n){e.call(this),this.left=t,this.right=n,this.length=t.length+n.length,this.depth=Math.max(t.depth,n.depth)+1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.flatten=function(){return this.left.flatten().concat(this.right.flatten())},t.prototype.getInner=function(e){return ei&&this.right.forEachInner(e,Math.max(t-i,0),Math.min(this.length,n)-i,r+i)===!1)return!1},t.prototype.forEachInvertedInner=function(e,t,n,r){var i=this.left.length;if(t>i&&this.right.forEachInvertedInner(e,t-i,Math.max(n,i)-i,r+i)===!1||n=n?this.right.slice(e-n,t-n):this.left.slice(e,n).append(this.right.slice(0,t-n))},t.prototype.leafAppend=function(e){var n=this.right.leafAppend(e);if(n)return new t(this.left,n)},t.prototype.leafPrepend=function(e){var n=this.left.leafPrepend(e);if(n)return new t(n,this.right)},t.prototype.appendInner=function(e){return this.left.depth>=Math.max(this.right.depth,e.depth)+1?new t(this.left,new t(this.right,e)):new t(this,e)},t}(X),Zh=500,Qh=class e{constructor(e,t){this.items=e,this.eventCount=t}popEvent(t,n){if(this.eventCount==0)return null;let r=this.items.length;for(;;r--)if(this.items.get(r-1).selection){--r;break}let i,a;n&&(i=this.remapping(r,this.items.length),a=i.maps.length);let o=t.tr,s,c,l=[],u=[];return this.items.forEach((t,n)=>{if(!t.step){i||(i=this.remapping(r,n+1),a=i.maps.length),a--,u.push(t);return}if(i){u.push(new eg(t.map));let e=t.step.map(i.slice(a)),n;e&&o.maybeStep(e).doc&&(n=o.mapping.maps[o.mapping.maps.length-1],l.push(new eg(n,void 0,void 0,l.length+u.length))),a--,n&&i.appendMap(n,a)}else o.maybeStep(t.step);if(t.selection)return s=i?t.selection.map(i.slice(a)):t.selection,c=new e(this.items.slice(0,r).append(u.reverse().concat(l)),this.eventCount-1),!1},this.items.length,0),{remaining:c,transform:o,selection:s}}addTransform(t,n,r,i){let a=[],o=this.eventCount,s=this.items,c=!i&&s.length?s.get(s.length-1):null;for(let e=0;eng&&(s=$h(s,l),o-=l),new e(s.append(a),o)}remapping(e,t){let n=new Ut;return this.items.forEach((t,r)=>{let i=t.mirrorOffset!=null&&r-t.mirrorOffset>=e?n.maps.length-t.mirrorOffset:void 0;n.appendMap(t.map,i)},e,t),n}addMaps(t){return this.eventCount==0?this:new e(this.items.append(t.map(e=>new eg(e))),this.eventCount)}rebased(t,n){if(!this.eventCount)return this;let r=[],i=Math.max(0,this.items.length-n),a=t.mapping,o=t.steps.length,s=this.eventCount;this.items.forEach(e=>{e.selection&&s--},i);let c=n;this.items.forEach(e=>{let n=a.getMirror(--c);if(n==null)return;o=Math.min(o,n);let i=a.maps[n];if(e.step){let o=t.steps[n].invert(t.docs[n]),l=e.selection&&e.selection.map(a.slice(c+1,n));l&&s++,r.push(new eg(i,o,l))}else r.push(new eg(i))},i);let l=[];for(let e=n;eZh&&(u=u.compress(this.items.length-r.length)),u}emptyItemCount(){let e=0;return this.items.forEach(t=>{t.step||e++}),e}compress(t=this.items.length){let n=this.remapping(0,t),r=n.maps.length,i=[],a=0;return this.items.forEach((e,o)=>{if(o>=t)i.push(e),e.selection&&a++;else if(e.step){let t=e.step.map(n.slice(r)),o=t&&t.getMap();if(r--,o&&n.appendMap(o,r),t){let s=e.selection&&e.selection.map(n.slice(r));s&&a++;let c=new eg(o.invert(),t,s),l,u=i.length-1;(l=i.length&&i[u].merge(c))?i[u]=l:i.push(c)}}else e.map&&r--},this.items.length,0),new e(X.from(i.reverse()),a)}};Qh.empty=new Qh(X.empty,0);function $h(e,t){let n;return e.forEach((e,r)=>{if(e.selection&&t--==0)return n=r,!1}),e.slice(n)}var eg=class e{constructor(e,t,n,r){this.map=e,this.step=t,this.selection=n,this.mirrorOffset=r}merge(t){if(this.step&&t.step&&!t.selection){let n=t.step.merge(this.step);if(n)return new e(n.getMap().invert(),n,this.selection)}}},tg=class{constructor(e,t,n,r,i){this.done=e,this.undone=t,this.prevRanges=n,this.prevTime=r,this.prevComposition=i}},ng=20;function rg(e,t,n,r){let i=n.getMeta(dg),a;if(i)return i.historyState;n.getMeta(fg)&&(e=new tg(e.done,e.undone,null,0,-1));let o=n.getMeta(`appendedTransaction`);if(n.steps.length==0)return e;if(o&&o.getMeta(dg))return o.getMeta(dg).redo?new tg(e.done.addTransform(n,void 0,r,ug(t)),e.undone,ag(n.mapping.maps),e.prevTime,e.prevComposition):new tg(e.done,e.undone.addTransform(n,void 0,r,ug(t)),null,e.prevTime,e.prevComposition);if(n.getMeta(`addToHistory`)!==!1&&!(o&&o.getMeta(`addToHistory`)===!1)){let i=n.getMeta(`composition`),a=e.prevTime==0||!o&&e.prevComposition!=i&&(e.prevTime<(n.time||0)-r.newGroupDelay||!ig(n,e.prevRanges)),s=o?og(e.prevRanges,n.mapping):ag(n.mapping.maps);return new tg(e.done.addTransform(n,a?t.selection.getBookmark():void 0,r,ug(t)),Qh.empty,s,n.time,i??e.prevComposition)}else if(a=n.getMeta(`rebased`))return new tg(e.done.rebased(n,a),e.undone.rebased(n,a),og(e.prevRanges,n.mapping),e.prevTime,e.prevComposition);else return new tg(e.done.addMaps(n.mapping.maps),e.undone.addMaps(n.mapping.maps),og(e.prevRanges,n.mapping),e.prevTime,e.prevComposition)}function ig(e,t){if(!t)return!1;if(!e.docChanged)return!0;let n=!1;return e.mapping.maps[0].forEach((e,r)=>{for(let i=0;i=t[i]&&(n=!0)}),n}function ag(e){let t=[];for(let n=e.length-1;n>=0&&t.length==0;n--)e[n].forEach((e,n,r,i)=>t.push(r,i));return t}function og(e,t){if(!e)return null;let n=[];for(let r=0;r{let i=dg.getState(n);if(!i||(e?i.undone:i.done).eventCount==0)return!1;if(r){let a=sg(i,n,e);a&&r(t?a.scrollIntoView():a)}return!0}}var hg=mg(!1,!0),gg=mg(!0,!0);W.create({name:`characterCount`,addOptions(){return{limit:null,mode:`textSize`,textCounter:e=>e.length,wordCounter:e=>e.split(` `).filter(e=>e!==``).length}},addStorage(){return{characters:()=>0,words:()=>0}},onBeforeCreate(){this.storage.characters=e=>{let t=e?.node||this.editor.state.doc;if((e?.mode||this.options.mode)===`textSize`){let e=t.textBetween(0,t.content.size,void 0,` `);return this.options.textCounter(e)}return t.nodeSize},this.storage.words=e=>{let t=e?.node||this.editor.state.doc,n=t.textBetween(0,t.content.size,` `,` `);return this.options.wordCounter(n)}},addProseMirrorPlugins(){let e=!1;return[new N({key:new P(`characterCount`),appendTransaction:(t,n,r)=>{if(e)return;let i=this.options.limit;if(i==null||i===0){e=!0;return}let a=this.storage.characters({node:r.doc});if(a>i){let t=a-i;console.warn(`[CharacterCount] Initial content exceeded limit of ${i} characters. Content was automatically trimmed.`);let n=r.tr.deleteRange(0,t);return e=!0,n}e=!0},filterTransaction:(e,t)=>{let n=this.options.limit;if(!e.docChanged||n===0||n==null)return!0;let r=this.storage.characters({node:t.doc}),i=this.storage.characters({node:e.doc});if(i<=n||r>n&&i>n&&i<=r)return!0;if(r>n&&i>n&&i>r||!e.getMeta(`paste`))return!1;let a=e.selection.$head.pos,o=a-(i-n),s=a;return e.deleteRange(o,s),!(this.storage.characters({node:e.doc})>n)}})]}});var _g=W.create({name:`dropCursor`,addOptions(){return{color:`currentColor`,width:1,class:void 0}},addProseMirrorPlugins(){return[Fh(this.options)]}});W.create({name:`focus`,addOptions(){return{className:`has-focus`,mode:`all`}},addProseMirrorPlugins(){return[new N({key:new P(`focus`),props:{decorations:({doc:e,selection:t})=>{let{isEditable:n,isFocused:r}=this.editor,{anchor:i}=t,a=[];if(!n||!r)return R.create(e,[]);let o=0;this.options.mode===`deepest`&&e.descendants((e,t)=>{if(!e.isText){if(!(i>=t&&i<=t+e.nodeSize-1))return!1;o+=1}});let s=0;return e.descendants((e,t)=>{if(e.isText||!(i>=t&&i<=t+e.nodeSize-1))return!1;if(s+=1,this.options.mode===`deepest`&&o-s>0||this.options.mode===`shallowest`&&s>1)return this.options.mode===`deepest`;a.push(Ps.node(t,t+e.nodeSize,{class:this.options.className}))}),R.create(e,a)}}})]}});var vg=W.create({name:`gapCursor`,addProseMirrorPlugins(){return[Hh()]},extendNodeSchema(e){return{allowGapCursor:H(V(e,`allowGapCursor`,{name:e.name,options:e.options,storage:e.storage}))??null}}}),yg=`placeholder`;function bg(e){return e.replace(/\s+/g,`-`).replace(/[^a-zA-Z0-9-]/g,``).replace(/^[0-9-]+/,``).replace(/^-+/,``).toLowerCase()}W.create({name:`placeholder`,addOptions(){return{emptyEditorClass:`is-editor-empty`,emptyNodeClass:`is-empty`,dataAttribute:yg,placeholder:`Write something …`,showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}},addProseMirrorPlugins(){let e=this.options.dataAttribute?`data-${bg(this.options.dataAttribute)}`:`data-${yg}`;return[new N({key:new P(`placeholder`),props:{decorations:({doc:t,selection:n})=>{let r=this.editor.isEditable||!this.options.showOnlyWhenEditable,{anchor:i}=n,a=[];if(!r)return null;let o=this.editor.isEmpty;return t.descendants((t,n)=>{let r=i>=n&&i<=n+t.nodeSize,s=!t.isLeaf&&zu(t);if(!t.type.isTextblock)return this.options.includeChildren;if((r||!this.options.showOnlyCurrent)&&s){let i=[this.options.emptyNodeClass];o&&i.push(this.options.emptyEditorClass);let s=Ps.node(n,n+t.nodeSize,{class:i.join(` `),[e]:typeof this.options.placeholder==`function`?this.options.placeholder({editor:this.editor,node:t,pos:n,hasAnchor:r}):this.options.placeholder});a.push(s)}return this.options.includeChildren}),R.create(t,a)}}})]}}),W.create({name:`selection`,addOptions(){return{className:`selection`}},addProseMirrorPlugins(){let{editor:e,options:t}=this;return[new N({key:new P(`selection`),props:{decorations(n){return n.selection.empty||e.isFocused||!e.isEditable||Bu(n.selection)||e.view.dragging?null:R.create(n.doc,[Ps.inline(n.selection.from,n.selection.to,{class:t.className})])}}})]}});function xg({types:e,node:t}){return t&&Array.isArray(e)&&e.includes(t.type)||t?.type===e}var Sg=W.create({name:`trailingNode`,addOptions(){return{node:void 0,notAfter:[]}},addProseMirrorPlugins(){let e=new P(this.name),t=this.options.node||this.editor.schema.topNodeType.contentMatch.defaultType?.name||`paragraph`,n=Object.entries(this.editor.schema.nodes).map(([,e])=>e).filter(e=>(this.options.notAfter||[]).concat(t).includes(e.name));return[new N({key:e,appendTransaction:(n,r,i)=>{let{doc:a,tr:o,schema:s}=i,c=e.getState(i),l=a.content.size,u=s.nodes[t];if(!n.some(e=>e.getMeta(`skipTrailingNode`))&&c)return o.insert(l,u.create())},state:{init:(e,t)=>{let r=t.tr.doc.lastChild;return!xg({node:r,types:n})},apply:(e,t)=>{if(!e.docChanged||e.getMeta(`__uniqueIDTransaction`))return t;let r=e.doc.lastChild;return!xg({node:r,types:n})}}})]}}),Cg=W.create({name:`undoRedo`,addOptions(){return{depth:100,newGroupDelay:500}},addCommands(){return{undo:()=>({state:e,dispatch:t})=>hg(e,t),redo:()=>({state:e,dispatch:t})=>gg(e,t)}},addProseMirrorPlugins(){return[pg(this.options)]},addKeyboardShortcuts(){return{"Mod-z":()=>this.editor.commands.undo(),"Shift-Mod-z":()=>this.editor.commands.redo(),"Mod-y":()=>this.editor.commands.redo(),"Mod-я":()=>this.editor.commands.undo(),"Shift-Mod-я":()=>this.editor.commands.redo()}}}),wg=W.create({name:`starterKit`,addExtensions(){let e=[];return this.options.bold!==!1&&e.push(Sf.configure(this.options.bold)),this.options.blockquote!==!1&&e.push(_f.configure(this.options.blockquote)),this.options.bulletList!==!1&&e.push(nh.configure(this.options.bulletList)),this.options.code!==!1&&e.push(Tf.configure(this.options.code)),this.options.codeBlock!==!1&&e.push(kf.configure(this.options.codeBlock)),this.options.document!==!1&&e.push(Af.configure(this.options.document)),this.options.dropcursor!==!1&&e.push(_g.configure(this.options.dropcursor)),this.options.gapcursor!==!1&&e.push(vg.configure(this.options.gapcursor)),this.options.hardBreak!==!1&&e.push(jf.configure(this.options.hardBreak)),this.options.heading!==!1&&e.push(Mf.configure(this.options.heading)),this.options.undoRedo!==!1&&e.push(Cg.configure(this.options.undoRedo)),this.options.horizontalRule!==!1&&e.push(Nf.configure(this.options.horizontalRule)),this.options.italic!==!1&&e.push(Rf.configure(this.options.italic)),this.options.listItem!==!1&&e.push(rh.configure(this.options.listItem)),this.options.listKeymap!==!1&&e.push(mh.configure(this.options?.listKeymap)),this.options.link!==!1&&e.push(Xm.configure(this.options?.link)),this.options.orderedList!==!1&&e.push(Ch.configure(this.options.orderedList)),this.options.paragraph!==!1&&e.push(kh.configure(this.options.paragraph)),this.options.strike!==!1&&e.push(Mh.configure(this.options.strike)),this.options.text!==!1&&e.push(Nh.configure(this.options.text)),this.options.underline!==!1&&e.push(Ph.configure(this.options?.underline)),this.options.trailingNode!==!1&&e.push(Sg.configure(this.options?.trailingNode)),e}}),Tg,Eg;if(typeof WeakMap<`u`){let e=new WeakMap;Tg=t=>e.get(t),Eg=(t,n)=>(e.set(t,n),n)}else{let e=[],t=0;Tg=t=>{for(let n=0;n(t==10&&(t=0),e[t++]=n,e[t++]=r)}var Z=class{constructor(e,t,n,r){this.width=e,this.height=t,this.map=n,this.problems=r}findCell(e){for(let t=0;t=n){(a||=[]).push({type:`overlong_rowspan`,pos:c,n:f-e});break}let l=i+e*t;for(let e=0;er&&(a+=i.attrs.colspan)}}for(let e=0;e1&&(n=!0)}t==-1?t=a:t!=a&&(t=Math.max(t,a))}return t}function kg(e,t,n){e.problems||=[];let r={};for(let i=0;i0;t--)if(e.node(t).type.spec.tableRole==`row`)return e.node(0).resolve(e.before(t+1));return null}function Pg(e){for(let t=e.depth;t>0;t--){let n=e.node(t).type.spec.tableRole;if(n===`cell`||n===`header_cell`)return e.node(t)}return null}function Fg(e){let t=e.selection.$head;for(let e=t.depth;e>0;e--)if(t.node(e).type.spec.tableRole==`row`)return!0;return!1}function Ig(e){let t=e.selection;if(`$anchorCell`in t&&t.$anchorCell)return t.$anchorCell.pos>t.$headCell.pos?t.$anchorCell:t.$headCell;if(`node`in t&&t.node&&t.node.type.spec.tableRole==`cell`)return t.$anchor;let n=Ng(t.$head)||Lg(t.$head);if(n)return n;throw RangeError(`No cell found around position ${t.head}`)}function Lg(e){for(let t=e.nodeAfter,n=e.pos;t;t=t.firstChild,n++){let r=t.type.spec.tableRole;if(r==`cell`||r==`header_cell`)return e.doc.resolve(n)}for(let t=e.nodeBefore,n=e.pos;t;t=t.lastChild,n--){let r=t.type.spec.tableRole;if(r==`cell`||r==`header_cell`)return e.doc.resolve(n-t.nodeSize)}}function Rg(e){return e.parent.type.spec.tableRole==`row`&&!!e.nodeAfter}function zg(e){return e.node(0).resolve(e.pos+e.nodeAfter.nodeSize)}function Bg(e,t){return e.depth==t.depth&&e.pos>=t.start(-1)&&e.pos<=t.end(-1)}function Vg(e,t,n){let r=e.node(-1),i=Z.get(r),a=e.start(-1),o=i.nextCell(e.pos-a,t,n);return o==null?null:e.node(0).resolve(a+o)}function Hg(e,t,n=1){let r={...e,colspan:e.colspan-n};return r.colwidth&&(r.colwidth=r.colwidth.slice(),r.colwidth.splice(t,n),r.colwidth.some(e=>e>0)||(r.colwidth=null)),r}function Ug(e,t,n=1){let r={...e,colspan:e.colspan+n};if(r.colwidth){r.colwidth=r.colwidth.slice();for(let e=0;ee!=t.pos-i);s.unshift(t.pos-i);let c=s.map(e=>{let t=n.nodeAt(e);if(!t)throw RangeError(`No cell with offset ${e} found`);let r=i+e+1;return new Kn(o.resolve(r),o.resolve(r+t.content.size))});super(c[0].$from,c[0].$to,c),this.$anchorCell=e,this.$headCell=t}map(t,n){let r=t.resolve(n.map(this.$anchorCell.pos)),i=t.resolve(n.map(this.$headCell.pos));if(Rg(r)&&Rg(i)&&Bg(r,i)){let t=this.$anchorCell.node(-1)!=r.node(-1);return t&&this.isRowSelection()?e.rowSelection(r,i):t&&this.isColSelection()?e.colSelection(r,i):new e(r,i)}return j.between(r,i)}content(){let e=this.$anchorCell.node(-1),t=Z.get(e),n=this.$anchorCell.start(-1),r=t.rectBetween(this.$anchorCell.pos-n,this.$headCell.pos-n),i={},a=[];for(let n=r.top;n0||u>0){let e=c.attrs;if(l>0&&(e=Hg(e,0,l)),u>0&&(e=Hg(e,e.colspan-u,u)),s.leftr.bottom){let e={...c.attrs,rowspan:Math.min(s.bottom,r.bottom)-Math.max(s.top,r.top)};c=s.top0)return!1;let n=e+this.$anchorCell.nodeAfter.attrs.rowspan,r=t+this.$headCell.nodeAfter.attrs.rowspan;return Math.max(n,r)==this.$headCell.node(-1).childCount}static colSelection(t,n=t){let r=t.node(-1),i=Z.get(r),a=t.start(-1),o=i.findCell(t.pos-a),s=i.findCell(n.pos-a),c=t.node(0);return o.top<=s.top?(o.top>0&&(t=c.resolve(a+i.map[o.left])),s.bottom0&&(n=c.resolve(a+i.map[s.left])),o.bottom0)return!1;let a=r+this.$anchorCell.nodeAfter.attrs.colspan,o=i+this.$headCell.nodeAfter.attrs.colspan;return Math.max(a,o)==t.width}eq(t){return t instanceof e&&t.$anchorCell.pos==this.$anchorCell.pos&&t.$headCell.pos==this.$headCell.pos}static rowSelection(t,n=t){let r=t.node(-1),i=Z.get(r),a=t.start(-1),o=i.findCell(t.pos-a),s=i.findCell(n.pos-a),c=t.node(0);return o.left<=s.left?(o.left>0&&(t=c.resolve(a+i.map[o.top*i.width])),s.right0&&(n=c.resolve(a+i.map[s.top*i.width])),o.right{t.push(Ps.node(n,n+e.nodeSize,{class:`selectedCell`}))}),R.create(e.doc,t)}function qg({$from:e,$to:t}){if(e.pos==t.pos||e.pos=0&&!(e.after(i+1)=0&&!(t.before(e+1)>t.start(e));e--,r--);return n==r&&/row|table/.test(e.node(i).type.spec.tableRole)}function Jg({$from:e,$to:t}){let n,r;for(let t=e.depth;t>0;t--){let r=e.node(t);if(r.type.spec.tableRole===`cell`||r.type.spec.tableRole===`header_cell`){n=r;break}}for(let e=t.depth;e>0;e--){let n=t.node(e);if(n.type.spec.tableRole===`cell`||n.type.spec.tableRole===`header_cell`){r=n;break}}return n!==r&&t.parentOffset===0}function Yg(e,t,n){let r=(t||e).selection,i=(t||e).doc,a,o;if(r instanceof M&&(o=r.node.type.spec.tableRole)){if(o==`cell`||o==`header_cell`)a=Q.create(i,r.from);else if(o==`row`){let e=i.resolve(r.from+1);a=Q.rowSelection(e,e)}else if(!n){let e=Z.get(r.node),t=r.from+1,n=t+e.map[e.width*e.height-1];a=Q.create(i,t+1,n)}}else r instanceof j&&qg(r)?a=j.create(i,r.from):r instanceof j&&Jg(r)&&(a=j.create(i,r.$from.start(),r.$from.end()));return a&&(t||=e.tr).setSelection(a),t}var Xg=new P(`fix-tables`);function Zg(e,t,n,r){let i=e.childCount,a=t.childCount;outer:for(let o=0,s=0;o{t.type.spec.tableRole==`table`&&(n=$g(e,t,r,n))};return t?t.doc!=e.doc&&Zg(t.doc,e.doc,0,r):e.doc.descendants(r),n}function $g(e,t,n,r){let i=Z.get(t);if(!i.problems)return r;r||=e.tr;let a=[];for(let e=0;e0){let t=`cell`;n.firstChild&&(t=n.firstChild.type.spec.tableRole);let a=[];for(let n=0;n0?-1:0;Wg(t,r,i+a)&&(a=i==0||i==t.width?null:0);for(let o=0;o0&&i0&&t.map[s-1]==c||i0?-1:0;o_(t,r,i+s)&&(s=i==0||i==t.height?null:0);for(let a=0,c=t.width*i;a0&&i0&&l==t.map[o-t.width]){let t=n.nodeAt(l).attrs;e.setNodeMarkup(e.mapping.slice(s).map(l+r),null,{...t,rowspan:t.rowspan-1}),a+=t.colspan-1}else if(i0&&n[a]==n[a-1]||r.right0&&n[i]==n[i-e]||r.bottom0){let e=s+1+c.content.size,t=f_(c)?s+1:e;n.replaceWith(t+r.tableStart,e+r.tableStart,o)}n.setSelection(new Q(n.doc.resolve(s+r.tableStart))),t(n)}return!0}function h_(e,t){let n=jg(e.schema);return g_(({node:e})=>n[e.type.spec.tableRole])(e,t)}function g_(e){return(t,n)=>{let r=t.selection,i,a;if(r instanceof Q){if(r.$anchorCell.pos!=r.$headCell.pos)return!1;i=r.$anchorCell.nodeAfter,a=r.$anchorCell.pos}else{if(i=Pg(r.$from),!i)return!1;a=Ng(r.$from)?.pos}if(i==null||a==null||i.attrs.colspan==1&&i.attrs.rowspan==1)return!1;if(n){let o=i.attrs,s=[],c=o.colwidth;o.rowspan>1&&(o={...o,rowspan:1}),o.colspan>1&&(o={...o,colspan:1});let l=e_(t),u=t.tr;for(let e=0;e{n.attrs[e]!==t&&a.setNodeMarkup(r,null,{...n.attrs,[e]:t})}):a.setNodeMarkup(i.pos,null,{...i.nodeAfter.attrs,[e]:t}),r(a)}return!0}}function v_(e){return function(t,n){if(!Fg(t))return!1;if(n){let r=jg(t.schema),i=e_(t),a=t.tr,o=i.map.cellsInRect(e==`column`?{left:i.left,top:0,right:i.right,bottom:i.map.height}:e==`row`?{left:0,top:i.top,right:i.map.width,bottom:i.bottom}:i),s=o.map(e=>i.table.nodeAt(e));for(let e=0;e{let t=e+i.tableStart,n=a.doc.nodeAt(t);n&&a.setNodeMarkup(t,u,n.attrs)}),n(a)}return!0}}b_(`row`,{useDeprecatedLogic:!0}),b_(`column`,{useDeprecatedLogic:!0});var x_=b_(`cell`,{useDeprecatedLogic:!0});function S_(e,t){if(t<0){let t=e.nodeBefore;if(t)return e.pos-t.nodeSize;for(let t=e.index(-1)-1,n=e.before();t>=0;t--){let r=e.node(-1).child(t),i=r.lastChild;if(i)return n-1-i.nodeSize;n-=r.nodeSize}}else{if(e.index()0;r--)if(n.node(r).type.spec.tableRole==`table`)return t&&t(e.tr.delete(n.before(r),n.after(r)).scrollIntoView()),!0;return!1}function T_(e,t){let n=e.selection;if(!(n instanceof Q))return!1;if(t){let r=e.tr,i=jg(e.schema).cell.createAndFill().content;n.forEachCell((e,t)=>{e.content.eq(i)||r.replace(r.mapping.map(t+1),r.mapping.map(t+e.nodeSize-1),new O(i,0,0))}),r.docChanged&&t(r)}return!0}function E_(e){if(e.size===0)return null;let{content:t,openStart:n,openEnd:r}=e;for(;t.childCount==1&&(n>0&&r>0||t.child(0).type.spec.tableRole==`table`);)n--,r--,t=t.child(0).content;let i=t.child(0),a=i.type.spec.tableRole,o=i.type.schema,s=[];if(a==`row`)for(let e=0;e=0;t--){let{rowspan:i,colspan:a}=r.child(t).attrs;for(let t=e;t=t.length&&t.push(E.empty),n[i]r&&(s=s.type.createChecked(Hg(s.attrs,s.attrs.colspan,n+s.attrs.colspan-r),s.content)),o.push(s),n+=s.attrs.colspan;for(let n=1;ni&&(t=t.type.create({...t.attrs,rowspan:Math.max(1,i-t.attrs.rowspan)},t.content)),o.push(t)}e.push(E.from(o))}n=e,t=i}return{width:e,height:t,rows:n}}function A_(e,t,n,r,i,a,o){let s=e.doc.type.schema,c=jg(s),l,u;if(i>t.width)for(let a=0,s=0;at.height){let s=[];for(let e=0,r=(t.height-1)*t.width;e=t.width?!1:n.nodeAt(t.map[r+e]).type==c.header_cell;s.push(i?u||=c.header_cell.createAndFill():l||=c.cell.createAndFill())}let d=c.row.create(null,E.from(s)),f=[];for(let e=t.height;e{if(!i)return!1;let a=n.selection;if(a instanceof Q)return F_(n,r,A.near(a.$headCell,t));if(e!=`horiz`&&!a.empty)return!1;let o=V_(i,e,t);if(o==null)return!1;if(e==`horiz`)return F_(n,r,A.near(n.doc.resolve(a.head+t),t));{let i=n.doc.resolve(o),a=Vg(i,e,t),s;return s=a?A.near(a,1):t<0?A.near(n.doc.resolve(i.before(-1)),-1):A.near(n.doc.resolve(i.after(-1)),1),F_(n,r,s)}}}function L_(e,t){return(n,r,i)=>{if(!i)return!1;let a=n.selection,o;if(a instanceof Q)o=a;else{let r=V_(i,e,t);if(r==null)return!1;o=new Q(n.doc.resolve(r))}let s=Vg(o.$headCell,e,t);return s?F_(n,r,new Q(o.$anchorCell,s)):!1}}function R_(e,t){let n=e.state.doc,r=Ng(n.resolve(t));return r?(e.dispatch(e.state.tr.setSelection(new Q(r))),!0):!1}function z_(e,t,n){if(!Fg(e.state))return!1;let r=E_(n),i=e.state.selection;if(i instanceof Q){r||={width:1,height:1,rows:[E.from(O_(jg(e.state.schema).cell,n))]};let t=i.$anchorCell.node(-1),a=i.$anchorCell.start(-1),o=Z.get(t).rectBetween(i.$anchorCell.pos-a,i.$headCell.pos-a);return r=k_(r,o.right-o.left,o.bottom-o.top),N_(e.state,e.dispatch,a,o,r),!0}else if(r){let t=Ig(e.state),n=t.start(-1);return N_(e.state,e.dispatch,n,Z.get(t.node(-1)).findCell(t.pos-n),r),!0}else return!1}function B_(e,t){if(t.button!=0||t.ctrlKey||t.metaKey)return;let n=H_(e,t.target),r;if(t.shiftKey&&e.state.selection instanceof Q)i(e.state.selection.$anchorCell,t),t.preventDefault();else if(t.shiftKey&&n&&(r=Ng(e.state.selection.$anchor))!=null&&U_(e,t)?.pos!=r.pos)i(r,t),t.preventDefault();else if(!n)return;function i(t,n){let r=U_(e,n),i=Mg.getState(e.state)==null;if(!r||!Bg(t,r))if(i)r=t;else return;let a=new Q(t,r);if(i||!e.state.selection.eq(a)){let n=e.state.tr.setSelection(a);i&&n.setMeta(Mg,t.pos),e.dispatch(n)}}function a(){e.root.removeEventListener(`mouseup`,a),e.root.removeEventListener(`dragstart`,a),e.root.removeEventListener(`mousemove`,o),Mg.getState(e.state)!=null&&e.dispatch(e.state.tr.setMeta(Mg,-1))}function o(r){let o=r,s=Mg.getState(e.state),c;if(s!=null)c=e.state.doc.resolve(s);else if(H_(e,o.target)!=n&&(c=U_(e,t),!c))return a();c&&i(c,o)}e.root.addEventListener(`mouseup`,a),e.root.addEventListener(`dragstart`,a),e.root.addEventListener(`mousemove`,o)}function V_(e,t,n){if(!(e.state.selection instanceof j))return null;let{$head:r}=e.state.selection;for(let i=r.depth-1;i>=0;i--){let a=r.node(i);if((n<0?r.index(i):r.indexAfter(i))!=(n<0?0:a.childCount))return null;if(a.type.spec.tableRole==`cell`||a.type.spec.tableRole==`header_cell`){let a=r.before(i),o=t==`vert`?n>0?`down`:`up`:n>0?`right`:`left`;return e.endOfTextblock(o)?a:null}}return null}function H_(e,t){for(;t&&t!=e.dom;t=t.parentNode)if(t.nodeName==`TD`||t.nodeName==`TH`)return t;return null}function U_(e,t){let n=e.posAtCoords({left:t.clientX,top:t.clientY});if(!n)return null;let{inside:r,pos:i}=n;return r>=0&&Ng(e.state.doc.resolve(r))||Ng(e.state.doc.resolve(i))}var W_=class{constructor(e,t){this.node=e,this.defaultCellMinWidth=t,this.dom=document.createElement(`div`),this.dom.className=`tableWrapper`,this.table=this.dom.appendChild(document.createElement(`table`)),this.table.style.setProperty(`--default-cell-min-width`,`${t}px`),this.colgroup=this.table.appendChild(document.createElement(`colgroup`)),G_(e,this.colgroup,this.table,t),this.contentDOM=this.table.appendChild(document.createElement(`tbody`))}update(e){return e.type==this.node.type?(this.node=e,G_(e,this.colgroup,this.table,this.defaultCellMinWidth),!0):!1}ignoreMutation(e){return e.type==`attributes`&&(e.target==this.table||this.colgroup.contains(e.target))}};function G_(e,t,n,r,i,a){let o=0,s=!0,c=t.firstChild,l=e.firstChild;if(l){for(let e=0,n=0;enew r(e,n,t)),new J_(-1,!1)},apply(e,t){return t.apply(e)}},props:{attributes:e=>{let t=K_.getState(e);return t&&t.activeHandle>-1?{class:`resize-cursor`}:{}},handleDOMEvents:{mousemove:(t,n)=>{Y_(t,n,e,i)},mouseleave:e=>{X_(e)},mousedown:(e,r)=>{Z_(e,r,t,n)}},decorations:e=>{let t=K_.getState(e);if(t&&t.activeHandle>-1)return ov(e,t.activeHandle)},nodeViews:{}}});return a}var J_=class e{constructor(e,t){this.activeHandle=e,this.dragging=t}apply(t){let n=this,r=t.getMeta(K_);if(r&&r.setHandle!=null)return new e(r.setHandle,!1);if(r&&r.setDragging!==void 0)return new e(n.activeHandle,r.setDragging);if(n.activeHandle>-1&&t.docChanged){let r=t.mapping.map(n.activeHandle,-1);return Rg(t.doc.resolve(r))||(r=-1),new e(r,n.dragging)}return n}};function Y_(e,t,n,r){if(!e.editable)return;let i=K_.getState(e.state);if(i&&!i.dragging){let a=$_(t.target),o=-1;if(a){let{left:r,right:i}=a.getBoundingClientRect();t.clientX-r<=n?o=ev(e,t,`left`,n):i-t.clientX<=n&&(o=ev(e,t,`right`,n))}if(o!=i.activeHandle){if(!r&&o!==-1){let t=e.state.doc.resolve(o),n=t.node(-1),r=Z.get(n),i=t.start(-1);if(r.colCount(t.pos-i)+t.nodeAfter.attrs.colspan-1==r.width-1)return}nv(e,o)}}}function X_(e){if(!e.editable)return;let t=K_.getState(e.state);t&&t.activeHandle>-1&&!t.dragging&&nv(e,-1)}function Z_(e,t,n,r){if(!e.editable)return!1;let i=e.dom.ownerDocument.defaultView??window,a=K_.getState(e.state);if(!a||a.activeHandle==-1||a.dragging)return!1;let o=e.state.doc.nodeAt(a.activeHandle),s=Q_(e,a.activeHandle,o.attrs);e.dispatch(e.state.tr.setMeta(K_,{setDragging:{startX:t.clientX,startWidth:s}}));function c(t){i.removeEventListener(`mouseup`,c),i.removeEventListener(`mousemove`,l);let r=K_.getState(e.state);r?.dragging&&(rv(e,r.activeHandle,tv(r.dragging,t,n)),e.dispatch(e.state.tr.setMeta(K_,{setDragging:null})))}function l(t){if(!t.which)return c(t);let i=K_.getState(e.state);if(i&&i.dragging){let a=tv(i.dragging,t,n);iv(e,i.activeHandle,a,r)}}return iv(e,a.activeHandle,s,r),i.addEventListener(`mouseup`,c),i.addEventListener(`mousemove`,l),t.preventDefault(),!0}function Q_(e,t,{colspan:n,colwidth:r}){let i=r&&r[r.length-1];if(i)return i;let a=e.domAtPos(t),o=a.node.childNodes[a.offset].offsetWidth,s=n;if(r)for(let e=0;elv(e),renderHTML:e=>e.align?{style:`text-align: ${e.align}`}:{}}}var fv=G.create({name:`tableCell`,addOptions(){return{HTMLAttributes:{}}},content:`block+`,addAttributes(){return{colspan:{default:1},rowspan:{default:1},colwidth:{default:null,parseHTML:e=>{let t=e.getAttribute(`colwidth`),n=t?t.split(`,`).map(e=>parseInt(e,10)):null;if(!n){let t=e.closest(`table`)?.querySelectorAll(`colgroup > col`),n=Array.from(e.parentElement?.children||[]).indexOf(e);if(n&&n>-1&&t&&t[n]){let e=t[n].getAttribute(`width`);return e?[parseInt(e,10)]:null}}return n}},align:dv()}},tableRole:`cell`,isolating:!0,parseHTML(){return[{tag:`td`}]},renderHTML({HTMLAttributes:e}){return[`td`,U(this.options.HTMLAttributes,e),0]}}),pv=G.create({name:`tableHeader`,addOptions(){return{HTMLAttributes:{}}},content:`block+`,addAttributes(){return{colspan:{default:1},rowspan:{default:1},colwidth:{default:null,parseHTML:e=>{let t=e.getAttribute(`colwidth`);return t?t.split(`,`).map(e=>parseInt(e,10)):null}},align:dv()}},tableRole:`header_cell`,isolating:!0,parseHTML(){return[{tag:`th`}]},renderHTML({HTMLAttributes:e}){return[`th`,U(this.options.HTMLAttributes,e),0]}}),mv=G.create({name:`tableRow`,addOptions(){return{HTMLAttributes:{}}},content:`(tableCell | tableHeader)*`,tableRole:`row`,parseHTML(){return[{tag:`tr`}]},renderHTML({HTMLAttributes:e}){return[`tr`,U(this.options.HTMLAttributes,e),0]}});function hv(e,t){return t?[`width`,`${Math.max(t,e)}px`]:[`min-width`,`${e}px`]}function gv(e,t,n,r,i,a){var o;let s=0,c=!0,l=t.firstChild,u=e.firstChild;if(u!==null)for(let e=0,n=0;e{let r=e.nodes[n];r.spec.tableRole&&(t[r.spec.tableRole]=r)}),e.cached.tableNodeTypes=t,t}function xv(e,t,n,r,i){let a=bv(e),o=[],s=[];for(let e=0;e{let{selection:t}=e.state;if(!Sv(t))return!1;let n=0;return tu(t.ranges[0].$from,e=>e.type.name===`table`)?.node.descendants(e=>{if(e.type.name===`table`)return!1;[`tableCell`,`tableHeader`].includes(e.type.name)&&(n+=1)}),n===t.ranges.length?(e.commands.deleteTable(),!0):!1};function wv(e){return(e||``).replace(/\s+/g,` `).trim()}function Tv(e,t,n={}){let r=n.cellLineSeparator??``;if(!e||!e.content||e.content.length===0)return``;let i=[];e.content.forEach(e=>{let n=[];e.content&&e.content.forEach(e=>{let i=``;i=e.content&&Array.isArray(e.content)&&e.content.length>1?e.content.map(e=>t.renderChildren(e)).join(r):e.content?t.renderChildren(e.content):``;let a=wv(i),o=e.type===`tableHeader`,s=uv(e.attrs);n.push({text:a,isHeader:o,align:s})}),i.push(n)});let a=i.reduce((e,t)=>Math.max(e,t.length),0);if(a===0)return``;let o=Array(a).fill(0);i.forEach(e=>{for(let t=0;to[t]&&(o[t]=n),o[t]<3&&(o[t]=3)}});let s=(e,t)=>e+` `.repeat(Math.max(0,t-e.length)),c=i[0],l=c.some(e=>e.isHeader),u=Array(a).fill(null);i.forEach(e=>{for(let t=0;tl&&c[t]&&c[t].text||``);return d+=`| ${f.map((e,t)=>s(e,o[t])).join(` | `)} | +`,d+=`| ${o.map((e,t)=>{let n=Math.max(3,e),r=u[t];return r===`left`?`:${`-`.repeat(n)}`:r===`right`?`${`-`.repeat(n)}:`:r===`center`?`:${`-`.repeat(n)}:`:`-`.repeat(n)}).join(` | `)} | +`,(l?i.slice(1):i).forEach(e=>{d+=`| ${Array(a).fill(0).map((t,n)=>s(e[n]&&e[n].text||``,o[n])).join(` | `)} | +`}),d}var Ev=Tv,Dv=G.create({name:`table`,addOptions(){return{HTMLAttributes:{},resizable:!1,renderWrapper:!1,handleWidth:5,cellMinWidth:25,View:_v,lastColumnResizable:!0,allowTableNodeSelection:!1}},content:`tableRow+`,tableRole:`table`,isolating:!0,group:`block`,parseHTML(){return[{tag:`table`}]},renderHTML({node:e,HTMLAttributes:t}){let{colgroup:n,tableWidth:r,tableMinWidth:i}=vv(e,this.options.cellMinWidth),a=t.style;function o(){return a||(r?`width: ${r}`:`min-width: ${i}`)}let s=[`table`,U(this.options.HTMLAttributes,t,{style:o()}),n,[`tbody`,0]];return this.options.renderWrapper?[`div`,{class:`tableWrapper`},s]:s},parseMarkdown:(e,t)=>{let n=[],r=Array.isArray(e.align)?e.align:[];if(e.header){let i=[];e.header.forEach((e,n)=>{let a=cv(r[n]??e.align),o=a?{align:a}:{};i.push(t.createNode(`tableHeader`,o,[{type:`paragraph`,content:t.parseInline(e.tokens)}]))}),n.push(t.createNode(`tableRow`,{},i))}return e.rows&&e.rows.forEach(e=>{let i=[];e.forEach((e,n)=>{let a=cv(r[n]??e.align),o=a?{align:a}:{};i.push(t.createNode(`tableCell`,o,[{type:`paragraph`,content:t.parseInline(e.tokens)}]))}),n.push(t.createNode(`tableRow`,{},i))}),t.createNode(`table`,void 0,n)},renderMarkdown:(e,t)=>Ev(e,t),addCommands(){return{insertTable:({rows:e=3,cols:t=3,withHeaderRow:n=!0}={})=>({tr:r,dispatch:i,editor:a})=>{let o=xv(a.schema,e,t,n);if(i){let e=r.selection.from+1;r.replaceSelectionWith(o).scrollIntoView().setSelection(j.near(r.doc.resolve(e)))}return!0},addColumnBefore:()=>({state:e,dispatch:t})=>n_(e,t),addColumnAfter:()=>({state:e,dispatch:t})=>r_(e,t),deleteColumn:()=>({state:e,dispatch:t})=>a_(e,t),addRowBefore:()=>({state:e,dispatch:t})=>c_(e,t),addRowAfter:()=>({state:e,dispatch:t})=>l_(e,t),deleteRow:()=>({state:e,dispatch:t})=>d_(e,t),deleteTable:()=>({state:e,dispatch:t})=>w_(e,t),mergeCells:()=>({state:e,dispatch:t})=>m_(e,t),splitCell:()=>({state:e,dispatch:t})=>h_(e,t),toggleHeaderColumn:()=>({state:e,dispatch:t})=>b_(`column`)(e,t),toggleHeaderRow:()=>({state:e,dispatch:t})=>b_(`row`)(e,t),toggleHeaderCell:()=>({state:e,dispatch:t})=>x_(e,t),mergeOrSplit:()=>({state:e,dispatch:t})=>m_(e,t)?!0:h_(e,t),setCellAttribute:(e,t)=>({state:n,dispatch:r})=>__(e,t)(n,r),goToNextCell:()=>({state:e,dispatch:t})=>C_(1)(e,t),goToPreviousCell:()=>({state:e,dispatch:t})=>C_(-1)(e,t),fixTables:()=>({state:e,dispatch:t})=>(t&&Qg(e),!0),setCellSelection:e=>({tr:t,dispatch:n})=>{if(n){let n=Q.create(t.doc,e.anchorCell,e.headCell);t.setSelection(n)}return!0}}},addKeyboardShortcuts(){return{Tab:()=>this.editor.commands.goToNextCell()?!0:this.editor.can().addRowAfter()?this.editor.chain().addRowAfter().goToNextCell().run():!1,"Shift-Tab":()=>this.editor.commands.goToPreviousCell(),Backspace:Cv,"Mod-Backspace":Cv,Delete:Cv,"Mod-Delete":Cv}},addProseMirrorPlugins(){return[...this.options.resizable&&this.editor.isEditable?[q_({handleWidth:this.options.handleWidth,cellMinWidth:this.options.cellMinWidth,defaultCellMinWidth:this.options.cellMinWidth,View:this.options.View,lastColumnResizable:this.options.lastColumnResizable})]:[],sv({allowTableNodeSelection:this.options.allowTableNodeSelection})]},extendNodeSchema(e){return{tableRole:H(V(e,`tableRole`,{name:e.name,options:e.options,storage:e.storage}))}}});W.create({name:`tableKit`,addExtensions(){let e=[];return this.options.table!==!1&&e.push(Dv.configure(this.options.table)),this.options.tableCell!==!1&&e.push(fv.configure(this.options.tableCell)),this.options.tableHeader!==!1&&e.push(pv.configure(this.options.tableHeader)),this.options.tableRow!==!1&&e.push(mv.configure(this.options.tableRow)),e}});var Ov=20,kv=(e,t=0)=>{let n=[];return!e.children.length||t>Ov||Array.from(e.children).forEach(e=>{e.tagName===`SPAN`?n.push(e):e.children.length&&n.push(...kv(e,t+1))}),n},Av=e=>{if(!e.children.length)return;let t=kv(e);t&&t.forEach(e=>{let t=e.getAttribute(`style`),n=(e.parentElement?.closest(`span`))?.getAttribute(`style`);e.setAttribute(`style`,`${n};${t}`)})},jv=wd.create({name:`textStyle`,priority:101,addOptions(){return{HTMLAttributes:{},mergeNestedSpanStyles:!0}},parseHTML(){return[{tag:`span`,consuming:!1,getAttrs:e=>e.hasAttribute(`style`)?(this.options.mergeNestedSpanStyles&&Av(e),{}):!1}]},renderHTML({HTMLAttributes:e}){return[`span`,U(this.options.HTMLAttributes,e),0]},addCommands(){return{toggleTextStyle:e=>({commands:t})=>t.toggleMark(this.name,e),removeEmptyTextStyle:()=>({tr:e})=>{let{selection:t}=e;return e.doc.nodesBetween(t.from,t.to,(t,n)=>{if(t.isTextblock)return!0;t.marks.filter(e=>e.type===this.type).some(e=>Object.values(e.attrs).some(e=>!!e))||e.removeMark(n,n+t.nodeSize,this.type)}),!0}}}}),Mv=W.create({name:`backgroundColor`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{backgroundColor:{default:null,parseHTML:e=>{let t=e.getAttribute(`style`);if(t){let e=t.split(`;`).map(e=>e.trim()).filter(Boolean);for(let t=e.length-1;t>=0;--t){let n=e[t].split(`:`);if(n.length>=2){let e=n[0].trim().toLowerCase(),t=n.slice(1).join(`:`).trim();if(e===`background-color`)return t.replace(/['"]+/g,``)}}}return e.style.backgroundColor?.replace(/['"]+/g,``)},renderHTML:e=>e.backgroundColor?{style:`background-color: ${e.backgroundColor}`}:{}}}}]},addCommands(){return{setBackgroundColor:e=>({chain:t})=>t().setMark(`textStyle`,{backgroundColor:e}).run(),unsetBackgroundColor:()=>({chain:e})=>e().setMark(`textStyle`,{backgroundColor:null}).removeEmptyTextStyle().run()}}}),Nv=W.create({name:`color`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{color:{default:null,parseHTML:e=>{let t=e.getAttribute(`style`);if(t){let e=t.split(`;`).map(e=>e.trim()).filter(Boolean);for(let t=e.length-1;t>=0;--t){let n=e[t].split(`:`);if(n.length>=2){let e=n[0].trim().toLowerCase(),t=n.slice(1).join(`:`).trim();if(e===`color`)return t.replace(/['"]+/g,``)}}}return e.style.color?.replace(/['"]+/g,``)},renderHTML:e=>e.color?{style:`color: ${e.color}`}:{}}}}]},addCommands(){return{setColor:e=>({chain:t})=>t().setMark(`textStyle`,{color:e}).run(),unsetColor:()=>({chain:e})=>e().setMark(`textStyle`,{color:null}).removeEmptyTextStyle().run()}}}),Pv=W.create({name:`fontFamily`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{fontFamily:{default:null,parseHTML:e=>e.style.fontFamily,renderHTML:e=>e.fontFamily?{style:`font-family: ${e.fontFamily}`}:{}}}}]},addCommands(){return{setFontFamily:e=>({chain:t})=>t().setMark(`textStyle`,{fontFamily:e}).run(),unsetFontFamily:()=>({chain:e})=>e().setMark(`textStyle`,{fontFamily:null}).removeEmptyTextStyle().run()}}}),Fv=W.create({name:`fontSize`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{fontSize:{default:null,parseHTML:e=>e.style.fontSize,renderHTML:e=>e.fontSize?{style:`font-size: ${e.fontSize}`}:{}}}}]},addCommands(){return{setFontSize:e=>({chain:t})=>t().setMark(`textStyle`,{fontSize:e}).run(),unsetFontSize:()=>({chain:e})=>e().setMark(`textStyle`,{fontSize:null}).removeEmptyTextStyle().run()}}}),Iv=W.create({name:`lineHeight`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{lineHeight:{default:null,parseHTML:e=>e.style.lineHeight,renderHTML:e=>e.lineHeight?{style:`line-height: ${e.lineHeight}`}:{}}}}]},addCommands(){return{setLineHeight:e=>({chain:t})=>t().setMark(`textStyle`,{lineHeight:e}).run(),unsetLineHeight:()=>({chain:e})=>e().setMark(`textStyle`,{lineHeight:null}).removeEmptyTextStyle().run()}}});W.create({name:`textStyleKit`,addExtensions(){let e=[];return this.options.backgroundColor!==!1&&e.push(Mv.configure(this.options.backgroundColor)),this.options.color!==!1&&e.push(Nv.configure(this.options.color)),this.options.fontFamily!==!1&&e.push(Pv.configure(this.options.fontFamily)),this.options.fontSize!==!1&&e.push(Fv.configure(this.options.fontSize)),this.options.lineHeight!==!1&&e.push(Iv.configure(this.options.lineHeight)),this.options.textStyle!==!1&&e.push(jv.configure(this.options.textStyle)),e}});var Lv=fv.extend({content:`inline*`,parseHTML(){return[{tag:`td`}]},renderHTML({HTMLAttributes:e}){return[`td`,e,0]}}),Rv=pv.extend({content:`inline*`,parseHTML(){return[{tag:`th`}]},renderHTML({HTMLAttributes:e}){return[`th`,e,0]}}),zv={name:`WorshipDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([]),a=i([]),o=()=>{n.value=!0,c()},s=()=>{n.value=!1},c=async()=>{try{r.value=(await le.get(`/event-places`)).data}catch(e){console.error(`Fehler beim Laden der Orte:`,e)}};return{isOpen:n,locations:r,selectedLocations:a,openWorshipDialog:o,closeWorshipDialog:s,confirmWorshipConfiguration:()=>{t(`confirm`,JSON.stringify(a.value.map(e=>e.id))),s()}}}},Bv={key:0,class:`dialog-overlay`},Vv={class:`dialog-content`};function Hv(e,t,n,r,i,a){let o=s(`multiselect`);return S(),m(`div`,null,[r.isOpen?(S(),m(`div`,Bv,[f(`div`,Vv,[t[3]||=f(`h3`,null,`Gottesdienst-Konfiguration`,-1),t[4]||=f(`div`,null,[f(`label`,{for:`location-select`},`Bitte wählen Sie den Ort für den Gottestdienst aus:`)],-1),f(`div`,null,[g(o,{modelValue:r.selectedLocations,"onUpdate:modelValue":t[0]||=e=>r.selectedLocations=e,options:r.locations,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,"preselect-first":!1,label:`name`,"track-by":`id`,placeholder:`Orte auswählen`},null,8,[`modelValue`,`options`])]),f(`div`,null,[f(`button`,{onClick:t[1]||=(...e)=>r.confirmWorshipConfiguration&&r.confirmWorshipConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[2]||=(...e)=>r.closeWorshipDialog&&r.closeWorshipDialog(...e)},`Schließen`)])])])):x(``,!0)])}var Uv=ne(zv,[[`render`,Hv],[`__scopeId`,`data-v-39238d16`]]),Wv={name:`AddContactDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([]),a=i([]),o=i([]),s=i([]),c=i(null),l=i([]),u=i([]),d=i([]),f=i([]),p=i(`float`),m=i({phone:!1,street:!1,zipcode:!1,city:!1,email:!1,positions:!1}),h=i([{id:`all`,caption:`Alle`},{id:`specific`,caption:`Eine Person`},{id:`places`,caption:`Für bestimmte Orte`},{id:`types`,caption:`Für bestimmte Typen`},{id:`position`,caption:`Für bestimmte Positionen`}]),g=i([{id:`float`,label:`Durchlaufender Text`},{id:`box`,label:`Textbox`}]),_=()=>{n.value=!0,b(),te(),ne(),x()},ee=()=>{n.value=!1},v=()=>{l.value.some(e=>e.id===`all`)?(l.value=[{id:`all`,caption:`Alle`}],c.value=null,u.value=[],f.value=[],d.value=[]):l.value.some(e=>e.id===`specific`)?(l.value=[{id:`specific`,caption:`Eine Person`}],u.value=[],f.value=[],d.value=[]):(l.value.some(e=>e.id===`places`)||l.value.some(e=>e.id===`types`)||l.value.some(e=>e.id===`position`))&&(c.value=null)},y=()=>{console.log(`Selected positions:`,d.value);let e=``,n=Object.keys(m.value).filter(e=>m.value[e]),r={};l.value.some(e=>e.id===`all`)?r.id=`all`:l.value.some(e=>e.id===`specific`)&&c.value?r.id=c.value.id:(r.types=u.value.map(e=>e.id),r.places=f.value.map(e=>e.id),r.positions=Array.isArray(d.value)?d.value.map(e=>e.id):[]);let i={selection:r,display:n,style:p.value};e=`{{ contact:`+JSON.stringify(i)+` }}`,console.log(`Emitting config:`,e),t(`confirm`,e),ee()},b=async()=>{try{r.value=(await le.get(`/contact-persons`)).data}catch(e){console.error(`Fehler beim Laden der Kontaktpersonen:`,e)}},te=async()=>{try{a.value=(await le.get(`/event-types`)).data}catch(e){console.error(`Fehler beim Laden der Event-Typen:`,e)}},ne=async()=>{try{o.value=(await le.get(`/event-places`)).data}catch(e){console.error(`Fehler beim Laden der Orte:`,e)}},x=async()=>{try{s.value=(await le.get(`/positions`)).data}catch(e){console.error(`Fehler beim Laden der Positionen:`,e)}};return{isOpen:n,contacts:r,selectedContact:c,selectedTypes:l,selectedEventTypes:u,selectedPlaces:f,displayOptions:m,displayStyle:p,displayStyles:g,typeOptions:h,openAddContactDialog:_,closeAddContactDialog:ee,confirmAddContactConfiguration:y,onTypeSelect:v,places:o,eventTypes:a,positions:s,selectedPositions:d}}},Gv={key:0,class:`dialog-overlay`},Kv={class:`dialog-content`},qv={key:0},Jv={key:1},Yv={key:2},Xv={key:3},Zv={class:`display-options`},Qv=[`value`];function $v(e,t,r,i,o,c){let l=s(`multiselect`);return S(),m(`div`,null,[i.isOpen?(S(),m(`div`,Gv,[f(`div`,Kv,[t[27]||=f(`h3`,null,`Kontaktperson hinzufügen`,-1),f(`div`,null,[t[14]||=f(`label`,{for:`type-select`},`Typen:`,-1),g(l,{id:`type-select`,modelValue:i.selectedTypes,"onUpdate:modelValue":t[0]||=e=>i.selectedTypes=e,options:i.typeOptions,multiple:!0,label:`caption`,"track-by":`id`,onSelect:i.onTypeSelect},null,8,[`modelValue`,`options`,`onSelect`])]),i.selectedTypes.some(e=>e.id===`places`)?(S(),m(`div`,qv,[t[15]||=f(`label`,{for:`places-select`},`Wählen Sie Orte:`,-1),g(l,{id:`places-select`,modelValue:i.selectedPlaces,"onUpdate:modelValue":t[1]||=e=>i.selectedPlaces=e,options:i.places,multiple:!0,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),i.selectedTypes.some(e=>e.id===`types`)?(S(),m(`div`,Jv,[t[16]||=f(`label`,{for:`types-select`},`Wählen Sie Typen:`,-1),g(l,{id:`types-select`,modelValue:i.selectedEventTypes,"onUpdate:modelValue":t[2]||=e=>i.selectedEventTypes=e,options:i.eventTypes,multiple:!0,label:`caption`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),i.selectedTypes.some(e=>e.id===`position`)?(S(),m(`div`,Yv,[t[17]||=f(`label`,{for:`position-select`},`Wählen Sie eine Position:`,-1),g(l,{id:`position-select`,modelValue:i.selectedPositions,"onUpdate:modelValue":t[3]||=e=>i.selectedPositions=e,options:i.positions,multiple:!1,label:`caption`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),i.selectedTypes.some(e=>e.id===`specific`)?(S(),m(`div`,Xv,[t[18]||=f(`label`,{for:`contact-select`},`Wählen Sie eine Kontaktperson:`,-1),g(l,{id:`contact-select`,modelValue:i.selectedContact,"onUpdate:modelValue":t[4]||=e=>i.selectedContact=e,options:i.contacts,multiple:!1,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),f(`div`,null,[t[26]||=f(`label`,null,`Wählen Sie welche Elemente angezeigt werden sollen:`,-1),f(`div`,Zv,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[5]||=e=>i.displayOptions.phone=e},null,512),[[w,i.displayOptions.phone]]),t[19]||=v(` Telefon`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[6]||=e=>i.displayOptions.street=e},null,512),[[w,i.displayOptions.street]]),t[20]||=v(` Straße`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[7]||=e=>i.displayOptions.zipcode=e},null,512),[[w,i.displayOptions.zipcode]]),t[21]||=v(` Postleitzahl`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[8]||=e=>i.displayOptions.city=e},null,512),[[w,i.displayOptions.city]]),t[22]||=v(` Stadt`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[9]||=e=>i.displayOptions.email=e},null,512),[[w,i.displayOptions.email]]),t[23]||=v(` E-Mail`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[10]||=e=>i.displayOptions.positions=e},null,512),[[w,i.displayOptions.positions]]),t[24]||=v(` Positionen`,-1)])]),f(`div`,null,[t[25]||=f(`label`,{for:`displayStyle`},`Anzeigen als`,-1),a(f(`select`,{id:`displayStyle`,"onUpdate:modelValue":t[11]||=e=>i.displayStyle=e},[(S(!0),m(_,null,n(i.displayStyles,e=>(S(),m(`option`,{value:e.id,key:e.id},p(e.label),9,Qv))),128))],512),[[se,i.displayStyle]])])]),f(`div`,null,[f(`button`,{onClick:t[12]||=(...e)=>i.confirmAddContactConfiguration&&i.confirmAddContactConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[13]||=(...e)=>i.closeAddContactDialog&&i.closeAddContactDialog(...e)},`Schließen`)])])])):x(``,!0)])}var ey=ne(Wv,[[`render`,$v],[`__scopeId`,`data-v-2c1d1ad9`]]),ty={name:`AddEventDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([`Alle`,`Für bestimmte Orte`,`Für bestimmte Typen`,`Ein bestimmtes`,`Ereignisse für Homepage`]),a=i([]),o=i([]),s=i([]),c=i([]),l=i([]),u=i([]),d=i(null),f=i(!1),p=i({name:!1,type:!1,place:!1,description:!1,time:!1,contactPerson:!1,day:!1,institution:!1}),m=()=>{n.value=!0,ee(),v(),y()},h=()=>{n.value=!1},g=e=>{e===`Alle`||e===`Ein bestimmtes`?a.value=[e]:a.value=a.value.filter(e=>e!==`Alle`&&e!==`Ein bestimmtes`)},_=()=>{let e={};e.display=Object.keys(p.value).filter(e=>p.value[e]),f.value?e.id=`home`:a.value.includes(`Alle`)?e.id=`all`:a.value.includes(`Ein bestimmtes`)?e.id=d.value.id:(e.types=u.value.map(e=>e.id),e.places=l.value.map(e=>e.id)),t(`confirm`,`{{ events:`+JSON.stringify(e)+` }}`),h()},ee=async()=>{try{o.value=(await le.get(`/event-places`)).data}catch(e){console.error(`Fehler beim Laden der Orte:`,e)}},v=async()=>{try{s.value=(await le.get(`/event-types`)).data}catch(e){console.error(`Fehler beim Laden der Typen:`,e)}},y=async()=>{try{c.value=(await le.get(`/events`)).data}catch(e){console.error(`Fehler beim Laden der Events:`,e)}};return{isOpen:n,typeOptions:r,selectedTypes:a,places:o,eventTypes:s,events:c,selectedPlaces:l,selectedEventTypes:u,selectedEvent:d,displayOptions:p,openAddEventDialog:m,closeAddEventDialog:h,confirmAddEventConfiguration:_,onTypeSelect:g,isHomepage:f}}},ny={key:0,class:`dialog-overlay`},ry={class:`dialog-content`},iy={key:0},ay={key:1},oy={key:2},sy={class:`display-options`};function cy(e,t,n,r,i,o){let c=s(`multiselect`);return S(),m(`div`,null,[r.isOpen?(S(),m(`div`,ny,[f(`div`,ry,[t[29]||=f(`h3`,null,`Ereignisse hinzufügen`,-1),f(`div`,null,[t[15]||=f(`label`,{for:`selection-type`},`Wählen Sie den Typ:`,-1),g(c,{id:`selection-type`,modelValue:r.selectedTypes,"onUpdate:modelValue":t[0]||=e=>r.selectedTypes=e,options:r.typeOptions,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,onSelect:r.onTypeSelect},null,8,[`modelValue`,`options`,`onSelect`])]),f(`div`,null,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[1]||=e=>r.isHomepage=e},null,512),[[w,r.isHomepage]]),t[16]||=v(` Auch Ereignisse für die Homepage zeigen`,-1)])]),r.selectedTypes.includes(`Für bestimmte Orte`)?(S(),m(`div`,iy,[t[17]||=f(`label`,{for:`places-select`},`Wählen Sie Orte:`,-1),g(c,{id:`places-select`,modelValue:r.selectedPlaces,"onUpdate:modelValue":t[2]||=e=>r.selectedPlaces=e,options:r.places,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),r.selectedTypes.includes(`Für bestimmte Typen`)?(S(),m(`div`,ay,[t[18]||=f(`label`,{for:`types-select`},`Wählen Sie Typen:`,-1),g(c,{id:`types-select`,modelValue:r.selectedEventTypes,"onUpdate:modelValue":t[3]||=e=>r.selectedEventTypes=e,options:r.eventTypes,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,label:`caption`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),r.selectedTypes.includes(`Ein bestimmtes`)?(S(),m(`div`,oy,[t[19]||=f(`label`,{for:`event-select`},`Wählen Sie ein Event:`,-1),g(c,{id:`event-select`,modelValue:r.selectedEvent,"onUpdate:modelValue":t[4]||=e=>r.selectedEvent=e,options:r.events,multiple:!1,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),f(`div`,null,[t[28]||=f(`label`,null,`Wählen Sie welche Elemente angezeigt werden sollen:`,-1),f(`div`,sy,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[5]||=e=>r.displayOptions.name=e},null,512),[[w,r.displayOptions.name]]),t[20]||=v(` Name`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[6]||=e=>r.displayOptions.type=e},null,512),[[w,r.displayOptions.type]]),t[21]||=v(` Typ`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[7]||=e=>r.displayOptions.place=e},null,512),[[w,r.displayOptions.place]]),t[22]||=v(` Ort`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[8]||=e=>r.displayOptions.description=e},null,512),[[w,r.displayOptions.description]]),t[23]||=v(` Beschreibung`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[9]||=e=>r.displayOptions.time=e},null,512),[[w,r.displayOptions.time]]),t[24]||=v(` Uhrzeit`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[10]||=e=>r.displayOptions.contactPerson=e},null,512),[[w,r.displayOptions.contactPerson]]),t[25]||=v(` Kontaktperson`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[11]||=e=>r.displayOptions.day=e},null,512),[[w,r.displayOptions.day]]),t[26]||=v(` Veranstaltungstag`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[12]||=e=>r.displayOptions.institution=e},null,512),[[w,r.displayOptions.institution]]),t[27]||=v(` Institution`,-1)])])]),f(`div`,null,[f(`button`,{onClick:t[13]||=(...e)=>r.confirmAddEventConfiguration&&r.confirmAddEventConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[14]||=(...e)=>r.closeAddEventDialog&&r.closeAddEventDialog(...e)},`Schließen`)])])])):x(``,!0)])}var ly=ne(ty,[[`render`,cy],[`__scopeId`,`data-v-950ec016`]]),uy={name:`AddLinkDialog`,data(){return{showDialog:!1,url:``,text:``}},methods:{openAddLinkDialog(){this.showDialog=!0},closeDialog(){this.showDialog=!1,this.url=``,this.text=``},confirm(){this.$emit(`confirm`,this.url,this.text),this.closeDialog()}}},dy={key:0,class:`modal`},fy={class:`modal-content`};function py(e,t,n,r,i,o){return i.showDialog?(S(),m(`div`,dy,[f(`div`,fy,[f(`span`,{class:`close`,onClick:t[0]||=(...e)=>o.closeDialog&&o.closeDialog(...e)},`×`),t[6]||=f(`h2`,null,`Link hinzufügen`,-1),f(`table`,null,[f(`tbody`,null,[f(`tr`,null,[t[4]||=f(`td`,null,[f(`label`,{for:`link-url`},`URL:`)],-1),f(`td`,null,[a(f(`input`,{id:`link-url`,"onUpdate:modelValue":t[1]||=e=>i.url=e,type:`text`},null,512),[[oe,i.url]])])]),f(`tr`,null,[t[5]||=f(`td`,null,[f(`label`,{for:`link-text`},`Linktext:`)],-1),f(`td`,null,[a(f(`input`,{id:`link-text`,"onUpdate:modelValue":t[2]||=e=>i.text=e,type:`text`},null,512),[[oe,i.text]])])])])]),f(`button`,{onClick:t[3]||=(...e)=>o.confirm&&o.confirm(...e)},`Hinzufügen`)])])):x(``,!0)}var my=ne(uy,[[`render`,py],[`__scopeId`,`data-v-66d76ae6`]]),hy={name:`AddDownloadDialog`,data(){return{showDialog:!1,selectedFile:null,files:[]}},methods:{async openAddDownloadDialog(){this.showDialog=!0;try{this.files=(await le.get(`/files`)).data}catch(e){console.error(`Fehler beim Abrufen der Dateien:`,e)}},closeDialog(){this.showDialog=!1,this.selectedFile=null},confirm(){this.selectedFile?(console.log(this.selectedFile.hash),this.$emit(`confirm`,{hash:this.selectedFile.hash}),this.closeDialog()):alert(`Bitte wählen Sie eine Datei aus.`)}}},gy={key:0,class:`modal`},_y={class:`modal-content`},vy=[`value`];function yy(e,t,r,i,o,s){return o.showDialog?(S(),m(`div`,gy,[f(`div`,_y,[f(`span`,{class:`close`,onClick:t[0]||=(...e)=>s.closeDialog&&s.closeDialog(...e)},`×`),t[4]||=f(`h2`,null,`Datei zum Download hinzufügen`,-1),f(`table`,null,[f(`tbody`,null,[f(`tr`,null,[t[3]||=f(`td`,null,[f(`label`,{for:`file-select`},`Datei auswählen:`)],-1),f(`td`,null,[a(f(`select`,{id:`file-select`,"onUpdate:modelValue":t[1]||=e=>o.selectedFile=e},[(S(!0),m(_,null,n(o.files,e=>(S(),m(`option`,{key:e.id,value:e},p(e.title)+` (`+p(e.originalName)+`) `,9,vy))),128))],512),[[se,o.selectedFile]])])])])]),f(`button`,{onClick:t[2]||=(...e)=>s.confirm&&s.confirm(...e)},`Hinzufügen`)])])):x(``,!0)}var by=ne(hy,[[`render`,yy],[`__scopeId`,`data-v-76913011`]]),xy={name:`AddInstitutionDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([]),a=i(null),o=i(`float`),s=i({street:!1,zipcode:!1,city:!1,phone:!1,fax:!1,email:!1}),c=i([{id:`all`,name:`Alle`},...r.value]),l=i([{id:`float`,label:`Durchlaufender Text`},{id:`box`,label:`Textbox`}]),u=()=>{n.value=!0,m()},d=()=>{n.value=!1},f=()=>{a.value&&a.value.id===`all`&&(c.value=[{id:`all`,name:`Alle`}],a.value={id:`all`,name:`Alle`})},p=()=>{let e=Object.keys(s.value).filter(e=>s.value[e]),n={id:a.value.id,display:e,style:o.value};t(`confirm`,`{{ institution:${JSON.stringify(n)} }}`),d()},m=async()=>{try{r.value=(await le.get(`/institutions`)).data,c.value=[{id:`all`,name:`Alle`},...r.value]}catch(e){console.error(`Fehler beim Laden der Institutionen:`,e)}};return{isOpen:n,institutions:r,selectedInstitution:a,displayOptions:s,displayStyle:o,displayStyles:l,institutionOptions:c,openAddInstitutionDialog:u,closeAddInstitutionDialog:d,confirmAddInstitutionConfiguration:p,onInstitutionSelect:f}}},Sy={key:0,class:`dialog-overlay`},Cy={class:`dialog-content`},wy={class:`display-options`},Ty=[`value`];function Ey(e,t,r,i,o,c){let l=s(`multiselect`);return S(),m(`div`,null,[i.isOpen?(S(),m(`div`,Sy,[f(`div`,Cy,[t[19]||=f(`h3`,null,`Institution hinzufügen`,-1),f(`div`,null,[t[10]||=f(`label`,{for:`institution-select`},`Wählen Sie eine Institution:`,-1),g(l,{id:`institution-select`,modelValue:i.selectedInstitution,"onUpdate:modelValue":t[0]||=e=>i.selectedInstitution=e,options:i.institutionOptions,multiple:!1,label:`name`,"track-by":`id`,onSelect:i.onInstitutionSelect},null,8,[`modelValue`,`options`,`onSelect`])]),f(`div`,null,[t[18]||=f(`label`,null,`Wählen Sie welche Elemente angezeigt werden sollen:`,-1),f(`div`,wy,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[1]||=e=>i.displayOptions.street=e},null,512),[[w,i.displayOptions.street]]),t[11]||=v(` Straße`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[2]||=e=>i.displayOptions.zipcode=e},null,512),[[w,i.displayOptions.zipcode]]),t[12]||=v(` Postleitzahl`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[3]||=e=>i.displayOptions.city=e},null,512),[[w,i.displayOptions.city]]),t[13]||=v(` Stadt`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[4]||=e=>i.displayOptions.phone=e},null,512),[[w,i.displayOptions.phone]]),t[14]||=v(` Telefon`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[5]||=e=>i.displayOptions.fax=e},null,512),[[w,i.displayOptions.fax]]),t[15]||=v(` Fax`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[6]||=e=>i.displayOptions.email=e},null,512),[[w,i.displayOptions.email]]),t[16]||=v(` E-Mail`,-1)])]),f(`div`,null,[t[17]||=f(`label`,{for:`displayStyle`},`Anzeigen als`,-1),a(f(`select`,{id:`displayStyle`,"onUpdate:modelValue":t[7]||=e=>i.displayStyle=e},[(S(!0),m(_,null,n(i.displayStyles,e=>(S(),m(`option`,{value:e.id,key:e.id},p(e.label),9,Ty))),128))],512),[[se,i.displayStyle]])])]),f(`div`,null,[f(`button`,{onClick:t[8]||=(...e)=>i.confirmAddInstitutionConfiguration&&i.confirmAddInstitutionConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[9]||=(...e)=>i.closeAddInstitutionDialog&&i.closeAddInstitutionDialog(...e)},`Schließen`)])])])):x(``,!0)])}var Dy=ne(xy,[[`render`,Ey],[`__scopeId`,`data-v-1c37dd67`]]),$=Symbol(`IconoirProvider`);h({setup(){return{context:C($)}}});var Oy=(e,t)=>{let n=e.__vccOpts||e;for(let[e,r]of t)n[e]=r;return n};h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var ky=h({setup(){return{context:C($)}}});function Ay(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,8)],16)}var jy=Oy(ky,[[`render`,Ay]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var My=h({setup(){return{context:C($)}}});function Ny(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,8)],16)}var Py=Oy(My,[[`render`,Ny]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Fy=h({setup(){return{context:C($)}}});function Iy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M12 3L12 21M12 21L20.5 12.5M12 21L3.5 12.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Ly=Oy(Fy,[[`render`,Iy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Ry=h({setup(){return{context:C($)}}});function zy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M3 12L21 12M21 12L12.5 3.5M21 12L12.5 20.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var By=Oy(Ry,[[`render`,zy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Vy=h({setup(){return{context:C($)}}});function Hy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M12 11.6667H8M12 11.6667C12 11.6667 15.3333 11.6667 15.3333 8.33333C15.3333 5.00002 12 5 12 5C12 5 12 5 12 5H8.6C8.26863 5 8 5.26863 8 5.6V11.6667M12 11.6667C12 11.6667 16 11.6667 16 15.3333C16 19 12 19 12 19C12 19 12 19 12 19H8.6C8.26863 19 8 18.7314 8 18.4V11.6667`,stroke:`currentColor`,"stroke-width":`1.5`},null,-1)],16)}var Uy=Oy(Vy,[[`render`,Hy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Wy=h({setup(){return{context:C($)}}});function Gy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M6 20L18 20`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M12 4V16M12 16L15.5 12.5M12 16L8.5 12.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Ky=Oy(Wy,[[`render`,Gy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var qy=h({setup(){return{context:C($)}}});function Jy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M11 5L14 5M17 5L14 5M14 5L10 19M10 19L7 19M10 19L13 19`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Yy=Oy(qy,[[`render`,Jy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Xy=h({setup(){return{context:C($)}}});function Zy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,6)],16)}var Qy=Oy(Xy,[[`render`,Zy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var $y=h({setup(){return{context:C($)}}});function eb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,7)],16)}var tb=Oy($y,[[`render`,eb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var nb=h({setup(){return{context:C($)}}});function rb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M8 21H20.4C20.7314 21 21 20.7314 21 20.4V3.6C21 3.26863 20.7314 3 20.4 3H3.6C3.26863 3 3 3.26863 3 3.6V16`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M3.5 20.5L12 12M12 12V16M12 12H8`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var ib=Oy(nb,[[`render`,rb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var ab=h({setup(){return{context:C($)}}});function ob(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,5)],16)}var sb=Oy(ab,[[`render`,ob]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var cb=h({setup(){return{context:C($)}}});function lb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M3 12L21 12`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M16.2857 3L10.068 3C7.82129 3 6 4.82129 6 7.06797C6 8.81895 7.12044 10.3735 8.78157 10.9272L12 12M6 21H13.932C16.1787 21 18 19.1787 18 16.932C18 16.2409 17.8255 15.5804 17.512 15`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var ub=Oy(cb,[[`render`,lb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var db=h({setup(){return{context:C($)}}});function fb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,5)],16)}var pb=Oy(db,[[`render`,fb]]),mb=h({setup(){return{context:C($)}}});function hb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M3 12H7.5H12H16.5H21M3 12V16.5M3 12V7.5M21 12V16.5M21 12V7.5M3 16.5V20.4C3 20.7314 3.26863 21 3.6 21H7.5H12H16.5H20.4C20.7314 21 21 20.7314 21 20.4V16.5M3 16.5H7.5H12H16.5H21M21 7.5V3.6C21 3.26863 20.7314 3 20.4 3H16.5H12H7.5H3.6C3.26863 3 3 3.26863 3 3.6V7.5M21 7.5H16.5H12H7.5H3`,stroke:`currentColor`,"stroke-width":`1.5`},null,-1)],16)}var gb=Oy(mb,[[`render`,hb]]),_b=h({setup(){return{context:C($)}}});function vb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,7)],16)}var yb=Oy(_b,[[`render`,vb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var bb=h({setup(){return{context:C($)}}});function xb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M16 5V11C16 13.2091 14.2091 15 12 15V15C9.79086 15 8 13.2091 8 11V5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M6 19L18 19`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Sb=Oy(bb,[[`render`,xb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Cb={name:`EditPagesComponent`,components:{EditorContent:pf,WorshipDialog:Uv,AddImageDialog:de,BoldIcon:Uy,ItalicIcon:Yy,UnderlineIcon:Sb,StrikethroughIcon:ub,ListIcon:Qy,NumberedListLeftIcon:tb,TableIcon:yb,Table2ColumnsIcon:pb,ArrowDownIcon:Ly,ArrowRightIcon:By,TableRowsIcon:gb,AlignTopBoxIcon:Py,AlignLeftBoxIcon:jy,StatsReportIcon:sb,AddEventDialog:ly,AddContactDialog:ey,AddLinkDialog:my,AddDownloadDialog:by,AddInstitutionDialog:Dy,OpenInWindowIcon:ib,DownloadIcon:Ky},setup(){let e=ce(),n=i([]),r=i(``),a=te(()=>e.state.pageContent),o=i(null),s=i(null),c=i(null),l=i(null),u=i(null),d=i(null),f=i(null),p=i(null),m=mf({extensions:[wg,Dv.configure({resizable:!0}),mv,Lv,Rv,Sf,Rf,Ph,Mh,nh,Ch,Mf.configure({levels:[3,4,5,6]}),Xm.configure({openOnClick:!1}),jv,Nv],content:``,onUpdate:({editor:t})=>{e.commit(`SET_PAGE_CONTENT`,t.getHTML())}}),h=(e,t,n=``)=>{e.forEach(e=>{let r=n?`${n} -> ${e.name}`:e.name;t.push({...e,name:r}),e.submenu&&e.submenu.length&&h(e.submenu,t,r)})},g=async()=>{try{let t=(await le.get(`/menu-data`)).data,r=[];h(t,r),n.value=r.sort((e,t)=>e.name.localeCompare(t.name)),e.commit(`setMenuData`,t)}catch(e){console.error(`Fehler beim Abrufen der Seiten:`,e)}},_=async()=>{try{await e.dispatch(`loadPageContent`,r.value);let t=e.getters.pageContent,n=()=>{m.value&&m.value.commands?m.value.commands.setContent(t,!1):setTimeout(n,100)};n()}catch(e){console.error(`Fehler beim Laden des Seiteninhalts:`,e)}},v=async()=>{try{let t=n.value.find(e=>e.link===r.value)?.name||``;if(!t)return;let i=m.value.getHTML();e.commit(`SET_PAGE_CONTENT`,i),await e.dispatch(`savePageContent`,{link:r.value,name:t})}catch(e){console.error(`Fehler beim Speichern des Seiteninhalts:`,e)}};t(g);let y=te(()=>n.value);return ee(r,t=>{e.dispatch(`setSelectedPage`,t);let r=n.value.find(e=>e.link===t);r&&e.dispatch(`setPageTitle`,r.name),_()}),{pages:n,sortedPages:y,selectedPage:r,editor:m,loadPageContent:_,savePageContent:v,pageHtmlContent:a,openWorshipDialog:()=>{o.value.openWorshipDialog()},insertWorshipList:e=>{if(m.value){let t={location:e,order:`date asc`};m.value.chain().focus().insertContent(`{{ worshipslist:`+JSON.stringify(t)+` }}`).run()}},worshipDialog:o,addImageDialog:s,openAddImageDialog:()=>{s.value.openAddImageDialog()},insertImage:e=>{m.value&&m.value.chain().focus().insertContent(`{{ image:${e} }}`).run()},addEventDialog:c,openAddEventsDialog:()=>{c.value.openAddEventDialog()},addContactDialog:l,openAddContactDialog:()=>{l.value.openAddContactDialog()},insertContact:e=>{m.value&&m.value.chain().focus().insertContent(e).run()},insertEvent:e=>{m.value&&m.value.chain().focus().insertContent(e).run()},addLinkDialog:u,openAddLinkDialog:()=>{u.value.openAddLinkDialog()},insertLink:(e,t)=>{if(!m.value||!e)return;let n=m.value.state.doc.textBetween(m.value.state.selection.from,m.value.state.selection.to),r=(e=>e.replace(/[&<>"']/g,e=>({"&":`&`,"<":`<`,">":`>`,'"':`"`,"'":`'`})[e]))(t&&t.trim()||n||e),i=e.trim();m.value.chain().focus().insertContent(`${r}`).run()},addDownloadDialog:d,openAddDownloadDialog:()=>{d.value.openAddDownloadDialog()},insertDownload:({hash:e})=>{if(e&&m.value){let t=`{{ download:`+e+` }}`;m.value.chain().focus().insertContent(t).run()}},addInstitutionDialog:f,openAddInstitutionDialog:()=>{f.value.openAddInstitutionDialog()},insertInstitution:e=>{m.value&&m.value.chain().focus().insertContent(e).run()},colorPicker:p,openColorPicker:()=>{p.value.click()},setColor:e=>{let t=e.target.value;m.value&&m.value.chain().focus().setColor(t).run()},toggleHeading:e=>{m.value.chain().focus().toggleHeading({level:e}).run()},toggleBold:()=>{m.value.chain().focus().toggleBold().run()},toggleItalic:()=>{m.value.chain().focus().toggleItalic().run()},toggleUnderline:()=>{m.value.chain().focus().toggleUnderline().run()},toggleStrike:()=>{m.value.chain().focus().toggleStrike().run()},insertTable:()=>{m.value.chain().focus().insertTable({rows:3,cols:3,withHeaderRow:!0}).run()},toggleBulletList:()=>{m.value.chain().focus().toggleBulletList().run()},toggleOrderedList:()=>{m.value.chain().focus().toggleOrderedList().run()}}}},wb={class:`edit-pages`},Tb=[`value`],Eb={class:`toolbar`},Db={class:`table-toolbar`},Ob={class:`additional-toolbar`},kb={class:y([`htmleditor`])};function Ab(e,t,r,i,o,c){let l=s(`BoldIcon`),u=s(`ItalicIcon`),d=s(`UnderlineIcon`),h=s(`StrikethroughIcon`),ee=s(`TableIcon`),v=s(`ListIcon`),b=s(`NumberedListLeftIcon`),te=s(`StatsReportIcon`),ne=s(`OpenInWindowIcon`),x=s(`DownloadIcon`),re=s(`ArrowDownIcon`),ie=s(`Table2ColumnsIcon`),C=s(`ArrowRightIcon`),ae=s(`TableRowsIcon`),oe=s(`AlignTopBoxIcon`),w=s(`AlignLeftBoxIcon`),ce=s(`EditorContent`),le=s(`WorshipDialog`),ue=s(`AddImageDialog`),de=s(`AddContactDialog`),T=s(`AddEventDialog`),fe=s(`AddLinkDialog`),pe=s(`AddDownloadDialog`),E=s(`AddInstitutionDialog`);return S(),m(`div`,wb,[t[33]||=f(`h2`,null,`Webseiten bearbeiten`,-1),f(`div`,null,[t[32]||=f(`label`,{for:`page-select`},`Wähle eine Seite:`,-1),a(f(`select`,{id:`page-select`,"onUpdate:modelValue":t[0]||=e=>i.selectedPage=e,onChange:t[1]||=(...e)=>i.loadPageContent&&i.loadPageContent(...e)},[(S(!0),m(_,null,n(i.sortedPages,e=>(S(),m(`option`,{key:e.link,value:e.link},p(e.name),9,Tb))),128))],544),[[se,i.selectedPage]])]),f(`div`,Eb,[f(`button`,{onClick:t[2]||=e=>i.toggleHeading(3),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:3})})},`H3`,2),f(`button`,{onClick:t[3]||=e=>i.toggleHeading(4),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:4})})},`H4`,2),f(`button`,{onClick:t[4]||=e=>i.toggleHeading(5),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:5})})},`H5`,2),f(`button`,{onClick:t[5]||=e=>i.toggleHeading(6),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:6})})},`H6`,2),f(`button`,{onClick:t[6]||=e=>i.toggleBold(),class:y({"is-active":i.editor&&i.editor.isActive(`bold`)}),width:`24`,height:`24`},[g(l,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[7]||=e=>i.toggleItalic(),class:y({"is-active":i.editor&&i.editor.isActive(`italic`)})},[g(u,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[8]||=e=>i.toggleUnderline(),class:y({"is-active":i.editor&&i.editor.isActive(`underline`)})},[g(d,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[9]||=e=>i.toggleStrike(),class:y({"is-active":i.editor&&i.editor.isActive(`strike`)})},[g(h,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[10]||=e=>i.insertTable()},[g(ee,{width:`24`,height:`24`})]),f(`button`,{onClick:t[11]||=e=>i.toggleBulletList(),class:y({"is-active":i.editor&&i.editor.isActive(`bulletList`)})},[g(v,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[12]||=e=>i.toggleOrderedList(),class:y({"is-active":i.editor&&i.editor.isActive(`orderedList`)})},[g(b,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[13]||=(...e)=>i.openAddImageDialog&&i.openAddImageDialog(...e)},[g(te,{width:`24`,height:`24`})]),f(`button`,{onClick:t[14]||=(...e)=>i.openAddLinkDialog&&i.openAddLinkDialog(...e)},[g(ne,{width:`24`,height:`24`})]),f(`button`,{onClick:t[15]||=(...e)=>i.openAddDownloadDialog&&i.openAddDownloadDialog(...e)},[g(x,{width:`24`,height:`24`})]),f(`button`,{onClick:t[16]||=(...e)=>i.openColorPicker&&i.openColorPicker(...e)},`Schriftfarbe`),f(`input`,{type:`color`,ref:`colorPicker`,onInput:t[17]||=(...e)=>i.setColor&&i.setColor(...e),style:{display:`none`}},null,544)]),f(`div`,Db,[f(`button`,{onClick:t[18]||=t=>e.addColumnBefore()},[g(re,{width:`10`,height:`10`,class:`align-top`}),g(ie,{width:`24`,height:`24`})]),f(`button`,{onClick:t[19]||=t=>e.addColumnAfter()},[g(ie,{width:`24`,height:`24`}),g(re,{width:`10`,height:`10`,class:`align-top`})]),f(`button`,{onClick:t[20]||=t=>e.addRowBefore()},[g(C,{width:`10`,height:`10`,class:`align-top`}),g(ae,{width:`24`,height:`24`})]),f(`button`,{onClick:t[21]||=t=>e.addRowAfter()},[g(C,{width:`10`,height:`10`}),g(ae,{width:`24`,height:`24`})]),f(`button`,{onClick:t[22]||=t=>e.deleteColumn()},[g(ie,{width:`24`,height:`24`,class:`delete-icon`})]),f(`button`,{onClick:t[23]||=t=>e.deleteRow()},[g(ae,{width:`24`,height:`24`,class:`delete-icon`})]),f(`button`,{onClick:t[24]||=t=>e.toggleHeaderColumn()},[g(oe,{width:`24`,height:`24`})]),f(`button`,{onClick:t[25]||=t=>e.toggleHeaderRow()},[g(w,{width:`24`,height:`24`})])]),f(`div`,Ob,[f(`button`,{onClick:t[26]||=(...e)=>i.openAddEventsDialog&&i.openAddEventsDialog(...e)},`Events`),f(`button`,{onClick:t[27]||=(...e)=>i.openAddContactDialog&&i.openAddContactDialog(...e)},`Kontaktpersonen`),f(`button`,{onClick:t[28]||=(...e)=>i.openAddInstitutionDialog&&i.openAddInstitutionDialog(...e)},`Institutionen`),f(`button`,{onClick:t[29]||=(...e)=>i.openWorshipDialog&&i.openWorshipDialog(...e)},`Gottesdienste`)]),f(`div`,kb,[g(ce,{editor:i.editor},null,8,[`editor`])]),f(`button`,{onClick:t[30]||=(...e)=>i.savePageContent&&i.savePageContent(...e)},`Speichern`),g(le,{ref:`worshipDialog`,onConfirm:i.insertWorshipList},null,8,[`onConfirm`]),g(ue,{ref:`addImageDialog`,onConfirm:i.insertImage},null,8,[`onConfirm`]),g(de,{ref:`addContactDialog`,onConfirm:i.insertContact},null,8,[`onConfirm`]),g(T,{ref:`addEventDialog`,onConfirm:i.insertEvent},null,8,[`onConfirm`]),g(fe,{ref:`addLinkDialog`,onConfirm:i.insertLink},null,8,[`onConfirm`]),g(pe,{ref:`addDownloadDialog`,onConfirm:i.insertDownload},null,8,[`onConfirm`]),g(E,{ref:`addInstitutionDialog`,onConfirm:i.insertInstitution},null,8,[`onConfirm`]),f(`input`,{type:`color`,ref:`colorPicker`,onInput:t[31]||=(...e)=>i.setColor&&i.setColor(...e),style:{display:`none`}},null,544)])}var jb=ne(Cb,[[`render`,Ab],[`__scopeId`,`data-v-f49d356d`]]);export{jb as default}; +//# sourceMappingURL=EditPagesComponent-C69VrK9O.js.map \ No newline at end of file diff --git a/public/assets/EditPagesComponent-C9IBz-2U.js b/public/assets/EditPagesComponent-C9IBz-2U.js new file mode 100644 index 0000000..10d88a1 --- /dev/null +++ b/public/assets/EditPagesComponent-C9IBz-2U.js @@ -0,0 +1,147 @@ +import{A as e,C as t,E as n,F as r,L as i,M as a,N as o,O as s,S as c,V as l,_ as u,b as d,c as f,ct as p,d as m,g as h,h as g,i as _,k as ee,m as v,ot as y,p as b,s as te,t as ne,u as x,v as re,w as S,x as ie,y as C,z as ae}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as oe,i as se,r as w}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{a as ce}from"./vuex.esm-bundler-CDO_-3pz.js";import{r as le}from"./router-DXnXJqfT.js";import{t as ue}from"./vue-multiselect.esm-ClUY7h_I.js";import{t as de}from"./AddImageDialog-C8rQBBBA.js";function T(e){this.content=e}T.prototype={constructor:T,find:function(e){for(var t=0;t>1}},T.from=function(e){if(e instanceof T)return e;var t=[];if(e)for(var n in e)t.push(n,e[n]);return new T(t)};function fe(e,t,n){for(let r=0;;r++){if(r==e.childCount||r==t.childCount)return e.childCount==t.childCount?null:n;let i=e.child(r),a=t.child(r);if(i==a){n+=i.nodeSize;continue}if(!i.sameMarkup(a))return n;if(i.isText&&i.text!=a.text){for(let e=0;i.text[e]==a.text[e];e++)n++;return n}if(i.content.size||a.content.size){let e=fe(i.content,a.content,n+1);if(e!=null)return e}n+=i.nodeSize}}function pe(e,t,n,r){for(let i=e.childCount,a=t.childCount;;){if(i==0||a==0)return i==a?null:{a:n,b:r};let o=e.child(--i),s=t.child(--a),c=o.nodeSize;if(o==s){n-=c,r-=c;continue}if(!o.sameMarkup(s))return{a:n,b:r};if(o.isText&&o.text!=s.text){let e=0,t=Math.min(o.text.length,s.text.length);for(;ee&&n(s,r+o,i||null,a)!==!1&&s.content.size){let i=o+1;s.nodesBetween(Math.max(0,e-i),Math.min(s.content.size,t-i),n,r+i)}o=c}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,t,n,r){let i=``,a=!0;return this.nodesBetween(e,t,(o,s)=>{let c=o.isText?o.text.slice(Math.max(e,s)-s,t-s):o.isLeaf?r?typeof r==`function`?r(o):r:o.type.spec.leafText?o.type.spec.leafText(o):``:``;o.isBlock&&(o.isLeaf&&c||o.isTextblock)&&n&&(a?a=!1:i+=n),i+=c},0),i}append(t){if(!t.size)return this;if(!this.size)return t;let n=this.lastChild,r=t.firstChild,i=this.content.slice(),a=0;for(n.isText&&n.sameMarkup(r)&&(i[i.length-1]=n.withText(n.text+r.text),a=1);at)for(let e=0,a=0;at&&((an)&&(o=o.isText?o.cut(Math.max(0,t-a),Math.min(o.text.length,n-a)):o.cut(Math.max(0,t-a-1),Math.min(o.content.size,n-a-1))),r.push(o),i+=o.nodeSize),a=s}return new e(r,i)}cutByIndex(t,n){return t==n?e.empty:t==0&&n==this.content.length?this:new e(this.content.slice(t,n))}replaceChild(t,n){let r=this.content[t];if(r==n)return this;let i=this.content.slice(),a=this.size+n.nodeSize-r.nodeSize;return i[t]=n,new e(i,a)}addToStart(t){return new e([t].concat(this.content),this.size+t.nodeSize)}addToEnd(t){return new e(this.content.concat(t),this.size+t.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let t=0;tthis.size||e<0)throw RangeError(`Position ${e} outside of fragment (${this})`);for(let t=0,n=0;;t++){let r=this.child(t),i=n+r.nodeSize;if(i>=e)return i==e?he(t+1,i):he(t,n);n=i}}toString(){return`<`+this.toStringInner()+`>`}toStringInner(){return this.content.join(`, `)}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(t,n){if(!n)return e.empty;if(!Array.isArray(n))throw RangeError(`Invalid input for Fragment.fromJSON`);return new e(n.map(t.nodeFromJSON))}static fromArray(t){if(!t.length)return e.empty;let n,r=0;for(let e=0;ethis.type.rank&&(t||=e.slice(0,r),t.push(this),n=!0),t&&t.push(i)}return t||=e.slice(),n||t.push(this),t}removeFromSet(e){for(let t=0;te.type.rank-t.type.rank),n}};D.none=[];var _e=class extends Error{},O=class e{constructor(e,t,n){this.content=e,this.openStart=t,this.openEnd=n}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(t,n){let r=ye(this.content,t+this.openStart,n);return r&&new e(r,this.openStart,this.openEnd)}removeBetween(t,n){return new e(ve(this.content,t+this.openStart,n+this.openStart),this.openStart,this.openEnd)}eq(e){return this.content.eq(e.content)&&this.openStart==e.openStart&&this.openEnd==e.openEnd}toString(){return this.content+`(`+this.openStart+`,`+this.openEnd+`)`}toJSON(){if(!this.content.size)return null;let e={content:this.content.toJSON()};return this.openStart>0&&(e.openStart=this.openStart),this.openEnd>0&&(e.openEnd=this.openEnd),e}static fromJSON(t,n){if(!n)return e.empty;let r=n.openStart||0,i=n.openEnd||0;if(typeof r!=`number`||typeof i!=`number`)throw RangeError(`Invalid input for Slice.fromJSON`);return new e(E.fromJSON(t,n.content),r,i)}static maxOpen(t,n=!0){let r=0,i=0;for(let e=t.firstChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.firstChild)r++;for(let e=t.lastChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.lastChild)i++;return new e(t,r,i)}};O.empty=new O(E.empty,0,0);function ve(e,t,n){let{index:r,offset:i}=e.findIndex(t),a=e.maybeChild(r),{index:o,offset:s}=e.findIndex(n);if(i==t||a.isText){if(s!=n&&!e.child(o).isText)throw RangeError(`Removing non-flat range`);return e.cut(0,t).append(e.cut(n))}if(r!=o)throw RangeError(`Removing non-flat range`);return e.replaceChild(r,a.copy(ve(a.content,t-i-1,n-i-1)))}function ye(e,t,n,r){let{index:i,offset:a}=e.findIndex(t),o=e.maybeChild(i);if(a==t||o.isText)return r&&!r.canReplace(i,i,n)?null:e.cut(0,t).append(n).append(e.cut(t));let s=ye(o.content,t-a-1,n,o);return s&&e.replaceChild(i,o.copy(s))}function be(e,t,n){if(n.openStart>e.depth)throw new _e(`Inserted content deeper than insertion position`);if(e.depth-n.openStart!=t.depth-n.openEnd)throw new _e(`Inconsistent open depths`);return xe(e,t,n,0)}function xe(e,t,n,r){let i=e.index(r),a=e.node(r);if(i==t.index(r)&&r=0&&e.isText&&e.sameMarkup(t[n])?t[n]=e.withText(t[n].text+e.text):t.push(e)}function Te(e,t,n,r){let i=(t||e).node(n),a=0,o=t?t.index(n):i.childCount;e&&(a=e.index(n),e.depth>n?a++:e.textOffset&&(we(e.nodeAfter,r),a++));for(let e=a;ei&&Ce(e,t,i+1),o=r.depth>i&&Ce(n,r,i+1),s=[];return Te(null,e,i,s),a&&o&&t.index(i)==n.index(i)?(Se(a,o),we(Ee(a,De(e,t,n,r,i+1)),s)):(a&&we(Ee(a,Oe(e,t,i+1)),s),Te(t,n,i,s),o&&we(Ee(o,Oe(n,r,i+1)),s)),Te(r,null,i,s),new E(s)}function Oe(e,t,n){let r=[];return Te(null,e,n,r),e.depth>n&&we(Ee(Ce(e,t,n+1),Oe(e,t,n+1)),r),Te(t,null,n,r),new E(r)}function ke(e,t){let n=t.depth-e.openStart,r=t.node(n).copy(e.content);for(let e=n-1;e>=0;e--)r=t.node(e).copy(E.from(r));return{start:r.resolveNoCache(e.openStart+n),end:r.resolveNoCache(r.content.size-e.openEnd-n)}}var Ae=class e{constructor(e,t,n){this.pos=e,this.path=t,this.parentOffset=n,this.depth=t.length/3-1}resolveDepth(e){return e==null?this.depth:e<0?this.depth+e:e}get parent(){return this.node(this.depth)}get doc(){return this.node(0)}node(e){return this.path[this.resolveDepth(e)*3]}index(e){return this.path[this.resolveDepth(e)*3+1]}indexAfter(e){return e=this.resolveDepth(e),this.index(e)+(e==this.depth&&!this.textOffset?0:1)}start(e){return e=this.resolveDepth(e),e==0?0:this.path[e*3-1]+1}end(e){return e=this.resolveDepth(e),this.start(e)+this.node(e).content.size}before(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position before the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]}after(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position after the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]+this.path[e*3].nodeSize}get textOffset(){return this.pos-this.path[this.path.length-1]}get nodeAfter(){let e=this.parent,t=this.index(this.depth);if(t==e.childCount)return null;let n=this.pos-this.path[this.path.length-1],r=e.child(t);return n?e.child(t).cut(n):r}get nodeBefore(){let e=this.index(this.depth),t=this.pos-this.path[this.path.length-1];return t?this.parent.child(e).cut(0,t):e==0?null:this.parent.child(e-1)}posAtIndex(e,t){t=this.resolveDepth(t);let n=this.path[t*3],r=t==0?0:this.path[t*3-1]+1;for(let t=0;t0;t--)if(this.start(t)<=e&&this.end(t)>=e)return t;return 0}blockRange(e=this,t){if(e.pos=0;n--)if(e.pos<=this.end(n)&&(!t||t(this.node(n))))return new Pe(this,e,n);return null}sameParent(e){return this.pos-this.parentOffset==e.pos-e.parentOffset}max(e){return e.pos>this.pos?e:this}min(e){return e.pos=0&&n<=t.content.size))throw RangeError(`Position `+n+` out of range`);let r=[],i=0,a=n;for(let e=t;;){let{index:t,offset:n}=e.content.findIndex(a),o=a-n;if(r.push(e,t,i+n),!o||(e=e.child(t),e.isText))break;a=o-1,i+=n+1}return new e(n,r,a)}static resolveCached(t,n){let r=Ne.get(t);if(r)for(let e=0;ee&&this.nodesBetween(e,t,e=>(n.isInSet(e.marks)&&(r=!0),!r)),r}get isBlock(){return this.type.isBlock}get isTextblock(){return this.type.isTextblock}get inlineContent(){return this.type.inlineContent}get isInline(){return this.type.isInline}get isText(){return this.type.isText}get isLeaf(){return this.type.isLeaf}get isAtom(){return this.type.isAtom}toString(){if(this.type.spec.toDebugString)return this.type.spec.toDebugString(this);let e=this.type.name;return this.content.size&&(e+=`(`+this.content.toStringInner()+`)`),Re(this.marks,e)}contentMatchAt(e){let t=this.type.contentMatch.matchFragment(this.content,0,e);if(!t)throw Error(`Called contentMatchAt on a node with invalid content`);return t}canReplace(e,t,n=E.empty,r=0,i=n.childCount){let a=this.contentMatchAt(e).matchFragment(n,r,i),o=a&&a.matchFragment(this.content,t);if(!o||!o.validEnd)return!1;for(let e=r;ee.type.name)}`);this.content.forEach(e=>e.check())}toJSON(){let e={type:this.type.name};for(let t in this.attrs){e.attrs=this.attrs;break}return this.content.size&&(e.content=this.content.toJSON()),this.marks.length&&(e.marks=this.marks.map(e=>e.toJSON())),e}static fromJSON(e,t){if(!t)throw RangeError(`Invalid input for Node.fromJSON`);let n;if(t.marks){if(!Array.isArray(t.marks))throw RangeError(`Invalid mark data for Node.fromJSON`);n=t.marks.map(e.markFromJSON)}if(t.type==`text`){if(typeof t.text!=`string`)throw RangeError(`Invalid text node in JSON`);return e.text(t.text,n)}let r=E.fromJSON(e,t.content),i=e.nodeType(t.type).create(t.attrs,r,n);return i.type.checkAttrs(i.attrs),i}};Ie.prototype.text=void 0;var Le=class e extends Ie{constructor(e,t,n,r){if(super(e,t,null,r),!n)throw RangeError(`Empty text nodes are not allowed`);this.text=n}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):Re(this.marks,JSON.stringify(this.text))}get textContent(){return this.text}textBetween(e,t){return this.text.slice(e,t)}get nodeSize(){return this.text.length}mark(t){return t==this.marks?this:new e(this.type,this.attrs,this.text,t)}withText(t){return t==this.text?this:new e(this.type,this.attrs,t,this.marks)}cut(e=0,t=this.text.length){return e==0&&t==this.text.length?this:this.withText(this.text.slice(e,t))}eq(e){return this.sameMarkup(e)&&this.text==e.text}toJSON(){let e=super.toJSON();return e.text=this.text,e}};function Re(e,t){for(let n=e.length-1;n>=0;n--)t=e[n].type.name+`(`+t+`)`;return t}var ze=class e{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(t,n){let r=new Be(t,n);if(r.next==null)return e.empty;let i=Ve(r);r.next&&r.err(`Unexpected trailing text`);let a=Ze(Je(i));return Qe(a,r),a}matchType(e){for(let t=0;te.createAndFill()));for(let e=0;e=this.next.length)throw RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function t(n){e.push(n);for(let r=0;r{let r=n+(t.validEnd?`*`:` `)+` `;for(let n=0;n`+e.indexOf(t.next[n].next);return r}).join(` +`)}};ze.empty=new ze(!0);var Be=class{constructor(e,t){this.string=e,this.nodeTypes=t,this.inline=null,this.pos=0,this.tokens=e.split(/\s*(?=\b|\W|$)/),this.tokens[this.tokens.length-1]==``&&this.tokens.pop(),this.tokens[0]==``&&this.tokens.shift()}get next(){return this.tokens[this.pos]}eat(e){return this.next==e&&(this.pos++||!0)}err(e){throw SyntaxError(e+` (in content expression '`+this.string+`')`)}};function Ve(e){let t=[];do t.push(He(e));while(e.eat(`|`));return t.length==1?t[0]:{type:`choice`,exprs:t}}function He(e){let t=[];do t.push(Ue(e));while(e.next&&e.next!=`)`&&e.next!=`|`);return t.length==1?t[0]:{type:`seq`,exprs:t}}function Ue(e){let t=qe(e);for(;;)if(e.eat(`+`))t={type:`plus`,expr:t};else if(e.eat(`*`))t={type:`star`,expr:t};else if(e.eat(`?`))t={type:`opt`,expr:t};else if(e.eat(`{`))t=Ge(e,t);else break;return t}function We(e){/\D/.test(e.next)&&e.err(`Expected number, got '`+e.next+`'`);let t=Number(e.next);return e.pos++,t}function Ge(e,t){let n=We(e),r=n;return e.eat(`,`)&&(r=e.next==`}`?-1:We(e)),e.eat(`}`)||e.err(`Unclosed braced range`),{type:`range`,min:n,max:r,expr:t}}function Ke(e,t){let n=e.nodeTypes,r=n[t];if(r)return[r];let i=[];for(let e in n){let r=n[e];r.isInGroup(t)&&i.push(r)}return i.length==0&&e.err(`No node type or group '`+t+`' found`),i}function qe(e){if(e.eat(`(`)){let t=Ve(e);return e.eat(`)`)||e.err(`Missing closing paren`),t}else if(/\W/.test(e.next))e.err(`Unexpected token '`+e.next+`'`);else{let t=Ke(e,e.next).map(t=>(e.inline==null?e.inline=t.isInline:e.inline!=t.isInline&&e.err(`Mixing inline and block content`),{type:`name`,value:t}));return e.pos++,t.length==1?t[0]:{type:`choice`,exprs:t}}}function Je(e){let t=[[]];return i(a(e,0),n()),t;function n(){return t.push([])-1}function r(e,n,r){let i={term:r,to:n};return t[e].push(i),i}function i(e,t){e.forEach(e=>e.to=t)}function a(e,t){if(e.type==`choice`)return e.exprs.reduce((e,n)=>e.concat(a(n,t)),[]);if(e.type==`seq`)for(let r=0;;r++){let o=a(e.exprs[r],t);if(r==e.exprs.length-1)return o;i(o,t=n())}else if(e.type==`star`){let o=n();return r(t,o),i(a(e.expr,o),o),[r(o)]}else if(e.type==`plus`){let o=n();return i(a(e.expr,t),o),i(a(e.expr,o),o),[r(o)]}else if(e.type==`opt`)return[r(t)].concat(a(e.expr,t));else if(e.type==`range`){let o=t;for(let t=0;t{e[t].forEach(({term:t,to:n})=>{if(!t)return;let r;for(let e=0;e{r||i.push([t,r=[]]),r.indexOf(e)==-1&&r.push(e)})})});let a=t[r.join(`,`)]=new ze(r.indexOf(e.length-1)>-1);for(let e=0;e-1}get whitespace(){return this.spec.whitespace||(this.spec.code?`pre`:`normal`)}hasRequiredAttrs(){for(let e in this.attrs)if(this.attrs[e].isRequired)return!0;return!1}compatibleContent(e){return this==e||this.contentMatch.compatible(e.contentMatch)}computeAttrs(e){return!e&&this.defaultAttrs?this.defaultAttrs:et(this.attrs,e)}create(e=null,t,n){if(this.isText)throw Error(`NodeType.create can't construct text nodes`);return new Ie(this,this.computeAttrs(e),E.from(t),D.setFrom(n))}createChecked(e=null,t,n){return t=E.from(t),this.checkContent(t),new Ie(this,this.computeAttrs(e),t,D.setFrom(n))}createAndFill(e=null,t,n){if(e=this.computeAttrs(e),t=E.from(t),t.size){let e=this.contentMatch.fillBefore(t);if(!e)return null;t=e.append(t)}let r=this.contentMatch.matchFragment(t),i=r&&r.fillBefore(E.empty,!0);return i?new Ie(this,e,t.append(i),D.setFrom(n)):null}validContent(e){let t=this.contentMatch.matchFragment(e);if(!t||!t.validEnd)return!1;for(let t=0;t-1}allowsMarks(e){if(this.markSet==null)return!0;for(let t=0;tr[t]=new e(t,n,i));let i=n.spec.topNode||`doc`;if(!r[i])throw RangeError(`Schema is missing its top node type ('`+i+`')`);if(!r.text)throw RangeError(`Every schema needs a 'text' type`);for(let e in r.text.attrs)throw RangeError(`The text node type should not have attributes`);return r}};function it(e,t,n){let r=n.split(`|`);return n=>{let i=n===null?`null`:typeof n;if(r.indexOf(i)<0)throw RangeError(`Expected value of type ${r} for attribute ${t} on type ${e}, got ${i}`)}}var at=class{constructor(e,t,n){this.hasDefault=Object.prototype.hasOwnProperty.call(n,`default`),this.default=n.default,this.validate=typeof n.validate==`string`?it(e,t,n.validate):n.validate}get isRequired(){return!this.hasDefault}},ot=class e{constructor(e,t,n,r){this.name=e,this.rank=t,this.schema=n,this.spec=r,this.attrs=nt(e,r.attrs),this.excluded=null;let i=$e(this.attrs);this.instance=i?new D(this,i):null}create(e=null){return!e&&this.instance?this.instance:new D(this,et(this.attrs,e))}static compile(t,n){let r=Object.create(null),i=0;return t.forEach((t,a)=>r[t]=new e(t,i++,n,a)),r}removeFromSet(e){for(var t=0;t-1}},st=class{constructor(e){this.linebreakReplacement=null,this.cached=Object.create(null);let t=this.spec={};for(let n in e)t[n]=e[n];t.nodes=T.from(e.nodes),t.marks=T.from(e.marks||{}),this.nodes=rt.compile(this.spec.nodes,this),this.marks=ot.compile(this.spec.marks,this);let n=Object.create(null);for(let e in this.nodes){if(e in this.marks)throw RangeError(e+` can not be both a node and a mark`);let t=this.nodes[e],r=t.spec.content||``,i=t.spec.marks;if(t.contentMatch=n[r]||(n[r]=ze.parse(r,this.nodes)),t.inlineContent=t.contentMatch.inlineContent,t.spec.linebreakReplacement){if(this.linebreakReplacement)throw RangeError(`Multiple linebreak nodes defined`);if(!t.isInline||!t.isLeaf)throw RangeError(`Linebreak replacement nodes must be inline leaf nodes`);this.linebreakReplacement=t}t.markSet=i==`_`?null:i?ct(this,i.split(` `)):i==``||!t.inlineContent?[]:null}for(let e in this.marks){let t=this.marks[e],n=t.spec.excludes;t.excluded=n==null?[t]:n==``?[]:ct(this,n.split(` `))}this.nodeFromJSON=e=>Ie.fromJSON(this,e),this.markFromJSON=e=>D.fromJSON(this,e),this.topNodeType=this.nodes[this.spec.topNode||`doc`],this.cached.wrappings=Object.create(null)}node(e,t=null,n,r){if(typeof e==`string`)e=this.nodeType(e);else if(!(e instanceof rt))throw RangeError(`Invalid node type: `+e);else if(e.schema!=this)throw RangeError(`Node type from different schema used (`+e.name+`)`);return e.createChecked(t,n,r)}text(e,t){let n=this.nodes.text;return new Le(n,n.defaultAttrs,e,D.setFrom(t))}mark(e,t){return typeof e==`string`&&(e=this.marks[e]),e.create(t)}nodeType(e){let t=this.nodes[e];if(!t)throw RangeError(`Unknown node type: `+e);return t}};function ct(e,t){let n=[];for(let r=0;r-1)&&n.push(o=r)}if(!o)throw SyntaxError(`Unknown mark type: '`+t[r]+`'`)}return n}function lt(e){return e.tag!=null}function ut(e){return e.style!=null}var dt=class e{constructor(e,t){this.schema=e,this.rules=t,this.tags=[],this.styles=[];let n=this.matchedStyles=[];t.forEach(e=>{if(lt(e))this.tags.push(e);else if(ut(e)){let t=/[^=]*/.exec(e.style)[0];n.indexOf(t)<0&&n.push(t),this.styles.push(e)}}),this.normalizeLists=!this.tags.some(t=>{if(!/^(ul|ol)\b/.test(t.tag)||!t.node)return!1;let n=e.nodes[t.node];return n.contentMatch.matchType(n)})}parse(e,t={}){let n=new bt(this,t,!1);return n.addAll(e,D.none,t.from,t.to),n.finish()}parseSlice(e,t={}){let n=new bt(this,t,!0);return n.addAll(e,D.none,t.from,t.to),O.maxOpen(n.finish())}matchTag(e,t,n){for(let r=n?this.tags.indexOf(n)+1:0;re.length&&(a.charCodeAt(e.length)!=61||a.slice(e.length+1)!=t))){if(r.getAttrs){let e=r.getAttrs(t);if(e===!1)continue;r.attrs=e||void 0}return r}}}static schemaRules(e){let t=[];function n(e){let n=e.priority==null?50:e.priority,r=0;for(;r{n(e=Ct(e)),e.mark||e.ignore||e.clearMark||(e.mark=t)})}for(let t in e.nodes){let r=e.nodes[t].spec.parseDOM;r&&r.forEach(e=>{n(e=Ct(e)),e.node||e.ignore||e.mark||(e.node=t)})}return t}static fromSchema(t){return t.cached.domParser||(t.cached.domParser=new e(t,e.schemaRules(t)))}},ft={address:!0,article:!0,aside:!0,blockquote:!0,canvas:!0,dd:!0,div:!0,dl:!0,fieldset:!0,figcaption:!0,figure:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,li:!0,noscript:!0,ol:!0,output:!0,p:!0,pre:!0,section:!0,table:!0,tfoot:!0,ul:!0},pt={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},mt={ol:!0,ul:!0},ht=1,gt=2,_t=4;function vt(e,t,n){return t==null?e&&e.whitespace==`pre`?ht|gt:n&~_t:(t?ht:0)|(t===`full`?gt:0)}var yt=class{constructor(e,t,n,r,i,a){this.type=e,this.attrs=t,this.marks=n,this.solid=r,this.options=a,this.content=[],this.activeMarks=D.none,this.match=i||(a&_t?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let t=this.type.contentMatch.fillBefore(E.from(e));if(t)this.match=this.type.contentMatch.matchFragment(t);else{let t=this.type.contentMatch,n;return(n=t.findWrapping(e.type))?(this.match=t,n):null}}return this.match.findWrapping(e.type)}finish(e){if(!(this.options&ht)){let e=this.content[this.content.length-1],t;if(e&&e.isText&&(t=/[ \t\r\n\u000c]+$/.exec(e.text))){let n=e;e.text.length==t[0].length?this.content.pop():this.content[this.content.length-1]=n.withText(n.text.slice(0,n.text.length-t[0].length))}}let t=E.from(this.content);return!e&&this.match&&(t=t.append(this.match.fillBefore(E.empty,!0))),this.type?this.type.create(this.attrs,t,this.marks):t}inlineContext(e){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:e.parentNode&&!ft.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}},bt=class{constructor(e,t,n){this.parser=e,this.options=t,this.isOpen=n,this.open=0,this.localPreserveWS=!1;let r=t.topNode,i,a=vt(null,t.preserveWhitespace,0)|(n?_t:0);i=r?new yt(r.type,r.attrs,D.none,!0,t.topMatch||r.type.contentMatch,a):n?new yt(null,null,D.none,!0,null,a):new yt(e.schema.topNodeType,null,D.none,!0,null,a),this.nodes=[i],this.find=t.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(e,t){e.nodeType==3?this.addTextNode(e,t):e.nodeType==1&&this.addElement(e,t)}addTextNode(e,t){let n=e.nodeValue,r=this.top,i=r.options>?`full`:this.localPreserveWS||(r.options&ht)>0,{schema:a}=this.parser;if(i===`full`||r.inlineContext(e)||/[^ \t\r\n\u000c]/.test(n)){if(!i){if(n=n.replace(/[ \t\r\n\u000c]+/g,` `),/^[ \t\r\n\u000c]/.test(n)&&this.open==this.nodes.length-1){let t=r.content[r.content.length-1],i=e.previousSibling;(!t||i&&i.nodeName==`BR`||t.isText&&/[ \t\r\n\u000c]$/.test(t.text))&&(n=n.slice(1))}}else if(i===`full`)n=n.replace(/\r\n?/g,` +`);else if(a.linebreakReplacement&&/[\r\n]/.test(n)&&this.top.findWrapping(a.linebreakReplacement.create())){let e=n.split(/\r?\n|\r/);for(let n=0;n!n.clearMark(e)):t.concat(this.parser.schema.marks[n.mark].create(n.attrs)),n.consuming===!1)e=n;else break}}return t}addElementByRule(e,t,n,r){let i,a;if(t.node)if(a=this.parser.schema.nodes[t.node],a.isLeaf)this.insertNode(a.create(t.attrs),n,e.nodeName==`BR`)||this.leafFallback(e,n);else{let e=this.enter(a,t.attrs||null,n,t.preserveWhitespace);e&&(i=!0,n=e)}else{let e=this.parser.schema.marks[t.mark];n=n.concat(e.create(t.attrs))}let o=this.top;if(a&&a.isLeaf)this.findInside(e);else if(r)this.addElement(e,n,r);else if(t.getContent)this.findInside(e),t.getContent(e,this.parser.schema).forEach(e=>this.insertNode(e,n,!1));else{let r=e;typeof t.contentElement==`string`?r=e.querySelector(t.contentElement):typeof t.contentElement==`function`?r=t.contentElement(e):t.contentElement&&(r=t.contentElement),this.findAround(e,r,!0),this.addAll(r,n),this.findAround(e,r,!1)}i&&this.sync(o)&&this.open--}addAll(e,t,n,r){let i=n||0;for(let a=n?e.childNodes[n]:e.firstChild,o=r==null?null:e.childNodes[r];a!=o;a=a.nextSibling,++i)this.findAtPoint(e,i),this.addDOM(a,t);this.findAtPoint(e,i)}findPlace(e,t,n){let r,i;for(let t=this.open,a=0;t>=0;t--){let o=this.nodes[t],s=o.findWrapping(e);if(s&&(!r||r.length>s.length+a)&&(r=s,i=o,!s.length))break;if(o.solid){if(n)break;a+=2}}if(!r)return null;this.sync(i);for(let e=0;e(a.type?a.type.allowsMarkType(t.type):wt(t.type,e))?(s=t.addToSet(s),!1):!0),this.nodes.push(new yt(e,t,s,r,null,o)),this.open++,n}closeExtra(e=!1){let t=this.nodes.length-1;if(t>this.open){for(;t>this.open;t--)this.nodes[t-1].content.push(this.nodes[t].finish(e));this.nodes.length=this.open+1}}finish(){return this.open=0,this.closeExtra(this.isOpen),this.nodes[0].finish(!!(this.isOpen||this.options.topOpen))}sync(e){for(let t=this.open;t>=0;t--)if(this.nodes[t]==e)return this.open=t,!0;else this.localPreserveWS&&(this.nodes[t].options|=ht);return!1}get currentPos(){this.closeExtra();let e=0;for(let t=this.open;t>=0;t--){let n=this.nodes[t].content;for(let t=n.length-1;t>=0;t--)e+=n[t].nodeSize;t&&e++}return e}findAtPoint(e,t){if(this.find)for(let n=0;n-1)return e.split(/\s*\|\s*/).some(this.matchesContext,this);let t=e.split(`/`),n=this.options.context,r=!this.isOpen&&(!n||n.parent.type==this.nodes[0].type),i=-(n?n.depth+1:0)+ +!r,a=(e,o)=>{for(;e>=0;e--){let s=t[e];if(s==``){if(e==t.length-1||e==0)continue;for(;o>=i;o--)if(a(e-1,o))return!0;return!1}else{let e=o>0||o==0&&r?this.nodes[o].type:n&&o>=i?n.node(o-i).type:null;if(!e||e.name!=s&&!e.isInGroup(s))return!1;o--}}return!0};return a(t.length-1,this.open)}textblockFromContext(){let e=this.options.context;if(e)for(let t=e.depth;t>=0;t--){let n=e.node(t).contentMatchAt(e.indexAfter(t)).defaultType;if(n&&n.isTextblock&&n.defaultAttrs)return n}for(let e in this.parser.schema.nodes){let t=this.parser.schema.nodes[e];if(t.isTextblock&&t.defaultAttrs)return t}}};function xt(e){for(let t=e.firstChild,n=null;t;t=t.nextSibling){let e=t.nodeType==1?t.nodeName.toLowerCase():null;e&&mt.hasOwnProperty(e)&&n?(n.appendChild(t),t=n):e==`li`?n=t:e&&(n=null)}}function St(e,t){return(e.matches||e.msMatchesSelector||e.webkitMatchesSelector||e.mozMatchesSelector).call(e,t)}function Ct(e){let t={};for(let n in e)t[n]=e[n];return t}function wt(e,t){let n=t.schema.nodes;for(let r in n){let i=n[r];if(!i.allowsMarkType(e))continue;let a=[],o=e=>{a.push(e);for(let n=0;n{if(i.length||e.marks.length){let n=0,a=0;for(;n=0;r--){let i=this.serializeMark(e.marks[r],e.isInline,t);i&&((i.contentDOM||i.dom).appendChild(n),n=i.dom)}return n}serializeMark(e,t,n={}){let r=this.marks[e.type.name];return r&&jt(Dt(n),r(e,t),null,e.attrs)}static renderSpec(e,t,n=null,r){return jt(e,t,n,r)}static fromSchema(t){return t.cached.domSerializer||(t.cached.domSerializer=new e(this.nodesFromSchema(t),this.marksFromSchema(t)))}static nodesFromSchema(e){let t=Et(e.nodes);return t.text||=e=>e.text,t}static marksFromSchema(e){return Et(e.marks)}};function Et(e){let t={};for(let n in e){let r=e[n].spec.toDOM;r&&(t[n]=r)}return t}function Dt(e){return e.document||window.document}var Ot=new WeakMap;function kt(e){let t=Ot.get(e);return t===void 0&&Ot.set(e,t=At(e)),t}function At(e){let t=null;function n(e){if(e&&typeof e==`object`)if(Array.isArray(e))if(typeof e[0]==`string`)t||=[],t.push(e);else for(let t=0;t-1)throw RangeError(`Using an array from an attribute object as a DOM spec. This may be an attempted cross site scripting attack.`);let o=i.indexOf(` `);o>0&&(n=i.slice(0,o),i=i.slice(o+1));let s,c=n?e.createElementNS(n,i):e.createElement(i),l=t[1],u=1;if(l&&typeof l==`object`&&l.nodeType==null&&!Array.isArray(l)){u=2;for(let e in l)if(l[e]!=null){let t=e.indexOf(` `);t>0?c.setAttributeNS(e.slice(0,t),e.slice(t+1),l[e]):e==`style`&&c.style?c.style.cssText=l[e]:c.setAttribute(e,l[e])}}for(let i=u;iu)throw RangeError(`Content hole must be the only child of its parent node`);return{dom:c,contentDOM:c}}else{let{dom:t,contentDOM:i}=jt(e,a,n,r);if(c.appendChild(t),i){if(s)throw RangeError(`Multiple content holes`);s=i}}}return{dom:c,contentDOM:s}}var Mt=65535,Nt=2**16;function Pt(e,t){return e+t*Nt}function Ft(e){return e&Mt}function It(e){return(e-(e&Mt))/Nt}var Lt=1,Rt=2,zt=4,Bt=8,Vt=class{constructor(e,t,n){this.pos=e,this.delInfo=t,this.recover=n}get deleted(){return(this.delInfo&Bt)>0}get deletedBefore(){return(this.delInfo&(Lt|zt))>0}get deletedAfter(){return(this.delInfo&(Rt|zt))>0}get deletedAcross(){return(this.delInfo&zt)>0}},Ht=class e{constructor(t,n=!1){if(this.ranges=t,this.inverted=n,!t.length&&e.empty)return e.empty}recover(e){let t=0,n=Ft(e);if(!this.inverted)for(let e=0;ee)break;let c=this.ranges[o+i],l=this.ranges[o+a],u=s+c;if(e<=u){let i=c?e==s?-1:e==u?1:t:t,a=s+r+(i<0?0:l);if(n)return a;let d=e==(t<0?s:u)?null:Pt(o/3,e-s),f=e==s?Rt:e==u?Lt:zt;return(t<0?e!=s:e!=u)&&(f|=Bt),new Vt(a,f,d)}r+=l-c}return n?e+r:new Vt(e+r,0,null)}touches(e,t){let n=0,r=Ft(t),i=this.inverted?2:1,a=this.inverted?1:2;for(let t=0;te)break;let s=this.ranges[t+i];if(e<=o+s&&t==r*3)return!0;n+=this.ranges[t+a]-s}return!1}forEach(e){let t=this.inverted?2:1,n=this.inverted?1:2;for(let r=0,i=0;r=0;t--){let r=e.getMirror(t);this.appendMap(e._maps[t].invert(),r!=null&&r>t?n-r-1:void 0)}}invert(){let t=new e;return t.appendMappingInverted(this),t}map(e,t=1){if(this.mirror)return this._map(e,t,!0);for(let n=this.from;nn&&t!e.isAtom||!t.type.allowsMarkType(this.mark.type)?e:e.mark(this.mark.addToSet(e.marks)),r),t.openStart,t.openEnd);return Gt.fromReplace(e,this.from,this.to,i)}invert(){return new Jt(this.from,this.to,this.mark)}map(t){let n=t.mapResult(this.from,1),r=t.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new e(n.pos,r.pos,this.mark)}merge(t){return t instanceof e&&t.mark.eq(this.mark)&&this.from<=t.to&&this.to>=t.from?new e(Math.min(this.from,t.from),Math.max(this.to,t.to),this.mark):null}toJSON(){return{stepType:`addMark`,mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`)throw RangeError(`Invalid input for AddMarkStep.fromJSON`);return new e(n.from,n.to,t.markFromJSON(n.mark))}};k.jsonID(`addMark`,qt);var Jt=class e extends k{constructor(e,t,n){super(),this.from=e,this.to=t,this.mark=n}apply(e){let t=e.slice(this.from,this.to),n=new O(Kt(t.content,e=>e.mark(this.mark.removeFromSet(e.marks)),e),t.openStart,t.openEnd);return Gt.fromReplace(e,this.from,this.to,n)}invert(){return new qt(this.from,this.to,this.mark)}map(t){let n=t.mapResult(this.from,1),r=t.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new e(n.pos,r.pos,this.mark)}merge(t){return t instanceof e&&t.mark.eq(this.mark)&&this.from<=t.to&&this.to>=t.from?new e(Math.min(this.from,t.from),Math.max(this.to,t.to),this.mark):null}toJSON(){return{stepType:`removeMark`,mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`)throw RangeError(`Invalid input for RemoveMarkStep.fromJSON`);return new e(n.from,n.to,t.markFromJSON(n.mark))}};k.jsonID(`removeMark`,Jt);var Yt=class e extends k{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return Gt.fail(`No node at mark step's position`);let n=t.type.create(t.attrs,null,this.mark.addToSet(t.marks));return Gt.fromReplace(e,this.pos,this.pos+1,new O(E.from(n),0,+!t.isLeaf))}invert(t){let n=t.nodeAt(this.pos);if(n){let t=this.mark.addToSet(n.marks);if(t.length==n.marks.length){for(let r=0;rr.pos?null:new e(n.pos,r.pos,i,a,this.slice,this.insert,this.structure)}toJSON(){let e={stepType:`replaceAround`,from:this.from,to:this.to,gapFrom:this.gapFrom,gapTo:this.gapTo,insert:this.insert};return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`||typeof n.gapFrom!=`number`||typeof n.gapTo!=`number`||typeof n.insert!=`number`)throw RangeError(`Invalid input for ReplaceAroundStep.fromJSON`);return new e(n.from,n.to,n.gapFrom,n.gapTo,O.fromJSON(t,n.slice),n.insert,!!n.structure)}};k.jsonID(`replaceAround`,Qt);function $t(e,t,n){let r=e.resolve(t),i=n-t,a=r.depth;for(;i>0&&a>0&&r.indexAfter(a)==r.node(a).childCount;)a--,i--;if(i>0){let e=r.node(a).maybeChild(r.indexAfter(a));for(;i>0;){if(!e||e.isLeaf)return!0;e=e.firstChild,i--}}return!1}function en(e,t,n,r){let i=[],a=[],o,s;e.doc.nodesBetween(t,n,(e,c,l)=>{if(!e.isInline)return;let u=e.marks;if(!r.isInSet(u)&&l.type.allowsMarkType(r.type)){let l=Math.max(c,t),d=Math.min(c+e.nodeSize,n),f=r.addToSet(u);for(let e=0;ee.step(t)),a.forEach(t=>e.step(t))}function tn(e,t,n,r){let i=[],a=0;e.doc.nodesBetween(t,n,(e,o)=>{if(!e.isInline)return;a++;let s=null;if(r instanceof ot){let t=e.marks,n;for(;n=r.isInSet(t);)(s||=[]).push(n),t=n.removeFromSet(t)}else r?r.isInSet(e.marks)&&(s=[r]):s=e.marks;if(s&&s.length){let r=Math.min(o+e.nodeSize,n);for(let e=0;ee.step(new Jt(t.from,t.to,t.style)))}function nn(e,t,n,r=n.contentMatch,i=!0){let a=e.doc.nodeAt(t),o=[],s=t+1;for(let t=0;t=0;t--)e.step(o[t])}function rn(e,t,n){return(t==0||e.canReplace(t,e.childCount))&&(n==e.childCount||e.canReplace(0,n))}function an(e){let t=e.parent.content.cutByIndex(e.startIndex,e.endIndex);for(let n=e.depth,r=0,i=0;;--n){let a=e.$from.node(n),o=e.$from.index(n)+r,s=e.$to.indexAfter(n)-i;if(nn;e--)t||r.index(e)>0?(t=!0,u=E.from(r.node(e).copy(u)),d++):c--;let f=E.empty,p=0;for(let e=a,t=!1;e>n;e--)t||i.after(e+1)=0;e--){if(r.size){let t=n[e].type.contentMatch.matchFragment(r);if(!t||!t.validEnd)throw RangeError(`Wrapper type given to Transform.wrap does not form valid content of its parent wrapper`)}r=E.from(n[e].type.create(n[e].attrs,r))}let i=t.start,a=t.end;e.step(new Qt(i,a,i,a,new O(r,0,0),n.length,!0))}function fn(e,t,n,r,i){if(!r.isTextblock)throw RangeError(`Type given to setBlockType should be a textblock`);let a=e.steps.length;e.doc.nodesBetween(t,n,(t,n)=>{let o=typeof i==`function`?i(t):i;if(t.isTextblock&&!t.hasMarkup(r,o)&&hn(e.doc,e.mapping.slice(a).map(n),r)){let i=null;if(r.schema.linebreakReplacement){let e=r.whitespace==`pre`,t=!!r.contentMatch.matchType(r.schema.linebreakReplacement);e&&!t?i=!1:!e&&t&&(i=!0)}i===!1&&mn(e,t,n,a),nn(e,e.mapping.slice(a).map(n,1),r,void 0,i===null);let s=e.mapping.slice(a),c=s.map(n,1),l=s.map(n+t.nodeSize,1);return e.step(new Qt(c,l,c+1,l-1,new O(E.from(r.create(o,null,t.marks)),0,0),1,!0)),i===!0&&pn(e,t,n,a),!1}})}function pn(e,t,n,r){t.forEach((i,a)=>{if(i.isText){let o,s=/\r?\n|\r/g;for(;o=s.exec(i.text);){let i=e.mapping.slice(r).map(n+1+a+o.index);e.replaceWith(i,i+1,t.type.schema.linebreakReplacement.create())}}})}function mn(e,t,n,r){t.forEach((i,a)=>{if(i.type==i.type.schema.linebreakReplacement){let i=e.mapping.slice(r).map(n+1+a);e.replaceWith(i,i+1,t.type.schema.text(` +`))}})}function hn(e,t,n){let r=e.resolve(t),i=r.index();return r.parent.canReplaceWith(i,i+1,n)}function gn(e,t,n,r,i){let a=e.doc.nodeAt(t);if(!a)throw RangeError(`No node at given position`);n||=a.type;let o=n.create(r,null,i||a.marks);if(a.isLeaf)return e.replaceWith(t,t+a.nodeSize,o);if(!n.validContent(a.content))throw RangeError(`Invalid content for node type `+n.name);e.step(new Qt(t,t+a.nodeSize,t+1,t+a.nodeSize-1,new O(E.from(o),0,0),1,!0))}function _n(e,t,n=1,r){let i=e.resolve(t),a=i.depth-n,o=r&&r[r.length-1]||i.parent;if(a<0||i.parent.type.spec.isolating||!i.parent.canReplace(i.index(),i.parent.childCount)||!o.type.validContent(i.parent.content.cutByIndex(i.index(),i.parent.childCount)))return!1;for(let e=i.depth-1,t=n-2;e>a;e--,t--){let n=i.node(e),a=i.index(e);if(n.type.spec.isolating)return!1;let o=n.content.cutByIndex(a,n.childCount),s=r&&r[t+1];s&&(o=o.replaceChild(0,s.type.create(s.attrs)));let c=r&&r[t]||n;if(!n.canReplace(a+1,n.childCount)||!c.type.validContent(o))return!1}let s=i.indexAfter(a),c=r&&r[0];return i.node(a).canReplaceWith(s,s,c?c.type:i.node(a+1).type)}function vn(e,t,n=1,r){let i=e.doc.resolve(t),a=E.empty,o=E.empty;for(let e=i.depth,t=i.depth-n,s=n-1;e>t;e--,s--){a=E.from(i.node(e).copy(a));let t=r&&r[s];o=E.from(t?t.type.create(t.attrs,o):i.node(e).copy(o))}e.step(new Zt(t,t,new O(a.append(o),n,n),!0))}function yn(e,t){let n=e.resolve(t),r=n.index();return xn(n.nodeBefore,n.nodeAfter)&&n.parent.canReplace(r,r+1)}function bn(e,t){t.content.size||e.type.compatibleContent(t.type);let n=e.contentMatchAt(e.childCount),{linebreakReplacement:r}=e.type.schema;for(let i=0;i0?(i=r.node(e+1),o++,a=r.node(e).maybeChild(o)):(i=r.node(e).maybeChild(o-1),a=r.node(e+1)),i&&!i.isTextblock&&xn(i,a)&&r.node(e).canReplace(o,o+1))return t;if(e==0)break;t=n<0?r.before(e):r.after(e)}}function Cn(e,t,n){let r=null,{linebreakReplacement:i}=e.doc.type.schema,a=e.doc.resolve(t-n),o=a.node().type;if(i&&o.inlineContent){let e=o.whitespace==`pre`,t=!!o.contentMatch.matchType(i);e&&!t?r=!1:!e&&t&&(r=!0)}let s=e.steps.length;if(r===!1){let r=e.doc.resolve(t+n);mn(e,r.node(),r.before(),s)}o.inlineContent&&nn(e,t+n-1,o,a.node().contentMatchAt(a.index()),r==null);let c=e.mapping.slice(s),l=c.map(t-n);if(e.step(new Zt(l,c.map(t+n,-1),O.empty,!0)),r===!0){let t=e.doc.resolve(l);pn(e,t.node(),t.before(),e.steps.length)}return e}function wn(e,t,n){let r=e.resolve(t);if(r.parent.canReplaceWith(r.index(),r.index(),n))return t;if(r.parentOffset==0)for(let e=r.depth-1;e>=0;e--){let t=r.index(e);if(r.node(e).canReplaceWith(t,t,n))return r.before(e+1);if(t>0)return null}if(r.parentOffset==r.parent.content.size)for(let e=r.depth-1;e>=0;e--){let t=r.indexAfter(e);if(r.node(e).canReplaceWith(t,t,n))return r.after(e+1);if(t=0;t--){let n=t==r.depth?0:r.pos<=(r.start(t+1)+r.end(t+1))/2?-1:1,a=r.index(t)+ +(n>0),o=r.node(t),s=!1;if(e==1)s=o.canReplace(a,a,i);else{let e=o.contentMatchAt(a).findWrapping(i.firstChild.type);s=e&&o.canReplaceWith(a,a,e[0])}if(s)return n==0?r.pos:n<0?r.before(t+1):r.after(t+1)}return null}function En(e,t,n=t,r=O.empty){if(t==n&&!r.size)return null;let i=e.resolve(t),a=e.resolve(n);return Dn(i,a,r)?new Zt(t,n,r):new On(i,a,r).fit()}function Dn(e,t,n){return!n.openStart&&!n.openEnd&&e.start()==t.start()&&e.parent.canReplace(e.index(),t.index(),n.content)}var On=class{constructor(e,t,n){this.$from=e,this.$to=t,this.unplaced=n,this.frontier=[],this.placed=E.empty;for(let t=0;t<=e.depth;t++){let n=e.node(t);this.frontier.push({type:n.type,match:n.contentMatchAt(e.indexAfter(t))})}for(let t=e.depth;t>0;t--)this.placed=E.from(e.node(t).copy(this.placed))}get depth(){return this.frontier.length-1}fit(){for(;this.unplaced.size;){let e=this.findFittable();e?this.placeNodes(e):this.openMore()||this.dropNode()}let e=this.mustMoveInline(),t=this.placed.size-this.depth-this.$from.depth,n=this.$from,r=this.close(e<0?this.$to:n.doc.resolve(e));if(!r)return null;let i=this.placed,a=n.depth,o=r.depth;for(;a&&o&&i.childCount==1;)i=i.firstChild.content,a--,o--;let s=new O(i,a,o);return e>-1?new Qt(n.pos,e,this.$to.pos,this.$to.end(),s,t):s.size||n.pos!=this.$to.pos?new Zt(n.pos,r.pos,s):null}findFittable(){let e=this.unplaced.openStart;for(let t=this.unplaced.content,n=0,r=this.unplaced.openEnd;n1&&(r=0),i.type.spec.isolating&&r<=n){e=n;break}t=i.content}for(let t=1;t<=2;t++)for(let n=t==1?e:this.unplaced.openStart;n>=0;n--){let e,r=null;n?(r=jn(this.unplaced.content,n-1).firstChild,e=r.content):e=this.unplaced.content;let i=e.firstChild;for(let e=this.depth;e>=0;e--){let{type:a,match:o}=this.frontier[e],s,c=null;if(t==1&&(i?o.matchType(i.type)||(c=o.fillBefore(E.from(i),!1)):r&&a.compatibleContent(r.type)))return{sliceDepth:n,frontierDepth:e,parent:r,inject:c};if(t==2&&i&&(s=o.findWrapping(i.type)))return{sliceDepth:n,frontierDepth:e,parent:r,wrap:s};if(r&&o.matchType(r.type))break}}}openMore(){let{content:e,openStart:t,openEnd:n}=this.unplaced,r=jn(e,t);return!r.childCount||r.firstChild.isLeaf?!1:(this.unplaced=new O(e,t+1,Math.max(n,r.size+t>=e.size-n?t+1:0)),!0)}dropNode(){let{content:e,openStart:t,openEnd:n}=this.unplaced,r=jn(e,t);if(r.childCount<=1&&t>0){let i=e.size-t<=t+r.size;this.unplaced=new O(kn(e,t-1,1),t-1,i?t-1:n)}else this.unplaced=new O(kn(e,t,1),t,n)}placeNodes({sliceDepth:e,frontierDepth:t,parent:n,inject:r,wrap:i}){for(;this.depth>t;)this.closeFrontierNode();if(i)for(let e=0;e1||s==0||e.content.size)&&(u=t,l.push(Mn(e.mark(d.allowedMarks(e.marks)),c==1?s:0,c==o.childCount?f:-1)))}let p=c==o.childCount;p||(f=-1),this.placed=An(this.placed,t,E.from(l)),this.frontier[t].match=u,p&&f<0&&n&&n.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let e=0,t=o;e1&&r==this.$to.end(--n);)++r;return r}findCloseLevel(e){scan:for(let t=Math.min(this.depth,e.depth);t>=0;t--){let{match:n,type:r}=this.frontier[t],i=t=0;n--){let{match:t,type:r}=this.frontier[n],i=Nn(e,n,r,t,!0);if(!i||i.childCount)continue scan}return{depth:t,fit:a,move:i?e.doc.resolve(e.after(t+1)):e}}}}close(e){let t=this.findCloseLevel(e);if(!t)return null;for(;this.depth>t.depth;)this.closeFrontierNode();t.fit.childCount&&(this.placed=An(this.placed,t.depth,t.fit)),e=t.move;for(let n=t.depth+1;n<=e.depth;n++){let t=e.node(n),r=t.type.contentMatch.fillBefore(t.content,!0,e.index(n));this.openFrontierNode(t.type,t.attrs,r)}return e}openFrontierNode(e,t=null,n){let r=this.frontier[this.depth];r.match=r.match.matchType(e),this.placed=An(this.placed,this.depth,E.from(e.create(t,n))),this.frontier.push({type:e,match:e.contentMatch})}closeFrontierNode(){let e=this.frontier.pop().match.fillBefore(E.empty,!0);e.childCount&&(this.placed=An(this.placed,this.frontier.length,e))}};function kn(e,t,n){return t==0?e.cutByIndex(n,e.childCount):e.replaceChild(0,e.firstChild.copy(kn(e.firstChild.content,t-1,n)))}function An(e,t,n){return t==0?e.append(n):e.replaceChild(e.childCount-1,e.lastChild.copy(An(e.lastChild.content,t-1,n)))}function jn(e,t){for(let n=0;n1&&(r=r.replaceChild(0,Mn(r.firstChild,t-1,r.childCount==1?n-1:0))),t>0&&(r=e.type.contentMatch.fillBefore(r).append(r),n<=0&&(r=r.append(e.type.contentMatch.matchFragment(r).fillBefore(E.empty,!0)))),e.copy(r)}function Nn(e,t,n,r,i){let a=e.node(t),o=i?e.indexAfter(t):e.index(t);if(o==a.childCount&&!n.compatibleContent(a.type))return null;let s=r.fillBefore(a.content,!0,o);return s&&!Pn(n,a.content,o)?s:null}function Pn(e,t,n){for(let r=n;r0;e--,t--){let n=i.node(e).type.spec;if(n.defining||n.definingAsContext||n.isolating)break;o.indexOf(e)>-1?s=e:i.before(e)==t&&o.splice(1,0,-e)}let c=o.indexOf(s),l=[],u=r.openStart;for(let e=r.content,t=0;;t++){let n=e.firstChild;if(l.push(n),t==r.openStart)break;e=n.content}for(let e=u-1;e>=0;e--){let t=l[e],n=Fn(t.type);if(n&&!t.sameMarkup(i.node(Math.abs(s)-1)))u=e;else if(n||!t.type.isTextblock)break}for(let t=r.openStart;t>=0;t--){let s=(t+u+1)%(r.openStart+1),d=l[s];if(d)for(let t=0;t=0&&(e.replace(t,n,r),!(e.steps.length>d));s--){let e=o[s];e<0||(t=i.before(e),n=a.after(e))}}function Ln(e,t,n,r,i){if(tr){let t=i.contentMatchAt(0),n=t.fillBefore(e).append(e);e=n.append(t.matchFragment(n).fillBefore(E.empty,!0))}return e}function Rn(e,t,n,r){if(!r.isInline&&t==n&&e.doc.resolve(t).parent.content.size){let i=wn(e.doc,t,r.type);i!=null&&(t=n=i)}e.replaceRange(t,n,new O(E.from(r),0,0))}function zn(e,t,n){let r=e.doc.resolve(t),i=e.doc.resolve(n);if(r.parent.isTextblock&&i.parent.isTextblock&&r.start()!=i.start()&&r.parentOffset==0&&i.parentOffset==0){let a=r.sharedDepth(n),o=!1;for(let e=r.depth;e>a;e--)r.node(e).type.spec.isolating&&(o=!0);for(let e=i.depth;e>a;e--)i.node(e).type.spec.isolating&&(o=!0);if(!o){for(let e=r.depth;e>0&&t==r.start(e);e--)t=r.before(e);for(let e=i.depth;e>0&&n==i.start(e);e--)n=i.before(e);r=e.doc.resolve(t),i=e.doc.resolve(n)}}let a=Bn(r,i);for(let t=0;t0&&(o||r.node(n-1).canReplace(r.index(n-1),i.indexAfter(n-1))))return e.delete(r.before(n),i.after(n))}for(let a=1;a<=r.depth&&a<=i.depth;a++)if(t-r.start(a)==r.depth-a&&n>r.end(a)&&i.end(a)-n!=i.depth-a&&r.start(a-1)==i.start(a-1)&&r.node(a-1).canReplace(r.index(a-1),i.index(a-1)))return e.delete(r.before(a),n);e.delete(t,n)}function Bn(e,t){let n=[],r=Math.min(e.depth,t.depth);for(let i=r;i>=0;i--){let r=e.start(i);if(rt.pos+(t.depth-i)||e.node(i).type.spec.isolating||t.node(i).type.spec.isolating)break;(r==t.start(i)||i==e.depth&&i==t.depth&&e.parent.inlineContent&&t.parent.inlineContent&&i&&t.start(i-1)==r-1)&&n.push(i)}return n}var Vn=class e extends k{constructor(e,t,n){super(),this.pos=e,this.attr=t,this.value=n}apply(e){let t=e.nodeAt(this.pos);if(!t)return Gt.fail(`No node at attribute step's position`);let n=Object.create(null);for(let e in t.attrs)n[e]=t.attrs[e];n[this.attr]=this.value;let r=t.type.create(n,null,t.marks);return Gt.fromReplace(e,this.pos,this.pos+1,new O(E.from(r),0,+!t.isLeaf))}getMap(){return Ht.empty}invert(t){return new e(this.pos,this.attr,t.nodeAt(this.pos).attrs[this.attr])}map(t){let n=t.mapResult(this.pos,1);return n.deletedAfter?null:new e(n.pos,this.attr,this.value)}toJSON(){return{stepType:`attr`,pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(t,n){if(typeof n.pos!=`number`||typeof n.attr!=`string`)throw RangeError(`Invalid input for AttrStep.fromJSON`);return new e(n.pos,n.attr,n.value)}};k.jsonID(`attr`,Vn);var Hn=class e extends k{constructor(e,t){super(),this.attr=e,this.value=t}apply(e){let t=Object.create(null);for(let n in e.attrs)t[n]=e.attrs[n];t[this.attr]=this.value;let n=e.type.create(t,e.content,e.marks);return Gt.ok(n)}getMap(){return Ht.empty}invert(t){return new e(this.attr,t.attrs[this.attr])}map(e){return this}toJSON(){return{stepType:`docAttr`,attr:this.attr,value:this.value}}static fromJSON(t,n){if(typeof n.attr!=`string`)throw RangeError(`Invalid input for DocAttrStep.fromJSON`);return new e(n.attr,n.value)}};k.jsonID(`docAttr`,Hn);var Un=class extends Error{};Un=function e(t){let n=Error.call(this,t);return n.__proto__=e.prototype,n},Un.prototype=Object.create(Error.prototype),Un.prototype.constructor=Un,Un.prototype.name=`TransformError`;var Wn=class{constructor(e){this.doc=e,this.steps=[],this.docs=[],this.mapping=new Ut}get before(){return this.docs.length?this.docs[0]:this.doc}step(e){let t=this.maybeStep(e);if(t.failed)throw new Un(t.failed);return this}maybeStep(e){let t=e.apply(this.doc);return t.failed||this.addStep(e,t.doc),t}get docChanged(){return this.steps.length>0}changedRange(){let e=1e9,t=-1e9;for(let n=0;n{e=Math.min(e,i),t=Math.max(t,a)})}return e==1e9?null:{from:e,to:t}}addStep(e,t){this.docs.push(this.doc),this.steps.push(e),this.mapping.appendMap(e.getMap()),this.doc=t}replace(e,t=e,n=O.empty){let r=En(this.doc,e,t,n);return r&&this.step(r),this}replaceWith(e,t,n){return this.replace(e,t,new O(E.from(n),0,0))}delete(e,t){return this.replace(e,t,O.empty)}insert(e,t){return this.replaceWith(e,e,t)}replaceRange(e,t,n){return In(this,e,t,n),this}replaceRangeWith(e,t,n){return Rn(this,e,t,n),this}deleteRange(e,t){return zn(this,e,t),this}lift(e,t){return on(this,e,t),this}join(e,t=1){return Cn(this,e,t),this}wrap(e,t){return dn(this,e,t),this}setBlockType(e,t=e,n,r=null){return fn(this,e,t,n,r),this}setNodeMarkup(e,t,n=null,r){return gn(this,e,t,n,r),this}setNodeAttribute(e,t,n){return this.step(new Vn(e,t,n)),this}setDocAttribute(e,t){return this.step(new Hn(e,t)),this}addNodeMark(e,t){return this.step(new Yt(e,t)),this}removeNodeMark(e,t){let n=this.doc.nodeAt(e);if(!n)throw RangeError(`No node at position `+e);if(t instanceof D)t.isInSet(n.marks)&&this.step(new Xt(e,t));else{let r=n.marks,i,a=[];for(;i=t.isInSet(r);)a.push(new Xt(e,i)),r=i.removeFromSet(r);for(let e=a.length-1;e>=0;e--)this.step(a[e])}return this}split(e,t=1,n){return vn(this,e,t,n),this}addMark(e,t,n){return en(this,e,t,n),this}removeMark(e,t,n){return tn(this,e,t,n),this}clearIncompatible(e,t,n){return nn(this,e,t,n),this}},Gn=Object.create(null),A=class{constructor(e,t,n){this.$anchor=e,this.$head=t,this.ranges=n||[new Kn(e.min(t),e.max(t))]}get anchor(){return this.$anchor.pos}get head(){return this.$head.pos}get from(){return this.$from.pos}get to(){return this.$to.pos}get $from(){return this.ranges[0].$from}get $to(){return this.ranges[0].$to}get empty(){let e=this.ranges;for(let t=0;t=0;r--){let i=t<0?$n(e.node(0),e.node(r),e.before(r+1),e.index(r),t,n):$n(e.node(0),e.node(r),e.after(r+1),e.index(r)+1,t,n);if(i)return i}return null}static near(e,t=1){return this.findFrom(e,t)||this.findFrom(e,-t)||new Zn(e.node(0))}static atStart(e){return $n(e,e,0,0,1)||new Zn(e)}static atEnd(e){return $n(e,e,e.content.size,e.childCount,-1)||new Zn(e)}static fromJSON(e,t){if(!t||!t.type)throw RangeError(`Invalid input for Selection.fromJSON`);let n=Gn[t.type];if(!n)throw RangeError(`No selection type ${t.type} defined`);return n.fromJSON(e,t)}static jsonID(e,t){if(e in Gn)throw RangeError(`Duplicate use of selection JSON ID `+e);return Gn[e]=t,t.prototype.jsonID=e,t}getBookmark(){return j.between(this.$anchor,this.$head).getBookmark()}};A.prototype.visible=!0;var Kn=class{constructor(e,t){this.$from=e,this.$to=t}},qn=!1;function Jn(e){!qn&&!e.parent.inlineContent&&(qn=!0,console.warn(`TextSelection endpoint not pointing into a node with inline content (`+e.parent.type.name+`)`))}var j=class e extends A{constructor(e,t=e){Jn(e),Jn(t),super(e,t)}get $cursor(){return this.$anchor.pos==this.$head.pos?this.$head:null}map(t,n){let r=t.resolve(n.map(this.head));if(!r.parent.inlineContent)return A.near(r);let i=t.resolve(n.map(this.anchor));return new e(i.parent.inlineContent?i:r,r)}replace(e,t=O.empty){if(super.replace(e,t),t==O.empty){let t=this.$from.marksAcross(this.$to);t&&e.ensureMarks(t)}}eq(t){return t instanceof e&&t.anchor==this.anchor&&t.head==this.head}getBookmark(){return new Yn(this.anchor,this.head)}toJSON(){return{type:`text`,anchor:this.anchor,head:this.head}}static fromJSON(t,n){if(typeof n.anchor!=`number`||typeof n.head!=`number`)throw RangeError(`Invalid input for TextSelection.fromJSON`);return new e(t.resolve(n.anchor),t.resolve(n.head))}static create(e,t,n=t){let r=e.resolve(t);return new this(r,n==t?r:e.resolve(n))}static between(t,n,r){let i=t.pos-n.pos;if((!r||i)&&(r=i>=0?1:-1),!n.parent.inlineContent){let e=A.findFrom(n,r,!0)||A.findFrom(n,-r,!0);if(e)n=e.$head;else return A.near(n,r)}return t.parent.inlineContent||(i==0?t=n:(t=(A.findFrom(t,-r,!0)||A.findFrom(t,r,!0)).$anchor,t.pos0?0:1);i>0?o=0;o+=i){let r=t.child(o);if(!r.isAtom){let t=$n(e,r,n+i,i<0?r.childCount:0,i,a);if(t)return t}else if(!a&&M.isSelectable(r))return M.create(e,n-(i<0?r.nodeSize:0));n+=r.nodeSize*i}return null}function er(e,t,n){let r=e.steps.length-1;if(r{o??=r}),e.setSelection(A.near(e.doc.resolve(o),n))}var tr=1,nr=2,rr=4,ir=class extends Wn{constructor(e){super(e.doc),this.curSelectionFor=0,this.updated=0,this.meta=Object.create(null),this.time=Date.now(),this.curSelection=e.selection,this.storedMarks=e.storedMarks}get selection(){return this.curSelectionFor0}setStoredMarks(e){return this.storedMarks=e,this.updated|=nr,this}ensureMarks(e){return D.sameSet(this.storedMarks||this.selection.$from.marks(),e)||this.setStoredMarks(e),this}addStoredMark(e){return this.ensureMarks(e.addToSet(this.storedMarks||this.selection.$head.marks()))}removeStoredMark(e){return this.ensureMarks(e.removeFromSet(this.storedMarks||this.selection.$head.marks()))}get storedMarksSet(){return(this.updated&nr)>0}addStep(e,t){super.addStep(e,t),this.updated&=~nr,this.storedMarks=null}setTime(e){return this.time=e,this}replaceSelection(e){return this.selection.replace(this,e),this}replaceSelectionWith(e,t=!0){let n=this.selection;return t&&(e=e.mark(this.storedMarks||(n.empty?n.$from.marks():n.$from.marksAcross(n.$to)||D.none))),n.replaceWith(this,e),this}deleteSelection(){return this.selection.replace(this),this}insertText(e,t,n){let r=this.doc.type.schema;if(t==null)return e?this.replaceSelectionWith(r.text(e),!0):this.deleteSelection();{if(n??=t,!e)return this.deleteRange(t,n);let i=this.storedMarks;if(!i){let e=this.doc.resolve(t);i=n==t?e.marks():e.marksAcross(this.doc.resolve(n))}return this.replaceRangeWith(t,n,r.text(e,i)),!this.selection.empty&&this.selection.to==t+e.length&&this.setSelection(A.near(this.selection.$to)),this}}setMeta(e,t){return this.meta[typeof e==`string`?e:e.key]=t,this}getMeta(e){return this.meta[typeof e==`string`?e:e.key]}get isGeneric(){for(let e in this.meta)return!1;return!0}scrollIntoView(){return this.updated|=rr,this}get scrolledIntoView(){return(this.updated&rr)>0}};function ar(e,t){return!t||!e?e:e.bind(t)}var or=class{constructor(e,t,n){this.name=e,this.init=ar(t.init,n),this.apply=ar(t.apply,n)}},sr=[new or(`doc`,{init(e){return e.doc||e.schema.topNodeType.createAndFill()},apply(e){return e.doc}}),new or(`selection`,{init(e,t){return e.selection||A.atStart(t.doc)},apply(e){return e.selection}}),new or(`storedMarks`,{init(e){return e.storedMarks||null},apply(e,t,n,r){return r.selection.$cursor?e.storedMarks:null}}),new or(`scrollToSelection`,{init(){return 0},apply(e,t){return e.scrolledIntoView?t+1:t}})],cr=class{constructor(e,t){this.schema=e,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=sr.slice(),t&&t.forEach(e=>{if(this.pluginsByKey[e.key])throw RangeError(`Adding different instances of a keyed plugin (`+e.key+`)`);this.plugins.push(e),this.pluginsByKey[e.key]=e,e.spec.state&&this.fields.push(new or(e.key,e.spec.state,e))})}},lr=class e{constructor(e){this.config=e}get schema(){return this.config.schema}get plugins(){return this.config.plugins}apply(e){return this.applyTransaction(e).state}filterTransaction(e,t=-1){for(let n=0;ne.toJSON())),e&&typeof e==`object`)for(let n in e){if(n==`doc`||n==`selection`)throw RangeError("The JSON fields `doc` and `selection` are reserved");let r=e[n],i=r.spec.state;i&&i.toJSON&&(t[n]=i.toJSON.call(r,this[r.key]))}return t}static fromJSON(t,n,r){if(!n)throw RangeError(`Invalid input for EditorState.fromJSON`);if(!t.schema)throw RangeError(`Required config field 'schema' missing`);let i=new cr(t.schema,t.plugins),a=new e(i);return i.fields.forEach(e=>{if(e.name==`doc`)a.doc=Ie.fromJSON(t.schema,n.doc);else if(e.name==`selection`)a.selection=A.fromJSON(a.doc,n.selection);else if(e.name==`storedMarks`)n.storedMarks&&(a.storedMarks=n.storedMarks.map(t.schema.markFromJSON));else{if(r)for(let i in r){let o=r[i],s=o.spec.state;if(o.key==e.name&&s&&s.fromJSON&&Object.prototype.hasOwnProperty.call(n,i)){a[e.name]=s.fromJSON.call(o,t,n[i],a);return}}a[e.name]=e.init(t,a)}}),a}};function ur(e,t,n){for(let r in e){let i=e[r];i instanceof Function?i=i.bind(t):r==`handleDOMEvents`&&(i=ur(i,t,{})),n[r]=i}return n}var N=class{constructor(e){this.spec=e,this.props={},e.props&&ur(e.props,this,this.props),this.key=e.key?e.key.key:fr(`plugin`)}getState(e){return e[this.key]}},dr=Object.create(null);function fr(e){return e in dr?e+`$`+ ++dr[e]:(dr[e]=0,e+`$`)}var P=class{constructor(e=`key`){this.key=fr(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}},pr=(e,t)=>e.selection.empty?!1:(t&&t(e.tr.deleteSelection().scrollIntoView()),!0);function mr(e,t){let{$cursor:n}=e.selection;return!n||(t?!t.endOfTextblock(`backward`,e):n.parentOffset>0)?null:n}var hr=(e,t,n)=>{let r=mr(e,n);if(!r)return!1;let i=xr(r);if(!i){let n=r.blockRange(),i=n&&an(n);return i==null?!1:(t&&t(e.tr.lift(n,i).scrollIntoView()),!0)}let a=i.nodeBefore;if(zr(e,i,t,-1))return!0;if(r.parent.content.size==0&&(yr(a,`end`)||M.isSelectable(a)))for(let n=r.depth;;n--){let o=En(e.doc,r.before(n),r.after(n),O.empty);if(o&&o.slice.size1)break}return a.isAtom&&i.depth==r.depth-1?(t&&t(e.tr.delete(i.pos-a.nodeSize,i.pos).scrollIntoView()),!0):!1},gr=(e,t,n)=>{let r=mr(e,n);if(!r)return!1;let i=xr(r);return i?vr(e,i,t):!1},_r=(e,t,n)=>{let r=Sr(e,n);if(!r)return!1;let i=Tr(r);return i?vr(e,i,t):!1};function vr(e,t,n){let r=t.nodeBefore,i=t.pos-1;for(;!r.isTextblock;i--){if(r.type.spec.isolating)return!1;let e=r.lastChild;if(!e)return!1;r=e}let a=t.nodeAfter,o=t.pos+1;for(;!a.isTextblock;o++){if(a.type.spec.isolating)return!1;let e=a.firstChild;if(!e)return!1;a=e}let s=En(e.doc,i,o,O.empty);if(!s||s.from!=i||s instanceof Zt&&s.slice.size>=o-i)return!1;if(n){let t=e.tr.step(s);t.setSelection(j.create(t.doc,i)),n(t.scrollIntoView())}return!0}function yr(e,t,n=!1){for(let r=e;r;r=t==`start`?r.firstChild:r.lastChild){if(r.isTextblock)return!0;if(n&&r.childCount!=1)return!1}return!1}var br=(e,t,n)=>{let{$head:r,empty:i}=e.selection,a=r;if(!i)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock(`backward`,e):r.parentOffset>0)return!1;a=xr(r)}let o=a&&a.nodeBefore;return!o||!M.isSelectable(o)?!1:(t&&t(e.tr.setSelection(M.create(e.doc,a.pos-o.nodeSize)).scrollIntoView()),!0)};function xr(e){if(!e.parent.type.spec.isolating)for(let t=e.depth-1;t>=0;t--){if(e.index(t)>0)return e.doc.resolve(e.before(t+1));if(e.node(t).type.spec.isolating)break}return null}function Sr(e,t){let{$cursor:n}=e.selection;return!n||(t?!t.endOfTextblock(`forward`,e):n.parentOffset{let r=Sr(e,n);if(!r)return!1;let i=Tr(r);if(!i)return!1;let a=i.nodeAfter;if(zr(e,i,t,1))return!0;if(r.parent.content.size==0&&(yr(a,`start`)||M.isSelectable(a))){let n=En(e.doc,r.before(),r.after(),O.empty);if(n&&n.slice.size{let{$head:r,empty:i}=e.selection,a=r;if(!i)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock(`forward`,e):r.parentOffset=0;t--){let n=e.node(t);if(e.index(t)+1{let n=e.selection,r=n instanceof M,i;if(r){if(n.node.isTextblock||!yn(e.doc,n.from))return!1;i=n.from}else if(i=Sn(e.doc,n.from,-1),i==null)return!1;if(t){let n=e.tr.join(i);r&&n.setSelection(M.create(n.doc,i-e.doc.resolve(i).nodeBefore.nodeSize)),t(n.scrollIntoView())}return!0},Dr=(e,t)=>{let n=e.selection,r;if(n instanceof M){if(n.node.isTextblock||!yn(e.doc,n.to))return!1;r=n.to}else if(r=Sn(e.doc,n.to,1),r==null)return!1;return t&&t(e.tr.join(r).scrollIntoView()),!0},Or=(e,t)=>{let{$from:n,$to:r}=e.selection,i=n.blockRange(r),a=i&&an(i);return a==null?!1:(t&&t(e.tr.lift(i,a).scrollIntoView()),!0)},kr=(e,t)=>{let{$head:n,$anchor:r}=e.selection;return!n.parent.type.spec.code||!n.sameParent(r)?!1:(t&&t(e.tr.insertText(` +`).scrollIntoView()),!0)};function Ar(e){for(let t=0;t{let{$head:n,$anchor:r}=e.selection;if(!n.parent.type.spec.code||!n.sameParent(r))return!1;let i=n.node(-1),a=n.indexAfter(-1),o=Ar(i.contentMatchAt(a));if(!o||!i.canReplaceWith(a,a,o))return!1;if(t){let r=n.after(),i=e.tr.replaceWith(r,r,o.createAndFill());i.setSelection(A.near(i.doc.resolve(r),1)),t(i.scrollIntoView())}return!0},Mr=(e,t)=>{let n=e.selection,{$from:r,$to:i}=n;if(n instanceof Zn||r.parent.inlineContent||i.parent.inlineContent)return!1;let a=Ar(i.parent.contentMatchAt(i.indexAfter()));if(!a||!a.isTextblock)return!1;if(t){let n=(!r.parentOffset&&i.index(){let{$cursor:n}=e.selection;if(!n||n.parent.content.size)return!1;if(n.depth>1&&n.after()!=n.end(-1)){let r=n.before();if(_n(e.doc,r))return t&&t(e.tr.split(r).scrollIntoView()),!0}let r=n.blockRange(),i=r&&an(r);return i==null?!1:(t&&t(e.tr.lift(r,i).scrollIntoView()),!0)};function Pr(e){return(t,n)=>{let{$from:r,$to:i}=t.selection;if(t.selection instanceof M&&t.selection.node.isBlock)return!r.parentOffset||!_n(t.doc,r.pos)?!1:(n&&n(t.tr.split(r.pos).scrollIntoView()),!0);if(!r.depth)return!1;let a=[],o,s,c=!1,l=!1;for(let t=r.depth;;t--)if(r.node(t).isBlock){c=r.end(t)==r.pos+(r.depth-t),l=r.start(t)==r.pos-(r.depth-t),s=Ar(r.node(t-1).contentMatchAt(r.indexAfter(t-1)));let n=e&&e(i.parent,c,r);a.unshift(n||(c&&s?{type:s}:null)),o=t;break}else{if(t==1)return!1;a.unshift(null)}let u=t.tr;(t.selection instanceof j||t.selection instanceof Zn)&&u.deleteSelection();let d=u.mapping.map(r.pos),f=_n(u.doc,d,a.length,a);if(f||=(a[0]=s?{type:s}:null,_n(u.doc,d,a.length,a)),!f)return!1;if(u.split(d,a.length,a),!c&&l&&r.node(o).type!=s){let e=u.mapping.map(r.before(o)),t=u.doc.resolve(e);s&&r.node(o-1).canReplaceWith(t.index(),t.index()+1,s)&&u.setNodeMarkup(u.mapping.map(r.before(o)),s)}return n&&n(u.scrollIntoView()),!0}}var Fr=Pr(),Ir=(e,t)=>{let{$from:n,to:r}=e.selection,i,a=n.sharedDepth(r);return a==0?!1:(i=n.before(a),t&&t(e.tr.setSelection(M.create(e.doc,i))),!0)},Lr=(e,t)=>(t&&t(e.tr.setSelection(new Zn(e.doc))),!0);function Rr(e,t,n){let r=t.nodeBefore,i=t.nodeAfter,a=t.index();return!r||!i||!r.type.compatibleContent(i.type)?!1:!r.content.size&&t.parent.canReplace(a-1,a)?(n&&n(e.tr.delete(t.pos-r.nodeSize,t.pos).scrollIntoView()),!0):!t.parent.canReplace(a,a+1)||!(i.isTextblock||yn(e.doc,t.pos))?!1:(n&&n(e.tr.join(t.pos).scrollIntoView()),!0)}function zr(e,t,n,r){let i=t.nodeBefore,a=t.nodeAfter,o,s,c=i.type.spec.isolating||a.type.spec.isolating;if(!c&&Rr(e,t,n))return!0;let l=!c&&t.parent.canReplace(t.index(),t.index()+1);if(l&&(o=(s=i.contentMatchAt(i.childCount)).findWrapping(a.type))&&s.matchType(o[0]||a.type).validEnd){if(n){let r=t.pos+a.nodeSize,s=E.empty;for(let e=o.length-1;e>=0;e--)s=E.from(o[e].create(null,s));s=E.from(i.copy(s));let c=e.tr.step(new Qt(t.pos-1,r,t.pos,r,new O(s,1,0),o.length,!0)),l=c.doc.resolve(r+2*o.length);l.nodeAfter&&l.nodeAfter.type==i.type&&yn(c.doc,l.pos)&&c.join(l.pos),n(c.scrollIntoView())}return!0}let u=a.type.spec.isolating||r>0&&c?null:A.findFrom(t,1),d=u&&u.$from.blockRange(u.$to),f=d&&an(d);if(f!=null&&f>=t.depth)return n&&n(e.tr.lift(d,f).scrollIntoView()),!0;if(l&&yr(a,`start`,!0)&&yr(i,`end`)){let r=i,o=[];for(;o.push(r),!r.isTextblock;)r=r.lastChild;let s=a,c=1;for(;!s.isTextblock;s=s.firstChild)c++;if(r.canReplace(r.childCount,r.childCount,s.content)){if(n){let r=E.empty;for(let e=o.length-1;e>=0;e--)r=E.from(o[e].copy(r));n(e.tr.step(new Qt(t.pos-o.length,t.pos+a.nodeSize,t.pos+c,t.pos+a.nodeSize-c,new O(r,o.length,0),0,!0)).scrollIntoView())}return!0}}return!1}function Br(e){return function(t,n){let r=t.selection,i=e<0?r.$from:r.$to,a=i.depth;for(;i.node(a).isInline;){if(!a)return!1;a--}return i.node(a).isTextblock?(n&&n(t.tr.setSelection(j.create(t.doc,e<0?i.start(a):i.end(a)))),!0):!1}}var Vr=Br(-1),Hr=Br(1);function Ur(e,t=null){return function(n,r){let{$from:i,$to:a}=n.selection,o=i.blockRange(a),s=o&&sn(o,e,t);return s?(r&&r(n.tr.wrap(o,s).scrollIntoView()),!0):!1}}function Wr(e,t=null){return function(n,r){let i=!1;for(let r=0;r{if(i)return!1;if(!(!r.isTextblock||r.hasMarkup(e,t)))if(r.type==e)i=!0;else{let t=n.doc.resolve(a),r=t.index();i=t.parent.canReplaceWith(r,r+1,e)}})}if(!i)return!1;if(r){let i=n.tr;for(let r=0;r=2&&t.$from.node(t.depth-1).type.compatibleContent(n)&&t.startIndex==0){if(t.$from.index(t.depth-1)==0)return!1;let e=o.resolve(t.start-2);a=new Pe(e,e,t.depth),t.endIndex=0;e--)a=E.from(n[e].type.create(n[e].attrs,a));e.step(new Qt(t.start-(r?2:0),t.end,t.start,t.end,new O(a,0,0),n.length,!0));let o=0;for(let e=0;et.childCount>0&&t.firstChild.type==e);return a?n?r.node(a.depth-1).type==e?ei(t,n,e,a):ti(t,n,a):!0:!1}}function ei(e,t,n,r){let i=e.tr,a=r.end,o=r.$to.end(r.depth);aa;t--)e-=i.child(t).nodeSize,r.delete(e-1,e+1);let a=r.doc.resolve(n.start),o=a.nodeAfter;if(r.mapping.map(n.end)!=n.start+a.nodeAfter.nodeSize)return!1;let s=n.startIndex==0,c=n.endIndex==i.childCount,l=a.node(-1),u=a.index(-1);if(!l.canReplace(u+ +!s,u+1,o.content.append(c?E.empty:E.from(i))))return!1;let d=a.pos,f=d+o.nodeSize;return r.step(new Qt(d-+!!s,f+ +!!c,d+1,f-1,new O((s?E.empty:E.from(i.copy(E.empty))).append(c?E.empty:E.from(i.copy(E.empty))),+!s,+!c),+!s)),t(r.scrollIntoView()),!0}function ni(e){return function(t,n){let{$from:r,$to:i}=t.selection,a=r.blockRange(i,t=>t.childCount>0&&t.firstChild.type==e);if(!a)return!1;let o=a.startIndex;if(o==0)return!1;let s=a.parent,c=s.child(o-1);if(c.type!=e)return!1;if(n){let r=c.lastChild&&c.lastChild.type==s.type,i=E.from(r?e.create():null),o=new O(E.from(e.create(null,E.from(s.type.create(null,i)))),r?3:1,0),l=a.start,u=a.end;n(t.tr.step(new Qt(l-(r?3:1),u,l,u,o,1,!0)).scrollIntoView())}return!0}}var F=function(e){for(var t=0;;t++)if(e=e.previousSibling,!e)return t},ri=function(e){let t=e.assignedSlot||e.parentNode;return t&&t.nodeType==11?t.host:t},ii=null,ai=function(e,t,n){let r=ii||=document.createRange();return r.setEnd(e,n??e.nodeValue.length),r.setStart(e,t||0),r},oi=function(){ii=null},si=function(e,t,n,r){return n&&(li(e,t,n,r,-1)||li(e,t,n,r,1))},ci=/^(img|br|input|textarea|hr)$/i;function li(e,t,n,r,i){for(;;){if(e==n&&t==r)return!0;if(t==(i<0?0:ui(e))){let n=e.parentNode;if(!n||n.nodeType!=1||mi(e)||ci.test(e.nodeName)||e.contentEditable==`false`)return!1;t=F(e)+(i<0?0:1),e=n}else if(e.nodeType==1){let n=e.childNodes[t+(i<0?-1:0)];if(n.nodeType==1&&n.contentEditable==`false`)if(n.pmViewDesc?.ignoreForSelection)t+=i;else return!1;else e=n,t=i<0?ui(e):0}else return!1}}function ui(e){return e.nodeType==3?e.nodeValue.length:e.childNodes.length}function di(e,t){for(;;){if(e.nodeType==3&&t)return e;if(e.nodeType==1&&t>0){if(e.contentEditable==`false`)return null;e=e.childNodes[t-1],t=ui(e)}else if(e.parentNode&&!mi(e))t=F(e),e=e.parentNode;else return null}}function fi(e,t){for(;;){if(e.nodeType==3&&t2),ji=Ai||(yi?/Mac/.test(yi.platform):!1),Mi=yi?/Win/.test(yi.platform):!1,Ni=/Android \d/.test(xi),Pi=!!bi&&`webkitFontSmoothing`in bi.documentElement.style,Fi=Pi?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0;function Ii(e){let t=e.defaultView&&e.defaultView.visualViewport;return t?{left:0,right:t.width,top:0,bottom:t.height}:{left:0,right:e.documentElement.clientWidth,top:0,bottom:e.documentElement.clientHeight}}function Li(e,t){return typeof e==`number`?e:e[t]}function Ri(e){let t=e.getBoundingClientRect(),n=t.width/e.offsetWidth||1,r=t.height/e.offsetHeight||1;return{left:t.left,right:t.left+e.clientWidth*n,top:t.top,bottom:t.top+e.clientHeight*r}}function zi(e,t,n){let r=e.someProp(`scrollThreshold`)||0,i=e.someProp(`scrollMargin`)||5,a=e.dom.ownerDocument;for(let o=n||e.dom;o;){if(o.nodeType!=1){o=ri(o);continue}let e=o,n=e==a.body,s=n?Ii(a):Ri(e),c=0,l=0;if(t.tops.bottom-Li(r,`bottom`)&&(l=t.bottom-t.top>s.bottom-s.top?t.top+Li(i,`top`)-s.top:t.bottom-s.bottom+Li(i,`bottom`)),t.lefts.right-Li(r,`right`)&&(c=t.right-s.right+Li(i,`right`)),c||l)if(n)a.defaultView.scrollBy(c,l);else{let n=e.scrollLeft,r=e.scrollTop;l&&(e.scrollTop+=l),c&&(e.scrollLeft+=c);let i=e.scrollLeft-n,a=e.scrollTop-r;t={left:t.left-i,top:t.top-a,right:t.right-i,bottom:t.bottom-a}}let u=n?`fixed`:getComputedStyle(o).position;if(/^(fixed|sticky)$/.test(u))break;o=u==`absolute`?o.offsetParent:ri(o)}}function Bi(e){let t=e.dom.getBoundingClientRect(),n=Math.max(0,t.top),r,i;for(let a=(t.left+t.right)/2,o=n+1;o=n-20){r=t,i=s.top;break}}return{refDOM:r,refTop:i,stack:Vi(e.dom)}}function Vi(e){let t=[],n=e.ownerDocument;for(let r=e;r&&(t.push({dom:r,top:r.scrollTop,left:r.scrollLeft}),e!=n);r=ri(r));return t}function Hi({refDOM:e,refTop:t,stack:n}){let r=e?e.getBoundingClientRect().top:0;Ui(n,r==0?0:r-t)}function Ui(e,t){for(let n=0;n=s){o=Math.max(p.bottom,o),s=Math.min(p.top,s);let e=p.left>t.left?p.left-t.left:p.right=(p.left+p.right)/2));continue}}else p.top>t.top&&!c&&p.left<=t.left&&p.right>=t.left&&(c=u,l={left:Math.max(p.left,Math.min(p.right,t.left)),top:p.top});!n&&(t.left>=p.right&&t.top>=p.top||t.left>=p.left&&t.top>=p.bottom)&&(a=d+1)}}return!n&&c&&(n=c,i=l,r=0),n&&n.nodeType==3?qi(n,i):!n||r&&n.nodeType==1?{node:e,offset:a}:Ki(n,i)}function qi(e,t){let n=e.nodeValue.length,r=document.createRange(),i;for(let a=0;a=(n.left+n.right)/2)};break}}return r.detach(),i||{node:e,offset:0}}function Ji(e,t){return e.left>=t.left-1&&e.left<=t.right+1&&e.top>=t.top-1&&e.top<=t.bottom+1}function Yi(e,t){let n=e.parentNode;return n&&/^li$/i.test(n.nodeName)&&t.left(e.left+e.right)/2?1:-1}return e.docView.posFromDOM(r,i,a)}function Zi(e,t,n,r){let i=-1;for(let n=t,a=!1;n!=e.dom;){let t=e.docView.nearestDesc(n,!0),o;if(!t)return null;if(t.dom.nodeType==1&&(t.node.isBlock&&t.parent||!t.contentDOM)&&((o=t.dom.getBoundingClientRect()).width||o.height)&&(t.node.isBlock&&t.parent&&!/^T(R|BODY|HEAD|FOOT)$/.test(t.dom.nodeName)&&(!a&&o.left>r.left||o.top>r.top?i=t.posBefore:(!a&&o.right-1?i:e.docView.posFromDOM(t,n,-1)}function Qi(e,t,n){let r=e.childNodes.length;if(r&&n.topt.top&&i++}let n;Pi&&i&&r.nodeType==1&&(n=r.childNodes[i-1]).nodeType==1&&n.contentEditable==`false`&&n.getBoundingClientRect().top>=t.top&&i--,r==e.dom&&i==r.childNodes.length-1&&r.lastChild.nodeType==1&&t.top>r.lastChild.getBoundingClientRect().bottom?s=e.state.doc.content.size:(i==0||r.nodeType!=1||r.childNodes[i-1].nodeName!=`BR`)&&(s=Zi(e,r,i,t))}s??=Xi(e,o,t);let c=e.docView.nearestDesc(o,!0);return{pos:s,inside:c?c.posAtStart-c.border:-1}}function ea(e){return e.top=0&&i==r.nodeValue.length?(e--,a=1):n<0?e--:t++,ia(ta(ai(r,e,t),a),a<0)}if(!e.state.doc.resolve(t-(a||0)).parent.inlineContent){if(a==null&&i&&(n<0||i==ui(r))){let e=r.childNodes[i-1];if(e.nodeType==1)return aa(e.getBoundingClientRect(),!1)}if(a==null&&i=0)}if(a==null&&i&&(n<0||i==ui(r))){let e=r.childNodes[i-1],t=e.nodeType==3?ai(e,ui(e)-+!o):e.nodeType==1&&(e.nodeName!=`BR`||!e.nextSibling)?e:null;if(t)return ia(ta(t,1),!1)}if(a==null&&i=0)}function ia(e,t){if(e.width==0)return e;let n=t?e.left:e.right;return{top:e.top,bottom:e.bottom,left:n,right:n}}function aa(e,t){if(e.height==0)return e;let n=t?e.top:e.bottom;return{top:n,bottom:n,left:e.left,right:e.right}}function oa(e,t,n){let r=e.state,i=e.root.activeElement;r!=t&&e.updateState(t),i!=e.dom&&e.focus();try{return n()}finally{r!=t&&e.updateState(r),i!=e.dom&&i&&i.focus()}}function sa(e,t,n){let r=t.selection,i=n==`up`?r.$from:r.$to;return oa(e,t,()=>{let{node:t}=e.docView.domFromPos(i.pos,n==`up`?-1:1);for(;;){let n=e.docView.nearestDesc(t,!0);if(!n)break;if(n.node.isBlock){t=n.contentDOM||n.dom;break}t=n.dom.parentNode}let r=ra(e,i.pos,1);for(let e=t.firstChild;e;e=e.nextSibling){let t;if(e.nodeType==1)t=e.getClientRects();else if(e.nodeType==3)t=ai(e,0,e.nodeValue.length).getClientRects();else continue;for(let e=0;ei.top+1&&(n==`up`?r.top-i.top>(i.bottom-r.top)*2:i.bottom-r.bottom>(r.bottom-i.top)*2))return!1}}return!0})}var ca=/[\u0590-\u08ac]/;function la(e,t,n){let{$head:r}=t.selection;if(!r.parent.isTextblock)return!1;let i=r.parentOffset,a=!i,o=i==r.parent.content.size,s=e.domSelection();return s?!ca.test(r.parent.textContent)||!s.modify?n==`left`||n==`backward`?a:o:oa(e,t,()=>{let{focusNode:t,focusOffset:i,anchorNode:a,anchorOffset:o}=e.domSelectionRange(),c=s.caretBidiLevel;s.modify(`move`,n,`character`);let l=r.depth?e.docView.domAfterPos(r.before()):e.dom,{focusNode:u,focusOffset:d}=e.domSelectionRange(),f=u&&!l.contains(u.nodeType==1?u:u.parentNode)||t==u&&i==d;try{s.collapse(a,o),t&&(t!=a||i!=o)&&s.extend&&s.extend(t,i)}catch{}return c!=null&&(s.caretBidiLevel=c),f}):r.pos==r.start()||r.pos==r.end()}var ua=null,da=null,fa=!1;function pa(e,t,n){return ua==t&&da==n?fa:(ua=t,da=n,fa=n==`up`||n==`down`?sa(e,t,n):la(e,t,n))}var ma=0,ha=1,ga=2,_a=3,va=class{constructor(e,t,n,r){this.parent=e,this.children=t,this.dom=n,this.contentDOM=r,this.dirty=ma,n.pmViewDesc=this}matchesWidget(e){return!1}matchesMark(e){return!1}matchesNode(e,t,n){return!1}matchesHack(e){return!1}parseRule(){return null}stopEvent(e){return!1}get size(){let e=0;for(let t=0;tF(this.contentDOM);else if(this.contentDOM&&this.contentDOM!=this.dom&&this.dom.contains(this.contentDOM))r=e.compareDocumentPosition(this.contentDOM)&2;else if(this.dom.firstChild){if(t==0)for(let t=e;;t=t.parentNode){if(t==this.dom){r=!1;break}if(t.previousSibling)break}if(r==null&&t==e.childNodes.length)for(let t=e;;t=t.parentNode){if(t==this.dom){r=!0;break}if(t.nextSibling)break}}return r??n>0?this.posAtEnd:this.posAtStart}nearestDesc(e,t=!1){for(let n=!0,r=e;r;r=r.parentNode){let i=this.getDesc(r),a;if(i&&(!t||i.node))if(n&&(a=i.nodeDOM)&&!(a.nodeType==1?a.contains(e.nodeType==1?e:e.parentNode):a==e))n=!1;else return i}}getDesc(e){let t=e.pmViewDesc;for(let e=t;e;e=e.parent)if(e==this)return t}posFromDOM(e,t,n){for(let r=e;r;r=r.parentNode){let i=this.getDesc(r);if(i)return i.localPosFromDOM(e,t,n)}return-1}descAt(e){for(let t=0,n=0;te||i instanceof Ta){r=e-t;break}t=a}if(r)return this.children[n].domFromPos(r-this.children[n].border,t);for(let e;n&&!(e=this.children[n-1]).size&&e instanceof ya&&e.side>=0;n--);if(t<=0){let e,r=!0;for(;e=n?this.children[n-1]:null,!(!e||e.dom.parentNode==this.contentDOM);n--,r=!1);return e&&t&&r&&!e.border&&!e.domAtom?e.domFromPos(e.size,t):{node:this.contentDOM,offset:e?F(e.dom)+1:0}}else{let e,r=!0;for(;e=n=i&&t<=s-n.border&&n.node&&n.contentDOM&&this.contentDOM.contains(n.contentDOM))return n.parseRange(e,t,i);e=a;for(let t=o;t>0;t--){let n=this.children[t-1];if(n.size&&n.dom.parentNode==this.contentDOM&&!n.emptyChildAt(1)){r=F(n.dom)+1;break}e-=n.size}r==-1&&(r=0)}if(r>-1&&(s>t||o==this.children.length-1)){t=s;for(let e=o+1;es&&at){let e=o;o=s,s=e}let n=document.createRange();n.setEnd(s.node,s.offset),n.setStart(o.node,o.offset),c.removeAllRanges(),c.addRange(n)}}ignoreMutation(e){return!this.contentDOM&&e.type!=`selection`}get contentLost(){return this.contentDOM&&this.contentDOM!=this.dom&&!this.dom.contains(this.contentDOM)}markDirty(e,t){for(let n=0,r=0;r=n:en){let r=n+i.border,o=a-i.border;if(e>=r&&t<=o){this.dirty=e==n||t==a?ga:ha,e==r&&t==o&&(i.contentLost||i.dom.parentNode!=this.contentDOM)?i.dirty=_a:i.markDirty(e-r,t-r);return}else i.dirty=i.dom==i.contentDOM&&i.dom.parentNode==this.contentDOM&&!i.children.length?ga:_a}n=a}this.dirty=ga}markParentsDirty(){let e=1;for(let t=this.parent;t;t=t.parent,e++){let n=e==1?ga:ha;t.dirty{if(!i)return r;if(i.parent)return i.parent.posBeforeChild(i)})),!t.type.spec.raw){if(a.nodeType!=1){let e=document.createElement(`span`);e.appendChild(a),a=e}a.contentEditable=`false`,a.classList.add(`ProseMirror-widget`)}super(e,[],a,null),this.widget=t,this.widget=t,i=this}matchesWidget(e){return this.dirty==ma&&e.type.eq(this.widget.type)}parseRule(){return{ignore:!0}}stopEvent(e){let t=this.widget.spec.stopEvent;return t?t(e):!1}ignoreMutation(e){return e.type!=`selection`||this.widget.spec.ignoreSelection}destroy(){this.widget.type.destroy(this.dom),super.destroy()}get domAtom(){return!0}get ignoreForSelection(){return!!this.widget.type.spec.relaxedSide}get side(){return this.widget.type.side}},ba=class extends va{constructor(e,t,n,r){super(e,[],t,null),this.textDOM=n,this.text=r}get size(){return this.text.length}localPosFromDOM(e,t){return e==this.textDOM?this.posAtStart+t:this.posAtStart+(t?this.size:0)}domFromPos(e){return{node:this.textDOM,offset:e}}ignoreMutation(e){return e.type===`characterData`&&e.target.nodeValue==e.oldValue}},xa=class e extends va{constructor(e,t,n,r,i){super(e,[],n,r),this.mark=t,this.spec=i}static create(t,n,r,i){let a=i.nodeViews[n.type.name],o=a&&a(n,i,r);return(!o||!o.dom)&&(o=Tt.renderSpec(document,n.type.spec.toDOM(n,r),null,n.attrs)),new e(t,n,o.dom,o.contentDOM||o.dom,o)}parseRule(){return this.dirty&_a||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(e){return this.dirty!=_a&&this.mark.eq(e)}markDirty(e,t){if(super.markDirty(e,t),this.dirty!=ma){let e=this.parent;for(;!e.node;)e=e.parent;e.dirty0&&(a=Ha(a,0,t,r));for(let e=0;e{if(!c)return o;if(c.parent)return c.parent.posBeforeChild(c)},r,i),u=l&&l.dom,d=l&&l.contentDOM;if(n.isText){if(!u)u=document.createTextNode(n.text);else if(u.nodeType!=3)throw RangeError(`Text must be rendered as a DOM text node`)}else if(!u){let e=Tt.renderSpec(document,n.type.spec.toDOM(n),null,n.attrs);({dom:u,contentDOM:d}=e)}!d&&!n.isText&&u.nodeName!=`BR`&&(u.hasAttribute(`contenteditable`)||(u.contentEditable=`false`),n.type.spec.draggable&&(u.draggable=!0));let f=u;return u=Na(u,r,n),l?c=new Ea(t,n,r,i,u,d||null,f,l,a,o+1):n.isText?new wa(t,n,r,i,u,f,a):new e(t,n,r,i,u,d||null,f,a,o+1)}parseRule(){if(this.node.type.spec.reparseInView)return null;let e={node:this.node.type.name,attrs:this.node.attrs};if(this.node.type.whitespace==`pre`&&(e.preserveWhitespace=`full`),!this.contentDOM)e.getContent=()=>this.node.content;else if(!this.contentLost)e.contentElement=this.contentDOM;else{for(let t=this.children.length-1;t>=0;t--){let n=this.children[t];if(this.dom.contains(n.dom.parentNode)){e.contentElement=n.dom.parentNode;break}}e.contentElement||(e.getContent=()=>E.empty)}return e}matchesNode(e,t,n){return this.dirty==ma&&e.eq(this.node)&&Pa(t,this.outerDeco)&&n.eq(this.innerDeco)}get size(){return this.node.nodeSize}get border(){return+!this.node.isLeaf}updateChildren(e,t){let n=this.node.inlineContent,r=t,i=e.composing?this.localCompositionInfo(e,t):null,a=i&&i.pos>-1?i:null,o=i&&i.pos<0,s=new Ia(this,a&&a.node,e);za(this.node,this.innerDeco,(t,i,a)=>{t.spec.marks?s.syncToMarks(t.spec.marks,n,e,i):t.type.side>=0&&!a&&s.syncToMarks(i==this.node.childCount?D.none:this.node.child(i).marks,n,e,i),s.placeWidget(t,e,r)},(t,a,c,l)=>{s.syncToMarks(t.marks,n,e,l);let u;s.findNodeMatch(t,a,c,l)||o&&e.state.selection.from>r&&e.state.selection.to-1&&s.updateNodeAt(t,a,c,u,e)||s.updateNextNode(t,a,c,e,l,r)||s.addNode(t,a,c,e,r),r+=t.nodeSize}),s.syncToMarks([],n,e,0),this.node.isTextblock&&s.addTextblockHacks(),s.destroyRest(),(s.changed||this.dirty==ga)&&(a&&this.protectLocalComposition(e,a),Da(this.contentDOM,this.children,e),Ai&&Ba(this.dom))}localCompositionInfo(e,t){let{from:n,to:r}=e.state.selection;if(!(e.state.selection instanceof j)||nt+this.node.content.size)return null;let i=e.input.compositionNode;if(!i||!this.dom.contains(i.parentNode))return null;if(this.node.inlineContent){let e=i.nodeValue,a=Va(this.node.content,e,n-t,r-t);return a<0?null:{node:i,pos:a,text:e}}else return{node:i,pos:-1,text:``}}protectLocalComposition(e,{node:t,pos:n,text:r}){if(this.getDesc(t))return;let i=t;for(;i.parentNode!=this.contentDOM;i=i.parentNode){for(;i.previousSibling;)i.parentNode.removeChild(i.previousSibling);for(;i.nextSibling;)i.parentNode.removeChild(i.nextSibling);i.pmViewDesc&&=void 0}let a=new ba(this,i,t,r);e.input.compositionNodes.push(a),this.children=Ha(this.children,n,n+r.length,e,a)}update(e,t,n,r){return this.dirty==_a||!e.sameMarkup(this.node)?!1:(this.updateInner(e,t,n,r),!0)}updateInner(e,t,n,r){this.updateOuterDeco(t),this.node=e,this.innerDeco=n,this.contentDOM&&this.updateChildren(r,this.posAtStart),this.dirty=ma}updateOuterDeco(e){if(Pa(e,this.outerDeco))return;let t=this.nodeDOM.nodeType!=1,n=this.dom;this.dom=ja(this.dom,this.nodeDOM,Aa(this.outerDeco,this.node,t),Aa(e,this.node,t)),this.dom!=n&&(n.pmViewDesc=void 0,this.dom.pmViewDesc=this),this.outerDeco=e}selectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.add(`ProseMirror-selectednode`),(this.contentDOM||!this.node.type.spec.draggable)&&(this.nodeDOM.draggable=!0))}deselectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.remove(`ProseMirror-selectednode`),(this.contentDOM||!this.node.type.spec.draggable)&&this.nodeDOM.removeAttribute(`draggable`))}get domAtom(){return this.node.isAtom}};function Ca(e,t,n,r,i){Na(r,t,e);let a=new Sa(void 0,e,t,n,r,r,r,i,0);return a.contentDOM&&a.updateChildren(i,0),a}var wa=class e extends Sa{constructor(e,t,n,r,i,a,o){super(e,t,n,r,i,null,a,o,0)}parseRule(){let e=this.nodeDOM.parentNode;for(;e&&e!=this.dom&&!e.pmIsDeco;)e=e.parentNode;return{skip:e||!0}}update(e,t,n,r){return this.dirty==_a||this.dirty!=ma&&!this.inParent()||!e.sameMarkup(this.node)?!1:(this.updateOuterDeco(t),(this.dirty!=ma||e.text!=this.node.text)&&e.text!=this.nodeDOM.nodeValue&&(this.nodeDOM.nodeValue=e.text,r.trackWrites==this.nodeDOM&&(r.trackWrites=null)),this.node=e,this.dirty=ma,!0)}inParent(){let e=this.parent.contentDOM;for(let t=this.nodeDOM;t;t=t.parentNode)if(t==e)return!0;return!1}domFromPos(e){return{node:this.nodeDOM,offset:e}}localPosFromDOM(e,t,n){return e==this.nodeDOM?this.posAtStart+Math.min(t,this.node.text.length):super.localPosFromDOM(e,t,n)}ignoreMutation(e){return e.type!=`characterData`&&e.type!=`selection`}slice(t,n,r){let i=this.node.cut(t,n),a=document.createTextNode(i.text);return new e(this.parent,i,this.outerDeco,this.innerDeco,a,a,r)}markDirty(e,t){super.markDirty(e,t),this.dom!=this.nodeDOM&&(e==0||t==this.nodeDOM.nodeValue.length)&&(this.dirty=_a)}get domAtom(){return!1}isText(e){return this.node.text==e}},Ta=class extends va{parseRule(){return{ignore:!0}}matchesHack(e){return this.dirty==ma&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return this.dom.nodeName==`IMG`}},Ea=class extends Sa{constructor(e,t,n,r,i,a,o,s,c,l){super(e,t,n,r,i,a,o,c,l),this.spec=s}update(e,t,n,r){if(this.dirty==_a)return!1;if(this.spec.update&&(this.node.type==e.type||this.spec.multiType)){let i=this.spec.update(e,t,n);return i&&this.updateInner(e,t,n,r),i}else if(!this.contentDOM&&!e.isLeaf)return!1;else return super.update(e,t,n,r)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(e,t,n,r){this.spec.setSelection?this.spec.setSelection(e,t,n.root):super.setSelection(e,t,n,r)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}stopEvent(e){return this.spec.stopEvent?this.spec.stopEvent(e):!1}ignoreMutation(e){return this.spec.ignoreMutation?this.spec.ignoreMutation(e):super.ignoreMutation(e)}};function Da(e,t,n){let r=e.firstChild,i=!1;for(let a=0;a>1,o=Math.min(a,e.length);for(;i-1)i>this.index&&(this.changed=!0,this.destroyBetween(this.index,i)),this.top=this.top.children[this.index];else{let r=xa.create(this.top,e[a],t,n);this.top.children.splice(this.index,0,r),this.top=r,this.changed=!0}this.index=0,a++}}findNodeMatch(e,t,n,r){let i=-1,a;if(r>=this.preMatch.index&&(a=this.preMatch.matches[r-this.preMatch.index]).parent==this.top&&a.matchesNode(e,t,n))i=this.top.children.indexOf(a,this.index);else for(let r=this.index,a=Math.min(this.top.children.length,r+5);r0;){let s;for(;;)if(r){let e=n.children[r-1];if(e instanceof xa)n=e,r=e.children.length;else{s=e,r--;break}}else if(n==t)break outer;else r=n.parent.children.indexOf(n),n=n.parent;let c=s.node;if(c){if(c!=e.child(i-1))break;--i,a.set(s,i),o.push(s)}}return{index:i,matched:a,matches:o.reverse()}}function Ra(e,t){return e.type.side-t.type.side}function za(e,t,n,r){let i=t.locals(e),a=0;if(i.length==0){for(let n=0;na;)s.push(i[o++]);let m=a+f.nodeSize;if(f.isText){let e=m;o!e.inline):s.slice();r(f,h,t.forChild(a,f),p),a=m}}function Ba(e){if(e.nodeName==`UL`||e.nodeName==`OL`){let t=e.style.cssText;e.style.cssText=t+`; list-style: square !important`,window.getComputedStyle(e).listStyle,e.style.cssText=t}}function Va(e,t,n,r){for(let i=0,a=0;i=n){if(a>=r&&c.slice(r-t.length-s,r-s)==t)return r-t.length;let e=s=0&&e+t.length+s>=n)return s+e;if(n==r&&c.length>=r+t.length-s&&c.slice(r-s,r-s+t.length)==t)return r}}return-1}function Ha(e,t,n,r,i){let a=[];for(let o=0,s=0;o=n||u<=t?a.push(c):(ln&&a.push(c.slice(n-l,c.size,r)))}return a}function Ua(e,t=null){let n=e.domSelectionRange(),r=e.state.doc;if(!n.focusNode)return null;let i=e.docView.nearestDesc(n.focusNode),a=i&&i.size==0,o=e.docView.posFromDOM(n.focusNode,n.focusOffset,1);if(o<0)return null;let s=r.resolve(o),c,l;if(hi(n)){for(c=o;i&&!i.node;)i=i.parent;let e=i.node;if(i&&e.isAtom&&M.isSelectable(e)&&i.parent&&!(e.isInline&&pi(n.focusNode,n.focusOffset,i.dom))){let e=i.posBefore;l=new M(o==e?s:r.resolve(e))}}else{if(n instanceof e.dom.ownerDocument.defaultView.Selection&&n.rangeCount>1){let t=o,i=o;for(let r=0;r{(n.anchorNode!=r||n.anchorOffset!=i)&&(t.removeEventListener(`selectionchange`,e.input.hideSelectionGuard),setTimeout(()=>{(!Wa(e)||e.state.selection.visible)&&e.dom.classList.remove(`ProseMirror-hideselection`)},20))})}function Za(e){let t=e.domSelection();if(!t)return;let n=e.cursorWrapper.dom,r=n.nodeName==`IMG`;r?t.collapse(n.parentNode,F(n)+1):t.collapse(n,0),!r&&!e.state.selection.visible&&Ti&&Ei<=11&&(n.disabled=!0,n.disabled=!1)}function Qa(e,t){if(t instanceof M){let n=e.docView.descAt(t.from);n!=e.lastSelectedViewDesc&&($a(e),n&&n.selectNode(),e.lastSelectedViewDesc=n)}else $a(e)}function $a(e){e.lastSelectedViewDesc&&=(e.lastSelectedViewDesc.parent&&e.lastSelectedViewDesc.deselectNode(),void 0)}function eo(e,t,n,r){return e.someProp(`createSelectionBetween`,r=>r(e,t,n))||j.between(t,n,r)}function to(e){return e.editable&&!e.hasFocus()?!1:no(e)}function no(e){let t=e.domSelectionRange();if(!t.anchorNode)return!1;try{return e.dom.contains(t.anchorNode.nodeType==3?t.anchorNode.parentNode:t.anchorNode)&&(e.editable||e.dom.contains(t.focusNode.nodeType==3?t.focusNode.parentNode:t.focusNode))}catch{return!1}}function ro(e){let t=e.docView.domFromPos(e.state.selection.anchor,0),n=e.domSelectionRange();return si(t.node,t.offset,n.anchorNode,n.anchorOffset)}function io(e,t){let{$anchor:n,$head:r}=e.selection,i=t>0?n.max(r):n.min(r),a=i.parent.inlineContent?i.depth?e.doc.resolve(t>0?i.after():i.before()):null:i;return a&&A.findFrom(a,t)}function ao(e,t){return e.dispatch(e.state.tr.setSelection(t).scrollIntoView()),!0}function oo(e,t,n){let r=e.state.selection;if(r instanceof j){if(n.indexOf(`s`)>-1){let{$head:n}=r,i=n.textOffset?null:t<0?n.nodeBefore:n.nodeAfter;if(!i||i.isText||!i.isLeaf)return!1;let a=e.state.doc.resolve(n.pos+i.nodeSize*(t<0?-1:1));return ao(e,new j(r.$anchor,a))}else if(!r.empty)return!1;else if(e.endOfTextblock(t>0?`forward`:`backward`)){let n=io(e.state,t);return n&&n instanceof M?ao(e,n):!1}else if(!(ji&&n.indexOf(`m`)>-1)){let n=r.$head,i=n.textOffset?null:t<0?n.nodeBefore:n.nodeAfter,a;if(!i||i.isText)return!1;let o=t<0?n.pos-i.nodeSize:n.pos;return i.isAtom||(a=e.docView.descAt(o))&&!a.contentDOM?M.isSelectable(i)?ao(e,new M(t<0?e.state.doc.resolve(n.pos-i.nodeSize):n)):Pi?ao(e,new j(e.state.doc.resolve(t<0?o:o+i.nodeSize))):!1:!1}}else if(r instanceof M&&r.node.isInline)return ao(e,new j(t>0?r.$to:r.$from));else{let n=io(e.state,t);return n?ao(e,n):!1}}function so(e){return e.nodeType==3?e.nodeValue.length:e.childNodes.length}function co(e,t){let n=e.pmViewDesc;return n&&n.size==0&&(t<0||e.nextSibling||e.nodeName!=`BR`)}function lo(e,t){return t<0?uo(e):fo(e)}function uo(e){let t=e.domSelectionRange(),n=t.focusNode,r=t.focusOffset;if(!n)return;let i,a,o=!1;for(Di&&n.nodeType==1&&r0){if(n.nodeType!=1)break;{let e=n.childNodes[r-1];if(co(e,-1))i=n,a=--r;else if(e.nodeType==3)n=e,r=n.nodeValue.length;else break}}else if(po(n))break;else{let t=n.previousSibling;for(;t&&co(t,-1);)i=n.parentNode,a=F(t),t=t.previousSibling;if(t)n=t,r=so(n);else{if(n=n.parentNode,n==e.dom)break;r=0}}o?go(e,n,r):i&&go(e,i,a)}function fo(e){let t=e.domSelectionRange(),n=t.focusNode,r=t.focusOffset;if(!n)return;let i=so(n),a,o;for(;;)if(r{e.state==i&&Ga(e)},50)}function _o(e,t){let n=e.state.doc.resolve(t);if(!(I||Mi)&&n.parent.inlineContent){let r=e.coordsAtPos(t);if(t>n.start()){let n=e.coordsAtPos(t-1),i=(n.top+n.bottom)/2;if(i>r.top&&i1)return n.leftr.top&&i1)return n.left>r.left?`ltr`:`rtl`}}return getComputedStyle(e.dom).direction==`rtl`?`rtl`:`ltr`}function vo(e,t,n){let r=e.state.selection;if(r instanceof j&&!r.empty||n.indexOf(`s`)>-1||ji&&n.indexOf(`m`)>-1)return!1;let{$from:i,$to:a}=r;if(!i.parent.inlineContent||e.endOfTextblock(t<0?`up`:`down`)){let n=io(e.state,t);if(n&&n instanceof M)return ao(e,n)}if(!i.parent.inlineContent){let n=t<0?i:a,o=r instanceof Zn?A.near(n,t):A.findFrom(n,t);return o?ao(e,o):!1}return!1}function yo(e,t){if(!(e.state.selection instanceof j))return!0;let{$head:n,$anchor:r,empty:i}=e.state.selection;if(!n.sameParent(r))return!0;if(!i)return!1;if(e.endOfTextblock(t>0?`forward`:`backward`))return!0;let a=!n.textOffset&&(t<0?n.nodeBefore:n.nodeAfter);if(a&&!a.isText){let r=e.state.tr;return t<0?r.delete(n.pos-a.nodeSize,n.pos):r.delete(n.pos,n.pos+a.nodeSize),e.dispatch(r),!0}return!1}function bo(e,t,n){e.domObserver.stop(),t.contentEditable=n,e.domObserver.start()}function xo(e){if(!L||e.state.selection.$head.parentOffset>0)return!1;let{focusNode:t,focusOffset:n}=e.domSelectionRange();if(t&&t.nodeType==1&&n==0&&t.firstChild&&t.firstChild.contentEditable==`false`){let n=t.firstChild;bo(e,n,`true`),setTimeout(()=>bo(e,n,`false`),20)}return!1}function So(e){let t=``;return e.ctrlKey&&(t+=`c`),e.metaKey&&(t+=`m`),e.altKey&&(t+=`a`),e.shiftKey&&(t+=`s`),t}function Co(e,t){let n=t.keyCode,r=So(t);if(n==8||ji&&n==72&&r==`c`)return yo(e,-1)||lo(e,-1);if(n==46&&!t.shiftKey||ji&&n==68&&r==`c`)return yo(e,1)||lo(e,1);if(n==13||n==27)return!0;if(n==37||ji&&n==66&&r==`c`){let t=n==37?_o(e,e.state.selection.from)==`ltr`?-1:1:-1;return oo(e,t,r)||lo(e,t)}else if(n==39||ji&&n==70&&r==`c`){let t=n==39?_o(e,e.state.selection.from)==`ltr`?1:-1:1;return oo(e,t,r)||lo(e,t)}else if(n==38||ji&&n==80&&r==`c`)return vo(e,-1,r)||lo(e,-1);else if(n==40||ji&&n==78&&r==`c`)return xo(e)||vo(e,1,r)||lo(e,1);else if(r==(ji?`m`:`c`)&&(n==66||n==73||n==89||n==90))return!0;return!1}function wo(e,t){e.someProp(`transformCopied`,n=>{t=n(t,e)});let n=[],{content:r,openStart:i,openEnd:a}=t;for(;i>1&&a>1&&r.childCount==1&&r.firstChild.childCount==1;){i--,a--;let e=r.firstChild;n.push(e.type.name,e.attrs==e.type.defaultAttrs?null:e.attrs),r=e.content}let o=e.someProp(`clipboardSerializer`)||Tt.fromSchema(e.state.schema),s=Fo(),c=s.createElement(`div`);c.appendChild(o.serializeFragment(r,{document:s}));let l=c.firstChild,u,d=0;for(;l&&l.nodeType==1&&(u=No[l.nodeName.toLowerCase()]);){for(let e=u.length-1;e>=0;e--){let t=s.createElement(u[e]);for(;c.firstChild;)t.appendChild(c.firstChild);c.appendChild(t),d++}l=c.firstChild}return l&&l.nodeType==1&&l.setAttribute(`data-pm-slice`,`${i} ${a}${d?` -${d}`:``} ${JSON.stringify(n)}`),{dom:c,text:e.someProp(`clipboardTextSerializer`,n=>n(t,e))||t.content.textBetween(0,t.content.size,` + +`),slice:t}}function To(e,t,n,r,i){let a=i.parent.type.spec.code,o,s;if(!n&&!t)return null;let c=!!t&&(r||a||!n);if(c){if(e.someProp(`transformPastedText`,n=>{t=n(t,a||r,e)}),a)return s=new O(E.from(e.state.schema.text(t.replace(/\r\n?/g,` +`))),0,0),e.someProp(`transformPasted`,t=>{s=t(s,e,!0)}),s;let n=e.someProp(`clipboardTextParser`,n=>n(t,i,r,e));if(n)s=n;else{let n=i.marks(),{schema:r}=e.state,a=Tt.fromSchema(r);o=document.createElement(`div`),t.split(/(?:\r\n?|\n)+/).forEach(e=>{let t=o.appendChild(document.createElement(`p`));e&&t.appendChild(a.serializeNode(r.text(e,n)))})}}else e.someProp(`transformPastedHTML`,t=>{n=t(n,e)}),o=Ro(n),Pi&&zo(o);let l=o&&o.querySelector(`[data-pm-slice]`),u=l&&/^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(l.getAttribute(`data-pm-slice`)||``);if(u&&u[3])for(let e=+u[3];e>0;e--){let e=o.firstChild;for(;e&&e.nodeType!=1;)e=e.nextSibling;if(!e)break;o=e}if(s||=(e.someProp(`clipboardParser`)||e.someProp(`domParser`)||dt.fromSchema(e.state.schema)).parseSlice(o,{preserveWhitespace:!!(c||u),context:i,ruleFromNode(e){return e.nodeName==`BR`&&!e.nextSibling&&e.parentNode&&!Eo.test(e.parentNode.nodeName)?{ignore:!0}:null}}),u)s=Bo(Mo(s,+u[1],+u[2]),u[4]);else if(s=O.maxOpen(Do(s.content,i),!0),s.openStart||s.openEnd){let e=0,t=0;for(let t=s.content.firstChild;e{s=t(s,e,c)}),s}var Eo=/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var)$/i;function Do(e,t){if(e.childCount<2)return e;for(let n=t.depth;n>=0;n--){let r=t.node(n).contentMatchAt(t.index(n)),i,a=[];if(e.forEach(e=>{if(!a)return;let t=r.findWrapping(e.type),n;if(!t)return a=null;if(n=a.length&&i.length&&ko(t,i,e,a[a.length-1],0))a[a.length-1]=n;else{a.length&&(a[a.length-1]=Ao(a[a.length-1],i.length));let n=Oo(e,t);a.push(n),r=r.matchType(n.type),i=t}}),a)return E.from(a)}return e}function Oo(e,t,n=0){for(let r=t.length-1;r>=n;r--)e=t[r].create(null,E.from(e));return e}function ko(e,t,n,r,i){if(i1&&(a=0),i=n&&(s=t<0?o.contentMatchAt(0).fillBefore(s,a<=i).append(s):s.append(o.contentMatchAt(o.childCount).fillBefore(E.empty,!0))),e.replaceChild(t<0?0:e.childCount-1,o.copy(s))}function Mo(e,t,n){return te}),Io.createHTML(e)):e}function Ro(e){let t=/^(\s*]*>)*/.exec(e);t&&(e=e.slice(t[0].length));let n=Fo().createElement(`div`),r=/<([a-z][^>\s]+)/i.exec(e),i;if((i=r&&No[r[1].toLowerCase()])&&(e=i.map(e=>`<`+e+`>`).join(``)+e+i.map(e=>``).reverse().join(``)),n.innerHTML=Lo(e),i)for(let e=0;e=0;e-=2){let t=n.nodes[r[e]];if(!t||t.hasRequiredAttrs())break;i=E.from(t.create(r[e+1],i)),a++,o++}return new O(i,a,o)}var Vo={},Ho={},Uo={touchstart:!0,touchmove:!0},Wo=class{constructor(){this.shiftKey=!1,this.mouseDown=null,this.lastKeyCode=null,this.lastKeyCodeTime=0,this.lastClick={time:0,x:0,y:0,type:``,button:0},this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastIOSEnter=0,this.lastIOSEnterFallbackTimeout=-1,this.lastFocus=0,this.lastTouch=0,this.lastChromeDelete=0,this.composing=!1,this.compositionNode=null,this.composingTimeout=-1,this.compositionNodes=[],this.compositionEndedAt=-2e8,this.compositionID=1,this.badSafariComposition=!1,this.compositionPendingChanges=0,this.domChangeCount=0,this.eventHandlers=Object.create(null),this.hideSelectionGuard=null}};function Go(e){for(let t in Vo){let n=Vo[t];e.dom.addEventListener(t,e.input.eventHandlers[t]=t=>{Xo(e,t)&&!Yo(e,t)&&(e.editable||!(t.type in Ho))&&n(e,t)},Uo[t]?{passive:!0}:void 0)}L&&e.dom.addEventListener(`input`,()=>null),Jo(e)}function Ko(e,t){e.input.lastSelectionOrigin=t,e.input.lastSelectionTime=Date.now()}function qo(e){e.domObserver.stop();for(let t in e.input.eventHandlers)e.dom.removeEventListener(t,e.input.eventHandlers[t]);clearTimeout(e.input.composingTimeout),clearTimeout(e.input.lastIOSEnterFallbackTimeout)}function Jo(e){e.someProp(`handleDOMEvents`,t=>{for(let n in t)e.input.eventHandlers[n]||e.dom.addEventListener(n,e.input.eventHandlers[n]=t=>Yo(e,t))})}function Yo(e,t){return e.someProp(`handleDOMEvents`,n=>{let r=n[t.type];return r?r(e,t)||t.defaultPrevented:!1})}function Xo(e,t){if(!t.bubbles)return!0;if(t.defaultPrevented)return!1;for(let n=t.target;n!=e.dom;n=n.parentNode)if(!n||n.nodeType==11||n.pmViewDesc&&n.pmViewDesc.stopEvent(t))return!1;return!0}function Zo(e,t){!Yo(e,t)&&Vo[t.type]&&(e.editable||!(t.type in Ho))&&Vo[t.type](e,t)}Ho.keydown=(e,t)=>{let n=t;if(e.input.shiftKey=n.keyCode==16||n.shiftKey,!fs(e,n)&&(e.input.lastKeyCode=n.keyCode,e.input.lastKeyCodeTime=Date.now(),!(Ni&&I&&n.keyCode==13)))if(n.keyCode!=229&&e.domObserver.forceFlush(),Ai&&n.keyCode==13&&!n.ctrlKey&&!n.altKey&&!n.metaKey){let t=Date.now();e.input.lastIOSEnter=t,e.input.lastIOSEnterFallbackTimeout=setTimeout(()=>{e.input.lastIOSEnter==t&&(e.someProp(`handleKeyDown`,t=>t(e,gi(13,`Enter`))),e.input.lastIOSEnter=0)},200)}else e.someProp(`handleKeyDown`,t=>t(e,n))||Co(e,n)?n.preventDefault():Ko(e,`key`)},Ho.keyup=(e,t)=>{t.keyCode==16&&(e.input.shiftKey=!1)},Ho.keypress=(e,t)=>{let n=t;if(fs(e,n)||!n.charCode||n.ctrlKey&&!n.altKey||ji&&n.metaKey)return;if(e.someProp(`handleKeyPress`,t=>t(e,n))){n.preventDefault();return}let r=e.state.selection;if(!(r instanceof j)||!r.$from.sameParent(r.$to)){let t=String.fromCharCode(n.charCode),i=()=>e.state.tr.insertText(t).scrollIntoView();!/[\r\n]/.test(t)&&!e.someProp(`handleTextInput`,n=>n(e,r.$from.pos,r.$to.pos,t,i))&&e.dispatch(i()),n.preventDefault()}};function Qo(e){return{left:e.clientX,top:e.clientY}}function $o(e,t){let n=t.x-e.clientX,r=t.y-e.clientY;return n*n+r*r<100}function es(e,t,n,r,i){if(r==-1)return!1;let a=e.state.doc.resolve(r);for(let r=a.depth+1;r>0;r--)if(e.someProp(t,t=>r>a.depth?t(e,n,a.nodeAfter,a.before(r),i,!0):t(e,n,a.node(r),a.before(r),i,!1)))return!0;return!1}function ts(e,t,n){if(e.focused||e.focus(),e.state.selection.eq(t))return;let r=e.state.tr.setSelection(t);n==`pointer`&&r.setMeta(`pointer`,!0),e.dispatch(r)}function ns(e,t){if(t==-1)return!1;let n=e.state.doc.resolve(t),r=n.nodeAfter;return r&&r.isAtom&&M.isSelectable(r)?(ts(e,new M(n),`pointer`),!0):!1}function rs(e,t){if(t==-1)return!1;let n=e.state.selection,r,i;n instanceof M&&(r=n.node);let a=e.state.doc.resolve(t);for(let e=a.depth+1;e>0;e--){let t=e>a.depth?a.nodeAfter:a.node(e);if(M.isSelectable(t)){i=r&&n.$from.depth>0&&e>=n.$from.depth&&a.before(n.$from.depth+1)==n.$from.pos?a.before(n.$from.depth):a.before(e);break}}return i==null?!1:(ts(e,M.create(e.state.doc,i),`pointer`),!0)}function is(e,t,n,r,i){return es(e,`handleClickOn`,t,n,r)||e.someProp(`handleClick`,n=>n(e,t,r))||(i?rs(e,n):ns(e,n))}function as(e,t,n,r){return es(e,`handleDoubleClickOn`,t,n,r)||e.someProp(`handleDoubleClick`,n=>n(e,t,r))}function ss(e,t,n,r){return es(e,`handleTripleClickOn`,t,n,r)||e.someProp(`handleTripleClick`,n=>n(e,t,r))||cs(e,n,r)}function cs(e,t,n){if(n.button!=0)return!1;let r=e.state.doc;if(t==-1)return r.inlineContent?(ts(e,j.create(r,0,r.content.size),`pointer`),!0):!1;let i=r.resolve(t);for(let t=i.depth+1;t>0;t--){let n=t>i.depth?i.nodeAfter:i.node(t),a=i.before(t);if(n.inlineContent)ts(e,j.create(r,a+1,a+1+n.content.size),`pointer`);else if(M.isSelectable(n))ts(e,M.create(r,a),`pointer`);else continue;return!0}}function ls(e){return ys(e)}var us=ji?`metaKey`:`ctrlKey`;Vo.mousedown=(e,t)=>{let n=t;e.input.shiftKey=n.shiftKey;let r=ls(e),i=Date.now(),a=`singleClick`;i-e.input.lastClick.time<500&&$o(n,e.input.lastClick)&&!n[us]&&e.input.lastClick.button==n.button&&(e.input.lastClick.type==`singleClick`?a=`doubleClick`:e.input.lastClick.type==`doubleClick`&&(a=`tripleClick`)),e.input.lastClick={time:i,x:n.clientX,y:n.clientY,type:a,button:n.button};let o=e.posAtCoords(Qo(n));o&&(a==`singleClick`?(e.input.mouseDown&&e.input.mouseDown.done(),e.input.mouseDown=new ds(e,o,n,!!r)):(a==`doubleClick`?as:ss)(e,o.pos,o.inside,n)?n.preventDefault():Ko(e,`pointer`))};var ds=class{constructor(e,t,n,r){this.view=e,this.pos=t,this.event=n,this.flushed=r,this.delayedSelectionSync=!1,this.mightDrag=null,this.startDoc=e.state.doc,this.selectNode=!!n[us],this.allowDefault=n.shiftKey;let i,a;if(t.inside>-1)i=e.state.doc.nodeAt(t.inside),a=t.inside;else{let n=e.state.doc.resolve(t.pos);i=n.parent,a=n.depth?n.before():0}let o=r?null:n.target,s=o?e.docView.nearestDesc(o,!0):null;this.target=s&&s.nodeDOM.nodeType==1?s.nodeDOM:null;let{selection:c}=e.state;n.button==0&&(i.type.spec.draggable&&i.type.spec.selectable!==!1||c instanceof M&&c.from<=a&&c.to>a)&&(this.mightDrag={node:i,pos:a,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&Di&&!this.target.hasAttribute(`contentEditable`))}),this.target&&this.mightDrag&&(this.mightDrag.addAttr||this.mightDrag.setUneditable)&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&(this.target.draggable=!0),this.mightDrag.setUneditable&&setTimeout(()=>{this.view.input.mouseDown==this&&this.target.setAttribute(`contentEditable`,`false`)},20),this.view.domObserver.start()),e.root.addEventListener(`mouseup`,this.up=this.up.bind(this)),e.root.addEventListener(`mousemove`,this.move=this.move.bind(this)),Ko(e,`pointer`)}done(){this.view.root.removeEventListener(`mouseup`,this.up),this.view.root.removeEventListener(`mousemove`,this.move),this.mightDrag&&this.target&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&this.target.removeAttribute(`draggable`),this.mightDrag.setUneditable&&this.target.removeAttribute(`contentEditable`),this.view.domObserver.start()),this.delayedSelectionSync&&setTimeout(()=>Ga(this.view)),this.view.input.mouseDown=null}up(e){if(this.done(),!this.view.dom.contains(e.target))return;let t=this.pos;this.view.state.doc!=this.startDoc&&(t=this.view.posAtCoords(Qo(e))),this.updateAllowDefault(e),this.allowDefault||!t?Ko(this.view,`pointer`):is(this.view,t.pos,t.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||L&&this.mightDrag&&!this.mightDrag.node.isAtom||I&&!this.view.state.selection.visible&&Math.min(Math.abs(t.pos-this.view.state.selection.from),Math.abs(t.pos-this.view.state.selection.to))<=2)?(ts(this.view,A.near(this.view.state.doc.resolve(t.pos)),`pointer`),e.preventDefault()):Ko(this.view,`pointer`)}move(e){this.updateAllowDefault(e),Ko(this.view,`pointer`),e.buttons==0&&this.done()}updateAllowDefault(e){!this.allowDefault&&(Math.abs(this.event.x-e.clientX)>4||Math.abs(this.event.y-e.clientY)>4)&&(this.allowDefault=!0)}};Vo.touchstart=e=>{e.input.lastTouch=Date.now(),ls(e),Ko(e,`pointer`)},Vo.touchmove=e=>{e.input.lastTouch=Date.now(),Ko(e,`pointer`)},Vo.contextmenu=e=>ls(e);function fs(e,t){return e.composing?!0:L&&Math.abs(t.timeStamp-e.input.compositionEndedAt)<500?(e.input.compositionEndedAt=-2e8,!0):!1}var ps=Ni?5e3:-1;Ho.compositionstart=Ho.compositionupdate=e=>{if(!e.composing){e.domObserver.flush();let{state:t}=e,n=t.selection.$to;if(t.selection instanceof j&&(t.storedMarks||!n.textOffset&&n.parentOffset&&n.nodeBefore.marks.some(e=>e.type.spec.inclusive===!1)||I&&Mi&&ms(e)))e.markCursor=e.state.storedMarks||n.marks(),ys(e,!0),e.markCursor=null;else if(ys(e,!t.selection.empty),Di&&t.selection.empty&&n.parentOffset&&!n.textOffset&&n.nodeBefore.marks.length){let t=e.domSelectionRange();for(let n=t.focusNode,r=t.focusOffset;n&&n.nodeType==1&&r!=0;){let t=r<0?n.lastChild:n.childNodes[r-1];if(!t)break;if(t.nodeType==3){let n=e.domSelection();n&&n.collapse(t,t.nodeValue.length);break}else n=t,r=-1}}e.input.composing=!0}hs(e,ps)};function ms(e){let{focusNode:t,focusOffset:n}=e.domSelectionRange();if(!t||t.nodeType!=1||n>=t.childNodes.length)return!1;let r=t.childNodes[n];return r.nodeType==1&&r.contentEditable==`false`}Ho.compositionend=(e,t)=>{e.composing&&(e.input.composing=!1,e.input.compositionEndedAt=t.timeStamp,e.input.compositionPendingChanges=e.domObserver.pendingRecords().length?e.input.compositionID:0,e.input.compositionNode=null,e.input.badSafariComposition?e.domObserver.forceFlush():e.input.compositionPendingChanges&&Promise.resolve().then(()=>e.domObserver.flush()),e.input.compositionID++,hs(e,20))};function hs(e,t){clearTimeout(e.input.composingTimeout),t>-1&&(e.input.composingTimeout=setTimeout(()=>ys(e),t))}function gs(e){for(e.composing&&(e.input.composing=!1,e.input.compositionEndedAt=vs());e.input.compositionNodes.length>0;)e.input.compositionNodes.pop().markParentsDirty()}function _s(e){let t=e.domSelectionRange();if(!t.focusNode)return null;let n=di(t.focusNode,t.focusOffset),r=fi(t.focusNode,t.focusOffset);if(n&&r&&n!=r){let t=r.pmViewDesc,i=e.domObserver.lastChangedTextNode;if(n==i||r==i)return i;if(!t||!t.isText(r.nodeValue))return r;if(e.input.compositionNode==r){let e=n.pmViewDesc;if(!(!e||!e.isText(n.nodeValue)))return r}}return n||r}function vs(){let e=document.createEvent(`Event`);return e.initEvent(`event`,!0,!0),e.timeStamp}function ys(e,t=!1){if(!(Ni&&e.domObserver.flushingSoon>=0)){if(e.domObserver.forceFlush(),gs(e),t||e.docView&&e.docView.dirty){let n=Ua(e),r=e.state.selection;return n&&!n.eq(r)?e.dispatch(e.state.tr.setSelection(n)):(e.markCursor||t)&&!r.$from.node(r.$from.sharedDepth(r.to)).inlineContent?e.dispatch(e.state.tr.deleteSelection()):e.updateState(e.state),!0}return!1}}function bs(e,t){if(!e.dom.parentNode)return;let n=e.dom.parentNode.appendChild(document.createElement(`div`));n.appendChild(t),n.style.cssText=`position: fixed; left: -10000px; top: 10px`;let r=getSelection(),i=document.createRange();i.selectNodeContents(t),e.dom.blur(),r.removeAllRanges(),r.addRange(i),setTimeout(()=>{n.parentNode&&n.parentNode.removeChild(n),e.focus()},50)}var xs=Ti&&Ei<15||Ai&&Fi<604;Vo.copy=Ho.cut=(e,t)=>{let n=t,r=e.state.selection,i=n.type==`cut`;if(r.empty)return;let a=xs?null:n.clipboardData,{dom:o,text:s}=wo(e,r.content());a?(n.preventDefault(),a.clearData(),a.setData(`text/html`,o.innerHTML),a.setData(`text/plain`,s)):bs(e,o),i&&e.dispatch(e.state.tr.deleteSelection().scrollIntoView().setMeta(`uiEvent`,`cut`))};function Ss(e){return e.openStart==0&&e.openEnd==0&&e.content.childCount==1?e.content.firstChild:null}function Cs(e,t){if(!e.dom.parentNode)return;let n=e.input.shiftKey||e.state.selection.$from.parent.type.spec.code,r=e.dom.parentNode.appendChild(document.createElement(n?`textarea`:`div`));n||(r.contentEditable=`true`),r.style.cssText=`position: fixed; left: -10000px; top: 10px`,r.focus();let i=e.input.shiftKey&&e.input.lastKeyCode!=45;setTimeout(()=>{e.focus(),r.parentNode&&r.parentNode.removeChild(r),n?ws(e,r.value,null,i,t):ws(e,r.textContent,r.innerHTML,i,t)},50)}function ws(e,t,n,r,i){let a=To(e,t,n,r,e.state.selection.$from);if(e.someProp(`handlePaste`,t=>t(e,i,a||O.empty)))return!0;if(!a)return!1;let o=Ss(a),s=o?e.state.tr.replaceSelectionWith(o,r):e.state.tr.replaceSelection(a);return e.dispatch(s.scrollIntoView().setMeta(`paste`,!0).setMeta(`uiEvent`,`paste`)),!0}function Ts(e){let t=e.getData(`text/plain`)||e.getData(`Text`);if(t)return t;let n=e.getData(`text/uri-list`);return n?n.replace(/\r?\n/g,` `):``}Ho.paste=(e,t)=>{let n=t;if(e.composing&&!Ni)return;let r=xs?null:n.clipboardData,i=e.input.shiftKey&&e.input.lastKeyCode!=45;r&&ws(e,Ts(r),r.getData(`text/html`),i,n)?n.preventDefault():Cs(e,n)};var Es=class{constructor(e,t,n){this.slice=e,this.move=t,this.node=n}},Ds=ji?`altKey`:`ctrlKey`;function Os(e,t){let n;return e.someProp(`dragCopies`,e=>{n||=e(t)}),n==null?!t[Ds]:!n}Vo.dragstart=(e,t)=>{let n=t,r=e.input.mouseDown;if(r&&r.done(),!n.dataTransfer)return;let i=e.state.selection,a=i.empty?null:e.posAtCoords(Qo(n)),o;if(!(a&&a.pos>=i.from&&a.pos<=(i instanceof M?i.to-1:i.to))){if(r&&r.mightDrag)o=M.create(e.state.doc,r.mightDrag.pos);else if(n.target&&n.target.nodeType==1){let t=e.docView.nearestDesc(n.target,!0);t&&t.node.type.spec.draggable&&t!=e.docView&&(o=M.create(e.state.doc,t.posBefore))}}let{dom:s,text:c,slice:l}=wo(e,(o||e.state.selection).content());(!n.dataTransfer.files.length||!I||ki>120)&&n.dataTransfer.clearData(),n.dataTransfer.setData(xs?`Text`:`text/html`,s.innerHTML),n.dataTransfer.effectAllowed=`copyMove`,xs||n.dataTransfer.setData(`text/plain`,c),e.dragging=new Es(l,Os(e,n),o)},Vo.dragend=e=>{let t=e.dragging;window.setTimeout(()=>{e.dragging==t&&(e.dragging=null)},50)},Ho.dragover=Ho.dragenter=(e,t)=>t.preventDefault(),Ho.drop=(e,t)=>{try{ks(e,t,e.dragging)}finally{e.dragging=null}};function ks(e,t,n){if(!t.dataTransfer)return;let r=e.posAtCoords(Qo(t));if(!r)return;let i=e.state.doc.resolve(r.pos),a=n&&n.slice;a?e.someProp(`transformPasted`,t=>{a=t(a,e,!1)}):a=To(e,Ts(t.dataTransfer),xs?null:t.dataTransfer.getData(`text/html`),!1,i);let o=!!(n&&Os(e,t));if(e.someProp(`handleDrop`,n=>n(e,t,a||O.empty,o))){t.preventDefault();return}if(!a)return;t.preventDefault();let s=a?Tn(e.state.doc,i.pos,a):i.pos;s??=i.pos;let c=e.state.tr;if(o){let{node:e}=n;e?e.replace(c):c.deleteSelection()}let l=c.mapping.map(s),u=a.openStart==0&&a.openEnd==0&&a.content.childCount==1,d=c.doc;if(u?c.replaceRangeWith(l,l,a.content.firstChild):c.replaceRange(l,l,a),c.doc.eq(d))return;let f=c.doc.resolve(l);if(u&&M.isSelectable(a.content.firstChild)&&f.nodeAfter&&f.nodeAfter.sameMarkup(a.content.firstChild))c.setSelection(new M(f));else{let t=c.mapping.map(s);c.mapping.maps[c.mapping.maps.length-1].forEach((e,n,r,i)=>t=i),c.setSelection(eo(e,f,c.doc.resolve(t)))}e.focus(),e.dispatch(c.setMeta(`uiEvent`,`drop`))}Vo.focus=e=>{e.input.lastFocus=Date.now(),e.focused||(e.domObserver.stop(),e.dom.classList.add(`ProseMirror-focused`),e.domObserver.start(),e.focused=!0,setTimeout(()=>{e.docView&&e.hasFocus()&&!e.domObserver.currentSelection.eq(e.domSelectionRange())&&Ga(e)},20))},Vo.blur=(e,t)=>{let n=t;e.focused&&=(e.domObserver.stop(),e.dom.classList.remove(`ProseMirror-focused`),e.domObserver.start(),n.relatedTarget&&e.dom.contains(n.relatedTarget)&&e.domObserver.currentSelection.clear(),!1)},Vo.beforeinput=(e,t)=>{if(I&&Ni&&t.inputType==`deleteContentBackward`){e.domObserver.flushSoon();let{domChangeCount:t}=e.input;setTimeout(()=>{if(e.input.domChangeCount!=t||(e.dom.blur(),e.focus(),e.someProp(`handleKeyDown`,t=>t(e,gi(8,`Backspace`)))))return;let{$cursor:n}=e.state.selection;n&&n.pos>0&&e.dispatch(e.state.tr.delete(n.pos-1,n.pos).scrollIntoView())},50)}};for(let e in Ho)Vo[e]=Ho[e];function As(e,t){if(e==t)return!0;for(let n in e)if(e[n]!==t[n])return!1;for(let n in t)if(!(n in e))return!1;return!0}var js=class e{constructor(e,t){this.toDOM=e,this.spec=t||Is,this.side=this.spec.side||0}map(e,t,n,r){let{pos:i,deleted:a}=e.mapResult(t.from+r,this.side<0?-1:1);return a?null:new Ps(i-n,i-n,this)}valid(){return!0}eq(t){return this==t||t instanceof e&&(this.spec.key&&this.spec.key==t.spec.key||this.toDOM==t.toDOM&&As(this.spec,t.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}},Ms=class e{constructor(e,t){this.attrs=e,this.spec=t||Is}map(e,t,n,r){let i=e.map(t.from+r,this.spec.inclusiveStart?-1:1)-n,a=e.map(t.to+r,this.spec.inclusiveEnd?1:-1)-n;return i>=a?null:new Ps(i,a,this)}valid(e,t){return t.from=e&&(!i||i(o.spec))&&n.push(o.copy(o.from+r,o.to+r))}for(let a=0;ae){let o=this.children[a]+1;this.children[a+2].findInner(e-o,t-o,n,r+o,i)}}map(e,t,n){return this==z||e.maps.length==0?this:this.mapInner(e,t,0,0,n||Is)}mapInner(t,n,r,i,a){let o;for(let e=0;e{let o=t+r,s;if(s=Vs(n,e,o)){for(i||=this.children.slice();aa&&n.to=t){this.children[e]==t&&(r=this.children[e+2]);break}let a=t+1,o=a+n.content.size;for(let e=0;ea&&t.type instanceof Ms){let e=Math.max(a,t.from)-a,n=Math.min(o,t.to)-a;ee.map(t,n,Is));return e.from(r)}forChild(t,n){if(n.isLeaf)return R.empty;let r=[];for(let i=0;ie instanceof R)?t:t.reduce((e,t)=>e.concat(t instanceof R?t:t.members),[]))}}forEachSet(e){for(let t=0;t{let o=a-i-(n-e);for(let i=0;ia+t-r)continue;let c=s[i]+t-r;n>=c?s[i+1]=e<=c?-2:-1:e>=t&&o&&(s[i]+=o,s[i+1]+=o)}r+=o}),t=n.maps[e].map(t,-1)}let c=!1;for(let t=0;t=r.content.size){c=!0;continue}let d=n.map(e[t+1]+a,-1)-i,{index:f,offset:p}=r.content.findIndex(u),m=r.maybeChild(f);if(m&&p==u&&p+m.nodeSize==d){let r=s[t+2].mapInner(n,m,l+1,e[t]+a+1,o);r==z?(s[t+1]=-2,c=!0):(s[t]=u,s[t+1]=d,s[t+2]=r)}else c=!0}if(c){let c=Us(Bs(s,e,t,n,i,a,o),r,0,o);t=c.local;for(let e=0;en&&a.to{let s=Vs(e,t,o+n);if(s){a=!0;let e=Us(s,t,n+o+1,r);e!=z&&i.push(o,o+t.nodeSize,e)}});let o=zs(a?Hs(e):e,-n).sort(Ws);for(let e=0;e0;)t++;e.splice(t,0,n)}function qs(e){let t=[];return e.someProp(`decorations`,n=>{let r=n(e.state);r&&r!=z&&t.push(r)}),e.cursorWrapper&&t.push(R.create(e.state.doc,[e.cursorWrapper.deco])),Ls.from(t)}var Js={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},Ys=Ti&&Ei<=11,Xs=class{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}set(e){this.anchorNode=e.anchorNode,this.anchorOffset=e.anchorOffset,this.focusNode=e.focusNode,this.focusOffset=e.focusOffset}clear(){this.anchorNode=this.focusNode=null}eq(e){return e.anchorNode==this.anchorNode&&e.anchorOffset==this.anchorOffset&&e.focusNode==this.focusNode&&e.focusOffset==this.focusOffset}},Zs=class{constructor(e,t){this.view=e,this.handleDOMChange=t,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new Xs,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.lastChangedTextNode=null,this.observer=window.MutationObserver&&new window.MutationObserver(t=>{for(let e=0;ee.type==`childList`&&e.removedNodes.length||e.type==`characterData`&&e.oldValue.length>e.target.nodeValue.length)?this.flushSoon():L&&e.composing&&t.some(e=>e.type==`childList`&&e.target.nodeName==`TR`)?(e.input.badSafariComposition=!0,this.flushSoon()):this.flush()}),Ys&&(this.onCharData=e=>{this.queue.push({target:e.target,type:`characterData`,oldValue:e.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this)}flushSoon(){this.flushingSoon<0&&(this.flushingSoon=window.setTimeout(()=>{this.flushingSoon=-1,this.flush()},20))}forceFlush(){this.flushingSoon>-1&&(window.clearTimeout(this.flushingSoon),this.flushingSoon=-1,this.flush())}start(){this.observer&&(this.observer.takeRecords(),this.observer.observe(this.view.dom,Js)),this.onCharData&&this.view.dom.addEventListener(`DOMCharacterDataModified`,this.onCharData),this.connectSelection()}stop(){if(this.observer){let e=this.observer.takeRecords();if(e.length){for(let t=0;tthis.flush(),20)}this.observer.disconnect()}this.onCharData&&this.view.dom.removeEventListener(`DOMCharacterDataModified`,this.onCharData),this.disconnectSelection()}connectSelection(){this.view.dom.ownerDocument.addEventListener(`selectionchange`,this.onSelectionChange)}disconnectSelection(){this.view.dom.ownerDocument.removeEventListener(`selectionchange`,this.onSelectionChange)}suppressSelectionUpdates(){this.suppressingSelectionUpdates=!0,setTimeout(()=>this.suppressingSelectionUpdates=!1,50)}onSelectionChange(){if(to(this.view)){if(this.suppressingSelectionUpdates)return Ga(this.view);if(Ti&&Ei<=11&&!this.view.state.selection.empty){let e=this.view.domSelectionRange();if(e.focusNode&&si(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset))return this.flushSoon()}this.flush()}}setCurSelection(){this.currentSelection.set(this.view.domSelectionRange())}ignoreSelectionChange(e){if(!e.focusNode)return!0;let t=new Set,n;for(let n=e.focusNode;n;n=ri(n))t.add(n);for(let r=e.anchorNode;r;r=ri(r))if(t.has(r)){n=r;break}let r=n&&this.view.docView.nearestDesc(n);if(r&&r.ignoreMutation({type:`selection`,target:n.nodeType==3?n.parentNode:n}))return this.setCurSelection(),!0}pendingRecords(){if(this.observer)for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}flush(){let{view:e}=this;if(!e.docView||this.flushingSoon>-1)return;let t=this.pendingRecords();t.length&&(this.queue=[]);let n=e.domSelectionRange(),r=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(n)&&to(e)&&!this.ignoreSelectionChange(n),i=-1,a=-1,o=!1,s=[];if(e.editable)for(let e=0;ee.nodeName==`BR`)&&(e.input.lastKeyCode==8||e.input.lastKeyCode==46)){for(let e of s)if(e.nodeName==`BR`&&e.parentNode){let t=e.nextSibling;for(;t&&t.nodeType==1;){if(t.contentEditable==`false`){e.parentNode.removeChild(e);break}t=t.firstChild}}}else if(Di&&s.length){let t=s.filter(e=>e.nodeName==`BR`);if(t.length==2){let[e,n]=t;e.parentNode&&e.parentNode.parentNode==n.parentNode?n.remove():e.remove()}else{let{focusNode:n}=this.currentSelection;for(let r of t){let t=r.parentNode;t&&t.nodeName==`LI`&&(!n||rc(e,n)!=t)&&r.remove()}}}let c=null;i<0&&r&&e.input.lastFocus>Date.now()-200&&Math.max(e.input.lastTouch,e.input.lastClick.time)-1||r)&&(i>-1&&(e.docView.markDirty(i,a),ec(e)),e.input.badSafariComposition&&(e.input.badSafariComposition=!1,ic(e,s)),this.handleDOMChange(i,a,o,s),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(n)||Ga(e),this.currentSelection.set(n))}registerMutation(e,t){if(t.indexOf(e.target)>-1)return null;let n=this.view.docView.nearestDesc(e.target);if(e.type==`attributes`&&(n==this.view.docView||e.attributeName==`contenteditable`||e.attributeName==`style`&&!e.oldValue&&!e.target.getAttribute(`style`))||!n||n.ignoreMutation(e))return null;if(e.type==`childList`){for(let n=0;ni;e--){let t=r.childNodes[e-1],n=t.pmViewDesc;if(t.nodeName==`BR`&&!n){a=e;break}if(!n||n.size)break}let d=e.state.doc,f=e.someProp(`domParser`)||dt.fromSchema(e.state.schema),p=d.resolve(o),m=null,h=f.parse(r,{topNode:p.parent,topMatch:p.parent.contentMatchAt(p.index()),topOpen:!0,from:i,to:a,preserveWhitespace:p.parent.type.whitespace==`pre`?`full`:!0,findPositions:l,ruleFromNode:oc,context:p});if(l&&l[0].pos!=null){let e=l[0].pos,t=l[1]&&l[1].pos;t??=e,m={anchor:e+o,head:t+o}}return{doc:h,sel:m,from:o,to:s}}function oc(e){let t=e.pmViewDesc;if(t)return t.parseRule();if(e.nodeName==`BR`&&e.parentNode){if(L&&/^(ul|ol)$/i.test(e.parentNode.nodeName)){let e=document.createElement(`div`);return e.appendChild(document.createElement(`li`)),{skip:e}}else if(e.parentNode.lastChild==e||L&&/^(tr|table)$/i.test(e.parentNode.nodeName))return{ignore:!0}}else if(e.nodeName==`IMG`&&e.getAttribute(`mark-placeholder`))return{ignore:!0};return null}var sc=/^(a|abbr|acronym|b|bd[io]|big|br|button|cite|code|data(list)?|del|dfn|em|i|img|ins|kbd|label|map|mark|meter|output|q|ruby|s|samp|small|span|strong|su[bp]|time|u|tt|var)$/i;function cc(e,t,n,r,i){let a=e.input.compositionPendingChanges||(e.composing?e.input.compositionID:0);if(e.input.compositionPendingChanges=0,t<0){let t=e.input.lastSelectionTime>Date.now()-50?e.input.lastSelectionOrigin:null,n=Ua(e,t);if(n&&!e.state.selection.eq(n)){if(I&&Ni&&e.input.lastKeyCode===13&&Date.now()-100t(e,gi(13,`Enter`))))return;let r=e.state.tr.setSelection(n);t==`pointer`?r.setMeta(`pointer`,!0):t==`key`&&r.scrollIntoView(),a&&r.setMeta(`composition`,a),e.dispatch(r)}return}let o=e.state.doc.resolve(t),s=o.sharedDepth(n);t=o.before(s+1),n=e.state.doc.resolve(n).after(s+1);let c=e.state.selection,l=ac(e,t,n),u=e.state.doc,d=u.slice(l.from,l.to),f,p;e.input.lastKeyCode===8&&Date.now()-100Date.now()-225||Ni)&&i.some(e=>e.nodeType==1&&!sc.test(e.nodeName))&&(!m||m.endA>=m.endB)&&e.someProp(`handleKeyDown`,t=>t(e,gi(13,`Enter`)))){e.input.lastIOSEnter=0;return}if(!m)if(r&&c instanceof j&&!c.empty&&c.$head.sameParent(c.$anchor)&&!e.composing&&!(l.sel&&l.sel.anchor!=l.sel.head))m={start:c.from,endA:c.to,endB:c.to};else{if(l.sel){let t=lc(e,e.state.doc,l.sel);if(t&&!t.eq(e.state.selection)){let n=e.state.tr.setSelection(t);a&&n.setMeta(`composition`,a),e.dispatch(n)}}return}e.state.selection.frome.state.selection.from&&m.start<=e.state.selection.from+2&&e.state.selection.from>=l.from?m.start=e.state.selection.from:m.endA=e.state.selection.to-2&&e.state.selection.to<=l.to&&(m.endB+=e.state.selection.to-m.endA,m.endA=e.state.selection.to)),Ti&&Ei<=11&&m.endB==m.start+1&&m.endA==m.start&&m.start>l.from&&l.doc.textBetween(m.start-l.from-1,m.start-l.from+1)==` \xA0`&&(m.start--,m.endA--,m.endB--);let h=l.doc.resolveNoCache(m.start-l.from),g=l.doc.resolveNoCache(m.endB-l.from),_=u.resolve(m.start),ee=h.sameParent(g)&&h.parent.inlineContent&&_.end()>=m.endA;if((Ai&&e.input.lastIOSEnter>Date.now()-225&&(!ee||i.some(e=>e.nodeName==`DIV`||e.nodeName==`P`))||!ee&&h.post(e,gi(13,`Enter`)))){e.input.lastIOSEnter=0;return}if(e.state.selection.anchor>m.start&&dc(u,m.start,m.endA,h,g)&&e.someProp(`handleKeyDown`,t=>t(e,gi(8,`Backspace`)))){Ni&&I&&e.domObserver.suppressSelectionUpdates();return}I&&m.endB==m.start&&(e.input.lastChromeDelete=Date.now()),Ni&&!ee&&h.start()!=g.start()&&g.parentOffset==0&&h.depth==g.depth&&l.sel&&l.sel.anchor==l.sel.head&&l.sel.head==m.endA&&(m.endB-=2,g=l.doc.resolveNoCache(m.endB-l.from),setTimeout(()=>{e.someProp(`handleKeyDown`,function(t){return t(e,gi(13,`Enter`))})},20));let v=m.start,y=m.endA,b=t=>{let n=t||e.state.tr.replace(v,y,l.doc.slice(m.start-l.from,m.endB-l.from));if(l.sel){let t=lc(e,n.doc,l.sel);t&&!(I&&e.composing&&t.empty&&(m.start!=m.endB||e.input.lastChromeDeleteGa(e),20));let t=b(e.state.tr.delete(v,y)),n=u.resolve(m.start).marksAcross(u.resolve(m.endA));n&&t.ensureMarks(n),e.dispatch(t)}else if(m.endA==m.endB&&(te=uc(h.parent.content.cut(h.parentOffset,g.parentOffset),_.parent.content.cut(_.parentOffset,m.endA-_.start())))){let t=b(e.state.tr);te.type==`add`?t.addMark(v,y,te.mark):t.removeMark(v,y,te.mark),e.dispatch(t)}else if(h.parent.child(h.index()).isText&&h.index()==g.index()-+!g.textOffset){let t=h.parent.textBetween(h.parentOffset,g.parentOffset),n=()=>b(e.state.tr.insertText(t,v,y));e.someProp(`handleTextInput`,r=>r(e,v,y,t,n))||e.dispatch(n())}else e.dispatch(b());else e.dispatch(b())}function lc(e,t,n){return Math.max(n.anchor,n.head)>t.content.size?null:eo(e,t.resolve(n.anchor),t.resolve(n.head))}function uc(e,t){let n=e.firstChild.marks,r=t.firstChild.marks,i=n,a=r,o,s,c;for(let e=0;ee.mark(s.addToSet(e.marks));else if(i.length==0&&a.length==1)s=a[0],o=`remove`,c=e=>e.mark(s.removeFromSet(e.marks));else return null;let l=[];for(let e=0;en||fc(o,!0,!1)0&&(t||e.indexAfter(r)==e.node(r).childCount);)r--,i++,t=!1;if(n){let t=e.node(r).maybeChild(e.indexAfter(r));for(;t&&!t.isLeaf;)t=t.firstChild,i++}return i}function pc(e,t,n,r,i){let a=e.findDiffStart(t,n);if(a==null)return null;let{a:o,b:s}=e.findDiffEnd(t,n+e.size,n+t.size);if(i==`end`){let e=Math.max(0,a-Math.min(o,s));r-=o+e-a}if(o=o?a-r:0;a-=e,a&&a=s?a-r:0;a-=t,a&&a=56320&&t<=57343&&n>=55296&&n<=56319}var hc=class{constructor(e,t){this._root=null,this.focused=!1,this.trackWrites=null,this.mounted=!1,this.markCursor=null,this.cursorWrapper=null,this.lastSelectedViewDesc=void 0,this.input=new Wo,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=t,this.state=t.state,this.directPlugins=t.plugins||[],this.directPlugins.forEach(Sc),this.dispatch=this.dispatch.bind(this),this.dom=e&&e.mount||document.createElement(`div`),e&&(e.appendChild?e.appendChild(this.dom):typeof e==`function`?e(this.dom):e.mount&&(this.mounted=!0)),this.editable=vc(this),_c(this),this.nodeViews=bc(this),this.docView=Ca(this.state.doc,gc(this),qs(this),this.dom,this),this.domObserver=new Zs(this,(e,t,n,r)=>cc(this,e,t,n,r)),this.domObserver.start(),Go(this),this.updatePluginViews()}get composing(){return this.input.composing}get props(){if(this._props.state!=this.state){let e=this._props;this._props={};for(let t in e)this._props[t]=e[t];this._props.state=this.state}return this._props}update(e){e.handleDOMEvents!=this._props.handleDOMEvents&&Jo(this);let t=this._props;this._props=e,e.plugins&&(e.plugins.forEach(Sc),this.directPlugins=e.plugins),this.updateStateInner(e.state,t)}setProps(e){let t={};for(let e in this._props)t[e]=this._props[e];t.state=this.state;for(let n in e)t[n]=e[n];this.update(t)}updateState(e){this.updateStateInner(e,this._props)}updateStateInner(e,t){let n=this.state,r=!1,i=!1;e.storedMarks&&this.composing&&(gs(this),i=!0),this.state=e;let a=n.plugins!=e.plugins||this._props.plugins!=t.plugins;if(a||this._props.plugins!=t.plugins||this._props.nodeViews!=t.nodeViews){let e=bc(this);xc(e,this.nodeViews)&&(this.nodeViews=e,r=!0)}(a||t.handleDOMEvents!=this._props.handleDOMEvents)&&Jo(this),this.editable=vc(this),_c(this);let o=qs(this),s=gc(this),c=n.plugins!=e.plugins&&!n.doc.eq(e.doc)?`reset`:e.scrollToSelection>n.scrollToSelection?`to selection`:`preserve`,l=r||!this.docView.matchesNode(e.doc,s,o);(l||!e.selection.eq(n.selection))&&(i=!0);let u=c==`preserve`&&i&&this.dom.style.overflowAnchor==null&&Bi(this);if(i){this.domObserver.stop();let t=l&&(Ti||I)&&!this.composing&&!n.selection.empty&&!e.selection.empty&&yc(n.selection,e.selection);if(l){let n=I?this.trackWrites=this.domSelectionRange().focusNode:null;this.composing&&(this.input.compositionNode=_s(this)),(r||!this.docView.update(e.doc,s,o,this))&&(this.docView.updateOuterDeco(s),this.docView.destroy(),this.docView=Ca(e.doc,s,o,this.dom,this)),n&&(!this.trackWrites||!this.dom.contains(this.trackWrites))&&(t=!0)}t||!(this.input.mouseDown&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&ro(this))?Ga(this,t):(Qa(this,e.selection),this.domObserver.setCurSelection()),this.domObserver.start()}this.updatePluginViews(n),this.dragging?.node&&!n.doc.eq(e.doc)&&this.updateDraggedNode(this.dragging,n),c==`reset`?this.dom.scrollTop=0:c==`to selection`?this.scrollToSelection():u&&Hi(u)}scrollToSelection(){let e=this.domSelectionRange().focusNode;if(!(!e||!this.dom.contains(e.nodeType==1?e:e.parentNode))&&!this.someProp(`handleScrollToSelection`,e=>e(this)))if(this.state.selection instanceof M){let t=this.docView.domAfterPos(this.state.selection.from);t.nodeType==1&&zi(this,t.getBoundingClientRect(),e)}else zi(this,this.coordsAtPos(this.state.selection.head,1),e)}destroyPluginViews(){let e;for(;e=this.pluginViews.pop();)e.destroy&&e.destroy()}updatePluginViews(e){if(!e||e.plugins!=this.state.plugins||this.directPlugins!=this.prevDirectPlugins){this.prevDirectPlugins=this.directPlugins,this.destroyPluginViews();for(let e=0;e0&&ee.ownerDocument.getSelection()),this._root=e}return e||document}updateRoot(){this._root=null}posAtCoords(e){return $i(this,e)}coordsAtPos(e,t=1){return ra(this,e,t)}domAtPos(e,t=0){return this.docView.domFromPos(e,t)}nodeDOM(e){let t=this.docView.descAt(e);return t?t.nodeDOM:null}posAtDOM(e,t,n=-1){let r=this.docView.posFromDOM(e,t,n);if(r==null)throw RangeError(`DOM position not inside the editor`);return r}endOfTextblock(e,t){return pa(this,t||this.state,e)}pasteHTML(e,t){return ws(this,``,e,!1,t||new ClipboardEvent(`paste`))}pasteText(e,t){return ws(this,e,null,!0,t||new ClipboardEvent(`paste`))}serializeForClipboard(e){return wo(this,e)}destroy(){this.docView&&(qo(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],qs(this),this),this.dom.textContent=``):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null,oi())}get isDestroyed(){return this.docView==null}dispatchEvent(e){return Zo(this,e)}domSelectionRange(){let e=this.domSelection();return e?L&&this.root.nodeType===11&&_i(this.dom.ownerDocument)==this.dom&&nc(this,e)||e:{focusNode:null,focusOffset:0,anchorNode:null,anchorOffset:0}}domSelection(){return this.root.getSelection()}};hc.prototype.dispatch=function(e){let t=this._props.dispatchTransaction;t?t.call(this,e):this.updateState(this.state.apply(e))};function gc(e){let t=Object.create(null);return t.class=`ProseMirror`,t.contenteditable=String(e.editable),e.someProp(`attributes`,n=>{if(typeof n==`function`&&(n=n(e.state)),n)for(let e in n)e==`class`?t.class+=` `+n[e]:e==`style`?t.style=(t.style?t.style+`;`:``)+n[e]:!t[e]&&e!=`contenteditable`&&e!=`nodeName`&&(t[e]=String(n[e]))}),t.translate||=`no`,[Ps.node(0,e.state.doc.content.size,t)]}function _c(e){if(e.markCursor){let t=document.createElement(`img`);t.className=`ProseMirror-separator`,t.setAttribute(`mark-placeholder`,`true`),t.setAttribute(`alt`,``),e.cursorWrapper={dom:t,deco:Ps.widget(e.state.selection.from,t,{raw:!0,marks:e.markCursor})}}else e.cursorWrapper=null}function vc(e){return!e.someProp(`editable`,t=>t(e.state)===!1)}function yc(e,t){let n=Math.min(e.$anchor.sharedDepth(e.head),t.$anchor.sharedDepth(t.head));return e.$anchor.start(n)!=t.$anchor.start(n)}function bc(e){let t=Object.create(null);function n(e){for(let n in e)Object.prototype.hasOwnProperty.call(t,n)||(t[n]=e[n])}return e.someProp(`nodeViews`,n),e.someProp(`markViews`,n),t}function xc(e,t){let n=0,r=0;for(let r in e){if(e[r]!=t[r])return!0;n++}for(let e in t)r++;return n!=r}function Sc(e){if(e.spec.state||e.spec.filterTransaction||e.spec.appendTransaction)throw RangeError(`Plugins passed directly to the view must not have a state component`)}for(var Cc={8:`Backspace`,9:`Tab`,10:`Enter`,12:`NumLock`,13:`Enter`,16:`Shift`,17:`Control`,18:`Alt`,20:`CapsLock`,27:`Escape`,32:` `,33:`PageUp`,34:`PageDown`,35:`End`,36:`Home`,37:`ArrowLeft`,38:`ArrowUp`,39:`ArrowRight`,40:`ArrowDown`,44:`PrintScreen`,45:`Insert`,46:`Delete`,59:`;`,61:`=`,91:`Meta`,92:`Meta`,106:`*`,107:`+`,108:`,`,109:`-`,110:`.`,111:`/`,144:`NumLock`,145:`ScrollLock`,160:`Shift`,161:`Shift`,162:`Control`,163:`Control`,164:`Alt`,165:`Alt`,173:`-`,186:`;`,187:`=`,188:`,`,189:`-`,190:`.`,191:`/`,192:"`",219:`[`,220:`\\`,221:`]`,222:`'`},wc={48:`)`,49:`!`,50:`@`,51:`#`,52:`$`,53:`%`,54:`^`,55:`&`,56:`*`,57:`(`,59:`:`,61:`+`,173:`_`,186:`:`,187:`+`,188:`<`,189:`_`,190:`>`,191:`?`,192:`~`,219:`{`,220:`|`,221:`}`,222:`"`},Tc=typeof navigator<`u`&&/Mac/.test(navigator.platform),Ec=typeof navigator<`u`&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),Dc=0;Dc<10;Dc++)Cc[48+Dc]=Cc[96+Dc]=String(Dc);for(var Dc=1;Dc<=24;Dc++)Cc[Dc+111]=`F`+Dc;for(var Dc=65;Dc<=90;Dc++)Cc[Dc]=String.fromCharCode(Dc+32),wc[Dc]=String.fromCharCode(Dc);for(var Oc in Cc)wc.hasOwnProperty(Oc)||(wc[Oc]=Cc[Oc]);function kc(e){var t=!(Tc&&e.metaKey&&e.shiftKey&&!e.ctrlKey&&!e.altKey||Ec&&e.shiftKey&&e.key&&e.key.length==1||e.key==`Unidentified`)&&e.key||(e.shiftKey?wc:Cc)[e.keyCode]||e.key||`Unidentified`;return t==`Esc`&&(t=`Escape`),t==`Del`&&(t=`Delete`),t==`Left`&&(t=`ArrowLeft`),t==`Up`&&(t=`ArrowUp`),t==`Right`&&(t=`ArrowRight`),t==`Down`&&(t=`ArrowDown`),t}var Ac=typeof navigator<`u`&&/Mac|iP(hone|[oa]d)/.test(navigator.platform),jc=typeof navigator<`u`&&/Win/.test(navigator.platform);function Mc(e){let t=e.split(/-(?!$)/),n=t[t.length-1];n==`Space`&&(n=` `);let r,i,a,o;for(let e=0;e{for(var n in t)Lc(e,n,{get:t[n],enumerable:!0})};function zc(e){let{state:t,transaction:n}=e,{selection:r}=n,{doc:i}=n,{storedMarks:a}=n;return{...t,apply:t.apply.bind(t),applyTransaction:t.applyTransaction.bind(t),plugins:t.plugins,schema:t.schema,reconfigure:t.reconfigure.bind(t),toJSON:t.toJSON.bind(t),get storedMarks(){return a},get selection(){return r},get doc(){return i},get tr(){return r=n.selection,i=n.doc,a=n.storedMarks,n}}}var Bc=class{constructor(e){this.editor=e.editor,this.rawCommands=this.editor.extensionManager.commands,this.customState=e.state}get hasCustomState(){return!!this.customState}get state(){return this.customState||this.editor.state}get commands(){let{rawCommands:e,editor:t,state:n}=this,{view:r}=t,{tr:i}=n,a=this.buildProps(i);return Object.fromEntries(Object.entries(e).map(([e,t])=>[e,(...e)=>{let n=t(...e)(a);return!i.getMeta(`preventDispatch`)&&!this.hasCustomState&&r.dispatch(i),n}]))}get chain(){return()=>this.createChain()}get can(){return()=>this.createCan()}createChain(e,t=!0){let{rawCommands:n,editor:r,state:i}=this,{view:a}=r,o=[],s=!!e,c=e||i.tr,l=()=>(!s&&t&&!c.getMeta(`preventDispatch`)&&!this.hasCustomState&&a.dispatch(c),o.every(e=>e===!0)),u={...Object.fromEntries(Object.entries(n).map(([e,n])=>[e,(...e)=>{let r=this.buildProps(c,t),i=n(...e)(r);return o.push(i),u}])),run:l};return u}createCan(e){let{rawCommands:t,state:n}=this,r=e||n.tr,i=this.buildProps(r,!1);return{...Object.fromEntries(Object.entries(t).map(([e,t])=>[e,(...e)=>t(...e)({...i,dispatch:void 0})])),chain:()=>this.createChain(r,!1)}}buildProps(e,t=!0){let{rawCommands:n,editor:r,state:i}=this,{view:a}=r,o={tr:e,editor:r,view:a,state:zc({state:i,transaction:e}),dispatch:t?()=>void 0:void 0,chain:()=>this.createChain(e,t),can:()=>this.createCan(e),get commands(){return Object.fromEntries(Object.entries(n).map(([e,t])=>[e,(...e)=>t(...e)(o)]))}};return o}},Vc={};Rc(Vc,{blur:()=>Hc,clearContent:()=>Uc,clearNodes:()=>Wc,command:()=>Gc,createParagraphNear:()=>Kc,cut:()=>qc,deleteCurrentNode:()=>Jc,deleteNode:()=>Yc,deleteRange:()=>Xc,deleteSelection:()=>Zc,enter:()=>Qc,exitCode:()=>$c,extendMarkRange:()=>ol,first:()=>sl,focus:()=>ml,forEach:()=>hl,insertContent:()=>gl,insertContentAt:()=>Sl,joinBackward:()=>Tl,joinDown:()=>wl,joinForward:()=>El,joinItemBackward:()=>Dl,joinItemForward:()=>Ol,joinTextblockBackward:()=>kl,joinTextblockForward:()=>Al,joinUp:()=>Cl,keyboardShortcut:()=>Nl,lift:()=>Fl,liftEmptyBlock:()=>Il,liftListItem:()=>Ll,newlineInCode:()=>Rl,resetAttributes:()=>Vl,scrollIntoView:()=>Hl,selectAll:()=>Ul,selectNodeBackward:()=>Wl,selectNodeForward:()=>Gl,selectParentNode:()=>Kl,selectTextblockEnd:()=>ql,selectTextblockStart:()=>Jl,setContent:()=>Xl,setMark:()=>Gu,setMeta:()=>Ku,setNode:()=>qu,setNodeSelection:()=>Ju,setTextDirection:()=>Yu,setTextSelection:()=>Xu,sinkListItem:()=>Zu,splitBlock:()=>$u,splitListItem:()=>ed,toggleList:()=>id,toggleMark:()=>ad,toggleNode:()=>od,toggleWrap:()=>sd,undoInputRule:()=>cd,unsetAllMarks:()=>ld,unsetMark:()=>ud,unsetTextDirection:()=>dd,updateAttributes:()=>fd,wrapIn:()=>pd,wrapInList:()=>md});var Hc=()=>({editor:e,view:t})=>(requestAnimationFrame(()=>{var n;e.isDestroyed||(t.dom.blur(),(n=window==null?void 0:window.getSelection())==null||n.removeAllRanges())}),!0),Uc=(e=!0)=>({commands:t})=>t.setContent(``,{emitUpdate:e}),Wc=()=>({state:e,tr:t,dispatch:n})=>{let{selection:r}=t,{ranges:i}=r;return n&&i.forEach(({$from:n,$to:r})=>{e.doc.nodesBetween(n.pos,r.pos,(e,n)=>{if(e.type.isText)return;let{doc:r,mapping:i}=t,a=r.resolve(i.map(n)),o=r.resolve(i.map(n+e.nodeSize)),s=a.blockRange(o);if(!s)return;let c=an(s);if(e.type.isTextblock){let{defaultType:e}=a.parent.contentMatchAt(a.index());t.setNodeMarkup(s.start,e)}(c||c===0)&&t.lift(s,c)})}),!0},Gc=e=>t=>e(t),Kc=()=>({state:e,dispatch:t})=>Mr(e,t),qc=(e,t)=>({editor:n,tr:r})=>{let{state:i}=n,a=i.doc.slice(e.from,e.to);r.deleteRange(e.from,e.to);let o=r.mapping.map(t);return r.insert(o,a.content),r.setSelection(new j(r.doc.resolve(Math.max(o-1,0)))),!0},Jc=()=>({tr:e,dispatch:t})=>{let{selection:n}=e,r=n.$anchor.node();if(r.content.size>0)return!1;let i=e.selection.$anchor;for(let n=i.depth;n>0;--n)if(i.node(n).type===r.type){if(t){let t=i.before(n),r=i.after(n);e.delete(t,r).scrollIntoView()}return!0}return!1};function B(e,t){if(typeof e==`string`){if(!t.nodes[e])throw Error(`There is no node type named '${e}'. Maybe you forgot to add the extension?`);return t.nodes[e]}return e}var Yc=e=>({tr:t,state:n,dispatch:r})=>{let i=B(e,n.schema),a=t.selection.$anchor;for(let e=a.depth;e>0;--e)if(a.node(e).type===i){if(r){let n=a.before(e),r=a.after(e);t.delete(n,r).scrollIntoView()}return!0}return!1},Xc=e=>({tr:t,dispatch:n})=>{let{from:r,to:i}=e;return n&&t.delete(r,i),!0},Zc=()=>({state:e,dispatch:t})=>pr(e,t),Qc=()=>({commands:e})=>e.keyboardShortcut(`Enter`),$c=()=>({state:e,dispatch:t})=>jr(e,t);function el(e){return Object.prototype.toString.call(e)===`[object RegExp]`}function tl(e,t,n={strict:!0}){let r=Object.keys(t);return r.length?r.every(r=>n.strict?t[r]===e[r]:el(t[r])?t[r].test(e[r]):t[r]===e[r]):!0}function nl(e,t,n={}){return e.find(e=>e.type===t&&tl(Object.fromEntries(Object.keys(n).map(t=>[t,e.attrs[t]])),n))}function rl(e,t,n={}){return!!nl(e,t,n)}function il(e,t,n){if(!e||!t)return;let r=e.parent.childAfter(e.parentOffset);if((!r.node||!r.node.marks.some(e=>e.type===t))&&(r=e.parent.childBefore(e.parentOffset)),!r.node||!r.node.marks.some(e=>e.type===t))return;if(!n){let e=r.node.marks.find(e=>e.type===t);e&&(n=e.attrs)}if(!nl([...r.node.marks],t,n))return;let i=r.index,a=e.start()+r.offset,o=i+1,s=a+r.node.nodeSize;for(;i>0&&rl([...e.parent.child(i-1).marks],t,n);)--i,a-=e.parent.child(i).nodeSize;for(;o({tr:n,state:r,dispatch:i})=>{let a=al(e,r.schema),{doc:o,selection:s}=n,{$from:c,from:l,to:u}=s;if(i){let e=il(c,a,t);if(e&&e.from<=l&&e.to>=u){let t=j.create(o,e.from,e.to);n.setSelection(t)}}return!0},sl=e=>t=>{let n=typeof e==`function`?e(t):e;for(let e=0;e({editor:n,view:r,tr:i,dispatch:a})=>{t={scrollIntoView:!0,...t};let o=()=>{(fl()||dl())&&r.dom.focus(),pl()&&!fl()&&!dl()&&r.dom.focus({preventScroll:!0}),requestAnimationFrame(()=>{n.isDestroyed||(r.focus(),t?.scrollIntoView&&n.commands.scrollIntoView())})};try{if(r.hasFocus()&&e===null||e===!1)return!0}catch{return!1}if(a&&e===null&&!cl(n.state.selection))return o(),!0;let s=ul(i.doc,e)||n.state.selection,c=n.state.selection.eq(s);return a&&(c||i.setSelection(s),c&&i.storedMarks&&i.setStoredMarks(i.storedMarks),o()),!0},hl=(e,t)=>n=>e.every((e,r)=>t(e,{...n,index:r})),gl=(e,t)=>({tr:n,commands:r})=>r.insertContentAt({from:n.selection.from,to:n.selection.to},e,t),_l=e=>{let t=e.childNodes;for(let n=t.length-1;n>=0;--n){let r=t[n];r.nodeType===3&&r.nodeValue&&/^(\n\s\s|\n)$/.test(r.nodeValue)?e.removeChild(r):r.nodeType===1&&_l(r)}return e};function vl(e){if(typeof window>`u`)throw Error(`[tiptap error]: there is no window object available, so this function cannot be used`);let t=`${e}`,n=new window.DOMParser().parseFromString(t,`text/html`).body;return _l(n)}function yl(e,t,n){if(e instanceof Ie||e instanceof E)return e;n={slice:!0,parseOptions:{},...n};let r=typeof e==`object`&&!!e,i=typeof e==`string`;if(r)try{if(Array.isArray(e)&&e.length>0)return E.fromArray(e.map(e=>t.nodeFromJSON(e)));let r=t.nodeFromJSON(e);return n.errorOnInvalidContent&&r.check(),r}catch(r){if(n.errorOnInvalidContent)throw Error(`[tiptap error]: Invalid JSON content`,{cause:r});return console.warn(`[tiptap warn]: Invalid content.`,`Passed value:`,e,`Error:`,r),yl(``,t,n)}if(i){if(n.errorOnInvalidContent){let r=!1,i=``,a=new st({topNode:t.spec.topNode,marks:t.spec.marks,nodes:t.spec.nodes.append({__tiptap__private__unknown__catch__all__node:{content:`inline*`,group:`block`,parseDOM:[{tag:`*`,getAttrs:e=>(r=!0,i=typeof e==`string`?e:e.outerHTML,null)}]}})});if(n.slice?dt.fromSchema(a).parseSlice(vl(e),n.parseOptions):dt.fromSchema(a).parse(vl(e),n.parseOptions),n.errorOnInvalidContent&&r)throw Error(`[tiptap error]: Invalid HTML content`,{cause:Error(`Invalid element found: ${i}`)})}let r=dt.fromSchema(t);return n.slice?r.parseSlice(vl(e),n.parseOptions).content:r.parse(vl(e),n.parseOptions)}return yl(``,t,n)}function bl(e,t,n){let r=e.steps.length-1;if(r{o===0&&(o=r)}),e.setSelection(A.near(e.doc.resolve(o),n))}var xl=e=>!(`type`in e),Sl=(e,t,n)=>({tr:r,dispatch:i,editor:a})=>{if(i){n={parseOptions:a.options.parseOptions,updateSelection:!0,applyInputRules:!1,applyPasteRules:!1,...n};let i,o=e=>{a.emit(`contentError`,{editor:a,error:e,disableCollaboration:()=>{`collaboration`in a.storage&&typeof a.storage.collaboration==`object`&&a.storage.collaboration&&(a.storage.collaboration.isDisabled=!0)}})},s={preserveWhitespace:`full`,...n.parseOptions};if(!n.errorOnInvalidContent&&!a.options.enableContentCheck&&a.options.emitContentError)try{yl(t,a.schema,{parseOptions:s,errorOnInvalidContent:!0})}catch(e){o(e)}try{i=yl(t,a.schema,{parseOptions:s,errorOnInvalidContent:n.errorOnInvalidContent??a.options.enableContentCheck})}catch(e){return o(e),!1}let{from:c,to:l}=typeof e==`number`?{from:e,to:e}:{from:e.from,to:e.to},u=!0,d=!0;if((xl(i)?i:[i]).forEach(e=>{e.check(),u=u?e.isText&&e.marks.length===0:!1,d=d?e.isBlock:!1}),c===l&&d){let{parent:e}=r.doc.resolve(c);e.isTextblock&&!e.type.spec.code&&!e.childCount&&(--c,l+=1)}let f;if(u){if(Array.isArray(t))f=t.map(e=>e.text||``).join(``);else if(t instanceof E){let e=``;t.forEach(t=>{t.text&&(e+=t.text)}),f=e}else f=typeof t==`object`&&t&&t.text?t.text:t;r.insertText(f,c,l)}else{f=i;let e=r.doc.resolve(c),t=e.node(),n=e.parentOffset===0,a=t.isText||t.isTextblock,o=t.content.size>0;n&&a&&o&&(c=Math.max(0,c-1)),r.replaceWith(c,l,f)}n.updateSelection&&bl(r,r.steps.length-1,-1),n.applyInputRules&&r.setMeta(`applyInputRules`,{from:c,text:f}),n.applyPasteRules&&r.setMeta(`applyPasteRules`,{from:c,text:f})}return!0},Cl=()=>({state:e,dispatch:t})=>Er(e,t),wl=()=>({state:e,dispatch:t})=>Dr(e,t),Tl=()=>({state:e,dispatch:t})=>hr(e,t),El=()=>({state:e,dispatch:t})=>Cr(e,t),Dl=()=>({state:e,dispatch:t,tr:n})=>{try{let r=Sn(e.doc,e.selection.$from.pos,-1);return r==null?!1:(n.join(r,2),t&&t(n),!0)}catch{return!1}},Ol=()=>({state:e,dispatch:t,tr:n})=>{try{let r=Sn(e.doc,e.selection.$from.pos,1);return r==null?!1:(n.join(r,2),t&&t(n),!0)}catch{return!1}},kl=()=>({state:e,dispatch:t})=>gr(e,t),Al=()=>({state:e,dispatch:t})=>_r(e,t);function jl(){return typeof navigator<`u`?/Mac/.test(navigator.platform):!1}function Ml(e){let t=e.split(/-(?!$)/),n=t[t.length-1];n===`Space`&&(n=` `);let r,i,a,o;for(let e=0;e({editor:t,view:n,tr:r,dispatch:i})=>{let a=Ml(e).split(/-(?!$)/),o=a.find(e=>![`Alt`,`Ctrl`,`Meta`,`Shift`].includes(e)),s=new KeyboardEvent(`keydown`,{key:o===`Space`?` `:o,altKey:a.includes(`Alt`),ctrlKey:a.includes(`Ctrl`),metaKey:a.includes(`Meta`),shiftKey:a.includes(`Shift`),bubbles:!0,cancelable:!0});return t.captureTransaction(()=>{n.someProp(`handleKeyDown`,e=>e(n,s))})?.steps.forEach(e=>{let t=e.map(r.mapping);t&&i&&r.maybeStep(t)}),!0};function Pl(e,t,n={}){let{from:r,to:i,empty:a}=e.selection,o=t?B(t,e.schema):null,s=[];e.doc.nodesBetween(r,i,(e,t)=>{if(e.isText)return;let n=Math.max(r,t),a=Math.min(i,t+e.nodeSize);s.push({node:e,from:n,to:a})});let c=i-r,l=s.filter(e=>o?o.name===e.node.type.name:!0).filter(e=>tl(e.node.attrs,n,{strict:!1}));return a?!!l.length:l.reduce((e,t)=>e+t.to-t.from,0)>=c}var Fl=(e,t={})=>({state:n,dispatch:r})=>Pl(n,B(e,n.schema),t)?Or(n,r):!1,Il=()=>({state:e,dispatch:t})=>Nr(e,t),Ll=e=>({state:t,dispatch:n})=>$r(B(e,t.schema))(t,n),Rl=()=>({state:e,dispatch:t})=>kr(e,t);function zl(e,t){return t.nodes[e]?`node`:t.marks[e]?`mark`:null}function Bl(e,t){let n=typeof t==`string`?[t]:t;return Object.keys(e).reduce((t,r)=>(n.includes(r)||(t[r]=e[r]),t),{})}var Vl=(e,t)=>({tr:n,state:r,dispatch:i})=>{let a=null,o=null,s=zl(typeof e==`string`?e:e.name,r.schema);if(!s)return!1;s===`node`&&(a=B(e,r.schema)),s===`mark`&&(o=al(e,r.schema));let c=!1;return n.selection.ranges.forEach(e=>{r.doc.nodesBetween(e.$from.pos,e.$to.pos,(e,r)=>{a&&a===e.type&&(c=!0,i&&n.setNodeMarkup(r,void 0,Bl(e.attrs,t))),o&&e.marks.length&&e.marks.forEach(a=>{o===a.type&&(c=!0,i&&n.addMark(r,r+e.nodeSize,o.create(Bl(a.attrs,t))))})})}),c},Hl=()=>({tr:e,dispatch:t})=>(t&&e.scrollIntoView(),!0),Ul=()=>({tr:e,dispatch:t})=>{if(t){let t=new Zn(e.doc);e.setSelection(t)}return!0},Wl=()=>({state:e,dispatch:t})=>br(e,t),Gl=()=>({state:e,dispatch:t})=>wr(e,t),Kl=()=>({state:e,dispatch:t})=>Ir(e,t),ql=()=>({state:e,dispatch:t})=>Hr(e,t),Jl=()=>({state:e,dispatch:t})=>Vr(e,t);function Yl(e,t,n={},r={}){return yl(e,t,{slice:!1,parseOptions:n,errorOnInvalidContent:r.errorOnInvalidContent})}var Xl=(e,{errorOnInvalidContent:t,emitUpdate:n=!0,parseOptions:r={}}={})=>({editor:i,tr:a,dispatch:o,commands:s})=>{let{doc:c}=a;if(r.preserveWhitespace!==`full`){let s=Yl(e,i.schema,r,{errorOnInvalidContent:t??i.options.enableContentCheck});return o&&a.replaceWith(0,c.content.size,s).setMeta(`preventUpdate`,!n),!0}return o&&a.setMeta(`preventUpdate`,!n),s.insertContentAt({from:0,to:c.content.size},e,{parseOptions:r,errorOnInvalidContent:t??i.options.enableContentCheck})};function Zl(e,t){let n=al(t,e.schema),{from:r,to:i,empty:a}=e.selection,o=[];a?(e.storedMarks&&o.push(...e.storedMarks),o.push(...e.selection.$head.marks())):e.doc.nodesBetween(r,i,e=>{o.push(...e.marks)});let s=o.find(e=>e.type.name===n.name);return s?{...s.attrs}:{}}function Ql(e,t){let n=new Wn(e);return t.forEach(e=>{e.steps.forEach(e=>{n.step(e)})}),n}function $l(e){for(let t=0;t{n(e)&&r.push({node:e,pos:t})}),r}function tu(e,t){for(let n=e.depth;n>0;--n){let r=e.node(n);if(t(r))return{pos:n>0?e.before(n):0,start:e.start(n),depth:n,node:r}}}function nu(e){return t=>tu(t.$from,e)}function V(e,t,n){return e.config[t]===void 0&&e.parent?V(e.parent,t,n):typeof e.config[t]==`function`?e.config[t].bind({...n,parent:e.parent?V(e.parent,t,n):null}):e.config[t]}function ru(e){return e.map(e=>{let t=V(e,`addExtensions`,{name:e.name,options:e.options,storage:e.storage});return t?[e,...ru(t())]:e}).flat(10)}function iu(e,t){let n=Tt.fromSchema(t).serializeFragment(e),r=document.implementation.createHTMLDocument().createElement(`div`);return r.appendChild(n),r.innerHTML}function au(e){return typeof e==`function`}function H(e,t=void 0,...n){return au(e)?t?e.bind(t)(...n):e(...n):e}function ou(e={}){return Object.keys(e).length===0&&e.constructor===Object}function su(e){return{baseExtensions:e.filter(e=>e.type===`extension`),nodeExtensions:e.filter(e=>e.type===`node`),markExtensions:e.filter(e=>e.type===`mark`)}}function cu(e){let t=[],{nodeExtensions:n,markExtensions:r}=su(e),i=[...n,...r],a={default:null,validate:void 0,rendered:!0,renderHTML:null,parseHTML:null,keepOnSplit:!0,isRequired:!1},o=n.filter(e=>e.name!==`text`).map(e=>e.name),s=r.map(e=>e.name),c=[...o,...s];return e.forEach(e=>{let n=V(e,`addGlobalAttributes`,{name:e.name,options:e.options,storage:e.storage,extensions:i});n&&n().forEach(e=>{let n;n=Array.isArray(e.types)?e.types:e.types===`*`?c:e.types===`nodes`?o:e.types===`marks`?s:[],n.forEach(n=>{Object.entries(e.attributes).forEach(([e,r])=>{t.push({type:n,name:e,attribute:{...a,...r}})})})})}),i.forEach(e=>{let n=V(e,`addAttributes`,{name:e.name,options:e.options,storage:e.storage});if(!n)return;let r=n();Object.entries(r).forEach(([n,r])=>{let i={...a,...r};typeof i?.default==`function`&&(i.default=i.default()),i?.isRequired&&i?.default===void 0&&delete i.default,t.push({type:e.name,name:n,attribute:i})})}),t}function lu(e){let t=[],n=``,r=!1,i=!1,a=0,o=e.length;for(let s=0;s0){--a,n+=o;continue}if(o===`;`&&a===0){t.push(n),n=``;continue}}n+=o}return n&&t.push(n),t}function uu(e){let t=[],n=lu(e||``),r=n.length;for(let e=0;e!!e).reduce((e,t)=>{let n={...e};return Object.entries(t).forEach(([e,t])=>{if(!n[e]){n[e]=t;return}if(e===`class`){let r=t?String(t).split(` `):[],i=n[e]?n[e].split(` `):[],a=r.filter(e=>!i.includes(e));n[e]=[...i,...a].join(` `)}else if(e===`style`){let r=new Map([...uu(n[e]),...uu(t)]);n[e]=Array.from(r.entries()).map(([e,t])=>`${e}: ${t}`).join(`; `)}else n[e]=t}),n},{})}function du(e,t){return t.filter(t=>t.type===e.type.name).filter(e=>e.attribute.rendered).map(t=>t.attribute.renderHTML?t.attribute.renderHTML(e.attrs)||{}:{[t.name]:e.attrs[t.name]}).reduce((e,t)=>U(e,t),{})}function fu(e){return typeof e==`string`?e.match(/^[+-]?(?:\d*\.)?\d+$/)?Number(e):e===`true`?!0:e===`false`?!1:e:e}function pu(e,t){return`style`in e?e:{...e,getAttrs:n=>{let r=e.getAttrs?e.getAttrs(n):e.attrs;if(r===!1)return!1;let i=t.reduce((e,t)=>{let r=t.attribute.parseHTML?t.attribute.parseHTML(n):fu(n.getAttribute(t.name));return r==null?e:{...e,[t.name]:r}},{});return{...r,...i}}}}function mu(e){return Object.fromEntries(Object.entries(e).filter(([e,t])=>e===`attrs`&&ou(t)?!1:t!=null))}function hu(e){let t={};return!e?.attribute?.isRequired&&`default`in(e?.attribute||{})&&(t.default=e.attribute.default),e?.attribute?.validate!==void 0&&(t.validate=e.attribute.validate),[e.name,t]}function gu(e,t){let n=cu(e),{nodeExtensions:r,markExtensions:i}=su(e);return new st({topNode:r.find(e=>V(e,`topNode`))?.name,nodes:Object.fromEntries(r.map(r=>{let i=n.filter(e=>e.type===r.name),a={name:r.name,options:r.options,storage:r.storage,editor:t},o=mu({...e.reduce((e,t)=>{let n=V(t,`extendNodeSchema`,a);return{...e,...n?n(r):{}}},{}),content:H(V(r,`content`,a)),marks:H(V(r,`marks`,a)),group:H(V(r,`group`,a)),inline:H(V(r,`inline`,a)),atom:H(V(r,`atom`,a)),selectable:H(V(r,`selectable`,a)),draggable:H(V(r,`draggable`,a)),code:H(V(r,`code`,a)),whitespace:H(V(r,`whitespace`,a)),linebreakReplacement:H(V(r,`linebreakReplacement`,a)),defining:H(V(r,`defining`,a)),isolating:H(V(r,`isolating`,a)),attrs:Object.fromEntries(i.map(hu))}),s=H(V(r,`parseHTML`,a));s&&(o.parseDOM=s.map(e=>pu(e,i)));let c=V(r,`renderHTML`,a);c&&(o.toDOM=e=>c({node:e,HTMLAttributes:du(e,i)}));let l=V(r,`renderText`,a);return l&&(o.toText=l),[r.name,o]})),marks:Object.fromEntries(i.map(r=>{let i=n.filter(e=>e.type===r.name),a={name:r.name,options:r.options,storage:r.storage,editor:t},o=mu({...e.reduce((e,t)=>{let n=V(t,`extendMarkSchema`,a);return{...e,...n?n(r):{}}},{}),inclusive:H(V(r,`inclusive`,a)),excludes:H(V(r,`excludes`,a)),group:H(V(r,`group`,a)),spanning:H(V(r,`spanning`,a)),code:H(V(r,`code`,a)),attrs:Object.fromEntries(i.map(hu))}),s=H(V(r,`parseHTML`,a));s&&(o.parseDOM=s.map(e=>pu(e,i)));let c=V(r,`renderHTML`,a);return c&&(o.toDOM=e=>c({mark:e,HTMLAttributes:du(e,i)})),[r.name,o]}))})}function _u(e){let t=e.filter((t,n)=>e.indexOf(t)!==n);return Array.from(new Set(t))}function vu(e){return e.sort((e,t)=>{let n=V(e,`priority`)||100,r=V(t,`priority`)||100;return n>r?-1:+(ne.name));return n.length&&console.warn(`[tiptap warn]: Duplicate extension names found: [${n.map(e=>`'${e}'`).join(`, `)}]. This can lead to issues.`),t}function bu(e,t,n){let{from:r,to:i}=t,{blockSeparator:a=` + +`,textSerializers:o={}}=n||{},s=``;return e.nodesBetween(r,i,(e,n,c,l)=>{e.isBlock&&n>r&&(s+=a);let u=o?.[e.type.name];if(u)return c&&(s+=u({node:e,pos:n,parent:c,index:l,range:t})),!1;e.isText&&(s+=(e?.text)?.slice(Math.max(r,n)-n,i-n))}),s}function xu(e,t){return bu(e,{from:0,to:e.content.size},t)}function Su(e){return Object.fromEntries(Object.entries(e.nodes).filter(([,e])=>e.spec.toText).map(([e,t])=>[e,t.spec.toText]))}function Cu(e,t){let n=B(t,e.schema),{from:r,to:i}=e.selection,a=[];e.doc.nodesBetween(r,i,e=>{a.push(e)});let o=a.reverse().find(e=>e.type.name===n.name);return o?{...o.attrs}:{}}function wu(e,t){let n=zl(typeof t==`string`?t:t.name,e.schema);return n===`node`?Cu(e,t):n===`mark`?Zl(e,t):{}}function Tu(e,t=JSON.stringify){let n={};return e.filter(e=>{let r=t(e);return Object.prototype.hasOwnProperty.call(n,r)?!1:n[r]=!0})}function Eu(e){let t=Tu(e);return t.length===1?t:t.filter((e,n)=>!t.filter((e,t)=>t!==n).some(t=>e.oldRange.from>=t.oldRange.from&&e.oldRange.to<=t.oldRange.to&&e.newRange.from>=t.newRange.from&&e.newRange.to<=t.newRange.to))}function Du(e){let{mapping:t,steps:n}=e,r=[];return t.maps.forEach((e,i)=>{let a=[];if(e.ranges.length)e.forEach((e,t)=>{a.push({from:e,to:t})});else{let{from:e,to:t}=n[i];if(e===void 0||t===void 0)return;a.push({from:e,to:t})}a.forEach(({from:e,to:n})=>{let a=t.slice(i).map(e,-1),o=t.slice(i).map(n),s=t.invert().map(a,-1),c=t.invert().map(o);r.push({oldRange:{from:s,to:c},newRange:{from:a,to:o}})})}),Eu(r)}function Ou(e,t,n){let r=[];return e===t?n.resolve(e).marks().forEach(t=>{let i=il(n.resolve(e),t.type);i&&r.push({mark:t,...i})}):n.nodesBetween(e,t,(e,t)=>{!e||e?.nodeSize===void 0||r.push(...e.marks.map(n=>({from:t,to:t+e.nodeSize,mark:n})))}),r}var ku=(e,t,n,r=20)=>{let i=e.doc.resolve(n),a=r,o=null;for(;a>0&&o===null;){let e=i.node(a);e?.type.name===t?o=e:--a}return[o,a]};function Au(e,t){return t.nodes[e]||t.marks[e]||null}function ju(e,t,n){return Object.fromEntries(Object.entries(n).filter(([n])=>{let r=e.find(e=>e.type===t&&e.name===n);return r?r.attribute.keepOnSplit:!1}))}var Mu=(e,t=500)=>{let n=``,r=e.parentOffset;return e.parent.nodesBetween(Math.max(0,r-t),r,(e,t,i,a)=>{var o;let s=(o=e.type.spec).toText?.call(o,{node:e,pos:t,parent:i,index:a})||e.textContent||`%leaf%`;n+=e.isAtom&&!e.isText?s:s.slice(0,Math.max(0,r-t))}),n};function Nu(e,t,n={}){let{empty:r,ranges:i}=e.selection,a=t?al(t,e.schema):null;if(r)return!!(e.storedMarks||e.selection.$from.marks()).filter(e=>a?a.name===e.type.name:!0).find(e=>tl(e.attrs,n,{strict:!1}));let o=0,s=[];if(i.forEach(({$from:t,$to:n})=>{let r=t.pos,i=n.pos;e.doc.nodesBetween(r,i,(e,t)=>{if(a&&e.inlineContent&&!e.type.allowsMarkType(a))return!1;if(!e.isText&&!e.marks.length)return;let n=Math.max(r,t),c=Math.min(i,t+e.nodeSize),l=c-n;o+=l,s.push(...e.marks.map(e=>({mark:e,from:n,to:c})))})}),o===0)return!1;let c=s.filter(e=>a?a.name===e.mark.type.name:!0).filter(e=>tl(e.mark.attrs,n,{strict:!1})).reduce((e,t)=>e+t.to-t.from,0),l=s.filter(e=>a?e.mark.type!==a&&e.mark.type.excludes(a):!0).reduce((e,t)=>e+t.to-t.from,0);return(c>0?c+l:c)>=o}function Pu(e,t,n={}){if(!t)return Pl(e,null,n)||Nu(e,null,n);let r=zl(t,e.schema);return r===`node`?Pl(e,t,n):r===`mark`?Nu(e,t,n):!1}var Fu=(e,t)=>{let{$from:n,$to:r,$anchor:i}=e.selection;if(t){let n=nu(e=>e.type.name===t)(e.selection);if(!n)return!1;let r=e.doc.resolve(n.pos+1);return i.pos+1===r.end()}return!(r.parentOffset{let{$from:t,$to:n}=e.selection;return!(t.parentOffset>0||t.pos!==n.pos)};function Lu(e,t){return Array.isArray(t)?t.some(t=>(typeof t==`string`?t:t.name)===e.name):t}function Ru(e,t){let{nodeExtensions:n}=su(t),r=n.find(t=>t.name===e);if(!r)return!1;let i=H(V(r,`group`,{name:r.name,options:r.options,storage:r.storage}));return typeof i==`string`?i.split(` `).includes(`list`):!1}function zu(e,{checkChildren:t=!0,ignoreWhitespace:n=!1}={}){if(n){if(e.type.name===`hardBreak`)return!0;if(e.isText)return!/\S/.test(e.text??``)}if(e.isText)return!e.text;if(e.isAtom||e.isLeaf)return!1;if(e.content.childCount===0)return!0;if(t){let r=!0;return e.content.forEach(e=>{r!==!1&&(zu(e,{ignoreWhitespace:n,checkChildren:t})||(r=!1))}),r}return!1}function Bu(e){return e instanceof M}var Vu=class e{constructor(e){this.position=e}static fromJSON(t){return new e(t.position)}toJSON(){return{position:this.position}}};function Hu(e,t){let n=t.mapping.mapResult(e.position);return{position:new Vu(n.pos),mapResult:n}}function Uu(e){return new Vu(e)}function Wu(e,t,n){let{selection:r}=t,i=null;if(cl(r)&&(i=r.$cursor),i){let t=e.storedMarks??i.marks();return i.parent.type.allowsMarkType(n)&&(!!n.isInSet(t)||!t.some(e=>e.type.excludes(n)))}let{ranges:a}=r;return a.some(({$from:t,$to:r})=>{let i=t.depth===0?e.doc.inlineContent&&e.doc.type.allowsMarkType(n):!1;return e.doc.nodesBetween(t.pos,r.pos,(e,t,r)=>{if(i)return!1;if(e.isInline){let t=!r||r.type.allowsMarkType(n),a=!!n.isInSet(e.marks)||!e.marks.some(e=>e.type.excludes(n));i=t&&a}return!i}),i})}var Gu=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let{selection:a}=n,{empty:o,ranges:s}=a,c=al(e,r.schema);if(i)if(o){let e=Zl(r,c);n.addStoredMark(c.create({...e,...t}))}else s.forEach(e=>{let i=e.$from.pos,a=e.$to.pos;r.doc.nodesBetween(i,a,(e,r)=>{let o=Math.max(r,i),s=Math.min(r+e.nodeSize,a);e.marks.find(e=>e.type===c)?e.marks.forEach(e=>{c===e.type&&n.addMark(o,s,c.create({...e.attrs,...t}))}):n.addMark(o,s,c.create(t))})});return Wu(r,n,c)},Ku=(e,t)=>({tr:n})=>(n.setMeta(e,t),!0),qu=(e,t={})=>({state:n,dispatch:r,chain:i})=>{let a=B(e,n.schema),o;return n.selection.$anchor.sameParent(n.selection.$head)&&(o=n.selection.$anchor.parent.attrs),a.isTextblock?i().command(({commands:e})=>Wr(a,{...o,...t})(n)?!0:e.clearNodes()).command(({state:e})=>Wr(a,{...o,...t})(e,r)).run():(console.warn(`[tiptap warn]: Currently "setNode()" only supports text block nodes.`),!1)},Ju=e=>({tr:t,dispatch:n})=>{if(n){let{doc:n}=t,r=ll(e,0,n.content.size),i=M.create(n,r);t.setSelection(i)}return!0},Yu=(e,t)=>({tr:n,state:r,dispatch:i})=>{let{selection:a}=r,o,s;return typeof t==`number`?(o=t,s=t):t&&`from`in t&&`to`in t?(o=t.from,s=t.to):(o=a.from,s=a.to),i&&n.doc.nodesBetween(o,s,(t,r)=>{t.isText||n.setNodeMarkup(r,void 0,{...t.attrs,dir:e})}),!0},Xu=e=>({tr:t,dispatch:n})=>{if(n){let{doc:n}=t,{from:r,to:i}=typeof e==`number`?{from:e,to:e}:e,a=j.atStart(n).from,o=j.atEnd(n).to,s=ll(r,a,o),c=ll(i,a,o),l=j.create(n,s,c);t.setSelection(l)}return!0},Zu=e=>({state:t,dispatch:n})=>ni(B(e,t.schema))(t,n);function Qu(e,t){let n=e.storedMarks||e.selection.$to.parentOffset&&e.selection.$from.marks();if(n){let r=n.filter(e=>t?.includes(e.type.name));e.tr.ensureMarks(r)}}var $u=({keepMarks:e=!0}={})=>({tr:t,state:n,dispatch:r,editor:i})=>{let{selection:a,doc:o}=t,{$from:s,$to:c}=a,l=i.extensionManager.attributes,u=ju(l,s.node().type.name,s.node().attrs);if(a instanceof M&&a.node.isBlock)return!s.parentOffset||!_n(o,s.pos)?!1:(r&&(e&&Qu(n,i.extensionManager.splittableMarks),t.split(s.pos).scrollIntoView()),!0);if(!s.parent.isBlock)return!1;let d=c.parentOffset===c.parent.content.size,f=s.depth===0?void 0:$l(s.node(-1).contentMatchAt(s.indexAfter(-1))),p=d&&f?[{type:f,attrs:u}]:void 0,m=_n(t.doc,t.mapping.map(s.pos),1,p);if(!p&&!m&&_n(t.doc,t.mapping.map(s.pos),1,f?[{type:f}]:void 0)&&(m=!0,p=f?[{type:f,attrs:u}]:void 0),r){if(m&&(a instanceof j&&t.deleteSelection(),t.split(t.mapping.map(s.pos),1,p),f&&!d&&!s.parentOffset&&s.parent.type!==f)){let e=t.mapping.map(s.before()),n=t.doc.resolve(e);s.node(-1).canReplaceWith(n.index(),n.index()+1,f)&&t.setNodeMarkup(t.mapping.map(s.before()),f)}e&&Qu(n,i.extensionManager.splittableMarks),t.scrollIntoView()}return m},ed=(e,t={})=>({tr:n,state:r,dispatch:i,editor:a})=>{let o=B(e,r.schema),{$from:s,$to:c}=r.selection,l=r.selection.node;if(l&&l.isBlock||s.depth<2||!s.sameParent(c))return!1;let u=s.node(-1);if(u.type!==o)return!1;let d=a.extensionManager.attributes;if(s.parent.content.size===0&&s.node(-1).childCount===s.indexAfter(-1)){if(s.depth===2||s.node(-3).type!==o||s.index(-2)!==s.node(-2).childCount-1)return!1;if(i){let e=E.empty,r=s.index(-1)?1:s.index(-2)?2:3;for(let t=s.depth-r;t>=s.depth-3;--t)e=E.from(s.node(t).copy(e));let i=s.indexAfter(-1){if(u>-1)return!1;e.isTextblock&&e.content.size===0&&(u=t+1)}),u>-1&&n.setSelection(j.near(n.doc.resolve(u))),n.scrollIntoView()}return!0}let f=c.pos===s.end()?u.contentMatchAt(0).defaultType:null,p={...ju(d,u.type.name,u.attrs),...t},m={...ju(d,s.node().type.name,s.node().attrs),...t};n.delete(s.pos,c.pos);let h=f?[{type:o,attrs:p},{type:f,attrs:m}]:[{type:o,attrs:p}];if(!_n(n.doc,s.pos,2))return!1;if(i){let{selection:e,storedMarks:t}=r,{splittableMarks:o}=a.extensionManager,c=t||e.$to.parentOffset&&e.$from.marks();if(n.split(s.pos,2,h).scrollIntoView(),!c||!i)return!0;let l=c.filter(e=>o.includes(e.type.name));n.ensureMarks(l)}return!0},td=(e,t)=>{let n=nu(e=>e.type===t)(e.selection);if(!n)return!0;let r=e.doc.resolve(Math.max(0,n.pos-1)).before(n.depth);if(r===void 0)return!0;let i=e.doc.nodeAt(r);return n.node.type===i?.type&&yn(e.doc,n.pos)&&e.join(n.pos),!0},nd=(e,t)=>{let n=nu(e=>e.type===t)(e.selection);if(!n)return!0;let r=e.doc.resolve(n.start).after(n.depth);if(r===void 0)return!0;let i=e.doc.nodeAt(r);return n.node.type===i?.type&&yn(e.doc,r)&&e.join(r),!0};function rd(e){let t=e.doc,n=t.firstChild;if(!n)return null;let r=n.nodeSize-1;return j.create(t,1,r)}var id=(e,t,n,r={})=>({editor:i,tr:a,state:o,dispatch:s,chain:c,commands:l,can:u})=>{let{extensions:d,splittableMarks:f}=i.extensionManager,p=B(e,o.schema),m=B(t,o.schema),{selection:h,storedMarks:g}=o,{$from:_,$to:ee}=h,v=_.blockRange(ee),y=g||h.$to.parentOffset&&h.$from.marks();if(!v)return!1;let b=nu(e=>Ru(e.type.name,d))(h),te=h.from===0&&h.to===o.doc.content.size,ne=o.doc.content.content,x=ne.length===1?ne[0]:null,re=te&&x&&Ru(x.type.name,d)?{node:x,pos:0,depth:0}:null,S=b??re,ie=!!b&&v.depth>=1&&v.depth-b.depth<=1,C=!!re;if((ie||C)&&S){if(S.node.type===p)return te&&C?c().command(({tr:e,dispatch:t})=>{let n=rd(e);return n?(e.setSelection(n),t&&t(e),!0):!1}).liftListItem(m).run():l.liftListItem(m);if(Ru(S.node.type.name,d)&&p.validContent(S.node.content))return c().command(()=>(a.setNodeMarkup(S.pos,p),!0)).command(()=>td(a,p)).command(()=>nd(a,p)).run()}return!n||!y||!s?c().command(()=>u().wrapInList(p,r)?!0:l.clearNodes()).wrapInList(p,r).command(()=>td(a,p)).command(()=>nd(a,p)).run():c().command(()=>{let e=u().wrapInList(p,r),t=y.filter(e=>f.includes(e.type.name));return a.ensureMarks(t),e?!0:l.clearNodes()}).wrapInList(p,r).command(()=>td(a,p)).command(()=>nd(a,p)).run()},ad=(e,t={},n={})=>({state:r,commands:i})=>{let{extendEmptyMarkRange:a=!1}=n,o=al(e,r.schema);return Nu(r,o,t)?i.unsetMark(o,{extendEmptyMarkRange:a}):i.setMark(o,t)},od=(e,t,n={})=>({state:r,commands:i})=>{let a=B(e,r.schema),o=B(t,r.schema),s=Pl(r,a,n),c;return r.selection.$anchor.sameParent(r.selection.$head)&&(c=r.selection.$anchor.parent.attrs),s?i.setNode(o,c):i.setNode(a,{...c,...n})},sd=(e,t={})=>({state:n,commands:r})=>{let i=B(e,n.schema);return Pl(n,i,t)?r.lift(i):r.wrapIn(i,t)},cd=()=>({state:e,dispatch:t})=>{let n=e.plugins;for(let r=0;r=0;--e)t.step(n.steps[e].invert(n.docs[e]));if(a.text){let n=t.doc.resolve(a.from).marks();t.replaceWith(a.from,a.to,e.schema.text(a.text,n))}else t.delete(a.from,a.to)}return!0}}return!1},ld=()=>({tr:e,dispatch:t})=>{let{selection:n}=e,{empty:r,ranges:i}=n;return r||t&&i.forEach(t=>{e.removeMark(t.$from.pos,t.$to.pos)}),!0},ud=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let{extendEmptyMarkRange:a=!1}=t,{selection:o}=n,s=al(e,r.schema),{$from:c,empty:l,ranges:u}=o;if(!i)return!0;if(l&&a){let{from:e,to:t}=o,r=il(c,s,c.marks().find(e=>e.type===s)?.attrs);r&&(e=r.from,t=r.to),n.removeMark(e,t,s)}else u.forEach(e=>{n.removeMark(e.$from.pos,e.$to.pos,s)});return n.removeStoredMark(s),!0},dd=e=>({tr:t,state:n,dispatch:r})=>{let{selection:i}=n,a,o;return typeof e==`number`?(a=e,o=e):e&&`from`in e&&`to`in e?(a=e.from,o=e.to):(a=i.from,o=i.to),r&&t.doc.nodesBetween(a,o,(e,n)=>{if(e.isText)return;let r={...e.attrs};delete r.dir,t.setNodeMarkup(n,void 0,r)}),!0},fd=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let a=null,o=null,s=zl(typeof e==`string`?e:e.name,r.schema);if(!s)return!1;s===`node`&&(a=B(e,r.schema)),s===`mark`&&(o=al(e,r.schema));let c=!1;return n.selection.ranges.forEach(e=>{let s=e.$from.pos,l=e.$to.pos,u,d,f,p;n.selection.empty?r.doc.nodesBetween(s,l,(e,t)=>{a&&a===e.type&&(c=!0,f=Math.max(t,s),p=Math.min(t+e.nodeSize,l),u=t,d=e)}):r.doc.nodesBetween(s,l,(e,r)=>{r=s&&r<=l&&(a&&a===e.type&&(c=!0,i&&n.setNodeMarkup(r,void 0,{...e.attrs,...t})),o&&e.marks.length&&e.marks.forEach(a=>{if(o===a.type&&(c=!0,i)){let i=Math.max(r,s),c=Math.min(r+e.nodeSize,l);n.addMark(i,c,o.create({...a.attrs,...t}))}}))}),d&&(u!==void 0&&i&&n.setNodeMarkup(u,void 0,{...d.attrs,...t}),o&&d.marks.length&&d.marks.forEach(e=>{o===e.type&&i&&n.addMark(f,p,o.create({...e.attrs,...t}))}))}),c},pd=(e,t={})=>({state:n,dispatch:r})=>Ur(B(e,n.schema),t)(n,r),md=(e,t={})=>({state:n,dispatch:r})=>Xr(B(e,n.schema),t)(n,r),hd=class{constructor(){this.callbacks={}}on(e,t){return this.callbacks[e]||(this.callbacks[e]=[]),this.callbacks[e].push(t),this}emit(e,...t){let n=this.callbacks[e];return n&&n.forEach(e=>e.apply(this,t)),this}off(e,t){let n=this.callbacks[e];return n&&(t?this.callbacks[e]=n.filter(e=>e!==t):delete this.callbacks[e]),this}once(e,t){let n=(...r)=>{this.off(e,n),t.apply(this,r)};return this.on(e,n)}removeAllListeners(){this.callbacks={}}},gd=class{constructor(e){this.find=e.find,this.handler=e.handler,this.undoable=e.undoable??!0}},_d=(e,t)=>{if(el(t))return t.exec(e);let n=t(e);if(!n)return null;let r=[n.text];return r.index=n.index,r.input=e,r.data=n.data,n.replaceWith&&(n.text.includes(n.replaceWith)||console.warn(`[tiptap warn]: "inputRuleMatch.replaceWith" must be part of "inputRuleMatch.text".`),r.push(n.replaceWith)),r};function vd(e){let{editor:t,from:n,to:r,text:i,rules:a,plugin:o}=e,{view:s}=t;if(s.composing)return!1;let c=s.state.doc.resolve(n);if(c.parent.type.spec.code||(c.nodeBefore||c.nodeAfter)?.marks.find(e=>e.type.spec.code))return!1;let l=!1,u=Mu(c)+i;return a.forEach(e=>{if(l)return;let a=_d(u,e.find);if(!a)return;let c=s.state.tr,d=zc({state:s.state,transaction:c}),f={from:n-(a[0].length-i.length),to:r},{commands:p,chain:m,can:h}=new Bc({editor:t,state:d});e.handler({state:d,range:f,match:a,commands:p,chain:m,can:h})===null||!c.steps.length||(e.undoable&&c.setMeta(o,{transform:c,from:n,to:r,text:i}),s.dispatch(c),l=!0)}),l}function yd(e){let{editor:t,rules:n}=e,r=new N({state:{init(){return null},apply(e,i,a){let o=e.getMeta(r);if(o)return o;let s=e.getMeta(`applyInputRules`);return s&&setTimeout(()=>{let{text:e}=s;e=typeof e==`string`?e:iu(E.from(e),a.schema);let{from:i}=s;vd({editor:t,from:i,to:i+e.length,text:e,rules:n,plugin:r})}),e.selectionSet||e.docChanged?null:i}},props:{handleTextInput(e,i,a,o){return vd({editor:t,from:i,to:a,text:o,rules:n,plugin:r})},handleDOMEvents:{compositionend:e=>(setTimeout(()=>{let{$cursor:i}=e.state.selection;i&&vd({editor:t,from:i.pos,to:i.pos,text:``,rules:n,plugin:r})}),!1)},handleKeyDown(e,i){if(i.key!==`Enter`)return!1;let{$cursor:a}=e.state.selection;return a?vd({editor:t,from:a.pos,to:a.pos,text:` +`,rules:n,plugin:r}):!1}},isInputRules:!0});return r}function bd(e){return Object.prototype.toString.call(e).slice(8,-1)}function xd(e){return bd(e)===`Object`?e.constructor===Object&&Object.getPrototypeOf(e)===Object.prototype:!1}function Sd(e,t){let n={...e};return xd(e)&&xd(t)&&Object.keys(t).forEach(r=>{xd(t[r])&&xd(e[r])?n[r]=Sd(e[r],t[r]):n[r]=t[r]}),n}var Cd=class{constructor(e={}){this.type=`extendable`,this.parent=null,this.child=null,this.name=``,this.config={name:this.name},this.config={...this.config,...e},this.name=this.config.name}get options(){return{...H(V(this,`addOptions`,{name:this.name}))||{}}}get storage(){return{...H(V(this,`addStorage`,{name:this.name,options:this.options}))||{}}}configure(e={}){let t=this.extend({...this.config,addOptions:()=>Sd(this.options,e)});return t.name=this.name,t.parent=this.parent,t}extend(e={}){let t=new this.constructor({...this.config,...e});return t.parent=this,this.child=t,t.name=`name`in e?e.name:t.parent.name,t}},wd=class e extends Cd{constructor(){super(...arguments),this.type=`mark`}static create(t={}){return new e(typeof t==`function`?t():t)}static handleExit({editor:e,mark:t}){let{tr:n}=e.state,r=e.state.selection.$from;if(r.pos===r.end()){let i=r.marks();if(!i.find(e=>e?.type.name===t.name))return!1;let a=i.find(e=>e?.type.name===t.name);return a&&n.removeStoredMark(a),n.insertText(` `,r.pos),e.view.dispatch(n),!0}return!1}configure(e){return super.configure(e)}extend(e){let t=typeof e==`function`?e():e;return super.extend(t)}};function Td(e){return typeof e==`number`}var Ed=class{constructor(e){this.find=e.find,this.handler=e.handler}},Dd=(e,t,n)=>{if(el(t))return[...e.matchAll(t)];let r=t(e,n);return r?r.map(t=>{let n=[t.text];return n.index=t.index,n.input=e,n.data=t.data,t.replaceWith&&(t.text.includes(t.replaceWith)||console.warn(`[tiptap warn]: "pasteRuleMatch.replaceWith" must be part of "pasteRuleMatch.text".`),n.push(t.replaceWith)),n}):[]};function Od(e){let{editor:t,state:n,from:r,to:i,rule:a,pasteEvent:o,dropEvent:s}=e,{commands:c,chain:l,can:u}=new Bc({editor:t,state:n}),d=[];return n.doc.nodesBetween(r,i,(e,t)=>{if(e.type?.spec?.code||!(e.isText||e.isTextblock||e.isInline))return;let f=e.content?.size??e.nodeSize??0,p=Math.max(r,t),m=Math.min(i,t+f);p>=m||Dd(e.isText?e.text||``:e.textBetween(p-t,m-t,void 0,``),a.find,o).forEach(e=>{if(e.index===void 0)return;let t=p+e.index+1,r=t+e[0].length,i={from:n.tr.mapping.map(t),to:n.tr.mapping.map(r)},f=a.handler({state:n,range:i,match:e,commands:c,chain:l,can:u,pasteEvent:o,dropEvent:s});d.push(f)})}),d.every(e=>e!==null)}var kd=null,Ad=e=>{var t;let n=new ClipboardEvent(`paste`,{clipboardData:new DataTransfer});return(t=n.clipboardData)==null||t.setData(`text/html`,e),n};function jd(e){let{editor:t,rules:n}=e,r=null,i=!1,a=!1,o=typeof ClipboardEvent<`u`?new ClipboardEvent(`paste`):null,s;try{s=typeof DragEvent<`u`?new DragEvent(`drop`):null}catch{s=null}let c=({state:e,from:n,to:r,rule:i,pasteEvt:a})=>{let c=e.tr;if(!(!Od({editor:t,state:zc({state:e,transaction:c}),from:Math.max(n-1,0),to:r.b-1,rule:i,pasteEvent:a,dropEvent:s})||!c.steps.length)){try{s=typeof DragEvent<`u`?new DragEvent(`drop`):null}catch{s=null}return o=typeof ClipboardEvent<`u`?new ClipboardEvent(`paste`):null,c}};return n.map(e=>new N({view(e){let n=n=>{r=e.dom.parentElement?.contains(n.target)?e.dom.parentElement:null,r&&(kd=t)},i=()=>{kd&&=null};return window.addEventListener(`dragstart`,n),window.addEventListener(`dragend`,i),{destroy(){window.removeEventListener(`dragstart`,n),window.removeEventListener(`dragend`,i)}}},props:{handleDOMEvents:{drop:(e,t)=>{if(a=r===e.dom.parentElement,s=t,!a){let e=kd;e?.isEditable&&setTimeout(()=>{let t=e.state.selection;t&&e.commands.deleteRange({from:t.from,to:t.to})},10)}return!1},paste:(e,t)=>{let n=t.clipboardData?.getData(`text/html`);return o=t,i=!!n?.includes(`data-pm-slice`),!1}}},appendTransaction:(t,n,r)=>{let s=t[0],l=s.getMeta(`uiEvent`)===`paste`&&!i,u=s.getMeta(`uiEvent`)===`drop`&&!a,d=s.getMeta(`applyPasteRules`),f=!!d;if(!l&&!u&&!f)return;if(f){let{text:t}=d;t=typeof t==`string`?t:iu(E.from(t),r.schema);let{from:n}=d,i=n+t.length,a=Ad(t);return c({rule:e,state:r,from:n,to:{b:i},pasteEvt:a})}let p=n.doc.content.findDiffStart(r.doc.content),m=n.doc.content.findDiffEnd(r.doc.content);if(!(!Td(p)||!m||p===m.b))return c({rule:e,state:r,from:p,to:m,pasteEvt:o})}}))}var Md=class{constructor(e,t){this.splittableMarks=[],this.editor=t,this.baseExtensions=e,this.extensions=yu(e),this.schema=gu(this.extensions,t),this.setupExtensions()}get commands(){return this.extensions.reduce((e,t)=>{let n=V(t,`addCommands`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:this.editor,type:Au(t.name,this.schema)});return n?{...e,...n()}:e},{})}get plugins(){let{editor:e}=this;return vu([...this.extensions].reverse()).flatMap(t=>{let n={name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:Au(t.name,this.schema)},r=[],i=V(t,`addKeyboardShortcuts`,n),a={};if(t.type===`mark`&&V(t,`exitable`,n)&&(a.ArrowRight=()=>wd.handleExit({editor:e,mark:t})),i){let t=Object.fromEntries(Object.entries(i()).map(([t,n])=>[t,()=>n({editor:e})]));a={...a,...t}}let o=Fc(a);r.push(o);let s=V(t,`addInputRules`,n);if(Lu(t,e.options.enableInputRules)&&s){let t=s();if(t&&t.length){let n=yd({editor:e,rules:t}),i=Array.isArray(n)?n:[n];r.push(...i)}}let c=V(t,`addPasteRules`,n);if(Lu(t,e.options.enablePasteRules)&&c){let t=c();if(t&&t.length){let n=jd({editor:e,rules:t});r.push(...n)}}let l=V(t,`addProseMirrorPlugins`,n);if(l){let e=l();r.push(...e)}return r})}get attributes(){return cu(this.extensions)}get nodeViews(){let{editor:e}=this,{nodeExtensions:t}=su(this.extensions);return Object.fromEntries(t.filter(e=>!!V(e,`addNodeView`)).map(t=>{let n=this.attributes.filter(e=>e.type===t.name),r=V(t,`addNodeView`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:B(t.name,this.schema)});if(!r)return[];let i=r();return i?[t.name,(r,a,o,s,c)=>i({node:r,view:a,getPos:o,decorations:s,innerDecorations:c,editor:e,extension:t,HTMLAttributes:du(r,n)})]:[]}))}dispatchTransaction(e){let{editor:t}=this;return vu([...this.extensions].reverse()).reduceRight((e,n)=>{let r={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:Au(n.name,this.schema)},i=V(n,`dispatchTransaction`,r);return i?t=>{i.call(r,{transaction:t,next:e})}:e},e)}transformPastedHTML(e){let{editor:t}=this;return vu([...this.extensions]).reduce((e,n)=>{let r={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:Au(n.name,this.schema)},i=V(n,`transformPastedHTML`,r);return i?(t,n)=>{let a=e(t,n);return i.call(r,a)}:e},e||(e=>e))}get markViews(){let{editor:e}=this,{markExtensions:t}=su(this.extensions);return Object.fromEntries(t.filter(e=>!!V(e,`addMarkView`)).map(t=>{let n=this.attributes.filter(e=>e.type===t.name),r=V(t,`addMarkView`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:al(t.name,this.schema)});return r?[t.name,(i,a,o)=>{let s=du(i,n);return r()({mark:i,view:a,inline:o,editor:e,extension:t,HTMLAttributes:s,updateAttributes:t=>{lf(i,e,t)}})}]:[]}))}setupExtensions(){let e=this.extensions;this.editor.extensionStorage=Object.fromEntries(e.map(e=>[e.name,e.storage])),e.forEach(e=>{let t={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:Au(e.name,this.schema)};e.type===`mark`&&(H(V(e,`keepOnSplit`,t))??!0)&&this.splittableMarks.push(e.name);let n=V(e,`onBeforeCreate`,t),r=V(e,`onCreate`,t),i=V(e,`onUpdate`,t),a=V(e,`onSelectionUpdate`,t),o=V(e,`onTransaction`,t),s=V(e,`onFocus`,t),c=V(e,`onBlur`,t),l=V(e,`onDestroy`,t);n&&this.editor.on(`beforeCreate`,n),r&&this.editor.on(`create`,r),i&&this.editor.on(`update`,i),a&&this.editor.on(`selectionUpdate`,a),o&&this.editor.on(`transaction`,o),s&&this.editor.on(`focus`,s),c&&this.editor.on(`blur`,c),l&&this.editor.on(`destroy`,l)})}};Md.resolve=yu,Md.sort=vu,Md.flatten=ru,Rc({},{ClipboardTextSerializer:()=>Nd,Commands:()=>Pd,Delete:()=>Fd,Drop:()=>Id,Editable:()=>Ld,FocusEvents:()=>zd,Keymap:()=>Bd,Paste:()=>Vd,Tabindex:()=>Hd,TextDirection:()=>Ud,focusEventsPluginKey:()=>Rd});var W=class e extends Cd{constructor(){super(...arguments),this.type=`extension`}static create(t={}){return new e(typeof t==`function`?t():t)}configure(e){return super.configure(e)}extend(e){let t=typeof e==`function`?e():e;return super.extend(t)}},Nd=W.create({name:`clipboardTextSerializer`,addOptions(){return{blockSeparator:void 0}},addProseMirrorPlugins(){return[new N({key:new P(`clipboardTextSerializer`),props:{clipboardTextSerializer:()=>{let{editor:e}=this,{state:t,schema:n}=e,{doc:r,selection:i}=t,{ranges:a}=i,o=Math.min(...a.map(e=>e.$from.pos)),s=Math.max(...a.map(e=>e.$to.pos)),c=Su(n);return bu(r,{from:o,to:s},{...this.options.blockSeparator===void 0?{}:{blockSeparator:this.options.blockSeparator},textSerializers:c})}}})]}}),Pd=W.create({name:`commands`,addCommands(){return{...Vc}}}),Fd=W.create({name:`delete`,onUpdate({transaction:e,appendedTransactions:t}){let n=()=>{var n;if(((n=this.editor.options.coreExtensionOptions?.delete)?.filterTransaction)?.call(n,e)??e.getMeta(`y-sync$`))return;let r=Ql(e.before,[e,...t]);Du(r).forEach(t=>{r.mapping.mapResult(t.oldRange.from).deletedAfter&&r.mapping.mapResult(t.oldRange.to).deletedBefore&&r.before.nodesBetween(t.oldRange.from,t.oldRange.to,(n,i)=>{let a=i+n.nodeSize-2,o=t.oldRange.from<=i&&a<=t.oldRange.to;this.editor.emit(`delete`,{type:`node`,node:n,from:i,to:a,newFrom:r.mapping.map(i),newTo:r.mapping.map(a),deletedRange:t.oldRange,newRange:t.newRange,partial:!o,editor:this.editor,transaction:e,combinedTransform:r})})});let i=r.mapping;r.steps.forEach((t,n)=>{if(t instanceof Jt){let a=i.slice(n).map(t.from,-1),o=i.slice(n).map(t.to),s=i.invert().map(a,-1),c=i.invert().map(o),l=a>0?r.doc.nodeAt(a-1)?.marks.some(e=>e.eq(t.mark)):!1,u=r.doc.nodeAt(o)?.marks.some(e=>e.eq(t.mark));this.editor.emit(`delete`,{type:`mark`,mark:t.mark,from:t.from,to:t.to,deletedRange:{from:s,to:c},newRange:{from:a,to:o},partial:!!(u||l),editor:this.editor,transaction:e,combinedTransform:r})}})};this.editor.options.coreExtensionOptions?.delete?.async??!0?setTimeout(n,0):n()}}),Id=W.create({name:`drop`,addProseMirrorPlugins(){return[new N({key:new P(`tiptapDrop`),props:{handleDrop:(e,t,n,r)=>{this.editor.emit(`drop`,{editor:this.editor,event:t,slice:n,moved:r})}}})]}}),Ld=W.create({name:`editable`,addProseMirrorPlugins(){return[new N({key:new P(`editable`),props:{editable:()=>this.editor.options.editable}})]}}),Rd=new P(`focusEvents`),zd=W.create({name:`focusEvents`,addProseMirrorPlugins(){let{editor:e}=this;return[new N({key:Rd,props:{handleDOMEvents:{focus:(t,n)=>{e.isFocused=!0;let r=e.state.tr.setMeta(`focus`,{event:n}).setMeta(`addToHistory`,!1);return t.dispatch(r),!1},blur:(t,n)=>{e.isFocused=!1;let r=e.state.tr.setMeta(`blur`,{event:n}).setMeta(`addToHistory`,!1);return t.dispatch(r),!1}}}})]}}),Bd=W.create({name:`keymap`,addKeyboardShortcuts(){let e=()=>this.editor.commands.first(({commands:e})=>[()=>e.undoInputRule(),()=>e.command(({tr:t})=>{let{selection:n,doc:r}=t,{empty:i,$anchor:a}=n,{pos:o,parent:s}=a,c=a.parent.isTextblock&&o>0?t.doc.resolve(o-1):a,l=c.parent.type.spec.isolating,u=a.pos-a.parentOffset,d=l&&c.parent.childCount===1?u===a.pos:A.atStart(r).from===o;return!i||!s.type.isTextblock||s.textContent.length||!d||d&&a.parent.type.name===`paragraph`?!1:e.clearNodes()}),()=>e.deleteSelection(),()=>e.joinBackward(),()=>e.selectNodeBackward()]),t=()=>this.editor.commands.first(({commands:e})=>[()=>e.deleteSelection(),()=>e.deleteCurrentNode(),()=>e.joinForward(),()=>e.selectNodeForward()]),n={Enter:()=>this.editor.commands.first(({commands:e})=>[()=>e.newlineInCode(),()=>e.createParagraphNear(),()=>e.liftEmptyBlock(),()=>e.splitBlock()]),"Mod-Enter":()=>this.editor.commands.exitCode(),Backspace:e,"Mod-Backspace":e,"Shift-Backspace":e,Delete:t,"Mod-Delete":t,"Mod-a":()=>this.editor.commands.selectAll()},r={...n},i={...n,"Ctrl-h":e,"Alt-Backspace":e,"Ctrl-d":t,"Ctrl-Alt-Backspace":t,"Alt-Delete":t,"Alt-d":t,"Ctrl-a":()=>this.editor.commands.selectTextblockStart(),"Ctrl-e":()=>this.editor.commands.selectTextblockEnd()};return fl()||jl()?i:r},addProseMirrorPlugins(){return[new N({key:new P(`clearDocument`),appendTransaction:(e,t,n)=>{if(e.some(e=>e.getMeta(`composition`)))return;let r=e.some(e=>e.docChanged)&&!t.doc.eq(n.doc),i=e.some(e=>e.getMeta(`preventClearDocument`));if(!r||i)return;let{empty:a,from:o,to:s}=t.selection,c=A.atStart(t.doc).from,l=A.atEnd(t.doc).to;if(a||!(o===c&&s===l)||!zu(n.doc))return;let u=n.tr,d=zc({state:n,transaction:u}),{commands:f}=new Bc({editor:this.editor,state:d});if(f.clearNodes(),u.steps.length)return u}})]}}),Vd=W.create({name:`paste`,addProseMirrorPlugins(){return[new N({key:new P(`tiptapPaste`),props:{handlePaste:(e,t,n)=>{this.editor.emit(`paste`,{editor:this.editor,event:t,slice:n})}}})]}}),Hd=W.create({name:`tabindex`,addProseMirrorPlugins(){return[new N({key:new P(`tabindex`),props:{attributes:()=>this.editor.isEditable?{tabindex:`0`}:{}}})]}}),Ud=W.create({name:`textDirection`,addOptions(){return{direction:void 0}},addGlobalAttributes(){if(!this.options.direction)return[];let{nodeExtensions:e}=su(this.extensions);return[{types:e.filter(e=>e.name!==`text`).map(e=>e.name),attributes:{dir:{default:this.options.direction,parseHTML:e=>{let t=e.getAttribute(`dir`);return t&&(t===`ltr`||t===`rtl`||t===`auto`)?t:this.options.direction},renderHTML:e=>e.dir?{dir:e.dir}:{}}}}]},addProseMirrorPlugins(){return[new N({key:new P(`textDirection`),props:{attributes:()=>{let e=this.options.direction;return e?{dir:e}:{}}}})]}}),Wd=class e{constructor(e,t,n=!1,r=null){this.currentNode=null,this.actualDepth=null,this.isBlock=n,this.resolvedPos=e,this.editor=t,this.currentNode=r}get name(){return this.node.type.name}get node(){return this.currentNode||this.resolvedPos.node()}get element(){return this.editor.view.domAtPos(this.pos).node}get depth(){return this.actualDepth??this.resolvedPos.depth}get pos(){return this.resolvedPos.pos}get content(){return this.node.content}set content(e){let t=this.from,n=this.to;if(this.isBlock){if(this.content.size===0){console.error(`You can\u2019t set content on a block node. Tried to set content on ${this.name} at ${this.pos}`);return}t=this.from+1,n=this.to-1}this.editor.commands.insertContentAt({from:t,to:n},e)}get attributes(){return this.node.attrs}get textContent(){return this.node.textContent}get size(){return this.node.nodeSize}get from(){return this.isBlock?this.pos:this.resolvedPos.start(this.resolvedPos.depth)}get range(){return{from:this.from,to:this.to}}get to(){return this.isBlock?this.pos+this.size:this.resolvedPos.end(this.resolvedPos.depth)+ +!this.node.isText}get parent(){if(this.depth===0)return null;let t=this.resolvedPos.start(this.resolvedPos.depth-1);return new e(this.resolvedPos.doc.resolve(t),this.editor)}get before(){let t=this.resolvedPos.doc.resolve(this.from-(this.isBlock?1:2));return t.depth!==this.depth&&(t=this.resolvedPos.doc.resolve(this.from-3)),new e(t,this.editor)}get after(){let t=this.resolvedPos.doc.resolve(this.to+(this.isBlock?2:1));return t.depth!==this.depth&&(t=this.resolvedPos.doc.resolve(this.to+3)),new e(t,this.editor)}get children(){let t=[];return this.node.content.forEach((n,r)=>{let i=n.isBlock&&!n.isTextblock,a=n.isAtom&&!n.isText,o=n.isInline,s=this.pos+r+ +!a;if(s<0||s>this.resolvedPos.doc.nodeSize-2)return;let c=this.resolvedPos.doc.resolve(s);if(!i&&!o&&c.depth<=this.depth)return;let l=new e(c,this.editor,i,i||o?n:null);i&&(l.actualDepth=this.depth+1),t.push(l)}),t}get firstChild(){return this.children[0]||null}get lastChild(){let e=this.children;return e[e.length-1]||null}closest(e,t={}){let n=null,r=this.parent;for(;r&&!n;){if(r.node.type.name===e)if(Object.keys(t).length>0){let e=r.node.attrs,n=Object.keys(t);for(let r=0;r{n&&r.length>0||(a.node.type.name===e&&i.every(e=>t[e]===a.node.attrs[e])&&r.push(a),!(n&&r.length>0)&&(r=r.concat(a.querySelectorAll(e,t,n))))}),r}setAttribute(e){let{tr:t}=this.editor.state;t.setNodeMarkup(this.from,void 0,{...this.node.attrs,...e}),this.editor.view.dispatch(t)}},Gd=`.ProseMirror { + position: relative; +} + +.ProseMirror { + word-wrap: break-word; + white-space: pre-wrap; + white-space: break-spaces; + -webkit-font-variant-ligatures: none; + font-variant-ligatures: none; + font-feature-settings: "liga" 0; /* the above doesn't seem to work in Edge */ +} + +.ProseMirror [contenteditable="false"] { + white-space: normal; +} + +.ProseMirror [contenteditable="false"] [contenteditable="true"] { + white-space: pre-wrap; +} + +.ProseMirror pre { + white-space: pre-wrap; +} + +img.ProseMirror-separator { + display: inline !important; + border: none !important; + margin: 0 !important; + width: 0 !important; + height: 0 !important; +} + +.ProseMirror-gapcursor { + display: none; + pointer-events: none; + position: absolute; + margin: 0; +} + +.ProseMirror-gapcursor:after { + content: ""; + display: block; + position: absolute; + top: -2px; + width: 20px; + border-top: 1px solid black; + animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite; +} + +@keyframes ProseMirror-cursor-blink { + to { + visibility: hidden; + } +} + +.ProseMirror-hideselection *::selection { + background: transparent; +} + +.ProseMirror-hideselection *::-moz-selection { + background: transparent; +} + +.ProseMirror-hideselection * { + caret-color: transparent; +} + +.ProseMirror-focused .ProseMirror-gapcursor { + display: block; +}`;function Kd(e,t,n){let r=document.querySelector(`style[data-tiptap-style${n?`-${n}`:``}]`);if(r!==null)return r;let i=document.createElement(`style`);return t&&i.setAttribute(`nonce`,t),i.setAttribute(`data-tiptap-style${n?`-${n}`:``}`,``),i.innerHTML=e,document.getElementsByTagName(`head`)[0].appendChild(i),i}var qd=class extends hd{constructor(e={}){super(),this.css=null,this.className=`tiptap`,this.editorView=null,this.isFocused=!1,this.isInitialized=!1,this.extensionStorage={},this.instanceId=Math.random().toString(36).slice(2,9),this.options={element:typeof document<`u`?document.createElement(`div`):null,content:``,injectCSS:!0,injectNonce:void 0,extensions:[],autofocus:!1,editable:!0,textDirection:void 0,editorProps:{},parseOptions:{},coreExtensionOptions:{},enableInputRules:!0,enablePasteRules:!0,enableCoreExtensions:!0,enableContentCheck:!1,emitContentError:!1,onBeforeCreate:()=>null,onCreate:()=>null,onMount:()=>null,onUnmount:()=>null,onUpdate:()=>null,onSelectionUpdate:()=>null,onTransaction:()=>null,onFocus:()=>null,onBlur:()=>null,onDestroy:()=>null,onContentError:({error:e})=>{throw e},onPaste:()=>null,onDrop:()=>null,onDelete:()=>null,enableExtensionDispatchTransaction:!0},this.isCapturingTransaction=!1,this.capturedTransaction=null,this.utils={getUpdatedPosition:Hu,createMappablePosition:Uu},this.setOptions(e),this.createExtensionManager(),this.createCommandManager(),this.createSchema(),this.on(`beforeCreate`,this.options.onBeforeCreate),this.emit(`beforeCreate`,{editor:this}),this.on(`mount`,this.options.onMount),this.on(`unmount`,this.options.onUnmount),this.on(`contentError`,this.options.onContentError),this.on(`create`,this.options.onCreate),this.on(`update`,this.options.onUpdate),this.on(`selectionUpdate`,this.options.onSelectionUpdate),this.on(`transaction`,this.options.onTransaction),this.on(`focus`,this.options.onFocus),this.on(`blur`,this.options.onBlur),this.on(`destroy`,this.options.onDestroy),this.on(`drop`,({event:e,slice:t,moved:n})=>this.options.onDrop(e,t,n)),this.on(`paste`,({event:e,slice:t})=>this.options.onPaste(e,t)),this.on(`delete`,this.options.onDelete);let t=this.createDoc(),n=ul(t,this.options.autofocus);this.editorState=lr.create({doc:t,schema:this.schema,selection:n||void 0}),this.options.element&&this.mount(this.options.element)}mount(e){if(typeof document>`u`)throw Error(`[tiptap error]: The editor cannot be mounted because there is no 'document' defined in this environment.`);this.createView(e),this.emit(`mount`,{editor:this}),this.css&&!document.head.contains(this.css)&&document.head.appendChild(this.css),window.setTimeout(()=>{this.isDestroyed||(this.options.autofocus!==!1&&this.options.autofocus!==null&&this.commands.focus(this.options.autofocus),this.emit(`create`,{editor:this}),this.isInitialized=!0)},0)}unmount(){if(this.editorView){let e=this.editorView.dom;e?.editor&&delete e.editor,this.editorView.destroy()}if(this.editorView=null,this.isInitialized=!1,this.css&&!document.querySelectorAll(`.${this.className}`).length)try{typeof this.css.remove==`function`?this.css.remove():this.css.parentNode&&this.css.parentNode.removeChild(this.css)}catch(e){console.warn(`Failed to remove CSS element:`,e)}this.css=null,this.emit(`unmount`,{editor:this})}get storage(){return this.extensionStorage}get commands(){return this.commandManager.commands}chain(){return this.commandManager.chain()}can(){return this.commandManager.can()}injectCSS(){this.options.injectCSS&&typeof document<`u`&&(this.css=Kd(Gd,this.options.injectNonce))}setOptions(e={}){this.options={...this.options,...e},!(!this.editorView||!this.state||this.isDestroyed)&&(this.options.editorProps&&this.view.setProps(this.options.editorProps),this.view.updateState(this.state))}setEditable(e,t=!0){this.setOptions({editable:e}),t&&this.emit(`update`,{editor:this,transaction:this.state.tr,appendedTransactions:[]})}get isEditable(){return this.options.editable&&this.view&&this.view.editable}get view(){return this.editorView?this.editorView:new Proxy({state:this.editorState,updateState:e=>{this.editorState=e},dispatch:e=>{this.dispatchTransaction(e)},composing:!1,dragging:null,editable:!0,isDestroyed:!1},{get:(e,t)=>{if(this.editorView)return this.editorView[t];if(t===`state`)return this.editorState;if(t in e)return Reflect.get(e,t);throw Error(`[tiptap error]: The editor view is not available. Cannot access view['${t}']. The editor may not be mounted yet.`)}})}get state(){return this.editorView&&(this.editorState=this.view.state),this.editorState}registerPlugin(e,t){let n=au(t)?t(e,[...this.state.plugins]):[...this.state.plugins,e],r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}unregisterPlugin(e){if(this.isDestroyed)return;let t=this.state.plugins,n=t;if([].concat(e).forEach(e=>{let t=typeof e==`string`?`${e}$`:e.key;n=n.filter(e=>!e.key.startsWith(t))}),t.length===n.length)return;let r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}createExtensionManager(){this.extensionManager=new Md([...this.options.enableCoreExtensions?[Ld,Nd.configure({blockSeparator:this.options.coreExtensionOptions?.clipboardTextSerializer?.blockSeparator}),Pd,zd,Bd,Hd,Id,Vd,Fd,Ud.configure({direction:this.options.textDirection})].filter(e=>typeof this.options.enableCoreExtensions==`object`?this.options.enableCoreExtensions[e.name]!==!1:!0):[],...this.options.extensions].filter(e=>[`extension`,`node`,`mark`].includes(e?.type)),this)}createCommandManager(){this.commandManager=new Bc({editor:this})}createSchema(){this.schema=this.extensionManager.schema}createDoc(){let e;try{e=Yl(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:this.options.enableContentCheck})}catch(t){if(!(t instanceof Error)||![`[tiptap error]: Invalid JSON content`,`[tiptap error]: Invalid HTML content`].includes(t.message))throw t;this.emit(`contentError`,{editor:this,error:t,disableCollaboration:()=>{`collaboration`in this.storage&&typeof this.storage.collaboration==`object`&&this.storage.collaboration&&(this.storage.collaboration.isDisabled=!0),this.options.extensions=this.options.extensions.filter(e=>e.name!==`collaboration`),this.createExtensionManager()}}),e=Yl(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:!1})}return e}createView(e){let{editorProps:t,enableExtensionDispatchTransaction:n}=this.options,r=t.dispatchTransaction||this.dispatchTransaction.bind(this),i=n?this.extensionManager.dispatchTransaction(r):r,a=t.transformPastedHTML,o=this.extensionManager.transformPastedHTML(a);this.editorView=new hc(e,{...t,attributes:{role:`textbox`,...t?.attributes},dispatchTransaction:i,transformPastedHTML:o,state:this.editorState,markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews});let s=this.state.reconfigure({plugins:this.extensionManager.plugins});this.view.updateState(s),this.prependClass(),this.injectCSS();let c=this.view.dom;c.editor=this}createNodeViews(){this.view.isDestroyed||this.view.setProps({markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews})}prependClass(){this.view.dom.className=`${this.className} ${this.view.dom.className}`}captureTransaction(e){this.isCapturingTransaction=!0,e(),this.isCapturingTransaction=!1;let t=this.capturedTransaction;return this.capturedTransaction=null,t}dispatchTransaction(e){if(this.view.isDestroyed)return;if(this.isCapturingTransaction){if(!this.capturedTransaction){this.capturedTransaction=e;return}e.steps.forEach(e=>this.capturedTransaction?.step(e));return}let{state:t,transactions:n}=this.state.applyTransaction(e),r=!this.state.selection.eq(t.selection),i=n.includes(e),a=this.state;if(this.emit(`beforeTransaction`,{editor:this,transaction:e,nextState:t}),!i)return;this.view.updateState(t),this.emit(`transaction`,{editor:this,transaction:e,appendedTransactions:n.slice(1)}),r&&this.emit(`selectionUpdate`,{editor:this,transaction:e});let o=n.findLast(e=>e.getMeta(`focus`)||e.getMeta(`blur`)),s=o?.getMeta(`focus`),c=o?.getMeta(`blur`);s&&this.emit(`focus`,{editor:this,event:s.event,transaction:o}),c&&this.emit(`blur`,{editor:this,event:c.event,transaction:o}),!(e.getMeta(`preventUpdate`)||!n.some(e=>e.docChanged)||a.doc.eq(t.doc))&&this.emit(`update`,{editor:this,transaction:e,appendedTransactions:n.slice(1)})}getAttributes(e){return wu(this.state,e)}isActive(e,t){let n=typeof e==`string`?e:null,r=typeof e==`string`?t:e;return Pu(this.state,n,r)}getJSON(){return this.state.doc.toJSON()}getHTML(){return iu(this.state.doc.content,this.schema)}getText(e){let{blockSeparator:t=` + +`,textSerializers:n={}}=e||{};return xu(this.state.doc,{blockSeparator:t,textSerializers:{...Su(this.schema),...n}})}get isEmpty(){return zu(this.state.doc)}destroy(){this.emit(`destroy`),this.unmount(),this.removeAllListeners()}get isDestroyed(){return this.editorView?.isDestroyed??!0}$node(e,t){return this.$doc?.querySelector(e,t)||null}$nodes(e,t){return this.$doc?.querySelectorAll(e,t)||null}$pos(e){return new Wd(this.state.doc.resolve(e),this)}get $doc(){return this.$pos(0)}};function Jd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r})=>{let i=H(e.getAttributes,void 0,r);if(i===!1||i===null)return null;let{tr:a}=t,o=r[r.length-1],s=r[0];if(o){let r=s.search(/\S/),c=n.from+s.indexOf(o),l=c+o.length;if(Ou(n.from,n.to,t.doc).filter(t=>t.mark.type.excluded.find(n=>n===e.type&&n!==t.mark.type)).filter(e=>e.to>c).length)return null;ln.from&&a.delete(n.from+r,c);let u=n.from+r+o.length;a.addMark(n.from+r,u,e.type.create(i||{})),a.removeStoredMark(e.type)}},undoable:e.undoable})}function Yd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r})=>{let i=H(e.getAttributes,void 0,r)||{},{tr:a}=t,o=n.from,s=n.to,c=e.type.create(i);if(r[1]){let e=o+r[0].lastIndexOf(r[1]);e>s?e=s:s=e+r[1].length;let t=r[0][r[0].length-1];a.insertText(t,o+r[0].length-1),a.replaceWith(e,s,c)}else if(r[0]){let t=e.type.isInline?o:o-1;a.insert(t,e.type.create(i)).delete(a.mapping.map(o),a.mapping.map(s))}a.scrollIntoView()},undoable:e.undoable})}function Xd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r})=>{let i=t.doc.resolve(n.from),a=H(e.getAttributes,void 0,r)||{};if(!i.node(-1).canReplaceWith(i.index(-1),i.indexAfter(-1),e.type))return null;t.tr.delete(n.from,n.to).setBlockType(n.from,n.from,e.type,a)},undoable:e.undoable})}function Zd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r,chain:i})=>{let a=H(e.getAttributes,void 0,r)||{},o=t.tr.delete(n.from,n.to),s=o.doc.resolve(n.from).blockRange(),c=s&&sn(s,e.type,a);if(!c)return null;if(o.wrap(s,c),e.keepMarks&&e.editor){let{selection:n,storedMarks:r}=t,{splittableMarks:i}=e.editor.extensionManager,a=r||n.$to.parentOffset&&n.$from.marks();if(a){let e=a.filter(e=>i.includes(e.type.name));o.ensureMarks(e)}}if(e.keepAttributes){let t=e.type.name===`bulletList`||e.type.name===`orderedList`?`listItem`:`taskList`;i().updateAttributes(t,a).run()}let l=o.doc.resolve(n.from-1).nodeBefore;l&&l.type===e.type&&yn(o.doc,n.from-1)&&(!e.joinPredicate||e.joinPredicate(r,l))&&o.join(n.from-1)},undoable:e.undoable})}function Qd(e,t){let{selection:n}=e,{$from:r}=n;if(n instanceof M){let e=r.index();return r.parent.canReplaceWith(e,e+1,t)}let i=r.depth;for(;i>=0;){let e=r.index(i);if(r.node(i).contentMatchAt(e).matchType(t))return!0;--i}return!1}Rc({},{createAtomBlockMarkdownSpec:()=>tf,createBlockMarkdownSpec:()=>nf,createInlineMarkdownSpec:()=>of,parseAttributes:()=>$d,parseIndentedBlocks:()=>sf,renderNestedMarkdownContent:()=>cf,serializeAttributes:()=>ef});function $d(e){if(!e?.trim())return{};let t={},n=[],r=e.replace(/["']([^"']*)["']/g,e=>(n.push(e),`__QUOTED_${n.length-1}__`)),i=r.match(/(?:^|\s)\.([a-zA-Z][\w-]*)/g);i&&(t.class=i.map(e=>e.trim().slice(1)).join(` `));let a=r.match(/(?:^|\s)#([a-zA-Z][\w-]*)/);a&&(t.id=a[1]),Array.from(r.matchAll(/([a-zA-Z][\w-]*)\s*=\s*(__QUOTED_\d+__)/g)).forEach(([,e,r])=>{let i=n[parseInt(r.match(/__QUOTED_(\d+)__/)?.[1]||`0`,10)];i&&(t[e]=i.slice(1,-1))});let o=r.replace(/(?:^|\s)\.([a-zA-Z][\w-]*)/g,``).replace(/(?:^|\s)#([a-zA-Z][\w-]*)/g,``).replace(/([a-zA-Z][\w-]*)\s*=\s*__QUOTED_\d+__/g,``).trim();return o&&o.split(/\s+/).filter(Boolean).forEach(e=>{e.match(/^[a-zA-Z][\w-]*$/)&&(t[e]=!0)}),t}function ef(e){if(!e||Object.keys(e).length===0)return``;let t=[];return e.class&&String(e.class).split(/\s+/).filter(Boolean).forEach(e=>t.push(`.${e}`)),e.id&&t.push(`#${e.id}`),Object.entries(e).forEach(([e,n])=>{e===`class`||e===`id`||(n===!0?t.push(e):n!==!1&&n!=null&&t.push(`${e}="${String(n)}"`))}),t.join(` `)}function tf(e){let{nodeName:t,name:n,parseAttributes:r=$d,serializeAttributes:i=ef,defaultAttributes:a={},requiredAttributes:o=[],allowedAttributes:s}=e,c=n||t,l=e=>{if(!s)return e;let t={};return s.forEach(n=>{n in e&&(t[n]=e[n])}),t};return{parseMarkdown:(e,n)=>{let r={...a,...e.attributes};return n.createNode(t,r,[])},markdownTokenizer:{name:t,level:`block`,start(e){let t=RegExp(`^:::${c}(?:\\s|$)`,`m`),n=e.match(t)?.index;return n===void 0?-1:n},tokenize(e,n,i){let a=RegExp(`^:::${c}(?:\\s+\\{([^}]*)\\})?\\s*:::(?:\\n|$)`),s=e.match(a);if(!s)return;let l=r(s[1]||``);if(!o.find(e=>!(e in l)))return{type:t,raw:s[0],attributes:l}}},renderMarkdown:e=>{let t=i(l(e.attrs||{}));return`:::${c}${t?` {${t}}`:``} :::`}}}function nf(e){let{nodeName:t,name:n,getContent:r,parseAttributes:i=$d,serializeAttributes:a=ef,defaultAttributes:o={},content:s=`block`,allowedAttributes:c}=e,l=n||t,u=e=>{if(!c)return e;let t={};return c.forEach(n=>{n in e&&(t[n]=e[n])}),t};return{parseMarkdown:(e,n)=>{let i;if(r){let t=r(e);i=typeof t==`string`?[{type:`text`,text:t}]:t}else i=s===`block`?n.parseChildren(e.tokens||[]):n.parseInline(e.tokens||[]);let a={...o,...e.attributes};return n.createNode(t,a,i)},markdownTokenizer:{name:t,level:`block`,start(e){let t=RegExp(`^:::${l}`,`m`),n=e.match(t)?.index;return n===void 0?-1:n},tokenize(e,n,r){let a=RegExp(`^:::${l}(?:\\s+\\{([^}]*)\\})?\\s*\\n`),o=e.match(a);if(!o)return;let[c,u=``]=o,d=i(u),f=1,p=c.length,m=``,h=/^:::([\w-]*)(\s.*)?/gm,g=e.slice(p);for(h.lastIndex=0;;){let n=h.exec(g);if(n===null)break;let i=n.index,a=n[1];if(!n[2]?.endsWith(`:::`)){if(a)f+=1;else if(--f,f===0){let a=g.slice(0,i);m=a.trim();let o=e.slice(0,p+i+n[0].length),c=[];if(m)if(s===`block`)for(c=r.blockTokens(a),c.forEach(e=>{e.text&&(!e.tokens||e.tokens.length===0)&&(e.tokens=r.inlineTokens(e.text))});c.length>0;){let e=c[c.length-1];if(e.type===`paragraph`&&(!e.text||e.text.trim()===``))c.pop();else break}else c=r.inlineTokens(m);return{type:t,raw:o,attributes:d,content:m,tokens:c}}}}}},renderMarkdown:(e,t)=>{let n=a(u(e.attrs||{}));return`:::${l}${n?` {${n}}`:``} + +${t.renderChildren(e.content||[],` + +`)} + +:::`}}}function rf(e){if(!e.trim())return{};let t={},n=/(\w+)=(?:"([^"]*)"|'([^']*)')/g,r=n.exec(e);for(;r!==null;){let[,i,a,o]=r;t[i]=a||o,r=n.exec(e)}return t}function af(e){return Object.entries(e).filter(([,e])=>e!=null).map(([e,t])=>`${e}="${t}"`).join(` `)}function of(e){let{nodeName:t,name:n,getContent:r,parseAttributes:i=rf,serializeAttributes:a=af,defaultAttributes:o={},selfClosing:s=!1,allowedAttributes:c}=e,l=n||t,u=e=>{if(!c)return e;let t={};return c.forEach(n=>{let r=typeof n==`string`?n:n.name,i=typeof n==`string`?void 0:n.skipIfDefault;if(r in e){let n=e[r];if(i!==void 0&&n===i)return;t[r]=n}}),t},d=l.replace(/[.*+?^${}()|[\]\\]/g,`\\$&`);return{parseMarkdown:(e,n)=>{let i={...o,...e.attributes};if(s)return n.createNode(t,i);let a=r?r(e):e.content||``;return a?n.createNode(t,i,[n.createTextNode(a)]):n.createNode(t,i,[])},markdownTokenizer:{name:t,level:`inline`,start(e){let t=RegExp(s?`\\[${d}\\s*[^\\]]*\\]`:`\\[${d}\\s*[^\\]]*\\][\\s\\S]*?\\[\\/${d}\\]`),n=e.match(t)?.index;return n===void 0?-1:n},tokenize(e,n,r){let a=RegExp(s?`^\\[${d}\\s*([^\\]]*)\\]`:`^\\[${d}\\s*([^\\]]*)\\]([\\s\\S]*?)\\[\\/${d}\\]`),o=e.match(a);if(!o)return;let c=``,l=``;if(s){let[,e]=o;l=e}else{let[,e,t]=o;l=e,c=t||``}let u=i(l.trim());return{type:t,raw:o[0],content:c.trim(),attributes:u}}},renderMarkdown:e=>{let t=``;r?t=r(e):e.content&&e.content.length>0&&(t=e.content.filter(e=>e.type===`text`).map(e=>e.text).join(``));let n=a(u(e.attrs||{})),i=n?` ${n}`:``;return s?`[${l}${i}]`:`[${l}${i}]${t}[/${l}]`}}}function sf(e,t,n){let r=e.split(` +`),i=[],a=``,o=0,s=t.baseIndentSize||2;for(;o0)break;if(e.trim()===``){o+=1,a=`${a}${e} +`;continue}else return}let l=t.extractItemData(c),{indentLevel:u,mainContent:d}=l;a=`${a}${e} +`;let f=[d];for(o+=1;oe.trim()!==``);if(t===-1)break;if((r[o+1+t].match(/^(\s*)/)?.[1]?.length||0)>u){f.push(e),a=`${a}${e} +`,o+=1;continue}else break}if((e.match(/^(\s*)/)?.[1]?.length||0)>u)f.push(e),a=`${a}${e} +`,o+=1;else break}let p,m=f.slice(1);if(m.length>0){let e=m.map(e=>e.slice(u+s)).join(` +`);e.trim()&&(p=t.customNestedParser?t.customNestedParser(e):n.blockTokens(e))}let h=t.createToken(l,p);i.push(h)}if(i.length!==0)return{items:i,raw:a}}function cf(e,t,n,r){if(!e||!Array.isArray(e.content))return``;let i=typeof n==`function`?n(r):n,[a,...o]=e.content,s=`${i}${t.renderChildren([a])}`;return o&&o.length>0&&o.forEach((e,n)=>{let r=t.renderChild?.call(t,e,n+1)??t.renderChildren([e]);if(r!=null){let n=r.split(` +`).map(e=>e?t.indent(e):t.indent(``)).join(` +`);s+=e.type===`paragraph`?` + +${n}`:` +${n}`}}),s}function lf(e,t,n={}){let{state:r}=t,{doc:i,tr:a}=r,o=e;i.descendants((t,r)=>{let i=a.mapping.map(r),s=a.mapping.map(r)+t.nodeSize,c=null;if(t.marks.forEach(e=>{if(e!==o)return!1;c=e}),!c)return;let l=!1;if(Object.keys(n).forEach(e=>{n[e]!==c.attrs[e]&&(l=!0)}),l){let t=e.type.create({...e.attrs,...n});a.removeMark(i,s,e.type),a.addMark(i,s,t)}}),a.docChanged&&t.view.dispatch(a)}var G=class e extends Cd{constructor(){super(...arguments),this.type=`node`}static create(t={}){return new e(typeof t==`function`?t():t)}configure(e){return super.configure(e)}extend(e){let t=typeof e==`function`?e():e;return super.extend(t)}};function uf(e){return new Ed({find:e.find,handler:({state:t,range:n,match:r,pasteEvent:i})=>{let a=H(e.getAttributes,void 0,r,i);if(a===!1||a===null)return null;let{tr:o}=t,s=r[r.length-1],c=r[0],l=n.to;if(s){let i=c.search(/\S/),u=n.from+c.indexOf(s),d=u+s.length;if(Ou(n.from,n.to,t.doc).filter(t=>t.mark.type.excluded.find(n=>n===e.type&&n!==t.mark.type)).filter(e=>e.to>u).length)return null;dn.from&&o.delete(n.from+i,u),l=n.from+i+s.length,o.addMark(n.from+i,l,e.type.create(a||{})),r.index!==void 0&&r.input!==void 0&&r.index+r[0].length>=r.input.length||o.removeStoredMark(e.type)}}})}function df(e){return o((t,n)=>({get(){return t(),e},set(t){e=t,requestAnimationFrame(()=>{requestAnimationFrame(()=>{n()})})}}))}var ff=class extends qd{constructor(e={}){return super(e),this.contentComponent=null,this.appContext=null,this.reactiveState=df(this.view.state),this.reactiveExtensionStorage=df(this.extensionStorage),this.on(`beforeTransaction`,({nextState:e})=>{this.reactiveState.value=e,this.reactiveExtensionStorage.value=this.extensionStorage}),r(this)}get state(){return this.reactiveState?this.reactiveState.value:this.view.state}get storage(){return this.reactiveExtensionStorage?this.reactiveExtensionStorage.value:super.storage}registerPlugin(e,t){let n=super.registerPlugin(e,t);return this.reactiveState&&(this.reactiveState.value=n),n}unregisterPlugin(e){let t=super.unregisterPlugin(e);return this.reactiveState&&t&&(this.reactiveState.value=t),t}},pf=h({name:`EditorContent`,props:{editor:{default:null,type:Object}},setup(t){let n=i(),r=u();return e(()=>{let e=t.editor;e&&e.options.element&&n.value&&ie(()=>{if(!n.value||!e.view.dom?.parentNode)return;let t=l(n.value);n.value.append(...e.view.dom.parentNode.childNodes),e.contentComponent=r.ctx._,r&&(e.appContext={...r.appContext,provides:r.provides}),e.setOptions({element:t}),e.createNodeViews()})}),c(()=>{let e=t.editor;e&&(e.contentComponent=null,e.appContext=null)}),{rootEl:n}},render(){return re(`div`,{ref:e=>{this.rootEl=e}})}});h({name:`NodeViewContent`,props:{as:{type:String,default:`div`}},render(){return re(this.as,{style:{whiteSpace:`pre-wrap`},"data-node-view-content":``})}}),h({name:`NodeViewWrapper`,props:{as:{type:String,default:`div`}},inject:[`onDragStart`,`decorationClasses`],render(){var e;return re(this.as,{class:this.decorationClasses,style:{whiteSpace:`normal`},"data-node-view-wrapper":``,onDragstart:this.onDragStart},(e=this.$slots).default?.call(e))}});var mf=(e={})=>{let n=ae();return t(()=>{n.value=new ff(e)}),c(()=>{var e,t;let r=n.value?.view.dom?.parentNode,i=r?.cloneNode(!0);(e=r?.parentNode)==null||e.replaceChild(i,r),(t=n.value)==null||t.destroy()}),n};h({name:`MarkViewContent`,props:{as:{type:String,default:`span`}},render(){return re(this.as,{style:{whiteSpace:`inherit`},"data-mark-view-content":``})}});var hf=(e,t)=>{if(e===`slot`)return 0;if(e instanceof Function)return e(t);let{children:n,...r}=t??{};if(e===`svg`)throw Error(`SVG elements are not supported in the JSX syntax, use the array syntax instead`);return[e,r,n]},gf=/^\s*>\s$/,_f=G.create({name:`blockquote`,addOptions(){return{HTMLAttributes:{}}},content:`block+`,group:`block`,defining:!0,parseHTML(){return[{tag:`blockquote`}]},renderHTML({HTMLAttributes:e}){return hf(`blockquote`,{...U(this.options.HTMLAttributes,e),children:hf(`slot`,{})})},parseMarkdown:(e,t)=>{let n=t.parseBlockChildren??t.parseChildren;return t.createNode(`blockquote`,void 0,n(e.tokens||[]))},renderMarkdown:(e,t)=>{if(!e.content)return``;let n=[];return e.content.forEach((e,r)=>{let i=(t.renderChild?.call(t,e,r)??t.renderChildren([e])).split(` +`).map(e=>e.trim()===``?`>`:`> ${e}`);n.push(i.join(` +`))}),n.join(` +> +`)},addCommands(){return{setBlockquote:()=>({commands:e})=>e.wrapIn(this.name),toggleBlockquote:()=>({commands:e})=>e.toggleWrap(this.name),unsetBlockquote:()=>({commands:e})=>e.lift(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-b":()=>this.editor.commands.toggleBlockquote()}},addInputRules(){return[Zd({find:gf,type:this.type})]}}),vf=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/,yf=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))/g,bf=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))$/,xf=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))/g,Sf=wd.create({name:`bold`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`strong`},{tag:`b`,getAttrs:e=>e.style.fontWeight!==`normal`&&null},{style:`font-weight=400`,clearMark:e=>e.type.name===this.name},{style:`font-weight`,getAttrs:e=>/^(bold(er)?|[5-9]\d{2,})$/.test(e)&&null}]},renderHTML({HTMLAttributes:e}){return hf(`strong`,{...U(this.options.HTMLAttributes,e),children:hf(`slot`,{})})},markdownTokenName:`strong`,parseMarkdown:(e,t)=>t.applyMark(`bold`,t.parseInline(e.tokens||[])),markdownOptions:{htmlReopen:{open:``,close:``}},renderMarkdown:(e,t)=>`**${t.renderChildren(e)}**`,addCommands(){return{setBold:()=>({commands:e})=>e.setMark(this.name),toggleBold:()=>({commands:e})=>e.toggleMark(this.name),unsetBold:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-b":()=>this.editor.commands.toggleBold(),"Mod-B":()=>this.editor.commands.toggleBold()}},addInputRules(){return[Jd({find:vf,type:this.type}),Jd({find:bf,type:this.type})]},addPasteRules(){return[uf({find:yf,type:this.type}),uf({find:xf,type:this.type})]}}),Cf=/(^|[^`])`([^`]+)`(?!`)$/,wf=/(^|[^`])`([^`]+)`(?!`)/g,Tf=wd.create({name:`code`,addOptions(){return{HTMLAttributes:{}}},excludes:`_`,code:!0,exitable:!0,parseHTML(){return[{tag:`code`}]},renderHTML({HTMLAttributes:e}){return[`code`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`codespan`,parseMarkdown:(e,t)=>t.applyMark(`code`,[{type:`text`,text:e.text||``}]),renderMarkdown:(e,t)=>e.content?`\`${t.renderChildren(e.content)}\``:``,addCommands(){return{setCode:()=>({commands:e})=>e.setMark(this.name),toggleCode:()=>({commands:e})=>e.toggleMark(this.name),unsetCode:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-e":()=>this.editor.commands.toggleCode()}},addInputRules(){return[Jd({find:Cf,type:this.type})]},addPasteRules(){return[uf({find:wf,type:this.type})]}}),Ef=4,Df=/^```([a-z]+)?[\s\n]$/,Of=/^~~~([a-z]+)?[\s\n]$/,kf=G.create({name:`codeBlock`,addOptions(){return{languageClassPrefix:`language-`,exitOnTripleEnter:!0,exitOnArrowDown:!0,defaultLanguage:null,enableTabIndentation:!1,tabSize:Ef,HTMLAttributes:{}}},content:`text*`,marks:``,group:`block`,code:!0,defining:!0,addAttributes(){return{language:{default:this.options.defaultLanguage,parseHTML:e=>{let{languageClassPrefix:t}=this.options;return t&&[...e.firstElementChild?.classList||[]].filter(e=>e.startsWith(t)).map(e=>e.replace(t,``))[0]||null},rendered:!1}}},parseHTML(){return[{tag:`pre`,preserveWhitespace:`full`}]},renderHTML({node:e,HTMLAttributes:t}){return[`pre`,U(this.options.HTMLAttributes,t),[`code`,{class:e.attrs.language?this.options.languageClassPrefix+e.attrs.language:null},0]]},markdownTokenName:`code`,parseMarkdown:(e,t)=>e.raw?.startsWith("```")===!1&&e.raw?.startsWith(`~~~`)===!1&&e.codeBlockStyle!==`indented`?[]:t.createNode(`codeBlock`,{language:e.lang||null},e.text?[t.createTextNode(e.text)]:[]),renderMarkdown:(e,t)=>{let n=``,r=e.attrs?.language||``;return n=e.content?[`\`\`\`${r}`,t.renderChildren(e.content),"```"].join(` +`):`\`\`\`${r} + +\`\`\``,n},addCommands(){return{setCodeBlock:e=>({commands:t})=>t.setNode(this.name,e),toggleCodeBlock:e=>({commands:t})=>t.toggleNode(this.name,`paragraph`,e)}},addKeyboardShortcuts(){return{"Mod-Alt-c":()=>this.editor.commands.toggleCodeBlock(),Backspace:()=>{let{empty:e,$anchor:t}=this.editor.state.selection,n=t.pos===1;return!e||t.parent.type.name!==this.name?!1:n||!t.parent.textContent.length?this.editor.commands.clearNodes():!1},Tab:({editor:e})=>{if(!this.options.enableTabIndentation)return!1;let t=this.options.tabSize??Ef,{state:n}=e,{selection:r}=n,{$from:i,empty:a}=r;if(i.parent.type!==this.type)return!1;let o=` `.repeat(t);return a?e.commands.insertContent(o):e.commands.command(({tr:e})=>{let{from:t,to:i}=r,a=n.doc.textBetween(t,i,` +`,` +`).split(` +`).map(e=>o+e).join(` +`);return e.replaceWith(t,i,n.schema.text(a)),!0})},"Shift-Tab":({editor:e})=>{if(!this.options.enableTabIndentation)return!1;let t=this.options.tabSize??Ef,{state:n}=e,{selection:r}=n,{$from:i,empty:a}=r;return i.parent.type===this.type?a?e.commands.command(({tr:e})=>{let{pos:r}=i,a=i.start(),o=i.end(),s=n.doc.textBetween(a,o,` +`,` +`).split(` +`),c=0,l=0,u=r-a;for(let e=0;e=u){c=e;break}l+=s[e].length+1}let d=s[c].match(/^ */)?.[0]||``,f=Math.min(d.length,t);if(f===0)return!0;let p=a;for(let e=0;e{let{from:i,to:a}=r,o=n.doc.textBetween(i,a,` +`,` +`).split(` +`).map(e=>{let n=e.match(/^ */)?.[0]||``,r=Math.min(n.length,t);return e.slice(r)}).join(` +`);return e.replaceWith(i,a,n.schema.text(o)),!0}):!1},Enter:({editor:e})=>{if(!this.options.exitOnTripleEnter)return!1;let{state:t}=e,{selection:n}=t,{$from:r,empty:i}=n;if(!i||r.parent.type!==this.type)return!1;let a=r.parentOffset===r.parent.nodeSize-2,o=r.parent.textContent.endsWith(` + +`);return!a||!o?!1:e.chain().command(({tr:e})=>(e.delete(r.pos-2,r.pos),!0)).exitCode().run()},ArrowDown:({editor:e})=>{if(!this.options.exitOnArrowDown)return!1;let{state:t}=e,{selection:n,doc:r}=t,{$from:i,empty:a}=n;if(!a||i.parent.type!==this.type||i.parentOffset!==i.parent.nodeSize-2)return!1;let o=i.after();return o===void 0?!1:r.nodeAt(o)?e.commands.command(({tr:e})=>(e.setSelection(A.near(r.resolve(o))),!0)):e.commands.exitCode()}}},addInputRules(){return[Xd({find:Df,type:this.type,getAttributes:e=>({language:e[1]})}),Xd({find:Of,type:this.type,getAttributes:e=>({language:e[1]})})]},addProseMirrorPlugins(){return[new N({key:new P(`codeBlockVSCodeHandler`),props:{handlePaste:(e,t)=>{if(!t.clipboardData||this.editor.isActive(this.type.name))return!1;let n=t.clipboardData.getData(`text/plain`),r=t.clipboardData.getData(`vscode-editor-data`),i=(r?JSON.parse(r):void 0)?.mode;if(!n||!i)return!1;let{tr:a,schema:o}=e.state,s=o.text(n.replace(/\r\n?/g,` +`));return a.replaceSelectionWith(this.type.create({language:i},s)),a.selection.$from.parent.type!==this.type&&a.setSelection(j.near(a.doc.resolve(Math.max(0,a.selection.from-2)))),a.setMeta(`paste`,!0),e.dispatch(a),!0}}})]}}),Af=G.create({name:`doc`,topNode:!0,content:`block+`,renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` + +`):``}),jf=G.create({name:`hardBreak`,markdownTokenName:`br`,addOptions(){return{keepMarks:!0,HTMLAttributes:{}}},inline:!0,group:`inline`,selectable:!1,linebreakReplacement:!0,parseHTML(){return[{tag:`br`}]},renderHTML({HTMLAttributes:e}){return[`br`,U(this.options.HTMLAttributes,e)]},renderText(){return` +`},renderMarkdown:()=>` +`,parseMarkdown:()=>({type:`hardBreak`}),addCommands(){return{setHardBreak:()=>({commands:e,chain:t,state:n,editor:r})=>e.first([()=>e.exitCode(),()=>e.command(()=>{let{selection:e,storedMarks:i}=n;if(e.$from.parent.type.spec.isolating)return!1;let{keepMarks:a}=this.options,{splittableMarks:o}=r.extensionManager,s=i||e.$to.parentOffset&&e.$from.marks();return t().insertContent({type:this.name}).command(({tr:e,dispatch:t})=>{if(t&&s&&a){let t=s.filter(e=>o.includes(e.type.name));e.ensureMarks(t)}return!0}).run()})])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),Mf=G.create({name:`heading`,addOptions(){return{levels:[1,2,3,4,5,6],HTMLAttributes:{}}},content:`inline*`,group:`block`,defining:!0,addAttributes(){return{level:{default:1,rendered:!1}}},parseHTML(){return this.options.levels.map(e=>({tag:`h${e}`,attrs:{level:e}}))},renderHTML({node:e,HTMLAttributes:t}){return[`h${this.options.levels.includes(e.attrs.level)?e.attrs.level:this.options.levels[0]}`,U(this.options.HTMLAttributes,t),0]},parseMarkdown:(e,t)=>t.createNode(`heading`,{level:e.depth||1},t.parseInline(e.tokens||[])),renderMarkdown:(e,t)=>{let n=e.attrs?.level?parseInt(e.attrs.level,10):1,r=`#`.repeat(n);return e.content?`${r} ${t.renderChildren(e.content)}`:``},addCommands(){return{setHeading:e=>({commands:t})=>this.options.levels.includes(e.level)?t.setNode(this.name,e):!1,toggleHeading:e=>({commands:t})=>this.options.levels.includes(e.level)?t.toggleNode(this.name,`paragraph`,e):!1}},addKeyboardShortcuts(){return this.options.levels.reduce((e,t)=>({...e,[`Mod-Alt-${t}`]:()=>this.editor.commands.toggleHeading({level:t})}),{})},addInputRules(){return this.options.levels.map(e=>Xd({find:RegExp(`^(#{${Math.min(...this.options.levels)},${e}})\\s$`),type:this.type,getAttributes:{level:e}}))}}),Nf=G.create({name:`horizontalRule`,addOptions(){return{HTMLAttributes:{},nextNodeType:`paragraph`}},group:`block`,parseHTML(){return[{tag:`hr`}]},renderHTML({HTMLAttributes:e}){return[`hr`,U(this.options.HTMLAttributes,e)]},markdownTokenName:`hr`,parseMarkdown:(e,t)=>t.createNode(`horizontalRule`),renderMarkdown:()=>`---`,addCommands(){return{setHorizontalRule:()=>({chain:e,state:t})=>{if(!Qd(t,t.schema.nodes[this.name]))return!1;let{selection:n}=t,{$to:r}=n,i=e();return Bu(n)?i.insertContentAt(r.pos,{type:this.name}):i.insertContent({type:this.name}),i.command(({state:e,tr:t,dispatch:n})=>{if(n){let{$to:n}=t.selection,r=n.end();if(n.nodeAfter)n.nodeAfter.isTextblock?t.setSelection(j.create(t.doc,n.pos+1)):n.nodeAfter.isBlock?t.setSelection(M.create(t.doc,n.pos)):t.setSelection(j.create(t.doc,n.pos));else{let i=(e.schema.nodes[this.options.nextNodeType]||n.parent.type.contentMatch.defaultType)?.create();i&&(t.insert(r,i),t.setSelection(j.create(t.doc,r+1)))}t.scrollIntoView()}return!0}).run()}}},addInputRules(){return[Yd({find:/^(?:---|—-|___\s|\*\*\*\s)$/,type:this.type})]}}),Pf=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/,Ff=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g,If=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/,Lf=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))/g,Rf=wd.create({name:`italic`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`em`},{tag:`i`,getAttrs:e=>e.style.fontStyle!==`normal`&&null},{style:`font-style=normal`,clearMark:e=>e.type.name===this.name},{style:`font-style=italic`}]},renderHTML({HTMLAttributes:e}){return[`em`,U(this.options.HTMLAttributes,e),0]},addCommands(){return{setItalic:()=>({commands:e})=>e.setMark(this.name),toggleItalic:()=>({commands:e})=>e.toggleMark(this.name),unsetItalic:()=>({commands:e})=>e.unsetMark(this.name)}},markdownTokenName:`em`,parseMarkdown:(e,t)=>t.applyMark(`italic`,t.parseInline(e.tokens||[])),markdownOptions:{htmlReopen:{open:``,close:``}},renderMarkdown:(e,t)=>`*${t.renderChildren(e)}*`,addKeyboardShortcuts(){return{"Mod-i":()=>this.editor.commands.toggleItalic(),"Mod-I":()=>this.editor.commands.toggleItalic()}},addInputRules(){return[Jd({find:Pf,type:this.type}),Jd({find:If,type:this.type})]},addPasteRules(){return[uf({find:Ff,type:this.type}),uf({find:Lf,type:this.type})]}}),zf=`aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2`,Bf=`ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2`,Vf=`numeric`,Hf=`ascii`,Uf=`alpha`,Wf=`asciinumeric`,Gf=`alphanumeric`,Kf=`domain`,qf=`emoji`,Jf=`scheme`,Yf=`slashscheme`,Xf=`whitespace`;function Zf(e,t){return e in t||(t[e]=[]),t[e]}function Qf(e,t,n){t[Vf]&&(t[Wf]=!0,t[Gf]=!0),t[Hf]&&(t[Wf]=!0,t[Uf]=!0),t[Wf]&&(t[Gf]=!0),t[Uf]&&(t[Gf]=!0),t[Gf]&&(t[Kf]=!0),t[qf]&&(t[Kf]=!0);for(let r in t){let t=Zf(r,n);t.indexOf(e)<0&&t.push(e)}}function $f(e,t){let n={};for(let r in t)t[r].indexOf(e)>=0&&(n[r]=!0);return n}function ep(e=null){this.j={},this.jr=[],this.jd=null,this.t=e}ep.groups={},ep.prototype={accepts(){return!!this.t},go(e){let t=this,n=t.j[e];if(n)return n;for(let n=0;ne.ta(t,n,r,i),q=(e,t,n,r,i)=>e.tr(t,n,r,i),tp=(e,t,n,r,i)=>e.ts(t,n,r,i),J=(e,t,n,r,i)=>e.tt(t,n,r,i),np=`WORD`,rp=`UWORD`,ip=`ASCIINUMERICAL`,ap=`ALPHANUMERICAL`,op=`LOCALHOST`,sp=`TLD`,cp=`UTLD`,lp=`SCHEME`,up=`SLASH_SCHEME`,dp=`NUM`,fp=`WS`,pp=`NL`,mp=`OPENBRACE`,hp=`CLOSEBRACE`,gp=`OPENBRACKET`,_p=`CLOSEBRACKET`,vp=`OPENPAREN`,yp=`CLOSEPAREN`,bp=`OPENANGLEBRACKET`,xp=`CLOSEANGLEBRACKET`,Sp=`FULLWIDTHLEFTPAREN`,Cp=`FULLWIDTHRIGHTPAREN`,wp=`LEFTCORNERBRACKET`,Tp=`RIGHTCORNERBRACKET`,Ep=`LEFTWHITECORNERBRACKET`,Dp=`RIGHTWHITECORNERBRACKET`,Op=`FULLWIDTHLESSTHAN`,kp=`FULLWIDTHGREATERTHAN`,Ap=`AMPERSAND`,jp=`APOSTROPHE`,Mp=`ASTERISK`,Np=`AT`,Pp=`BACKSLASH`,Fp=`BACKTICK`,Ip=`CARET`,Lp=`COLON`,Rp=`COMMA`,zp=`DOLLAR`,Bp=`DOT`,Vp=`EQUALS`,Hp=`EXCLAMATION`,Up=`HYPHEN`,Wp=`PERCENT`,Gp=`PIPE`,Kp=`PLUS`,qp=`POUND`,Jp=`QUERY`,Yp=`QUOTE`,Xp=`FULLWIDTHMIDDLEDOT`,Zp=`SEMI`,Qp=`SLASH`,$p=`TILDE`,em=`UNDERSCORE`,tm=`EMOJI`,nm=`SYM`,rm=Object.freeze({__proto__:null,ALPHANUMERICAL:ap,AMPERSAND:Ap,APOSTROPHE:jp,ASCIINUMERICAL:ip,ASTERISK:Mp,AT:Np,BACKSLASH:Pp,BACKTICK:Fp,CARET:Ip,CLOSEANGLEBRACKET:xp,CLOSEBRACE:hp,CLOSEBRACKET:_p,CLOSEPAREN:yp,COLON:Lp,COMMA:Rp,DOLLAR:zp,DOT:Bp,EMOJI:tm,EQUALS:Vp,EXCLAMATION:Hp,FULLWIDTHGREATERTHAN:kp,FULLWIDTHLEFTPAREN:Sp,FULLWIDTHLESSTHAN:Op,FULLWIDTHMIDDLEDOT:Xp,FULLWIDTHRIGHTPAREN:Cp,HYPHEN:Up,LEFTCORNERBRACKET:wp,LEFTWHITECORNERBRACKET:Ep,LOCALHOST:op,NL:pp,NUM:dp,OPENANGLEBRACKET:bp,OPENBRACE:mp,OPENBRACKET:gp,OPENPAREN:vp,PERCENT:Wp,PIPE:Gp,PLUS:Kp,POUND:qp,QUERY:Jp,QUOTE:Yp,RIGHTCORNERBRACKET:Tp,RIGHTWHITECORNERBRACKET:Dp,SCHEME:lp,SEMI:Zp,SLASH:Qp,SLASH_SCHEME:up,SYM:nm,TILDE:$p,TLD:sp,UNDERSCORE:em,UTLD:cp,UWORD:rp,WORD:np,WS:fp}),im=/[a-z]/,am=/\p{L}/u,om=/\p{Emoji}/u,sm=/\d/,cm=/\s/,lm=`\r`,um=` +`,dm=`️`,fm=`‍`,pm=``,mm=null,hm=null;function gm(e=[]){let t={};ep.groups=t;let n=new ep;mm??=bm(zf),hm??=bm(Bf),J(n,`'`,jp),J(n,`{`,mp),J(n,`}`,hp),J(n,`[`,gp),J(n,`]`,_p),J(n,`(`,vp),J(n,`)`,yp),J(n,`<`,bp),J(n,`>`,xp),J(n,`(`,Sp),J(n,`)`,Cp),J(n,`「`,wp),J(n,`」`,Tp),J(n,`『`,Ep),J(n,`』`,Dp),J(n,`<`,Op),J(n,`>`,kp),J(n,`&`,Ap),J(n,`*`,Mp),J(n,`@`,Np),J(n,"`",Fp),J(n,`^`,Ip),J(n,`:`,Lp),J(n,`,`,Rp),J(n,`$`,zp),J(n,`.`,Bp),J(n,`=`,Vp),J(n,`!`,Hp),J(n,`-`,Up),J(n,`%`,Wp),J(n,`|`,Gp),J(n,`+`,Kp),J(n,`#`,qp),J(n,`?`,Jp),J(n,`"`,Yp),J(n,`/`,Qp),J(n,`;`,Zp),J(n,`~`,$p),J(n,`_`,em),J(n,`\\`,Pp),J(n,`・`,Xp);let r=q(n,sm,dp,{[Vf]:!0});q(r,sm,r);let i=q(r,im,ip,{[Wf]:!0}),a=q(r,am,ap,{[Gf]:!0}),o=q(n,im,np,{[Hf]:!0});q(o,sm,i),q(o,im,o),q(i,sm,i),q(i,im,i);let s=q(n,am,rp,{[Uf]:!0});q(s,im),q(s,sm,a),q(s,am,s),q(a,sm,a),q(a,im),q(a,am,a);let c=J(n,um,pp,{[Xf]:!0}),l=J(n,lm,fp,{[Xf]:!0}),u=q(n,cm,fp,{[Xf]:!0});J(n,pm,u),J(l,um,c),J(l,pm,u),q(l,cm,u),J(u,lm),J(u,um),q(u,cm,u),J(u,pm,u);let d=q(n,om,tm,{[qf]:!0});J(d,`#`),q(d,om,d),J(d,dm,d);let f=J(d,fm);J(f,`#`),q(f,om,d);let p=[[im,o],[sm,i]],m=[[im,null],[am,s],[sm,a]];for(let e=0;ee[0]>t[0]?1:-1);for(let t=0;t=0?i[Kf]=!0:im.test(r)?sm.test(r)?i[Wf]=!0:i[Hf]=!0:i[Vf]=!0,tp(n,r,r,i)}return tp(n,`localhost`,op,{ascii:!0}),n.jd=new ep(nm),{start:n,tokens:Object.assign({groups:t},rm)}}function _m(e,t){let n=vm(t.replace(/[A-Z]/g,e=>e.toLowerCase())),r=n.length,i=[],a=0,o=0;for(;o=0&&(d+=n[o].length,f++),l+=n[o].length,a+=n[o].length,o++;a-=d,o-=f,l-=d,i.push({t:u.t,v:t.slice(a-l,a),s:a-l,e:a})}return i}function vm(e){let t=[],n=e.length,r=0;for(;r56319||r+1===n||(a=e.charCodeAt(r+1))<56320||a>57343?e[r]:e.slice(r,r+2);t.push(o),r+=o.length}return t}function ym(e,t,n,r,i){let a,o=t.length;for(let n=0;n=0;)i++;if(i>0){t.push(n.join(``));for(let t=parseInt(e.substring(r,r+i),10);t>0;t--)n.pop();r+=i}else n.push(e[r]),r++}return t}var xm={defaultProtocol:`http`,events:null,format:Cm,formatHref:Cm,nl2br:!1,tagName:`a`,target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null};function Sm(e,t=null){let n=Object.assign({},xm);e&&(n=Object.assign(n,e instanceof Sm?e.o:e));let r=n.ignoreTags,i=[];for(let e=0;en?r.substring(0,n)+`…`:r},toFormattedHref(e){return e.get(`formatHref`,this.toHref(e.get(`defaultProtocol`)),this)},startIndex(){return this.tk[0].s},endIndex(){return this.tk[this.tk.length-1].e},toObject(e=xm.defaultProtocol){return{type:this.t,value:this.toString(),isLink:this.isLink,href:this.toHref(e),start:this.startIndex(),end:this.endIndex()}},toFormattedObject(e){return{type:this.t,value:this.toFormattedString(e),isLink:this.isLink,href:this.toFormattedHref(e),start:this.startIndex(),end:this.endIndex()}},validate(e){return e.get(`validate`,this.toString(),this)},render(e){let t=this,n=this.toHref(e.get(`defaultProtocol`)),r=e.get(`formatHref`,n,this),i=e.get(`tagName`,n,t),a=this.toFormattedString(e),o={},s=e.get(`className`,n,t),c=e.get(`target`,n,t),l=e.get(`rel`,n,t),u=e.getObj(`attributes`,n,t),d=e.getObj(`events`,n,t);return o.href=r,s&&(o.class=s),c&&(o.target=c),l&&(o.rel=l),u&&Object.assign(o,u),{tagName:i,attributes:o,content:a,eventListeners:d}}};function Tm(e,t){class n extends wm{constructor(t,n){super(t,n),this.t=e}}for(let e in t)n.prototype[e]=t[e];return n.t=e,n}var Em=Tm(`email`,{isLink:!0,toHref(){return`mailto:`+this.toString()}}),Dm=Tm(`text`),Om=Tm(`nl`),km=Tm(`url`,{isLink:!0,toHref(e=xm.defaultProtocol){return this.hasProtocol()?this.v:`${e}://${this.v}`},hasProtocol(){let e=this.tk;return e.length>=2&&e[0].t!==op&&e[1].t===Lp}}),Am=e=>new ep(e);function jm({groups:e}){let t=e.domain.concat([Ap,Mp,Np,Pp,Fp,Ip,zp,Vp,Up,dp,Wp,Gp,Kp,qp,Qp,nm,$p,em]),n=[jp,Lp,Rp,Bp,Hp,Wp,Jp,Yp,Zp,bp,xp,mp,hp,_p,gp,vp,yp,Sp,Cp,wp,Tp,Ep,Dp,Op,kp],r=[Ap,jp,Mp,Pp,Fp,Ip,zp,Vp,Up,mp,hp,Wp,Gp,Kp,qp,Jp,Qp,nm,$p,em],i=Am(),a=J(i,$p);K(a,r,a),K(a,e.domain,a);let o=Am(),s=Am(),c=Am();K(i,e.domain,o),K(i,e.scheme,s),K(i,e.slashscheme,c),K(o,r,a),K(o,e.domain,o);let l=J(o,Np);J(a,Np,l),J(s,Np,l),J(c,Np,l);let u=J(a,Bp);K(u,r,a),K(u,e.domain,a);let d=Am();K(l,e.domain,d),K(d,e.domain,d);let f=J(d,Bp);K(f,e.domain,d);let p=Am(Em);K(f,e.tld,p),K(f,e.utld,p),J(l,op,p);let m=J(d,Up);J(m,Up,m),K(m,e.domain,d),K(p,e.domain,d),J(p,Bp,f),J(p,Up,m),K(J(p,Lp),e.numeric,Em);let h=J(o,Up),g=J(o,Bp);J(h,Up,h),K(h,e.domain,o),K(g,r,a),K(g,e.domain,o);let _=Am(km);K(g,e.tld,_),K(g,e.utld,_),K(_,e.domain,o),K(_,r,a),J(_,Bp,g),J(_,Up,h),J(_,Np,l);let ee=J(_,Lp),v=Am(km);K(ee,e.numeric,v);let y=Am(km),b=Am();K(y,t,y),K(y,n,b),K(b,t,y),K(b,n,b),J(_,Qp,y),J(v,Qp,y);let te=J(s,Lp),ne=J(J(J(c,Lp),Qp),Qp);K(s,e.domain,o),J(s,Bp,g),J(s,Up,h),K(c,e.domain,o),J(c,Bp,g),J(c,Up,h),K(te,e.domain,y),J(te,Qp,y),J(te,Jp,y),K(ne,e.domain,y),K(ne,t,y),J(ne,Qp,y);let x=[[mp,hp],[gp,_p],[vp,yp],[bp,xp],[Sp,Cp],[wp,Tp],[Ep,Dp],[Op,kp]];for(let e=0;e=0&&f++,i++,u++;if(f<0)i-=u,i0&&(a.push(Nm(Dm,t,o)),o=[]),i-=f,u-=f;let e=d.t,r=n.slice(i-u,i);a.push(Nm(e,t,r))}}return o.length>0&&a.push(Nm(Dm,t,o)),a}function Nm(e,t,n){let r=n[0].s,i=n[n.length-1].e;return new e(t.slice(r,i),n)}var Pm=typeof console<`u`&&console&&console.warn||(()=>{}),Fm=`until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.`,Y={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1};function Im(){return ep.groups={},Y.scanner=null,Y.parser=null,Y.tokenQueue=[],Y.pluginQueue=[],Y.customSchemes=[],Y.initialized=!1,Y}function Lm(e,t=!1){if(Y.initialized&&Pm(`linkifyjs: already initialized - will not register custom scheme "${e}" ${Fm}`),!/^[0-9a-z]+(-[0-9a-z]+)*$/.test(e))throw Error(`linkifyjs: incorrect scheme format. +1. Must only contain digits, lowercase ASCII letters or "-" +2. Cannot start or end with "-" +3. "-" cannot repeat`);Y.customSchemes.push([e,t])}function Rm(){Y.scanner=gm(Y.customSchemes);for(let e=0;e{let i=t.some(e=>e.docChanged)&&!n.doc.eq(r.doc),a=t.some(e=>e.getMeta(`preventAutolink`));if(!i||a)return;let{tr:o}=r;if(Du(Ql(n.doc,[...t])).forEach(({newRange:t})=>{let n=eu(r.doc,t,e=>e.isTextblock),i,a;if(n.length>1)i=n[0],a=r.doc.textBetween(i.pos,i.pos+i.node.nodeSize,void 0,` `);else if(n.length){let e=r.doc.textBetween(t.from,t.to,` `,` `);if(!Um.test(e))return;i=n[0],a=r.doc.textBetween(i.pos,t.to,void 0,` `)}if(i&&a){let t=a.split(Hm).filter(Boolean);if(t.length<=0)return!1;let n=t[t.length-1],s=i.pos+a.lastIndexOf(n);if(!n)return!1;let c=zm(n).map(t=>t.toObject(e.defaultProtocol));if(!Gm(c))return!1;c.filter(e=>e.isLink).map(e=>({...e,from:s+e.start+1,to:s+e.end+1})).filter(e=>r.schema.marks.code?!r.doc.rangeHasMark(e.from,e.to,r.schema.marks.code):!0).filter(t=>e.validate(t.value)).filter(t=>e.shouldAutoLink(t.value)).forEach(t=>{Ou(t.from,t.to,r.doc).some(t=>t.mark.type===e.type)||o.addMark(t.from,t.to,e.type.create({href:t.href}))})}}),o.steps.length)return o}})}function qm(e){return new N({key:new P(`handleClickLink`),props:{handleClick:(t,n,r)=>{if(r.button!==0||!t.editable)return!1;let i=null;if(r.target instanceof HTMLAnchorElement)i=r.target;else{let t=r.target;if(!t)return!1;let n=e.editor.view.dom;i=t.closest(`a`),i&&!n.contains(i)&&(i=null)}if(!i)return!1;let a=!1;if(e.enableClickSelection&&(a=e.editor.commands.extendMarkRange(e.type.name)),e.openOnClick){let n=wu(t.state,e.type.name),r=i.href??n.href,o=i.target??n.target;r&&(window.open(r,o),a=!0)}return a}}})}function Jm(e){return new N({key:new P(`handlePasteLink`),props:{handlePaste:(t,n,r)=>{let{shouldAutoLink:i}=e,{state:a}=t,{selection:o}=a,{empty:s}=o;if(s)return!1;let c=``;r.content.forEach(e=>{c+=e.textContent});let l=Bm(c,{defaultProtocol:e.defaultProtocol}).find(e=>e.isLink&&e.value===c);return!c||!l||i!==void 0&&!i(l.value)?!1:e.editor.commands.setMark(e.type,{href:l.href})}}})}function Ym(e,t){let n=[`http`,`https`,`ftp`,`ftps`,`mailto`,`tel`,`callto`,`sms`,`cid`,`xmpp`];return t&&t.forEach(e=>{let t=typeof e==`string`?e:e.scheme;t&&n.push(t)}),!e||e.replace(Wm,``).match(RegExp(`^(?:(?:${n.join(`|`)}):|[^a-z]|[a-z0-9+.-]+(?:[^a-z+.-:]|$))`,`i`))}var Xm=wd.create({name:`link`,priority:1e3,keepOnSplit:!1,exitable:!0,onCreate(){this.options.validate&&!this.options.shouldAutoLink&&(this.options.shouldAutoLink=this.options.validate,console.warn("The `validate` option is deprecated. Rename to the `shouldAutoLink` option instead.")),this.options.protocols.forEach(e=>{if(typeof e==`string`){Lm(e);return}Lm(e.scheme,e.optionalSlashes)})},onDestroy(){Im()},inclusive(){return this.options.autolink},addOptions(){return{openOnClick:!0,enableClickSelection:!1,linkOnPaste:!0,autolink:!0,protocols:[],defaultProtocol:`http`,HTMLAttributes:{target:`_blank`,rel:`noopener noreferrer nofollow`,class:null},isAllowedUri:(e,t)=>!!Ym(e,t.protocols),validate:e=>!!e,shouldAutoLink:e=>{let t=/^[a-z][a-z0-9+.-]*:\/\//i.test(e),n=/^[a-z][a-z0-9+.-]*:/i.test(e);if(t||n&&!e.includes(`@`))return!0;let r=(e.includes(`@`)?e.split(`@`).pop():e).split(/[/?#:]/)[0];return!(/^\d{1,3}(\.\d{1,3}){3}$/.test(r)||!/\./.test(r))}}},addAttributes(){return{href:{default:null,parseHTML(e){return e.getAttribute(`href`)}},target:{default:this.options.HTMLAttributes.target},rel:{default:this.options.HTMLAttributes.rel},class:{default:this.options.HTMLAttributes.class},title:{default:null}}},parseHTML(){return[{tag:`a[href]`,getAttrs:e=>{let t=e.getAttribute(`href`);return!t||!this.options.isAllowedUri(t,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:null}}]},renderHTML({HTMLAttributes:e}){return this.options.isAllowedUri(e.href,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?[`a`,U(this.options.HTMLAttributes,e),0]:[`a`,U(this.options.HTMLAttributes,{...e,href:``}),0]},markdownTokenName:`link`,parseMarkdown:(e,t)=>t.applyMark(`link`,t.parseInline(e.tokens||[]),{href:e.href,title:e.title||null}),renderMarkdown:(e,t)=>{let n=e.attrs?.href??``,r=e.attrs?.title??``,i=t.renderChildren(e);return r?`[${i}](${n} "${r}")`:`[${i}](${n})`},addCommands(){return{setLink:e=>({chain:t})=>{let{href:n}=e;return this.options.isAllowedUri(n,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?t().setMark(this.name,e).setMeta(`preventAutolink`,!0).run():!1},toggleLink:e=>({chain:t})=>{let{href:n}=e||{};return n&&!this.options.isAllowedUri(n,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:t().toggleMark(this.name,e,{extendEmptyMarkRange:!0}).setMeta(`preventAutolink`,!0).run()},unsetLink:()=>({chain:e})=>e().unsetMark(this.name,{extendEmptyMarkRange:!0}).setMeta(`preventAutolink`,!0).run()}},addPasteRules(){return[uf({find:e=>{let t=[];if(e){let{protocols:n,defaultProtocol:r}=this.options,i=Bm(e).filter(e=>e.isLink&&this.options.isAllowedUri(e.value,{defaultValidate:e=>!!Ym(e,n),protocols:n,defaultProtocol:r}));i.length&&i.forEach(e=>{this.options.shouldAutoLink(e.value)&&t.push({text:e.value,data:{href:e.href},index:e.start})})}return t},type:this.type,getAttributes:e=>({href:e.data?.href})})]},addProseMirrorPlugins(){let e=[],{protocols:t,defaultProtocol:n}=this.options;return this.options.autolink&&e.push(Km({type:this.type,defaultProtocol:this.options.defaultProtocol,validate:e=>this.options.isAllowedUri(e,{defaultValidate:e=>!!Ym(e,t),protocols:t,defaultProtocol:n}),shouldAutoLink:this.options.shouldAutoLink})),e.push(qm({type:this.type,editor:this.editor,openOnClick:this.options.openOnClick===`whenNotEditable`?!0:this.options.openOnClick,enableClickSelection:this.options.enableClickSelection})),this.options.linkOnPaste&&e.push(Jm({editor:this.editor,defaultProtocol:this.options.defaultProtocol,type:this.type,shouldAutoLink:this.options.shouldAutoLink})),e}}),Zm=Object.defineProperty,Qm=(e,t)=>{for(var n in t)Zm(e,n,{get:t[n],enumerable:!0})},$m=`listItem`,eh=`textStyle`,th=/^\s*([-+*])\s$/,nh=G.create({name:`bulletList`,addOptions(){return{itemTypeName:`listItem`,HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:`block list`,content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul`}]},renderHTML({HTMLAttributes:e}){return[`ul`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`list`,parseMarkdown:(e,t)=>e.type!==`list`||e.ordered?[]:{type:`bulletList`,content:e.items?t.parseChildren(e.items):[]},renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` +`):``,markdownOptions:{indentsContent:!0},addCommands(){return{toggleBulletList:()=>({commands:e,chain:t})=>this.options.keepAttributes?t().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes($m,this.editor.getAttributes(eh)).run():e.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-8":()=>this.editor.commands.toggleBulletList()}},addInputRules(){let e=Zd({find:th,type:this.type});return(this.options.keepMarks||this.options.keepAttributes)&&(e=Zd({find:th,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:()=>this.editor.getAttributes(eh),editor:this.editor})),[e]}}),rh=G.create({name:`listItem`,addOptions(){return{HTMLAttributes:{},bulletListTypeName:`bulletList`,orderedListTypeName:`orderedList`}},content:`paragraph block*`,defining:!0,parseHTML(){return[{tag:`li`}]},renderHTML({HTMLAttributes:e}){return[`li`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`list_item`,parseMarkdown:(e,t)=>{if(e.type!==`list_item`)return[];let n=t.parseBlockChildren??t.parseChildren,r=[];if(e.tokens&&e.tokens.length>0)if(e.tokens.some(e=>e.type===`paragraph`))r=n(e.tokens);else{let i=e.tokens[0];if(i&&i.type===`text`&&i.tokens&&i.tokens.length>0){if(r=[{type:`paragraph`,content:t.parseInline(i.tokens)}],e.tokens.length>1){let t=n(e.tokens.slice(1));r.push(...t)}}else r=n(e.tokens)}return r.length===0&&(r=[{type:`paragraph`,content:[]}]),{type:`listItem`,content:r}},renderMarkdown:(e,t,n)=>cf(e,t,e=>e.parentType===`bulletList`?`- `:e.parentType===`orderedList`?`${(e.meta?.parentAttrs?.start||1)+e.index}. `:`- `,n),addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}});Qm({},{findListItemPos:()=>ih,getNextListDepth:()=>ah,handleBackspace:()=>lh,handleDelete:()=>fh,hasListBefore:()=>oh,hasListItemAfter:()=>ph,hasListItemBefore:()=>sh,listItemHasSubList:()=>ch,nextListIsDeeper:()=>uh,nextListIsHigher:()=>dh});var ih=(e,t)=>{let{$from:n}=t.selection,r=B(e,t.schema),i=null,a=n.depth,o=n.pos,s=null;for(;a>0&&s===null;)i=n.node(a),i.type===r?s=a:(--a,--o);return s===null?null:{$pos:t.doc.resolve(o),depth:s}},ah=(e,t)=>{let n=ih(e,t);if(!n)return!1;let[,r]=ku(t,e,n.$pos.pos+4);return r},oh=(e,t,n)=>{let{$anchor:r}=e.selection,i=Math.max(0,r.pos-2),a=e.doc.resolve(i).node();return!(!a||!n.includes(a.type.name))},sh=(e,t)=>{let{$anchor:n}=t.selection,r=t.doc.resolve(n.pos-2);return!(r.index()===0||r.nodeBefore?.type.name!==e)},ch=(e,t,n)=>{if(!n)return!1;let r=B(e,t.schema),i=!1;return n.descendants(e=>{e.type===r&&(i=!0)}),i},lh=(e,t,n)=>{if(e.commands.undoInputRule())return!0;if(e.state.selection.from!==e.state.selection.to)return!1;if(!Pl(e.state,t)&&oh(e.state,t,n)){let{$anchor:n}=e.state.selection,r=e.state.doc.resolve(n.before()-1),i=[];r.node().descendants((e,n)=>{e.type.name===t&&i.push({node:e,pos:n})});let a=i.at(-1);if(!a)return!1;let o=e.state.doc.resolve(r.start()+a.pos+1);return e.chain().cut({from:n.start()-1,to:n.end()+1},o.end()).joinForward().run()}if(!Pl(e.state,t)||!Iu(e.state))return!1;let r=ih(t,e.state);if(!r)return!1;let i=e.state.doc.resolve(r.$pos.pos-2).node(r.depth),a=ch(t,e.state,i);return sh(t,e.state)&&!a?e.commands.joinItemBackward():e.chain().liftListItem(t).run()},uh=(e,t)=>{let n=ah(e,t),r=ih(e,t);return!r||!n?!1:n>r.depth},dh=(e,t)=>{let n=ah(e,t),r=ih(e,t);return!r||!n?!1:n{if(!Pl(e.state,t)||!Fu(e.state,t))return!1;let{selection:n}=e.state,{$from:r,$to:i}=n;return!n.empty&&r.sameParent(i)?!1:uh(t,e.state)?e.chain().focus(e.state.selection.from+4).lift(t).joinBackward().run():dh(t,e.state)?e.chain().joinForward().joinBackward().run():e.commands.joinItemForward()},ph=(e,t)=>{let{$anchor:n}=t.selection,r=t.doc.resolve(n.pos-n.parentOffset-2);return!(r.index()===r.parent.childCount-1||r.nodeAfter?.type.name!==e)},mh=W.create({name:`listKeymap`,addOptions(){return{listTypes:[{itemName:`listItem`,wrapperNames:[`bulletList`,`orderedList`]},{itemName:`taskItem`,wrapperNames:[`taskList`]}]}},addKeyboardShortcuts(){return{Delete:({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n})=>{e.state.schema.nodes[n]!==void 0&&fh(e,n)&&(t=!0)}),t},"Mod-Delete":({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n})=>{e.state.schema.nodes[n]!==void 0&&fh(e,n)&&(t=!0)}),t},Backspace:({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{e.state.schema.nodes[n]!==void 0&&lh(e,n,r)&&(t=!0)}),t},"Mod-Backspace":({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{e.state.schema.nodes[n]!==void 0&&lh(e,n,r)&&(t=!0)}),t}}}}),hh=/^(\s*)(\d+)\.\s+(.*)$/,gh=/^\s/;function _h(e){let t=[],n=0,r=0;for(;nt;)d.push(e[u]),u+=1;if(d.length>0){let e=vh(d,Math.min(...d.map(e=>e.indent)),n);c.push({type:`list`,ordered:!0,start:d[0].number,items:e,raw:d.map(e=>e.raw).join(` +`)})}r.push({type:`list_item`,raw:a.raw,tokens:c}),i=u}else i+=1}return r}function yh(e,t){return e.map(e=>{if(e.type!==`list_item`)return t.parseChildren([e])[0];let n=[];return e.tokens&&e.tokens.length>0&&e.tokens.forEach(e=>{if(e.type===`paragraph`||e.type===`list`||e.type===`blockquote`||e.type===`code`)n.push(...t.parseChildren([e]));else if(e.type===`text`&&e.tokens){let r=t.parseChildren([e]);n.push({type:`paragraph`,content:r})}else{let r=t.parseChildren([e]);r.length>0&&n.push(...r)}}),{type:`listItem`,content:n}})}var bh=`listItem`,xh=`textStyle`,Sh=/^(\d+)\.\s$/,Ch=G.create({name:`orderedList`,addOptions(){return{itemTypeName:`listItem`,HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:`block list`,content(){return`${this.options.itemTypeName}+`},addAttributes(){return{start:{default:1,parseHTML:e=>e.hasAttribute(`start`)?parseInt(e.getAttribute(`start`)||``,10):1},type:{default:null,parseHTML:e=>e.getAttribute(`type`)}}},parseHTML(){return[{tag:`ol`}]},renderHTML({HTMLAttributes:e}){let{start:t,...n}=e;return t===1?[`ol`,U(this.options.HTMLAttributes,n),0]:[`ol`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`list`,parseMarkdown:(e,t)=>{if(e.type!==`list`||!e.ordered)return[];let n=e.start||1,r=e.items?yh(e.items,t):[];return n===1?{type:`orderedList`,content:r}:{type:`orderedList`,attrs:{start:n},content:r}},renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` +`):``,markdownTokenizer:{name:`orderedList`,level:`block`,start:e=>{let t=e.match(/^(\s*)(\d+)\.\s+/)?.index;return t===void 0?-1:t},tokenize:(e,t,n)=>{let r=e.split(` +`),[i,a]=_h(r);if(i.length===0)return;let o=vh(i,0,n);if(o.length!==0)return{type:`list`,ordered:!0,start:i[0]?.number||1,items:o,raw:r.slice(0,a).join(` +`)}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleOrderedList:()=>({commands:e,chain:t})=>this.options.keepAttributes?t().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(bh,this.editor.getAttributes(xh)).run():e.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addInputRules(){let e=Zd({find:Sh,type:this.type,getAttributes:e=>({start:+e[1]}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1]});return(this.options.keepMarks||this.options.keepAttributes)&&(e=Zd({find:Sh,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:e=>({start:+e[1],...this.editor.getAttributes(xh)}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1],editor:this.editor})),[e]}}),wh=/^\s*(\[([( |x])?\])\s$/,Th=G.create({name:`taskItem`,addOptions(){return{nested:!1,HTMLAttributes:{},taskListTypeName:`taskList`,a11y:void 0}},content(){return this.options.nested?`paragraph block*`:`paragraph+`},defining:!0,addAttributes(){return{checked:{default:!1,keepOnSplit:!1,parseHTML:e=>{let t=e.getAttribute(`data-checked`);return t===``||t===`true`},renderHTML:e=>({"data-checked":e.checked})}}},parseHTML(){return[{tag:`li[data-type="${this.name}"]`,priority:51}]},renderHTML({node:e,HTMLAttributes:t}){return[`li`,U(this.options.HTMLAttributes,t,{"data-type":this.name}),[`label`,[`input`,{type:`checkbox`,checked:e.attrs.checked?`checked`:null}],[`span`]],[`div`,0]]},parseMarkdown:(e,t)=>{let n=[];if(e.tokens&&e.tokens.length>0?n.push(t.createNode(`paragraph`,{},t.parseInline(e.tokens))):e.text?n.push(t.createNode(`paragraph`,{},[t.createNode(`text`,{text:e.text})])):n.push(t.createNode(`paragraph`,{},[])),e.nestedTokens&&e.nestedTokens.length>0){let r=t.parseChildren(e.nestedTokens);n.push(...r)}return t.createNode(`taskItem`,{checked:e.checked||!1},n)},renderMarkdown:(e,t)=>cf(e,t,`- [${e.attrs?.checked?`x`:` `}] `),addKeyboardShortcuts(){let e={Enter:()=>this.editor.commands.splitListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)};return this.options.nested?{...e,Tab:()=>this.editor.commands.sinkListItem(this.name)}:e},addNodeView(){return({node:e,HTMLAttributes:t,getPos:n,editor:r})=>{let i=document.createElement(`li`),a=document.createElement(`label`),o=document.createElement(`span`),s=document.createElement(`input`),c=document.createElement(`div`),l=e=>{var t;s.ariaLabel=((t=this.options.a11y)?.checkboxLabel)?.call(t,e,s.checked)||`Task item checkbox for ${e.textContent||`empty task item`}`};l(e),a.contentEditable=`false`,s.type=`checkbox`,s.addEventListener(`mousedown`,e=>e.preventDefault()),s.addEventListener(`change`,t=>{if(!r.isEditable&&!this.options.onReadOnlyChecked){s.checked=!s.checked;return}let{checked:i}=t.target;r.isEditable&&typeof n==`function`&&r.chain().focus(void 0,{scrollIntoView:!1}).command(({tr:e})=>{let t=n();if(typeof t!=`number`)return!1;let r=e.doc.nodeAt(t);return e.setNodeMarkup(t,void 0,{...r?.attrs,checked:i}),!0}).run(),!r.isEditable&&this.options.onReadOnlyChecked&&(this.options.onReadOnlyChecked(e,i)||(s.checked=!s.checked))}),Object.entries(this.options.HTMLAttributes).forEach(([e,t])=>{i.setAttribute(e,t)}),i.dataset.checked=e.attrs.checked,s.checked=e.attrs.checked,a.append(s,o),i.append(a,c),Object.entries(t).forEach(([e,t])=>{i.setAttribute(e,t)});let u=new Set(Object.keys(t));return{dom:i,contentDOM:c,update:e=>{if(e.type!==this.type)return!1;i.dataset.checked=e.attrs.checked,s.checked=e.attrs.checked,l(e);let t=r.extensionManager.attributes,n=du(e,t),a=new Set(Object.keys(n)),o=this.options.HTMLAttributes;return u.forEach(e=>{a.has(e)||(e in o?i.setAttribute(e,o[e]):i.removeAttribute(e))}),Object.entries(n).forEach(([e,t])=>{t==null?e in o?i.setAttribute(e,o[e]):i.removeAttribute(e):i.setAttribute(e,t)}),u=a,!0}}}},addInputRules(){return[Zd({find:wh,type:this.type,getAttributes:e=>({checked:e[e.length-1]===`x`})})]}}),Eh=G.create({name:`taskList`,addOptions(){return{itemTypeName:`taskItem`,HTMLAttributes:{}}},group:`block list`,content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul[data-type="${this.name}"]`,priority:51}]},renderHTML({HTMLAttributes:e}){return[`ul`,U(this.options.HTMLAttributes,e,{"data-type":this.name}),0]},parseMarkdown:(e,t)=>t.createNode(`taskList`,{},t.parseChildren(e.items||[])),renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` +`):``,markdownTokenizer:{name:`taskList`,level:`block`,start(e){let t=e.match(/^\s*[-+*]\s+\[([ xX])\]\s+/)?.index;return t===void 0?-1:t},tokenize(e,t,n){let r=e=>{let t=sf(e,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:e=>({indentLevel:e[1].length,mainContent:e[4],checked:e[3].toLowerCase()===`x`}),createToken:(e,t)=>({type:`taskItem`,raw:``,mainContent:e.mainContent,indentLevel:e.indentLevel,checked:e.checked,text:e.mainContent,tokens:n.inlineTokens(e.mainContent),nestedTokens:t}),customNestedParser:r},n);return t?[{type:`taskList`,raw:t.raw,items:t.items}]:n.blockTokens(e)},i=sf(e,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:e=>({indentLevel:e[1].length,mainContent:e[4],checked:e[3].toLowerCase()===`x`}),createToken:(e,t)=>({type:`taskItem`,raw:``,mainContent:e.mainContent,indentLevel:e.indentLevel,checked:e.checked,text:e.mainContent,tokens:n.inlineTokens(e.mainContent),nestedTokens:t}),customNestedParser:r},n);if(i)return{type:`taskList`,raw:i.raw,items:i.items}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleTaskList:()=>({commands:e})=>e.toggleList(this.name,this.options.itemTypeName)}},addKeyboardShortcuts(){return{"Mod-Shift-9":()=>this.editor.commands.toggleTaskList()}}});W.create({name:`listKit`,addExtensions(){let e=[];return this.options.bulletList!==!1&&e.push(nh.configure(this.options.bulletList)),this.options.listItem!==!1&&e.push(rh.configure(this.options.listItem)),this.options.listKeymap!==!1&&e.push(mh.configure(this.options.listKeymap)),this.options.orderedList!==!1&&e.push(Ch.configure(this.options.orderedList)),this.options.taskItem!==!1&&e.push(Th.configure(this.options.taskItem)),this.options.taskList!==!1&&e.push(Eh.configure(this.options.taskList)),e}});var Dh=` `,Oh=`\xA0`,kh=G.create({name:`paragraph`,priority:1e3,addOptions(){return{HTMLAttributes:{}}},group:`block`,content:`inline*`,parseHTML(){return[{tag:`p`}]},renderHTML({HTMLAttributes:e}){return[`p`,U(this.options.HTMLAttributes,e),0]},parseMarkdown:(e,t)=>{let n=e.tokens||[];if(n.length===1&&n[0].type===`image`)return t.parseChildren([n[0]]);let r=t.parseInline(n);return n.length===1&&n[0].type===`text`&&(n[0].raw===Dh||n[0].text===Dh||n[0].raw===Oh||n[0].text===Oh)&&r.length===1&&r[0].type===`text`&&(r[0].text===Dh||r[0].text===Oh)?t.createNode(`paragraph`,void 0,[]):t.createNode(`paragraph`,void 0,r)},renderMarkdown:(e,t,n)=>{if(!e)return``;let r=Array.isArray(e.content)?e.content:[];if(r.length===0){let e=Array.isArray(n?.previousNode?.content)?n.previousNode.content:[];return n?.previousNode?.type===`paragraph`&&e.length===0?Dh:``}return t.renderChildren(r)},addCommands(){return{setParagraph:()=>({commands:e})=>e.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),Ah=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))$/,jh=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))/g,Mh=wd.create({name:`strike`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`s`},{tag:`del`},{tag:`strike`},{style:`text-decoration`,consuming:!1,getAttrs:e=>e.includes(`line-through`)?{}:!1}]},renderHTML({HTMLAttributes:e}){return[`s`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`del`,parseMarkdown:(e,t)=>t.applyMark(`strike`,t.parseInline(e.tokens||[])),renderMarkdown:(e,t)=>`~~${t.renderChildren(e)}~~`,addCommands(){return{setStrike:()=>({commands:e})=>e.setMark(this.name),toggleStrike:()=>({commands:e})=>e.toggleMark(this.name),unsetStrike:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-s":()=>this.editor.commands.toggleStrike()}},addInputRules(){return[Jd({find:Ah,type:this.type})]},addPasteRules(){return[uf({find:jh,type:this.type})]}}),Nh=G.create({name:`text`,group:`inline`,parseMarkdown:e=>({type:`text`,text:e.text||``}),renderMarkdown:e=>e.text||``}),Ph=wd.create({name:`underline`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`u`},{style:`text-decoration`,consuming:!1,getAttrs:e=>e.includes(`underline`)?{}:!1}]},renderHTML({HTMLAttributes:e}){return[`u`,U(this.options.HTMLAttributes,e),0]},parseMarkdown(e,t){return t.applyMark(this.name||`underline`,t.parseInline(e.tokens||[]))},renderMarkdown(e,t){return`++${t.renderChildren(e)}++`},markdownTokenizer:{name:`underline`,level:`inline`,start(e){return e.indexOf(`++`)},tokenize(e,t,n){let r=/^(\+\+)([\s\S]+?)(\+\+)/.exec(e);if(!r)return;let i=r[2].trim();return{type:`underline`,raw:r[0],text:i,tokens:n.inlineTokens(i)}}},addCommands(){return{setUnderline:()=>({commands:e})=>e.setMark(this.name),toggleUnderline:()=>({commands:e})=>e.toggleMark(this.name),unsetUnderline:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-u":()=>this.editor.commands.toggleUnderline(),"Mod-U":()=>this.editor.commands.toggleUnderline()}}});function Fh(e={}){return new N({view(t){return new Ih(t,e)}})}var Ih=class{constructor(e,t){this.editorView=e,this.cursorPos=null,this.element=null,this.timeout=-1,this.width=t.width??1,this.color=t.color===!1?void 0:t.color||`black`,this.class=t.class,this.handlers=[`dragover`,`dragend`,`drop`,`dragleave`].map(t=>{let n=e=>{this[t](e)};return e.dom.addEventListener(t,n),{name:t,handler:n}})}destroy(){this.handlers.forEach(({name:e,handler:t})=>this.editorView.dom.removeEventListener(e,t))}update(e,t){this.cursorPos!=null&&t.doc!=e.state.doc&&(this.cursorPos>e.state.doc.content.size?this.setCursor(null):this.updateOverlay())}setCursor(e){e!=this.cursorPos&&(this.cursorPos=e,e==null?(this.element.parentNode.removeChild(this.element),this.element=null):this.updateOverlay())}updateOverlay(){let e=this.editorView.state.doc.resolve(this.cursorPos),t=!e.parent.inlineContent,n,r=this.editorView.dom,i=r.getBoundingClientRect(),a=i.width/r.offsetWidth,o=i.height/r.offsetHeight;if(t){let t=e.nodeBefore,r=e.nodeAfter;if(t||r){let e=this.editorView.nodeDOM(this.cursorPos-(t?t.nodeSize:0));if(e){let i=e.getBoundingClientRect(),a=t?i.bottom:i.top;t&&r&&(a=(a+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2);let s=this.width/2*o;n={left:i.left,right:i.right,top:a-s,bottom:a+s}}}}if(!n){let e=this.editorView.coordsAtPos(this.cursorPos),t=this.width/2*a;n={left:e.left-t,right:e.left+t,top:e.top,bottom:e.bottom}}let s=this.editorView.dom.offsetParent;this.element||(this.element=s.appendChild(document.createElement(`div`)),this.class&&(this.element.className=this.class),this.element.style.cssText=`position: absolute; z-index: 50; pointer-events: none;`,this.color&&(this.element.style.backgroundColor=this.color)),this.element.classList.toggle(`prosemirror-dropcursor-block`,t),this.element.classList.toggle(`prosemirror-dropcursor-inline`,!t);let c,l;if(!s||s==document.body&&getComputedStyle(s).position==`static`)c=-pageXOffset,l=-pageYOffset;else{let e=s.getBoundingClientRect(),t=e.width/s.offsetWidth,n=e.height/s.offsetHeight;c=e.left-s.scrollLeft*t,l=e.top-s.scrollTop*n}this.element.style.left=(n.left-c)/a+`px`,this.element.style.top=(n.top-l)/o+`px`,this.element.style.width=(n.right-n.left)/a+`px`,this.element.style.height=(n.bottom-n.top)/o+`px`}scheduleRemoval(e){clearTimeout(this.timeout),this.timeout=setTimeout(()=>this.setCursor(null),e)}dragover(e){if(!this.editorView.editable)return;let t=this.editorView.posAtCoords({left:e.clientX,top:e.clientY}),n=t&&t.inside>=0&&this.editorView.state.doc.nodeAt(t.inside),r=n&&n.type.spec.disableDropCursor,i=typeof r==`function`?r(this.editorView,t,e):r;if(t&&!i){let e=t.pos;if(this.editorView.dragging&&this.editorView.dragging.slice){let t=Tn(this.editorView.state.doc,e,this.editorView.dragging.slice);t!=null&&(e=t)}this.setCursor(e),this.scheduleRemoval(5e3)}}dragend(){this.scheduleRemoval(20)}drop(){this.scheduleRemoval(20)}dragleave(e){this.editorView.dom.contains(e.relatedTarget)||this.setCursor(null)}},Lh=class e extends A{constructor(e){super(e,e)}map(t,n){let r=t.resolve(n.map(this.head));return e.valid(r)?new e(r):A.near(r)}content(){return O.empty}eq(t){return t instanceof e&&t.head==this.head}toJSON(){return{type:`gapcursor`,pos:this.head}}static fromJSON(t,n){if(typeof n.pos!=`number`)throw RangeError(`Invalid input for GapCursor.fromJSON`);return new e(t.resolve(n.pos))}getBookmark(){return new Rh(this.anchor)}static valid(e){let t=e.parent;if(t.inlineContent||!Bh(e)||!Vh(e))return!1;let n=t.type.spec.allowGapCursor;if(n!=null)return n;let r=t.contentMatchAt(e.index()).defaultType;return r&&r.isTextblock}static findGapCursorFrom(t,n,r=!1){search:for(;;){if(!r&&e.valid(t))return t;let i=t.pos,a=null;for(let r=t.depth;;r--){let o=t.node(r);if(n>0?t.indexAfter(r)0){a=o.child(n>0?t.indexAfter(r):t.index(r)-1);break}else if(r==0)return null;i+=n;let s=t.doc.resolve(i);if(e.valid(s))return s}for(;;){let o=n>0?a.firstChild:a.lastChild;if(!o){if(a.isAtom&&!a.isText&&!M.isSelectable(a)){t=t.doc.resolve(i+a.nodeSize*n),r=!1;continue search}break}a=o,i+=n;let s=t.doc.resolve(i);if(e.valid(s))return s}return null}}};Lh.prototype.visible=!1,Lh.findFrom=Lh.findGapCursorFrom,A.jsonID(`gapcursor`,Lh);var Rh=class e{constructor(e){this.pos=e}map(t){return new e(t.map(this.pos))}resolve(e){let t=e.resolve(this.pos);return Lh.valid(t)?new Lh(t):A.near(t)}};function zh(e){return e.isAtom||e.spec.isolating||e.spec.createGapCursor}function Bh(e){for(let t=e.depth;t>=0;t--){let n=e.index(t),r=e.node(t);if(n==0){if(r.type.spec.isolating)return!0;continue}for(let e=r.child(n-1);;e=e.lastChild){if(e.childCount==0&&!e.inlineContent||zh(e.type))return!0;if(e.inlineContent)return!1}}return!0}function Vh(e){for(let t=e.depth;t>=0;t--){let n=e.indexAfter(t),r=e.node(t);if(n==r.childCount){if(r.type.spec.isolating)return!0;continue}for(let e=r.child(n);;e=e.firstChild){if(e.childCount==0&&!e.inlineContent||zh(e.type))return!0;if(e.inlineContent)return!1}}return!0}function Hh(){return new N({props:{decorations:qh,createSelectionBetween(e,t,n){return t.pos==n.pos&&Lh.valid(n)?new Lh(n):null},handleClick:Gh,handleKeyDown:Uh,handleDOMEvents:{beforeinput:Kh}}})}var Uh=Ic({ArrowLeft:Wh(`horiz`,-1),ArrowRight:Wh(`horiz`,1),ArrowUp:Wh(`vert`,-1),ArrowDown:Wh(`vert`,1)});function Wh(e,t){let n=e==`vert`?t>0?`down`:`up`:t>0?`right`:`left`;return function(e,r,i){let a=e.selection,o=t>0?a.$to:a.$from,s=a.empty;if(a instanceof j){if(!i.endOfTextblock(n)||o.depth==0)return!1;s=!1,o=e.doc.resolve(t>0?o.after():o.before())}let c=Lh.findGapCursorFrom(o,t,s);return c?(r&&r(e.tr.setSelection(new Lh(c))),!0):!1}}function Gh(e,t,n){if(!e||!e.editable)return!1;let r=e.state.doc.resolve(t);if(!Lh.valid(r))return!1;let i=e.posAtCoords({left:n.clientX,top:n.clientY});return i&&i.inside>-1&&M.isSelectable(e.state.doc.nodeAt(i.inside))?!1:(e.dispatch(e.state.tr.setSelection(new Lh(r))),!0)}function Kh(e,t){if(t.inputType!=`insertCompositionText`||!(e.state.selection instanceof Lh))return!1;let{$from:n}=e.state.selection,r=n.parent.contentMatchAt(n.index()).findWrapping(e.state.schema.nodes.text);if(!r)return!1;let i=E.empty;for(let e=r.length-1;e>=0;e--)i=E.from(r[e].createAndFill(null,i));let a=e.state.tr.replace(n.pos,n.pos,new O(i,0,0));return a.setSelection(j.near(a.doc.resolve(n.pos+1))),e.dispatch(a),!1}function qh(e){if(!(e.selection instanceof Lh))return null;let t=document.createElement(`div`);return t.className=`ProseMirror-gapcursor`,R.create(e.doc,[Ps.widget(e.selection.head,t,{key:`gapcursor`})])}var Jh=200,X=function(){};X.prototype.append=function(e){return e.length?(e=X.from(e),!this.length&&e||e.length=t?X.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,t))},X.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)},X.prototype.forEach=function(e,t,n){t===void 0&&(t=0),n===void 0&&(n=this.length),t<=n?this.forEachInner(e,t,n,0):this.forEachInvertedInner(e,t,n,0)},X.prototype.map=function(e,t,n){t===void 0&&(t=0),n===void 0&&(n=this.length);var r=[];return this.forEach(function(t,n){return r.push(e(t,n))},t,n),r},X.from=function(e){return e instanceof X?e:e&&e.length?new Yh(e):X.empty};var Yh=function(e){function t(t){e.call(this),this.values=t}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={length:{configurable:!0},depth:{configurable:!0}};return t.prototype.flatten=function(){return this.values},t.prototype.sliceInner=function(e,n){return e==0&&n==this.length?this:new t(this.values.slice(e,n))},t.prototype.getInner=function(e){return this.values[e]},t.prototype.forEachInner=function(e,t,n,r){for(var i=t;i=n;i--)if(e(this.values[i],r+i)===!1)return!1},t.prototype.leafAppend=function(e){if(this.length+e.length<=Jh)return new t(this.values.concat(e.flatten()))},t.prototype.leafPrepend=function(e){if(this.length+e.length<=Jh)return new t(e.flatten().concat(this.values))},n.length.get=function(){return this.values.length},n.depth.get=function(){return 0},Object.defineProperties(t.prototype,n),t}(X);X.empty=new Yh([]);var Xh=function(e){function t(t,n){e.call(this),this.left=t,this.right=n,this.length=t.length+n.length,this.depth=Math.max(t.depth,n.depth)+1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.flatten=function(){return this.left.flatten().concat(this.right.flatten())},t.prototype.getInner=function(e){return ei&&this.right.forEachInner(e,Math.max(t-i,0),Math.min(this.length,n)-i,r+i)===!1)return!1},t.prototype.forEachInvertedInner=function(e,t,n,r){var i=this.left.length;if(t>i&&this.right.forEachInvertedInner(e,t-i,Math.max(n,i)-i,r+i)===!1||n=n?this.right.slice(e-n,t-n):this.left.slice(e,n).append(this.right.slice(0,t-n))},t.prototype.leafAppend=function(e){var n=this.right.leafAppend(e);if(n)return new t(this.left,n)},t.prototype.leafPrepend=function(e){var n=this.left.leafPrepend(e);if(n)return new t(n,this.right)},t.prototype.appendInner=function(e){return this.left.depth>=Math.max(this.right.depth,e.depth)+1?new t(this.left,new t(this.right,e)):new t(this,e)},t}(X),Zh=500,Qh=class e{constructor(e,t){this.items=e,this.eventCount=t}popEvent(t,n){if(this.eventCount==0)return null;let r=this.items.length;for(;;r--)if(this.items.get(r-1).selection){--r;break}let i,a;n&&(i=this.remapping(r,this.items.length),a=i.maps.length);let o=t.tr,s,c,l=[],u=[];return this.items.forEach((t,n)=>{if(!t.step){i||(i=this.remapping(r,n+1),a=i.maps.length),a--,u.push(t);return}if(i){u.push(new eg(t.map));let e=t.step.map(i.slice(a)),n;e&&o.maybeStep(e).doc&&(n=o.mapping.maps[o.mapping.maps.length-1],l.push(new eg(n,void 0,void 0,l.length+u.length))),a--,n&&i.appendMap(n,a)}else o.maybeStep(t.step);if(t.selection)return s=i?t.selection.map(i.slice(a)):t.selection,c=new e(this.items.slice(0,r).append(u.reverse().concat(l)),this.eventCount-1),!1},this.items.length,0),{remaining:c,transform:o,selection:s}}addTransform(t,n,r,i){let a=[],o=this.eventCount,s=this.items,c=!i&&s.length?s.get(s.length-1):null;for(let e=0;eng&&(s=$h(s,l),o-=l),new e(s.append(a),o)}remapping(e,t){let n=new Ut;return this.items.forEach((t,r)=>{let i=t.mirrorOffset!=null&&r-t.mirrorOffset>=e?n.maps.length-t.mirrorOffset:void 0;n.appendMap(t.map,i)},e,t),n}addMaps(t){return this.eventCount==0?this:new e(this.items.append(t.map(e=>new eg(e))),this.eventCount)}rebased(t,n){if(!this.eventCount)return this;let r=[],i=Math.max(0,this.items.length-n),a=t.mapping,o=t.steps.length,s=this.eventCount;this.items.forEach(e=>{e.selection&&s--},i);let c=n;this.items.forEach(e=>{let n=a.getMirror(--c);if(n==null)return;o=Math.min(o,n);let i=a.maps[n];if(e.step){let o=t.steps[n].invert(t.docs[n]),l=e.selection&&e.selection.map(a.slice(c+1,n));l&&s++,r.push(new eg(i,o,l))}else r.push(new eg(i))},i);let l=[];for(let e=n;eZh&&(u=u.compress(this.items.length-r.length)),u}emptyItemCount(){let e=0;return this.items.forEach(t=>{t.step||e++}),e}compress(t=this.items.length){let n=this.remapping(0,t),r=n.maps.length,i=[],a=0;return this.items.forEach((e,o)=>{if(o>=t)i.push(e),e.selection&&a++;else if(e.step){let t=e.step.map(n.slice(r)),o=t&&t.getMap();if(r--,o&&n.appendMap(o,r),t){let s=e.selection&&e.selection.map(n.slice(r));s&&a++;let c=new eg(o.invert(),t,s),l,u=i.length-1;(l=i.length&&i[u].merge(c))?i[u]=l:i.push(c)}}else e.map&&r--},this.items.length,0),new e(X.from(i.reverse()),a)}};Qh.empty=new Qh(X.empty,0);function $h(e,t){let n;return e.forEach((e,r)=>{if(e.selection&&t--==0)return n=r,!1}),e.slice(n)}var eg=class e{constructor(e,t,n,r){this.map=e,this.step=t,this.selection=n,this.mirrorOffset=r}merge(t){if(this.step&&t.step&&!t.selection){let n=t.step.merge(this.step);if(n)return new e(n.getMap().invert(),n,this.selection)}}},tg=class{constructor(e,t,n,r,i){this.done=e,this.undone=t,this.prevRanges=n,this.prevTime=r,this.prevComposition=i}},ng=20;function rg(e,t,n,r){let i=n.getMeta(dg),a;if(i)return i.historyState;n.getMeta(fg)&&(e=new tg(e.done,e.undone,null,0,-1));let o=n.getMeta(`appendedTransaction`);if(n.steps.length==0)return e;if(o&&o.getMeta(dg))return o.getMeta(dg).redo?new tg(e.done.addTransform(n,void 0,r,ug(t)),e.undone,ag(n.mapping.maps),e.prevTime,e.prevComposition):new tg(e.done,e.undone.addTransform(n,void 0,r,ug(t)),null,e.prevTime,e.prevComposition);if(n.getMeta(`addToHistory`)!==!1&&!(o&&o.getMeta(`addToHistory`)===!1)){let i=n.getMeta(`composition`),a=e.prevTime==0||!o&&e.prevComposition!=i&&(e.prevTime<(n.time||0)-r.newGroupDelay||!ig(n,e.prevRanges)),s=o?og(e.prevRanges,n.mapping):ag(n.mapping.maps);return new tg(e.done.addTransform(n,a?t.selection.getBookmark():void 0,r,ug(t)),Qh.empty,s,n.time,i??e.prevComposition)}else if(a=n.getMeta(`rebased`))return new tg(e.done.rebased(n,a),e.undone.rebased(n,a),og(e.prevRanges,n.mapping),e.prevTime,e.prevComposition);else return new tg(e.done.addMaps(n.mapping.maps),e.undone.addMaps(n.mapping.maps),og(e.prevRanges,n.mapping),e.prevTime,e.prevComposition)}function ig(e,t){if(!t)return!1;if(!e.docChanged)return!0;let n=!1;return e.mapping.maps[0].forEach((e,r)=>{for(let i=0;i=t[i]&&(n=!0)}),n}function ag(e){let t=[];for(let n=e.length-1;n>=0&&t.length==0;n--)e[n].forEach((e,n,r,i)=>t.push(r,i));return t}function og(e,t){if(!e)return null;let n=[];for(let r=0;r{let i=dg.getState(n);if(!i||(e?i.undone:i.done).eventCount==0)return!1;if(r){let a=sg(i,n,e);a&&r(t?a.scrollIntoView():a)}return!0}}var hg=mg(!1,!0),gg=mg(!0,!0);W.create({name:`characterCount`,addOptions(){return{limit:null,mode:`textSize`,textCounter:e=>e.length,wordCounter:e=>e.split(` `).filter(e=>e!==``).length}},addStorage(){return{characters:()=>0,words:()=>0}},onBeforeCreate(){this.storage.characters=e=>{let t=e?.node||this.editor.state.doc;if((e?.mode||this.options.mode)===`textSize`){let e=t.textBetween(0,t.content.size,void 0,` `);return this.options.textCounter(e)}return t.nodeSize},this.storage.words=e=>{let t=e?.node||this.editor.state.doc,n=t.textBetween(0,t.content.size,` `,` `);return this.options.wordCounter(n)}},addProseMirrorPlugins(){let e=!1;return[new N({key:new P(`characterCount`),appendTransaction:(t,n,r)=>{if(e)return;let i=this.options.limit;if(i==null||i===0){e=!0;return}let a=this.storage.characters({node:r.doc});if(a>i){let t=a-i;console.warn(`[CharacterCount] Initial content exceeded limit of ${i} characters. Content was automatically trimmed.`);let n=r.tr.deleteRange(0,t);return e=!0,n}e=!0},filterTransaction:(e,t)=>{let n=this.options.limit;if(!e.docChanged||n===0||n==null)return!0;let r=this.storage.characters({node:t.doc}),i=this.storage.characters({node:e.doc});if(i<=n||r>n&&i>n&&i<=r)return!0;if(r>n&&i>n&&i>r||!e.getMeta(`paste`))return!1;let a=e.selection.$head.pos,o=a-(i-n),s=a;return e.deleteRange(o,s),!(this.storage.characters({node:e.doc})>n)}})]}});var _g=W.create({name:`dropCursor`,addOptions(){return{color:`currentColor`,width:1,class:void 0}},addProseMirrorPlugins(){return[Fh(this.options)]}});W.create({name:`focus`,addOptions(){return{className:`has-focus`,mode:`all`}},addProseMirrorPlugins(){return[new N({key:new P(`focus`),props:{decorations:({doc:e,selection:t})=>{let{isEditable:n,isFocused:r}=this.editor,{anchor:i}=t,a=[];if(!n||!r)return R.create(e,[]);let o=0;this.options.mode===`deepest`&&e.descendants((e,t)=>{if(!e.isText){if(!(i>=t&&i<=t+e.nodeSize-1))return!1;o+=1}});let s=0;return e.descendants((e,t)=>{if(e.isText||!(i>=t&&i<=t+e.nodeSize-1))return!1;if(s+=1,this.options.mode===`deepest`&&o-s>0||this.options.mode===`shallowest`&&s>1)return this.options.mode===`deepest`;a.push(Ps.node(t,t+e.nodeSize,{class:this.options.className}))}),R.create(e,a)}}})]}});var vg=W.create({name:`gapCursor`,addProseMirrorPlugins(){return[Hh()]},extendNodeSchema(e){return{allowGapCursor:H(V(e,`allowGapCursor`,{name:e.name,options:e.options,storage:e.storage}))??null}}}),yg=`placeholder`;function bg(e){return e.replace(/\s+/g,`-`).replace(/[^a-zA-Z0-9-]/g,``).replace(/^[0-9-]+/,``).replace(/^-+/,``).toLowerCase()}W.create({name:`placeholder`,addOptions(){return{emptyEditorClass:`is-editor-empty`,emptyNodeClass:`is-empty`,dataAttribute:yg,placeholder:`Write something …`,showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}},addProseMirrorPlugins(){let e=this.options.dataAttribute?`data-${bg(this.options.dataAttribute)}`:`data-${yg}`;return[new N({key:new P(`placeholder`),props:{decorations:({doc:t,selection:n})=>{let r=this.editor.isEditable||!this.options.showOnlyWhenEditable,{anchor:i}=n,a=[];if(!r)return null;let o=this.editor.isEmpty;return t.descendants((t,n)=>{let r=i>=n&&i<=n+t.nodeSize,s=!t.isLeaf&&zu(t);if(!t.type.isTextblock)return this.options.includeChildren;if((r||!this.options.showOnlyCurrent)&&s){let i=[this.options.emptyNodeClass];o&&i.push(this.options.emptyEditorClass);let s=Ps.node(n,n+t.nodeSize,{class:i.join(` `),[e]:typeof this.options.placeholder==`function`?this.options.placeholder({editor:this.editor,node:t,pos:n,hasAnchor:r}):this.options.placeholder});a.push(s)}return this.options.includeChildren}),R.create(t,a)}}})]}}),W.create({name:`selection`,addOptions(){return{className:`selection`}},addProseMirrorPlugins(){let{editor:e,options:t}=this;return[new N({key:new P(`selection`),props:{decorations(n){return n.selection.empty||e.isFocused||!e.isEditable||Bu(n.selection)||e.view.dragging?null:R.create(n.doc,[Ps.inline(n.selection.from,n.selection.to,{class:t.className})])}}})]}});function xg({types:e,node:t}){return t&&Array.isArray(e)&&e.includes(t.type)||t?.type===e}var Sg=W.create({name:`trailingNode`,addOptions(){return{node:void 0,notAfter:[]}},addProseMirrorPlugins(){let e=new P(this.name),t=this.options.node||this.editor.schema.topNodeType.contentMatch.defaultType?.name||`paragraph`,n=Object.entries(this.editor.schema.nodes).map(([,e])=>e).filter(e=>(this.options.notAfter||[]).concat(t).includes(e.name));return[new N({key:e,appendTransaction:(n,r,i)=>{let{doc:a,tr:o,schema:s}=i,c=e.getState(i),l=a.content.size,u=s.nodes[t];if(!n.some(e=>e.getMeta(`skipTrailingNode`))&&c)return o.insert(l,u.create())},state:{init:(e,t)=>{let r=t.tr.doc.lastChild;return!xg({node:r,types:n})},apply:(e,t)=>{if(!e.docChanged||e.getMeta(`__uniqueIDTransaction`))return t;let r=e.doc.lastChild;return!xg({node:r,types:n})}}})]}}),Cg=W.create({name:`undoRedo`,addOptions(){return{depth:100,newGroupDelay:500}},addCommands(){return{undo:()=>({state:e,dispatch:t})=>hg(e,t),redo:()=>({state:e,dispatch:t})=>gg(e,t)}},addProseMirrorPlugins(){return[pg(this.options)]},addKeyboardShortcuts(){return{"Mod-z":()=>this.editor.commands.undo(),"Shift-Mod-z":()=>this.editor.commands.redo(),"Mod-y":()=>this.editor.commands.redo(),"Mod-я":()=>this.editor.commands.undo(),"Shift-Mod-я":()=>this.editor.commands.redo()}}}),wg=W.create({name:`starterKit`,addExtensions(){let e=[];return this.options.bold!==!1&&e.push(Sf.configure(this.options.bold)),this.options.blockquote!==!1&&e.push(_f.configure(this.options.blockquote)),this.options.bulletList!==!1&&e.push(nh.configure(this.options.bulletList)),this.options.code!==!1&&e.push(Tf.configure(this.options.code)),this.options.codeBlock!==!1&&e.push(kf.configure(this.options.codeBlock)),this.options.document!==!1&&e.push(Af.configure(this.options.document)),this.options.dropcursor!==!1&&e.push(_g.configure(this.options.dropcursor)),this.options.gapcursor!==!1&&e.push(vg.configure(this.options.gapcursor)),this.options.hardBreak!==!1&&e.push(jf.configure(this.options.hardBreak)),this.options.heading!==!1&&e.push(Mf.configure(this.options.heading)),this.options.undoRedo!==!1&&e.push(Cg.configure(this.options.undoRedo)),this.options.horizontalRule!==!1&&e.push(Nf.configure(this.options.horizontalRule)),this.options.italic!==!1&&e.push(Rf.configure(this.options.italic)),this.options.listItem!==!1&&e.push(rh.configure(this.options.listItem)),this.options.listKeymap!==!1&&e.push(mh.configure(this.options?.listKeymap)),this.options.link!==!1&&e.push(Xm.configure(this.options?.link)),this.options.orderedList!==!1&&e.push(Ch.configure(this.options.orderedList)),this.options.paragraph!==!1&&e.push(kh.configure(this.options.paragraph)),this.options.strike!==!1&&e.push(Mh.configure(this.options.strike)),this.options.text!==!1&&e.push(Nh.configure(this.options.text)),this.options.underline!==!1&&e.push(Ph.configure(this.options?.underline)),this.options.trailingNode!==!1&&e.push(Sg.configure(this.options?.trailingNode)),e}}),Tg,Eg;if(typeof WeakMap<`u`){let e=new WeakMap;Tg=t=>e.get(t),Eg=(t,n)=>(e.set(t,n),n)}else{let e=[],t=0;Tg=t=>{for(let n=0;n(t==10&&(t=0),e[t++]=n,e[t++]=r)}var Z=class{constructor(e,t,n,r){this.width=e,this.height=t,this.map=n,this.problems=r}findCell(e){for(let t=0;t=n){(a||=[]).push({type:`overlong_rowspan`,pos:c,n:f-e});break}let l=i+e*t;for(let e=0;er&&(a+=i.attrs.colspan)}}for(let e=0;e1&&(n=!0)}t==-1?t=a:t!=a&&(t=Math.max(t,a))}return t}function kg(e,t,n){e.problems||=[];let r={};for(let i=0;i0;t--)if(e.node(t).type.spec.tableRole==`row`)return e.node(0).resolve(e.before(t+1));return null}function Pg(e){for(let t=e.depth;t>0;t--){let n=e.node(t).type.spec.tableRole;if(n===`cell`||n===`header_cell`)return e.node(t)}return null}function Fg(e){let t=e.selection.$head;for(let e=t.depth;e>0;e--)if(t.node(e).type.spec.tableRole==`row`)return!0;return!1}function Ig(e){let t=e.selection;if(`$anchorCell`in t&&t.$anchorCell)return t.$anchorCell.pos>t.$headCell.pos?t.$anchorCell:t.$headCell;if(`node`in t&&t.node&&t.node.type.spec.tableRole==`cell`)return t.$anchor;let n=Ng(t.$head)||Lg(t.$head);if(n)return n;throw RangeError(`No cell found around position ${t.head}`)}function Lg(e){for(let t=e.nodeAfter,n=e.pos;t;t=t.firstChild,n++){let r=t.type.spec.tableRole;if(r==`cell`||r==`header_cell`)return e.doc.resolve(n)}for(let t=e.nodeBefore,n=e.pos;t;t=t.lastChild,n--){let r=t.type.spec.tableRole;if(r==`cell`||r==`header_cell`)return e.doc.resolve(n-t.nodeSize)}}function Rg(e){return e.parent.type.spec.tableRole==`row`&&!!e.nodeAfter}function zg(e){return e.node(0).resolve(e.pos+e.nodeAfter.nodeSize)}function Bg(e,t){return e.depth==t.depth&&e.pos>=t.start(-1)&&e.pos<=t.end(-1)}function Vg(e,t,n){let r=e.node(-1),i=Z.get(r),a=e.start(-1),o=i.nextCell(e.pos-a,t,n);return o==null?null:e.node(0).resolve(a+o)}function Hg(e,t,n=1){let r={...e,colspan:e.colspan-n};return r.colwidth&&(r.colwidth=r.colwidth.slice(),r.colwidth.splice(t,n),r.colwidth.some(e=>e>0)||(r.colwidth=null)),r}function Ug(e,t,n=1){let r={...e,colspan:e.colspan+n};if(r.colwidth){r.colwidth=r.colwidth.slice();for(let e=0;ee!=t.pos-i);s.unshift(t.pos-i);let c=s.map(e=>{let t=n.nodeAt(e);if(!t)throw RangeError(`No cell with offset ${e} found`);let r=i+e+1;return new Kn(o.resolve(r),o.resolve(r+t.content.size))});super(c[0].$from,c[0].$to,c),this.$anchorCell=e,this.$headCell=t}map(t,n){let r=t.resolve(n.map(this.$anchorCell.pos)),i=t.resolve(n.map(this.$headCell.pos));if(Rg(r)&&Rg(i)&&Bg(r,i)){let t=this.$anchorCell.node(-1)!=r.node(-1);return t&&this.isRowSelection()?e.rowSelection(r,i):t&&this.isColSelection()?e.colSelection(r,i):new e(r,i)}return j.between(r,i)}content(){let e=this.$anchorCell.node(-1),t=Z.get(e),n=this.$anchorCell.start(-1),r=t.rectBetween(this.$anchorCell.pos-n,this.$headCell.pos-n),i={},a=[];for(let n=r.top;n0||u>0){let e=c.attrs;if(l>0&&(e=Hg(e,0,l)),u>0&&(e=Hg(e,e.colspan-u,u)),s.leftr.bottom){let e={...c.attrs,rowspan:Math.min(s.bottom,r.bottom)-Math.max(s.top,r.top)};c=s.top0)return!1;let n=e+this.$anchorCell.nodeAfter.attrs.rowspan,r=t+this.$headCell.nodeAfter.attrs.rowspan;return Math.max(n,r)==this.$headCell.node(-1).childCount}static colSelection(t,n=t){let r=t.node(-1),i=Z.get(r),a=t.start(-1),o=i.findCell(t.pos-a),s=i.findCell(n.pos-a),c=t.node(0);return o.top<=s.top?(o.top>0&&(t=c.resolve(a+i.map[o.left])),s.bottom0&&(n=c.resolve(a+i.map[s.left])),o.bottom0)return!1;let a=r+this.$anchorCell.nodeAfter.attrs.colspan,o=i+this.$headCell.nodeAfter.attrs.colspan;return Math.max(a,o)==t.width}eq(t){return t instanceof e&&t.$anchorCell.pos==this.$anchorCell.pos&&t.$headCell.pos==this.$headCell.pos}static rowSelection(t,n=t){let r=t.node(-1),i=Z.get(r),a=t.start(-1),o=i.findCell(t.pos-a),s=i.findCell(n.pos-a),c=t.node(0);return o.left<=s.left?(o.left>0&&(t=c.resolve(a+i.map[o.top*i.width])),s.right0&&(n=c.resolve(a+i.map[s.top*i.width])),o.right{t.push(Ps.node(n,n+e.nodeSize,{class:`selectedCell`}))}),R.create(e.doc,t)}function qg({$from:e,$to:t}){if(e.pos==t.pos||e.pos=0&&!(e.after(i+1)=0&&!(t.before(e+1)>t.start(e));e--,r--);return n==r&&/row|table/.test(e.node(i).type.spec.tableRole)}function Jg({$from:e,$to:t}){let n,r;for(let t=e.depth;t>0;t--){let r=e.node(t);if(r.type.spec.tableRole===`cell`||r.type.spec.tableRole===`header_cell`){n=r;break}}for(let e=t.depth;e>0;e--){let n=t.node(e);if(n.type.spec.tableRole===`cell`||n.type.spec.tableRole===`header_cell`){r=n;break}}return n!==r&&t.parentOffset===0}function Yg(e,t,n){let r=(t||e).selection,i=(t||e).doc,a,o;if(r instanceof M&&(o=r.node.type.spec.tableRole)){if(o==`cell`||o==`header_cell`)a=Q.create(i,r.from);else if(o==`row`){let e=i.resolve(r.from+1);a=Q.rowSelection(e,e)}else if(!n){let e=Z.get(r.node),t=r.from+1,n=t+e.map[e.width*e.height-1];a=Q.create(i,t+1,n)}}else r instanceof j&&qg(r)?a=j.create(i,r.from):r instanceof j&&Jg(r)&&(a=j.create(i,r.$from.start(),r.$from.end()));return a&&(t||=e.tr).setSelection(a),t}var Xg=new P(`fix-tables`);function Zg(e,t,n,r){let i=e.childCount,a=t.childCount;outer:for(let o=0,s=0;o{t.type.spec.tableRole==`table`&&(n=$g(e,t,r,n))};return t?t.doc!=e.doc&&Zg(t.doc,e.doc,0,r):e.doc.descendants(r),n}function $g(e,t,n,r){let i=Z.get(t);if(!i.problems)return r;r||=e.tr;let a=[];for(let e=0;e0){let t=`cell`;n.firstChild&&(t=n.firstChild.type.spec.tableRole);let a=[];for(let n=0;n0?-1:0;Wg(t,r,i+a)&&(a=i==0||i==t.width?null:0);for(let o=0;o0&&i0&&t.map[s-1]==c||i0?-1:0;o_(t,r,i+s)&&(s=i==0||i==t.height?null:0);for(let a=0,c=t.width*i;a0&&i0&&l==t.map[o-t.width]){let t=n.nodeAt(l).attrs;e.setNodeMarkup(e.mapping.slice(s).map(l+r),null,{...t,rowspan:t.rowspan-1}),a+=t.colspan-1}else if(i0&&n[a]==n[a-1]||r.right0&&n[i]==n[i-e]||r.bottom0){let e=s+1+c.content.size,t=f_(c)?s+1:e;n.replaceWith(t+r.tableStart,e+r.tableStart,o)}n.setSelection(new Q(n.doc.resolve(s+r.tableStart))),t(n)}return!0}function h_(e,t){let n=jg(e.schema);return g_(({node:e})=>n[e.type.spec.tableRole])(e,t)}function g_(e){return(t,n)=>{let r=t.selection,i,a;if(r instanceof Q){if(r.$anchorCell.pos!=r.$headCell.pos)return!1;i=r.$anchorCell.nodeAfter,a=r.$anchorCell.pos}else{if(i=Pg(r.$from),!i)return!1;a=Ng(r.$from)?.pos}if(i==null||a==null||i.attrs.colspan==1&&i.attrs.rowspan==1)return!1;if(n){let o=i.attrs,s=[],c=o.colwidth;o.rowspan>1&&(o={...o,rowspan:1}),o.colspan>1&&(o={...o,colspan:1});let l=e_(t),u=t.tr;for(let e=0;e{n.attrs[e]!==t&&a.setNodeMarkup(r,null,{...n.attrs,[e]:t})}):a.setNodeMarkup(i.pos,null,{...i.nodeAfter.attrs,[e]:t}),r(a)}return!0}}function v_(e){return function(t,n){if(!Fg(t))return!1;if(n){let r=jg(t.schema),i=e_(t),a=t.tr,o=i.map.cellsInRect(e==`column`?{left:i.left,top:0,right:i.right,bottom:i.map.height}:e==`row`?{left:0,top:i.top,right:i.map.width,bottom:i.bottom}:i),s=o.map(e=>i.table.nodeAt(e));for(let e=0;e{let t=e+i.tableStart,n=a.doc.nodeAt(t);n&&a.setNodeMarkup(t,u,n.attrs)}),n(a)}return!0}}b_(`row`,{useDeprecatedLogic:!0}),b_(`column`,{useDeprecatedLogic:!0});var x_=b_(`cell`,{useDeprecatedLogic:!0});function S_(e,t){if(t<0){let t=e.nodeBefore;if(t)return e.pos-t.nodeSize;for(let t=e.index(-1)-1,n=e.before();t>=0;t--){let r=e.node(-1).child(t),i=r.lastChild;if(i)return n-1-i.nodeSize;n-=r.nodeSize}}else{if(e.index()0;r--)if(n.node(r).type.spec.tableRole==`table`)return t&&t(e.tr.delete(n.before(r),n.after(r)).scrollIntoView()),!0;return!1}function T_(e,t){let n=e.selection;if(!(n instanceof Q))return!1;if(t){let r=e.tr,i=jg(e.schema).cell.createAndFill().content;n.forEachCell((e,t)=>{e.content.eq(i)||r.replace(r.mapping.map(t+1),r.mapping.map(t+e.nodeSize-1),new O(i,0,0))}),r.docChanged&&t(r)}return!0}function E_(e){if(e.size===0)return null;let{content:t,openStart:n,openEnd:r}=e;for(;t.childCount==1&&(n>0&&r>0||t.child(0).type.spec.tableRole==`table`);)n--,r--,t=t.child(0).content;let i=t.child(0),a=i.type.spec.tableRole,o=i.type.schema,s=[];if(a==`row`)for(let e=0;e=0;t--){let{rowspan:i,colspan:a}=r.child(t).attrs;for(let t=e;t=t.length&&t.push(E.empty),n[i]r&&(s=s.type.createChecked(Hg(s.attrs,s.attrs.colspan,n+s.attrs.colspan-r),s.content)),o.push(s),n+=s.attrs.colspan;for(let n=1;ni&&(t=t.type.create({...t.attrs,rowspan:Math.max(1,i-t.attrs.rowspan)},t.content)),o.push(t)}e.push(E.from(o))}n=e,t=i}return{width:e,height:t,rows:n}}function A_(e,t,n,r,i,a,o){let s=e.doc.type.schema,c=jg(s),l,u;if(i>t.width)for(let a=0,s=0;at.height){let s=[];for(let e=0,r=(t.height-1)*t.width;e=t.width?!1:n.nodeAt(t.map[r+e]).type==c.header_cell;s.push(i?u||=c.header_cell.createAndFill():l||=c.cell.createAndFill())}let d=c.row.create(null,E.from(s)),f=[];for(let e=t.height;e{if(!i)return!1;let a=n.selection;if(a instanceof Q)return F_(n,r,A.near(a.$headCell,t));if(e!=`horiz`&&!a.empty)return!1;let o=V_(i,e,t);if(o==null)return!1;if(e==`horiz`)return F_(n,r,A.near(n.doc.resolve(a.head+t),t));{let i=n.doc.resolve(o),a=Vg(i,e,t),s;return s=a?A.near(a,1):t<0?A.near(n.doc.resolve(i.before(-1)),-1):A.near(n.doc.resolve(i.after(-1)),1),F_(n,r,s)}}}function L_(e,t){return(n,r,i)=>{if(!i)return!1;let a=n.selection,o;if(a instanceof Q)o=a;else{let r=V_(i,e,t);if(r==null)return!1;o=new Q(n.doc.resolve(r))}let s=Vg(o.$headCell,e,t);return s?F_(n,r,new Q(o.$anchorCell,s)):!1}}function R_(e,t){let n=e.state.doc,r=Ng(n.resolve(t));return r?(e.dispatch(e.state.tr.setSelection(new Q(r))),!0):!1}function z_(e,t,n){if(!Fg(e.state))return!1;let r=E_(n),i=e.state.selection;if(i instanceof Q){r||={width:1,height:1,rows:[E.from(O_(jg(e.state.schema).cell,n))]};let t=i.$anchorCell.node(-1),a=i.$anchorCell.start(-1),o=Z.get(t).rectBetween(i.$anchorCell.pos-a,i.$headCell.pos-a);return r=k_(r,o.right-o.left,o.bottom-o.top),N_(e.state,e.dispatch,a,o,r),!0}else if(r){let t=Ig(e.state),n=t.start(-1);return N_(e.state,e.dispatch,n,Z.get(t.node(-1)).findCell(t.pos-n),r),!0}else return!1}function B_(e,t){if(t.button!=0||t.ctrlKey||t.metaKey)return;let n=H_(e,t.target),r;if(t.shiftKey&&e.state.selection instanceof Q)i(e.state.selection.$anchorCell,t),t.preventDefault();else if(t.shiftKey&&n&&(r=Ng(e.state.selection.$anchor))!=null&&U_(e,t)?.pos!=r.pos)i(r,t),t.preventDefault();else if(!n)return;function i(t,n){let r=U_(e,n),i=Mg.getState(e.state)==null;if(!r||!Bg(t,r))if(i)r=t;else return;let a=new Q(t,r);if(i||!e.state.selection.eq(a)){let n=e.state.tr.setSelection(a);i&&n.setMeta(Mg,t.pos),e.dispatch(n)}}function a(){e.root.removeEventListener(`mouseup`,a),e.root.removeEventListener(`dragstart`,a),e.root.removeEventListener(`mousemove`,o),Mg.getState(e.state)!=null&&e.dispatch(e.state.tr.setMeta(Mg,-1))}function o(r){let o=r,s=Mg.getState(e.state),c;if(s!=null)c=e.state.doc.resolve(s);else if(H_(e,o.target)!=n&&(c=U_(e,t),!c))return a();c&&i(c,o)}e.root.addEventListener(`mouseup`,a),e.root.addEventListener(`dragstart`,a),e.root.addEventListener(`mousemove`,o)}function V_(e,t,n){if(!(e.state.selection instanceof j))return null;let{$head:r}=e.state.selection;for(let i=r.depth-1;i>=0;i--){let a=r.node(i);if((n<0?r.index(i):r.indexAfter(i))!=(n<0?0:a.childCount))return null;if(a.type.spec.tableRole==`cell`||a.type.spec.tableRole==`header_cell`){let a=r.before(i),o=t==`vert`?n>0?`down`:`up`:n>0?`right`:`left`;return e.endOfTextblock(o)?a:null}}return null}function H_(e,t){for(;t&&t!=e.dom;t=t.parentNode)if(t.nodeName==`TD`||t.nodeName==`TH`)return t;return null}function U_(e,t){let n=e.posAtCoords({left:t.clientX,top:t.clientY});if(!n)return null;let{inside:r,pos:i}=n;return r>=0&&Ng(e.state.doc.resolve(r))||Ng(e.state.doc.resolve(i))}var W_=class{constructor(e,t){this.node=e,this.defaultCellMinWidth=t,this.dom=document.createElement(`div`),this.dom.className=`tableWrapper`,this.table=this.dom.appendChild(document.createElement(`table`)),this.table.style.setProperty(`--default-cell-min-width`,`${t}px`),this.colgroup=this.table.appendChild(document.createElement(`colgroup`)),G_(e,this.colgroup,this.table,t),this.contentDOM=this.table.appendChild(document.createElement(`tbody`))}update(e){return e.type==this.node.type?(this.node=e,G_(e,this.colgroup,this.table,this.defaultCellMinWidth),!0):!1}ignoreMutation(e){return e.type==`attributes`&&(e.target==this.table||this.colgroup.contains(e.target))}};function G_(e,t,n,r,i,a){let o=0,s=!0,c=t.firstChild,l=e.firstChild;if(l){for(let e=0,n=0;enew r(e,n,t)),new J_(-1,!1)},apply(e,t){return t.apply(e)}},props:{attributes:e=>{let t=K_.getState(e);return t&&t.activeHandle>-1?{class:`resize-cursor`}:{}},handleDOMEvents:{mousemove:(t,n)=>{Y_(t,n,e,i)},mouseleave:e=>{X_(e)},mousedown:(e,r)=>{Z_(e,r,t,n)}},decorations:e=>{let t=K_.getState(e);if(t&&t.activeHandle>-1)return ov(e,t.activeHandle)},nodeViews:{}}});return a}var J_=class e{constructor(e,t){this.activeHandle=e,this.dragging=t}apply(t){let n=this,r=t.getMeta(K_);if(r&&r.setHandle!=null)return new e(r.setHandle,!1);if(r&&r.setDragging!==void 0)return new e(n.activeHandle,r.setDragging);if(n.activeHandle>-1&&t.docChanged){let r=t.mapping.map(n.activeHandle,-1);return Rg(t.doc.resolve(r))||(r=-1),new e(r,n.dragging)}return n}};function Y_(e,t,n,r){if(!e.editable)return;let i=K_.getState(e.state);if(i&&!i.dragging){let a=$_(t.target),o=-1;if(a){let{left:r,right:i}=a.getBoundingClientRect();t.clientX-r<=n?o=ev(e,t,`left`,n):i-t.clientX<=n&&(o=ev(e,t,`right`,n))}if(o!=i.activeHandle){if(!r&&o!==-1){let t=e.state.doc.resolve(o),n=t.node(-1),r=Z.get(n),i=t.start(-1);if(r.colCount(t.pos-i)+t.nodeAfter.attrs.colspan-1==r.width-1)return}nv(e,o)}}}function X_(e){if(!e.editable)return;let t=K_.getState(e.state);t&&t.activeHandle>-1&&!t.dragging&&nv(e,-1)}function Z_(e,t,n,r){if(!e.editable)return!1;let i=e.dom.ownerDocument.defaultView??window,a=K_.getState(e.state);if(!a||a.activeHandle==-1||a.dragging)return!1;let o=e.state.doc.nodeAt(a.activeHandle),s=Q_(e,a.activeHandle,o.attrs);e.dispatch(e.state.tr.setMeta(K_,{setDragging:{startX:t.clientX,startWidth:s}}));function c(t){i.removeEventListener(`mouseup`,c),i.removeEventListener(`mousemove`,l);let r=K_.getState(e.state);r?.dragging&&(rv(e,r.activeHandle,tv(r.dragging,t,n)),e.dispatch(e.state.tr.setMeta(K_,{setDragging:null})))}function l(t){if(!t.which)return c(t);let i=K_.getState(e.state);if(i&&i.dragging){let a=tv(i.dragging,t,n);iv(e,i.activeHandle,a,r)}}return iv(e,a.activeHandle,s,r),i.addEventListener(`mouseup`,c),i.addEventListener(`mousemove`,l),t.preventDefault(),!0}function Q_(e,t,{colspan:n,colwidth:r}){let i=r&&r[r.length-1];if(i)return i;let a=e.domAtPos(t),o=a.node.childNodes[a.offset].offsetWidth,s=n;if(r)for(let e=0;elv(e),renderHTML:e=>e.align?{style:`text-align: ${e.align}`}:{}}}var fv=G.create({name:`tableCell`,addOptions(){return{HTMLAttributes:{}}},content:`block+`,addAttributes(){return{colspan:{default:1},rowspan:{default:1},colwidth:{default:null,parseHTML:e=>{let t=e.getAttribute(`colwidth`),n=t?t.split(`,`).map(e=>parseInt(e,10)):null;if(!n){let t=e.closest(`table`)?.querySelectorAll(`colgroup > col`),n=Array.from(e.parentElement?.children||[]).indexOf(e);if(n&&n>-1&&t&&t[n]){let e=t[n].getAttribute(`width`);return e?[parseInt(e,10)]:null}}return n}},align:dv()}},tableRole:`cell`,isolating:!0,parseHTML(){return[{tag:`td`}]},renderHTML({HTMLAttributes:e}){return[`td`,U(this.options.HTMLAttributes,e),0]}}),pv=G.create({name:`tableHeader`,addOptions(){return{HTMLAttributes:{}}},content:`block+`,addAttributes(){return{colspan:{default:1},rowspan:{default:1},colwidth:{default:null,parseHTML:e=>{let t=e.getAttribute(`colwidth`);return t?t.split(`,`).map(e=>parseInt(e,10)):null}},align:dv()}},tableRole:`header_cell`,isolating:!0,parseHTML(){return[{tag:`th`}]},renderHTML({HTMLAttributes:e}){return[`th`,U(this.options.HTMLAttributes,e),0]}}),mv=G.create({name:`tableRow`,addOptions(){return{HTMLAttributes:{}}},content:`(tableCell | tableHeader)*`,tableRole:`row`,parseHTML(){return[{tag:`tr`}]},renderHTML({HTMLAttributes:e}){return[`tr`,U(this.options.HTMLAttributes,e),0]}});function hv(e,t){return t?[`width`,`${Math.max(t,e)}px`]:[`min-width`,`${e}px`]}function gv(e,t,n,r,i,a){var o;let s=0,c=!0,l=t.firstChild,u=e.firstChild;if(u!==null)for(let e=0,n=0;e{let r=e.nodes[n];r.spec.tableRole&&(t[r.spec.tableRole]=r)}),e.cached.tableNodeTypes=t,t}function xv(e,t,n,r,i){let a=bv(e),o=[],s=[];for(let e=0;e{let{selection:t}=e.state;if(!Sv(t))return!1;let n=0;return tu(t.ranges[0].$from,e=>e.type.name===`table`)?.node.descendants(e=>{if(e.type.name===`table`)return!1;[`tableCell`,`tableHeader`].includes(e.type.name)&&(n+=1)}),n===t.ranges.length?(e.commands.deleteTable(),!0):!1};function wv(e){return(e||``).replace(/\s+/g,` `).trim()}function Tv(e,t,n={}){let r=n.cellLineSeparator??``;if(!e||!e.content||e.content.length===0)return``;let i=[];e.content.forEach(e=>{let n=[];e.content&&e.content.forEach(e=>{let i=``;i=e.content&&Array.isArray(e.content)&&e.content.length>1?e.content.map(e=>t.renderChildren(e)).join(r):e.content?t.renderChildren(e.content):``;let a=wv(i),o=e.type===`tableHeader`,s=uv(e.attrs);n.push({text:a,isHeader:o,align:s})}),i.push(n)});let a=i.reduce((e,t)=>Math.max(e,t.length),0);if(a===0)return``;let o=Array(a).fill(0);i.forEach(e=>{for(let t=0;to[t]&&(o[t]=n),o[t]<3&&(o[t]=3)}});let s=(e,t)=>e+` `.repeat(Math.max(0,t-e.length)),c=i[0],l=c.some(e=>e.isHeader),u=Array(a).fill(null);i.forEach(e=>{for(let t=0;tl&&c[t]&&c[t].text||``);return d+=`| ${f.map((e,t)=>s(e,o[t])).join(` | `)} | +`,d+=`| ${o.map((e,t)=>{let n=Math.max(3,e),r=u[t];return r===`left`?`:${`-`.repeat(n)}`:r===`right`?`${`-`.repeat(n)}:`:r===`center`?`:${`-`.repeat(n)}:`:`-`.repeat(n)}).join(` | `)} | +`,(l?i.slice(1):i).forEach(e=>{d+=`| ${Array(a).fill(0).map((t,n)=>s(e[n]&&e[n].text||``,o[n])).join(` | `)} | +`}),d}var Ev=Tv,Dv=G.create({name:`table`,addOptions(){return{HTMLAttributes:{},resizable:!1,renderWrapper:!1,handleWidth:5,cellMinWidth:25,View:_v,lastColumnResizable:!0,allowTableNodeSelection:!1}},content:`tableRow+`,tableRole:`table`,isolating:!0,group:`block`,parseHTML(){return[{tag:`table`}]},renderHTML({node:e,HTMLAttributes:t}){let{colgroup:n,tableWidth:r,tableMinWidth:i}=vv(e,this.options.cellMinWidth),a=t.style;function o(){return a||(r?`width: ${r}`:`min-width: ${i}`)}let s=[`table`,U(this.options.HTMLAttributes,t,{style:o()}),n,[`tbody`,0]];return this.options.renderWrapper?[`div`,{class:`tableWrapper`},s]:s},parseMarkdown:(e,t)=>{let n=[],r=Array.isArray(e.align)?e.align:[];if(e.header){let i=[];e.header.forEach((e,n)=>{let a=cv(r[n]??e.align),o=a?{align:a}:{};i.push(t.createNode(`tableHeader`,o,[{type:`paragraph`,content:t.parseInline(e.tokens)}]))}),n.push(t.createNode(`tableRow`,{},i))}return e.rows&&e.rows.forEach(e=>{let i=[];e.forEach((e,n)=>{let a=cv(r[n]??e.align),o=a?{align:a}:{};i.push(t.createNode(`tableCell`,o,[{type:`paragraph`,content:t.parseInline(e.tokens)}]))}),n.push(t.createNode(`tableRow`,{},i))}),t.createNode(`table`,void 0,n)},renderMarkdown:(e,t)=>Ev(e,t),addCommands(){return{insertTable:({rows:e=3,cols:t=3,withHeaderRow:n=!0}={})=>({tr:r,dispatch:i,editor:a})=>{let o=xv(a.schema,e,t,n);if(i){let e=r.selection.from+1;r.replaceSelectionWith(o).scrollIntoView().setSelection(j.near(r.doc.resolve(e)))}return!0},addColumnBefore:()=>({state:e,dispatch:t})=>n_(e,t),addColumnAfter:()=>({state:e,dispatch:t})=>r_(e,t),deleteColumn:()=>({state:e,dispatch:t})=>a_(e,t),addRowBefore:()=>({state:e,dispatch:t})=>c_(e,t),addRowAfter:()=>({state:e,dispatch:t})=>l_(e,t),deleteRow:()=>({state:e,dispatch:t})=>d_(e,t),deleteTable:()=>({state:e,dispatch:t})=>w_(e,t),mergeCells:()=>({state:e,dispatch:t})=>m_(e,t),splitCell:()=>({state:e,dispatch:t})=>h_(e,t),toggleHeaderColumn:()=>({state:e,dispatch:t})=>b_(`column`)(e,t),toggleHeaderRow:()=>({state:e,dispatch:t})=>b_(`row`)(e,t),toggleHeaderCell:()=>({state:e,dispatch:t})=>x_(e,t),mergeOrSplit:()=>({state:e,dispatch:t})=>m_(e,t)?!0:h_(e,t),setCellAttribute:(e,t)=>({state:n,dispatch:r})=>__(e,t)(n,r),goToNextCell:()=>({state:e,dispatch:t})=>C_(1)(e,t),goToPreviousCell:()=>({state:e,dispatch:t})=>C_(-1)(e,t),fixTables:()=>({state:e,dispatch:t})=>(t&&Qg(e),!0),setCellSelection:e=>({tr:t,dispatch:n})=>{if(n){let n=Q.create(t.doc,e.anchorCell,e.headCell);t.setSelection(n)}return!0}}},addKeyboardShortcuts(){return{Tab:()=>this.editor.commands.goToNextCell()?!0:this.editor.can().addRowAfter()?this.editor.chain().addRowAfter().goToNextCell().run():!1,"Shift-Tab":()=>this.editor.commands.goToPreviousCell(),Backspace:Cv,"Mod-Backspace":Cv,Delete:Cv,"Mod-Delete":Cv}},addProseMirrorPlugins(){return[...this.options.resizable&&this.editor.isEditable?[q_({handleWidth:this.options.handleWidth,cellMinWidth:this.options.cellMinWidth,defaultCellMinWidth:this.options.cellMinWidth,View:this.options.View,lastColumnResizable:this.options.lastColumnResizable})]:[],sv({allowTableNodeSelection:this.options.allowTableNodeSelection})]},extendNodeSchema(e){return{tableRole:H(V(e,`tableRole`,{name:e.name,options:e.options,storage:e.storage}))}}});W.create({name:`tableKit`,addExtensions(){let e=[];return this.options.table!==!1&&e.push(Dv.configure(this.options.table)),this.options.tableCell!==!1&&e.push(fv.configure(this.options.tableCell)),this.options.tableHeader!==!1&&e.push(pv.configure(this.options.tableHeader)),this.options.tableRow!==!1&&e.push(mv.configure(this.options.tableRow)),e}});var Ov=20,kv=(e,t=0)=>{let n=[];return!e.children.length||t>Ov||Array.from(e.children).forEach(e=>{e.tagName===`SPAN`?n.push(e):e.children.length&&n.push(...kv(e,t+1))}),n},Av=e=>{if(!e.children.length)return;let t=kv(e);t&&t.forEach(e=>{let t=e.getAttribute(`style`),n=(e.parentElement?.closest(`span`))?.getAttribute(`style`);e.setAttribute(`style`,`${n};${t}`)})},jv=wd.create({name:`textStyle`,priority:101,addOptions(){return{HTMLAttributes:{},mergeNestedSpanStyles:!0}},parseHTML(){return[{tag:`span`,consuming:!1,getAttrs:e=>e.hasAttribute(`style`)?(this.options.mergeNestedSpanStyles&&Av(e),{}):!1}]},renderHTML({HTMLAttributes:e}){return[`span`,U(this.options.HTMLAttributes,e),0]},addCommands(){return{toggleTextStyle:e=>({commands:t})=>t.toggleMark(this.name,e),removeEmptyTextStyle:()=>({tr:e})=>{let{selection:t}=e;return e.doc.nodesBetween(t.from,t.to,(t,n)=>{if(t.isTextblock)return!0;t.marks.filter(e=>e.type===this.type).some(e=>Object.values(e.attrs).some(e=>!!e))||e.removeMark(n,n+t.nodeSize,this.type)}),!0}}}}),Mv=W.create({name:`backgroundColor`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{backgroundColor:{default:null,parseHTML:e=>{let t=e.getAttribute(`style`);if(t){let e=t.split(`;`).map(e=>e.trim()).filter(Boolean);for(let t=e.length-1;t>=0;--t){let n=e[t].split(`:`);if(n.length>=2){let e=n[0].trim().toLowerCase(),t=n.slice(1).join(`:`).trim();if(e===`background-color`)return t.replace(/['"]+/g,``)}}}return e.style.backgroundColor?.replace(/['"]+/g,``)},renderHTML:e=>e.backgroundColor?{style:`background-color: ${e.backgroundColor}`}:{}}}}]},addCommands(){return{setBackgroundColor:e=>({chain:t})=>t().setMark(`textStyle`,{backgroundColor:e}).run(),unsetBackgroundColor:()=>({chain:e})=>e().setMark(`textStyle`,{backgroundColor:null}).removeEmptyTextStyle().run()}}}),Nv=W.create({name:`color`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{color:{default:null,parseHTML:e=>{let t=e.getAttribute(`style`);if(t){let e=t.split(`;`).map(e=>e.trim()).filter(Boolean);for(let t=e.length-1;t>=0;--t){let n=e[t].split(`:`);if(n.length>=2){let e=n[0].trim().toLowerCase(),t=n.slice(1).join(`:`).trim();if(e===`color`)return t.replace(/['"]+/g,``)}}}return e.style.color?.replace(/['"]+/g,``)},renderHTML:e=>e.color?{style:`color: ${e.color}`}:{}}}}]},addCommands(){return{setColor:e=>({chain:t})=>t().setMark(`textStyle`,{color:e}).run(),unsetColor:()=>({chain:e})=>e().setMark(`textStyle`,{color:null}).removeEmptyTextStyle().run()}}}),Pv=W.create({name:`fontFamily`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{fontFamily:{default:null,parseHTML:e=>e.style.fontFamily,renderHTML:e=>e.fontFamily?{style:`font-family: ${e.fontFamily}`}:{}}}}]},addCommands(){return{setFontFamily:e=>({chain:t})=>t().setMark(`textStyle`,{fontFamily:e}).run(),unsetFontFamily:()=>({chain:e})=>e().setMark(`textStyle`,{fontFamily:null}).removeEmptyTextStyle().run()}}}),Fv=W.create({name:`fontSize`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{fontSize:{default:null,parseHTML:e=>e.style.fontSize,renderHTML:e=>e.fontSize?{style:`font-size: ${e.fontSize}`}:{}}}}]},addCommands(){return{setFontSize:e=>({chain:t})=>t().setMark(`textStyle`,{fontSize:e}).run(),unsetFontSize:()=>({chain:e})=>e().setMark(`textStyle`,{fontSize:null}).removeEmptyTextStyle().run()}}}),Iv=W.create({name:`lineHeight`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{lineHeight:{default:null,parseHTML:e=>e.style.lineHeight,renderHTML:e=>e.lineHeight?{style:`line-height: ${e.lineHeight}`}:{}}}}]},addCommands(){return{setLineHeight:e=>({chain:t})=>t().setMark(`textStyle`,{lineHeight:e}).run(),unsetLineHeight:()=>({chain:e})=>e().setMark(`textStyle`,{lineHeight:null}).removeEmptyTextStyle().run()}}});W.create({name:`textStyleKit`,addExtensions(){let e=[];return this.options.backgroundColor!==!1&&e.push(Mv.configure(this.options.backgroundColor)),this.options.color!==!1&&e.push(Nv.configure(this.options.color)),this.options.fontFamily!==!1&&e.push(Pv.configure(this.options.fontFamily)),this.options.fontSize!==!1&&e.push(Fv.configure(this.options.fontSize)),this.options.lineHeight!==!1&&e.push(Iv.configure(this.options.lineHeight)),this.options.textStyle!==!1&&e.push(jv.configure(this.options.textStyle)),e}});var Lv=fv.extend({content:`inline*`,parseHTML(){return[{tag:`td`}]},renderHTML({HTMLAttributes:e}){return[`td`,e,0]}}),Rv=pv.extend({content:`inline*`,parseHTML(){return[{tag:`th`}]},renderHTML({HTMLAttributes:e}){return[`th`,e,0]}}),zv={name:`WorshipDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([]),a=i([]),o=()=>{n.value=!0,c()},s=()=>{n.value=!1},c=async()=>{try{r.value=(await le.get(`/event-places`)).data}catch(e){console.error(`Fehler beim Laden der Orte:`,e)}};return{isOpen:n,locations:r,selectedLocations:a,openWorshipDialog:o,closeWorshipDialog:s,confirmWorshipConfiguration:()=>{t(`confirm`,JSON.stringify(a.value.map(e=>e.id))),s()}}}},Bv={key:0,class:`dialog-overlay`},Vv={class:`dialog-content`};function Hv(e,t,n,r,i,a){let o=s(`multiselect`);return S(),m(`div`,null,[r.isOpen?(S(),m(`div`,Bv,[f(`div`,Vv,[t[3]||=f(`h3`,null,`Gottesdienst-Konfiguration`,-1),t[4]||=f(`div`,null,[f(`label`,{for:`location-select`},`Bitte wählen Sie den Ort für den Gottestdienst aus:`)],-1),f(`div`,null,[g(o,{modelValue:r.selectedLocations,"onUpdate:modelValue":t[0]||=e=>r.selectedLocations=e,options:r.locations,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,"preselect-first":!1,label:`name`,"track-by":`id`,placeholder:`Orte auswählen`},null,8,[`modelValue`,`options`])]),f(`div`,null,[f(`button`,{onClick:t[1]||=(...e)=>r.confirmWorshipConfiguration&&r.confirmWorshipConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[2]||=(...e)=>r.closeWorshipDialog&&r.closeWorshipDialog(...e)},`Schließen`)])])])):x(``,!0)])}var Uv=ne(zv,[[`render`,Hv],[`__scopeId`,`data-v-39238d16`]]),Wv={name:`AddContactDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([]),a=i([]),o=i([]),s=i([]),c=i(null),l=i([]),u=i([]),d=i([]),f=i([]),p=i(`float`),m=i({phone:!1,street:!1,zipcode:!1,city:!1,email:!1,positions:!1}),h=i([{id:`all`,caption:`Alle`},{id:`specific`,caption:`Eine Person`},{id:`places`,caption:`Für bestimmte Orte`},{id:`types`,caption:`Für bestimmte Typen`},{id:`position`,caption:`Für bestimmte Positionen`}]),g=i([{id:`float`,label:`Durchlaufender Text`},{id:`box`,label:`Textbox`}]),_=()=>{n.value=!0,b(),te(),ne(),x()},ee=()=>{n.value=!1},v=()=>{l.value.some(e=>e.id===`all`)?(l.value=[{id:`all`,caption:`Alle`}],c.value=null,u.value=[],f.value=[],d.value=[]):l.value.some(e=>e.id===`specific`)?(l.value=[{id:`specific`,caption:`Eine Person`}],u.value=[],f.value=[],d.value=[]):(l.value.some(e=>e.id===`places`)||l.value.some(e=>e.id===`types`)||l.value.some(e=>e.id===`position`))&&(c.value=null)},y=()=>{console.log(`Selected positions:`,d.value);let e=``,n=Object.keys(m.value).filter(e=>m.value[e]),r={};l.value.some(e=>e.id===`all`)?r.id=`all`:l.value.some(e=>e.id===`specific`)&&c.value?r.id=c.value.id:(r.types=u.value.map(e=>e.id),r.places=f.value.map(e=>e.id),r.positions=Array.isArray(d.value)?d.value.map(e=>e.id):[]);let i={selection:r,display:n,style:p.value};e=`{{ contact:`+JSON.stringify(i)+` }}`,console.log(`Emitting config:`,e),t(`confirm`,e),ee()},b=async()=>{try{r.value=(await le.get(`/contact-persons`)).data}catch(e){console.error(`Fehler beim Laden der Kontaktpersonen:`,e)}},te=async()=>{try{a.value=(await le.get(`/event-types`)).data}catch(e){console.error(`Fehler beim Laden der Event-Typen:`,e)}},ne=async()=>{try{o.value=(await le.get(`/event-places`)).data}catch(e){console.error(`Fehler beim Laden der Orte:`,e)}},x=async()=>{try{s.value=(await le.get(`/positions`)).data}catch(e){console.error(`Fehler beim Laden der Positionen:`,e)}};return{isOpen:n,contacts:r,selectedContact:c,selectedTypes:l,selectedEventTypes:u,selectedPlaces:f,displayOptions:m,displayStyle:p,displayStyles:g,typeOptions:h,openAddContactDialog:_,closeAddContactDialog:ee,confirmAddContactConfiguration:y,onTypeSelect:v,places:o,eventTypes:a,positions:s,selectedPositions:d}}},Gv={key:0,class:`dialog-overlay`},Kv={class:`dialog-content`},qv={key:0},Jv={key:1},Yv={key:2},Xv={key:3},Zv={class:`display-options`},Qv=[`value`];function $v(e,t,r,i,o,c){let l=s(`multiselect`);return S(),m(`div`,null,[i.isOpen?(S(),m(`div`,Gv,[f(`div`,Kv,[t[27]||=f(`h3`,null,`Kontaktperson hinzufügen`,-1),f(`div`,null,[t[14]||=f(`label`,{for:`type-select`},`Typen:`,-1),g(l,{id:`type-select`,modelValue:i.selectedTypes,"onUpdate:modelValue":t[0]||=e=>i.selectedTypes=e,options:i.typeOptions,multiple:!0,label:`caption`,"track-by":`id`,onSelect:i.onTypeSelect},null,8,[`modelValue`,`options`,`onSelect`])]),i.selectedTypes.some(e=>e.id===`places`)?(S(),m(`div`,qv,[t[15]||=f(`label`,{for:`places-select`},`Wählen Sie Orte:`,-1),g(l,{id:`places-select`,modelValue:i.selectedPlaces,"onUpdate:modelValue":t[1]||=e=>i.selectedPlaces=e,options:i.places,multiple:!0,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),i.selectedTypes.some(e=>e.id===`types`)?(S(),m(`div`,Jv,[t[16]||=f(`label`,{for:`types-select`},`Wählen Sie Typen:`,-1),g(l,{id:`types-select`,modelValue:i.selectedEventTypes,"onUpdate:modelValue":t[2]||=e=>i.selectedEventTypes=e,options:i.eventTypes,multiple:!0,label:`caption`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),i.selectedTypes.some(e=>e.id===`position`)?(S(),m(`div`,Yv,[t[17]||=f(`label`,{for:`position-select`},`Wählen Sie eine Position:`,-1),g(l,{id:`position-select`,modelValue:i.selectedPositions,"onUpdate:modelValue":t[3]||=e=>i.selectedPositions=e,options:i.positions,multiple:!1,label:`caption`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),i.selectedTypes.some(e=>e.id===`specific`)?(S(),m(`div`,Xv,[t[18]||=f(`label`,{for:`contact-select`},`Wählen Sie eine Kontaktperson:`,-1),g(l,{id:`contact-select`,modelValue:i.selectedContact,"onUpdate:modelValue":t[4]||=e=>i.selectedContact=e,options:i.contacts,multiple:!1,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),f(`div`,null,[t[26]||=f(`label`,null,`Wählen Sie welche Elemente angezeigt werden sollen:`,-1),f(`div`,Zv,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[5]||=e=>i.displayOptions.phone=e},null,512),[[w,i.displayOptions.phone]]),t[19]||=v(` Telefon`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[6]||=e=>i.displayOptions.street=e},null,512),[[w,i.displayOptions.street]]),t[20]||=v(` Straße`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[7]||=e=>i.displayOptions.zipcode=e},null,512),[[w,i.displayOptions.zipcode]]),t[21]||=v(` Postleitzahl`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[8]||=e=>i.displayOptions.city=e},null,512),[[w,i.displayOptions.city]]),t[22]||=v(` Stadt`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[9]||=e=>i.displayOptions.email=e},null,512),[[w,i.displayOptions.email]]),t[23]||=v(` E-Mail`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[10]||=e=>i.displayOptions.positions=e},null,512),[[w,i.displayOptions.positions]]),t[24]||=v(` Positionen`,-1)])]),f(`div`,null,[t[25]||=f(`label`,{for:`displayStyle`},`Anzeigen als`,-1),a(f(`select`,{id:`displayStyle`,"onUpdate:modelValue":t[11]||=e=>i.displayStyle=e},[(S(!0),m(_,null,n(i.displayStyles,e=>(S(),m(`option`,{value:e.id,key:e.id},p(e.label),9,Qv))),128))],512),[[se,i.displayStyle]])])]),f(`div`,null,[f(`button`,{onClick:t[12]||=(...e)=>i.confirmAddContactConfiguration&&i.confirmAddContactConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[13]||=(...e)=>i.closeAddContactDialog&&i.closeAddContactDialog(...e)},`Schließen`)])])])):x(``,!0)])}var ey=ne(Wv,[[`render`,$v],[`__scopeId`,`data-v-2c1d1ad9`]]),ty={name:`AddEventDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([`Alle`,`Für bestimmte Orte`,`Für bestimmte Typen`,`Ein bestimmtes`,`Ereignisse für Homepage`]),a=i([]),o=i([]),s=i([]),c=i([]),l=i([]),u=i([]),d=i(null),f=i(!1),p=i({name:!1,type:!1,place:!1,description:!1,time:!1,contactPerson:!1,day:!1,institution:!1}),m=()=>{n.value=!0,ee(),v(),y()},h=()=>{n.value=!1},g=e=>{e===`Alle`||e===`Ein bestimmtes`?a.value=[e]:a.value=a.value.filter(e=>e!==`Alle`&&e!==`Ein bestimmtes`)},_=()=>{let e={};e.display=Object.keys(p.value).filter(e=>p.value[e]),f.value?e.id=`home`:a.value.includes(`Alle`)?e.id=`all`:a.value.includes(`Ein bestimmtes`)?e.id=d.value.id:(e.types=u.value.map(e=>e.id),e.places=l.value.map(e=>e.id)),t(`confirm`,`{{ events:`+JSON.stringify(e)+` }}`),h()},ee=async()=>{try{o.value=(await le.get(`/event-places`)).data}catch(e){console.error(`Fehler beim Laden der Orte:`,e)}},v=async()=>{try{s.value=(await le.get(`/event-types`)).data}catch(e){console.error(`Fehler beim Laden der Typen:`,e)}},y=async()=>{try{c.value=(await le.get(`/events`)).data}catch(e){console.error(`Fehler beim Laden der Events:`,e)}};return{isOpen:n,typeOptions:r,selectedTypes:a,places:o,eventTypes:s,events:c,selectedPlaces:l,selectedEventTypes:u,selectedEvent:d,displayOptions:p,openAddEventDialog:m,closeAddEventDialog:h,confirmAddEventConfiguration:_,onTypeSelect:g,isHomepage:f}}},ny={key:0,class:`dialog-overlay`},ry={class:`dialog-content`},iy={key:0},ay={key:1},oy={key:2},sy={class:`display-options`};function cy(e,t,n,r,i,o){let c=s(`multiselect`);return S(),m(`div`,null,[r.isOpen?(S(),m(`div`,ny,[f(`div`,ry,[t[29]||=f(`h3`,null,`Ereignisse hinzufügen`,-1),f(`div`,null,[t[15]||=f(`label`,{for:`selection-type`},`Wählen Sie den Typ:`,-1),g(c,{id:`selection-type`,modelValue:r.selectedTypes,"onUpdate:modelValue":t[0]||=e=>r.selectedTypes=e,options:r.typeOptions,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,onSelect:r.onTypeSelect},null,8,[`modelValue`,`options`,`onSelect`])]),f(`div`,null,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[1]||=e=>r.isHomepage=e},null,512),[[w,r.isHomepage]]),t[16]||=v(` Auch Ereignisse für die Homepage zeigen`,-1)])]),r.selectedTypes.includes(`Für bestimmte Orte`)?(S(),m(`div`,iy,[t[17]||=f(`label`,{for:`places-select`},`Wählen Sie Orte:`,-1),g(c,{id:`places-select`,modelValue:r.selectedPlaces,"onUpdate:modelValue":t[2]||=e=>r.selectedPlaces=e,options:r.places,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),r.selectedTypes.includes(`Für bestimmte Typen`)?(S(),m(`div`,ay,[t[18]||=f(`label`,{for:`types-select`},`Wählen Sie Typen:`,-1),g(c,{id:`types-select`,modelValue:r.selectedEventTypes,"onUpdate:modelValue":t[3]||=e=>r.selectedEventTypes=e,options:r.eventTypes,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,label:`caption`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),r.selectedTypes.includes(`Ein bestimmtes`)?(S(),m(`div`,oy,[t[19]||=f(`label`,{for:`event-select`},`Wählen Sie ein Event:`,-1),g(c,{id:`event-select`,modelValue:r.selectedEvent,"onUpdate:modelValue":t[4]||=e=>r.selectedEvent=e,options:r.events,multiple:!1,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),f(`div`,null,[t[28]||=f(`label`,null,`Wählen Sie welche Elemente angezeigt werden sollen:`,-1),f(`div`,sy,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[5]||=e=>r.displayOptions.name=e},null,512),[[w,r.displayOptions.name]]),t[20]||=v(` Name`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[6]||=e=>r.displayOptions.type=e},null,512),[[w,r.displayOptions.type]]),t[21]||=v(` Typ`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[7]||=e=>r.displayOptions.place=e},null,512),[[w,r.displayOptions.place]]),t[22]||=v(` Ort`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[8]||=e=>r.displayOptions.description=e},null,512),[[w,r.displayOptions.description]]),t[23]||=v(` Beschreibung`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[9]||=e=>r.displayOptions.time=e},null,512),[[w,r.displayOptions.time]]),t[24]||=v(` Uhrzeit`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[10]||=e=>r.displayOptions.contactPerson=e},null,512),[[w,r.displayOptions.contactPerson]]),t[25]||=v(` Kontaktperson`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[11]||=e=>r.displayOptions.day=e},null,512),[[w,r.displayOptions.day]]),t[26]||=v(` Veranstaltungstag`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[12]||=e=>r.displayOptions.institution=e},null,512),[[w,r.displayOptions.institution]]),t[27]||=v(` Institution`,-1)])])]),f(`div`,null,[f(`button`,{onClick:t[13]||=(...e)=>r.confirmAddEventConfiguration&&r.confirmAddEventConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[14]||=(...e)=>r.closeAddEventDialog&&r.closeAddEventDialog(...e)},`Schließen`)])])])):x(``,!0)])}var ly=ne(ty,[[`render`,cy],[`__scopeId`,`data-v-950ec016`]]),uy={name:`AddLinkDialog`,data(){return{showDialog:!1,url:``,text:``}},methods:{openAddLinkDialog(){this.showDialog=!0},closeDialog(){this.showDialog=!1,this.url=``,this.text=``},confirm(){this.$emit(`confirm`,this.url,this.text),this.closeDialog()}}},dy={key:0,class:`modal`},fy={class:`modal-content`};function py(e,t,n,r,i,o){return i.showDialog?(S(),m(`div`,dy,[f(`div`,fy,[f(`span`,{class:`close`,onClick:t[0]||=(...e)=>o.closeDialog&&o.closeDialog(...e)},`×`),t[6]||=f(`h2`,null,`Link hinzufügen`,-1),f(`table`,null,[f(`tbody`,null,[f(`tr`,null,[t[4]||=f(`td`,null,[f(`label`,{for:`link-url`},`URL:`)],-1),f(`td`,null,[a(f(`input`,{id:`link-url`,"onUpdate:modelValue":t[1]||=e=>i.url=e,type:`text`},null,512),[[oe,i.url]])])]),f(`tr`,null,[t[5]||=f(`td`,null,[f(`label`,{for:`link-text`},`Linktext:`)],-1),f(`td`,null,[a(f(`input`,{id:`link-text`,"onUpdate:modelValue":t[2]||=e=>i.text=e,type:`text`},null,512),[[oe,i.text]])])])])]),f(`button`,{onClick:t[3]||=(...e)=>o.confirm&&o.confirm(...e)},`Hinzufügen`)])])):x(``,!0)}var my=ne(uy,[[`render`,py],[`__scopeId`,`data-v-66d76ae6`]]),hy={name:`AddDownloadDialog`,data(){return{showDialog:!1,selectedFile:null,files:[]}},methods:{async openAddDownloadDialog(){this.showDialog=!0;try{this.files=(await le.get(`/files`)).data}catch(e){console.error(`Fehler beim Abrufen der Dateien:`,e)}},closeDialog(){this.showDialog=!1,this.selectedFile=null},confirm(){this.selectedFile?(console.log(this.selectedFile.hash),this.$emit(`confirm`,{hash:this.selectedFile.hash}),this.closeDialog()):alert(`Bitte wählen Sie eine Datei aus.`)}}},gy={key:0,class:`modal`},_y={class:`modal-content`},vy=[`value`];function yy(e,t,r,i,o,s){return o.showDialog?(S(),m(`div`,gy,[f(`div`,_y,[f(`span`,{class:`close`,onClick:t[0]||=(...e)=>s.closeDialog&&s.closeDialog(...e)},`×`),t[4]||=f(`h2`,null,`Datei zum Download hinzufügen`,-1),f(`table`,null,[f(`tbody`,null,[f(`tr`,null,[t[3]||=f(`td`,null,[f(`label`,{for:`file-select`},`Datei auswählen:`)],-1),f(`td`,null,[a(f(`select`,{id:`file-select`,"onUpdate:modelValue":t[1]||=e=>o.selectedFile=e},[(S(!0),m(_,null,n(o.files,e=>(S(),m(`option`,{key:e.id,value:e},p(e.title)+` (`+p(e.originalName)+`) `,9,vy))),128))],512),[[se,o.selectedFile]])])])])]),f(`button`,{onClick:t[2]||=(...e)=>s.confirm&&s.confirm(...e)},`Hinzufügen`)])])):x(``,!0)}var by=ne(hy,[[`render`,yy],[`__scopeId`,`data-v-76913011`]]),xy={name:`AddInstitutionDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([]),a=i(null),o=i(`float`),s=i({street:!1,zipcode:!1,city:!1,phone:!1,fax:!1,email:!1}),c=i([{id:`all`,name:`Alle`},...r.value]),l=i([{id:`float`,label:`Durchlaufender Text`},{id:`box`,label:`Textbox`}]),u=()=>{n.value=!0,m()},d=()=>{n.value=!1},f=()=>{a.value&&a.value.id===`all`&&(c.value=[{id:`all`,name:`Alle`}],a.value={id:`all`,name:`Alle`})},p=()=>{let e=Object.keys(s.value).filter(e=>s.value[e]),n={id:a.value.id,display:e,style:o.value};t(`confirm`,`{{ institution:${JSON.stringify(n)} }}`),d()},m=async()=>{try{r.value=(await le.get(`/institutions`)).data,c.value=[{id:`all`,name:`Alle`},...r.value]}catch(e){console.error(`Fehler beim Laden der Institutionen:`,e)}};return{isOpen:n,institutions:r,selectedInstitution:a,displayOptions:s,displayStyle:o,displayStyles:l,institutionOptions:c,openAddInstitutionDialog:u,closeAddInstitutionDialog:d,confirmAddInstitutionConfiguration:p,onInstitutionSelect:f}}},Sy={key:0,class:`dialog-overlay`},Cy={class:`dialog-content`},wy={class:`display-options`},Ty=[`value`];function Ey(e,t,r,i,o,c){let l=s(`multiselect`);return S(),m(`div`,null,[i.isOpen?(S(),m(`div`,Sy,[f(`div`,Cy,[t[19]||=f(`h3`,null,`Institution hinzufügen`,-1),f(`div`,null,[t[10]||=f(`label`,{for:`institution-select`},`Wählen Sie eine Institution:`,-1),g(l,{id:`institution-select`,modelValue:i.selectedInstitution,"onUpdate:modelValue":t[0]||=e=>i.selectedInstitution=e,options:i.institutionOptions,multiple:!1,label:`name`,"track-by":`id`,onSelect:i.onInstitutionSelect},null,8,[`modelValue`,`options`,`onSelect`])]),f(`div`,null,[t[18]||=f(`label`,null,`Wählen Sie welche Elemente angezeigt werden sollen:`,-1),f(`div`,wy,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[1]||=e=>i.displayOptions.street=e},null,512),[[w,i.displayOptions.street]]),t[11]||=v(` Straße`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[2]||=e=>i.displayOptions.zipcode=e},null,512),[[w,i.displayOptions.zipcode]]),t[12]||=v(` Postleitzahl`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[3]||=e=>i.displayOptions.city=e},null,512),[[w,i.displayOptions.city]]),t[13]||=v(` Stadt`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[4]||=e=>i.displayOptions.phone=e},null,512),[[w,i.displayOptions.phone]]),t[14]||=v(` Telefon`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[5]||=e=>i.displayOptions.fax=e},null,512),[[w,i.displayOptions.fax]]),t[15]||=v(` Fax`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[6]||=e=>i.displayOptions.email=e},null,512),[[w,i.displayOptions.email]]),t[16]||=v(` E-Mail`,-1)])]),f(`div`,null,[t[17]||=f(`label`,{for:`displayStyle`},`Anzeigen als`,-1),a(f(`select`,{id:`displayStyle`,"onUpdate:modelValue":t[7]||=e=>i.displayStyle=e},[(S(!0),m(_,null,n(i.displayStyles,e=>(S(),m(`option`,{value:e.id,key:e.id},p(e.label),9,Ty))),128))],512),[[se,i.displayStyle]])])]),f(`div`,null,[f(`button`,{onClick:t[8]||=(...e)=>i.confirmAddInstitutionConfiguration&&i.confirmAddInstitutionConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[9]||=(...e)=>i.closeAddInstitutionDialog&&i.closeAddInstitutionDialog(...e)},`Schließen`)])])])):x(``,!0)])}var Dy=ne(xy,[[`render`,Ey],[`__scopeId`,`data-v-1c37dd67`]]),$=Symbol(`IconoirProvider`);h({setup(){return{context:C($)}}});var Oy=(e,t)=>{let n=e.__vccOpts||e;for(let[e,r]of t)n[e]=r;return n};h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var ky=h({setup(){return{context:C($)}}});function Ay(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,8)],16)}var jy=Oy(ky,[[`render`,Ay]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var My=h({setup(){return{context:C($)}}});function Ny(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,8)],16)}var Py=Oy(My,[[`render`,Ny]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Fy=h({setup(){return{context:C($)}}});function Iy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M12 3L12 21M12 21L20.5 12.5M12 21L3.5 12.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Ly=Oy(Fy,[[`render`,Iy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Ry=h({setup(){return{context:C($)}}});function zy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M3 12L21 12M21 12L12.5 3.5M21 12L12.5 20.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var By=Oy(Ry,[[`render`,zy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Vy=h({setup(){return{context:C($)}}});function Hy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M12 11.6667H8M12 11.6667C12 11.6667 15.3333 11.6667 15.3333 8.33333C15.3333 5.00002 12 5 12 5C12 5 12 5 12 5H8.6C8.26863 5 8 5.26863 8 5.6V11.6667M12 11.6667C12 11.6667 16 11.6667 16 15.3333C16 19 12 19 12 19C12 19 12 19 12 19H8.6C8.26863 19 8 18.7314 8 18.4V11.6667`,stroke:`currentColor`,"stroke-width":`1.5`},null,-1)],16)}var Uy=Oy(Vy,[[`render`,Hy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Wy=h({setup(){return{context:C($)}}});function Gy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M6 20L18 20`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M12 4V16M12 16L15.5 12.5M12 16L8.5 12.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Ky=Oy(Wy,[[`render`,Gy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var qy=h({setup(){return{context:C($)}}});function Jy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M11 5L14 5M17 5L14 5M14 5L10 19M10 19L7 19M10 19L13 19`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Yy=Oy(qy,[[`render`,Jy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Xy=h({setup(){return{context:C($)}}});function Zy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,6)],16)}var Qy=Oy(Xy,[[`render`,Zy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var $y=h({setup(){return{context:C($)}}});function eb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,7)],16)}var tb=Oy($y,[[`render`,eb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var nb=h({setup(){return{context:C($)}}});function rb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M8 21H20.4C20.7314 21 21 20.7314 21 20.4V3.6C21 3.26863 20.7314 3 20.4 3H3.6C3.26863 3 3 3.26863 3 3.6V16`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M3.5 20.5L12 12M12 12V16M12 12H8`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var ib=Oy(nb,[[`render`,rb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var ab=h({setup(){return{context:C($)}}});function ob(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,5)],16)}var sb=Oy(ab,[[`render`,ob]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var cb=h({setup(){return{context:C($)}}});function lb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M3 12L21 12`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M16.2857 3L10.068 3C7.82129 3 6 4.82129 6 7.06797C6 8.81895 7.12044 10.3735 8.78157 10.9272L12 12M6 21H13.932C16.1787 21 18 19.1787 18 16.932C18 16.2409 17.8255 15.5804 17.512 15`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var ub=Oy(cb,[[`render`,lb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var db=h({setup(){return{context:C($)}}});function fb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,5)],16)}var pb=Oy(db,[[`render`,fb]]),mb=h({setup(){return{context:C($)}}});function hb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M3 12H7.5H12H16.5H21M3 12V16.5M3 12V7.5M21 12V16.5M21 12V7.5M3 16.5V20.4C3 20.7314 3.26863 21 3.6 21H7.5H12H16.5H20.4C20.7314 21 21 20.7314 21 20.4V16.5M3 16.5H7.5H12H16.5H21M21 7.5V3.6C21 3.26863 20.7314 3 20.4 3H16.5H12H7.5H3.6C3.26863 3 3 3.26863 3 3.6V7.5M21 7.5H16.5H12H7.5H3`,stroke:`currentColor`,"stroke-width":`1.5`},null,-1)],16)}var gb=Oy(mb,[[`render`,hb]]),_b=h({setup(){return{context:C($)}}});function vb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,7)],16)}var yb=Oy(_b,[[`render`,vb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var bb=h({setup(){return{context:C($)}}});function xb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M16 5V11C16 13.2091 14.2091 15 12 15V15C9.79086 15 8 13.2091 8 11V5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M6 19L18 19`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Sb=Oy(bb,[[`render`,xb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Cb={name:`EditPagesComponent`,components:{EditorContent:pf,WorshipDialog:Uv,AddImageDialog:de,BoldIcon:Uy,ItalicIcon:Yy,UnderlineIcon:Sb,StrikethroughIcon:ub,ListIcon:Qy,NumberedListLeftIcon:tb,TableIcon:yb,Table2ColumnsIcon:pb,ArrowDownIcon:Ly,ArrowRightIcon:By,TableRowsIcon:gb,AlignTopBoxIcon:Py,AlignLeftBoxIcon:jy,StatsReportIcon:sb,AddEventDialog:ly,AddContactDialog:ey,AddLinkDialog:my,AddDownloadDialog:by,AddInstitutionDialog:Dy,OpenInWindowIcon:ib,DownloadIcon:Ky},setup(){let e=ce(),n=i([]),r=i(``),a=te(()=>e.state.pageContent),o=i(null),s=i(null),c=i(null),l=i(null),u=i(null),d=i(null),f=i(null),p=i(null),m=mf({extensions:[wg,Dv.configure({resizable:!0}),mv,Lv,Rv,Sf,Rf,Ph,Mh,nh,Ch,Mf.configure({levels:[3,4,5,6]}),Xm.configure({openOnClick:!1}),jv,Nv],content:``,onUpdate:({editor:t})=>{e.commit(`SET_PAGE_CONTENT`,t.getHTML())}}),h=(e,t,n=``)=>{e.forEach(e=>{let r=n?`${n} -> ${e.name}`:e.name;t.push({...e,name:r}),e.submenu&&e.submenu.length&&h(e.submenu,t,r)})},g=async()=>{try{let t=(await le.get(`/menu-data`)).data,r=[];h(t,r),n.value=r.sort((e,t)=>e.name.localeCompare(t.name)),e.commit(`setMenuData`,t)}catch(e){console.error(`Fehler beim Abrufen der Seiten:`,e)}},_=async()=>{try{await e.dispatch(`loadPageContent`,r.value);let t=e.getters.pageContent,n=()=>{m.value&&m.value.commands?m.value.commands.setContent(t,!1):setTimeout(n,100)};n()}catch(e){console.error(`Fehler beim Laden des Seiteninhalts:`,e)}},v=async()=>{try{let t=n.value.find(e=>e.link===r.value)?.name||``;if(!t)return;let i=m.value.getHTML();e.commit(`SET_PAGE_CONTENT`,i),await e.dispatch(`savePageContent`,{link:r.value,name:t})}catch(e){console.error(`Fehler beim Speichern des Seiteninhalts:`,e)}};t(g);let y=te(()=>n.value);return ee(r,t=>{e.dispatch(`setSelectedPage`,t);let r=n.value.find(e=>e.link===t);r&&e.dispatch(`setPageTitle`,r.name),_()}),{pages:n,sortedPages:y,selectedPage:r,editor:m,loadPageContent:_,savePageContent:v,pageHtmlContent:a,openWorshipDialog:()=>{o.value.openWorshipDialog()},insertWorshipList:e=>{if(m.value){let t={location:e,order:`date asc`};m.value.chain().focus().insertContent(`{{ worshipslist:`+JSON.stringify(t)+` }}`).run()}},worshipDialog:o,addImageDialog:s,openAddImageDialog:()=>{s.value.openAddImageDialog()},insertImage:e=>{m.value&&m.value.chain().focus().insertContent(`{{ image:${e} }}`).run()},addEventDialog:c,openAddEventsDialog:()=>{c.value.openAddEventDialog()},addContactDialog:l,openAddContactDialog:()=>{l.value.openAddContactDialog()},insertContact:e=>{m.value&&m.value.chain().focus().insertContent(e).run()},insertEvent:e=>{m.value&&m.value.chain().focus().insertContent(e).run()},addLinkDialog:u,openAddLinkDialog:()=>{u.value.openAddLinkDialog()},insertLink:(e,t)=>{if(!m.value||!e)return;let n=m.value.state.doc.textBetween(m.value.state.selection.from,m.value.state.selection.to),r=(e=>e.replace(/[&<>"']/g,e=>({"&":`&`,"<":`<`,">":`>`,'"':`"`,"'":`'`})[e]))(t&&t.trim()||n||e),i=e.trim();m.value.chain().focus().insertContent(`${r}`).run()},addDownloadDialog:d,openAddDownloadDialog:()=>{d.value.openAddDownloadDialog()},insertDownload:({hash:e})=>{if(e&&m.value){let t=`{{ download:`+e+` }}`;m.value.chain().focus().insertContent(t).run()}},addInstitutionDialog:f,openAddInstitutionDialog:()=>{f.value.openAddInstitutionDialog()},insertInstitution:e=>{m.value&&m.value.chain().focus().insertContent(e).run()},colorPicker:p,openColorPicker:()=>{p.value.click()},setColor:e=>{let t=e.target.value;m.value&&m.value.chain().focus().setColor(t).run()},toggleHeading:e=>{m.value.chain().focus().toggleHeading({level:e}).run()},toggleBold:()=>{m.value.chain().focus().toggleBold().run()},toggleItalic:()=>{m.value.chain().focus().toggleItalic().run()},toggleUnderline:()=>{m.value.chain().focus().toggleUnderline().run()},toggleStrike:()=>{m.value.chain().focus().toggleStrike().run()},insertTable:()=>{m.value.chain().focus().insertTable({rows:3,cols:3,withHeaderRow:!0}).run()},toggleBulletList:()=>{m.value.chain().focus().toggleBulletList().run()},toggleOrderedList:()=>{m.value.chain().focus().toggleOrderedList().run()}}}},wb={class:`edit-pages`},Tb=[`value`],Eb={class:`toolbar`},Db={class:`table-toolbar`},Ob={class:`additional-toolbar`},kb={class:y([`htmleditor`])};function Ab(e,t,r,i,o,c){let l=s(`BoldIcon`),u=s(`ItalicIcon`),d=s(`UnderlineIcon`),h=s(`StrikethroughIcon`),ee=s(`TableIcon`),v=s(`ListIcon`),b=s(`NumberedListLeftIcon`),te=s(`StatsReportIcon`),ne=s(`OpenInWindowIcon`),x=s(`DownloadIcon`),re=s(`ArrowDownIcon`),ie=s(`Table2ColumnsIcon`),C=s(`ArrowRightIcon`),ae=s(`TableRowsIcon`),oe=s(`AlignTopBoxIcon`),w=s(`AlignLeftBoxIcon`),ce=s(`EditorContent`),le=s(`WorshipDialog`),ue=s(`AddImageDialog`),de=s(`AddContactDialog`),T=s(`AddEventDialog`),fe=s(`AddLinkDialog`),pe=s(`AddDownloadDialog`),E=s(`AddInstitutionDialog`);return S(),m(`div`,wb,[t[33]||=f(`h2`,null,`Webseiten bearbeiten`,-1),f(`div`,null,[t[32]||=f(`label`,{for:`page-select`},`Wähle eine Seite:`,-1),a(f(`select`,{id:`page-select`,"onUpdate:modelValue":t[0]||=e=>i.selectedPage=e,onChange:t[1]||=(...e)=>i.loadPageContent&&i.loadPageContent(...e)},[(S(!0),m(_,null,n(i.sortedPages,e=>(S(),m(`option`,{key:e.link,value:e.link},p(e.name),9,Tb))),128))],544),[[se,i.selectedPage]])]),f(`div`,Eb,[f(`button`,{onClick:t[2]||=e=>i.toggleHeading(3),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:3})})},`H3`,2),f(`button`,{onClick:t[3]||=e=>i.toggleHeading(4),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:4})})},`H4`,2),f(`button`,{onClick:t[4]||=e=>i.toggleHeading(5),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:5})})},`H5`,2),f(`button`,{onClick:t[5]||=e=>i.toggleHeading(6),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:6})})},`H6`,2),f(`button`,{onClick:t[6]||=e=>i.toggleBold(),class:y({"is-active":i.editor&&i.editor.isActive(`bold`)}),width:`24`,height:`24`},[g(l,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[7]||=e=>i.toggleItalic(),class:y({"is-active":i.editor&&i.editor.isActive(`italic`)})},[g(u,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[8]||=e=>i.toggleUnderline(),class:y({"is-active":i.editor&&i.editor.isActive(`underline`)})},[g(d,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[9]||=e=>i.toggleStrike(),class:y({"is-active":i.editor&&i.editor.isActive(`strike`)})},[g(h,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[10]||=e=>i.insertTable()},[g(ee,{width:`24`,height:`24`})]),f(`button`,{onClick:t[11]||=e=>i.toggleBulletList(),class:y({"is-active":i.editor&&i.editor.isActive(`bulletList`)})},[g(v,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[12]||=e=>i.toggleOrderedList(),class:y({"is-active":i.editor&&i.editor.isActive(`orderedList`)})},[g(b,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[13]||=(...e)=>i.openAddImageDialog&&i.openAddImageDialog(...e)},[g(te,{width:`24`,height:`24`})]),f(`button`,{onClick:t[14]||=(...e)=>i.openAddLinkDialog&&i.openAddLinkDialog(...e)},[g(ne,{width:`24`,height:`24`})]),f(`button`,{onClick:t[15]||=(...e)=>i.openAddDownloadDialog&&i.openAddDownloadDialog(...e)},[g(x,{width:`24`,height:`24`})]),f(`button`,{onClick:t[16]||=(...e)=>i.openColorPicker&&i.openColorPicker(...e)},`Schriftfarbe`),f(`input`,{type:`color`,ref:`colorPicker`,onInput:t[17]||=(...e)=>i.setColor&&i.setColor(...e),style:{display:`none`}},null,544)]),f(`div`,Db,[f(`button`,{onClick:t[18]||=t=>e.addColumnBefore()},[g(re,{width:`10`,height:`10`,class:`align-top`}),g(ie,{width:`24`,height:`24`})]),f(`button`,{onClick:t[19]||=t=>e.addColumnAfter()},[g(ie,{width:`24`,height:`24`}),g(re,{width:`10`,height:`10`,class:`align-top`})]),f(`button`,{onClick:t[20]||=t=>e.addRowBefore()},[g(C,{width:`10`,height:`10`,class:`align-top`}),g(ae,{width:`24`,height:`24`})]),f(`button`,{onClick:t[21]||=t=>e.addRowAfter()},[g(C,{width:`10`,height:`10`}),g(ae,{width:`24`,height:`24`})]),f(`button`,{onClick:t[22]||=t=>e.deleteColumn()},[g(ie,{width:`24`,height:`24`,class:`delete-icon`})]),f(`button`,{onClick:t[23]||=t=>e.deleteRow()},[g(ae,{width:`24`,height:`24`,class:`delete-icon`})]),f(`button`,{onClick:t[24]||=t=>e.toggleHeaderColumn()},[g(oe,{width:`24`,height:`24`})]),f(`button`,{onClick:t[25]||=t=>e.toggleHeaderRow()},[g(w,{width:`24`,height:`24`})])]),f(`div`,Ob,[f(`button`,{onClick:t[26]||=(...e)=>i.openAddEventsDialog&&i.openAddEventsDialog(...e)},`Events`),f(`button`,{onClick:t[27]||=(...e)=>i.openAddContactDialog&&i.openAddContactDialog(...e)},`Kontaktpersonen`),f(`button`,{onClick:t[28]||=(...e)=>i.openAddInstitutionDialog&&i.openAddInstitutionDialog(...e)},`Institutionen`),f(`button`,{onClick:t[29]||=(...e)=>i.openWorshipDialog&&i.openWorshipDialog(...e)},`Gottesdienste`)]),f(`div`,kb,[g(ce,{editor:i.editor},null,8,[`editor`])]),f(`button`,{onClick:t[30]||=(...e)=>i.savePageContent&&i.savePageContent(...e)},`Speichern`),g(le,{ref:`worshipDialog`,onConfirm:i.insertWorshipList},null,8,[`onConfirm`]),g(ue,{ref:`addImageDialog`,onConfirm:i.insertImage},null,8,[`onConfirm`]),g(de,{ref:`addContactDialog`,onConfirm:i.insertContact},null,8,[`onConfirm`]),g(T,{ref:`addEventDialog`,onConfirm:i.insertEvent},null,8,[`onConfirm`]),g(fe,{ref:`addLinkDialog`,onConfirm:i.insertLink},null,8,[`onConfirm`]),g(pe,{ref:`addDownloadDialog`,onConfirm:i.insertDownload},null,8,[`onConfirm`]),g(E,{ref:`addInstitutionDialog`,onConfirm:i.insertInstitution},null,8,[`onConfirm`]),f(`input`,{type:`color`,ref:`colorPicker`,onInput:t[31]||=(...e)=>i.setColor&&i.setColor(...e),style:{display:`none`}},null,544)])}var jb=ne(Cb,[[`render`,Ab],[`__scopeId`,`data-v-f49d356d`]]);export{jb as default}; +//# sourceMappingURL=EditPagesComponent-C9IBz-2U.js.map \ No newline at end of file diff --git a/public/assets/EditPagesComponent-DKTXMw29.js b/public/assets/EditPagesComponent-DKTXMw29.js new file mode 100644 index 0000000..6f25fc7 --- /dev/null +++ b/public/assets/EditPagesComponent-DKTXMw29.js @@ -0,0 +1,147 @@ +import{A as e,C as t,E as n,F as r,L as i,M as a,N as o,O as s,S as c,V as l,_ as u,b as d,c as f,ct as p,d as m,g as h,h as g,i as _,k as ee,m as v,ot as y,p as b,s as te,t as ne,u as x,v as re,w as S,x as ie,y as C,z as ae}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as oe,i as se,r as w}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{a as ce}from"./vuex.esm-bundler-CDO_-3pz.js";import{i as le}from"./router-CbChscq0.js";import{t as ue}from"./vue-multiselect.esm-Cg9K2y4Y.js";import{t as de}from"./AddImageDialog-BCivX9P-.js";function T(e){this.content=e}T.prototype={constructor:T,find:function(e){for(var t=0;t>1}},T.from=function(e){if(e instanceof T)return e;var t=[];if(e)for(var n in e)t.push(n,e[n]);return new T(t)};function fe(e,t,n){for(let r=0;;r++){if(r==e.childCount||r==t.childCount)return e.childCount==t.childCount?null:n;let i=e.child(r),a=t.child(r);if(i==a){n+=i.nodeSize;continue}if(!i.sameMarkup(a))return n;if(i.isText&&i.text!=a.text){for(let e=0;i.text[e]==a.text[e];e++)n++;return n}if(i.content.size||a.content.size){let e=fe(i.content,a.content,n+1);if(e!=null)return e}n+=i.nodeSize}}function pe(e,t,n,r){for(let i=e.childCount,a=t.childCount;;){if(i==0||a==0)return i==a?null:{a:n,b:r};let o=e.child(--i),s=t.child(--a),c=o.nodeSize;if(o==s){n-=c,r-=c;continue}if(!o.sameMarkup(s))return{a:n,b:r};if(o.isText&&o.text!=s.text){let e=0,t=Math.min(o.text.length,s.text.length);for(;ee&&n(s,r+o,i||null,a)!==!1&&s.content.size){let i=o+1;s.nodesBetween(Math.max(0,e-i),Math.min(s.content.size,t-i),n,r+i)}o=c}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,t,n,r){let i=``,a=!0;return this.nodesBetween(e,t,(o,s)=>{let c=o.isText?o.text.slice(Math.max(e,s)-s,t-s):o.isLeaf?r?typeof r==`function`?r(o):r:o.type.spec.leafText?o.type.spec.leafText(o):``:``;o.isBlock&&(o.isLeaf&&c||o.isTextblock)&&n&&(a?a=!1:i+=n),i+=c},0),i}append(t){if(!t.size)return this;if(!this.size)return t;let n=this.lastChild,r=t.firstChild,i=this.content.slice(),a=0;for(n.isText&&n.sameMarkup(r)&&(i[i.length-1]=n.withText(n.text+r.text),a=1);at)for(let e=0,a=0;at&&((an)&&(o=o.isText?o.cut(Math.max(0,t-a),Math.min(o.text.length,n-a)):o.cut(Math.max(0,t-a-1),Math.min(o.content.size,n-a-1))),r.push(o),i+=o.nodeSize),a=s}return new e(r,i)}cutByIndex(t,n){return t==n?e.empty:t==0&&n==this.content.length?this:new e(this.content.slice(t,n))}replaceChild(t,n){let r=this.content[t];if(r==n)return this;let i=this.content.slice(),a=this.size+n.nodeSize-r.nodeSize;return i[t]=n,new e(i,a)}addToStart(t){return new e([t].concat(this.content),this.size+t.nodeSize)}addToEnd(t){return new e(this.content.concat(t),this.size+t.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let t=0;tthis.size||e<0)throw RangeError(`Position ${e} outside of fragment (${this})`);for(let t=0,n=0;;t++){let r=this.child(t),i=n+r.nodeSize;if(i>=e)return i==e?he(t+1,i):he(t,n);n=i}}toString(){return`<`+this.toStringInner()+`>`}toStringInner(){return this.content.join(`, `)}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(t,n){if(!n)return e.empty;if(!Array.isArray(n))throw RangeError(`Invalid input for Fragment.fromJSON`);return new e(n.map(t.nodeFromJSON))}static fromArray(t){if(!t.length)return e.empty;let n,r=0;for(let e=0;ethis.type.rank&&(t||=e.slice(0,r),t.push(this),n=!0),t&&t.push(i)}return t||=e.slice(),n||t.push(this),t}removeFromSet(e){for(let t=0;te.type.rank-t.type.rank),n}};D.none=[];var _e=class extends Error{},O=class e{constructor(e,t,n){this.content=e,this.openStart=t,this.openEnd=n}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(t,n){let r=ye(this.content,t+this.openStart,n);return r&&new e(r,this.openStart,this.openEnd)}removeBetween(t,n){return new e(ve(this.content,t+this.openStart,n+this.openStart),this.openStart,this.openEnd)}eq(e){return this.content.eq(e.content)&&this.openStart==e.openStart&&this.openEnd==e.openEnd}toString(){return this.content+`(`+this.openStart+`,`+this.openEnd+`)`}toJSON(){if(!this.content.size)return null;let e={content:this.content.toJSON()};return this.openStart>0&&(e.openStart=this.openStart),this.openEnd>0&&(e.openEnd=this.openEnd),e}static fromJSON(t,n){if(!n)return e.empty;let r=n.openStart||0,i=n.openEnd||0;if(typeof r!=`number`||typeof i!=`number`)throw RangeError(`Invalid input for Slice.fromJSON`);return new e(E.fromJSON(t,n.content),r,i)}static maxOpen(t,n=!0){let r=0,i=0;for(let e=t.firstChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.firstChild)r++;for(let e=t.lastChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.lastChild)i++;return new e(t,r,i)}};O.empty=new O(E.empty,0,0);function ve(e,t,n){let{index:r,offset:i}=e.findIndex(t),a=e.maybeChild(r),{index:o,offset:s}=e.findIndex(n);if(i==t||a.isText){if(s!=n&&!e.child(o).isText)throw RangeError(`Removing non-flat range`);return e.cut(0,t).append(e.cut(n))}if(r!=o)throw RangeError(`Removing non-flat range`);return e.replaceChild(r,a.copy(ve(a.content,t-i-1,n-i-1)))}function ye(e,t,n,r){let{index:i,offset:a}=e.findIndex(t),o=e.maybeChild(i);if(a==t||o.isText)return r&&!r.canReplace(i,i,n)?null:e.cut(0,t).append(n).append(e.cut(t));let s=ye(o.content,t-a-1,n,o);return s&&e.replaceChild(i,o.copy(s))}function be(e,t,n){if(n.openStart>e.depth)throw new _e(`Inserted content deeper than insertion position`);if(e.depth-n.openStart!=t.depth-n.openEnd)throw new _e(`Inconsistent open depths`);return xe(e,t,n,0)}function xe(e,t,n,r){let i=e.index(r),a=e.node(r);if(i==t.index(r)&&r=0&&e.isText&&e.sameMarkup(t[n])?t[n]=e.withText(t[n].text+e.text):t.push(e)}function Te(e,t,n,r){let i=(t||e).node(n),a=0,o=t?t.index(n):i.childCount;e&&(a=e.index(n),e.depth>n?a++:e.textOffset&&(we(e.nodeAfter,r),a++));for(let e=a;ei&&Ce(e,t,i+1),o=r.depth>i&&Ce(n,r,i+1),s=[];return Te(null,e,i,s),a&&o&&t.index(i)==n.index(i)?(Se(a,o),we(Ee(a,De(e,t,n,r,i+1)),s)):(a&&we(Ee(a,Oe(e,t,i+1)),s),Te(t,n,i,s),o&&we(Ee(o,Oe(n,r,i+1)),s)),Te(r,null,i,s),new E(s)}function Oe(e,t,n){let r=[];return Te(null,e,n,r),e.depth>n&&we(Ee(Ce(e,t,n+1),Oe(e,t,n+1)),r),Te(t,null,n,r),new E(r)}function ke(e,t){let n=t.depth-e.openStart,r=t.node(n).copy(e.content);for(let e=n-1;e>=0;e--)r=t.node(e).copy(E.from(r));return{start:r.resolveNoCache(e.openStart+n),end:r.resolveNoCache(r.content.size-e.openEnd-n)}}var Ae=class e{constructor(e,t,n){this.pos=e,this.path=t,this.parentOffset=n,this.depth=t.length/3-1}resolveDepth(e){return e==null?this.depth:e<0?this.depth+e:e}get parent(){return this.node(this.depth)}get doc(){return this.node(0)}node(e){return this.path[this.resolveDepth(e)*3]}index(e){return this.path[this.resolveDepth(e)*3+1]}indexAfter(e){return e=this.resolveDepth(e),this.index(e)+(e==this.depth&&!this.textOffset?0:1)}start(e){return e=this.resolveDepth(e),e==0?0:this.path[e*3-1]+1}end(e){return e=this.resolveDepth(e),this.start(e)+this.node(e).content.size}before(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position before the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]}after(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position after the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]+this.path[e*3].nodeSize}get textOffset(){return this.pos-this.path[this.path.length-1]}get nodeAfter(){let e=this.parent,t=this.index(this.depth);if(t==e.childCount)return null;let n=this.pos-this.path[this.path.length-1],r=e.child(t);return n?e.child(t).cut(n):r}get nodeBefore(){let e=this.index(this.depth),t=this.pos-this.path[this.path.length-1];return t?this.parent.child(e).cut(0,t):e==0?null:this.parent.child(e-1)}posAtIndex(e,t){t=this.resolveDepth(t);let n=this.path[t*3],r=t==0?0:this.path[t*3-1]+1;for(let t=0;t0;t--)if(this.start(t)<=e&&this.end(t)>=e)return t;return 0}blockRange(e=this,t){if(e.pos=0;n--)if(e.pos<=this.end(n)&&(!t||t(this.node(n))))return new Pe(this,e,n);return null}sameParent(e){return this.pos-this.parentOffset==e.pos-e.parentOffset}max(e){return e.pos>this.pos?e:this}min(e){return e.pos=0&&n<=t.content.size))throw RangeError(`Position `+n+` out of range`);let r=[],i=0,a=n;for(let e=t;;){let{index:t,offset:n}=e.content.findIndex(a),o=a-n;if(r.push(e,t,i+n),!o||(e=e.child(t),e.isText))break;a=o-1,i+=n+1}return new e(n,r,a)}static resolveCached(t,n){let r=Ne.get(t);if(r)for(let e=0;ee&&this.nodesBetween(e,t,e=>(n.isInSet(e.marks)&&(r=!0),!r)),r}get isBlock(){return this.type.isBlock}get isTextblock(){return this.type.isTextblock}get inlineContent(){return this.type.inlineContent}get isInline(){return this.type.isInline}get isText(){return this.type.isText}get isLeaf(){return this.type.isLeaf}get isAtom(){return this.type.isAtom}toString(){if(this.type.spec.toDebugString)return this.type.spec.toDebugString(this);let e=this.type.name;return this.content.size&&(e+=`(`+this.content.toStringInner()+`)`),Re(this.marks,e)}contentMatchAt(e){let t=this.type.contentMatch.matchFragment(this.content,0,e);if(!t)throw Error(`Called contentMatchAt on a node with invalid content`);return t}canReplace(e,t,n=E.empty,r=0,i=n.childCount){let a=this.contentMatchAt(e).matchFragment(n,r,i),o=a&&a.matchFragment(this.content,t);if(!o||!o.validEnd)return!1;for(let e=r;ee.type.name)}`);this.content.forEach(e=>e.check())}toJSON(){let e={type:this.type.name};for(let t in this.attrs){e.attrs=this.attrs;break}return this.content.size&&(e.content=this.content.toJSON()),this.marks.length&&(e.marks=this.marks.map(e=>e.toJSON())),e}static fromJSON(e,t){if(!t)throw RangeError(`Invalid input for Node.fromJSON`);let n;if(t.marks){if(!Array.isArray(t.marks))throw RangeError(`Invalid mark data for Node.fromJSON`);n=t.marks.map(e.markFromJSON)}if(t.type==`text`){if(typeof t.text!=`string`)throw RangeError(`Invalid text node in JSON`);return e.text(t.text,n)}let r=E.fromJSON(e,t.content),i=e.nodeType(t.type).create(t.attrs,r,n);return i.type.checkAttrs(i.attrs),i}};Ie.prototype.text=void 0;var Le=class e extends Ie{constructor(e,t,n,r){if(super(e,t,null,r),!n)throw RangeError(`Empty text nodes are not allowed`);this.text=n}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):Re(this.marks,JSON.stringify(this.text))}get textContent(){return this.text}textBetween(e,t){return this.text.slice(e,t)}get nodeSize(){return this.text.length}mark(t){return t==this.marks?this:new e(this.type,this.attrs,this.text,t)}withText(t){return t==this.text?this:new e(this.type,this.attrs,t,this.marks)}cut(e=0,t=this.text.length){return e==0&&t==this.text.length?this:this.withText(this.text.slice(e,t))}eq(e){return this.sameMarkup(e)&&this.text==e.text}toJSON(){let e=super.toJSON();return e.text=this.text,e}};function Re(e,t){for(let n=e.length-1;n>=0;n--)t=e[n].type.name+`(`+t+`)`;return t}var ze=class e{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(t,n){let r=new Be(t,n);if(r.next==null)return e.empty;let i=Ve(r);r.next&&r.err(`Unexpected trailing text`);let a=Ze(Je(i));return Qe(a,r),a}matchType(e){for(let t=0;te.createAndFill()));for(let e=0;e=this.next.length)throw RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function t(n){e.push(n);for(let r=0;r{let r=n+(t.validEnd?`*`:` `)+` `;for(let n=0;n`+e.indexOf(t.next[n].next);return r}).join(` +`)}};ze.empty=new ze(!0);var Be=class{constructor(e,t){this.string=e,this.nodeTypes=t,this.inline=null,this.pos=0,this.tokens=e.split(/\s*(?=\b|\W|$)/),this.tokens[this.tokens.length-1]==``&&this.tokens.pop(),this.tokens[0]==``&&this.tokens.shift()}get next(){return this.tokens[this.pos]}eat(e){return this.next==e&&(this.pos++||!0)}err(e){throw SyntaxError(e+` (in content expression '`+this.string+`')`)}};function Ve(e){let t=[];do t.push(He(e));while(e.eat(`|`));return t.length==1?t[0]:{type:`choice`,exprs:t}}function He(e){let t=[];do t.push(Ue(e));while(e.next&&e.next!=`)`&&e.next!=`|`);return t.length==1?t[0]:{type:`seq`,exprs:t}}function Ue(e){let t=qe(e);for(;;)if(e.eat(`+`))t={type:`plus`,expr:t};else if(e.eat(`*`))t={type:`star`,expr:t};else if(e.eat(`?`))t={type:`opt`,expr:t};else if(e.eat(`{`))t=Ge(e,t);else break;return t}function We(e){/\D/.test(e.next)&&e.err(`Expected number, got '`+e.next+`'`);let t=Number(e.next);return e.pos++,t}function Ge(e,t){let n=We(e),r=n;return e.eat(`,`)&&(r=e.next==`}`?-1:We(e)),e.eat(`}`)||e.err(`Unclosed braced range`),{type:`range`,min:n,max:r,expr:t}}function Ke(e,t){let n=e.nodeTypes,r=n[t];if(r)return[r];let i=[];for(let e in n){let r=n[e];r.isInGroup(t)&&i.push(r)}return i.length==0&&e.err(`No node type or group '`+t+`' found`),i}function qe(e){if(e.eat(`(`)){let t=Ve(e);return e.eat(`)`)||e.err(`Missing closing paren`),t}else if(/\W/.test(e.next))e.err(`Unexpected token '`+e.next+`'`);else{let t=Ke(e,e.next).map(t=>(e.inline==null?e.inline=t.isInline:e.inline!=t.isInline&&e.err(`Mixing inline and block content`),{type:`name`,value:t}));return e.pos++,t.length==1?t[0]:{type:`choice`,exprs:t}}}function Je(e){let t=[[]];return i(a(e,0),n()),t;function n(){return t.push([])-1}function r(e,n,r){let i={term:r,to:n};return t[e].push(i),i}function i(e,t){e.forEach(e=>e.to=t)}function a(e,t){if(e.type==`choice`)return e.exprs.reduce((e,n)=>e.concat(a(n,t)),[]);if(e.type==`seq`)for(let r=0;;r++){let o=a(e.exprs[r],t);if(r==e.exprs.length-1)return o;i(o,t=n())}else if(e.type==`star`){let o=n();return r(t,o),i(a(e.expr,o),o),[r(o)]}else if(e.type==`plus`){let o=n();return i(a(e.expr,t),o),i(a(e.expr,o),o),[r(o)]}else if(e.type==`opt`)return[r(t)].concat(a(e.expr,t));else if(e.type==`range`){let o=t;for(let t=0;t{e[t].forEach(({term:t,to:n})=>{if(!t)return;let r;for(let e=0;e{r||i.push([t,r=[]]),r.indexOf(e)==-1&&r.push(e)})})});let a=t[r.join(`,`)]=new ze(r.indexOf(e.length-1)>-1);for(let e=0;e-1}get whitespace(){return this.spec.whitespace||(this.spec.code?`pre`:`normal`)}hasRequiredAttrs(){for(let e in this.attrs)if(this.attrs[e].isRequired)return!0;return!1}compatibleContent(e){return this==e||this.contentMatch.compatible(e.contentMatch)}computeAttrs(e){return!e&&this.defaultAttrs?this.defaultAttrs:et(this.attrs,e)}create(e=null,t,n){if(this.isText)throw Error(`NodeType.create can't construct text nodes`);return new Ie(this,this.computeAttrs(e),E.from(t),D.setFrom(n))}createChecked(e=null,t,n){return t=E.from(t),this.checkContent(t),new Ie(this,this.computeAttrs(e),t,D.setFrom(n))}createAndFill(e=null,t,n){if(e=this.computeAttrs(e),t=E.from(t),t.size){let e=this.contentMatch.fillBefore(t);if(!e)return null;t=e.append(t)}let r=this.contentMatch.matchFragment(t),i=r&&r.fillBefore(E.empty,!0);return i?new Ie(this,e,t.append(i),D.setFrom(n)):null}validContent(e){let t=this.contentMatch.matchFragment(e);if(!t||!t.validEnd)return!1;for(let t=0;t-1}allowsMarks(e){if(this.markSet==null)return!0;for(let t=0;tr[t]=new e(t,n,i));let i=n.spec.topNode||`doc`;if(!r[i])throw RangeError(`Schema is missing its top node type ('`+i+`')`);if(!r.text)throw RangeError(`Every schema needs a 'text' type`);for(let e in r.text.attrs)throw RangeError(`The text node type should not have attributes`);return r}};function it(e,t,n){let r=n.split(`|`);return n=>{let i=n===null?`null`:typeof n;if(r.indexOf(i)<0)throw RangeError(`Expected value of type ${r} for attribute ${t} on type ${e}, got ${i}`)}}var at=class{constructor(e,t,n){this.hasDefault=Object.prototype.hasOwnProperty.call(n,`default`),this.default=n.default,this.validate=typeof n.validate==`string`?it(e,t,n.validate):n.validate}get isRequired(){return!this.hasDefault}},ot=class e{constructor(e,t,n,r){this.name=e,this.rank=t,this.schema=n,this.spec=r,this.attrs=nt(e,r.attrs),this.excluded=null;let i=$e(this.attrs);this.instance=i?new D(this,i):null}create(e=null){return!e&&this.instance?this.instance:new D(this,et(this.attrs,e))}static compile(t,n){let r=Object.create(null),i=0;return t.forEach((t,a)=>r[t]=new e(t,i++,n,a)),r}removeFromSet(e){for(var t=0;t-1}},st=class{constructor(e){this.linebreakReplacement=null,this.cached=Object.create(null);let t=this.spec={};for(let n in e)t[n]=e[n];t.nodes=T.from(e.nodes),t.marks=T.from(e.marks||{}),this.nodes=rt.compile(this.spec.nodes,this),this.marks=ot.compile(this.spec.marks,this);let n=Object.create(null);for(let e in this.nodes){if(e in this.marks)throw RangeError(e+` can not be both a node and a mark`);let t=this.nodes[e],r=t.spec.content||``,i=t.spec.marks;if(t.contentMatch=n[r]||(n[r]=ze.parse(r,this.nodes)),t.inlineContent=t.contentMatch.inlineContent,t.spec.linebreakReplacement){if(this.linebreakReplacement)throw RangeError(`Multiple linebreak nodes defined`);if(!t.isInline||!t.isLeaf)throw RangeError(`Linebreak replacement nodes must be inline leaf nodes`);this.linebreakReplacement=t}t.markSet=i==`_`?null:i?ct(this,i.split(` `)):i==``||!t.inlineContent?[]:null}for(let e in this.marks){let t=this.marks[e],n=t.spec.excludes;t.excluded=n==null?[t]:n==``?[]:ct(this,n.split(` `))}this.nodeFromJSON=e=>Ie.fromJSON(this,e),this.markFromJSON=e=>D.fromJSON(this,e),this.topNodeType=this.nodes[this.spec.topNode||`doc`],this.cached.wrappings=Object.create(null)}node(e,t=null,n,r){if(typeof e==`string`)e=this.nodeType(e);else if(!(e instanceof rt))throw RangeError(`Invalid node type: `+e);else if(e.schema!=this)throw RangeError(`Node type from different schema used (`+e.name+`)`);return e.createChecked(t,n,r)}text(e,t){let n=this.nodes.text;return new Le(n,n.defaultAttrs,e,D.setFrom(t))}mark(e,t){return typeof e==`string`&&(e=this.marks[e]),e.create(t)}nodeType(e){let t=this.nodes[e];if(!t)throw RangeError(`Unknown node type: `+e);return t}};function ct(e,t){let n=[];for(let r=0;r-1)&&n.push(o=r)}if(!o)throw SyntaxError(`Unknown mark type: '`+t[r]+`'`)}return n}function lt(e){return e.tag!=null}function ut(e){return e.style!=null}var dt=class e{constructor(e,t){this.schema=e,this.rules=t,this.tags=[],this.styles=[];let n=this.matchedStyles=[];t.forEach(e=>{if(lt(e))this.tags.push(e);else if(ut(e)){let t=/[^=]*/.exec(e.style)[0];n.indexOf(t)<0&&n.push(t),this.styles.push(e)}}),this.normalizeLists=!this.tags.some(t=>{if(!/^(ul|ol)\b/.test(t.tag)||!t.node)return!1;let n=e.nodes[t.node];return n.contentMatch.matchType(n)})}parse(e,t={}){let n=new bt(this,t,!1);return n.addAll(e,D.none,t.from,t.to),n.finish()}parseSlice(e,t={}){let n=new bt(this,t,!0);return n.addAll(e,D.none,t.from,t.to),O.maxOpen(n.finish())}matchTag(e,t,n){for(let r=n?this.tags.indexOf(n)+1:0;re.length&&(a.charCodeAt(e.length)!=61||a.slice(e.length+1)!=t))){if(r.getAttrs){let e=r.getAttrs(t);if(e===!1)continue;r.attrs=e||void 0}return r}}}static schemaRules(e){let t=[];function n(e){let n=e.priority==null?50:e.priority,r=0;for(;r{n(e=Ct(e)),e.mark||e.ignore||e.clearMark||(e.mark=t)})}for(let t in e.nodes){let r=e.nodes[t].spec.parseDOM;r&&r.forEach(e=>{n(e=Ct(e)),e.node||e.ignore||e.mark||(e.node=t)})}return t}static fromSchema(t){return t.cached.domParser||(t.cached.domParser=new e(t,e.schemaRules(t)))}},ft={address:!0,article:!0,aside:!0,blockquote:!0,canvas:!0,dd:!0,div:!0,dl:!0,fieldset:!0,figcaption:!0,figure:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,li:!0,noscript:!0,ol:!0,output:!0,p:!0,pre:!0,section:!0,table:!0,tfoot:!0,ul:!0},pt={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},mt={ol:!0,ul:!0},ht=1,gt=2,_t=4;function vt(e,t,n){return t==null?e&&e.whitespace==`pre`?ht|gt:n&~_t:(t?ht:0)|(t===`full`?gt:0)}var yt=class{constructor(e,t,n,r,i,a){this.type=e,this.attrs=t,this.marks=n,this.solid=r,this.options=a,this.content=[],this.activeMarks=D.none,this.match=i||(a&_t?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let t=this.type.contentMatch.fillBefore(E.from(e));if(t)this.match=this.type.contentMatch.matchFragment(t);else{let t=this.type.contentMatch,n;return(n=t.findWrapping(e.type))?(this.match=t,n):null}}return this.match.findWrapping(e.type)}finish(e){if(!(this.options&ht)){let e=this.content[this.content.length-1],t;if(e&&e.isText&&(t=/[ \t\r\n\u000c]+$/.exec(e.text))){let n=e;e.text.length==t[0].length?this.content.pop():this.content[this.content.length-1]=n.withText(n.text.slice(0,n.text.length-t[0].length))}}let t=E.from(this.content);return!e&&this.match&&(t=t.append(this.match.fillBefore(E.empty,!0))),this.type?this.type.create(this.attrs,t,this.marks):t}inlineContext(e){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:e.parentNode&&!ft.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}},bt=class{constructor(e,t,n){this.parser=e,this.options=t,this.isOpen=n,this.open=0,this.localPreserveWS=!1;let r=t.topNode,i,a=vt(null,t.preserveWhitespace,0)|(n?_t:0);i=r?new yt(r.type,r.attrs,D.none,!0,t.topMatch||r.type.contentMatch,a):n?new yt(null,null,D.none,!0,null,a):new yt(e.schema.topNodeType,null,D.none,!0,null,a),this.nodes=[i],this.find=t.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(e,t){e.nodeType==3?this.addTextNode(e,t):e.nodeType==1&&this.addElement(e,t)}addTextNode(e,t){let n=e.nodeValue,r=this.top,i=r.options>?`full`:this.localPreserveWS||(r.options&ht)>0,{schema:a}=this.parser;if(i===`full`||r.inlineContext(e)||/[^ \t\r\n\u000c]/.test(n)){if(!i){if(n=n.replace(/[ \t\r\n\u000c]+/g,` `),/^[ \t\r\n\u000c]/.test(n)&&this.open==this.nodes.length-1){let t=r.content[r.content.length-1],i=e.previousSibling;(!t||i&&i.nodeName==`BR`||t.isText&&/[ \t\r\n\u000c]$/.test(t.text))&&(n=n.slice(1))}}else if(i===`full`)n=n.replace(/\r\n?/g,` +`);else if(a.linebreakReplacement&&/[\r\n]/.test(n)&&this.top.findWrapping(a.linebreakReplacement.create())){let e=n.split(/\r?\n|\r/);for(let n=0;n!n.clearMark(e)):t.concat(this.parser.schema.marks[n.mark].create(n.attrs)),n.consuming===!1)e=n;else break}}return t}addElementByRule(e,t,n,r){let i,a;if(t.node)if(a=this.parser.schema.nodes[t.node],a.isLeaf)this.insertNode(a.create(t.attrs),n,e.nodeName==`BR`)||this.leafFallback(e,n);else{let e=this.enter(a,t.attrs||null,n,t.preserveWhitespace);e&&(i=!0,n=e)}else{let e=this.parser.schema.marks[t.mark];n=n.concat(e.create(t.attrs))}let o=this.top;if(a&&a.isLeaf)this.findInside(e);else if(r)this.addElement(e,n,r);else if(t.getContent)this.findInside(e),t.getContent(e,this.parser.schema).forEach(e=>this.insertNode(e,n,!1));else{let r=e;typeof t.contentElement==`string`?r=e.querySelector(t.contentElement):typeof t.contentElement==`function`?r=t.contentElement(e):t.contentElement&&(r=t.contentElement),this.findAround(e,r,!0),this.addAll(r,n),this.findAround(e,r,!1)}i&&this.sync(o)&&this.open--}addAll(e,t,n,r){let i=n||0;for(let a=n?e.childNodes[n]:e.firstChild,o=r==null?null:e.childNodes[r];a!=o;a=a.nextSibling,++i)this.findAtPoint(e,i),this.addDOM(a,t);this.findAtPoint(e,i)}findPlace(e,t,n){let r,i;for(let t=this.open,a=0;t>=0;t--){let o=this.nodes[t],s=o.findWrapping(e);if(s&&(!r||r.length>s.length+a)&&(r=s,i=o,!s.length))break;if(o.solid){if(n)break;a+=2}}if(!r)return null;this.sync(i);for(let e=0;e(a.type?a.type.allowsMarkType(t.type):wt(t.type,e))?(s=t.addToSet(s),!1):!0),this.nodes.push(new yt(e,t,s,r,null,o)),this.open++,n}closeExtra(e=!1){let t=this.nodes.length-1;if(t>this.open){for(;t>this.open;t--)this.nodes[t-1].content.push(this.nodes[t].finish(e));this.nodes.length=this.open+1}}finish(){return this.open=0,this.closeExtra(this.isOpen),this.nodes[0].finish(!!(this.isOpen||this.options.topOpen))}sync(e){for(let t=this.open;t>=0;t--)if(this.nodes[t]==e)return this.open=t,!0;else this.localPreserveWS&&(this.nodes[t].options|=ht);return!1}get currentPos(){this.closeExtra();let e=0;for(let t=this.open;t>=0;t--){let n=this.nodes[t].content;for(let t=n.length-1;t>=0;t--)e+=n[t].nodeSize;t&&e++}return e}findAtPoint(e,t){if(this.find)for(let n=0;n-1)return e.split(/\s*\|\s*/).some(this.matchesContext,this);let t=e.split(`/`),n=this.options.context,r=!this.isOpen&&(!n||n.parent.type==this.nodes[0].type),i=-(n?n.depth+1:0)+ +!r,a=(e,o)=>{for(;e>=0;e--){let s=t[e];if(s==``){if(e==t.length-1||e==0)continue;for(;o>=i;o--)if(a(e-1,o))return!0;return!1}else{let e=o>0||o==0&&r?this.nodes[o].type:n&&o>=i?n.node(o-i).type:null;if(!e||e.name!=s&&!e.isInGroup(s))return!1;o--}}return!0};return a(t.length-1,this.open)}textblockFromContext(){let e=this.options.context;if(e)for(let t=e.depth;t>=0;t--){let n=e.node(t).contentMatchAt(e.indexAfter(t)).defaultType;if(n&&n.isTextblock&&n.defaultAttrs)return n}for(let e in this.parser.schema.nodes){let t=this.parser.schema.nodes[e];if(t.isTextblock&&t.defaultAttrs)return t}}};function xt(e){for(let t=e.firstChild,n=null;t;t=t.nextSibling){let e=t.nodeType==1?t.nodeName.toLowerCase():null;e&&mt.hasOwnProperty(e)&&n?(n.appendChild(t),t=n):e==`li`?n=t:e&&(n=null)}}function St(e,t){return(e.matches||e.msMatchesSelector||e.webkitMatchesSelector||e.mozMatchesSelector).call(e,t)}function Ct(e){let t={};for(let n in e)t[n]=e[n];return t}function wt(e,t){let n=t.schema.nodes;for(let r in n){let i=n[r];if(!i.allowsMarkType(e))continue;let a=[],o=e=>{a.push(e);for(let n=0;n{if(i.length||e.marks.length){let n=0,a=0;for(;n=0;r--){let i=this.serializeMark(e.marks[r],e.isInline,t);i&&((i.contentDOM||i.dom).appendChild(n),n=i.dom)}return n}serializeMark(e,t,n={}){let r=this.marks[e.type.name];return r&&jt(Dt(n),r(e,t),null,e.attrs)}static renderSpec(e,t,n=null,r){return jt(e,t,n,r)}static fromSchema(t){return t.cached.domSerializer||(t.cached.domSerializer=new e(this.nodesFromSchema(t),this.marksFromSchema(t)))}static nodesFromSchema(e){let t=Et(e.nodes);return t.text||=e=>e.text,t}static marksFromSchema(e){return Et(e.marks)}};function Et(e){let t={};for(let n in e){let r=e[n].spec.toDOM;r&&(t[n]=r)}return t}function Dt(e){return e.document||window.document}var Ot=new WeakMap;function kt(e){let t=Ot.get(e);return t===void 0&&Ot.set(e,t=At(e)),t}function At(e){let t=null;function n(e){if(e&&typeof e==`object`)if(Array.isArray(e))if(typeof e[0]==`string`)t||=[],t.push(e);else for(let t=0;t-1)throw RangeError(`Using an array from an attribute object as a DOM spec. This may be an attempted cross site scripting attack.`);let o=i.indexOf(` `);o>0&&(n=i.slice(0,o),i=i.slice(o+1));let s,c=n?e.createElementNS(n,i):e.createElement(i),l=t[1],u=1;if(l&&typeof l==`object`&&l.nodeType==null&&!Array.isArray(l)){u=2;for(let e in l)if(l[e]!=null){let t=e.indexOf(` `);t>0?c.setAttributeNS(e.slice(0,t),e.slice(t+1),l[e]):e==`style`&&c.style?c.style.cssText=l[e]:c.setAttribute(e,l[e])}}for(let i=u;iu)throw RangeError(`Content hole must be the only child of its parent node`);return{dom:c,contentDOM:c}}else{let{dom:t,contentDOM:i}=jt(e,a,n,r);if(c.appendChild(t),i){if(s)throw RangeError(`Multiple content holes`);s=i}}}return{dom:c,contentDOM:s}}var Mt=65535,Nt=2**16;function Pt(e,t){return e+t*Nt}function Ft(e){return e&Mt}function It(e){return(e-(e&Mt))/Nt}var Lt=1,Rt=2,zt=4,Bt=8,Vt=class{constructor(e,t,n){this.pos=e,this.delInfo=t,this.recover=n}get deleted(){return(this.delInfo&Bt)>0}get deletedBefore(){return(this.delInfo&(Lt|zt))>0}get deletedAfter(){return(this.delInfo&(Rt|zt))>0}get deletedAcross(){return(this.delInfo&zt)>0}},Ht=class e{constructor(t,n=!1){if(this.ranges=t,this.inverted=n,!t.length&&e.empty)return e.empty}recover(e){let t=0,n=Ft(e);if(!this.inverted)for(let e=0;ee)break;let c=this.ranges[o+i],l=this.ranges[o+a],u=s+c;if(e<=u){let i=c?e==s?-1:e==u?1:t:t,a=s+r+(i<0?0:l);if(n)return a;let d=e==(t<0?s:u)?null:Pt(o/3,e-s),f=e==s?Rt:e==u?Lt:zt;return(t<0?e!=s:e!=u)&&(f|=Bt),new Vt(a,f,d)}r+=l-c}return n?e+r:new Vt(e+r,0,null)}touches(e,t){let n=0,r=Ft(t),i=this.inverted?2:1,a=this.inverted?1:2;for(let t=0;te)break;let s=this.ranges[t+i];if(e<=o+s&&t==r*3)return!0;n+=this.ranges[t+a]-s}return!1}forEach(e){let t=this.inverted?2:1,n=this.inverted?1:2;for(let r=0,i=0;r=0;t--){let r=e.getMirror(t);this.appendMap(e._maps[t].invert(),r!=null&&r>t?n-r-1:void 0)}}invert(){let t=new e;return t.appendMappingInverted(this),t}map(e,t=1){if(this.mirror)return this._map(e,t,!0);for(let n=this.from;nn&&t!e.isAtom||!t.type.allowsMarkType(this.mark.type)?e:e.mark(this.mark.addToSet(e.marks)),r),t.openStart,t.openEnd);return Gt.fromReplace(e,this.from,this.to,i)}invert(){return new Jt(this.from,this.to,this.mark)}map(t){let n=t.mapResult(this.from,1),r=t.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new e(n.pos,r.pos,this.mark)}merge(t){return t instanceof e&&t.mark.eq(this.mark)&&this.from<=t.to&&this.to>=t.from?new e(Math.min(this.from,t.from),Math.max(this.to,t.to),this.mark):null}toJSON(){return{stepType:`addMark`,mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`)throw RangeError(`Invalid input for AddMarkStep.fromJSON`);return new e(n.from,n.to,t.markFromJSON(n.mark))}};k.jsonID(`addMark`,qt);var Jt=class e extends k{constructor(e,t,n){super(),this.from=e,this.to=t,this.mark=n}apply(e){let t=e.slice(this.from,this.to),n=new O(Kt(t.content,e=>e.mark(this.mark.removeFromSet(e.marks)),e),t.openStart,t.openEnd);return Gt.fromReplace(e,this.from,this.to,n)}invert(){return new qt(this.from,this.to,this.mark)}map(t){let n=t.mapResult(this.from,1),r=t.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new e(n.pos,r.pos,this.mark)}merge(t){return t instanceof e&&t.mark.eq(this.mark)&&this.from<=t.to&&this.to>=t.from?new e(Math.min(this.from,t.from),Math.max(this.to,t.to),this.mark):null}toJSON(){return{stepType:`removeMark`,mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`)throw RangeError(`Invalid input for RemoveMarkStep.fromJSON`);return new e(n.from,n.to,t.markFromJSON(n.mark))}};k.jsonID(`removeMark`,Jt);var Yt=class e extends k{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return Gt.fail(`No node at mark step's position`);let n=t.type.create(t.attrs,null,this.mark.addToSet(t.marks));return Gt.fromReplace(e,this.pos,this.pos+1,new O(E.from(n),0,+!t.isLeaf))}invert(t){let n=t.nodeAt(this.pos);if(n){let t=this.mark.addToSet(n.marks);if(t.length==n.marks.length){for(let r=0;rr.pos?null:new e(n.pos,r.pos,i,a,this.slice,this.insert,this.structure)}toJSON(){let e={stepType:`replaceAround`,from:this.from,to:this.to,gapFrom:this.gapFrom,gapTo:this.gapTo,insert:this.insert};return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`||typeof n.gapFrom!=`number`||typeof n.gapTo!=`number`||typeof n.insert!=`number`)throw RangeError(`Invalid input for ReplaceAroundStep.fromJSON`);return new e(n.from,n.to,n.gapFrom,n.gapTo,O.fromJSON(t,n.slice),n.insert,!!n.structure)}};k.jsonID(`replaceAround`,Qt);function $t(e,t,n){let r=e.resolve(t),i=n-t,a=r.depth;for(;i>0&&a>0&&r.indexAfter(a)==r.node(a).childCount;)a--,i--;if(i>0){let e=r.node(a).maybeChild(r.indexAfter(a));for(;i>0;){if(!e||e.isLeaf)return!0;e=e.firstChild,i--}}return!1}function en(e,t,n,r){let i=[],a=[],o,s;e.doc.nodesBetween(t,n,(e,c,l)=>{if(!e.isInline)return;let u=e.marks;if(!r.isInSet(u)&&l.type.allowsMarkType(r.type)){let l=Math.max(c,t),d=Math.min(c+e.nodeSize,n),f=r.addToSet(u);for(let e=0;ee.step(t)),a.forEach(t=>e.step(t))}function tn(e,t,n,r){let i=[],a=0;e.doc.nodesBetween(t,n,(e,o)=>{if(!e.isInline)return;a++;let s=null;if(r instanceof ot){let t=e.marks,n;for(;n=r.isInSet(t);)(s||=[]).push(n),t=n.removeFromSet(t)}else r?r.isInSet(e.marks)&&(s=[r]):s=e.marks;if(s&&s.length){let r=Math.min(o+e.nodeSize,n);for(let e=0;ee.step(new Jt(t.from,t.to,t.style)))}function nn(e,t,n,r=n.contentMatch,i=!0){let a=e.doc.nodeAt(t),o=[],s=t+1;for(let t=0;t=0;t--)e.step(o[t])}function rn(e,t,n){return(t==0||e.canReplace(t,e.childCount))&&(n==e.childCount||e.canReplace(0,n))}function an(e){let t=e.parent.content.cutByIndex(e.startIndex,e.endIndex);for(let n=e.depth,r=0,i=0;;--n){let a=e.$from.node(n),o=e.$from.index(n)+r,s=e.$to.indexAfter(n)-i;if(nn;e--)t||r.index(e)>0?(t=!0,u=E.from(r.node(e).copy(u)),d++):c--;let f=E.empty,p=0;for(let e=a,t=!1;e>n;e--)t||i.after(e+1)=0;e--){if(r.size){let t=n[e].type.contentMatch.matchFragment(r);if(!t||!t.validEnd)throw RangeError(`Wrapper type given to Transform.wrap does not form valid content of its parent wrapper`)}r=E.from(n[e].type.create(n[e].attrs,r))}let i=t.start,a=t.end;e.step(new Qt(i,a,i,a,new O(r,0,0),n.length,!0))}function fn(e,t,n,r,i){if(!r.isTextblock)throw RangeError(`Type given to setBlockType should be a textblock`);let a=e.steps.length;e.doc.nodesBetween(t,n,(t,n)=>{let o=typeof i==`function`?i(t):i;if(t.isTextblock&&!t.hasMarkup(r,o)&&hn(e.doc,e.mapping.slice(a).map(n),r)){let i=null;if(r.schema.linebreakReplacement){let e=r.whitespace==`pre`,t=!!r.contentMatch.matchType(r.schema.linebreakReplacement);e&&!t?i=!1:!e&&t&&(i=!0)}i===!1&&mn(e,t,n,a),nn(e,e.mapping.slice(a).map(n,1),r,void 0,i===null);let s=e.mapping.slice(a),c=s.map(n,1),l=s.map(n+t.nodeSize,1);return e.step(new Qt(c,l,c+1,l-1,new O(E.from(r.create(o,null,t.marks)),0,0),1,!0)),i===!0&&pn(e,t,n,a),!1}})}function pn(e,t,n,r){t.forEach((i,a)=>{if(i.isText){let o,s=/\r?\n|\r/g;for(;o=s.exec(i.text);){let i=e.mapping.slice(r).map(n+1+a+o.index);e.replaceWith(i,i+1,t.type.schema.linebreakReplacement.create())}}})}function mn(e,t,n,r){t.forEach((i,a)=>{if(i.type==i.type.schema.linebreakReplacement){let i=e.mapping.slice(r).map(n+1+a);e.replaceWith(i,i+1,t.type.schema.text(` +`))}})}function hn(e,t,n){let r=e.resolve(t),i=r.index();return r.parent.canReplaceWith(i,i+1,n)}function gn(e,t,n,r,i){let a=e.doc.nodeAt(t);if(!a)throw RangeError(`No node at given position`);n||=a.type;let o=n.create(r,null,i||a.marks);if(a.isLeaf)return e.replaceWith(t,t+a.nodeSize,o);if(!n.validContent(a.content))throw RangeError(`Invalid content for node type `+n.name);e.step(new Qt(t,t+a.nodeSize,t+1,t+a.nodeSize-1,new O(E.from(o),0,0),1,!0))}function _n(e,t,n=1,r){let i=e.resolve(t),a=i.depth-n,o=r&&r[r.length-1]||i.parent;if(a<0||i.parent.type.spec.isolating||!i.parent.canReplace(i.index(),i.parent.childCount)||!o.type.validContent(i.parent.content.cutByIndex(i.index(),i.parent.childCount)))return!1;for(let e=i.depth-1,t=n-2;e>a;e--,t--){let n=i.node(e),a=i.index(e);if(n.type.spec.isolating)return!1;let o=n.content.cutByIndex(a,n.childCount),s=r&&r[t+1];s&&(o=o.replaceChild(0,s.type.create(s.attrs)));let c=r&&r[t]||n;if(!n.canReplace(a+1,n.childCount)||!c.type.validContent(o))return!1}let s=i.indexAfter(a),c=r&&r[0];return i.node(a).canReplaceWith(s,s,c?c.type:i.node(a+1).type)}function vn(e,t,n=1,r){let i=e.doc.resolve(t),a=E.empty,o=E.empty;for(let e=i.depth,t=i.depth-n,s=n-1;e>t;e--,s--){a=E.from(i.node(e).copy(a));let t=r&&r[s];o=E.from(t?t.type.create(t.attrs,o):i.node(e).copy(o))}e.step(new Zt(t,t,new O(a.append(o),n,n),!0))}function yn(e,t){let n=e.resolve(t),r=n.index();return xn(n.nodeBefore,n.nodeAfter)&&n.parent.canReplace(r,r+1)}function bn(e,t){t.content.size||e.type.compatibleContent(t.type);let n=e.contentMatchAt(e.childCount),{linebreakReplacement:r}=e.type.schema;for(let i=0;i0?(i=r.node(e+1),o++,a=r.node(e).maybeChild(o)):(i=r.node(e).maybeChild(o-1),a=r.node(e+1)),i&&!i.isTextblock&&xn(i,a)&&r.node(e).canReplace(o,o+1))return t;if(e==0)break;t=n<0?r.before(e):r.after(e)}}function Cn(e,t,n){let r=null,{linebreakReplacement:i}=e.doc.type.schema,a=e.doc.resolve(t-n),o=a.node().type;if(i&&o.inlineContent){let e=o.whitespace==`pre`,t=!!o.contentMatch.matchType(i);e&&!t?r=!1:!e&&t&&(r=!0)}let s=e.steps.length;if(r===!1){let r=e.doc.resolve(t+n);mn(e,r.node(),r.before(),s)}o.inlineContent&&nn(e,t+n-1,o,a.node().contentMatchAt(a.index()),r==null);let c=e.mapping.slice(s),l=c.map(t-n);if(e.step(new Zt(l,c.map(t+n,-1),O.empty,!0)),r===!0){let t=e.doc.resolve(l);pn(e,t.node(),t.before(),e.steps.length)}return e}function wn(e,t,n){let r=e.resolve(t);if(r.parent.canReplaceWith(r.index(),r.index(),n))return t;if(r.parentOffset==0)for(let e=r.depth-1;e>=0;e--){let t=r.index(e);if(r.node(e).canReplaceWith(t,t,n))return r.before(e+1);if(t>0)return null}if(r.parentOffset==r.parent.content.size)for(let e=r.depth-1;e>=0;e--){let t=r.indexAfter(e);if(r.node(e).canReplaceWith(t,t,n))return r.after(e+1);if(t=0;t--){let n=t==r.depth?0:r.pos<=(r.start(t+1)+r.end(t+1))/2?-1:1,a=r.index(t)+ +(n>0),o=r.node(t),s=!1;if(e==1)s=o.canReplace(a,a,i);else{let e=o.contentMatchAt(a).findWrapping(i.firstChild.type);s=e&&o.canReplaceWith(a,a,e[0])}if(s)return n==0?r.pos:n<0?r.before(t+1):r.after(t+1)}return null}function En(e,t,n=t,r=O.empty){if(t==n&&!r.size)return null;let i=e.resolve(t),a=e.resolve(n);return Dn(i,a,r)?new Zt(t,n,r):new On(i,a,r).fit()}function Dn(e,t,n){return!n.openStart&&!n.openEnd&&e.start()==t.start()&&e.parent.canReplace(e.index(),t.index(),n.content)}var On=class{constructor(e,t,n){this.$from=e,this.$to=t,this.unplaced=n,this.frontier=[],this.placed=E.empty;for(let t=0;t<=e.depth;t++){let n=e.node(t);this.frontier.push({type:n.type,match:n.contentMatchAt(e.indexAfter(t))})}for(let t=e.depth;t>0;t--)this.placed=E.from(e.node(t).copy(this.placed))}get depth(){return this.frontier.length-1}fit(){for(;this.unplaced.size;){let e=this.findFittable();e?this.placeNodes(e):this.openMore()||this.dropNode()}let e=this.mustMoveInline(),t=this.placed.size-this.depth-this.$from.depth,n=this.$from,r=this.close(e<0?this.$to:n.doc.resolve(e));if(!r)return null;let i=this.placed,a=n.depth,o=r.depth;for(;a&&o&&i.childCount==1;)i=i.firstChild.content,a--,o--;let s=new O(i,a,o);return e>-1?new Qt(n.pos,e,this.$to.pos,this.$to.end(),s,t):s.size||n.pos!=this.$to.pos?new Zt(n.pos,r.pos,s):null}findFittable(){let e=this.unplaced.openStart;for(let t=this.unplaced.content,n=0,r=this.unplaced.openEnd;n1&&(r=0),i.type.spec.isolating&&r<=n){e=n;break}t=i.content}for(let t=1;t<=2;t++)for(let n=t==1?e:this.unplaced.openStart;n>=0;n--){let e,r=null;n?(r=jn(this.unplaced.content,n-1).firstChild,e=r.content):e=this.unplaced.content;let i=e.firstChild;for(let e=this.depth;e>=0;e--){let{type:a,match:o}=this.frontier[e],s,c=null;if(t==1&&(i?o.matchType(i.type)||(c=o.fillBefore(E.from(i),!1)):r&&a.compatibleContent(r.type)))return{sliceDepth:n,frontierDepth:e,parent:r,inject:c};if(t==2&&i&&(s=o.findWrapping(i.type)))return{sliceDepth:n,frontierDepth:e,parent:r,wrap:s};if(r&&o.matchType(r.type))break}}}openMore(){let{content:e,openStart:t,openEnd:n}=this.unplaced,r=jn(e,t);return!r.childCount||r.firstChild.isLeaf?!1:(this.unplaced=new O(e,t+1,Math.max(n,r.size+t>=e.size-n?t+1:0)),!0)}dropNode(){let{content:e,openStart:t,openEnd:n}=this.unplaced,r=jn(e,t);if(r.childCount<=1&&t>0){let i=e.size-t<=t+r.size;this.unplaced=new O(kn(e,t-1,1),t-1,i?t-1:n)}else this.unplaced=new O(kn(e,t,1),t,n)}placeNodes({sliceDepth:e,frontierDepth:t,parent:n,inject:r,wrap:i}){for(;this.depth>t;)this.closeFrontierNode();if(i)for(let e=0;e1||s==0||e.content.size)&&(u=t,l.push(Mn(e.mark(d.allowedMarks(e.marks)),c==1?s:0,c==o.childCount?f:-1)))}let p=c==o.childCount;p||(f=-1),this.placed=An(this.placed,t,E.from(l)),this.frontier[t].match=u,p&&f<0&&n&&n.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let e=0,t=o;e1&&r==this.$to.end(--n);)++r;return r}findCloseLevel(e){scan:for(let t=Math.min(this.depth,e.depth);t>=0;t--){let{match:n,type:r}=this.frontier[t],i=t=0;n--){let{match:t,type:r}=this.frontier[n],i=Nn(e,n,r,t,!0);if(!i||i.childCount)continue scan}return{depth:t,fit:a,move:i?e.doc.resolve(e.after(t+1)):e}}}}close(e){let t=this.findCloseLevel(e);if(!t)return null;for(;this.depth>t.depth;)this.closeFrontierNode();t.fit.childCount&&(this.placed=An(this.placed,t.depth,t.fit)),e=t.move;for(let n=t.depth+1;n<=e.depth;n++){let t=e.node(n),r=t.type.contentMatch.fillBefore(t.content,!0,e.index(n));this.openFrontierNode(t.type,t.attrs,r)}return e}openFrontierNode(e,t=null,n){let r=this.frontier[this.depth];r.match=r.match.matchType(e),this.placed=An(this.placed,this.depth,E.from(e.create(t,n))),this.frontier.push({type:e,match:e.contentMatch})}closeFrontierNode(){let e=this.frontier.pop().match.fillBefore(E.empty,!0);e.childCount&&(this.placed=An(this.placed,this.frontier.length,e))}};function kn(e,t,n){return t==0?e.cutByIndex(n,e.childCount):e.replaceChild(0,e.firstChild.copy(kn(e.firstChild.content,t-1,n)))}function An(e,t,n){return t==0?e.append(n):e.replaceChild(e.childCount-1,e.lastChild.copy(An(e.lastChild.content,t-1,n)))}function jn(e,t){for(let n=0;n1&&(r=r.replaceChild(0,Mn(r.firstChild,t-1,r.childCount==1?n-1:0))),t>0&&(r=e.type.contentMatch.fillBefore(r).append(r),n<=0&&(r=r.append(e.type.contentMatch.matchFragment(r).fillBefore(E.empty,!0)))),e.copy(r)}function Nn(e,t,n,r,i){let a=e.node(t),o=i?e.indexAfter(t):e.index(t);if(o==a.childCount&&!n.compatibleContent(a.type))return null;let s=r.fillBefore(a.content,!0,o);return s&&!Pn(n,a.content,o)?s:null}function Pn(e,t,n){for(let r=n;r0;e--,t--){let n=i.node(e).type.spec;if(n.defining||n.definingAsContext||n.isolating)break;o.indexOf(e)>-1?s=e:i.before(e)==t&&o.splice(1,0,-e)}let c=o.indexOf(s),l=[],u=r.openStart;for(let e=r.content,t=0;;t++){let n=e.firstChild;if(l.push(n),t==r.openStart)break;e=n.content}for(let e=u-1;e>=0;e--){let t=l[e],n=Fn(t.type);if(n&&!t.sameMarkup(i.node(Math.abs(s)-1)))u=e;else if(n||!t.type.isTextblock)break}for(let t=r.openStart;t>=0;t--){let s=(t+u+1)%(r.openStart+1),d=l[s];if(d)for(let t=0;t=0&&(e.replace(t,n,r),!(e.steps.length>d));s--){let e=o[s];e<0||(t=i.before(e),n=a.after(e))}}function Ln(e,t,n,r,i){if(tr){let t=i.contentMatchAt(0),n=t.fillBefore(e).append(e);e=n.append(t.matchFragment(n).fillBefore(E.empty,!0))}return e}function Rn(e,t,n,r){if(!r.isInline&&t==n&&e.doc.resolve(t).parent.content.size){let i=wn(e.doc,t,r.type);i!=null&&(t=n=i)}e.replaceRange(t,n,new O(E.from(r),0,0))}function zn(e,t,n){let r=e.doc.resolve(t),i=e.doc.resolve(n);if(r.parent.isTextblock&&i.parent.isTextblock&&r.start()!=i.start()&&r.parentOffset==0&&i.parentOffset==0){let a=r.sharedDepth(n),o=!1;for(let e=r.depth;e>a;e--)r.node(e).type.spec.isolating&&(o=!0);for(let e=i.depth;e>a;e--)i.node(e).type.spec.isolating&&(o=!0);if(!o){for(let e=r.depth;e>0&&t==r.start(e);e--)t=r.before(e);for(let e=i.depth;e>0&&n==i.start(e);e--)n=i.before(e);r=e.doc.resolve(t),i=e.doc.resolve(n)}}let a=Bn(r,i);for(let t=0;t0&&(o||r.node(n-1).canReplace(r.index(n-1),i.indexAfter(n-1))))return e.delete(r.before(n),i.after(n))}for(let a=1;a<=r.depth&&a<=i.depth;a++)if(t-r.start(a)==r.depth-a&&n>r.end(a)&&i.end(a)-n!=i.depth-a&&r.start(a-1)==i.start(a-1)&&r.node(a-1).canReplace(r.index(a-1),i.index(a-1)))return e.delete(r.before(a),n);e.delete(t,n)}function Bn(e,t){let n=[],r=Math.min(e.depth,t.depth);for(let i=r;i>=0;i--){let r=e.start(i);if(rt.pos+(t.depth-i)||e.node(i).type.spec.isolating||t.node(i).type.spec.isolating)break;(r==t.start(i)||i==e.depth&&i==t.depth&&e.parent.inlineContent&&t.parent.inlineContent&&i&&t.start(i-1)==r-1)&&n.push(i)}return n}var Vn=class e extends k{constructor(e,t,n){super(),this.pos=e,this.attr=t,this.value=n}apply(e){let t=e.nodeAt(this.pos);if(!t)return Gt.fail(`No node at attribute step's position`);let n=Object.create(null);for(let e in t.attrs)n[e]=t.attrs[e];n[this.attr]=this.value;let r=t.type.create(n,null,t.marks);return Gt.fromReplace(e,this.pos,this.pos+1,new O(E.from(r),0,+!t.isLeaf))}getMap(){return Ht.empty}invert(t){return new e(this.pos,this.attr,t.nodeAt(this.pos).attrs[this.attr])}map(t){let n=t.mapResult(this.pos,1);return n.deletedAfter?null:new e(n.pos,this.attr,this.value)}toJSON(){return{stepType:`attr`,pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(t,n){if(typeof n.pos!=`number`||typeof n.attr!=`string`)throw RangeError(`Invalid input for AttrStep.fromJSON`);return new e(n.pos,n.attr,n.value)}};k.jsonID(`attr`,Vn);var Hn=class e extends k{constructor(e,t){super(),this.attr=e,this.value=t}apply(e){let t=Object.create(null);for(let n in e.attrs)t[n]=e.attrs[n];t[this.attr]=this.value;let n=e.type.create(t,e.content,e.marks);return Gt.ok(n)}getMap(){return Ht.empty}invert(t){return new e(this.attr,t.attrs[this.attr])}map(e){return this}toJSON(){return{stepType:`docAttr`,attr:this.attr,value:this.value}}static fromJSON(t,n){if(typeof n.attr!=`string`)throw RangeError(`Invalid input for DocAttrStep.fromJSON`);return new e(n.attr,n.value)}};k.jsonID(`docAttr`,Hn);var Un=class extends Error{};Un=function e(t){let n=Error.call(this,t);return n.__proto__=e.prototype,n},Un.prototype=Object.create(Error.prototype),Un.prototype.constructor=Un,Un.prototype.name=`TransformError`;var Wn=class{constructor(e){this.doc=e,this.steps=[],this.docs=[],this.mapping=new Ut}get before(){return this.docs.length?this.docs[0]:this.doc}step(e){let t=this.maybeStep(e);if(t.failed)throw new Un(t.failed);return this}maybeStep(e){let t=e.apply(this.doc);return t.failed||this.addStep(e,t.doc),t}get docChanged(){return this.steps.length>0}changedRange(){let e=1e9,t=-1e9;for(let n=0;n{e=Math.min(e,i),t=Math.max(t,a)})}return e==1e9?null:{from:e,to:t}}addStep(e,t){this.docs.push(this.doc),this.steps.push(e),this.mapping.appendMap(e.getMap()),this.doc=t}replace(e,t=e,n=O.empty){let r=En(this.doc,e,t,n);return r&&this.step(r),this}replaceWith(e,t,n){return this.replace(e,t,new O(E.from(n),0,0))}delete(e,t){return this.replace(e,t,O.empty)}insert(e,t){return this.replaceWith(e,e,t)}replaceRange(e,t,n){return In(this,e,t,n),this}replaceRangeWith(e,t,n){return Rn(this,e,t,n),this}deleteRange(e,t){return zn(this,e,t),this}lift(e,t){return on(this,e,t),this}join(e,t=1){return Cn(this,e,t),this}wrap(e,t){return dn(this,e,t),this}setBlockType(e,t=e,n,r=null){return fn(this,e,t,n,r),this}setNodeMarkup(e,t,n=null,r){return gn(this,e,t,n,r),this}setNodeAttribute(e,t,n){return this.step(new Vn(e,t,n)),this}setDocAttribute(e,t){return this.step(new Hn(e,t)),this}addNodeMark(e,t){return this.step(new Yt(e,t)),this}removeNodeMark(e,t){let n=this.doc.nodeAt(e);if(!n)throw RangeError(`No node at position `+e);if(t instanceof D)t.isInSet(n.marks)&&this.step(new Xt(e,t));else{let r=n.marks,i,a=[];for(;i=t.isInSet(r);)a.push(new Xt(e,i)),r=i.removeFromSet(r);for(let e=a.length-1;e>=0;e--)this.step(a[e])}return this}split(e,t=1,n){return vn(this,e,t,n),this}addMark(e,t,n){return en(this,e,t,n),this}removeMark(e,t,n){return tn(this,e,t,n),this}clearIncompatible(e,t,n){return nn(this,e,t,n),this}},Gn=Object.create(null),A=class{constructor(e,t,n){this.$anchor=e,this.$head=t,this.ranges=n||[new Kn(e.min(t),e.max(t))]}get anchor(){return this.$anchor.pos}get head(){return this.$head.pos}get from(){return this.$from.pos}get to(){return this.$to.pos}get $from(){return this.ranges[0].$from}get $to(){return this.ranges[0].$to}get empty(){let e=this.ranges;for(let t=0;t=0;r--){let i=t<0?$n(e.node(0),e.node(r),e.before(r+1),e.index(r),t,n):$n(e.node(0),e.node(r),e.after(r+1),e.index(r)+1,t,n);if(i)return i}return null}static near(e,t=1){return this.findFrom(e,t)||this.findFrom(e,-t)||new Zn(e.node(0))}static atStart(e){return $n(e,e,0,0,1)||new Zn(e)}static atEnd(e){return $n(e,e,e.content.size,e.childCount,-1)||new Zn(e)}static fromJSON(e,t){if(!t||!t.type)throw RangeError(`Invalid input for Selection.fromJSON`);let n=Gn[t.type];if(!n)throw RangeError(`No selection type ${t.type} defined`);return n.fromJSON(e,t)}static jsonID(e,t){if(e in Gn)throw RangeError(`Duplicate use of selection JSON ID `+e);return Gn[e]=t,t.prototype.jsonID=e,t}getBookmark(){return j.between(this.$anchor,this.$head).getBookmark()}};A.prototype.visible=!0;var Kn=class{constructor(e,t){this.$from=e,this.$to=t}},qn=!1;function Jn(e){!qn&&!e.parent.inlineContent&&(qn=!0,console.warn(`TextSelection endpoint not pointing into a node with inline content (`+e.parent.type.name+`)`))}var j=class e extends A{constructor(e,t=e){Jn(e),Jn(t),super(e,t)}get $cursor(){return this.$anchor.pos==this.$head.pos?this.$head:null}map(t,n){let r=t.resolve(n.map(this.head));if(!r.parent.inlineContent)return A.near(r);let i=t.resolve(n.map(this.anchor));return new e(i.parent.inlineContent?i:r,r)}replace(e,t=O.empty){if(super.replace(e,t),t==O.empty){let t=this.$from.marksAcross(this.$to);t&&e.ensureMarks(t)}}eq(t){return t instanceof e&&t.anchor==this.anchor&&t.head==this.head}getBookmark(){return new Yn(this.anchor,this.head)}toJSON(){return{type:`text`,anchor:this.anchor,head:this.head}}static fromJSON(t,n){if(typeof n.anchor!=`number`||typeof n.head!=`number`)throw RangeError(`Invalid input for TextSelection.fromJSON`);return new e(t.resolve(n.anchor),t.resolve(n.head))}static create(e,t,n=t){let r=e.resolve(t);return new this(r,n==t?r:e.resolve(n))}static between(t,n,r){let i=t.pos-n.pos;if((!r||i)&&(r=i>=0?1:-1),!n.parent.inlineContent){let e=A.findFrom(n,r,!0)||A.findFrom(n,-r,!0);if(e)n=e.$head;else return A.near(n,r)}return t.parent.inlineContent||(i==0?t=n:(t=(A.findFrom(t,-r,!0)||A.findFrom(t,r,!0)).$anchor,t.pos0?0:1);i>0?o=0;o+=i){let r=t.child(o);if(!r.isAtom){let t=$n(e,r,n+i,i<0?r.childCount:0,i,a);if(t)return t}else if(!a&&M.isSelectable(r))return M.create(e,n-(i<0?r.nodeSize:0));n+=r.nodeSize*i}return null}function er(e,t,n){let r=e.steps.length-1;if(r{o??=r}),e.setSelection(A.near(e.doc.resolve(o),n))}var tr=1,nr=2,rr=4,ir=class extends Wn{constructor(e){super(e.doc),this.curSelectionFor=0,this.updated=0,this.meta=Object.create(null),this.time=Date.now(),this.curSelection=e.selection,this.storedMarks=e.storedMarks}get selection(){return this.curSelectionFor0}setStoredMarks(e){return this.storedMarks=e,this.updated|=nr,this}ensureMarks(e){return D.sameSet(this.storedMarks||this.selection.$from.marks(),e)||this.setStoredMarks(e),this}addStoredMark(e){return this.ensureMarks(e.addToSet(this.storedMarks||this.selection.$head.marks()))}removeStoredMark(e){return this.ensureMarks(e.removeFromSet(this.storedMarks||this.selection.$head.marks()))}get storedMarksSet(){return(this.updated&nr)>0}addStep(e,t){super.addStep(e,t),this.updated&=~nr,this.storedMarks=null}setTime(e){return this.time=e,this}replaceSelection(e){return this.selection.replace(this,e),this}replaceSelectionWith(e,t=!0){let n=this.selection;return t&&(e=e.mark(this.storedMarks||(n.empty?n.$from.marks():n.$from.marksAcross(n.$to)||D.none))),n.replaceWith(this,e),this}deleteSelection(){return this.selection.replace(this),this}insertText(e,t,n){let r=this.doc.type.schema;if(t==null)return e?this.replaceSelectionWith(r.text(e),!0):this.deleteSelection();{if(n??=t,!e)return this.deleteRange(t,n);let i=this.storedMarks;if(!i){let e=this.doc.resolve(t);i=n==t?e.marks():e.marksAcross(this.doc.resolve(n))}return this.replaceRangeWith(t,n,r.text(e,i)),!this.selection.empty&&this.selection.to==t+e.length&&this.setSelection(A.near(this.selection.$to)),this}}setMeta(e,t){return this.meta[typeof e==`string`?e:e.key]=t,this}getMeta(e){return this.meta[typeof e==`string`?e:e.key]}get isGeneric(){for(let e in this.meta)return!1;return!0}scrollIntoView(){return this.updated|=rr,this}get scrolledIntoView(){return(this.updated&rr)>0}};function ar(e,t){return!t||!e?e:e.bind(t)}var or=class{constructor(e,t,n){this.name=e,this.init=ar(t.init,n),this.apply=ar(t.apply,n)}},sr=[new or(`doc`,{init(e){return e.doc||e.schema.topNodeType.createAndFill()},apply(e){return e.doc}}),new or(`selection`,{init(e,t){return e.selection||A.atStart(t.doc)},apply(e){return e.selection}}),new or(`storedMarks`,{init(e){return e.storedMarks||null},apply(e,t,n,r){return r.selection.$cursor?e.storedMarks:null}}),new or(`scrollToSelection`,{init(){return 0},apply(e,t){return e.scrolledIntoView?t+1:t}})],cr=class{constructor(e,t){this.schema=e,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=sr.slice(),t&&t.forEach(e=>{if(this.pluginsByKey[e.key])throw RangeError(`Adding different instances of a keyed plugin (`+e.key+`)`);this.plugins.push(e),this.pluginsByKey[e.key]=e,e.spec.state&&this.fields.push(new or(e.key,e.spec.state,e))})}},lr=class e{constructor(e){this.config=e}get schema(){return this.config.schema}get plugins(){return this.config.plugins}apply(e){return this.applyTransaction(e).state}filterTransaction(e,t=-1){for(let n=0;ne.toJSON())),e&&typeof e==`object`)for(let n in e){if(n==`doc`||n==`selection`)throw RangeError("The JSON fields `doc` and `selection` are reserved");let r=e[n],i=r.spec.state;i&&i.toJSON&&(t[n]=i.toJSON.call(r,this[r.key]))}return t}static fromJSON(t,n,r){if(!n)throw RangeError(`Invalid input for EditorState.fromJSON`);if(!t.schema)throw RangeError(`Required config field 'schema' missing`);let i=new cr(t.schema,t.plugins),a=new e(i);return i.fields.forEach(e=>{if(e.name==`doc`)a.doc=Ie.fromJSON(t.schema,n.doc);else if(e.name==`selection`)a.selection=A.fromJSON(a.doc,n.selection);else if(e.name==`storedMarks`)n.storedMarks&&(a.storedMarks=n.storedMarks.map(t.schema.markFromJSON));else{if(r)for(let i in r){let o=r[i],s=o.spec.state;if(o.key==e.name&&s&&s.fromJSON&&Object.prototype.hasOwnProperty.call(n,i)){a[e.name]=s.fromJSON.call(o,t,n[i],a);return}}a[e.name]=e.init(t,a)}}),a}};function ur(e,t,n){for(let r in e){let i=e[r];i instanceof Function?i=i.bind(t):r==`handleDOMEvents`&&(i=ur(i,t,{})),n[r]=i}return n}var N=class{constructor(e){this.spec=e,this.props={},e.props&&ur(e.props,this,this.props),this.key=e.key?e.key.key:fr(`plugin`)}getState(e){return e[this.key]}},dr=Object.create(null);function fr(e){return e in dr?e+`$`+ ++dr[e]:(dr[e]=0,e+`$`)}var P=class{constructor(e=`key`){this.key=fr(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}},pr=(e,t)=>e.selection.empty?!1:(t&&t(e.tr.deleteSelection().scrollIntoView()),!0);function mr(e,t){let{$cursor:n}=e.selection;return!n||(t?!t.endOfTextblock(`backward`,e):n.parentOffset>0)?null:n}var hr=(e,t,n)=>{let r=mr(e,n);if(!r)return!1;let i=xr(r);if(!i){let n=r.blockRange(),i=n&&an(n);return i==null?!1:(t&&t(e.tr.lift(n,i).scrollIntoView()),!0)}let a=i.nodeBefore;if(zr(e,i,t,-1))return!0;if(r.parent.content.size==0&&(yr(a,`end`)||M.isSelectable(a)))for(let n=r.depth;;n--){let o=En(e.doc,r.before(n),r.after(n),O.empty);if(o&&o.slice.size1)break}return a.isAtom&&i.depth==r.depth-1?(t&&t(e.tr.delete(i.pos-a.nodeSize,i.pos).scrollIntoView()),!0):!1},gr=(e,t,n)=>{let r=mr(e,n);if(!r)return!1;let i=xr(r);return i?vr(e,i,t):!1},_r=(e,t,n)=>{let r=Sr(e,n);if(!r)return!1;let i=Tr(r);return i?vr(e,i,t):!1};function vr(e,t,n){let r=t.nodeBefore,i=t.pos-1;for(;!r.isTextblock;i--){if(r.type.spec.isolating)return!1;let e=r.lastChild;if(!e)return!1;r=e}let a=t.nodeAfter,o=t.pos+1;for(;!a.isTextblock;o++){if(a.type.spec.isolating)return!1;let e=a.firstChild;if(!e)return!1;a=e}let s=En(e.doc,i,o,O.empty);if(!s||s.from!=i||s instanceof Zt&&s.slice.size>=o-i)return!1;if(n){let t=e.tr.step(s);t.setSelection(j.create(t.doc,i)),n(t.scrollIntoView())}return!0}function yr(e,t,n=!1){for(let r=e;r;r=t==`start`?r.firstChild:r.lastChild){if(r.isTextblock)return!0;if(n&&r.childCount!=1)return!1}return!1}var br=(e,t,n)=>{let{$head:r,empty:i}=e.selection,a=r;if(!i)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock(`backward`,e):r.parentOffset>0)return!1;a=xr(r)}let o=a&&a.nodeBefore;return!o||!M.isSelectable(o)?!1:(t&&t(e.tr.setSelection(M.create(e.doc,a.pos-o.nodeSize)).scrollIntoView()),!0)};function xr(e){if(!e.parent.type.spec.isolating)for(let t=e.depth-1;t>=0;t--){if(e.index(t)>0)return e.doc.resolve(e.before(t+1));if(e.node(t).type.spec.isolating)break}return null}function Sr(e,t){let{$cursor:n}=e.selection;return!n||(t?!t.endOfTextblock(`forward`,e):n.parentOffset{let r=Sr(e,n);if(!r)return!1;let i=Tr(r);if(!i)return!1;let a=i.nodeAfter;if(zr(e,i,t,1))return!0;if(r.parent.content.size==0&&(yr(a,`start`)||M.isSelectable(a))){let n=En(e.doc,r.before(),r.after(),O.empty);if(n&&n.slice.size{let{$head:r,empty:i}=e.selection,a=r;if(!i)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock(`forward`,e):r.parentOffset=0;t--){let n=e.node(t);if(e.index(t)+1{let n=e.selection,r=n instanceof M,i;if(r){if(n.node.isTextblock||!yn(e.doc,n.from))return!1;i=n.from}else if(i=Sn(e.doc,n.from,-1),i==null)return!1;if(t){let n=e.tr.join(i);r&&n.setSelection(M.create(n.doc,i-e.doc.resolve(i).nodeBefore.nodeSize)),t(n.scrollIntoView())}return!0},Dr=(e,t)=>{let n=e.selection,r;if(n instanceof M){if(n.node.isTextblock||!yn(e.doc,n.to))return!1;r=n.to}else if(r=Sn(e.doc,n.to,1),r==null)return!1;return t&&t(e.tr.join(r).scrollIntoView()),!0},Or=(e,t)=>{let{$from:n,$to:r}=e.selection,i=n.blockRange(r),a=i&&an(i);return a==null?!1:(t&&t(e.tr.lift(i,a).scrollIntoView()),!0)},kr=(e,t)=>{let{$head:n,$anchor:r}=e.selection;return!n.parent.type.spec.code||!n.sameParent(r)?!1:(t&&t(e.tr.insertText(` +`).scrollIntoView()),!0)};function Ar(e){for(let t=0;t{let{$head:n,$anchor:r}=e.selection;if(!n.parent.type.spec.code||!n.sameParent(r))return!1;let i=n.node(-1),a=n.indexAfter(-1),o=Ar(i.contentMatchAt(a));if(!o||!i.canReplaceWith(a,a,o))return!1;if(t){let r=n.after(),i=e.tr.replaceWith(r,r,o.createAndFill());i.setSelection(A.near(i.doc.resolve(r),1)),t(i.scrollIntoView())}return!0},Mr=(e,t)=>{let n=e.selection,{$from:r,$to:i}=n;if(n instanceof Zn||r.parent.inlineContent||i.parent.inlineContent)return!1;let a=Ar(i.parent.contentMatchAt(i.indexAfter()));if(!a||!a.isTextblock)return!1;if(t){let n=(!r.parentOffset&&i.index(){let{$cursor:n}=e.selection;if(!n||n.parent.content.size)return!1;if(n.depth>1&&n.after()!=n.end(-1)){let r=n.before();if(_n(e.doc,r))return t&&t(e.tr.split(r).scrollIntoView()),!0}let r=n.blockRange(),i=r&&an(r);return i==null?!1:(t&&t(e.tr.lift(r,i).scrollIntoView()),!0)};function Pr(e){return(t,n)=>{let{$from:r,$to:i}=t.selection;if(t.selection instanceof M&&t.selection.node.isBlock)return!r.parentOffset||!_n(t.doc,r.pos)?!1:(n&&n(t.tr.split(r.pos).scrollIntoView()),!0);if(!r.depth)return!1;let a=[],o,s,c=!1,l=!1;for(let t=r.depth;;t--)if(r.node(t).isBlock){c=r.end(t)==r.pos+(r.depth-t),l=r.start(t)==r.pos-(r.depth-t),s=Ar(r.node(t-1).contentMatchAt(r.indexAfter(t-1)));let n=e&&e(i.parent,c,r);a.unshift(n||(c&&s?{type:s}:null)),o=t;break}else{if(t==1)return!1;a.unshift(null)}let u=t.tr;(t.selection instanceof j||t.selection instanceof Zn)&&u.deleteSelection();let d=u.mapping.map(r.pos),f=_n(u.doc,d,a.length,a);if(f||=(a[0]=s?{type:s}:null,_n(u.doc,d,a.length,a)),!f)return!1;if(u.split(d,a.length,a),!c&&l&&r.node(o).type!=s){let e=u.mapping.map(r.before(o)),t=u.doc.resolve(e);s&&r.node(o-1).canReplaceWith(t.index(),t.index()+1,s)&&u.setNodeMarkup(u.mapping.map(r.before(o)),s)}return n&&n(u.scrollIntoView()),!0}}var Fr=Pr(),Ir=(e,t)=>{let{$from:n,to:r}=e.selection,i,a=n.sharedDepth(r);return a==0?!1:(i=n.before(a),t&&t(e.tr.setSelection(M.create(e.doc,i))),!0)},Lr=(e,t)=>(t&&t(e.tr.setSelection(new Zn(e.doc))),!0);function Rr(e,t,n){let r=t.nodeBefore,i=t.nodeAfter,a=t.index();return!r||!i||!r.type.compatibleContent(i.type)?!1:!r.content.size&&t.parent.canReplace(a-1,a)?(n&&n(e.tr.delete(t.pos-r.nodeSize,t.pos).scrollIntoView()),!0):!t.parent.canReplace(a,a+1)||!(i.isTextblock||yn(e.doc,t.pos))?!1:(n&&n(e.tr.join(t.pos).scrollIntoView()),!0)}function zr(e,t,n,r){let i=t.nodeBefore,a=t.nodeAfter,o,s,c=i.type.spec.isolating||a.type.spec.isolating;if(!c&&Rr(e,t,n))return!0;let l=!c&&t.parent.canReplace(t.index(),t.index()+1);if(l&&(o=(s=i.contentMatchAt(i.childCount)).findWrapping(a.type))&&s.matchType(o[0]||a.type).validEnd){if(n){let r=t.pos+a.nodeSize,s=E.empty;for(let e=o.length-1;e>=0;e--)s=E.from(o[e].create(null,s));s=E.from(i.copy(s));let c=e.tr.step(new Qt(t.pos-1,r,t.pos,r,new O(s,1,0),o.length,!0)),l=c.doc.resolve(r+2*o.length);l.nodeAfter&&l.nodeAfter.type==i.type&&yn(c.doc,l.pos)&&c.join(l.pos),n(c.scrollIntoView())}return!0}let u=a.type.spec.isolating||r>0&&c?null:A.findFrom(t,1),d=u&&u.$from.blockRange(u.$to),f=d&&an(d);if(f!=null&&f>=t.depth)return n&&n(e.tr.lift(d,f).scrollIntoView()),!0;if(l&&yr(a,`start`,!0)&&yr(i,`end`)){let r=i,o=[];for(;o.push(r),!r.isTextblock;)r=r.lastChild;let s=a,c=1;for(;!s.isTextblock;s=s.firstChild)c++;if(r.canReplace(r.childCount,r.childCount,s.content)){if(n){let r=E.empty;for(let e=o.length-1;e>=0;e--)r=E.from(o[e].copy(r));n(e.tr.step(new Qt(t.pos-o.length,t.pos+a.nodeSize,t.pos+c,t.pos+a.nodeSize-c,new O(r,o.length,0),0,!0)).scrollIntoView())}return!0}}return!1}function Br(e){return function(t,n){let r=t.selection,i=e<0?r.$from:r.$to,a=i.depth;for(;i.node(a).isInline;){if(!a)return!1;a--}return i.node(a).isTextblock?(n&&n(t.tr.setSelection(j.create(t.doc,e<0?i.start(a):i.end(a)))),!0):!1}}var Vr=Br(-1),Hr=Br(1);function Ur(e,t=null){return function(n,r){let{$from:i,$to:a}=n.selection,o=i.blockRange(a),s=o&&sn(o,e,t);return s?(r&&r(n.tr.wrap(o,s).scrollIntoView()),!0):!1}}function Wr(e,t=null){return function(n,r){let i=!1;for(let r=0;r{if(i)return!1;if(!(!r.isTextblock||r.hasMarkup(e,t)))if(r.type==e)i=!0;else{let t=n.doc.resolve(a),r=t.index();i=t.parent.canReplaceWith(r,r+1,e)}})}if(!i)return!1;if(r){let i=n.tr;for(let r=0;r=2&&t.$from.node(t.depth-1).type.compatibleContent(n)&&t.startIndex==0){if(t.$from.index(t.depth-1)==0)return!1;let e=o.resolve(t.start-2);a=new Pe(e,e,t.depth),t.endIndex=0;e--)a=E.from(n[e].type.create(n[e].attrs,a));e.step(new Qt(t.start-(r?2:0),t.end,t.start,t.end,new O(a,0,0),n.length,!0));let o=0;for(let e=0;et.childCount>0&&t.firstChild.type==e);return a?n?r.node(a.depth-1).type==e?ei(t,n,e,a):ti(t,n,a):!0:!1}}function ei(e,t,n,r){let i=e.tr,a=r.end,o=r.$to.end(r.depth);aa;t--)e-=i.child(t).nodeSize,r.delete(e-1,e+1);let a=r.doc.resolve(n.start),o=a.nodeAfter;if(r.mapping.map(n.end)!=n.start+a.nodeAfter.nodeSize)return!1;let s=n.startIndex==0,c=n.endIndex==i.childCount,l=a.node(-1),u=a.index(-1);if(!l.canReplace(u+ +!s,u+1,o.content.append(c?E.empty:E.from(i))))return!1;let d=a.pos,f=d+o.nodeSize;return r.step(new Qt(d-+!!s,f+ +!!c,d+1,f-1,new O((s?E.empty:E.from(i.copy(E.empty))).append(c?E.empty:E.from(i.copy(E.empty))),+!s,+!c),+!s)),t(r.scrollIntoView()),!0}function ni(e){return function(t,n){let{$from:r,$to:i}=t.selection,a=r.blockRange(i,t=>t.childCount>0&&t.firstChild.type==e);if(!a)return!1;let o=a.startIndex;if(o==0)return!1;let s=a.parent,c=s.child(o-1);if(c.type!=e)return!1;if(n){let r=c.lastChild&&c.lastChild.type==s.type,i=E.from(r?e.create():null),o=new O(E.from(e.create(null,E.from(s.type.create(null,i)))),r?3:1,0),l=a.start,u=a.end;n(t.tr.step(new Qt(l-(r?3:1),u,l,u,o,1,!0)).scrollIntoView())}return!0}}var F=function(e){for(var t=0;;t++)if(e=e.previousSibling,!e)return t},ri=function(e){let t=e.assignedSlot||e.parentNode;return t&&t.nodeType==11?t.host:t},ii=null,ai=function(e,t,n){let r=ii||=document.createRange();return r.setEnd(e,n??e.nodeValue.length),r.setStart(e,t||0),r},oi=function(){ii=null},si=function(e,t,n,r){return n&&(li(e,t,n,r,-1)||li(e,t,n,r,1))},ci=/^(img|br|input|textarea|hr)$/i;function li(e,t,n,r,i){for(;;){if(e==n&&t==r)return!0;if(t==(i<0?0:ui(e))){let n=e.parentNode;if(!n||n.nodeType!=1||mi(e)||ci.test(e.nodeName)||e.contentEditable==`false`)return!1;t=F(e)+(i<0?0:1),e=n}else if(e.nodeType==1){let n=e.childNodes[t+(i<0?-1:0)];if(n.nodeType==1&&n.contentEditable==`false`)if(n.pmViewDesc?.ignoreForSelection)t+=i;else return!1;else e=n,t=i<0?ui(e):0}else return!1}}function ui(e){return e.nodeType==3?e.nodeValue.length:e.childNodes.length}function di(e,t){for(;;){if(e.nodeType==3&&t)return e;if(e.nodeType==1&&t>0){if(e.contentEditable==`false`)return null;e=e.childNodes[t-1],t=ui(e)}else if(e.parentNode&&!mi(e))t=F(e),e=e.parentNode;else return null}}function fi(e,t){for(;;){if(e.nodeType==3&&t2),ji=Ai||(yi?/Mac/.test(yi.platform):!1),Mi=yi?/Win/.test(yi.platform):!1,Ni=/Android \d/.test(xi),Pi=!!bi&&`webkitFontSmoothing`in bi.documentElement.style,Fi=Pi?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0;function Ii(e){let t=e.defaultView&&e.defaultView.visualViewport;return t?{left:0,right:t.width,top:0,bottom:t.height}:{left:0,right:e.documentElement.clientWidth,top:0,bottom:e.documentElement.clientHeight}}function Li(e,t){return typeof e==`number`?e:e[t]}function Ri(e){let t=e.getBoundingClientRect(),n=t.width/e.offsetWidth||1,r=t.height/e.offsetHeight||1;return{left:t.left,right:t.left+e.clientWidth*n,top:t.top,bottom:t.top+e.clientHeight*r}}function zi(e,t,n){let r=e.someProp(`scrollThreshold`)||0,i=e.someProp(`scrollMargin`)||5,a=e.dom.ownerDocument;for(let o=n||e.dom;o;){if(o.nodeType!=1){o=ri(o);continue}let e=o,n=e==a.body,s=n?Ii(a):Ri(e),c=0,l=0;if(t.tops.bottom-Li(r,`bottom`)&&(l=t.bottom-t.top>s.bottom-s.top?t.top+Li(i,`top`)-s.top:t.bottom-s.bottom+Li(i,`bottom`)),t.lefts.right-Li(r,`right`)&&(c=t.right-s.right+Li(i,`right`)),c||l)if(n)a.defaultView.scrollBy(c,l);else{let n=e.scrollLeft,r=e.scrollTop;l&&(e.scrollTop+=l),c&&(e.scrollLeft+=c);let i=e.scrollLeft-n,a=e.scrollTop-r;t={left:t.left-i,top:t.top-a,right:t.right-i,bottom:t.bottom-a}}let u=n?`fixed`:getComputedStyle(o).position;if(/^(fixed|sticky)$/.test(u))break;o=u==`absolute`?o.offsetParent:ri(o)}}function Bi(e){let t=e.dom.getBoundingClientRect(),n=Math.max(0,t.top),r,i;for(let a=(t.left+t.right)/2,o=n+1;o=n-20){r=t,i=s.top;break}}return{refDOM:r,refTop:i,stack:Vi(e.dom)}}function Vi(e){let t=[],n=e.ownerDocument;for(let r=e;r&&(t.push({dom:r,top:r.scrollTop,left:r.scrollLeft}),e!=n);r=ri(r));return t}function Hi({refDOM:e,refTop:t,stack:n}){let r=e?e.getBoundingClientRect().top:0;Ui(n,r==0?0:r-t)}function Ui(e,t){for(let n=0;n=s){o=Math.max(p.bottom,o),s=Math.min(p.top,s);let e=p.left>t.left?p.left-t.left:p.right=(p.left+p.right)/2));continue}}else p.top>t.top&&!c&&p.left<=t.left&&p.right>=t.left&&(c=u,l={left:Math.max(p.left,Math.min(p.right,t.left)),top:p.top});!n&&(t.left>=p.right&&t.top>=p.top||t.left>=p.left&&t.top>=p.bottom)&&(a=d+1)}}return!n&&c&&(n=c,i=l,r=0),n&&n.nodeType==3?qi(n,i):!n||r&&n.nodeType==1?{node:e,offset:a}:Ki(n,i)}function qi(e,t){let n=e.nodeValue.length,r=document.createRange(),i;for(let a=0;a=(n.left+n.right)/2)};break}}return r.detach(),i||{node:e,offset:0}}function Ji(e,t){return e.left>=t.left-1&&e.left<=t.right+1&&e.top>=t.top-1&&e.top<=t.bottom+1}function Yi(e,t){let n=e.parentNode;return n&&/^li$/i.test(n.nodeName)&&t.left(e.left+e.right)/2?1:-1}return e.docView.posFromDOM(r,i,a)}function Zi(e,t,n,r){let i=-1;for(let n=t,a=!1;n!=e.dom;){let t=e.docView.nearestDesc(n,!0),o;if(!t)return null;if(t.dom.nodeType==1&&(t.node.isBlock&&t.parent||!t.contentDOM)&&((o=t.dom.getBoundingClientRect()).width||o.height)&&(t.node.isBlock&&t.parent&&!/^T(R|BODY|HEAD|FOOT)$/.test(t.dom.nodeName)&&(!a&&o.left>r.left||o.top>r.top?i=t.posBefore:(!a&&o.right-1?i:e.docView.posFromDOM(t,n,-1)}function Qi(e,t,n){let r=e.childNodes.length;if(r&&n.topt.top&&i++}let n;Pi&&i&&r.nodeType==1&&(n=r.childNodes[i-1]).nodeType==1&&n.contentEditable==`false`&&n.getBoundingClientRect().top>=t.top&&i--,r==e.dom&&i==r.childNodes.length-1&&r.lastChild.nodeType==1&&t.top>r.lastChild.getBoundingClientRect().bottom?s=e.state.doc.content.size:(i==0||r.nodeType!=1||r.childNodes[i-1].nodeName!=`BR`)&&(s=Zi(e,r,i,t))}s??=Xi(e,o,t);let c=e.docView.nearestDesc(o,!0);return{pos:s,inside:c?c.posAtStart-c.border:-1}}function ea(e){return e.top=0&&i==r.nodeValue.length?(e--,a=1):n<0?e--:t++,ia(ta(ai(r,e,t),a),a<0)}if(!e.state.doc.resolve(t-(a||0)).parent.inlineContent){if(a==null&&i&&(n<0||i==ui(r))){let e=r.childNodes[i-1];if(e.nodeType==1)return aa(e.getBoundingClientRect(),!1)}if(a==null&&i=0)}if(a==null&&i&&(n<0||i==ui(r))){let e=r.childNodes[i-1],t=e.nodeType==3?ai(e,ui(e)-+!o):e.nodeType==1&&(e.nodeName!=`BR`||!e.nextSibling)?e:null;if(t)return ia(ta(t,1),!1)}if(a==null&&i=0)}function ia(e,t){if(e.width==0)return e;let n=t?e.left:e.right;return{top:e.top,bottom:e.bottom,left:n,right:n}}function aa(e,t){if(e.height==0)return e;let n=t?e.top:e.bottom;return{top:n,bottom:n,left:e.left,right:e.right}}function oa(e,t,n){let r=e.state,i=e.root.activeElement;r!=t&&e.updateState(t),i!=e.dom&&e.focus();try{return n()}finally{r!=t&&e.updateState(r),i!=e.dom&&i&&i.focus()}}function sa(e,t,n){let r=t.selection,i=n==`up`?r.$from:r.$to;return oa(e,t,()=>{let{node:t}=e.docView.domFromPos(i.pos,n==`up`?-1:1);for(;;){let n=e.docView.nearestDesc(t,!0);if(!n)break;if(n.node.isBlock){t=n.contentDOM||n.dom;break}t=n.dom.parentNode}let r=ra(e,i.pos,1);for(let e=t.firstChild;e;e=e.nextSibling){let t;if(e.nodeType==1)t=e.getClientRects();else if(e.nodeType==3)t=ai(e,0,e.nodeValue.length).getClientRects();else continue;for(let e=0;ei.top+1&&(n==`up`?r.top-i.top>(i.bottom-r.top)*2:i.bottom-r.bottom>(r.bottom-i.top)*2))return!1}}return!0})}var ca=/[\u0590-\u08ac]/;function la(e,t,n){let{$head:r}=t.selection;if(!r.parent.isTextblock)return!1;let i=r.parentOffset,a=!i,o=i==r.parent.content.size,s=e.domSelection();return s?!ca.test(r.parent.textContent)||!s.modify?n==`left`||n==`backward`?a:o:oa(e,t,()=>{let{focusNode:t,focusOffset:i,anchorNode:a,anchorOffset:o}=e.domSelectionRange(),c=s.caretBidiLevel;s.modify(`move`,n,`character`);let l=r.depth?e.docView.domAfterPos(r.before()):e.dom,{focusNode:u,focusOffset:d}=e.domSelectionRange(),f=u&&!l.contains(u.nodeType==1?u:u.parentNode)||t==u&&i==d;try{s.collapse(a,o),t&&(t!=a||i!=o)&&s.extend&&s.extend(t,i)}catch{}return c!=null&&(s.caretBidiLevel=c),f}):r.pos==r.start()||r.pos==r.end()}var ua=null,da=null,fa=!1;function pa(e,t,n){return ua==t&&da==n?fa:(ua=t,da=n,fa=n==`up`||n==`down`?sa(e,t,n):la(e,t,n))}var ma=0,ha=1,ga=2,_a=3,va=class{constructor(e,t,n,r){this.parent=e,this.children=t,this.dom=n,this.contentDOM=r,this.dirty=ma,n.pmViewDesc=this}matchesWidget(e){return!1}matchesMark(e){return!1}matchesNode(e,t,n){return!1}matchesHack(e){return!1}parseRule(){return null}stopEvent(e){return!1}get size(){let e=0;for(let t=0;tF(this.contentDOM);else if(this.contentDOM&&this.contentDOM!=this.dom&&this.dom.contains(this.contentDOM))r=e.compareDocumentPosition(this.contentDOM)&2;else if(this.dom.firstChild){if(t==0)for(let t=e;;t=t.parentNode){if(t==this.dom){r=!1;break}if(t.previousSibling)break}if(r==null&&t==e.childNodes.length)for(let t=e;;t=t.parentNode){if(t==this.dom){r=!0;break}if(t.nextSibling)break}}return r??n>0?this.posAtEnd:this.posAtStart}nearestDesc(e,t=!1){for(let n=!0,r=e;r;r=r.parentNode){let i=this.getDesc(r),a;if(i&&(!t||i.node))if(n&&(a=i.nodeDOM)&&!(a.nodeType==1?a.contains(e.nodeType==1?e:e.parentNode):a==e))n=!1;else return i}}getDesc(e){let t=e.pmViewDesc;for(let e=t;e;e=e.parent)if(e==this)return t}posFromDOM(e,t,n){for(let r=e;r;r=r.parentNode){let i=this.getDesc(r);if(i)return i.localPosFromDOM(e,t,n)}return-1}descAt(e){for(let t=0,n=0;te||i instanceof Ta){r=e-t;break}t=a}if(r)return this.children[n].domFromPos(r-this.children[n].border,t);for(let e;n&&!(e=this.children[n-1]).size&&e instanceof ya&&e.side>=0;n--);if(t<=0){let e,r=!0;for(;e=n?this.children[n-1]:null,!(!e||e.dom.parentNode==this.contentDOM);n--,r=!1);return e&&t&&r&&!e.border&&!e.domAtom?e.domFromPos(e.size,t):{node:this.contentDOM,offset:e?F(e.dom)+1:0}}else{let e,r=!0;for(;e=n=i&&t<=s-n.border&&n.node&&n.contentDOM&&this.contentDOM.contains(n.contentDOM))return n.parseRange(e,t,i);e=a;for(let t=o;t>0;t--){let n=this.children[t-1];if(n.size&&n.dom.parentNode==this.contentDOM&&!n.emptyChildAt(1)){r=F(n.dom)+1;break}e-=n.size}r==-1&&(r=0)}if(r>-1&&(s>t||o==this.children.length-1)){t=s;for(let e=o+1;es&&at){let e=o;o=s,s=e}let n=document.createRange();n.setEnd(s.node,s.offset),n.setStart(o.node,o.offset),c.removeAllRanges(),c.addRange(n)}}ignoreMutation(e){return!this.contentDOM&&e.type!=`selection`}get contentLost(){return this.contentDOM&&this.contentDOM!=this.dom&&!this.dom.contains(this.contentDOM)}markDirty(e,t){for(let n=0,r=0;r=n:en){let r=n+i.border,o=a-i.border;if(e>=r&&t<=o){this.dirty=e==n||t==a?ga:ha,e==r&&t==o&&(i.contentLost||i.dom.parentNode!=this.contentDOM)?i.dirty=_a:i.markDirty(e-r,t-r);return}else i.dirty=i.dom==i.contentDOM&&i.dom.parentNode==this.contentDOM&&!i.children.length?ga:_a}n=a}this.dirty=ga}markParentsDirty(){let e=1;for(let t=this.parent;t;t=t.parent,e++){let n=e==1?ga:ha;t.dirty{if(!i)return r;if(i.parent)return i.parent.posBeforeChild(i)})),!t.type.spec.raw){if(a.nodeType!=1){let e=document.createElement(`span`);e.appendChild(a),a=e}a.contentEditable=`false`,a.classList.add(`ProseMirror-widget`)}super(e,[],a,null),this.widget=t,this.widget=t,i=this}matchesWidget(e){return this.dirty==ma&&e.type.eq(this.widget.type)}parseRule(){return{ignore:!0}}stopEvent(e){let t=this.widget.spec.stopEvent;return t?t(e):!1}ignoreMutation(e){return e.type!=`selection`||this.widget.spec.ignoreSelection}destroy(){this.widget.type.destroy(this.dom),super.destroy()}get domAtom(){return!0}get ignoreForSelection(){return!!this.widget.type.spec.relaxedSide}get side(){return this.widget.type.side}},ba=class extends va{constructor(e,t,n,r){super(e,[],t,null),this.textDOM=n,this.text=r}get size(){return this.text.length}localPosFromDOM(e,t){return e==this.textDOM?this.posAtStart+t:this.posAtStart+(t?this.size:0)}domFromPos(e){return{node:this.textDOM,offset:e}}ignoreMutation(e){return e.type===`characterData`&&e.target.nodeValue==e.oldValue}},xa=class e extends va{constructor(e,t,n,r,i){super(e,[],n,r),this.mark=t,this.spec=i}static create(t,n,r,i){let a=i.nodeViews[n.type.name],o=a&&a(n,i,r);return(!o||!o.dom)&&(o=Tt.renderSpec(document,n.type.spec.toDOM(n,r),null,n.attrs)),new e(t,n,o.dom,o.contentDOM||o.dom,o)}parseRule(){return this.dirty&_a||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(e){return this.dirty!=_a&&this.mark.eq(e)}markDirty(e,t){if(super.markDirty(e,t),this.dirty!=ma){let e=this.parent;for(;!e.node;)e=e.parent;e.dirty0&&(a=Ha(a,0,t,r));for(let e=0;e{if(!c)return o;if(c.parent)return c.parent.posBeforeChild(c)},r,i),u=l&&l.dom,d=l&&l.contentDOM;if(n.isText){if(!u)u=document.createTextNode(n.text);else if(u.nodeType!=3)throw RangeError(`Text must be rendered as a DOM text node`)}else if(!u){let e=Tt.renderSpec(document,n.type.spec.toDOM(n),null,n.attrs);({dom:u,contentDOM:d}=e)}!d&&!n.isText&&u.nodeName!=`BR`&&(u.hasAttribute(`contenteditable`)||(u.contentEditable=`false`),n.type.spec.draggable&&(u.draggable=!0));let f=u;return u=Na(u,r,n),l?c=new Ea(t,n,r,i,u,d||null,f,l,a,o+1):n.isText?new wa(t,n,r,i,u,f,a):new e(t,n,r,i,u,d||null,f,a,o+1)}parseRule(){if(this.node.type.spec.reparseInView)return null;let e={node:this.node.type.name,attrs:this.node.attrs};if(this.node.type.whitespace==`pre`&&(e.preserveWhitespace=`full`),!this.contentDOM)e.getContent=()=>this.node.content;else if(!this.contentLost)e.contentElement=this.contentDOM;else{for(let t=this.children.length-1;t>=0;t--){let n=this.children[t];if(this.dom.contains(n.dom.parentNode)){e.contentElement=n.dom.parentNode;break}}e.contentElement||(e.getContent=()=>E.empty)}return e}matchesNode(e,t,n){return this.dirty==ma&&e.eq(this.node)&&Pa(t,this.outerDeco)&&n.eq(this.innerDeco)}get size(){return this.node.nodeSize}get border(){return+!this.node.isLeaf}updateChildren(e,t){let n=this.node.inlineContent,r=t,i=e.composing?this.localCompositionInfo(e,t):null,a=i&&i.pos>-1?i:null,o=i&&i.pos<0,s=new Ia(this,a&&a.node,e);za(this.node,this.innerDeco,(t,i,a)=>{t.spec.marks?s.syncToMarks(t.spec.marks,n,e,i):t.type.side>=0&&!a&&s.syncToMarks(i==this.node.childCount?D.none:this.node.child(i).marks,n,e,i),s.placeWidget(t,e,r)},(t,a,c,l)=>{s.syncToMarks(t.marks,n,e,l);let u;s.findNodeMatch(t,a,c,l)||o&&e.state.selection.from>r&&e.state.selection.to-1&&s.updateNodeAt(t,a,c,u,e)||s.updateNextNode(t,a,c,e,l,r)||s.addNode(t,a,c,e,r),r+=t.nodeSize}),s.syncToMarks([],n,e,0),this.node.isTextblock&&s.addTextblockHacks(),s.destroyRest(),(s.changed||this.dirty==ga)&&(a&&this.protectLocalComposition(e,a),Da(this.contentDOM,this.children,e),Ai&&Ba(this.dom))}localCompositionInfo(e,t){let{from:n,to:r}=e.state.selection;if(!(e.state.selection instanceof j)||nt+this.node.content.size)return null;let i=e.input.compositionNode;if(!i||!this.dom.contains(i.parentNode))return null;if(this.node.inlineContent){let e=i.nodeValue,a=Va(this.node.content,e,n-t,r-t);return a<0?null:{node:i,pos:a,text:e}}else return{node:i,pos:-1,text:``}}protectLocalComposition(e,{node:t,pos:n,text:r}){if(this.getDesc(t))return;let i=t;for(;i.parentNode!=this.contentDOM;i=i.parentNode){for(;i.previousSibling;)i.parentNode.removeChild(i.previousSibling);for(;i.nextSibling;)i.parentNode.removeChild(i.nextSibling);i.pmViewDesc&&=void 0}let a=new ba(this,i,t,r);e.input.compositionNodes.push(a),this.children=Ha(this.children,n,n+r.length,e,a)}update(e,t,n,r){return this.dirty==_a||!e.sameMarkup(this.node)?!1:(this.updateInner(e,t,n,r),!0)}updateInner(e,t,n,r){this.updateOuterDeco(t),this.node=e,this.innerDeco=n,this.contentDOM&&this.updateChildren(r,this.posAtStart),this.dirty=ma}updateOuterDeco(e){if(Pa(e,this.outerDeco))return;let t=this.nodeDOM.nodeType!=1,n=this.dom;this.dom=ja(this.dom,this.nodeDOM,Aa(this.outerDeco,this.node,t),Aa(e,this.node,t)),this.dom!=n&&(n.pmViewDesc=void 0,this.dom.pmViewDesc=this),this.outerDeco=e}selectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.add(`ProseMirror-selectednode`),(this.contentDOM||!this.node.type.spec.draggable)&&(this.nodeDOM.draggable=!0))}deselectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.remove(`ProseMirror-selectednode`),(this.contentDOM||!this.node.type.spec.draggable)&&this.nodeDOM.removeAttribute(`draggable`))}get domAtom(){return this.node.isAtom}};function Ca(e,t,n,r,i){Na(r,t,e);let a=new Sa(void 0,e,t,n,r,r,r,i,0);return a.contentDOM&&a.updateChildren(i,0),a}var wa=class e extends Sa{constructor(e,t,n,r,i,a,o){super(e,t,n,r,i,null,a,o,0)}parseRule(){let e=this.nodeDOM.parentNode;for(;e&&e!=this.dom&&!e.pmIsDeco;)e=e.parentNode;return{skip:e||!0}}update(e,t,n,r){return this.dirty==_a||this.dirty!=ma&&!this.inParent()||!e.sameMarkup(this.node)?!1:(this.updateOuterDeco(t),(this.dirty!=ma||e.text!=this.node.text)&&e.text!=this.nodeDOM.nodeValue&&(this.nodeDOM.nodeValue=e.text,r.trackWrites==this.nodeDOM&&(r.trackWrites=null)),this.node=e,this.dirty=ma,!0)}inParent(){let e=this.parent.contentDOM;for(let t=this.nodeDOM;t;t=t.parentNode)if(t==e)return!0;return!1}domFromPos(e){return{node:this.nodeDOM,offset:e}}localPosFromDOM(e,t,n){return e==this.nodeDOM?this.posAtStart+Math.min(t,this.node.text.length):super.localPosFromDOM(e,t,n)}ignoreMutation(e){return e.type!=`characterData`&&e.type!=`selection`}slice(t,n,r){let i=this.node.cut(t,n),a=document.createTextNode(i.text);return new e(this.parent,i,this.outerDeco,this.innerDeco,a,a,r)}markDirty(e,t){super.markDirty(e,t),this.dom!=this.nodeDOM&&(e==0||t==this.nodeDOM.nodeValue.length)&&(this.dirty=_a)}get domAtom(){return!1}isText(e){return this.node.text==e}},Ta=class extends va{parseRule(){return{ignore:!0}}matchesHack(e){return this.dirty==ma&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return this.dom.nodeName==`IMG`}},Ea=class extends Sa{constructor(e,t,n,r,i,a,o,s,c,l){super(e,t,n,r,i,a,o,c,l),this.spec=s}update(e,t,n,r){if(this.dirty==_a)return!1;if(this.spec.update&&(this.node.type==e.type||this.spec.multiType)){let i=this.spec.update(e,t,n);return i&&this.updateInner(e,t,n,r),i}else if(!this.contentDOM&&!e.isLeaf)return!1;else return super.update(e,t,n,r)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(e,t,n,r){this.spec.setSelection?this.spec.setSelection(e,t,n.root):super.setSelection(e,t,n,r)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}stopEvent(e){return this.spec.stopEvent?this.spec.stopEvent(e):!1}ignoreMutation(e){return this.spec.ignoreMutation?this.spec.ignoreMutation(e):super.ignoreMutation(e)}};function Da(e,t,n){let r=e.firstChild,i=!1;for(let a=0;a>1,o=Math.min(a,e.length);for(;i-1)i>this.index&&(this.changed=!0,this.destroyBetween(this.index,i)),this.top=this.top.children[this.index];else{let r=xa.create(this.top,e[a],t,n);this.top.children.splice(this.index,0,r),this.top=r,this.changed=!0}this.index=0,a++}}findNodeMatch(e,t,n,r){let i=-1,a;if(r>=this.preMatch.index&&(a=this.preMatch.matches[r-this.preMatch.index]).parent==this.top&&a.matchesNode(e,t,n))i=this.top.children.indexOf(a,this.index);else for(let r=this.index,a=Math.min(this.top.children.length,r+5);r0;){let s;for(;;)if(r){let e=n.children[r-1];if(e instanceof xa)n=e,r=e.children.length;else{s=e,r--;break}}else if(n==t)break outer;else r=n.parent.children.indexOf(n),n=n.parent;let c=s.node;if(c){if(c!=e.child(i-1))break;--i,a.set(s,i),o.push(s)}}return{index:i,matched:a,matches:o.reverse()}}function Ra(e,t){return e.type.side-t.type.side}function za(e,t,n,r){let i=t.locals(e),a=0;if(i.length==0){for(let n=0;na;)s.push(i[o++]);let m=a+f.nodeSize;if(f.isText){let e=m;o!e.inline):s.slice();r(f,h,t.forChild(a,f),p),a=m}}function Ba(e){if(e.nodeName==`UL`||e.nodeName==`OL`){let t=e.style.cssText;e.style.cssText=t+`; list-style: square !important`,window.getComputedStyle(e).listStyle,e.style.cssText=t}}function Va(e,t,n,r){for(let i=0,a=0;i=n){if(a>=r&&c.slice(r-t.length-s,r-s)==t)return r-t.length;let e=s=0&&e+t.length+s>=n)return s+e;if(n==r&&c.length>=r+t.length-s&&c.slice(r-s,r-s+t.length)==t)return r}}return-1}function Ha(e,t,n,r,i){let a=[];for(let o=0,s=0;o=n||u<=t?a.push(c):(ln&&a.push(c.slice(n-l,c.size,r)))}return a}function Ua(e,t=null){let n=e.domSelectionRange(),r=e.state.doc;if(!n.focusNode)return null;let i=e.docView.nearestDesc(n.focusNode),a=i&&i.size==0,o=e.docView.posFromDOM(n.focusNode,n.focusOffset,1);if(o<0)return null;let s=r.resolve(o),c,l;if(hi(n)){for(c=o;i&&!i.node;)i=i.parent;let e=i.node;if(i&&e.isAtom&&M.isSelectable(e)&&i.parent&&!(e.isInline&&pi(n.focusNode,n.focusOffset,i.dom))){let e=i.posBefore;l=new M(o==e?s:r.resolve(e))}}else{if(n instanceof e.dom.ownerDocument.defaultView.Selection&&n.rangeCount>1){let t=o,i=o;for(let r=0;r{(n.anchorNode!=r||n.anchorOffset!=i)&&(t.removeEventListener(`selectionchange`,e.input.hideSelectionGuard),setTimeout(()=>{(!Wa(e)||e.state.selection.visible)&&e.dom.classList.remove(`ProseMirror-hideselection`)},20))})}function Za(e){let t=e.domSelection();if(!t)return;let n=e.cursorWrapper.dom,r=n.nodeName==`IMG`;r?t.collapse(n.parentNode,F(n)+1):t.collapse(n,0),!r&&!e.state.selection.visible&&Ti&&Ei<=11&&(n.disabled=!0,n.disabled=!1)}function Qa(e,t){if(t instanceof M){let n=e.docView.descAt(t.from);n!=e.lastSelectedViewDesc&&($a(e),n&&n.selectNode(),e.lastSelectedViewDesc=n)}else $a(e)}function $a(e){e.lastSelectedViewDesc&&=(e.lastSelectedViewDesc.parent&&e.lastSelectedViewDesc.deselectNode(),void 0)}function eo(e,t,n,r){return e.someProp(`createSelectionBetween`,r=>r(e,t,n))||j.between(t,n,r)}function to(e){return e.editable&&!e.hasFocus()?!1:no(e)}function no(e){let t=e.domSelectionRange();if(!t.anchorNode)return!1;try{return e.dom.contains(t.anchorNode.nodeType==3?t.anchorNode.parentNode:t.anchorNode)&&(e.editable||e.dom.contains(t.focusNode.nodeType==3?t.focusNode.parentNode:t.focusNode))}catch{return!1}}function ro(e){let t=e.docView.domFromPos(e.state.selection.anchor,0),n=e.domSelectionRange();return si(t.node,t.offset,n.anchorNode,n.anchorOffset)}function io(e,t){let{$anchor:n,$head:r}=e.selection,i=t>0?n.max(r):n.min(r),a=i.parent.inlineContent?i.depth?e.doc.resolve(t>0?i.after():i.before()):null:i;return a&&A.findFrom(a,t)}function ao(e,t){return e.dispatch(e.state.tr.setSelection(t).scrollIntoView()),!0}function oo(e,t,n){let r=e.state.selection;if(r instanceof j){if(n.indexOf(`s`)>-1){let{$head:n}=r,i=n.textOffset?null:t<0?n.nodeBefore:n.nodeAfter;if(!i||i.isText||!i.isLeaf)return!1;let a=e.state.doc.resolve(n.pos+i.nodeSize*(t<0?-1:1));return ao(e,new j(r.$anchor,a))}else if(!r.empty)return!1;else if(e.endOfTextblock(t>0?`forward`:`backward`)){let n=io(e.state,t);return n&&n instanceof M?ao(e,n):!1}else if(!(ji&&n.indexOf(`m`)>-1)){let n=r.$head,i=n.textOffset?null:t<0?n.nodeBefore:n.nodeAfter,a;if(!i||i.isText)return!1;let o=t<0?n.pos-i.nodeSize:n.pos;return i.isAtom||(a=e.docView.descAt(o))&&!a.contentDOM?M.isSelectable(i)?ao(e,new M(t<0?e.state.doc.resolve(n.pos-i.nodeSize):n)):Pi?ao(e,new j(e.state.doc.resolve(t<0?o:o+i.nodeSize))):!1:!1}}else if(r instanceof M&&r.node.isInline)return ao(e,new j(t>0?r.$to:r.$from));else{let n=io(e.state,t);return n?ao(e,n):!1}}function so(e){return e.nodeType==3?e.nodeValue.length:e.childNodes.length}function co(e,t){let n=e.pmViewDesc;return n&&n.size==0&&(t<0||e.nextSibling||e.nodeName!=`BR`)}function lo(e,t){return t<0?uo(e):fo(e)}function uo(e){let t=e.domSelectionRange(),n=t.focusNode,r=t.focusOffset;if(!n)return;let i,a,o=!1;for(Di&&n.nodeType==1&&r0){if(n.nodeType!=1)break;{let e=n.childNodes[r-1];if(co(e,-1))i=n,a=--r;else if(e.nodeType==3)n=e,r=n.nodeValue.length;else break}}else if(po(n))break;else{let t=n.previousSibling;for(;t&&co(t,-1);)i=n.parentNode,a=F(t),t=t.previousSibling;if(t)n=t,r=so(n);else{if(n=n.parentNode,n==e.dom)break;r=0}}o?go(e,n,r):i&&go(e,i,a)}function fo(e){let t=e.domSelectionRange(),n=t.focusNode,r=t.focusOffset;if(!n)return;let i=so(n),a,o;for(;;)if(r{e.state==i&&Ga(e)},50)}function _o(e,t){let n=e.state.doc.resolve(t);if(!(I||Mi)&&n.parent.inlineContent){let r=e.coordsAtPos(t);if(t>n.start()){let n=e.coordsAtPos(t-1),i=(n.top+n.bottom)/2;if(i>r.top&&i1)return n.leftr.top&&i1)return n.left>r.left?`ltr`:`rtl`}}return getComputedStyle(e.dom).direction==`rtl`?`rtl`:`ltr`}function vo(e,t,n){let r=e.state.selection;if(r instanceof j&&!r.empty||n.indexOf(`s`)>-1||ji&&n.indexOf(`m`)>-1)return!1;let{$from:i,$to:a}=r;if(!i.parent.inlineContent||e.endOfTextblock(t<0?`up`:`down`)){let n=io(e.state,t);if(n&&n instanceof M)return ao(e,n)}if(!i.parent.inlineContent){let n=t<0?i:a,o=r instanceof Zn?A.near(n,t):A.findFrom(n,t);return o?ao(e,o):!1}return!1}function yo(e,t){if(!(e.state.selection instanceof j))return!0;let{$head:n,$anchor:r,empty:i}=e.state.selection;if(!n.sameParent(r))return!0;if(!i)return!1;if(e.endOfTextblock(t>0?`forward`:`backward`))return!0;let a=!n.textOffset&&(t<0?n.nodeBefore:n.nodeAfter);if(a&&!a.isText){let r=e.state.tr;return t<0?r.delete(n.pos-a.nodeSize,n.pos):r.delete(n.pos,n.pos+a.nodeSize),e.dispatch(r),!0}return!1}function bo(e,t,n){e.domObserver.stop(),t.contentEditable=n,e.domObserver.start()}function xo(e){if(!L||e.state.selection.$head.parentOffset>0)return!1;let{focusNode:t,focusOffset:n}=e.domSelectionRange();if(t&&t.nodeType==1&&n==0&&t.firstChild&&t.firstChild.contentEditable==`false`){let n=t.firstChild;bo(e,n,`true`),setTimeout(()=>bo(e,n,`false`),20)}return!1}function So(e){let t=``;return e.ctrlKey&&(t+=`c`),e.metaKey&&(t+=`m`),e.altKey&&(t+=`a`),e.shiftKey&&(t+=`s`),t}function Co(e,t){let n=t.keyCode,r=So(t);if(n==8||ji&&n==72&&r==`c`)return yo(e,-1)||lo(e,-1);if(n==46&&!t.shiftKey||ji&&n==68&&r==`c`)return yo(e,1)||lo(e,1);if(n==13||n==27)return!0;if(n==37||ji&&n==66&&r==`c`){let t=n==37?_o(e,e.state.selection.from)==`ltr`?-1:1:-1;return oo(e,t,r)||lo(e,t)}else if(n==39||ji&&n==70&&r==`c`){let t=n==39?_o(e,e.state.selection.from)==`ltr`?1:-1:1;return oo(e,t,r)||lo(e,t)}else if(n==38||ji&&n==80&&r==`c`)return vo(e,-1,r)||lo(e,-1);else if(n==40||ji&&n==78&&r==`c`)return xo(e)||vo(e,1,r)||lo(e,1);else if(r==(ji?`m`:`c`)&&(n==66||n==73||n==89||n==90))return!0;return!1}function wo(e,t){e.someProp(`transformCopied`,n=>{t=n(t,e)});let n=[],{content:r,openStart:i,openEnd:a}=t;for(;i>1&&a>1&&r.childCount==1&&r.firstChild.childCount==1;){i--,a--;let e=r.firstChild;n.push(e.type.name,e.attrs==e.type.defaultAttrs?null:e.attrs),r=e.content}let o=e.someProp(`clipboardSerializer`)||Tt.fromSchema(e.state.schema),s=Fo(),c=s.createElement(`div`);c.appendChild(o.serializeFragment(r,{document:s}));let l=c.firstChild,u,d=0;for(;l&&l.nodeType==1&&(u=No[l.nodeName.toLowerCase()]);){for(let e=u.length-1;e>=0;e--){let t=s.createElement(u[e]);for(;c.firstChild;)t.appendChild(c.firstChild);c.appendChild(t),d++}l=c.firstChild}return l&&l.nodeType==1&&l.setAttribute(`data-pm-slice`,`${i} ${a}${d?` -${d}`:``} ${JSON.stringify(n)}`),{dom:c,text:e.someProp(`clipboardTextSerializer`,n=>n(t,e))||t.content.textBetween(0,t.content.size,` + +`),slice:t}}function To(e,t,n,r,i){let a=i.parent.type.spec.code,o,s;if(!n&&!t)return null;let c=!!t&&(r||a||!n);if(c){if(e.someProp(`transformPastedText`,n=>{t=n(t,a||r,e)}),a)return s=new O(E.from(e.state.schema.text(t.replace(/\r\n?/g,` +`))),0,0),e.someProp(`transformPasted`,t=>{s=t(s,e,!0)}),s;let n=e.someProp(`clipboardTextParser`,n=>n(t,i,r,e));if(n)s=n;else{let n=i.marks(),{schema:r}=e.state,a=Tt.fromSchema(r);o=document.createElement(`div`),t.split(/(?:\r\n?|\n)+/).forEach(e=>{let t=o.appendChild(document.createElement(`p`));e&&t.appendChild(a.serializeNode(r.text(e,n)))})}}else e.someProp(`transformPastedHTML`,t=>{n=t(n,e)}),o=Ro(n),Pi&&zo(o);let l=o&&o.querySelector(`[data-pm-slice]`),u=l&&/^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(l.getAttribute(`data-pm-slice`)||``);if(u&&u[3])for(let e=+u[3];e>0;e--){let e=o.firstChild;for(;e&&e.nodeType!=1;)e=e.nextSibling;if(!e)break;o=e}if(s||=(e.someProp(`clipboardParser`)||e.someProp(`domParser`)||dt.fromSchema(e.state.schema)).parseSlice(o,{preserveWhitespace:!!(c||u),context:i,ruleFromNode(e){return e.nodeName==`BR`&&!e.nextSibling&&e.parentNode&&!Eo.test(e.parentNode.nodeName)?{ignore:!0}:null}}),u)s=Bo(Mo(s,+u[1],+u[2]),u[4]);else if(s=O.maxOpen(Do(s.content,i),!0),s.openStart||s.openEnd){let e=0,t=0;for(let t=s.content.firstChild;e{s=t(s,e,c)}),s}var Eo=/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var)$/i;function Do(e,t){if(e.childCount<2)return e;for(let n=t.depth;n>=0;n--){let r=t.node(n).contentMatchAt(t.index(n)),i,a=[];if(e.forEach(e=>{if(!a)return;let t=r.findWrapping(e.type),n;if(!t)return a=null;if(n=a.length&&i.length&&ko(t,i,e,a[a.length-1],0))a[a.length-1]=n;else{a.length&&(a[a.length-1]=Ao(a[a.length-1],i.length));let n=Oo(e,t);a.push(n),r=r.matchType(n.type),i=t}}),a)return E.from(a)}return e}function Oo(e,t,n=0){for(let r=t.length-1;r>=n;r--)e=t[r].create(null,E.from(e));return e}function ko(e,t,n,r,i){if(i1&&(a=0),i=n&&(s=t<0?o.contentMatchAt(0).fillBefore(s,a<=i).append(s):s.append(o.contentMatchAt(o.childCount).fillBefore(E.empty,!0))),e.replaceChild(t<0?0:e.childCount-1,o.copy(s))}function Mo(e,t,n){return te}),Io.createHTML(e)):e}function Ro(e){let t=/^(\s*]*>)*/.exec(e);t&&(e=e.slice(t[0].length));let n=Fo().createElement(`div`),r=/<([a-z][^>\s]+)/i.exec(e),i;if((i=r&&No[r[1].toLowerCase()])&&(e=i.map(e=>`<`+e+`>`).join(``)+e+i.map(e=>``).reverse().join(``)),n.innerHTML=Lo(e),i)for(let e=0;e=0;e-=2){let t=n.nodes[r[e]];if(!t||t.hasRequiredAttrs())break;i=E.from(t.create(r[e+1],i)),a++,o++}return new O(i,a,o)}var Vo={},Ho={},Uo={touchstart:!0,touchmove:!0},Wo=class{constructor(){this.shiftKey=!1,this.mouseDown=null,this.lastKeyCode=null,this.lastKeyCodeTime=0,this.lastClick={time:0,x:0,y:0,type:``,button:0},this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastIOSEnter=0,this.lastIOSEnterFallbackTimeout=-1,this.lastFocus=0,this.lastTouch=0,this.lastChromeDelete=0,this.composing=!1,this.compositionNode=null,this.composingTimeout=-1,this.compositionNodes=[],this.compositionEndedAt=-2e8,this.compositionID=1,this.badSafariComposition=!1,this.compositionPendingChanges=0,this.domChangeCount=0,this.eventHandlers=Object.create(null),this.hideSelectionGuard=null}};function Go(e){for(let t in Vo){let n=Vo[t];e.dom.addEventListener(t,e.input.eventHandlers[t]=t=>{Xo(e,t)&&!Yo(e,t)&&(e.editable||!(t.type in Ho))&&n(e,t)},Uo[t]?{passive:!0}:void 0)}L&&e.dom.addEventListener(`input`,()=>null),Jo(e)}function Ko(e,t){e.input.lastSelectionOrigin=t,e.input.lastSelectionTime=Date.now()}function qo(e){e.domObserver.stop();for(let t in e.input.eventHandlers)e.dom.removeEventListener(t,e.input.eventHandlers[t]);clearTimeout(e.input.composingTimeout),clearTimeout(e.input.lastIOSEnterFallbackTimeout)}function Jo(e){e.someProp(`handleDOMEvents`,t=>{for(let n in t)e.input.eventHandlers[n]||e.dom.addEventListener(n,e.input.eventHandlers[n]=t=>Yo(e,t))})}function Yo(e,t){return e.someProp(`handleDOMEvents`,n=>{let r=n[t.type];return r?r(e,t)||t.defaultPrevented:!1})}function Xo(e,t){if(!t.bubbles)return!0;if(t.defaultPrevented)return!1;for(let n=t.target;n!=e.dom;n=n.parentNode)if(!n||n.nodeType==11||n.pmViewDesc&&n.pmViewDesc.stopEvent(t))return!1;return!0}function Zo(e,t){!Yo(e,t)&&Vo[t.type]&&(e.editable||!(t.type in Ho))&&Vo[t.type](e,t)}Ho.keydown=(e,t)=>{let n=t;if(e.input.shiftKey=n.keyCode==16||n.shiftKey,!fs(e,n)&&(e.input.lastKeyCode=n.keyCode,e.input.lastKeyCodeTime=Date.now(),!(Ni&&I&&n.keyCode==13)))if(n.keyCode!=229&&e.domObserver.forceFlush(),Ai&&n.keyCode==13&&!n.ctrlKey&&!n.altKey&&!n.metaKey){let t=Date.now();e.input.lastIOSEnter=t,e.input.lastIOSEnterFallbackTimeout=setTimeout(()=>{e.input.lastIOSEnter==t&&(e.someProp(`handleKeyDown`,t=>t(e,gi(13,`Enter`))),e.input.lastIOSEnter=0)},200)}else e.someProp(`handleKeyDown`,t=>t(e,n))||Co(e,n)?n.preventDefault():Ko(e,`key`)},Ho.keyup=(e,t)=>{t.keyCode==16&&(e.input.shiftKey=!1)},Ho.keypress=(e,t)=>{let n=t;if(fs(e,n)||!n.charCode||n.ctrlKey&&!n.altKey||ji&&n.metaKey)return;if(e.someProp(`handleKeyPress`,t=>t(e,n))){n.preventDefault();return}let r=e.state.selection;if(!(r instanceof j)||!r.$from.sameParent(r.$to)){let t=String.fromCharCode(n.charCode),i=()=>e.state.tr.insertText(t).scrollIntoView();!/[\r\n]/.test(t)&&!e.someProp(`handleTextInput`,n=>n(e,r.$from.pos,r.$to.pos,t,i))&&e.dispatch(i()),n.preventDefault()}};function Qo(e){return{left:e.clientX,top:e.clientY}}function $o(e,t){let n=t.x-e.clientX,r=t.y-e.clientY;return n*n+r*r<100}function es(e,t,n,r,i){if(r==-1)return!1;let a=e.state.doc.resolve(r);for(let r=a.depth+1;r>0;r--)if(e.someProp(t,t=>r>a.depth?t(e,n,a.nodeAfter,a.before(r),i,!0):t(e,n,a.node(r),a.before(r),i,!1)))return!0;return!1}function ts(e,t,n){if(e.focused||e.focus(),e.state.selection.eq(t))return;let r=e.state.tr.setSelection(t);n==`pointer`&&r.setMeta(`pointer`,!0),e.dispatch(r)}function ns(e,t){if(t==-1)return!1;let n=e.state.doc.resolve(t),r=n.nodeAfter;return r&&r.isAtom&&M.isSelectable(r)?(ts(e,new M(n),`pointer`),!0):!1}function rs(e,t){if(t==-1)return!1;let n=e.state.selection,r,i;n instanceof M&&(r=n.node);let a=e.state.doc.resolve(t);for(let e=a.depth+1;e>0;e--){let t=e>a.depth?a.nodeAfter:a.node(e);if(M.isSelectable(t)){i=r&&n.$from.depth>0&&e>=n.$from.depth&&a.before(n.$from.depth+1)==n.$from.pos?a.before(n.$from.depth):a.before(e);break}}return i==null?!1:(ts(e,M.create(e.state.doc,i),`pointer`),!0)}function is(e,t,n,r,i){return es(e,`handleClickOn`,t,n,r)||e.someProp(`handleClick`,n=>n(e,t,r))||(i?rs(e,n):ns(e,n))}function as(e,t,n,r){return es(e,`handleDoubleClickOn`,t,n,r)||e.someProp(`handleDoubleClick`,n=>n(e,t,r))}function ss(e,t,n,r){return es(e,`handleTripleClickOn`,t,n,r)||e.someProp(`handleTripleClick`,n=>n(e,t,r))||cs(e,n,r)}function cs(e,t,n){if(n.button!=0)return!1;let r=e.state.doc;if(t==-1)return r.inlineContent?(ts(e,j.create(r,0,r.content.size),`pointer`),!0):!1;let i=r.resolve(t);for(let t=i.depth+1;t>0;t--){let n=t>i.depth?i.nodeAfter:i.node(t),a=i.before(t);if(n.inlineContent)ts(e,j.create(r,a+1,a+1+n.content.size),`pointer`);else if(M.isSelectable(n))ts(e,M.create(r,a),`pointer`);else continue;return!0}}function ls(e){return ys(e)}var us=ji?`metaKey`:`ctrlKey`;Vo.mousedown=(e,t)=>{let n=t;e.input.shiftKey=n.shiftKey;let r=ls(e),i=Date.now(),a=`singleClick`;i-e.input.lastClick.time<500&&$o(n,e.input.lastClick)&&!n[us]&&e.input.lastClick.button==n.button&&(e.input.lastClick.type==`singleClick`?a=`doubleClick`:e.input.lastClick.type==`doubleClick`&&(a=`tripleClick`)),e.input.lastClick={time:i,x:n.clientX,y:n.clientY,type:a,button:n.button};let o=e.posAtCoords(Qo(n));o&&(a==`singleClick`?(e.input.mouseDown&&e.input.mouseDown.done(),e.input.mouseDown=new ds(e,o,n,!!r)):(a==`doubleClick`?as:ss)(e,o.pos,o.inside,n)?n.preventDefault():Ko(e,`pointer`))};var ds=class{constructor(e,t,n,r){this.view=e,this.pos=t,this.event=n,this.flushed=r,this.delayedSelectionSync=!1,this.mightDrag=null,this.startDoc=e.state.doc,this.selectNode=!!n[us],this.allowDefault=n.shiftKey;let i,a;if(t.inside>-1)i=e.state.doc.nodeAt(t.inside),a=t.inside;else{let n=e.state.doc.resolve(t.pos);i=n.parent,a=n.depth?n.before():0}let o=r?null:n.target,s=o?e.docView.nearestDesc(o,!0):null;this.target=s&&s.nodeDOM.nodeType==1?s.nodeDOM:null;let{selection:c}=e.state;n.button==0&&(i.type.spec.draggable&&i.type.spec.selectable!==!1||c instanceof M&&c.from<=a&&c.to>a)&&(this.mightDrag={node:i,pos:a,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&Di&&!this.target.hasAttribute(`contentEditable`))}),this.target&&this.mightDrag&&(this.mightDrag.addAttr||this.mightDrag.setUneditable)&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&(this.target.draggable=!0),this.mightDrag.setUneditable&&setTimeout(()=>{this.view.input.mouseDown==this&&this.target.setAttribute(`contentEditable`,`false`)},20),this.view.domObserver.start()),e.root.addEventListener(`mouseup`,this.up=this.up.bind(this)),e.root.addEventListener(`mousemove`,this.move=this.move.bind(this)),Ko(e,`pointer`)}done(){this.view.root.removeEventListener(`mouseup`,this.up),this.view.root.removeEventListener(`mousemove`,this.move),this.mightDrag&&this.target&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&this.target.removeAttribute(`draggable`),this.mightDrag.setUneditable&&this.target.removeAttribute(`contentEditable`),this.view.domObserver.start()),this.delayedSelectionSync&&setTimeout(()=>Ga(this.view)),this.view.input.mouseDown=null}up(e){if(this.done(),!this.view.dom.contains(e.target))return;let t=this.pos;this.view.state.doc!=this.startDoc&&(t=this.view.posAtCoords(Qo(e))),this.updateAllowDefault(e),this.allowDefault||!t?Ko(this.view,`pointer`):is(this.view,t.pos,t.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||L&&this.mightDrag&&!this.mightDrag.node.isAtom||I&&!this.view.state.selection.visible&&Math.min(Math.abs(t.pos-this.view.state.selection.from),Math.abs(t.pos-this.view.state.selection.to))<=2)?(ts(this.view,A.near(this.view.state.doc.resolve(t.pos)),`pointer`),e.preventDefault()):Ko(this.view,`pointer`)}move(e){this.updateAllowDefault(e),Ko(this.view,`pointer`),e.buttons==0&&this.done()}updateAllowDefault(e){!this.allowDefault&&(Math.abs(this.event.x-e.clientX)>4||Math.abs(this.event.y-e.clientY)>4)&&(this.allowDefault=!0)}};Vo.touchstart=e=>{e.input.lastTouch=Date.now(),ls(e),Ko(e,`pointer`)},Vo.touchmove=e=>{e.input.lastTouch=Date.now(),Ko(e,`pointer`)},Vo.contextmenu=e=>ls(e);function fs(e,t){return e.composing?!0:L&&Math.abs(t.timeStamp-e.input.compositionEndedAt)<500?(e.input.compositionEndedAt=-2e8,!0):!1}var ps=Ni?5e3:-1;Ho.compositionstart=Ho.compositionupdate=e=>{if(!e.composing){e.domObserver.flush();let{state:t}=e,n=t.selection.$to;if(t.selection instanceof j&&(t.storedMarks||!n.textOffset&&n.parentOffset&&n.nodeBefore.marks.some(e=>e.type.spec.inclusive===!1)||I&&Mi&&ms(e)))e.markCursor=e.state.storedMarks||n.marks(),ys(e,!0),e.markCursor=null;else if(ys(e,!t.selection.empty),Di&&t.selection.empty&&n.parentOffset&&!n.textOffset&&n.nodeBefore.marks.length){let t=e.domSelectionRange();for(let n=t.focusNode,r=t.focusOffset;n&&n.nodeType==1&&r!=0;){let t=r<0?n.lastChild:n.childNodes[r-1];if(!t)break;if(t.nodeType==3){let n=e.domSelection();n&&n.collapse(t,t.nodeValue.length);break}else n=t,r=-1}}e.input.composing=!0}hs(e,ps)};function ms(e){let{focusNode:t,focusOffset:n}=e.domSelectionRange();if(!t||t.nodeType!=1||n>=t.childNodes.length)return!1;let r=t.childNodes[n];return r.nodeType==1&&r.contentEditable==`false`}Ho.compositionend=(e,t)=>{e.composing&&(e.input.composing=!1,e.input.compositionEndedAt=t.timeStamp,e.input.compositionPendingChanges=e.domObserver.pendingRecords().length?e.input.compositionID:0,e.input.compositionNode=null,e.input.badSafariComposition?e.domObserver.forceFlush():e.input.compositionPendingChanges&&Promise.resolve().then(()=>e.domObserver.flush()),e.input.compositionID++,hs(e,20))};function hs(e,t){clearTimeout(e.input.composingTimeout),t>-1&&(e.input.composingTimeout=setTimeout(()=>ys(e),t))}function gs(e){for(e.composing&&(e.input.composing=!1,e.input.compositionEndedAt=vs());e.input.compositionNodes.length>0;)e.input.compositionNodes.pop().markParentsDirty()}function _s(e){let t=e.domSelectionRange();if(!t.focusNode)return null;let n=di(t.focusNode,t.focusOffset),r=fi(t.focusNode,t.focusOffset);if(n&&r&&n!=r){let t=r.pmViewDesc,i=e.domObserver.lastChangedTextNode;if(n==i||r==i)return i;if(!t||!t.isText(r.nodeValue))return r;if(e.input.compositionNode==r){let e=n.pmViewDesc;if(!(!e||!e.isText(n.nodeValue)))return r}}return n||r}function vs(){let e=document.createEvent(`Event`);return e.initEvent(`event`,!0,!0),e.timeStamp}function ys(e,t=!1){if(!(Ni&&e.domObserver.flushingSoon>=0)){if(e.domObserver.forceFlush(),gs(e),t||e.docView&&e.docView.dirty){let n=Ua(e),r=e.state.selection;return n&&!n.eq(r)?e.dispatch(e.state.tr.setSelection(n)):(e.markCursor||t)&&!r.$from.node(r.$from.sharedDepth(r.to)).inlineContent?e.dispatch(e.state.tr.deleteSelection()):e.updateState(e.state),!0}return!1}}function bs(e,t){if(!e.dom.parentNode)return;let n=e.dom.parentNode.appendChild(document.createElement(`div`));n.appendChild(t),n.style.cssText=`position: fixed; left: -10000px; top: 10px`;let r=getSelection(),i=document.createRange();i.selectNodeContents(t),e.dom.blur(),r.removeAllRanges(),r.addRange(i),setTimeout(()=>{n.parentNode&&n.parentNode.removeChild(n),e.focus()},50)}var xs=Ti&&Ei<15||Ai&&Fi<604;Vo.copy=Ho.cut=(e,t)=>{let n=t,r=e.state.selection,i=n.type==`cut`;if(r.empty)return;let a=xs?null:n.clipboardData,{dom:o,text:s}=wo(e,r.content());a?(n.preventDefault(),a.clearData(),a.setData(`text/html`,o.innerHTML),a.setData(`text/plain`,s)):bs(e,o),i&&e.dispatch(e.state.tr.deleteSelection().scrollIntoView().setMeta(`uiEvent`,`cut`))};function Ss(e){return e.openStart==0&&e.openEnd==0&&e.content.childCount==1?e.content.firstChild:null}function Cs(e,t){if(!e.dom.parentNode)return;let n=e.input.shiftKey||e.state.selection.$from.parent.type.spec.code,r=e.dom.parentNode.appendChild(document.createElement(n?`textarea`:`div`));n||(r.contentEditable=`true`),r.style.cssText=`position: fixed; left: -10000px; top: 10px`,r.focus();let i=e.input.shiftKey&&e.input.lastKeyCode!=45;setTimeout(()=>{e.focus(),r.parentNode&&r.parentNode.removeChild(r),n?ws(e,r.value,null,i,t):ws(e,r.textContent,r.innerHTML,i,t)},50)}function ws(e,t,n,r,i){let a=To(e,t,n,r,e.state.selection.$from);if(e.someProp(`handlePaste`,t=>t(e,i,a||O.empty)))return!0;if(!a)return!1;let o=Ss(a),s=o?e.state.tr.replaceSelectionWith(o,r):e.state.tr.replaceSelection(a);return e.dispatch(s.scrollIntoView().setMeta(`paste`,!0).setMeta(`uiEvent`,`paste`)),!0}function Ts(e){let t=e.getData(`text/plain`)||e.getData(`Text`);if(t)return t;let n=e.getData(`text/uri-list`);return n?n.replace(/\r?\n/g,` `):``}Ho.paste=(e,t)=>{let n=t;if(e.composing&&!Ni)return;let r=xs?null:n.clipboardData,i=e.input.shiftKey&&e.input.lastKeyCode!=45;r&&ws(e,Ts(r),r.getData(`text/html`),i,n)?n.preventDefault():Cs(e,n)};var Es=class{constructor(e,t,n){this.slice=e,this.move=t,this.node=n}},Ds=ji?`altKey`:`ctrlKey`;function Os(e,t){let n;return e.someProp(`dragCopies`,e=>{n||=e(t)}),n==null?!t[Ds]:!n}Vo.dragstart=(e,t)=>{let n=t,r=e.input.mouseDown;if(r&&r.done(),!n.dataTransfer)return;let i=e.state.selection,a=i.empty?null:e.posAtCoords(Qo(n)),o;if(!(a&&a.pos>=i.from&&a.pos<=(i instanceof M?i.to-1:i.to))){if(r&&r.mightDrag)o=M.create(e.state.doc,r.mightDrag.pos);else if(n.target&&n.target.nodeType==1){let t=e.docView.nearestDesc(n.target,!0);t&&t.node.type.spec.draggable&&t!=e.docView&&(o=M.create(e.state.doc,t.posBefore))}}let{dom:s,text:c,slice:l}=wo(e,(o||e.state.selection).content());(!n.dataTransfer.files.length||!I||ki>120)&&n.dataTransfer.clearData(),n.dataTransfer.setData(xs?`Text`:`text/html`,s.innerHTML),n.dataTransfer.effectAllowed=`copyMove`,xs||n.dataTransfer.setData(`text/plain`,c),e.dragging=new Es(l,Os(e,n),o)},Vo.dragend=e=>{let t=e.dragging;window.setTimeout(()=>{e.dragging==t&&(e.dragging=null)},50)},Ho.dragover=Ho.dragenter=(e,t)=>t.preventDefault(),Ho.drop=(e,t)=>{try{ks(e,t,e.dragging)}finally{e.dragging=null}};function ks(e,t,n){if(!t.dataTransfer)return;let r=e.posAtCoords(Qo(t));if(!r)return;let i=e.state.doc.resolve(r.pos),a=n&&n.slice;a?e.someProp(`transformPasted`,t=>{a=t(a,e,!1)}):a=To(e,Ts(t.dataTransfer),xs?null:t.dataTransfer.getData(`text/html`),!1,i);let o=!!(n&&Os(e,t));if(e.someProp(`handleDrop`,n=>n(e,t,a||O.empty,o))){t.preventDefault();return}if(!a)return;t.preventDefault();let s=a?Tn(e.state.doc,i.pos,a):i.pos;s??=i.pos;let c=e.state.tr;if(o){let{node:e}=n;e?e.replace(c):c.deleteSelection()}let l=c.mapping.map(s),u=a.openStart==0&&a.openEnd==0&&a.content.childCount==1,d=c.doc;if(u?c.replaceRangeWith(l,l,a.content.firstChild):c.replaceRange(l,l,a),c.doc.eq(d))return;let f=c.doc.resolve(l);if(u&&M.isSelectable(a.content.firstChild)&&f.nodeAfter&&f.nodeAfter.sameMarkup(a.content.firstChild))c.setSelection(new M(f));else{let t=c.mapping.map(s);c.mapping.maps[c.mapping.maps.length-1].forEach((e,n,r,i)=>t=i),c.setSelection(eo(e,f,c.doc.resolve(t)))}e.focus(),e.dispatch(c.setMeta(`uiEvent`,`drop`))}Vo.focus=e=>{e.input.lastFocus=Date.now(),e.focused||(e.domObserver.stop(),e.dom.classList.add(`ProseMirror-focused`),e.domObserver.start(),e.focused=!0,setTimeout(()=>{e.docView&&e.hasFocus()&&!e.domObserver.currentSelection.eq(e.domSelectionRange())&&Ga(e)},20))},Vo.blur=(e,t)=>{let n=t;e.focused&&=(e.domObserver.stop(),e.dom.classList.remove(`ProseMirror-focused`),e.domObserver.start(),n.relatedTarget&&e.dom.contains(n.relatedTarget)&&e.domObserver.currentSelection.clear(),!1)},Vo.beforeinput=(e,t)=>{if(I&&Ni&&t.inputType==`deleteContentBackward`){e.domObserver.flushSoon();let{domChangeCount:t}=e.input;setTimeout(()=>{if(e.input.domChangeCount!=t||(e.dom.blur(),e.focus(),e.someProp(`handleKeyDown`,t=>t(e,gi(8,`Backspace`)))))return;let{$cursor:n}=e.state.selection;n&&n.pos>0&&e.dispatch(e.state.tr.delete(n.pos-1,n.pos).scrollIntoView())},50)}};for(let e in Ho)Vo[e]=Ho[e];function As(e,t){if(e==t)return!0;for(let n in e)if(e[n]!==t[n])return!1;for(let n in t)if(!(n in e))return!1;return!0}var js=class e{constructor(e,t){this.toDOM=e,this.spec=t||Is,this.side=this.spec.side||0}map(e,t,n,r){let{pos:i,deleted:a}=e.mapResult(t.from+r,this.side<0?-1:1);return a?null:new Ps(i-n,i-n,this)}valid(){return!0}eq(t){return this==t||t instanceof e&&(this.spec.key&&this.spec.key==t.spec.key||this.toDOM==t.toDOM&&As(this.spec,t.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}},Ms=class e{constructor(e,t){this.attrs=e,this.spec=t||Is}map(e,t,n,r){let i=e.map(t.from+r,this.spec.inclusiveStart?-1:1)-n,a=e.map(t.to+r,this.spec.inclusiveEnd?1:-1)-n;return i>=a?null:new Ps(i,a,this)}valid(e,t){return t.from=e&&(!i||i(o.spec))&&n.push(o.copy(o.from+r,o.to+r))}for(let a=0;ae){let o=this.children[a]+1;this.children[a+2].findInner(e-o,t-o,n,r+o,i)}}map(e,t,n){return this==z||e.maps.length==0?this:this.mapInner(e,t,0,0,n||Is)}mapInner(t,n,r,i,a){let o;for(let e=0;e{let o=t+r,s;if(s=Vs(n,e,o)){for(i||=this.children.slice();aa&&n.to=t){this.children[e]==t&&(r=this.children[e+2]);break}let a=t+1,o=a+n.content.size;for(let e=0;ea&&t.type instanceof Ms){let e=Math.max(a,t.from)-a,n=Math.min(o,t.to)-a;ee.map(t,n,Is));return e.from(r)}forChild(t,n){if(n.isLeaf)return R.empty;let r=[];for(let i=0;ie instanceof R)?t:t.reduce((e,t)=>e.concat(t instanceof R?t:t.members),[]))}}forEachSet(e){for(let t=0;t{let o=a-i-(n-e);for(let i=0;ia+t-r)continue;let c=s[i]+t-r;n>=c?s[i+1]=e<=c?-2:-1:e>=t&&o&&(s[i]+=o,s[i+1]+=o)}r+=o}),t=n.maps[e].map(t,-1)}let c=!1;for(let t=0;t=r.content.size){c=!0;continue}let d=n.map(e[t+1]+a,-1)-i,{index:f,offset:p}=r.content.findIndex(u),m=r.maybeChild(f);if(m&&p==u&&p+m.nodeSize==d){let r=s[t+2].mapInner(n,m,l+1,e[t]+a+1,o);r==z?(s[t+1]=-2,c=!0):(s[t]=u,s[t+1]=d,s[t+2]=r)}else c=!0}if(c){let c=Us(Bs(s,e,t,n,i,a,o),r,0,o);t=c.local;for(let e=0;en&&a.to{let s=Vs(e,t,o+n);if(s){a=!0;let e=Us(s,t,n+o+1,r);e!=z&&i.push(o,o+t.nodeSize,e)}});let o=zs(a?Hs(e):e,-n).sort(Ws);for(let e=0;e0;)t++;e.splice(t,0,n)}function qs(e){let t=[];return e.someProp(`decorations`,n=>{let r=n(e.state);r&&r!=z&&t.push(r)}),e.cursorWrapper&&t.push(R.create(e.state.doc,[e.cursorWrapper.deco])),Ls.from(t)}var Js={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},Ys=Ti&&Ei<=11,Xs=class{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}set(e){this.anchorNode=e.anchorNode,this.anchorOffset=e.anchorOffset,this.focusNode=e.focusNode,this.focusOffset=e.focusOffset}clear(){this.anchorNode=this.focusNode=null}eq(e){return e.anchorNode==this.anchorNode&&e.anchorOffset==this.anchorOffset&&e.focusNode==this.focusNode&&e.focusOffset==this.focusOffset}},Zs=class{constructor(e,t){this.view=e,this.handleDOMChange=t,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new Xs,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.lastChangedTextNode=null,this.observer=window.MutationObserver&&new window.MutationObserver(t=>{for(let e=0;ee.type==`childList`&&e.removedNodes.length||e.type==`characterData`&&e.oldValue.length>e.target.nodeValue.length)?this.flushSoon():L&&e.composing&&t.some(e=>e.type==`childList`&&e.target.nodeName==`TR`)?(e.input.badSafariComposition=!0,this.flushSoon()):this.flush()}),Ys&&(this.onCharData=e=>{this.queue.push({target:e.target,type:`characterData`,oldValue:e.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this)}flushSoon(){this.flushingSoon<0&&(this.flushingSoon=window.setTimeout(()=>{this.flushingSoon=-1,this.flush()},20))}forceFlush(){this.flushingSoon>-1&&(window.clearTimeout(this.flushingSoon),this.flushingSoon=-1,this.flush())}start(){this.observer&&(this.observer.takeRecords(),this.observer.observe(this.view.dom,Js)),this.onCharData&&this.view.dom.addEventListener(`DOMCharacterDataModified`,this.onCharData),this.connectSelection()}stop(){if(this.observer){let e=this.observer.takeRecords();if(e.length){for(let t=0;tthis.flush(),20)}this.observer.disconnect()}this.onCharData&&this.view.dom.removeEventListener(`DOMCharacterDataModified`,this.onCharData),this.disconnectSelection()}connectSelection(){this.view.dom.ownerDocument.addEventListener(`selectionchange`,this.onSelectionChange)}disconnectSelection(){this.view.dom.ownerDocument.removeEventListener(`selectionchange`,this.onSelectionChange)}suppressSelectionUpdates(){this.suppressingSelectionUpdates=!0,setTimeout(()=>this.suppressingSelectionUpdates=!1,50)}onSelectionChange(){if(to(this.view)){if(this.suppressingSelectionUpdates)return Ga(this.view);if(Ti&&Ei<=11&&!this.view.state.selection.empty){let e=this.view.domSelectionRange();if(e.focusNode&&si(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset))return this.flushSoon()}this.flush()}}setCurSelection(){this.currentSelection.set(this.view.domSelectionRange())}ignoreSelectionChange(e){if(!e.focusNode)return!0;let t=new Set,n;for(let n=e.focusNode;n;n=ri(n))t.add(n);for(let r=e.anchorNode;r;r=ri(r))if(t.has(r)){n=r;break}let r=n&&this.view.docView.nearestDesc(n);if(r&&r.ignoreMutation({type:`selection`,target:n.nodeType==3?n.parentNode:n}))return this.setCurSelection(),!0}pendingRecords(){if(this.observer)for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}flush(){let{view:e}=this;if(!e.docView||this.flushingSoon>-1)return;let t=this.pendingRecords();t.length&&(this.queue=[]);let n=e.domSelectionRange(),r=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(n)&&to(e)&&!this.ignoreSelectionChange(n),i=-1,a=-1,o=!1,s=[];if(e.editable)for(let e=0;ee.nodeName==`BR`)&&(e.input.lastKeyCode==8||e.input.lastKeyCode==46)){for(let e of s)if(e.nodeName==`BR`&&e.parentNode){let t=e.nextSibling;for(;t&&t.nodeType==1;){if(t.contentEditable==`false`){e.parentNode.removeChild(e);break}t=t.firstChild}}}else if(Di&&s.length){let t=s.filter(e=>e.nodeName==`BR`);if(t.length==2){let[e,n]=t;e.parentNode&&e.parentNode.parentNode==n.parentNode?n.remove():e.remove()}else{let{focusNode:n}=this.currentSelection;for(let r of t){let t=r.parentNode;t&&t.nodeName==`LI`&&(!n||rc(e,n)!=t)&&r.remove()}}}let c=null;i<0&&r&&e.input.lastFocus>Date.now()-200&&Math.max(e.input.lastTouch,e.input.lastClick.time)-1||r)&&(i>-1&&(e.docView.markDirty(i,a),ec(e)),e.input.badSafariComposition&&(e.input.badSafariComposition=!1,ic(e,s)),this.handleDOMChange(i,a,o,s),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(n)||Ga(e),this.currentSelection.set(n))}registerMutation(e,t){if(t.indexOf(e.target)>-1)return null;let n=this.view.docView.nearestDesc(e.target);if(e.type==`attributes`&&(n==this.view.docView||e.attributeName==`contenteditable`||e.attributeName==`style`&&!e.oldValue&&!e.target.getAttribute(`style`))||!n||n.ignoreMutation(e))return null;if(e.type==`childList`){for(let n=0;ni;e--){let t=r.childNodes[e-1],n=t.pmViewDesc;if(t.nodeName==`BR`&&!n){a=e;break}if(!n||n.size)break}let d=e.state.doc,f=e.someProp(`domParser`)||dt.fromSchema(e.state.schema),p=d.resolve(o),m=null,h=f.parse(r,{topNode:p.parent,topMatch:p.parent.contentMatchAt(p.index()),topOpen:!0,from:i,to:a,preserveWhitespace:p.parent.type.whitespace==`pre`?`full`:!0,findPositions:l,ruleFromNode:oc,context:p});if(l&&l[0].pos!=null){let e=l[0].pos,t=l[1]&&l[1].pos;t??=e,m={anchor:e+o,head:t+o}}return{doc:h,sel:m,from:o,to:s}}function oc(e){let t=e.pmViewDesc;if(t)return t.parseRule();if(e.nodeName==`BR`&&e.parentNode){if(L&&/^(ul|ol)$/i.test(e.parentNode.nodeName)){let e=document.createElement(`div`);return e.appendChild(document.createElement(`li`)),{skip:e}}else if(e.parentNode.lastChild==e||L&&/^(tr|table)$/i.test(e.parentNode.nodeName))return{ignore:!0}}else if(e.nodeName==`IMG`&&e.getAttribute(`mark-placeholder`))return{ignore:!0};return null}var sc=/^(a|abbr|acronym|b|bd[io]|big|br|button|cite|code|data(list)?|del|dfn|em|i|img|ins|kbd|label|map|mark|meter|output|q|ruby|s|samp|small|span|strong|su[bp]|time|u|tt|var)$/i;function cc(e,t,n,r,i){let a=e.input.compositionPendingChanges||(e.composing?e.input.compositionID:0);if(e.input.compositionPendingChanges=0,t<0){let t=e.input.lastSelectionTime>Date.now()-50?e.input.lastSelectionOrigin:null,n=Ua(e,t);if(n&&!e.state.selection.eq(n)){if(I&&Ni&&e.input.lastKeyCode===13&&Date.now()-100t(e,gi(13,`Enter`))))return;let r=e.state.tr.setSelection(n);t==`pointer`?r.setMeta(`pointer`,!0):t==`key`&&r.scrollIntoView(),a&&r.setMeta(`composition`,a),e.dispatch(r)}return}let o=e.state.doc.resolve(t),s=o.sharedDepth(n);t=o.before(s+1),n=e.state.doc.resolve(n).after(s+1);let c=e.state.selection,l=ac(e,t,n),u=e.state.doc,d=u.slice(l.from,l.to),f,p;e.input.lastKeyCode===8&&Date.now()-100Date.now()-225||Ni)&&i.some(e=>e.nodeType==1&&!sc.test(e.nodeName))&&(!m||m.endA>=m.endB)&&e.someProp(`handleKeyDown`,t=>t(e,gi(13,`Enter`)))){e.input.lastIOSEnter=0;return}if(!m)if(r&&c instanceof j&&!c.empty&&c.$head.sameParent(c.$anchor)&&!e.composing&&!(l.sel&&l.sel.anchor!=l.sel.head))m={start:c.from,endA:c.to,endB:c.to};else{if(l.sel){let t=lc(e,e.state.doc,l.sel);if(t&&!t.eq(e.state.selection)){let n=e.state.tr.setSelection(t);a&&n.setMeta(`composition`,a),e.dispatch(n)}}return}e.state.selection.frome.state.selection.from&&m.start<=e.state.selection.from+2&&e.state.selection.from>=l.from?m.start=e.state.selection.from:m.endA=e.state.selection.to-2&&e.state.selection.to<=l.to&&(m.endB+=e.state.selection.to-m.endA,m.endA=e.state.selection.to)),Ti&&Ei<=11&&m.endB==m.start+1&&m.endA==m.start&&m.start>l.from&&l.doc.textBetween(m.start-l.from-1,m.start-l.from+1)==` \xA0`&&(m.start--,m.endA--,m.endB--);let h=l.doc.resolveNoCache(m.start-l.from),g=l.doc.resolveNoCache(m.endB-l.from),_=u.resolve(m.start),ee=h.sameParent(g)&&h.parent.inlineContent&&_.end()>=m.endA;if((Ai&&e.input.lastIOSEnter>Date.now()-225&&(!ee||i.some(e=>e.nodeName==`DIV`||e.nodeName==`P`))||!ee&&h.post(e,gi(13,`Enter`)))){e.input.lastIOSEnter=0;return}if(e.state.selection.anchor>m.start&&dc(u,m.start,m.endA,h,g)&&e.someProp(`handleKeyDown`,t=>t(e,gi(8,`Backspace`)))){Ni&&I&&e.domObserver.suppressSelectionUpdates();return}I&&m.endB==m.start&&(e.input.lastChromeDelete=Date.now()),Ni&&!ee&&h.start()!=g.start()&&g.parentOffset==0&&h.depth==g.depth&&l.sel&&l.sel.anchor==l.sel.head&&l.sel.head==m.endA&&(m.endB-=2,g=l.doc.resolveNoCache(m.endB-l.from),setTimeout(()=>{e.someProp(`handleKeyDown`,function(t){return t(e,gi(13,`Enter`))})},20));let v=m.start,y=m.endA,b=t=>{let n=t||e.state.tr.replace(v,y,l.doc.slice(m.start-l.from,m.endB-l.from));if(l.sel){let t=lc(e,n.doc,l.sel);t&&!(I&&e.composing&&t.empty&&(m.start!=m.endB||e.input.lastChromeDeleteGa(e),20));let t=b(e.state.tr.delete(v,y)),n=u.resolve(m.start).marksAcross(u.resolve(m.endA));n&&t.ensureMarks(n),e.dispatch(t)}else if(m.endA==m.endB&&(te=uc(h.parent.content.cut(h.parentOffset,g.parentOffset),_.parent.content.cut(_.parentOffset,m.endA-_.start())))){let t=b(e.state.tr);te.type==`add`?t.addMark(v,y,te.mark):t.removeMark(v,y,te.mark),e.dispatch(t)}else if(h.parent.child(h.index()).isText&&h.index()==g.index()-+!g.textOffset){let t=h.parent.textBetween(h.parentOffset,g.parentOffset),n=()=>b(e.state.tr.insertText(t,v,y));e.someProp(`handleTextInput`,r=>r(e,v,y,t,n))||e.dispatch(n())}else e.dispatch(b());else e.dispatch(b())}function lc(e,t,n){return Math.max(n.anchor,n.head)>t.content.size?null:eo(e,t.resolve(n.anchor),t.resolve(n.head))}function uc(e,t){let n=e.firstChild.marks,r=t.firstChild.marks,i=n,a=r,o,s,c;for(let e=0;ee.mark(s.addToSet(e.marks));else if(i.length==0&&a.length==1)s=a[0],o=`remove`,c=e=>e.mark(s.removeFromSet(e.marks));else return null;let l=[];for(let e=0;en||fc(o,!0,!1)0&&(t||e.indexAfter(r)==e.node(r).childCount);)r--,i++,t=!1;if(n){let t=e.node(r).maybeChild(e.indexAfter(r));for(;t&&!t.isLeaf;)t=t.firstChild,i++}return i}function pc(e,t,n,r,i){let a=e.findDiffStart(t,n);if(a==null)return null;let{a:o,b:s}=e.findDiffEnd(t,n+e.size,n+t.size);if(i==`end`){let e=Math.max(0,a-Math.min(o,s));r-=o+e-a}if(o=o?a-r:0;a-=e,a&&a=s?a-r:0;a-=t,a&&a=56320&&t<=57343&&n>=55296&&n<=56319}var hc=class{constructor(e,t){this._root=null,this.focused=!1,this.trackWrites=null,this.mounted=!1,this.markCursor=null,this.cursorWrapper=null,this.lastSelectedViewDesc=void 0,this.input=new Wo,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=t,this.state=t.state,this.directPlugins=t.plugins||[],this.directPlugins.forEach(Sc),this.dispatch=this.dispatch.bind(this),this.dom=e&&e.mount||document.createElement(`div`),e&&(e.appendChild?e.appendChild(this.dom):typeof e==`function`?e(this.dom):e.mount&&(this.mounted=!0)),this.editable=vc(this),_c(this),this.nodeViews=bc(this),this.docView=Ca(this.state.doc,gc(this),qs(this),this.dom,this),this.domObserver=new Zs(this,(e,t,n,r)=>cc(this,e,t,n,r)),this.domObserver.start(),Go(this),this.updatePluginViews()}get composing(){return this.input.composing}get props(){if(this._props.state!=this.state){let e=this._props;this._props={};for(let t in e)this._props[t]=e[t];this._props.state=this.state}return this._props}update(e){e.handleDOMEvents!=this._props.handleDOMEvents&&Jo(this);let t=this._props;this._props=e,e.plugins&&(e.plugins.forEach(Sc),this.directPlugins=e.plugins),this.updateStateInner(e.state,t)}setProps(e){let t={};for(let e in this._props)t[e]=this._props[e];t.state=this.state;for(let n in e)t[n]=e[n];this.update(t)}updateState(e){this.updateStateInner(e,this._props)}updateStateInner(e,t){let n=this.state,r=!1,i=!1;e.storedMarks&&this.composing&&(gs(this),i=!0),this.state=e;let a=n.plugins!=e.plugins||this._props.plugins!=t.plugins;if(a||this._props.plugins!=t.plugins||this._props.nodeViews!=t.nodeViews){let e=bc(this);xc(e,this.nodeViews)&&(this.nodeViews=e,r=!0)}(a||t.handleDOMEvents!=this._props.handleDOMEvents)&&Jo(this),this.editable=vc(this),_c(this);let o=qs(this),s=gc(this),c=n.plugins!=e.plugins&&!n.doc.eq(e.doc)?`reset`:e.scrollToSelection>n.scrollToSelection?`to selection`:`preserve`,l=r||!this.docView.matchesNode(e.doc,s,o);(l||!e.selection.eq(n.selection))&&(i=!0);let u=c==`preserve`&&i&&this.dom.style.overflowAnchor==null&&Bi(this);if(i){this.domObserver.stop();let t=l&&(Ti||I)&&!this.composing&&!n.selection.empty&&!e.selection.empty&&yc(n.selection,e.selection);if(l){let n=I?this.trackWrites=this.domSelectionRange().focusNode:null;this.composing&&(this.input.compositionNode=_s(this)),(r||!this.docView.update(e.doc,s,o,this))&&(this.docView.updateOuterDeco(s),this.docView.destroy(),this.docView=Ca(e.doc,s,o,this.dom,this)),n&&(!this.trackWrites||!this.dom.contains(this.trackWrites))&&(t=!0)}t||!(this.input.mouseDown&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&ro(this))?Ga(this,t):(Qa(this,e.selection),this.domObserver.setCurSelection()),this.domObserver.start()}this.updatePluginViews(n),this.dragging?.node&&!n.doc.eq(e.doc)&&this.updateDraggedNode(this.dragging,n),c==`reset`?this.dom.scrollTop=0:c==`to selection`?this.scrollToSelection():u&&Hi(u)}scrollToSelection(){let e=this.domSelectionRange().focusNode;if(!(!e||!this.dom.contains(e.nodeType==1?e:e.parentNode))&&!this.someProp(`handleScrollToSelection`,e=>e(this)))if(this.state.selection instanceof M){let t=this.docView.domAfterPos(this.state.selection.from);t.nodeType==1&&zi(this,t.getBoundingClientRect(),e)}else zi(this,this.coordsAtPos(this.state.selection.head,1),e)}destroyPluginViews(){let e;for(;e=this.pluginViews.pop();)e.destroy&&e.destroy()}updatePluginViews(e){if(!e||e.plugins!=this.state.plugins||this.directPlugins!=this.prevDirectPlugins){this.prevDirectPlugins=this.directPlugins,this.destroyPluginViews();for(let e=0;e0&&ee.ownerDocument.getSelection()),this._root=e}return e||document}updateRoot(){this._root=null}posAtCoords(e){return $i(this,e)}coordsAtPos(e,t=1){return ra(this,e,t)}domAtPos(e,t=0){return this.docView.domFromPos(e,t)}nodeDOM(e){let t=this.docView.descAt(e);return t?t.nodeDOM:null}posAtDOM(e,t,n=-1){let r=this.docView.posFromDOM(e,t,n);if(r==null)throw RangeError(`DOM position not inside the editor`);return r}endOfTextblock(e,t){return pa(this,t||this.state,e)}pasteHTML(e,t){return ws(this,``,e,!1,t||new ClipboardEvent(`paste`))}pasteText(e,t){return ws(this,e,null,!0,t||new ClipboardEvent(`paste`))}serializeForClipboard(e){return wo(this,e)}destroy(){this.docView&&(qo(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],qs(this),this),this.dom.textContent=``):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null,oi())}get isDestroyed(){return this.docView==null}dispatchEvent(e){return Zo(this,e)}domSelectionRange(){let e=this.domSelection();return e?L&&this.root.nodeType===11&&_i(this.dom.ownerDocument)==this.dom&&nc(this,e)||e:{focusNode:null,focusOffset:0,anchorNode:null,anchorOffset:0}}domSelection(){return this.root.getSelection()}};hc.prototype.dispatch=function(e){let t=this._props.dispatchTransaction;t?t.call(this,e):this.updateState(this.state.apply(e))};function gc(e){let t=Object.create(null);return t.class=`ProseMirror`,t.contenteditable=String(e.editable),e.someProp(`attributes`,n=>{if(typeof n==`function`&&(n=n(e.state)),n)for(let e in n)e==`class`?t.class+=` `+n[e]:e==`style`?t.style=(t.style?t.style+`;`:``)+n[e]:!t[e]&&e!=`contenteditable`&&e!=`nodeName`&&(t[e]=String(n[e]))}),t.translate||=`no`,[Ps.node(0,e.state.doc.content.size,t)]}function _c(e){if(e.markCursor){let t=document.createElement(`img`);t.className=`ProseMirror-separator`,t.setAttribute(`mark-placeholder`,`true`),t.setAttribute(`alt`,``),e.cursorWrapper={dom:t,deco:Ps.widget(e.state.selection.from,t,{raw:!0,marks:e.markCursor})}}else e.cursorWrapper=null}function vc(e){return!e.someProp(`editable`,t=>t(e.state)===!1)}function yc(e,t){let n=Math.min(e.$anchor.sharedDepth(e.head),t.$anchor.sharedDepth(t.head));return e.$anchor.start(n)!=t.$anchor.start(n)}function bc(e){let t=Object.create(null);function n(e){for(let n in e)Object.prototype.hasOwnProperty.call(t,n)||(t[n]=e[n])}return e.someProp(`nodeViews`,n),e.someProp(`markViews`,n),t}function xc(e,t){let n=0,r=0;for(let r in e){if(e[r]!=t[r])return!0;n++}for(let e in t)r++;return n!=r}function Sc(e){if(e.spec.state||e.spec.filterTransaction||e.spec.appendTransaction)throw RangeError(`Plugins passed directly to the view must not have a state component`)}for(var Cc={8:`Backspace`,9:`Tab`,10:`Enter`,12:`NumLock`,13:`Enter`,16:`Shift`,17:`Control`,18:`Alt`,20:`CapsLock`,27:`Escape`,32:` `,33:`PageUp`,34:`PageDown`,35:`End`,36:`Home`,37:`ArrowLeft`,38:`ArrowUp`,39:`ArrowRight`,40:`ArrowDown`,44:`PrintScreen`,45:`Insert`,46:`Delete`,59:`;`,61:`=`,91:`Meta`,92:`Meta`,106:`*`,107:`+`,108:`,`,109:`-`,110:`.`,111:`/`,144:`NumLock`,145:`ScrollLock`,160:`Shift`,161:`Shift`,162:`Control`,163:`Control`,164:`Alt`,165:`Alt`,173:`-`,186:`;`,187:`=`,188:`,`,189:`-`,190:`.`,191:`/`,192:"`",219:`[`,220:`\\`,221:`]`,222:`'`},wc={48:`)`,49:`!`,50:`@`,51:`#`,52:`$`,53:`%`,54:`^`,55:`&`,56:`*`,57:`(`,59:`:`,61:`+`,173:`_`,186:`:`,187:`+`,188:`<`,189:`_`,190:`>`,191:`?`,192:`~`,219:`{`,220:`|`,221:`}`,222:`"`},Tc=typeof navigator<`u`&&/Mac/.test(navigator.platform),Ec=typeof navigator<`u`&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),Dc=0;Dc<10;Dc++)Cc[48+Dc]=Cc[96+Dc]=String(Dc);for(var Dc=1;Dc<=24;Dc++)Cc[Dc+111]=`F`+Dc;for(var Dc=65;Dc<=90;Dc++)Cc[Dc]=String.fromCharCode(Dc+32),wc[Dc]=String.fromCharCode(Dc);for(var Oc in Cc)wc.hasOwnProperty(Oc)||(wc[Oc]=Cc[Oc]);function kc(e){var t=!(Tc&&e.metaKey&&e.shiftKey&&!e.ctrlKey&&!e.altKey||Ec&&e.shiftKey&&e.key&&e.key.length==1||e.key==`Unidentified`)&&e.key||(e.shiftKey?wc:Cc)[e.keyCode]||e.key||`Unidentified`;return t==`Esc`&&(t=`Escape`),t==`Del`&&(t=`Delete`),t==`Left`&&(t=`ArrowLeft`),t==`Up`&&(t=`ArrowUp`),t==`Right`&&(t=`ArrowRight`),t==`Down`&&(t=`ArrowDown`),t}var Ac=typeof navigator<`u`&&/Mac|iP(hone|[oa]d)/.test(navigator.platform),jc=typeof navigator<`u`&&/Win/.test(navigator.platform);function Mc(e){let t=e.split(/-(?!$)/),n=t[t.length-1];n==`Space`&&(n=` `);let r,i,a,o;for(let e=0;e{for(var n in t)Lc(e,n,{get:t[n],enumerable:!0})};function zc(e){let{state:t,transaction:n}=e,{selection:r}=n,{doc:i}=n,{storedMarks:a}=n;return{...t,apply:t.apply.bind(t),applyTransaction:t.applyTransaction.bind(t),plugins:t.plugins,schema:t.schema,reconfigure:t.reconfigure.bind(t),toJSON:t.toJSON.bind(t),get storedMarks(){return a},get selection(){return r},get doc(){return i},get tr(){return r=n.selection,i=n.doc,a=n.storedMarks,n}}}var Bc=class{constructor(e){this.editor=e.editor,this.rawCommands=this.editor.extensionManager.commands,this.customState=e.state}get hasCustomState(){return!!this.customState}get state(){return this.customState||this.editor.state}get commands(){let{rawCommands:e,editor:t,state:n}=this,{view:r}=t,{tr:i}=n,a=this.buildProps(i);return Object.fromEntries(Object.entries(e).map(([e,t])=>[e,(...e)=>{let n=t(...e)(a);return!i.getMeta(`preventDispatch`)&&!this.hasCustomState&&r.dispatch(i),n}]))}get chain(){return()=>this.createChain()}get can(){return()=>this.createCan()}createChain(e,t=!0){let{rawCommands:n,editor:r,state:i}=this,{view:a}=r,o=[],s=!!e,c=e||i.tr,l=()=>(!s&&t&&!c.getMeta(`preventDispatch`)&&!this.hasCustomState&&a.dispatch(c),o.every(e=>e===!0)),u={...Object.fromEntries(Object.entries(n).map(([e,n])=>[e,(...e)=>{let r=this.buildProps(c,t),i=n(...e)(r);return o.push(i),u}])),run:l};return u}createCan(e){let{rawCommands:t,state:n}=this,r=e||n.tr,i=this.buildProps(r,!1);return{...Object.fromEntries(Object.entries(t).map(([e,t])=>[e,(...e)=>t(...e)({...i,dispatch:void 0})])),chain:()=>this.createChain(r,!1)}}buildProps(e,t=!0){let{rawCommands:n,editor:r,state:i}=this,{view:a}=r,o={tr:e,editor:r,view:a,state:zc({state:i,transaction:e}),dispatch:t?()=>void 0:void 0,chain:()=>this.createChain(e,t),can:()=>this.createCan(e),get commands(){return Object.fromEntries(Object.entries(n).map(([e,t])=>[e,(...e)=>t(...e)(o)]))}};return o}},Vc={};Rc(Vc,{blur:()=>Hc,clearContent:()=>Uc,clearNodes:()=>Wc,command:()=>Gc,createParagraphNear:()=>Kc,cut:()=>qc,deleteCurrentNode:()=>Jc,deleteNode:()=>Yc,deleteRange:()=>Xc,deleteSelection:()=>Zc,enter:()=>Qc,exitCode:()=>$c,extendMarkRange:()=>ol,first:()=>sl,focus:()=>ml,forEach:()=>hl,insertContent:()=>gl,insertContentAt:()=>Sl,joinBackward:()=>Tl,joinDown:()=>wl,joinForward:()=>El,joinItemBackward:()=>Dl,joinItemForward:()=>Ol,joinTextblockBackward:()=>kl,joinTextblockForward:()=>Al,joinUp:()=>Cl,keyboardShortcut:()=>Nl,lift:()=>Fl,liftEmptyBlock:()=>Il,liftListItem:()=>Ll,newlineInCode:()=>Rl,resetAttributes:()=>Vl,scrollIntoView:()=>Hl,selectAll:()=>Ul,selectNodeBackward:()=>Wl,selectNodeForward:()=>Gl,selectParentNode:()=>Kl,selectTextblockEnd:()=>ql,selectTextblockStart:()=>Jl,setContent:()=>Xl,setMark:()=>Gu,setMeta:()=>Ku,setNode:()=>qu,setNodeSelection:()=>Ju,setTextDirection:()=>Yu,setTextSelection:()=>Xu,sinkListItem:()=>Zu,splitBlock:()=>$u,splitListItem:()=>ed,toggleList:()=>id,toggleMark:()=>ad,toggleNode:()=>od,toggleWrap:()=>sd,undoInputRule:()=>cd,unsetAllMarks:()=>ld,unsetMark:()=>ud,unsetTextDirection:()=>dd,updateAttributes:()=>fd,wrapIn:()=>pd,wrapInList:()=>md});var Hc=()=>({editor:e,view:t})=>(requestAnimationFrame(()=>{var n;e.isDestroyed||(t.dom.blur(),(n=window==null?void 0:window.getSelection())==null||n.removeAllRanges())}),!0),Uc=(e=!0)=>({commands:t})=>t.setContent(``,{emitUpdate:e}),Wc=()=>({state:e,tr:t,dispatch:n})=>{let{selection:r}=t,{ranges:i}=r;return n&&i.forEach(({$from:n,$to:r})=>{e.doc.nodesBetween(n.pos,r.pos,(e,n)=>{if(e.type.isText)return;let{doc:r,mapping:i}=t,a=r.resolve(i.map(n)),o=r.resolve(i.map(n+e.nodeSize)),s=a.blockRange(o);if(!s)return;let c=an(s);if(e.type.isTextblock){let{defaultType:e}=a.parent.contentMatchAt(a.index());t.setNodeMarkup(s.start,e)}(c||c===0)&&t.lift(s,c)})}),!0},Gc=e=>t=>e(t),Kc=()=>({state:e,dispatch:t})=>Mr(e,t),qc=(e,t)=>({editor:n,tr:r})=>{let{state:i}=n,a=i.doc.slice(e.from,e.to);r.deleteRange(e.from,e.to);let o=r.mapping.map(t);return r.insert(o,a.content),r.setSelection(new j(r.doc.resolve(Math.max(o-1,0)))),!0},Jc=()=>({tr:e,dispatch:t})=>{let{selection:n}=e,r=n.$anchor.node();if(r.content.size>0)return!1;let i=e.selection.$anchor;for(let n=i.depth;n>0;--n)if(i.node(n).type===r.type){if(t){let t=i.before(n),r=i.after(n);e.delete(t,r).scrollIntoView()}return!0}return!1};function B(e,t){if(typeof e==`string`){if(!t.nodes[e])throw Error(`There is no node type named '${e}'. Maybe you forgot to add the extension?`);return t.nodes[e]}return e}var Yc=e=>({tr:t,state:n,dispatch:r})=>{let i=B(e,n.schema),a=t.selection.$anchor;for(let e=a.depth;e>0;--e)if(a.node(e).type===i){if(r){let n=a.before(e),r=a.after(e);t.delete(n,r).scrollIntoView()}return!0}return!1},Xc=e=>({tr:t,dispatch:n})=>{let{from:r,to:i}=e;return n&&t.delete(r,i),!0},Zc=()=>({state:e,dispatch:t})=>pr(e,t),Qc=()=>({commands:e})=>e.keyboardShortcut(`Enter`),$c=()=>({state:e,dispatch:t})=>jr(e,t);function el(e){return Object.prototype.toString.call(e)===`[object RegExp]`}function tl(e,t,n={strict:!0}){let r=Object.keys(t);return r.length?r.every(r=>n.strict?t[r]===e[r]:el(t[r])?t[r].test(e[r]):t[r]===e[r]):!0}function nl(e,t,n={}){return e.find(e=>e.type===t&&tl(Object.fromEntries(Object.keys(n).map(t=>[t,e.attrs[t]])),n))}function rl(e,t,n={}){return!!nl(e,t,n)}function il(e,t,n){if(!e||!t)return;let r=e.parent.childAfter(e.parentOffset);if((!r.node||!r.node.marks.some(e=>e.type===t))&&(r=e.parent.childBefore(e.parentOffset)),!r.node||!r.node.marks.some(e=>e.type===t))return;if(!n){let e=r.node.marks.find(e=>e.type===t);e&&(n=e.attrs)}if(!nl([...r.node.marks],t,n))return;let i=r.index,a=e.start()+r.offset,o=i+1,s=a+r.node.nodeSize;for(;i>0&&rl([...e.parent.child(i-1).marks],t,n);)--i,a-=e.parent.child(i).nodeSize;for(;o({tr:n,state:r,dispatch:i})=>{let a=al(e,r.schema),{doc:o,selection:s}=n,{$from:c,from:l,to:u}=s;if(i){let e=il(c,a,t);if(e&&e.from<=l&&e.to>=u){let t=j.create(o,e.from,e.to);n.setSelection(t)}}return!0},sl=e=>t=>{let n=typeof e==`function`?e(t):e;for(let e=0;e({editor:n,view:r,tr:i,dispatch:a})=>{t={scrollIntoView:!0,...t};let o=()=>{(fl()||dl())&&r.dom.focus(),pl()&&!fl()&&!dl()&&r.dom.focus({preventScroll:!0}),requestAnimationFrame(()=>{n.isDestroyed||(r.focus(),t?.scrollIntoView&&n.commands.scrollIntoView())})};try{if(r.hasFocus()&&e===null||e===!1)return!0}catch{return!1}if(a&&e===null&&!cl(n.state.selection))return o(),!0;let s=ul(i.doc,e)||n.state.selection,c=n.state.selection.eq(s);return a&&(c||i.setSelection(s),c&&i.storedMarks&&i.setStoredMarks(i.storedMarks),o()),!0},hl=(e,t)=>n=>e.every((e,r)=>t(e,{...n,index:r})),gl=(e,t)=>({tr:n,commands:r})=>r.insertContentAt({from:n.selection.from,to:n.selection.to},e,t),_l=e=>{let t=e.childNodes;for(let n=t.length-1;n>=0;--n){let r=t[n];r.nodeType===3&&r.nodeValue&&/^(\n\s\s|\n)$/.test(r.nodeValue)?e.removeChild(r):r.nodeType===1&&_l(r)}return e};function vl(e){if(typeof window>`u`)throw Error(`[tiptap error]: there is no window object available, so this function cannot be used`);let t=`${e}`,n=new window.DOMParser().parseFromString(t,`text/html`).body;return _l(n)}function yl(e,t,n){if(e instanceof Ie||e instanceof E)return e;n={slice:!0,parseOptions:{},...n};let r=typeof e==`object`&&!!e,i=typeof e==`string`;if(r)try{if(Array.isArray(e)&&e.length>0)return E.fromArray(e.map(e=>t.nodeFromJSON(e)));let r=t.nodeFromJSON(e);return n.errorOnInvalidContent&&r.check(),r}catch(r){if(n.errorOnInvalidContent)throw Error(`[tiptap error]: Invalid JSON content`,{cause:r});return console.warn(`[tiptap warn]: Invalid content.`,`Passed value:`,e,`Error:`,r),yl(``,t,n)}if(i){if(n.errorOnInvalidContent){let r=!1,i=``,a=new st({topNode:t.spec.topNode,marks:t.spec.marks,nodes:t.spec.nodes.append({__tiptap__private__unknown__catch__all__node:{content:`inline*`,group:`block`,parseDOM:[{tag:`*`,getAttrs:e=>(r=!0,i=typeof e==`string`?e:e.outerHTML,null)}]}})});if(n.slice?dt.fromSchema(a).parseSlice(vl(e),n.parseOptions):dt.fromSchema(a).parse(vl(e),n.parseOptions),n.errorOnInvalidContent&&r)throw Error(`[tiptap error]: Invalid HTML content`,{cause:Error(`Invalid element found: ${i}`)})}let r=dt.fromSchema(t);return n.slice?r.parseSlice(vl(e),n.parseOptions).content:r.parse(vl(e),n.parseOptions)}return yl(``,t,n)}function bl(e,t,n){let r=e.steps.length-1;if(r{o===0&&(o=r)}),e.setSelection(A.near(e.doc.resolve(o),n))}var xl=e=>!(`type`in e),Sl=(e,t,n)=>({tr:r,dispatch:i,editor:a})=>{if(i){n={parseOptions:a.options.parseOptions,updateSelection:!0,applyInputRules:!1,applyPasteRules:!1,...n};let i,o=e=>{a.emit(`contentError`,{editor:a,error:e,disableCollaboration:()=>{`collaboration`in a.storage&&typeof a.storage.collaboration==`object`&&a.storage.collaboration&&(a.storage.collaboration.isDisabled=!0)}})},s={preserveWhitespace:`full`,...n.parseOptions};if(!n.errorOnInvalidContent&&!a.options.enableContentCheck&&a.options.emitContentError)try{yl(t,a.schema,{parseOptions:s,errorOnInvalidContent:!0})}catch(e){o(e)}try{i=yl(t,a.schema,{parseOptions:s,errorOnInvalidContent:n.errorOnInvalidContent??a.options.enableContentCheck})}catch(e){return o(e),!1}let{from:c,to:l}=typeof e==`number`?{from:e,to:e}:{from:e.from,to:e.to},u=!0,d=!0;if((xl(i)?i:[i]).forEach(e=>{e.check(),u=u?e.isText&&e.marks.length===0:!1,d=d?e.isBlock:!1}),c===l&&d){let{parent:e}=r.doc.resolve(c);e.isTextblock&&!e.type.spec.code&&!e.childCount&&(--c,l+=1)}let f;if(u){if(Array.isArray(t))f=t.map(e=>e.text||``).join(``);else if(t instanceof E){let e=``;t.forEach(t=>{t.text&&(e+=t.text)}),f=e}else f=typeof t==`object`&&t&&t.text?t.text:t;r.insertText(f,c,l)}else{f=i;let e=r.doc.resolve(c),t=e.node(),n=e.parentOffset===0,a=t.isText||t.isTextblock,o=t.content.size>0;n&&a&&o&&(c=Math.max(0,c-1)),r.replaceWith(c,l,f)}n.updateSelection&&bl(r,r.steps.length-1,-1),n.applyInputRules&&r.setMeta(`applyInputRules`,{from:c,text:f}),n.applyPasteRules&&r.setMeta(`applyPasteRules`,{from:c,text:f})}return!0},Cl=()=>({state:e,dispatch:t})=>Er(e,t),wl=()=>({state:e,dispatch:t})=>Dr(e,t),Tl=()=>({state:e,dispatch:t})=>hr(e,t),El=()=>({state:e,dispatch:t})=>Cr(e,t),Dl=()=>({state:e,dispatch:t,tr:n})=>{try{let r=Sn(e.doc,e.selection.$from.pos,-1);return r==null?!1:(n.join(r,2),t&&t(n),!0)}catch{return!1}},Ol=()=>({state:e,dispatch:t,tr:n})=>{try{let r=Sn(e.doc,e.selection.$from.pos,1);return r==null?!1:(n.join(r,2),t&&t(n),!0)}catch{return!1}},kl=()=>({state:e,dispatch:t})=>gr(e,t),Al=()=>({state:e,dispatch:t})=>_r(e,t);function jl(){return typeof navigator<`u`?/Mac/.test(navigator.platform):!1}function Ml(e){let t=e.split(/-(?!$)/),n=t[t.length-1];n===`Space`&&(n=` `);let r,i,a,o;for(let e=0;e({editor:t,view:n,tr:r,dispatch:i})=>{let a=Ml(e).split(/-(?!$)/),o=a.find(e=>![`Alt`,`Ctrl`,`Meta`,`Shift`].includes(e)),s=new KeyboardEvent(`keydown`,{key:o===`Space`?` `:o,altKey:a.includes(`Alt`),ctrlKey:a.includes(`Ctrl`),metaKey:a.includes(`Meta`),shiftKey:a.includes(`Shift`),bubbles:!0,cancelable:!0});return t.captureTransaction(()=>{n.someProp(`handleKeyDown`,e=>e(n,s))})?.steps.forEach(e=>{let t=e.map(r.mapping);t&&i&&r.maybeStep(t)}),!0};function Pl(e,t,n={}){let{from:r,to:i,empty:a}=e.selection,o=t?B(t,e.schema):null,s=[];e.doc.nodesBetween(r,i,(e,t)=>{if(e.isText)return;let n=Math.max(r,t),a=Math.min(i,t+e.nodeSize);s.push({node:e,from:n,to:a})});let c=i-r,l=s.filter(e=>o?o.name===e.node.type.name:!0).filter(e=>tl(e.node.attrs,n,{strict:!1}));return a?!!l.length:l.reduce((e,t)=>e+t.to-t.from,0)>=c}var Fl=(e,t={})=>({state:n,dispatch:r})=>Pl(n,B(e,n.schema),t)?Or(n,r):!1,Il=()=>({state:e,dispatch:t})=>Nr(e,t),Ll=e=>({state:t,dispatch:n})=>$r(B(e,t.schema))(t,n),Rl=()=>({state:e,dispatch:t})=>kr(e,t);function zl(e,t){return t.nodes[e]?`node`:t.marks[e]?`mark`:null}function Bl(e,t){let n=typeof t==`string`?[t]:t;return Object.keys(e).reduce((t,r)=>(n.includes(r)||(t[r]=e[r]),t),{})}var Vl=(e,t)=>({tr:n,state:r,dispatch:i})=>{let a=null,o=null,s=zl(typeof e==`string`?e:e.name,r.schema);if(!s)return!1;s===`node`&&(a=B(e,r.schema)),s===`mark`&&(o=al(e,r.schema));let c=!1;return n.selection.ranges.forEach(e=>{r.doc.nodesBetween(e.$from.pos,e.$to.pos,(e,r)=>{a&&a===e.type&&(c=!0,i&&n.setNodeMarkup(r,void 0,Bl(e.attrs,t))),o&&e.marks.length&&e.marks.forEach(a=>{o===a.type&&(c=!0,i&&n.addMark(r,r+e.nodeSize,o.create(Bl(a.attrs,t))))})})}),c},Hl=()=>({tr:e,dispatch:t})=>(t&&e.scrollIntoView(),!0),Ul=()=>({tr:e,dispatch:t})=>{if(t){let t=new Zn(e.doc);e.setSelection(t)}return!0},Wl=()=>({state:e,dispatch:t})=>br(e,t),Gl=()=>({state:e,dispatch:t})=>wr(e,t),Kl=()=>({state:e,dispatch:t})=>Ir(e,t),ql=()=>({state:e,dispatch:t})=>Hr(e,t),Jl=()=>({state:e,dispatch:t})=>Vr(e,t);function Yl(e,t,n={},r={}){return yl(e,t,{slice:!1,parseOptions:n,errorOnInvalidContent:r.errorOnInvalidContent})}var Xl=(e,{errorOnInvalidContent:t,emitUpdate:n=!0,parseOptions:r={}}={})=>({editor:i,tr:a,dispatch:o,commands:s})=>{let{doc:c}=a;if(r.preserveWhitespace!==`full`){let s=Yl(e,i.schema,r,{errorOnInvalidContent:t??i.options.enableContentCheck});return o&&a.replaceWith(0,c.content.size,s).setMeta(`preventUpdate`,!n),!0}return o&&a.setMeta(`preventUpdate`,!n),s.insertContentAt({from:0,to:c.content.size},e,{parseOptions:r,errorOnInvalidContent:t??i.options.enableContentCheck})};function Zl(e,t){let n=al(t,e.schema),{from:r,to:i,empty:a}=e.selection,o=[];a?(e.storedMarks&&o.push(...e.storedMarks),o.push(...e.selection.$head.marks())):e.doc.nodesBetween(r,i,e=>{o.push(...e.marks)});let s=o.find(e=>e.type.name===n.name);return s?{...s.attrs}:{}}function Ql(e,t){let n=new Wn(e);return t.forEach(e=>{e.steps.forEach(e=>{n.step(e)})}),n}function $l(e){for(let t=0;t{n(e)&&r.push({node:e,pos:t})}),r}function tu(e,t){for(let n=e.depth;n>0;--n){let r=e.node(n);if(t(r))return{pos:n>0?e.before(n):0,start:e.start(n),depth:n,node:r}}}function nu(e){return t=>tu(t.$from,e)}function V(e,t,n){return e.config[t]===void 0&&e.parent?V(e.parent,t,n):typeof e.config[t]==`function`?e.config[t].bind({...n,parent:e.parent?V(e.parent,t,n):null}):e.config[t]}function ru(e){return e.map(e=>{let t=V(e,`addExtensions`,{name:e.name,options:e.options,storage:e.storage});return t?[e,...ru(t())]:e}).flat(10)}function iu(e,t){let n=Tt.fromSchema(t).serializeFragment(e),r=document.implementation.createHTMLDocument().createElement(`div`);return r.appendChild(n),r.innerHTML}function au(e){return typeof e==`function`}function H(e,t=void 0,...n){return au(e)?t?e.bind(t)(...n):e(...n):e}function ou(e={}){return Object.keys(e).length===0&&e.constructor===Object}function su(e){return{baseExtensions:e.filter(e=>e.type===`extension`),nodeExtensions:e.filter(e=>e.type===`node`),markExtensions:e.filter(e=>e.type===`mark`)}}function cu(e){let t=[],{nodeExtensions:n,markExtensions:r}=su(e),i=[...n,...r],a={default:null,validate:void 0,rendered:!0,renderHTML:null,parseHTML:null,keepOnSplit:!0,isRequired:!1},o=n.filter(e=>e.name!==`text`).map(e=>e.name),s=r.map(e=>e.name),c=[...o,...s];return e.forEach(e=>{let n=V(e,`addGlobalAttributes`,{name:e.name,options:e.options,storage:e.storage,extensions:i});n&&n().forEach(e=>{let n;n=Array.isArray(e.types)?e.types:e.types===`*`?c:e.types===`nodes`?o:e.types===`marks`?s:[],n.forEach(n=>{Object.entries(e.attributes).forEach(([e,r])=>{t.push({type:n,name:e,attribute:{...a,...r}})})})})}),i.forEach(e=>{let n=V(e,`addAttributes`,{name:e.name,options:e.options,storage:e.storage});if(!n)return;let r=n();Object.entries(r).forEach(([n,r])=>{let i={...a,...r};typeof i?.default==`function`&&(i.default=i.default()),i?.isRequired&&i?.default===void 0&&delete i.default,t.push({type:e.name,name:n,attribute:i})})}),t}function lu(e){let t=[],n=``,r=!1,i=!1,a=0,o=e.length;for(let s=0;s0){--a,n+=o;continue}if(o===`;`&&a===0){t.push(n),n=``;continue}}n+=o}return n&&t.push(n),t}function uu(e){let t=[],n=lu(e||``),r=n.length;for(let e=0;e!!e).reduce((e,t)=>{let n={...e};return Object.entries(t).forEach(([e,t])=>{if(!n[e]){n[e]=t;return}if(e===`class`){let r=t?String(t).split(` `):[],i=n[e]?n[e].split(` `):[],a=r.filter(e=>!i.includes(e));n[e]=[...i,...a].join(` `)}else if(e===`style`){let r=new Map([...uu(n[e]),...uu(t)]);n[e]=Array.from(r.entries()).map(([e,t])=>`${e}: ${t}`).join(`; `)}else n[e]=t}),n},{})}function du(e,t){return t.filter(t=>t.type===e.type.name).filter(e=>e.attribute.rendered).map(t=>t.attribute.renderHTML?t.attribute.renderHTML(e.attrs)||{}:{[t.name]:e.attrs[t.name]}).reduce((e,t)=>U(e,t),{})}function fu(e){return typeof e==`string`?e.match(/^[+-]?(?:\d*\.)?\d+$/)?Number(e):e===`true`?!0:e===`false`?!1:e:e}function pu(e,t){return`style`in e?e:{...e,getAttrs:n=>{let r=e.getAttrs?e.getAttrs(n):e.attrs;if(r===!1)return!1;let i=t.reduce((e,t)=>{let r=t.attribute.parseHTML?t.attribute.parseHTML(n):fu(n.getAttribute(t.name));return r==null?e:{...e,[t.name]:r}},{});return{...r,...i}}}}function mu(e){return Object.fromEntries(Object.entries(e).filter(([e,t])=>e===`attrs`&&ou(t)?!1:t!=null))}function hu(e){let t={};return!e?.attribute?.isRequired&&`default`in(e?.attribute||{})&&(t.default=e.attribute.default),e?.attribute?.validate!==void 0&&(t.validate=e.attribute.validate),[e.name,t]}function gu(e,t){let n=cu(e),{nodeExtensions:r,markExtensions:i}=su(e);return new st({topNode:r.find(e=>V(e,`topNode`))?.name,nodes:Object.fromEntries(r.map(r=>{let i=n.filter(e=>e.type===r.name),a={name:r.name,options:r.options,storage:r.storage,editor:t},o=mu({...e.reduce((e,t)=>{let n=V(t,`extendNodeSchema`,a);return{...e,...n?n(r):{}}},{}),content:H(V(r,`content`,a)),marks:H(V(r,`marks`,a)),group:H(V(r,`group`,a)),inline:H(V(r,`inline`,a)),atom:H(V(r,`atom`,a)),selectable:H(V(r,`selectable`,a)),draggable:H(V(r,`draggable`,a)),code:H(V(r,`code`,a)),whitespace:H(V(r,`whitespace`,a)),linebreakReplacement:H(V(r,`linebreakReplacement`,a)),defining:H(V(r,`defining`,a)),isolating:H(V(r,`isolating`,a)),attrs:Object.fromEntries(i.map(hu))}),s=H(V(r,`parseHTML`,a));s&&(o.parseDOM=s.map(e=>pu(e,i)));let c=V(r,`renderHTML`,a);c&&(o.toDOM=e=>c({node:e,HTMLAttributes:du(e,i)}));let l=V(r,`renderText`,a);return l&&(o.toText=l),[r.name,o]})),marks:Object.fromEntries(i.map(r=>{let i=n.filter(e=>e.type===r.name),a={name:r.name,options:r.options,storage:r.storage,editor:t},o=mu({...e.reduce((e,t)=>{let n=V(t,`extendMarkSchema`,a);return{...e,...n?n(r):{}}},{}),inclusive:H(V(r,`inclusive`,a)),excludes:H(V(r,`excludes`,a)),group:H(V(r,`group`,a)),spanning:H(V(r,`spanning`,a)),code:H(V(r,`code`,a)),attrs:Object.fromEntries(i.map(hu))}),s=H(V(r,`parseHTML`,a));s&&(o.parseDOM=s.map(e=>pu(e,i)));let c=V(r,`renderHTML`,a);return c&&(o.toDOM=e=>c({mark:e,HTMLAttributes:du(e,i)})),[r.name,o]}))})}function _u(e){let t=e.filter((t,n)=>e.indexOf(t)!==n);return Array.from(new Set(t))}function vu(e){return e.sort((e,t)=>{let n=V(e,`priority`)||100,r=V(t,`priority`)||100;return n>r?-1:+(ne.name));return n.length&&console.warn(`[tiptap warn]: Duplicate extension names found: [${n.map(e=>`'${e}'`).join(`, `)}]. This can lead to issues.`),t}function bu(e,t,n){let{from:r,to:i}=t,{blockSeparator:a=` + +`,textSerializers:o={}}=n||{},s=``;return e.nodesBetween(r,i,(e,n,c,l)=>{e.isBlock&&n>r&&(s+=a);let u=o?.[e.type.name];if(u)return c&&(s+=u({node:e,pos:n,parent:c,index:l,range:t})),!1;e.isText&&(s+=(e?.text)?.slice(Math.max(r,n)-n,i-n))}),s}function xu(e,t){return bu(e,{from:0,to:e.content.size},t)}function Su(e){return Object.fromEntries(Object.entries(e.nodes).filter(([,e])=>e.spec.toText).map(([e,t])=>[e,t.spec.toText]))}function Cu(e,t){let n=B(t,e.schema),{from:r,to:i}=e.selection,a=[];e.doc.nodesBetween(r,i,e=>{a.push(e)});let o=a.reverse().find(e=>e.type.name===n.name);return o?{...o.attrs}:{}}function wu(e,t){let n=zl(typeof t==`string`?t:t.name,e.schema);return n===`node`?Cu(e,t):n===`mark`?Zl(e,t):{}}function Tu(e,t=JSON.stringify){let n={};return e.filter(e=>{let r=t(e);return Object.prototype.hasOwnProperty.call(n,r)?!1:n[r]=!0})}function Eu(e){let t=Tu(e);return t.length===1?t:t.filter((e,n)=>!t.filter((e,t)=>t!==n).some(t=>e.oldRange.from>=t.oldRange.from&&e.oldRange.to<=t.oldRange.to&&e.newRange.from>=t.newRange.from&&e.newRange.to<=t.newRange.to))}function Du(e){let{mapping:t,steps:n}=e,r=[];return t.maps.forEach((e,i)=>{let a=[];if(e.ranges.length)e.forEach((e,t)=>{a.push({from:e,to:t})});else{let{from:e,to:t}=n[i];if(e===void 0||t===void 0)return;a.push({from:e,to:t})}a.forEach(({from:e,to:n})=>{let a=t.slice(i).map(e,-1),o=t.slice(i).map(n),s=t.invert().map(a,-1),c=t.invert().map(o);r.push({oldRange:{from:s,to:c},newRange:{from:a,to:o}})})}),Eu(r)}function Ou(e,t,n){let r=[];return e===t?n.resolve(e).marks().forEach(t=>{let i=il(n.resolve(e),t.type);i&&r.push({mark:t,...i})}):n.nodesBetween(e,t,(e,t)=>{!e||e?.nodeSize===void 0||r.push(...e.marks.map(n=>({from:t,to:t+e.nodeSize,mark:n})))}),r}var ku=(e,t,n,r=20)=>{let i=e.doc.resolve(n),a=r,o=null;for(;a>0&&o===null;){let e=i.node(a);e?.type.name===t?o=e:--a}return[o,a]};function Au(e,t){return t.nodes[e]||t.marks[e]||null}function ju(e,t,n){return Object.fromEntries(Object.entries(n).filter(([n])=>{let r=e.find(e=>e.type===t&&e.name===n);return r?r.attribute.keepOnSplit:!1}))}var Mu=(e,t=500)=>{let n=``,r=e.parentOffset;return e.parent.nodesBetween(Math.max(0,r-t),r,(e,t,i,a)=>{var o;let s=(o=e.type.spec).toText?.call(o,{node:e,pos:t,parent:i,index:a})||e.textContent||`%leaf%`;n+=e.isAtom&&!e.isText?s:s.slice(0,Math.max(0,r-t))}),n};function Nu(e,t,n={}){let{empty:r,ranges:i}=e.selection,a=t?al(t,e.schema):null;if(r)return!!(e.storedMarks||e.selection.$from.marks()).filter(e=>a?a.name===e.type.name:!0).find(e=>tl(e.attrs,n,{strict:!1}));let o=0,s=[];if(i.forEach(({$from:t,$to:n})=>{let r=t.pos,i=n.pos;e.doc.nodesBetween(r,i,(e,t)=>{if(a&&e.inlineContent&&!e.type.allowsMarkType(a))return!1;if(!e.isText&&!e.marks.length)return;let n=Math.max(r,t),c=Math.min(i,t+e.nodeSize),l=c-n;o+=l,s.push(...e.marks.map(e=>({mark:e,from:n,to:c})))})}),o===0)return!1;let c=s.filter(e=>a?a.name===e.mark.type.name:!0).filter(e=>tl(e.mark.attrs,n,{strict:!1})).reduce((e,t)=>e+t.to-t.from,0),l=s.filter(e=>a?e.mark.type!==a&&e.mark.type.excludes(a):!0).reduce((e,t)=>e+t.to-t.from,0);return(c>0?c+l:c)>=o}function Pu(e,t,n={}){if(!t)return Pl(e,null,n)||Nu(e,null,n);let r=zl(t,e.schema);return r===`node`?Pl(e,t,n):r===`mark`?Nu(e,t,n):!1}var Fu=(e,t)=>{let{$from:n,$to:r,$anchor:i}=e.selection;if(t){let n=nu(e=>e.type.name===t)(e.selection);if(!n)return!1;let r=e.doc.resolve(n.pos+1);return i.pos+1===r.end()}return!(r.parentOffset{let{$from:t,$to:n}=e.selection;return!(t.parentOffset>0||t.pos!==n.pos)};function Lu(e,t){return Array.isArray(t)?t.some(t=>(typeof t==`string`?t:t.name)===e.name):t}function Ru(e,t){let{nodeExtensions:n}=su(t),r=n.find(t=>t.name===e);if(!r)return!1;let i=H(V(r,`group`,{name:r.name,options:r.options,storage:r.storage}));return typeof i==`string`?i.split(` `).includes(`list`):!1}function zu(e,{checkChildren:t=!0,ignoreWhitespace:n=!1}={}){if(n){if(e.type.name===`hardBreak`)return!0;if(e.isText)return!/\S/.test(e.text??``)}if(e.isText)return!e.text;if(e.isAtom||e.isLeaf)return!1;if(e.content.childCount===0)return!0;if(t){let r=!0;return e.content.forEach(e=>{r!==!1&&(zu(e,{ignoreWhitespace:n,checkChildren:t})||(r=!1))}),r}return!1}function Bu(e){return e instanceof M}var Vu=class e{constructor(e){this.position=e}static fromJSON(t){return new e(t.position)}toJSON(){return{position:this.position}}};function Hu(e,t){let n=t.mapping.mapResult(e.position);return{position:new Vu(n.pos),mapResult:n}}function Uu(e){return new Vu(e)}function Wu(e,t,n){let{selection:r}=t,i=null;if(cl(r)&&(i=r.$cursor),i){let t=e.storedMarks??i.marks();return i.parent.type.allowsMarkType(n)&&(!!n.isInSet(t)||!t.some(e=>e.type.excludes(n)))}let{ranges:a}=r;return a.some(({$from:t,$to:r})=>{let i=t.depth===0?e.doc.inlineContent&&e.doc.type.allowsMarkType(n):!1;return e.doc.nodesBetween(t.pos,r.pos,(e,t,r)=>{if(i)return!1;if(e.isInline){let t=!r||r.type.allowsMarkType(n),a=!!n.isInSet(e.marks)||!e.marks.some(e=>e.type.excludes(n));i=t&&a}return!i}),i})}var Gu=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let{selection:a}=n,{empty:o,ranges:s}=a,c=al(e,r.schema);if(i)if(o){let e=Zl(r,c);n.addStoredMark(c.create({...e,...t}))}else s.forEach(e=>{let i=e.$from.pos,a=e.$to.pos;r.doc.nodesBetween(i,a,(e,r)=>{let o=Math.max(r,i),s=Math.min(r+e.nodeSize,a);e.marks.find(e=>e.type===c)?e.marks.forEach(e=>{c===e.type&&n.addMark(o,s,c.create({...e.attrs,...t}))}):n.addMark(o,s,c.create(t))})});return Wu(r,n,c)},Ku=(e,t)=>({tr:n})=>(n.setMeta(e,t),!0),qu=(e,t={})=>({state:n,dispatch:r,chain:i})=>{let a=B(e,n.schema),o;return n.selection.$anchor.sameParent(n.selection.$head)&&(o=n.selection.$anchor.parent.attrs),a.isTextblock?i().command(({commands:e})=>Wr(a,{...o,...t})(n)?!0:e.clearNodes()).command(({state:e})=>Wr(a,{...o,...t})(e,r)).run():(console.warn(`[tiptap warn]: Currently "setNode()" only supports text block nodes.`),!1)},Ju=e=>({tr:t,dispatch:n})=>{if(n){let{doc:n}=t,r=ll(e,0,n.content.size),i=M.create(n,r);t.setSelection(i)}return!0},Yu=(e,t)=>({tr:n,state:r,dispatch:i})=>{let{selection:a}=r,o,s;return typeof t==`number`?(o=t,s=t):t&&`from`in t&&`to`in t?(o=t.from,s=t.to):(o=a.from,s=a.to),i&&n.doc.nodesBetween(o,s,(t,r)=>{t.isText||n.setNodeMarkup(r,void 0,{...t.attrs,dir:e})}),!0},Xu=e=>({tr:t,dispatch:n})=>{if(n){let{doc:n}=t,{from:r,to:i}=typeof e==`number`?{from:e,to:e}:e,a=j.atStart(n).from,o=j.atEnd(n).to,s=ll(r,a,o),c=ll(i,a,o),l=j.create(n,s,c);t.setSelection(l)}return!0},Zu=e=>({state:t,dispatch:n})=>ni(B(e,t.schema))(t,n);function Qu(e,t){let n=e.storedMarks||e.selection.$to.parentOffset&&e.selection.$from.marks();if(n){let r=n.filter(e=>t?.includes(e.type.name));e.tr.ensureMarks(r)}}var $u=({keepMarks:e=!0}={})=>({tr:t,state:n,dispatch:r,editor:i})=>{let{selection:a,doc:o}=t,{$from:s,$to:c}=a,l=i.extensionManager.attributes,u=ju(l,s.node().type.name,s.node().attrs);if(a instanceof M&&a.node.isBlock)return!s.parentOffset||!_n(o,s.pos)?!1:(r&&(e&&Qu(n,i.extensionManager.splittableMarks),t.split(s.pos).scrollIntoView()),!0);if(!s.parent.isBlock)return!1;let d=c.parentOffset===c.parent.content.size,f=s.depth===0?void 0:$l(s.node(-1).contentMatchAt(s.indexAfter(-1))),p=d&&f?[{type:f,attrs:u}]:void 0,m=_n(t.doc,t.mapping.map(s.pos),1,p);if(!p&&!m&&_n(t.doc,t.mapping.map(s.pos),1,f?[{type:f}]:void 0)&&(m=!0,p=f?[{type:f,attrs:u}]:void 0),r){if(m&&(a instanceof j&&t.deleteSelection(),t.split(t.mapping.map(s.pos),1,p),f&&!d&&!s.parentOffset&&s.parent.type!==f)){let e=t.mapping.map(s.before()),n=t.doc.resolve(e);s.node(-1).canReplaceWith(n.index(),n.index()+1,f)&&t.setNodeMarkup(t.mapping.map(s.before()),f)}e&&Qu(n,i.extensionManager.splittableMarks),t.scrollIntoView()}return m},ed=(e,t={})=>({tr:n,state:r,dispatch:i,editor:a})=>{let o=B(e,r.schema),{$from:s,$to:c}=r.selection,l=r.selection.node;if(l&&l.isBlock||s.depth<2||!s.sameParent(c))return!1;let u=s.node(-1);if(u.type!==o)return!1;let d=a.extensionManager.attributes;if(s.parent.content.size===0&&s.node(-1).childCount===s.indexAfter(-1)){if(s.depth===2||s.node(-3).type!==o||s.index(-2)!==s.node(-2).childCount-1)return!1;if(i){let e=E.empty,r=s.index(-1)?1:s.index(-2)?2:3;for(let t=s.depth-r;t>=s.depth-3;--t)e=E.from(s.node(t).copy(e));let i=s.indexAfter(-1){if(u>-1)return!1;e.isTextblock&&e.content.size===0&&(u=t+1)}),u>-1&&n.setSelection(j.near(n.doc.resolve(u))),n.scrollIntoView()}return!0}let f=c.pos===s.end()?u.contentMatchAt(0).defaultType:null,p={...ju(d,u.type.name,u.attrs),...t},m={...ju(d,s.node().type.name,s.node().attrs),...t};n.delete(s.pos,c.pos);let h=f?[{type:o,attrs:p},{type:f,attrs:m}]:[{type:o,attrs:p}];if(!_n(n.doc,s.pos,2))return!1;if(i){let{selection:e,storedMarks:t}=r,{splittableMarks:o}=a.extensionManager,c=t||e.$to.parentOffset&&e.$from.marks();if(n.split(s.pos,2,h).scrollIntoView(),!c||!i)return!0;let l=c.filter(e=>o.includes(e.type.name));n.ensureMarks(l)}return!0},td=(e,t)=>{let n=nu(e=>e.type===t)(e.selection);if(!n)return!0;let r=e.doc.resolve(Math.max(0,n.pos-1)).before(n.depth);if(r===void 0)return!0;let i=e.doc.nodeAt(r);return n.node.type===i?.type&&yn(e.doc,n.pos)&&e.join(n.pos),!0},nd=(e,t)=>{let n=nu(e=>e.type===t)(e.selection);if(!n)return!0;let r=e.doc.resolve(n.start).after(n.depth);if(r===void 0)return!0;let i=e.doc.nodeAt(r);return n.node.type===i?.type&&yn(e.doc,r)&&e.join(r),!0};function rd(e){let t=e.doc,n=t.firstChild;if(!n)return null;let r=n.nodeSize-1;return j.create(t,1,r)}var id=(e,t,n,r={})=>({editor:i,tr:a,state:o,dispatch:s,chain:c,commands:l,can:u})=>{let{extensions:d,splittableMarks:f}=i.extensionManager,p=B(e,o.schema),m=B(t,o.schema),{selection:h,storedMarks:g}=o,{$from:_,$to:ee}=h,v=_.blockRange(ee),y=g||h.$to.parentOffset&&h.$from.marks();if(!v)return!1;let b=nu(e=>Ru(e.type.name,d))(h),te=h.from===0&&h.to===o.doc.content.size,ne=o.doc.content.content,x=ne.length===1?ne[0]:null,re=te&&x&&Ru(x.type.name,d)?{node:x,pos:0,depth:0}:null,S=b??re,ie=!!b&&v.depth>=1&&v.depth-b.depth<=1,C=!!re;if((ie||C)&&S){if(S.node.type===p)return te&&C?c().command(({tr:e,dispatch:t})=>{let n=rd(e);return n?(e.setSelection(n),t&&t(e),!0):!1}).liftListItem(m).run():l.liftListItem(m);if(Ru(S.node.type.name,d)&&p.validContent(S.node.content))return c().command(()=>(a.setNodeMarkup(S.pos,p),!0)).command(()=>td(a,p)).command(()=>nd(a,p)).run()}return!n||!y||!s?c().command(()=>u().wrapInList(p,r)?!0:l.clearNodes()).wrapInList(p,r).command(()=>td(a,p)).command(()=>nd(a,p)).run():c().command(()=>{let e=u().wrapInList(p,r),t=y.filter(e=>f.includes(e.type.name));return a.ensureMarks(t),e?!0:l.clearNodes()}).wrapInList(p,r).command(()=>td(a,p)).command(()=>nd(a,p)).run()},ad=(e,t={},n={})=>({state:r,commands:i})=>{let{extendEmptyMarkRange:a=!1}=n,o=al(e,r.schema);return Nu(r,o,t)?i.unsetMark(o,{extendEmptyMarkRange:a}):i.setMark(o,t)},od=(e,t,n={})=>({state:r,commands:i})=>{let a=B(e,r.schema),o=B(t,r.schema),s=Pl(r,a,n),c;return r.selection.$anchor.sameParent(r.selection.$head)&&(c=r.selection.$anchor.parent.attrs),s?i.setNode(o,c):i.setNode(a,{...c,...n})},sd=(e,t={})=>({state:n,commands:r})=>{let i=B(e,n.schema);return Pl(n,i,t)?r.lift(i):r.wrapIn(i,t)},cd=()=>({state:e,dispatch:t})=>{let n=e.plugins;for(let r=0;r=0;--e)t.step(n.steps[e].invert(n.docs[e]));if(a.text){let n=t.doc.resolve(a.from).marks();t.replaceWith(a.from,a.to,e.schema.text(a.text,n))}else t.delete(a.from,a.to)}return!0}}return!1},ld=()=>({tr:e,dispatch:t})=>{let{selection:n}=e,{empty:r,ranges:i}=n;return r||t&&i.forEach(t=>{e.removeMark(t.$from.pos,t.$to.pos)}),!0},ud=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let{extendEmptyMarkRange:a=!1}=t,{selection:o}=n,s=al(e,r.schema),{$from:c,empty:l,ranges:u}=o;if(!i)return!0;if(l&&a){let{from:e,to:t}=o,r=il(c,s,c.marks().find(e=>e.type===s)?.attrs);r&&(e=r.from,t=r.to),n.removeMark(e,t,s)}else u.forEach(e=>{n.removeMark(e.$from.pos,e.$to.pos,s)});return n.removeStoredMark(s),!0},dd=e=>({tr:t,state:n,dispatch:r})=>{let{selection:i}=n,a,o;return typeof e==`number`?(a=e,o=e):e&&`from`in e&&`to`in e?(a=e.from,o=e.to):(a=i.from,o=i.to),r&&t.doc.nodesBetween(a,o,(e,n)=>{if(e.isText)return;let r={...e.attrs};delete r.dir,t.setNodeMarkup(n,void 0,r)}),!0},fd=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let a=null,o=null,s=zl(typeof e==`string`?e:e.name,r.schema);if(!s)return!1;s===`node`&&(a=B(e,r.schema)),s===`mark`&&(o=al(e,r.schema));let c=!1;return n.selection.ranges.forEach(e=>{let s=e.$from.pos,l=e.$to.pos,u,d,f,p;n.selection.empty?r.doc.nodesBetween(s,l,(e,t)=>{a&&a===e.type&&(c=!0,f=Math.max(t,s),p=Math.min(t+e.nodeSize,l),u=t,d=e)}):r.doc.nodesBetween(s,l,(e,r)=>{r=s&&r<=l&&(a&&a===e.type&&(c=!0,i&&n.setNodeMarkup(r,void 0,{...e.attrs,...t})),o&&e.marks.length&&e.marks.forEach(a=>{if(o===a.type&&(c=!0,i)){let i=Math.max(r,s),c=Math.min(r+e.nodeSize,l);n.addMark(i,c,o.create({...a.attrs,...t}))}}))}),d&&(u!==void 0&&i&&n.setNodeMarkup(u,void 0,{...d.attrs,...t}),o&&d.marks.length&&d.marks.forEach(e=>{o===e.type&&i&&n.addMark(f,p,o.create({...e.attrs,...t}))}))}),c},pd=(e,t={})=>({state:n,dispatch:r})=>Ur(B(e,n.schema),t)(n,r),md=(e,t={})=>({state:n,dispatch:r})=>Xr(B(e,n.schema),t)(n,r),hd=class{constructor(){this.callbacks={}}on(e,t){return this.callbacks[e]||(this.callbacks[e]=[]),this.callbacks[e].push(t),this}emit(e,...t){let n=this.callbacks[e];return n&&n.forEach(e=>e.apply(this,t)),this}off(e,t){let n=this.callbacks[e];return n&&(t?this.callbacks[e]=n.filter(e=>e!==t):delete this.callbacks[e]),this}once(e,t){let n=(...r)=>{this.off(e,n),t.apply(this,r)};return this.on(e,n)}removeAllListeners(){this.callbacks={}}},gd=class{constructor(e){this.find=e.find,this.handler=e.handler,this.undoable=e.undoable??!0}},_d=(e,t)=>{if(el(t))return t.exec(e);let n=t(e);if(!n)return null;let r=[n.text];return r.index=n.index,r.input=e,r.data=n.data,n.replaceWith&&(n.text.includes(n.replaceWith)||console.warn(`[tiptap warn]: "inputRuleMatch.replaceWith" must be part of "inputRuleMatch.text".`),r.push(n.replaceWith)),r};function vd(e){let{editor:t,from:n,to:r,text:i,rules:a,plugin:o}=e,{view:s}=t;if(s.composing)return!1;let c=s.state.doc.resolve(n);if(c.parent.type.spec.code||(c.nodeBefore||c.nodeAfter)?.marks.find(e=>e.type.spec.code))return!1;let l=!1,u=Mu(c)+i;return a.forEach(e=>{if(l)return;let a=_d(u,e.find);if(!a)return;let c=s.state.tr,d=zc({state:s.state,transaction:c}),f={from:n-(a[0].length-i.length),to:r},{commands:p,chain:m,can:h}=new Bc({editor:t,state:d});e.handler({state:d,range:f,match:a,commands:p,chain:m,can:h})===null||!c.steps.length||(e.undoable&&c.setMeta(o,{transform:c,from:n,to:r,text:i}),s.dispatch(c),l=!0)}),l}function yd(e){let{editor:t,rules:n}=e,r=new N({state:{init(){return null},apply(e,i,a){let o=e.getMeta(r);if(o)return o;let s=e.getMeta(`applyInputRules`);return s&&setTimeout(()=>{let{text:e}=s;e=typeof e==`string`?e:iu(E.from(e),a.schema);let{from:i}=s;vd({editor:t,from:i,to:i+e.length,text:e,rules:n,plugin:r})}),e.selectionSet||e.docChanged?null:i}},props:{handleTextInput(e,i,a,o){return vd({editor:t,from:i,to:a,text:o,rules:n,plugin:r})},handleDOMEvents:{compositionend:e=>(setTimeout(()=>{let{$cursor:i}=e.state.selection;i&&vd({editor:t,from:i.pos,to:i.pos,text:``,rules:n,plugin:r})}),!1)},handleKeyDown(e,i){if(i.key!==`Enter`)return!1;let{$cursor:a}=e.state.selection;return a?vd({editor:t,from:a.pos,to:a.pos,text:` +`,rules:n,plugin:r}):!1}},isInputRules:!0});return r}function bd(e){return Object.prototype.toString.call(e).slice(8,-1)}function xd(e){return bd(e)===`Object`?e.constructor===Object&&Object.getPrototypeOf(e)===Object.prototype:!1}function Sd(e,t){let n={...e};return xd(e)&&xd(t)&&Object.keys(t).forEach(r=>{xd(t[r])&&xd(e[r])?n[r]=Sd(e[r],t[r]):n[r]=t[r]}),n}var Cd=class{constructor(e={}){this.type=`extendable`,this.parent=null,this.child=null,this.name=``,this.config={name:this.name},this.config={...this.config,...e},this.name=this.config.name}get options(){return{...H(V(this,`addOptions`,{name:this.name}))||{}}}get storage(){return{...H(V(this,`addStorage`,{name:this.name,options:this.options}))||{}}}configure(e={}){let t=this.extend({...this.config,addOptions:()=>Sd(this.options,e)});return t.name=this.name,t.parent=this.parent,t}extend(e={}){let t=new this.constructor({...this.config,...e});return t.parent=this,this.child=t,t.name=`name`in e?e.name:t.parent.name,t}},wd=class e extends Cd{constructor(){super(...arguments),this.type=`mark`}static create(t={}){return new e(typeof t==`function`?t():t)}static handleExit({editor:e,mark:t}){let{tr:n}=e.state,r=e.state.selection.$from;if(r.pos===r.end()){let i=r.marks();if(!i.find(e=>e?.type.name===t.name))return!1;let a=i.find(e=>e?.type.name===t.name);return a&&n.removeStoredMark(a),n.insertText(` `,r.pos),e.view.dispatch(n),!0}return!1}configure(e){return super.configure(e)}extend(e){let t=typeof e==`function`?e():e;return super.extend(t)}};function Td(e){return typeof e==`number`}var Ed=class{constructor(e){this.find=e.find,this.handler=e.handler}},Dd=(e,t,n)=>{if(el(t))return[...e.matchAll(t)];let r=t(e,n);return r?r.map(t=>{let n=[t.text];return n.index=t.index,n.input=e,n.data=t.data,t.replaceWith&&(t.text.includes(t.replaceWith)||console.warn(`[tiptap warn]: "pasteRuleMatch.replaceWith" must be part of "pasteRuleMatch.text".`),n.push(t.replaceWith)),n}):[]};function Od(e){let{editor:t,state:n,from:r,to:i,rule:a,pasteEvent:o,dropEvent:s}=e,{commands:c,chain:l,can:u}=new Bc({editor:t,state:n}),d=[];return n.doc.nodesBetween(r,i,(e,t)=>{if(e.type?.spec?.code||!(e.isText||e.isTextblock||e.isInline))return;let f=e.content?.size??e.nodeSize??0,p=Math.max(r,t),m=Math.min(i,t+f);p>=m||Dd(e.isText?e.text||``:e.textBetween(p-t,m-t,void 0,``),a.find,o).forEach(e=>{if(e.index===void 0)return;let t=p+e.index+1,r=t+e[0].length,i={from:n.tr.mapping.map(t),to:n.tr.mapping.map(r)},f=a.handler({state:n,range:i,match:e,commands:c,chain:l,can:u,pasteEvent:o,dropEvent:s});d.push(f)})}),d.every(e=>e!==null)}var kd=null,Ad=e=>{var t;let n=new ClipboardEvent(`paste`,{clipboardData:new DataTransfer});return(t=n.clipboardData)==null||t.setData(`text/html`,e),n};function jd(e){let{editor:t,rules:n}=e,r=null,i=!1,a=!1,o=typeof ClipboardEvent<`u`?new ClipboardEvent(`paste`):null,s;try{s=typeof DragEvent<`u`?new DragEvent(`drop`):null}catch{s=null}let c=({state:e,from:n,to:r,rule:i,pasteEvt:a})=>{let c=e.tr;if(!(!Od({editor:t,state:zc({state:e,transaction:c}),from:Math.max(n-1,0),to:r.b-1,rule:i,pasteEvent:a,dropEvent:s})||!c.steps.length)){try{s=typeof DragEvent<`u`?new DragEvent(`drop`):null}catch{s=null}return o=typeof ClipboardEvent<`u`?new ClipboardEvent(`paste`):null,c}};return n.map(e=>new N({view(e){let n=n=>{r=e.dom.parentElement?.contains(n.target)?e.dom.parentElement:null,r&&(kd=t)},i=()=>{kd&&=null};return window.addEventListener(`dragstart`,n),window.addEventListener(`dragend`,i),{destroy(){window.removeEventListener(`dragstart`,n),window.removeEventListener(`dragend`,i)}}},props:{handleDOMEvents:{drop:(e,t)=>{if(a=r===e.dom.parentElement,s=t,!a){let e=kd;e?.isEditable&&setTimeout(()=>{let t=e.state.selection;t&&e.commands.deleteRange({from:t.from,to:t.to})},10)}return!1},paste:(e,t)=>{let n=t.clipboardData?.getData(`text/html`);return o=t,i=!!n?.includes(`data-pm-slice`),!1}}},appendTransaction:(t,n,r)=>{let s=t[0],l=s.getMeta(`uiEvent`)===`paste`&&!i,u=s.getMeta(`uiEvent`)===`drop`&&!a,d=s.getMeta(`applyPasteRules`),f=!!d;if(!l&&!u&&!f)return;if(f){let{text:t}=d;t=typeof t==`string`?t:iu(E.from(t),r.schema);let{from:n}=d,i=n+t.length,a=Ad(t);return c({rule:e,state:r,from:n,to:{b:i},pasteEvt:a})}let p=n.doc.content.findDiffStart(r.doc.content),m=n.doc.content.findDiffEnd(r.doc.content);if(!(!Td(p)||!m||p===m.b))return c({rule:e,state:r,from:p,to:m,pasteEvt:o})}}))}var Md=class{constructor(e,t){this.splittableMarks=[],this.editor=t,this.baseExtensions=e,this.extensions=yu(e),this.schema=gu(this.extensions,t),this.setupExtensions()}get commands(){return this.extensions.reduce((e,t)=>{let n=V(t,`addCommands`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:this.editor,type:Au(t.name,this.schema)});return n?{...e,...n()}:e},{})}get plugins(){let{editor:e}=this;return vu([...this.extensions].reverse()).flatMap(t=>{let n={name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:Au(t.name,this.schema)},r=[],i=V(t,`addKeyboardShortcuts`,n),a={};if(t.type===`mark`&&V(t,`exitable`,n)&&(a.ArrowRight=()=>wd.handleExit({editor:e,mark:t})),i){let t=Object.fromEntries(Object.entries(i()).map(([t,n])=>[t,()=>n({editor:e})]));a={...a,...t}}let o=Fc(a);r.push(o);let s=V(t,`addInputRules`,n);if(Lu(t,e.options.enableInputRules)&&s){let t=s();if(t&&t.length){let n=yd({editor:e,rules:t}),i=Array.isArray(n)?n:[n];r.push(...i)}}let c=V(t,`addPasteRules`,n);if(Lu(t,e.options.enablePasteRules)&&c){let t=c();if(t&&t.length){let n=jd({editor:e,rules:t});r.push(...n)}}let l=V(t,`addProseMirrorPlugins`,n);if(l){let e=l();r.push(...e)}return r})}get attributes(){return cu(this.extensions)}get nodeViews(){let{editor:e}=this,{nodeExtensions:t}=su(this.extensions);return Object.fromEntries(t.filter(e=>!!V(e,`addNodeView`)).map(t=>{let n=this.attributes.filter(e=>e.type===t.name),r=V(t,`addNodeView`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:B(t.name,this.schema)});if(!r)return[];let i=r();return i?[t.name,(r,a,o,s,c)=>i({node:r,view:a,getPos:o,decorations:s,innerDecorations:c,editor:e,extension:t,HTMLAttributes:du(r,n)})]:[]}))}dispatchTransaction(e){let{editor:t}=this;return vu([...this.extensions].reverse()).reduceRight((e,n)=>{let r={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:Au(n.name,this.schema)},i=V(n,`dispatchTransaction`,r);return i?t=>{i.call(r,{transaction:t,next:e})}:e},e)}transformPastedHTML(e){let{editor:t}=this;return vu([...this.extensions]).reduce((e,n)=>{let r={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:Au(n.name,this.schema)},i=V(n,`transformPastedHTML`,r);return i?(t,n)=>{let a=e(t,n);return i.call(r,a)}:e},e||(e=>e))}get markViews(){let{editor:e}=this,{markExtensions:t}=su(this.extensions);return Object.fromEntries(t.filter(e=>!!V(e,`addMarkView`)).map(t=>{let n=this.attributes.filter(e=>e.type===t.name),r=V(t,`addMarkView`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:al(t.name,this.schema)});return r?[t.name,(i,a,o)=>{let s=du(i,n);return r()({mark:i,view:a,inline:o,editor:e,extension:t,HTMLAttributes:s,updateAttributes:t=>{lf(i,e,t)}})}]:[]}))}setupExtensions(){let e=this.extensions;this.editor.extensionStorage=Object.fromEntries(e.map(e=>[e.name,e.storage])),e.forEach(e=>{let t={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:Au(e.name,this.schema)};e.type===`mark`&&(H(V(e,`keepOnSplit`,t))??!0)&&this.splittableMarks.push(e.name);let n=V(e,`onBeforeCreate`,t),r=V(e,`onCreate`,t),i=V(e,`onUpdate`,t),a=V(e,`onSelectionUpdate`,t),o=V(e,`onTransaction`,t),s=V(e,`onFocus`,t),c=V(e,`onBlur`,t),l=V(e,`onDestroy`,t);n&&this.editor.on(`beforeCreate`,n),r&&this.editor.on(`create`,r),i&&this.editor.on(`update`,i),a&&this.editor.on(`selectionUpdate`,a),o&&this.editor.on(`transaction`,o),s&&this.editor.on(`focus`,s),c&&this.editor.on(`blur`,c),l&&this.editor.on(`destroy`,l)})}};Md.resolve=yu,Md.sort=vu,Md.flatten=ru,Rc({},{ClipboardTextSerializer:()=>Nd,Commands:()=>Pd,Delete:()=>Fd,Drop:()=>Id,Editable:()=>Ld,FocusEvents:()=>zd,Keymap:()=>Bd,Paste:()=>Vd,Tabindex:()=>Hd,TextDirection:()=>Ud,focusEventsPluginKey:()=>Rd});var W=class e extends Cd{constructor(){super(...arguments),this.type=`extension`}static create(t={}){return new e(typeof t==`function`?t():t)}configure(e){return super.configure(e)}extend(e){let t=typeof e==`function`?e():e;return super.extend(t)}},Nd=W.create({name:`clipboardTextSerializer`,addOptions(){return{blockSeparator:void 0}},addProseMirrorPlugins(){return[new N({key:new P(`clipboardTextSerializer`),props:{clipboardTextSerializer:()=>{let{editor:e}=this,{state:t,schema:n}=e,{doc:r,selection:i}=t,{ranges:a}=i,o=Math.min(...a.map(e=>e.$from.pos)),s=Math.max(...a.map(e=>e.$to.pos)),c=Su(n);return bu(r,{from:o,to:s},{...this.options.blockSeparator===void 0?{}:{blockSeparator:this.options.blockSeparator},textSerializers:c})}}})]}}),Pd=W.create({name:`commands`,addCommands(){return{...Vc}}}),Fd=W.create({name:`delete`,onUpdate({transaction:e,appendedTransactions:t}){let n=()=>{var n;if(((n=this.editor.options.coreExtensionOptions?.delete)?.filterTransaction)?.call(n,e)??e.getMeta(`y-sync$`))return;let r=Ql(e.before,[e,...t]);Du(r).forEach(t=>{r.mapping.mapResult(t.oldRange.from).deletedAfter&&r.mapping.mapResult(t.oldRange.to).deletedBefore&&r.before.nodesBetween(t.oldRange.from,t.oldRange.to,(n,i)=>{let a=i+n.nodeSize-2,o=t.oldRange.from<=i&&a<=t.oldRange.to;this.editor.emit(`delete`,{type:`node`,node:n,from:i,to:a,newFrom:r.mapping.map(i),newTo:r.mapping.map(a),deletedRange:t.oldRange,newRange:t.newRange,partial:!o,editor:this.editor,transaction:e,combinedTransform:r})})});let i=r.mapping;r.steps.forEach((t,n)=>{if(t instanceof Jt){let a=i.slice(n).map(t.from,-1),o=i.slice(n).map(t.to),s=i.invert().map(a,-1),c=i.invert().map(o),l=a>0?r.doc.nodeAt(a-1)?.marks.some(e=>e.eq(t.mark)):!1,u=r.doc.nodeAt(o)?.marks.some(e=>e.eq(t.mark));this.editor.emit(`delete`,{type:`mark`,mark:t.mark,from:t.from,to:t.to,deletedRange:{from:s,to:c},newRange:{from:a,to:o},partial:!!(u||l),editor:this.editor,transaction:e,combinedTransform:r})}})};this.editor.options.coreExtensionOptions?.delete?.async??!0?setTimeout(n,0):n()}}),Id=W.create({name:`drop`,addProseMirrorPlugins(){return[new N({key:new P(`tiptapDrop`),props:{handleDrop:(e,t,n,r)=>{this.editor.emit(`drop`,{editor:this.editor,event:t,slice:n,moved:r})}}})]}}),Ld=W.create({name:`editable`,addProseMirrorPlugins(){return[new N({key:new P(`editable`),props:{editable:()=>this.editor.options.editable}})]}}),Rd=new P(`focusEvents`),zd=W.create({name:`focusEvents`,addProseMirrorPlugins(){let{editor:e}=this;return[new N({key:Rd,props:{handleDOMEvents:{focus:(t,n)=>{e.isFocused=!0;let r=e.state.tr.setMeta(`focus`,{event:n}).setMeta(`addToHistory`,!1);return t.dispatch(r),!1},blur:(t,n)=>{e.isFocused=!1;let r=e.state.tr.setMeta(`blur`,{event:n}).setMeta(`addToHistory`,!1);return t.dispatch(r),!1}}}})]}}),Bd=W.create({name:`keymap`,addKeyboardShortcuts(){let e=()=>this.editor.commands.first(({commands:e})=>[()=>e.undoInputRule(),()=>e.command(({tr:t})=>{let{selection:n,doc:r}=t,{empty:i,$anchor:a}=n,{pos:o,parent:s}=a,c=a.parent.isTextblock&&o>0?t.doc.resolve(o-1):a,l=c.parent.type.spec.isolating,u=a.pos-a.parentOffset,d=l&&c.parent.childCount===1?u===a.pos:A.atStart(r).from===o;return!i||!s.type.isTextblock||s.textContent.length||!d||d&&a.parent.type.name===`paragraph`?!1:e.clearNodes()}),()=>e.deleteSelection(),()=>e.joinBackward(),()=>e.selectNodeBackward()]),t=()=>this.editor.commands.first(({commands:e})=>[()=>e.deleteSelection(),()=>e.deleteCurrentNode(),()=>e.joinForward(),()=>e.selectNodeForward()]),n={Enter:()=>this.editor.commands.first(({commands:e})=>[()=>e.newlineInCode(),()=>e.createParagraphNear(),()=>e.liftEmptyBlock(),()=>e.splitBlock()]),"Mod-Enter":()=>this.editor.commands.exitCode(),Backspace:e,"Mod-Backspace":e,"Shift-Backspace":e,Delete:t,"Mod-Delete":t,"Mod-a":()=>this.editor.commands.selectAll()},r={...n},i={...n,"Ctrl-h":e,"Alt-Backspace":e,"Ctrl-d":t,"Ctrl-Alt-Backspace":t,"Alt-Delete":t,"Alt-d":t,"Ctrl-a":()=>this.editor.commands.selectTextblockStart(),"Ctrl-e":()=>this.editor.commands.selectTextblockEnd()};return fl()||jl()?i:r},addProseMirrorPlugins(){return[new N({key:new P(`clearDocument`),appendTransaction:(e,t,n)=>{if(e.some(e=>e.getMeta(`composition`)))return;let r=e.some(e=>e.docChanged)&&!t.doc.eq(n.doc),i=e.some(e=>e.getMeta(`preventClearDocument`));if(!r||i)return;let{empty:a,from:o,to:s}=t.selection,c=A.atStart(t.doc).from,l=A.atEnd(t.doc).to;if(a||!(o===c&&s===l)||!zu(n.doc))return;let u=n.tr,d=zc({state:n,transaction:u}),{commands:f}=new Bc({editor:this.editor,state:d});if(f.clearNodes(),u.steps.length)return u}})]}}),Vd=W.create({name:`paste`,addProseMirrorPlugins(){return[new N({key:new P(`tiptapPaste`),props:{handlePaste:(e,t,n)=>{this.editor.emit(`paste`,{editor:this.editor,event:t,slice:n})}}})]}}),Hd=W.create({name:`tabindex`,addProseMirrorPlugins(){return[new N({key:new P(`tabindex`),props:{attributes:()=>this.editor.isEditable?{tabindex:`0`}:{}}})]}}),Ud=W.create({name:`textDirection`,addOptions(){return{direction:void 0}},addGlobalAttributes(){if(!this.options.direction)return[];let{nodeExtensions:e}=su(this.extensions);return[{types:e.filter(e=>e.name!==`text`).map(e=>e.name),attributes:{dir:{default:this.options.direction,parseHTML:e=>{let t=e.getAttribute(`dir`);return t&&(t===`ltr`||t===`rtl`||t===`auto`)?t:this.options.direction},renderHTML:e=>e.dir?{dir:e.dir}:{}}}}]},addProseMirrorPlugins(){return[new N({key:new P(`textDirection`),props:{attributes:()=>{let e=this.options.direction;return e?{dir:e}:{}}}})]}}),Wd=class e{constructor(e,t,n=!1,r=null){this.currentNode=null,this.actualDepth=null,this.isBlock=n,this.resolvedPos=e,this.editor=t,this.currentNode=r}get name(){return this.node.type.name}get node(){return this.currentNode||this.resolvedPos.node()}get element(){return this.editor.view.domAtPos(this.pos).node}get depth(){return this.actualDepth??this.resolvedPos.depth}get pos(){return this.resolvedPos.pos}get content(){return this.node.content}set content(e){let t=this.from,n=this.to;if(this.isBlock){if(this.content.size===0){console.error(`You can\u2019t set content on a block node. Tried to set content on ${this.name} at ${this.pos}`);return}t=this.from+1,n=this.to-1}this.editor.commands.insertContentAt({from:t,to:n},e)}get attributes(){return this.node.attrs}get textContent(){return this.node.textContent}get size(){return this.node.nodeSize}get from(){return this.isBlock?this.pos:this.resolvedPos.start(this.resolvedPos.depth)}get range(){return{from:this.from,to:this.to}}get to(){return this.isBlock?this.pos+this.size:this.resolvedPos.end(this.resolvedPos.depth)+ +!this.node.isText}get parent(){if(this.depth===0)return null;let t=this.resolvedPos.start(this.resolvedPos.depth-1);return new e(this.resolvedPos.doc.resolve(t),this.editor)}get before(){let t=this.resolvedPos.doc.resolve(this.from-(this.isBlock?1:2));return t.depth!==this.depth&&(t=this.resolvedPos.doc.resolve(this.from-3)),new e(t,this.editor)}get after(){let t=this.resolvedPos.doc.resolve(this.to+(this.isBlock?2:1));return t.depth!==this.depth&&(t=this.resolvedPos.doc.resolve(this.to+3)),new e(t,this.editor)}get children(){let t=[];return this.node.content.forEach((n,r)=>{let i=n.isBlock&&!n.isTextblock,a=n.isAtom&&!n.isText,o=n.isInline,s=this.pos+r+ +!a;if(s<0||s>this.resolvedPos.doc.nodeSize-2)return;let c=this.resolvedPos.doc.resolve(s);if(!i&&!o&&c.depth<=this.depth)return;let l=new e(c,this.editor,i,i||o?n:null);i&&(l.actualDepth=this.depth+1),t.push(l)}),t}get firstChild(){return this.children[0]||null}get lastChild(){let e=this.children;return e[e.length-1]||null}closest(e,t={}){let n=null,r=this.parent;for(;r&&!n;){if(r.node.type.name===e)if(Object.keys(t).length>0){let e=r.node.attrs,n=Object.keys(t);for(let r=0;r{n&&r.length>0||(a.node.type.name===e&&i.every(e=>t[e]===a.node.attrs[e])&&r.push(a),!(n&&r.length>0)&&(r=r.concat(a.querySelectorAll(e,t,n))))}),r}setAttribute(e){let{tr:t}=this.editor.state;t.setNodeMarkup(this.from,void 0,{...this.node.attrs,...e}),this.editor.view.dispatch(t)}},Gd=`.ProseMirror { + position: relative; +} + +.ProseMirror { + word-wrap: break-word; + white-space: pre-wrap; + white-space: break-spaces; + -webkit-font-variant-ligatures: none; + font-variant-ligatures: none; + font-feature-settings: "liga" 0; /* the above doesn't seem to work in Edge */ +} + +.ProseMirror [contenteditable="false"] { + white-space: normal; +} + +.ProseMirror [contenteditable="false"] [contenteditable="true"] { + white-space: pre-wrap; +} + +.ProseMirror pre { + white-space: pre-wrap; +} + +img.ProseMirror-separator { + display: inline !important; + border: none !important; + margin: 0 !important; + width: 0 !important; + height: 0 !important; +} + +.ProseMirror-gapcursor { + display: none; + pointer-events: none; + position: absolute; + margin: 0; +} + +.ProseMirror-gapcursor:after { + content: ""; + display: block; + position: absolute; + top: -2px; + width: 20px; + border-top: 1px solid black; + animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite; +} + +@keyframes ProseMirror-cursor-blink { + to { + visibility: hidden; + } +} + +.ProseMirror-hideselection *::selection { + background: transparent; +} + +.ProseMirror-hideselection *::-moz-selection { + background: transparent; +} + +.ProseMirror-hideselection * { + caret-color: transparent; +} + +.ProseMirror-focused .ProseMirror-gapcursor { + display: block; +}`;function Kd(e,t,n){let r=document.querySelector(`style[data-tiptap-style${n?`-${n}`:``}]`);if(r!==null)return r;let i=document.createElement(`style`);return t&&i.setAttribute(`nonce`,t),i.setAttribute(`data-tiptap-style${n?`-${n}`:``}`,``),i.innerHTML=e,document.getElementsByTagName(`head`)[0].appendChild(i),i}var qd=class extends hd{constructor(e={}){super(),this.css=null,this.className=`tiptap`,this.editorView=null,this.isFocused=!1,this.isInitialized=!1,this.extensionStorage={},this.instanceId=Math.random().toString(36).slice(2,9),this.options={element:typeof document<`u`?document.createElement(`div`):null,content:``,injectCSS:!0,injectNonce:void 0,extensions:[],autofocus:!1,editable:!0,textDirection:void 0,editorProps:{},parseOptions:{},coreExtensionOptions:{},enableInputRules:!0,enablePasteRules:!0,enableCoreExtensions:!0,enableContentCheck:!1,emitContentError:!1,onBeforeCreate:()=>null,onCreate:()=>null,onMount:()=>null,onUnmount:()=>null,onUpdate:()=>null,onSelectionUpdate:()=>null,onTransaction:()=>null,onFocus:()=>null,onBlur:()=>null,onDestroy:()=>null,onContentError:({error:e})=>{throw e},onPaste:()=>null,onDrop:()=>null,onDelete:()=>null,enableExtensionDispatchTransaction:!0},this.isCapturingTransaction=!1,this.capturedTransaction=null,this.utils={getUpdatedPosition:Hu,createMappablePosition:Uu},this.setOptions(e),this.createExtensionManager(),this.createCommandManager(),this.createSchema(),this.on(`beforeCreate`,this.options.onBeforeCreate),this.emit(`beforeCreate`,{editor:this}),this.on(`mount`,this.options.onMount),this.on(`unmount`,this.options.onUnmount),this.on(`contentError`,this.options.onContentError),this.on(`create`,this.options.onCreate),this.on(`update`,this.options.onUpdate),this.on(`selectionUpdate`,this.options.onSelectionUpdate),this.on(`transaction`,this.options.onTransaction),this.on(`focus`,this.options.onFocus),this.on(`blur`,this.options.onBlur),this.on(`destroy`,this.options.onDestroy),this.on(`drop`,({event:e,slice:t,moved:n})=>this.options.onDrop(e,t,n)),this.on(`paste`,({event:e,slice:t})=>this.options.onPaste(e,t)),this.on(`delete`,this.options.onDelete);let t=this.createDoc(),n=ul(t,this.options.autofocus);this.editorState=lr.create({doc:t,schema:this.schema,selection:n||void 0}),this.options.element&&this.mount(this.options.element)}mount(e){if(typeof document>`u`)throw Error(`[tiptap error]: The editor cannot be mounted because there is no 'document' defined in this environment.`);this.createView(e),this.emit(`mount`,{editor:this}),this.css&&!document.head.contains(this.css)&&document.head.appendChild(this.css),window.setTimeout(()=>{this.isDestroyed||(this.options.autofocus!==!1&&this.options.autofocus!==null&&this.commands.focus(this.options.autofocus),this.emit(`create`,{editor:this}),this.isInitialized=!0)},0)}unmount(){if(this.editorView){let e=this.editorView.dom;e?.editor&&delete e.editor,this.editorView.destroy()}if(this.editorView=null,this.isInitialized=!1,this.css&&!document.querySelectorAll(`.${this.className}`).length)try{typeof this.css.remove==`function`?this.css.remove():this.css.parentNode&&this.css.parentNode.removeChild(this.css)}catch(e){console.warn(`Failed to remove CSS element:`,e)}this.css=null,this.emit(`unmount`,{editor:this})}get storage(){return this.extensionStorage}get commands(){return this.commandManager.commands}chain(){return this.commandManager.chain()}can(){return this.commandManager.can()}injectCSS(){this.options.injectCSS&&typeof document<`u`&&(this.css=Kd(Gd,this.options.injectNonce))}setOptions(e={}){this.options={...this.options,...e},!(!this.editorView||!this.state||this.isDestroyed)&&(this.options.editorProps&&this.view.setProps(this.options.editorProps),this.view.updateState(this.state))}setEditable(e,t=!0){this.setOptions({editable:e}),t&&this.emit(`update`,{editor:this,transaction:this.state.tr,appendedTransactions:[]})}get isEditable(){return this.options.editable&&this.view&&this.view.editable}get view(){return this.editorView?this.editorView:new Proxy({state:this.editorState,updateState:e=>{this.editorState=e},dispatch:e=>{this.dispatchTransaction(e)},composing:!1,dragging:null,editable:!0,isDestroyed:!1},{get:(e,t)=>{if(this.editorView)return this.editorView[t];if(t===`state`)return this.editorState;if(t in e)return Reflect.get(e,t);throw Error(`[tiptap error]: The editor view is not available. Cannot access view['${t}']. The editor may not be mounted yet.`)}})}get state(){return this.editorView&&(this.editorState=this.view.state),this.editorState}registerPlugin(e,t){let n=au(t)?t(e,[...this.state.plugins]):[...this.state.plugins,e],r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}unregisterPlugin(e){if(this.isDestroyed)return;let t=this.state.plugins,n=t;if([].concat(e).forEach(e=>{let t=typeof e==`string`?`${e}$`:e.key;n=n.filter(e=>!e.key.startsWith(t))}),t.length===n.length)return;let r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}createExtensionManager(){this.extensionManager=new Md([...this.options.enableCoreExtensions?[Ld,Nd.configure({blockSeparator:this.options.coreExtensionOptions?.clipboardTextSerializer?.blockSeparator}),Pd,zd,Bd,Hd,Id,Vd,Fd,Ud.configure({direction:this.options.textDirection})].filter(e=>typeof this.options.enableCoreExtensions==`object`?this.options.enableCoreExtensions[e.name]!==!1:!0):[],...this.options.extensions].filter(e=>[`extension`,`node`,`mark`].includes(e?.type)),this)}createCommandManager(){this.commandManager=new Bc({editor:this})}createSchema(){this.schema=this.extensionManager.schema}createDoc(){let e;try{e=Yl(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:this.options.enableContentCheck})}catch(t){if(!(t instanceof Error)||![`[tiptap error]: Invalid JSON content`,`[tiptap error]: Invalid HTML content`].includes(t.message))throw t;this.emit(`contentError`,{editor:this,error:t,disableCollaboration:()=>{`collaboration`in this.storage&&typeof this.storage.collaboration==`object`&&this.storage.collaboration&&(this.storage.collaboration.isDisabled=!0),this.options.extensions=this.options.extensions.filter(e=>e.name!==`collaboration`),this.createExtensionManager()}}),e=Yl(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:!1})}return e}createView(e){let{editorProps:t,enableExtensionDispatchTransaction:n}=this.options,r=t.dispatchTransaction||this.dispatchTransaction.bind(this),i=n?this.extensionManager.dispatchTransaction(r):r,a=t.transformPastedHTML,o=this.extensionManager.transformPastedHTML(a);this.editorView=new hc(e,{...t,attributes:{role:`textbox`,...t?.attributes},dispatchTransaction:i,transformPastedHTML:o,state:this.editorState,markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews});let s=this.state.reconfigure({plugins:this.extensionManager.plugins});this.view.updateState(s),this.prependClass(),this.injectCSS();let c=this.view.dom;c.editor=this}createNodeViews(){this.view.isDestroyed||this.view.setProps({markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews})}prependClass(){this.view.dom.className=`${this.className} ${this.view.dom.className}`}captureTransaction(e){this.isCapturingTransaction=!0,e(),this.isCapturingTransaction=!1;let t=this.capturedTransaction;return this.capturedTransaction=null,t}dispatchTransaction(e){if(this.view.isDestroyed)return;if(this.isCapturingTransaction){if(!this.capturedTransaction){this.capturedTransaction=e;return}e.steps.forEach(e=>this.capturedTransaction?.step(e));return}let{state:t,transactions:n}=this.state.applyTransaction(e),r=!this.state.selection.eq(t.selection),i=n.includes(e),a=this.state;if(this.emit(`beforeTransaction`,{editor:this,transaction:e,nextState:t}),!i)return;this.view.updateState(t),this.emit(`transaction`,{editor:this,transaction:e,appendedTransactions:n.slice(1)}),r&&this.emit(`selectionUpdate`,{editor:this,transaction:e});let o=n.findLast(e=>e.getMeta(`focus`)||e.getMeta(`blur`)),s=o?.getMeta(`focus`),c=o?.getMeta(`blur`);s&&this.emit(`focus`,{editor:this,event:s.event,transaction:o}),c&&this.emit(`blur`,{editor:this,event:c.event,transaction:o}),!(e.getMeta(`preventUpdate`)||!n.some(e=>e.docChanged)||a.doc.eq(t.doc))&&this.emit(`update`,{editor:this,transaction:e,appendedTransactions:n.slice(1)})}getAttributes(e){return wu(this.state,e)}isActive(e,t){let n=typeof e==`string`?e:null,r=typeof e==`string`?t:e;return Pu(this.state,n,r)}getJSON(){return this.state.doc.toJSON()}getHTML(){return iu(this.state.doc.content,this.schema)}getText(e){let{blockSeparator:t=` + +`,textSerializers:n={}}=e||{};return xu(this.state.doc,{blockSeparator:t,textSerializers:{...Su(this.schema),...n}})}get isEmpty(){return zu(this.state.doc)}destroy(){this.emit(`destroy`),this.unmount(),this.removeAllListeners()}get isDestroyed(){return this.editorView?.isDestroyed??!0}$node(e,t){return this.$doc?.querySelector(e,t)||null}$nodes(e,t){return this.$doc?.querySelectorAll(e,t)||null}$pos(e){return new Wd(this.state.doc.resolve(e),this)}get $doc(){return this.$pos(0)}};function Jd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r})=>{let i=H(e.getAttributes,void 0,r);if(i===!1||i===null)return null;let{tr:a}=t,o=r[r.length-1],s=r[0];if(o){let r=s.search(/\S/),c=n.from+s.indexOf(o),l=c+o.length;if(Ou(n.from,n.to,t.doc).filter(t=>t.mark.type.excluded.find(n=>n===e.type&&n!==t.mark.type)).filter(e=>e.to>c).length)return null;ln.from&&a.delete(n.from+r,c);let u=n.from+r+o.length;a.addMark(n.from+r,u,e.type.create(i||{})),a.removeStoredMark(e.type)}},undoable:e.undoable})}function Yd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r})=>{let i=H(e.getAttributes,void 0,r)||{},{tr:a}=t,o=n.from,s=n.to,c=e.type.create(i);if(r[1]){let e=o+r[0].lastIndexOf(r[1]);e>s?e=s:s=e+r[1].length;let t=r[0][r[0].length-1];a.insertText(t,o+r[0].length-1),a.replaceWith(e,s,c)}else if(r[0]){let t=e.type.isInline?o:o-1;a.insert(t,e.type.create(i)).delete(a.mapping.map(o),a.mapping.map(s))}a.scrollIntoView()},undoable:e.undoable})}function Xd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r})=>{let i=t.doc.resolve(n.from),a=H(e.getAttributes,void 0,r)||{};if(!i.node(-1).canReplaceWith(i.index(-1),i.indexAfter(-1),e.type))return null;t.tr.delete(n.from,n.to).setBlockType(n.from,n.from,e.type,a)},undoable:e.undoable})}function Zd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r,chain:i})=>{let a=H(e.getAttributes,void 0,r)||{},o=t.tr.delete(n.from,n.to),s=o.doc.resolve(n.from).blockRange(),c=s&&sn(s,e.type,a);if(!c)return null;if(o.wrap(s,c),e.keepMarks&&e.editor){let{selection:n,storedMarks:r}=t,{splittableMarks:i}=e.editor.extensionManager,a=r||n.$to.parentOffset&&n.$from.marks();if(a){let e=a.filter(e=>i.includes(e.type.name));o.ensureMarks(e)}}if(e.keepAttributes){let t=e.type.name===`bulletList`||e.type.name===`orderedList`?`listItem`:`taskList`;i().updateAttributes(t,a).run()}let l=o.doc.resolve(n.from-1).nodeBefore;l&&l.type===e.type&&yn(o.doc,n.from-1)&&(!e.joinPredicate||e.joinPredicate(r,l))&&o.join(n.from-1)},undoable:e.undoable})}function Qd(e,t){let{selection:n}=e,{$from:r}=n;if(n instanceof M){let e=r.index();return r.parent.canReplaceWith(e,e+1,t)}let i=r.depth;for(;i>=0;){let e=r.index(i);if(r.node(i).contentMatchAt(e).matchType(t))return!0;--i}return!1}Rc({},{createAtomBlockMarkdownSpec:()=>tf,createBlockMarkdownSpec:()=>nf,createInlineMarkdownSpec:()=>of,parseAttributes:()=>$d,parseIndentedBlocks:()=>sf,renderNestedMarkdownContent:()=>cf,serializeAttributes:()=>ef});function $d(e){if(!e?.trim())return{};let t={},n=[],r=e.replace(/["']([^"']*)["']/g,e=>(n.push(e),`__QUOTED_${n.length-1}__`)),i=r.match(/(?:^|\s)\.([a-zA-Z][\w-]*)/g);i&&(t.class=i.map(e=>e.trim().slice(1)).join(` `));let a=r.match(/(?:^|\s)#([a-zA-Z][\w-]*)/);a&&(t.id=a[1]),Array.from(r.matchAll(/([a-zA-Z][\w-]*)\s*=\s*(__QUOTED_\d+__)/g)).forEach(([,e,r])=>{let i=n[parseInt(r.match(/__QUOTED_(\d+)__/)?.[1]||`0`,10)];i&&(t[e]=i.slice(1,-1))});let o=r.replace(/(?:^|\s)\.([a-zA-Z][\w-]*)/g,``).replace(/(?:^|\s)#([a-zA-Z][\w-]*)/g,``).replace(/([a-zA-Z][\w-]*)\s*=\s*__QUOTED_\d+__/g,``).trim();return o&&o.split(/\s+/).filter(Boolean).forEach(e=>{e.match(/^[a-zA-Z][\w-]*$/)&&(t[e]=!0)}),t}function ef(e){if(!e||Object.keys(e).length===0)return``;let t=[];return e.class&&String(e.class).split(/\s+/).filter(Boolean).forEach(e=>t.push(`.${e}`)),e.id&&t.push(`#${e.id}`),Object.entries(e).forEach(([e,n])=>{e===`class`||e===`id`||(n===!0?t.push(e):n!==!1&&n!=null&&t.push(`${e}="${String(n)}"`))}),t.join(` `)}function tf(e){let{nodeName:t,name:n,parseAttributes:r=$d,serializeAttributes:i=ef,defaultAttributes:a={},requiredAttributes:o=[],allowedAttributes:s}=e,c=n||t,l=e=>{if(!s)return e;let t={};return s.forEach(n=>{n in e&&(t[n]=e[n])}),t};return{parseMarkdown:(e,n)=>{let r={...a,...e.attributes};return n.createNode(t,r,[])},markdownTokenizer:{name:t,level:`block`,start(e){let t=RegExp(`^:::${c}(?:\\s|$)`,`m`),n=e.match(t)?.index;return n===void 0?-1:n},tokenize(e,n,i){let a=RegExp(`^:::${c}(?:\\s+\\{([^}]*)\\})?\\s*:::(?:\\n|$)`),s=e.match(a);if(!s)return;let l=r(s[1]||``);if(!o.find(e=>!(e in l)))return{type:t,raw:s[0],attributes:l}}},renderMarkdown:e=>{let t=i(l(e.attrs||{}));return`:::${c}${t?` {${t}}`:``} :::`}}}function nf(e){let{nodeName:t,name:n,getContent:r,parseAttributes:i=$d,serializeAttributes:a=ef,defaultAttributes:o={},content:s=`block`,allowedAttributes:c}=e,l=n||t,u=e=>{if(!c)return e;let t={};return c.forEach(n=>{n in e&&(t[n]=e[n])}),t};return{parseMarkdown:(e,n)=>{let i;if(r){let t=r(e);i=typeof t==`string`?[{type:`text`,text:t}]:t}else i=s===`block`?n.parseChildren(e.tokens||[]):n.parseInline(e.tokens||[]);let a={...o,...e.attributes};return n.createNode(t,a,i)},markdownTokenizer:{name:t,level:`block`,start(e){let t=RegExp(`^:::${l}`,`m`),n=e.match(t)?.index;return n===void 0?-1:n},tokenize(e,n,r){let a=RegExp(`^:::${l}(?:\\s+\\{([^}]*)\\})?\\s*\\n`),o=e.match(a);if(!o)return;let[c,u=``]=o,d=i(u),f=1,p=c.length,m=``,h=/^:::([\w-]*)(\s.*)?/gm,g=e.slice(p);for(h.lastIndex=0;;){let n=h.exec(g);if(n===null)break;let i=n.index,a=n[1];if(!n[2]?.endsWith(`:::`)){if(a)f+=1;else if(--f,f===0){let a=g.slice(0,i);m=a.trim();let o=e.slice(0,p+i+n[0].length),c=[];if(m)if(s===`block`)for(c=r.blockTokens(a),c.forEach(e=>{e.text&&(!e.tokens||e.tokens.length===0)&&(e.tokens=r.inlineTokens(e.text))});c.length>0;){let e=c[c.length-1];if(e.type===`paragraph`&&(!e.text||e.text.trim()===``))c.pop();else break}else c=r.inlineTokens(m);return{type:t,raw:o,attributes:d,content:m,tokens:c}}}}}},renderMarkdown:(e,t)=>{let n=a(u(e.attrs||{}));return`:::${l}${n?` {${n}}`:``} + +${t.renderChildren(e.content||[],` + +`)} + +:::`}}}function rf(e){if(!e.trim())return{};let t={},n=/(\w+)=(?:"([^"]*)"|'([^']*)')/g,r=n.exec(e);for(;r!==null;){let[,i,a,o]=r;t[i]=a||o,r=n.exec(e)}return t}function af(e){return Object.entries(e).filter(([,e])=>e!=null).map(([e,t])=>`${e}="${t}"`).join(` `)}function of(e){let{nodeName:t,name:n,getContent:r,parseAttributes:i=rf,serializeAttributes:a=af,defaultAttributes:o={},selfClosing:s=!1,allowedAttributes:c}=e,l=n||t,u=e=>{if(!c)return e;let t={};return c.forEach(n=>{let r=typeof n==`string`?n:n.name,i=typeof n==`string`?void 0:n.skipIfDefault;if(r in e){let n=e[r];if(i!==void 0&&n===i)return;t[r]=n}}),t},d=l.replace(/[.*+?^${}()|[\]\\]/g,`\\$&`);return{parseMarkdown:(e,n)=>{let i={...o,...e.attributes};if(s)return n.createNode(t,i);let a=r?r(e):e.content||``;return a?n.createNode(t,i,[n.createTextNode(a)]):n.createNode(t,i,[])},markdownTokenizer:{name:t,level:`inline`,start(e){let t=RegExp(s?`\\[${d}\\s*[^\\]]*\\]`:`\\[${d}\\s*[^\\]]*\\][\\s\\S]*?\\[\\/${d}\\]`),n=e.match(t)?.index;return n===void 0?-1:n},tokenize(e,n,r){let a=RegExp(s?`^\\[${d}\\s*([^\\]]*)\\]`:`^\\[${d}\\s*([^\\]]*)\\]([\\s\\S]*?)\\[\\/${d}\\]`),o=e.match(a);if(!o)return;let c=``,l=``;if(s){let[,e]=o;l=e}else{let[,e,t]=o;l=e,c=t||``}let u=i(l.trim());return{type:t,raw:o[0],content:c.trim(),attributes:u}}},renderMarkdown:e=>{let t=``;r?t=r(e):e.content&&e.content.length>0&&(t=e.content.filter(e=>e.type===`text`).map(e=>e.text).join(``));let n=a(u(e.attrs||{})),i=n?` ${n}`:``;return s?`[${l}${i}]`:`[${l}${i}]${t}[/${l}]`}}}function sf(e,t,n){let r=e.split(` +`),i=[],a=``,o=0,s=t.baseIndentSize||2;for(;o0)break;if(e.trim()===``){o+=1,a=`${a}${e} +`;continue}else return}let l=t.extractItemData(c),{indentLevel:u,mainContent:d}=l;a=`${a}${e} +`;let f=[d];for(o+=1;oe.trim()!==``);if(t===-1)break;if((r[o+1+t].match(/^(\s*)/)?.[1]?.length||0)>u){f.push(e),a=`${a}${e} +`,o+=1;continue}else break}if((e.match(/^(\s*)/)?.[1]?.length||0)>u)f.push(e),a=`${a}${e} +`,o+=1;else break}let p,m=f.slice(1);if(m.length>0){let e=m.map(e=>e.slice(u+s)).join(` +`);e.trim()&&(p=t.customNestedParser?t.customNestedParser(e):n.blockTokens(e))}let h=t.createToken(l,p);i.push(h)}if(i.length!==0)return{items:i,raw:a}}function cf(e,t,n,r){if(!e||!Array.isArray(e.content))return``;let i=typeof n==`function`?n(r):n,[a,...o]=e.content,s=`${i}${t.renderChildren([a])}`;return o&&o.length>0&&o.forEach((e,n)=>{let r=t.renderChild?.call(t,e,n+1)??t.renderChildren([e]);if(r!=null){let n=r.split(` +`).map(e=>e?t.indent(e):t.indent(``)).join(` +`);s+=e.type===`paragraph`?` + +${n}`:` +${n}`}}),s}function lf(e,t,n={}){let{state:r}=t,{doc:i,tr:a}=r,o=e;i.descendants((t,r)=>{let i=a.mapping.map(r),s=a.mapping.map(r)+t.nodeSize,c=null;if(t.marks.forEach(e=>{if(e!==o)return!1;c=e}),!c)return;let l=!1;if(Object.keys(n).forEach(e=>{n[e]!==c.attrs[e]&&(l=!0)}),l){let t=e.type.create({...e.attrs,...n});a.removeMark(i,s,e.type),a.addMark(i,s,t)}}),a.docChanged&&t.view.dispatch(a)}var G=class e extends Cd{constructor(){super(...arguments),this.type=`node`}static create(t={}){return new e(typeof t==`function`?t():t)}configure(e){return super.configure(e)}extend(e){let t=typeof e==`function`?e():e;return super.extend(t)}};function uf(e){return new Ed({find:e.find,handler:({state:t,range:n,match:r,pasteEvent:i})=>{let a=H(e.getAttributes,void 0,r,i);if(a===!1||a===null)return null;let{tr:o}=t,s=r[r.length-1],c=r[0],l=n.to;if(s){let i=c.search(/\S/),u=n.from+c.indexOf(s),d=u+s.length;if(Ou(n.from,n.to,t.doc).filter(t=>t.mark.type.excluded.find(n=>n===e.type&&n!==t.mark.type)).filter(e=>e.to>u).length)return null;dn.from&&o.delete(n.from+i,u),l=n.from+i+s.length,o.addMark(n.from+i,l,e.type.create(a||{})),r.index!==void 0&&r.input!==void 0&&r.index+r[0].length>=r.input.length||o.removeStoredMark(e.type)}}})}function df(e){return o((t,n)=>({get(){return t(),e},set(t){e=t,requestAnimationFrame(()=>{requestAnimationFrame(()=>{n()})})}}))}var ff=class extends qd{constructor(e={}){return super(e),this.contentComponent=null,this.appContext=null,this.reactiveState=df(this.view.state),this.reactiveExtensionStorage=df(this.extensionStorage),this.on(`beforeTransaction`,({nextState:e})=>{this.reactiveState.value=e,this.reactiveExtensionStorage.value=this.extensionStorage}),r(this)}get state(){return this.reactiveState?this.reactiveState.value:this.view.state}get storage(){return this.reactiveExtensionStorage?this.reactiveExtensionStorage.value:super.storage}registerPlugin(e,t){let n=super.registerPlugin(e,t);return this.reactiveState&&(this.reactiveState.value=n),n}unregisterPlugin(e){let t=super.unregisterPlugin(e);return this.reactiveState&&t&&(this.reactiveState.value=t),t}},pf=h({name:`EditorContent`,props:{editor:{default:null,type:Object}},setup(t){let n=i(),r=u();return e(()=>{let e=t.editor;e&&e.options.element&&n.value&&ie(()=>{if(!n.value||!e.view.dom?.parentNode)return;let t=l(n.value);n.value.append(...e.view.dom.parentNode.childNodes),e.contentComponent=r.ctx._,r&&(e.appContext={...r.appContext,provides:r.provides}),e.setOptions({element:t}),e.createNodeViews()})}),c(()=>{let e=t.editor;e&&(e.contentComponent=null,e.appContext=null)}),{rootEl:n}},render(){return re(`div`,{ref:e=>{this.rootEl=e}})}});h({name:`NodeViewContent`,props:{as:{type:String,default:`div`}},render(){return re(this.as,{style:{whiteSpace:`pre-wrap`},"data-node-view-content":``})}}),h({name:`NodeViewWrapper`,props:{as:{type:String,default:`div`}},inject:[`onDragStart`,`decorationClasses`],render(){var e;return re(this.as,{class:this.decorationClasses,style:{whiteSpace:`normal`},"data-node-view-wrapper":``,onDragstart:this.onDragStart},(e=this.$slots).default?.call(e))}});var mf=(e={})=>{let n=ae();return t(()=>{n.value=new ff(e)}),c(()=>{var e,t;let r=n.value?.view.dom?.parentNode,i=r?.cloneNode(!0);(e=r?.parentNode)==null||e.replaceChild(i,r),(t=n.value)==null||t.destroy()}),n};h({name:`MarkViewContent`,props:{as:{type:String,default:`span`}},render(){return re(this.as,{style:{whiteSpace:`inherit`},"data-mark-view-content":``})}});var hf=(e,t)=>{if(e===`slot`)return 0;if(e instanceof Function)return e(t);let{children:n,...r}=t??{};if(e===`svg`)throw Error(`SVG elements are not supported in the JSX syntax, use the array syntax instead`);return[e,r,n]},gf=/^\s*>\s$/,_f=G.create({name:`blockquote`,addOptions(){return{HTMLAttributes:{}}},content:`block+`,group:`block`,defining:!0,parseHTML(){return[{tag:`blockquote`}]},renderHTML({HTMLAttributes:e}){return hf(`blockquote`,{...U(this.options.HTMLAttributes,e),children:hf(`slot`,{})})},parseMarkdown:(e,t)=>{let n=t.parseBlockChildren??t.parseChildren;return t.createNode(`blockquote`,void 0,n(e.tokens||[]))},renderMarkdown:(e,t)=>{if(!e.content)return``;let n=[];return e.content.forEach((e,r)=>{let i=(t.renderChild?.call(t,e,r)??t.renderChildren([e])).split(` +`).map(e=>e.trim()===``?`>`:`> ${e}`);n.push(i.join(` +`))}),n.join(` +> +`)},addCommands(){return{setBlockquote:()=>({commands:e})=>e.wrapIn(this.name),toggleBlockquote:()=>({commands:e})=>e.toggleWrap(this.name),unsetBlockquote:()=>({commands:e})=>e.lift(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-b":()=>this.editor.commands.toggleBlockquote()}},addInputRules(){return[Zd({find:gf,type:this.type})]}}),vf=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/,yf=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))/g,bf=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))$/,xf=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))/g,Sf=wd.create({name:`bold`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`strong`},{tag:`b`,getAttrs:e=>e.style.fontWeight!==`normal`&&null},{style:`font-weight=400`,clearMark:e=>e.type.name===this.name},{style:`font-weight`,getAttrs:e=>/^(bold(er)?|[5-9]\d{2,})$/.test(e)&&null}]},renderHTML({HTMLAttributes:e}){return hf(`strong`,{...U(this.options.HTMLAttributes,e),children:hf(`slot`,{})})},markdownTokenName:`strong`,parseMarkdown:(e,t)=>t.applyMark(`bold`,t.parseInline(e.tokens||[])),markdownOptions:{htmlReopen:{open:``,close:``}},renderMarkdown:(e,t)=>`**${t.renderChildren(e)}**`,addCommands(){return{setBold:()=>({commands:e})=>e.setMark(this.name),toggleBold:()=>({commands:e})=>e.toggleMark(this.name),unsetBold:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-b":()=>this.editor.commands.toggleBold(),"Mod-B":()=>this.editor.commands.toggleBold()}},addInputRules(){return[Jd({find:vf,type:this.type}),Jd({find:bf,type:this.type})]},addPasteRules(){return[uf({find:yf,type:this.type}),uf({find:xf,type:this.type})]}}),Cf=/(^|[^`])`([^`]+)`(?!`)$/,wf=/(^|[^`])`([^`]+)`(?!`)/g,Tf=wd.create({name:`code`,addOptions(){return{HTMLAttributes:{}}},excludes:`_`,code:!0,exitable:!0,parseHTML(){return[{tag:`code`}]},renderHTML({HTMLAttributes:e}){return[`code`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`codespan`,parseMarkdown:(e,t)=>t.applyMark(`code`,[{type:`text`,text:e.text||``}]),renderMarkdown:(e,t)=>e.content?`\`${t.renderChildren(e.content)}\``:``,addCommands(){return{setCode:()=>({commands:e})=>e.setMark(this.name),toggleCode:()=>({commands:e})=>e.toggleMark(this.name),unsetCode:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-e":()=>this.editor.commands.toggleCode()}},addInputRules(){return[Jd({find:Cf,type:this.type})]},addPasteRules(){return[uf({find:wf,type:this.type})]}}),Ef=4,Df=/^```([a-z]+)?[\s\n]$/,Of=/^~~~([a-z]+)?[\s\n]$/,kf=G.create({name:`codeBlock`,addOptions(){return{languageClassPrefix:`language-`,exitOnTripleEnter:!0,exitOnArrowDown:!0,defaultLanguage:null,enableTabIndentation:!1,tabSize:Ef,HTMLAttributes:{}}},content:`text*`,marks:``,group:`block`,code:!0,defining:!0,addAttributes(){return{language:{default:this.options.defaultLanguage,parseHTML:e=>{let{languageClassPrefix:t}=this.options;return t&&[...e.firstElementChild?.classList||[]].filter(e=>e.startsWith(t)).map(e=>e.replace(t,``))[0]||null},rendered:!1}}},parseHTML(){return[{tag:`pre`,preserveWhitespace:`full`}]},renderHTML({node:e,HTMLAttributes:t}){return[`pre`,U(this.options.HTMLAttributes,t),[`code`,{class:e.attrs.language?this.options.languageClassPrefix+e.attrs.language:null},0]]},markdownTokenName:`code`,parseMarkdown:(e,t)=>e.raw?.startsWith("```")===!1&&e.raw?.startsWith(`~~~`)===!1&&e.codeBlockStyle!==`indented`?[]:t.createNode(`codeBlock`,{language:e.lang||null},e.text?[t.createTextNode(e.text)]:[]),renderMarkdown:(e,t)=>{let n=``,r=e.attrs?.language||``;return n=e.content?[`\`\`\`${r}`,t.renderChildren(e.content),"```"].join(` +`):`\`\`\`${r} + +\`\`\``,n},addCommands(){return{setCodeBlock:e=>({commands:t})=>t.setNode(this.name,e),toggleCodeBlock:e=>({commands:t})=>t.toggleNode(this.name,`paragraph`,e)}},addKeyboardShortcuts(){return{"Mod-Alt-c":()=>this.editor.commands.toggleCodeBlock(),Backspace:()=>{let{empty:e,$anchor:t}=this.editor.state.selection,n=t.pos===1;return!e||t.parent.type.name!==this.name?!1:n||!t.parent.textContent.length?this.editor.commands.clearNodes():!1},Tab:({editor:e})=>{if(!this.options.enableTabIndentation)return!1;let t=this.options.tabSize??Ef,{state:n}=e,{selection:r}=n,{$from:i,empty:a}=r;if(i.parent.type!==this.type)return!1;let o=` `.repeat(t);return a?e.commands.insertContent(o):e.commands.command(({tr:e})=>{let{from:t,to:i}=r,a=n.doc.textBetween(t,i,` +`,` +`).split(` +`).map(e=>o+e).join(` +`);return e.replaceWith(t,i,n.schema.text(a)),!0})},"Shift-Tab":({editor:e})=>{if(!this.options.enableTabIndentation)return!1;let t=this.options.tabSize??Ef,{state:n}=e,{selection:r}=n,{$from:i,empty:a}=r;return i.parent.type===this.type?a?e.commands.command(({tr:e})=>{let{pos:r}=i,a=i.start(),o=i.end(),s=n.doc.textBetween(a,o,` +`,` +`).split(` +`),c=0,l=0,u=r-a;for(let e=0;e=u){c=e;break}l+=s[e].length+1}let d=s[c].match(/^ */)?.[0]||``,f=Math.min(d.length,t);if(f===0)return!0;let p=a;for(let e=0;e{let{from:i,to:a}=r,o=n.doc.textBetween(i,a,` +`,` +`).split(` +`).map(e=>{let n=e.match(/^ */)?.[0]||``,r=Math.min(n.length,t);return e.slice(r)}).join(` +`);return e.replaceWith(i,a,n.schema.text(o)),!0}):!1},Enter:({editor:e})=>{if(!this.options.exitOnTripleEnter)return!1;let{state:t}=e,{selection:n}=t,{$from:r,empty:i}=n;if(!i||r.parent.type!==this.type)return!1;let a=r.parentOffset===r.parent.nodeSize-2,o=r.parent.textContent.endsWith(` + +`);return!a||!o?!1:e.chain().command(({tr:e})=>(e.delete(r.pos-2,r.pos),!0)).exitCode().run()},ArrowDown:({editor:e})=>{if(!this.options.exitOnArrowDown)return!1;let{state:t}=e,{selection:n,doc:r}=t,{$from:i,empty:a}=n;if(!a||i.parent.type!==this.type||i.parentOffset!==i.parent.nodeSize-2)return!1;let o=i.after();return o===void 0?!1:r.nodeAt(o)?e.commands.command(({tr:e})=>(e.setSelection(A.near(r.resolve(o))),!0)):e.commands.exitCode()}}},addInputRules(){return[Xd({find:Df,type:this.type,getAttributes:e=>({language:e[1]})}),Xd({find:Of,type:this.type,getAttributes:e=>({language:e[1]})})]},addProseMirrorPlugins(){return[new N({key:new P(`codeBlockVSCodeHandler`),props:{handlePaste:(e,t)=>{if(!t.clipboardData||this.editor.isActive(this.type.name))return!1;let n=t.clipboardData.getData(`text/plain`),r=t.clipboardData.getData(`vscode-editor-data`),i=(r?JSON.parse(r):void 0)?.mode;if(!n||!i)return!1;let{tr:a,schema:o}=e.state,s=o.text(n.replace(/\r\n?/g,` +`));return a.replaceSelectionWith(this.type.create({language:i},s)),a.selection.$from.parent.type!==this.type&&a.setSelection(j.near(a.doc.resolve(Math.max(0,a.selection.from-2)))),a.setMeta(`paste`,!0),e.dispatch(a),!0}}})]}}),Af=G.create({name:`doc`,topNode:!0,content:`block+`,renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` + +`):``}),jf=G.create({name:`hardBreak`,markdownTokenName:`br`,addOptions(){return{keepMarks:!0,HTMLAttributes:{}}},inline:!0,group:`inline`,selectable:!1,linebreakReplacement:!0,parseHTML(){return[{tag:`br`}]},renderHTML({HTMLAttributes:e}){return[`br`,U(this.options.HTMLAttributes,e)]},renderText(){return` +`},renderMarkdown:()=>` +`,parseMarkdown:()=>({type:`hardBreak`}),addCommands(){return{setHardBreak:()=>({commands:e,chain:t,state:n,editor:r})=>e.first([()=>e.exitCode(),()=>e.command(()=>{let{selection:e,storedMarks:i}=n;if(e.$from.parent.type.spec.isolating)return!1;let{keepMarks:a}=this.options,{splittableMarks:o}=r.extensionManager,s=i||e.$to.parentOffset&&e.$from.marks();return t().insertContent({type:this.name}).command(({tr:e,dispatch:t})=>{if(t&&s&&a){let t=s.filter(e=>o.includes(e.type.name));e.ensureMarks(t)}return!0}).run()})])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),Mf=G.create({name:`heading`,addOptions(){return{levels:[1,2,3,4,5,6],HTMLAttributes:{}}},content:`inline*`,group:`block`,defining:!0,addAttributes(){return{level:{default:1,rendered:!1}}},parseHTML(){return this.options.levels.map(e=>({tag:`h${e}`,attrs:{level:e}}))},renderHTML({node:e,HTMLAttributes:t}){return[`h${this.options.levels.includes(e.attrs.level)?e.attrs.level:this.options.levels[0]}`,U(this.options.HTMLAttributes,t),0]},parseMarkdown:(e,t)=>t.createNode(`heading`,{level:e.depth||1},t.parseInline(e.tokens||[])),renderMarkdown:(e,t)=>{let n=e.attrs?.level?parseInt(e.attrs.level,10):1,r=`#`.repeat(n);return e.content?`${r} ${t.renderChildren(e.content)}`:``},addCommands(){return{setHeading:e=>({commands:t})=>this.options.levels.includes(e.level)?t.setNode(this.name,e):!1,toggleHeading:e=>({commands:t})=>this.options.levels.includes(e.level)?t.toggleNode(this.name,`paragraph`,e):!1}},addKeyboardShortcuts(){return this.options.levels.reduce((e,t)=>({...e,[`Mod-Alt-${t}`]:()=>this.editor.commands.toggleHeading({level:t})}),{})},addInputRules(){return this.options.levels.map(e=>Xd({find:RegExp(`^(#{${Math.min(...this.options.levels)},${e}})\\s$`),type:this.type,getAttributes:{level:e}}))}}),Nf=G.create({name:`horizontalRule`,addOptions(){return{HTMLAttributes:{},nextNodeType:`paragraph`}},group:`block`,parseHTML(){return[{tag:`hr`}]},renderHTML({HTMLAttributes:e}){return[`hr`,U(this.options.HTMLAttributes,e)]},markdownTokenName:`hr`,parseMarkdown:(e,t)=>t.createNode(`horizontalRule`),renderMarkdown:()=>`---`,addCommands(){return{setHorizontalRule:()=>({chain:e,state:t})=>{if(!Qd(t,t.schema.nodes[this.name]))return!1;let{selection:n}=t,{$to:r}=n,i=e();return Bu(n)?i.insertContentAt(r.pos,{type:this.name}):i.insertContent({type:this.name}),i.command(({state:e,tr:t,dispatch:n})=>{if(n){let{$to:n}=t.selection,r=n.end();if(n.nodeAfter)n.nodeAfter.isTextblock?t.setSelection(j.create(t.doc,n.pos+1)):n.nodeAfter.isBlock?t.setSelection(M.create(t.doc,n.pos)):t.setSelection(j.create(t.doc,n.pos));else{let i=(e.schema.nodes[this.options.nextNodeType]||n.parent.type.contentMatch.defaultType)?.create();i&&(t.insert(r,i),t.setSelection(j.create(t.doc,r+1)))}t.scrollIntoView()}return!0}).run()}}},addInputRules(){return[Yd({find:/^(?:---|—-|___\s|\*\*\*\s)$/,type:this.type})]}}),Pf=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/,Ff=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g,If=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/,Lf=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))/g,Rf=wd.create({name:`italic`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`em`},{tag:`i`,getAttrs:e=>e.style.fontStyle!==`normal`&&null},{style:`font-style=normal`,clearMark:e=>e.type.name===this.name},{style:`font-style=italic`}]},renderHTML({HTMLAttributes:e}){return[`em`,U(this.options.HTMLAttributes,e),0]},addCommands(){return{setItalic:()=>({commands:e})=>e.setMark(this.name),toggleItalic:()=>({commands:e})=>e.toggleMark(this.name),unsetItalic:()=>({commands:e})=>e.unsetMark(this.name)}},markdownTokenName:`em`,parseMarkdown:(e,t)=>t.applyMark(`italic`,t.parseInline(e.tokens||[])),markdownOptions:{htmlReopen:{open:``,close:``}},renderMarkdown:(e,t)=>`*${t.renderChildren(e)}*`,addKeyboardShortcuts(){return{"Mod-i":()=>this.editor.commands.toggleItalic(),"Mod-I":()=>this.editor.commands.toggleItalic()}},addInputRules(){return[Jd({find:Pf,type:this.type}),Jd({find:If,type:this.type})]},addPasteRules(){return[uf({find:Ff,type:this.type}),uf({find:Lf,type:this.type})]}}),zf=`aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2`,Bf=`ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2`,Vf=`numeric`,Hf=`ascii`,Uf=`alpha`,Wf=`asciinumeric`,Gf=`alphanumeric`,Kf=`domain`,qf=`emoji`,Jf=`scheme`,Yf=`slashscheme`,Xf=`whitespace`;function Zf(e,t){return e in t||(t[e]=[]),t[e]}function Qf(e,t,n){t[Vf]&&(t[Wf]=!0,t[Gf]=!0),t[Hf]&&(t[Wf]=!0,t[Uf]=!0),t[Wf]&&(t[Gf]=!0),t[Uf]&&(t[Gf]=!0),t[Gf]&&(t[Kf]=!0),t[qf]&&(t[Kf]=!0);for(let r in t){let t=Zf(r,n);t.indexOf(e)<0&&t.push(e)}}function $f(e,t){let n={};for(let r in t)t[r].indexOf(e)>=0&&(n[r]=!0);return n}function ep(e=null){this.j={},this.jr=[],this.jd=null,this.t=e}ep.groups={},ep.prototype={accepts(){return!!this.t},go(e){let t=this,n=t.j[e];if(n)return n;for(let n=0;ne.ta(t,n,r,i),q=(e,t,n,r,i)=>e.tr(t,n,r,i),tp=(e,t,n,r,i)=>e.ts(t,n,r,i),J=(e,t,n,r,i)=>e.tt(t,n,r,i),np=`WORD`,rp=`UWORD`,ip=`ASCIINUMERICAL`,ap=`ALPHANUMERICAL`,op=`LOCALHOST`,sp=`TLD`,cp=`UTLD`,lp=`SCHEME`,up=`SLASH_SCHEME`,dp=`NUM`,fp=`WS`,pp=`NL`,mp=`OPENBRACE`,hp=`CLOSEBRACE`,gp=`OPENBRACKET`,_p=`CLOSEBRACKET`,vp=`OPENPAREN`,yp=`CLOSEPAREN`,bp=`OPENANGLEBRACKET`,xp=`CLOSEANGLEBRACKET`,Sp=`FULLWIDTHLEFTPAREN`,Cp=`FULLWIDTHRIGHTPAREN`,wp=`LEFTCORNERBRACKET`,Tp=`RIGHTCORNERBRACKET`,Ep=`LEFTWHITECORNERBRACKET`,Dp=`RIGHTWHITECORNERBRACKET`,Op=`FULLWIDTHLESSTHAN`,kp=`FULLWIDTHGREATERTHAN`,Ap=`AMPERSAND`,jp=`APOSTROPHE`,Mp=`ASTERISK`,Np=`AT`,Pp=`BACKSLASH`,Fp=`BACKTICK`,Ip=`CARET`,Lp=`COLON`,Rp=`COMMA`,zp=`DOLLAR`,Bp=`DOT`,Vp=`EQUALS`,Hp=`EXCLAMATION`,Up=`HYPHEN`,Wp=`PERCENT`,Gp=`PIPE`,Kp=`PLUS`,qp=`POUND`,Jp=`QUERY`,Yp=`QUOTE`,Xp=`FULLWIDTHMIDDLEDOT`,Zp=`SEMI`,Qp=`SLASH`,$p=`TILDE`,em=`UNDERSCORE`,tm=`EMOJI`,nm=`SYM`,rm=Object.freeze({__proto__:null,ALPHANUMERICAL:ap,AMPERSAND:Ap,APOSTROPHE:jp,ASCIINUMERICAL:ip,ASTERISK:Mp,AT:Np,BACKSLASH:Pp,BACKTICK:Fp,CARET:Ip,CLOSEANGLEBRACKET:xp,CLOSEBRACE:hp,CLOSEBRACKET:_p,CLOSEPAREN:yp,COLON:Lp,COMMA:Rp,DOLLAR:zp,DOT:Bp,EMOJI:tm,EQUALS:Vp,EXCLAMATION:Hp,FULLWIDTHGREATERTHAN:kp,FULLWIDTHLEFTPAREN:Sp,FULLWIDTHLESSTHAN:Op,FULLWIDTHMIDDLEDOT:Xp,FULLWIDTHRIGHTPAREN:Cp,HYPHEN:Up,LEFTCORNERBRACKET:wp,LEFTWHITECORNERBRACKET:Ep,LOCALHOST:op,NL:pp,NUM:dp,OPENANGLEBRACKET:bp,OPENBRACE:mp,OPENBRACKET:gp,OPENPAREN:vp,PERCENT:Wp,PIPE:Gp,PLUS:Kp,POUND:qp,QUERY:Jp,QUOTE:Yp,RIGHTCORNERBRACKET:Tp,RIGHTWHITECORNERBRACKET:Dp,SCHEME:lp,SEMI:Zp,SLASH:Qp,SLASH_SCHEME:up,SYM:nm,TILDE:$p,TLD:sp,UNDERSCORE:em,UTLD:cp,UWORD:rp,WORD:np,WS:fp}),im=/[a-z]/,am=/\p{L}/u,om=/\p{Emoji}/u,sm=/\d/,cm=/\s/,lm=`\r`,um=` +`,dm=`️`,fm=`‍`,pm=``,mm=null,hm=null;function gm(e=[]){let t={};ep.groups=t;let n=new ep;mm??=bm(zf),hm??=bm(Bf),J(n,`'`,jp),J(n,`{`,mp),J(n,`}`,hp),J(n,`[`,gp),J(n,`]`,_p),J(n,`(`,vp),J(n,`)`,yp),J(n,`<`,bp),J(n,`>`,xp),J(n,`(`,Sp),J(n,`)`,Cp),J(n,`「`,wp),J(n,`」`,Tp),J(n,`『`,Ep),J(n,`』`,Dp),J(n,`<`,Op),J(n,`>`,kp),J(n,`&`,Ap),J(n,`*`,Mp),J(n,`@`,Np),J(n,"`",Fp),J(n,`^`,Ip),J(n,`:`,Lp),J(n,`,`,Rp),J(n,`$`,zp),J(n,`.`,Bp),J(n,`=`,Vp),J(n,`!`,Hp),J(n,`-`,Up),J(n,`%`,Wp),J(n,`|`,Gp),J(n,`+`,Kp),J(n,`#`,qp),J(n,`?`,Jp),J(n,`"`,Yp),J(n,`/`,Qp),J(n,`;`,Zp),J(n,`~`,$p),J(n,`_`,em),J(n,`\\`,Pp),J(n,`・`,Xp);let r=q(n,sm,dp,{[Vf]:!0});q(r,sm,r);let i=q(r,im,ip,{[Wf]:!0}),a=q(r,am,ap,{[Gf]:!0}),o=q(n,im,np,{[Hf]:!0});q(o,sm,i),q(o,im,o),q(i,sm,i),q(i,im,i);let s=q(n,am,rp,{[Uf]:!0});q(s,im),q(s,sm,a),q(s,am,s),q(a,sm,a),q(a,im),q(a,am,a);let c=J(n,um,pp,{[Xf]:!0}),l=J(n,lm,fp,{[Xf]:!0}),u=q(n,cm,fp,{[Xf]:!0});J(n,pm,u),J(l,um,c),J(l,pm,u),q(l,cm,u),J(u,lm),J(u,um),q(u,cm,u),J(u,pm,u);let d=q(n,om,tm,{[qf]:!0});J(d,`#`),q(d,om,d),J(d,dm,d);let f=J(d,fm);J(f,`#`),q(f,om,d);let p=[[im,o],[sm,i]],m=[[im,null],[am,s],[sm,a]];for(let e=0;ee[0]>t[0]?1:-1);for(let t=0;t=0?i[Kf]=!0:im.test(r)?sm.test(r)?i[Wf]=!0:i[Hf]=!0:i[Vf]=!0,tp(n,r,r,i)}return tp(n,`localhost`,op,{ascii:!0}),n.jd=new ep(nm),{start:n,tokens:Object.assign({groups:t},rm)}}function _m(e,t){let n=vm(t.replace(/[A-Z]/g,e=>e.toLowerCase())),r=n.length,i=[],a=0,o=0;for(;o=0&&(d+=n[o].length,f++),l+=n[o].length,a+=n[o].length,o++;a-=d,o-=f,l-=d,i.push({t:u.t,v:t.slice(a-l,a),s:a-l,e:a})}return i}function vm(e){let t=[],n=e.length,r=0;for(;r56319||r+1===n||(a=e.charCodeAt(r+1))<56320||a>57343?e[r]:e.slice(r,r+2);t.push(o),r+=o.length}return t}function ym(e,t,n,r,i){let a,o=t.length;for(let n=0;n=0;)i++;if(i>0){t.push(n.join(``));for(let t=parseInt(e.substring(r,r+i),10);t>0;t--)n.pop();r+=i}else n.push(e[r]),r++}return t}var xm={defaultProtocol:`http`,events:null,format:Cm,formatHref:Cm,nl2br:!1,tagName:`a`,target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null};function Sm(e,t=null){let n=Object.assign({},xm);e&&(n=Object.assign(n,e instanceof Sm?e.o:e));let r=n.ignoreTags,i=[];for(let e=0;en?r.substring(0,n)+`…`:r},toFormattedHref(e){return e.get(`formatHref`,this.toHref(e.get(`defaultProtocol`)),this)},startIndex(){return this.tk[0].s},endIndex(){return this.tk[this.tk.length-1].e},toObject(e=xm.defaultProtocol){return{type:this.t,value:this.toString(),isLink:this.isLink,href:this.toHref(e),start:this.startIndex(),end:this.endIndex()}},toFormattedObject(e){return{type:this.t,value:this.toFormattedString(e),isLink:this.isLink,href:this.toFormattedHref(e),start:this.startIndex(),end:this.endIndex()}},validate(e){return e.get(`validate`,this.toString(),this)},render(e){let t=this,n=this.toHref(e.get(`defaultProtocol`)),r=e.get(`formatHref`,n,this),i=e.get(`tagName`,n,t),a=this.toFormattedString(e),o={},s=e.get(`className`,n,t),c=e.get(`target`,n,t),l=e.get(`rel`,n,t),u=e.getObj(`attributes`,n,t),d=e.getObj(`events`,n,t);return o.href=r,s&&(o.class=s),c&&(o.target=c),l&&(o.rel=l),u&&Object.assign(o,u),{tagName:i,attributes:o,content:a,eventListeners:d}}};function Tm(e,t){class n extends wm{constructor(t,n){super(t,n),this.t=e}}for(let e in t)n.prototype[e]=t[e];return n.t=e,n}var Em=Tm(`email`,{isLink:!0,toHref(){return`mailto:`+this.toString()}}),Dm=Tm(`text`),Om=Tm(`nl`),km=Tm(`url`,{isLink:!0,toHref(e=xm.defaultProtocol){return this.hasProtocol()?this.v:`${e}://${this.v}`},hasProtocol(){let e=this.tk;return e.length>=2&&e[0].t!==op&&e[1].t===Lp}}),Am=e=>new ep(e);function jm({groups:e}){let t=e.domain.concat([Ap,Mp,Np,Pp,Fp,Ip,zp,Vp,Up,dp,Wp,Gp,Kp,qp,Qp,nm,$p,em]),n=[jp,Lp,Rp,Bp,Hp,Wp,Jp,Yp,Zp,bp,xp,mp,hp,_p,gp,vp,yp,Sp,Cp,wp,Tp,Ep,Dp,Op,kp],r=[Ap,jp,Mp,Pp,Fp,Ip,zp,Vp,Up,mp,hp,Wp,Gp,Kp,qp,Jp,Qp,nm,$p,em],i=Am(),a=J(i,$p);K(a,r,a),K(a,e.domain,a);let o=Am(),s=Am(),c=Am();K(i,e.domain,o),K(i,e.scheme,s),K(i,e.slashscheme,c),K(o,r,a),K(o,e.domain,o);let l=J(o,Np);J(a,Np,l),J(s,Np,l),J(c,Np,l);let u=J(a,Bp);K(u,r,a),K(u,e.domain,a);let d=Am();K(l,e.domain,d),K(d,e.domain,d);let f=J(d,Bp);K(f,e.domain,d);let p=Am(Em);K(f,e.tld,p),K(f,e.utld,p),J(l,op,p);let m=J(d,Up);J(m,Up,m),K(m,e.domain,d),K(p,e.domain,d),J(p,Bp,f),J(p,Up,m),K(J(p,Lp),e.numeric,Em);let h=J(o,Up),g=J(o,Bp);J(h,Up,h),K(h,e.domain,o),K(g,r,a),K(g,e.domain,o);let _=Am(km);K(g,e.tld,_),K(g,e.utld,_),K(_,e.domain,o),K(_,r,a),J(_,Bp,g),J(_,Up,h),J(_,Np,l);let ee=J(_,Lp),v=Am(km);K(ee,e.numeric,v);let y=Am(km),b=Am();K(y,t,y),K(y,n,b),K(b,t,y),K(b,n,b),J(_,Qp,y),J(v,Qp,y);let te=J(s,Lp),ne=J(J(J(c,Lp),Qp),Qp);K(s,e.domain,o),J(s,Bp,g),J(s,Up,h),K(c,e.domain,o),J(c,Bp,g),J(c,Up,h),K(te,e.domain,y),J(te,Qp,y),J(te,Jp,y),K(ne,e.domain,y),K(ne,t,y),J(ne,Qp,y);let x=[[mp,hp],[gp,_p],[vp,yp],[bp,xp],[Sp,Cp],[wp,Tp],[Ep,Dp],[Op,kp]];for(let e=0;e=0&&f++,i++,u++;if(f<0)i-=u,i0&&(a.push(Nm(Dm,t,o)),o=[]),i-=f,u-=f;let e=d.t,r=n.slice(i-u,i);a.push(Nm(e,t,r))}}return o.length>0&&a.push(Nm(Dm,t,o)),a}function Nm(e,t,n){let r=n[0].s,i=n[n.length-1].e;return new e(t.slice(r,i),n)}var Pm=typeof console<`u`&&console&&console.warn||(()=>{}),Fm=`until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.`,Y={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1};function Im(){return ep.groups={},Y.scanner=null,Y.parser=null,Y.tokenQueue=[],Y.pluginQueue=[],Y.customSchemes=[],Y.initialized=!1,Y}function Lm(e,t=!1){if(Y.initialized&&Pm(`linkifyjs: already initialized - will not register custom scheme "${e}" ${Fm}`),!/^[0-9a-z]+(-[0-9a-z]+)*$/.test(e))throw Error(`linkifyjs: incorrect scheme format. +1. Must only contain digits, lowercase ASCII letters or "-" +2. Cannot start or end with "-" +3. "-" cannot repeat`);Y.customSchemes.push([e,t])}function Rm(){Y.scanner=gm(Y.customSchemes);for(let e=0;e{let i=t.some(e=>e.docChanged)&&!n.doc.eq(r.doc),a=t.some(e=>e.getMeta(`preventAutolink`));if(!i||a)return;let{tr:o}=r;if(Du(Ql(n.doc,[...t])).forEach(({newRange:t})=>{let n=eu(r.doc,t,e=>e.isTextblock),i,a;if(n.length>1)i=n[0],a=r.doc.textBetween(i.pos,i.pos+i.node.nodeSize,void 0,` `);else if(n.length){let e=r.doc.textBetween(t.from,t.to,` `,` `);if(!Um.test(e))return;i=n[0],a=r.doc.textBetween(i.pos,t.to,void 0,` `)}if(i&&a){let t=a.split(Hm).filter(Boolean);if(t.length<=0)return!1;let n=t[t.length-1],s=i.pos+a.lastIndexOf(n);if(!n)return!1;let c=zm(n).map(t=>t.toObject(e.defaultProtocol));if(!Gm(c))return!1;c.filter(e=>e.isLink).map(e=>({...e,from:s+e.start+1,to:s+e.end+1})).filter(e=>r.schema.marks.code?!r.doc.rangeHasMark(e.from,e.to,r.schema.marks.code):!0).filter(t=>e.validate(t.value)).filter(t=>e.shouldAutoLink(t.value)).forEach(t=>{Ou(t.from,t.to,r.doc).some(t=>t.mark.type===e.type)||o.addMark(t.from,t.to,e.type.create({href:t.href}))})}}),o.steps.length)return o}})}function qm(e){return new N({key:new P(`handleClickLink`),props:{handleClick:(t,n,r)=>{if(r.button!==0||!t.editable)return!1;let i=null;if(r.target instanceof HTMLAnchorElement)i=r.target;else{let t=r.target;if(!t)return!1;let n=e.editor.view.dom;i=t.closest(`a`),i&&!n.contains(i)&&(i=null)}if(!i)return!1;let a=!1;if(e.enableClickSelection&&(a=e.editor.commands.extendMarkRange(e.type.name)),e.openOnClick){let n=wu(t.state,e.type.name),r=i.href??n.href,o=i.target??n.target;r&&(window.open(r,o),a=!0)}return a}}})}function Jm(e){return new N({key:new P(`handlePasteLink`),props:{handlePaste:(t,n,r)=>{let{shouldAutoLink:i}=e,{state:a}=t,{selection:o}=a,{empty:s}=o;if(s)return!1;let c=``;r.content.forEach(e=>{c+=e.textContent});let l=Bm(c,{defaultProtocol:e.defaultProtocol}).find(e=>e.isLink&&e.value===c);return!c||!l||i!==void 0&&!i(l.value)?!1:e.editor.commands.setMark(e.type,{href:l.href})}}})}function Ym(e,t){let n=[`http`,`https`,`ftp`,`ftps`,`mailto`,`tel`,`callto`,`sms`,`cid`,`xmpp`];return t&&t.forEach(e=>{let t=typeof e==`string`?e:e.scheme;t&&n.push(t)}),!e||e.replace(Wm,``).match(RegExp(`^(?:(?:${n.join(`|`)}):|[^a-z]|[a-z0-9+.-]+(?:[^a-z+.-:]|$))`,`i`))}var Xm=wd.create({name:`link`,priority:1e3,keepOnSplit:!1,exitable:!0,onCreate(){this.options.validate&&!this.options.shouldAutoLink&&(this.options.shouldAutoLink=this.options.validate,console.warn("The `validate` option is deprecated. Rename to the `shouldAutoLink` option instead.")),this.options.protocols.forEach(e=>{if(typeof e==`string`){Lm(e);return}Lm(e.scheme,e.optionalSlashes)})},onDestroy(){Im()},inclusive(){return this.options.autolink},addOptions(){return{openOnClick:!0,enableClickSelection:!1,linkOnPaste:!0,autolink:!0,protocols:[],defaultProtocol:`http`,HTMLAttributes:{target:`_blank`,rel:`noopener noreferrer nofollow`,class:null},isAllowedUri:(e,t)=>!!Ym(e,t.protocols),validate:e=>!!e,shouldAutoLink:e=>{let t=/^[a-z][a-z0-9+.-]*:\/\//i.test(e),n=/^[a-z][a-z0-9+.-]*:/i.test(e);if(t||n&&!e.includes(`@`))return!0;let r=(e.includes(`@`)?e.split(`@`).pop():e).split(/[/?#:]/)[0];return!(/^\d{1,3}(\.\d{1,3}){3}$/.test(r)||!/\./.test(r))}}},addAttributes(){return{href:{default:null,parseHTML(e){return e.getAttribute(`href`)}},target:{default:this.options.HTMLAttributes.target},rel:{default:this.options.HTMLAttributes.rel},class:{default:this.options.HTMLAttributes.class},title:{default:null}}},parseHTML(){return[{tag:`a[href]`,getAttrs:e=>{let t=e.getAttribute(`href`);return!t||!this.options.isAllowedUri(t,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:null}}]},renderHTML({HTMLAttributes:e}){return this.options.isAllowedUri(e.href,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?[`a`,U(this.options.HTMLAttributes,e),0]:[`a`,U(this.options.HTMLAttributes,{...e,href:``}),0]},markdownTokenName:`link`,parseMarkdown:(e,t)=>t.applyMark(`link`,t.parseInline(e.tokens||[]),{href:e.href,title:e.title||null}),renderMarkdown:(e,t)=>{let n=e.attrs?.href??``,r=e.attrs?.title??``,i=t.renderChildren(e);return r?`[${i}](${n} "${r}")`:`[${i}](${n})`},addCommands(){return{setLink:e=>({chain:t})=>{let{href:n}=e;return this.options.isAllowedUri(n,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?t().setMark(this.name,e).setMeta(`preventAutolink`,!0).run():!1},toggleLink:e=>({chain:t})=>{let{href:n}=e||{};return n&&!this.options.isAllowedUri(n,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:t().toggleMark(this.name,e,{extendEmptyMarkRange:!0}).setMeta(`preventAutolink`,!0).run()},unsetLink:()=>({chain:e})=>e().unsetMark(this.name,{extendEmptyMarkRange:!0}).setMeta(`preventAutolink`,!0).run()}},addPasteRules(){return[uf({find:e=>{let t=[];if(e){let{protocols:n,defaultProtocol:r}=this.options,i=Bm(e).filter(e=>e.isLink&&this.options.isAllowedUri(e.value,{defaultValidate:e=>!!Ym(e,n),protocols:n,defaultProtocol:r}));i.length&&i.forEach(e=>{this.options.shouldAutoLink(e.value)&&t.push({text:e.value,data:{href:e.href},index:e.start})})}return t},type:this.type,getAttributes:e=>({href:e.data?.href})})]},addProseMirrorPlugins(){let e=[],{protocols:t,defaultProtocol:n}=this.options;return this.options.autolink&&e.push(Km({type:this.type,defaultProtocol:this.options.defaultProtocol,validate:e=>this.options.isAllowedUri(e,{defaultValidate:e=>!!Ym(e,t),protocols:t,defaultProtocol:n}),shouldAutoLink:this.options.shouldAutoLink})),e.push(qm({type:this.type,editor:this.editor,openOnClick:this.options.openOnClick===`whenNotEditable`?!0:this.options.openOnClick,enableClickSelection:this.options.enableClickSelection})),this.options.linkOnPaste&&e.push(Jm({editor:this.editor,defaultProtocol:this.options.defaultProtocol,type:this.type,shouldAutoLink:this.options.shouldAutoLink})),e}}),Zm=Object.defineProperty,Qm=(e,t)=>{for(var n in t)Zm(e,n,{get:t[n],enumerable:!0})},$m=`listItem`,eh=`textStyle`,th=/^\s*([-+*])\s$/,nh=G.create({name:`bulletList`,addOptions(){return{itemTypeName:`listItem`,HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:`block list`,content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul`}]},renderHTML({HTMLAttributes:e}){return[`ul`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`list`,parseMarkdown:(e,t)=>e.type!==`list`||e.ordered?[]:{type:`bulletList`,content:e.items?t.parseChildren(e.items):[]},renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` +`):``,markdownOptions:{indentsContent:!0},addCommands(){return{toggleBulletList:()=>({commands:e,chain:t})=>this.options.keepAttributes?t().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes($m,this.editor.getAttributes(eh)).run():e.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-8":()=>this.editor.commands.toggleBulletList()}},addInputRules(){let e=Zd({find:th,type:this.type});return(this.options.keepMarks||this.options.keepAttributes)&&(e=Zd({find:th,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:()=>this.editor.getAttributes(eh),editor:this.editor})),[e]}}),rh=G.create({name:`listItem`,addOptions(){return{HTMLAttributes:{},bulletListTypeName:`bulletList`,orderedListTypeName:`orderedList`}},content:`paragraph block*`,defining:!0,parseHTML(){return[{tag:`li`}]},renderHTML({HTMLAttributes:e}){return[`li`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`list_item`,parseMarkdown:(e,t)=>{if(e.type!==`list_item`)return[];let n=t.parseBlockChildren??t.parseChildren,r=[];if(e.tokens&&e.tokens.length>0)if(e.tokens.some(e=>e.type===`paragraph`))r=n(e.tokens);else{let i=e.tokens[0];if(i&&i.type===`text`&&i.tokens&&i.tokens.length>0){if(r=[{type:`paragraph`,content:t.parseInline(i.tokens)}],e.tokens.length>1){let t=n(e.tokens.slice(1));r.push(...t)}}else r=n(e.tokens)}return r.length===0&&(r=[{type:`paragraph`,content:[]}]),{type:`listItem`,content:r}},renderMarkdown:(e,t,n)=>cf(e,t,e=>e.parentType===`bulletList`?`- `:e.parentType===`orderedList`?`${(e.meta?.parentAttrs?.start||1)+e.index}. `:`- `,n),addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}});Qm({},{findListItemPos:()=>ih,getNextListDepth:()=>ah,handleBackspace:()=>lh,handleDelete:()=>fh,hasListBefore:()=>oh,hasListItemAfter:()=>ph,hasListItemBefore:()=>sh,listItemHasSubList:()=>ch,nextListIsDeeper:()=>uh,nextListIsHigher:()=>dh});var ih=(e,t)=>{let{$from:n}=t.selection,r=B(e,t.schema),i=null,a=n.depth,o=n.pos,s=null;for(;a>0&&s===null;)i=n.node(a),i.type===r?s=a:(--a,--o);return s===null?null:{$pos:t.doc.resolve(o),depth:s}},ah=(e,t)=>{let n=ih(e,t);if(!n)return!1;let[,r]=ku(t,e,n.$pos.pos+4);return r},oh=(e,t,n)=>{let{$anchor:r}=e.selection,i=Math.max(0,r.pos-2),a=e.doc.resolve(i).node();return!(!a||!n.includes(a.type.name))},sh=(e,t)=>{let{$anchor:n}=t.selection,r=t.doc.resolve(n.pos-2);return!(r.index()===0||r.nodeBefore?.type.name!==e)},ch=(e,t,n)=>{if(!n)return!1;let r=B(e,t.schema),i=!1;return n.descendants(e=>{e.type===r&&(i=!0)}),i},lh=(e,t,n)=>{if(e.commands.undoInputRule())return!0;if(e.state.selection.from!==e.state.selection.to)return!1;if(!Pl(e.state,t)&&oh(e.state,t,n)){let{$anchor:n}=e.state.selection,r=e.state.doc.resolve(n.before()-1),i=[];r.node().descendants((e,n)=>{e.type.name===t&&i.push({node:e,pos:n})});let a=i.at(-1);if(!a)return!1;let o=e.state.doc.resolve(r.start()+a.pos+1);return e.chain().cut({from:n.start()-1,to:n.end()+1},o.end()).joinForward().run()}if(!Pl(e.state,t)||!Iu(e.state))return!1;let r=ih(t,e.state);if(!r)return!1;let i=e.state.doc.resolve(r.$pos.pos-2).node(r.depth),a=ch(t,e.state,i);return sh(t,e.state)&&!a?e.commands.joinItemBackward():e.chain().liftListItem(t).run()},uh=(e,t)=>{let n=ah(e,t),r=ih(e,t);return!r||!n?!1:n>r.depth},dh=(e,t)=>{let n=ah(e,t),r=ih(e,t);return!r||!n?!1:n{if(!Pl(e.state,t)||!Fu(e.state,t))return!1;let{selection:n}=e.state,{$from:r,$to:i}=n;return!n.empty&&r.sameParent(i)?!1:uh(t,e.state)?e.chain().focus(e.state.selection.from+4).lift(t).joinBackward().run():dh(t,e.state)?e.chain().joinForward().joinBackward().run():e.commands.joinItemForward()},ph=(e,t)=>{let{$anchor:n}=t.selection,r=t.doc.resolve(n.pos-n.parentOffset-2);return!(r.index()===r.parent.childCount-1||r.nodeAfter?.type.name!==e)},mh=W.create({name:`listKeymap`,addOptions(){return{listTypes:[{itemName:`listItem`,wrapperNames:[`bulletList`,`orderedList`]},{itemName:`taskItem`,wrapperNames:[`taskList`]}]}},addKeyboardShortcuts(){return{Delete:({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n})=>{e.state.schema.nodes[n]!==void 0&&fh(e,n)&&(t=!0)}),t},"Mod-Delete":({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n})=>{e.state.schema.nodes[n]!==void 0&&fh(e,n)&&(t=!0)}),t},Backspace:({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{e.state.schema.nodes[n]!==void 0&&lh(e,n,r)&&(t=!0)}),t},"Mod-Backspace":({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{e.state.schema.nodes[n]!==void 0&&lh(e,n,r)&&(t=!0)}),t}}}}),hh=/^(\s*)(\d+)\.\s+(.*)$/,gh=/^\s/;function _h(e){let t=[],n=0,r=0;for(;nt;)d.push(e[u]),u+=1;if(d.length>0){let e=vh(d,Math.min(...d.map(e=>e.indent)),n);c.push({type:`list`,ordered:!0,start:d[0].number,items:e,raw:d.map(e=>e.raw).join(` +`)})}r.push({type:`list_item`,raw:a.raw,tokens:c}),i=u}else i+=1}return r}function yh(e,t){return e.map(e=>{if(e.type!==`list_item`)return t.parseChildren([e])[0];let n=[];return e.tokens&&e.tokens.length>0&&e.tokens.forEach(e=>{if(e.type===`paragraph`||e.type===`list`||e.type===`blockquote`||e.type===`code`)n.push(...t.parseChildren([e]));else if(e.type===`text`&&e.tokens){let r=t.parseChildren([e]);n.push({type:`paragraph`,content:r})}else{let r=t.parseChildren([e]);r.length>0&&n.push(...r)}}),{type:`listItem`,content:n}})}var bh=`listItem`,xh=`textStyle`,Sh=/^(\d+)\.\s$/,Ch=G.create({name:`orderedList`,addOptions(){return{itemTypeName:`listItem`,HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:`block list`,content(){return`${this.options.itemTypeName}+`},addAttributes(){return{start:{default:1,parseHTML:e=>e.hasAttribute(`start`)?parseInt(e.getAttribute(`start`)||``,10):1},type:{default:null,parseHTML:e=>e.getAttribute(`type`)}}},parseHTML(){return[{tag:`ol`}]},renderHTML({HTMLAttributes:e}){let{start:t,...n}=e;return t===1?[`ol`,U(this.options.HTMLAttributes,n),0]:[`ol`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`list`,parseMarkdown:(e,t)=>{if(e.type!==`list`||!e.ordered)return[];let n=e.start||1,r=e.items?yh(e.items,t):[];return n===1?{type:`orderedList`,content:r}:{type:`orderedList`,attrs:{start:n},content:r}},renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` +`):``,markdownTokenizer:{name:`orderedList`,level:`block`,start:e=>{let t=e.match(/^(\s*)(\d+)\.\s+/)?.index;return t===void 0?-1:t},tokenize:(e,t,n)=>{let r=e.split(` +`),[i,a]=_h(r);if(i.length===0)return;let o=vh(i,0,n);if(o.length!==0)return{type:`list`,ordered:!0,start:i[0]?.number||1,items:o,raw:r.slice(0,a).join(` +`)}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleOrderedList:()=>({commands:e,chain:t})=>this.options.keepAttributes?t().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(bh,this.editor.getAttributes(xh)).run():e.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addInputRules(){let e=Zd({find:Sh,type:this.type,getAttributes:e=>({start:+e[1]}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1]});return(this.options.keepMarks||this.options.keepAttributes)&&(e=Zd({find:Sh,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:e=>({start:+e[1],...this.editor.getAttributes(xh)}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1],editor:this.editor})),[e]}}),wh=/^\s*(\[([( |x])?\])\s$/,Th=G.create({name:`taskItem`,addOptions(){return{nested:!1,HTMLAttributes:{},taskListTypeName:`taskList`,a11y:void 0}},content(){return this.options.nested?`paragraph block*`:`paragraph+`},defining:!0,addAttributes(){return{checked:{default:!1,keepOnSplit:!1,parseHTML:e=>{let t=e.getAttribute(`data-checked`);return t===``||t===`true`},renderHTML:e=>({"data-checked":e.checked})}}},parseHTML(){return[{tag:`li[data-type="${this.name}"]`,priority:51}]},renderHTML({node:e,HTMLAttributes:t}){return[`li`,U(this.options.HTMLAttributes,t,{"data-type":this.name}),[`label`,[`input`,{type:`checkbox`,checked:e.attrs.checked?`checked`:null}],[`span`]],[`div`,0]]},parseMarkdown:(e,t)=>{let n=[];if(e.tokens&&e.tokens.length>0?n.push(t.createNode(`paragraph`,{},t.parseInline(e.tokens))):e.text?n.push(t.createNode(`paragraph`,{},[t.createNode(`text`,{text:e.text})])):n.push(t.createNode(`paragraph`,{},[])),e.nestedTokens&&e.nestedTokens.length>0){let r=t.parseChildren(e.nestedTokens);n.push(...r)}return t.createNode(`taskItem`,{checked:e.checked||!1},n)},renderMarkdown:(e,t)=>cf(e,t,`- [${e.attrs?.checked?`x`:` `}] `),addKeyboardShortcuts(){let e={Enter:()=>this.editor.commands.splitListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)};return this.options.nested?{...e,Tab:()=>this.editor.commands.sinkListItem(this.name)}:e},addNodeView(){return({node:e,HTMLAttributes:t,getPos:n,editor:r})=>{let i=document.createElement(`li`),a=document.createElement(`label`),o=document.createElement(`span`),s=document.createElement(`input`),c=document.createElement(`div`),l=e=>{var t;s.ariaLabel=((t=this.options.a11y)?.checkboxLabel)?.call(t,e,s.checked)||`Task item checkbox for ${e.textContent||`empty task item`}`};l(e),a.contentEditable=`false`,s.type=`checkbox`,s.addEventListener(`mousedown`,e=>e.preventDefault()),s.addEventListener(`change`,t=>{if(!r.isEditable&&!this.options.onReadOnlyChecked){s.checked=!s.checked;return}let{checked:i}=t.target;r.isEditable&&typeof n==`function`&&r.chain().focus(void 0,{scrollIntoView:!1}).command(({tr:e})=>{let t=n();if(typeof t!=`number`)return!1;let r=e.doc.nodeAt(t);return e.setNodeMarkup(t,void 0,{...r?.attrs,checked:i}),!0}).run(),!r.isEditable&&this.options.onReadOnlyChecked&&(this.options.onReadOnlyChecked(e,i)||(s.checked=!s.checked))}),Object.entries(this.options.HTMLAttributes).forEach(([e,t])=>{i.setAttribute(e,t)}),i.dataset.checked=e.attrs.checked,s.checked=e.attrs.checked,a.append(s,o),i.append(a,c),Object.entries(t).forEach(([e,t])=>{i.setAttribute(e,t)});let u=new Set(Object.keys(t));return{dom:i,contentDOM:c,update:e=>{if(e.type!==this.type)return!1;i.dataset.checked=e.attrs.checked,s.checked=e.attrs.checked,l(e);let t=r.extensionManager.attributes,n=du(e,t),a=new Set(Object.keys(n)),o=this.options.HTMLAttributes;return u.forEach(e=>{a.has(e)||(e in o?i.setAttribute(e,o[e]):i.removeAttribute(e))}),Object.entries(n).forEach(([e,t])=>{t==null?e in o?i.setAttribute(e,o[e]):i.removeAttribute(e):i.setAttribute(e,t)}),u=a,!0}}}},addInputRules(){return[Zd({find:wh,type:this.type,getAttributes:e=>({checked:e[e.length-1]===`x`})})]}}),Eh=G.create({name:`taskList`,addOptions(){return{itemTypeName:`taskItem`,HTMLAttributes:{}}},group:`block list`,content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul[data-type="${this.name}"]`,priority:51}]},renderHTML({HTMLAttributes:e}){return[`ul`,U(this.options.HTMLAttributes,e,{"data-type":this.name}),0]},parseMarkdown:(e,t)=>t.createNode(`taskList`,{},t.parseChildren(e.items||[])),renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` +`):``,markdownTokenizer:{name:`taskList`,level:`block`,start(e){let t=e.match(/^\s*[-+*]\s+\[([ xX])\]\s+/)?.index;return t===void 0?-1:t},tokenize(e,t,n){let r=e=>{let t=sf(e,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:e=>({indentLevel:e[1].length,mainContent:e[4],checked:e[3].toLowerCase()===`x`}),createToken:(e,t)=>({type:`taskItem`,raw:``,mainContent:e.mainContent,indentLevel:e.indentLevel,checked:e.checked,text:e.mainContent,tokens:n.inlineTokens(e.mainContent),nestedTokens:t}),customNestedParser:r},n);return t?[{type:`taskList`,raw:t.raw,items:t.items}]:n.blockTokens(e)},i=sf(e,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:e=>({indentLevel:e[1].length,mainContent:e[4],checked:e[3].toLowerCase()===`x`}),createToken:(e,t)=>({type:`taskItem`,raw:``,mainContent:e.mainContent,indentLevel:e.indentLevel,checked:e.checked,text:e.mainContent,tokens:n.inlineTokens(e.mainContent),nestedTokens:t}),customNestedParser:r},n);if(i)return{type:`taskList`,raw:i.raw,items:i.items}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleTaskList:()=>({commands:e})=>e.toggleList(this.name,this.options.itemTypeName)}},addKeyboardShortcuts(){return{"Mod-Shift-9":()=>this.editor.commands.toggleTaskList()}}});W.create({name:`listKit`,addExtensions(){let e=[];return this.options.bulletList!==!1&&e.push(nh.configure(this.options.bulletList)),this.options.listItem!==!1&&e.push(rh.configure(this.options.listItem)),this.options.listKeymap!==!1&&e.push(mh.configure(this.options.listKeymap)),this.options.orderedList!==!1&&e.push(Ch.configure(this.options.orderedList)),this.options.taskItem!==!1&&e.push(Th.configure(this.options.taskItem)),this.options.taskList!==!1&&e.push(Eh.configure(this.options.taskList)),e}});var Dh=` `,Oh=`\xA0`,kh=G.create({name:`paragraph`,priority:1e3,addOptions(){return{HTMLAttributes:{}}},group:`block`,content:`inline*`,parseHTML(){return[{tag:`p`}]},renderHTML({HTMLAttributes:e}){return[`p`,U(this.options.HTMLAttributes,e),0]},parseMarkdown:(e,t)=>{let n=e.tokens||[];if(n.length===1&&n[0].type===`image`)return t.parseChildren([n[0]]);let r=t.parseInline(n);return n.length===1&&n[0].type===`text`&&(n[0].raw===Dh||n[0].text===Dh||n[0].raw===Oh||n[0].text===Oh)&&r.length===1&&r[0].type===`text`&&(r[0].text===Dh||r[0].text===Oh)?t.createNode(`paragraph`,void 0,[]):t.createNode(`paragraph`,void 0,r)},renderMarkdown:(e,t,n)=>{if(!e)return``;let r=Array.isArray(e.content)?e.content:[];if(r.length===0){let e=Array.isArray(n?.previousNode?.content)?n.previousNode.content:[];return n?.previousNode?.type===`paragraph`&&e.length===0?Dh:``}return t.renderChildren(r)},addCommands(){return{setParagraph:()=>({commands:e})=>e.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),Ah=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))$/,jh=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))/g,Mh=wd.create({name:`strike`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`s`},{tag:`del`},{tag:`strike`},{style:`text-decoration`,consuming:!1,getAttrs:e=>e.includes(`line-through`)?{}:!1}]},renderHTML({HTMLAttributes:e}){return[`s`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`del`,parseMarkdown:(e,t)=>t.applyMark(`strike`,t.parseInline(e.tokens||[])),renderMarkdown:(e,t)=>`~~${t.renderChildren(e)}~~`,addCommands(){return{setStrike:()=>({commands:e})=>e.setMark(this.name),toggleStrike:()=>({commands:e})=>e.toggleMark(this.name),unsetStrike:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-s":()=>this.editor.commands.toggleStrike()}},addInputRules(){return[Jd({find:Ah,type:this.type})]},addPasteRules(){return[uf({find:jh,type:this.type})]}}),Nh=G.create({name:`text`,group:`inline`,parseMarkdown:e=>({type:`text`,text:e.text||``}),renderMarkdown:e=>e.text||``}),Ph=wd.create({name:`underline`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`u`},{style:`text-decoration`,consuming:!1,getAttrs:e=>e.includes(`underline`)?{}:!1}]},renderHTML({HTMLAttributes:e}){return[`u`,U(this.options.HTMLAttributes,e),0]},parseMarkdown(e,t){return t.applyMark(this.name||`underline`,t.parseInline(e.tokens||[]))},renderMarkdown(e,t){return`++${t.renderChildren(e)}++`},markdownTokenizer:{name:`underline`,level:`inline`,start(e){return e.indexOf(`++`)},tokenize(e,t,n){let r=/^(\+\+)([\s\S]+?)(\+\+)/.exec(e);if(!r)return;let i=r[2].trim();return{type:`underline`,raw:r[0],text:i,tokens:n.inlineTokens(i)}}},addCommands(){return{setUnderline:()=>({commands:e})=>e.setMark(this.name),toggleUnderline:()=>({commands:e})=>e.toggleMark(this.name),unsetUnderline:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-u":()=>this.editor.commands.toggleUnderline(),"Mod-U":()=>this.editor.commands.toggleUnderline()}}});function Fh(e={}){return new N({view(t){return new Ih(t,e)}})}var Ih=class{constructor(e,t){this.editorView=e,this.cursorPos=null,this.element=null,this.timeout=-1,this.width=t.width??1,this.color=t.color===!1?void 0:t.color||`black`,this.class=t.class,this.handlers=[`dragover`,`dragend`,`drop`,`dragleave`].map(t=>{let n=e=>{this[t](e)};return e.dom.addEventListener(t,n),{name:t,handler:n}})}destroy(){this.handlers.forEach(({name:e,handler:t})=>this.editorView.dom.removeEventListener(e,t))}update(e,t){this.cursorPos!=null&&t.doc!=e.state.doc&&(this.cursorPos>e.state.doc.content.size?this.setCursor(null):this.updateOverlay())}setCursor(e){e!=this.cursorPos&&(this.cursorPos=e,e==null?(this.element.parentNode.removeChild(this.element),this.element=null):this.updateOverlay())}updateOverlay(){let e=this.editorView.state.doc.resolve(this.cursorPos),t=!e.parent.inlineContent,n,r=this.editorView.dom,i=r.getBoundingClientRect(),a=i.width/r.offsetWidth,o=i.height/r.offsetHeight;if(t){let t=e.nodeBefore,r=e.nodeAfter;if(t||r){let e=this.editorView.nodeDOM(this.cursorPos-(t?t.nodeSize:0));if(e){let i=e.getBoundingClientRect(),a=t?i.bottom:i.top;t&&r&&(a=(a+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2);let s=this.width/2*o;n={left:i.left,right:i.right,top:a-s,bottom:a+s}}}}if(!n){let e=this.editorView.coordsAtPos(this.cursorPos),t=this.width/2*a;n={left:e.left-t,right:e.left+t,top:e.top,bottom:e.bottom}}let s=this.editorView.dom.offsetParent;this.element||(this.element=s.appendChild(document.createElement(`div`)),this.class&&(this.element.className=this.class),this.element.style.cssText=`position: absolute; z-index: 50; pointer-events: none;`,this.color&&(this.element.style.backgroundColor=this.color)),this.element.classList.toggle(`prosemirror-dropcursor-block`,t),this.element.classList.toggle(`prosemirror-dropcursor-inline`,!t);let c,l;if(!s||s==document.body&&getComputedStyle(s).position==`static`)c=-pageXOffset,l=-pageYOffset;else{let e=s.getBoundingClientRect(),t=e.width/s.offsetWidth,n=e.height/s.offsetHeight;c=e.left-s.scrollLeft*t,l=e.top-s.scrollTop*n}this.element.style.left=(n.left-c)/a+`px`,this.element.style.top=(n.top-l)/o+`px`,this.element.style.width=(n.right-n.left)/a+`px`,this.element.style.height=(n.bottom-n.top)/o+`px`}scheduleRemoval(e){clearTimeout(this.timeout),this.timeout=setTimeout(()=>this.setCursor(null),e)}dragover(e){if(!this.editorView.editable)return;let t=this.editorView.posAtCoords({left:e.clientX,top:e.clientY}),n=t&&t.inside>=0&&this.editorView.state.doc.nodeAt(t.inside),r=n&&n.type.spec.disableDropCursor,i=typeof r==`function`?r(this.editorView,t,e):r;if(t&&!i){let e=t.pos;if(this.editorView.dragging&&this.editorView.dragging.slice){let t=Tn(this.editorView.state.doc,e,this.editorView.dragging.slice);t!=null&&(e=t)}this.setCursor(e),this.scheduleRemoval(5e3)}}dragend(){this.scheduleRemoval(20)}drop(){this.scheduleRemoval(20)}dragleave(e){this.editorView.dom.contains(e.relatedTarget)||this.setCursor(null)}},Lh=class e extends A{constructor(e){super(e,e)}map(t,n){let r=t.resolve(n.map(this.head));return e.valid(r)?new e(r):A.near(r)}content(){return O.empty}eq(t){return t instanceof e&&t.head==this.head}toJSON(){return{type:`gapcursor`,pos:this.head}}static fromJSON(t,n){if(typeof n.pos!=`number`)throw RangeError(`Invalid input for GapCursor.fromJSON`);return new e(t.resolve(n.pos))}getBookmark(){return new Rh(this.anchor)}static valid(e){let t=e.parent;if(t.inlineContent||!Bh(e)||!Vh(e))return!1;let n=t.type.spec.allowGapCursor;if(n!=null)return n;let r=t.contentMatchAt(e.index()).defaultType;return r&&r.isTextblock}static findGapCursorFrom(t,n,r=!1){search:for(;;){if(!r&&e.valid(t))return t;let i=t.pos,a=null;for(let r=t.depth;;r--){let o=t.node(r);if(n>0?t.indexAfter(r)0){a=o.child(n>0?t.indexAfter(r):t.index(r)-1);break}else if(r==0)return null;i+=n;let s=t.doc.resolve(i);if(e.valid(s))return s}for(;;){let o=n>0?a.firstChild:a.lastChild;if(!o){if(a.isAtom&&!a.isText&&!M.isSelectable(a)){t=t.doc.resolve(i+a.nodeSize*n),r=!1;continue search}break}a=o,i+=n;let s=t.doc.resolve(i);if(e.valid(s))return s}return null}}};Lh.prototype.visible=!1,Lh.findFrom=Lh.findGapCursorFrom,A.jsonID(`gapcursor`,Lh);var Rh=class e{constructor(e){this.pos=e}map(t){return new e(t.map(this.pos))}resolve(e){let t=e.resolve(this.pos);return Lh.valid(t)?new Lh(t):A.near(t)}};function zh(e){return e.isAtom||e.spec.isolating||e.spec.createGapCursor}function Bh(e){for(let t=e.depth;t>=0;t--){let n=e.index(t),r=e.node(t);if(n==0){if(r.type.spec.isolating)return!0;continue}for(let e=r.child(n-1);;e=e.lastChild){if(e.childCount==0&&!e.inlineContent||zh(e.type))return!0;if(e.inlineContent)return!1}}return!0}function Vh(e){for(let t=e.depth;t>=0;t--){let n=e.indexAfter(t),r=e.node(t);if(n==r.childCount){if(r.type.spec.isolating)return!0;continue}for(let e=r.child(n);;e=e.firstChild){if(e.childCount==0&&!e.inlineContent||zh(e.type))return!0;if(e.inlineContent)return!1}}return!0}function Hh(){return new N({props:{decorations:qh,createSelectionBetween(e,t,n){return t.pos==n.pos&&Lh.valid(n)?new Lh(n):null},handleClick:Gh,handleKeyDown:Uh,handleDOMEvents:{beforeinput:Kh}}})}var Uh=Ic({ArrowLeft:Wh(`horiz`,-1),ArrowRight:Wh(`horiz`,1),ArrowUp:Wh(`vert`,-1),ArrowDown:Wh(`vert`,1)});function Wh(e,t){let n=e==`vert`?t>0?`down`:`up`:t>0?`right`:`left`;return function(e,r,i){let a=e.selection,o=t>0?a.$to:a.$from,s=a.empty;if(a instanceof j){if(!i.endOfTextblock(n)||o.depth==0)return!1;s=!1,o=e.doc.resolve(t>0?o.after():o.before())}let c=Lh.findGapCursorFrom(o,t,s);return c?(r&&r(e.tr.setSelection(new Lh(c))),!0):!1}}function Gh(e,t,n){if(!e||!e.editable)return!1;let r=e.state.doc.resolve(t);if(!Lh.valid(r))return!1;let i=e.posAtCoords({left:n.clientX,top:n.clientY});return i&&i.inside>-1&&M.isSelectable(e.state.doc.nodeAt(i.inside))?!1:(e.dispatch(e.state.tr.setSelection(new Lh(r))),!0)}function Kh(e,t){if(t.inputType!=`insertCompositionText`||!(e.state.selection instanceof Lh))return!1;let{$from:n}=e.state.selection,r=n.parent.contentMatchAt(n.index()).findWrapping(e.state.schema.nodes.text);if(!r)return!1;let i=E.empty;for(let e=r.length-1;e>=0;e--)i=E.from(r[e].createAndFill(null,i));let a=e.state.tr.replace(n.pos,n.pos,new O(i,0,0));return a.setSelection(j.near(a.doc.resolve(n.pos+1))),e.dispatch(a),!1}function qh(e){if(!(e.selection instanceof Lh))return null;let t=document.createElement(`div`);return t.className=`ProseMirror-gapcursor`,R.create(e.doc,[Ps.widget(e.selection.head,t,{key:`gapcursor`})])}var Jh=200,X=function(){};X.prototype.append=function(e){return e.length?(e=X.from(e),!this.length&&e||e.length=t?X.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,t))},X.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)},X.prototype.forEach=function(e,t,n){t===void 0&&(t=0),n===void 0&&(n=this.length),t<=n?this.forEachInner(e,t,n,0):this.forEachInvertedInner(e,t,n,0)},X.prototype.map=function(e,t,n){t===void 0&&(t=0),n===void 0&&(n=this.length);var r=[];return this.forEach(function(t,n){return r.push(e(t,n))},t,n),r},X.from=function(e){return e instanceof X?e:e&&e.length?new Yh(e):X.empty};var Yh=function(e){function t(t){e.call(this),this.values=t}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={length:{configurable:!0},depth:{configurable:!0}};return t.prototype.flatten=function(){return this.values},t.prototype.sliceInner=function(e,n){return e==0&&n==this.length?this:new t(this.values.slice(e,n))},t.prototype.getInner=function(e){return this.values[e]},t.prototype.forEachInner=function(e,t,n,r){for(var i=t;i=n;i--)if(e(this.values[i],r+i)===!1)return!1},t.prototype.leafAppend=function(e){if(this.length+e.length<=Jh)return new t(this.values.concat(e.flatten()))},t.prototype.leafPrepend=function(e){if(this.length+e.length<=Jh)return new t(e.flatten().concat(this.values))},n.length.get=function(){return this.values.length},n.depth.get=function(){return 0},Object.defineProperties(t.prototype,n),t}(X);X.empty=new Yh([]);var Xh=function(e){function t(t,n){e.call(this),this.left=t,this.right=n,this.length=t.length+n.length,this.depth=Math.max(t.depth,n.depth)+1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.flatten=function(){return this.left.flatten().concat(this.right.flatten())},t.prototype.getInner=function(e){return ei&&this.right.forEachInner(e,Math.max(t-i,0),Math.min(this.length,n)-i,r+i)===!1)return!1},t.prototype.forEachInvertedInner=function(e,t,n,r){var i=this.left.length;if(t>i&&this.right.forEachInvertedInner(e,t-i,Math.max(n,i)-i,r+i)===!1||n=n?this.right.slice(e-n,t-n):this.left.slice(e,n).append(this.right.slice(0,t-n))},t.prototype.leafAppend=function(e){var n=this.right.leafAppend(e);if(n)return new t(this.left,n)},t.prototype.leafPrepend=function(e){var n=this.left.leafPrepend(e);if(n)return new t(n,this.right)},t.prototype.appendInner=function(e){return this.left.depth>=Math.max(this.right.depth,e.depth)+1?new t(this.left,new t(this.right,e)):new t(this,e)},t}(X),Zh=500,Qh=class e{constructor(e,t){this.items=e,this.eventCount=t}popEvent(t,n){if(this.eventCount==0)return null;let r=this.items.length;for(;;r--)if(this.items.get(r-1).selection){--r;break}let i,a;n&&(i=this.remapping(r,this.items.length),a=i.maps.length);let o=t.tr,s,c,l=[],u=[];return this.items.forEach((t,n)=>{if(!t.step){i||(i=this.remapping(r,n+1),a=i.maps.length),a--,u.push(t);return}if(i){u.push(new eg(t.map));let e=t.step.map(i.slice(a)),n;e&&o.maybeStep(e).doc&&(n=o.mapping.maps[o.mapping.maps.length-1],l.push(new eg(n,void 0,void 0,l.length+u.length))),a--,n&&i.appendMap(n,a)}else o.maybeStep(t.step);if(t.selection)return s=i?t.selection.map(i.slice(a)):t.selection,c=new e(this.items.slice(0,r).append(u.reverse().concat(l)),this.eventCount-1),!1},this.items.length,0),{remaining:c,transform:o,selection:s}}addTransform(t,n,r,i){let a=[],o=this.eventCount,s=this.items,c=!i&&s.length?s.get(s.length-1):null;for(let e=0;eng&&(s=$h(s,l),o-=l),new e(s.append(a),o)}remapping(e,t){let n=new Ut;return this.items.forEach((t,r)=>{let i=t.mirrorOffset!=null&&r-t.mirrorOffset>=e?n.maps.length-t.mirrorOffset:void 0;n.appendMap(t.map,i)},e,t),n}addMaps(t){return this.eventCount==0?this:new e(this.items.append(t.map(e=>new eg(e))),this.eventCount)}rebased(t,n){if(!this.eventCount)return this;let r=[],i=Math.max(0,this.items.length-n),a=t.mapping,o=t.steps.length,s=this.eventCount;this.items.forEach(e=>{e.selection&&s--},i);let c=n;this.items.forEach(e=>{let n=a.getMirror(--c);if(n==null)return;o=Math.min(o,n);let i=a.maps[n];if(e.step){let o=t.steps[n].invert(t.docs[n]),l=e.selection&&e.selection.map(a.slice(c+1,n));l&&s++,r.push(new eg(i,o,l))}else r.push(new eg(i))},i);let l=[];for(let e=n;eZh&&(u=u.compress(this.items.length-r.length)),u}emptyItemCount(){let e=0;return this.items.forEach(t=>{t.step||e++}),e}compress(t=this.items.length){let n=this.remapping(0,t),r=n.maps.length,i=[],a=0;return this.items.forEach((e,o)=>{if(o>=t)i.push(e),e.selection&&a++;else if(e.step){let t=e.step.map(n.slice(r)),o=t&&t.getMap();if(r--,o&&n.appendMap(o,r),t){let s=e.selection&&e.selection.map(n.slice(r));s&&a++;let c=new eg(o.invert(),t,s),l,u=i.length-1;(l=i.length&&i[u].merge(c))?i[u]=l:i.push(c)}}else e.map&&r--},this.items.length,0),new e(X.from(i.reverse()),a)}};Qh.empty=new Qh(X.empty,0);function $h(e,t){let n;return e.forEach((e,r)=>{if(e.selection&&t--==0)return n=r,!1}),e.slice(n)}var eg=class e{constructor(e,t,n,r){this.map=e,this.step=t,this.selection=n,this.mirrorOffset=r}merge(t){if(this.step&&t.step&&!t.selection){let n=t.step.merge(this.step);if(n)return new e(n.getMap().invert(),n,this.selection)}}},tg=class{constructor(e,t,n,r,i){this.done=e,this.undone=t,this.prevRanges=n,this.prevTime=r,this.prevComposition=i}},ng=20;function rg(e,t,n,r){let i=n.getMeta(dg),a;if(i)return i.historyState;n.getMeta(fg)&&(e=new tg(e.done,e.undone,null,0,-1));let o=n.getMeta(`appendedTransaction`);if(n.steps.length==0)return e;if(o&&o.getMeta(dg))return o.getMeta(dg).redo?new tg(e.done.addTransform(n,void 0,r,ug(t)),e.undone,ag(n.mapping.maps),e.prevTime,e.prevComposition):new tg(e.done,e.undone.addTransform(n,void 0,r,ug(t)),null,e.prevTime,e.prevComposition);if(n.getMeta(`addToHistory`)!==!1&&!(o&&o.getMeta(`addToHistory`)===!1)){let i=n.getMeta(`composition`),a=e.prevTime==0||!o&&e.prevComposition!=i&&(e.prevTime<(n.time||0)-r.newGroupDelay||!ig(n,e.prevRanges)),s=o?og(e.prevRanges,n.mapping):ag(n.mapping.maps);return new tg(e.done.addTransform(n,a?t.selection.getBookmark():void 0,r,ug(t)),Qh.empty,s,n.time,i??e.prevComposition)}else if(a=n.getMeta(`rebased`))return new tg(e.done.rebased(n,a),e.undone.rebased(n,a),og(e.prevRanges,n.mapping),e.prevTime,e.prevComposition);else return new tg(e.done.addMaps(n.mapping.maps),e.undone.addMaps(n.mapping.maps),og(e.prevRanges,n.mapping),e.prevTime,e.prevComposition)}function ig(e,t){if(!t)return!1;if(!e.docChanged)return!0;let n=!1;return e.mapping.maps[0].forEach((e,r)=>{for(let i=0;i=t[i]&&(n=!0)}),n}function ag(e){let t=[];for(let n=e.length-1;n>=0&&t.length==0;n--)e[n].forEach((e,n,r,i)=>t.push(r,i));return t}function og(e,t){if(!e)return null;let n=[];for(let r=0;r{let i=dg.getState(n);if(!i||(e?i.undone:i.done).eventCount==0)return!1;if(r){let a=sg(i,n,e);a&&r(t?a.scrollIntoView():a)}return!0}}var hg=mg(!1,!0),gg=mg(!0,!0);W.create({name:`characterCount`,addOptions(){return{limit:null,mode:`textSize`,textCounter:e=>e.length,wordCounter:e=>e.split(` `).filter(e=>e!==``).length}},addStorage(){return{characters:()=>0,words:()=>0}},onBeforeCreate(){this.storage.characters=e=>{let t=e?.node||this.editor.state.doc;if((e?.mode||this.options.mode)===`textSize`){let e=t.textBetween(0,t.content.size,void 0,` `);return this.options.textCounter(e)}return t.nodeSize},this.storage.words=e=>{let t=e?.node||this.editor.state.doc,n=t.textBetween(0,t.content.size,` `,` `);return this.options.wordCounter(n)}},addProseMirrorPlugins(){let e=!1;return[new N({key:new P(`characterCount`),appendTransaction:(t,n,r)=>{if(e)return;let i=this.options.limit;if(i==null||i===0){e=!0;return}let a=this.storage.characters({node:r.doc});if(a>i){let t=a-i;console.warn(`[CharacterCount] Initial content exceeded limit of ${i} characters. Content was automatically trimmed.`);let n=r.tr.deleteRange(0,t);return e=!0,n}e=!0},filterTransaction:(e,t)=>{let n=this.options.limit;if(!e.docChanged||n===0||n==null)return!0;let r=this.storage.characters({node:t.doc}),i=this.storage.characters({node:e.doc});if(i<=n||r>n&&i>n&&i<=r)return!0;if(r>n&&i>n&&i>r||!e.getMeta(`paste`))return!1;let a=e.selection.$head.pos,o=a-(i-n),s=a;return e.deleteRange(o,s),!(this.storage.characters({node:e.doc})>n)}})]}});var _g=W.create({name:`dropCursor`,addOptions(){return{color:`currentColor`,width:1,class:void 0}},addProseMirrorPlugins(){return[Fh(this.options)]}});W.create({name:`focus`,addOptions(){return{className:`has-focus`,mode:`all`}},addProseMirrorPlugins(){return[new N({key:new P(`focus`),props:{decorations:({doc:e,selection:t})=>{let{isEditable:n,isFocused:r}=this.editor,{anchor:i}=t,a=[];if(!n||!r)return R.create(e,[]);let o=0;this.options.mode===`deepest`&&e.descendants((e,t)=>{if(!e.isText){if(!(i>=t&&i<=t+e.nodeSize-1))return!1;o+=1}});let s=0;return e.descendants((e,t)=>{if(e.isText||!(i>=t&&i<=t+e.nodeSize-1))return!1;if(s+=1,this.options.mode===`deepest`&&o-s>0||this.options.mode===`shallowest`&&s>1)return this.options.mode===`deepest`;a.push(Ps.node(t,t+e.nodeSize,{class:this.options.className}))}),R.create(e,a)}}})]}});var vg=W.create({name:`gapCursor`,addProseMirrorPlugins(){return[Hh()]},extendNodeSchema(e){return{allowGapCursor:H(V(e,`allowGapCursor`,{name:e.name,options:e.options,storage:e.storage}))??null}}}),yg=`placeholder`;function bg(e){return e.replace(/\s+/g,`-`).replace(/[^a-zA-Z0-9-]/g,``).replace(/^[0-9-]+/,``).replace(/^-+/,``).toLowerCase()}W.create({name:`placeholder`,addOptions(){return{emptyEditorClass:`is-editor-empty`,emptyNodeClass:`is-empty`,dataAttribute:yg,placeholder:`Write something …`,showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}},addProseMirrorPlugins(){let e=this.options.dataAttribute?`data-${bg(this.options.dataAttribute)}`:`data-${yg}`;return[new N({key:new P(`placeholder`),props:{decorations:({doc:t,selection:n})=>{let r=this.editor.isEditable||!this.options.showOnlyWhenEditable,{anchor:i}=n,a=[];if(!r)return null;let o=this.editor.isEmpty;return t.descendants((t,n)=>{let r=i>=n&&i<=n+t.nodeSize,s=!t.isLeaf&&zu(t);if(!t.type.isTextblock)return this.options.includeChildren;if((r||!this.options.showOnlyCurrent)&&s){let i=[this.options.emptyNodeClass];o&&i.push(this.options.emptyEditorClass);let s=Ps.node(n,n+t.nodeSize,{class:i.join(` `),[e]:typeof this.options.placeholder==`function`?this.options.placeholder({editor:this.editor,node:t,pos:n,hasAnchor:r}):this.options.placeholder});a.push(s)}return this.options.includeChildren}),R.create(t,a)}}})]}}),W.create({name:`selection`,addOptions(){return{className:`selection`}},addProseMirrorPlugins(){let{editor:e,options:t}=this;return[new N({key:new P(`selection`),props:{decorations(n){return n.selection.empty||e.isFocused||!e.isEditable||Bu(n.selection)||e.view.dragging?null:R.create(n.doc,[Ps.inline(n.selection.from,n.selection.to,{class:t.className})])}}})]}});function xg({types:e,node:t}){return t&&Array.isArray(e)&&e.includes(t.type)||t?.type===e}var Sg=W.create({name:`trailingNode`,addOptions(){return{node:void 0,notAfter:[]}},addProseMirrorPlugins(){let e=new P(this.name),t=this.options.node||this.editor.schema.topNodeType.contentMatch.defaultType?.name||`paragraph`,n=Object.entries(this.editor.schema.nodes).map(([,e])=>e).filter(e=>(this.options.notAfter||[]).concat(t).includes(e.name));return[new N({key:e,appendTransaction:(n,r,i)=>{let{doc:a,tr:o,schema:s}=i,c=e.getState(i),l=a.content.size,u=s.nodes[t];if(!n.some(e=>e.getMeta(`skipTrailingNode`))&&c)return o.insert(l,u.create())},state:{init:(e,t)=>{let r=t.tr.doc.lastChild;return!xg({node:r,types:n})},apply:(e,t)=>{if(!e.docChanged||e.getMeta(`__uniqueIDTransaction`))return t;let r=e.doc.lastChild;return!xg({node:r,types:n})}}})]}}),Cg=W.create({name:`undoRedo`,addOptions(){return{depth:100,newGroupDelay:500}},addCommands(){return{undo:()=>({state:e,dispatch:t})=>hg(e,t),redo:()=>({state:e,dispatch:t})=>gg(e,t)}},addProseMirrorPlugins(){return[pg(this.options)]},addKeyboardShortcuts(){return{"Mod-z":()=>this.editor.commands.undo(),"Shift-Mod-z":()=>this.editor.commands.redo(),"Mod-y":()=>this.editor.commands.redo(),"Mod-я":()=>this.editor.commands.undo(),"Shift-Mod-я":()=>this.editor.commands.redo()}}}),wg=W.create({name:`starterKit`,addExtensions(){let e=[];return this.options.bold!==!1&&e.push(Sf.configure(this.options.bold)),this.options.blockquote!==!1&&e.push(_f.configure(this.options.blockquote)),this.options.bulletList!==!1&&e.push(nh.configure(this.options.bulletList)),this.options.code!==!1&&e.push(Tf.configure(this.options.code)),this.options.codeBlock!==!1&&e.push(kf.configure(this.options.codeBlock)),this.options.document!==!1&&e.push(Af.configure(this.options.document)),this.options.dropcursor!==!1&&e.push(_g.configure(this.options.dropcursor)),this.options.gapcursor!==!1&&e.push(vg.configure(this.options.gapcursor)),this.options.hardBreak!==!1&&e.push(jf.configure(this.options.hardBreak)),this.options.heading!==!1&&e.push(Mf.configure(this.options.heading)),this.options.undoRedo!==!1&&e.push(Cg.configure(this.options.undoRedo)),this.options.horizontalRule!==!1&&e.push(Nf.configure(this.options.horizontalRule)),this.options.italic!==!1&&e.push(Rf.configure(this.options.italic)),this.options.listItem!==!1&&e.push(rh.configure(this.options.listItem)),this.options.listKeymap!==!1&&e.push(mh.configure(this.options?.listKeymap)),this.options.link!==!1&&e.push(Xm.configure(this.options?.link)),this.options.orderedList!==!1&&e.push(Ch.configure(this.options.orderedList)),this.options.paragraph!==!1&&e.push(kh.configure(this.options.paragraph)),this.options.strike!==!1&&e.push(Mh.configure(this.options.strike)),this.options.text!==!1&&e.push(Nh.configure(this.options.text)),this.options.underline!==!1&&e.push(Ph.configure(this.options?.underline)),this.options.trailingNode!==!1&&e.push(Sg.configure(this.options?.trailingNode)),e}}),Tg,Eg;if(typeof WeakMap<`u`){let e=new WeakMap;Tg=t=>e.get(t),Eg=(t,n)=>(e.set(t,n),n)}else{let e=[],t=0;Tg=t=>{for(let n=0;n(t==10&&(t=0),e[t++]=n,e[t++]=r)}var Z=class{constructor(e,t,n,r){this.width=e,this.height=t,this.map=n,this.problems=r}findCell(e){for(let t=0;t=n){(a||=[]).push({type:`overlong_rowspan`,pos:c,n:f-e});break}let l=i+e*t;for(let e=0;er&&(a+=i.attrs.colspan)}}for(let e=0;e1&&(n=!0)}t==-1?t=a:t!=a&&(t=Math.max(t,a))}return t}function kg(e,t,n){e.problems||=[];let r={};for(let i=0;i0;t--)if(e.node(t).type.spec.tableRole==`row`)return e.node(0).resolve(e.before(t+1));return null}function Pg(e){for(let t=e.depth;t>0;t--){let n=e.node(t).type.spec.tableRole;if(n===`cell`||n===`header_cell`)return e.node(t)}return null}function Fg(e){let t=e.selection.$head;for(let e=t.depth;e>0;e--)if(t.node(e).type.spec.tableRole==`row`)return!0;return!1}function Ig(e){let t=e.selection;if(`$anchorCell`in t&&t.$anchorCell)return t.$anchorCell.pos>t.$headCell.pos?t.$anchorCell:t.$headCell;if(`node`in t&&t.node&&t.node.type.spec.tableRole==`cell`)return t.$anchor;let n=Ng(t.$head)||Lg(t.$head);if(n)return n;throw RangeError(`No cell found around position ${t.head}`)}function Lg(e){for(let t=e.nodeAfter,n=e.pos;t;t=t.firstChild,n++){let r=t.type.spec.tableRole;if(r==`cell`||r==`header_cell`)return e.doc.resolve(n)}for(let t=e.nodeBefore,n=e.pos;t;t=t.lastChild,n--){let r=t.type.spec.tableRole;if(r==`cell`||r==`header_cell`)return e.doc.resolve(n-t.nodeSize)}}function Rg(e){return e.parent.type.spec.tableRole==`row`&&!!e.nodeAfter}function zg(e){return e.node(0).resolve(e.pos+e.nodeAfter.nodeSize)}function Bg(e,t){return e.depth==t.depth&&e.pos>=t.start(-1)&&e.pos<=t.end(-1)}function Vg(e,t,n){let r=e.node(-1),i=Z.get(r),a=e.start(-1),o=i.nextCell(e.pos-a,t,n);return o==null?null:e.node(0).resolve(a+o)}function Hg(e,t,n=1){let r={...e,colspan:e.colspan-n};return r.colwidth&&(r.colwidth=r.colwidth.slice(),r.colwidth.splice(t,n),r.colwidth.some(e=>e>0)||(r.colwidth=null)),r}function Ug(e,t,n=1){let r={...e,colspan:e.colspan+n};if(r.colwidth){r.colwidth=r.colwidth.slice();for(let e=0;ee!=t.pos-i);s.unshift(t.pos-i);let c=s.map(e=>{let t=n.nodeAt(e);if(!t)throw RangeError(`No cell with offset ${e} found`);let r=i+e+1;return new Kn(o.resolve(r),o.resolve(r+t.content.size))});super(c[0].$from,c[0].$to,c),this.$anchorCell=e,this.$headCell=t}map(t,n){let r=t.resolve(n.map(this.$anchorCell.pos)),i=t.resolve(n.map(this.$headCell.pos));if(Rg(r)&&Rg(i)&&Bg(r,i)){let t=this.$anchorCell.node(-1)!=r.node(-1);return t&&this.isRowSelection()?e.rowSelection(r,i):t&&this.isColSelection()?e.colSelection(r,i):new e(r,i)}return j.between(r,i)}content(){let e=this.$anchorCell.node(-1),t=Z.get(e),n=this.$anchorCell.start(-1),r=t.rectBetween(this.$anchorCell.pos-n,this.$headCell.pos-n),i={},a=[];for(let n=r.top;n0||u>0){let e=c.attrs;if(l>0&&(e=Hg(e,0,l)),u>0&&(e=Hg(e,e.colspan-u,u)),s.leftr.bottom){let e={...c.attrs,rowspan:Math.min(s.bottom,r.bottom)-Math.max(s.top,r.top)};c=s.top0)return!1;let n=e+this.$anchorCell.nodeAfter.attrs.rowspan,r=t+this.$headCell.nodeAfter.attrs.rowspan;return Math.max(n,r)==this.$headCell.node(-1).childCount}static colSelection(t,n=t){let r=t.node(-1),i=Z.get(r),a=t.start(-1),o=i.findCell(t.pos-a),s=i.findCell(n.pos-a),c=t.node(0);return o.top<=s.top?(o.top>0&&(t=c.resolve(a+i.map[o.left])),s.bottom0&&(n=c.resolve(a+i.map[s.left])),o.bottom0)return!1;let a=r+this.$anchorCell.nodeAfter.attrs.colspan,o=i+this.$headCell.nodeAfter.attrs.colspan;return Math.max(a,o)==t.width}eq(t){return t instanceof e&&t.$anchorCell.pos==this.$anchorCell.pos&&t.$headCell.pos==this.$headCell.pos}static rowSelection(t,n=t){let r=t.node(-1),i=Z.get(r),a=t.start(-1),o=i.findCell(t.pos-a),s=i.findCell(n.pos-a),c=t.node(0);return o.left<=s.left?(o.left>0&&(t=c.resolve(a+i.map[o.top*i.width])),s.right0&&(n=c.resolve(a+i.map[s.top*i.width])),o.right{t.push(Ps.node(n,n+e.nodeSize,{class:`selectedCell`}))}),R.create(e.doc,t)}function qg({$from:e,$to:t}){if(e.pos==t.pos||e.pos=0&&!(e.after(i+1)=0&&!(t.before(e+1)>t.start(e));e--,r--);return n==r&&/row|table/.test(e.node(i).type.spec.tableRole)}function Jg({$from:e,$to:t}){let n,r;for(let t=e.depth;t>0;t--){let r=e.node(t);if(r.type.spec.tableRole===`cell`||r.type.spec.tableRole===`header_cell`){n=r;break}}for(let e=t.depth;e>0;e--){let n=t.node(e);if(n.type.spec.tableRole===`cell`||n.type.spec.tableRole===`header_cell`){r=n;break}}return n!==r&&t.parentOffset===0}function Yg(e,t,n){let r=(t||e).selection,i=(t||e).doc,a,o;if(r instanceof M&&(o=r.node.type.spec.tableRole)){if(o==`cell`||o==`header_cell`)a=Q.create(i,r.from);else if(o==`row`){let e=i.resolve(r.from+1);a=Q.rowSelection(e,e)}else if(!n){let e=Z.get(r.node),t=r.from+1,n=t+e.map[e.width*e.height-1];a=Q.create(i,t+1,n)}}else r instanceof j&&qg(r)?a=j.create(i,r.from):r instanceof j&&Jg(r)&&(a=j.create(i,r.$from.start(),r.$from.end()));return a&&(t||=e.tr).setSelection(a),t}var Xg=new P(`fix-tables`);function Zg(e,t,n,r){let i=e.childCount,a=t.childCount;outer:for(let o=0,s=0;o{t.type.spec.tableRole==`table`&&(n=$g(e,t,r,n))};return t?t.doc!=e.doc&&Zg(t.doc,e.doc,0,r):e.doc.descendants(r),n}function $g(e,t,n,r){let i=Z.get(t);if(!i.problems)return r;r||=e.tr;let a=[];for(let e=0;e0){let t=`cell`;n.firstChild&&(t=n.firstChild.type.spec.tableRole);let a=[];for(let n=0;n0?-1:0;Wg(t,r,i+a)&&(a=i==0||i==t.width?null:0);for(let o=0;o0&&i0&&t.map[s-1]==c||i0?-1:0;o_(t,r,i+s)&&(s=i==0||i==t.height?null:0);for(let a=0,c=t.width*i;a0&&i0&&l==t.map[o-t.width]){let t=n.nodeAt(l).attrs;e.setNodeMarkup(e.mapping.slice(s).map(l+r),null,{...t,rowspan:t.rowspan-1}),a+=t.colspan-1}else if(i0&&n[a]==n[a-1]||r.right0&&n[i]==n[i-e]||r.bottom0){let e=s+1+c.content.size,t=f_(c)?s+1:e;n.replaceWith(t+r.tableStart,e+r.tableStart,o)}n.setSelection(new Q(n.doc.resolve(s+r.tableStart))),t(n)}return!0}function h_(e,t){let n=jg(e.schema);return g_(({node:e})=>n[e.type.spec.tableRole])(e,t)}function g_(e){return(t,n)=>{let r=t.selection,i,a;if(r instanceof Q){if(r.$anchorCell.pos!=r.$headCell.pos)return!1;i=r.$anchorCell.nodeAfter,a=r.$anchorCell.pos}else{if(i=Pg(r.$from),!i)return!1;a=Ng(r.$from)?.pos}if(i==null||a==null||i.attrs.colspan==1&&i.attrs.rowspan==1)return!1;if(n){let o=i.attrs,s=[],c=o.colwidth;o.rowspan>1&&(o={...o,rowspan:1}),o.colspan>1&&(o={...o,colspan:1});let l=e_(t),u=t.tr;for(let e=0;e{n.attrs[e]!==t&&a.setNodeMarkup(r,null,{...n.attrs,[e]:t})}):a.setNodeMarkup(i.pos,null,{...i.nodeAfter.attrs,[e]:t}),r(a)}return!0}}function v_(e){return function(t,n){if(!Fg(t))return!1;if(n){let r=jg(t.schema),i=e_(t),a=t.tr,o=i.map.cellsInRect(e==`column`?{left:i.left,top:0,right:i.right,bottom:i.map.height}:e==`row`?{left:0,top:i.top,right:i.map.width,bottom:i.bottom}:i),s=o.map(e=>i.table.nodeAt(e));for(let e=0;e{let t=e+i.tableStart,n=a.doc.nodeAt(t);n&&a.setNodeMarkup(t,u,n.attrs)}),n(a)}return!0}}b_(`row`,{useDeprecatedLogic:!0}),b_(`column`,{useDeprecatedLogic:!0});var x_=b_(`cell`,{useDeprecatedLogic:!0});function S_(e,t){if(t<0){let t=e.nodeBefore;if(t)return e.pos-t.nodeSize;for(let t=e.index(-1)-1,n=e.before();t>=0;t--){let r=e.node(-1).child(t),i=r.lastChild;if(i)return n-1-i.nodeSize;n-=r.nodeSize}}else{if(e.index()0;r--)if(n.node(r).type.spec.tableRole==`table`)return t&&t(e.tr.delete(n.before(r),n.after(r)).scrollIntoView()),!0;return!1}function T_(e,t){let n=e.selection;if(!(n instanceof Q))return!1;if(t){let r=e.tr,i=jg(e.schema).cell.createAndFill().content;n.forEachCell((e,t)=>{e.content.eq(i)||r.replace(r.mapping.map(t+1),r.mapping.map(t+e.nodeSize-1),new O(i,0,0))}),r.docChanged&&t(r)}return!0}function E_(e){if(e.size===0)return null;let{content:t,openStart:n,openEnd:r}=e;for(;t.childCount==1&&(n>0&&r>0||t.child(0).type.spec.tableRole==`table`);)n--,r--,t=t.child(0).content;let i=t.child(0),a=i.type.spec.tableRole,o=i.type.schema,s=[];if(a==`row`)for(let e=0;e=0;t--){let{rowspan:i,colspan:a}=r.child(t).attrs;for(let t=e;t=t.length&&t.push(E.empty),n[i]r&&(s=s.type.createChecked(Hg(s.attrs,s.attrs.colspan,n+s.attrs.colspan-r),s.content)),o.push(s),n+=s.attrs.colspan;for(let n=1;ni&&(t=t.type.create({...t.attrs,rowspan:Math.max(1,i-t.attrs.rowspan)},t.content)),o.push(t)}e.push(E.from(o))}n=e,t=i}return{width:e,height:t,rows:n}}function A_(e,t,n,r,i,a,o){let s=e.doc.type.schema,c=jg(s),l,u;if(i>t.width)for(let a=0,s=0;at.height){let s=[];for(let e=0,r=(t.height-1)*t.width;e=t.width?!1:n.nodeAt(t.map[r+e]).type==c.header_cell;s.push(i?u||=c.header_cell.createAndFill():l||=c.cell.createAndFill())}let d=c.row.create(null,E.from(s)),f=[];for(let e=t.height;e{if(!i)return!1;let a=n.selection;if(a instanceof Q)return F_(n,r,A.near(a.$headCell,t));if(e!=`horiz`&&!a.empty)return!1;let o=V_(i,e,t);if(o==null)return!1;if(e==`horiz`)return F_(n,r,A.near(n.doc.resolve(a.head+t),t));{let i=n.doc.resolve(o),a=Vg(i,e,t),s;return s=a?A.near(a,1):t<0?A.near(n.doc.resolve(i.before(-1)),-1):A.near(n.doc.resolve(i.after(-1)),1),F_(n,r,s)}}}function L_(e,t){return(n,r,i)=>{if(!i)return!1;let a=n.selection,o;if(a instanceof Q)o=a;else{let r=V_(i,e,t);if(r==null)return!1;o=new Q(n.doc.resolve(r))}let s=Vg(o.$headCell,e,t);return s?F_(n,r,new Q(o.$anchorCell,s)):!1}}function R_(e,t){let n=e.state.doc,r=Ng(n.resolve(t));return r?(e.dispatch(e.state.tr.setSelection(new Q(r))),!0):!1}function z_(e,t,n){if(!Fg(e.state))return!1;let r=E_(n),i=e.state.selection;if(i instanceof Q){r||={width:1,height:1,rows:[E.from(O_(jg(e.state.schema).cell,n))]};let t=i.$anchorCell.node(-1),a=i.$anchorCell.start(-1),o=Z.get(t).rectBetween(i.$anchorCell.pos-a,i.$headCell.pos-a);return r=k_(r,o.right-o.left,o.bottom-o.top),N_(e.state,e.dispatch,a,o,r),!0}else if(r){let t=Ig(e.state),n=t.start(-1);return N_(e.state,e.dispatch,n,Z.get(t.node(-1)).findCell(t.pos-n),r),!0}else return!1}function B_(e,t){if(t.button!=0||t.ctrlKey||t.metaKey)return;let n=H_(e,t.target),r;if(t.shiftKey&&e.state.selection instanceof Q)i(e.state.selection.$anchorCell,t),t.preventDefault();else if(t.shiftKey&&n&&(r=Ng(e.state.selection.$anchor))!=null&&U_(e,t)?.pos!=r.pos)i(r,t),t.preventDefault();else if(!n)return;function i(t,n){let r=U_(e,n),i=Mg.getState(e.state)==null;if(!r||!Bg(t,r))if(i)r=t;else return;let a=new Q(t,r);if(i||!e.state.selection.eq(a)){let n=e.state.tr.setSelection(a);i&&n.setMeta(Mg,t.pos),e.dispatch(n)}}function a(){e.root.removeEventListener(`mouseup`,a),e.root.removeEventListener(`dragstart`,a),e.root.removeEventListener(`mousemove`,o),Mg.getState(e.state)!=null&&e.dispatch(e.state.tr.setMeta(Mg,-1))}function o(r){let o=r,s=Mg.getState(e.state),c;if(s!=null)c=e.state.doc.resolve(s);else if(H_(e,o.target)!=n&&(c=U_(e,t),!c))return a();c&&i(c,o)}e.root.addEventListener(`mouseup`,a),e.root.addEventListener(`dragstart`,a),e.root.addEventListener(`mousemove`,o)}function V_(e,t,n){if(!(e.state.selection instanceof j))return null;let{$head:r}=e.state.selection;for(let i=r.depth-1;i>=0;i--){let a=r.node(i);if((n<0?r.index(i):r.indexAfter(i))!=(n<0?0:a.childCount))return null;if(a.type.spec.tableRole==`cell`||a.type.spec.tableRole==`header_cell`){let a=r.before(i),o=t==`vert`?n>0?`down`:`up`:n>0?`right`:`left`;return e.endOfTextblock(o)?a:null}}return null}function H_(e,t){for(;t&&t!=e.dom;t=t.parentNode)if(t.nodeName==`TD`||t.nodeName==`TH`)return t;return null}function U_(e,t){let n=e.posAtCoords({left:t.clientX,top:t.clientY});if(!n)return null;let{inside:r,pos:i}=n;return r>=0&&Ng(e.state.doc.resolve(r))||Ng(e.state.doc.resolve(i))}var W_=class{constructor(e,t){this.node=e,this.defaultCellMinWidth=t,this.dom=document.createElement(`div`),this.dom.className=`tableWrapper`,this.table=this.dom.appendChild(document.createElement(`table`)),this.table.style.setProperty(`--default-cell-min-width`,`${t}px`),this.colgroup=this.table.appendChild(document.createElement(`colgroup`)),G_(e,this.colgroup,this.table,t),this.contentDOM=this.table.appendChild(document.createElement(`tbody`))}update(e){return e.type==this.node.type?(this.node=e,G_(e,this.colgroup,this.table,this.defaultCellMinWidth),!0):!1}ignoreMutation(e){return e.type==`attributes`&&(e.target==this.table||this.colgroup.contains(e.target))}};function G_(e,t,n,r,i,a){let o=0,s=!0,c=t.firstChild,l=e.firstChild;if(l){for(let e=0,n=0;enew r(e,n,t)),new J_(-1,!1)},apply(e,t){return t.apply(e)}},props:{attributes:e=>{let t=K_.getState(e);return t&&t.activeHandle>-1?{class:`resize-cursor`}:{}},handleDOMEvents:{mousemove:(t,n)=>{Y_(t,n,e,i)},mouseleave:e=>{X_(e)},mousedown:(e,r)=>{Z_(e,r,t,n)}},decorations:e=>{let t=K_.getState(e);if(t&&t.activeHandle>-1)return ov(e,t.activeHandle)},nodeViews:{}}});return a}var J_=class e{constructor(e,t){this.activeHandle=e,this.dragging=t}apply(t){let n=this,r=t.getMeta(K_);if(r&&r.setHandle!=null)return new e(r.setHandle,!1);if(r&&r.setDragging!==void 0)return new e(n.activeHandle,r.setDragging);if(n.activeHandle>-1&&t.docChanged){let r=t.mapping.map(n.activeHandle,-1);return Rg(t.doc.resolve(r))||(r=-1),new e(r,n.dragging)}return n}};function Y_(e,t,n,r){if(!e.editable)return;let i=K_.getState(e.state);if(i&&!i.dragging){let a=$_(t.target),o=-1;if(a){let{left:r,right:i}=a.getBoundingClientRect();t.clientX-r<=n?o=ev(e,t,`left`,n):i-t.clientX<=n&&(o=ev(e,t,`right`,n))}if(o!=i.activeHandle){if(!r&&o!==-1){let t=e.state.doc.resolve(o),n=t.node(-1),r=Z.get(n),i=t.start(-1);if(r.colCount(t.pos-i)+t.nodeAfter.attrs.colspan-1==r.width-1)return}nv(e,o)}}}function X_(e){if(!e.editable)return;let t=K_.getState(e.state);t&&t.activeHandle>-1&&!t.dragging&&nv(e,-1)}function Z_(e,t,n,r){if(!e.editable)return!1;let i=e.dom.ownerDocument.defaultView??window,a=K_.getState(e.state);if(!a||a.activeHandle==-1||a.dragging)return!1;let o=e.state.doc.nodeAt(a.activeHandle),s=Q_(e,a.activeHandle,o.attrs);e.dispatch(e.state.tr.setMeta(K_,{setDragging:{startX:t.clientX,startWidth:s}}));function c(t){i.removeEventListener(`mouseup`,c),i.removeEventListener(`mousemove`,l);let r=K_.getState(e.state);r?.dragging&&(rv(e,r.activeHandle,tv(r.dragging,t,n)),e.dispatch(e.state.tr.setMeta(K_,{setDragging:null})))}function l(t){if(!t.which)return c(t);let i=K_.getState(e.state);if(i&&i.dragging){let a=tv(i.dragging,t,n);iv(e,i.activeHandle,a,r)}}return iv(e,a.activeHandle,s,r),i.addEventListener(`mouseup`,c),i.addEventListener(`mousemove`,l),t.preventDefault(),!0}function Q_(e,t,{colspan:n,colwidth:r}){let i=r&&r[r.length-1];if(i)return i;let a=e.domAtPos(t),o=a.node.childNodes[a.offset].offsetWidth,s=n;if(r)for(let e=0;elv(e),renderHTML:e=>e.align?{style:`text-align: ${e.align}`}:{}}}var fv=G.create({name:`tableCell`,addOptions(){return{HTMLAttributes:{}}},content:`block+`,addAttributes(){return{colspan:{default:1},rowspan:{default:1},colwidth:{default:null,parseHTML:e=>{let t=e.getAttribute(`colwidth`),n=t?t.split(`,`).map(e=>parseInt(e,10)):null;if(!n){let t=e.closest(`table`)?.querySelectorAll(`colgroup > col`),n=Array.from(e.parentElement?.children||[]).indexOf(e);if(n&&n>-1&&t&&t[n]){let e=t[n].getAttribute(`width`);return e?[parseInt(e,10)]:null}}return n}},align:dv()}},tableRole:`cell`,isolating:!0,parseHTML(){return[{tag:`td`}]},renderHTML({HTMLAttributes:e}){return[`td`,U(this.options.HTMLAttributes,e),0]}}),pv=G.create({name:`tableHeader`,addOptions(){return{HTMLAttributes:{}}},content:`block+`,addAttributes(){return{colspan:{default:1},rowspan:{default:1},colwidth:{default:null,parseHTML:e=>{let t=e.getAttribute(`colwidth`);return t?t.split(`,`).map(e=>parseInt(e,10)):null}},align:dv()}},tableRole:`header_cell`,isolating:!0,parseHTML(){return[{tag:`th`}]},renderHTML({HTMLAttributes:e}){return[`th`,U(this.options.HTMLAttributes,e),0]}}),mv=G.create({name:`tableRow`,addOptions(){return{HTMLAttributes:{}}},content:`(tableCell | tableHeader)*`,tableRole:`row`,parseHTML(){return[{tag:`tr`}]},renderHTML({HTMLAttributes:e}){return[`tr`,U(this.options.HTMLAttributes,e),0]}});function hv(e,t){return t?[`width`,`${Math.max(t,e)}px`]:[`min-width`,`${e}px`]}function gv(e,t,n,r,i,a){var o;let s=0,c=!0,l=t.firstChild,u=e.firstChild;if(u!==null)for(let e=0,n=0;e{let r=e.nodes[n];r.spec.tableRole&&(t[r.spec.tableRole]=r)}),e.cached.tableNodeTypes=t,t}function xv(e,t,n,r,i){let a=bv(e),o=[],s=[];for(let e=0;e{let{selection:t}=e.state;if(!Sv(t))return!1;let n=0;return tu(t.ranges[0].$from,e=>e.type.name===`table`)?.node.descendants(e=>{if(e.type.name===`table`)return!1;[`tableCell`,`tableHeader`].includes(e.type.name)&&(n+=1)}),n===t.ranges.length?(e.commands.deleteTable(),!0):!1};function wv(e){return(e||``).replace(/\s+/g,` `).trim()}function Tv(e,t,n={}){let r=n.cellLineSeparator??``;if(!e||!e.content||e.content.length===0)return``;let i=[];e.content.forEach(e=>{let n=[];e.content&&e.content.forEach(e=>{let i=``;i=e.content&&Array.isArray(e.content)&&e.content.length>1?e.content.map(e=>t.renderChildren(e)).join(r):e.content?t.renderChildren(e.content):``;let a=wv(i),o=e.type===`tableHeader`,s=uv(e.attrs);n.push({text:a,isHeader:o,align:s})}),i.push(n)});let a=i.reduce((e,t)=>Math.max(e,t.length),0);if(a===0)return``;let o=Array(a).fill(0);i.forEach(e=>{for(let t=0;to[t]&&(o[t]=n),o[t]<3&&(o[t]=3)}});let s=(e,t)=>e+` `.repeat(Math.max(0,t-e.length)),c=i[0],l=c.some(e=>e.isHeader),u=Array(a).fill(null);i.forEach(e=>{for(let t=0;tl&&c[t]&&c[t].text||``);return d+=`| ${f.map((e,t)=>s(e,o[t])).join(` | `)} | +`,d+=`| ${o.map((e,t)=>{let n=Math.max(3,e),r=u[t];return r===`left`?`:${`-`.repeat(n)}`:r===`right`?`${`-`.repeat(n)}:`:r===`center`?`:${`-`.repeat(n)}:`:`-`.repeat(n)}).join(` | `)} | +`,(l?i.slice(1):i).forEach(e=>{d+=`| ${Array(a).fill(0).map((t,n)=>s(e[n]&&e[n].text||``,o[n])).join(` | `)} | +`}),d}var Ev=Tv,Dv=G.create({name:`table`,addOptions(){return{HTMLAttributes:{},resizable:!1,renderWrapper:!1,handleWidth:5,cellMinWidth:25,View:_v,lastColumnResizable:!0,allowTableNodeSelection:!1}},content:`tableRow+`,tableRole:`table`,isolating:!0,group:`block`,parseHTML(){return[{tag:`table`}]},renderHTML({node:e,HTMLAttributes:t}){let{colgroup:n,tableWidth:r,tableMinWidth:i}=vv(e,this.options.cellMinWidth),a=t.style;function o(){return a||(r?`width: ${r}`:`min-width: ${i}`)}let s=[`table`,U(this.options.HTMLAttributes,t,{style:o()}),n,[`tbody`,0]];return this.options.renderWrapper?[`div`,{class:`tableWrapper`},s]:s},parseMarkdown:(e,t)=>{let n=[],r=Array.isArray(e.align)?e.align:[];if(e.header){let i=[];e.header.forEach((e,n)=>{let a=cv(r[n]??e.align),o=a?{align:a}:{};i.push(t.createNode(`tableHeader`,o,[{type:`paragraph`,content:t.parseInline(e.tokens)}]))}),n.push(t.createNode(`tableRow`,{},i))}return e.rows&&e.rows.forEach(e=>{let i=[];e.forEach((e,n)=>{let a=cv(r[n]??e.align),o=a?{align:a}:{};i.push(t.createNode(`tableCell`,o,[{type:`paragraph`,content:t.parseInline(e.tokens)}]))}),n.push(t.createNode(`tableRow`,{},i))}),t.createNode(`table`,void 0,n)},renderMarkdown:(e,t)=>Ev(e,t),addCommands(){return{insertTable:({rows:e=3,cols:t=3,withHeaderRow:n=!0}={})=>({tr:r,dispatch:i,editor:a})=>{let o=xv(a.schema,e,t,n);if(i){let e=r.selection.from+1;r.replaceSelectionWith(o).scrollIntoView().setSelection(j.near(r.doc.resolve(e)))}return!0},addColumnBefore:()=>({state:e,dispatch:t})=>n_(e,t),addColumnAfter:()=>({state:e,dispatch:t})=>r_(e,t),deleteColumn:()=>({state:e,dispatch:t})=>a_(e,t),addRowBefore:()=>({state:e,dispatch:t})=>c_(e,t),addRowAfter:()=>({state:e,dispatch:t})=>l_(e,t),deleteRow:()=>({state:e,dispatch:t})=>d_(e,t),deleteTable:()=>({state:e,dispatch:t})=>w_(e,t),mergeCells:()=>({state:e,dispatch:t})=>m_(e,t),splitCell:()=>({state:e,dispatch:t})=>h_(e,t),toggleHeaderColumn:()=>({state:e,dispatch:t})=>b_(`column`)(e,t),toggleHeaderRow:()=>({state:e,dispatch:t})=>b_(`row`)(e,t),toggleHeaderCell:()=>({state:e,dispatch:t})=>x_(e,t),mergeOrSplit:()=>({state:e,dispatch:t})=>m_(e,t)?!0:h_(e,t),setCellAttribute:(e,t)=>({state:n,dispatch:r})=>__(e,t)(n,r),goToNextCell:()=>({state:e,dispatch:t})=>C_(1)(e,t),goToPreviousCell:()=>({state:e,dispatch:t})=>C_(-1)(e,t),fixTables:()=>({state:e,dispatch:t})=>(t&&Qg(e),!0),setCellSelection:e=>({tr:t,dispatch:n})=>{if(n){let n=Q.create(t.doc,e.anchorCell,e.headCell);t.setSelection(n)}return!0}}},addKeyboardShortcuts(){return{Tab:()=>this.editor.commands.goToNextCell()?!0:this.editor.can().addRowAfter()?this.editor.chain().addRowAfter().goToNextCell().run():!1,"Shift-Tab":()=>this.editor.commands.goToPreviousCell(),Backspace:Cv,"Mod-Backspace":Cv,Delete:Cv,"Mod-Delete":Cv}},addProseMirrorPlugins(){return[...this.options.resizable&&this.editor.isEditable?[q_({handleWidth:this.options.handleWidth,cellMinWidth:this.options.cellMinWidth,defaultCellMinWidth:this.options.cellMinWidth,View:this.options.View,lastColumnResizable:this.options.lastColumnResizable})]:[],sv({allowTableNodeSelection:this.options.allowTableNodeSelection})]},extendNodeSchema(e){return{tableRole:H(V(e,`tableRole`,{name:e.name,options:e.options,storage:e.storage}))}}});W.create({name:`tableKit`,addExtensions(){let e=[];return this.options.table!==!1&&e.push(Dv.configure(this.options.table)),this.options.tableCell!==!1&&e.push(fv.configure(this.options.tableCell)),this.options.tableHeader!==!1&&e.push(pv.configure(this.options.tableHeader)),this.options.tableRow!==!1&&e.push(mv.configure(this.options.tableRow)),e}});var Ov=20,kv=(e,t=0)=>{let n=[];return!e.children.length||t>Ov||Array.from(e.children).forEach(e=>{e.tagName===`SPAN`?n.push(e):e.children.length&&n.push(...kv(e,t+1))}),n},Av=e=>{if(!e.children.length)return;let t=kv(e);t&&t.forEach(e=>{let t=e.getAttribute(`style`),n=(e.parentElement?.closest(`span`))?.getAttribute(`style`);e.setAttribute(`style`,`${n};${t}`)})},jv=wd.create({name:`textStyle`,priority:101,addOptions(){return{HTMLAttributes:{},mergeNestedSpanStyles:!0}},parseHTML(){return[{tag:`span`,consuming:!1,getAttrs:e=>e.hasAttribute(`style`)?(this.options.mergeNestedSpanStyles&&Av(e),{}):!1}]},renderHTML({HTMLAttributes:e}){return[`span`,U(this.options.HTMLAttributes,e),0]},addCommands(){return{toggleTextStyle:e=>({commands:t})=>t.toggleMark(this.name,e),removeEmptyTextStyle:()=>({tr:e})=>{let{selection:t}=e;return e.doc.nodesBetween(t.from,t.to,(t,n)=>{if(t.isTextblock)return!0;t.marks.filter(e=>e.type===this.type).some(e=>Object.values(e.attrs).some(e=>!!e))||e.removeMark(n,n+t.nodeSize,this.type)}),!0}}}}),Mv=W.create({name:`backgroundColor`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{backgroundColor:{default:null,parseHTML:e=>{let t=e.getAttribute(`style`);if(t){let e=t.split(`;`).map(e=>e.trim()).filter(Boolean);for(let t=e.length-1;t>=0;--t){let n=e[t].split(`:`);if(n.length>=2){let e=n[0].trim().toLowerCase(),t=n.slice(1).join(`:`).trim();if(e===`background-color`)return t.replace(/['"]+/g,``)}}}return e.style.backgroundColor?.replace(/['"]+/g,``)},renderHTML:e=>e.backgroundColor?{style:`background-color: ${e.backgroundColor}`}:{}}}}]},addCommands(){return{setBackgroundColor:e=>({chain:t})=>t().setMark(`textStyle`,{backgroundColor:e}).run(),unsetBackgroundColor:()=>({chain:e})=>e().setMark(`textStyle`,{backgroundColor:null}).removeEmptyTextStyle().run()}}}),Nv=W.create({name:`color`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{color:{default:null,parseHTML:e=>{let t=e.getAttribute(`style`);if(t){let e=t.split(`;`).map(e=>e.trim()).filter(Boolean);for(let t=e.length-1;t>=0;--t){let n=e[t].split(`:`);if(n.length>=2){let e=n[0].trim().toLowerCase(),t=n.slice(1).join(`:`).trim();if(e===`color`)return t.replace(/['"]+/g,``)}}}return e.style.color?.replace(/['"]+/g,``)},renderHTML:e=>e.color?{style:`color: ${e.color}`}:{}}}}]},addCommands(){return{setColor:e=>({chain:t})=>t().setMark(`textStyle`,{color:e}).run(),unsetColor:()=>({chain:e})=>e().setMark(`textStyle`,{color:null}).removeEmptyTextStyle().run()}}}),Pv=W.create({name:`fontFamily`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{fontFamily:{default:null,parseHTML:e=>e.style.fontFamily,renderHTML:e=>e.fontFamily?{style:`font-family: ${e.fontFamily}`}:{}}}}]},addCommands(){return{setFontFamily:e=>({chain:t})=>t().setMark(`textStyle`,{fontFamily:e}).run(),unsetFontFamily:()=>({chain:e})=>e().setMark(`textStyle`,{fontFamily:null}).removeEmptyTextStyle().run()}}}),Fv=W.create({name:`fontSize`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{fontSize:{default:null,parseHTML:e=>e.style.fontSize,renderHTML:e=>e.fontSize?{style:`font-size: ${e.fontSize}`}:{}}}}]},addCommands(){return{setFontSize:e=>({chain:t})=>t().setMark(`textStyle`,{fontSize:e}).run(),unsetFontSize:()=>({chain:e})=>e().setMark(`textStyle`,{fontSize:null}).removeEmptyTextStyle().run()}}}),Iv=W.create({name:`lineHeight`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{lineHeight:{default:null,parseHTML:e=>e.style.lineHeight,renderHTML:e=>e.lineHeight?{style:`line-height: ${e.lineHeight}`}:{}}}}]},addCommands(){return{setLineHeight:e=>({chain:t})=>t().setMark(`textStyle`,{lineHeight:e}).run(),unsetLineHeight:()=>({chain:e})=>e().setMark(`textStyle`,{lineHeight:null}).removeEmptyTextStyle().run()}}});W.create({name:`textStyleKit`,addExtensions(){let e=[];return this.options.backgroundColor!==!1&&e.push(Mv.configure(this.options.backgroundColor)),this.options.color!==!1&&e.push(Nv.configure(this.options.color)),this.options.fontFamily!==!1&&e.push(Pv.configure(this.options.fontFamily)),this.options.fontSize!==!1&&e.push(Fv.configure(this.options.fontSize)),this.options.lineHeight!==!1&&e.push(Iv.configure(this.options.lineHeight)),this.options.textStyle!==!1&&e.push(jv.configure(this.options.textStyle)),e}});var Lv=fv.extend({content:`inline*`,parseHTML(){return[{tag:`td`}]},renderHTML({HTMLAttributes:e}){return[`td`,e,0]}}),Rv=pv.extend({content:`inline*`,parseHTML(){return[{tag:`th`}]},renderHTML({HTMLAttributes:e}){return[`th`,e,0]}}),zv={name:`WorshipDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([]),a=i([]),o=()=>{n.value=!0,c()},s=()=>{n.value=!1},c=async()=>{try{r.value=(await le.get(`/event-places`)).data}catch(e){console.error(`Fehler beim Laden der Orte:`,e)}};return{isOpen:n,locations:r,selectedLocations:a,openWorshipDialog:o,closeWorshipDialog:s,confirmWorshipConfiguration:()=>{t(`confirm`,JSON.stringify(a.value.map(e=>e.id))),s()}}}},Bv={key:0,class:`dialog-overlay`},Vv={class:`dialog-content`};function Hv(e,t,n,r,i,a){let o=s(`multiselect`);return S(),m(`div`,null,[r.isOpen?(S(),m(`div`,Bv,[f(`div`,Vv,[t[3]||=f(`h3`,null,`Gottesdienst-Konfiguration`,-1),t[4]||=f(`div`,null,[f(`label`,{for:`location-select`},`Bitte wählen Sie den Ort für den Gottestdienst aus:`)],-1),f(`div`,null,[g(o,{modelValue:r.selectedLocations,"onUpdate:modelValue":t[0]||=e=>r.selectedLocations=e,options:r.locations,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,"preselect-first":!1,label:`name`,"track-by":`id`,placeholder:`Orte auswählen`},null,8,[`modelValue`,`options`])]),f(`div`,null,[f(`button`,{onClick:t[1]||=(...e)=>r.confirmWorshipConfiguration&&r.confirmWorshipConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[2]||=(...e)=>r.closeWorshipDialog&&r.closeWorshipDialog(...e)},`Schließen`)])])])):x(``,!0)])}var Uv=ne(zv,[[`render`,Hv],[`__scopeId`,`data-v-39238d16`]]),Wv={name:`AddContactDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([]),a=i([]),o=i([]),s=i([]),c=i(null),l=i([]),u=i([]),d=i([]),f=i([]),p=i(`float`),m=i({phone:!1,street:!1,zipcode:!1,city:!1,email:!1,positions:!1}),h=i([{id:`all`,caption:`Alle`},{id:`specific`,caption:`Eine Person`},{id:`places`,caption:`Für bestimmte Orte`},{id:`types`,caption:`Für bestimmte Typen`},{id:`position`,caption:`Für bestimmte Positionen`}]),g=i([{id:`float`,label:`Durchlaufender Text`},{id:`box`,label:`Textbox`}]),_=()=>{n.value=!0,b(),te(),ne(),x()},ee=()=>{n.value=!1},v=()=>{l.value.some(e=>e.id===`all`)?(l.value=[{id:`all`,caption:`Alle`}],c.value=null,u.value=[],f.value=[],d.value=[]):l.value.some(e=>e.id===`specific`)?(l.value=[{id:`specific`,caption:`Eine Person`}],u.value=[],f.value=[],d.value=[]):(l.value.some(e=>e.id===`places`)||l.value.some(e=>e.id===`types`)||l.value.some(e=>e.id===`position`))&&(c.value=null)},y=()=>{console.log(`Selected positions:`,d.value);let e=``,n=Object.keys(m.value).filter(e=>m.value[e]),r={};l.value.some(e=>e.id===`all`)?r.id=`all`:l.value.some(e=>e.id===`specific`)&&c.value?r.id=c.value.id:(r.types=u.value.map(e=>e.id),r.places=f.value.map(e=>e.id),r.positions=Array.isArray(d.value)?d.value.map(e=>e.id):[]);let i={selection:r,display:n,style:p.value};e=`{{ contact:`+JSON.stringify(i)+` }}`,console.log(`Emitting config:`,e),t(`confirm`,e),ee()},b=async()=>{try{r.value=(await le.get(`/contact-persons`)).data}catch(e){console.error(`Fehler beim Laden der Kontaktpersonen:`,e)}},te=async()=>{try{a.value=(await le.get(`/event-types`)).data}catch(e){console.error(`Fehler beim Laden der Event-Typen:`,e)}},ne=async()=>{try{o.value=(await le.get(`/event-places`)).data}catch(e){console.error(`Fehler beim Laden der Orte:`,e)}},x=async()=>{try{s.value=(await le.get(`/positions`)).data}catch(e){console.error(`Fehler beim Laden der Positionen:`,e)}};return{isOpen:n,contacts:r,selectedContact:c,selectedTypes:l,selectedEventTypes:u,selectedPlaces:f,displayOptions:m,displayStyle:p,displayStyles:g,typeOptions:h,openAddContactDialog:_,closeAddContactDialog:ee,confirmAddContactConfiguration:y,onTypeSelect:v,places:o,eventTypes:a,positions:s,selectedPositions:d}}},Gv={key:0,class:`dialog-overlay`},Kv={class:`dialog-content`},qv={key:0},Jv={key:1},Yv={key:2},Xv={key:3},Zv={class:`display-options`},Qv=[`value`];function $v(e,t,r,i,o,c){let l=s(`multiselect`);return S(),m(`div`,null,[i.isOpen?(S(),m(`div`,Gv,[f(`div`,Kv,[t[27]||=f(`h3`,null,`Kontaktperson hinzufügen`,-1),f(`div`,null,[t[14]||=f(`label`,{for:`type-select`},`Typen:`,-1),g(l,{id:`type-select`,modelValue:i.selectedTypes,"onUpdate:modelValue":t[0]||=e=>i.selectedTypes=e,options:i.typeOptions,multiple:!0,label:`caption`,"track-by":`id`,onSelect:i.onTypeSelect},null,8,[`modelValue`,`options`,`onSelect`])]),i.selectedTypes.some(e=>e.id===`places`)?(S(),m(`div`,qv,[t[15]||=f(`label`,{for:`places-select`},`Wählen Sie Orte:`,-1),g(l,{id:`places-select`,modelValue:i.selectedPlaces,"onUpdate:modelValue":t[1]||=e=>i.selectedPlaces=e,options:i.places,multiple:!0,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),i.selectedTypes.some(e=>e.id===`types`)?(S(),m(`div`,Jv,[t[16]||=f(`label`,{for:`types-select`},`Wählen Sie Typen:`,-1),g(l,{id:`types-select`,modelValue:i.selectedEventTypes,"onUpdate:modelValue":t[2]||=e=>i.selectedEventTypes=e,options:i.eventTypes,multiple:!0,label:`caption`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),i.selectedTypes.some(e=>e.id===`position`)?(S(),m(`div`,Yv,[t[17]||=f(`label`,{for:`position-select`},`Wählen Sie eine Position:`,-1),g(l,{id:`position-select`,modelValue:i.selectedPositions,"onUpdate:modelValue":t[3]||=e=>i.selectedPositions=e,options:i.positions,multiple:!1,label:`caption`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),i.selectedTypes.some(e=>e.id===`specific`)?(S(),m(`div`,Xv,[t[18]||=f(`label`,{for:`contact-select`},`Wählen Sie eine Kontaktperson:`,-1),g(l,{id:`contact-select`,modelValue:i.selectedContact,"onUpdate:modelValue":t[4]||=e=>i.selectedContact=e,options:i.contacts,multiple:!1,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),f(`div`,null,[t[26]||=f(`label`,null,`Wählen Sie welche Elemente angezeigt werden sollen:`,-1),f(`div`,Zv,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[5]||=e=>i.displayOptions.phone=e},null,512),[[w,i.displayOptions.phone]]),t[19]||=v(` Telefon`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[6]||=e=>i.displayOptions.street=e},null,512),[[w,i.displayOptions.street]]),t[20]||=v(` Straße`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[7]||=e=>i.displayOptions.zipcode=e},null,512),[[w,i.displayOptions.zipcode]]),t[21]||=v(` Postleitzahl`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[8]||=e=>i.displayOptions.city=e},null,512),[[w,i.displayOptions.city]]),t[22]||=v(` Stadt`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[9]||=e=>i.displayOptions.email=e},null,512),[[w,i.displayOptions.email]]),t[23]||=v(` E-Mail`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[10]||=e=>i.displayOptions.positions=e},null,512),[[w,i.displayOptions.positions]]),t[24]||=v(` Positionen`,-1)])]),f(`div`,null,[t[25]||=f(`label`,{for:`displayStyle`},`Anzeigen als`,-1),a(f(`select`,{id:`displayStyle`,"onUpdate:modelValue":t[11]||=e=>i.displayStyle=e},[(S(!0),m(_,null,n(i.displayStyles,e=>(S(),m(`option`,{value:e.id,key:e.id},p(e.label),9,Qv))),128))],512),[[se,i.displayStyle]])])]),f(`div`,null,[f(`button`,{onClick:t[12]||=(...e)=>i.confirmAddContactConfiguration&&i.confirmAddContactConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[13]||=(...e)=>i.closeAddContactDialog&&i.closeAddContactDialog(...e)},`Schließen`)])])])):x(``,!0)])}var ey=ne(Wv,[[`render`,$v],[`__scopeId`,`data-v-2c1d1ad9`]]),ty={name:`AddEventDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([`Alle`,`Für bestimmte Orte`,`Für bestimmte Typen`,`Ein bestimmtes`,`Ereignisse für Homepage`]),a=i([]),o=i([]),s=i([]),c=i([]),l=i([]),u=i([]),d=i(null),f=i(!1),p=i({name:!1,type:!1,place:!1,description:!1,time:!1,contactPerson:!1,day:!1,institution:!1}),m=()=>{n.value=!0,ee(),v(),y()},h=()=>{n.value=!1},g=e=>{e===`Alle`||e===`Ein bestimmtes`?a.value=[e]:a.value=a.value.filter(e=>e!==`Alle`&&e!==`Ein bestimmtes`)},_=()=>{let e={};e.display=Object.keys(p.value).filter(e=>p.value[e]),f.value?e.id=`home`:a.value.includes(`Alle`)?e.id=`all`:a.value.includes(`Ein bestimmtes`)?e.id=d.value.id:(e.types=u.value.map(e=>e.id),e.places=l.value.map(e=>e.id)),t(`confirm`,`{{ events:`+JSON.stringify(e)+` }}`),h()},ee=async()=>{try{o.value=(await le.get(`/event-places`)).data}catch(e){console.error(`Fehler beim Laden der Orte:`,e)}},v=async()=>{try{s.value=(await le.get(`/event-types`)).data}catch(e){console.error(`Fehler beim Laden der Typen:`,e)}},y=async()=>{try{c.value=(await le.get(`/events`)).data}catch(e){console.error(`Fehler beim Laden der Events:`,e)}};return{isOpen:n,typeOptions:r,selectedTypes:a,places:o,eventTypes:s,events:c,selectedPlaces:l,selectedEventTypes:u,selectedEvent:d,displayOptions:p,openAddEventDialog:m,closeAddEventDialog:h,confirmAddEventConfiguration:_,onTypeSelect:g,isHomepage:f}}},ny={key:0,class:`dialog-overlay`},ry={class:`dialog-content`},iy={key:0},ay={key:1},oy={key:2},sy={class:`display-options`};function cy(e,t,n,r,i,o){let c=s(`multiselect`);return S(),m(`div`,null,[r.isOpen?(S(),m(`div`,ny,[f(`div`,ry,[t[29]||=f(`h3`,null,`Ereignisse hinzufügen`,-1),f(`div`,null,[t[15]||=f(`label`,{for:`selection-type`},`Wählen Sie den Typ:`,-1),g(c,{id:`selection-type`,modelValue:r.selectedTypes,"onUpdate:modelValue":t[0]||=e=>r.selectedTypes=e,options:r.typeOptions,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,onSelect:r.onTypeSelect},null,8,[`modelValue`,`options`,`onSelect`])]),f(`div`,null,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[1]||=e=>r.isHomepage=e},null,512),[[w,r.isHomepage]]),t[16]||=v(` Auch Ereignisse für die Homepage zeigen`,-1)])]),r.selectedTypes.includes(`Für bestimmte Orte`)?(S(),m(`div`,iy,[t[17]||=f(`label`,{for:`places-select`},`Wählen Sie Orte:`,-1),g(c,{id:`places-select`,modelValue:r.selectedPlaces,"onUpdate:modelValue":t[2]||=e=>r.selectedPlaces=e,options:r.places,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),r.selectedTypes.includes(`Für bestimmte Typen`)?(S(),m(`div`,ay,[t[18]||=f(`label`,{for:`types-select`},`Wählen Sie Typen:`,-1),g(c,{id:`types-select`,modelValue:r.selectedEventTypes,"onUpdate:modelValue":t[3]||=e=>r.selectedEventTypes=e,options:r.eventTypes,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,label:`caption`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),r.selectedTypes.includes(`Ein bestimmtes`)?(S(),m(`div`,oy,[t[19]||=f(`label`,{for:`event-select`},`Wählen Sie ein Event:`,-1),g(c,{id:`event-select`,modelValue:r.selectedEvent,"onUpdate:modelValue":t[4]||=e=>r.selectedEvent=e,options:r.events,multiple:!1,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),f(`div`,null,[t[28]||=f(`label`,null,`Wählen Sie welche Elemente angezeigt werden sollen:`,-1),f(`div`,sy,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[5]||=e=>r.displayOptions.name=e},null,512),[[w,r.displayOptions.name]]),t[20]||=v(` Name`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[6]||=e=>r.displayOptions.type=e},null,512),[[w,r.displayOptions.type]]),t[21]||=v(` Typ`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[7]||=e=>r.displayOptions.place=e},null,512),[[w,r.displayOptions.place]]),t[22]||=v(` Ort`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[8]||=e=>r.displayOptions.description=e},null,512),[[w,r.displayOptions.description]]),t[23]||=v(` Beschreibung`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[9]||=e=>r.displayOptions.time=e},null,512),[[w,r.displayOptions.time]]),t[24]||=v(` Uhrzeit`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[10]||=e=>r.displayOptions.contactPerson=e},null,512),[[w,r.displayOptions.contactPerson]]),t[25]||=v(` Kontaktperson`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[11]||=e=>r.displayOptions.day=e},null,512),[[w,r.displayOptions.day]]),t[26]||=v(` Veranstaltungstag`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[12]||=e=>r.displayOptions.institution=e},null,512),[[w,r.displayOptions.institution]]),t[27]||=v(` Institution`,-1)])])]),f(`div`,null,[f(`button`,{onClick:t[13]||=(...e)=>r.confirmAddEventConfiguration&&r.confirmAddEventConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[14]||=(...e)=>r.closeAddEventDialog&&r.closeAddEventDialog(...e)},`Schließen`)])])])):x(``,!0)])}var ly=ne(ty,[[`render`,cy],[`__scopeId`,`data-v-950ec016`]]),uy={name:`AddLinkDialog`,data(){return{showDialog:!1,url:``,text:``}},methods:{openAddLinkDialog(){this.showDialog=!0},closeDialog(){this.showDialog=!1,this.url=``,this.text=``},confirm(){this.$emit(`confirm`,this.url,this.text),this.closeDialog()}}},dy={key:0,class:`modal`},fy={class:`modal-content`};function py(e,t,n,r,i,o){return i.showDialog?(S(),m(`div`,dy,[f(`div`,fy,[f(`span`,{class:`close`,onClick:t[0]||=(...e)=>o.closeDialog&&o.closeDialog(...e)},`×`),t[6]||=f(`h2`,null,`Link hinzufügen`,-1),f(`table`,null,[f(`tbody`,null,[f(`tr`,null,[t[4]||=f(`td`,null,[f(`label`,{for:`link-url`},`URL:`)],-1),f(`td`,null,[a(f(`input`,{id:`link-url`,"onUpdate:modelValue":t[1]||=e=>i.url=e,type:`text`},null,512),[[oe,i.url]])])]),f(`tr`,null,[t[5]||=f(`td`,null,[f(`label`,{for:`link-text`},`Linktext:`)],-1),f(`td`,null,[a(f(`input`,{id:`link-text`,"onUpdate:modelValue":t[2]||=e=>i.text=e,type:`text`},null,512),[[oe,i.text]])])])])]),f(`button`,{onClick:t[3]||=(...e)=>o.confirm&&o.confirm(...e)},`Hinzufügen`)])])):x(``,!0)}var my=ne(uy,[[`render`,py],[`__scopeId`,`data-v-66d76ae6`]]),hy={name:`AddDownloadDialog`,data(){return{showDialog:!1,selectedFile:null,files:[]}},methods:{async openAddDownloadDialog(){this.showDialog=!0;try{this.files=(await le.get(`/files`)).data}catch(e){console.error(`Fehler beim Abrufen der Dateien:`,e)}},closeDialog(){this.showDialog=!1,this.selectedFile=null},confirm(){this.selectedFile?(console.log(this.selectedFile.hash),this.$emit(`confirm`,{hash:this.selectedFile.hash}),this.closeDialog()):alert(`Bitte wählen Sie eine Datei aus.`)}}},gy={key:0,class:`modal`},_y={class:`modal-content`},vy=[`value`];function yy(e,t,r,i,o,s){return o.showDialog?(S(),m(`div`,gy,[f(`div`,_y,[f(`span`,{class:`close`,onClick:t[0]||=(...e)=>s.closeDialog&&s.closeDialog(...e)},`×`),t[4]||=f(`h2`,null,`Datei zum Download hinzufügen`,-1),f(`table`,null,[f(`tbody`,null,[f(`tr`,null,[t[3]||=f(`td`,null,[f(`label`,{for:`file-select`},`Datei auswählen:`)],-1),f(`td`,null,[a(f(`select`,{id:`file-select`,"onUpdate:modelValue":t[1]||=e=>o.selectedFile=e},[(S(!0),m(_,null,n(o.files,e=>(S(),m(`option`,{key:e.id,value:e},p(e.title)+` (`+p(e.originalName)+`) `,9,vy))),128))],512),[[se,o.selectedFile]])])])])]),f(`button`,{onClick:t[2]||=(...e)=>s.confirm&&s.confirm(...e)},`Hinzufügen`)])])):x(``,!0)}var by=ne(hy,[[`render`,yy],[`__scopeId`,`data-v-76913011`]]),xy={name:`AddInstitutionDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([]),a=i(null),o=i(`float`),s=i({street:!1,zipcode:!1,city:!1,phone:!1,fax:!1,email:!1}),c=i([{id:`all`,name:`Alle`},...r.value]),l=i([{id:`float`,label:`Durchlaufender Text`},{id:`box`,label:`Textbox`}]),u=()=>{n.value=!0,m()},d=()=>{n.value=!1},f=()=>{a.value&&a.value.id===`all`&&(c.value=[{id:`all`,name:`Alle`}],a.value={id:`all`,name:`Alle`})},p=()=>{let e=Object.keys(s.value).filter(e=>s.value[e]),n={id:a.value.id,display:e,style:o.value};t(`confirm`,`{{ institution:${JSON.stringify(n)} }}`),d()},m=async()=>{try{r.value=(await le.get(`/institutions`)).data,c.value=[{id:`all`,name:`Alle`},...r.value]}catch(e){console.error(`Fehler beim Laden der Institutionen:`,e)}};return{isOpen:n,institutions:r,selectedInstitution:a,displayOptions:s,displayStyle:o,displayStyles:l,institutionOptions:c,openAddInstitutionDialog:u,closeAddInstitutionDialog:d,confirmAddInstitutionConfiguration:p,onInstitutionSelect:f}}},Sy={key:0,class:`dialog-overlay`},Cy={class:`dialog-content`},wy={class:`display-options`},Ty=[`value`];function Ey(e,t,r,i,o,c){let l=s(`multiselect`);return S(),m(`div`,null,[i.isOpen?(S(),m(`div`,Sy,[f(`div`,Cy,[t[19]||=f(`h3`,null,`Institution hinzufügen`,-1),f(`div`,null,[t[10]||=f(`label`,{for:`institution-select`},`Wählen Sie eine Institution:`,-1),g(l,{id:`institution-select`,modelValue:i.selectedInstitution,"onUpdate:modelValue":t[0]||=e=>i.selectedInstitution=e,options:i.institutionOptions,multiple:!1,label:`name`,"track-by":`id`,onSelect:i.onInstitutionSelect},null,8,[`modelValue`,`options`,`onSelect`])]),f(`div`,null,[t[18]||=f(`label`,null,`Wählen Sie welche Elemente angezeigt werden sollen:`,-1),f(`div`,wy,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[1]||=e=>i.displayOptions.street=e},null,512),[[w,i.displayOptions.street]]),t[11]||=v(` Straße`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[2]||=e=>i.displayOptions.zipcode=e},null,512),[[w,i.displayOptions.zipcode]]),t[12]||=v(` Postleitzahl`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[3]||=e=>i.displayOptions.city=e},null,512),[[w,i.displayOptions.city]]),t[13]||=v(` Stadt`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[4]||=e=>i.displayOptions.phone=e},null,512),[[w,i.displayOptions.phone]]),t[14]||=v(` Telefon`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[5]||=e=>i.displayOptions.fax=e},null,512),[[w,i.displayOptions.fax]]),t[15]||=v(` Fax`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[6]||=e=>i.displayOptions.email=e},null,512),[[w,i.displayOptions.email]]),t[16]||=v(` E-Mail`,-1)])]),f(`div`,null,[t[17]||=f(`label`,{for:`displayStyle`},`Anzeigen als`,-1),a(f(`select`,{id:`displayStyle`,"onUpdate:modelValue":t[7]||=e=>i.displayStyle=e},[(S(!0),m(_,null,n(i.displayStyles,e=>(S(),m(`option`,{value:e.id,key:e.id},p(e.label),9,Ty))),128))],512),[[se,i.displayStyle]])])]),f(`div`,null,[f(`button`,{onClick:t[8]||=(...e)=>i.confirmAddInstitutionConfiguration&&i.confirmAddInstitutionConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[9]||=(...e)=>i.closeAddInstitutionDialog&&i.closeAddInstitutionDialog(...e)},`Schließen`)])])])):x(``,!0)])}var Dy=ne(xy,[[`render`,Ey],[`__scopeId`,`data-v-1c37dd67`]]),$=Symbol(`IconoirProvider`);h({setup(){return{context:C($)}}});var Oy=(e,t)=>{let n=e.__vccOpts||e;for(let[e,r]of t)n[e]=r;return n};h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var ky=h({setup(){return{context:C($)}}});function Ay(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,8)],16)}var jy=Oy(ky,[[`render`,Ay]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var My=h({setup(){return{context:C($)}}});function Ny(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,8)],16)}var Py=Oy(My,[[`render`,Ny]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Fy=h({setup(){return{context:C($)}}});function Iy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M12 3L12 21M12 21L20.5 12.5M12 21L3.5 12.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Ly=Oy(Fy,[[`render`,Iy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Ry=h({setup(){return{context:C($)}}});function zy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M3 12L21 12M21 12L12.5 3.5M21 12L12.5 20.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var By=Oy(Ry,[[`render`,zy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Vy=h({setup(){return{context:C($)}}});function Hy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M12 11.6667H8M12 11.6667C12 11.6667 15.3333 11.6667 15.3333 8.33333C15.3333 5.00002 12 5 12 5C12 5 12 5 12 5H8.6C8.26863 5 8 5.26863 8 5.6V11.6667M12 11.6667C12 11.6667 16 11.6667 16 15.3333C16 19 12 19 12 19C12 19 12 19 12 19H8.6C8.26863 19 8 18.7314 8 18.4V11.6667`,stroke:`currentColor`,"stroke-width":`1.5`},null,-1)],16)}var Uy=Oy(Vy,[[`render`,Hy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Wy=h({setup(){return{context:C($)}}});function Gy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M6 20L18 20`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M12 4V16M12 16L15.5 12.5M12 16L8.5 12.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Ky=Oy(Wy,[[`render`,Gy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var qy=h({setup(){return{context:C($)}}});function Jy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M11 5L14 5M17 5L14 5M14 5L10 19M10 19L7 19M10 19L13 19`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Yy=Oy(qy,[[`render`,Jy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Xy=h({setup(){return{context:C($)}}});function Zy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,6)],16)}var Qy=Oy(Xy,[[`render`,Zy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var $y=h({setup(){return{context:C($)}}});function eb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,7)],16)}var tb=Oy($y,[[`render`,eb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var nb=h({setup(){return{context:C($)}}});function rb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M8 21H20.4C20.7314 21 21 20.7314 21 20.4V3.6C21 3.26863 20.7314 3 20.4 3H3.6C3.26863 3 3 3.26863 3 3.6V16`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M3.5 20.5L12 12M12 12V16M12 12H8`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var ib=Oy(nb,[[`render`,rb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var ab=h({setup(){return{context:C($)}}});function ob(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,5)],16)}var sb=Oy(ab,[[`render`,ob]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var cb=h({setup(){return{context:C($)}}});function lb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M3 12L21 12`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M16.2857 3L10.068 3C7.82129 3 6 4.82129 6 7.06797C6 8.81895 7.12044 10.3735 8.78157 10.9272L12 12M6 21H13.932C16.1787 21 18 19.1787 18 16.932C18 16.2409 17.8255 15.5804 17.512 15`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var ub=Oy(cb,[[`render`,lb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var db=h({setup(){return{context:C($)}}});function fb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,5)],16)}var pb=Oy(db,[[`render`,fb]]),mb=h({setup(){return{context:C($)}}});function hb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M3 12H7.5H12H16.5H21M3 12V16.5M3 12V7.5M21 12V16.5M21 12V7.5M3 16.5V20.4C3 20.7314 3.26863 21 3.6 21H7.5H12H16.5H20.4C20.7314 21 21 20.7314 21 20.4V16.5M3 16.5H7.5H12H16.5H21M21 7.5V3.6C21 3.26863 20.7314 3 20.4 3H16.5H12H7.5H3.6C3.26863 3 3 3.26863 3 3.6V7.5M21 7.5H16.5H12H7.5H3`,stroke:`currentColor`,"stroke-width":`1.5`},null,-1)],16)}var gb=Oy(mb,[[`render`,hb]]),_b=h({setup(){return{context:C($)}}});function vb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,7)],16)}var yb=Oy(_b,[[`render`,vb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var bb=h({setup(){return{context:C($)}}});function xb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M16 5V11C16 13.2091 14.2091 15 12 15V15C9.79086 15 8 13.2091 8 11V5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M6 19L18 19`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Sb=Oy(bb,[[`render`,xb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Cb={name:`EditPagesComponent`,components:{EditorContent:pf,WorshipDialog:Uv,AddImageDialog:de,BoldIcon:Uy,ItalicIcon:Yy,UnderlineIcon:Sb,StrikethroughIcon:ub,ListIcon:Qy,NumberedListLeftIcon:tb,TableIcon:yb,Table2ColumnsIcon:pb,ArrowDownIcon:Ly,ArrowRightIcon:By,TableRowsIcon:gb,AlignTopBoxIcon:Py,AlignLeftBoxIcon:jy,StatsReportIcon:sb,AddEventDialog:ly,AddContactDialog:ey,AddLinkDialog:my,AddDownloadDialog:by,AddInstitutionDialog:Dy,OpenInWindowIcon:ib,DownloadIcon:Ky},setup(){let e=ce(),n=i([]),r=i(``),a=te(()=>e.state.pageContent),o=i(null),s=i(null),c=i(null),l=i(null),u=i(null),d=i(null),f=i(null),p=i(null),m=mf({extensions:[wg,Dv.configure({resizable:!0}),mv,Lv,Rv,Sf,Rf,Ph,Mh,nh,Ch,Mf.configure({levels:[3,4,5,6]}),Xm.configure({openOnClick:!1}),jv,Nv],content:``,onUpdate:({editor:t})=>{e.commit(`SET_PAGE_CONTENT`,t.getHTML())}}),h=(e,t,n=``)=>{e.forEach(e=>{let r=n?`${n} -> ${e.name}`:e.name;t.push({...e,name:r}),e.submenu&&e.submenu.length&&h(e.submenu,t,r)})},g=async()=>{try{let t=(await le.get(`/menu-data`)).data,r=[];h(t,r),n.value=r.sort((e,t)=>e.name.localeCompare(t.name)),e.commit(`setMenuData`,t)}catch(e){console.error(`Fehler beim Abrufen der Seiten:`,e)}},_=async()=>{try{await e.dispatch(`loadPageContent`,r.value);let t=e.getters.pageContent,n=()=>{m.value&&m.value.commands?m.value.commands.setContent(t,!1):setTimeout(n,100)};n()}catch(e){console.error(`Fehler beim Laden des Seiteninhalts:`,e)}},v=async()=>{try{let t=n.value.find(e=>e.link===r.value)?.name||``;if(!t)return;let i=m.value.getHTML();e.commit(`SET_PAGE_CONTENT`,i),await e.dispatch(`savePageContent`,{link:r.value,name:t})}catch(e){console.error(`Fehler beim Speichern des Seiteninhalts:`,e)}};t(g);let y=te(()=>n.value);return ee(r,t=>{e.dispatch(`setSelectedPage`,t);let r=n.value.find(e=>e.link===t);r&&e.dispatch(`setPageTitle`,r.name),_()}),{pages:n,sortedPages:y,selectedPage:r,editor:m,loadPageContent:_,savePageContent:v,pageHtmlContent:a,openWorshipDialog:()=>{o.value.openWorshipDialog()},insertWorshipList:e=>{if(m.value){let t={location:e,order:`date asc`};m.value.chain().focus().insertContent(`{{ worshipslist:`+JSON.stringify(t)+` }}`).run()}},worshipDialog:o,addImageDialog:s,openAddImageDialog:()=>{s.value.openAddImageDialog()},insertImage:e=>{m.value&&m.value.chain().focus().insertContent(`{{ image:${e} }}`).run()},addEventDialog:c,openAddEventsDialog:()=>{c.value.openAddEventDialog()},addContactDialog:l,openAddContactDialog:()=>{l.value.openAddContactDialog()},insertContact:e=>{m.value&&m.value.chain().focus().insertContent(e).run()},insertEvent:e=>{m.value&&m.value.chain().focus().insertContent(e).run()},addLinkDialog:u,openAddLinkDialog:()=>{u.value.openAddLinkDialog()},insertLink:(e,t)=>{if(!m.value||!e)return;let n=m.value.state.doc.textBetween(m.value.state.selection.from,m.value.state.selection.to),r=(e=>e.replace(/[&<>"']/g,e=>({"&":`&`,"<":`<`,">":`>`,'"':`"`,"'":`'`})[e]))(t&&t.trim()||n||e),i=e.trim();m.value.chain().focus().insertContent(`${r}`).run()},addDownloadDialog:d,openAddDownloadDialog:()=>{d.value.openAddDownloadDialog()},insertDownload:({hash:e})=>{if(e&&m.value){let t=`{{ download:`+e+` }}`;m.value.chain().focus().insertContent(t).run()}},addInstitutionDialog:f,openAddInstitutionDialog:()=>{f.value.openAddInstitutionDialog()},insertInstitution:e=>{m.value&&m.value.chain().focus().insertContent(e).run()},colorPicker:p,openColorPicker:()=>{p.value.click()},setColor:e=>{let t=e.target.value;m.value&&m.value.chain().focus().setColor(t).run()},toggleHeading:e=>{m.value.chain().focus().toggleHeading({level:e}).run()},toggleBold:()=>{m.value.chain().focus().toggleBold().run()},toggleItalic:()=>{m.value.chain().focus().toggleItalic().run()},toggleUnderline:()=>{m.value.chain().focus().toggleUnderline().run()},toggleStrike:()=>{m.value.chain().focus().toggleStrike().run()},insertTable:()=>{m.value.chain().focus().insertTable({rows:3,cols:3,withHeaderRow:!0}).run()},toggleBulletList:()=>{m.value.chain().focus().toggleBulletList().run()},toggleOrderedList:()=>{m.value.chain().focus().toggleOrderedList().run()}}}},wb={class:`edit-pages`},Tb=[`value`],Eb={class:`toolbar`},Db={class:`table-toolbar`},Ob={class:`additional-toolbar`},kb={class:y([`htmleditor`])};function Ab(e,t,r,i,o,c){let l=s(`BoldIcon`),u=s(`ItalicIcon`),d=s(`UnderlineIcon`),h=s(`StrikethroughIcon`),ee=s(`TableIcon`),v=s(`ListIcon`),b=s(`NumberedListLeftIcon`),te=s(`StatsReportIcon`),ne=s(`OpenInWindowIcon`),x=s(`DownloadIcon`),re=s(`ArrowDownIcon`),ie=s(`Table2ColumnsIcon`),C=s(`ArrowRightIcon`),ae=s(`TableRowsIcon`),oe=s(`AlignTopBoxIcon`),w=s(`AlignLeftBoxIcon`),ce=s(`EditorContent`),le=s(`WorshipDialog`),ue=s(`AddImageDialog`),de=s(`AddContactDialog`),T=s(`AddEventDialog`),fe=s(`AddLinkDialog`),pe=s(`AddDownloadDialog`),E=s(`AddInstitutionDialog`);return S(),m(`div`,wb,[t[33]||=f(`h2`,null,`Webseiten bearbeiten`,-1),f(`div`,null,[t[32]||=f(`label`,{for:`page-select`},`Wähle eine Seite:`,-1),a(f(`select`,{id:`page-select`,"onUpdate:modelValue":t[0]||=e=>i.selectedPage=e,onChange:t[1]||=(...e)=>i.loadPageContent&&i.loadPageContent(...e)},[(S(!0),m(_,null,n(i.sortedPages,e=>(S(),m(`option`,{key:e.link,value:e.link},p(e.name),9,Tb))),128))],544),[[se,i.selectedPage]])]),f(`div`,Eb,[f(`button`,{onClick:t[2]||=e=>i.toggleHeading(3),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:3})})},`H3`,2),f(`button`,{onClick:t[3]||=e=>i.toggleHeading(4),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:4})})},`H4`,2),f(`button`,{onClick:t[4]||=e=>i.toggleHeading(5),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:5})})},`H5`,2),f(`button`,{onClick:t[5]||=e=>i.toggleHeading(6),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:6})})},`H6`,2),f(`button`,{onClick:t[6]||=e=>i.toggleBold(),class:y({"is-active":i.editor&&i.editor.isActive(`bold`)}),width:`24`,height:`24`},[g(l,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[7]||=e=>i.toggleItalic(),class:y({"is-active":i.editor&&i.editor.isActive(`italic`)})},[g(u,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[8]||=e=>i.toggleUnderline(),class:y({"is-active":i.editor&&i.editor.isActive(`underline`)})},[g(d,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[9]||=e=>i.toggleStrike(),class:y({"is-active":i.editor&&i.editor.isActive(`strike`)})},[g(h,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[10]||=e=>i.insertTable()},[g(ee,{width:`24`,height:`24`})]),f(`button`,{onClick:t[11]||=e=>i.toggleBulletList(),class:y({"is-active":i.editor&&i.editor.isActive(`bulletList`)})},[g(v,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[12]||=e=>i.toggleOrderedList(),class:y({"is-active":i.editor&&i.editor.isActive(`orderedList`)})},[g(b,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[13]||=(...e)=>i.openAddImageDialog&&i.openAddImageDialog(...e)},[g(te,{width:`24`,height:`24`})]),f(`button`,{onClick:t[14]||=(...e)=>i.openAddLinkDialog&&i.openAddLinkDialog(...e)},[g(ne,{width:`24`,height:`24`})]),f(`button`,{onClick:t[15]||=(...e)=>i.openAddDownloadDialog&&i.openAddDownloadDialog(...e)},[g(x,{width:`24`,height:`24`})]),f(`button`,{onClick:t[16]||=(...e)=>i.openColorPicker&&i.openColorPicker(...e)},`Schriftfarbe`),f(`input`,{type:`color`,ref:`colorPicker`,onInput:t[17]||=(...e)=>i.setColor&&i.setColor(...e),style:{display:`none`}},null,544)]),f(`div`,Db,[f(`button`,{onClick:t[18]||=t=>e.addColumnBefore()},[g(re,{width:`10`,height:`10`,class:`align-top`}),g(ie,{width:`24`,height:`24`})]),f(`button`,{onClick:t[19]||=t=>e.addColumnAfter()},[g(ie,{width:`24`,height:`24`}),g(re,{width:`10`,height:`10`,class:`align-top`})]),f(`button`,{onClick:t[20]||=t=>e.addRowBefore()},[g(C,{width:`10`,height:`10`,class:`align-top`}),g(ae,{width:`24`,height:`24`})]),f(`button`,{onClick:t[21]||=t=>e.addRowAfter()},[g(C,{width:`10`,height:`10`}),g(ae,{width:`24`,height:`24`})]),f(`button`,{onClick:t[22]||=t=>e.deleteColumn()},[g(ie,{width:`24`,height:`24`,class:`delete-icon`})]),f(`button`,{onClick:t[23]||=t=>e.deleteRow()},[g(ae,{width:`24`,height:`24`,class:`delete-icon`})]),f(`button`,{onClick:t[24]||=t=>e.toggleHeaderColumn()},[g(oe,{width:`24`,height:`24`})]),f(`button`,{onClick:t[25]||=t=>e.toggleHeaderRow()},[g(w,{width:`24`,height:`24`})])]),f(`div`,Ob,[f(`button`,{onClick:t[26]||=(...e)=>i.openAddEventsDialog&&i.openAddEventsDialog(...e)},`Events`),f(`button`,{onClick:t[27]||=(...e)=>i.openAddContactDialog&&i.openAddContactDialog(...e)},`Kontaktpersonen`),f(`button`,{onClick:t[28]||=(...e)=>i.openAddInstitutionDialog&&i.openAddInstitutionDialog(...e)},`Institutionen`),f(`button`,{onClick:t[29]||=(...e)=>i.openWorshipDialog&&i.openWorshipDialog(...e)},`Gottesdienste`)]),f(`div`,kb,[g(ce,{editor:i.editor},null,8,[`editor`])]),f(`button`,{onClick:t[30]||=(...e)=>i.savePageContent&&i.savePageContent(...e)},`Speichern`),g(le,{ref:`worshipDialog`,onConfirm:i.insertWorshipList},null,8,[`onConfirm`]),g(ue,{ref:`addImageDialog`,onConfirm:i.insertImage},null,8,[`onConfirm`]),g(de,{ref:`addContactDialog`,onConfirm:i.insertContact},null,8,[`onConfirm`]),g(T,{ref:`addEventDialog`,onConfirm:i.insertEvent},null,8,[`onConfirm`]),g(fe,{ref:`addLinkDialog`,onConfirm:i.insertLink},null,8,[`onConfirm`]),g(pe,{ref:`addDownloadDialog`,onConfirm:i.insertDownload},null,8,[`onConfirm`]),g(E,{ref:`addInstitutionDialog`,onConfirm:i.insertInstitution},null,8,[`onConfirm`]),f(`input`,{type:`color`,ref:`colorPicker`,onInput:t[31]||=(...e)=>i.setColor&&i.setColor(...e),style:{display:`none`}},null,544)])}var jb=ne(Cb,[[`render`,Ab],[`__scopeId`,`data-v-f49d356d`]]);export{jb as default}; +//# sourceMappingURL=EditPagesComponent-DKTXMw29.js.map \ No newline at end of file diff --git a/public/assets/EditPagesComponent-FEnVo2lF.js b/public/assets/EditPagesComponent-FEnVo2lF.js new file mode 100644 index 0000000..7bbf3d4 --- /dev/null +++ b/public/assets/EditPagesComponent-FEnVo2lF.js @@ -0,0 +1,147 @@ +import{A as e,C as t,E as n,F as r,L as i,M as a,N as o,O as s,S as c,V as l,_ as u,b as d,c as f,ct as p,d as m,g as h,h as g,i as _,k as ee,m as v,ot as y,p as b,s as te,t as ne,u as x,v as re,w as S,x as ie,y as C,z as ae}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as oe,i as se,r as w}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{a as ce}from"./vuex.esm-bundler-CDO_-3pz.js";import{r as le}from"./router-BMknwoXv.js";import{t as ue}from"./vue-multiselect.esm-9oGQ1abz.js";import{t as de}from"./AddImageDialog-BoPA5G64.js";function T(e){this.content=e}T.prototype={constructor:T,find:function(e){for(var t=0;t>1}},T.from=function(e){if(e instanceof T)return e;var t=[];if(e)for(var n in e)t.push(n,e[n]);return new T(t)};function fe(e,t,n){for(let r=0;;r++){if(r==e.childCount||r==t.childCount)return e.childCount==t.childCount?null:n;let i=e.child(r),a=t.child(r);if(i==a){n+=i.nodeSize;continue}if(!i.sameMarkup(a))return n;if(i.isText&&i.text!=a.text){for(let e=0;i.text[e]==a.text[e];e++)n++;return n}if(i.content.size||a.content.size){let e=fe(i.content,a.content,n+1);if(e!=null)return e}n+=i.nodeSize}}function pe(e,t,n,r){for(let i=e.childCount,a=t.childCount;;){if(i==0||a==0)return i==a?null:{a:n,b:r};let o=e.child(--i),s=t.child(--a),c=o.nodeSize;if(o==s){n-=c,r-=c;continue}if(!o.sameMarkup(s))return{a:n,b:r};if(o.isText&&o.text!=s.text){let e=0,t=Math.min(o.text.length,s.text.length);for(;ee&&n(s,r+o,i||null,a)!==!1&&s.content.size){let i=o+1;s.nodesBetween(Math.max(0,e-i),Math.min(s.content.size,t-i),n,r+i)}o=c}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,t,n,r){let i=``,a=!0;return this.nodesBetween(e,t,(o,s)=>{let c=o.isText?o.text.slice(Math.max(e,s)-s,t-s):o.isLeaf?r?typeof r==`function`?r(o):r:o.type.spec.leafText?o.type.spec.leafText(o):``:``;o.isBlock&&(o.isLeaf&&c||o.isTextblock)&&n&&(a?a=!1:i+=n),i+=c},0),i}append(t){if(!t.size)return this;if(!this.size)return t;let n=this.lastChild,r=t.firstChild,i=this.content.slice(),a=0;for(n.isText&&n.sameMarkup(r)&&(i[i.length-1]=n.withText(n.text+r.text),a=1);at)for(let e=0,a=0;at&&((an)&&(o=o.isText?o.cut(Math.max(0,t-a),Math.min(o.text.length,n-a)):o.cut(Math.max(0,t-a-1),Math.min(o.content.size,n-a-1))),r.push(o),i+=o.nodeSize),a=s}return new e(r,i)}cutByIndex(t,n){return t==n?e.empty:t==0&&n==this.content.length?this:new e(this.content.slice(t,n))}replaceChild(t,n){let r=this.content[t];if(r==n)return this;let i=this.content.slice(),a=this.size+n.nodeSize-r.nodeSize;return i[t]=n,new e(i,a)}addToStart(t){return new e([t].concat(this.content),this.size+t.nodeSize)}addToEnd(t){return new e(this.content.concat(t),this.size+t.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let t=0;tthis.size||e<0)throw RangeError(`Position ${e} outside of fragment (${this})`);for(let t=0,n=0;;t++){let r=this.child(t),i=n+r.nodeSize;if(i>=e)return i==e?he(t+1,i):he(t,n);n=i}}toString(){return`<`+this.toStringInner()+`>`}toStringInner(){return this.content.join(`, `)}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(t,n){if(!n)return e.empty;if(!Array.isArray(n))throw RangeError(`Invalid input for Fragment.fromJSON`);return new e(n.map(t.nodeFromJSON))}static fromArray(t){if(!t.length)return e.empty;let n,r=0;for(let e=0;ethis.type.rank&&(t||=e.slice(0,r),t.push(this),n=!0),t&&t.push(i)}return t||=e.slice(),n||t.push(this),t}removeFromSet(e){for(let t=0;te.type.rank-t.type.rank),n}};D.none=[];var _e=class extends Error{},O=class e{constructor(e,t,n){this.content=e,this.openStart=t,this.openEnd=n}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(t,n){let r=ye(this.content,t+this.openStart,n);return r&&new e(r,this.openStart,this.openEnd)}removeBetween(t,n){return new e(ve(this.content,t+this.openStart,n+this.openStart),this.openStart,this.openEnd)}eq(e){return this.content.eq(e.content)&&this.openStart==e.openStart&&this.openEnd==e.openEnd}toString(){return this.content+`(`+this.openStart+`,`+this.openEnd+`)`}toJSON(){if(!this.content.size)return null;let e={content:this.content.toJSON()};return this.openStart>0&&(e.openStart=this.openStart),this.openEnd>0&&(e.openEnd=this.openEnd),e}static fromJSON(t,n){if(!n)return e.empty;let r=n.openStart||0,i=n.openEnd||0;if(typeof r!=`number`||typeof i!=`number`)throw RangeError(`Invalid input for Slice.fromJSON`);return new e(E.fromJSON(t,n.content),r,i)}static maxOpen(t,n=!0){let r=0,i=0;for(let e=t.firstChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.firstChild)r++;for(let e=t.lastChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.lastChild)i++;return new e(t,r,i)}};O.empty=new O(E.empty,0,0);function ve(e,t,n){let{index:r,offset:i}=e.findIndex(t),a=e.maybeChild(r),{index:o,offset:s}=e.findIndex(n);if(i==t||a.isText){if(s!=n&&!e.child(o).isText)throw RangeError(`Removing non-flat range`);return e.cut(0,t).append(e.cut(n))}if(r!=o)throw RangeError(`Removing non-flat range`);return e.replaceChild(r,a.copy(ve(a.content,t-i-1,n-i-1)))}function ye(e,t,n,r){let{index:i,offset:a}=e.findIndex(t),o=e.maybeChild(i);if(a==t||o.isText)return r&&!r.canReplace(i,i,n)?null:e.cut(0,t).append(n).append(e.cut(t));let s=ye(o.content,t-a-1,n,o);return s&&e.replaceChild(i,o.copy(s))}function be(e,t,n){if(n.openStart>e.depth)throw new _e(`Inserted content deeper than insertion position`);if(e.depth-n.openStart!=t.depth-n.openEnd)throw new _e(`Inconsistent open depths`);return xe(e,t,n,0)}function xe(e,t,n,r){let i=e.index(r),a=e.node(r);if(i==t.index(r)&&r=0&&e.isText&&e.sameMarkup(t[n])?t[n]=e.withText(t[n].text+e.text):t.push(e)}function Te(e,t,n,r){let i=(t||e).node(n),a=0,o=t?t.index(n):i.childCount;e&&(a=e.index(n),e.depth>n?a++:e.textOffset&&(we(e.nodeAfter,r),a++));for(let e=a;ei&&Ce(e,t,i+1),o=r.depth>i&&Ce(n,r,i+1),s=[];return Te(null,e,i,s),a&&o&&t.index(i)==n.index(i)?(Se(a,o),we(Ee(a,De(e,t,n,r,i+1)),s)):(a&&we(Ee(a,Oe(e,t,i+1)),s),Te(t,n,i,s),o&&we(Ee(o,Oe(n,r,i+1)),s)),Te(r,null,i,s),new E(s)}function Oe(e,t,n){let r=[];return Te(null,e,n,r),e.depth>n&&we(Ee(Ce(e,t,n+1),Oe(e,t,n+1)),r),Te(t,null,n,r),new E(r)}function ke(e,t){let n=t.depth-e.openStart,r=t.node(n).copy(e.content);for(let e=n-1;e>=0;e--)r=t.node(e).copy(E.from(r));return{start:r.resolveNoCache(e.openStart+n),end:r.resolveNoCache(r.content.size-e.openEnd-n)}}var Ae=class e{constructor(e,t,n){this.pos=e,this.path=t,this.parentOffset=n,this.depth=t.length/3-1}resolveDepth(e){return e==null?this.depth:e<0?this.depth+e:e}get parent(){return this.node(this.depth)}get doc(){return this.node(0)}node(e){return this.path[this.resolveDepth(e)*3]}index(e){return this.path[this.resolveDepth(e)*3+1]}indexAfter(e){return e=this.resolveDepth(e),this.index(e)+(e==this.depth&&!this.textOffset?0:1)}start(e){return e=this.resolveDepth(e),e==0?0:this.path[e*3-1]+1}end(e){return e=this.resolveDepth(e),this.start(e)+this.node(e).content.size}before(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position before the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]}after(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position after the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]+this.path[e*3].nodeSize}get textOffset(){return this.pos-this.path[this.path.length-1]}get nodeAfter(){let e=this.parent,t=this.index(this.depth);if(t==e.childCount)return null;let n=this.pos-this.path[this.path.length-1],r=e.child(t);return n?e.child(t).cut(n):r}get nodeBefore(){let e=this.index(this.depth),t=this.pos-this.path[this.path.length-1];return t?this.parent.child(e).cut(0,t):e==0?null:this.parent.child(e-1)}posAtIndex(e,t){t=this.resolveDepth(t);let n=this.path[t*3],r=t==0?0:this.path[t*3-1]+1;for(let t=0;t0;t--)if(this.start(t)<=e&&this.end(t)>=e)return t;return 0}blockRange(e=this,t){if(e.pos=0;n--)if(e.pos<=this.end(n)&&(!t||t(this.node(n))))return new Pe(this,e,n);return null}sameParent(e){return this.pos-this.parentOffset==e.pos-e.parentOffset}max(e){return e.pos>this.pos?e:this}min(e){return e.pos=0&&n<=t.content.size))throw RangeError(`Position `+n+` out of range`);let r=[],i=0,a=n;for(let e=t;;){let{index:t,offset:n}=e.content.findIndex(a),o=a-n;if(r.push(e,t,i+n),!o||(e=e.child(t),e.isText))break;a=o-1,i+=n+1}return new e(n,r,a)}static resolveCached(t,n){let r=Ne.get(t);if(r)for(let e=0;ee&&this.nodesBetween(e,t,e=>(n.isInSet(e.marks)&&(r=!0),!r)),r}get isBlock(){return this.type.isBlock}get isTextblock(){return this.type.isTextblock}get inlineContent(){return this.type.inlineContent}get isInline(){return this.type.isInline}get isText(){return this.type.isText}get isLeaf(){return this.type.isLeaf}get isAtom(){return this.type.isAtom}toString(){if(this.type.spec.toDebugString)return this.type.spec.toDebugString(this);let e=this.type.name;return this.content.size&&(e+=`(`+this.content.toStringInner()+`)`),Re(this.marks,e)}contentMatchAt(e){let t=this.type.contentMatch.matchFragment(this.content,0,e);if(!t)throw Error(`Called contentMatchAt on a node with invalid content`);return t}canReplace(e,t,n=E.empty,r=0,i=n.childCount){let a=this.contentMatchAt(e).matchFragment(n,r,i),o=a&&a.matchFragment(this.content,t);if(!o||!o.validEnd)return!1;for(let e=r;ee.type.name)}`);this.content.forEach(e=>e.check())}toJSON(){let e={type:this.type.name};for(let t in this.attrs){e.attrs=this.attrs;break}return this.content.size&&(e.content=this.content.toJSON()),this.marks.length&&(e.marks=this.marks.map(e=>e.toJSON())),e}static fromJSON(e,t){if(!t)throw RangeError(`Invalid input for Node.fromJSON`);let n;if(t.marks){if(!Array.isArray(t.marks))throw RangeError(`Invalid mark data for Node.fromJSON`);n=t.marks.map(e.markFromJSON)}if(t.type==`text`){if(typeof t.text!=`string`)throw RangeError(`Invalid text node in JSON`);return e.text(t.text,n)}let r=E.fromJSON(e,t.content),i=e.nodeType(t.type).create(t.attrs,r,n);return i.type.checkAttrs(i.attrs),i}};Ie.prototype.text=void 0;var Le=class e extends Ie{constructor(e,t,n,r){if(super(e,t,null,r),!n)throw RangeError(`Empty text nodes are not allowed`);this.text=n}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):Re(this.marks,JSON.stringify(this.text))}get textContent(){return this.text}textBetween(e,t){return this.text.slice(e,t)}get nodeSize(){return this.text.length}mark(t){return t==this.marks?this:new e(this.type,this.attrs,this.text,t)}withText(t){return t==this.text?this:new e(this.type,this.attrs,t,this.marks)}cut(e=0,t=this.text.length){return e==0&&t==this.text.length?this:this.withText(this.text.slice(e,t))}eq(e){return this.sameMarkup(e)&&this.text==e.text}toJSON(){let e=super.toJSON();return e.text=this.text,e}};function Re(e,t){for(let n=e.length-1;n>=0;n--)t=e[n].type.name+`(`+t+`)`;return t}var ze=class e{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(t,n){let r=new Be(t,n);if(r.next==null)return e.empty;let i=Ve(r);r.next&&r.err(`Unexpected trailing text`);let a=Ze(Je(i));return Qe(a,r),a}matchType(e){for(let t=0;te.createAndFill()));for(let e=0;e=this.next.length)throw RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function t(n){e.push(n);for(let r=0;r{let r=n+(t.validEnd?`*`:` `)+` `;for(let n=0;n`+e.indexOf(t.next[n].next);return r}).join(` +`)}};ze.empty=new ze(!0);var Be=class{constructor(e,t){this.string=e,this.nodeTypes=t,this.inline=null,this.pos=0,this.tokens=e.split(/\s*(?=\b|\W|$)/),this.tokens[this.tokens.length-1]==``&&this.tokens.pop(),this.tokens[0]==``&&this.tokens.shift()}get next(){return this.tokens[this.pos]}eat(e){return this.next==e&&(this.pos++||!0)}err(e){throw SyntaxError(e+` (in content expression '`+this.string+`')`)}};function Ve(e){let t=[];do t.push(He(e));while(e.eat(`|`));return t.length==1?t[0]:{type:`choice`,exprs:t}}function He(e){let t=[];do t.push(Ue(e));while(e.next&&e.next!=`)`&&e.next!=`|`);return t.length==1?t[0]:{type:`seq`,exprs:t}}function Ue(e){let t=qe(e);for(;;)if(e.eat(`+`))t={type:`plus`,expr:t};else if(e.eat(`*`))t={type:`star`,expr:t};else if(e.eat(`?`))t={type:`opt`,expr:t};else if(e.eat(`{`))t=Ge(e,t);else break;return t}function We(e){/\D/.test(e.next)&&e.err(`Expected number, got '`+e.next+`'`);let t=Number(e.next);return e.pos++,t}function Ge(e,t){let n=We(e),r=n;return e.eat(`,`)&&(r=e.next==`}`?-1:We(e)),e.eat(`}`)||e.err(`Unclosed braced range`),{type:`range`,min:n,max:r,expr:t}}function Ke(e,t){let n=e.nodeTypes,r=n[t];if(r)return[r];let i=[];for(let e in n){let r=n[e];r.isInGroup(t)&&i.push(r)}return i.length==0&&e.err(`No node type or group '`+t+`' found`),i}function qe(e){if(e.eat(`(`)){let t=Ve(e);return e.eat(`)`)||e.err(`Missing closing paren`),t}else if(/\W/.test(e.next))e.err(`Unexpected token '`+e.next+`'`);else{let t=Ke(e,e.next).map(t=>(e.inline==null?e.inline=t.isInline:e.inline!=t.isInline&&e.err(`Mixing inline and block content`),{type:`name`,value:t}));return e.pos++,t.length==1?t[0]:{type:`choice`,exprs:t}}}function Je(e){let t=[[]];return i(a(e,0),n()),t;function n(){return t.push([])-1}function r(e,n,r){let i={term:r,to:n};return t[e].push(i),i}function i(e,t){e.forEach(e=>e.to=t)}function a(e,t){if(e.type==`choice`)return e.exprs.reduce((e,n)=>e.concat(a(n,t)),[]);if(e.type==`seq`)for(let r=0;;r++){let o=a(e.exprs[r],t);if(r==e.exprs.length-1)return o;i(o,t=n())}else if(e.type==`star`){let o=n();return r(t,o),i(a(e.expr,o),o),[r(o)]}else if(e.type==`plus`){let o=n();return i(a(e.expr,t),o),i(a(e.expr,o),o),[r(o)]}else if(e.type==`opt`)return[r(t)].concat(a(e.expr,t));else if(e.type==`range`){let o=t;for(let t=0;t{e[t].forEach(({term:t,to:n})=>{if(!t)return;let r;for(let e=0;e{r||i.push([t,r=[]]),r.indexOf(e)==-1&&r.push(e)})})});let a=t[r.join(`,`)]=new ze(r.indexOf(e.length-1)>-1);for(let e=0;e-1}get whitespace(){return this.spec.whitespace||(this.spec.code?`pre`:`normal`)}hasRequiredAttrs(){for(let e in this.attrs)if(this.attrs[e].isRequired)return!0;return!1}compatibleContent(e){return this==e||this.contentMatch.compatible(e.contentMatch)}computeAttrs(e){return!e&&this.defaultAttrs?this.defaultAttrs:et(this.attrs,e)}create(e=null,t,n){if(this.isText)throw Error(`NodeType.create can't construct text nodes`);return new Ie(this,this.computeAttrs(e),E.from(t),D.setFrom(n))}createChecked(e=null,t,n){return t=E.from(t),this.checkContent(t),new Ie(this,this.computeAttrs(e),t,D.setFrom(n))}createAndFill(e=null,t,n){if(e=this.computeAttrs(e),t=E.from(t),t.size){let e=this.contentMatch.fillBefore(t);if(!e)return null;t=e.append(t)}let r=this.contentMatch.matchFragment(t),i=r&&r.fillBefore(E.empty,!0);return i?new Ie(this,e,t.append(i),D.setFrom(n)):null}validContent(e){let t=this.contentMatch.matchFragment(e);if(!t||!t.validEnd)return!1;for(let t=0;t-1}allowsMarks(e){if(this.markSet==null)return!0;for(let t=0;tr[t]=new e(t,n,i));let i=n.spec.topNode||`doc`;if(!r[i])throw RangeError(`Schema is missing its top node type ('`+i+`')`);if(!r.text)throw RangeError(`Every schema needs a 'text' type`);for(let e in r.text.attrs)throw RangeError(`The text node type should not have attributes`);return r}};function it(e,t,n){let r=n.split(`|`);return n=>{let i=n===null?`null`:typeof n;if(r.indexOf(i)<0)throw RangeError(`Expected value of type ${r} for attribute ${t} on type ${e}, got ${i}`)}}var at=class{constructor(e,t,n){this.hasDefault=Object.prototype.hasOwnProperty.call(n,`default`),this.default=n.default,this.validate=typeof n.validate==`string`?it(e,t,n.validate):n.validate}get isRequired(){return!this.hasDefault}},ot=class e{constructor(e,t,n,r){this.name=e,this.rank=t,this.schema=n,this.spec=r,this.attrs=nt(e,r.attrs),this.excluded=null;let i=$e(this.attrs);this.instance=i?new D(this,i):null}create(e=null){return!e&&this.instance?this.instance:new D(this,et(this.attrs,e))}static compile(t,n){let r=Object.create(null),i=0;return t.forEach((t,a)=>r[t]=new e(t,i++,n,a)),r}removeFromSet(e){for(var t=0;t-1}},st=class{constructor(e){this.linebreakReplacement=null,this.cached=Object.create(null);let t=this.spec={};for(let n in e)t[n]=e[n];t.nodes=T.from(e.nodes),t.marks=T.from(e.marks||{}),this.nodes=rt.compile(this.spec.nodes,this),this.marks=ot.compile(this.spec.marks,this);let n=Object.create(null);for(let e in this.nodes){if(e in this.marks)throw RangeError(e+` can not be both a node and a mark`);let t=this.nodes[e],r=t.spec.content||``,i=t.spec.marks;if(t.contentMatch=n[r]||(n[r]=ze.parse(r,this.nodes)),t.inlineContent=t.contentMatch.inlineContent,t.spec.linebreakReplacement){if(this.linebreakReplacement)throw RangeError(`Multiple linebreak nodes defined`);if(!t.isInline||!t.isLeaf)throw RangeError(`Linebreak replacement nodes must be inline leaf nodes`);this.linebreakReplacement=t}t.markSet=i==`_`?null:i?ct(this,i.split(` `)):i==``||!t.inlineContent?[]:null}for(let e in this.marks){let t=this.marks[e],n=t.spec.excludes;t.excluded=n==null?[t]:n==``?[]:ct(this,n.split(` `))}this.nodeFromJSON=e=>Ie.fromJSON(this,e),this.markFromJSON=e=>D.fromJSON(this,e),this.topNodeType=this.nodes[this.spec.topNode||`doc`],this.cached.wrappings=Object.create(null)}node(e,t=null,n,r){if(typeof e==`string`)e=this.nodeType(e);else if(!(e instanceof rt))throw RangeError(`Invalid node type: `+e);else if(e.schema!=this)throw RangeError(`Node type from different schema used (`+e.name+`)`);return e.createChecked(t,n,r)}text(e,t){let n=this.nodes.text;return new Le(n,n.defaultAttrs,e,D.setFrom(t))}mark(e,t){return typeof e==`string`&&(e=this.marks[e]),e.create(t)}nodeType(e){let t=this.nodes[e];if(!t)throw RangeError(`Unknown node type: `+e);return t}};function ct(e,t){let n=[];for(let r=0;r-1)&&n.push(o=r)}if(!o)throw SyntaxError(`Unknown mark type: '`+t[r]+`'`)}return n}function lt(e){return e.tag!=null}function ut(e){return e.style!=null}var dt=class e{constructor(e,t){this.schema=e,this.rules=t,this.tags=[],this.styles=[];let n=this.matchedStyles=[];t.forEach(e=>{if(lt(e))this.tags.push(e);else if(ut(e)){let t=/[^=]*/.exec(e.style)[0];n.indexOf(t)<0&&n.push(t),this.styles.push(e)}}),this.normalizeLists=!this.tags.some(t=>{if(!/^(ul|ol)\b/.test(t.tag)||!t.node)return!1;let n=e.nodes[t.node];return n.contentMatch.matchType(n)})}parse(e,t={}){let n=new bt(this,t,!1);return n.addAll(e,D.none,t.from,t.to),n.finish()}parseSlice(e,t={}){let n=new bt(this,t,!0);return n.addAll(e,D.none,t.from,t.to),O.maxOpen(n.finish())}matchTag(e,t,n){for(let r=n?this.tags.indexOf(n)+1:0;re.length&&(a.charCodeAt(e.length)!=61||a.slice(e.length+1)!=t))){if(r.getAttrs){let e=r.getAttrs(t);if(e===!1)continue;r.attrs=e||void 0}return r}}}static schemaRules(e){let t=[];function n(e){let n=e.priority==null?50:e.priority,r=0;for(;r{n(e=Ct(e)),e.mark||e.ignore||e.clearMark||(e.mark=t)})}for(let t in e.nodes){let r=e.nodes[t].spec.parseDOM;r&&r.forEach(e=>{n(e=Ct(e)),e.node||e.ignore||e.mark||(e.node=t)})}return t}static fromSchema(t){return t.cached.domParser||(t.cached.domParser=new e(t,e.schemaRules(t)))}},ft={address:!0,article:!0,aside:!0,blockquote:!0,canvas:!0,dd:!0,div:!0,dl:!0,fieldset:!0,figcaption:!0,figure:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,li:!0,noscript:!0,ol:!0,output:!0,p:!0,pre:!0,section:!0,table:!0,tfoot:!0,ul:!0},pt={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},mt={ol:!0,ul:!0},ht=1,gt=2,_t=4;function vt(e,t,n){return t==null?e&&e.whitespace==`pre`?ht|gt:n&~_t:(t?ht:0)|(t===`full`?gt:0)}var yt=class{constructor(e,t,n,r,i,a){this.type=e,this.attrs=t,this.marks=n,this.solid=r,this.options=a,this.content=[],this.activeMarks=D.none,this.match=i||(a&_t?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let t=this.type.contentMatch.fillBefore(E.from(e));if(t)this.match=this.type.contentMatch.matchFragment(t);else{let t=this.type.contentMatch,n;return(n=t.findWrapping(e.type))?(this.match=t,n):null}}return this.match.findWrapping(e.type)}finish(e){if(!(this.options&ht)){let e=this.content[this.content.length-1],t;if(e&&e.isText&&(t=/[ \t\r\n\u000c]+$/.exec(e.text))){let n=e;e.text.length==t[0].length?this.content.pop():this.content[this.content.length-1]=n.withText(n.text.slice(0,n.text.length-t[0].length))}}let t=E.from(this.content);return!e&&this.match&&(t=t.append(this.match.fillBefore(E.empty,!0))),this.type?this.type.create(this.attrs,t,this.marks):t}inlineContext(e){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:e.parentNode&&!ft.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}},bt=class{constructor(e,t,n){this.parser=e,this.options=t,this.isOpen=n,this.open=0,this.localPreserveWS=!1;let r=t.topNode,i,a=vt(null,t.preserveWhitespace,0)|(n?_t:0);i=r?new yt(r.type,r.attrs,D.none,!0,t.topMatch||r.type.contentMatch,a):n?new yt(null,null,D.none,!0,null,a):new yt(e.schema.topNodeType,null,D.none,!0,null,a),this.nodes=[i],this.find=t.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(e,t){e.nodeType==3?this.addTextNode(e,t):e.nodeType==1&&this.addElement(e,t)}addTextNode(e,t){let n=e.nodeValue,r=this.top,i=r.options>?`full`:this.localPreserveWS||(r.options&ht)>0,{schema:a}=this.parser;if(i===`full`||r.inlineContext(e)||/[^ \t\r\n\u000c]/.test(n)){if(!i){if(n=n.replace(/[ \t\r\n\u000c]+/g,` `),/^[ \t\r\n\u000c]/.test(n)&&this.open==this.nodes.length-1){let t=r.content[r.content.length-1],i=e.previousSibling;(!t||i&&i.nodeName==`BR`||t.isText&&/[ \t\r\n\u000c]$/.test(t.text))&&(n=n.slice(1))}}else if(i===`full`)n=n.replace(/\r\n?/g,` +`);else if(a.linebreakReplacement&&/[\r\n]/.test(n)&&this.top.findWrapping(a.linebreakReplacement.create())){let e=n.split(/\r?\n|\r/);for(let n=0;n!n.clearMark(e)):t.concat(this.parser.schema.marks[n.mark].create(n.attrs)),n.consuming===!1)e=n;else break}}return t}addElementByRule(e,t,n,r){let i,a;if(t.node)if(a=this.parser.schema.nodes[t.node],a.isLeaf)this.insertNode(a.create(t.attrs),n,e.nodeName==`BR`)||this.leafFallback(e,n);else{let e=this.enter(a,t.attrs||null,n,t.preserveWhitespace);e&&(i=!0,n=e)}else{let e=this.parser.schema.marks[t.mark];n=n.concat(e.create(t.attrs))}let o=this.top;if(a&&a.isLeaf)this.findInside(e);else if(r)this.addElement(e,n,r);else if(t.getContent)this.findInside(e),t.getContent(e,this.parser.schema).forEach(e=>this.insertNode(e,n,!1));else{let r=e;typeof t.contentElement==`string`?r=e.querySelector(t.contentElement):typeof t.contentElement==`function`?r=t.contentElement(e):t.contentElement&&(r=t.contentElement),this.findAround(e,r,!0),this.addAll(r,n),this.findAround(e,r,!1)}i&&this.sync(o)&&this.open--}addAll(e,t,n,r){let i=n||0;for(let a=n?e.childNodes[n]:e.firstChild,o=r==null?null:e.childNodes[r];a!=o;a=a.nextSibling,++i)this.findAtPoint(e,i),this.addDOM(a,t);this.findAtPoint(e,i)}findPlace(e,t,n){let r,i;for(let t=this.open,a=0;t>=0;t--){let o=this.nodes[t],s=o.findWrapping(e);if(s&&(!r||r.length>s.length+a)&&(r=s,i=o,!s.length))break;if(o.solid){if(n)break;a+=2}}if(!r)return null;this.sync(i);for(let e=0;e(a.type?a.type.allowsMarkType(t.type):wt(t.type,e))?(s=t.addToSet(s),!1):!0),this.nodes.push(new yt(e,t,s,r,null,o)),this.open++,n}closeExtra(e=!1){let t=this.nodes.length-1;if(t>this.open){for(;t>this.open;t--)this.nodes[t-1].content.push(this.nodes[t].finish(e));this.nodes.length=this.open+1}}finish(){return this.open=0,this.closeExtra(this.isOpen),this.nodes[0].finish(!!(this.isOpen||this.options.topOpen))}sync(e){for(let t=this.open;t>=0;t--)if(this.nodes[t]==e)return this.open=t,!0;else this.localPreserveWS&&(this.nodes[t].options|=ht);return!1}get currentPos(){this.closeExtra();let e=0;for(let t=this.open;t>=0;t--){let n=this.nodes[t].content;for(let t=n.length-1;t>=0;t--)e+=n[t].nodeSize;t&&e++}return e}findAtPoint(e,t){if(this.find)for(let n=0;n-1)return e.split(/\s*\|\s*/).some(this.matchesContext,this);let t=e.split(`/`),n=this.options.context,r=!this.isOpen&&(!n||n.parent.type==this.nodes[0].type),i=-(n?n.depth+1:0)+ +!r,a=(e,o)=>{for(;e>=0;e--){let s=t[e];if(s==``){if(e==t.length-1||e==0)continue;for(;o>=i;o--)if(a(e-1,o))return!0;return!1}else{let e=o>0||o==0&&r?this.nodes[o].type:n&&o>=i?n.node(o-i).type:null;if(!e||e.name!=s&&!e.isInGroup(s))return!1;o--}}return!0};return a(t.length-1,this.open)}textblockFromContext(){let e=this.options.context;if(e)for(let t=e.depth;t>=0;t--){let n=e.node(t).contentMatchAt(e.indexAfter(t)).defaultType;if(n&&n.isTextblock&&n.defaultAttrs)return n}for(let e in this.parser.schema.nodes){let t=this.parser.schema.nodes[e];if(t.isTextblock&&t.defaultAttrs)return t}}};function xt(e){for(let t=e.firstChild,n=null;t;t=t.nextSibling){let e=t.nodeType==1?t.nodeName.toLowerCase():null;e&&mt.hasOwnProperty(e)&&n?(n.appendChild(t),t=n):e==`li`?n=t:e&&(n=null)}}function St(e,t){return(e.matches||e.msMatchesSelector||e.webkitMatchesSelector||e.mozMatchesSelector).call(e,t)}function Ct(e){let t={};for(let n in e)t[n]=e[n];return t}function wt(e,t){let n=t.schema.nodes;for(let r in n){let i=n[r];if(!i.allowsMarkType(e))continue;let a=[],o=e=>{a.push(e);for(let n=0;n{if(i.length||e.marks.length){let n=0,a=0;for(;n=0;r--){let i=this.serializeMark(e.marks[r],e.isInline,t);i&&((i.contentDOM||i.dom).appendChild(n),n=i.dom)}return n}serializeMark(e,t,n={}){let r=this.marks[e.type.name];return r&&jt(Dt(n),r(e,t),null,e.attrs)}static renderSpec(e,t,n=null,r){return jt(e,t,n,r)}static fromSchema(t){return t.cached.domSerializer||(t.cached.domSerializer=new e(this.nodesFromSchema(t),this.marksFromSchema(t)))}static nodesFromSchema(e){let t=Et(e.nodes);return t.text||=e=>e.text,t}static marksFromSchema(e){return Et(e.marks)}};function Et(e){let t={};for(let n in e){let r=e[n].spec.toDOM;r&&(t[n]=r)}return t}function Dt(e){return e.document||window.document}var Ot=new WeakMap;function kt(e){let t=Ot.get(e);return t===void 0&&Ot.set(e,t=At(e)),t}function At(e){let t=null;function n(e){if(e&&typeof e==`object`)if(Array.isArray(e))if(typeof e[0]==`string`)t||=[],t.push(e);else for(let t=0;t-1)throw RangeError(`Using an array from an attribute object as a DOM spec. This may be an attempted cross site scripting attack.`);let o=i.indexOf(` `);o>0&&(n=i.slice(0,o),i=i.slice(o+1));let s,c=n?e.createElementNS(n,i):e.createElement(i),l=t[1],u=1;if(l&&typeof l==`object`&&l.nodeType==null&&!Array.isArray(l)){u=2;for(let e in l)if(l[e]!=null){let t=e.indexOf(` `);t>0?c.setAttributeNS(e.slice(0,t),e.slice(t+1),l[e]):e==`style`&&c.style?c.style.cssText=l[e]:c.setAttribute(e,l[e])}}for(let i=u;iu)throw RangeError(`Content hole must be the only child of its parent node`);return{dom:c,contentDOM:c}}else{let{dom:t,contentDOM:i}=jt(e,a,n,r);if(c.appendChild(t),i){if(s)throw RangeError(`Multiple content holes`);s=i}}}return{dom:c,contentDOM:s}}var Mt=65535,Nt=2**16;function Pt(e,t){return e+t*Nt}function Ft(e){return e&Mt}function It(e){return(e-(e&Mt))/Nt}var Lt=1,Rt=2,zt=4,Bt=8,Vt=class{constructor(e,t,n){this.pos=e,this.delInfo=t,this.recover=n}get deleted(){return(this.delInfo&Bt)>0}get deletedBefore(){return(this.delInfo&(Lt|zt))>0}get deletedAfter(){return(this.delInfo&(Rt|zt))>0}get deletedAcross(){return(this.delInfo&zt)>0}},Ht=class e{constructor(t,n=!1){if(this.ranges=t,this.inverted=n,!t.length&&e.empty)return e.empty}recover(e){let t=0,n=Ft(e);if(!this.inverted)for(let e=0;ee)break;let c=this.ranges[o+i],l=this.ranges[o+a],u=s+c;if(e<=u){let i=c?e==s?-1:e==u?1:t:t,a=s+r+(i<0?0:l);if(n)return a;let d=e==(t<0?s:u)?null:Pt(o/3,e-s),f=e==s?Rt:e==u?Lt:zt;return(t<0?e!=s:e!=u)&&(f|=Bt),new Vt(a,f,d)}r+=l-c}return n?e+r:new Vt(e+r,0,null)}touches(e,t){let n=0,r=Ft(t),i=this.inverted?2:1,a=this.inverted?1:2;for(let t=0;te)break;let s=this.ranges[t+i];if(e<=o+s&&t==r*3)return!0;n+=this.ranges[t+a]-s}return!1}forEach(e){let t=this.inverted?2:1,n=this.inverted?1:2;for(let r=0,i=0;r=0;t--){let r=e.getMirror(t);this.appendMap(e._maps[t].invert(),r!=null&&r>t?n-r-1:void 0)}}invert(){let t=new e;return t.appendMappingInverted(this),t}map(e,t=1){if(this.mirror)return this._map(e,t,!0);for(let n=this.from;nn&&t!e.isAtom||!t.type.allowsMarkType(this.mark.type)?e:e.mark(this.mark.addToSet(e.marks)),r),t.openStart,t.openEnd);return Gt.fromReplace(e,this.from,this.to,i)}invert(){return new Jt(this.from,this.to,this.mark)}map(t){let n=t.mapResult(this.from,1),r=t.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new e(n.pos,r.pos,this.mark)}merge(t){return t instanceof e&&t.mark.eq(this.mark)&&this.from<=t.to&&this.to>=t.from?new e(Math.min(this.from,t.from),Math.max(this.to,t.to),this.mark):null}toJSON(){return{stepType:`addMark`,mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`)throw RangeError(`Invalid input for AddMarkStep.fromJSON`);return new e(n.from,n.to,t.markFromJSON(n.mark))}};k.jsonID(`addMark`,qt);var Jt=class e extends k{constructor(e,t,n){super(),this.from=e,this.to=t,this.mark=n}apply(e){let t=e.slice(this.from,this.to),n=new O(Kt(t.content,e=>e.mark(this.mark.removeFromSet(e.marks)),e),t.openStart,t.openEnd);return Gt.fromReplace(e,this.from,this.to,n)}invert(){return new qt(this.from,this.to,this.mark)}map(t){let n=t.mapResult(this.from,1),r=t.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new e(n.pos,r.pos,this.mark)}merge(t){return t instanceof e&&t.mark.eq(this.mark)&&this.from<=t.to&&this.to>=t.from?new e(Math.min(this.from,t.from),Math.max(this.to,t.to),this.mark):null}toJSON(){return{stepType:`removeMark`,mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`)throw RangeError(`Invalid input for RemoveMarkStep.fromJSON`);return new e(n.from,n.to,t.markFromJSON(n.mark))}};k.jsonID(`removeMark`,Jt);var Yt=class e extends k{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return Gt.fail(`No node at mark step's position`);let n=t.type.create(t.attrs,null,this.mark.addToSet(t.marks));return Gt.fromReplace(e,this.pos,this.pos+1,new O(E.from(n),0,+!t.isLeaf))}invert(t){let n=t.nodeAt(this.pos);if(n){let t=this.mark.addToSet(n.marks);if(t.length==n.marks.length){for(let r=0;rr.pos?null:new e(n.pos,r.pos,i,a,this.slice,this.insert,this.structure)}toJSON(){let e={stepType:`replaceAround`,from:this.from,to:this.to,gapFrom:this.gapFrom,gapTo:this.gapTo,insert:this.insert};return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`||typeof n.gapFrom!=`number`||typeof n.gapTo!=`number`||typeof n.insert!=`number`)throw RangeError(`Invalid input for ReplaceAroundStep.fromJSON`);return new e(n.from,n.to,n.gapFrom,n.gapTo,O.fromJSON(t,n.slice),n.insert,!!n.structure)}};k.jsonID(`replaceAround`,Qt);function $t(e,t,n){let r=e.resolve(t),i=n-t,a=r.depth;for(;i>0&&a>0&&r.indexAfter(a)==r.node(a).childCount;)a--,i--;if(i>0){let e=r.node(a).maybeChild(r.indexAfter(a));for(;i>0;){if(!e||e.isLeaf)return!0;e=e.firstChild,i--}}return!1}function en(e,t,n,r){let i=[],a=[],o,s;e.doc.nodesBetween(t,n,(e,c,l)=>{if(!e.isInline)return;let u=e.marks;if(!r.isInSet(u)&&l.type.allowsMarkType(r.type)){let l=Math.max(c,t),d=Math.min(c+e.nodeSize,n),f=r.addToSet(u);for(let e=0;ee.step(t)),a.forEach(t=>e.step(t))}function tn(e,t,n,r){let i=[],a=0;e.doc.nodesBetween(t,n,(e,o)=>{if(!e.isInline)return;a++;let s=null;if(r instanceof ot){let t=e.marks,n;for(;n=r.isInSet(t);)(s||=[]).push(n),t=n.removeFromSet(t)}else r?r.isInSet(e.marks)&&(s=[r]):s=e.marks;if(s&&s.length){let r=Math.min(o+e.nodeSize,n);for(let e=0;ee.step(new Jt(t.from,t.to,t.style)))}function nn(e,t,n,r=n.contentMatch,i=!0){let a=e.doc.nodeAt(t),o=[],s=t+1;for(let t=0;t=0;t--)e.step(o[t])}function rn(e,t,n){return(t==0||e.canReplace(t,e.childCount))&&(n==e.childCount||e.canReplace(0,n))}function an(e){let t=e.parent.content.cutByIndex(e.startIndex,e.endIndex);for(let n=e.depth,r=0,i=0;;--n){let a=e.$from.node(n),o=e.$from.index(n)+r,s=e.$to.indexAfter(n)-i;if(nn;e--)t||r.index(e)>0?(t=!0,u=E.from(r.node(e).copy(u)),d++):c--;let f=E.empty,p=0;for(let e=a,t=!1;e>n;e--)t||i.after(e+1)=0;e--){if(r.size){let t=n[e].type.contentMatch.matchFragment(r);if(!t||!t.validEnd)throw RangeError(`Wrapper type given to Transform.wrap does not form valid content of its parent wrapper`)}r=E.from(n[e].type.create(n[e].attrs,r))}let i=t.start,a=t.end;e.step(new Qt(i,a,i,a,new O(r,0,0),n.length,!0))}function fn(e,t,n,r,i){if(!r.isTextblock)throw RangeError(`Type given to setBlockType should be a textblock`);let a=e.steps.length;e.doc.nodesBetween(t,n,(t,n)=>{let o=typeof i==`function`?i(t):i;if(t.isTextblock&&!t.hasMarkup(r,o)&&hn(e.doc,e.mapping.slice(a).map(n),r)){let i=null;if(r.schema.linebreakReplacement){let e=r.whitespace==`pre`,t=!!r.contentMatch.matchType(r.schema.linebreakReplacement);e&&!t?i=!1:!e&&t&&(i=!0)}i===!1&&mn(e,t,n,a),nn(e,e.mapping.slice(a).map(n,1),r,void 0,i===null);let s=e.mapping.slice(a),c=s.map(n,1),l=s.map(n+t.nodeSize,1);return e.step(new Qt(c,l,c+1,l-1,new O(E.from(r.create(o,null,t.marks)),0,0),1,!0)),i===!0&&pn(e,t,n,a),!1}})}function pn(e,t,n,r){t.forEach((i,a)=>{if(i.isText){let o,s=/\r?\n|\r/g;for(;o=s.exec(i.text);){let i=e.mapping.slice(r).map(n+1+a+o.index);e.replaceWith(i,i+1,t.type.schema.linebreakReplacement.create())}}})}function mn(e,t,n,r){t.forEach((i,a)=>{if(i.type==i.type.schema.linebreakReplacement){let i=e.mapping.slice(r).map(n+1+a);e.replaceWith(i,i+1,t.type.schema.text(` +`))}})}function hn(e,t,n){let r=e.resolve(t),i=r.index();return r.parent.canReplaceWith(i,i+1,n)}function gn(e,t,n,r,i){let a=e.doc.nodeAt(t);if(!a)throw RangeError(`No node at given position`);n||=a.type;let o=n.create(r,null,i||a.marks);if(a.isLeaf)return e.replaceWith(t,t+a.nodeSize,o);if(!n.validContent(a.content))throw RangeError(`Invalid content for node type `+n.name);e.step(new Qt(t,t+a.nodeSize,t+1,t+a.nodeSize-1,new O(E.from(o),0,0),1,!0))}function _n(e,t,n=1,r){let i=e.resolve(t),a=i.depth-n,o=r&&r[r.length-1]||i.parent;if(a<0||i.parent.type.spec.isolating||!i.parent.canReplace(i.index(),i.parent.childCount)||!o.type.validContent(i.parent.content.cutByIndex(i.index(),i.parent.childCount)))return!1;for(let e=i.depth-1,t=n-2;e>a;e--,t--){let n=i.node(e),a=i.index(e);if(n.type.spec.isolating)return!1;let o=n.content.cutByIndex(a,n.childCount),s=r&&r[t+1];s&&(o=o.replaceChild(0,s.type.create(s.attrs)));let c=r&&r[t]||n;if(!n.canReplace(a+1,n.childCount)||!c.type.validContent(o))return!1}let s=i.indexAfter(a),c=r&&r[0];return i.node(a).canReplaceWith(s,s,c?c.type:i.node(a+1).type)}function vn(e,t,n=1,r){let i=e.doc.resolve(t),a=E.empty,o=E.empty;for(let e=i.depth,t=i.depth-n,s=n-1;e>t;e--,s--){a=E.from(i.node(e).copy(a));let t=r&&r[s];o=E.from(t?t.type.create(t.attrs,o):i.node(e).copy(o))}e.step(new Zt(t,t,new O(a.append(o),n,n),!0))}function yn(e,t){let n=e.resolve(t),r=n.index();return xn(n.nodeBefore,n.nodeAfter)&&n.parent.canReplace(r,r+1)}function bn(e,t){t.content.size||e.type.compatibleContent(t.type);let n=e.contentMatchAt(e.childCount),{linebreakReplacement:r}=e.type.schema;for(let i=0;i0?(i=r.node(e+1),o++,a=r.node(e).maybeChild(o)):(i=r.node(e).maybeChild(o-1),a=r.node(e+1)),i&&!i.isTextblock&&xn(i,a)&&r.node(e).canReplace(o,o+1))return t;if(e==0)break;t=n<0?r.before(e):r.after(e)}}function Cn(e,t,n){let r=null,{linebreakReplacement:i}=e.doc.type.schema,a=e.doc.resolve(t-n),o=a.node().type;if(i&&o.inlineContent){let e=o.whitespace==`pre`,t=!!o.contentMatch.matchType(i);e&&!t?r=!1:!e&&t&&(r=!0)}let s=e.steps.length;if(r===!1){let r=e.doc.resolve(t+n);mn(e,r.node(),r.before(),s)}o.inlineContent&&nn(e,t+n-1,o,a.node().contentMatchAt(a.index()),r==null);let c=e.mapping.slice(s),l=c.map(t-n);if(e.step(new Zt(l,c.map(t+n,-1),O.empty,!0)),r===!0){let t=e.doc.resolve(l);pn(e,t.node(),t.before(),e.steps.length)}return e}function wn(e,t,n){let r=e.resolve(t);if(r.parent.canReplaceWith(r.index(),r.index(),n))return t;if(r.parentOffset==0)for(let e=r.depth-1;e>=0;e--){let t=r.index(e);if(r.node(e).canReplaceWith(t,t,n))return r.before(e+1);if(t>0)return null}if(r.parentOffset==r.parent.content.size)for(let e=r.depth-1;e>=0;e--){let t=r.indexAfter(e);if(r.node(e).canReplaceWith(t,t,n))return r.after(e+1);if(t=0;t--){let n=t==r.depth?0:r.pos<=(r.start(t+1)+r.end(t+1))/2?-1:1,a=r.index(t)+ +(n>0),o=r.node(t),s=!1;if(e==1)s=o.canReplace(a,a,i);else{let e=o.contentMatchAt(a).findWrapping(i.firstChild.type);s=e&&o.canReplaceWith(a,a,e[0])}if(s)return n==0?r.pos:n<0?r.before(t+1):r.after(t+1)}return null}function En(e,t,n=t,r=O.empty){if(t==n&&!r.size)return null;let i=e.resolve(t),a=e.resolve(n);return Dn(i,a,r)?new Zt(t,n,r):new On(i,a,r).fit()}function Dn(e,t,n){return!n.openStart&&!n.openEnd&&e.start()==t.start()&&e.parent.canReplace(e.index(),t.index(),n.content)}var On=class{constructor(e,t,n){this.$from=e,this.$to=t,this.unplaced=n,this.frontier=[],this.placed=E.empty;for(let t=0;t<=e.depth;t++){let n=e.node(t);this.frontier.push({type:n.type,match:n.contentMatchAt(e.indexAfter(t))})}for(let t=e.depth;t>0;t--)this.placed=E.from(e.node(t).copy(this.placed))}get depth(){return this.frontier.length-1}fit(){for(;this.unplaced.size;){let e=this.findFittable();e?this.placeNodes(e):this.openMore()||this.dropNode()}let e=this.mustMoveInline(),t=this.placed.size-this.depth-this.$from.depth,n=this.$from,r=this.close(e<0?this.$to:n.doc.resolve(e));if(!r)return null;let i=this.placed,a=n.depth,o=r.depth;for(;a&&o&&i.childCount==1;)i=i.firstChild.content,a--,o--;let s=new O(i,a,o);return e>-1?new Qt(n.pos,e,this.$to.pos,this.$to.end(),s,t):s.size||n.pos!=this.$to.pos?new Zt(n.pos,r.pos,s):null}findFittable(){let e=this.unplaced.openStart;for(let t=this.unplaced.content,n=0,r=this.unplaced.openEnd;n1&&(r=0),i.type.spec.isolating&&r<=n){e=n;break}t=i.content}for(let t=1;t<=2;t++)for(let n=t==1?e:this.unplaced.openStart;n>=0;n--){let e,r=null;n?(r=jn(this.unplaced.content,n-1).firstChild,e=r.content):e=this.unplaced.content;let i=e.firstChild;for(let e=this.depth;e>=0;e--){let{type:a,match:o}=this.frontier[e],s,c=null;if(t==1&&(i?o.matchType(i.type)||(c=o.fillBefore(E.from(i),!1)):r&&a.compatibleContent(r.type)))return{sliceDepth:n,frontierDepth:e,parent:r,inject:c};if(t==2&&i&&(s=o.findWrapping(i.type)))return{sliceDepth:n,frontierDepth:e,parent:r,wrap:s};if(r&&o.matchType(r.type))break}}}openMore(){let{content:e,openStart:t,openEnd:n}=this.unplaced,r=jn(e,t);return!r.childCount||r.firstChild.isLeaf?!1:(this.unplaced=new O(e,t+1,Math.max(n,r.size+t>=e.size-n?t+1:0)),!0)}dropNode(){let{content:e,openStart:t,openEnd:n}=this.unplaced,r=jn(e,t);if(r.childCount<=1&&t>0){let i=e.size-t<=t+r.size;this.unplaced=new O(kn(e,t-1,1),t-1,i?t-1:n)}else this.unplaced=new O(kn(e,t,1),t,n)}placeNodes({sliceDepth:e,frontierDepth:t,parent:n,inject:r,wrap:i}){for(;this.depth>t;)this.closeFrontierNode();if(i)for(let e=0;e1||s==0||e.content.size)&&(u=t,l.push(Mn(e.mark(d.allowedMarks(e.marks)),c==1?s:0,c==o.childCount?f:-1)))}let p=c==o.childCount;p||(f=-1),this.placed=An(this.placed,t,E.from(l)),this.frontier[t].match=u,p&&f<0&&n&&n.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let e=0,t=o;e1&&r==this.$to.end(--n);)++r;return r}findCloseLevel(e){scan:for(let t=Math.min(this.depth,e.depth);t>=0;t--){let{match:n,type:r}=this.frontier[t],i=t=0;n--){let{match:t,type:r}=this.frontier[n],i=Nn(e,n,r,t,!0);if(!i||i.childCount)continue scan}return{depth:t,fit:a,move:i?e.doc.resolve(e.after(t+1)):e}}}}close(e){let t=this.findCloseLevel(e);if(!t)return null;for(;this.depth>t.depth;)this.closeFrontierNode();t.fit.childCount&&(this.placed=An(this.placed,t.depth,t.fit)),e=t.move;for(let n=t.depth+1;n<=e.depth;n++){let t=e.node(n),r=t.type.contentMatch.fillBefore(t.content,!0,e.index(n));this.openFrontierNode(t.type,t.attrs,r)}return e}openFrontierNode(e,t=null,n){let r=this.frontier[this.depth];r.match=r.match.matchType(e),this.placed=An(this.placed,this.depth,E.from(e.create(t,n))),this.frontier.push({type:e,match:e.contentMatch})}closeFrontierNode(){let e=this.frontier.pop().match.fillBefore(E.empty,!0);e.childCount&&(this.placed=An(this.placed,this.frontier.length,e))}};function kn(e,t,n){return t==0?e.cutByIndex(n,e.childCount):e.replaceChild(0,e.firstChild.copy(kn(e.firstChild.content,t-1,n)))}function An(e,t,n){return t==0?e.append(n):e.replaceChild(e.childCount-1,e.lastChild.copy(An(e.lastChild.content,t-1,n)))}function jn(e,t){for(let n=0;n1&&(r=r.replaceChild(0,Mn(r.firstChild,t-1,r.childCount==1?n-1:0))),t>0&&(r=e.type.contentMatch.fillBefore(r).append(r),n<=0&&(r=r.append(e.type.contentMatch.matchFragment(r).fillBefore(E.empty,!0)))),e.copy(r)}function Nn(e,t,n,r,i){let a=e.node(t),o=i?e.indexAfter(t):e.index(t);if(o==a.childCount&&!n.compatibleContent(a.type))return null;let s=r.fillBefore(a.content,!0,o);return s&&!Pn(n,a.content,o)?s:null}function Pn(e,t,n){for(let r=n;r0;e--,t--){let n=i.node(e).type.spec;if(n.defining||n.definingAsContext||n.isolating)break;o.indexOf(e)>-1?s=e:i.before(e)==t&&o.splice(1,0,-e)}let c=o.indexOf(s),l=[],u=r.openStart;for(let e=r.content,t=0;;t++){let n=e.firstChild;if(l.push(n),t==r.openStart)break;e=n.content}for(let e=u-1;e>=0;e--){let t=l[e],n=Fn(t.type);if(n&&!t.sameMarkup(i.node(Math.abs(s)-1)))u=e;else if(n||!t.type.isTextblock)break}for(let t=r.openStart;t>=0;t--){let s=(t+u+1)%(r.openStart+1),d=l[s];if(d)for(let t=0;t=0&&(e.replace(t,n,r),!(e.steps.length>d));s--){let e=o[s];e<0||(t=i.before(e),n=a.after(e))}}function Ln(e,t,n,r,i){if(tr){let t=i.contentMatchAt(0),n=t.fillBefore(e).append(e);e=n.append(t.matchFragment(n).fillBefore(E.empty,!0))}return e}function Rn(e,t,n,r){if(!r.isInline&&t==n&&e.doc.resolve(t).parent.content.size){let i=wn(e.doc,t,r.type);i!=null&&(t=n=i)}e.replaceRange(t,n,new O(E.from(r),0,0))}function zn(e,t,n){let r=e.doc.resolve(t),i=e.doc.resolve(n);if(r.parent.isTextblock&&i.parent.isTextblock&&r.start()!=i.start()&&r.parentOffset==0&&i.parentOffset==0){let a=r.sharedDepth(n),o=!1;for(let e=r.depth;e>a;e--)r.node(e).type.spec.isolating&&(o=!0);for(let e=i.depth;e>a;e--)i.node(e).type.spec.isolating&&(o=!0);if(!o){for(let e=r.depth;e>0&&t==r.start(e);e--)t=r.before(e);for(let e=i.depth;e>0&&n==i.start(e);e--)n=i.before(e);r=e.doc.resolve(t),i=e.doc.resolve(n)}}let a=Bn(r,i);for(let t=0;t0&&(o||r.node(n-1).canReplace(r.index(n-1),i.indexAfter(n-1))))return e.delete(r.before(n),i.after(n))}for(let a=1;a<=r.depth&&a<=i.depth;a++)if(t-r.start(a)==r.depth-a&&n>r.end(a)&&i.end(a)-n!=i.depth-a&&r.start(a-1)==i.start(a-1)&&r.node(a-1).canReplace(r.index(a-1),i.index(a-1)))return e.delete(r.before(a),n);e.delete(t,n)}function Bn(e,t){let n=[],r=Math.min(e.depth,t.depth);for(let i=r;i>=0;i--){let r=e.start(i);if(rt.pos+(t.depth-i)||e.node(i).type.spec.isolating||t.node(i).type.spec.isolating)break;(r==t.start(i)||i==e.depth&&i==t.depth&&e.parent.inlineContent&&t.parent.inlineContent&&i&&t.start(i-1)==r-1)&&n.push(i)}return n}var Vn=class e extends k{constructor(e,t,n){super(),this.pos=e,this.attr=t,this.value=n}apply(e){let t=e.nodeAt(this.pos);if(!t)return Gt.fail(`No node at attribute step's position`);let n=Object.create(null);for(let e in t.attrs)n[e]=t.attrs[e];n[this.attr]=this.value;let r=t.type.create(n,null,t.marks);return Gt.fromReplace(e,this.pos,this.pos+1,new O(E.from(r),0,+!t.isLeaf))}getMap(){return Ht.empty}invert(t){return new e(this.pos,this.attr,t.nodeAt(this.pos).attrs[this.attr])}map(t){let n=t.mapResult(this.pos,1);return n.deletedAfter?null:new e(n.pos,this.attr,this.value)}toJSON(){return{stepType:`attr`,pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(t,n){if(typeof n.pos!=`number`||typeof n.attr!=`string`)throw RangeError(`Invalid input for AttrStep.fromJSON`);return new e(n.pos,n.attr,n.value)}};k.jsonID(`attr`,Vn);var Hn=class e extends k{constructor(e,t){super(),this.attr=e,this.value=t}apply(e){let t=Object.create(null);for(let n in e.attrs)t[n]=e.attrs[n];t[this.attr]=this.value;let n=e.type.create(t,e.content,e.marks);return Gt.ok(n)}getMap(){return Ht.empty}invert(t){return new e(this.attr,t.attrs[this.attr])}map(e){return this}toJSON(){return{stepType:`docAttr`,attr:this.attr,value:this.value}}static fromJSON(t,n){if(typeof n.attr!=`string`)throw RangeError(`Invalid input for DocAttrStep.fromJSON`);return new e(n.attr,n.value)}};k.jsonID(`docAttr`,Hn);var Un=class extends Error{};Un=function e(t){let n=Error.call(this,t);return n.__proto__=e.prototype,n},Un.prototype=Object.create(Error.prototype),Un.prototype.constructor=Un,Un.prototype.name=`TransformError`;var Wn=class{constructor(e){this.doc=e,this.steps=[],this.docs=[],this.mapping=new Ut}get before(){return this.docs.length?this.docs[0]:this.doc}step(e){let t=this.maybeStep(e);if(t.failed)throw new Un(t.failed);return this}maybeStep(e){let t=e.apply(this.doc);return t.failed||this.addStep(e,t.doc),t}get docChanged(){return this.steps.length>0}changedRange(){let e=1e9,t=-1e9;for(let n=0;n{e=Math.min(e,i),t=Math.max(t,a)})}return e==1e9?null:{from:e,to:t}}addStep(e,t){this.docs.push(this.doc),this.steps.push(e),this.mapping.appendMap(e.getMap()),this.doc=t}replace(e,t=e,n=O.empty){let r=En(this.doc,e,t,n);return r&&this.step(r),this}replaceWith(e,t,n){return this.replace(e,t,new O(E.from(n),0,0))}delete(e,t){return this.replace(e,t,O.empty)}insert(e,t){return this.replaceWith(e,e,t)}replaceRange(e,t,n){return In(this,e,t,n),this}replaceRangeWith(e,t,n){return Rn(this,e,t,n),this}deleteRange(e,t){return zn(this,e,t),this}lift(e,t){return on(this,e,t),this}join(e,t=1){return Cn(this,e,t),this}wrap(e,t){return dn(this,e,t),this}setBlockType(e,t=e,n,r=null){return fn(this,e,t,n,r),this}setNodeMarkup(e,t,n=null,r){return gn(this,e,t,n,r),this}setNodeAttribute(e,t,n){return this.step(new Vn(e,t,n)),this}setDocAttribute(e,t){return this.step(new Hn(e,t)),this}addNodeMark(e,t){return this.step(new Yt(e,t)),this}removeNodeMark(e,t){let n=this.doc.nodeAt(e);if(!n)throw RangeError(`No node at position `+e);if(t instanceof D)t.isInSet(n.marks)&&this.step(new Xt(e,t));else{let r=n.marks,i,a=[];for(;i=t.isInSet(r);)a.push(new Xt(e,i)),r=i.removeFromSet(r);for(let e=a.length-1;e>=0;e--)this.step(a[e])}return this}split(e,t=1,n){return vn(this,e,t,n),this}addMark(e,t,n){return en(this,e,t,n),this}removeMark(e,t,n){return tn(this,e,t,n),this}clearIncompatible(e,t,n){return nn(this,e,t,n),this}},Gn=Object.create(null),A=class{constructor(e,t,n){this.$anchor=e,this.$head=t,this.ranges=n||[new Kn(e.min(t),e.max(t))]}get anchor(){return this.$anchor.pos}get head(){return this.$head.pos}get from(){return this.$from.pos}get to(){return this.$to.pos}get $from(){return this.ranges[0].$from}get $to(){return this.ranges[0].$to}get empty(){let e=this.ranges;for(let t=0;t=0;r--){let i=t<0?$n(e.node(0),e.node(r),e.before(r+1),e.index(r),t,n):$n(e.node(0),e.node(r),e.after(r+1),e.index(r)+1,t,n);if(i)return i}return null}static near(e,t=1){return this.findFrom(e,t)||this.findFrom(e,-t)||new Zn(e.node(0))}static atStart(e){return $n(e,e,0,0,1)||new Zn(e)}static atEnd(e){return $n(e,e,e.content.size,e.childCount,-1)||new Zn(e)}static fromJSON(e,t){if(!t||!t.type)throw RangeError(`Invalid input for Selection.fromJSON`);let n=Gn[t.type];if(!n)throw RangeError(`No selection type ${t.type} defined`);return n.fromJSON(e,t)}static jsonID(e,t){if(e in Gn)throw RangeError(`Duplicate use of selection JSON ID `+e);return Gn[e]=t,t.prototype.jsonID=e,t}getBookmark(){return j.between(this.$anchor,this.$head).getBookmark()}};A.prototype.visible=!0;var Kn=class{constructor(e,t){this.$from=e,this.$to=t}},qn=!1;function Jn(e){!qn&&!e.parent.inlineContent&&(qn=!0,console.warn(`TextSelection endpoint not pointing into a node with inline content (`+e.parent.type.name+`)`))}var j=class e extends A{constructor(e,t=e){Jn(e),Jn(t),super(e,t)}get $cursor(){return this.$anchor.pos==this.$head.pos?this.$head:null}map(t,n){let r=t.resolve(n.map(this.head));if(!r.parent.inlineContent)return A.near(r);let i=t.resolve(n.map(this.anchor));return new e(i.parent.inlineContent?i:r,r)}replace(e,t=O.empty){if(super.replace(e,t),t==O.empty){let t=this.$from.marksAcross(this.$to);t&&e.ensureMarks(t)}}eq(t){return t instanceof e&&t.anchor==this.anchor&&t.head==this.head}getBookmark(){return new Yn(this.anchor,this.head)}toJSON(){return{type:`text`,anchor:this.anchor,head:this.head}}static fromJSON(t,n){if(typeof n.anchor!=`number`||typeof n.head!=`number`)throw RangeError(`Invalid input for TextSelection.fromJSON`);return new e(t.resolve(n.anchor),t.resolve(n.head))}static create(e,t,n=t){let r=e.resolve(t);return new this(r,n==t?r:e.resolve(n))}static between(t,n,r){let i=t.pos-n.pos;if((!r||i)&&(r=i>=0?1:-1),!n.parent.inlineContent){let e=A.findFrom(n,r,!0)||A.findFrom(n,-r,!0);if(e)n=e.$head;else return A.near(n,r)}return t.parent.inlineContent||(i==0?t=n:(t=(A.findFrom(t,-r,!0)||A.findFrom(t,r,!0)).$anchor,t.pos0?0:1);i>0?o=0;o+=i){let r=t.child(o);if(!r.isAtom){let t=$n(e,r,n+i,i<0?r.childCount:0,i,a);if(t)return t}else if(!a&&M.isSelectable(r))return M.create(e,n-(i<0?r.nodeSize:0));n+=r.nodeSize*i}return null}function er(e,t,n){let r=e.steps.length-1;if(r{o??=r}),e.setSelection(A.near(e.doc.resolve(o),n))}var tr=1,nr=2,rr=4,ir=class extends Wn{constructor(e){super(e.doc),this.curSelectionFor=0,this.updated=0,this.meta=Object.create(null),this.time=Date.now(),this.curSelection=e.selection,this.storedMarks=e.storedMarks}get selection(){return this.curSelectionFor0}setStoredMarks(e){return this.storedMarks=e,this.updated|=nr,this}ensureMarks(e){return D.sameSet(this.storedMarks||this.selection.$from.marks(),e)||this.setStoredMarks(e),this}addStoredMark(e){return this.ensureMarks(e.addToSet(this.storedMarks||this.selection.$head.marks()))}removeStoredMark(e){return this.ensureMarks(e.removeFromSet(this.storedMarks||this.selection.$head.marks()))}get storedMarksSet(){return(this.updated&nr)>0}addStep(e,t){super.addStep(e,t),this.updated&=~nr,this.storedMarks=null}setTime(e){return this.time=e,this}replaceSelection(e){return this.selection.replace(this,e),this}replaceSelectionWith(e,t=!0){let n=this.selection;return t&&(e=e.mark(this.storedMarks||(n.empty?n.$from.marks():n.$from.marksAcross(n.$to)||D.none))),n.replaceWith(this,e),this}deleteSelection(){return this.selection.replace(this),this}insertText(e,t,n){let r=this.doc.type.schema;if(t==null)return e?this.replaceSelectionWith(r.text(e),!0):this.deleteSelection();{if(n??=t,!e)return this.deleteRange(t,n);let i=this.storedMarks;if(!i){let e=this.doc.resolve(t);i=n==t?e.marks():e.marksAcross(this.doc.resolve(n))}return this.replaceRangeWith(t,n,r.text(e,i)),!this.selection.empty&&this.selection.to==t+e.length&&this.setSelection(A.near(this.selection.$to)),this}}setMeta(e,t){return this.meta[typeof e==`string`?e:e.key]=t,this}getMeta(e){return this.meta[typeof e==`string`?e:e.key]}get isGeneric(){for(let e in this.meta)return!1;return!0}scrollIntoView(){return this.updated|=rr,this}get scrolledIntoView(){return(this.updated&rr)>0}};function ar(e,t){return!t||!e?e:e.bind(t)}var or=class{constructor(e,t,n){this.name=e,this.init=ar(t.init,n),this.apply=ar(t.apply,n)}},sr=[new or(`doc`,{init(e){return e.doc||e.schema.topNodeType.createAndFill()},apply(e){return e.doc}}),new or(`selection`,{init(e,t){return e.selection||A.atStart(t.doc)},apply(e){return e.selection}}),new or(`storedMarks`,{init(e){return e.storedMarks||null},apply(e,t,n,r){return r.selection.$cursor?e.storedMarks:null}}),new or(`scrollToSelection`,{init(){return 0},apply(e,t){return e.scrolledIntoView?t+1:t}})],cr=class{constructor(e,t){this.schema=e,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=sr.slice(),t&&t.forEach(e=>{if(this.pluginsByKey[e.key])throw RangeError(`Adding different instances of a keyed plugin (`+e.key+`)`);this.plugins.push(e),this.pluginsByKey[e.key]=e,e.spec.state&&this.fields.push(new or(e.key,e.spec.state,e))})}},lr=class e{constructor(e){this.config=e}get schema(){return this.config.schema}get plugins(){return this.config.plugins}apply(e){return this.applyTransaction(e).state}filterTransaction(e,t=-1){for(let n=0;ne.toJSON())),e&&typeof e==`object`)for(let n in e){if(n==`doc`||n==`selection`)throw RangeError("The JSON fields `doc` and `selection` are reserved");let r=e[n],i=r.spec.state;i&&i.toJSON&&(t[n]=i.toJSON.call(r,this[r.key]))}return t}static fromJSON(t,n,r){if(!n)throw RangeError(`Invalid input for EditorState.fromJSON`);if(!t.schema)throw RangeError(`Required config field 'schema' missing`);let i=new cr(t.schema,t.plugins),a=new e(i);return i.fields.forEach(e=>{if(e.name==`doc`)a.doc=Ie.fromJSON(t.schema,n.doc);else if(e.name==`selection`)a.selection=A.fromJSON(a.doc,n.selection);else if(e.name==`storedMarks`)n.storedMarks&&(a.storedMarks=n.storedMarks.map(t.schema.markFromJSON));else{if(r)for(let i in r){let o=r[i],s=o.spec.state;if(o.key==e.name&&s&&s.fromJSON&&Object.prototype.hasOwnProperty.call(n,i)){a[e.name]=s.fromJSON.call(o,t,n[i],a);return}}a[e.name]=e.init(t,a)}}),a}};function ur(e,t,n){for(let r in e){let i=e[r];i instanceof Function?i=i.bind(t):r==`handleDOMEvents`&&(i=ur(i,t,{})),n[r]=i}return n}var N=class{constructor(e){this.spec=e,this.props={},e.props&&ur(e.props,this,this.props),this.key=e.key?e.key.key:fr(`plugin`)}getState(e){return e[this.key]}},dr=Object.create(null);function fr(e){return e in dr?e+`$`+ ++dr[e]:(dr[e]=0,e+`$`)}var P=class{constructor(e=`key`){this.key=fr(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}},pr=(e,t)=>e.selection.empty?!1:(t&&t(e.tr.deleteSelection().scrollIntoView()),!0);function mr(e,t){let{$cursor:n}=e.selection;return!n||(t?!t.endOfTextblock(`backward`,e):n.parentOffset>0)?null:n}var hr=(e,t,n)=>{let r=mr(e,n);if(!r)return!1;let i=xr(r);if(!i){let n=r.blockRange(),i=n&&an(n);return i==null?!1:(t&&t(e.tr.lift(n,i).scrollIntoView()),!0)}let a=i.nodeBefore;if(zr(e,i,t,-1))return!0;if(r.parent.content.size==0&&(yr(a,`end`)||M.isSelectable(a)))for(let n=r.depth;;n--){let o=En(e.doc,r.before(n),r.after(n),O.empty);if(o&&o.slice.size1)break}return a.isAtom&&i.depth==r.depth-1?(t&&t(e.tr.delete(i.pos-a.nodeSize,i.pos).scrollIntoView()),!0):!1},gr=(e,t,n)=>{let r=mr(e,n);if(!r)return!1;let i=xr(r);return i?vr(e,i,t):!1},_r=(e,t,n)=>{let r=Sr(e,n);if(!r)return!1;let i=Tr(r);return i?vr(e,i,t):!1};function vr(e,t,n){let r=t.nodeBefore,i=t.pos-1;for(;!r.isTextblock;i--){if(r.type.spec.isolating)return!1;let e=r.lastChild;if(!e)return!1;r=e}let a=t.nodeAfter,o=t.pos+1;for(;!a.isTextblock;o++){if(a.type.spec.isolating)return!1;let e=a.firstChild;if(!e)return!1;a=e}let s=En(e.doc,i,o,O.empty);if(!s||s.from!=i||s instanceof Zt&&s.slice.size>=o-i)return!1;if(n){let t=e.tr.step(s);t.setSelection(j.create(t.doc,i)),n(t.scrollIntoView())}return!0}function yr(e,t,n=!1){for(let r=e;r;r=t==`start`?r.firstChild:r.lastChild){if(r.isTextblock)return!0;if(n&&r.childCount!=1)return!1}return!1}var br=(e,t,n)=>{let{$head:r,empty:i}=e.selection,a=r;if(!i)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock(`backward`,e):r.parentOffset>0)return!1;a=xr(r)}let o=a&&a.nodeBefore;return!o||!M.isSelectable(o)?!1:(t&&t(e.tr.setSelection(M.create(e.doc,a.pos-o.nodeSize)).scrollIntoView()),!0)};function xr(e){if(!e.parent.type.spec.isolating)for(let t=e.depth-1;t>=0;t--){if(e.index(t)>0)return e.doc.resolve(e.before(t+1));if(e.node(t).type.spec.isolating)break}return null}function Sr(e,t){let{$cursor:n}=e.selection;return!n||(t?!t.endOfTextblock(`forward`,e):n.parentOffset{let r=Sr(e,n);if(!r)return!1;let i=Tr(r);if(!i)return!1;let a=i.nodeAfter;if(zr(e,i,t,1))return!0;if(r.parent.content.size==0&&(yr(a,`start`)||M.isSelectable(a))){let n=En(e.doc,r.before(),r.after(),O.empty);if(n&&n.slice.size{let{$head:r,empty:i}=e.selection,a=r;if(!i)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock(`forward`,e):r.parentOffset=0;t--){let n=e.node(t);if(e.index(t)+1{let n=e.selection,r=n instanceof M,i;if(r){if(n.node.isTextblock||!yn(e.doc,n.from))return!1;i=n.from}else if(i=Sn(e.doc,n.from,-1),i==null)return!1;if(t){let n=e.tr.join(i);r&&n.setSelection(M.create(n.doc,i-e.doc.resolve(i).nodeBefore.nodeSize)),t(n.scrollIntoView())}return!0},Dr=(e,t)=>{let n=e.selection,r;if(n instanceof M){if(n.node.isTextblock||!yn(e.doc,n.to))return!1;r=n.to}else if(r=Sn(e.doc,n.to,1),r==null)return!1;return t&&t(e.tr.join(r).scrollIntoView()),!0},Or=(e,t)=>{let{$from:n,$to:r}=e.selection,i=n.blockRange(r),a=i&&an(i);return a==null?!1:(t&&t(e.tr.lift(i,a).scrollIntoView()),!0)},kr=(e,t)=>{let{$head:n,$anchor:r}=e.selection;return!n.parent.type.spec.code||!n.sameParent(r)?!1:(t&&t(e.tr.insertText(` +`).scrollIntoView()),!0)};function Ar(e){for(let t=0;t{let{$head:n,$anchor:r}=e.selection;if(!n.parent.type.spec.code||!n.sameParent(r))return!1;let i=n.node(-1),a=n.indexAfter(-1),o=Ar(i.contentMatchAt(a));if(!o||!i.canReplaceWith(a,a,o))return!1;if(t){let r=n.after(),i=e.tr.replaceWith(r,r,o.createAndFill());i.setSelection(A.near(i.doc.resolve(r),1)),t(i.scrollIntoView())}return!0},Mr=(e,t)=>{let n=e.selection,{$from:r,$to:i}=n;if(n instanceof Zn||r.parent.inlineContent||i.parent.inlineContent)return!1;let a=Ar(i.parent.contentMatchAt(i.indexAfter()));if(!a||!a.isTextblock)return!1;if(t){let n=(!r.parentOffset&&i.index(){let{$cursor:n}=e.selection;if(!n||n.parent.content.size)return!1;if(n.depth>1&&n.after()!=n.end(-1)){let r=n.before();if(_n(e.doc,r))return t&&t(e.tr.split(r).scrollIntoView()),!0}let r=n.blockRange(),i=r&&an(r);return i==null?!1:(t&&t(e.tr.lift(r,i).scrollIntoView()),!0)};function Pr(e){return(t,n)=>{let{$from:r,$to:i}=t.selection;if(t.selection instanceof M&&t.selection.node.isBlock)return!r.parentOffset||!_n(t.doc,r.pos)?!1:(n&&n(t.tr.split(r.pos).scrollIntoView()),!0);if(!r.depth)return!1;let a=[],o,s,c=!1,l=!1;for(let t=r.depth;;t--)if(r.node(t).isBlock){c=r.end(t)==r.pos+(r.depth-t),l=r.start(t)==r.pos-(r.depth-t),s=Ar(r.node(t-1).contentMatchAt(r.indexAfter(t-1)));let n=e&&e(i.parent,c,r);a.unshift(n||(c&&s?{type:s}:null)),o=t;break}else{if(t==1)return!1;a.unshift(null)}let u=t.tr;(t.selection instanceof j||t.selection instanceof Zn)&&u.deleteSelection();let d=u.mapping.map(r.pos),f=_n(u.doc,d,a.length,a);if(f||=(a[0]=s?{type:s}:null,_n(u.doc,d,a.length,a)),!f)return!1;if(u.split(d,a.length,a),!c&&l&&r.node(o).type!=s){let e=u.mapping.map(r.before(o)),t=u.doc.resolve(e);s&&r.node(o-1).canReplaceWith(t.index(),t.index()+1,s)&&u.setNodeMarkup(u.mapping.map(r.before(o)),s)}return n&&n(u.scrollIntoView()),!0}}var Fr=Pr(),Ir=(e,t)=>{let{$from:n,to:r}=e.selection,i,a=n.sharedDepth(r);return a==0?!1:(i=n.before(a),t&&t(e.tr.setSelection(M.create(e.doc,i))),!0)},Lr=(e,t)=>(t&&t(e.tr.setSelection(new Zn(e.doc))),!0);function Rr(e,t,n){let r=t.nodeBefore,i=t.nodeAfter,a=t.index();return!r||!i||!r.type.compatibleContent(i.type)?!1:!r.content.size&&t.parent.canReplace(a-1,a)?(n&&n(e.tr.delete(t.pos-r.nodeSize,t.pos).scrollIntoView()),!0):!t.parent.canReplace(a,a+1)||!(i.isTextblock||yn(e.doc,t.pos))?!1:(n&&n(e.tr.join(t.pos).scrollIntoView()),!0)}function zr(e,t,n,r){let i=t.nodeBefore,a=t.nodeAfter,o,s,c=i.type.spec.isolating||a.type.spec.isolating;if(!c&&Rr(e,t,n))return!0;let l=!c&&t.parent.canReplace(t.index(),t.index()+1);if(l&&(o=(s=i.contentMatchAt(i.childCount)).findWrapping(a.type))&&s.matchType(o[0]||a.type).validEnd){if(n){let r=t.pos+a.nodeSize,s=E.empty;for(let e=o.length-1;e>=0;e--)s=E.from(o[e].create(null,s));s=E.from(i.copy(s));let c=e.tr.step(new Qt(t.pos-1,r,t.pos,r,new O(s,1,0),o.length,!0)),l=c.doc.resolve(r+2*o.length);l.nodeAfter&&l.nodeAfter.type==i.type&&yn(c.doc,l.pos)&&c.join(l.pos),n(c.scrollIntoView())}return!0}let u=a.type.spec.isolating||r>0&&c?null:A.findFrom(t,1),d=u&&u.$from.blockRange(u.$to),f=d&&an(d);if(f!=null&&f>=t.depth)return n&&n(e.tr.lift(d,f).scrollIntoView()),!0;if(l&&yr(a,`start`,!0)&&yr(i,`end`)){let r=i,o=[];for(;o.push(r),!r.isTextblock;)r=r.lastChild;let s=a,c=1;for(;!s.isTextblock;s=s.firstChild)c++;if(r.canReplace(r.childCount,r.childCount,s.content)){if(n){let r=E.empty;for(let e=o.length-1;e>=0;e--)r=E.from(o[e].copy(r));n(e.tr.step(new Qt(t.pos-o.length,t.pos+a.nodeSize,t.pos+c,t.pos+a.nodeSize-c,new O(r,o.length,0),0,!0)).scrollIntoView())}return!0}}return!1}function Br(e){return function(t,n){let r=t.selection,i=e<0?r.$from:r.$to,a=i.depth;for(;i.node(a).isInline;){if(!a)return!1;a--}return i.node(a).isTextblock?(n&&n(t.tr.setSelection(j.create(t.doc,e<0?i.start(a):i.end(a)))),!0):!1}}var Vr=Br(-1),Hr=Br(1);function Ur(e,t=null){return function(n,r){let{$from:i,$to:a}=n.selection,o=i.blockRange(a),s=o&&sn(o,e,t);return s?(r&&r(n.tr.wrap(o,s).scrollIntoView()),!0):!1}}function Wr(e,t=null){return function(n,r){let i=!1;for(let r=0;r{if(i)return!1;if(!(!r.isTextblock||r.hasMarkup(e,t)))if(r.type==e)i=!0;else{let t=n.doc.resolve(a),r=t.index();i=t.parent.canReplaceWith(r,r+1,e)}})}if(!i)return!1;if(r){let i=n.tr;for(let r=0;r=2&&t.$from.node(t.depth-1).type.compatibleContent(n)&&t.startIndex==0){if(t.$from.index(t.depth-1)==0)return!1;let e=o.resolve(t.start-2);a=new Pe(e,e,t.depth),t.endIndex=0;e--)a=E.from(n[e].type.create(n[e].attrs,a));e.step(new Qt(t.start-(r?2:0),t.end,t.start,t.end,new O(a,0,0),n.length,!0));let o=0;for(let e=0;et.childCount>0&&t.firstChild.type==e);return a?n?r.node(a.depth-1).type==e?ei(t,n,e,a):ti(t,n,a):!0:!1}}function ei(e,t,n,r){let i=e.tr,a=r.end,o=r.$to.end(r.depth);aa;t--)e-=i.child(t).nodeSize,r.delete(e-1,e+1);let a=r.doc.resolve(n.start),o=a.nodeAfter;if(r.mapping.map(n.end)!=n.start+a.nodeAfter.nodeSize)return!1;let s=n.startIndex==0,c=n.endIndex==i.childCount,l=a.node(-1),u=a.index(-1);if(!l.canReplace(u+ +!s,u+1,o.content.append(c?E.empty:E.from(i))))return!1;let d=a.pos,f=d+o.nodeSize;return r.step(new Qt(d-+!!s,f+ +!!c,d+1,f-1,new O((s?E.empty:E.from(i.copy(E.empty))).append(c?E.empty:E.from(i.copy(E.empty))),+!s,+!c),+!s)),t(r.scrollIntoView()),!0}function ni(e){return function(t,n){let{$from:r,$to:i}=t.selection,a=r.blockRange(i,t=>t.childCount>0&&t.firstChild.type==e);if(!a)return!1;let o=a.startIndex;if(o==0)return!1;let s=a.parent,c=s.child(o-1);if(c.type!=e)return!1;if(n){let r=c.lastChild&&c.lastChild.type==s.type,i=E.from(r?e.create():null),o=new O(E.from(e.create(null,E.from(s.type.create(null,i)))),r?3:1,0),l=a.start,u=a.end;n(t.tr.step(new Qt(l-(r?3:1),u,l,u,o,1,!0)).scrollIntoView())}return!0}}var F=function(e){for(var t=0;;t++)if(e=e.previousSibling,!e)return t},ri=function(e){let t=e.assignedSlot||e.parentNode;return t&&t.nodeType==11?t.host:t},ii=null,ai=function(e,t,n){let r=ii||=document.createRange();return r.setEnd(e,n??e.nodeValue.length),r.setStart(e,t||0),r},oi=function(){ii=null},si=function(e,t,n,r){return n&&(li(e,t,n,r,-1)||li(e,t,n,r,1))},ci=/^(img|br|input|textarea|hr)$/i;function li(e,t,n,r,i){for(;;){if(e==n&&t==r)return!0;if(t==(i<0?0:ui(e))){let n=e.parentNode;if(!n||n.nodeType!=1||mi(e)||ci.test(e.nodeName)||e.contentEditable==`false`)return!1;t=F(e)+(i<0?0:1),e=n}else if(e.nodeType==1){let n=e.childNodes[t+(i<0?-1:0)];if(n.nodeType==1&&n.contentEditable==`false`)if(n.pmViewDesc?.ignoreForSelection)t+=i;else return!1;else e=n,t=i<0?ui(e):0}else return!1}}function ui(e){return e.nodeType==3?e.nodeValue.length:e.childNodes.length}function di(e,t){for(;;){if(e.nodeType==3&&t)return e;if(e.nodeType==1&&t>0){if(e.contentEditable==`false`)return null;e=e.childNodes[t-1],t=ui(e)}else if(e.parentNode&&!mi(e))t=F(e),e=e.parentNode;else return null}}function fi(e,t){for(;;){if(e.nodeType==3&&t2),ji=Ai||(yi?/Mac/.test(yi.platform):!1),Mi=yi?/Win/.test(yi.platform):!1,Ni=/Android \d/.test(xi),Pi=!!bi&&`webkitFontSmoothing`in bi.documentElement.style,Fi=Pi?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0;function Ii(e){let t=e.defaultView&&e.defaultView.visualViewport;return t?{left:0,right:t.width,top:0,bottom:t.height}:{left:0,right:e.documentElement.clientWidth,top:0,bottom:e.documentElement.clientHeight}}function Li(e,t){return typeof e==`number`?e:e[t]}function Ri(e){let t=e.getBoundingClientRect(),n=t.width/e.offsetWidth||1,r=t.height/e.offsetHeight||1;return{left:t.left,right:t.left+e.clientWidth*n,top:t.top,bottom:t.top+e.clientHeight*r}}function zi(e,t,n){let r=e.someProp(`scrollThreshold`)||0,i=e.someProp(`scrollMargin`)||5,a=e.dom.ownerDocument;for(let o=n||e.dom;o;){if(o.nodeType!=1){o=ri(o);continue}let e=o,n=e==a.body,s=n?Ii(a):Ri(e),c=0,l=0;if(t.tops.bottom-Li(r,`bottom`)&&(l=t.bottom-t.top>s.bottom-s.top?t.top+Li(i,`top`)-s.top:t.bottom-s.bottom+Li(i,`bottom`)),t.lefts.right-Li(r,`right`)&&(c=t.right-s.right+Li(i,`right`)),c||l)if(n)a.defaultView.scrollBy(c,l);else{let n=e.scrollLeft,r=e.scrollTop;l&&(e.scrollTop+=l),c&&(e.scrollLeft+=c);let i=e.scrollLeft-n,a=e.scrollTop-r;t={left:t.left-i,top:t.top-a,right:t.right-i,bottom:t.bottom-a}}let u=n?`fixed`:getComputedStyle(o).position;if(/^(fixed|sticky)$/.test(u))break;o=u==`absolute`?o.offsetParent:ri(o)}}function Bi(e){let t=e.dom.getBoundingClientRect(),n=Math.max(0,t.top),r,i;for(let a=(t.left+t.right)/2,o=n+1;o=n-20){r=t,i=s.top;break}}return{refDOM:r,refTop:i,stack:Vi(e.dom)}}function Vi(e){let t=[],n=e.ownerDocument;for(let r=e;r&&(t.push({dom:r,top:r.scrollTop,left:r.scrollLeft}),e!=n);r=ri(r));return t}function Hi({refDOM:e,refTop:t,stack:n}){let r=e?e.getBoundingClientRect().top:0;Ui(n,r==0?0:r-t)}function Ui(e,t){for(let n=0;n=s){o=Math.max(p.bottom,o),s=Math.min(p.top,s);let e=p.left>t.left?p.left-t.left:p.right=(p.left+p.right)/2));continue}}else p.top>t.top&&!c&&p.left<=t.left&&p.right>=t.left&&(c=u,l={left:Math.max(p.left,Math.min(p.right,t.left)),top:p.top});!n&&(t.left>=p.right&&t.top>=p.top||t.left>=p.left&&t.top>=p.bottom)&&(a=d+1)}}return!n&&c&&(n=c,i=l,r=0),n&&n.nodeType==3?qi(n,i):!n||r&&n.nodeType==1?{node:e,offset:a}:Ki(n,i)}function qi(e,t){let n=e.nodeValue.length,r=document.createRange(),i;for(let a=0;a=(n.left+n.right)/2)};break}}return r.detach(),i||{node:e,offset:0}}function Ji(e,t){return e.left>=t.left-1&&e.left<=t.right+1&&e.top>=t.top-1&&e.top<=t.bottom+1}function Yi(e,t){let n=e.parentNode;return n&&/^li$/i.test(n.nodeName)&&t.left(e.left+e.right)/2?1:-1}return e.docView.posFromDOM(r,i,a)}function Zi(e,t,n,r){let i=-1;for(let n=t,a=!1;n!=e.dom;){let t=e.docView.nearestDesc(n,!0),o;if(!t)return null;if(t.dom.nodeType==1&&(t.node.isBlock&&t.parent||!t.contentDOM)&&((o=t.dom.getBoundingClientRect()).width||o.height)&&(t.node.isBlock&&t.parent&&!/^T(R|BODY|HEAD|FOOT)$/.test(t.dom.nodeName)&&(!a&&o.left>r.left||o.top>r.top?i=t.posBefore:(!a&&o.right-1?i:e.docView.posFromDOM(t,n,-1)}function Qi(e,t,n){let r=e.childNodes.length;if(r&&n.topt.top&&i++}let n;Pi&&i&&r.nodeType==1&&(n=r.childNodes[i-1]).nodeType==1&&n.contentEditable==`false`&&n.getBoundingClientRect().top>=t.top&&i--,r==e.dom&&i==r.childNodes.length-1&&r.lastChild.nodeType==1&&t.top>r.lastChild.getBoundingClientRect().bottom?s=e.state.doc.content.size:(i==0||r.nodeType!=1||r.childNodes[i-1].nodeName!=`BR`)&&(s=Zi(e,r,i,t))}s??=Xi(e,o,t);let c=e.docView.nearestDesc(o,!0);return{pos:s,inside:c?c.posAtStart-c.border:-1}}function ea(e){return e.top=0&&i==r.nodeValue.length?(e--,a=1):n<0?e--:t++,ia(ta(ai(r,e,t),a),a<0)}if(!e.state.doc.resolve(t-(a||0)).parent.inlineContent){if(a==null&&i&&(n<0||i==ui(r))){let e=r.childNodes[i-1];if(e.nodeType==1)return aa(e.getBoundingClientRect(),!1)}if(a==null&&i=0)}if(a==null&&i&&(n<0||i==ui(r))){let e=r.childNodes[i-1],t=e.nodeType==3?ai(e,ui(e)-+!o):e.nodeType==1&&(e.nodeName!=`BR`||!e.nextSibling)?e:null;if(t)return ia(ta(t,1),!1)}if(a==null&&i=0)}function ia(e,t){if(e.width==0)return e;let n=t?e.left:e.right;return{top:e.top,bottom:e.bottom,left:n,right:n}}function aa(e,t){if(e.height==0)return e;let n=t?e.top:e.bottom;return{top:n,bottom:n,left:e.left,right:e.right}}function oa(e,t,n){let r=e.state,i=e.root.activeElement;r!=t&&e.updateState(t),i!=e.dom&&e.focus();try{return n()}finally{r!=t&&e.updateState(r),i!=e.dom&&i&&i.focus()}}function sa(e,t,n){let r=t.selection,i=n==`up`?r.$from:r.$to;return oa(e,t,()=>{let{node:t}=e.docView.domFromPos(i.pos,n==`up`?-1:1);for(;;){let n=e.docView.nearestDesc(t,!0);if(!n)break;if(n.node.isBlock){t=n.contentDOM||n.dom;break}t=n.dom.parentNode}let r=ra(e,i.pos,1);for(let e=t.firstChild;e;e=e.nextSibling){let t;if(e.nodeType==1)t=e.getClientRects();else if(e.nodeType==3)t=ai(e,0,e.nodeValue.length).getClientRects();else continue;for(let e=0;ei.top+1&&(n==`up`?r.top-i.top>(i.bottom-r.top)*2:i.bottom-r.bottom>(r.bottom-i.top)*2))return!1}}return!0})}var ca=/[\u0590-\u08ac]/;function la(e,t,n){let{$head:r}=t.selection;if(!r.parent.isTextblock)return!1;let i=r.parentOffset,a=!i,o=i==r.parent.content.size,s=e.domSelection();return s?!ca.test(r.parent.textContent)||!s.modify?n==`left`||n==`backward`?a:o:oa(e,t,()=>{let{focusNode:t,focusOffset:i,anchorNode:a,anchorOffset:o}=e.domSelectionRange(),c=s.caretBidiLevel;s.modify(`move`,n,`character`);let l=r.depth?e.docView.domAfterPos(r.before()):e.dom,{focusNode:u,focusOffset:d}=e.domSelectionRange(),f=u&&!l.contains(u.nodeType==1?u:u.parentNode)||t==u&&i==d;try{s.collapse(a,o),t&&(t!=a||i!=o)&&s.extend&&s.extend(t,i)}catch{}return c!=null&&(s.caretBidiLevel=c),f}):r.pos==r.start()||r.pos==r.end()}var ua=null,da=null,fa=!1;function pa(e,t,n){return ua==t&&da==n?fa:(ua=t,da=n,fa=n==`up`||n==`down`?sa(e,t,n):la(e,t,n))}var ma=0,ha=1,ga=2,_a=3,va=class{constructor(e,t,n,r){this.parent=e,this.children=t,this.dom=n,this.contentDOM=r,this.dirty=ma,n.pmViewDesc=this}matchesWidget(e){return!1}matchesMark(e){return!1}matchesNode(e,t,n){return!1}matchesHack(e){return!1}parseRule(){return null}stopEvent(e){return!1}get size(){let e=0;for(let t=0;tF(this.contentDOM);else if(this.contentDOM&&this.contentDOM!=this.dom&&this.dom.contains(this.contentDOM))r=e.compareDocumentPosition(this.contentDOM)&2;else if(this.dom.firstChild){if(t==0)for(let t=e;;t=t.parentNode){if(t==this.dom){r=!1;break}if(t.previousSibling)break}if(r==null&&t==e.childNodes.length)for(let t=e;;t=t.parentNode){if(t==this.dom){r=!0;break}if(t.nextSibling)break}}return r??n>0?this.posAtEnd:this.posAtStart}nearestDesc(e,t=!1){for(let n=!0,r=e;r;r=r.parentNode){let i=this.getDesc(r),a;if(i&&(!t||i.node))if(n&&(a=i.nodeDOM)&&!(a.nodeType==1?a.contains(e.nodeType==1?e:e.parentNode):a==e))n=!1;else return i}}getDesc(e){let t=e.pmViewDesc;for(let e=t;e;e=e.parent)if(e==this)return t}posFromDOM(e,t,n){for(let r=e;r;r=r.parentNode){let i=this.getDesc(r);if(i)return i.localPosFromDOM(e,t,n)}return-1}descAt(e){for(let t=0,n=0;te||i instanceof Ta){r=e-t;break}t=a}if(r)return this.children[n].domFromPos(r-this.children[n].border,t);for(let e;n&&!(e=this.children[n-1]).size&&e instanceof ya&&e.side>=0;n--);if(t<=0){let e,r=!0;for(;e=n?this.children[n-1]:null,!(!e||e.dom.parentNode==this.contentDOM);n--,r=!1);return e&&t&&r&&!e.border&&!e.domAtom?e.domFromPos(e.size,t):{node:this.contentDOM,offset:e?F(e.dom)+1:0}}else{let e,r=!0;for(;e=n=i&&t<=s-n.border&&n.node&&n.contentDOM&&this.contentDOM.contains(n.contentDOM))return n.parseRange(e,t,i);e=a;for(let t=o;t>0;t--){let n=this.children[t-1];if(n.size&&n.dom.parentNode==this.contentDOM&&!n.emptyChildAt(1)){r=F(n.dom)+1;break}e-=n.size}r==-1&&(r=0)}if(r>-1&&(s>t||o==this.children.length-1)){t=s;for(let e=o+1;es&&at){let e=o;o=s,s=e}let n=document.createRange();n.setEnd(s.node,s.offset),n.setStart(o.node,o.offset),c.removeAllRanges(),c.addRange(n)}}ignoreMutation(e){return!this.contentDOM&&e.type!=`selection`}get contentLost(){return this.contentDOM&&this.contentDOM!=this.dom&&!this.dom.contains(this.contentDOM)}markDirty(e,t){for(let n=0,r=0;r=n:en){let r=n+i.border,o=a-i.border;if(e>=r&&t<=o){this.dirty=e==n||t==a?ga:ha,e==r&&t==o&&(i.contentLost||i.dom.parentNode!=this.contentDOM)?i.dirty=_a:i.markDirty(e-r,t-r);return}else i.dirty=i.dom==i.contentDOM&&i.dom.parentNode==this.contentDOM&&!i.children.length?ga:_a}n=a}this.dirty=ga}markParentsDirty(){let e=1;for(let t=this.parent;t;t=t.parent,e++){let n=e==1?ga:ha;t.dirty{if(!i)return r;if(i.parent)return i.parent.posBeforeChild(i)})),!t.type.spec.raw){if(a.nodeType!=1){let e=document.createElement(`span`);e.appendChild(a),a=e}a.contentEditable=`false`,a.classList.add(`ProseMirror-widget`)}super(e,[],a,null),this.widget=t,this.widget=t,i=this}matchesWidget(e){return this.dirty==ma&&e.type.eq(this.widget.type)}parseRule(){return{ignore:!0}}stopEvent(e){let t=this.widget.spec.stopEvent;return t?t(e):!1}ignoreMutation(e){return e.type!=`selection`||this.widget.spec.ignoreSelection}destroy(){this.widget.type.destroy(this.dom),super.destroy()}get domAtom(){return!0}get ignoreForSelection(){return!!this.widget.type.spec.relaxedSide}get side(){return this.widget.type.side}},ba=class extends va{constructor(e,t,n,r){super(e,[],t,null),this.textDOM=n,this.text=r}get size(){return this.text.length}localPosFromDOM(e,t){return e==this.textDOM?this.posAtStart+t:this.posAtStart+(t?this.size:0)}domFromPos(e){return{node:this.textDOM,offset:e}}ignoreMutation(e){return e.type===`characterData`&&e.target.nodeValue==e.oldValue}},xa=class e extends va{constructor(e,t,n,r,i){super(e,[],n,r),this.mark=t,this.spec=i}static create(t,n,r,i){let a=i.nodeViews[n.type.name],o=a&&a(n,i,r);return(!o||!o.dom)&&(o=Tt.renderSpec(document,n.type.spec.toDOM(n,r),null,n.attrs)),new e(t,n,o.dom,o.contentDOM||o.dom,o)}parseRule(){return this.dirty&_a||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(e){return this.dirty!=_a&&this.mark.eq(e)}markDirty(e,t){if(super.markDirty(e,t),this.dirty!=ma){let e=this.parent;for(;!e.node;)e=e.parent;e.dirty0&&(a=Ha(a,0,t,r));for(let e=0;e{if(!c)return o;if(c.parent)return c.parent.posBeforeChild(c)},r,i),u=l&&l.dom,d=l&&l.contentDOM;if(n.isText){if(!u)u=document.createTextNode(n.text);else if(u.nodeType!=3)throw RangeError(`Text must be rendered as a DOM text node`)}else if(!u){let e=Tt.renderSpec(document,n.type.spec.toDOM(n),null,n.attrs);({dom:u,contentDOM:d}=e)}!d&&!n.isText&&u.nodeName!=`BR`&&(u.hasAttribute(`contenteditable`)||(u.contentEditable=`false`),n.type.spec.draggable&&(u.draggable=!0));let f=u;return u=Na(u,r,n),l?c=new Ea(t,n,r,i,u,d||null,f,l,a,o+1):n.isText?new wa(t,n,r,i,u,f,a):new e(t,n,r,i,u,d||null,f,a,o+1)}parseRule(){if(this.node.type.spec.reparseInView)return null;let e={node:this.node.type.name,attrs:this.node.attrs};if(this.node.type.whitespace==`pre`&&(e.preserveWhitespace=`full`),!this.contentDOM)e.getContent=()=>this.node.content;else if(!this.contentLost)e.contentElement=this.contentDOM;else{for(let t=this.children.length-1;t>=0;t--){let n=this.children[t];if(this.dom.contains(n.dom.parentNode)){e.contentElement=n.dom.parentNode;break}}e.contentElement||(e.getContent=()=>E.empty)}return e}matchesNode(e,t,n){return this.dirty==ma&&e.eq(this.node)&&Pa(t,this.outerDeco)&&n.eq(this.innerDeco)}get size(){return this.node.nodeSize}get border(){return+!this.node.isLeaf}updateChildren(e,t){let n=this.node.inlineContent,r=t,i=e.composing?this.localCompositionInfo(e,t):null,a=i&&i.pos>-1?i:null,o=i&&i.pos<0,s=new Ia(this,a&&a.node,e);za(this.node,this.innerDeco,(t,i,a)=>{t.spec.marks?s.syncToMarks(t.spec.marks,n,e,i):t.type.side>=0&&!a&&s.syncToMarks(i==this.node.childCount?D.none:this.node.child(i).marks,n,e,i),s.placeWidget(t,e,r)},(t,a,c,l)=>{s.syncToMarks(t.marks,n,e,l);let u;s.findNodeMatch(t,a,c,l)||o&&e.state.selection.from>r&&e.state.selection.to-1&&s.updateNodeAt(t,a,c,u,e)||s.updateNextNode(t,a,c,e,l,r)||s.addNode(t,a,c,e,r),r+=t.nodeSize}),s.syncToMarks([],n,e,0),this.node.isTextblock&&s.addTextblockHacks(),s.destroyRest(),(s.changed||this.dirty==ga)&&(a&&this.protectLocalComposition(e,a),Da(this.contentDOM,this.children,e),Ai&&Ba(this.dom))}localCompositionInfo(e,t){let{from:n,to:r}=e.state.selection;if(!(e.state.selection instanceof j)||nt+this.node.content.size)return null;let i=e.input.compositionNode;if(!i||!this.dom.contains(i.parentNode))return null;if(this.node.inlineContent){let e=i.nodeValue,a=Va(this.node.content,e,n-t,r-t);return a<0?null:{node:i,pos:a,text:e}}else return{node:i,pos:-1,text:``}}protectLocalComposition(e,{node:t,pos:n,text:r}){if(this.getDesc(t))return;let i=t;for(;i.parentNode!=this.contentDOM;i=i.parentNode){for(;i.previousSibling;)i.parentNode.removeChild(i.previousSibling);for(;i.nextSibling;)i.parentNode.removeChild(i.nextSibling);i.pmViewDesc&&=void 0}let a=new ba(this,i,t,r);e.input.compositionNodes.push(a),this.children=Ha(this.children,n,n+r.length,e,a)}update(e,t,n,r){return this.dirty==_a||!e.sameMarkup(this.node)?!1:(this.updateInner(e,t,n,r),!0)}updateInner(e,t,n,r){this.updateOuterDeco(t),this.node=e,this.innerDeco=n,this.contentDOM&&this.updateChildren(r,this.posAtStart),this.dirty=ma}updateOuterDeco(e){if(Pa(e,this.outerDeco))return;let t=this.nodeDOM.nodeType!=1,n=this.dom;this.dom=ja(this.dom,this.nodeDOM,Aa(this.outerDeco,this.node,t),Aa(e,this.node,t)),this.dom!=n&&(n.pmViewDesc=void 0,this.dom.pmViewDesc=this),this.outerDeco=e}selectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.add(`ProseMirror-selectednode`),(this.contentDOM||!this.node.type.spec.draggable)&&(this.nodeDOM.draggable=!0))}deselectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.remove(`ProseMirror-selectednode`),(this.contentDOM||!this.node.type.spec.draggable)&&this.nodeDOM.removeAttribute(`draggable`))}get domAtom(){return this.node.isAtom}};function Ca(e,t,n,r,i){Na(r,t,e);let a=new Sa(void 0,e,t,n,r,r,r,i,0);return a.contentDOM&&a.updateChildren(i,0),a}var wa=class e extends Sa{constructor(e,t,n,r,i,a,o){super(e,t,n,r,i,null,a,o,0)}parseRule(){let e=this.nodeDOM.parentNode;for(;e&&e!=this.dom&&!e.pmIsDeco;)e=e.parentNode;return{skip:e||!0}}update(e,t,n,r){return this.dirty==_a||this.dirty!=ma&&!this.inParent()||!e.sameMarkup(this.node)?!1:(this.updateOuterDeco(t),(this.dirty!=ma||e.text!=this.node.text)&&e.text!=this.nodeDOM.nodeValue&&(this.nodeDOM.nodeValue=e.text,r.trackWrites==this.nodeDOM&&(r.trackWrites=null)),this.node=e,this.dirty=ma,!0)}inParent(){let e=this.parent.contentDOM;for(let t=this.nodeDOM;t;t=t.parentNode)if(t==e)return!0;return!1}domFromPos(e){return{node:this.nodeDOM,offset:e}}localPosFromDOM(e,t,n){return e==this.nodeDOM?this.posAtStart+Math.min(t,this.node.text.length):super.localPosFromDOM(e,t,n)}ignoreMutation(e){return e.type!=`characterData`&&e.type!=`selection`}slice(t,n,r){let i=this.node.cut(t,n),a=document.createTextNode(i.text);return new e(this.parent,i,this.outerDeco,this.innerDeco,a,a,r)}markDirty(e,t){super.markDirty(e,t),this.dom!=this.nodeDOM&&(e==0||t==this.nodeDOM.nodeValue.length)&&(this.dirty=_a)}get domAtom(){return!1}isText(e){return this.node.text==e}},Ta=class extends va{parseRule(){return{ignore:!0}}matchesHack(e){return this.dirty==ma&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return this.dom.nodeName==`IMG`}},Ea=class extends Sa{constructor(e,t,n,r,i,a,o,s,c,l){super(e,t,n,r,i,a,o,c,l),this.spec=s}update(e,t,n,r){if(this.dirty==_a)return!1;if(this.spec.update&&(this.node.type==e.type||this.spec.multiType)){let i=this.spec.update(e,t,n);return i&&this.updateInner(e,t,n,r),i}else if(!this.contentDOM&&!e.isLeaf)return!1;else return super.update(e,t,n,r)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(e,t,n,r){this.spec.setSelection?this.spec.setSelection(e,t,n.root):super.setSelection(e,t,n,r)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}stopEvent(e){return this.spec.stopEvent?this.spec.stopEvent(e):!1}ignoreMutation(e){return this.spec.ignoreMutation?this.spec.ignoreMutation(e):super.ignoreMutation(e)}};function Da(e,t,n){let r=e.firstChild,i=!1;for(let a=0;a>1,o=Math.min(a,e.length);for(;i-1)i>this.index&&(this.changed=!0,this.destroyBetween(this.index,i)),this.top=this.top.children[this.index];else{let r=xa.create(this.top,e[a],t,n);this.top.children.splice(this.index,0,r),this.top=r,this.changed=!0}this.index=0,a++}}findNodeMatch(e,t,n,r){let i=-1,a;if(r>=this.preMatch.index&&(a=this.preMatch.matches[r-this.preMatch.index]).parent==this.top&&a.matchesNode(e,t,n))i=this.top.children.indexOf(a,this.index);else for(let r=this.index,a=Math.min(this.top.children.length,r+5);r0;){let s;for(;;)if(r){let e=n.children[r-1];if(e instanceof xa)n=e,r=e.children.length;else{s=e,r--;break}}else if(n==t)break outer;else r=n.parent.children.indexOf(n),n=n.parent;let c=s.node;if(c){if(c!=e.child(i-1))break;--i,a.set(s,i),o.push(s)}}return{index:i,matched:a,matches:o.reverse()}}function Ra(e,t){return e.type.side-t.type.side}function za(e,t,n,r){let i=t.locals(e),a=0;if(i.length==0){for(let n=0;na;)s.push(i[o++]);let m=a+f.nodeSize;if(f.isText){let e=m;o!e.inline):s.slice();r(f,h,t.forChild(a,f),p),a=m}}function Ba(e){if(e.nodeName==`UL`||e.nodeName==`OL`){let t=e.style.cssText;e.style.cssText=t+`; list-style: square !important`,window.getComputedStyle(e).listStyle,e.style.cssText=t}}function Va(e,t,n,r){for(let i=0,a=0;i=n){if(a>=r&&c.slice(r-t.length-s,r-s)==t)return r-t.length;let e=s=0&&e+t.length+s>=n)return s+e;if(n==r&&c.length>=r+t.length-s&&c.slice(r-s,r-s+t.length)==t)return r}}return-1}function Ha(e,t,n,r,i){let a=[];for(let o=0,s=0;o=n||u<=t?a.push(c):(ln&&a.push(c.slice(n-l,c.size,r)))}return a}function Ua(e,t=null){let n=e.domSelectionRange(),r=e.state.doc;if(!n.focusNode)return null;let i=e.docView.nearestDesc(n.focusNode),a=i&&i.size==0,o=e.docView.posFromDOM(n.focusNode,n.focusOffset,1);if(o<0)return null;let s=r.resolve(o),c,l;if(hi(n)){for(c=o;i&&!i.node;)i=i.parent;let e=i.node;if(i&&e.isAtom&&M.isSelectable(e)&&i.parent&&!(e.isInline&&pi(n.focusNode,n.focusOffset,i.dom))){let e=i.posBefore;l=new M(o==e?s:r.resolve(e))}}else{if(n instanceof e.dom.ownerDocument.defaultView.Selection&&n.rangeCount>1){let t=o,i=o;for(let r=0;r{(n.anchorNode!=r||n.anchorOffset!=i)&&(t.removeEventListener(`selectionchange`,e.input.hideSelectionGuard),setTimeout(()=>{(!Wa(e)||e.state.selection.visible)&&e.dom.classList.remove(`ProseMirror-hideselection`)},20))})}function Za(e){let t=e.domSelection();if(!t)return;let n=e.cursorWrapper.dom,r=n.nodeName==`IMG`;r?t.collapse(n.parentNode,F(n)+1):t.collapse(n,0),!r&&!e.state.selection.visible&&Ti&&Ei<=11&&(n.disabled=!0,n.disabled=!1)}function Qa(e,t){if(t instanceof M){let n=e.docView.descAt(t.from);n!=e.lastSelectedViewDesc&&($a(e),n&&n.selectNode(),e.lastSelectedViewDesc=n)}else $a(e)}function $a(e){e.lastSelectedViewDesc&&=(e.lastSelectedViewDesc.parent&&e.lastSelectedViewDesc.deselectNode(),void 0)}function eo(e,t,n,r){return e.someProp(`createSelectionBetween`,r=>r(e,t,n))||j.between(t,n,r)}function to(e){return e.editable&&!e.hasFocus()?!1:no(e)}function no(e){let t=e.domSelectionRange();if(!t.anchorNode)return!1;try{return e.dom.contains(t.anchorNode.nodeType==3?t.anchorNode.parentNode:t.anchorNode)&&(e.editable||e.dom.contains(t.focusNode.nodeType==3?t.focusNode.parentNode:t.focusNode))}catch{return!1}}function ro(e){let t=e.docView.domFromPos(e.state.selection.anchor,0),n=e.domSelectionRange();return si(t.node,t.offset,n.anchorNode,n.anchorOffset)}function io(e,t){let{$anchor:n,$head:r}=e.selection,i=t>0?n.max(r):n.min(r),a=i.parent.inlineContent?i.depth?e.doc.resolve(t>0?i.after():i.before()):null:i;return a&&A.findFrom(a,t)}function ao(e,t){return e.dispatch(e.state.tr.setSelection(t).scrollIntoView()),!0}function oo(e,t,n){let r=e.state.selection;if(r instanceof j){if(n.indexOf(`s`)>-1){let{$head:n}=r,i=n.textOffset?null:t<0?n.nodeBefore:n.nodeAfter;if(!i||i.isText||!i.isLeaf)return!1;let a=e.state.doc.resolve(n.pos+i.nodeSize*(t<0?-1:1));return ao(e,new j(r.$anchor,a))}else if(!r.empty)return!1;else if(e.endOfTextblock(t>0?`forward`:`backward`)){let n=io(e.state,t);return n&&n instanceof M?ao(e,n):!1}else if(!(ji&&n.indexOf(`m`)>-1)){let n=r.$head,i=n.textOffset?null:t<0?n.nodeBefore:n.nodeAfter,a;if(!i||i.isText)return!1;let o=t<0?n.pos-i.nodeSize:n.pos;return i.isAtom||(a=e.docView.descAt(o))&&!a.contentDOM?M.isSelectable(i)?ao(e,new M(t<0?e.state.doc.resolve(n.pos-i.nodeSize):n)):Pi?ao(e,new j(e.state.doc.resolve(t<0?o:o+i.nodeSize))):!1:!1}}else if(r instanceof M&&r.node.isInline)return ao(e,new j(t>0?r.$to:r.$from));else{let n=io(e.state,t);return n?ao(e,n):!1}}function so(e){return e.nodeType==3?e.nodeValue.length:e.childNodes.length}function co(e,t){let n=e.pmViewDesc;return n&&n.size==0&&(t<0||e.nextSibling||e.nodeName!=`BR`)}function lo(e,t){return t<0?uo(e):fo(e)}function uo(e){let t=e.domSelectionRange(),n=t.focusNode,r=t.focusOffset;if(!n)return;let i,a,o=!1;for(Di&&n.nodeType==1&&r0){if(n.nodeType!=1)break;{let e=n.childNodes[r-1];if(co(e,-1))i=n,a=--r;else if(e.nodeType==3)n=e,r=n.nodeValue.length;else break}}else if(po(n))break;else{let t=n.previousSibling;for(;t&&co(t,-1);)i=n.parentNode,a=F(t),t=t.previousSibling;if(t)n=t,r=so(n);else{if(n=n.parentNode,n==e.dom)break;r=0}}o?go(e,n,r):i&&go(e,i,a)}function fo(e){let t=e.domSelectionRange(),n=t.focusNode,r=t.focusOffset;if(!n)return;let i=so(n),a,o;for(;;)if(r{e.state==i&&Ga(e)},50)}function _o(e,t){let n=e.state.doc.resolve(t);if(!(I||Mi)&&n.parent.inlineContent){let r=e.coordsAtPos(t);if(t>n.start()){let n=e.coordsAtPos(t-1),i=(n.top+n.bottom)/2;if(i>r.top&&i1)return n.leftr.top&&i1)return n.left>r.left?`ltr`:`rtl`}}return getComputedStyle(e.dom).direction==`rtl`?`rtl`:`ltr`}function vo(e,t,n){let r=e.state.selection;if(r instanceof j&&!r.empty||n.indexOf(`s`)>-1||ji&&n.indexOf(`m`)>-1)return!1;let{$from:i,$to:a}=r;if(!i.parent.inlineContent||e.endOfTextblock(t<0?`up`:`down`)){let n=io(e.state,t);if(n&&n instanceof M)return ao(e,n)}if(!i.parent.inlineContent){let n=t<0?i:a,o=r instanceof Zn?A.near(n,t):A.findFrom(n,t);return o?ao(e,o):!1}return!1}function yo(e,t){if(!(e.state.selection instanceof j))return!0;let{$head:n,$anchor:r,empty:i}=e.state.selection;if(!n.sameParent(r))return!0;if(!i)return!1;if(e.endOfTextblock(t>0?`forward`:`backward`))return!0;let a=!n.textOffset&&(t<0?n.nodeBefore:n.nodeAfter);if(a&&!a.isText){let r=e.state.tr;return t<0?r.delete(n.pos-a.nodeSize,n.pos):r.delete(n.pos,n.pos+a.nodeSize),e.dispatch(r),!0}return!1}function bo(e,t,n){e.domObserver.stop(),t.contentEditable=n,e.domObserver.start()}function xo(e){if(!L||e.state.selection.$head.parentOffset>0)return!1;let{focusNode:t,focusOffset:n}=e.domSelectionRange();if(t&&t.nodeType==1&&n==0&&t.firstChild&&t.firstChild.contentEditable==`false`){let n=t.firstChild;bo(e,n,`true`),setTimeout(()=>bo(e,n,`false`),20)}return!1}function So(e){let t=``;return e.ctrlKey&&(t+=`c`),e.metaKey&&(t+=`m`),e.altKey&&(t+=`a`),e.shiftKey&&(t+=`s`),t}function Co(e,t){let n=t.keyCode,r=So(t);if(n==8||ji&&n==72&&r==`c`)return yo(e,-1)||lo(e,-1);if(n==46&&!t.shiftKey||ji&&n==68&&r==`c`)return yo(e,1)||lo(e,1);if(n==13||n==27)return!0;if(n==37||ji&&n==66&&r==`c`){let t=n==37?_o(e,e.state.selection.from)==`ltr`?-1:1:-1;return oo(e,t,r)||lo(e,t)}else if(n==39||ji&&n==70&&r==`c`){let t=n==39?_o(e,e.state.selection.from)==`ltr`?1:-1:1;return oo(e,t,r)||lo(e,t)}else if(n==38||ji&&n==80&&r==`c`)return vo(e,-1,r)||lo(e,-1);else if(n==40||ji&&n==78&&r==`c`)return xo(e)||vo(e,1,r)||lo(e,1);else if(r==(ji?`m`:`c`)&&(n==66||n==73||n==89||n==90))return!0;return!1}function wo(e,t){e.someProp(`transformCopied`,n=>{t=n(t,e)});let n=[],{content:r,openStart:i,openEnd:a}=t;for(;i>1&&a>1&&r.childCount==1&&r.firstChild.childCount==1;){i--,a--;let e=r.firstChild;n.push(e.type.name,e.attrs==e.type.defaultAttrs?null:e.attrs),r=e.content}let o=e.someProp(`clipboardSerializer`)||Tt.fromSchema(e.state.schema),s=Fo(),c=s.createElement(`div`);c.appendChild(o.serializeFragment(r,{document:s}));let l=c.firstChild,u,d=0;for(;l&&l.nodeType==1&&(u=No[l.nodeName.toLowerCase()]);){for(let e=u.length-1;e>=0;e--){let t=s.createElement(u[e]);for(;c.firstChild;)t.appendChild(c.firstChild);c.appendChild(t),d++}l=c.firstChild}return l&&l.nodeType==1&&l.setAttribute(`data-pm-slice`,`${i} ${a}${d?` -${d}`:``} ${JSON.stringify(n)}`),{dom:c,text:e.someProp(`clipboardTextSerializer`,n=>n(t,e))||t.content.textBetween(0,t.content.size,` + +`),slice:t}}function To(e,t,n,r,i){let a=i.parent.type.spec.code,o,s;if(!n&&!t)return null;let c=!!t&&(r||a||!n);if(c){if(e.someProp(`transformPastedText`,n=>{t=n(t,a||r,e)}),a)return s=new O(E.from(e.state.schema.text(t.replace(/\r\n?/g,` +`))),0,0),e.someProp(`transformPasted`,t=>{s=t(s,e,!0)}),s;let n=e.someProp(`clipboardTextParser`,n=>n(t,i,r,e));if(n)s=n;else{let n=i.marks(),{schema:r}=e.state,a=Tt.fromSchema(r);o=document.createElement(`div`),t.split(/(?:\r\n?|\n)+/).forEach(e=>{let t=o.appendChild(document.createElement(`p`));e&&t.appendChild(a.serializeNode(r.text(e,n)))})}}else e.someProp(`transformPastedHTML`,t=>{n=t(n,e)}),o=Ro(n),Pi&&zo(o);let l=o&&o.querySelector(`[data-pm-slice]`),u=l&&/^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(l.getAttribute(`data-pm-slice`)||``);if(u&&u[3])for(let e=+u[3];e>0;e--){let e=o.firstChild;for(;e&&e.nodeType!=1;)e=e.nextSibling;if(!e)break;o=e}if(s||=(e.someProp(`clipboardParser`)||e.someProp(`domParser`)||dt.fromSchema(e.state.schema)).parseSlice(o,{preserveWhitespace:!!(c||u),context:i,ruleFromNode(e){return e.nodeName==`BR`&&!e.nextSibling&&e.parentNode&&!Eo.test(e.parentNode.nodeName)?{ignore:!0}:null}}),u)s=Bo(Mo(s,+u[1],+u[2]),u[4]);else if(s=O.maxOpen(Do(s.content,i),!0),s.openStart||s.openEnd){let e=0,t=0;for(let t=s.content.firstChild;e{s=t(s,e,c)}),s}var Eo=/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var)$/i;function Do(e,t){if(e.childCount<2)return e;for(let n=t.depth;n>=0;n--){let r=t.node(n).contentMatchAt(t.index(n)),i,a=[];if(e.forEach(e=>{if(!a)return;let t=r.findWrapping(e.type),n;if(!t)return a=null;if(n=a.length&&i.length&&ko(t,i,e,a[a.length-1],0))a[a.length-1]=n;else{a.length&&(a[a.length-1]=Ao(a[a.length-1],i.length));let n=Oo(e,t);a.push(n),r=r.matchType(n.type),i=t}}),a)return E.from(a)}return e}function Oo(e,t,n=0){for(let r=t.length-1;r>=n;r--)e=t[r].create(null,E.from(e));return e}function ko(e,t,n,r,i){if(i1&&(a=0),i=n&&(s=t<0?o.contentMatchAt(0).fillBefore(s,a<=i).append(s):s.append(o.contentMatchAt(o.childCount).fillBefore(E.empty,!0))),e.replaceChild(t<0?0:e.childCount-1,o.copy(s))}function Mo(e,t,n){return te}),Io.createHTML(e)):e}function Ro(e){let t=/^(\s*]*>)*/.exec(e);t&&(e=e.slice(t[0].length));let n=Fo().createElement(`div`),r=/<([a-z][^>\s]+)/i.exec(e),i;if((i=r&&No[r[1].toLowerCase()])&&(e=i.map(e=>`<`+e+`>`).join(``)+e+i.map(e=>``).reverse().join(``)),n.innerHTML=Lo(e),i)for(let e=0;e=0;e-=2){let t=n.nodes[r[e]];if(!t||t.hasRequiredAttrs())break;i=E.from(t.create(r[e+1],i)),a++,o++}return new O(i,a,o)}var Vo={},Ho={},Uo={touchstart:!0,touchmove:!0},Wo=class{constructor(){this.shiftKey=!1,this.mouseDown=null,this.lastKeyCode=null,this.lastKeyCodeTime=0,this.lastClick={time:0,x:0,y:0,type:``,button:0},this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastIOSEnter=0,this.lastIOSEnterFallbackTimeout=-1,this.lastFocus=0,this.lastTouch=0,this.lastChromeDelete=0,this.composing=!1,this.compositionNode=null,this.composingTimeout=-1,this.compositionNodes=[],this.compositionEndedAt=-2e8,this.compositionID=1,this.badSafariComposition=!1,this.compositionPendingChanges=0,this.domChangeCount=0,this.eventHandlers=Object.create(null),this.hideSelectionGuard=null}};function Go(e){for(let t in Vo){let n=Vo[t];e.dom.addEventListener(t,e.input.eventHandlers[t]=t=>{Xo(e,t)&&!Yo(e,t)&&(e.editable||!(t.type in Ho))&&n(e,t)},Uo[t]?{passive:!0}:void 0)}L&&e.dom.addEventListener(`input`,()=>null),Jo(e)}function Ko(e,t){e.input.lastSelectionOrigin=t,e.input.lastSelectionTime=Date.now()}function qo(e){e.domObserver.stop();for(let t in e.input.eventHandlers)e.dom.removeEventListener(t,e.input.eventHandlers[t]);clearTimeout(e.input.composingTimeout),clearTimeout(e.input.lastIOSEnterFallbackTimeout)}function Jo(e){e.someProp(`handleDOMEvents`,t=>{for(let n in t)e.input.eventHandlers[n]||e.dom.addEventListener(n,e.input.eventHandlers[n]=t=>Yo(e,t))})}function Yo(e,t){return e.someProp(`handleDOMEvents`,n=>{let r=n[t.type];return r?r(e,t)||t.defaultPrevented:!1})}function Xo(e,t){if(!t.bubbles)return!0;if(t.defaultPrevented)return!1;for(let n=t.target;n!=e.dom;n=n.parentNode)if(!n||n.nodeType==11||n.pmViewDesc&&n.pmViewDesc.stopEvent(t))return!1;return!0}function Zo(e,t){!Yo(e,t)&&Vo[t.type]&&(e.editable||!(t.type in Ho))&&Vo[t.type](e,t)}Ho.keydown=(e,t)=>{let n=t;if(e.input.shiftKey=n.keyCode==16||n.shiftKey,!fs(e,n)&&(e.input.lastKeyCode=n.keyCode,e.input.lastKeyCodeTime=Date.now(),!(Ni&&I&&n.keyCode==13)))if(n.keyCode!=229&&e.domObserver.forceFlush(),Ai&&n.keyCode==13&&!n.ctrlKey&&!n.altKey&&!n.metaKey){let t=Date.now();e.input.lastIOSEnter=t,e.input.lastIOSEnterFallbackTimeout=setTimeout(()=>{e.input.lastIOSEnter==t&&(e.someProp(`handleKeyDown`,t=>t(e,gi(13,`Enter`))),e.input.lastIOSEnter=0)},200)}else e.someProp(`handleKeyDown`,t=>t(e,n))||Co(e,n)?n.preventDefault():Ko(e,`key`)},Ho.keyup=(e,t)=>{t.keyCode==16&&(e.input.shiftKey=!1)},Ho.keypress=(e,t)=>{let n=t;if(fs(e,n)||!n.charCode||n.ctrlKey&&!n.altKey||ji&&n.metaKey)return;if(e.someProp(`handleKeyPress`,t=>t(e,n))){n.preventDefault();return}let r=e.state.selection;if(!(r instanceof j)||!r.$from.sameParent(r.$to)){let t=String.fromCharCode(n.charCode),i=()=>e.state.tr.insertText(t).scrollIntoView();!/[\r\n]/.test(t)&&!e.someProp(`handleTextInput`,n=>n(e,r.$from.pos,r.$to.pos,t,i))&&e.dispatch(i()),n.preventDefault()}};function Qo(e){return{left:e.clientX,top:e.clientY}}function $o(e,t){let n=t.x-e.clientX,r=t.y-e.clientY;return n*n+r*r<100}function es(e,t,n,r,i){if(r==-1)return!1;let a=e.state.doc.resolve(r);for(let r=a.depth+1;r>0;r--)if(e.someProp(t,t=>r>a.depth?t(e,n,a.nodeAfter,a.before(r),i,!0):t(e,n,a.node(r),a.before(r),i,!1)))return!0;return!1}function ts(e,t,n){if(e.focused||e.focus(),e.state.selection.eq(t))return;let r=e.state.tr.setSelection(t);n==`pointer`&&r.setMeta(`pointer`,!0),e.dispatch(r)}function ns(e,t){if(t==-1)return!1;let n=e.state.doc.resolve(t),r=n.nodeAfter;return r&&r.isAtom&&M.isSelectable(r)?(ts(e,new M(n),`pointer`),!0):!1}function rs(e,t){if(t==-1)return!1;let n=e.state.selection,r,i;n instanceof M&&(r=n.node);let a=e.state.doc.resolve(t);for(let e=a.depth+1;e>0;e--){let t=e>a.depth?a.nodeAfter:a.node(e);if(M.isSelectable(t)){i=r&&n.$from.depth>0&&e>=n.$from.depth&&a.before(n.$from.depth+1)==n.$from.pos?a.before(n.$from.depth):a.before(e);break}}return i==null?!1:(ts(e,M.create(e.state.doc,i),`pointer`),!0)}function is(e,t,n,r,i){return es(e,`handleClickOn`,t,n,r)||e.someProp(`handleClick`,n=>n(e,t,r))||(i?rs(e,n):ns(e,n))}function as(e,t,n,r){return es(e,`handleDoubleClickOn`,t,n,r)||e.someProp(`handleDoubleClick`,n=>n(e,t,r))}function ss(e,t,n,r){return es(e,`handleTripleClickOn`,t,n,r)||e.someProp(`handleTripleClick`,n=>n(e,t,r))||cs(e,n,r)}function cs(e,t,n){if(n.button!=0)return!1;let r=e.state.doc;if(t==-1)return r.inlineContent?(ts(e,j.create(r,0,r.content.size),`pointer`),!0):!1;let i=r.resolve(t);for(let t=i.depth+1;t>0;t--){let n=t>i.depth?i.nodeAfter:i.node(t),a=i.before(t);if(n.inlineContent)ts(e,j.create(r,a+1,a+1+n.content.size),`pointer`);else if(M.isSelectable(n))ts(e,M.create(r,a),`pointer`);else continue;return!0}}function ls(e){return ys(e)}var us=ji?`metaKey`:`ctrlKey`;Vo.mousedown=(e,t)=>{let n=t;e.input.shiftKey=n.shiftKey;let r=ls(e),i=Date.now(),a=`singleClick`;i-e.input.lastClick.time<500&&$o(n,e.input.lastClick)&&!n[us]&&e.input.lastClick.button==n.button&&(e.input.lastClick.type==`singleClick`?a=`doubleClick`:e.input.lastClick.type==`doubleClick`&&(a=`tripleClick`)),e.input.lastClick={time:i,x:n.clientX,y:n.clientY,type:a,button:n.button};let o=e.posAtCoords(Qo(n));o&&(a==`singleClick`?(e.input.mouseDown&&e.input.mouseDown.done(),e.input.mouseDown=new ds(e,o,n,!!r)):(a==`doubleClick`?as:ss)(e,o.pos,o.inside,n)?n.preventDefault():Ko(e,`pointer`))};var ds=class{constructor(e,t,n,r){this.view=e,this.pos=t,this.event=n,this.flushed=r,this.delayedSelectionSync=!1,this.mightDrag=null,this.startDoc=e.state.doc,this.selectNode=!!n[us],this.allowDefault=n.shiftKey;let i,a;if(t.inside>-1)i=e.state.doc.nodeAt(t.inside),a=t.inside;else{let n=e.state.doc.resolve(t.pos);i=n.parent,a=n.depth?n.before():0}let o=r?null:n.target,s=o?e.docView.nearestDesc(o,!0):null;this.target=s&&s.nodeDOM.nodeType==1?s.nodeDOM:null;let{selection:c}=e.state;n.button==0&&(i.type.spec.draggable&&i.type.spec.selectable!==!1||c instanceof M&&c.from<=a&&c.to>a)&&(this.mightDrag={node:i,pos:a,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&Di&&!this.target.hasAttribute(`contentEditable`))}),this.target&&this.mightDrag&&(this.mightDrag.addAttr||this.mightDrag.setUneditable)&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&(this.target.draggable=!0),this.mightDrag.setUneditable&&setTimeout(()=>{this.view.input.mouseDown==this&&this.target.setAttribute(`contentEditable`,`false`)},20),this.view.domObserver.start()),e.root.addEventListener(`mouseup`,this.up=this.up.bind(this)),e.root.addEventListener(`mousemove`,this.move=this.move.bind(this)),Ko(e,`pointer`)}done(){this.view.root.removeEventListener(`mouseup`,this.up),this.view.root.removeEventListener(`mousemove`,this.move),this.mightDrag&&this.target&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&this.target.removeAttribute(`draggable`),this.mightDrag.setUneditable&&this.target.removeAttribute(`contentEditable`),this.view.domObserver.start()),this.delayedSelectionSync&&setTimeout(()=>Ga(this.view)),this.view.input.mouseDown=null}up(e){if(this.done(),!this.view.dom.contains(e.target))return;let t=this.pos;this.view.state.doc!=this.startDoc&&(t=this.view.posAtCoords(Qo(e))),this.updateAllowDefault(e),this.allowDefault||!t?Ko(this.view,`pointer`):is(this.view,t.pos,t.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||L&&this.mightDrag&&!this.mightDrag.node.isAtom||I&&!this.view.state.selection.visible&&Math.min(Math.abs(t.pos-this.view.state.selection.from),Math.abs(t.pos-this.view.state.selection.to))<=2)?(ts(this.view,A.near(this.view.state.doc.resolve(t.pos)),`pointer`),e.preventDefault()):Ko(this.view,`pointer`)}move(e){this.updateAllowDefault(e),Ko(this.view,`pointer`),e.buttons==0&&this.done()}updateAllowDefault(e){!this.allowDefault&&(Math.abs(this.event.x-e.clientX)>4||Math.abs(this.event.y-e.clientY)>4)&&(this.allowDefault=!0)}};Vo.touchstart=e=>{e.input.lastTouch=Date.now(),ls(e),Ko(e,`pointer`)},Vo.touchmove=e=>{e.input.lastTouch=Date.now(),Ko(e,`pointer`)},Vo.contextmenu=e=>ls(e);function fs(e,t){return e.composing?!0:L&&Math.abs(t.timeStamp-e.input.compositionEndedAt)<500?(e.input.compositionEndedAt=-2e8,!0):!1}var ps=Ni?5e3:-1;Ho.compositionstart=Ho.compositionupdate=e=>{if(!e.composing){e.domObserver.flush();let{state:t}=e,n=t.selection.$to;if(t.selection instanceof j&&(t.storedMarks||!n.textOffset&&n.parentOffset&&n.nodeBefore.marks.some(e=>e.type.spec.inclusive===!1)||I&&Mi&&ms(e)))e.markCursor=e.state.storedMarks||n.marks(),ys(e,!0),e.markCursor=null;else if(ys(e,!t.selection.empty),Di&&t.selection.empty&&n.parentOffset&&!n.textOffset&&n.nodeBefore.marks.length){let t=e.domSelectionRange();for(let n=t.focusNode,r=t.focusOffset;n&&n.nodeType==1&&r!=0;){let t=r<0?n.lastChild:n.childNodes[r-1];if(!t)break;if(t.nodeType==3){let n=e.domSelection();n&&n.collapse(t,t.nodeValue.length);break}else n=t,r=-1}}e.input.composing=!0}hs(e,ps)};function ms(e){let{focusNode:t,focusOffset:n}=e.domSelectionRange();if(!t||t.nodeType!=1||n>=t.childNodes.length)return!1;let r=t.childNodes[n];return r.nodeType==1&&r.contentEditable==`false`}Ho.compositionend=(e,t)=>{e.composing&&(e.input.composing=!1,e.input.compositionEndedAt=t.timeStamp,e.input.compositionPendingChanges=e.domObserver.pendingRecords().length?e.input.compositionID:0,e.input.compositionNode=null,e.input.badSafariComposition?e.domObserver.forceFlush():e.input.compositionPendingChanges&&Promise.resolve().then(()=>e.domObserver.flush()),e.input.compositionID++,hs(e,20))};function hs(e,t){clearTimeout(e.input.composingTimeout),t>-1&&(e.input.composingTimeout=setTimeout(()=>ys(e),t))}function gs(e){for(e.composing&&(e.input.composing=!1,e.input.compositionEndedAt=vs());e.input.compositionNodes.length>0;)e.input.compositionNodes.pop().markParentsDirty()}function _s(e){let t=e.domSelectionRange();if(!t.focusNode)return null;let n=di(t.focusNode,t.focusOffset),r=fi(t.focusNode,t.focusOffset);if(n&&r&&n!=r){let t=r.pmViewDesc,i=e.domObserver.lastChangedTextNode;if(n==i||r==i)return i;if(!t||!t.isText(r.nodeValue))return r;if(e.input.compositionNode==r){let e=n.pmViewDesc;if(!(!e||!e.isText(n.nodeValue)))return r}}return n||r}function vs(){let e=document.createEvent(`Event`);return e.initEvent(`event`,!0,!0),e.timeStamp}function ys(e,t=!1){if(!(Ni&&e.domObserver.flushingSoon>=0)){if(e.domObserver.forceFlush(),gs(e),t||e.docView&&e.docView.dirty){let n=Ua(e),r=e.state.selection;return n&&!n.eq(r)?e.dispatch(e.state.tr.setSelection(n)):(e.markCursor||t)&&!r.$from.node(r.$from.sharedDepth(r.to)).inlineContent?e.dispatch(e.state.tr.deleteSelection()):e.updateState(e.state),!0}return!1}}function bs(e,t){if(!e.dom.parentNode)return;let n=e.dom.parentNode.appendChild(document.createElement(`div`));n.appendChild(t),n.style.cssText=`position: fixed; left: -10000px; top: 10px`;let r=getSelection(),i=document.createRange();i.selectNodeContents(t),e.dom.blur(),r.removeAllRanges(),r.addRange(i),setTimeout(()=>{n.parentNode&&n.parentNode.removeChild(n),e.focus()},50)}var xs=Ti&&Ei<15||Ai&&Fi<604;Vo.copy=Ho.cut=(e,t)=>{let n=t,r=e.state.selection,i=n.type==`cut`;if(r.empty)return;let a=xs?null:n.clipboardData,{dom:o,text:s}=wo(e,r.content());a?(n.preventDefault(),a.clearData(),a.setData(`text/html`,o.innerHTML),a.setData(`text/plain`,s)):bs(e,o),i&&e.dispatch(e.state.tr.deleteSelection().scrollIntoView().setMeta(`uiEvent`,`cut`))};function Ss(e){return e.openStart==0&&e.openEnd==0&&e.content.childCount==1?e.content.firstChild:null}function Cs(e,t){if(!e.dom.parentNode)return;let n=e.input.shiftKey||e.state.selection.$from.parent.type.spec.code,r=e.dom.parentNode.appendChild(document.createElement(n?`textarea`:`div`));n||(r.contentEditable=`true`),r.style.cssText=`position: fixed; left: -10000px; top: 10px`,r.focus();let i=e.input.shiftKey&&e.input.lastKeyCode!=45;setTimeout(()=>{e.focus(),r.parentNode&&r.parentNode.removeChild(r),n?ws(e,r.value,null,i,t):ws(e,r.textContent,r.innerHTML,i,t)},50)}function ws(e,t,n,r,i){let a=To(e,t,n,r,e.state.selection.$from);if(e.someProp(`handlePaste`,t=>t(e,i,a||O.empty)))return!0;if(!a)return!1;let o=Ss(a),s=o?e.state.tr.replaceSelectionWith(o,r):e.state.tr.replaceSelection(a);return e.dispatch(s.scrollIntoView().setMeta(`paste`,!0).setMeta(`uiEvent`,`paste`)),!0}function Ts(e){let t=e.getData(`text/plain`)||e.getData(`Text`);if(t)return t;let n=e.getData(`text/uri-list`);return n?n.replace(/\r?\n/g,` `):``}Ho.paste=(e,t)=>{let n=t;if(e.composing&&!Ni)return;let r=xs?null:n.clipboardData,i=e.input.shiftKey&&e.input.lastKeyCode!=45;r&&ws(e,Ts(r),r.getData(`text/html`),i,n)?n.preventDefault():Cs(e,n)};var Es=class{constructor(e,t,n){this.slice=e,this.move=t,this.node=n}},Ds=ji?`altKey`:`ctrlKey`;function Os(e,t){let n;return e.someProp(`dragCopies`,e=>{n||=e(t)}),n==null?!t[Ds]:!n}Vo.dragstart=(e,t)=>{let n=t,r=e.input.mouseDown;if(r&&r.done(),!n.dataTransfer)return;let i=e.state.selection,a=i.empty?null:e.posAtCoords(Qo(n)),o;if(!(a&&a.pos>=i.from&&a.pos<=(i instanceof M?i.to-1:i.to))){if(r&&r.mightDrag)o=M.create(e.state.doc,r.mightDrag.pos);else if(n.target&&n.target.nodeType==1){let t=e.docView.nearestDesc(n.target,!0);t&&t.node.type.spec.draggable&&t!=e.docView&&(o=M.create(e.state.doc,t.posBefore))}}let{dom:s,text:c,slice:l}=wo(e,(o||e.state.selection).content());(!n.dataTransfer.files.length||!I||ki>120)&&n.dataTransfer.clearData(),n.dataTransfer.setData(xs?`Text`:`text/html`,s.innerHTML),n.dataTransfer.effectAllowed=`copyMove`,xs||n.dataTransfer.setData(`text/plain`,c),e.dragging=new Es(l,Os(e,n),o)},Vo.dragend=e=>{let t=e.dragging;window.setTimeout(()=>{e.dragging==t&&(e.dragging=null)},50)},Ho.dragover=Ho.dragenter=(e,t)=>t.preventDefault(),Ho.drop=(e,t)=>{try{ks(e,t,e.dragging)}finally{e.dragging=null}};function ks(e,t,n){if(!t.dataTransfer)return;let r=e.posAtCoords(Qo(t));if(!r)return;let i=e.state.doc.resolve(r.pos),a=n&&n.slice;a?e.someProp(`transformPasted`,t=>{a=t(a,e,!1)}):a=To(e,Ts(t.dataTransfer),xs?null:t.dataTransfer.getData(`text/html`),!1,i);let o=!!(n&&Os(e,t));if(e.someProp(`handleDrop`,n=>n(e,t,a||O.empty,o))){t.preventDefault();return}if(!a)return;t.preventDefault();let s=a?Tn(e.state.doc,i.pos,a):i.pos;s??=i.pos;let c=e.state.tr;if(o){let{node:e}=n;e?e.replace(c):c.deleteSelection()}let l=c.mapping.map(s),u=a.openStart==0&&a.openEnd==0&&a.content.childCount==1,d=c.doc;if(u?c.replaceRangeWith(l,l,a.content.firstChild):c.replaceRange(l,l,a),c.doc.eq(d))return;let f=c.doc.resolve(l);if(u&&M.isSelectable(a.content.firstChild)&&f.nodeAfter&&f.nodeAfter.sameMarkup(a.content.firstChild))c.setSelection(new M(f));else{let t=c.mapping.map(s);c.mapping.maps[c.mapping.maps.length-1].forEach((e,n,r,i)=>t=i),c.setSelection(eo(e,f,c.doc.resolve(t)))}e.focus(),e.dispatch(c.setMeta(`uiEvent`,`drop`))}Vo.focus=e=>{e.input.lastFocus=Date.now(),e.focused||(e.domObserver.stop(),e.dom.classList.add(`ProseMirror-focused`),e.domObserver.start(),e.focused=!0,setTimeout(()=>{e.docView&&e.hasFocus()&&!e.domObserver.currentSelection.eq(e.domSelectionRange())&&Ga(e)},20))},Vo.blur=(e,t)=>{let n=t;e.focused&&=(e.domObserver.stop(),e.dom.classList.remove(`ProseMirror-focused`),e.domObserver.start(),n.relatedTarget&&e.dom.contains(n.relatedTarget)&&e.domObserver.currentSelection.clear(),!1)},Vo.beforeinput=(e,t)=>{if(I&&Ni&&t.inputType==`deleteContentBackward`){e.domObserver.flushSoon();let{domChangeCount:t}=e.input;setTimeout(()=>{if(e.input.domChangeCount!=t||(e.dom.blur(),e.focus(),e.someProp(`handleKeyDown`,t=>t(e,gi(8,`Backspace`)))))return;let{$cursor:n}=e.state.selection;n&&n.pos>0&&e.dispatch(e.state.tr.delete(n.pos-1,n.pos).scrollIntoView())},50)}};for(let e in Ho)Vo[e]=Ho[e];function As(e,t){if(e==t)return!0;for(let n in e)if(e[n]!==t[n])return!1;for(let n in t)if(!(n in e))return!1;return!0}var js=class e{constructor(e,t){this.toDOM=e,this.spec=t||Is,this.side=this.spec.side||0}map(e,t,n,r){let{pos:i,deleted:a}=e.mapResult(t.from+r,this.side<0?-1:1);return a?null:new Ps(i-n,i-n,this)}valid(){return!0}eq(t){return this==t||t instanceof e&&(this.spec.key&&this.spec.key==t.spec.key||this.toDOM==t.toDOM&&As(this.spec,t.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}},Ms=class e{constructor(e,t){this.attrs=e,this.spec=t||Is}map(e,t,n,r){let i=e.map(t.from+r,this.spec.inclusiveStart?-1:1)-n,a=e.map(t.to+r,this.spec.inclusiveEnd?1:-1)-n;return i>=a?null:new Ps(i,a,this)}valid(e,t){return t.from=e&&(!i||i(o.spec))&&n.push(o.copy(o.from+r,o.to+r))}for(let a=0;ae){let o=this.children[a]+1;this.children[a+2].findInner(e-o,t-o,n,r+o,i)}}map(e,t,n){return this==z||e.maps.length==0?this:this.mapInner(e,t,0,0,n||Is)}mapInner(t,n,r,i,a){let o;for(let e=0;e{let o=t+r,s;if(s=Vs(n,e,o)){for(i||=this.children.slice();aa&&n.to=t){this.children[e]==t&&(r=this.children[e+2]);break}let a=t+1,o=a+n.content.size;for(let e=0;ea&&t.type instanceof Ms){let e=Math.max(a,t.from)-a,n=Math.min(o,t.to)-a;ee.map(t,n,Is));return e.from(r)}forChild(t,n){if(n.isLeaf)return R.empty;let r=[];for(let i=0;ie instanceof R)?t:t.reduce((e,t)=>e.concat(t instanceof R?t:t.members),[]))}}forEachSet(e){for(let t=0;t{let o=a-i-(n-e);for(let i=0;ia+t-r)continue;let c=s[i]+t-r;n>=c?s[i+1]=e<=c?-2:-1:e>=t&&o&&(s[i]+=o,s[i+1]+=o)}r+=o}),t=n.maps[e].map(t,-1)}let c=!1;for(let t=0;t=r.content.size){c=!0;continue}let d=n.map(e[t+1]+a,-1)-i,{index:f,offset:p}=r.content.findIndex(u),m=r.maybeChild(f);if(m&&p==u&&p+m.nodeSize==d){let r=s[t+2].mapInner(n,m,l+1,e[t]+a+1,o);r==z?(s[t+1]=-2,c=!0):(s[t]=u,s[t+1]=d,s[t+2]=r)}else c=!0}if(c){let c=Us(Bs(s,e,t,n,i,a,o),r,0,o);t=c.local;for(let e=0;en&&a.to{let s=Vs(e,t,o+n);if(s){a=!0;let e=Us(s,t,n+o+1,r);e!=z&&i.push(o,o+t.nodeSize,e)}});let o=zs(a?Hs(e):e,-n).sort(Ws);for(let e=0;e0;)t++;e.splice(t,0,n)}function qs(e){let t=[];return e.someProp(`decorations`,n=>{let r=n(e.state);r&&r!=z&&t.push(r)}),e.cursorWrapper&&t.push(R.create(e.state.doc,[e.cursorWrapper.deco])),Ls.from(t)}var Js={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},Ys=Ti&&Ei<=11,Xs=class{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}set(e){this.anchorNode=e.anchorNode,this.anchorOffset=e.anchorOffset,this.focusNode=e.focusNode,this.focusOffset=e.focusOffset}clear(){this.anchorNode=this.focusNode=null}eq(e){return e.anchorNode==this.anchorNode&&e.anchorOffset==this.anchorOffset&&e.focusNode==this.focusNode&&e.focusOffset==this.focusOffset}},Zs=class{constructor(e,t){this.view=e,this.handleDOMChange=t,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new Xs,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.lastChangedTextNode=null,this.observer=window.MutationObserver&&new window.MutationObserver(t=>{for(let e=0;ee.type==`childList`&&e.removedNodes.length||e.type==`characterData`&&e.oldValue.length>e.target.nodeValue.length)?this.flushSoon():L&&e.composing&&t.some(e=>e.type==`childList`&&e.target.nodeName==`TR`)?(e.input.badSafariComposition=!0,this.flushSoon()):this.flush()}),Ys&&(this.onCharData=e=>{this.queue.push({target:e.target,type:`characterData`,oldValue:e.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this)}flushSoon(){this.flushingSoon<0&&(this.flushingSoon=window.setTimeout(()=>{this.flushingSoon=-1,this.flush()},20))}forceFlush(){this.flushingSoon>-1&&(window.clearTimeout(this.flushingSoon),this.flushingSoon=-1,this.flush())}start(){this.observer&&(this.observer.takeRecords(),this.observer.observe(this.view.dom,Js)),this.onCharData&&this.view.dom.addEventListener(`DOMCharacterDataModified`,this.onCharData),this.connectSelection()}stop(){if(this.observer){let e=this.observer.takeRecords();if(e.length){for(let t=0;tthis.flush(),20)}this.observer.disconnect()}this.onCharData&&this.view.dom.removeEventListener(`DOMCharacterDataModified`,this.onCharData),this.disconnectSelection()}connectSelection(){this.view.dom.ownerDocument.addEventListener(`selectionchange`,this.onSelectionChange)}disconnectSelection(){this.view.dom.ownerDocument.removeEventListener(`selectionchange`,this.onSelectionChange)}suppressSelectionUpdates(){this.suppressingSelectionUpdates=!0,setTimeout(()=>this.suppressingSelectionUpdates=!1,50)}onSelectionChange(){if(to(this.view)){if(this.suppressingSelectionUpdates)return Ga(this.view);if(Ti&&Ei<=11&&!this.view.state.selection.empty){let e=this.view.domSelectionRange();if(e.focusNode&&si(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset))return this.flushSoon()}this.flush()}}setCurSelection(){this.currentSelection.set(this.view.domSelectionRange())}ignoreSelectionChange(e){if(!e.focusNode)return!0;let t=new Set,n;for(let n=e.focusNode;n;n=ri(n))t.add(n);for(let r=e.anchorNode;r;r=ri(r))if(t.has(r)){n=r;break}let r=n&&this.view.docView.nearestDesc(n);if(r&&r.ignoreMutation({type:`selection`,target:n.nodeType==3?n.parentNode:n}))return this.setCurSelection(),!0}pendingRecords(){if(this.observer)for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}flush(){let{view:e}=this;if(!e.docView||this.flushingSoon>-1)return;let t=this.pendingRecords();t.length&&(this.queue=[]);let n=e.domSelectionRange(),r=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(n)&&to(e)&&!this.ignoreSelectionChange(n),i=-1,a=-1,o=!1,s=[];if(e.editable)for(let e=0;ee.nodeName==`BR`)&&(e.input.lastKeyCode==8||e.input.lastKeyCode==46)){for(let e of s)if(e.nodeName==`BR`&&e.parentNode){let t=e.nextSibling;for(;t&&t.nodeType==1;){if(t.contentEditable==`false`){e.parentNode.removeChild(e);break}t=t.firstChild}}}else if(Di&&s.length){let t=s.filter(e=>e.nodeName==`BR`);if(t.length==2){let[e,n]=t;e.parentNode&&e.parentNode.parentNode==n.parentNode?n.remove():e.remove()}else{let{focusNode:n}=this.currentSelection;for(let r of t){let t=r.parentNode;t&&t.nodeName==`LI`&&(!n||rc(e,n)!=t)&&r.remove()}}}let c=null;i<0&&r&&e.input.lastFocus>Date.now()-200&&Math.max(e.input.lastTouch,e.input.lastClick.time)-1||r)&&(i>-1&&(e.docView.markDirty(i,a),ec(e)),e.input.badSafariComposition&&(e.input.badSafariComposition=!1,ic(e,s)),this.handleDOMChange(i,a,o,s),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(n)||Ga(e),this.currentSelection.set(n))}registerMutation(e,t){if(t.indexOf(e.target)>-1)return null;let n=this.view.docView.nearestDesc(e.target);if(e.type==`attributes`&&(n==this.view.docView||e.attributeName==`contenteditable`||e.attributeName==`style`&&!e.oldValue&&!e.target.getAttribute(`style`))||!n||n.ignoreMutation(e))return null;if(e.type==`childList`){for(let n=0;ni;e--){let t=r.childNodes[e-1],n=t.pmViewDesc;if(t.nodeName==`BR`&&!n){a=e;break}if(!n||n.size)break}let d=e.state.doc,f=e.someProp(`domParser`)||dt.fromSchema(e.state.schema),p=d.resolve(o),m=null,h=f.parse(r,{topNode:p.parent,topMatch:p.parent.contentMatchAt(p.index()),topOpen:!0,from:i,to:a,preserveWhitespace:p.parent.type.whitespace==`pre`?`full`:!0,findPositions:l,ruleFromNode:oc,context:p});if(l&&l[0].pos!=null){let e=l[0].pos,t=l[1]&&l[1].pos;t??=e,m={anchor:e+o,head:t+o}}return{doc:h,sel:m,from:o,to:s}}function oc(e){let t=e.pmViewDesc;if(t)return t.parseRule();if(e.nodeName==`BR`&&e.parentNode){if(L&&/^(ul|ol)$/i.test(e.parentNode.nodeName)){let e=document.createElement(`div`);return e.appendChild(document.createElement(`li`)),{skip:e}}else if(e.parentNode.lastChild==e||L&&/^(tr|table)$/i.test(e.parentNode.nodeName))return{ignore:!0}}else if(e.nodeName==`IMG`&&e.getAttribute(`mark-placeholder`))return{ignore:!0};return null}var sc=/^(a|abbr|acronym|b|bd[io]|big|br|button|cite|code|data(list)?|del|dfn|em|i|img|ins|kbd|label|map|mark|meter|output|q|ruby|s|samp|small|span|strong|su[bp]|time|u|tt|var)$/i;function cc(e,t,n,r,i){let a=e.input.compositionPendingChanges||(e.composing?e.input.compositionID:0);if(e.input.compositionPendingChanges=0,t<0){let t=e.input.lastSelectionTime>Date.now()-50?e.input.lastSelectionOrigin:null,n=Ua(e,t);if(n&&!e.state.selection.eq(n)){if(I&&Ni&&e.input.lastKeyCode===13&&Date.now()-100t(e,gi(13,`Enter`))))return;let r=e.state.tr.setSelection(n);t==`pointer`?r.setMeta(`pointer`,!0):t==`key`&&r.scrollIntoView(),a&&r.setMeta(`composition`,a),e.dispatch(r)}return}let o=e.state.doc.resolve(t),s=o.sharedDepth(n);t=o.before(s+1),n=e.state.doc.resolve(n).after(s+1);let c=e.state.selection,l=ac(e,t,n),u=e.state.doc,d=u.slice(l.from,l.to),f,p;e.input.lastKeyCode===8&&Date.now()-100Date.now()-225||Ni)&&i.some(e=>e.nodeType==1&&!sc.test(e.nodeName))&&(!m||m.endA>=m.endB)&&e.someProp(`handleKeyDown`,t=>t(e,gi(13,`Enter`)))){e.input.lastIOSEnter=0;return}if(!m)if(r&&c instanceof j&&!c.empty&&c.$head.sameParent(c.$anchor)&&!e.composing&&!(l.sel&&l.sel.anchor!=l.sel.head))m={start:c.from,endA:c.to,endB:c.to};else{if(l.sel){let t=lc(e,e.state.doc,l.sel);if(t&&!t.eq(e.state.selection)){let n=e.state.tr.setSelection(t);a&&n.setMeta(`composition`,a),e.dispatch(n)}}return}e.state.selection.frome.state.selection.from&&m.start<=e.state.selection.from+2&&e.state.selection.from>=l.from?m.start=e.state.selection.from:m.endA=e.state.selection.to-2&&e.state.selection.to<=l.to&&(m.endB+=e.state.selection.to-m.endA,m.endA=e.state.selection.to)),Ti&&Ei<=11&&m.endB==m.start+1&&m.endA==m.start&&m.start>l.from&&l.doc.textBetween(m.start-l.from-1,m.start-l.from+1)==` \xA0`&&(m.start--,m.endA--,m.endB--);let h=l.doc.resolveNoCache(m.start-l.from),g=l.doc.resolveNoCache(m.endB-l.from),_=u.resolve(m.start),ee=h.sameParent(g)&&h.parent.inlineContent&&_.end()>=m.endA;if((Ai&&e.input.lastIOSEnter>Date.now()-225&&(!ee||i.some(e=>e.nodeName==`DIV`||e.nodeName==`P`))||!ee&&h.post(e,gi(13,`Enter`)))){e.input.lastIOSEnter=0;return}if(e.state.selection.anchor>m.start&&dc(u,m.start,m.endA,h,g)&&e.someProp(`handleKeyDown`,t=>t(e,gi(8,`Backspace`)))){Ni&&I&&e.domObserver.suppressSelectionUpdates();return}I&&m.endB==m.start&&(e.input.lastChromeDelete=Date.now()),Ni&&!ee&&h.start()!=g.start()&&g.parentOffset==0&&h.depth==g.depth&&l.sel&&l.sel.anchor==l.sel.head&&l.sel.head==m.endA&&(m.endB-=2,g=l.doc.resolveNoCache(m.endB-l.from),setTimeout(()=>{e.someProp(`handleKeyDown`,function(t){return t(e,gi(13,`Enter`))})},20));let v=m.start,y=m.endA,b=t=>{let n=t||e.state.tr.replace(v,y,l.doc.slice(m.start-l.from,m.endB-l.from));if(l.sel){let t=lc(e,n.doc,l.sel);t&&!(I&&e.composing&&t.empty&&(m.start!=m.endB||e.input.lastChromeDeleteGa(e),20));let t=b(e.state.tr.delete(v,y)),n=u.resolve(m.start).marksAcross(u.resolve(m.endA));n&&t.ensureMarks(n),e.dispatch(t)}else if(m.endA==m.endB&&(te=uc(h.parent.content.cut(h.parentOffset,g.parentOffset),_.parent.content.cut(_.parentOffset,m.endA-_.start())))){let t=b(e.state.tr);te.type==`add`?t.addMark(v,y,te.mark):t.removeMark(v,y,te.mark),e.dispatch(t)}else if(h.parent.child(h.index()).isText&&h.index()==g.index()-+!g.textOffset){let t=h.parent.textBetween(h.parentOffset,g.parentOffset),n=()=>b(e.state.tr.insertText(t,v,y));e.someProp(`handleTextInput`,r=>r(e,v,y,t,n))||e.dispatch(n())}else e.dispatch(b());else e.dispatch(b())}function lc(e,t,n){return Math.max(n.anchor,n.head)>t.content.size?null:eo(e,t.resolve(n.anchor),t.resolve(n.head))}function uc(e,t){let n=e.firstChild.marks,r=t.firstChild.marks,i=n,a=r,o,s,c;for(let e=0;ee.mark(s.addToSet(e.marks));else if(i.length==0&&a.length==1)s=a[0],o=`remove`,c=e=>e.mark(s.removeFromSet(e.marks));else return null;let l=[];for(let e=0;en||fc(o,!0,!1)0&&(t||e.indexAfter(r)==e.node(r).childCount);)r--,i++,t=!1;if(n){let t=e.node(r).maybeChild(e.indexAfter(r));for(;t&&!t.isLeaf;)t=t.firstChild,i++}return i}function pc(e,t,n,r,i){let a=e.findDiffStart(t,n);if(a==null)return null;let{a:o,b:s}=e.findDiffEnd(t,n+e.size,n+t.size);if(i==`end`){let e=Math.max(0,a-Math.min(o,s));r-=o+e-a}if(o=o?a-r:0;a-=e,a&&a=s?a-r:0;a-=t,a&&a=56320&&t<=57343&&n>=55296&&n<=56319}var hc=class{constructor(e,t){this._root=null,this.focused=!1,this.trackWrites=null,this.mounted=!1,this.markCursor=null,this.cursorWrapper=null,this.lastSelectedViewDesc=void 0,this.input=new Wo,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=t,this.state=t.state,this.directPlugins=t.plugins||[],this.directPlugins.forEach(Sc),this.dispatch=this.dispatch.bind(this),this.dom=e&&e.mount||document.createElement(`div`),e&&(e.appendChild?e.appendChild(this.dom):typeof e==`function`?e(this.dom):e.mount&&(this.mounted=!0)),this.editable=vc(this),_c(this),this.nodeViews=bc(this),this.docView=Ca(this.state.doc,gc(this),qs(this),this.dom,this),this.domObserver=new Zs(this,(e,t,n,r)=>cc(this,e,t,n,r)),this.domObserver.start(),Go(this),this.updatePluginViews()}get composing(){return this.input.composing}get props(){if(this._props.state!=this.state){let e=this._props;this._props={};for(let t in e)this._props[t]=e[t];this._props.state=this.state}return this._props}update(e){e.handleDOMEvents!=this._props.handleDOMEvents&&Jo(this);let t=this._props;this._props=e,e.plugins&&(e.plugins.forEach(Sc),this.directPlugins=e.plugins),this.updateStateInner(e.state,t)}setProps(e){let t={};for(let e in this._props)t[e]=this._props[e];t.state=this.state;for(let n in e)t[n]=e[n];this.update(t)}updateState(e){this.updateStateInner(e,this._props)}updateStateInner(e,t){let n=this.state,r=!1,i=!1;e.storedMarks&&this.composing&&(gs(this),i=!0),this.state=e;let a=n.plugins!=e.plugins||this._props.plugins!=t.plugins;if(a||this._props.plugins!=t.plugins||this._props.nodeViews!=t.nodeViews){let e=bc(this);xc(e,this.nodeViews)&&(this.nodeViews=e,r=!0)}(a||t.handleDOMEvents!=this._props.handleDOMEvents)&&Jo(this),this.editable=vc(this),_c(this);let o=qs(this),s=gc(this),c=n.plugins!=e.plugins&&!n.doc.eq(e.doc)?`reset`:e.scrollToSelection>n.scrollToSelection?`to selection`:`preserve`,l=r||!this.docView.matchesNode(e.doc,s,o);(l||!e.selection.eq(n.selection))&&(i=!0);let u=c==`preserve`&&i&&this.dom.style.overflowAnchor==null&&Bi(this);if(i){this.domObserver.stop();let t=l&&(Ti||I)&&!this.composing&&!n.selection.empty&&!e.selection.empty&&yc(n.selection,e.selection);if(l){let n=I?this.trackWrites=this.domSelectionRange().focusNode:null;this.composing&&(this.input.compositionNode=_s(this)),(r||!this.docView.update(e.doc,s,o,this))&&(this.docView.updateOuterDeco(s),this.docView.destroy(),this.docView=Ca(e.doc,s,o,this.dom,this)),n&&(!this.trackWrites||!this.dom.contains(this.trackWrites))&&(t=!0)}t||!(this.input.mouseDown&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&ro(this))?Ga(this,t):(Qa(this,e.selection),this.domObserver.setCurSelection()),this.domObserver.start()}this.updatePluginViews(n),this.dragging?.node&&!n.doc.eq(e.doc)&&this.updateDraggedNode(this.dragging,n),c==`reset`?this.dom.scrollTop=0:c==`to selection`?this.scrollToSelection():u&&Hi(u)}scrollToSelection(){let e=this.domSelectionRange().focusNode;if(!(!e||!this.dom.contains(e.nodeType==1?e:e.parentNode))&&!this.someProp(`handleScrollToSelection`,e=>e(this)))if(this.state.selection instanceof M){let t=this.docView.domAfterPos(this.state.selection.from);t.nodeType==1&&zi(this,t.getBoundingClientRect(),e)}else zi(this,this.coordsAtPos(this.state.selection.head,1),e)}destroyPluginViews(){let e;for(;e=this.pluginViews.pop();)e.destroy&&e.destroy()}updatePluginViews(e){if(!e||e.plugins!=this.state.plugins||this.directPlugins!=this.prevDirectPlugins){this.prevDirectPlugins=this.directPlugins,this.destroyPluginViews();for(let e=0;e0&&ee.ownerDocument.getSelection()),this._root=e}return e||document}updateRoot(){this._root=null}posAtCoords(e){return $i(this,e)}coordsAtPos(e,t=1){return ra(this,e,t)}domAtPos(e,t=0){return this.docView.domFromPos(e,t)}nodeDOM(e){let t=this.docView.descAt(e);return t?t.nodeDOM:null}posAtDOM(e,t,n=-1){let r=this.docView.posFromDOM(e,t,n);if(r==null)throw RangeError(`DOM position not inside the editor`);return r}endOfTextblock(e,t){return pa(this,t||this.state,e)}pasteHTML(e,t){return ws(this,``,e,!1,t||new ClipboardEvent(`paste`))}pasteText(e,t){return ws(this,e,null,!0,t||new ClipboardEvent(`paste`))}serializeForClipboard(e){return wo(this,e)}destroy(){this.docView&&(qo(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],qs(this),this),this.dom.textContent=``):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null,oi())}get isDestroyed(){return this.docView==null}dispatchEvent(e){return Zo(this,e)}domSelectionRange(){let e=this.domSelection();return e?L&&this.root.nodeType===11&&_i(this.dom.ownerDocument)==this.dom&&nc(this,e)||e:{focusNode:null,focusOffset:0,anchorNode:null,anchorOffset:0}}domSelection(){return this.root.getSelection()}};hc.prototype.dispatch=function(e){let t=this._props.dispatchTransaction;t?t.call(this,e):this.updateState(this.state.apply(e))};function gc(e){let t=Object.create(null);return t.class=`ProseMirror`,t.contenteditable=String(e.editable),e.someProp(`attributes`,n=>{if(typeof n==`function`&&(n=n(e.state)),n)for(let e in n)e==`class`?t.class+=` `+n[e]:e==`style`?t.style=(t.style?t.style+`;`:``)+n[e]:!t[e]&&e!=`contenteditable`&&e!=`nodeName`&&(t[e]=String(n[e]))}),t.translate||=`no`,[Ps.node(0,e.state.doc.content.size,t)]}function _c(e){if(e.markCursor){let t=document.createElement(`img`);t.className=`ProseMirror-separator`,t.setAttribute(`mark-placeholder`,`true`),t.setAttribute(`alt`,``),e.cursorWrapper={dom:t,deco:Ps.widget(e.state.selection.from,t,{raw:!0,marks:e.markCursor})}}else e.cursorWrapper=null}function vc(e){return!e.someProp(`editable`,t=>t(e.state)===!1)}function yc(e,t){let n=Math.min(e.$anchor.sharedDepth(e.head),t.$anchor.sharedDepth(t.head));return e.$anchor.start(n)!=t.$anchor.start(n)}function bc(e){let t=Object.create(null);function n(e){for(let n in e)Object.prototype.hasOwnProperty.call(t,n)||(t[n]=e[n])}return e.someProp(`nodeViews`,n),e.someProp(`markViews`,n),t}function xc(e,t){let n=0,r=0;for(let r in e){if(e[r]!=t[r])return!0;n++}for(let e in t)r++;return n!=r}function Sc(e){if(e.spec.state||e.spec.filterTransaction||e.spec.appendTransaction)throw RangeError(`Plugins passed directly to the view must not have a state component`)}for(var Cc={8:`Backspace`,9:`Tab`,10:`Enter`,12:`NumLock`,13:`Enter`,16:`Shift`,17:`Control`,18:`Alt`,20:`CapsLock`,27:`Escape`,32:` `,33:`PageUp`,34:`PageDown`,35:`End`,36:`Home`,37:`ArrowLeft`,38:`ArrowUp`,39:`ArrowRight`,40:`ArrowDown`,44:`PrintScreen`,45:`Insert`,46:`Delete`,59:`;`,61:`=`,91:`Meta`,92:`Meta`,106:`*`,107:`+`,108:`,`,109:`-`,110:`.`,111:`/`,144:`NumLock`,145:`ScrollLock`,160:`Shift`,161:`Shift`,162:`Control`,163:`Control`,164:`Alt`,165:`Alt`,173:`-`,186:`;`,187:`=`,188:`,`,189:`-`,190:`.`,191:`/`,192:"`",219:`[`,220:`\\`,221:`]`,222:`'`},wc={48:`)`,49:`!`,50:`@`,51:`#`,52:`$`,53:`%`,54:`^`,55:`&`,56:`*`,57:`(`,59:`:`,61:`+`,173:`_`,186:`:`,187:`+`,188:`<`,189:`_`,190:`>`,191:`?`,192:`~`,219:`{`,220:`|`,221:`}`,222:`"`},Tc=typeof navigator<`u`&&/Mac/.test(navigator.platform),Ec=typeof navigator<`u`&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),Dc=0;Dc<10;Dc++)Cc[48+Dc]=Cc[96+Dc]=String(Dc);for(var Dc=1;Dc<=24;Dc++)Cc[Dc+111]=`F`+Dc;for(var Dc=65;Dc<=90;Dc++)Cc[Dc]=String.fromCharCode(Dc+32),wc[Dc]=String.fromCharCode(Dc);for(var Oc in Cc)wc.hasOwnProperty(Oc)||(wc[Oc]=Cc[Oc]);function kc(e){var t=!(Tc&&e.metaKey&&e.shiftKey&&!e.ctrlKey&&!e.altKey||Ec&&e.shiftKey&&e.key&&e.key.length==1||e.key==`Unidentified`)&&e.key||(e.shiftKey?wc:Cc)[e.keyCode]||e.key||`Unidentified`;return t==`Esc`&&(t=`Escape`),t==`Del`&&(t=`Delete`),t==`Left`&&(t=`ArrowLeft`),t==`Up`&&(t=`ArrowUp`),t==`Right`&&(t=`ArrowRight`),t==`Down`&&(t=`ArrowDown`),t}var Ac=typeof navigator<`u`&&/Mac|iP(hone|[oa]d)/.test(navigator.platform),jc=typeof navigator<`u`&&/Win/.test(navigator.platform);function Mc(e){let t=e.split(/-(?!$)/),n=t[t.length-1];n==`Space`&&(n=` `);let r,i,a,o;for(let e=0;e{for(var n in t)Lc(e,n,{get:t[n],enumerable:!0})};function zc(e){let{state:t,transaction:n}=e,{selection:r}=n,{doc:i}=n,{storedMarks:a}=n;return{...t,apply:t.apply.bind(t),applyTransaction:t.applyTransaction.bind(t),plugins:t.plugins,schema:t.schema,reconfigure:t.reconfigure.bind(t),toJSON:t.toJSON.bind(t),get storedMarks(){return a},get selection(){return r},get doc(){return i},get tr(){return r=n.selection,i=n.doc,a=n.storedMarks,n}}}var Bc=class{constructor(e){this.editor=e.editor,this.rawCommands=this.editor.extensionManager.commands,this.customState=e.state}get hasCustomState(){return!!this.customState}get state(){return this.customState||this.editor.state}get commands(){let{rawCommands:e,editor:t,state:n}=this,{view:r}=t,{tr:i}=n,a=this.buildProps(i);return Object.fromEntries(Object.entries(e).map(([e,t])=>[e,(...e)=>{let n=t(...e)(a);return!i.getMeta(`preventDispatch`)&&!this.hasCustomState&&r.dispatch(i),n}]))}get chain(){return()=>this.createChain()}get can(){return()=>this.createCan()}createChain(e,t=!0){let{rawCommands:n,editor:r,state:i}=this,{view:a}=r,o=[],s=!!e,c=e||i.tr,l=()=>(!s&&t&&!c.getMeta(`preventDispatch`)&&!this.hasCustomState&&a.dispatch(c),o.every(e=>e===!0)),u={...Object.fromEntries(Object.entries(n).map(([e,n])=>[e,(...e)=>{let r=this.buildProps(c,t),i=n(...e)(r);return o.push(i),u}])),run:l};return u}createCan(e){let{rawCommands:t,state:n}=this,r=e||n.tr,i=this.buildProps(r,!1);return{...Object.fromEntries(Object.entries(t).map(([e,t])=>[e,(...e)=>t(...e)({...i,dispatch:void 0})])),chain:()=>this.createChain(r,!1)}}buildProps(e,t=!0){let{rawCommands:n,editor:r,state:i}=this,{view:a}=r,o={tr:e,editor:r,view:a,state:zc({state:i,transaction:e}),dispatch:t?()=>void 0:void 0,chain:()=>this.createChain(e,t),can:()=>this.createCan(e),get commands(){return Object.fromEntries(Object.entries(n).map(([e,t])=>[e,(...e)=>t(...e)(o)]))}};return o}},Vc={};Rc(Vc,{blur:()=>Hc,clearContent:()=>Uc,clearNodes:()=>Wc,command:()=>Gc,createParagraphNear:()=>Kc,cut:()=>qc,deleteCurrentNode:()=>Jc,deleteNode:()=>Yc,deleteRange:()=>Xc,deleteSelection:()=>Zc,enter:()=>Qc,exitCode:()=>$c,extendMarkRange:()=>ol,first:()=>sl,focus:()=>ml,forEach:()=>hl,insertContent:()=>gl,insertContentAt:()=>Sl,joinBackward:()=>Tl,joinDown:()=>wl,joinForward:()=>El,joinItemBackward:()=>Dl,joinItemForward:()=>Ol,joinTextblockBackward:()=>kl,joinTextblockForward:()=>Al,joinUp:()=>Cl,keyboardShortcut:()=>Nl,lift:()=>Fl,liftEmptyBlock:()=>Il,liftListItem:()=>Ll,newlineInCode:()=>Rl,resetAttributes:()=>Vl,scrollIntoView:()=>Hl,selectAll:()=>Ul,selectNodeBackward:()=>Wl,selectNodeForward:()=>Gl,selectParentNode:()=>Kl,selectTextblockEnd:()=>ql,selectTextblockStart:()=>Jl,setContent:()=>Xl,setMark:()=>Gu,setMeta:()=>Ku,setNode:()=>qu,setNodeSelection:()=>Ju,setTextDirection:()=>Yu,setTextSelection:()=>Xu,sinkListItem:()=>Zu,splitBlock:()=>$u,splitListItem:()=>ed,toggleList:()=>id,toggleMark:()=>ad,toggleNode:()=>od,toggleWrap:()=>sd,undoInputRule:()=>cd,unsetAllMarks:()=>ld,unsetMark:()=>ud,unsetTextDirection:()=>dd,updateAttributes:()=>fd,wrapIn:()=>pd,wrapInList:()=>md});var Hc=()=>({editor:e,view:t})=>(requestAnimationFrame(()=>{var n;e.isDestroyed||(t.dom.blur(),(n=window==null?void 0:window.getSelection())==null||n.removeAllRanges())}),!0),Uc=(e=!0)=>({commands:t})=>t.setContent(``,{emitUpdate:e}),Wc=()=>({state:e,tr:t,dispatch:n})=>{let{selection:r}=t,{ranges:i}=r;return n&&i.forEach(({$from:n,$to:r})=>{e.doc.nodesBetween(n.pos,r.pos,(e,n)=>{if(e.type.isText)return;let{doc:r,mapping:i}=t,a=r.resolve(i.map(n)),o=r.resolve(i.map(n+e.nodeSize)),s=a.blockRange(o);if(!s)return;let c=an(s);if(e.type.isTextblock){let{defaultType:e}=a.parent.contentMatchAt(a.index());t.setNodeMarkup(s.start,e)}(c||c===0)&&t.lift(s,c)})}),!0},Gc=e=>t=>e(t),Kc=()=>({state:e,dispatch:t})=>Mr(e,t),qc=(e,t)=>({editor:n,tr:r})=>{let{state:i}=n,a=i.doc.slice(e.from,e.to);r.deleteRange(e.from,e.to);let o=r.mapping.map(t);return r.insert(o,a.content),r.setSelection(new j(r.doc.resolve(Math.max(o-1,0)))),!0},Jc=()=>({tr:e,dispatch:t})=>{let{selection:n}=e,r=n.$anchor.node();if(r.content.size>0)return!1;let i=e.selection.$anchor;for(let n=i.depth;n>0;--n)if(i.node(n).type===r.type){if(t){let t=i.before(n),r=i.after(n);e.delete(t,r).scrollIntoView()}return!0}return!1};function B(e,t){if(typeof e==`string`){if(!t.nodes[e])throw Error(`There is no node type named '${e}'. Maybe you forgot to add the extension?`);return t.nodes[e]}return e}var Yc=e=>({tr:t,state:n,dispatch:r})=>{let i=B(e,n.schema),a=t.selection.$anchor;for(let e=a.depth;e>0;--e)if(a.node(e).type===i){if(r){let n=a.before(e),r=a.after(e);t.delete(n,r).scrollIntoView()}return!0}return!1},Xc=e=>({tr:t,dispatch:n})=>{let{from:r,to:i}=e;return n&&t.delete(r,i),!0},Zc=()=>({state:e,dispatch:t})=>pr(e,t),Qc=()=>({commands:e})=>e.keyboardShortcut(`Enter`),$c=()=>({state:e,dispatch:t})=>jr(e,t);function el(e){return Object.prototype.toString.call(e)===`[object RegExp]`}function tl(e,t,n={strict:!0}){let r=Object.keys(t);return r.length?r.every(r=>n.strict?t[r]===e[r]:el(t[r])?t[r].test(e[r]):t[r]===e[r]):!0}function nl(e,t,n={}){return e.find(e=>e.type===t&&tl(Object.fromEntries(Object.keys(n).map(t=>[t,e.attrs[t]])),n))}function rl(e,t,n={}){return!!nl(e,t,n)}function il(e,t,n){if(!e||!t)return;let r=e.parent.childAfter(e.parentOffset);if((!r.node||!r.node.marks.some(e=>e.type===t))&&(r=e.parent.childBefore(e.parentOffset)),!r.node||!r.node.marks.some(e=>e.type===t))return;if(!n){let e=r.node.marks.find(e=>e.type===t);e&&(n=e.attrs)}if(!nl([...r.node.marks],t,n))return;let i=r.index,a=e.start()+r.offset,o=i+1,s=a+r.node.nodeSize;for(;i>0&&rl([...e.parent.child(i-1).marks],t,n);)--i,a-=e.parent.child(i).nodeSize;for(;o({tr:n,state:r,dispatch:i})=>{let a=al(e,r.schema),{doc:o,selection:s}=n,{$from:c,from:l,to:u}=s;if(i){let e=il(c,a,t);if(e&&e.from<=l&&e.to>=u){let t=j.create(o,e.from,e.to);n.setSelection(t)}}return!0},sl=e=>t=>{let n=typeof e==`function`?e(t):e;for(let e=0;e({editor:n,view:r,tr:i,dispatch:a})=>{t={scrollIntoView:!0,...t};let o=()=>{(fl()||dl())&&r.dom.focus(),pl()&&!fl()&&!dl()&&r.dom.focus({preventScroll:!0}),requestAnimationFrame(()=>{n.isDestroyed||(r.focus(),t?.scrollIntoView&&n.commands.scrollIntoView())})};try{if(r.hasFocus()&&e===null||e===!1)return!0}catch{return!1}if(a&&e===null&&!cl(n.state.selection))return o(),!0;let s=ul(i.doc,e)||n.state.selection,c=n.state.selection.eq(s);return a&&(c||i.setSelection(s),c&&i.storedMarks&&i.setStoredMarks(i.storedMarks),o()),!0},hl=(e,t)=>n=>e.every((e,r)=>t(e,{...n,index:r})),gl=(e,t)=>({tr:n,commands:r})=>r.insertContentAt({from:n.selection.from,to:n.selection.to},e,t),_l=e=>{let t=e.childNodes;for(let n=t.length-1;n>=0;--n){let r=t[n];r.nodeType===3&&r.nodeValue&&/^(\n\s\s|\n)$/.test(r.nodeValue)?e.removeChild(r):r.nodeType===1&&_l(r)}return e};function vl(e){if(typeof window>`u`)throw Error(`[tiptap error]: there is no window object available, so this function cannot be used`);let t=`${e}`,n=new window.DOMParser().parseFromString(t,`text/html`).body;return _l(n)}function yl(e,t,n){if(e instanceof Ie||e instanceof E)return e;n={slice:!0,parseOptions:{},...n};let r=typeof e==`object`&&!!e,i=typeof e==`string`;if(r)try{if(Array.isArray(e)&&e.length>0)return E.fromArray(e.map(e=>t.nodeFromJSON(e)));let r=t.nodeFromJSON(e);return n.errorOnInvalidContent&&r.check(),r}catch(r){if(n.errorOnInvalidContent)throw Error(`[tiptap error]: Invalid JSON content`,{cause:r});return console.warn(`[tiptap warn]: Invalid content.`,`Passed value:`,e,`Error:`,r),yl(``,t,n)}if(i){if(n.errorOnInvalidContent){let r=!1,i=``,a=new st({topNode:t.spec.topNode,marks:t.spec.marks,nodes:t.spec.nodes.append({__tiptap__private__unknown__catch__all__node:{content:`inline*`,group:`block`,parseDOM:[{tag:`*`,getAttrs:e=>(r=!0,i=typeof e==`string`?e:e.outerHTML,null)}]}})});if(n.slice?dt.fromSchema(a).parseSlice(vl(e),n.parseOptions):dt.fromSchema(a).parse(vl(e),n.parseOptions),n.errorOnInvalidContent&&r)throw Error(`[tiptap error]: Invalid HTML content`,{cause:Error(`Invalid element found: ${i}`)})}let r=dt.fromSchema(t);return n.slice?r.parseSlice(vl(e),n.parseOptions).content:r.parse(vl(e),n.parseOptions)}return yl(``,t,n)}function bl(e,t,n){let r=e.steps.length-1;if(r{o===0&&(o=r)}),e.setSelection(A.near(e.doc.resolve(o),n))}var xl=e=>!(`type`in e),Sl=(e,t,n)=>({tr:r,dispatch:i,editor:a})=>{if(i){n={parseOptions:a.options.parseOptions,updateSelection:!0,applyInputRules:!1,applyPasteRules:!1,...n};let i,o=e=>{a.emit(`contentError`,{editor:a,error:e,disableCollaboration:()=>{`collaboration`in a.storage&&typeof a.storage.collaboration==`object`&&a.storage.collaboration&&(a.storage.collaboration.isDisabled=!0)}})},s={preserveWhitespace:`full`,...n.parseOptions};if(!n.errorOnInvalidContent&&!a.options.enableContentCheck&&a.options.emitContentError)try{yl(t,a.schema,{parseOptions:s,errorOnInvalidContent:!0})}catch(e){o(e)}try{i=yl(t,a.schema,{parseOptions:s,errorOnInvalidContent:n.errorOnInvalidContent??a.options.enableContentCheck})}catch(e){return o(e),!1}let{from:c,to:l}=typeof e==`number`?{from:e,to:e}:{from:e.from,to:e.to},u=!0,d=!0;if((xl(i)?i:[i]).forEach(e=>{e.check(),u=u?e.isText&&e.marks.length===0:!1,d=d?e.isBlock:!1}),c===l&&d){let{parent:e}=r.doc.resolve(c);e.isTextblock&&!e.type.spec.code&&!e.childCount&&(--c,l+=1)}let f;if(u){if(Array.isArray(t))f=t.map(e=>e.text||``).join(``);else if(t instanceof E){let e=``;t.forEach(t=>{t.text&&(e+=t.text)}),f=e}else f=typeof t==`object`&&t&&t.text?t.text:t;r.insertText(f,c,l)}else{f=i;let e=r.doc.resolve(c),t=e.node(),n=e.parentOffset===0,a=t.isText||t.isTextblock,o=t.content.size>0;n&&a&&o&&(c=Math.max(0,c-1)),r.replaceWith(c,l,f)}n.updateSelection&&bl(r,r.steps.length-1,-1),n.applyInputRules&&r.setMeta(`applyInputRules`,{from:c,text:f}),n.applyPasteRules&&r.setMeta(`applyPasteRules`,{from:c,text:f})}return!0},Cl=()=>({state:e,dispatch:t})=>Er(e,t),wl=()=>({state:e,dispatch:t})=>Dr(e,t),Tl=()=>({state:e,dispatch:t})=>hr(e,t),El=()=>({state:e,dispatch:t})=>Cr(e,t),Dl=()=>({state:e,dispatch:t,tr:n})=>{try{let r=Sn(e.doc,e.selection.$from.pos,-1);return r==null?!1:(n.join(r,2),t&&t(n),!0)}catch{return!1}},Ol=()=>({state:e,dispatch:t,tr:n})=>{try{let r=Sn(e.doc,e.selection.$from.pos,1);return r==null?!1:(n.join(r,2),t&&t(n),!0)}catch{return!1}},kl=()=>({state:e,dispatch:t})=>gr(e,t),Al=()=>({state:e,dispatch:t})=>_r(e,t);function jl(){return typeof navigator<`u`?/Mac/.test(navigator.platform):!1}function Ml(e){let t=e.split(/-(?!$)/),n=t[t.length-1];n===`Space`&&(n=` `);let r,i,a,o;for(let e=0;e({editor:t,view:n,tr:r,dispatch:i})=>{let a=Ml(e).split(/-(?!$)/),o=a.find(e=>![`Alt`,`Ctrl`,`Meta`,`Shift`].includes(e)),s=new KeyboardEvent(`keydown`,{key:o===`Space`?` `:o,altKey:a.includes(`Alt`),ctrlKey:a.includes(`Ctrl`),metaKey:a.includes(`Meta`),shiftKey:a.includes(`Shift`),bubbles:!0,cancelable:!0});return t.captureTransaction(()=>{n.someProp(`handleKeyDown`,e=>e(n,s))})?.steps.forEach(e=>{let t=e.map(r.mapping);t&&i&&r.maybeStep(t)}),!0};function Pl(e,t,n={}){let{from:r,to:i,empty:a}=e.selection,o=t?B(t,e.schema):null,s=[];e.doc.nodesBetween(r,i,(e,t)=>{if(e.isText)return;let n=Math.max(r,t),a=Math.min(i,t+e.nodeSize);s.push({node:e,from:n,to:a})});let c=i-r,l=s.filter(e=>o?o.name===e.node.type.name:!0).filter(e=>tl(e.node.attrs,n,{strict:!1}));return a?!!l.length:l.reduce((e,t)=>e+t.to-t.from,0)>=c}var Fl=(e,t={})=>({state:n,dispatch:r})=>Pl(n,B(e,n.schema),t)?Or(n,r):!1,Il=()=>({state:e,dispatch:t})=>Nr(e,t),Ll=e=>({state:t,dispatch:n})=>$r(B(e,t.schema))(t,n),Rl=()=>({state:e,dispatch:t})=>kr(e,t);function zl(e,t){return t.nodes[e]?`node`:t.marks[e]?`mark`:null}function Bl(e,t){let n=typeof t==`string`?[t]:t;return Object.keys(e).reduce((t,r)=>(n.includes(r)||(t[r]=e[r]),t),{})}var Vl=(e,t)=>({tr:n,state:r,dispatch:i})=>{let a=null,o=null,s=zl(typeof e==`string`?e:e.name,r.schema);if(!s)return!1;s===`node`&&(a=B(e,r.schema)),s===`mark`&&(o=al(e,r.schema));let c=!1;return n.selection.ranges.forEach(e=>{r.doc.nodesBetween(e.$from.pos,e.$to.pos,(e,r)=>{a&&a===e.type&&(c=!0,i&&n.setNodeMarkup(r,void 0,Bl(e.attrs,t))),o&&e.marks.length&&e.marks.forEach(a=>{o===a.type&&(c=!0,i&&n.addMark(r,r+e.nodeSize,o.create(Bl(a.attrs,t))))})})}),c},Hl=()=>({tr:e,dispatch:t})=>(t&&e.scrollIntoView(),!0),Ul=()=>({tr:e,dispatch:t})=>{if(t){let t=new Zn(e.doc);e.setSelection(t)}return!0},Wl=()=>({state:e,dispatch:t})=>br(e,t),Gl=()=>({state:e,dispatch:t})=>wr(e,t),Kl=()=>({state:e,dispatch:t})=>Ir(e,t),ql=()=>({state:e,dispatch:t})=>Hr(e,t),Jl=()=>({state:e,dispatch:t})=>Vr(e,t);function Yl(e,t,n={},r={}){return yl(e,t,{slice:!1,parseOptions:n,errorOnInvalidContent:r.errorOnInvalidContent})}var Xl=(e,{errorOnInvalidContent:t,emitUpdate:n=!0,parseOptions:r={}}={})=>({editor:i,tr:a,dispatch:o,commands:s})=>{let{doc:c}=a;if(r.preserveWhitespace!==`full`){let s=Yl(e,i.schema,r,{errorOnInvalidContent:t??i.options.enableContentCheck});return o&&a.replaceWith(0,c.content.size,s).setMeta(`preventUpdate`,!n),!0}return o&&a.setMeta(`preventUpdate`,!n),s.insertContentAt({from:0,to:c.content.size},e,{parseOptions:r,errorOnInvalidContent:t??i.options.enableContentCheck})};function Zl(e,t){let n=al(t,e.schema),{from:r,to:i,empty:a}=e.selection,o=[];a?(e.storedMarks&&o.push(...e.storedMarks),o.push(...e.selection.$head.marks())):e.doc.nodesBetween(r,i,e=>{o.push(...e.marks)});let s=o.find(e=>e.type.name===n.name);return s?{...s.attrs}:{}}function Ql(e,t){let n=new Wn(e);return t.forEach(e=>{e.steps.forEach(e=>{n.step(e)})}),n}function $l(e){for(let t=0;t{n(e)&&r.push({node:e,pos:t})}),r}function tu(e,t){for(let n=e.depth;n>0;--n){let r=e.node(n);if(t(r))return{pos:n>0?e.before(n):0,start:e.start(n),depth:n,node:r}}}function nu(e){return t=>tu(t.$from,e)}function V(e,t,n){return e.config[t]===void 0&&e.parent?V(e.parent,t,n):typeof e.config[t]==`function`?e.config[t].bind({...n,parent:e.parent?V(e.parent,t,n):null}):e.config[t]}function ru(e){return e.map(e=>{let t=V(e,`addExtensions`,{name:e.name,options:e.options,storage:e.storage});return t?[e,...ru(t())]:e}).flat(10)}function iu(e,t){let n=Tt.fromSchema(t).serializeFragment(e),r=document.implementation.createHTMLDocument().createElement(`div`);return r.appendChild(n),r.innerHTML}function au(e){return typeof e==`function`}function H(e,t=void 0,...n){return au(e)?t?e.bind(t)(...n):e(...n):e}function ou(e={}){return Object.keys(e).length===0&&e.constructor===Object}function su(e){return{baseExtensions:e.filter(e=>e.type===`extension`),nodeExtensions:e.filter(e=>e.type===`node`),markExtensions:e.filter(e=>e.type===`mark`)}}function cu(e){let t=[],{nodeExtensions:n,markExtensions:r}=su(e),i=[...n,...r],a={default:null,validate:void 0,rendered:!0,renderHTML:null,parseHTML:null,keepOnSplit:!0,isRequired:!1},o=n.filter(e=>e.name!==`text`).map(e=>e.name),s=r.map(e=>e.name),c=[...o,...s];return e.forEach(e=>{let n=V(e,`addGlobalAttributes`,{name:e.name,options:e.options,storage:e.storage,extensions:i});n&&n().forEach(e=>{let n;n=Array.isArray(e.types)?e.types:e.types===`*`?c:e.types===`nodes`?o:e.types===`marks`?s:[],n.forEach(n=>{Object.entries(e.attributes).forEach(([e,r])=>{t.push({type:n,name:e,attribute:{...a,...r}})})})})}),i.forEach(e=>{let n=V(e,`addAttributes`,{name:e.name,options:e.options,storage:e.storage});if(!n)return;let r=n();Object.entries(r).forEach(([n,r])=>{let i={...a,...r};typeof i?.default==`function`&&(i.default=i.default()),i?.isRequired&&i?.default===void 0&&delete i.default,t.push({type:e.name,name:n,attribute:i})})}),t}function lu(e){let t=[],n=``,r=!1,i=!1,a=0,o=e.length;for(let s=0;s0){--a,n+=o;continue}if(o===`;`&&a===0){t.push(n),n=``;continue}}n+=o}return n&&t.push(n),t}function uu(e){let t=[],n=lu(e||``),r=n.length;for(let e=0;e!!e).reduce((e,t)=>{let n={...e};return Object.entries(t).forEach(([e,t])=>{if(!n[e]){n[e]=t;return}if(e===`class`){let r=t?String(t).split(` `):[],i=n[e]?n[e].split(` `):[],a=r.filter(e=>!i.includes(e));n[e]=[...i,...a].join(` `)}else if(e===`style`){let r=new Map([...uu(n[e]),...uu(t)]);n[e]=Array.from(r.entries()).map(([e,t])=>`${e}: ${t}`).join(`; `)}else n[e]=t}),n},{})}function du(e,t){return t.filter(t=>t.type===e.type.name).filter(e=>e.attribute.rendered).map(t=>t.attribute.renderHTML?t.attribute.renderHTML(e.attrs)||{}:{[t.name]:e.attrs[t.name]}).reduce((e,t)=>U(e,t),{})}function fu(e){return typeof e==`string`?e.match(/^[+-]?(?:\d*\.)?\d+$/)?Number(e):e===`true`?!0:e===`false`?!1:e:e}function pu(e,t){return`style`in e?e:{...e,getAttrs:n=>{let r=e.getAttrs?e.getAttrs(n):e.attrs;if(r===!1)return!1;let i=t.reduce((e,t)=>{let r=t.attribute.parseHTML?t.attribute.parseHTML(n):fu(n.getAttribute(t.name));return r==null?e:{...e,[t.name]:r}},{});return{...r,...i}}}}function mu(e){return Object.fromEntries(Object.entries(e).filter(([e,t])=>e===`attrs`&&ou(t)?!1:t!=null))}function hu(e){let t={};return!e?.attribute?.isRequired&&`default`in(e?.attribute||{})&&(t.default=e.attribute.default),e?.attribute?.validate!==void 0&&(t.validate=e.attribute.validate),[e.name,t]}function gu(e,t){let n=cu(e),{nodeExtensions:r,markExtensions:i}=su(e);return new st({topNode:r.find(e=>V(e,`topNode`))?.name,nodes:Object.fromEntries(r.map(r=>{let i=n.filter(e=>e.type===r.name),a={name:r.name,options:r.options,storage:r.storage,editor:t},o=mu({...e.reduce((e,t)=>{let n=V(t,`extendNodeSchema`,a);return{...e,...n?n(r):{}}},{}),content:H(V(r,`content`,a)),marks:H(V(r,`marks`,a)),group:H(V(r,`group`,a)),inline:H(V(r,`inline`,a)),atom:H(V(r,`atom`,a)),selectable:H(V(r,`selectable`,a)),draggable:H(V(r,`draggable`,a)),code:H(V(r,`code`,a)),whitespace:H(V(r,`whitespace`,a)),linebreakReplacement:H(V(r,`linebreakReplacement`,a)),defining:H(V(r,`defining`,a)),isolating:H(V(r,`isolating`,a)),attrs:Object.fromEntries(i.map(hu))}),s=H(V(r,`parseHTML`,a));s&&(o.parseDOM=s.map(e=>pu(e,i)));let c=V(r,`renderHTML`,a);c&&(o.toDOM=e=>c({node:e,HTMLAttributes:du(e,i)}));let l=V(r,`renderText`,a);return l&&(o.toText=l),[r.name,o]})),marks:Object.fromEntries(i.map(r=>{let i=n.filter(e=>e.type===r.name),a={name:r.name,options:r.options,storage:r.storage,editor:t},o=mu({...e.reduce((e,t)=>{let n=V(t,`extendMarkSchema`,a);return{...e,...n?n(r):{}}},{}),inclusive:H(V(r,`inclusive`,a)),excludes:H(V(r,`excludes`,a)),group:H(V(r,`group`,a)),spanning:H(V(r,`spanning`,a)),code:H(V(r,`code`,a)),attrs:Object.fromEntries(i.map(hu))}),s=H(V(r,`parseHTML`,a));s&&(o.parseDOM=s.map(e=>pu(e,i)));let c=V(r,`renderHTML`,a);return c&&(o.toDOM=e=>c({mark:e,HTMLAttributes:du(e,i)})),[r.name,o]}))})}function _u(e){let t=e.filter((t,n)=>e.indexOf(t)!==n);return Array.from(new Set(t))}function vu(e){return e.sort((e,t)=>{let n=V(e,`priority`)||100,r=V(t,`priority`)||100;return n>r?-1:+(ne.name));return n.length&&console.warn(`[tiptap warn]: Duplicate extension names found: [${n.map(e=>`'${e}'`).join(`, `)}]. This can lead to issues.`),t}function bu(e,t,n){let{from:r,to:i}=t,{blockSeparator:a=` + +`,textSerializers:o={}}=n||{},s=``;return e.nodesBetween(r,i,(e,n,c,l)=>{e.isBlock&&n>r&&(s+=a);let u=o?.[e.type.name];if(u)return c&&(s+=u({node:e,pos:n,parent:c,index:l,range:t})),!1;e.isText&&(s+=(e?.text)?.slice(Math.max(r,n)-n,i-n))}),s}function xu(e,t){return bu(e,{from:0,to:e.content.size},t)}function Su(e){return Object.fromEntries(Object.entries(e.nodes).filter(([,e])=>e.spec.toText).map(([e,t])=>[e,t.spec.toText]))}function Cu(e,t){let n=B(t,e.schema),{from:r,to:i}=e.selection,a=[];e.doc.nodesBetween(r,i,e=>{a.push(e)});let o=a.reverse().find(e=>e.type.name===n.name);return o?{...o.attrs}:{}}function wu(e,t){let n=zl(typeof t==`string`?t:t.name,e.schema);return n===`node`?Cu(e,t):n===`mark`?Zl(e,t):{}}function Tu(e,t=JSON.stringify){let n={};return e.filter(e=>{let r=t(e);return Object.prototype.hasOwnProperty.call(n,r)?!1:n[r]=!0})}function Eu(e){let t=Tu(e);return t.length===1?t:t.filter((e,n)=>!t.filter((e,t)=>t!==n).some(t=>e.oldRange.from>=t.oldRange.from&&e.oldRange.to<=t.oldRange.to&&e.newRange.from>=t.newRange.from&&e.newRange.to<=t.newRange.to))}function Du(e){let{mapping:t,steps:n}=e,r=[];return t.maps.forEach((e,i)=>{let a=[];if(e.ranges.length)e.forEach((e,t)=>{a.push({from:e,to:t})});else{let{from:e,to:t}=n[i];if(e===void 0||t===void 0)return;a.push({from:e,to:t})}a.forEach(({from:e,to:n})=>{let a=t.slice(i).map(e,-1),o=t.slice(i).map(n),s=t.invert().map(a,-1),c=t.invert().map(o);r.push({oldRange:{from:s,to:c},newRange:{from:a,to:o}})})}),Eu(r)}function Ou(e,t,n){let r=[];return e===t?n.resolve(e).marks().forEach(t=>{let i=il(n.resolve(e),t.type);i&&r.push({mark:t,...i})}):n.nodesBetween(e,t,(e,t)=>{!e||e?.nodeSize===void 0||r.push(...e.marks.map(n=>({from:t,to:t+e.nodeSize,mark:n})))}),r}var ku=(e,t,n,r=20)=>{let i=e.doc.resolve(n),a=r,o=null;for(;a>0&&o===null;){let e=i.node(a);e?.type.name===t?o=e:--a}return[o,a]};function Au(e,t){return t.nodes[e]||t.marks[e]||null}function ju(e,t,n){return Object.fromEntries(Object.entries(n).filter(([n])=>{let r=e.find(e=>e.type===t&&e.name===n);return r?r.attribute.keepOnSplit:!1}))}var Mu=(e,t=500)=>{let n=``,r=e.parentOffset;return e.parent.nodesBetween(Math.max(0,r-t),r,(e,t,i,a)=>{var o;let s=(o=e.type.spec).toText?.call(o,{node:e,pos:t,parent:i,index:a})||e.textContent||`%leaf%`;n+=e.isAtom&&!e.isText?s:s.slice(0,Math.max(0,r-t))}),n};function Nu(e,t,n={}){let{empty:r,ranges:i}=e.selection,a=t?al(t,e.schema):null;if(r)return!!(e.storedMarks||e.selection.$from.marks()).filter(e=>a?a.name===e.type.name:!0).find(e=>tl(e.attrs,n,{strict:!1}));let o=0,s=[];if(i.forEach(({$from:t,$to:n})=>{let r=t.pos,i=n.pos;e.doc.nodesBetween(r,i,(e,t)=>{if(a&&e.inlineContent&&!e.type.allowsMarkType(a))return!1;if(!e.isText&&!e.marks.length)return;let n=Math.max(r,t),c=Math.min(i,t+e.nodeSize),l=c-n;o+=l,s.push(...e.marks.map(e=>({mark:e,from:n,to:c})))})}),o===0)return!1;let c=s.filter(e=>a?a.name===e.mark.type.name:!0).filter(e=>tl(e.mark.attrs,n,{strict:!1})).reduce((e,t)=>e+t.to-t.from,0),l=s.filter(e=>a?e.mark.type!==a&&e.mark.type.excludes(a):!0).reduce((e,t)=>e+t.to-t.from,0);return(c>0?c+l:c)>=o}function Pu(e,t,n={}){if(!t)return Pl(e,null,n)||Nu(e,null,n);let r=zl(t,e.schema);return r===`node`?Pl(e,t,n):r===`mark`?Nu(e,t,n):!1}var Fu=(e,t)=>{let{$from:n,$to:r,$anchor:i}=e.selection;if(t){let n=nu(e=>e.type.name===t)(e.selection);if(!n)return!1;let r=e.doc.resolve(n.pos+1);return i.pos+1===r.end()}return!(r.parentOffset{let{$from:t,$to:n}=e.selection;return!(t.parentOffset>0||t.pos!==n.pos)};function Lu(e,t){return Array.isArray(t)?t.some(t=>(typeof t==`string`?t:t.name)===e.name):t}function Ru(e,t){let{nodeExtensions:n}=su(t),r=n.find(t=>t.name===e);if(!r)return!1;let i=H(V(r,`group`,{name:r.name,options:r.options,storage:r.storage}));return typeof i==`string`?i.split(` `).includes(`list`):!1}function zu(e,{checkChildren:t=!0,ignoreWhitespace:n=!1}={}){if(n){if(e.type.name===`hardBreak`)return!0;if(e.isText)return!/\S/.test(e.text??``)}if(e.isText)return!e.text;if(e.isAtom||e.isLeaf)return!1;if(e.content.childCount===0)return!0;if(t){let r=!0;return e.content.forEach(e=>{r!==!1&&(zu(e,{ignoreWhitespace:n,checkChildren:t})||(r=!1))}),r}return!1}function Bu(e){return e instanceof M}var Vu=class e{constructor(e){this.position=e}static fromJSON(t){return new e(t.position)}toJSON(){return{position:this.position}}};function Hu(e,t){let n=t.mapping.mapResult(e.position);return{position:new Vu(n.pos),mapResult:n}}function Uu(e){return new Vu(e)}function Wu(e,t,n){let{selection:r}=t,i=null;if(cl(r)&&(i=r.$cursor),i){let t=e.storedMarks??i.marks();return i.parent.type.allowsMarkType(n)&&(!!n.isInSet(t)||!t.some(e=>e.type.excludes(n)))}let{ranges:a}=r;return a.some(({$from:t,$to:r})=>{let i=t.depth===0?e.doc.inlineContent&&e.doc.type.allowsMarkType(n):!1;return e.doc.nodesBetween(t.pos,r.pos,(e,t,r)=>{if(i)return!1;if(e.isInline){let t=!r||r.type.allowsMarkType(n),a=!!n.isInSet(e.marks)||!e.marks.some(e=>e.type.excludes(n));i=t&&a}return!i}),i})}var Gu=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let{selection:a}=n,{empty:o,ranges:s}=a,c=al(e,r.schema);if(i)if(o){let e=Zl(r,c);n.addStoredMark(c.create({...e,...t}))}else s.forEach(e=>{let i=e.$from.pos,a=e.$to.pos;r.doc.nodesBetween(i,a,(e,r)=>{let o=Math.max(r,i),s=Math.min(r+e.nodeSize,a);e.marks.find(e=>e.type===c)?e.marks.forEach(e=>{c===e.type&&n.addMark(o,s,c.create({...e.attrs,...t}))}):n.addMark(o,s,c.create(t))})});return Wu(r,n,c)},Ku=(e,t)=>({tr:n})=>(n.setMeta(e,t),!0),qu=(e,t={})=>({state:n,dispatch:r,chain:i})=>{let a=B(e,n.schema),o;return n.selection.$anchor.sameParent(n.selection.$head)&&(o=n.selection.$anchor.parent.attrs),a.isTextblock?i().command(({commands:e})=>Wr(a,{...o,...t})(n)?!0:e.clearNodes()).command(({state:e})=>Wr(a,{...o,...t})(e,r)).run():(console.warn(`[tiptap warn]: Currently "setNode()" only supports text block nodes.`),!1)},Ju=e=>({tr:t,dispatch:n})=>{if(n){let{doc:n}=t,r=ll(e,0,n.content.size),i=M.create(n,r);t.setSelection(i)}return!0},Yu=(e,t)=>({tr:n,state:r,dispatch:i})=>{let{selection:a}=r,o,s;return typeof t==`number`?(o=t,s=t):t&&`from`in t&&`to`in t?(o=t.from,s=t.to):(o=a.from,s=a.to),i&&n.doc.nodesBetween(o,s,(t,r)=>{t.isText||n.setNodeMarkup(r,void 0,{...t.attrs,dir:e})}),!0},Xu=e=>({tr:t,dispatch:n})=>{if(n){let{doc:n}=t,{from:r,to:i}=typeof e==`number`?{from:e,to:e}:e,a=j.atStart(n).from,o=j.atEnd(n).to,s=ll(r,a,o),c=ll(i,a,o),l=j.create(n,s,c);t.setSelection(l)}return!0},Zu=e=>({state:t,dispatch:n})=>ni(B(e,t.schema))(t,n);function Qu(e,t){let n=e.storedMarks||e.selection.$to.parentOffset&&e.selection.$from.marks();if(n){let r=n.filter(e=>t?.includes(e.type.name));e.tr.ensureMarks(r)}}var $u=({keepMarks:e=!0}={})=>({tr:t,state:n,dispatch:r,editor:i})=>{let{selection:a,doc:o}=t,{$from:s,$to:c}=a,l=i.extensionManager.attributes,u=ju(l,s.node().type.name,s.node().attrs);if(a instanceof M&&a.node.isBlock)return!s.parentOffset||!_n(o,s.pos)?!1:(r&&(e&&Qu(n,i.extensionManager.splittableMarks),t.split(s.pos).scrollIntoView()),!0);if(!s.parent.isBlock)return!1;let d=c.parentOffset===c.parent.content.size,f=s.depth===0?void 0:$l(s.node(-1).contentMatchAt(s.indexAfter(-1))),p=d&&f?[{type:f,attrs:u}]:void 0,m=_n(t.doc,t.mapping.map(s.pos),1,p);if(!p&&!m&&_n(t.doc,t.mapping.map(s.pos),1,f?[{type:f}]:void 0)&&(m=!0,p=f?[{type:f,attrs:u}]:void 0),r){if(m&&(a instanceof j&&t.deleteSelection(),t.split(t.mapping.map(s.pos),1,p),f&&!d&&!s.parentOffset&&s.parent.type!==f)){let e=t.mapping.map(s.before()),n=t.doc.resolve(e);s.node(-1).canReplaceWith(n.index(),n.index()+1,f)&&t.setNodeMarkup(t.mapping.map(s.before()),f)}e&&Qu(n,i.extensionManager.splittableMarks),t.scrollIntoView()}return m},ed=(e,t={})=>({tr:n,state:r,dispatch:i,editor:a})=>{let o=B(e,r.schema),{$from:s,$to:c}=r.selection,l=r.selection.node;if(l&&l.isBlock||s.depth<2||!s.sameParent(c))return!1;let u=s.node(-1);if(u.type!==o)return!1;let d=a.extensionManager.attributes;if(s.parent.content.size===0&&s.node(-1).childCount===s.indexAfter(-1)){if(s.depth===2||s.node(-3).type!==o||s.index(-2)!==s.node(-2).childCount-1)return!1;if(i){let e=E.empty,r=s.index(-1)?1:s.index(-2)?2:3;for(let t=s.depth-r;t>=s.depth-3;--t)e=E.from(s.node(t).copy(e));let i=s.indexAfter(-1){if(u>-1)return!1;e.isTextblock&&e.content.size===0&&(u=t+1)}),u>-1&&n.setSelection(j.near(n.doc.resolve(u))),n.scrollIntoView()}return!0}let f=c.pos===s.end()?u.contentMatchAt(0).defaultType:null,p={...ju(d,u.type.name,u.attrs),...t},m={...ju(d,s.node().type.name,s.node().attrs),...t};n.delete(s.pos,c.pos);let h=f?[{type:o,attrs:p},{type:f,attrs:m}]:[{type:o,attrs:p}];if(!_n(n.doc,s.pos,2))return!1;if(i){let{selection:e,storedMarks:t}=r,{splittableMarks:o}=a.extensionManager,c=t||e.$to.parentOffset&&e.$from.marks();if(n.split(s.pos,2,h).scrollIntoView(),!c||!i)return!0;let l=c.filter(e=>o.includes(e.type.name));n.ensureMarks(l)}return!0},td=(e,t)=>{let n=nu(e=>e.type===t)(e.selection);if(!n)return!0;let r=e.doc.resolve(Math.max(0,n.pos-1)).before(n.depth);if(r===void 0)return!0;let i=e.doc.nodeAt(r);return n.node.type===i?.type&&yn(e.doc,n.pos)&&e.join(n.pos),!0},nd=(e,t)=>{let n=nu(e=>e.type===t)(e.selection);if(!n)return!0;let r=e.doc.resolve(n.start).after(n.depth);if(r===void 0)return!0;let i=e.doc.nodeAt(r);return n.node.type===i?.type&&yn(e.doc,r)&&e.join(r),!0};function rd(e){let t=e.doc,n=t.firstChild;if(!n)return null;let r=n.nodeSize-1;return j.create(t,1,r)}var id=(e,t,n,r={})=>({editor:i,tr:a,state:o,dispatch:s,chain:c,commands:l,can:u})=>{let{extensions:d,splittableMarks:f}=i.extensionManager,p=B(e,o.schema),m=B(t,o.schema),{selection:h,storedMarks:g}=o,{$from:_,$to:ee}=h,v=_.blockRange(ee),y=g||h.$to.parentOffset&&h.$from.marks();if(!v)return!1;let b=nu(e=>Ru(e.type.name,d))(h),te=h.from===0&&h.to===o.doc.content.size,ne=o.doc.content.content,x=ne.length===1?ne[0]:null,re=te&&x&&Ru(x.type.name,d)?{node:x,pos:0,depth:0}:null,S=b??re,ie=!!b&&v.depth>=1&&v.depth-b.depth<=1,C=!!re;if((ie||C)&&S){if(S.node.type===p)return te&&C?c().command(({tr:e,dispatch:t})=>{let n=rd(e);return n?(e.setSelection(n),t&&t(e),!0):!1}).liftListItem(m).run():l.liftListItem(m);if(Ru(S.node.type.name,d)&&p.validContent(S.node.content))return c().command(()=>(a.setNodeMarkup(S.pos,p),!0)).command(()=>td(a,p)).command(()=>nd(a,p)).run()}return!n||!y||!s?c().command(()=>u().wrapInList(p,r)?!0:l.clearNodes()).wrapInList(p,r).command(()=>td(a,p)).command(()=>nd(a,p)).run():c().command(()=>{let e=u().wrapInList(p,r),t=y.filter(e=>f.includes(e.type.name));return a.ensureMarks(t),e?!0:l.clearNodes()}).wrapInList(p,r).command(()=>td(a,p)).command(()=>nd(a,p)).run()},ad=(e,t={},n={})=>({state:r,commands:i})=>{let{extendEmptyMarkRange:a=!1}=n,o=al(e,r.schema);return Nu(r,o,t)?i.unsetMark(o,{extendEmptyMarkRange:a}):i.setMark(o,t)},od=(e,t,n={})=>({state:r,commands:i})=>{let a=B(e,r.schema),o=B(t,r.schema),s=Pl(r,a,n),c;return r.selection.$anchor.sameParent(r.selection.$head)&&(c=r.selection.$anchor.parent.attrs),s?i.setNode(o,c):i.setNode(a,{...c,...n})},sd=(e,t={})=>({state:n,commands:r})=>{let i=B(e,n.schema);return Pl(n,i,t)?r.lift(i):r.wrapIn(i,t)},cd=()=>({state:e,dispatch:t})=>{let n=e.plugins;for(let r=0;r=0;--e)t.step(n.steps[e].invert(n.docs[e]));if(a.text){let n=t.doc.resolve(a.from).marks();t.replaceWith(a.from,a.to,e.schema.text(a.text,n))}else t.delete(a.from,a.to)}return!0}}return!1},ld=()=>({tr:e,dispatch:t})=>{let{selection:n}=e,{empty:r,ranges:i}=n;return r||t&&i.forEach(t=>{e.removeMark(t.$from.pos,t.$to.pos)}),!0},ud=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let{extendEmptyMarkRange:a=!1}=t,{selection:o}=n,s=al(e,r.schema),{$from:c,empty:l,ranges:u}=o;if(!i)return!0;if(l&&a){let{from:e,to:t}=o,r=il(c,s,c.marks().find(e=>e.type===s)?.attrs);r&&(e=r.from,t=r.to),n.removeMark(e,t,s)}else u.forEach(e=>{n.removeMark(e.$from.pos,e.$to.pos,s)});return n.removeStoredMark(s),!0},dd=e=>({tr:t,state:n,dispatch:r})=>{let{selection:i}=n,a,o;return typeof e==`number`?(a=e,o=e):e&&`from`in e&&`to`in e?(a=e.from,o=e.to):(a=i.from,o=i.to),r&&t.doc.nodesBetween(a,o,(e,n)=>{if(e.isText)return;let r={...e.attrs};delete r.dir,t.setNodeMarkup(n,void 0,r)}),!0},fd=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let a=null,o=null,s=zl(typeof e==`string`?e:e.name,r.schema);if(!s)return!1;s===`node`&&(a=B(e,r.schema)),s===`mark`&&(o=al(e,r.schema));let c=!1;return n.selection.ranges.forEach(e=>{let s=e.$from.pos,l=e.$to.pos,u,d,f,p;n.selection.empty?r.doc.nodesBetween(s,l,(e,t)=>{a&&a===e.type&&(c=!0,f=Math.max(t,s),p=Math.min(t+e.nodeSize,l),u=t,d=e)}):r.doc.nodesBetween(s,l,(e,r)=>{r=s&&r<=l&&(a&&a===e.type&&(c=!0,i&&n.setNodeMarkup(r,void 0,{...e.attrs,...t})),o&&e.marks.length&&e.marks.forEach(a=>{if(o===a.type&&(c=!0,i)){let i=Math.max(r,s),c=Math.min(r+e.nodeSize,l);n.addMark(i,c,o.create({...a.attrs,...t}))}}))}),d&&(u!==void 0&&i&&n.setNodeMarkup(u,void 0,{...d.attrs,...t}),o&&d.marks.length&&d.marks.forEach(e=>{o===e.type&&i&&n.addMark(f,p,o.create({...e.attrs,...t}))}))}),c},pd=(e,t={})=>({state:n,dispatch:r})=>Ur(B(e,n.schema),t)(n,r),md=(e,t={})=>({state:n,dispatch:r})=>Xr(B(e,n.schema),t)(n,r),hd=class{constructor(){this.callbacks={}}on(e,t){return this.callbacks[e]||(this.callbacks[e]=[]),this.callbacks[e].push(t),this}emit(e,...t){let n=this.callbacks[e];return n&&n.forEach(e=>e.apply(this,t)),this}off(e,t){let n=this.callbacks[e];return n&&(t?this.callbacks[e]=n.filter(e=>e!==t):delete this.callbacks[e]),this}once(e,t){let n=(...r)=>{this.off(e,n),t.apply(this,r)};return this.on(e,n)}removeAllListeners(){this.callbacks={}}},gd=class{constructor(e){this.find=e.find,this.handler=e.handler,this.undoable=e.undoable??!0}},_d=(e,t)=>{if(el(t))return t.exec(e);let n=t(e);if(!n)return null;let r=[n.text];return r.index=n.index,r.input=e,r.data=n.data,n.replaceWith&&(n.text.includes(n.replaceWith)||console.warn(`[tiptap warn]: "inputRuleMatch.replaceWith" must be part of "inputRuleMatch.text".`),r.push(n.replaceWith)),r};function vd(e){let{editor:t,from:n,to:r,text:i,rules:a,plugin:o}=e,{view:s}=t;if(s.composing)return!1;let c=s.state.doc.resolve(n);if(c.parent.type.spec.code||(c.nodeBefore||c.nodeAfter)?.marks.find(e=>e.type.spec.code))return!1;let l=!1,u=Mu(c)+i;return a.forEach(e=>{if(l)return;let a=_d(u,e.find);if(!a)return;let c=s.state.tr,d=zc({state:s.state,transaction:c}),f={from:n-(a[0].length-i.length),to:r},{commands:p,chain:m,can:h}=new Bc({editor:t,state:d});e.handler({state:d,range:f,match:a,commands:p,chain:m,can:h})===null||!c.steps.length||(e.undoable&&c.setMeta(o,{transform:c,from:n,to:r,text:i}),s.dispatch(c),l=!0)}),l}function yd(e){let{editor:t,rules:n}=e,r=new N({state:{init(){return null},apply(e,i,a){let o=e.getMeta(r);if(o)return o;let s=e.getMeta(`applyInputRules`);return s&&setTimeout(()=>{let{text:e}=s;e=typeof e==`string`?e:iu(E.from(e),a.schema);let{from:i}=s;vd({editor:t,from:i,to:i+e.length,text:e,rules:n,plugin:r})}),e.selectionSet||e.docChanged?null:i}},props:{handleTextInput(e,i,a,o){return vd({editor:t,from:i,to:a,text:o,rules:n,plugin:r})},handleDOMEvents:{compositionend:e=>(setTimeout(()=>{let{$cursor:i}=e.state.selection;i&&vd({editor:t,from:i.pos,to:i.pos,text:``,rules:n,plugin:r})}),!1)},handleKeyDown(e,i){if(i.key!==`Enter`)return!1;let{$cursor:a}=e.state.selection;return a?vd({editor:t,from:a.pos,to:a.pos,text:` +`,rules:n,plugin:r}):!1}},isInputRules:!0});return r}function bd(e){return Object.prototype.toString.call(e).slice(8,-1)}function xd(e){return bd(e)===`Object`?e.constructor===Object&&Object.getPrototypeOf(e)===Object.prototype:!1}function Sd(e,t){let n={...e};return xd(e)&&xd(t)&&Object.keys(t).forEach(r=>{xd(t[r])&&xd(e[r])?n[r]=Sd(e[r],t[r]):n[r]=t[r]}),n}var Cd=class{constructor(e={}){this.type=`extendable`,this.parent=null,this.child=null,this.name=``,this.config={name:this.name},this.config={...this.config,...e},this.name=this.config.name}get options(){return{...H(V(this,`addOptions`,{name:this.name}))||{}}}get storage(){return{...H(V(this,`addStorage`,{name:this.name,options:this.options}))||{}}}configure(e={}){let t=this.extend({...this.config,addOptions:()=>Sd(this.options,e)});return t.name=this.name,t.parent=this.parent,t}extend(e={}){let t=new this.constructor({...this.config,...e});return t.parent=this,this.child=t,t.name=`name`in e?e.name:t.parent.name,t}},wd=class e extends Cd{constructor(){super(...arguments),this.type=`mark`}static create(t={}){return new e(typeof t==`function`?t():t)}static handleExit({editor:e,mark:t}){let{tr:n}=e.state,r=e.state.selection.$from;if(r.pos===r.end()){let i=r.marks();if(!i.find(e=>e?.type.name===t.name))return!1;let a=i.find(e=>e?.type.name===t.name);return a&&n.removeStoredMark(a),n.insertText(` `,r.pos),e.view.dispatch(n),!0}return!1}configure(e){return super.configure(e)}extend(e){let t=typeof e==`function`?e():e;return super.extend(t)}};function Td(e){return typeof e==`number`}var Ed=class{constructor(e){this.find=e.find,this.handler=e.handler}},Dd=(e,t,n)=>{if(el(t))return[...e.matchAll(t)];let r=t(e,n);return r?r.map(t=>{let n=[t.text];return n.index=t.index,n.input=e,n.data=t.data,t.replaceWith&&(t.text.includes(t.replaceWith)||console.warn(`[tiptap warn]: "pasteRuleMatch.replaceWith" must be part of "pasteRuleMatch.text".`),n.push(t.replaceWith)),n}):[]};function Od(e){let{editor:t,state:n,from:r,to:i,rule:a,pasteEvent:o,dropEvent:s}=e,{commands:c,chain:l,can:u}=new Bc({editor:t,state:n}),d=[];return n.doc.nodesBetween(r,i,(e,t)=>{if(e.type?.spec?.code||!(e.isText||e.isTextblock||e.isInline))return;let f=e.content?.size??e.nodeSize??0,p=Math.max(r,t),m=Math.min(i,t+f);p>=m||Dd(e.isText?e.text||``:e.textBetween(p-t,m-t,void 0,``),a.find,o).forEach(e=>{if(e.index===void 0)return;let t=p+e.index+1,r=t+e[0].length,i={from:n.tr.mapping.map(t),to:n.tr.mapping.map(r)},f=a.handler({state:n,range:i,match:e,commands:c,chain:l,can:u,pasteEvent:o,dropEvent:s});d.push(f)})}),d.every(e=>e!==null)}var kd=null,Ad=e=>{var t;let n=new ClipboardEvent(`paste`,{clipboardData:new DataTransfer});return(t=n.clipboardData)==null||t.setData(`text/html`,e),n};function jd(e){let{editor:t,rules:n}=e,r=null,i=!1,a=!1,o=typeof ClipboardEvent<`u`?new ClipboardEvent(`paste`):null,s;try{s=typeof DragEvent<`u`?new DragEvent(`drop`):null}catch{s=null}let c=({state:e,from:n,to:r,rule:i,pasteEvt:a})=>{let c=e.tr;if(!(!Od({editor:t,state:zc({state:e,transaction:c}),from:Math.max(n-1,0),to:r.b-1,rule:i,pasteEvent:a,dropEvent:s})||!c.steps.length)){try{s=typeof DragEvent<`u`?new DragEvent(`drop`):null}catch{s=null}return o=typeof ClipboardEvent<`u`?new ClipboardEvent(`paste`):null,c}};return n.map(e=>new N({view(e){let n=n=>{r=e.dom.parentElement?.contains(n.target)?e.dom.parentElement:null,r&&(kd=t)},i=()=>{kd&&=null};return window.addEventListener(`dragstart`,n),window.addEventListener(`dragend`,i),{destroy(){window.removeEventListener(`dragstart`,n),window.removeEventListener(`dragend`,i)}}},props:{handleDOMEvents:{drop:(e,t)=>{if(a=r===e.dom.parentElement,s=t,!a){let e=kd;e?.isEditable&&setTimeout(()=>{let t=e.state.selection;t&&e.commands.deleteRange({from:t.from,to:t.to})},10)}return!1},paste:(e,t)=>{let n=t.clipboardData?.getData(`text/html`);return o=t,i=!!n?.includes(`data-pm-slice`),!1}}},appendTransaction:(t,n,r)=>{let s=t[0],l=s.getMeta(`uiEvent`)===`paste`&&!i,u=s.getMeta(`uiEvent`)===`drop`&&!a,d=s.getMeta(`applyPasteRules`),f=!!d;if(!l&&!u&&!f)return;if(f){let{text:t}=d;t=typeof t==`string`?t:iu(E.from(t),r.schema);let{from:n}=d,i=n+t.length,a=Ad(t);return c({rule:e,state:r,from:n,to:{b:i},pasteEvt:a})}let p=n.doc.content.findDiffStart(r.doc.content),m=n.doc.content.findDiffEnd(r.doc.content);if(!(!Td(p)||!m||p===m.b))return c({rule:e,state:r,from:p,to:m,pasteEvt:o})}}))}var Md=class{constructor(e,t){this.splittableMarks=[],this.editor=t,this.baseExtensions=e,this.extensions=yu(e),this.schema=gu(this.extensions,t),this.setupExtensions()}get commands(){return this.extensions.reduce((e,t)=>{let n=V(t,`addCommands`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:this.editor,type:Au(t.name,this.schema)});return n?{...e,...n()}:e},{})}get plugins(){let{editor:e}=this;return vu([...this.extensions].reverse()).flatMap(t=>{let n={name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:Au(t.name,this.schema)},r=[],i=V(t,`addKeyboardShortcuts`,n),a={};if(t.type===`mark`&&V(t,`exitable`,n)&&(a.ArrowRight=()=>wd.handleExit({editor:e,mark:t})),i){let t=Object.fromEntries(Object.entries(i()).map(([t,n])=>[t,()=>n({editor:e})]));a={...a,...t}}let o=Fc(a);r.push(o);let s=V(t,`addInputRules`,n);if(Lu(t,e.options.enableInputRules)&&s){let t=s();if(t&&t.length){let n=yd({editor:e,rules:t}),i=Array.isArray(n)?n:[n];r.push(...i)}}let c=V(t,`addPasteRules`,n);if(Lu(t,e.options.enablePasteRules)&&c){let t=c();if(t&&t.length){let n=jd({editor:e,rules:t});r.push(...n)}}let l=V(t,`addProseMirrorPlugins`,n);if(l){let e=l();r.push(...e)}return r})}get attributes(){return cu(this.extensions)}get nodeViews(){let{editor:e}=this,{nodeExtensions:t}=su(this.extensions);return Object.fromEntries(t.filter(e=>!!V(e,`addNodeView`)).map(t=>{let n=this.attributes.filter(e=>e.type===t.name),r=V(t,`addNodeView`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:B(t.name,this.schema)});if(!r)return[];let i=r();return i?[t.name,(r,a,o,s,c)=>i({node:r,view:a,getPos:o,decorations:s,innerDecorations:c,editor:e,extension:t,HTMLAttributes:du(r,n)})]:[]}))}dispatchTransaction(e){let{editor:t}=this;return vu([...this.extensions].reverse()).reduceRight((e,n)=>{let r={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:Au(n.name,this.schema)},i=V(n,`dispatchTransaction`,r);return i?t=>{i.call(r,{transaction:t,next:e})}:e},e)}transformPastedHTML(e){let{editor:t}=this;return vu([...this.extensions]).reduce((e,n)=>{let r={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:Au(n.name,this.schema)},i=V(n,`transformPastedHTML`,r);return i?(t,n)=>{let a=e(t,n);return i.call(r,a)}:e},e||(e=>e))}get markViews(){let{editor:e}=this,{markExtensions:t}=su(this.extensions);return Object.fromEntries(t.filter(e=>!!V(e,`addMarkView`)).map(t=>{let n=this.attributes.filter(e=>e.type===t.name),r=V(t,`addMarkView`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:al(t.name,this.schema)});return r?[t.name,(i,a,o)=>{let s=du(i,n);return r()({mark:i,view:a,inline:o,editor:e,extension:t,HTMLAttributes:s,updateAttributes:t=>{lf(i,e,t)}})}]:[]}))}setupExtensions(){let e=this.extensions;this.editor.extensionStorage=Object.fromEntries(e.map(e=>[e.name,e.storage])),e.forEach(e=>{let t={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:Au(e.name,this.schema)};e.type===`mark`&&(H(V(e,`keepOnSplit`,t))??!0)&&this.splittableMarks.push(e.name);let n=V(e,`onBeforeCreate`,t),r=V(e,`onCreate`,t),i=V(e,`onUpdate`,t),a=V(e,`onSelectionUpdate`,t),o=V(e,`onTransaction`,t),s=V(e,`onFocus`,t),c=V(e,`onBlur`,t),l=V(e,`onDestroy`,t);n&&this.editor.on(`beforeCreate`,n),r&&this.editor.on(`create`,r),i&&this.editor.on(`update`,i),a&&this.editor.on(`selectionUpdate`,a),o&&this.editor.on(`transaction`,o),s&&this.editor.on(`focus`,s),c&&this.editor.on(`blur`,c),l&&this.editor.on(`destroy`,l)})}};Md.resolve=yu,Md.sort=vu,Md.flatten=ru,Rc({},{ClipboardTextSerializer:()=>Nd,Commands:()=>Pd,Delete:()=>Fd,Drop:()=>Id,Editable:()=>Ld,FocusEvents:()=>zd,Keymap:()=>Bd,Paste:()=>Vd,Tabindex:()=>Hd,TextDirection:()=>Ud,focusEventsPluginKey:()=>Rd});var W=class e extends Cd{constructor(){super(...arguments),this.type=`extension`}static create(t={}){return new e(typeof t==`function`?t():t)}configure(e){return super.configure(e)}extend(e){let t=typeof e==`function`?e():e;return super.extend(t)}},Nd=W.create({name:`clipboardTextSerializer`,addOptions(){return{blockSeparator:void 0}},addProseMirrorPlugins(){return[new N({key:new P(`clipboardTextSerializer`),props:{clipboardTextSerializer:()=>{let{editor:e}=this,{state:t,schema:n}=e,{doc:r,selection:i}=t,{ranges:a}=i,o=Math.min(...a.map(e=>e.$from.pos)),s=Math.max(...a.map(e=>e.$to.pos)),c=Su(n);return bu(r,{from:o,to:s},{...this.options.blockSeparator===void 0?{}:{blockSeparator:this.options.blockSeparator},textSerializers:c})}}})]}}),Pd=W.create({name:`commands`,addCommands(){return{...Vc}}}),Fd=W.create({name:`delete`,onUpdate({transaction:e,appendedTransactions:t}){let n=()=>{var n;if(((n=this.editor.options.coreExtensionOptions?.delete)?.filterTransaction)?.call(n,e)??e.getMeta(`y-sync$`))return;let r=Ql(e.before,[e,...t]);Du(r).forEach(t=>{r.mapping.mapResult(t.oldRange.from).deletedAfter&&r.mapping.mapResult(t.oldRange.to).deletedBefore&&r.before.nodesBetween(t.oldRange.from,t.oldRange.to,(n,i)=>{let a=i+n.nodeSize-2,o=t.oldRange.from<=i&&a<=t.oldRange.to;this.editor.emit(`delete`,{type:`node`,node:n,from:i,to:a,newFrom:r.mapping.map(i),newTo:r.mapping.map(a),deletedRange:t.oldRange,newRange:t.newRange,partial:!o,editor:this.editor,transaction:e,combinedTransform:r})})});let i=r.mapping;r.steps.forEach((t,n)=>{if(t instanceof Jt){let a=i.slice(n).map(t.from,-1),o=i.slice(n).map(t.to),s=i.invert().map(a,-1),c=i.invert().map(o),l=a>0?r.doc.nodeAt(a-1)?.marks.some(e=>e.eq(t.mark)):!1,u=r.doc.nodeAt(o)?.marks.some(e=>e.eq(t.mark));this.editor.emit(`delete`,{type:`mark`,mark:t.mark,from:t.from,to:t.to,deletedRange:{from:s,to:c},newRange:{from:a,to:o},partial:!!(u||l),editor:this.editor,transaction:e,combinedTransform:r})}})};this.editor.options.coreExtensionOptions?.delete?.async??!0?setTimeout(n,0):n()}}),Id=W.create({name:`drop`,addProseMirrorPlugins(){return[new N({key:new P(`tiptapDrop`),props:{handleDrop:(e,t,n,r)=>{this.editor.emit(`drop`,{editor:this.editor,event:t,slice:n,moved:r})}}})]}}),Ld=W.create({name:`editable`,addProseMirrorPlugins(){return[new N({key:new P(`editable`),props:{editable:()=>this.editor.options.editable}})]}}),Rd=new P(`focusEvents`),zd=W.create({name:`focusEvents`,addProseMirrorPlugins(){let{editor:e}=this;return[new N({key:Rd,props:{handleDOMEvents:{focus:(t,n)=>{e.isFocused=!0;let r=e.state.tr.setMeta(`focus`,{event:n}).setMeta(`addToHistory`,!1);return t.dispatch(r),!1},blur:(t,n)=>{e.isFocused=!1;let r=e.state.tr.setMeta(`blur`,{event:n}).setMeta(`addToHistory`,!1);return t.dispatch(r),!1}}}})]}}),Bd=W.create({name:`keymap`,addKeyboardShortcuts(){let e=()=>this.editor.commands.first(({commands:e})=>[()=>e.undoInputRule(),()=>e.command(({tr:t})=>{let{selection:n,doc:r}=t,{empty:i,$anchor:a}=n,{pos:o,parent:s}=a,c=a.parent.isTextblock&&o>0?t.doc.resolve(o-1):a,l=c.parent.type.spec.isolating,u=a.pos-a.parentOffset,d=l&&c.parent.childCount===1?u===a.pos:A.atStart(r).from===o;return!i||!s.type.isTextblock||s.textContent.length||!d||d&&a.parent.type.name===`paragraph`?!1:e.clearNodes()}),()=>e.deleteSelection(),()=>e.joinBackward(),()=>e.selectNodeBackward()]),t=()=>this.editor.commands.first(({commands:e})=>[()=>e.deleteSelection(),()=>e.deleteCurrentNode(),()=>e.joinForward(),()=>e.selectNodeForward()]),n={Enter:()=>this.editor.commands.first(({commands:e})=>[()=>e.newlineInCode(),()=>e.createParagraphNear(),()=>e.liftEmptyBlock(),()=>e.splitBlock()]),"Mod-Enter":()=>this.editor.commands.exitCode(),Backspace:e,"Mod-Backspace":e,"Shift-Backspace":e,Delete:t,"Mod-Delete":t,"Mod-a":()=>this.editor.commands.selectAll()},r={...n},i={...n,"Ctrl-h":e,"Alt-Backspace":e,"Ctrl-d":t,"Ctrl-Alt-Backspace":t,"Alt-Delete":t,"Alt-d":t,"Ctrl-a":()=>this.editor.commands.selectTextblockStart(),"Ctrl-e":()=>this.editor.commands.selectTextblockEnd()};return fl()||jl()?i:r},addProseMirrorPlugins(){return[new N({key:new P(`clearDocument`),appendTransaction:(e,t,n)=>{if(e.some(e=>e.getMeta(`composition`)))return;let r=e.some(e=>e.docChanged)&&!t.doc.eq(n.doc),i=e.some(e=>e.getMeta(`preventClearDocument`));if(!r||i)return;let{empty:a,from:o,to:s}=t.selection,c=A.atStart(t.doc).from,l=A.atEnd(t.doc).to;if(a||!(o===c&&s===l)||!zu(n.doc))return;let u=n.tr,d=zc({state:n,transaction:u}),{commands:f}=new Bc({editor:this.editor,state:d});if(f.clearNodes(),u.steps.length)return u}})]}}),Vd=W.create({name:`paste`,addProseMirrorPlugins(){return[new N({key:new P(`tiptapPaste`),props:{handlePaste:(e,t,n)=>{this.editor.emit(`paste`,{editor:this.editor,event:t,slice:n})}}})]}}),Hd=W.create({name:`tabindex`,addProseMirrorPlugins(){return[new N({key:new P(`tabindex`),props:{attributes:()=>this.editor.isEditable?{tabindex:`0`}:{}}})]}}),Ud=W.create({name:`textDirection`,addOptions(){return{direction:void 0}},addGlobalAttributes(){if(!this.options.direction)return[];let{nodeExtensions:e}=su(this.extensions);return[{types:e.filter(e=>e.name!==`text`).map(e=>e.name),attributes:{dir:{default:this.options.direction,parseHTML:e=>{let t=e.getAttribute(`dir`);return t&&(t===`ltr`||t===`rtl`||t===`auto`)?t:this.options.direction},renderHTML:e=>e.dir?{dir:e.dir}:{}}}}]},addProseMirrorPlugins(){return[new N({key:new P(`textDirection`),props:{attributes:()=>{let e=this.options.direction;return e?{dir:e}:{}}}})]}}),Wd=class e{constructor(e,t,n=!1,r=null){this.currentNode=null,this.actualDepth=null,this.isBlock=n,this.resolvedPos=e,this.editor=t,this.currentNode=r}get name(){return this.node.type.name}get node(){return this.currentNode||this.resolvedPos.node()}get element(){return this.editor.view.domAtPos(this.pos).node}get depth(){return this.actualDepth??this.resolvedPos.depth}get pos(){return this.resolvedPos.pos}get content(){return this.node.content}set content(e){let t=this.from,n=this.to;if(this.isBlock){if(this.content.size===0){console.error(`You can\u2019t set content on a block node. Tried to set content on ${this.name} at ${this.pos}`);return}t=this.from+1,n=this.to-1}this.editor.commands.insertContentAt({from:t,to:n},e)}get attributes(){return this.node.attrs}get textContent(){return this.node.textContent}get size(){return this.node.nodeSize}get from(){return this.isBlock?this.pos:this.resolvedPos.start(this.resolvedPos.depth)}get range(){return{from:this.from,to:this.to}}get to(){return this.isBlock?this.pos+this.size:this.resolvedPos.end(this.resolvedPos.depth)+ +!this.node.isText}get parent(){if(this.depth===0)return null;let t=this.resolvedPos.start(this.resolvedPos.depth-1);return new e(this.resolvedPos.doc.resolve(t),this.editor)}get before(){let t=this.resolvedPos.doc.resolve(this.from-(this.isBlock?1:2));return t.depth!==this.depth&&(t=this.resolvedPos.doc.resolve(this.from-3)),new e(t,this.editor)}get after(){let t=this.resolvedPos.doc.resolve(this.to+(this.isBlock?2:1));return t.depth!==this.depth&&(t=this.resolvedPos.doc.resolve(this.to+3)),new e(t,this.editor)}get children(){let t=[];return this.node.content.forEach((n,r)=>{let i=n.isBlock&&!n.isTextblock,a=n.isAtom&&!n.isText,o=n.isInline,s=this.pos+r+ +!a;if(s<0||s>this.resolvedPos.doc.nodeSize-2)return;let c=this.resolvedPos.doc.resolve(s);if(!i&&!o&&c.depth<=this.depth)return;let l=new e(c,this.editor,i,i||o?n:null);i&&(l.actualDepth=this.depth+1),t.push(l)}),t}get firstChild(){return this.children[0]||null}get lastChild(){let e=this.children;return e[e.length-1]||null}closest(e,t={}){let n=null,r=this.parent;for(;r&&!n;){if(r.node.type.name===e)if(Object.keys(t).length>0){let e=r.node.attrs,n=Object.keys(t);for(let r=0;r{n&&r.length>0||(a.node.type.name===e&&i.every(e=>t[e]===a.node.attrs[e])&&r.push(a),!(n&&r.length>0)&&(r=r.concat(a.querySelectorAll(e,t,n))))}),r}setAttribute(e){let{tr:t}=this.editor.state;t.setNodeMarkup(this.from,void 0,{...this.node.attrs,...e}),this.editor.view.dispatch(t)}},Gd=`.ProseMirror { + position: relative; +} + +.ProseMirror { + word-wrap: break-word; + white-space: pre-wrap; + white-space: break-spaces; + -webkit-font-variant-ligatures: none; + font-variant-ligatures: none; + font-feature-settings: "liga" 0; /* the above doesn't seem to work in Edge */ +} + +.ProseMirror [contenteditable="false"] { + white-space: normal; +} + +.ProseMirror [contenteditable="false"] [contenteditable="true"] { + white-space: pre-wrap; +} + +.ProseMirror pre { + white-space: pre-wrap; +} + +img.ProseMirror-separator { + display: inline !important; + border: none !important; + margin: 0 !important; + width: 0 !important; + height: 0 !important; +} + +.ProseMirror-gapcursor { + display: none; + pointer-events: none; + position: absolute; + margin: 0; +} + +.ProseMirror-gapcursor:after { + content: ""; + display: block; + position: absolute; + top: -2px; + width: 20px; + border-top: 1px solid black; + animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite; +} + +@keyframes ProseMirror-cursor-blink { + to { + visibility: hidden; + } +} + +.ProseMirror-hideselection *::selection { + background: transparent; +} + +.ProseMirror-hideselection *::-moz-selection { + background: transparent; +} + +.ProseMirror-hideselection * { + caret-color: transparent; +} + +.ProseMirror-focused .ProseMirror-gapcursor { + display: block; +}`;function Kd(e,t,n){let r=document.querySelector(`style[data-tiptap-style${n?`-${n}`:``}]`);if(r!==null)return r;let i=document.createElement(`style`);return t&&i.setAttribute(`nonce`,t),i.setAttribute(`data-tiptap-style${n?`-${n}`:``}`,``),i.innerHTML=e,document.getElementsByTagName(`head`)[0].appendChild(i),i}var qd=class extends hd{constructor(e={}){super(),this.css=null,this.className=`tiptap`,this.editorView=null,this.isFocused=!1,this.isInitialized=!1,this.extensionStorage={},this.instanceId=Math.random().toString(36).slice(2,9),this.options={element:typeof document<`u`?document.createElement(`div`):null,content:``,injectCSS:!0,injectNonce:void 0,extensions:[],autofocus:!1,editable:!0,textDirection:void 0,editorProps:{},parseOptions:{},coreExtensionOptions:{},enableInputRules:!0,enablePasteRules:!0,enableCoreExtensions:!0,enableContentCheck:!1,emitContentError:!1,onBeforeCreate:()=>null,onCreate:()=>null,onMount:()=>null,onUnmount:()=>null,onUpdate:()=>null,onSelectionUpdate:()=>null,onTransaction:()=>null,onFocus:()=>null,onBlur:()=>null,onDestroy:()=>null,onContentError:({error:e})=>{throw e},onPaste:()=>null,onDrop:()=>null,onDelete:()=>null,enableExtensionDispatchTransaction:!0},this.isCapturingTransaction=!1,this.capturedTransaction=null,this.utils={getUpdatedPosition:Hu,createMappablePosition:Uu},this.setOptions(e),this.createExtensionManager(),this.createCommandManager(),this.createSchema(),this.on(`beforeCreate`,this.options.onBeforeCreate),this.emit(`beforeCreate`,{editor:this}),this.on(`mount`,this.options.onMount),this.on(`unmount`,this.options.onUnmount),this.on(`contentError`,this.options.onContentError),this.on(`create`,this.options.onCreate),this.on(`update`,this.options.onUpdate),this.on(`selectionUpdate`,this.options.onSelectionUpdate),this.on(`transaction`,this.options.onTransaction),this.on(`focus`,this.options.onFocus),this.on(`blur`,this.options.onBlur),this.on(`destroy`,this.options.onDestroy),this.on(`drop`,({event:e,slice:t,moved:n})=>this.options.onDrop(e,t,n)),this.on(`paste`,({event:e,slice:t})=>this.options.onPaste(e,t)),this.on(`delete`,this.options.onDelete);let t=this.createDoc(),n=ul(t,this.options.autofocus);this.editorState=lr.create({doc:t,schema:this.schema,selection:n||void 0}),this.options.element&&this.mount(this.options.element)}mount(e){if(typeof document>`u`)throw Error(`[tiptap error]: The editor cannot be mounted because there is no 'document' defined in this environment.`);this.createView(e),this.emit(`mount`,{editor:this}),this.css&&!document.head.contains(this.css)&&document.head.appendChild(this.css),window.setTimeout(()=>{this.isDestroyed||(this.options.autofocus!==!1&&this.options.autofocus!==null&&this.commands.focus(this.options.autofocus),this.emit(`create`,{editor:this}),this.isInitialized=!0)},0)}unmount(){if(this.editorView){let e=this.editorView.dom;e?.editor&&delete e.editor,this.editorView.destroy()}if(this.editorView=null,this.isInitialized=!1,this.css&&!document.querySelectorAll(`.${this.className}`).length)try{typeof this.css.remove==`function`?this.css.remove():this.css.parentNode&&this.css.parentNode.removeChild(this.css)}catch(e){console.warn(`Failed to remove CSS element:`,e)}this.css=null,this.emit(`unmount`,{editor:this})}get storage(){return this.extensionStorage}get commands(){return this.commandManager.commands}chain(){return this.commandManager.chain()}can(){return this.commandManager.can()}injectCSS(){this.options.injectCSS&&typeof document<`u`&&(this.css=Kd(Gd,this.options.injectNonce))}setOptions(e={}){this.options={...this.options,...e},!(!this.editorView||!this.state||this.isDestroyed)&&(this.options.editorProps&&this.view.setProps(this.options.editorProps),this.view.updateState(this.state))}setEditable(e,t=!0){this.setOptions({editable:e}),t&&this.emit(`update`,{editor:this,transaction:this.state.tr,appendedTransactions:[]})}get isEditable(){return this.options.editable&&this.view&&this.view.editable}get view(){return this.editorView?this.editorView:new Proxy({state:this.editorState,updateState:e=>{this.editorState=e},dispatch:e=>{this.dispatchTransaction(e)},composing:!1,dragging:null,editable:!0,isDestroyed:!1},{get:(e,t)=>{if(this.editorView)return this.editorView[t];if(t===`state`)return this.editorState;if(t in e)return Reflect.get(e,t);throw Error(`[tiptap error]: The editor view is not available. Cannot access view['${t}']. The editor may not be mounted yet.`)}})}get state(){return this.editorView&&(this.editorState=this.view.state),this.editorState}registerPlugin(e,t){let n=au(t)?t(e,[...this.state.plugins]):[...this.state.plugins,e],r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}unregisterPlugin(e){if(this.isDestroyed)return;let t=this.state.plugins,n=t;if([].concat(e).forEach(e=>{let t=typeof e==`string`?`${e}$`:e.key;n=n.filter(e=>!e.key.startsWith(t))}),t.length===n.length)return;let r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}createExtensionManager(){this.extensionManager=new Md([...this.options.enableCoreExtensions?[Ld,Nd.configure({blockSeparator:this.options.coreExtensionOptions?.clipboardTextSerializer?.blockSeparator}),Pd,zd,Bd,Hd,Id,Vd,Fd,Ud.configure({direction:this.options.textDirection})].filter(e=>typeof this.options.enableCoreExtensions==`object`?this.options.enableCoreExtensions[e.name]!==!1:!0):[],...this.options.extensions].filter(e=>[`extension`,`node`,`mark`].includes(e?.type)),this)}createCommandManager(){this.commandManager=new Bc({editor:this})}createSchema(){this.schema=this.extensionManager.schema}createDoc(){let e;try{e=Yl(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:this.options.enableContentCheck})}catch(t){if(!(t instanceof Error)||![`[tiptap error]: Invalid JSON content`,`[tiptap error]: Invalid HTML content`].includes(t.message))throw t;this.emit(`contentError`,{editor:this,error:t,disableCollaboration:()=>{`collaboration`in this.storage&&typeof this.storage.collaboration==`object`&&this.storage.collaboration&&(this.storage.collaboration.isDisabled=!0),this.options.extensions=this.options.extensions.filter(e=>e.name!==`collaboration`),this.createExtensionManager()}}),e=Yl(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:!1})}return e}createView(e){let{editorProps:t,enableExtensionDispatchTransaction:n}=this.options,r=t.dispatchTransaction||this.dispatchTransaction.bind(this),i=n?this.extensionManager.dispatchTransaction(r):r,a=t.transformPastedHTML,o=this.extensionManager.transformPastedHTML(a);this.editorView=new hc(e,{...t,attributes:{role:`textbox`,...t?.attributes},dispatchTransaction:i,transformPastedHTML:o,state:this.editorState,markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews});let s=this.state.reconfigure({plugins:this.extensionManager.plugins});this.view.updateState(s),this.prependClass(),this.injectCSS();let c=this.view.dom;c.editor=this}createNodeViews(){this.view.isDestroyed||this.view.setProps({markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews})}prependClass(){this.view.dom.className=`${this.className} ${this.view.dom.className}`}captureTransaction(e){this.isCapturingTransaction=!0,e(),this.isCapturingTransaction=!1;let t=this.capturedTransaction;return this.capturedTransaction=null,t}dispatchTransaction(e){if(this.view.isDestroyed)return;if(this.isCapturingTransaction){if(!this.capturedTransaction){this.capturedTransaction=e;return}e.steps.forEach(e=>this.capturedTransaction?.step(e));return}let{state:t,transactions:n}=this.state.applyTransaction(e),r=!this.state.selection.eq(t.selection),i=n.includes(e),a=this.state;if(this.emit(`beforeTransaction`,{editor:this,transaction:e,nextState:t}),!i)return;this.view.updateState(t),this.emit(`transaction`,{editor:this,transaction:e,appendedTransactions:n.slice(1)}),r&&this.emit(`selectionUpdate`,{editor:this,transaction:e});let o=n.findLast(e=>e.getMeta(`focus`)||e.getMeta(`blur`)),s=o?.getMeta(`focus`),c=o?.getMeta(`blur`);s&&this.emit(`focus`,{editor:this,event:s.event,transaction:o}),c&&this.emit(`blur`,{editor:this,event:c.event,transaction:o}),!(e.getMeta(`preventUpdate`)||!n.some(e=>e.docChanged)||a.doc.eq(t.doc))&&this.emit(`update`,{editor:this,transaction:e,appendedTransactions:n.slice(1)})}getAttributes(e){return wu(this.state,e)}isActive(e,t){let n=typeof e==`string`?e:null,r=typeof e==`string`?t:e;return Pu(this.state,n,r)}getJSON(){return this.state.doc.toJSON()}getHTML(){return iu(this.state.doc.content,this.schema)}getText(e){let{blockSeparator:t=` + +`,textSerializers:n={}}=e||{};return xu(this.state.doc,{blockSeparator:t,textSerializers:{...Su(this.schema),...n}})}get isEmpty(){return zu(this.state.doc)}destroy(){this.emit(`destroy`),this.unmount(),this.removeAllListeners()}get isDestroyed(){return this.editorView?.isDestroyed??!0}$node(e,t){return this.$doc?.querySelector(e,t)||null}$nodes(e,t){return this.$doc?.querySelectorAll(e,t)||null}$pos(e){return new Wd(this.state.doc.resolve(e),this)}get $doc(){return this.$pos(0)}};function Jd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r})=>{let i=H(e.getAttributes,void 0,r);if(i===!1||i===null)return null;let{tr:a}=t,o=r[r.length-1],s=r[0];if(o){let r=s.search(/\S/),c=n.from+s.indexOf(o),l=c+o.length;if(Ou(n.from,n.to,t.doc).filter(t=>t.mark.type.excluded.find(n=>n===e.type&&n!==t.mark.type)).filter(e=>e.to>c).length)return null;ln.from&&a.delete(n.from+r,c);let u=n.from+r+o.length;a.addMark(n.from+r,u,e.type.create(i||{})),a.removeStoredMark(e.type)}},undoable:e.undoable})}function Yd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r})=>{let i=H(e.getAttributes,void 0,r)||{},{tr:a}=t,o=n.from,s=n.to,c=e.type.create(i);if(r[1]){let e=o+r[0].lastIndexOf(r[1]);e>s?e=s:s=e+r[1].length;let t=r[0][r[0].length-1];a.insertText(t,o+r[0].length-1),a.replaceWith(e,s,c)}else if(r[0]){let t=e.type.isInline?o:o-1;a.insert(t,e.type.create(i)).delete(a.mapping.map(o),a.mapping.map(s))}a.scrollIntoView()},undoable:e.undoable})}function Xd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r})=>{let i=t.doc.resolve(n.from),a=H(e.getAttributes,void 0,r)||{};if(!i.node(-1).canReplaceWith(i.index(-1),i.indexAfter(-1),e.type))return null;t.tr.delete(n.from,n.to).setBlockType(n.from,n.from,e.type,a)},undoable:e.undoable})}function Zd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r,chain:i})=>{let a=H(e.getAttributes,void 0,r)||{},o=t.tr.delete(n.from,n.to),s=o.doc.resolve(n.from).blockRange(),c=s&&sn(s,e.type,a);if(!c)return null;if(o.wrap(s,c),e.keepMarks&&e.editor){let{selection:n,storedMarks:r}=t,{splittableMarks:i}=e.editor.extensionManager,a=r||n.$to.parentOffset&&n.$from.marks();if(a){let e=a.filter(e=>i.includes(e.type.name));o.ensureMarks(e)}}if(e.keepAttributes){let t=e.type.name===`bulletList`||e.type.name===`orderedList`?`listItem`:`taskList`;i().updateAttributes(t,a).run()}let l=o.doc.resolve(n.from-1).nodeBefore;l&&l.type===e.type&&yn(o.doc,n.from-1)&&(!e.joinPredicate||e.joinPredicate(r,l))&&o.join(n.from-1)},undoable:e.undoable})}function Qd(e,t){let{selection:n}=e,{$from:r}=n;if(n instanceof M){let e=r.index();return r.parent.canReplaceWith(e,e+1,t)}let i=r.depth;for(;i>=0;){let e=r.index(i);if(r.node(i).contentMatchAt(e).matchType(t))return!0;--i}return!1}Rc({},{createAtomBlockMarkdownSpec:()=>tf,createBlockMarkdownSpec:()=>nf,createInlineMarkdownSpec:()=>of,parseAttributes:()=>$d,parseIndentedBlocks:()=>sf,renderNestedMarkdownContent:()=>cf,serializeAttributes:()=>ef});function $d(e){if(!e?.trim())return{};let t={},n=[],r=e.replace(/["']([^"']*)["']/g,e=>(n.push(e),`__QUOTED_${n.length-1}__`)),i=r.match(/(?:^|\s)\.([a-zA-Z][\w-]*)/g);i&&(t.class=i.map(e=>e.trim().slice(1)).join(` `));let a=r.match(/(?:^|\s)#([a-zA-Z][\w-]*)/);a&&(t.id=a[1]),Array.from(r.matchAll(/([a-zA-Z][\w-]*)\s*=\s*(__QUOTED_\d+__)/g)).forEach(([,e,r])=>{let i=n[parseInt(r.match(/__QUOTED_(\d+)__/)?.[1]||`0`,10)];i&&(t[e]=i.slice(1,-1))});let o=r.replace(/(?:^|\s)\.([a-zA-Z][\w-]*)/g,``).replace(/(?:^|\s)#([a-zA-Z][\w-]*)/g,``).replace(/([a-zA-Z][\w-]*)\s*=\s*__QUOTED_\d+__/g,``).trim();return o&&o.split(/\s+/).filter(Boolean).forEach(e=>{e.match(/^[a-zA-Z][\w-]*$/)&&(t[e]=!0)}),t}function ef(e){if(!e||Object.keys(e).length===0)return``;let t=[];return e.class&&String(e.class).split(/\s+/).filter(Boolean).forEach(e=>t.push(`.${e}`)),e.id&&t.push(`#${e.id}`),Object.entries(e).forEach(([e,n])=>{e===`class`||e===`id`||(n===!0?t.push(e):n!==!1&&n!=null&&t.push(`${e}="${String(n)}"`))}),t.join(` `)}function tf(e){let{nodeName:t,name:n,parseAttributes:r=$d,serializeAttributes:i=ef,defaultAttributes:a={},requiredAttributes:o=[],allowedAttributes:s}=e,c=n||t,l=e=>{if(!s)return e;let t={};return s.forEach(n=>{n in e&&(t[n]=e[n])}),t};return{parseMarkdown:(e,n)=>{let r={...a,...e.attributes};return n.createNode(t,r,[])},markdownTokenizer:{name:t,level:`block`,start(e){let t=RegExp(`^:::${c}(?:\\s|$)`,`m`),n=e.match(t)?.index;return n===void 0?-1:n},tokenize(e,n,i){let a=RegExp(`^:::${c}(?:\\s+\\{([^}]*)\\})?\\s*:::(?:\\n|$)`),s=e.match(a);if(!s)return;let l=r(s[1]||``);if(!o.find(e=>!(e in l)))return{type:t,raw:s[0],attributes:l}}},renderMarkdown:e=>{let t=i(l(e.attrs||{}));return`:::${c}${t?` {${t}}`:``} :::`}}}function nf(e){let{nodeName:t,name:n,getContent:r,parseAttributes:i=$d,serializeAttributes:a=ef,defaultAttributes:o={},content:s=`block`,allowedAttributes:c}=e,l=n||t,u=e=>{if(!c)return e;let t={};return c.forEach(n=>{n in e&&(t[n]=e[n])}),t};return{parseMarkdown:(e,n)=>{let i;if(r){let t=r(e);i=typeof t==`string`?[{type:`text`,text:t}]:t}else i=s===`block`?n.parseChildren(e.tokens||[]):n.parseInline(e.tokens||[]);let a={...o,...e.attributes};return n.createNode(t,a,i)},markdownTokenizer:{name:t,level:`block`,start(e){let t=RegExp(`^:::${l}`,`m`),n=e.match(t)?.index;return n===void 0?-1:n},tokenize(e,n,r){let a=RegExp(`^:::${l}(?:\\s+\\{([^}]*)\\})?\\s*\\n`),o=e.match(a);if(!o)return;let[c,u=``]=o,d=i(u),f=1,p=c.length,m=``,h=/^:::([\w-]*)(\s.*)?/gm,g=e.slice(p);for(h.lastIndex=0;;){let n=h.exec(g);if(n===null)break;let i=n.index,a=n[1];if(!n[2]?.endsWith(`:::`)){if(a)f+=1;else if(--f,f===0){let a=g.slice(0,i);m=a.trim();let o=e.slice(0,p+i+n[0].length),c=[];if(m)if(s===`block`)for(c=r.blockTokens(a),c.forEach(e=>{e.text&&(!e.tokens||e.tokens.length===0)&&(e.tokens=r.inlineTokens(e.text))});c.length>0;){let e=c[c.length-1];if(e.type===`paragraph`&&(!e.text||e.text.trim()===``))c.pop();else break}else c=r.inlineTokens(m);return{type:t,raw:o,attributes:d,content:m,tokens:c}}}}}},renderMarkdown:(e,t)=>{let n=a(u(e.attrs||{}));return`:::${l}${n?` {${n}}`:``} + +${t.renderChildren(e.content||[],` + +`)} + +:::`}}}function rf(e){if(!e.trim())return{};let t={},n=/(\w+)=(?:"([^"]*)"|'([^']*)')/g,r=n.exec(e);for(;r!==null;){let[,i,a,o]=r;t[i]=a||o,r=n.exec(e)}return t}function af(e){return Object.entries(e).filter(([,e])=>e!=null).map(([e,t])=>`${e}="${t}"`).join(` `)}function of(e){let{nodeName:t,name:n,getContent:r,parseAttributes:i=rf,serializeAttributes:a=af,defaultAttributes:o={},selfClosing:s=!1,allowedAttributes:c}=e,l=n||t,u=e=>{if(!c)return e;let t={};return c.forEach(n=>{let r=typeof n==`string`?n:n.name,i=typeof n==`string`?void 0:n.skipIfDefault;if(r in e){let n=e[r];if(i!==void 0&&n===i)return;t[r]=n}}),t},d=l.replace(/[.*+?^${}()|[\]\\]/g,`\\$&`);return{parseMarkdown:(e,n)=>{let i={...o,...e.attributes};if(s)return n.createNode(t,i);let a=r?r(e):e.content||``;return a?n.createNode(t,i,[n.createTextNode(a)]):n.createNode(t,i,[])},markdownTokenizer:{name:t,level:`inline`,start(e){let t=RegExp(s?`\\[${d}\\s*[^\\]]*\\]`:`\\[${d}\\s*[^\\]]*\\][\\s\\S]*?\\[\\/${d}\\]`),n=e.match(t)?.index;return n===void 0?-1:n},tokenize(e,n,r){let a=RegExp(s?`^\\[${d}\\s*([^\\]]*)\\]`:`^\\[${d}\\s*([^\\]]*)\\]([\\s\\S]*?)\\[\\/${d}\\]`),o=e.match(a);if(!o)return;let c=``,l=``;if(s){let[,e]=o;l=e}else{let[,e,t]=o;l=e,c=t||``}let u=i(l.trim());return{type:t,raw:o[0],content:c.trim(),attributes:u}}},renderMarkdown:e=>{let t=``;r?t=r(e):e.content&&e.content.length>0&&(t=e.content.filter(e=>e.type===`text`).map(e=>e.text).join(``));let n=a(u(e.attrs||{})),i=n?` ${n}`:``;return s?`[${l}${i}]`:`[${l}${i}]${t}[/${l}]`}}}function sf(e,t,n){let r=e.split(` +`),i=[],a=``,o=0,s=t.baseIndentSize||2;for(;o0)break;if(e.trim()===``){o+=1,a=`${a}${e} +`;continue}else return}let l=t.extractItemData(c),{indentLevel:u,mainContent:d}=l;a=`${a}${e} +`;let f=[d];for(o+=1;oe.trim()!==``);if(t===-1)break;if((r[o+1+t].match(/^(\s*)/)?.[1]?.length||0)>u){f.push(e),a=`${a}${e} +`,o+=1;continue}else break}if((e.match(/^(\s*)/)?.[1]?.length||0)>u)f.push(e),a=`${a}${e} +`,o+=1;else break}let p,m=f.slice(1);if(m.length>0){let e=m.map(e=>e.slice(u+s)).join(` +`);e.trim()&&(p=t.customNestedParser?t.customNestedParser(e):n.blockTokens(e))}let h=t.createToken(l,p);i.push(h)}if(i.length!==0)return{items:i,raw:a}}function cf(e,t,n,r){if(!e||!Array.isArray(e.content))return``;let i=typeof n==`function`?n(r):n,[a,...o]=e.content,s=`${i}${t.renderChildren([a])}`;return o&&o.length>0&&o.forEach((e,n)=>{let r=t.renderChild?.call(t,e,n+1)??t.renderChildren([e]);if(r!=null){let n=r.split(` +`).map(e=>e?t.indent(e):t.indent(``)).join(` +`);s+=e.type===`paragraph`?` + +${n}`:` +${n}`}}),s}function lf(e,t,n={}){let{state:r}=t,{doc:i,tr:a}=r,o=e;i.descendants((t,r)=>{let i=a.mapping.map(r),s=a.mapping.map(r)+t.nodeSize,c=null;if(t.marks.forEach(e=>{if(e!==o)return!1;c=e}),!c)return;let l=!1;if(Object.keys(n).forEach(e=>{n[e]!==c.attrs[e]&&(l=!0)}),l){let t=e.type.create({...e.attrs,...n});a.removeMark(i,s,e.type),a.addMark(i,s,t)}}),a.docChanged&&t.view.dispatch(a)}var G=class e extends Cd{constructor(){super(...arguments),this.type=`node`}static create(t={}){return new e(typeof t==`function`?t():t)}configure(e){return super.configure(e)}extend(e){let t=typeof e==`function`?e():e;return super.extend(t)}};function uf(e){return new Ed({find:e.find,handler:({state:t,range:n,match:r,pasteEvent:i})=>{let a=H(e.getAttributes,void 0,r,i);if(a===!1||a===null)return null;let{tr:o}=t,s=r[r.length-1],c=r[0],l=n.to;if(s){let i=c.search(/\S/),u=n.from+c.indexOf(s),d=u+s.length;if(Ou(n.from,n.to,t.doc).filter(t=>t.mark.type.excluded.find(n=>n===e.type&&n!==t.mark.type)).filter(e=>e.to>u).length)return null;dn.from&&o.delete(n.from+i,u),l=n.from+i+s.length,o.addMark(n.from+i,l,e.type.create(a||{})),r.index!==void 0&&r.input!==void 0&&r.index+r[0].length>=r.input.length||o.removeStoredMark(e.type)}}})}function df(e){return o((t,n)=>({get(){return t(),e},set(t){e=t,requestAnimationFrame(()=>{requestAnimationFrame(()=>{n()})})}}))}var ff=class extends qd{constructor(e={}){return super(e),this.contentComponent=null,this.appContext=null,this.reactiveState=df(this.view.state),this.reactiveExtensionStorage=df(this.extensionStorage),this.on(`beforeTransaction`,({nextState:e})=>{this.reactiveState.value=e,this.reactiveExtensionStorage.value=this.extensionStorage}),r(this)}get state(){return this.reactiveState?this.reactiveState.value:this.view.state}get storage(){return this.reactiveExtensionStorage?this.reactiveExtensionStorage.value:super.storage}registerPlugin(e,t){let n=super.registerPlugin(e,t);return this.reactiveState&&(this.reactiveState.value=n),n}unregisterPlugin(e){let t=super.unregisterPlugin(e);return this.reactiveState&&t&&(this.reactiveState.value=t),t}},pf=h({name:`EditorContent`,props:{editor:{default:null,type:Object}},setup(t){let n=i(),r=u();return e(()=>{let e=t.editor;e&&e.options.element&&n.value&&ie(()=>{if(!n.value||!e.view.dom?.parentNode)return;let t=l(n.value);n.value.append(...e.view.dom.parentNode.childNodes),e.contentComponent=r.ctx._,r&&(e.appContext={...r.appContext,provides:r.provides}),e.setOptions({element:t}),e.createNodeViews()})}),c(()=>{let e=t.editor;e&&(e.contentComponent=null,e.appContext=null)}),{rootEl:n}},render(){return re(`div`,{ref:e=>{this.rootEl=e}})}});h({name:`NodeViewContent`,props:{as:{type:String,default:`div`}},render(){return re(this.as,{style:{whiteSpace:`pre-wrap`},"data-node-view-content":``})}}),h({name:`NodeViewWrapper`,props:{as:{type:String,default:`div`}},inject:[`onDragStart`,`decorationClasses`],render(){var e;return re(this.as,{class:this.decorationClasses,style:{whiteSpace:`normal`},"data-node-view-wrapper":``,onDragstart:this.onDragStart},(e=this.$slots).default?.call(e))}});var mf=(e={})=>{let n=ae();return t(()=>{n.value=new ff(e)}),c(()=>{var e,t;let r=n.value?.view.dom?.parentNode,i=r?.cloneNode(!0);(e=r?.parentNode)==null||e.replaceChild(i,r),(t=n.value)==null||t.destroy()}),n};h({name:`MarkViewContent`,props:{as:{type:String,default:`span`}},render(){return re(this.as,{style:{whiteSpace:`inherit`},"data-mark-view-content":``})}});var hf=(e,t)=>{if(e===`slot`)return 0;if(e instanceof Function)return e(t);let{children:n,...r}=t??{};if(e===`svg`)throw Error(`SVG elements are not supported in the JSX syntax, use the array syntax instead`);return[e,r,n]},gf=/^\s*>\s$/,_f=G.create({name:`blockquote`,addOptions(){return{HTMLAttributes:{}}},content:`block+`,group:`block`,defining:!0,parseHTML(){return[{tag:`blockquote`}]},renderHTML({HTMLAttributes:e}){return hf(`blockquote`,{...U(this.options.HTMLAttributes,e),children:hf(`slot`,{})})},parseMarkdown:(e,t)=>{let n=t.parseBlockChildren??t.parseChildren;return t.createNode(`blockquote`,void 0,n(e.tokens||[]))},renderMarkdown:(e,t)=>{if(!e.content)return``;let n=[];return e.content.forEach((e,r)=>{let i=(t.renderChild?.call(t,e,r)??t.renderChildren([e])).split(` +`).map(e=>e.trim()===``?`>`:`> ${e}`);n.push(i.join(` +`))}),n.join(` +> +`)},addCommands(){return{setBlockquote:()=>({commands:e})=>e.wrapIn(this.name),toggleBlockquote:()=>({commands:e})=>e.toggleWrap(this.name),unsetBlockquote:()=>({commands:e})=>e.lift(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-b":()=>this.editor.commands.toggleBlockquote()}},addInputRules(){return[Zd({find:gf,type:this.type})]}}),vf=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/,yf=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))/g,bf=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))$/,xf=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))/g,Sf=wd.create({name:`bold`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`strong`},{tag:`b`,getAttrs:e=>e.style.fontWeight!==`normal`&&null},{style:`font-weight=400`,clearMark:e=>e.type.name===this.name},{style:`font-weight`,getAttrs:e=>/^(bold(er)?|[5-9]\d{2,})$/.test(e)&&null}]},renderHTML({HTMLAttributes:e}){return hf(`strong`,{...U(this.options.HTMLAttributes,e),children:hf(`slot`,{})})},markdownTokenName:`strong`,parseMarkdown:(e,t)=>t.applyMark(`bold`,t.parseInline(e.tokens||[])),markdownOptions:{htmlReopen:{open:``,close:``}},renderMarkdown:(e,t)=>`**${t.renderChildren(e)}**`,addCommands(){return{setBold:()=>({commands:e})=>e.setMark(this.name),toggleBold:()=>({commands:e})=>e.toggleMark(this.name),unsetBold:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-b":()=>this.editor.commands.toggleBold(),"Mod-B":()=>this.editor.commands.toggleBold()}},addInputRules(){return[Jd({find:vf,type:this.type}),Jd({find:bf,type:this.type})]},addPasteRules(){return[uf({find:yf,type:this.type}),uf({find:xf,type:this.type})]}}),Cf=/(^|[^`])`([^`]+)`(?!`)$/,wf=/(^|[^`])`([^`]+)`(?!`)/g,Tf=wd.create({name:`code`,addOptions(){return{HTMLAttributes:{}}},excludes:`_`,code:!0,exitable:!0,parseHTML(){return[{tag:`code`}]},renderHTML({HTMLAttributes:e}){return[`code`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`codespan`,parseMarkdown:(e,t)=>t.applyMark(`code`,[{type:`text`,text:e.text||``}]),renderMarkdown:(e,t)=>e.content?`\`${t.renderChildren(e.content)}\``:``,addCommands(){return{setCode:()=>({commands:e})=>e.setMark(this.name),toggleCode:()=>({commands:e})=>e.toggleMark(this.name),unsetCode:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-e":()=>this.editor.commands.toggleCode()}},addInputRules(){return[Jd({find:Cf,type:this.type})]},addPasteRules(){return[uf({find:wf,type:this.type})]}}),Ef=4,Df=/^```([a-z]+)?[\s\n]$/,Of=/^~~~([a-z]+)?[\s\n]$/,kf=G.create({name:`codeBlock`,addOptions(){return{languageClassPrefix:`language-`,exitOnTripleEnter:!0,exitOnArrowDown:!0,defaultLanguage:null,enableTabIndentation:!1,tabSize:Ef,HTMLAttributes:{}}},content:`text*`,marks:``,group:`block`,code:!0,defining:!0,addAttributes(){return{language:{default:this.options.defaultLanguage,parseHTML:e=>{let{languageClassPrefix:t}=this.options;return t&&[...e.firstElementChild?.classList||[]].filter(e=>e.startsWith(t)).map(e=>e.replace(t,``))[0]||null},rendered:!1}}},parseHTML(){return[{tag:`pre`,preserveWhitespace:`full`}]},renderHTML({node:e,HTMLAttributes:t}){return[`pre`,U(this.options.HTMLAttributes,t),[`code`,{class:e.attrs.language?this.options.languageClassPrefix+e.attrs.language:null},0]]},markdownTokenName:`code`,parseMarkdown:(e,t)=>e.raw?.startsWith("```")===!1&&e.raw?.startsWith(`~~~`)===!1&&e.codeBlockStyle!==`indented`?[]:t.createNode(`codeBlock`,{language:e.lang||null},e.text?[t.createTextNode(e.text)]:[]),renderMarkdown:(e,t)=>{let n=``,r=e.attrs?.language||``;return n=e.content?[`\`\`\`${r}`,t.renderChildren(e.content),"```"].join(` +`):`\`\`\`${r} + +\`\`\``,n},addCommands(){return{setCodeBlock:e=>({commands:t})=>t.setNode(this.name,e),toggleCodeBlock:e=>({commands:t})=>t.toggleNode(this.name,`paragraph`,e)}},addKeyboardShortcuts(){return{"Mod-Alt-c":()=>this.editor.commands.toggleCodeBlock(),Backspace:()=>{let{empty:e,$anchor:t}=this.editor.state.selection,n=t.pos===1;return!e||t.parent.type.name!==this.name?!1:n||!t.parent.textContent.length?this.editor.commands.clearNodes():!1},Tab:({editor:e})=>{if(!this.options.enableTabIndentation)return!1;let t=this.options.tabSize??Ef,{state:n}=e,{selection:r}=n,{$from:i,empty:a}=r;if(i.parent.type!==this.type)return!1;let o=` `.repeat(t);return a?e.commands.insertContent(o):e.commands.command(({tr:e})=>{let{from:t,to:i}=r,a=n.doc.textBetween(t,i,` +`,` +`).split(` +`).map(e=>o+e).join(` +`);return e.replaceWith(t,i,n.schema.text(a)),!0})},"Shift-Tab":({editor:e})=>{if(!this.options.enableTabIndentation)return!1;let t=this.options.tabSize??Ef,{state:n}=e,{selection:r}=n,{$from:i,empty:a}=r;return i.parent.type===this.type?a?e.commands.command(({tr:e})=>{let{pos:r}=i,a=i.start(),o=i.end(),s=n.doc.textBetween(a,o,` +`,` +`).split(` +`),c=0,l=0,u=r-a;for(let e=0;e=u){c=e;break}l+=s[e].length+1}let d=s[c].match(/^ */)?.[0]||``,f=Math.min(d.length,t);if(f===0)return!0;let p=a;for(let e=0;e{let{from:i,to:a}=r,o=n.doc.textBetween(i,a,` +`,` +`).split(` +`).map(e=>{let n=e.match(/^ */)?.[0]||``,r=Math.min(n.length,t);return e.slice(r)}).join(` +`);return e.replaceWith(i,a,n.schema.text(o)),!0}):!1},Enter:({editor:e})=>{if(!this.options.exitOnTripleEnter)return!1;let{state:t}=e,{selection:n}=t,{$from:r,empty:i}=n;if(!i||r.parent.type!==this.type)return!1;let a=r.parentOffset===r.parent.nodeSize-2,o=r.parent.textContent.endsWith(` + +`);return!a||!o?!1:e.chain().command(({tr:e})=>(e.delete(r.pos-2,r.pos),!0)).exitCode().run()},ArrowDown:({editor:e})=>{if(!this.options.exitOnArrowDown)return!1;let{state:t}=e,{selection:n,doc:r}=t,{$from:i,empty:a}=n;if(!a||i.parent.type!==this.type||i.parentOffset!==i.parent.nodeSize-2)return!1;let o=i.after();return o===void 0?!1:r.nodeAt(o)?e.commands.command(({tr:e})=>(e.setSelection(A.near(r.resolve(o))),!0)):e.commands.exitCode()}}},addInputRules(){return[Xd({find:Df,type:this.type,getAttributes:e=>({language:e[1]})}),Xd({find:Of,type:this.type,getAttributes:e=>({language:e[1]})})]},addProseMirrorPlugins(){return[new N({key:new P(`codeBlockVSCodeHandler`),props:{handlePaste:(e,t)=>{if(!t.clipboardData||this.editor.isActive(this.type.name))return!1;let n=t.clipboardData.getData(`text/plain`),r=t.clipboardData.getData(`vscode-editor-data`),i=(r?JSON.parse(r):void 0)?.mode;if(!n||!i)return!1;let{tr:a,schema:o}=e.state,s=o.text(n.replace(/\r\n?/g,` +`));return a.replaceSelectionWith(this.type.create({language:i},s)),a.selection.$from.parent.type!==this.type&&a.setSelection(j.near(a.doc.resolve(Math.max(0,a.selection.from-2)))),a.setMeta(`paste`,!0),e.dispatch(a),!0}}})]}}),Af=G.create({name:`doc`,topNode:!0,content:`block+`,renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` + +`):``}),jf=G.create({name:`hardBreak`,markdownTokenName:`br`,addOptions(){return{keepMarks:!0,HTMLAttributes:{}}},inline:!0,group:`inline`,selectable:!1,linebreakReplacement:!0,parseHTML(){return[{tag:`br`}]},renderHTML({HTMLAttributes:e}){return[`br`,U(this.options.HTMLAttributes,e)]},renderText(){return` +`},renderMarkdown:()=>` +`,parseMarkdown:()=>({type:`hardBreak`}),addCommands(){return{setHardBreak:()=>({commands:e,chain:t,state:n,editor:r})=>e.first([()=>e.exitCode(),()=>e.command(()=>{let{selection:e,storedMarks:i}=n;if(e.$from.parent.type.spec.isolating)return!1;let{keepMarks:a}=this.options,{splittableMarks:o}=r.extensionManager,s=i||e.$to.parentOffset&&e.$from.marks();return t().insertContent({type:this.name}).command(({tr:e,dispatch:t})=>{if(t&&s&&a){let t=s.filter(e=>o.includes(e.type.name));e.ensureMarks(t)}return!0}).run()})])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),Mf=G.create({name:`heading`,addOptions(){return{levels:[1,2,3,4,5,6],HTMLAttributes:{}}},content:`inline*`,group:`block`,defining:!0,addAttributes(){return{level:{default:1,rendered:!1}}},parseHTML(){return this.options.levels.map(e=>({tag:`h${e}`,attrs:{level:e}}))},renderHTML({node:e,HTMLAttributes:t}){return[`h${this.options.levels.includes(e.attrs.level)?e.attrs.level:this.options.levels[0]}`,U(this.options.HTMLAttributes,t),0]},parseMarkdown:(e,t)=>t.createNode(`heading`,{level:e.depth||1},t.parseInline(e.tokens||[])),renderMarkdown:(e,t)=>{let n=e.attrs?.level?parseInt(e.attrs.level,10):1,r=`#`.repeat(n);return e.content?`${r} ${t.renderChildren(e.content)}`:``},addCommands(){return{setHeading:e=>({commands:t})=>this.options.levels.includes(e.level)?t.setNode(this.name,e):!1,toggleHeading:e=>({commands:t})=>this.options.levels.includes(e.level)?t.toggleNode(this.name,`paragraph`,e):!1}},addKeyboardShortcuts(){return this.options.levels.reduce((e,t)=>({...e,[`Mod-Alt-${t}`]:()=>this.editor.commands.toggleHeading({level:t})}),{})},addInputRules(){return this.options.levels.map(e=>Xd({find:RegExp(`^(#{${Math.min(...this.options.levels)},${e}})\\s$`),type:this.type,getAttributes:{level:e}}))}}),Nf=G.create({name:`horizontalRule`,addOptions(){return{HTMLAttributes:{},nextNodeType:`paragraph`}},group:`block`,parseHTML(){return[{tag:`hr`}]},renderHTML({HTMLAttributes:e}){return[`hr`,U(this.options.HTMLAttributes,e)]},markdownTokenName:`hr`,parseMarkdown:(e,t)=>t.createNode(`horizontalRule`),renderMarkdown:()=>`---`,addCommands(){return{setHorizontalRule:()=>({chain:e,state:t})=>{if(!Qd(t,t.schema.nodes[this.name]))return!1;let{selection:n}=t,{$to:r}=n,i=e();return Bu(n)?i.insertContentAt(r.pos,{type:this.name}):i.insertContent({type:this.name}),i.command(({state:e,tr:t,dispatch:n})=>{if(n){let{$to:n}=t.selection,r=n.end();if(n.nodeAfter)n.nodeAfter.isTextblock?t.setSelection(j.create(t.doc,n.pos+1)):n.nodeAfter.isBlock?t.setSelection(M.create(t.doc,n.pos)):t.setSelection(j.create(t.doc,n.pos));else{let i=(e.schema.nodes[this.options.nextNodeType]||n.parent.type.contentMatch.defaultType)?.create();i&&(t.insert(r,i),t.setSelection(j.create(t.doc,r+1)))}t.scrollIntoView()}return!0}).run()}}},addInputRules(){return[Yd({find:/^(?:---|—-|___\s|\*\*\*\s)$/,type:this.type})]}}),Pf=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/,Ff=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g,If=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/,Lf=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))/g,Rf=wd.create({name:`italic`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`em`},{tag:`i`,getAttrs:e=>e.style.fontStyle!==`normal`&&null},{style:`font-style=normal`,clearMark:e=>e.type.name===this.name},{style:`font-style=italic`}]},renderHTML({HTMLAttributes:e}){return[`em`,U(this.options.HTMLAttributes,e),0]},addCommands(){return{setItalic:()=>({commands:e})=>e.setMark(this.name),toggleItalic:()=>({commands:e})=>e.toggleMark(this.name),unsetItalic:()=>({commands:e})=>e.unsetMark(this.name)}},markdownTokenName:`em`,parseMarkdown:(e,t)=>t.applyMark(`italic`,t.parseInline(e.tokens||[])),markdownOptions:{htmlReopen:{open:``,close:``}},renderMarkdown:(e,t)=>`*${t.renderChildren(e)}*`,addKeyboardShortcuts(){return{"Mod-i":()=>this.editor.commands.toggleItalic(),"Mod-I":()=>this.editor.commands.toggleItalic()}},addInputRules(){return[Jd({find:Pf,type:this.type}),Jd({find:If,type:this.type})]},addPasteRules(){return[uf({find:Ff,type:this.type}),uf({find:Lf,type:this.type})]}}),zf=`aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2`,Bf=`ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2`,Vf=`numeric`,Hf=`ascii`,Uf=`alpha`,Wf=`asciinumeric`,Gf=`alphanumeric`,Kf=`domain`,qf=`emoji`,Jf=`scheme`,Yf=`slashscheme`,Xf=`whitespace`;function Zf(e,t){return e in t||(t[e]=[]),t[e]}function Qf(e,t,n){t[Vf]&&(t[Wf]=!0,t[Gf]=!0),t[Hf]&&(t[Wf]=!0,t[Uf]=!0),t[Wf]&&(t[Gf]=!0),t[Uf]&&(t[Gf]=!0),t[Gf]&&(t[Kf]=!0),t[qf]&&(t[Kf]=!0);for(let r in t){let t=Zf(r,n);t.indexOf(e)<0&&t.push(e)}}function $f(e,t){let n={};for(let r in t)t[r].indexOf(e)>=0&&(n[r]=!0);return n}function ep(e=null){this.j={},this.jr=[],this.jd=null,this.t=e}ep.groups={},ep.prototype={accepts(){return!!this.t},go(e){let t=this,n=t.j[e];if(n)return n;for(let n=0;ne.ta(t,n,r,i),q=(e,t,n,r,i)=>e.tr(t,n,r,i),tp=(e,t,n,r,i)=>e.ts(t,n,r,i),J=(e,t,n,r,i)=>e.tt(t,n,r,i),np=`WORD`,rp=`UWORD`,ip=`ASCIINUMERICAL`,ap=`ALPHANUMERICAL`,op=`LOCALHOST`,sp=`TLD`,cp=`UTLD`,lp=`SCHEME`,up=`SLASH_SCHEME`,dp=`NUM`,fp=`WS`,pp=`NL`,mp=`OPENBRACE`,hp=`CLOSEBRACE`,gp=`OPENBRACKET`,_p=`CLOSEBRACKET`,vp=`OPENPAREN`,yp=`CLOSEPAREN`,bp=`OPENANGLEBRACKET`,xp=`CLOSEANGLEBRACKET`,Sp=`FULLWIDTHLEFTPAREN`,Cp=`FULLWIDTHRIGHTPAREN`,wp=`LEFTCORNERBRACKET`,Tp=`RIGHTCORNERBRACKET`,Ep=`LEFTWHITECORNERBRACKET`,Dp=`RIGHTWHITECORNERBRACKET`,Op=`FULLWIDTHLESSTHAN`,kp=`FULLWIDTHGREATERTHAN`,Ap=`AMPERSAND`,jp=`APOSTROPHE`,Mp=`ASTERISK`,Np=`AT`,Pp=`BACKSLASH`,Fp=`BACKTICK`,Ip=`CARET`,Lp=`COLON`,Rp=`COMMA`,zp=`DOLLAR`,Bp=`DOT`,Vp=`EQUALS`,Hp=`EXCLAMATION`,Up=`HYPHEN`,Wp=`PERCENT`,Gp=`PIPE`,Kp=`PLUS`,qp=`POUND`,Jp=`QUERY`,Yp=`QUOTE`,Xp=`FULLWIDTHMIDDLEDOT`,Zp=`SEMI`,Qp=`SLASH`,$p=`TILDE`,em=`UNDERSCORE`,tm=`EMOJI`,nm=`SYM`,rm=Object.freeze({__proto__:null,ALPHANUMERICAL:ap,AMPERSAND:Ap,APOSTROPHE:jp,ASCIINUMERICAL:ip,ASTERISK:Mp,AT:Np,BACKSLASH:Pp,BACKTICK:Fp,CARET:Ip,CLOSEANGLEBRACKET:xp,CLOSEBRACE:hp,CLOSEBRACKET:_p,CLOSEPAREN:yp,COLON:Lp,COMMA:Rp,DOLLAR:zp,DOT:Bp,EMOJI:tm,EQUALS:Vp,EXCLAMATION:Hp,FULLWIDTHGREATERTHAN:kp,FULLWIDTHLEFTPAREN:Sp,FULLWIDTHLESSTHAN:Op,FULLWIDTHMIDDLEDOT:Xp,FULLWIDTHRIGHTPAREN:Cp,HYPHEN:Up,LEFTCORNERBRACKET:wp,LEFTWHITECORNERBRACKET:Ep,LOCALHOST:op,NL:pp,NUM:dp,OPENANGLEBRACKET:bp,OPENBRACE:mp,OPENBRACKET:gp,OPENPAREN:vp,PERCENT:Wp,PIPE:Gp,PLUS:Kp,POUND:qp,QUERY:Jp,QUOTE:Yp,RIGHTCORNERBRACKET:Tp,RIGHTWHITECORNERBRACKET:Dp,SCHEME:lp,SEMI:Zp,SLASH:Qp,SLASH_SCHEME:up,SYM:nm,TILDE:$p,TLD:sp,UNDERSCORE:em,UTLD:cp,UWORD:rp,WORD:np,WS:fp}),im=/[a-z]/,am=/\p{L}/u,om=/\p{Emoji}/u,sm=/\d/,cm=/\s/,lm=`\r`,um=` +`,dm=`️`,fm=`‍`,pm=``,mm=null,hm=null;function gm(e=[]){let t={};ep.groups=t;let n=new ep;mm??=bm(zf),hm??=bm(Bf),J(n,`'`,jp),J(n,`{`,mp),J(n,`}`,hp),J(n,`[`,gp),J(n,`]`,_p),J(n,`(`,vp),J(n,`)`,yp),J(n,`<`,bp),J(n,`>`,xp),J(n,`(`,Sp),J(n,`)`,Cp),J(n,`「`,wp),J(n,`」`,Tp),J(n,`『`,Ep),J(n,`』`,Dp),J(n,`<`,Op),J(n,`>`,kp),J(n,`&`,Ap),J(n,`*`,Mp),J(n,`@`,Np),J(n,"`",Fp),J(n,`^`,Ip),J(n,`:`,Lp),J(n,`,`,Rp),J(n,`$`,zp),J(n,`.`,Bp),J(n,`=`,Vp),J(n,`!`,Hp),J(n,`-`,Up),J(n,`%`,Wp),J(n,`|`,Gp),J(n,`+`,Kp),J(n,`#`,qp),J(n,`?`,Jp),J(n,`"`,Yp),J(n,`/`,Qp),J(n,`;`,Zp),J(n,`~`,$p),J(n,`_`,em),J(n,`\\`,Pp),J(n,`・`,Xp);let r=q(n,sm,dp,{[Vf]:!0});q(r,sm,r);let i=q(r,im,ip,{[Wf]:!0}),a=q(r,am,ap,{[Gf]:!0}),o=q(n,im,np,{[Hf]:!0});q(o,sm,i),q(o,im,o),q(i,sm,i),q(i,im,i);let s=q(n,am,rp,{[Uf]:!0});q(s,im),q(s,sm,a),q(s,am,s),q(a,sm,a),q(a,im),q(a,am,a);let c=J(n,um,pp,{[Xf]:!0}),l=J(n,lm,fp,{[Xf]:!0}),u=q(n,cm,fp,{[Xf]:!0});J(n,pm,u),J(l,um,c),J(l,pm,u),q(l,cm,u),J(u,lm),J(u,um),q(u,cm,u),J(u,pm,u);let d=q(n,om,tm,{[qf]:!0});J(d,`#`),q(d,om,d),J(d,dm,d);let f=J(d,fm);J(f,`#`),q(f,om,d);let p=[[im,o],[sm,i]],m=[[im,null],[am,s],[sm,a]];for(let e=0;ee[0]>t[0]?1:-1);for(let t=0;t=0?i[Kf]=!0:im.test(r)?sm.test(r)?i[Wf]=!0:i[Hf]=!0:i[Vf]=!0,tp(n,r,r,i)}return tp(n,`localhost`,op,{ascii:!0}),n.jd=new ep(nm),{start:n,tokens:Object.assign({groups:t},rm)}}function _m(e,t){let n=vm(t.replace(/[A-Z]/g,e=>e.toLowerCase())),r=n.length,i=[],a=0,o=0;for(;o=0&&(d+=n[o].length,f++),l+=n[o].length,a+=n[o].length,o++;a-=d,o-=f,l-=d,i.push({t:u.t,v:t.slice(a-l,a),s:a-l,e:a})}return i}function vm(e){let t=[],n=e.length,r=0;for(;r56319||r+1===n||(a=e.charCodeAt(r+1))<56320||a>57343?e[r]:e.slice(r,r+2);t.push(o),r+=o.length}return t}function ym(e,t,n,r,i){let a,o=t.length;for(let n=0;n=0;)i++;if(i>0){t.push(n.join(``));for(let t=parseInt(e.substring(r,r+i),10);t>0;t--)n.pop();r+=i}else n.push(e[r]),r++}return t}var xm={defaultProtocol:`http`,events:null,format:Cm,formatHref:Cm,nl2br:!1,tagName:`a`,target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null};function Sm(e,t=null){let n=Object.assign({},xm);e&&(n=Object.assign(n,e instanceof Sm?e.o:e));let r=n.ignoreTags,i=[];for(let e=0;en?r.substring(0,n)+`…`:r},toFormattedHref(e){return e.get(`formatHref`,this.toHref(e.get(`defaultProtocol`)),this)},startIndex(){return this.tk[0].s},endIndex(){return this.tk[this.tk.length-1].e},toObject(e=xm.defaultProtocol){return{type:this.t,value:this.toString(),isLink:this.isLink,href:this.toHref(e),start:this.startIndex(),end:this.endIndex()}},toFormattedObject(e){return{type:this.t,value:this.toFormattedString(e),isLink:this.isLink,href:this.toFormattedHref(e),start:this.startIndex(),end:this.endIndex()}},validate(e){return e.get(`validate`,this.toString(),this)},render(e){let t=this,n=this.toHref(e.get(`defaultProtocol`)),r=e.get(`formatHref`,n,this),i=e.get(`tagName`,n,t),a=this.toFormattedString(e),o={},s=e.get(`className`,n,t),c=e.get(`target`,n,t),l=e.get(`rel`,n,t),u=e.getObj(`attributes`,n,t),d=e.getObj(`events`,n,t);return o.href=r,s&&(o.class=s),c&&(o.target=c),l&&(o.rel=l),u&&Object.assign(o,u),{tagName:i,attributes:o,content:a,eventListeners:d}}};function Tm(e,t){class n extends wm{constructor(t,n){super(t,n),this.t=e}}for(let e in t)n.prototype[e]=t[e];return n.t=e,n}var Em=Tm(`email`,{isLink:!0,toHref(){return`mailto:`+this.toString()}}),Dm=Tm(`text`),Om=Tm(`nl`),km=Tm(`url`,{isLink:!0,toHref(e=xm.defaultProtocol){return this.hasProtocol()?this.v:`${e}://${this.v}`},hasProtocol(){let e=this.tk;return e.length>=2&&e[0].t!==op&&e[1].t===Lp}}),Am=e=>new ep(e);function jm({groups:e}){let t=e.domain.concat([Ap,Mp,Np,Pp,Fp,Ip,zp,Vp,Up,dp,Wp,Gp,Kp,qp,Qp,nm,$p,em]),n=[jp,Lp,Rp,Bp,Hp,Wp,Jp,Yp,Zp,bp,xp,mp,hp,_p,gp,vp,yp,Sp,Cp,wp,Tp,Ep,Dp,Op,kp],r=[Ap,jp,Mp,Pp,Fp,Ip,zp,Vp,Up,mp,hp,Wp,Gp,Kp,qp,Jp,Qp,nm,$p,em],i=Am(),a=J(i,$p);K(a,r,a),K(a,e.domain,a);let o=Am(),s=Am(),c=Am();K(i,e.domain,o),K(i,e.scheme,s),K(i,e.slashscheme,c),K(o,r,a),K(o,e.domain,o);let l=J(o,Np);J(a,Np,l),J(s,Np,l),J(c,Np,l);let u=J(a,Bp);K(u,r,a),K(u,e.domain,a);let d=Am();K(l,e.domain,d),K(d,e.domain,d);let f=J(d,Bp);K(f,e.domain,d);let p=Am(Em);K(f,e.tld,p),K(f,e.utld,p),J(l,op,p);let m=J(d,Up);J(m,Up,m),K(m,e.domain,d),K(p,e.domain,d),J(p,Bp,f),J(p,Up,m),K(J(p,Lp),e.numeric,Em);let h=J(o,Up),g=J(o,Bp);J(h,Up,h),K(h,e.domain,o),K(g,r,a),K(g,e.domain,o);let _=Am(km);K(g,e.tld,_),K(g,e.utld,_),K(_,e.domain,o),K(_,r,a),J(_,Bp,g),J(_,Up,h),J(_,Np,l);let ee=J(_,Lp),v=Am(km);K(ee,e.numeric,v);let y=Am(km),b=Am();K(y,t,y),K(y,n,b),K(b,t,y),K(b,n,b),J(_,Qp,y),J(v,Qp,y);let te=J(s,Lp),ne=J(J(J(c,Lp),Qp),Qp);K(s,e.domain,o),J(s,Bp,g),J(s,Up,h),K(c,e.domain,o),J(c,Bp,g),J(c,Up,h),K(te,e.domain,y),J(te,Qp,y),J(te,Jp,y),K(ne,e.domain,y),K(ne,t,y),J(ne,Qp,y);let x=[[mp,hp],[gp,_p],[vp,yp],[bp,xp],[Sp,Cp],[wp,Tp],[Ep,Dp],[Op,kp]];for(let e=0;e=0&&f++,i++,u++;if(f<0)i-=u,i0&&(a.push(Nm(Dm,t,o)),o=[]),i-=f,u-=f;let e=d.t,r=n.slice(i-u,i);a.push(Nm(e,t,r))}}return o.length>0&&a.push(Nm(Dm,t,o)),a}function Nm(e,t,n){let r=n[0].s,i=n[n.length-1].e;return new e(t.slice(r,i),n)}var Pm=typeof console<`u`&&console&&console.warn||(()=>{}),Fm=`until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.`,Y={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1};function Im(){return ep.groups={},Y.scanner=null,Y.parser=null,Y.tokenQueue=[],Y.pluginQueue=[],Y.customSchemes=[],Y.initialized=!1,Y}function Lm(e,t=!1){if(Y.initialized&&Pm(`linkifyjs: already initialized - will not register custom scheme "${e}" ${Fm}`),!/^[0-9a-z]+(-[0-9a-z]+)*$/.test(e))throw Error(`linkifyjs: incorrect scheme format. +1. Must only contain digits, lowercase ASCII letters or "-" +2. Cannot start or end with "-" +3. "-" cannot repeat`);Y.customSchemes.push([e,t])}function Rm(){Y.scanner=gm(Y.customSchemes);for(let e=0;e{let i=t.some(e=>e.docChanged)&&!n.doc.eq(r.doc),a=t.some(e=>e.getMeta(`preventAutolink`));if(!i||a)return;let{tr:o}=r;if(Du(Ql(n.doc,[...t])).forEach(({newRange:t})=>{let n=eu(r.doc,t,e=>e.isTextblock),i,a;if(n.length>1)i=n[0],a=r.doc.textBetween(i.pos,i.pos+i.node.nodeSize,void 0,` `);else if(n.length){let e=r.doc.textBetween(t.from,t.to,` `,` `);if(!Um.test(e))return;i=n[0],a=r.doc.textBetween(i.pos,t.to,void 0,` `)}if(i&&a){let t=a.split(Hm).filter(Boolean);if(t.length<=0)return!1;let n=t[t.length-1],s=i.pos+a.lastIndexOf(n);if(!n)return!1;let c=zm(n).map(t=>t.toObject(e.defaultProtocol));if(!Gm(c))return!1;c.filter(e=>e.isLink).map(e=>({...e,from:s+e.start+1,to:s+e.end+1})).filter(e=>r.schema.marks.code?!r.doc.rangeHasMark(e.from,e.to,r.schema.marks.code):!0).filter(t=>e.validate(t.value)).filter(t=>e.shouldAutoLink(t.value)).forEach(t=>{Ou(t.from,t.to,r.doc).some(t=>t.mark.type===e.type)||o.addMark(t.from,t.to,e.type.create({href:t.href}))})}}),o.steps.length)return o}})}function qm(e){return new N({key:new P(`handleClickLink`),props:{handleClick:(t,n,r)=>{if(r.button!==0||!t.editable)return!1;let i=null;if(r.target instanceof HTMLAnchorElement)i=r.target;else{let t=r.target;if(!t)return!1;let n=e.editor.view.dom;i=t.closest(`a`),i&&!n.contains(i)&&(i=null)}if(!i)return!1;let a=!1;if(e.enableClickSelection&&(a=e.editor.commands.extendMarkRange(e.type.name)),e.openOnClick){let n=wu(t.state,e.type.name),r=i.href??n.href,o=i.target??n.target;r&&(window.open(r,o),a=!0)}return a}}})}function Jm(e){return new N({key:new P(`handlePasteLink`),props:{handlePaste:(t,n,r)=>{let{shouldAutoLink:i}=e,{state:a}=t,{selection:o}=a,{empty:s}=o;if(s)return!1;let c=``;r.content.forEach(e=>{c+=e.textContent});let l=Bm(c,{defaultProtocol:e.defaultProtocol}).find(e=>e.isLink&&e.value===c);return!c||!l||i!==void 0&&!i(l.value)?!1:e.editor.commands.setMark(e.type,{href:l.href})}}})}function Ym(e,t){let n=[`http`,`https`,`ftp`,`ftps`,`mailto`,`tel`,`callto`,`sms`,`cid`,`xmpp`];return t&&t.forEach(e=>{let t=typeof e==`string`?e:e.scheme;t&&n.push(t)}),!e||e.replace(Wm,``).match(RegExp(`^(?:(?:${n.join(`|`)}):|[^a-z]|[a-z0-9+.-]+(?:[^a-z+.-:]|$))`,`i`))}var Xm=wd.create({name:`link`,priority:1e3,keepOnSplit:!1,exitable:!0,onCreate(){this.options.validate&&!this.options.shouldAutoLink&&(this.options.shouldAutoLink=this.options.validate,console.warn("The `validate` option is deprecated. Rename to the `shouldAutoLink` option instead.")),this.options.protocols.forEach(e=>{if(typeof e==`string`){Lm(e);return}Lm(e.scheme,e.optionalSlashes)})},onDestroy(){Im()},inclusive(){return this.options.autolink},addOptions(){return{openOnClick:!0,enableClickSelection:!1,linkOnPaste:!0,autolink:!0,protocols:[],defaultProtocol:`http`,HTMLAttributes:{target:`_blank`,rel:`noopener noreferrer nofollow`,class:null},isAllowedUri:(e,t)=>!!Ym(e,t.protocols),validate:e=>!!e,shouldAutoLink:e=>{let t=/^[a-z][a-z0-9+.-]*:\/\//i.test(e),n=/^[a-z][a-z0-9+.-]*:/i.test(e);if(t||n&&!e.includes(`@`))return!0;let r=(e.includes(`@`)?e.split(`@`).pop():e).split(/[/?#:]/)[0];return!(/^\d{1,3}(\.\d{1,3}){3}$/.test(r)||!/\./.test(r))}}},addAttributes(){return{href:{default:null,parseHTML(e){return e.getAttribute(`href`)}},target:{default:this.options.HTMLAttributes.target},rel:{default:this.options.HTMLAttributes.rel},class:{default:this.options.HTMLAttributes.class},title:{default:null}}},parseHTML(){return[{tag:`a[href]`,getAttrs:e=>{let t=e.getAttribute(`href`);return!t||!this.options.isAllowedUri(t,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:null}}]},renderHTML({HTMLAttributes:e}){return this.options.isAllowedUri(e.href,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?[`a`,U(this.options.HTMLAttributes,e),0]:[`a`,U(this.options.HTMLAttributes,{...e,href:``}),0]},markdownTokenName:`link`,parseMarkdown:(e,t)=>t.applyMark(`link`,t.parseInline(e.tokens||[]),{href:e.href,title:e.title||null}),renderMarkdown:(e,t)=>{let n=e.attrs?.href??``,r=e.attrs?.title??``,i=t.renderChildren(e);return r?`[${i}](${n} "${r}")`:`[${i}](${n})`},addCommands(){return{setLink:e=>({chain:t})=>{let{href:n}=e;return this.options.isAllowedUri(n,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?t().setMark(this.name,e).setMeta(`preventAutolink`,!0).run():!1},toggleLink:e=>({chain:t})=>{let{href:n}=e||{};return n&&!this.options.isAllowedUri(n,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:t().toggleMark(this.name,e,{extendEmptyMarkRange:!0}).setMeta(`preventAutolink`,!0).run()},unsetLink:()=>({chain:e})=>e().unsetMark(this.name,{extendEmptyMarkRange:!0}).setMeta(`preventAutolink`,!0).run()}},addPasteRules(){return[uf({find:e=>{let t=[];if(e){let{protocols:n,defaultProtocol:r}=this.options,i=Bm(e).filter(e=>e.isLink&&this.options.isAllowedUri(e.value,{defaultValidate:e=>!!Ym(e,n),protocols:n,defaultProtocol:r}));i.length&&i.forEach(e=>{this.options.shouldAutoLink(e.value)&&t.push({text:e.value,data:{href:e.href},index:e.start})})}return t},type:this.type,getAttributes:e=>({href:e.data?.href})})]},addProseMirrorPlugins(){let e=[],{protocols:t,defaultProtocol:n}=this.options;return this.options.autolink&&e.push(Km({type:this.type,defaultProtocol:this.options.defaultProtocol,validate:e=>this.options.isAllowedUri(e,{defaultValidate:e=>!!Ym(e,t),protocols:t,defaultProtocol:n}),shouldAutoLink:this.options.shouldAutoLink})),e.push(qm({type:this.type,editor:this.editor,openOnClick:this.options.openOnClick===`whenNotEditable`?!0:this.options.openOnClick,enableClickSelection:this.options.enableClickSelection})),this.options.linkOnPaste&&e.push(Jm({editor:this.editor,defaultProtocol:this.options.defaultProtocol,type:this.type,shouldAutoLink:this.options.shouldAutoLink})),e}}),Zm=Object.defineProperty,Qm=(e,t)=>{for(var n in t)Zm(e,n,{get:t[n],enumerable:!0})},$m=`listItem`,eh=`textStyle`,th=/^\s*([-+*])\s$/,nh=G.create({name:`bulletList`,addOptions(){return{itemTypeName:`listItem`,HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:`block list`,content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul`}]},renderHTML({HTMLAttributes:e}){return[`ul`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`list`,parseMarkdown:(e,t)=>e.type!==`list`||e.ordered?[]:{type:`bulletList`,content:e.items?t.parseChildren(e.items):[]},renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` +`):``,markdownOptions:{indentsContent:!0},addCommands(){return{toggleBulletList:()=>({commands:e,chain:t})=>this.options.keepAttributes?t().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes($m,this.editor.getAttributes(eh)).run():e.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-8":()=>this.editor.commands.toggleBulletList()}},addInputRules(){let e=Zd({find:th,type:this.type});return(this.options.keepMarks||this.options.keepAttributes)&&(e=Zd({find:th,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:()=>this.editor.getAttributes(eh),editor:this.editor})),[e]}}),rh=G.create({name:`listItem`,addOptions(){return{HTMLAttributes:{},bulletListTypeName:`bulletList`,orderedListTypeName:`orderedList`}},content:`paragraph block*`,defining:!0,parseHTML(){return[{tag:`li`}]},renderHTML({HTMLAttributes:e}){return[`li`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`list_item`,parseMarkdown:(e,t)=>{if(e.type!==`list_item`)return[];let n=t.parseBlockChildren??t.parseChildren,r=[];if(e.tokens&&e.tokens.length>0)if(e.tokens.some(e=>e.type===`paragraph`))r=n(e.tokens);else{let i=e.tokens[0];if(i&&i.type===`text`&&i.tokens&&i.tokens.length>0){if(r=[{type:`paragraph`,content:t.parseInline(i.tokens)}],e.tokens.length>1){let t=n(e.tokens.slice(1));r.push(...t)}}else r=n(e.tokens)}return r.length===0&&(r=[{type:`paragraph`,content:[]}]),{type:`listItem`,content:r}},renderMarkdown:(e,t,n)=>cf(e,t,e=>e.parentType===`bulletList`?`- `:e.parentType===`orderedList`?`${(e.meta?.parentAttrs?.start||1)+e.index}. `:`- `,n),addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}});Qm({},{findListItemPos:()=>ih,getNextListDepth:()=>ah,handleBackspace:()=>lh,handleDelete:()=>fh,hasListBefore:()=>oh,hasListItemAfter:()=>ph,hasListItemBefore:()=>sh,listItemHasSubList:()=>ch,nextListIsDeeper:()=>uh,nextListIsHigher:()=>dh});var ih=(e,t)=>{let{$from:n}=t.selection,r=B(e,t.schema),i=null,a=n.depth,o=n.pos,s=null;for(;a>0&&s===null;)i=n.node(a),i.type===r?s=a:(--a,--o);return s===null?null:{$pos:t.doc.resolve(o),depth:s}},ah=(e,t)=>{let n=ih(e,t);if(!n)return!1;let[,r]=ku(t,e,n.$pos.pos+4);return r},oh=(e,t,n)=>{let{$anchor:r}=e.selection,i=Math.max(0,r.pos-2),a=e.doc.resolve(i).node();return!(!a||!n.includes(a.type.name))},sh=(e,t)=>{let{$anchor:n}=t.selection,r=t.doc.resolve(n.pos-2);return!(r.index()===0||r.nodeBefore?.type.name!==e)},ch=(e,t,n)=>{if(!n)return!1;let r=B(e,t.schema),i=!1;return n.descendants(e=>{e.type===r&&(i=!0)}),i},lh=(e,t,n)=>{if(e.commands.undoInputRule())return!0;if(e.state.selection.from!==e.state.selection.to)return!1;if(!Pl(e.state,t)&&oh(e.state,t,n)){let{$anchor:n}=e.state.selection,r=e.state.doc.resolve(n.before()-1),i=[];r.node().descendants((e,n)=>{e.type.name===t&&i.push({node:e,pos:n})});let a=i.at(-1);if(!a)return!1;let o=e.state.doc.resolve(r.start()+a.pos+1);return e.chain().cut({from:n.start()-1,to:n.end()+1},o.end()).joinForward().run()}if(!Pl(e.state,t)||!Iu(e.state))return!1;let r=ih(t,e.state);if(!r)return!1;let i=e.state.doc.resolve(r.$pos.pos-2).node(r.depth),a=ch(t,e.state,i);return sh(t,e.state)&&!a?e.commands.joinItemBackward():e.chain().liftListItem(t).run()},uh=(e,t)=>{let n=ah(e,t),r=ih(e,t);return!r||!n?!1:n>r.depth},dh=(e,t)=>{let n=ah(e,t),r=ih(e,t);return!r||!n?!1:n{if(!Pl(e.state,t)||!Fu(e.state,t))return!1;let{selection:n}=e.state,{$from:r,$to:i}=n;return!n.empty&&r.sameParent(i)?!1:uh(t,e.state)?e.chain().focus(e.state.selection.from+4).lift(t).joinBackward().run():dh(t,e.state)?e.chain().joinForward().joinBackward().run():e.commands.joinItemForward()},ph=(e,t)=>{let{$anchor:n}=t.selection,r=t.doc.resolve(n.pos-n.parentOffset-2);return!(r.index()===r.parent.childCount-1||r.nodeAfter?.type.name!==e)},mh=W.create({name:`listKeymap`,addOptions(){return{listTypes:[{itemName:`listItem`,wrapperNames:[`bulletList`,`orderedList`]},{itemName:`taskItem`,wrapperNames:[`taskList`]}]}},addKeyboardShortcuts(){return{Delete:({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n})=>{e.state.schema.nodes[n]!==void 0&&fh(e,n)&&(t=!0)}),t},"Mod-Delete":({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n})=>{e.state.schema.nodes[n]!==void 0&&fh(e,n)&&(t=!0)}),t},Backspace:({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{e.state.schema.nodes[n]!==void 0&&lh(e,n,r)&&(t=!0)}),t},"Mod-Backspace":({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{e.state.schema.nodes[n]!==void 0&&lh(e,n,r)&&(t=!0)}),t}}}}),hh=/^(\s*)(\d+)\.\s+(.*)$/,gh=/^\s/;function _h(e){let t=[],n=0,r=0;for(;nt;)d.push(e[u]),u+=1;if(d.length>0){let e=vh(d,Math.min(...d.map(e=>e.indent)),n);c.push({type:`list`,ordered:!0,start:d[0].number,items:e,raw:d.map(e=>e.raw).join(` +`)})}r.push({type:`list_item`,raw:a.raw,tokens:c}),i=u}else i+=1}return r}function yh(e,t){return e.map(e=>{if(e.type!==`list_item`)return t.parseChildren([e])[0];let n=[];return e.tokens&&e.tokens.length>0&&e.tokens.forEach(e=>{if(e.type===`paragraph`||e.type===`list`||e.type===`blockquote`||e.type===`code`)n.push(...t.parseChildren([e]));else if(e.type===`text`&&e.tokens){let r=t.parseChildren([e]);n.push({type:`paragraph`,content:r})}else{let r=t.parseChildren([e]);r.length>0&&n.push(...r)}}),{type:`listItem`,content:n}})}var bh=`listItem`,xh=`textStyle`,Sh=/^(\d+)\.\s$/,Ch=G.create({name:`orderedList`,addOptions(){return{itemTypeName:`listItem`,HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:`block list`,content(){return`${this.options.itemTypeName}+`},addAttributes(){return{start:{default:1,parseHTML:e=>e.hasAttribute(`start`)?parseInt(e.getAttribute(`start`)||``,10):1},type:{default:null,parseHTML:e=>e.getAttribute(`type`)}}},parseHTML(){return[{tag:`ol`}]},renderHTML({HTMLAttributes:e}){let{start:t,...n}=e;return t===1?[`ol`,U(this.options.HTMLAttributes,n),0]:[`ol`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`list`,parseMarkdown:(e,t)=>{if(e.type!==`list`||!e.ordered)return[];let n=e.start||1,r=e.items?yh(e.items,t):[];return n===1?{type:`orderedList`,content:r}:{type:`orderedList`,attrs:{start:n},content:r}},renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` +`):``,markdownTokenizer:{name:`orderedList`,level:`block`,start:e=>{let t=e.match(/^(\s*)(\d+)\.\s+/)?.index;return t===void 0?-1:t},tokenize:(e,t,n)=>{let r=e.split(` +`),[i,a]=_h(r);if(i.length===0)return;let o=vh(i,0,n);if(o.length!==0)return{type:`list`,ordered:!0,start:i[0]?.number||1,items:o,raw:r.slice(0,a).join(` +`)}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleOrderedList:()=>({commands:e,chain:t})=>this.options.keepAttributes?t().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(bh,this.editor.getAttributes(xh)).run():e.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addInputRules(){let e=Zd({find:Sh,type:this.type,getAttributes:e=>({start:+e[1]}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1]});return(this.options.keepMarks||this.options.keepAttributes)&&(e=Zd({find:Sh,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:e=>({start:+e[1],...this.editor.getAttributes(xh)}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1],editor:this.editor})),[e]}}),wh=/^\s*(\[([( |x])?\])\s$/,Th=G.create({name:`taskItem`,addOptions(){return{nested:!1,HTMLAttributes:{},taskListTypeName:`taskList`,a11y:void 0}},content(){return this.options.nested?`paragraph block*`:`paragraph+`},defining:!0,addAttributes(){return{checked:{default:!1,keepOnSplit:!1,parseHTML:e=>{let t=e.getAttribute(`data-checked`);return t===``||t===`true`},renderHTML:e=>({"data-checked":e.checked})}}},parseHTML(){return[{tag:`li[data-type="${this.name}"]`,priority:51}]},renderHTML({node:e,HTMLAttributes:t}){return[`li`,U(this.options.HTMLAttributes,t,{"data-type":this.name}),[`label`,[`input`,{type:`checkbox`,checked:e.attrs.checked?`checked`:null}],[`span`]],[`div`,0]]},parseMarkdown:(e,t)=>{let n=[];if(e.tokens&&e.tokens.length>0?n.push(t.createNode(`paragraph`,{},t.parseInline(e.tokens))):e.text?n.push(t.createNode(`paragraph`,{},[t.createNode(`text`,{text:e.text})])):n.push(t.createNode(`paragraph`,{},[])),e.nestedTokens&&e.nestedTokens.length>0){let r=t.parseChildren(e.nestedTokens);n.push(...r)}return t.createNode(`taskItem`,{checked:e.checked||!1},n)},renderMarkdown:(e,t)=>cf(e,t,`- [${e.attrs?.checked?`x`:` `}] `),addKeyboardShortcuts(){let e={Enter:()=>this.editor.commands.splitListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)};return this.options.nested?{...e,Tab:()=>this.editor.commands.sinkListItem(this.name)}:e},addNodeView(){return({node:e,HTMLAttributes:t,getPos:n,editor:r})=>{let i=document.createElement(`li`),a=document.createElement(`label`),o=document.createElement(`span`),s=document.createElement(`input`),c=document.createElement(`div`),l=e=>{var t;s.ariaLabel=((t=this.options.a11y)?.checkboxLabel)?.call(t,e,s.checked)||`Task item checkbox for ${e.textContent||`empty task item`}`};l(e),a.contentEditable=`false`,s.type=`checkbox`,s.addEventListener(`mousedown`,e=>e.preventDefault()),s.addEventListener(`change`,t=>{if(!r.isEditable&&!this.options.onReadOnlyChecked){s.checked=!s.checked;return}let{checked:i}=t.target;r.isEditable&&typeof n==`function`&&r.chain().focus(void 0,{scrollIntoView:!1}).command(({tr:e})=>{let t=n();if(typeof t!=`number`)return!1;let r=e.doc.nodeAt(t);return e.setNodeMarkup(t,void 0,{...r?.attrs,checked:i}),!0}).run(),!r.isEditable&&this.options.onReadOnlyChecked&&(this.options.onReadOnlyChecked(e,i)||(s.checked=!s.checked))}),Object.entries(this.options.HTMLAttributes).forEach(([e,t])=>{i.setAttribute(e,t)}),i.dataset.checked=e.attrs.checked,s.checked=e.attrs.checked,a.append(s,o),i.append(a,c),Object.entries(t).forEach(([e,t])=>{i.setAttribute(e,t)});let u=new Set(Object.keys(t));return{dom:i,contentDOM:c,update:e=>{if(e.type!==this.type)return!1;i.dataset.checked=e.attrs.checked,s.checked=e.attrs.checked,l(e);let t=r.extensionManager.attributes,n=du(e,t),a=new Set(Object.keys(n)),o=this.options.HTMLAttributes;return u.forEach(e=>{a.has(e)||(e in o?i.setAttribute(e,o[e]):i.removeAttribute(e))}),Object.entries(n).forEach(([e,t])=>{t==null?e in o?i.setAttribute(e,o[e]):i.removeAttribute(e):i.setAttribute(e,t)}),u=a,!0}}}},addInputRules(){return[Zd({find:wh,type:this.type,getAttributes:e=>({checked:e[e.length-1]===`x`})})]}}),Eh=G.create({name:`taskList`,addOptions(){return{itemTypeName:`taskItem`,HTMLAttributes:{}}},group:`block list`,content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul[data-type="${this.name}"]`,priority:51}]},renderHTML({HTMLAttributes:e}){return[`ul`,U(this.options.HTMLAttributes,e,{"data-type":this.name}),0]},parseMarkdown:(e,t)=>t.createNode(`taskList`,{},t.parseChildren(e.items||[])),renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` +`):``,markdownTokenizer:{name:`taskList`,level:`block`,start(e){let t=e.match(/^\s*[-+*]\s+\[([ xX])\]\s+/)?.index;return t===void 0?-1:t},tokenize(e,t,n){let r=e=>{let t=sf(e,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:e=>({indentLevel:e[1].length,mainContent:e[4],checked:e[3].toLowerCase()===`x`}),createToken:(e,t)=>({type:`taskItem`,raw:``,mainContent:e.mainContent,indentLevel:e.indentLevel,checked:e.checked,text:e.mainContent,tokens:n.inlineTokens(e.mainContent),nestedTokens:t}),customNestedParser:r},n);return t?[{type:`taskList`,raw:t.raw,items:t.items}]:n.blockTokens(e)},i=sf(e,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:e=>({indentLevel:e[1].length,mainContent:e[4],checked:e[3].toLowerCase()===`x`}),createToken:(e,t)=>({type:`taskItem`,raw:``,mainContent:e.mainContent,indentLevel:e.indentLevel,checked:e.checked,text:e.mainContent,tokens:n.inlineTokens(e.mainContent),nestedTokens:t}),customNestedParser:r},n);if(i)return{type:`taskList`,raw:i.raw,items:i.items}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleTaskList:()=>({commands:e})=>e.toggleList(this.name,this.options.itemTypeName)}},addKeyboardShortcuts(){return{"Mod-Shift-9":()=>this.editor.commands.toggleTaskList()}}});W.create({name:`listKit`,addExtensions(){let e=[];return this.options.bulletList!==!1&&e.push(nh.configure(this.options.bulletList)),this.options.listItem!==!1&&e.push(rh.configure(this.options.listItem)),this.options.listKeymap!==!1&&e.push(mh.configure(this.options.listKeymap)),this.options.orderedList!==!1&&e.push(Ch.configure(this.options.orderedList)),this.options.taskItem!==!1&&e.push(Th.configure(this.options.taskItem)),this.options.taskList!==!1&&e.push(Eh.configure(this.options.taskList)),e}});var Dh=` `,Oh=`\xA0`,kh=G.create({name:`paragraph`,priority:1e3,addOptions(){return{HTMLAttributes:{}}},group:`block`,content:`inline*`,parseHTML(){return[{tag:`p`}]},renderHTML({HTMLAttributes:e}){return[`p`,U(this.options.HTMLAttributes,e),0]},parseMarkdown:(e,t)=>{let n=e.tokens||[];if(n.length===1&&n[0].type===`image`)return t.parseChildren([n[0]]);let r=t.parseInline(n);return n.length===1&&n[0].type===`text`&&(n[0].raw===Dh||n[0].text===Dh||n[0].raw===Oh||n[0].text===Oh)&&r.length===1&&r[0].type===`text`&&(r[0].text===Dh||r[0].text===Oh)?t.createNode(`paragraph`,void 0,[]):t.createNode(`paragraph`,void 0,r)},renderMarkdown:(e,t,n)=>{if(!e)return``;let r=Array.isArray(e.content)?e.content:[];if(r.length===0){let e=Array.isArray(n?.previousNode?.content)?n.previousNode.content:[];return n?.previousNode?.type===`paragraph`&&e.length===0?Dh:``}return t.renderChildren(r)},addCommands(){return{setParagraph:()=>({commands:e})=>e.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),Ah=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))$/,jh=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))/g,Mh=wd.create({name:`strike`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`s`},{tag:`del`},{tag:`strike`},{style:`text-decoration`,consuming:!1,getAttrs:e=>e.includes(`line-through`)?{}:!1}]},renderHTML({HTMLAttributes:e}){return[`s`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`del`,parseMarkdown:(e,t)=>t.applyMark(`strike`,t.parseInline(e.tokens||[])),renderMarkdown:(e,t)=>`~~${t.renderChildren(e)}~~`,addCommands(){return{setStrike:()=>({commands:e})=>e.setMark(this.name),toggleStrike:()=>({commands:e})=>e.toggleMark(this.name),unsetStrike:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-s":()=>this.editor.commands.toggleStrike()}},addInputRules(){return[Jd({find:Ah,type:this.type})]},addPasteRules(){return[uf({find:jh,type:this.type})]}}),Nh=G.create({name:`text`,group:`inline`,parseMarkdown:e=>({type:`text`,text:e.text||``}),renderMarkdown:e=>e.text||``}),Ph=wd.create({name:`underline`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`u`},{style:`text-decoration`,consuming:!1,getAttrs:e=>e.includes(`underline`)?{}:!1}]},renderHTML({HTMLAttributes:e}){return[`u`,U(this.options.HTMLAttributes,e),0]},parseMarkdown(e,t){return t.applyMark(this.name||`underline`,t.parseInline(e.tokens||[]))},renderMarkdown(e,t){return`++${t.renderChildren(e)}++`},markdownTokenizer:{name:`underline`,level:`inline`,start(e){return e.indexOf(`++`)},tokenize(e,t,n){let r=/^(\+\+)([\s\S]+?)(\+\+)/.exec(e);if(!r)return;let i=r[2].trim();return{type:`underline`,raw:r[0],text:i,tokens:n.inlineTokens(i)}}},addCommands(){return{setUnderline:()=>({commands:e})=>e.setMark(this.name),toggleUnderline:()=>({commands:e})=>e.toggleMark(this.name),unsetUnderline:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-u":()=>this.editor.commands.toggleUnderline(),"Mod-U":()=>this.editor.commands.toggleUnderline()}}});function Fh(e={}){return new N({view(t){return new Ih(t,e)}})}var Ih=class{constructor(e,t){this.editorView=e,this.cursorPos=null,this.element=null,this.timeout=-1,this.width=t.width??1,this.color=t.color===!1?void 0:t.color||`black`,this.class=t.class,this.handlers=[`dragover`,`dragend`,`drop`,`dragleave`].map(t=>{let n=e=>{this[t](e)};return e.dom.addEventListener(t,n),{name:t,handler:n}})}destroy(){this.handlers.forEach(({name:e,handler:t})=>this.editorView.dom.removeEventListener(e,t))}update(e,t){this.cursorPos!=null&&t.doc!=e.state.doc&&(this.cursorPos>e.state.doc.content.size?this.setCursor(null):this.updateOverlay())}setCursor(e){e!=this.cursorPos&&(this.cursorPos=e,e==null?(this.element.parentNode.removeChild(this.element),this.element=null):this.updateOverlay())}updateOverlay(){let e=this.editorView.state.doc.resolve(this.cursorPos),t=!e.parent.inlineContent,n,r=this.editorView.dom,i=r.getBoundingClientRect(),a=i.width/r.offsetWidth,o=i.height/r.offsetHeight;if(t){let t=e.nodeBefore,r=e.nodeAfter;if(t||r){let e=this.editorView.nodeDOM(this.cursorPos-(t?t.nodeSize:0));if(e){let i=e.getBoundingClientRect(),a=t?i.bottom:i.top;t&&r&&(a=(a+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2);let s=this.width/2*o;n={left:i.left,right:i.right,top:a-s,bottom:a+s}}}}if(!n){let e=this.editorView.coordsAtPos(this.cursorPos),t=this.width/2*a;n={left:e.left-t,right:e.left+t,top:e.top,bottom:e.bottom}}let s=this.editorView.dom.offsetParent;this.element||(this.element=s.appendChild(document.createElement(`div`)),this.class&&(this.element.className=this.class),this.element.style.cssText=`position: absolute; z-index: 50; pointer-events: none;`,this.color&&(this.element.style.backgroundColor=this.color)),this.element.classList.toggle(`prosemirror-dropcursor-block`,t),this.element.classList.toggle(`prosemirror-dropcursor-inline`,!t);let c,l;if(!s||s==document.body&&getComputedStyle(s).position==`static`)c=-pageXOffset,l=-pageYOffset;else{let e=s.getBoundingClientRect(),t=e.width/s.offsetWidth,n=e.height/s.offsetHeight;c=e.left-s.scrollLeft*t,l=e.top-s.scrollTop*n}this.element.style.left=(n.left-c)/a+`px`,this.element.style.top=(n.top-l)/o+`px`,this.element.style.width=(n.right-n.left)/a+`px`,this.element.style.height=(n.bottom-n.top)/o+`px`}scheduleRemoval(e){clearTimeout(this.timeout),this.timeout=setTimeout(()=>this.setCursor(null),e)}dragover(e){if(!this.editorView.editable)return;let t=this.editorView.posAtCoords({left:e.clientX,top:e.clientY}),n=t&&t.inside>=0&&this.editorView.state.doc.nodeAt(t.inside),r=n&&n.type.spec.disableDropCursor,i=typeof r==`function`?r(this.editorView,t,e):r;if(t&&!i){let e=t.pos;if(this.editorView.dragging&&this.editorView.dragging.slice){let t=Tn(this.editorView.state.doc,e,this.editorView.dragging.slice);t!=null&&(e=t)}this.setCursor(e),this.scheduleRemoval(5e3)}}dragend(){this.scheduleRemoval(20)}drop(){this.scheduleRemoval(20)}dragleave(e){this.editorView.dom.contains(e.relatedTarget)||this.setCursor(null)}},Lh=class e extends A{constructor(e){super(e,e)}map(t,n){let r=t.resolve(n.map(this.head));return e.valid(r)?new e(r):A.near(r)}content(){return O.empty}eq(t){return t instanceof e&&t.head==this.head}toJSON(){return{type:`gapcursor`,pos:this.head}}static fromJSON(t,n){if(typeof n.pos!=`number`)throw RangeError(`Invalid input for GapCursor.fromJSON`);return new e(t.resolve(n.pos))}getBookmark(){return new Rh(this.anchor)}static valid(e){let t=e.parent;if(t.inlineContent||!Bh(e)||!Vh(e))return!1;let n=t.type.spec.allowGapCursor;if(n!=null)return n;let r=t.contentMatchAt(e.index()).defaultType;return r&&r.isTextblock}static findGapCursorFrom(t,n,r=!1){search:for(;;){if(!r&&e.valid(t))return t;let i=t.pos,a=null;for(let r=t.depth;;r--){let o=t.node(r);if(n>0?t.indexAfter(r)0){a=o.child(n>0?t.indexAfter(r):t.index(r)-1);break}else if(r==0)return null;i+=n;let s=t.doc.resolve(i);if(e.valid(s))return s}for(;;){let o=n>0?a.firstChild:a.lastChild;if(!o){if(a.isAtom&&!a.isText&&!M.isSelectable(a)){t=t.doc.resolve(i+a.nodeSize*n),r=!1;continue search}break}a=o,i+=n;let s=t.doc.resolve(i);if(e.valid(s))return s}return null}}};Lh.prototype.visible=!1,Lh.findFrom=Lh.findGapCursorFrom,A.jsonID(`gapcursor`,Lh);var Rh=class e{constructor(e){this.pos=e}map(t){return new e(t.map(this.pos))}resolve(e){let t=e.resolve(this.pos);return Lh.valid(t)?new Lh(t):A.near(t)}};function zh(e){return e.isAtom||e.spec.isolating||e.spec.createGapCursor}function Bh(e){for(let t=e.depth;t>=0;t--){let n=e.index(t),r=e.node(t);if(n==0){if(r.type.spec.isolating)return!0;continue}for(let e=r.child(n-1);;e=e.lastChild){if(e.childCount==0&&!e.inlineContent||zh(e.type))return!0;if(e.inlineContent)return!1}}return!0}function Vh(e){for(let t=e.depth;t>=0;t--){let n=e.indexAfter(t),r=e.node(t);if(n==r.childCount){if(r.type.spec.isolating)return!0;continue}for(let e=r.child(n);;e=e.firstChild){if(e.childCount==0&&!e.inlineContent||zh(e.type))return!0;if(e.inlineContent)return!1}}return!0}function Hh(){return new N({props:{decorations:qh,createSelectionBetween(e,t,n){return t.pos==n.pos&&Lh.valid(n)?new Lh(n):null},handleClick:Gh,handleKeyDown:Uh,handleDOMEvents:{beforeinput:Kh}}})}var Uh=Ic({ArrowLeft:Wh(`horiz`,-1),ArrowRight:Wh(`horiz`,1),ArrowUp:Wh(`vert`,-1),ArrowDown:Wh(`vert`,1)});function Wh(e,t){let n=e==`vert`?t>0?`down`:`up`:t>0?`right`:`left`;return function(e,r,i){let a=e.selection,o=t>0?a.$to:a.$from,s=a.empty;if(a instanceof j){if(!i.endOfTextblock(n)||o.depth==0)return!1;s=!1,o=e.doc.resolve(t>0?o.after():o.before())}let c=Lh.findGapCursorFrom(o,t,s);return c?(r&&r(e.tr.setSelection(new Lh(c))),!0):!1}}function Gh(e,t,n){if(!e||!e.editable)return!1;let r=e.state.doc.resolve(t);if(!Lh.valid(r))return!1;let i=e.posAtCoords({left:n.clientX,top:n.clientY});return i&&i.inside>-1&&M.isSelectable(e.state.doc.nodeAt(i.inside))?!1:(e.dispatch(e.state.tr.setSelection(new Lh(r))),!0)}function Kh(e,t){if(t.inputType!=`insertCompositionText`||!(e.state.selection instanceof Lh))return!1;let{$from:n}=e.state.selection,r=n.parent.contentMatchAt(n.index()).findWrapping(e.state.schema.nodes.text);if(!r)return!1;let i=E.empty;for(let e=r.length-1;e>=0;e--)i=E.from(r[e].createAndFill(null,i));let a=e.state.tr.replace(n.pos,n.pos,new O(i,0,0));return a.setSelection(j.near(a.doc.resolve(n.pos+1))),e.dispatch(a),!1}function qh(e){if(!(e.selection instanceof Lh))return null;let t=document.createElement(`div`);return t.className=`ProseMirror-gapcursor`,R.create(e.doc,[Ps.widget(e.selection.head,t,{key:`gapcursor`})])}var Jh=200,X=function(){};X.prototype.append=function(e){return e.length?(e=X.from(e),!this.length&&e||e.length=t?X.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,t))},X.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)},X.prototype.forEach=function(e,t,n){t===void 0&&(t=0),n===void 0&&(n=this.length),t<=n?this.forEachInner(e,t,n,0):this.forEachInvertedInner(e,t,n,0)},X.prototype.map=function(e,t,n){t===void 0&&(t=0),n===void 0&&(n=this.length);var r=[];return this.forEach(function(t,n){return r.push(e(t,n))},t,n),r},X.from=function(e){return e instanceof X?e:e&&e.length?new Yh(e):X.empty};var Yh=function(e){function t(t){e.call(this),this.values=t}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={length:{configurable:!0},depth:{configurable:!0}};return t.prototype.flatten=function(){return this.values},t.prototype.sliceInner=function(e,n){return e==0&&n==this.length?this:new t(this.values.slice(e,n))},t.prototype.getInner=function(e){return this.values[e]},t.prototype.forEachInner=function(e,t,n,r){for(var i=t;i=n;i--)if(e(this.values[i],r+i)===!1)return!1},t.prototype.leafAppend=function(e){if(this.length+e.length<=Jh)return new t(this.values.concat(e.flatten()))},t.prototype.leafPrepend=function(e){if(this.length+e.length<=Jh)return new t(e.flatten().concat(this.values))},n.length.get=function(){return this.values.length},n.depth.get=function(){return 0},Object.defineProperties(t.prototype,n),t}(X);X.empty=new Yh([]);var Xh=function(e){function t(t,n){e.call(this),this.left=t,this.right=n,this.length=t.length+n.length,this.depth=Math.max(t.depth,n.depth)+1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.flatten=function(){return this.left.flatten().concat(this.right.flatten())},t.prototype.getInner=function(e){return ei&&this.right.forEachInner(e,Math.max(t-i,0),Math.min(this.length,n)-i,r+i)===!1)return!1},t.prototype.forEachInvertedInner=function(e,t,n,r){var i=this.left.length;if(t>i&&this.right.forEachInvertedInner(e,t-i,Math.max(n,i)-i,r+i)===!1||n=n?this.right.slice(e-n,t-n):this.left.slice(e,n).append(this.right.slice(0,t-n))},t.prototype.leafAppend=function(e){var n=this.right.leafAppend(e);if(n)return new t(this.left,n)},t.prototype.leafPrepend=function(e){var n=this.left.leafPrepend(e);if(n)return new t(n,this.right)},t.prototype.appendInner=function(e){return this.left.depth>=Math.max(this.right.depth,e.depth)+1?new t(this.left,new t(this.right,e)):new t(this,e)},t}(X),Zh=500,Qh=class e{constructor(e,t){this.items=e,this.eventCount=t}popEvent(t,n){if(this.eventCount==0)return null;let r=this.items.length;for(;;r--)if(this.items.get(r-1).selection){--r;break}let i,a;n&&(i=this.remapping(r,this.items.length),a=i.maps.length);let o=t.tr,s,c,l=[],u=[];return this.items.forEach((t,n)=>{if(!t.step){i||(i=this.remapping(r,n+1),a=i.maps.length),a--,u.push(t);return}if(i){u.push(new eg(t.map));let e=t.step.map(i.slice(a)),n;e&&o.maybeStep(e).doc&&(n=o.mapping.maps[o.mapping.maps.length-1],l.push(new eg(n,void 0,void 0,l.length+u.length))),a--,n&&i.appendMap(n,a)}else o.maybeStep(t.step);if(t.selection)return s=i?t.selection.map(i.slice(a)):t.selection,c=new e(this.items.slice(0,r).append(u.reverse().concat(l)),this.eventCount-1),!1},this.items.length,0),{remaining:c,transform:o,selection:s}}addTransform(t,n,r,i){let a=[],o=this.eventCount,s=this.items,c=!i&&s.length?s.get(s.length-1):null;for(let e=0;eng&&(s=$h(s,l),o-=l),new e(s.append(a),o)}remapping(e,t){let n=new Ut;return this.items.forEach((t,r)=>{let i=t.mirrorOffset!=null&&r-t.mirrorOffset>=e?n.maps.length-t.mirrorOffset:void 0;n.appendMap(t.map,i)},e,t),n}addMaps(t){return this.eventCount==0?this:new e(this.items.append(t.map(e=>new eg(e))),this.eventCount)}rebased(t,n){if(!this.eventCount)return this;let r=[],i=Math.max(0,this.items.length-n),a=t.mapping,o=t.steps.length,s=this.eventCount;this.items.forEach(e=>{e.selection&&s--},i);let c=n;this.items.forEach(e=>{let n=a.getMirror(--c);if(n==null)return;o=Math.min(o,n);let i=a.maps[n];if(e.step){let o=t.steps[n].invert(t.docs[n]),l=e.selection&&e.selection.map(a.slice(c+1,n));l&&s++,r.push(new eg(i,o,l))}else r.push(new eg(i))},i);let l=[];for(let e=n;eZh&&(u=u.compress(this.items.length-r.length)),u}emptyItemCount(){let e=0;return this.items.forEach(t=>{t.step||e++}),e}compress(t=this.items.length){let n=this.remapping(0,t),r=n.maps.length,i=[],a=0;return this.items.forEach((e,o)=>{if(o>=t)i.push(e),e.selection&&a++;else if(e.step){let t=e.step.map(n.slice(r)),o=t&&t.getMap();if(r--,o&&n.appendMap(o,r),t){let s=e.selection&&e.selection.map(n.slice(r));s&&a++;let c=new eg(o.invert(),t,s),l,u=i.length-1;(l=i.length&&i[u].merge(c))?i[u]=l:i.push(c)}}else e.map&&r--},this.items.length,0),new e(X.from(i.reverse()),a)}};Qh.empty=new Qh(X.empty,0);function $h(e,t){let n;return e.forEach((e,r)=>{if(e.selection&&t--==0)return n=r,!1}),e.slice(n)}var eg=class e{constructor(e,t,n,r){this.map=e,this.step=t,this.selection=n,this.mirrorOffset=r}merge(t){if(this.step&&t.step&&!t.selection){let n=t.step.merge(this.step);if(n)return new e(n.getMap().invert(),n,this.selection)}}},tg=class{constructor(e,t,n,r,i){this.done=e,this.undone=t,this.prevRanges=n,this.prevTime=r,this.prevComposition=i}},ng=20;function rg(e,t,n,r){let i=n.getMeta(dg),a;if(i)return i.historyState;n.getMeta(fg)&&(e=new tg(e.done,e.undone,null,0,-1));let o=n.getMeta(`appendedTransaction`);if(n.steps.length==0)return e;if(o&&o.getMeta(dg))return o.getMeta(dg).redo?new tg(e.done.addTransform(n,void 0,r,ug(t)),e.undone,ag(n.mapping.maps),e.prevTime,e.prevComposition):new tg(e.done,e.undone.addTransform(n,void 0,r,ug(t)),null,e.prevTime,e.prevComposition);if(n.getMeta(`addToHistory`)!==!1&&!(o&&o.getMeta(`addToHistory`)===!1)){let i=n.getMeta(`composition`),a=e.prevTime==0||!o&&e.prevComposition!=i&&(e.prevTime<(n.time||0)-r.newGroupDelay||!ig(n,e.prevRanges)),s=o?og(e.prevRanges,n.mapping):ag(n.mapping.maps);return new tg(e.done.addTransform(n,a?t.selection.getBookmark():void 0,r,ug(t)),Qh.empty,s,n.time,i??e.prevComposition)}else if(a=n.getMeta(`rebased`))return new tg(e.done.rebased(n,a),e.undone.rebased(n,a),og(e.prevRanges,n.mapping),e.prevTime,e.prevComposition);else return new tg(e.done.addMaps(n.mapping.maps),e.undone.addMaps(n.mapping.maps),og(e.prevRanges,n.mapping),e.prevTime,e.prevComposition)}function ig(e,t){if(!t)return!1;if(!e.docChanged)return!0;let n=!1;return e.mapping.maps[0].forEach((e,r)=>{for(let i=0;i=t[i]&&(n=!0)}),n}function ag(e){let t=[];for(let n=e.length-1;n>=0&&t.length==0;n--)e[n].forEach((e,n,r,i)=>t.push(r,i));return t}function og(e,t){if(!e)return null;let n=[];for(let r=0;r{let i=dg.getState(n);if(!i||(e?i.undone:i.done).eventCount==0)return!1;if(r){let a=sg(i,n,e);a&&r(t?a.scrollIntoView():a)}return!0}}var hg=mg(!1,!0),gg=mg(!0,!0);W.create({name:`characterCount`,addOptions(){return{limit:null,mode:`textSize`,textCounter:e=>e.length,wordCounter:e=>e.split(` `).filter(e=>e!==``).length}},addStorage(){return{characters:()=>0,words:()=>0}},onBeforeCreate(){this.storage.characters=e=>{let t=e?.node||this.editor.state.doc;if((e?.mode||this.options.mode)===`textSize`){let e=t.textBetween(0,t.content.size,void 0,` `);return this.options.textCounter(e)}return t.nodeSize},this.storage.words=e=>{let t=e?.node||this.editor.state.doc,n=t.textBetween(0,t.content.size,` `,` `);return this.options.wordCounter(n)}},addProseMirrorPlugins(){let e=!1;return[new N({key:new P(`characterCount`),appendTransaction:(t,n,r)=>{if(e)return;let i=this.options.limit;if(i==null||i===0){e=!0;return}let a=this.storage.characters({node:r.doc});if(a>i){let t=a-i;console.warn(`[CharacterCount] Initial content exceeded limit of ${i} characters. Content was automatically trimmed.`);let n=r.tr.deleteRange(0,t);return e=!0,n}e=!0},filterTransaction:(e,t)=>{let n=this.options.limit;if(!e.docChanged||n===0||n==null)return!0;let r=this.storage.characters({node:t.doc}),i=this.storage.characters({node:e.doc});if(i<=n||r>n&&i>n&&i<=r)return!0;if(r>n&&i>n&&i>r||!e.getMeta(`paste`))return!1;let a=e.selection.$head.pos,o=a-(i-n),s=a;return e.deleteRange(o,s),!(this.storage.characters({node:e.doc})>n)}})]}});var _g=W.create({name:`dropCursor`,addOptions(){return{color:`currentColor`,width:1,class:void 0}},addProseMirrorPlugins(){return[Fh(this.options)]}});W.create({name:`focus`,addOptions(){return{className:`has-focus`,mode:`all`}},addProseMirrorPlugins(){return[new N({key:new P(`focus`),props:{decorations:({doc:e,selection:t})=>{let{isEditable:n,isFocused:r}=this.editor,{anchor:i}=t,a=[];if(!n||!r)return R.create(e,[]);let o=0;this.options.mode===`deepest`&&e.descendants((e,t)=>{if(!e.isText){if(!(i>=t&&i<=t+e.nodeSize-1))return!1;o+=1}});let s=0;return e.descendants((e,t)=>{if(e.isText||!(i>=t&&i<=t+e.nodeSize-1))return!1;if(s+=1,this.options.mode===`deepest`&&o-s>0||this.options.mode===`shallowest`&&s>1)return this.options.mode===`deepest`;a.push(Ps.node(t,t+e.nodeSize,{class:this.options.className}))}),R.create(e,a)}}})]}});var vg=W.create({name:`gapCursor`,addProseMirrorPlugins(){return[Hh()]},extendNodeSchema(e){return{allowGapCursor:H(V(e,`allowGapCursor`,{name:e.name,options:e.options,storage:e.storage}))??null}}}),yg=`placeholder`;function bg(e){return e.replace(/\s+/g,`-`).replace(/[^a-zA-Z0-9-]/g,``).replace(/^[0-9-]+/,``).replace(/^-+/,``).toLowerCase()}W.create({name:`placeholder`,addOptions(){return{emptyEditorClass:`is-editor-empty`,emptyNodeClass:`is-empty`,dataAttribute:yg,placeholder:`Write something …`,showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}},addProseMirrorPlugins(){let e=this.options.dataAttribute?`data-${bg(this.options.dataAttribute)}`:`data-${yg}`;return[new N({key:new P(`placeholder`),props:{decorations:({doc:t,selection:n})=>{let r=this.editor.isEditable||!this.options.showOnlyWhenEditable,{anchor:i}=n,a=[];if(!r)return null;let o=this.editor.isEmpty;return t.descendants((t,n)=>{let r=i>=n&&i<=n+t.nodeSize,s=!t.isLeaf&&zu(t);if(!t.type.isTextblock)return this.options.includeChildren;if((r||!this.options.showOnlyCurrent)&&s){let i=[this.options.emptyNodeClass];o&&i.push(this.options.emptyEditorClass);let s=Ps.node(n,n+t.nodeSize,{class:i.join(` `),[e]:typeof this.options.placeholder==`function`?this.options.placeholder({editor:this.editor,node:t,pos:n,hasAnchor:r}):this.options.placeholder});a.push(s)}return this.options.includeChildren}),R.create(t,a)}}})]}}),W.create({name:`selection`,addOptions(){return{className:`selection`}},addProseMirrorPlugins(){let{editor:e,options:t}=this;return[new N({key:new P(`selection`),props:{decorations(n){return n.selection.empty||e.isFocused||!e.isEditable||Bu(n.selection)||e.view.dragging?null:R.create(n.doc,[Ps.inline(n.selection.from,n.selection.to,{class:t.className})])}}})]}});function xg({types:e,node:t}){return t&&Array.isArray(e)&&e.includes(t.type)||t?.type===e}var Sg=W.create({name:`trailingNode`,addOptions(){return{node:void 0,notAfter:[]}},addProseMirrorPlugins(){let e=new P(this.name),t=this.options.node||this.editor.schema.topNodeType.contentMatch.defaultType?.name||`paragraph`,n=Object.entries(this.editor.schema.nodes).map(([,e])=>e).filter(e=>(this.options.notAfter||[]).concat(t).includes(e.name));return[new N({key:e,appendTransaction:(n,r,i)=>{let{doc:a,tr:o,schema:s}=i,c=e.getState(i),l=a.content.size,u=s.nodes[t];if(!n.some(e=>e.getMeta(`skipTrailingNode`))&&c)return o.insert(l,u.create())},state:{init:(e,t)=>{let r=t.tr.doc.lastChild;return!xg({node:r,types:n})},apply:(e,t)=>{if(!e.docChanged||e.getMeta(`__uniqueIDTransaction`))return t;let r=e.doc.lastChild;return!xg({node:r,types:n})}}})]}}),Cg=W.create({name:`undoRedo`,addOptions(){return{depth:100,newGroupDelay:500}},addCommands(){return{undo:()=>({state:e,dispatch:t})=>hg(e,t),redo:()=>({state:e,dispatch:t})=>gg(e,t)}},addProseMirrorPlugins(){return[pg(this.options)]},addKeyboardShortcuts(){return{"Mod-z":()=>this.editor.commands.undo(),"Shift-Mod-z":()=>this.editor.commands.redo(),"Mod-y":()=>this.editor.commands.redo(),"Mod-я":()=>this.editor.commands.undo(),"Shift-Mod-я":()=>this.editor.commands.redo()}}}),wg=W.create({name:`starterKit`,addExtensions(){let e=[];return this.options.bold!==!1&&e.push(Sf.configure(this.options.bold)),this.options.blockquote!==!1&&e.push(_f.configure(this.options.blockquote)),this.options.bulletList!==!1&&e.push(nh.configure(this.options.bulletList)),this.options.code!==!1&&e.push(Tf.configure(this.options.code)),this.options.codeBlock!==!1&&e.push(kf.configure(this.options.codeBlock)),this.options.document!==!1&&e.push(Af.configure(this.options.document)),this.options.dropcursor!==!1&&e.push(_g.configure(this.options.dropcursor)),this.options.gapcursor!==!1&&e.push(vg.configure(this.options.gapcursor)),this.options.hardBreak!==!1&&e.push(jf.configure(this.options.hardBreak)),this.options.heading!==!1&&e.push(Mf.configure(this.options.heading)),this.options.undoRedo!==!1&&e.push(Cg.configure(this.options.undoRedo)),this.options.horizontalRule!==!1&&e.push(Nf.configure(this.options.horizontalRule)),this.options.italic!==!1&&e.push(Rf.configure(this.options.italic)),this.options.listItem!==!1&&e.push(rh.configure(this.options.listItem)),this.options.listKeymap!==!1&&e.push(mh.configure(this.options?.listKeymap)),this.options.link!==!1&&e.push(Xm.configure(this.options?.link)),this.options.orderedList!==!1&&e.push(Ch.configure(this.options.orderedList)),this.options.paragraph!==!1&&e.push(kh.configure(this.options.paragraph)),this.options.strike!==!1&&e.push(Mh.configure(this.options.strike)),this.options.text!==!1&&e.push(Nh.configure(this.options.text)),this.options.underline!==!1&&e.push(Ph.configure(this.options?.underline)),this.options.trailingNode!==!1&&e.push(Sg.configure(this.options?.trailingNode)),e}}),Tg,Eg;if(typeof WeakMap<`u`){let e=new WeakMap;Tg=t=>e.get(t),Eg=(t,n)=>(e.set(t,n),n)}else{let e=[],t=0;Tg=t=>{for(let n=0;n(t==10&&(t=0),e[t++]=n,e[t++]=r)}var Z=class{constructor(e,t,n,r){this.width=e,this.height=t,this.map=n,this.problems=r}findCell(e){for(let t=0;t=n){(a||=[]).push({type:`overlong_rowspan`,pos:c,n:f-e});break}let l=i+e*t;for(let e=0;er&&(a+=i.attrs.colspan)}}for(let e=0;e1&&(n=!0)}t==-1?t=a:t!=a&&(t=Math.max(t,a))}return t}function kg(e,t,n){e.problems||=[];let r={};for(let i=0;i0;t--)if(e.node(t).type.spec.tableRole==`row`)return e.node(0).resolve(e.before(t+1));return null}function Pg(e){for(let t=e.depth;t>0;t--){let n=e.node(t).type.spec.tableRole;if(n===`cell`||n===`header_cell`)return e.node(t)}return null}function Fg(e){let t=e.selection.$head;for(let e=t.depth;e>0;e--)if(t.node(e).type.spec.tableRole==`row`)return!0;return!1}function Ig(e){let t=e.selection;if(`$anchorCell`in t&&t.$anchorCell)return t.$anchorCell.pos>t.$headCell.pos?t.$anchorCell:t.$headCell;if(`node`in t&&t.node&&t.node.type.spec.tableRole==`cell`)return t.$anchor;let n=Ng(t.$head)||Lg(t.$head);if(n)return n;throw RangeError(`No cell found around position ${t.head}`)}function Lg(e){for(let t=e.nodeAfter,n=e.pos;t;t=t.firstChild,n++){let r=t.type.spec.tableRole;if(r==`cell`||r==`header_cell`)return e.doc.resolve(n)}for(let t=e.nodeBefore,n=e.pos;t;t=t.lastChild,n--){let r=t.type.spec.tableRole;if(r==`cell`||r==`header_cell`)return e.doc.resolve(n-t.nodeSize)}}function Rg(e){return e.parent.type.spec.tableRole==`row`&&!!e.nodeAfter}function zg(e){return e.node(0).resolve(e.pos+e.nodeAfter.nodeSize)}function Bg(e,t){return e.depth==t.depth&&e.pos>=t.start(-1)&&e.pos<=t.end(-1)}function Vg(e,t,n){let r=e.node(-1),i=Z.get(r),a=e.start(-1),o=i.nextCell(e.pos-a,t,n);return o==null?null:e.node(0).resolve(a+o)}function Hg(e,t,n=1){let r={...e,colspan:e.colspan-n};return r.colwidth&&(r.colwidth=r.colwidth.slice(),r.colwidth.splice(t,n),r.colwidth.some(e=>e>0)||(r.colwidth=null)),r}function Ug(e,t,n=1){let r={...e,colspan:e.colspan+n};if(r.colwidth){r.colwidth=r.colwidth.slice();for(let e=0;ee!=t.pos-i);s.unshift(t.pos-i);let c=s.map(e=>{let t=n.nodeAt(e);if(!t)throw RangeError(`No cell with offset ${e} found`);let r=i+e+1;return new Kn(o.resolve(r),o.resolve(r+t.content.size))});super(c[0].$from,c[0].$to,c),this.$anchorCell=e,this.$headCell=t}map(t,n){let r=t.resolve(n.map(this.$anchorCell.pos)),i=t.resolve(n.map(this.$headCell.pos));if(Rg(r)&&Rg(i)&&Bg(r,i)){let t=this.$anchorCell.node(-1)!=r.node(-1);return t&&this.isRowSelection()?e.rowSelection(r,i):t&&this.isColSelection()?e.colSelection(r,i):new e(r,i)}return j.between(r,i)}content(){let e=this.$anchorCell.node(-1),t=Z.get(e),n=this.$anchorCell.start(-1),r=t.rectBetween(this.$anchorCell.pos-n,this.$headCell.pos-n),i={},a=[];for(let n=r.top;n0||u>0){let e=c.attrs;if(l>0&&(e=Hg(e,0,l)),u>0&&(e=Hg(e,e.colspan-u,u)),s.leftr.bottom){let e={...c.attrs,rowspan:Math.min(s.bottom,r.bottom)-Math.max(s.top,r.top)};c=s.top0)return!1;let n=e+this.$anchorCell.nodeAfter.attrs.rowspan,r=t+this.$headCell.nodeAfter.attrs.rowspan;return Math.max(n,r)==this.$headCell.node(-1).childCount}static colSelection(t,n=t){let r=t.node(-1),i=Z.get(r),a=t.start(-1),o=i.findCell(t.pos-a),s=i.findCell(n.pos-a),c=t.node(0);return o.top<=s.top?(o.top>0&&(t=c.resolve(a+i.map[o.left])),s.bottom0&&(n=c.resolve(a+i.map[s.left])),o.bottom0)return!1;let a=r+this.$anchorCell.nodeAfter.attrs.colspan,o=i+this.$headCell.nodeAfter.attrs.colspan;return Math.max(a,o)==t.width}eq(t){return t instanceof e&&t.$anchorCell.pos==this.$anchorCell.pos&&t.$headCell.pos==this.$headCell.pos}static rowSelection(t,n=t){let r=t.node(-1),i=Z.get(r),a=t.start(-1),o=i.findCell(t.pos-a),s=i.findCell(n.pos-a),c=t.node(0);return o.left<=s.left?(o.left>0&&(t=c.resolve(a+i.map[o.top*i.width])),s.right0&&(n=c.resolve(a+i.map[s.top*i.width])),o.right{t.push(Ps.node(n,n+e.nodeSize,{class:`selectedCell`}))}),R.create(e.doc,t)}function qg({$from:e,$to:t}){if(e.pos==t.pos||e.pos=0&&!(e.after(i+1)=0&&!(t.before(e+1)>t.start(e));e--,r--);return n==r&&/row|table/.test(e.node(i).type.spec.tableRole)}function Jg({$from:e,$to:t}){let n,r;for(let t=e.depth;t>0;t--){let r=e.node(t);if(r.type.spec.tableRole===`cell`||r.type.spec.tableRole===`header_cell`){n=r;break}}for(let e=t.depth;e>0;e--){let n=t.node(e);if(n.type.spec.tableRole===`cell`||n.type.spec.tableRole===`header_cell`){r=n;break}}return n!==r&&t.parentOffset===0}function Yg(e,t,n){let r=(t||e).selection,i=(t||e).doc,a,o;if(r instanceof M&&(o=r.node.type.spec.tableRole)){if(o==`cell`||o==`header_cell`)a=Q.create(i,r.from);else if(o==`row`){let e=i.resolve(r.from+1);a=Q.rowSelection(e,e)}else if(!n){let e=Z.get(r.node),t=r.from+1,n=t+e.map[e.width*e.height-1];a=Q.create(i,t+1,n)}}else r instanceof j&&qg(r)?a=j.create(i,r.from):r instanceof j&&Jg(r)&&(a=j.create(i,r.$from.start(),r.$from.end()));return a&&(t||=e.tr).setSelection(a),t}var Xg=new P(`fix-tables`);function Zg(e,t,n,r){let i=e.childCount,a=t.childCount;outer:for(let o=0,s=0;o{t.type.spec.tableRole==`table`&&(n=$g(e,t,r,n))};return t?t.doc!=e.doc&&Zg(t.doc,e.doc,0,r):e.doc.descendants(r),n}function $g(e,t,n,r){let i=Z.get(t);if(!i.problems)return r;r||=e.tr;let a=[];for(let e=0;e0){let t=`cell`;n.firstChild&&(t=n.firstChild.type.spec.tableRole);let a=[];for(let n=0;n0?-1:0;Wg(t,r,i+a)&&(a=i==0||i==t.width?null:0);for(let o=0;o0&&i0&&t.map[s-1]==c||i0?-1:0;o_(t,r,i+s)&&(s=i==0||i==t.height?null:0);for(let a=0,c=t.width*i;a0&&i0&&l==t.map[o-t.width]){let t=n.nodeAt(l).attrs;e.setNodeMarkup(e.mapping.slice(s).map(l+r),null,{...t,rowspan:t.rowspan-1}),a+=t.colspan-1}else if(i0&&n[a]==n[a-1]||r.right0&&n[i]==n[i-e]||r.bottom0){let e=s+1+c.content.size,t=f_(c)?s+1:e;n.replaceWith(t+r.tableStart,e+r.tableStart,o)}n.setSelection(new Q(n.doc.resolve(s+r.tableStart))),t(n)}return!0}function h_(e,t){let n=jg(e.schema);return g_(({node:e})=>n[e.type.spec.tableRole])(e,t)}function g_(e){return(t,n)=>{let r=t.selection,i,a;if(r instanceof Q){if(r.$anchorCell.pos!=r.$headCell.pos)return!1;i=r.$anchorCell.nodeAfter,a=r.$anchorCell.pos}else{if(i=Pg(r.$from),!i)return!1;a=Ng(r.$from)?.pos}if(i==null||a==null||i.attrs.colspan==1&&i.attrs.rowspan==1)return!1;if(n){let o=i.attrs,s=[],c=o.colwidth;o.rowspan>1&&(o={...o,rowspan:1}),o.colspan>1&&(o={...o,colspan:1});let l=e_(t),u=t.tr;for(let e=0;e{n.attrs[e]!==t&&a.setNodeMarkup(r,null,{...n.attrs,[e]:t})}):a.setNodeMarkup(i.pos,null,{...i.nodeAfter.attrs,[e]:t}),r(a)}return!0}}function v_(e){return function(t,n){if(!Fg(t))return!1;if(n){let r=jg(t.schema),i=e_(t),a=t.tr,o=i.map.cellsInRect(e==`column`?{left:i.left,top:0,right:i.right,bottom:i.map.height}:e==`row`?{left:0,top:i.top,right:i.map.width,bottom:i.bottom}:i),s=o.map(e=>i.table.nodeAt(e));for(let e=0;e{let t=e+i.tableStart,n=a.doc.nodeAt(t);n&&a.setNodeMarkup(t,u,n.attrs)}),n(a)}return!0}}b_(`row`,{useDeprecatedLogic:!0}),b_(`column`,{useDeprecatedLogic:!0});var x_=b_(`cell`,{useDeprecatedLogic:!0});function S_(e,t){if(t<0){let t=e.nodeBefore;if(t)return e.pos-t.nodeSize;for(let t=e.index(-1)-1,n=e.before();t>=0;t--){let r=e.node(-1).child(t),i=r.lastChild;if(i)return n-1-i.nodeSize;n-=r.nodeSize}}else{if(e.index()0;r--)if(n.node(r).type.spec.tableRole==`table`)return t&&t(e.tr.delete(n.before(r),n.after(r)).scrollIntoView()),!0;return!1}function T_(e,t){let n=e.selection;if(!(n instanceof Q))return!1;if(t){let r=e.tr,i=jg(e.schema).cell.createAndFill().content;n.forEachCell((e,t)=>{e.content.eq(i)||r.replace(r.mapping.map(t+1),r.mapping.map(t+e.nodeSize-1),new O(i,0,0))}),r.docChanged&&t(r)}return!0}function E_(e){if(e.size===0)return null;let{content:t,openStart:n,openEnd:r}=e;for(;t.childCount==1&&(n>0&&r>0||t.child(0).type.spec.tableRole==`table`);)n--,r--,t=t.child(0).content;let i=t.child(0),a=i.type.spec.tableRole,o=i.type.schema,s=[];if(a==`row`)for(let e=0;e=0;t--){let{rowspan:i,colspan:a}=r.child(t).attrs;for(let t=e;t=t.length&&t.push(E.empty),n[i]r&&(s=s.type.createChecked(Hg(s.attrs,s.attrs.colspan,n+s.attrs.colspan-r),s.content)),o.push(s),n+=s.attrs.colspan;for(let n=1;ni&&(t=t.type.create({...t.attrs,rowspan:Math.max(1,i-t.attrs.rowspan)},t.content)),o.push(t)}e.push(E.from(o))}n=e,t=i}return{width:e,height:t,rows:n}}function A_(e,t,n,r,i,a,o){let s=e.doc.type.schema,c=jg(s),l,u;if(i>t.width)for(let a=0,s=0;at.height){let s=[];for(let e=0,r=(t.height-1)*t.width;e=t.width?!1:n.nodeAt(t.map[r+e]).type==c.header_cell;s.push(i?u||=c.header_cell.createAndFill():l||=c.cell.createAndFill())}let d=c.row.create(null,E.from(s)),f=[];for(let e=t.height;e{if(!i)return!1;let a=n.selection;if(a instanceof Q)return F_(n,r,A.near(a.$headCell,t));if(e!=`horiz`&&!a.empty)return!1;let o=V_(i,e,t);if(o==null)return!1;if(e==`horiz`)return F_(n,r,A.near(n.doc.resolve(a.head+t),t));{let i=n.doc.resolve(o),a=Vg(i,e,t),s;return s=a?A.near(a,1):t<0?A.near(n.doc.resolve(i.before(-1)),-1):A.near(n.doc.resolve(i.after(-1)),1),F_(n,r,s)}}}function L_(e,t){return(n,r,i)=>{if(!i)return!1;let a=n.selection,o;if(a instanceof Q)o=a;else{let r=V_(i,e,t);if(r==null)return!1;o=new Q(n.doc.resolve(r))}let s=Vg(o.$headCell,e,t);return s?F_(n,r,new Q(o.$anchorCell,s)):!1}}function R_(e,t){let n=e.state.doc,r=Ng(n.resolve(t));return r?(e.dispatch(e.state.tr.setSelection(new Q(r))),!0):!1}function z_(e,t,n){if(!Fg(e.state))return!1;let r=E_(n),i=e.state.selection;if(i instanceof Q){r||={width:1,height:1,rows:[E.from(O_(jg(e.state.schema).cell,n))]};let t=i.$anchorCell.node(-1),a=i.$anchorCell.start(-1),o=Z.get(t).rectBetween(i.$anchorCell.pos-a,i.$headCell.pos-a);return r=k_(r,o.right-o.left,o.bottom-o.top),N_(e.state,e.dispatch,a,o,r),!0}else if(r){let t=Ig(e.state),n=t.start(-1);return N_(e.state,e.dispatch,n,Z.get(t.node(-1)).findCell(t.pos-n),r),!0}else return!1}function B_(e,t){if(t.button!=0||t.ctrlKey||t.metaKey)return;let n=H_(e,t.target),r;if(t.shiftKey&&e.state.selection instanceof Q)i(e.state.selection.$anchorCell,t),t.preventDefault();else if(t.shiftKey&&n&&(r=Ng(e.state.selection.$anchor))!=null&&U_(e,t)?.pos!=r.pos)i(r,t),t.preventDefault();else if(!n)return;function i(t,n){let r=U_(e,n),i=Mg.getState(e.state)==null;if(!r||!Bg(t,r))if(i)r=t;else return;let a=new Q(t,r);if(i||!e.state.selection.eq(a)){let n=e.state.tr.setSelection(a);i&&n.setMeta(Mg,t.pos),e.dispatch(n)}}function a(){e.root.removeEventListener(`mouseup`,a),e.root.removeEventListener(`dragstart`,a),e.root.removeEventListener(`mousemove`,o),Mg.getState(e.state)!=null&&e.dispatch(e.state.tr.setMeta(Mg,-1))}function o(r){let o=r,s=Mg.getState(e.state),c;if(s!=null)c=e.state.doc.resolve(s);else if(H_(e,o.target)!=n&&(c=U_(e,t),!c))return a();c&&i(c,o)}e.root.addEventListener(`mouseup`,a),e.root.addEventListener(`dragstart`,a),e.root.addEventListener(`mousemove`,o)}function V_(e,t,n){if(!(e.state.selection instanceof j))return null;let{$head:r}=e.state.selection;for(let i=r.depth-1;i>=0;i--){let a=r.node(i);if((n<0?r.index(i):r.indexAfter(i))!=(n<0?0:a.childCount))return null;if(a.type.spec.tableRole==`cell`||a.type.spec.tableRole==`header_cell`){let a=r.before(i),o=t==`vert`?n>0?`down`:`up`:n>0?`right`:`left`;return e.endOfTextblock(o)?a:null}}return null}function H_(e,t){for(;t&&t!=e.dom;t=t.parentNode)if(t.nodeName==`TD`||t.nodeName==`TH`)return t;return null}function U_(e,t){let n=e.posAtCoords({left:t.clientX,top:t.clientY});if(!n)return null;let{inside:r,pos:i}=n;return r>=0&&Ng(e.state.doc.resolve(r))||Ng(e.state.doc.resolve(i))}var W_=class{constructor(e,t){this.node=e,this.defaultCellMinWidth=t,this.dom=document.createElement(`div`),this.dom.className=`tableWrapper`,this.table=this.dom.appendChild(document.createElement(`table`)),this.table.style.setProperty(`--default-cell-min-width`,`${t}px`),this.colgroup=this.table.appendChild(document.createElement(`colgroup`)),G_(e,this.colgroup,this.table,t),this.contentDOM=this.table.appendChild(document.createElement(`tbody`))}update(e){return e.type==this.node.type?(this.node=e,G_(e,this.colgroup,this.table,this.defaultCellMinWidth),!0):!1}ignoreMutation(e){return e.type==`attributes`&&(e.target==this.table||this.colgroup.contains(e.target))}};function G_(e,t,n,r,i,a){let o=0,s=!0,c=t.firstChild,l=e.firstChild;if(l){for(let e=0,n=0;enew r(e,n,t)),new J_(-1,!1)},apply(e,t){return t.apply(e)}},props:{attributes:e=>{let t=K_.getState(e);return t&&t.activeHandle>-1?{class:`resize-cursor`}:{}},handleDOMEvents:{mousemove:(t,n)=>{Y_(t,n,e,i)},mouseleave:e=>{X_(e)},mousedown:(e,r)=>{Z_(e,r,t,n)}},decorations:e=>{let t=K_.getState(e);if(t&&t.activeHandle>-1)return ov(e,t.activeHandle)},nodeViews:{}}});return a}var J_=class e{constructor(e,t){this.activeHandle=e,this.dragging=t}apply(t){let n=this,r=t.getMeta(K_);if(r&&r.setHandle!=null)return new e(r.setHandle,!1);if(r&&r.setDragging!==void 0)return new e(n.activeHandle,r.setDragging);if(n.activeHandle>-1&&t.docChanged){let r=t.mapping.map(n.activeHandle,-1);return Rg(t.doc.resolve(r))||(r=-1),new e(r,n.dragging)}return n}};function Y_(e,t,n,r){if(!e.editable)return;let i=K_.getState(e.state);if(i&&!i.dragging){let a=$_(t.target),o=-1;if(a){let{left:r,right:i}=a.getBoundingClientRect();t.clientX-r<=n?o=ev(e,t,`left`,n):i-t.clientX<=n&&(o=ev(e,t,`right`,n))}if(o!=i.activeHandle){if(!r&&o!==-1){let t=e.state.doc.resolve(o),n=t.node(-1),r=Z.get(n),i=t.start(-1);if(r.colCount(t.pos-i)+t.nodeAfter.attrs.colspan-1==r.width-1)return}nv(e,o)}}}function X_(e){if(!e.editable)return;let t=K_.getState(e.state);t&&t.activeHandle>-1&&!t.dragging&&nv(e,-1)}function Z_(e,t,n,r){if(!e.editable)return!1;let i=e.dom.ownerDocument.defaultView??window,a=K_.getState(e.state);if(!a||a.activeHandle==-1||a.dragging)return!1;let o=e.state.doc.nodeAt(a.activeHandle),s=Q_(e,a.activeHandle,o.attrs);e.dispatch(e.state.tr.setMeta(K_,{setDragging:{startX:t.clientX,startWidth:s}}));function c(t){i.removeEventListener(`mouseup`,c),i.removeEventListener(`mousemove`,l);let r=K_.getState(e.state);r?.dragging&&(rv(e,r.activeHandle,tv(r.dragging,t,n)),e.dispatch(e.state.tr.setMeta(K_,{setDragging:null})))}function l(t){if(!t.which)return c(t);let i=K_.getState(e.state);if(i&&i.dragging){let a=tv(i.dragging,t,n);iv(e,i.activeHandle,a,r)}}return iv(e,a.activeHandle,s,r),i.addEventListener(`mouseup`,c),i.addEventListener(`mousemove`,l),t.preventDefault(),!0}function Q_(e,t,{colspan:n,colwidth:r}){let i=r&&r[r.length-1];if(i)return i;let a=e.domAtPos(t),o=a.node.childNodes[a.offset].offsetWidth,s=n;if(r)for(let e=0;elv(e),renderHTML:e=>e.align?{style:`text-align: ${e.align}`}:{}}}var fv=G.create({name:`tableCell`,addOptions(){return{HTMLAttributes:{}}},content:`block+`,addAttributes(){return{colspan:{default:1},rowspan:{default:1},colwidth:{default:null,parseHTML:e=>{let t=e.getAttribute(`colwidth`),n=t?t.split(`,`).map(e=>parseInt(e,10)):null;if(!n){let t=e.closest(`table`)?.querySelectorAll(`colgroup > col`),n=Array.from(e.parentElement?.children||[]).indexOf(e);if(n&&n>-1&&t&&t[n]){let e=t[n].getAttribute(`width`);return e?[parseInt(e,10)]:null}}return n}},align:dv()}},tableRole:`cell`,isolating:!0,parseHTML(){return[{tag:`td`}]},renderHTML({HTMLAttributes:e}){return[`td`,U(this.options.HTMLAttributes,e),0]}}),pv=G.create({name:`tableHeader`,addOptions(){return{HTMLAttributes:{}}},content:`block+`,addAttributes(){return{colspan:{default:1},rowspan:{default:1},colwidth:{default:null,parseHTML:e=>{let t=e.getAttribute(`colwidth`);return t?t.split(`,`).map(e=>parseInt(e,10)):null}},align:dv()}},tableRole:`header_cell`,isolating:!0,parseHTML(){return[{tag:`th`}]},renderHTML({HTMLAttributes:e}){return[`th`,U(this.options.HTMLAttributes,e),0]}}),mv=G.create({name:`tableRow`,addOptions(){return{HTMLAttributes:{}}},content:`(tableCell | tableHeader)*`,tableRole:`row`,parseHTML(){return[{tag:`tr`}]},renderHTML({HTMLAttributes:e}){return[`tr`,U(this.options.HTMLAttributes,e),0]}});function hv(e,t){return t?[`width`,`${Math.max(t,e)}px`]:[`min-width`,`${e}px`]}function gv(e,t,n,r,i,a){var o;let s=0,c=!0,l=t.firstChild,u=e.firstChild;if(u!==null)for(let e=0,n=0;e{let r=e.nodes[n];r.spec.tableRole&&(t[r.spec.tableRole]=r)}),e.cached.tableNodeTypes=t,t}function xv(e,t,n,r,i){let a=bv(e),o=[],s=[];for(let e=0;e{let{selection:t}=e.state;if(!Sv(t))return!1;let n=0;return tu(t.ranges[0].$from,e=>e.type.name===`table`)?.node.descendants(e=>{if(e.type.name===`table`)return!1;[`tableCell`,`tableHeader`].includes(e.type.name)&&(n+=1)}),n===t.ranges.length?(e.commands.deleteTable(),!0):!1};function wv(e){return(e||``).replace(/\s+/g,` `).trim()}function Tv(e,t,n={}){let r=n.cellLineSeparator??``;if(!e||!e.content||e.content.length===0)return``;let i=[];e.content.forEach(e=>{let n=[];e.content&&e.content.forEach(e=>{let i=``;i=e.content&&Array.isArray(e.content)&&e.content.length>1?e.content.map(e=>t.renderChildren(e)).join(r):e.content?t.renderChildren(e.content):``;let a=wv(i),o=e.type===`tableHeader`,s=uv(e.attrs);n.push({text:a,isHeader:o,align:s})}),i.push(n)});let a=i.reduce((e,t)=>Math.max(e,t.length),0);if(a===0)return``;let o=Array(a).fill(0);i.forEach(e=>{for(let t=0;to[t]&&(o[t]=n),o[t]<3&&(o[t]=3)}});let s=(e,t)=>e+` `.repeat(Math.max(0,t-e.length)),c=i[0],l=c.some(e=>e.isHeader),u=Array(a).fill(null);i.forEach(e=>{for(let t=0;tl&&c[t]&&c[t].text||``);return d+=`| ${f.map((e,t)=>s(e,o[t])).join(` | `)} | +`,d+=`| ${o.map((e,t)=>{let n=Math.max(3,e),r=u[t];return r===`left`?`:${`-`.repeat(n)}`:r===`right`?`${`-`.repeat(n)}:`:r===`center`?`:${`-`.repeat(n)}:`:`-`.repeat(n)}).join(` | `)} | +`,(l?i.slice(1):i).forEach(e=>{d+=`| ${Array(a).fill(0).map((t,n)=>s(e[n]&&e[n].text||``,o[n])).join(` | `)} | +`}),d}var Ev=Tv,Dv=G.create({name:`table`,addOptions(){return{HTMLAttributes:{},resizable:!1,renderWrapper:!1,handleWidth:5,cellMinWidth:25,View:_v,lastColumnResizable:!0,allowTableNodeSelection:!1}},content:`tableRow+`,tableRole:`table`,isolating:!0,group:`block`,parseHTML(){return[{tag:`table`}]},renderHTML({node:e,HTMLAttributes:t}){let{colgroup:n,tableWidth:r,tableMinWidth:i}=vv(e,this.options.cellMinWidth),a=t.style;function o(){return a||(r?`width: ${r}`:`min-width: ${i}`)}let s=[`table`,U(this.options.HTMLAttributes,t,{style:o()}),n,[`tbody`,0]];return this.options.renderWrapper?[`div`,{class:`tableWrapper`},s]:s},parseMarkdown:(e,t)=>{let n=[],r=Array.isArray(e.align)?e.align:[];if(e.header){let i=[];e.header.forEach((e,n)=>{let a=cv(r[n]??e.align),o=a?{align:a}:{};i.push(t.createNode(`tableHeader`,o,[{type:`paragraph`,content:t.parseInline(e.tokens)}]))}),n.push(t.createNode(`tableRow`,{},i))}return e.rows&&e.rows.forEach(e=>{let i=[];e.forEach((e,n)=>{let a=cv(r[n]??e.align),o=a?{align:a}:{};i.push(t.createNode(`tableCell`,o,[{type:`paragraph`,content:t.parseInline(e.tokens)}]))}),n.push(t.createNode(`tableRow`,{},i))}),t.createNode(`table`,void 0,n)},renderMarkdown:(e,t)=>Ev(e,t),addCommands(){return{insertTable:({rows:e=3,cols:t=3,withHeaderRow:n=!0}={})=>({tr:r,dispatch:i,editor:a})=>{let o=xv(a.schema,e,t,n);if(i){let e=r.selection.from+1;r.replaceSelectionWith(o).scrollIntoView().setSelection(j.near(r.doc.resolve(e)))}return!0},addColumnBefore:()=>({state:e,dispatch:t})=>n_(e,t),addColumnAfter:()=>({state:e,dispatch:t})=>r_(e,t),deleteColumn:()=>({state:e,dispatch:t})=>a_(e,t),addRowBefore:()=>({state:e,dispatch:t})=>c_(e,t),addRowAfter:()=>({state:e,dispatch:t})=>l_(e,t),deleteRow:()=>({state:e,dispatch:t})=>d_(e,t),deleteTable:()=>({state:e,dispatch:t})=>w_(e,t),mergeCells:()=>({state:e,dispatch:t})=>m_(e,t),splitCell:()=>({state:e,dispatch:t})=>h_(e,t),toggleHeaderColumn:()=>({state:e,dispatch:t})=>b_(`column`)(e,t),toggleHeaderRow:()=>({state:e,dispatch:t})=>b_(`row`)(e,t),toggleHeaderCell:()=>({state:e,dispatch:t})=>x_(e,t),mergeOrSplit:()=>({state:e,dispatch:t})=>m_(e,t)?!0:h_(e,t),setCellAttribute:(e,t)=>({state:n,dispatch:r})=>__(e,t)(n,r),goToNextCell:()=>({state:e,dispatch:t})=>C_(1)(e,t),goToPreviousCell:()=>({state:e,dispatch:t})=>C_(-1)(e,t),fixTables:()=>({state:e,dispatch:t})=>(t&&Qg(e),!0),setCellSelection:e=>({tr:t,dispatch:n})=>{if(n){let n=Q.create(t.doc,e.anchorCell,e.headCell);t.setSelection(n)}return!0}}},addKeyboardShortcuts(){return{Tab:()=>this.editor.commands.goToNextCell()?!0:this.editor.can().addRowAfter()?this.editor.chain().addRowAfter().goToNextCell().run():!1,"Shift-Tab":()=>this.editor.commands.goToPreviousCell(),Backspace:Cv,"Mod-Backspace":Cv,Delete:Cv,"Mod-Delete":Cv}},addProseMirrorPlugins(){return[...this.options.resizable&&this.editor.isEditable?[q_({handleWidth:this.options.handleWidth,cellMinWidth:this.options.cellMinWidth,defaultCellMinWidth:this.options.cellMinWidth,View:this.options.View,lastColumnResizable:this.options.lastColumnResizable})]:[],sv({allowTableNodeSelection:this.options.allowTableNodeSelection})]},extendNodeSchema(e){return{tableRole:H(V(e,`tableRole`,{name:e.name,options:e.options,storage:e.storage}))}}});W.create({name:`tableKit`,addExtensions(){let e=[];return this.options.table!==!1&&e.push(Dv.configure(this.options.table)),this.options.tableCell!==!1&&e.push(fv.configure(this.options.tableCell)),this.options.tableHeader!==!1&&e.push(pv.configure(this.options.tableHeader)),this.options.tableRow!==!1&&e.push(mv.configure(this.options.tableRow)),e}});var Ov=20,kv=(e,t=0)=>{let n=[];return!e.children.length||t>Ov||Array.from(e.children).forEach(e=>{e.tagName===`SPAN`?n.push(e):e.children.length&&n.push(...kv(e,t+1))}),n},Av=e=>{if(!e.children.length)return;let t=kv(e);t&&t.forEach(e=>{let t=e.getAttribute(`style`),n=(e.parentElement?.closest(`span`))?.getAttribute(`style`);e.setAttribute(`style`,`${n};${t}`)})},jv=wd.create({name:`textStyle`,priority:101,addOptions(){return{HTMLAttributes:{},mergeNestedSpanStyles:!0}},parseHTML(){return[{tag:`span`,consuming:!1,getAttrs:e=>e.hasAttribute(`style`)?(this.options.mergeNestedSpanStyles&&Av(e),{}):!1}]},renderHTML({HTMLAttributes:e}){return[`span`,U(this.options.HTMLAttributes,e),0]},addCommands(){return{toggleTextStyle:e=>({commands:t})=>t.toggleMark(this.name,e),removeEmptyTextStyle:()=>({tr:e})=>{let{selection:t}=e;return e.doc.nodesBetween(t.from,t.to,(t,n)=>{if(t.isTextblock)return!0;t.marks.filter(e=>e.type===this.type).some(e=>Object.values(e.attrs).some(e=>!!e))||e.removeMark(n,n+t.nodeSize,this.type)}),!0}}}}),Mv=W.create({name:`backgroundColor`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{backgroundColor:{default:null,parseHTML:e=>{let t=e.getAttribute(`style`);if(t){let e=t.split(`;`).map(e=>e.trim()).filter(Boolean);for(let t=e.length-1;t>=0;--t){let n=e[t].split(`:`);if(n.length>=2){let e=n[0].trim().toLowerCase(),t=n.slice(1).join(`:`).trim();if(e===`background-color`)return t.replace(/['"]+/g,``)}}}return e.style.backgroundColor?.replace(/['"]+/g,``)},renderHTML:e=>e.backgroundColor?{style:`background-color: ${e.backgroundColor}`}:{}}}}]},addCommands(){return{setBackgroundColor:e=>({chain:t})=>t().setMark(`textStyle`,{backgroundColor:e}).run(),unsetBackgroundColor:()=>({chain:e})=>e().setMark(`textStyle`,{backgroundColor:null}).removeEmptyTextStyle().run()}}}),Nv=W.create({name:`color`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{color:{default:null,parseHTML:e=>{let t=e.getAttribute(`style`);if(t){let e=t.split(`;`).map(e=>e.trim()).filter(Boolean);for(let t=e.length-1;t>=0;--t){let n=e[t].split(`:`);if(n.length>=2){let e=n[0].trim().toLowerCase(),t=n.slice(1).join(`:`).trim();if(e===`color`)return t.replace(/['"]+/g,``)}}}return e.style.color?.replace(/['"]+/g,``)},renderHTML:e=>e.color?{style:`color: ${e.color}`}:{}}}}]},addCommands(){return{setColor:e=>({chain:t})=>t().setMark(`textStyle`,{color:e}).run(),unsetColor:()=>({chain:e})=>e().setMark(`textStyle`,{color:null}).removeEmptyTextStyle().run()}}}),Pv=W.create({name:`fontFamily`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{fontFamily:{default:null,parseHTML:e=>e.style.fontFamily,renderHTML:e=>e.fontFamily?{style:`font-family: ${e.fontFamily}`}:{}}}}]},addCommands(){return{setFontFamily:e=>({chain:t})=>t().setMark(`textStyle`,{fontFamily:e}).run(),unsetFontFamily:()=>({chain:e})=>e().setMark(`textStyle`,{fontFamily:null}).removeEmptyTextStyle().run()}}}),Fv=W.create({name:`fontSize`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{fontSize:{default:null,parseHTML:e=>e.style.fontSize,renderHTML:e=>e.fontSize?{style:`font-size: ${e.fontSize}`}:{}}}}]},addCommands(){return{setFontSize:e=>({chain:t})=>t().setMark(`textStyle`,{fontSize:e}).run(),unsetFontSize:()=>({chain:e})=>e().setMark(`textStyle`,{fontSize:null}).removeEmptyTextStyle().run()}}}),Iv=W.create({name:`lineHeight`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{lineHeight:{default:null,parseHTML:e=>e.style.lineHeight,renderHTML:e=>e.lineHeight?{style:`line-height: ${e.lineHeight}`}:{}}}}]},addCommands(){return{setLineHeight:e=>({chain:t})=>t().setMark(`textStyle`,{lineHeight:e}).run(),unsetLineHeight:()=>({chain:e})=>e().setMark(`textStyle`,{lineHeight:null}).removeEmptyTextStyle().run()}}});W.create({name:`textStyleKit`,addExtensions(){let e=[];return this.options.backgroundColor!==!1&&e.push(Mv.configure(this.options.backgroundColor)),this.options.color!==!1&&e.push(Nv.configure(this.options.color)),this.options.fontFamily!==!1&&e.push(Pv.configure(this.options.fontFamily)),this.options.fontSize!==!1&&e.push(Fv.configure(this.options.fontSize)),this.options.lineHeight!==!1&&e.push(Iv.configure(this.options.lineHeight)),this.options.textStyle!==!1&&e.push(jv.configure(this.options.textStyle)),e}});var Lv=fv.extend({content:`inline*`,parseHTML(){return[{tag:`td`}]},renderHTML({HTMLAttributes:e}){return[`td`,e,0]}}),Rv=pv.extend({content:`inline*`,parseHTML(){return[{tag:`th`}]},renderHTML({HTMLAttributes:e}){return[`th`,e,0]}}),zv={name:`WorshipDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([]),a=i([]),o=()=>{n.value=!0,c()},s=()=>{n.value=!1},c=async()=>{try{r.value=(await le.get(`/event-places`)).data}catch(e){console.error(`Fehler beim Laden der Orte:`,e)}};return{isOpen:n,locations:r,selectedLocations:a,openWorshipDialog:o,closeWorshipDialog:s,confirmWorshipConfiguration:()=>{t(`confirm`,JSON.stringify(a.value.map(e=>e.id))),s()}}}},Bv={key:0,class:`dialog-overlay`},Vv={class:`dialog-content`};function Hv(e,t,n,r,i,a){let o=s(`multiselect`);return S(),m(`div`,null,[r.isOpen?(S(),m(`div`,Bv,[f(`div`,Vv,[t[3]||=f(`h3`,null,`Gottesdienst-Konfiguration`,-1),t[4]||=f(`div`,null,[f(`label`,{for:`location-select`},`Bitte wählen Sie den Ort für den Gottestdienst aus:`)],-1),f(`div`,null,[g(o,{modelValue:r.selectedLocations,"onUpdate:modelValue":t[0]||=e=>r.selectedLocations=e,options:r.locations,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,"preselect-first":!1,label:`name`,"track-by":`id`,placeholder:`Orte auswählen`},null,8,[`modelValue`,`options`])]),f(`div`,null,[f(`button`,{onClick:t[1]||=(...e)=>r.confirmWorshipConfiguration&&r.confirmWorshipConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[2]||=(...e)=>r.closeWorshipDialog&&r.closeWorshipDialog(...e)},`Schließen`)])])])):x(``,!0)])}var Uv=ne(zv,[[`render`,Hv],[`__scopeId`,`data-v-39238d16`]]),Wv={name:`AddContactDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([]),a=i([]),o=i([]),s=i([]),c=i(null),l=i([]),u=i([]),d=i([]),f=i([]),p=i(`float`),m=i({phone:!1,street:!1,zipcode:!1,city:!1,email:!1,positions:!1}),h=i([{id:`all`,caption:`Alle`},{id:`specific`,caption:`Eine Person`},{id:`places`,caption:`Für bestimmte Orte`},{id:`types`,caption:`Für bestimmte Typen`},{id:`position`,caption:`Für bestimmte Positionen`}]),g=i([{id:`float`,label:`Durchlaufender Text`},{id:`box`,label:`Textbox`}]),_=()=>{n.value=!0,b(),te(),ne(),x()},ee=()=>{n.value=!1},v=()=>{l.value.some(e=>e.id===`all`)?(l.value=[{id:`all`,caption:`Alle`}],c.value=null,u.value=[],f.value=[],d.value=[]):l.value.some(e=>e.id===`specific`)?(l.value=[{id:`specific`,caption:`Eine Person`}],u.value=[],f.value=[],d.value=[]):(l.value.some(e=>e.id===`places`)||l.value.some(e=>e.id===`types`)||l.value.some(e=>e.id===`position`))&&(c.value=null)},y=()=>{console.log(`Selected positions:`,d.value);let e=``,n=Object.keys(m.value).filter(e=>m.value[e]),r={};l.value.some(e=>e.id===`all`)?r.id=`all`:l.value.some(e=>e.id===`specific`)&&c.value?r.id=c.value.id:(r.types=u.value.map(e=>e.id),r.places=f.value.map(e=>e.id),r.positions=Array.isArray(d.value)?d.value.map(e=>e.id):[]);let i={selection:r,display:n,style:p.value};e=`{{ contact:`+JSON.stringify(i)+` }}`,console.log(`Emitting config:`,e),t(`confirm`,e),ee()},b=async()=>{try{r.value=(await le.get(`/contact-persons`)).data}catch(e){console.error(`Fehler beim Laden der Kontaktpersonen:`,e)}},te=async()=>{try{a.value=(await le.get(`/event-types`)).data}catch(e){console.error(`Fehler beim Laden der Event-Typen:`,e)}},ne=async()=>{try{o.value=(await le.get(`/event-places`)).data}catch(e){console.error(`Fehler beim Laden der Orte:`,e)}},x=async()=>{try{s.value=(await le.get(`/positions`)).data}catch(e){console.error(`Fehler beim Laden der Positionen:`,e)}};return{isOpen:n,contacts:r,selectedContact:c,selectedTypes:l,selectedEventTypes:u,selectedPlaces:f,displayOptions:m,displayStyle:p,displayStyles:g,typeOptions:h,openAddContactDialog:_,closeAddContactDialog:ee,confirmAddContactConfiguration:y,onTypeSelect:v,places:o,eventTypes:a,positions:s,selectedPositions:d}}},Gv={key:0,class:`dialog-overlay`},Kv={class:`dialog-content`},qv={key:0},Jv={key:1},Yv={key:2},Xv={key:3},Zv={class:`display-options`},Qv=[`value`];function $v(e,t,r,i,o,c){let l=s(`multiselect`);return S(),m(`div`,null,[i.isOpen?(S(),m(`div`,Gv,[f(`div`,Kv,[t[27]||=f(`h3`,null,`Kontaktperson hinzufügen`,-1),f(`div`,null,[t[14]||=f(`label`,{for:`type-select`},`Typen:`,-1),g(l,{id:`type-select`,modelValue:i.selectedTypes,"onUpdate:modelValue":t[0]||=e=>i.selectedTypes=e,options:i.typeOptions,multiple:!0,label:`caption`,"track-by":`id`,onSelect:i.onTypeSelect},null,8,[`modelValue`,`options`,`onSelect`])]),i.selectedTypes.some(e=>e.id===`places`)?(S(),m(`div`,qv,[t[15]||=f(`label`,{for:`places-select`},`Wählen Sie Orte:`,-1),g(l,{id:`places-select`,modelValue:i.selectedPlaces,"onUpdate:modelValue":t[1]||=e=>i.selectedPlaces=e,options:i.places,multiple:!0,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),i.selectedTypes.some(e=>e.id===`types`)?(S(),m(`div`,Jv,[t[16]||=f(`label`,{for:`types-select`},`Wählen Sie Typen:`,-1),g(l,{id:`types-select`,modelValue:i.selectedEventTypes,"onUpdate:modelValue":t[2]||=e=>i.selectedEventTypes=e,options:i.eventTypes,multiple:!0,label:`caption`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),i.selectedTypes.some(e=>e.id===`position`)?(S(),m(`div`,Yv,[t[17]||=f(`label`,{for:`position-select`},`Wählen Sie eine Position:`,-1),g(l,{id:`position-select`,modelValue:i.selectedPositions,"onUpdate:modelValue":t[3]||=e=>i.selectedPositions=e,options:i.positions,multiple:!1,label:`caption`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),i.selectedTypes.some(e=>e.id===`specific`)?(S(),m(`div`,Xv,[t[18]||=f(`label`,{for:`contact-select`},`Wählen Sie eine Kontaktperson:`,-1),g(l,{id:`contact-select`,modelValue:i.selectedContact,"onUpdate:modelValue":t[4]||=e=>i.selectedContact=e,options:i.contacts,multiple:!1,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),f(`div`,null,[t[26]||=f(`label`,null,`Wählen Sie welche Elemente angezeigt werden sollen:`,-1),f(`div`,Zv,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[5]||=e=>i.displayOptions.phone=e},null,512),[[w,i.displayOptions.phone]]),t[19]||=v(` Telefon`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[6]||=e=>i.displayOptions.street=e},null,512),[[w,i.displayOptions.street]]),t[20]||=v(` Straße`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[7]||=e=>i.displayOptions.zipcode=e},null,512),[[w,i.displayOptions.zipcode]]),t[21]||=v(` Postleitzahl`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[8]||=e=>i.displayOptions.city=e},null,512),[[w,i.displayOptions.city]]),t[22]||=v(` Stadt`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[9]||=e=>i.displayOptions.email=e},null,512),[[w,i.displayOptions.email]]),t[23]||=v(` E-Mail`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[10]||=e=>i.displayOptions.positions=e},null,512),[[w,i.displayOptions.positions]]),t[24]||=v(` Positionen`,-1)])]),f(`div`,null,[t[25]||=f(`label`,{for:`displayStyle`},`Anzeigen als`,-1),a(f(`select`,{id:`displayStyle`,"onUpdate:modelValue":t[11]||=e=>i.displayStyle=e},[(S(!0),m(_,null,n(i.displayStyles,e=>(S(),m(`option`,{value:e.id,key:e.id},p(e.label),9,Qv))),128))],512),[[se,i.displayStyle]])])]),f(`div`,null,[f(`button`,{onClick:t[12]||=(...e)=>i.confirmAddContactConfiguration&&i.confirmAddContactConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[13]||=(...e)=>i.closeAddContactDialog&&i.closeAddContactDialog(...e)},`Schließen`)])])])):x(``,!0)])}var ey=ne(Wv,[[`render`,$v],[`__scopeId`,`data-v-2c1d1ad9`]]),ty={name:`AddEventDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([`Alle`,`Für bestimmte Orte`,`Für bestimmte Typen`,`Ein bestimmtes`,`Ereignisse für Homepage`]),a=i([]),o=i([]),s=i([]),c=i([]),l=i([]),u=i([]),d=i(null),f=i(!1),p=i({name:!1,type:!1,place:!1,description:!1,time:!1,contactPerson:!1,day:!1,institution:!1}),m=()=>{n.value=!0,ee(),v(),y()},h=()=>{n.value=!1},g=e=>{e===`Alle`||e===`Ein bestimmtes`?a.value=[e]:a.value=a.value.filter(e=>e!==`Alle`&&e!==`Ein bestimmtes`)},_=()=>{let e={};e.display=Object.keys(p.value).filter(e=>p.value[e]),f.value?e.id=`home`:a.value.includes(`Alle`)?e.id=`all`:a.value.includes(`Ein bestimmtes`)?e.id=d.value.id:(e.types=u.value.map(e=>e.id),e.places=l.value.map(e=>e.id)),t(`confirm`,`{{ events:`+JSON.stringify(e)+` }}`),h()},ee=async()=>{try{o.value=(await le.get(`/event-places`)).data}catch(e){console.error(`Fehler beim Laden der Orte:`,e)}},v=async()=>{try{s.value=(await le.get(`/event-types`)).data}catch(e){console.error(`Fehler beim Laden der Typen:`,e)}},y=async()=>{try{c.value=(await le.get(`/events`)).data}catch(e){console.error(`Fehler beim Laden der Events:`,e)}};return{isOpen:n,typeOptions:r,selectedTypes:a,places:o,eventTypes:s,events:c,selectedPlaces:l,selectedEventTypes:u,selectedEvent:d,displayOptions:p,openAddEventDialog:m,closeAddEventDialog:h,confirmAddEventConfiguration:_,onTypeSelect:g,isHomepage:f}}},ny={key:0,class:`dialog-overlay`},ry={class:`dialog-content`},iy={key:0},ay={key:1},oy={key:2},sy={class:`display-options`};function cy(e,t,n,r,i,o){let c=s(`multiselect`);return S(),m(`div`,null,[r.isOpen?(S(),m(`div`,ny,[f(`div`,ry,[t[29]||=f(`h3`,null,`Ereignisse hinzufügen`,-1),f(`div`,null,[t[15]||=f(`label`,{for:`selection-type`},`Wählen Sie den Typ:`,-1),g(c,{id:`selection-type`,modelValue:r.selectedTypes,"onUpdate:modelValue":t[0]||=e=>r.selectedTypes=e,options:r.typeOptions,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,onSelect:r.onTypeSelect},null,8,[`modelValue`,`options`,`onSelect`])]),f(`div`,null,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[1]||=e=>r.isHomepage=e},null,512),[[w,r.isHomepage]]),t[16]||=v(` Auch Ereignisse für die Homepage zeigen`,-1)])]),r.selectedTypes.includes(`Für bestimmte Orte`)?(S(),m(`div`,iy,[t[17]||=f(`label`,{for:`places-select`},`Wählen Sie Orte:`,-1),g(c,{id:`places-select`,modelValue:r.selectedPlaces,"onUpdate:modelValue":t[2]||=e=>r.selectedPlaces=e,options:r.places,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),r.selectedTypes.includes(`Für bestimmte Typen`)?(S(),m(`div`,ay,[t[18]||=f(`label`,{for:`types-select`},`Wählen Sie Typen:`,-1),g(c,{id:`types-select`,modelValue:r.selectedEventTypes,"onUpdate:modelValue":t[3]||=e=>r.selectedEventTypes=e,options:r.eventTypes,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,label:`caption`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),r.selectedTypes.includes(`Ein bestimmtes`)?(S(),m(`div`,oy,[t[19]||=f(`label`,{for:`event-select`},`Wählen Sie ein Event:`,-1),g(c,{id:`event-select`,modelValue:r.selectedEvent,"onUpdate:modelValue":t[4]||=e=>r.selectedEvent=e,options:r.events,multiple:!1,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),f(`div`,null,[t[28]||=f(`label`,null,`Wählen Sie welche Elemente angezeigt werden sollen:`,-1),f(`div`,sy,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[5]||=e=>r.displayOptions.name=e},null,512),[[w,r.displayOptions.name]]),t[20]||=v(` Name`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[6]||=e=>r.displayOptions.type=e},null,512),[[w,r.displayOptions.type]]),t[21]||=v(` Typ`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[7]||=e=>r.displayOptions.place=e},null,512),[[w,r.displayOptions.place]]),t[22]||=v(` Ort`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[8]||=e=>r.displayOptions.description=e},null,512),[[w,r.displayOptions.description]]),t[23]||=v(` Beschreibung`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[9]||=e=>r.displayOptions.time=e},null,512),[[w,r.displayOptions.time]]),t[24]||=v(` Uhrzeit`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[10]||=e=>r.displayOptions.contactPerson=e},null,512),[[w,r.displayOptions.contactPerson]]),t[25]||=v(` Kontaktperson`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[11]||=e=>r.displayOptions.day=e},null,512),[[w,r.displayOptions.day]]),t[26]||=v(` Veranstaltungstag`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[12]||=e=>r.displayOptions.institution=e},null,512),[[w,r.displayOptions.institution]]),t[27]||=v(` Institution`,-1)])])]),f(`div`,null,[f(`button`,{onClick:t[13]||=(...e)=>r.confirmAddEventConfiguration&&r.confirmAddEventConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[14]||=(...e)=>r.closeAddEventDialog&&r.closeAddEventDialog(...e)},`Schließen`)])])])):x(``,!0)])}var ly=ne(ty,[[`render`,cy],[`__scopeId`,`data-v-950ec016`]]),uy={name:`AddLinkDialog`,data(){return{showDialog:!1,url:``,text:``}},methods:{openAddLinkDialog(){this.showDialog=!0},closeDialog(){this.showDialog=!1,this.url=``,this.text=``},confirm(){this.$emit(`confirm`,this.url,this.text),this.closeDialog()}}},dy={key:0,class:`modal`},fy={class:`modal-content`};function py(e,t,n,r,i,o){return i.showDialog?(S(),m(`div`,dy,[f(`div`,fy,[f(`span`,{class:`close`,onClick:t[0]||=(...e)=>o.closeDialog&&o.closeDialog(...e)},`×`),t[6]||=f(`h2`,null,`Link hinzufügen`,-1),f(`table`,null,[f(`tbody`,null,[f(`tr`,null,[t[4]||=f(`td`,null,[f(`label`,{for:`link-url`},`URL:`)],-1),f(`td`,null,[a(f(`input`,{id:`link-url`,"onUpdate:modelValue":t[1]||=e=>i.url=e,type:`text`},null,512),[[oe,i.url]])])]),f(`tr`,null,[t[5]||=f(`td`,null,[f(`label`,{for:`link-text`},`Linktext:`)],-1),f(`td`,null,[a(f(`input`,{id:`link-text`,"onUpdate:modelValue":t[2]||=e=>i.text=e,type:`text`},null,512),[[oe,i.text]])])])])]),f(`button`,{onClick:t[3]||=(...e)=>o.confirm&&o.confirm(...e)},`Hinzufügen`)])])):x(``,!0)}var my=ne(uy,[[`render`,py],[`__scopeId`,`data-v-66d76ae6`]]),hy={name:`AddDownloadDialog`,data(){return{showDialog:!1,selectedFile:null,files:[]}},methods:{async openAddDownloadDialog(){this.showDialog=!0;try{this.files=(await le.get(`/files`)).data}catch(e){console.error(`Fehler beim Abrufen der Dateien:`,e)}},closeDialog(){this.showDialog=!1,this.selectedFile=null},confirm(){this.selectedFile?(console.log(this.selectedFile.hash),this.$emit(`confirm`,{hash:this.selectedFile.hash}),this.closeDialog()):alert(`Bitte wählen Sie eine Datei aus.`)}}},gy={key:0,class:`modal`},_y={class:`modal-content`},vy=[`value`];function yy(e,t,r,i,o,s){return o.showDialog?(S(),m(`div`,gy,[f(`div`,_y,[f(`span`,{class:`close`,onClick:t[0]||=(...e)=>s.closeDialog&&s.closeDialog(...e)},`×`),t[4]||=f(`h2`,null,`Datei zum Download hinzufügen`,-1),f(`table`,null,[f(`tbody`,null,[f(`tr`,null,[t[3]||=f(`td`,null,[f(`label`,{for:`file-select`},`Datei auswählen:`)],-1),f(`td`,null,[a(f(`select`,{id:`file-select`,"onUpdate:modelValue":t[1]||=e=>o.selectedFile=e},[(S(!0),m(_,null,n(o.files,e=>(S(),m(`option`,{key:e.id,value:e},p(e.title)+` (`+p(e.originalName)+`) `,9,vy))),128))],512),[[se,o.selectedFile]])])])])]),f(`button`,{onClick:t[2]||=(...e)=>s.confirm&&s.confirm(...e)},`Hinzufügen`)])])):x(``,!0)}var by=ne(hy,[[`render`,yy],[`__scopeId`,`data-v-76913011`]]),xy={name:`AddInstitutionDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([]),a=i(null),o=i(`float`),s=i({street:!1,zipcode:!1,city:!1,phone:!1,fax:!1,email:!1}),c=i([{id:`all`,name:`Alle`},...r.value]),l=i([{id:`float`,label:`Durchlaufender Text`},{id:`box`,label:`Textbox`}]),u=()=>{n.value=!0,m()},d=()=>{n.value=!1},f=()=>{a.value&&a.value.id===`all`&&(c.value=[{id:`all`,name:`Alle`}],a.value={id:`all`,name:`Alle`})},p=()=>{let e=Object.keys(s.value).filter(e=>s.value[e]),n={id:a.value.id,display:e,style:o.value};t(`confirm`,`{{ institution:${JSON.stringify(n)} }}`),d()},m=async()=>{try{r.value=(await le.get(`/institutions`)).data,c.value=[{id:`all`,name:`Alle`},...r.value]}catch(e){console.error(`Fehler beim Laden der Institutionen:`,e)}};return{isOpen:n,institutions:r,selectedInstitution:a,displayOptions:s,displayStyle:o,displayStyles:l,institutionOptions:c,openAddInstitutionDialog:u,closeAddInstitutionDialog:d,confirmAddInstitutionConfiguration:p,onInstitutionSelect:f}}},Sy={key:0,class:`dialog-overlay`},Cy={class:`dialog-content`},wy={class:`display-options`},Ty=[`value`];function Ey(e,t,r,i,o,c){let l=s(`multiselect`);return S(),m(`div`,null,[i.isOpen?(S(),m(`div`,Sy,[f(`div`,Cy,[t[19]||=f(`h3`,null,`Institution hinzufügen`,-1),f(`div`,null,[t[10]||=f(`label`,{for:`institution-select`},`Wählen Sie eine Institution:`,-1),g(l,{id:`institution-select`,modelValue:i.selectedInstitution,"onUpdate:modelValue":t[0]||=e=>i.selectedInstitution=e,options:i.institutionOptions,multiple:!1,label:`name`,"track-by":`id`,onSelect:i.onInstitutionSelect},null,8,[`modelValue`,`options`,`onSelect`])]),f(`div`,null,[t[18]||=f(`label`,null,`Wählen Sie welche Elemente angezeigt werden sollen:`,-1),f(`div`,wy,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[1]||=e=>i.displayOptions.street=e},null,512),[[w,i.displayOptions.street]]),t[11]||=v(` Straße`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[2]||=e=>i.displayOptions.zipcode=e},null,512),[[w,i.displayOptions.zipcode]]),t[12]||=v(` Postleitzahl`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[3]||=e=>i.displayOptions.city=e},null,512),[[w,i.displayOptions.city]]),t[13]||=v(` Stadt`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[4]||=e=>i.displayOptions.phone=e},null,512),[[w,i.displayOptions.phone]]),t[14]||=v(` Telefon`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[5]||=e=>i.displayOptions.fax=e},null,512),[[w,i.displayOptions.fax]]),t[15]||=v(` Fax`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[6]||=e=>i.displayOptions.email=e},null,512),[[w,i.displayOptions.email]]),t[16]||=v(` E-Mail`,-1)])]),f(`div`,null,[t[17]||=f(`label`,{for:`displayStyle`},`Anzeigen als`,-1),a(f(`select`,{id:`displayStyle`,"onUpdate:modelValue":t[7]||=e=>i.displayStyle=e},[(S(!0),m(_,null,n(i.displayStyles,e=>(S(),m(`option`,{value:e.id,key:e.id},p(e.label),9,Ty))),128))],512),[[se,i.displayStyle]])])]),f(`div`,null,[f(`button`,{onClick:t[8]||=(...e)=>i.confirmAddInstitutionConfiguration&&i.confirmAddInstitutionConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[9]||=(...e)=>i.closeAddInstitutionDialog&&i.closeAddInstitutionDialog(...e)},`Schließen`)])])])):x(``,!0)])}var Dy=ne(xy,[[`render`,Ey],[`__scopeId`,`data-v-1c37dd67`]]),$=Symbol(`IconoirProvider`);h({setup(){return{context:C($)}}});var Oy=(e,t)=>{let n=e.__vccOpts||e;for(let[e,r]of t)n[e]=r;return n};h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var ky=h({setup(){return{context:C($)}}});function Ay(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,8)],16)}var jy=Oy(ky,[[`render`,Ay]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var My=h({setup(){return{context:C($)}}});function Ny(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,8)],16)}var Py=Oy(My,[[`render`,Ny]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Fy=h({setup(){return{context:C($)}}});function Iy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M12 3L12 21M12 21L20.5 12.5M12 21L3.5 12.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Ly=Oy(Fy,[[`render`,Iy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Ry=h({setup(){return{context:C($)}}});function zy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M3 12L21 12M21 12L12.5 3.5M21 12L12.5 20.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var By=Oy(Ry,[[`render`,zy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Vy=h({setup(){return{context:C($)}}});function Hy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M12 11.6667H8M12 11.6667C12 11.6667 15.3333 11.6667 15.3333 8.33333C15.3333 5.00002 12 5 12 5C12 5 12 5 12 5H8.6C8.26863 5 8 5.26863 8 5.6V11.6667M12 11.6667C12 11.6667 16 11.6667 16 15.3333C16 19 12 19 12 19C12 19 12 19 12 19H8.6C8.26863 19 8 18.7314 8 18.4V11.6667`,stroke:`currentColor`,"stroke-width":`1.5`},null,-1)],16)}var Uy=Oy(Vy,[[`render`,Hy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Wy=h({setup(){return{context:C($)}}});function Gy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M6 20L18 20`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M12 4V16M12 16L15.5 12.5M12 16L8.5 12.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Ky=Oy(Wy,[[`render`,Gy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var qy=h({setup(){return{context:C($)}}});function Jy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M11 5L14 5M17 5L14 5M14 5L10 19M10 19L7 19M10 19L13 19`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Yy=Oy(qy,[[`render`,Jy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Xy=h({setup(){return{context:C($)}}});function Zy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,6)],16)}var Qy=Oy(Xy,[[`render`,Zy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var $y=h({setup(){return{context:C($)}}});function eb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,7)],16)}var tb=Oy($y,[[`render`,eb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var nb=h({setup(){return{context:C($)}}});function rb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M8 21H20.4C20.7314 21 21 20.7314 21 20.4V3.6C21 3.26863 20.7314 3 20.4 3H3.6C3.26863 3 3 3.26863 3 3.6V16`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M3.5 20.5L12 12M12 12V16M12 12H8`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var ib=Oy(nb,[[`render`,rb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var ab=h({setup(){return{context:C($)}}});function ob(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,5)],16)}var sb=Oy(ab,[[`render`,ob]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var cb=h({setup(){return{context:C($)}}});function lb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M3 12L21 12`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M16.2857 3L10.068 3C7.82129 3 6 4.82129 6 7.06797C6 8.81895 7.12044 10.3735 8.78157 10.9272L12 12M6 21H13.932C16.1787 21 18 19.1787 18 16.932C18 16.2409 17.8255 15.5804 17.512 15`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var ub=Oy(cb,[[`render`,lb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var db=h({setup(){return{context:C($)}}});function fb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,5)],16)}var pb=Oy(db,[[`render`,fb]]),mb=h({setup(){return{context:C($)}}});function hb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M3 12H7.5H12H16.5H21M3 12V16.5M3 12V7.5M21 12V16.5M21 12V7.5M3 16.5V20.4C3 20.7314 3.26863 21 3.6 21H7.5H12H16.5H20.4C20.7314 21 21 20.7314 21 20.4V16.5M3 16.5H7.5H12H16.5H21M21 7.5V3.6C21 3.26863 20.7314 3 20.4 3H16.5H12H7.5H3.6C3.26863 3 3 3.26863 3 3.6V7.5M21 7.5H16.5H12H7.5H3`,stroke:`currentColor`,"stroke-width":`1.5`},null,-1)],16)}var gb=Oy(mb,[[`render`,hb]]),_b=h({setup(){return{context:C($)}}});function vb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,7)],16)}var yb=Oy(_b,[[`render`,vb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var bb=h({setup(){return{context:C($)}}});function xb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M16 5V11C16 13.2091 14.2091 15 12 15V15C9.79086 15 8 13.2091 8 11V5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M6 19L18 19`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Sb=Oy(bb,[[`render`,xb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Cb={name:`EditPagesComponent`,components:{EditorContent:pf,WorshipDialog:Uv,AddImageDialog:de,BoldIcon:Uy,ItalicIcon:Yy,UnderlineIcon:Sb,StrikethroughIcon:ub,ListIcon:Qy,NumberedListLeftIcon:tb,TableIcon:yb,Table2ColumnsIcon:pb,ArrowDownIcon:Ly,ArrowRightIcon:By,TableRowsIcon:gb,AlignTopBoxIcon:Py,AlignLeftBoxIcon:jy,StatsReportIcon:sb,AddEventDialog:ly,AddContactDialog:ey,AddLinkDialog:my,AddDownloadDialog:by,AddInstitutionDialog:Dy,OpenInWindowIcon:ib,DownloadIcon:Ky},setup(){let e=ce(),n=i([]),r=i(``),a=te(()=>e.state.pageContent),o=i(null),s=i(null),c=i(null),l=i(null),u=i(null),d=i(null),f=i(null),p=i(null),m=mf({extensions:[wg,Dv.configure({resizable:!0}),mv,Lv,Rv,Sf,Rf,Ph,Mh,nh,Ch,Mf.configure({levels:[3,4,5,6]}),Xm.configure({openOnClick:!1}),jv,Nv],content:``,onUpdate:({editor:t})=>{e.commit(`SET_PAGE_CONTENT`,t.getHTML())}}),h=(e,t,n=``)=>{e.forEach(e=>{let r=n?`${n} -> ${e.name}`:e.name;t.push({...e,name:r}),e.submenu&&e.submenu.length&&h(e.submenu,t,r)})},g=async()=>{try{let t=(await le.get(`/menu-data`)).data,r=[];h(t,r),n.value=r.sort((e,t)=>e.name.localeCompare(t.name)),e.commit(`setMenuData`,t)}catch(e){console.error(`Fehler beim Abrufen der Seiten:`,e)}},_=async()=>{try{await e.dispatch(`loadPageContent`,r.value);let t=e.getters.pageContent,n=()=>{m.value&&m.value.commands?m.value.commands.setContent(t,!1):setTimeout(n,100)};n()}catch(e){console.error(`Fehler beim Laden des Seiteninhalts:`,e)}},v=async()=>{try{let t=n.value.find(e=>e.link===r.value)?.name||``;if(!t)return;let i=m.value.getHTML();e.commit(`SET_PAGE_CONTENT`,i),await e.dispatch(`savePageContent`,{link:r.value,name:t})}catch(e){console.error(`Fehler beim Speichern des Seiteninhalts:`,e)}};t(g);let y=te(()=>n.value);return ee(r,t=>{e.dispatch(`setSelectedPage`,t);let r=n.value.find(e=>e.link===t);r&&e.dispatch(`setPageTitle`,r.name),_()}),{pages:n,sortedPages:y,selectedPage:r,editor:m,loadPageContent:_,savePageContent:v,pageHtmlContent:a,openWorshipDialog:()=>{o.value.openWorshipDialog()},insertWorshipList:e=>{if(m.value){let t={location:e,order:`date asc`};m.value.chain().focus().insertContent(`{{ worshipslist:`+JSON.stringify(t)+` }}`).run()}},worshipDialog:o,addImageDialog:s,openAddImageDialog:()=>{s.value.openAddImageDialog()},insertImage:e=>{m.value&&m.value.chain().focus().insertContent(`{{ image:${e} }}`).run()},addEventDialog:c,openAddEventsDialog:()=>{c.value.openAddEventDialog()},addContactDialog:l,openAddContactDialog:()=>{l.value.openAddContactDialog()},insertContact:e=>{m.value&&m.value.chain().focus().insertContent(e).run()},insertEvent:e=>{m.value&&m.value.chain().focus().insertContent(e).run()},addLinkDialog:u,openAddLinkDialog:()=>{u.value.openAddLinkDialog()},insertLink:(e,t)=>{if(!m.value||!e)return;let n=m.value.state.doc.textBetween(m.value.state.selection.from,m.value.state.selection.to),r=(e=>e.replace(/[&<>"']/g,e=>({"&":`&`,"<":`<`,">":`>`,'"':`"`,"'":`'`})[e]))(t&&t.trim()||n||e),i=e.trim();m.value.chain().focus().insertContent(`${r}`).run()},addDownloadDialog:d,openAddDownloadDialog:()=>{d.value.openAddDownloadDialog()},insertDownload:({hash:e})=>{if(e&&m.value){let t=`{{ download:`+e+` }}`;m.value.chain().focus().insertContent(t).run()}},addInstitutionDialog:f,openAddInstitutionDialog:()=>{f.value.openAddInstitutionDialog()},insertInstitution:e=>{m.value&&m.value.chain().focus().insertContent(e).run()},colorPicker:p,openColorPicker:()=>{p.value.click()},setColor:e=>{let t=e.target.value;m.value&&m.value.chain().focus().setColor(t).run()},toggleHeading:e=>{m.value.chain().focus().toggleHeading({level:e}).run()},toggleBold:()=>{m.value.chain().focus().toggleBold().run()},toggleItalic:()=>{m.value.chain().focus().toggleItalic().run()},toggleUnderline:()=>{m.value.chain().focus().toggleUnderline().run()},toggleStrike:()=>{m.value.chain().focus().toggleStrike().run()},insertTable:()=>{m.value.chain().focus().insertTable({rows:3,cols:3,withHeaderRow:!0}).run()},toggleBulletList:()=>{m.value.chain().focus().toggleBulletList().run()},toggleOrderedList:()=>{m.value.chain().focus().toggleOrderedList().run()}}}},wb={class:`edit-pages`},Tb=[`value`],Eb={class:`toolbar`},Db={class:`table-toolbar`},Ob={class:`additional-toolbar`},kb={class:y([`htmleditor`])};function Ab(e,t,r,i,o,c){let l=s(`BoldIcon`),u=s(`ItalicIcon`),d=s(`UnderlineIcon`),h=s(`StrikethroughIcon`),ee=s(`TableIcon`),v=s(`ListIcon`),b=s(`NumberedListLeftIcon`),te=s(`StatsReportIcon`),ne=s(`OpenInWindowIcon`),x=s(`DownloadIcon`),re=s(`ArrowDownIcon`),ie=s(`Table2ColumnsIcon`),C=s(`ArrowRightIcon`),ae=s(`TableRowsIcon`),oe=s(`AlignTopBoxIcon`),w=s(`AlignLeftBoxIcon`),ce=s(`EditorContent`),le=s(`WorshipDialog`),ue=s(`AddImageDialog`),de=s(`AddContactDialog`),T=s(`AddEventDialog`),fe=s(`AddLinkDialog`),pe=s(`AddDownloadDialog`),E=s(`AddInstitutionDialog`);return S(),m(`div`,wb,[t[33]||=f(`h2`,null,`Webseiten bearbeiten`,-1),f(`div`,null,[t[32]||=f(`label`,{for:`page-select`},`Wähle eine Seite:`,-1),a(f(`select`,{id:`page-select`,"onUpdate:modelValue":t[0]||=e=>i.selectedPage=e,onChange:t[1]||=(...e)=>i.loadPageContent&&i.loadPageContent(...e)},[(S(!0),m(_,null,n(i.sortedPages,e=>(S(),m(`option`,{key:e.link,value:e.link},p(e.name),9,Tb))),128))],544),[[se,i.selectedPage]])]),f(`div`,Eb,[f(`button`,{onClick:t[2]||=e=>i.toggleHeading(3),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:3})})},`H3`,2),f(`button`,{onClick:t[3]||=e=>i.toggleHeading(4),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:4})})},`H4`,2),f(`button`,{onClick:t[4]||=e=>i.toggleHeading(5),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:5})})},`H5`,2),f(`button`,{onClick:t[5]||=e=>i.toggleHeading(6),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:6})})},`H6`,2),f(`button`,{onClick:t[6]||=e=>i.toggleBold(),class:y({"is-active":i.editor&&i.editor.isActive(`bold`)}),width:`24`,height:`24`},[g(l,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[7]||=e=>i.toggleItalic(),class:y({"is-active":i.editor&&i.editor.isActive(`italic`)})},[g(u,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[8]||=e=>i.toggleUnderline(),class:y({"is-active":i.editor&&i.editor.isActive(`underline`)})},[g(d,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[9]||=e=>i.toggleStrike(),class:y({"is-active":i.editor&&i.editor.isActive(`strike`)})},[g(h,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[10]||=e=>i.insertTable()},[g(ee,{width:`24`,height:`24`})]),f(`button`,{onClick:t[11]||=e=>i.toggleBulletList(),class:y({"is-active":i.editor&&i.editor.isActive(`bulletList`)})},[g(v,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[12]||=e=>i.toggleOrderedList(),class:y({"is-active":i.editor&&i.editor.isActive(`orderedList`)})},[g(b,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[13]||=(...e)=>i.openAddImageDialog&&i.openAddImageDialog(...e)},[g(te,{width:`24`,height:`24`})]),f(`button`,{onClick:t[14]||=(...e)=>i.openAddLinkDialog&&i.openAddLinkDialog(...e)},[g(ne,{width:`24`,height:`24`})]),f(`button`,{onClick:t[15]||=(...e)=>i.openAddDownloadDialog&&i.openAddDownloadDialog(...e)},[g(x,{width:`24`,height:`24`})]),f(`button`,{onClick:t[16]||=(...e)=>i.openColorPicker&&i.openColorPicker(...e)},`Schriftfarbe`),f(`input`,{type:`color`,ref:`colorPicker`,onInput:t[17]||=(...e)=>i.setColor&&i.setColor(...e),style:{display:`none`}},null,544)]),f(`div`,Db,[f(`button`,{onClick:t[18]||=t=>e.addColumnBefore()},[g(re,{width:`10`,height:`10`,class:`align-top`}),g(ie,{width:`24`,height:`24`})]),f(`button`,{onClick:t[19]||=t=>e.addColumnAfter()},[g(ie,{width:`24`,height:`24`}),g(re,{width:`10`,height:`10`,class:`align-top`})]),f(`button`,{onClick:t[20]||=t=>e.addRowBefore()},[g(C,{width:`10`,height:`10`,class:`align-top`}),g(ae,{width:`24`,height:`24`})]),f(`button`,{onClick:t[21]||=t=>e.addRowAfter()},[g(C,{width:`10`,height:`10`}),g(ae,{width:`24`,height:`24`})]),f(`button`,{onClick:t[22]||=t=>e.deleteColumn()},[g(ie,{width:`24`,height:`24`,class:`delete-icon`})]),f(`button`,{onClick:t[23]||=t=>e.deleteRow()},[g(ae,{width:`24`,height:`24`,class:`delete-icon`})]),f(`button`,{onClick:t[24]||=t=>e.toggleHeaderColumn()},[g(oe,{width:`24`,height:`24`})]),f(`button`,{onClick:t[25]||=t=>e.toggleHeaderRow()},[g(w,{width:`24`,height:`24`})])]),f(`div`,Ob,[f(`button`,{onClick:t[26]||=(...e)=>i.openAddEventsDialog&&i.openAddEventsDialog(...e)},`Events`),f(`button`,{onClick:t[27]||=(...e)=>i.openAddContactDialog&&i.openAddContactDialog(...e)},`Kontaktpersonen`),f(`button`,{onClick:t[28]||=(...e)=>i.openAddInstitutionDialog&&i.openAddInstitutionDialog(...e)},`Institutionen`),f(`button`,{onClick:t[29]||=(...e)=>i.openWorshipDialog&&i.openWorshipDialog(...e)},`Gottesdienste`)]),f(`div`,kb,[g(ce,{editor:i.editor},null,8,[`editor`])]),f(`button`,{onClick:t[30]||=(...e)=>i.savePageContent&&i.savePageContent(...e)},`Speichern`),g(le,{ref:`worshipDialog`,onConfirm:i.insertWorshipList},null,8,[`onConfirm`]),g(ue,{ref:`addImageDialog`,onConfirm:i.insertImage},null,8,[`onConfirm`]),g(de,{ref:`addContactDialog`,onConfirm:i.insertContact},null,8,[`onConfirm`]),g(T,{ref:`addEventDialog`,onConfirm:i.insertEvent},null,8,[`onConfirm`]),g(fe,{ref:`addLinkDialog`,onConfirm:i.insertLink},null,8,[`onConfirm`]),g(pe,{ref:`addDownloadDialog`,onConfirm:i.insertDownload},null,8,[`onConfirm`]),g(E,{ref:`addInstitutionDialog`,onConfirm:i.insertInstitution},null,8,[`onConfirm`]),f(`input`,{type:`color`,ref:`colorPicker`,onInput:t[31]||=(...e)=>i.setColor&&i.setColor(...e),style:{display:`none`}},null,544)])}var jb=ne(Cb,[[`render`,Ab],[`__scopeId`,`data-v-f49d356d`]]);export{jb as default}; +//# sourceMappingURL=EditPagesComponent-FEnVo2lF.js.map \ No newline at end of file diff --git a/public/assets/EditPagesComponent-ZhLfPY87.js b/public/assets/EditPagesComponent-ZhLfPY87.js new file mode 100644 index 0000000..d5f4194 --- /dev/null +++ b/public/assets/EditPagesComponent-ZhLfPY87.js @@ -0,0 +1,147 @@ +import{A as e,C as t,E as n,F as r,L as i,M as a,N as o,O as s,S as c,V as l,_ as u,b as d,c as f,ct as p,d as m,g as h,h as g,i as _,k as ee,m as v,ot as y,p as b,s as te,t as ne,u as x,v as re,w as S,x as ie,y as C,z as ae}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as oe,i as se,r as w}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{a as ce}from"./vuex.esm-bundler-CDO_-3pz.js";import{i as le}from"./router-9tkBnM0Q.js";import{t as ue}from"./vue-multiselect.esm-Cg9K2y4Y.js";import{t as de}from"./AddImageDialog-Dt42vF2F.js";function T(e){this.content=e}T.prototype={constructor:T,find:function(e){for(var t=0;t>1}},T.from=function(e){if(e instanceof T)return e;var t=[];if(e)for(var n in e)t.push(n,e[n]);return new T(t)};function fe(e,t,n){for(let r=0;;r++){if(r==e.childCount||r==t.childCount)return e.childCount==t.childCount?null:n;let i=e.child(r),a=t.child(r);if(i==a){n+=i.nodeSize;continue}if(!i.sameMarkup(a))return n;if(i.isText&&i.text!=a.text){for(let e=0;i.text[e]==a.text[e];e++)n++;return n}if(i.content.size||a.content.size){let e=fe(i.content,a.content,n+1);if(e!=null)return e}n+=i.nodeSize}}function pe(e,t,n,r){for(let i=e.childCount,a=t.childCount;;){if(i==0||a==0)return i==a?null:{a:n,b:r};let o=e.child(--i),s=t.child(--a),c=o.nodeSize;if(o==s){n-=c,r-=c;continue}if(!o.sameMarkup(s))return{a:n,b:r};if(o.isText&&o.text!=s.text){let e=0,t=Math.min(o.text.length,s.text.length);for(;ee&&n(s,r+o,i||null,a)!==!1&&s.content.size){let i=o+1;s.nodesBetween(Math.max(0,e-i),Math.min(s.content.size,t-i),n,r+i)}o=c}}descendants(e){this.nodesBetween(0,this.size,e)}textBetween(e,t,n,r){let i=``,a=!0;return this.nodesBetween(e,t,(o,s)=>{let c=o.isText?o.text.slice(Math.max(e,s)-s,t-s):o.isLeaf?r?typeof r==`function`?r(o):r:o.type.spec.leafText?o.type.spec.leafText(o):``:``;o.isBlock&&(o.isLeaf&&c||o.isTextblock)&&n&&(a?a=!1:i+=n),i+=c},0),i}append(t){if(!t.size)return this;if(!this.size)return t;let n=this.lastChild,r=t.firstChild,i=this.content.slice(),a=0;for(n.isText&&n.sameMarkup(r)&&(i[i.length-1]=n.withText(n.text+r.text),a=1);at)for(let e=0,a=0;at&&((an)&&(o=o.isText?o.cut(Math.max(0,t-a),Math.min(o.text.length,n-a)):o.cut(Math.max(0,t-a-1),Math.min(o.content.size,n-a-1))),r.push(o),i+=o.nodeSize),a=s}return new e(r,i)}cutByIndex(t,n){return t==n?e.empty:t==0&&n==this.content.length?this:new e(this.content.slice(t,n))}replaceChild(t,n){let r=this.content[t];if(r==n)return this;let i=this.content.slice(),a=this.size+n.nodeSize-r.nodeSize;return i[t]=n,new e(i,a)}addToStart(t){return new e([t].concat(this.content),this.size+t.nodeSize)}addToEnd(t){return new e(this.content.concat(t),this.size+t.nodeSize)}eq(e){if(this.content.length!=e.content.length)return!1;for(let t=0;tthis.size||e<0)throw RangeError(`Position ${e} outside of fragment (${this})`);for(let t=0,n=0;;t++){let r=this.child(t),i=n+r.nodeSize;if(i>=e)return i==e?he(t+1,i):he(t,n);n=i}}toString(){return`<`+this.toStringInner()+`>`}toStringInner(){return this.content.join(`, `)}toJSON(){return this.content.length?this.content.map(e=>e.toJSON()):null}static fromJSON(t,n){if(!n)return e.empty;if(!Array.isArray(n))throw RangeError(`Invalid input for Fragment.fromJSON`);return new e(n.map(t.nodeFromJSON))}static fromArray(t){if(!t.length)return e.empty;let n,r=0;for(let e=0;ethis.type.rank&&(t||=e.slice(0,r),t.push(this),n=!0),t&&t.push(i)}return t||=e.slice(),n||t.push(this),t}removeFromSet(e){for(let t=0;te.type.rank-t.type.rank),n}};D.none=[];var _e=class extends Error{},O=class e{constructor(e,t,n){this.content=e,this.openStart=t,this.openEnd=n}get size(){return this.content.size-this.openStart-this.openEnd}insertAt(t,n){let r=ye(this.content,t+this.openStart,n);return r&&new e(r,this.openStart,this.openEnd)}removeBetween(t,n){return new e(ve(this.content,t+this.openStart,n+this.openStart),this.openStart,this.openEnd)}eq(e){return this.content.eq(e.content)&&this.openStart==e.openStart&&this.openEnd==e.openEnd}toString(){return this.content+`(`+this.openStart+`,`+this.openEnd+`)`}toJSON(){if(!this.content.size)return null;let e={content:this.content.toJSON()};return this.openStart>0&&(e.openStart=this.openStart),this.openEnd>0&&(e.openEnd=this.openEnd),e}static fromJSON(t,n){if(!n)return e.empty;let r=n.openStart||0,i=n.openEnd||0;if(typeof r!=`number`||typeof i!=`number`)throw RangeError(`Invalid input for Slice.fromJSON`);return new e(E.fromJSON(t,n.content),r,i)}static maxOpen(t,n=!0){let r=0,i=0;for(let e=t.firstChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.firstChild)r++;for(let e=t.lastChild;e&&!e.isLeaf&&(n||!e.type.spec.isolating);e=e.lastChild)i++;return new e(t,r,i)}};O.empty=new O(E.empty,0,0);function ve(e,t,n){let{index:r,offset:i}=e.findIndex(t),a=e.maybeChild(r),{index:o,offset:s}=e.findIndex(n);if(i==t||a.isText){if(s!=n&&!e.child(o).isText)throw RangeError(`Removing non-flat range`);return e.cut(0,t).append(e.cut(n))}if(r!=o)throw RangeError(`Removing non-flat range`);return e.replaceChild(r,a.copy(ve(a.content,t-i-1,n-i-1)))}function ye(e,t,n,r){let{index:i,offset:a}=e.findIndex(t),o=e.maybeChild(i);if(a==t||o.isText)return r&&!r.canReplace(i,i,n)?null:e.cut(0,t).append(n).append(e.cut(t));let s=ye(o.content,t-a-1,n,o);return s&&e.replaceChild(i,o.copy(s))}function be(e,t,n){if(n.openStart>e.depth)throw new _e(`Inserted content deeper than insertion position`);if(e.depth-n.openStart!=t.depth-n.openEnd)throw new _e(`Inconsistent open depths`);return xe(e,t,n,0)}function xe(e,t,n,r){let i=e.index(r),a=e.node(r);if(i==t.index(r)&&r=0&&e.isText&&e.sameMarkup(t[n])?t[n]=e.withText(t[n].text+e.text):t.push(e)}function Te(e,t,n,r){let i=(t||e).node(n),a=0,o=t?t.index(n):i.childCount;e&&(a=e.index(n),e.depth>n?a++:e.textOffset&&(we(e.nodeAfter,r),a++));for(let e=a;ei&&Ce(e,t,i+1),o=r.depth>i&&Ce(n,r,i+1),s=[];return Te(null,e,i,s),a&&o&&t.index(i)==n.index(i)?(Se(a,o),we(Ee(a,De(e,t,n,r,i+1)),s)):(a&&we(Ee(a,Oe(e,t,i+1)),s),Te(t,n,i,s),o&&we(Ee(o,Oe(n,r,i+1)),s)),Te(r,null,i,s),new E(s)}function Oe(e,t,n){let r=[];return Te(null,e,n,r),e.depth>n&&we(Ee(Ce(e,t,n+1),Oe(e,t,n+1)),r),Te(t,null,n,r),new E(r)}function ke(e,t){let n=t.depth-e.openStart,r=t.node(n).copy(e.content);for(let e=n-1;e>=0;e--)r=t.node(e).copy(E.from(r));return{start:r.resolveNoCache(e.openStart+n),end:r.resolveNoCache(r.content.size-e.openEnd-n)}}var Ae=class e{constructor(e,t,n){this.pos=e,this.path=t,this.parentOffset=n,this.depth=t.length/3-1}resolveDepth(e){return e==null?this.depth:e<0?this.depth+e:e}get parent(){return this.node(this.depth)}get doc(){return this.node(0)}node(e){return this.path[this.resolveDepth(e)*3]}index(e){return this.path[this.resolveDepth(e)*3+1]}indexAfter(e){return e=this.resolveDepth(e),this.index(e)+(e==this.depth&&!this.textOffset?0:1)}start(e){return e=this.resolveDepth(e),e==0?0:this.path[e*3-1]+1}end(e){return e=this.resolveDepth(e),this.start(e)+this.node(e).content.size}before(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position before the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]}after(e){if(e=this.resolveDepth(e),!e)throw RangeError(`There is no position after the top-level node`);return e==this.depth+1?this.pos:this.path[e*3-1]+this.path[e*3].nodeSize}get textOffset(){return this.pos-this.path[this.path.length-1]}get nodeAfter(){let e=this.parent,t=this.index(this.depth);if(t==e.childCount)return null;let n=this.pos-this.path[this.path.length-1],r=e.child(t);return n?e.child(t).cut(n):r}get nodeBefore(){let e=this.index(this.depth),t=this.pos-this.path[this.path.length-1];return t?this.parent.child(e).cut(0,t):e==0?null:this.parent.child(e-1)}posAtIndex(e,t){t=this.resolveDepth(t);let n=this.path[t*3],r=t==0?0:this.path[t*3-1]+1;for(let t=0;t0;t--)if(this.start(t)<=e&&this.end(t)>=e)return t;return 0}blockRange(e=this,t){if(e.pos=0;n--)if(e.pos<=this.end(n)&&(!t||t(this.node(n))))return new Pe(this,e,n);return null}sameParent(e){return this.pos-this.parentOffset==e.pos-e.parentOffset}max(e){return e.pos>this.pos?e:this}min(e){return e.pos=0&&n<=t.content.size))throw RangeError(`Position `+n+` out of range`);let r=[],i=0,a=n;for(let e=t;;){let{index:t,offset:n}=e.content.findIndex(a),o=a-n;if(r.push(e,t,i+n),!o||(e=e.child(t),e.isText))break;a=o-1,i+=n+1}return new e(n,r,a)}static resolveCached(t,n){let r=Ne.get(t);if(r)for(let e=0;ee&&this.nodesBetween(e,t,e=>(n.isInSet(e.marks)&&(r=!0),!r)),r}get isBlock(){return this.type.isBlock}get isTextblock(){return this.type.isTextblock}get inlineContent(){return this.type.inlineContent}get isInline(){return this.type.isInline}get isText(){return this.type.isText}get isLeaf(){return this.type.isLeaf}get isAtom(){return this.type.isAtom}toString(){if(this.type.spec.toDebugString)return this.type.spec.toDebugString(this);let e=this.type.name;return this.content.size&&(e+=`(`+this.content.toStringInner()+`)`),Re(this.marks,e)}contentMatchAt(e){let t=this.type.contentMatch.matchFragment(this.content,0,e);if(!t)throw Error(`Called contentMatchAt on a node with invalid content`);return t}canReplace(e,t,n=E.empty,r=0,i=n.childCount){let a=this.contentMatchAt(e).matchFragment(n,r,i),o=a&&a.matchFragment(this.content,t);if(!o||!o.validEnd)return!1;for(let e=r;ee.type.name)}`);this.content.forEach(e=>e.check())}toJSON(){let e={type:this.type.name};for(let t in this.attrs){e.attrs=this.attrs;break}return this.content.size&&(e.content=this.content.toJSON()),this.marks.length&&(e.marks=this.marks.map(e=>e.toJSON())),e}static fromJSON(e,t){if(!t)throw RangeError(`Invalid input for Node.fromJSON`);let n;if(t.marks){if(!Array.isArray(t.marks))throw RangeError(`Invalid mark data for Node.fromJSON`);n=t.marks.map(e.markFromJSON)}if(t.type==`text`){if(typeof t.text!=`string`)throw RangeError(`Invalid text node in JSON`);return e.text(t.text,n)}let r=E.fromJSON(e,t.content),i=e.nodeType(t.type).create(t.attrs,r,n);return i.type.checkAttrs(i.attrs),i}};Ie.prototype.text=void 0;var Le=class e extends Ie{constructor(e,t,n,r){if(super(e,t,null,r),!n)throw RangeError(`Empty text nodes are not allowed`);this.text=n}toString(){return this.type.spec.toDebugString?this.type.spec.toDebugString(this):Re(this.marks,JSON.stringify(this.text))}get textContent(){return this.text}textBetween(e,t){return this.text.slice(e,t)}get nodeSize(){return this.text.length}mark(t){return t==this.marks?this:new e(this.type,this.attrs,this.text,t)}withText(t){return t==this.text?this:new e(this.type,this.attrs,t,this.marks)}cut(e=0,t=this.text.length){return e==0&&t==this.text.length?this:this.withText(this.text.slice(e,t))}eq(e){return this.sameMarkup(e)&&this.text==e.text}toJSON(){let e=super.toJSON();return e.text=this.text,e}};function Re(e,t){for(let n=e.length-1;n>=0;n--)t=e[n].type.name+`(`+t+`)`;return t}var ze=class e{constructor(e){this.validEnd=e,this.next=[],this.wrapCache=[]}static parse(t,n){let r=new Be(t,n);if(r.next==null)return e.empty;let i=Ve(r);r.next&&r.err(`Unexpected trailing text`);let a=Ze(Je(i));return Qe(a,r),a}matchType(e){for(let t=0;te.createAndFill()));for(let e=0;e=this.next.length)throw RangeError(`There's no ${e}th edge in this content match`);return this.next[e]}toString(){let e=[];function t(n){e.push(n);for(let r=0;r{let r=n+(t.validEnd?`*`:` `)+` `;for(let n=0;n`+e.indexOf(t.next[n].next);return r}).join(` +`)}};ze.empty=new ze(!0);var Be=class{constructor(e,t){this.string=e,this.nodeTypes=t,this.inline=null,this.pos=0,this.tokens=e.split(/\s*(?=\b|\W|$)/),this.tokens[this.tokens.length-1]==``&&this.tokens.pop(),this.tokens[0]==``&&this.tokens.shift()}get next(){return this.tokens[this.pos]}eat(e){return this.next==e&&(this.pos++||!0)}err(e){throw SyntaxError(e+` (in content expression '`+this.string+`')`)}};function Ve(e){let t=[];do t.push(He(e));while(e.eat(`|`));return t.length==1?t[0]:{type:`choice`,exprs:t}}function He(e){let t=[];do t.push(Ue(e));while(e.next&&e.next!=`)`&&e.next!=`|`);return t.length==1?t[0]:{type:`seq`,exprs:t}}function Ue(e){let t=qe(e);for(;;)if(e.eat(`+`))t={type:`plus`,expr:t};else if(e.eat(`*`))t={type:`star`,expr:t};else if(e.eat(`?`))t={type:`opt`,expr:t};else if(e.eat(`{`))t=Ge(e,t);else break;return t}function We(e){/\D/.test(e.next)&&e.err(`Expected number, got '`+e.next+`'`);let t=Number(e.next);return e.pos++,t}function Ge(e,t){let n=We(e),r=n;return e.eat(`,`)&&(r=e.next==`}`?-1:We(e)),e.eat(`}`)||e.err(`Unclosed braced range`),{type:`range`,min:n,max:r,expr:t}}function Ke(e,t){let n=e.nodeTypes,r=n[t];if(r)return[r];let i=[];for(let e in n){let r=n[e];r.isInGroup(t)&&i.push(r)}return i.length==0&&e.err(`No node type or group '`+t+`' found`),i}function qe(e){if(e.eat(`(`)){let t=Ve(e);return e.eat(`)`)||e.err(`Missing closing paren`),t}else if(/\W/.test(e.next))e.err(`Unexpected token '`+e.next+`'`);else{let t=Ke(e,e.next).map(t=>(e.inline==null?e.inline=t.isInline:e.inline!=t.isInline&&e.err(`Mixing inline and block content`),{type:`name`,value:t}));return e.pos++,t.length==1?t[0]:{type:`choice`,exprs:t}}}function Je(e){let t=[[]];return i(a(e,0),n()),t;function n(){return t.push([])-1}function r(e,n,r){let i={term:r,to:n};return t[e].push(i),i}function i(e,t){e.forEach(e=>e.to=t)}function a(e,t){if(e.type==`choice`)return e.exprs.reduce((e,n)=>e.concat(a(n,t)),[]);if(e.type==`seq`)for(let r=0;;r++){let o=a(e.exprs[r],t);if(r==e.exprs.length-1)return o;i(o,t=n())}else if(e.type==`star`){let o=n();return r(t,o),i(a(e.expr,o),o),[r(o)]}else if(e.type==`plus`){let o=n();return i(a(e.expr,t),o),i(a(e.expr,o),o),[r(o)]}else if(e.type==`opt`)return[r(t)].concat(a(e.expr,t));else if(e.type==`range`){let o=t;for(let t=0;t{e[t].forEach(({term:t,to:n})=>{if(!t)return;let r;for(let e=0;e{r||i.push([t,r=[]]),r.indexOf(e)==-1&&r.push(e)})})});let a=t[r.join(`,`)]=new ze(r.indexOf(e.length-1)>-1);for(let e=0;e-1}get whitespace(){return this.spec.whitespace||(this.spec.code?`pre`:`normal`)}hasRequiredAttrs(){for(let e in this.attrs)if(this.attrs[e].isRequired)return!0;return!1}compatibleContent(e){return this==e||this.contentMatch.compatible(e.contentMatch)}computeAttrs(e){return!e&&this.defaultAttrs?this.defaultAttrs:et(this.attrs,e)}create(e=null,t,n){if(this.isText)throw Error(`NodeType.create can't construct text nodes`);return new Ie(this,this.computeAttrs(e),E.from(t),D.setFrom(n))}createChecked(e=null,t,n){return t=E.from(t),this.checkContent(t),new Ie(this,this.computeAttrs(e),t,D.setFrom(n))}createAndFill(e=null,t,n){if(e=this.computeAttrs(e),t=E.from(t),t.size){let e=this.contentMatch.fillBefore(t);if(!e)return null;t=e.append(t)}let r=this.contentMatch.matchFragment(t),i=r&&r.fillBefore(E.empty,!0);return i?new Ie(this,e,t.append(i),D.setFrom(n)):null}validContent(e){let t=this.contentMatch.matchFragment(e);if(!t||!t.validEnd)return!1;for(let t=0;t-1}allowsMarks(e){if(this.markSet==null)return!0;for(let t=0;tr[t]=new e(t,n,i));let i=n.spec.topNode||`doc`;if(!r[i])throw RangeError(`Schema is missing its top node type ('`+i+`')`);if(!r.text)throw RangeError(`Every schema needs a 'text' type`);for(let e in r.text.attrs)throw RangeError(`The text node type should not have attributes`);return r}};function it(e,t,n){let r=n.split(`|`);return n=>{let i=n===null?`null`:typeof n;if(r.indexOf(i)<0)throw RangeError(`Expected value of type ${r} for attribute ${t} on type ${e}, got ${i}`)}}var at=class{constructor(e,t,n){this.hasDefault=Object.prototype.hasOwnProperty.call(n,`default`),this.default=n.default,this.validate=typeof n.validate==`string`?it(e,t,n.validate):n.validate}get isRequired(){return!this.hasDefault}},ot=class e{constructor(e,t,n,r){this.name=e,this.rank=t,this.schema=n,this.spec=r,this.attrs=nt(e,r.attrs),this.excluded=null;let i=$e(this.attrs);this.instance=i?new D(this,i):null}create(e=null){return!e&&this.instance?this.instance:new D(this,et(this.attrs,e))}static compile(t,n){let r=Object.create(null),i=0;return t.forEach((t,a)=>r[t]=new e(t,i++,n,a)),r}removeFromSet(e){for(var t=0;t-1}},st=class{constructor(e){this.linebreakReplacement=null,this.cached=Object.create(null);let t=this.spec={};for(let n in e)t[n]=e[n];t.nodes=T.from(e.nodes),t.marks=T.from(e.marks||{}),this.nodes=rt.compile(this.spec.nodes,this),this.marks=ot.compile(this.spec.marks,this);let n=Object.create(null);for(let e in this.nodes){if(e in this.marks)throw RangeError(e+` can not be both a node and a mark`);let t=this.nodes[e],r=t.spec.content||``,i=t.spec.marks;if(t.contentMatch=n[r]||(n[r]=ze.parse(r,this.nodes)),t.inlineContent=t.contentMatch.inlineContent,t.spec.linebreakReplacement){if(this.linebreakReplacement)throw RangeError(`Multiple linebreak nodes defined`);if(!t.isInline||!t.isLeaf)throw RangeError(`Linebreak replacement nodes must be inline leaf nodes`);this.linebreakReplacement=t}t.markSet=i==`_`?null:i?ct(this,i.split(` `)):i==``||!t.inlineContent?[]:null}for(let e in this.marks){let t=this.marks[e],n=t.spec.excludes;t.excluded=n==null?[t]:n==``?[]:ct(this,n.split(` `))}this.nodeFromJSON=e=>Ie.fromJSON(this,e),this.markFromJSON=e=>D.fromJSON(this,e),this.topNodeType=this.nodes[this.spec.topNode||`doc`],this.cached.wrappings=Object.create(null)}node(e,t=null,n,r){if(typeof e==`string`)e=this.nodeType(e);else if(!(e instanceof rt))throw RangeError(`Invalid node type: `+e);else if(e.schema!=this)throw RangeError(`Node type from different schema used (`+e.name+`)`);return e.createChecked(t,n,r)}text(e,t){let n=this.nodes.text;return new Le(n,n.defaultAttrs,e,D.setFrom(t))}mark(e,t){return typeof e==`string`&&(e=this.marks[e]),e.create(t)}nodeType(e){let t=this.nodes[e];if(!t)throw RangeError(`Unknown node type: `+e);return t}};function ct(e,t){let n=[];for(let r=0;r-1)&&n.push(o=r)}if(!o)throw SyntaxError(`Unknown mark type: '`+t[r]+`'`)}return n}function lt(e){return e.tag!=null}function ut(e){return e.style!=null}var dt=class e{constructor(e,t){this.schema=e,this.rules=t,this.tags=[],this.styles=[];let n=this.matchedStyles=[];t.forEach(e=>{if(lt(e))this.tags.push(e);else if(ut(e)){let t=/[^=]*/.exec(e.style)[0];n.indexOf(t)<0&&n.push(t),this.styles.push(e)}}),this.normalizeLists=!this.tags.some(t=>{if(!/^(ul|ol)\b/.test(t.tag)||!t.node)return!1;let n=e.nodes[t.node];return n.contentMatch.matchType(n)})}parse(e,t={}){let n=new bt(this,t,!1);return n.addAll(e,D.none,t.from,t.to),n.finish()}parseSlice(e,t={}){let n=new bt(this,t,!0);return n.addAll(e,D.none,t.from,t.to),O.maxOpen(n.finish())}matchTag(e,t,n){for(let r=n?this.tags.indexOf(n)+1:0;re.length&&(a.charCodeAt(e.length)!=61||a.slice(e.length+1)!=t))){if(r.getAttrs){let e=r.getAttrs(t);if(e===!1)continue;r.attrs=e||void 0}return r}}}static schemaRules(e){let t=[];function n(e){let n=e.priority==null?50:e.priority,r=0;for(;r{n(e=Ct(e)),e.mark||e.ignore||e.clearMark||(e.mark=t)})}for(let t in e.nodes){let r=e.nodes[t].spec.parseDOM;r&&r.forEach(e=>{n(e=Ct(e)),e.node||e.ignore||e.mark||(e.node=t)})}return t}static fromSchema(t){return t.cached.domParser||(t.cached.domParser=new e(t,e.schemaRules(t)))}},ft={address:!0,article:!0,aside:!0,blockquote:!0,canvas:!0,dd:!0,div:!0,dl:!0,fieldset:!0,figcaption:!0,figure:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,li:!0,noscript:!0,ol:!0,output:!0,p:!0,pre:!0,section:!0,table:!0,tfoot:!0,ul:!0},pt={head:!0,noscript:!0,object:!0,script:!0,style:!0,title:!0},mt={ol:!0,ul:!0},ht=1,gt=2,_t=4;function vt(e,t,n){return t==null?e&&e.whitespace==`pre`?ht|gt:n&~_t:(t?ht:0)|(t===`full`?gt:0)}var yt=class{constructor(e,t,n,r,i,a){this.type=e,this.attrs=t,this.marks=n,this.solid=r,this.options=a,this.content=[],this.activeMarks=D.none,this.match=i||(a&_t?null:e.contentMatch)}findWrapping(e){if(!this.match){if(!this.type)return[];let t=this.type.contentMatch.fillBefore(E.from(e));if(t)this.match=this.type.contentMatch.matchFragment(t);else{let t=this.type.contentMatch,n;return(n=t.findWrapping(e.type))?(this.match=t,n):null}}return this.match.findWrapping(e.type)}finish(e){if(!(this.options&ht)){let e=this.content[this.content.length-1],t;if(e&&e.isText&&(t=/[ \t\r\n\u000c]+$/.exec(e.text))){let n=e;e.text.length==t[0].length?this.content.pop():this.content[this.content.length-1]=n.withText(n.text.slice(0,n.text.length-t[0].length))}}let t=E.from(this.content);return!e&&this.match&&(t=t.append(this.match.fillBefore(E.empty,!0))),this.type?this.type.create(this.attrs,t,this.marks):t}inlineContext(e){return this.type?this.type.inlineContent:this.content.length?this.content[0].isInline:e.parentNode&&!ft.hasOwnProperty(e.parentNode.nodeName.toLowerCase())}},bt=class{constructor(e,t,n){this.parser=e,this.options=t,this.isOpen=n,this.open=0,this.localPreserveWS=!1;let r=t.topNode,i,a=vt(null,t.preserveWhitespace,0)|(n?_t:0);i=r?new yt(r.type,r.attrs,D.none,!0,t.topMatch||r.type.contentMatch,a):n?new yt(null,null,D.none,!0,null,a):new yt(e.schema.topNodeType,null,D.none,!0,null,a),this.nodes=[i],this.find=t.findPositions,this.needsBlock=!1}get top(){return this.nodes[this.open]}addDOM(e,t){e.nodeType==3?this.addTextNode(e,t):e.nodeType==1&&this.addElement(e,t)}addTextNode(e,t){let n=e.nodeValue,r=this.top,i=r.options>?`full`:this.localPreserveWS||(r.options&ht)>0,{schema:a}=this.parser;if(i===`full`||r.inlineContext(e)||/[^ \t\r\n\u000c]/.test(n)){if(!i){if(n=n.replace(/[ \t\r\n\u000c]+/g,` `),/^[ \t\r\n\u000c]/.test(n)&&this.open==this.nodes.length-1){let t=r.content[r.content.length-1],i=e.previousSibling;(!t||i&&i.nodeName==`BR`||t.isText&&/[ \t\r\n\u000c]$/.test(t.text))&&(n=n.slice(1))}}else if(i===`full`)n=n.replace(/\r\n?/g,` +`);else if(a.linebreakReplacement&&/[\r\n]/.test(n)&&this.top.findWrapping(a.linebreakReplacement.create())){let e=n.split(/\r?\n|\r/);for(let n=0;n!n.clearMark(e)):t.concat(this.parser.schema.marks[n.mark].create(n.attrs)),n.consuming===!1)e=n;else break}}return t}addElementByRule(e,t,n,r){let i,a;if(t.node)if(a=this.parser.schema.nodes[t.node],a.isLeaf)this.insertNode(a.create(t.attrs),n,e.nodeName==`BR`)||this.leafFallback(e,n);else{let e=this.enter(a,t.attrs||null,n,t.preserveWhitespace);e&&(i=!0,n=e)}else{let e=this.parser.schema.marks[t.mark];n=n.concat(e.create(t.attrs))}let o=this.top;if(a&&a.isLeaf)this.findInside(e);else if(r)this.addElement(e,n,r);else if(t.getContent)this.findInside(e),t.getContent(e,this.parser.schema).forEach(e=>this.insertNode(e,n,!1));else{let r=e;typeof t.contentElement==`string`?r=e.querySelector(t.contentElement):typeof t.contentElement==`function`?r=t.contentElement(e):t.contentElement&&(r=t.contentElement),this.findAround(e,r,!0),this.addAll(r,n),this.findAround(e,r,!1)}i&&this.sync(o)&&this.open--}addAll(e,t,n,r){let i=n||0;for(let a=n?e.childNodes[n]:e.firstChild,o=r==null?null:e.childNodes[r];a!=o;a=a.nextSibling,++i)this.findAtPoint(e,i),this.addDOM(a,t);this.findAtPoint(e,i)}findPlace(e,t,n){let r,i;for(let t=this.open,a=0;t>=0;t--){let o=this.nodes[t],s=o.findWrapping(e);if(s&&(!r||r.length>s.length+a)&&(r=s,i=o,!s.length))break;if(o.solid){if(n)break;a+=2}}if(!r)return null;this.sync(i);for(let e=0;e(a.type?a.type.allowsMarkType(t.type):wt(t.type,e))?(s=t.addToSet(s),!1):!0),this.nodes.push(new yt(e,t,s,r,null,o)),this.open++,n}closeExtra(e=!1){let t=this.nodes.length-1;if(t>this.open){for(;t>this.open;t--)this.nodes[t-1].content.push(this.nodes[t].finish(e));this.nodes.length=this.open+1}}finish(){return this.open=0,this.closeExtra(this.isOpen),this.nodes[0].finish(!!(this.isOpen||this.options.topOpen))}sync(e){for(let t=this.open;t>=0;t--)if(this.nodes[t]==e)return this.open=t,!0;else this.localPreserveWS&&(this.nodes[t].options|=ht);return!1}get currentPos(){this.closeExtra();let e=0;for(let t=this.open;t>=0;t--){let n=this.nodes[t].content;for(let t=n.length-1;t>=0;t--)e+=n[t].nodeSize;t&&e++}return e}findAtPoint(e,t){if(this.find)for(let n=0;n-1)return e.split(/\s*\|\s*/).some(this.matchesContext,this);let t=e.split(`/`),n=this.options.context,r=!this.isOpen&&(!n||n.parent.type==this.nodes[0].type),i=-(n?n.depth+1:0)+ +!r,a=(e,o)=>{for(;e>=0;e--){let s=t[e];if(s==``){if(e==t.length-1||e==0)continue;for(;o>=i;o--)if(a(e-1,o))return!0;return!1}else{let e=o>0||o==0&&r?this.nodes[o].type:n&&o>=i?n.node(o-i).type:null;if(!e||e.name!=s&&!e.isInGroup(s))return!1;o--}}return!0};return a(t.length-1,this.open)}textblockFromContext(){let e=this.options.context;if(e)for(let t=e.depth;t>=0;t--){let n=e.node(t).contentMatchAt(e.indexAfter(t)).defaultType;if(n&&n.isTextblock&&n.defaultAttrs)return n}for(let e in this.parser.schema.nodes){let t=this.parser.schema.nodes[e];if(t.isTextblock&&t.defaultAttrs)return t}}};function xt(e){for(let t=e.firstChild,n=null;t;t=t.nextSibling){let e=t.nodeType==1?t.nodeName.toLowerCase():null;e&&mt.hasOwnProperty(e)&&n?(n.appendChild(t),t=n):e==`li`?n=t:e&&(n=null)}}function St(e,t){return(e.matches||e.msMatchesSelector||e.webkitMatchesSelector||e.mozMatchesSelector).call(e,t)}function Ct(e){let t={};for(let n in e)t[n]=e[n];return t}function wt(e,t){let n=t.schema.nodes;for(let r in n){let i=n[r];if(!i.allowsMarkType(e))continue;let a=[],o=e=>{a.push(e);for(let n=0;n{if(i.length||e.marks.length){let n=0,a=0;for(;n=0;r--){let i=this.serializeMark(e.marks[r],e.isInline,t);i&&((i.contentDOM||i.dom).appendChild(n),n=i.dom)}return n}serializeMark(e,t,n={}){let r=this.marks[e.type.name];return r&&jt(Dt(n),r(e,t),null,e.attrs)}static renderSpec(e,t,n=null,r){return jt(e,t,n,r)}static fromSchema(t){return t.cached.domSerializer||(t.cached.domSerializer=new e(this.nodesFromSchema(t),this.marksFromSchema(t)))}static nodesFromSchema(e){let t=Et(e.nodes);return t.text||=e=>e.text,t}static marksFromSchema(e){return Et(e.marks)}};function Et(e){let t={};for(let n in e){let r=e[n].spec.toDOM;r&&(t[n]=r)}return t}function Dt(e){return e.document||window.document}var Ot=new WeakMap;function kt(e){let t=Ot.get(e);return t===void 0&&Ot.set(e,t=At(e)),t}function At(e){let t=null;function n(e){if(e&&typeof e==`object`)if(Array.isArray(e))if(typeof e[0]==`string`)t||=[],t.push(e);else for(let t=0;t-1)throw RangeError(`Using an array from an attribute object as a DOM spec. This may be an attempted cross site scripting attack.`);let o=i.indexOf(` `);o>0&&(n=i.slice(0,o),i=i.slice(o+1));let s,c=n?e.createElementNS(n,i):e.createElement(i),l=t[1],u=1;if(l&&typeof l==`object`&&l.nodeType==null&&!Array.isArray(l)){u=2;for(let e in l)if(l[e]!=null){let t=e.indexOf(` `);t>0?c.setAttributeNS(e.slice(0,t),e.slice(t+1),l[e]):e==`style`&&c.style?c.style.cssText=l[e]:c.setAttribute(e,l[e])}}for(let i=u;iu)throw RangeError(`Content hole must be the only child of its parent node`);return{dom:c,contentDOM:c}}else{let{dom:t,contentDOM:i}=jt(e,a,n,r);if(c.appendChild(t),i){if(s)throw RangeError(`Multiple content holes`);s=i}}}return{dom:c,contentDOM:s}}var Mt=65535,Nt=2**16;function Pt(e,t){return e+t*Nt}function Ft(e){return e&Mt}function It(e){return(e-(e&Mt))/Nt}var Lt=1,Rt=2,zt=4,Bt=8,Vt=class{constructor(e,t,n){this.pos=e,this.delInfo=t,this.recover=n}get deleted(){return(this.delInfo&Bt)>0}get deletedBefore(){return(this.delInfo&(Lt|zt))>0}get deletedAfter(){return(this.delInfo&(Rt|zt))>0}get deletedAcross(){return(this.delInfo&zt)>0}},Ht=class e{constructor(t,n=!1){if(this.ranges=t,this.inverted=n,!t.length&&e.empty)return e.empty}recover(e){let t=0,n=Ft(e);if(!this.inverted)for(let e=0;ee)break;let c=this.ranges[o+i],l=this.ranges[o+a],u=s+c;if(e<=u){let i=c?e==s?-1:e==u?1:t:t,a=s+r+(i<0?0:l);if(n)return a;let d=e==(t<0?s:u)?null:Pt(o/3,e-s),f=e==s?Rt:e==u?Lt:zt;return(t<0?e!=s:e!=u)&&(f|=Bt),new Vt(a,f,d)}r+=l-c}return n?e+r:new Vt(e+r,0,null)}touches(e,t){let n=0,r=Ft(t),i=this.inverted?2:1,a=this.inverted?1:2;for(let t=0;te)break;let s=this.ranges[t+i];if(e<=o+s&&t==r*3)return!0;n+=this.ranges[t+a]-s}return!1}forEach(e){let t=this.inverted?2:1,n=this.inverted?1:2;for(let r=0,i=0;r=0;t--){let r=e.getMirror(t);this.appendMap(e._maps[t].invert(),r!=null&&r>t?n-r-1:void 0)}}invert(){let t=new e;return t.appendMappingInverted(this),t}map(e,t=1){if(this.mirror)return this._map(e,t,!0);for(let n=this.from;nn&&t!e.isAtom||!t.type.allowsMarkType(this.mark.type)?e:e.mark(this.mark.addToSet(e.marks)),r),t.openStart,t.openEnd);return Gt.fromReplace(e,this.from,this.to,i)}invert(){return new Jt(this.from,this.to,this.mark)}map(t){let n=t.mapResult(this.from,1),r=t.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new e(n.pos,r.pos,this.mark)}merge(t){return t instanceof e&&t.mark.eq(this.mark)&&this.from<=t.to&&this.to>=t.from?new e(Math.min(this.from,t.from),Math.max(this.to,t.to),this.mark):null}toJSON(){return{stepType:`addMark`,mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`)throw RangeError(`Invalid input for AddMarkStep.fromJSON`);return new e(n.from,n.to,t.markFromJSON(n.mark))}};k.jsonID(`addMark`,qt);var Jt=class e extends k{constructor(e,t,n){super(),this.from=e,this.to=t,this.mark=n}apply(e){let t=e.slice(this.from,this.to),n=new O(Kt(t.content,e=>e.mark(this.mark.removeFromSet(e.marks)),e),t.openStart,t.openEnd);return Gt.fromReplace(e,this.from,this.to,n)}invert(){return new qt(this.from,this.to,this.mark)}map(t){let n=t.mapResult(this.from,1),r=t.mapResult(this.to,-1);return n.deleted&&r.deleted||n.pos>=r.pos?null:new e(n.pos,r.pos,this.mark)}merge(t){return t instanceof e&&t.mark.eq(this.mark)&&this.from<=t.to&&this.to>=t.from?new e(Math.min(this.from,t.from),Math.max(this.to,t.to),this.mark):null}toJSON(){return{stepType:`removeMark`,mark:this.mark.toJSON(),from:this.from,to:this.to}}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`)throw RangeError(`Invalid input for RemoveMarkStep.fromJSON`);return new e(n.from,n.to,t.markFromJSON(n.mark))}};k.jsonID(`removeMark`,Jt);var Yt=class e extends k{constructor(e,t){super(),this.pos=e,this.mark=t}apply(e){let t=e.nodeAt(this.pos);if(!t)return Gt.fail(`No node at mark step's position`);let n=t.type.create(t.attrs,null,this.mark.addToSet(t.marks));return Gt.fromReplace(e,this.pos,this.pos+1,new O(E.from(n),0,+!t.isLeaf))}invert(t){let n=t.nodeAt(this.pos);if(n){let t=this.mark.addToSet(n.marks);if(t.length==n.marks.length){for(let r=0;rr.pos?null:new e(n.pos,r.pos,i,a,this.slice,this.insert,this.structure)}toJSON(){let e={stepType:`replaceAround`,from:this.from,to:this.to,gapFrom:this.gapFrom,gapTo:this.gapTo,insert:this.insert};return this.slice.size&&(e.slice=this.slice.toJSON()),this.structure&&(e.structure=!0),e}static fromJSON(t,n){if(typeof n.from!=`number`||typeof n.to!=`number`||typeof n.gapFrom!=`number`||typeof n.gapTo!=`number`||typeof n.insert!=`number`)throw RangeError(`Invalid input for ReplaceAroundStep.fromJSON`);return new e(n.from,n.to,n.gapFrom,n.gapTo,O.fromJSON(t,n.slice),n.insert,!!n.structure)}};k.jsonID(`replaceAround`,Qt);function $t(e,t,n){let r=e.resolve(t),i=n-t,a=r.depth;for(;i>0&&a>0&&r.indexAfter(a)==r.node(a).childCount;)a--,i--;if(i>0){let e=r.node(a).maybeChild(r.indexAfter(a));for(;i>0;){if(!e||e.isLeaf)return!0;e=e.firstChild,i--}}return!1}function en(e,t,n,r){let i=[],a=[],o,s;e.doc.nodesBetween(t,n,(e,c,l)=>{if(!e.isInline)return;let u=e.marks;if(!r.isInSet(u)&&l.type.allowsMarkType(r.type)){let l=Math.max(c,t),d=Math.min(c+e.nodeSize,n),f=r.addToSet(u);for(let e=0;ee.step(t)),a.forEach(t=>e.step(t))}function tn(e,t,n,r){let i=[],a=0;e.doc.nodesBetween(t,n,(e,o)=>{if(!e.isInline)return;a++;let s=null;if(r instanceof ot){let t=e.marks,n;for(;n=r.isInSet(t);)(s||=[]).push(n),t=n.removeFromSet(t)}else r?r.isInSet(e.marks)&&(s=[r]):s=e.marks;if(s&&s.length){let r=Math.min(o+e.nodeSize,n);for(let e=0;ee.step(new Jt(t.from,t.to,t.style)))}function nn(e,t,n,r=n.contentMatch,i=!0){let a=e.doc.nodeAt(t),o=[],s=t+1;for(let t=0;t=0;t--)e.step(o[t])}function rn(e,t,n){return(t==0||e.canReplace(t,e.childCount))&&(n==e.childCount||e.canReplace(0,n))}function an(e){let t=e.parent.content.cutByIndex(e.startIndex,e.endIndex);for(let n=e.depth,r=0,i=0;;--n){let a=e.$from.node(n),o=e.$from.index(n)+r,s=e.$to.indexAfter(n)-i;if(nn;e--)t||r.index(e)>0?(t=!0,u=E.from(r.node(e).copy(u)),d++):c--;let f=E.empty,p=0;for(let e=a,t=!1;e>n;e--)t||i.after(e+1)=0;e--){if(r.size){let t=n[e].type.contentMatch.matchFragment(r);if(!t||!t.validEnd)throw RangeError(`Wrapper type given to Transform.wrap does not form valid content of its parent wrapper`)}r=E.from(n[e].type.create(n[e].attrs,r))}let i=t.start,a=t.end;e.step(new Qt(i,a,i,a,new O(r,0,0),n.length,!0))}function fn(e,t,n,r,i){if(!r.isTextblock)throw RangeError(`Type given to setBlockType should be a textblock`);let a=e.steps.length;e.doc.nodesBetween(t,n,(t,n)=>{let o=typeof i==`function`?i(t):i;if(t.isTextblock&&!t.hasMarkup(r,o)&&hn(e.doc,e.mapping.slice(a).map(n),r)){let i=null;if(r.schema.linebreakReplacement){let e=r.whitespace==`pre`,t=!!r.contentMatch.matchType(r.schema.linebreakReplacement);e&&!t?i=!1:!e&&t&&(i=!0)}i===!1&&mn(e,t,n,a),nn(e,e.mapping.slice(a).map(n,1),r,void 0,i===null);let s=e.mapping.slice(a),c=s.map(n,1),l=s.map(n+t.nodeSize,1);return e.step(new Qt(c,l,c+1,l-1,new O(E.from(r.create(o,null,t.marks)),0,0),1,!0)),i===!0&&pn(e,t,n,a),!1}})}function pn(e,t,n,r){t.forEach((i,a)=>{if(i.isText){let o,s=/\r?\n|\r/g;for(;o=s.exec(i.text);){let i=e.mapping.slice(r).map(n+1+a+o.index);e.replaceWith(i,i+1,t.type.schema.linebreakReplacement.create())}}})}function mn(e,t,n,r){t.forEach((i,a)=>{if(i.type==i.type.schema.linebreakReplacement){let i=e.mapping.slice(r).map(n+1+a);e.replaceWith(i,i+1,t.type.schema.text(` +`))}})}function hn(e,t,n){let r=e.resolve(t),i=r.index();return r.parent.canReplaceWith(i,i+1,n)}function gn(e,t,n,r,i){let a=e.doc.nodeAt(t);if(!a)throw RangeError(`No node at given position`);n||=a.type;let o=n.create(r,null,i||a.marks);if(a.isLeaf)return e.replaceWith(t,t+a.nodeSize,o);if(!n.validContent(a.content))throw RangeError(`Invalid content for node type `+n.name);e.step(new Qt(t,t+a.nodeSize,t+1,t+a.nodeSize-1,new O(E.from(o),0,0),1,!0))}function _n(e,t,n=1,r){let i=e.resolve(t),a=i.depth-n,o=r&&r[r.length-1]||i.parent;if(a<0||i.parent.type.spec.isolating||!i.parent.canReplace(i.index(),i.parent.childCount)||!o.type.validContent(i.parent.content.cutByIndex(i.index(),i.parent.childCount)))return!1;for(let e=i.depth-1,t=n-2;e>a;e--,t--){let n=i.node(e),a=i.index(e);if(n.type.spec.isolating)return!1;let o=n.content.cutByIndex(a,n.childCount),s=r&&r[t+1];s&&(o=o.replaceChild(0,s.type.create(s.attrs)));let c=r&&r[t]||n;if(!n.canReplace(a+1,n.childCount)||!c.type.validContent(o))return!1}let s=i.indexAfter(a),c=r&&r[0];return i.node(a).canReplaceWith(s,s,c?c.type:i.node(a+1).type)}function vn(e,t,n=1,r){let i=e.doc.resolve(t),a=E.empty,o=E.empty;for(let e=i.depth,t=i.depth-n,s=n-1;e>t;e--,s--){a=E.from(i.node(e).copy(a));let t=r&&r[s];o=E.from(t?t.type.create(t.attrs,o):i.node(e).copy(o))}e.step(new Zt(t,t,new O(a.append(o),n,n),!0))}function yn(e,t){let n=e.resolve(t),r=n.index();return xn(n.nodeBefore,n.nodeAfter)&&n.parent.canReplace(r,r+1)}function bn(e,t){t.content.size||e.type.compatibleContent(t.type);let n=e.contentMatchAt(e.childCount),{linebreakReplacement:r}=e.type.schema;for(let i=0;i0?(i=r.node(e+1),o++,a=r.node(e).maybeChild(o)):(i=r.node(e).maybeChild(o-1),a=r.node(e+1)),i&&!i.isTextblock&&xn(i,a)&&r.node(e).canReplace(o,o+1))return t;if(e==0)break;t=n<0?r.before(e):r.after(e)}}function Cn(e,t,n){let r=null,{linebreakReplacement:i}=e.doc.type.schema,a=e.doc.resolve(t-n),o=a.node().type;if(i&&o.inlineContent){let e=o.whitespace==`pre`,t=!!o.contentMatch.matchType(i);e&&!t?r=!1:!e&&t&&(r=!0)}let s=e.steps.length;if(r===!1){let r=e.doc.resolve(t+n);mn(e,r.node(),r.before(),s)}o.inlineContent&&nn(e,t+n-1,o,a.node().contentMatchAt(a.index()),r==null);let c=e.mapping.slice(s),l=c.map(t-n);if(e.step(new Zt(l,c.map(t+n,-1),O.empty,!0)),r===!0){let t=e.doc.resolve(l);pn(e,t.node(),t.before(),e.steps.length)}return e}function wn(e,t,n){let r=e.resolve(t);if(r.parent.canReplaceWith(r.index(),r.index(),n))return t;if(r.parentOffset==0)for(let e=r.depth-1;e>=0;e--){let t=r.index(e);if(r.node(e).canReplaceWith(t,t,n))return r.before(e+1);if(t>0)return null}if(r.parentOffset==r.parent.content.size)for(let e=r.depth-1;e>=0;e--){let t=r.indexAfter(e);if(r.node(e).canReplaceWith(t,t,n))return r.after(e+1);if(t=0;t--){let n=t==r.depth?0:r.pos<=(r.start(t+1)+r.end(t+1))/2?-1:1,a=r.index(t)+ +(n>0),o=r.node(t),s=!1;if(e==1)s=o.canReplace(a,a,i);else{let e=o.contentMatchAt(a).findWrapping(i.firstChild.type);s=e&&o.canReplaceWith(a,a,e[0])}if(s)return n==0?r.pos:n<0?r.before(t+1):r.after(t+1)}return null}function En(e,t,n=t,r=O.empty){if(t==n&&!r.size)return null;let i=e.resolve(t),a=e.resolve(n);return Dn(i,a,r)?new Zt(t,n,r):new On(i,a,r).fit()}function Dn(e,t,n){return!n.openStart&&!n.openEnd&&e.start()==t.start()&&e.parent.canReplace(e.index(),t.index(),n.content)}var On=class{constructor(e,t,n){this.$from=e,this.$to=t,this.unplaced=n,this.frontier=[],this.placed=E.empty;for(let t=0;t<=e.depth;t++){let n=e.node(t);this.frontier.push({type:n.type,match:n.contentMatchAt(e.indexAfter(t))})}for(let t=e.depth;t>0;t--)this.placed=E.from(e.node(t).copy(this.placed))}get depth(){return this.frontier.length-1}fit(){for(;this.unplaced.size;){let e=this.findFittable();e?this.placeNodes(e):this.openMore()||this.dropNode()}let e=this.mustMoveInline(),t=this.placed.size-this.depth-this.$from.depth,n=this.$from,r=this.close(e<0?this.$to:n.doc.resolve(e));if(!r)return null;let i=this.placed,a=n.depth,o=r.depth;for(;a&&o&&i.childCount==1;)i=i.firstChild.content,a--,o--;let s=new O(i,a,o);return e>-1?new Qt(n.pos,e,this.$to.pos,this.$to.end(),s,t):s.size||n.pos!=this.$to.pos?new Zt(n.pos,r.pos,s):null}findFittable(){let e=this.unplaced.openStart;for(let t=this.unplaced.content,n=0,r=this.unplaced.openEnd;n1&&(r=0),i.type.spec.isolating&&r<=n){e=n;break}t=i.content}for(let t=1;t<=2;t++)for(let n=t==1?e:this.unplaced.openStart;n>=0;n--){let e,r=null;n?(r=jn(this.unplaced.content,n-1).firstChild,e=r.content):e=this.unplaced.content;let i=e.firstChild;for(let e=this.depth;e>=0;e--){let{type:a,match:o}=this.frontier[e],s,c=null;if(t==1&&(i?o.matchType(i.type)||(c=o.fillBefore(E.from(i),!1)):r&&a.compatibleContent(r.type)))return{sliceDepth:n,frontierDepth:e,parent:r,inject:c};if(t==2&&i&&(s=o.findWrapping(i.type)))return{sliceDepth:n,frontierDepth:e,parent:r,wrap:s};if(r&&o.matchType(r.type))break}}}openMore(){let{content:e,openStart:t,openEnd:n}=this.unplaced,r=jn(e,t);return!r.childCount||r.firstChild.isLeaf?!1:(this.unplaced=new O(e,t+1,Math.max(n,r.size+t>=e.size-n?t+1:0)),!0)}dropNode(){let{content:e,openStart:t,openEnd:n}=this.unplaced,r=jn(e,t);if(r.childCount<=1&&t>0){let i=e.size-t<=t+r.size;this.unplaced=new O(kn(e,t-1,1),t-1,i?t-1:n)}else this.unplaced=new O(kn(e,t,1),t,n)}placeNodes({sliceDepth:e,frontierDepth:t,parent:n,inject:r,wrap:i}){for(;this.depth>t;)this.closeFrontierNode();if(i)for(let e=0;e1||s==0||e.content.size)&&(u=t,l.push(Mn(e.mark(d.allowedMarks(e.marks)),c==1?s:0,c==o.childCount?f:-1)))}let p=c==o.childCount;p||(f=-1),this.placed=An(this.placed,t,E.from(l)),this.frontier[t].match=u,p&&f<0&&n&&n.type==this.frontier[this.depth].type&&this.frontier.length>1&&this.closeFrontierNode();for(let e=0,t=o;e1&&r==this.$to.end(--n);)++r;return r}findCloseLevel(e){scan:for(let t=Math.min(this.depth,e.depth);t>=0;t--){let{match:n,type:r}=this.frontier[t],i=t=0;n--){let{match:t,type:r}=this.frontier[n],i=Nn(e,n,r,t,!0);if(!i||i.childCount)continue scan}return{depth:t,fit:a,move:i?e.doc.resolve(e.after(t+1)):e}}}}close(e){let t=this.findCloseLevel(e);if(!t)return null;for(;this.depth>t.depth;)this.closeFrontierNode();t.fit.childCount&&(this.placed=An(this.placed,t.depth,t.fit)),e=t.move;for(let n=t.depth+1;n<=e.depth;n++){let t=e.node(n),r=t.type.contentMatch.fillBefore(t.content,!0,e.index(n));this.openFrontierNode(t.type,t.attrs,r)}return e}openFrontierNode(e,t=null,n){let r=this.frontier[this.depth];r.match=r.match.matchType(e),this.placed=An(this.placed,this.depth,E.from(e.create(t,n))),this.frontier.push({type:e,match:e.contentMatch})}closeFrontierNode(){let e=this.frontier.pop().match.fillBefore(E.empty,!0);e.childCount&&(this.placed=An(this.placed,this.frontier.length,e))}};function kn(e,t,n){return t==0?e.cutByIndex(n,e.childCount):e.replaceChild(0,e.firstChild.copy(kn(e.firstChild.content,t-1,n)))}function An(e,t,n){return t==0?e.append(n):e.replaceChild(e.childCount-1,e.lastChild.copy(An(e.lastChild.content,t-1,n)))}function jn(e,t){for(let n=0;n1&&(r=r.replaceChild(0,Mn(r.firstChild,t-1,r.childCount==1?n-1:0))),t>0&&(r=e.type.contentMatch.fillBefore(r).append(r),n<=0&&(r=r.append(e.type.contentMatch.matchFragment(r).fillBefore(E.empty,!0)))),e.copy(r)}function Nn(e,t,n,r,i){let a=e.node(t),o=i?e.indexAfter(t):e.index(t);if(o==a.childCount&&!n.compatibleContent(a.type))return null;let s=r.fillBefore(a.content,!0,o);return s&&!Pn(n,a.content,o)?s:null}function Pn(e,t,n){for(let r=n;r0;e--,t--){let n=i.node(e).type.spec;if(n.defining||n.definingAsContext||n.isolating)break;o.indexOf(e)>-1?s=e:i.before(e)==t&&o.splice(1,0,-e)}let c=o.indexOf(s),l=[],u=r.openStart;for(let e=r.content,t=0;;t++){let n=e.firstChild;if(l.push(n),t==r.openStart)break;e=n.content}for(let e=u-1;e>=0;e--){let t=l[e],n=Fn(t.type);if(n&&!t.sameMarkup(i.node(Math.abs(s)-1)))u=e;else if(n||!t.type.isTextblock)break}for(let t=r.openStart;t>=0;t--){let s=(t+u+1)%(r.openStart+1),d=l[s];if(d)for(let t=0;t=0&&(e.replace(t,n,r),!(e.steps.length>d));s--){let e=o[s];e<0||(t=i.before(e),n=a.after(e))}}function Ln(e,t,n,r,i){if(tr){let t=i.contentMatchAt(0),n=t.fillBefore(e).append(e);e=n.append(t.matchFragment(n).fillBefore(E.empty,!0))}return e}function Rn(e,t,n,r){if(!r.isInline&&t==n&&e.doc.resolve(t).parent.content.size){let i=wn(e.doc,t,r.type);i!=null&&(t=n=i)}e.replaceRange(t,n,new O(E.from(r),0,0))}function zn(e,t,n){let r=e.doc.resolve(t),i=e.doc.resolve(n);if(r.parent.isTextblock&&i.parent.isTextblock&&r.start()!=i.start()&&r.parentOffset==0&&i.parentOffset==0){let a=r.sharedDepth(n),o=!1;for(let e=r.depth;e>a;e--)r.node(e).type.spec.isolating&&(o=!0);for(let e=i.depth;e>a;e--)i.node(e).type.spec.isolating&&(o=!0);if(!o){for(let e=r.depth;e>0&&t==r.start(e);e--)t=r.before(e);for(let e=i.depth;e>0&&n==i.start(e);e--)n=i.before(e);r=e.doc.resolve(t),i=e.doc.resolve(n)}}let a=Bn(r,i);for(let t=0;t0&&(o||r.node(n-1).canReplace(r.index(n-1),i.indexAfter(n-1))))return e.delete(r.before(n),i.after(n))}for(let a=1;a<=r.depth&&a<=i.depth;a++)if(t-r.start(a)==r.depth-a&&n>r.end(a)&&i.end(a)-n!=i.depth-a&&r.start(a-1)==i.start(a-1)&&r.node(a-1).canReplace(r.index(a-1),i.index(a-1)))return e.delete(r.before(a),n);e.delete(t,n)}function Bn(e,t){let n=[],r=Math.min(e.depth,t.depth);for(let i=r;i>=0;i--){let r=e.start(i);if(rt.pos+(t.depth-i)||e.node(i).type.spec.isolating||t.node(i).type.spec.isolating)break;(r==t.start(i)||i==e.depth&&i==t.depth&&e.parent.inlineContent&&t.parent.inlineContent&&i&&t.start(i-1)==r-1)&&n.push(i)}return n}var Vn=class e extends k{constructor(e,t,n){super(),this.pos=e,this.attr=t,this.value=n}apply(e){let t=e.nodeAt(this.pos);if(!t)return Gt.fail(`No node at attribute step's position`);let n=Object.create(null);for(let e in t.attrs)n[e]=t.attrs[e];n[this.attr]=this.value;let r=t.type.create(n,null,t.marks);return Gt.fromReplace(e,this.pos,this.pos+1,new O(E.from(r),0,+!t.isLeaf))}getMap(){return Ht.empty}invert(t){return new e(this.pos,this.attr,t.nodeAt(this.pos).attrs[this.attr])}map(t){let n=t.mapResult(this.pos,1);return n.deletedAfter?null:new e(n.pos,this.attr,this.value)}toJSON(){return{stepType:`attr`,pos:this.pos,attr:this.attr,value:this.value}}static fromJSON(t,n){if(typeof n.pos!=`number`||typeof n.attr!=`string`)throw RangeError(`Invalid input for AttrStep.fromJSON`);return new e(n.pos,n.attr,n.value)}};k.jsonID(`attr`,Vn);var Hn=class e extends k{constructor(e,t){super(),this.attr=e,this.value=t}apply(e){let t=Object.create(null);for(let n in e.attrs)t[n]=e.attrs[n];t[this.attr]=this.value;let n=e.type.create(t,e.content,e.marks);return Gt.ok(n)}getMap(){return Ht.empty}invert(t){return new e(this.attr,t.attrs[this.attr])}map(e){return this}toJSON(){return{stepType:`docAttr`,attr:this.attr,value:this.value}}static fromJSON(t,n){if(typeof n.attr!=`string`)throw RangeError(`Invalid input for DocAttrStep.fromJSON`);return new e(n.attr,n.value)}};k.jsonID(`docAttr`,Hn);var Un=class extends Error{};Un=function e(t){let n=Error.call(this,t);return n.__proto__=e.prototype,n},Un.prototype=Object.create(Error.prototype),Un.prototype.constructor=Un,Un.prototype.name=`TransformError`;var Wn=class{constructor(e){this.doc=e,this.steps=[],this.docs=[],this.mapping=new Ut}get before(){return this.docs.length?this.docs[0]:this.doc}step(e){let t=this.maybeStep(e);if(t.failed)throw new Un(t.failed);return this}maybeStep(e){let t=e.apply(this.doc);return t.failed||this.addStep(e,t.doc),t}get docChanged(){return this.steps.length>0}changedRange(){let e=1e9,t=-1e9;for(let n=0;n{e=Math.min(e,i),t=Math.max(t,a)})}return e==1e9?null:{from:e,to:t}}addStep(e,t){this.docs.push(this.doc),this.steps.push(e),this.mapping.appendMap(e.getMap()),this.doc=t}replace(e,t=e,n=O.empty){let r=En(this.doc,e,t,n);return r&&this.step(r),this}replaceWith(e,t,n){return this.replace(e,t,new O(E.from(n),0,0))}delete(e,t){return this.replace(e,t,O.empty)}insert(e,t){return this.replaceWith(e,e,t)}replaceRange(e,t,n){return In(this,e,t,n),this}replaceRangeWith(e,t,n){return Rn(this,e,t,n),this}deleteRange(e,t){return zn(this,e,t),this}lift(e,t){return on(this,e,t),this}join(e,t=1){return Cn(this,e,t),this}wrap(e,t){return dn(this,e,t),this}setBlockType(e,t=e,n,r=null){return fn(this,e,t,n,r),this}setNodeMarkup(e,t,n=null,r){return gn(this,e,t,n,r),this}setNodeAttribute(e,t,n){return this.step(new Vn(e,t,n)),this}setDocAttribute(e,t){return this.step(new Hn(e,t)),this}addNodeMark(e,t){return this.step(new Yt(e,t)),this}removeNodeMark(e,t){let n=this.doc.nodeAt(e);if(!n)throw RangeError(`No node at position `+e);if(t instanceof D)t.isInSet(n.marks)&&this.step(new Xt(e,t));else{let r=n.marks,i,a=[];for(;i=t.isInSet(r);)a.push(new Xt(e,i)),r=i.removeFromSet(r);for(let e=a.length-1;e>=0;e--)this.step(a[e])}return this}split(e,t=1,n){return vn(this,e,t,n),this}addMark(e,t,n){return en(this,e,t,n),this}removeMark(e,t,n){return tn(this,e,t,n),this}clearIncompatible(e,t,n){return nn(this,e,t,n),this}},Gn=Object.create(null),A=class{constructor(e,t,n){this.$anchor=e,this.$head=t,this.ranges=n||[new Kn(e.min(t),e.max(t))]}get anchor(){return this.$anchor.pos}get head(){return this.$head.pos}get from(){return this.$from.pos}get to(){return this.$to.pos}get $from(){return this.ranges[0].$from}get $to(){return this.ranges[0].$to}get empty(){let e=this.ranges;for(let t=0;t=0;r--){let i=t<0?$n(e.node(0),e.node(r),e.before(r+1),e.index(r),t,n):$n(e.node(0),e.node(r),e.after(r+1),e.index(r)+1,t,n);if(i)return i}return null}static near(e,t=1){return this.findFrom(e,t)||this.findFrom(e,-t)||new Zn(e.node(0))}static atStart(e){return $n(e,e,0,0,1)||new Zn(e)}static atEnd(e){return $n(e,e,e.content.size,e.childCount,-1)||new Zn(e)}static fromJSON(e,t){if(!t||!t.type)throw RangeError(`Invalid input for Selection.fromJSON`);let n=Gn[t.type];if(!n)throw RangeError(`No selection type ${t.type} defined`);return n.fromJSON(e,t)}static jsonID(e,t){if(e in Gn)throw RangeError(`Duplicate use of selection JSON ID `+e);return Gn[e]=t,t.prototype.jsonID=e,t}getBookmark(){return j.between(this.$anchor,this.$head).getBookmark()}};A.prototype.visible=!0;var Kn=class{constructor(e,t){this.$from=e,this.$to=t}},qn=!1;function Jn(e){!qn&&!e.parent.inlineContent&&(qn=!0,console.warn(`TextSelection endpoint not pointing into a node with inline content (`+e.parent.type.name+`)`))}var j=class e extends A{constructor(e,t=e){Jn(e),Jn(t),super(e,t)}get $cursor(){return this.$anchor.pos==this.$head.pos?this.$head:null}map(t,n){let r=t.resolve(n.map(this.head));if(!r.parent.inlineContent)return A.near(r);let i=t.resolve(n.map(this.anchor));return new e(i.parent.inlineContent?i:r,r)}replace(e,t=O.empty){if(super.replace(e,t),t==O.empty){let t=this.$from.marksAcross(this.$to);t&&e.ensureMarks(t)}}eq(t){return t instanceof e&&t.anchor==this.anchor&&t.head==this.head}getBookmark(){return new Yn(this.anchor,this.head)}toJSON(){return{type:`text`,anchor:this.anchor,head:this.head}}static fromJSON(t,n){if(typeof n.anchor!=`number`||typeof n.head!=`number`)throw RangeError(`Invalid input for TextSelection.fromJSON`);return new e(t.resolve(n.anchor),t.resolve(n.head))}static create(e,t,n=t){let r=e.resolve(t);return new this(r,n==t?r:e.resolve(n))}static between(t,n,r){let i=t.pos-n.pos;if((!r||i)&&(r=i>=0?1:-1),!n.parent.inlineContent){let e=A.findFrom(n,r,!0)||A.findFrom(n,-r,!0);if(e)n=e.$head;else return A.near(n,r)}return t.parent.inlineContent||(i==0?t=n:(t=(A.findFrom(t,-r,!0)||A.findFrom(t,r,!0)).$anchor,t.pos0?0:1);i>0?o=0;o+=i){let r=t.child(o);if(!r.isAtom){let t=$n(e,r,n+i,i<0?r.childCount:0,i,a);if(t)return t}else if(!a&&M.isSelectable(r))return M.create(e,n-(i<0?r.nodeSize:0));n+=r.nodeSize*i}return null}function er(e,t,n){let r=e.steps.length-1;if(r{o??=r}),e.setSelection(A.near(e.doc.resolve(o),n))}var tr=1,nr=2,rr=4,ir=class extends Wn{constructor(e){super(e.doc),this.curSelectionFor=0,this.updated=0,this.meta=Object.create(null),this.time=Date.now(),this.curSelection=e.selection,this.storedMarks=e.storedMarks}get selection(){return this.curSelectionFor0}setStoredMarks(e){return this.storedMarks=e,this.updated|=nr,this}ensureMarks(e){return D.sameSet(this.storedMarks||this.selection.$from.marks(),e)||this.setStoredMarks(e),this}addStoredMark(e){return this.ensureMarks(e.addToSet(this.storedMarks||this.selection.$head.marks()))}removeStoredMark(e){return this.ensureMarks(e.removeFromSet(this.storedMarks||this.selection.$head.marks()))}get storedMarksSet(){return(this.updated&nr)>0}addStep(e,t){super.addStep(e,t),this.updated&=~nr,this.storedMarks=null}setTime(e){return this.time=e,this}replaceSelection(e){return this.selection.replace(this,e),this}replaceSelectionWith(e,t=!0){let n=this.selection;return t&&(e=e.mark(this.storedMarks||(n.empty?n.$from.marks():n.$from.marksAcross(n.$to)||D.none))),n.replaceWith(this,e),this}deleteSelection(){return this.selection.replace(this),this}insertText(e,t,n){let r=this.doc.type.schema;if(t==null)return e?this.replaceSelectionWith(r.text(e),!0):this.deleteSelection();{if(n??=t,!e)return this.deleteRange(t,n);let i=this.storedMarks;if(!i){let e=this.doc.resolve(t);i=n==t?e.marks():e.marksAcross(this.doc.resolve(n))}return this.replaceRangeWith(t,n,r.text(e,i)),!this.selection.empty&&this.selection.to==t+e.length&&this.setSelection(A.near(this.selection.$to)),this}}setMeta(e,t){return this.meta[typeof e==`string`?e:e.key]=t,this}getMeta(e){return this.meta[typeof e==`string`?e:e.key]}get isGeneric(){for(let e in this.meta)return!1;return!0}scrollIntoView(){return this.updated|=rr,this}get scrolledIntoView(){return(this.updated&rr)>0}};function ar(e,t){return!t||!e?e:e.bind(t)}var or=class{constructor(e,t,n){this.name=e,this.init=ar(t.init,n),this.apply=ar(t.apply,n)}},sr=[new or(`doc`,{init(e){return e.doc||e.schema.topNodeType.createAndFill()},apply(e){return e.doc}}),new or(`selection`,{init(e,t){return e.selection||A.atStart(t.doc)},apply(e){return e.selection}}),new or(`storedMarks`,{init(e){return e.storedMarks||null},apply(e,t,n,r){return r.selection.$cursor?e.storedMarks:null}}),new or(`scrollToSelection`,{init(){return 0},apply(e,t){return e.scrolledIntoView?t+1:t}})],cr=class{constructor(e,t){this.schema=e,this.plugins=[],this.pluginsByKey=Object.create(null),this.fields=sr.slice(),t&&t.forEach(e=>{if(this.pluginsByKey[e.key])throw RangeError(`Adding different instances of a keyed plugin (`+e.key+`)`);this.plugins.push(e),this.pluginsByKey[e.key]=e,e.spec.state&&this.fields.push(new or(e.key,e.spec.state,e))})}},lr=class e{constructor(e){this.config=e}get schema(){return this.config.schema}get plugins(){return this.config.plugins}apply(e){return this.applyTransaction(e).state}filterTransaction(e,t=-1){for(let n=0;ne.toJSON())),e&&typeof e==`object`)for(let n in e){if(n==`doc`||n==`selection`)throw RangeError("The JSON fields `doc` and `selection` are reserved");let r=e[n],i=r.spec.state;i&&i.toJSON&&(t[n]=i.toJSON.call(r,this[r.key]))}return t}static fromJSON(t,n,r){if(!n)throw RangeError(`Invalid input for EditorState.fromJSON`);if(!t.schema)throw RangeError(`Required config field 'schema' missing`);let i=new cr(t.schema,t.plugins),a=new e(i);return i.fields.forEach(e=>{if(e.name==`doc`)a.doc=Ie.fromJSON(t.schema,n.doc);else if(e.name==`selection`)a.selection=A.fromJSON(a.doc,n.selection);else if(e.name==`storedMarks`)n.storedMarks&&(a.storedMarks=n.storedMarks.map(t.schema.markFromJSON));else{if(r)for(let i in r){let o=r[i],s=o.spec.state;if(o.key==e.name&&s&&s.fromJSON&&Object.prototype.hasOwnProperty.call(n,i)){a[e.name]=s.fromJSON.call(o,t,n[i],a);return}}a[e.name]=e.init(t,a)}}),a}};function ur(e,t,n){for(let r in e){let i=e[r];i instanceof Function?i=i.bind(t):r==`handleDOMEvents`&&(i=ur(i,t,{})),n[r]=i}return n}var N=class{constructor(e){this.spec=e,this.props={},e.props&&ur(e.props,this,this.props),this.key=e.key?e.key.key:fr(`plugin`)}getState(e){return e[this.key]}},dr=Object.create(null);function fr(e){return e in dr?e+`$`+ ++dr[e]:(dr[e]=0,e+`$`)}var P=class{constructor(e=`key`){this.key=fr(e)}get(e){return e.config.pluginsByKey[this.key]}getState(e){return e[this.key]}},pr=(e,t)=>e.selection.empty?!1:(t&&t(e.tr.deleteSelection().scrollIntoView()),!0);function mr(e,t){let{$cursor:n}=e.selection;return!n||(t?!t.endOfTextblock(`backward`,e):n.parentOffset>0)?null:n}var hr=(e,t,n)=>{let r=mr(e,n);if(!r)return!1;let i=xr(r);if(!i){let n=r.blockRange(),i=n&&an(n);return i==null?!1:(t&&t(e.tr.lift(n,i).scrollIntoView()),!0)}let a=i.nodeBefore;if(zr(e,i,t,-1))return!0;if(r.parent.content.size==0&&(yr(a,`end`)||M.isSelectable(a)))for(let n=r.depth;;n--){let o=En(e.doc,r.before(n),r.after(n),O.empty);if(o&&o.slice.size1)break}return a.isAtom&&i.depth==r.depth-1?(t&&t(e.tr.delete(i.pos-a.nodeSize,i.pos).scrollIntoView()),!0):!1},gr=(e,t,n)=>{let r=mr(e,n);if(!r)return!1;let i=xr(r);return i?vr(e,i,t):!1},_r=(e,t,n)=>{let r=Sr(e,n);if(!r)return!1;let i=Tr(r);return i?vr(e,i,t):!1};function vr(e,t,n){let r=t.nodeBefore,i=t.pos-1;for(;!r.isTextblock;i--){if(r.type.spec.isolating)return!1;let e=r.lastChild;if(!e)return!1;r=e}let a=t.nodeAfter,o=t.pos+1;for(;!a.isTextblock;o++){if(a.type.spec.isolating)return!1;let e=a.firstChild;if(!e)return!1;a=e}let s=En(e.doc,i,o,O.empty);if(!s||s.from!=i||s instanceof Zt&&s.slice.size>=o-i)return!1;if(n){let t=e.tr.step(s);t.setSelection(j.create(t.doc,i)),n(t.scrollIntoView())}return!0}function yr(e,t,n=!1){for(let r=e;r;r=t==`start`?r.firstChild:r.lastChild){if(r.isTextblock)return!0;if(n&&r.childCount!=1)return!1}return!1}var br=(e,t,n)=>{let{$head:r,empty:i}=e.selection,a=r;if(!i)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock(`backward`,e):r.parentOffset>0)return!1;a=xr(r)}let o=a&&a.nodeBefore;return!o||!M.isSelectable(o)?!1:(t&&t(e.tr.setSelection(M.create(e.doc,a.pos-o.nodeSize)).scrollIntoView()),!0)};function xr(e){if(!e.parent.type.spec.isolating)for(let t=e.depth-1;t>=0;t--){if(e.index(t)>0)return e.doc.resolve(e.before(t+1));if(e.node(t).type.spec.isolating)break}return null}function Sr(e,t){let{$cursor:n}=e.selection;return!n||(t?!t.endOfTextblock(`forward`,e):n.parentOffset{let r=Sr(e,n);if(!r)return!1;let i=Tr(r);if(!i)return!1;let a=i.nodeAfter;if(zr(e,i,t,1))return!0;if(r.parent.content.size==0&&(yr(a,`start`)||M.isSelectable(a))){let n=En(e.doc,r.before(),r.after(),O.empty);if(n&&n.slice.size{let{$head:r,empty:i}=e.selection,a=r;if(!i)return!1;if(r.parent.isTextblock){if(n?!n.endOfTextblock(`forward`,e):r.parentOffset=0;t--){let n=e.node(t);if(e.index(t)+1{let n=e.selection,r=n instanceof M,i;if(r){if(n.node.isTextblock||!yn(e.doc,n.from))return!1;i=n.from}else if(i=Sn(e.doc,n.from,-1),i==null)return!1;if(t){let n=e.tr.join(i);r&&n.setSelection(M.create(n.doc,i-e.doc.resolve(i).nodeBefore.nodeSize)),t(n.scrollIntoView())}return!0},Dr=(e,t)=>{let n=e.selection,r;if(n instanceof M){if(n.node.isTextblock||!yn(e.doc,n.to))return!1;r=n.to}else if(r=Sn(e.doc,n.to,1),r==null)return!1;return t&&t(e.tr.join(r).scrollIntoView()),!0},Or=(e,t)=>{let{$from:n,$to:r}=e.selection,i=n.blockRange(r),a=i&&an(i);return a==null?!1:(t&&t(e.tr.lift(i,a).scrollIntoView()),!0)},kr=(e,t)=>{let{$head:n,$anchor:r}=e.selection;return!n.parent.type.spec.code||!n.sameParent(r)?!1:(t&&t(e.tr.insertText(` +`).scrollIntoView()),!0)};function Ar(e){for(let t=0;t{let{$head:n,$anchor:r}=e.selection;if(!n.parent.type.spec.code||!n.sameParent(r))return!1;let i=n.node(-1),a=n.indexAfter(-1),o=Ar(i.contentMatchAt(a));if(!o||!i.canReplaceWith(a,a,o))return!1;if(t){let r=n.after(),i=e.tr.replaceWith(r,r,o.createAndFill());i.setSelection(A.near(i.doc.resolve(r),1)),t(i.scrollIntoView())}return!0},Mr=(e,t)=>{let n=e.selection,{$from:r,$to:i}=n;if(n instanceof Zn||r.parent.inlineContent||i.parent.inlineContent)return!1;let a=Ar(i.parent.contentMatchAt(i.indexAfter()));if(!a||!a.isTextblock)return!1;if(t){let n=(!r.parentOffset&&i.index(){let{$cursor:n}=e.selection;if(!n||n.parent.content.size)return!1;if(n.depth>1&&n.after()!=n.end(-1)){let r=n.before();if(_n(e.doc,r))return t&&t(e.tr.split(r).scrollIntoView()),!0}let r=n.blockRange(),i=r&&an(r);return i==null?!1:(t&&t(e.tr.lift(r,i).scrollIntoView()),!0)};function Pr(e){return(t,n)=>{let{$from:r,$to:i}=t.selection;if(t.selection instanceof M&&t.selection.node.isBlock)return!r.parentOffset||!_n(t.doc,r.pos)?!1:(n&&n(t.tr.split(r.pos).scrollIntoView()),!0);if(!r.depth)return!1;let a=[],o,s,c=!1,l=!1;for(let t=r.depth;;t--)if(r.node(t).isBlock){c=r.end(t)==r.pos+(r.depth-t),l=r.start(t)==r.pos-(r.depth-t),s=Ar(r.node(t-1).contentMatchAt(r.indexAfter(t-1)));let n=e&&e(i.parent,c,r);a.unshift(n||(c&&s?{type:s}:null)),o=t;break}else{if(t==1)return!1;a.unshift(null)}let u=t.tr;(t.selection instanceof j||t.selection instanceof Zn)&&u.deleteSelection();let d=u.mapping.map(r.pos),f=_n(u.doc,d,a.length,a);if(f||=(a[0]=s?{type:s}:null,_n(u.doc,d,a.length,a)),!f)return!1;if(u.split(d,a.length,a),!c&&l&&r.node(o).type!=s){let e=u.mapping.map(r.before(o)),t=u.doc.resolve(e);s&&r.node(o-1).canReplaceWith(t.index(),t.index()+1,s)&&u.setNodeMarkup(u.mapping.map(r.before(o)),s)}return n&&n(u.scrollIntoView()),!0}}var Fr=Pr(),Ir=(e,t)=>{let{$from:n,to:r}=e.selection,i,a=n.sharedDepth(r);return a==0?!1:(i=n.before(a),t&&t(e.tr.setSelection(M.create(e.doc,i))),!0)},Lr=(e,t)=>(t&&t(e.tr.setSelection(new Zn(e.doc))),!0);function Rr(e,t,n){let r=t.nodeBefore,i=t.nodeAfter,a=t.index();return!r||!i||!r.type.compatibleContent(i.type)?!1:!r.content.size&&t.parent.canReplace(a-1,a)?(n&&n(e.tr.delete(t.pos-r.nodeSize,t.pos).scrollIntoView()),!0):!t.parent.canReplace(a,a+1)||!(i.isTextblock||yn(e.doc,t.pos))?!1:(n&&n(e.tr.join(t.pos).scrollIntoView()),!0)}function zr(e,t,n,r){let i=t.nodeBefore,a=t.nodeAfter,o,s,c=i.type.spec.isolating||a.type.spec.isolating;if(!c&&Rr(e,t,n))return!0;let l=!c&&t.parent.canReplace(t.index(),t.index()+1);if(l&&(o=(s=i.contentMatchAt(i.childCount)).findWrapping(a.type))&&s.matchType(o[0]||a.type).validEnd){if(n){let r=t.pos+a.nodeSize,s=E.empty;for(let e=o.length-1;e>=0;e--)s=E.from(o[e].create(null,s));s=E.from(i.copy(s));let c=e.tr.step(new Qt(t.pos-1,r,t.pos,r,new O(s,1,0),o.length,!0)),l=c.doc.resolve(r+2*o.length);l.nodeAfter&&l.nodeAfter.type==i.type&&yn(c.doc,l.pos)&&c.join(l.pos),n(c.scrollIntoView())}return!0}let u=a.type.spec.isolating||r>0&&c?null:A.findFrom(t,1),d=u&&u.$from.blockRange(u.$to),f=d&&an(d);if(f!=null&&f>=t.depth)return n&&n(e.tr.lift(d,f).scrollIntoView()),!0;if(l&&yr(a,`start`,!0)&&yr(i,`end`)){let r=i,o=[];for(;o.push(r),!r.isTextblock;)r=r.lastChild;let s=a,c=1;for(;!s.isTextblock;s=s.firstChild)c++;if(r.canReplace(r.childCount,r.childCount,s.content)){if(n){let r=E.empty;for(let e=o.length-1;e>=0;e--)r=E.from(o[e].copy(r));n(e.tr.step(new Qt(t.pos-o.length,t.pos+a.nodeSize,t.pos+c,t.pos+a.nodeSize-c,new O(r,o.length,0),0,!0)).scrollIntoView())}return!0}}return!1}function Br(e){return function(t,n){let r=t.selection,i=e<0?r.$from:r.$to,a=i.depth;for(;i.node(a).isInline;){if(!a)return!1;a--}return i.node(a).isTextblock?(n&&n(t.tr.setSelection(j.create(t.doc,e<0?i.start(a):i.end(a)))),!0):!1}}var Vr=Br(-1),Hr=Br(1);function Ur(e,t=null){return function(n,r){let{$from:i,$to:a}=n.selection,o=i.blockRange(a),s=o&&sn(o,e,t);return s?(r&&r(n.tr.wrap(o,s).scrollIntoView()),!0):!1}}function Wr(e,t=null){return function(n,r){let i=!1;for(let r=0;r{if(i)return!1;if(!(!r.isTextblock||r.hasMarkup(e,t)))if(r.type==e)i=!0;else{let t=n.doc.resolve(a),r=t.index();i=t.parent.canReplaceWith(r,r+1,e)}})}if(!i)return!1;if(r){let i=n.tr;for(let r=0;r=2&&t.$from.node(t.depth-1).type.compatibleContent(n)&&t.startIndex==0){if(t.$from.index(t.depth-1)==0)return!1;let e=o.resolve(t.start-2);a=new Pe(e,e,t.depth),t.endIndex=0;e--)a=E.from(n[e].type.create(n[e].attrs,a));e.step(new Qt(t.start-(r?2:0),t.end,t.start,t.end,new O(a,0,0),n.length,!0));let o=0;for(let e=0;et.childCount>0&&t.firstChild.type==e);return a?n?r.node(a.depth-1).type==e?ei(t,n,e,a):ti(t,n,a):!0:!1}}function ei(e,t,n,r){let i=e.tr,a=r.end,o=r.$to.end(r.depth);aa;t--)e-=i.child(t).nodeSize,r.delete(e-1,e+1);let a=r.doc.resolve(n.start),o=a.nodeAfter;if(r.mapping.map(n.end)!=n.start+a.nodeAfter.nodeSize)return!1;let s=n.startIndex==0,c=n.endIndex==i.childCount,l=a.node(-1),u=a.index(-1);if(!l.canReplace(u+ +!s,u+1,o.content.append(c?E.empty:E.from(i))))return!1;let d=a.pos,f=d+o.nodeSize;return r.step(new Qt(d-+!!s,f+ +!!c,d+1,f-1,new O((s?E.empty:E.from(i.copy(E.empty))).append(c?E.empty:E.from(i.copy(E.empty))),+!s,+!c),+!s)),t(r.scrollIntoView()),!0}function ni(e){return function(t,n){let{$from:r,$to:i}=t.selection,a=r.blockRange(i,t=>t.childCount>0&&t.firstChild.type==e);if(!a)return!1;let o=a.startIndex;if(o==0)return!1;let s=a.parent,c=s.child(o-1);if(c.type!=e)return!1;if(n){let r=c.lastChild&&c.lastChild.type==s.type,i=E.from(r?e.create():null),o=new O(E.from(e.create(null,E.from(s.type.create(null,i)))),r?3:1,0),l=a.start,u=a.end;n(t.tr.step(new Qt(l-(r?3:1),u,l,u,o,1,!0)).scrollIntoView())}return!0}}var F=function(e){for(var t=0;;t++)if(e=e.previousSibling,!e)return t},ri=function(e){let t=e.assignedSlot||e.parentNode;return t&&t.nodeType==11?t.host:t},ii=null,ai=function(e,t,n){let r=ii||=document.createRange();return r.setEnd(e,n??e.nodeValue.length),r.setStart(e,t||0),r},oi=function(){ii=null},si=function(e,t,n,r){return n&&(li(e,t,n,r,-1)||li(e,t,n,r,1))},ci=/^(img|br|input|textarea|hr)$/i;function li(e,t,n,r,i){for(;;){if(e==n&&t==r)return!0;if(t==(i<0?0:ui(e))){let n=e.parentNode;if(!n||n.nodeType!=1||mi(e)||ci.test(e.nodeName)||e.contentEditable==`false`)return!1;t=F(e)+(i<0?0:1),e=n}else if(e.nodeType==1){let n=e.childNodes[t+(i<0?-1:0)];if(n.nodeType==1&&n.contentEditable==`false`)if(n.pmViewDesc?.ignoreForSelection)t+=i;else return!1;else e=n,t=i<0?ui(e):0}else return!1}}function ui(e){return e.nodeType==3?e.nodeValue.length:e.childNodes.length}function di(e,t){for(;;){if(e.nodeType==3&&t)return e;if(e.nodeType==1&&t>0){if(e.contentEditable==`false`)return null;e=e.childNodes[t-1],t=ui(e)}else if(e.parentNode&&!mi(e))t=F(e),e=e.parentNode;else return null}}function fi(e,t){for(;;){if(e.nodeType==3&&t2),ji=Ai||(yi?/Mac/.test(yi.platform):!1),Mi=yi?/Win/.test(yi.platform):!1,Ni=/Android \d/.test(xi),Pi=!!bi&&`webkitFontSmoothing`in bi.documentElement.style,Fi=Pi?+(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent)||[0,0])[1]:0;function Ii(e){let t=e.defaultView&&e.defaultView.visualViewport;return t?{left:0,right:t.width,top:0,bottom:t.height}:{left:0,right:e.documentElement.clientWidth,top:0,bottom:e.documentElement.clientHeight}}function Li(e,t){return typeof e==`number`?e:e[t]}function Ri(e){let t=e.getBoundingClientRect(),n=t.width/e.offsetWidth||1,r=t.height/e.offsetHeight||1;return{left:t.left,right:t.left+e.clientWidth*n,top:t.top,bottom:t.top+e.clientHeight*r}}function zi(e,t,n){let r=e.someProp(`scrollThreshold`)||0,i=e.someProp(`scrollMargin`)||5,a=e.dom.ownerDocument;for(let o=n||e.dom;o;){if(o.nodeType!=1){o=ri(o);continue}let e=o,n=e==a.body,s=n?Ii(a):Ri(e),c=0,l=0;if(t.tops.bottom-Li(r,`bottom`)&&(l=t.bottom-t.top>s.bottom-s.top?t.top+Li(i,`top`)-s.top:t.bottom-s.bottom+Li(i,`bottom`)),t.lefts.right-Li(r,`right`)&&(c=t.right-s.right+Li(i,`right`)),c||l)if(n)a.defaultView.scrollBy(c,l);else{let n=e.scrollLeft,r=e.scrollTop;l&&(e.scrollTop+=l),c&&(e.scrollLeft+=c);let i=e.scrollLeft-n,a=e.scrollTop-r;t={left:t.left-i,top:t.top-a,right:t.right-i,bottom:t.bottom-a}}let u=n?`fixed`:getComputedStyle(o).position;if(/^(fixed|sticky)$/.test(u))break;o=u==`absolute`?o.offsetParent:ri(o)}}function Bi(e){let t=e.dom.getBoundingClientRect(),n=Math.max(0,t.top),r,i;for(let a=(t.left+t.right)/2,o=n+1;o=n-20){r=t,i=s.top;break}}return{refDOM:r,refTop:i,stack:Vi(e.dom)}}function Vi(e){let t=[],n=e.ownerDocument;for(let r=e;r&&(t.push({dom:r,top:r.scrollTop,left:r.scrollLeft}),e!=n);r=ri(r));return t}function Hi({refDOM:e,refTop:t,stack:n}){let r=e?e.getBoundingClientRect().top:0;Ui(n,r==0?0:r-t)}function Ui(e,t){for(let n=0;n=s){o=Math.max(p.bottom,o),s=Math.min(p.top,s);let e=p.left>t.left?p.left-t.left:p.right=(p.left+p.right)/2));continue}}else p.top>t.top&&!c&&p.left<=t.left&&p.right>=t.left&&(c=u,l={left:Math.max(p.left,Math.min(p.right,t.left)),top:p.top});!n&&(t.left>=p.right&&t.top>=p.top||t.left>=p.left&&t.top>=p.bottom)&&(a=d+1)}}return!n&&c&&(n=c,i=l,r=0),n&&n.nodeType==3?qi(n,i):!n||r&&n.nodeType==1?{node:e,offset:a}:Ki(n,i)}function qi(e,t){let n=e.nodeValue.length,r=document.createRange(),i;for(let a=0;a=(n.left+n.right)/2)};break}}return r.detach(),i||{node:e,offset:0}}function Ji(e,t){return e.left>=t.left-1&&e.left<=t.right+1&&e.top>=t.top-1&&e.top<=t.bottom+1}function Yi(e,t){let n=e.parentNode;return n&&/^li$/i.test(n.nodeName)&&t.left(e.left+e.right)/2?1:-1}return e.docView.posFromDOM(r,i,a)}function Zi(e,t,n,r){let i=-1;for(let n=t,a=!1;n!=e.dom;){let t=e.docView.nearestDesc(n,!0),o;if(!t)return null;if(t.dom.nodeType==1&&(t.node.isBlock&&t.parent||!t.contentDOM)&&((o=t.dom.getBoundingClientRect()).width||o.height)&&(t.node.isBlock&&t.parent&&!/^T(R|BODY|HEAD|FOOT)$/.test(t.dom.nodeName)&&(!a&&o.left>r.left||o.top>r.top?i=t.posBefore:(!a&&o.right-1?i:e.docView.posFromDOM(t,n,-1)}function Qi(e,t,n){let r=e.childNodes.length;if(r&&n.topt.top&&i++}let n;Pi&&i&&r.nodeType==1&&(n=r.childNodes[i-1]).nodeType==1&&n.contentEditable==`false`&&n.getBoundingClientRect().top>=t.top&&i--,r==e.dom&&i==r.childNodes.length-1&&r.lastChild.nodeType==1&&t.top>r.lastChild.getBoundingClientRect().bottom?s=e.state.doc.content.size:(i==0||r.nodeType!=1||r.childNodes[i-1].nodeName!=`BR`)&&(s=Zi(e,r,i,t))}s??=Xi(e,o,t);let c=e.docView.nearestDesc(o,!0);return{pos:s,inside:c?c.posAtStart-c.border:-1}}function ea(e){return e.top=0&&i==r.nodeValue.length?(e--,a=1):n<0?e--:t++,ia(ta(ai(r,e,t),a),a<0)}if(!e.state.doc.resolve(t-(a||0)).parent.inlineContent){if(a==null&&i&&(n<0||i==ui(r))){let e=r.childNodes[i-1];if(e.nodeType==1)return aa(e.getBoundingClientRect(),!1)}if(a==null&&i=0)}if(a==null&&i&&(n<0||i==ui(r))){let e=r.childNodes[i-1],t=e.nodeType==3?ai(e,ui(e)-+!o):e.nodeType==1&&(e.nodeName!=`BR`||!e.nextSibling)?e:null;if(t)return ia(ta(t,1),!1)}if(a==null&&i=0)}function ia(e,t){if(e.width==0)return e;let n=t?e.left:e.right;return{top:e.top,bottom:e.bottom,left:n,right:n}}function aa(e,t){if(e.height==0)return e;let n=t?e.top:e.bottom;return{top:n,bottom:n,left:e.left,right:e.right}}function oa(e,t,n){let r=e.state,i=e.root.activeElement;r!=t&&e.updateState(t),i!=e.dom&&e.focus();try{return n()}finally{r!=t&&e.updateState(r),i!=e.dom&&i&&i.focus()}}function sa(e,t,n){let r=t.selection,i=n==`up`?r.$from:r.$to;return oa(e,t,()=>{let{node:t}=e.docView.domFromPos(i.pos,n==`up`?-1:1);for(;;){let n=e.docView.nearestDesc(t,!0);if(!n)break;if(n.node.isBlock){t=n.contentDOM||n.dom;break}t=n.dom.parentNode}let r=ra(e,i.pos,1);for(let e=t.firstChild;e;e=e.nextSibling){let t;if(e.nodeType==1)t=e.getClientRects();else if(e.nodeType==3)t=ai(e,0,e.nodeValue.length).getClientRects();else continue;for(let e=0;ei.top+1&&(n==`up`?r.top-i.top>(i.bottom-r.top)*2:i.bottom-r.bottom>(r.bottom-i.top)*2))return!1}}return!0})}var ca=/[\u0590-\u08ac]/;function la(e,t,n){let{$head:r}=t.selection;if(!r.parent.isTextblock)return!1;let i=r.parentOffset,a=!i,o=i==r.parent.content.size,s=e.domSelection();return s?!ca.test(r.parent.textContent)||!s.modify?n==`left`||n==`backward`?a:o:oa(e,t,()=>{let{focusNode:t,focusOffset:i,anchorNode:a,anchorOffset:o}=e.domSelectionRange(),c=s.caretBidiLevel;s.modify(`move`,n,`character`);let l=r.depth?e.docView.domAfterPos(r.before()):e.dom,{focusNode:u,focusOffset:d}=e.domSelectionRange(),f=u&&!l.contains(u.nodeType==1?u:u.parentNode)||t==u&&i==d;try{s.collapse(a,o),t&&(t!=a||i!=o)&&s.extend&&s.extend(t,i)}catch{}return c!=null&&(s.caretBidiLevel=c),f}):r.pos==r.start()||r.pos==r.end()}var ua=null,da=null,fa=!1;function pa(e,t,n){return ua==t&&da==n?fa:(ua=t,da=n,fa=n==`up`||n==`down`?sa(e,t,n):la(e,t,n))}var ma=0,ha=1,ga=2,_a=3,va=class{constructor(e,t,n,r){this.parent=e,this.children=t,this.dom=n,this.contentDOM=r,this.dirty=ma,n.pmViewDesc=this}matchesWidget(e){return!1}matchesMark(e){return!1}matchesNode(e,t,n){return!1}matchesHack(e){return!1}parseRule(){return null}stopEvent(e){return!1}get size(){let e=0;for(let t=0;tF(this.contentDOM);else if(this.contentDOM&&this.contentDOM!=this.dom&&this.dom.contains(this.contentDOM))r=e.compareDocumentPosition(this.contentDOM)&2;else if(this.dom.firstChild){if(t==0)for(let t=e;;t=t.parentNode){if(t==this.dom){r=!1;break}if(t.previousSibling)break}if(r==null&&t==e.childNodes.length)for(let t=e;;t=t.parentNode){if(t==this.dom){r=!0;break}if(t.nextSibling)break}}return r??n>0?this.posAtEnd:this.posAtStart}nearestDesc(e,t=!1){for(let n=!0,r=e;r;r=r.parentNode){let i=this.getDesc(r),a;if(i&&(!t||i.node))if(n&&(a=i.nodeDOM)&&!(a.nodeType==1?a.contains(e.nodeType==1?e:e.parentNode):a==e))n=!1;else return i}}getDesc(e){let t=e.pmViewDesc;for(let e=t;e;e=e.parent)if(e==this)return t}posFromDOM(e,t,n){for(let r=e;r;r=r.parentNode){let i=this.getDesc(r);if(i)return i.localPosFromDOM(e,t,n)}return-1}descAt(e){for(let t=0,n=0;te||i instanceof Ta){r=e-t;break}t=a}if(r)return this.children[n].domFromPos(r-this.children[n].border,t);for(let e;n&&!(e=this.children[n-1]).size&&e instanceof ya&&e.side>=0;n--);if(t<=0){let e,r=!0;for(;e=n?this.children[n-1]:null,!(!e||e.dom.parentNode==this.contentDOM);n--,r=!1);return e&&t&&r&&!e.border&&!e.domAtom?e.domFromPos(e.size,t):{node:this.contentDOM,offset:e?F(e.dom)+1:0}}else{let e,r=!0;for(;e=n=i&&t<=s-n.border&&n.node&&n.contentDOM&&this.contentDOM.contains(n.contentDOM))return n.parseRange(e,t,i);e=a;for(let t=o;t>0;t--){let n=this.children[t-1];if(n.size&&n.dom.parentNode==this.contentDOM&&!n.emptyChildAt(1)){r=F(n.dom)+1;break}e-=n.size}r==-1&&(r=0)}if(r>-1&&(s>t||o==this.children.length-1)){t=s;for(let e=o+1;es&&at){let e=o;o=s,s=e}let n=document.createRange();n.setEnd(s.node,s.offset),n.setStart(o.node,o.offset),c.removeAllRanges(),c.addRange(n)}}ignoreMutation(e){return!this.contentDOM&&e.type!=`selection`}get contentLost(){return this.contentDOM&&this.contentDOM!=this.dom&&!this.dom.contains(this.contentDOM)}markDirty(e,t){for(let n=0,r=0;r=n:en){let r=n+i.border,o=a-i.border;if(e>=r&&t<=o){this.dirty=e==n||t==a?ga:ha,e==r&&t==o&&(i.contentLost||i.dom.parentNode!=this.contentDOM)?i.dirty=_a:i.markDirty(e-r,t-r);return}else i.dirty=i.dom==i.contentDOM&&i.dom.parentNode==this.contentDOM&&!i.children.length?ga:_a}n=a}this.dirty=ga}markParentsDirty(){let e=1;for(let t=this.parent;t;t=t.parent,e++){let n=e==1?ga:ha;t.dirty{if(!i)return r;if(i.parent)return i.parent.posBeforeChild(i)})),!t.type.spec.raw){if(a.nodeType!=1){let e=document.createElement(`span`);e.appendChild(a),a=e}a.contentEditable=`false`,a.classList.add(`ProseMirror-widget`)}super(e,[],a,null),this.widget=t,this.widget=t,i=this}matchesWidget(e){return this.dirty==ma&&e.type.eq(this.widget.type)}parseRule(){return{ignore:!0}}stopEvent(e){let t=this.widget.spec.stopEvent;return t?t(e):!1}ignoreMutation(e){return e.type!=`selection`||this.widget.spec.ignoreSelection}destroy(){this.widget.type.destroy(this.dom),super.destroy()}get domAtom(){return!0}get ignoreForSelection(){return!!this.widget.type.spec.relaxedSide}get side(){return this.widget.type.side}},ba=class extends va{constructor(e,t,n,r){super(e,[],t,null),this.textDOM=n,this.text=r}get size(){return this.text.length}localPosFromDOM(e,t){return e==this.textDOM?this.posAtStart+t:this.posAtStart+(t?this.size:0)}domFromPos(e){return{node:this.textDOM,offset:e}}ignoreMutation(e){return e.type===`characterData`&&e.target.nodeValue==e.oldValue}},xa=class e extends va{constructor(e,t,n,r,i){super(e,[],n,r),this.mark=t,this.spec=i}static create(t,n,r,i){let a=i.nodeViews[n.type.name],o=a&&a(n,i,r);return(!o||!o.dom)&&(o=Tt.renderSpec(document,n.type.spec.toDOM(n,r),null,n.attrs)),new e(t,n,o.dom,o.contentDOM||o.dom,o)}parseRule(){return this.dirty&_a||this.mark.type.spec.reparseInView?null:{mark:this.mark.type.name,attrs:this.mark.attrs,contentElement:this.contentDOM}}matchesMark(e){return this.dirty!=_a&&this.mark.eq(e)}markDirty(e,t){if(super.markDirty(e,t),this.dirty!=ma){let e=this.parent;for(;!e.node;)e=e.parent;e.dirty0&&(a=Ha(a,0,t,r));for(let e=0;e{if(!c)return o;if(c.parent)return c.parent.posBeforeChild(c)},r,i),u=l&&l.dom,d=l&&l.contentDOM;if(n.isText){if(!u)u=document.createTextNode(n.text);else if(u.nodeType!=3)throw RangeError(`Text must be rendered as a DOM text node`)}else if(!u){let e=Tt.renderSpec(document,n.type.spec.toDOM(n),null,n.attrs);({dom:u,contentDOM:d}=e)}!d&&!n.isText&&u.nodeName!=`BR`&&(u.hasAttribute(`contenteditable`)||(u.contentEditable=`false`),n.type.spec.draggable&&(u.draggable=!0));let f=u;return u=Na(u,r,n),l?c=new Ea(t,n,r,i,u,d||null,f,l,a,o+1):n.isText?new wa(t,n,r,i,u,f,a):new e(t,n,r,i,u,d||null,f,a,o+1)}parseRule(){if(this.node.type.spec.reparseInView)return null;let e={node:this.node.type.name,attrs:this.node.attrs};if(this.node.type.whitespace==`pre`&&(e.preserveWhitespace=`full`),!this.contentDOM)e.getContent=()=>this.node.content;else if(!this.contentLost)e.contentElement=this.contentDOM;else{for(let t=this.children.length-1;t>=0;t--){let n=this.children[t];if(this.dom.contains(n.dom.parentNode)){e.contentElement=n.dom.parentNode;break}}e.contentElement||(e.getContent=()=>E.empty)}return e}matchesNode(e,t,n){return this.dirty==ma&&e.eq(this.node)&&Pa(t,this.outerDeco)&&n.eq(this.innerDeco)}get size(){return this.node.nodeSize}get border(){return+!this.node.isLeaf}updateChildren(e,t){let n=this.node.inlineContent,r=t,i=e.composing?this.localCompositionInfo(e,t):null,a=i&&i.pos>-1?i:null,o=i&&i.pos<0,s=new Ia(this,a&&a.node,e);za(this.node,this.innerDeco,(t,i,a)=>{t.spec.marks?s.syncToMarks(t.spec.marks,n,e,i):t.type.side>=0&&!a&&s.syncToMarks(i==this.node.childCount?D.none:this.node.child(i).marks,n,e,i),s.placeWidget(t,e,r)},(t,a,c,l)=>{s.syncToMarks(t.marks,n,e,l);let u;s.findNodeMatch(t,a,c,l)||o&&e.state.selection.from>r&&e.state.selection.to-1&&s.updateNodeAt(t,a,c,u,e)||s.updateNextNode(t,a,c,e,l,r)||s.addNode(t,a,c,e,r),r+=t.nodeSize}),s.syncToMarks([],n,e,0),this.node.isTextblock&&s.addTextblockHacks(),s.destroyRest(),(s.changed||this.dirty==ga)&&(a&&this.protectLocalComposition(e,a),Da(this.contentDOM,this.children,e),Ai&&Ba(this.dom))}localCompositionInfo(e,t){let{from:n,to:r}=e.state.selection;if(!(e.state.selection instanceof j)||nt+this.node.content.size)return null;let i=e.input.compositionNode;if(!i||!this.dom.contains(i.parentNode))return null;if(this.node.inlineContent){let e=i.nodeValue,a=Va(this.node.content,e,n-t,r-t);return a<0?null:{node:i,pos:a,text:e}}else return{node:i,pos:-1,text:``}}protectLocalComposition(e,{node:t,pos:n,text:r}){if(this.getDesc(t))return;let i=t;for(;i.parentNode!=this.contentDOM;i=i.parentNode){for(;i.previousSibling;)i.parentNode.removeChild(i.previousSibling);for(;i.nextSibling;)i.parentNode.removeChild(i.nextSibling);i.pmViewDesc&&=void 0}let a=new ba(this,i,t,r);e.input.compositionNodes.push(a),this.children=Ha(this.children,n,n+r.length,e,a)}update(e,t,n,r){return this.dirty==_a||!e.sameMarkup(this.node)?!1:(this.updateInner(e,t,n,r),!0)}updateInner(e,t,n,r){this.updateOuterDeco(t),this.node=e,this.innerDeco=n,this.contentDOM&&this.updateChildren(r,this.posAtStart),this.dirty=ma}updateOuterDeco(e){if(Pa(e,this.outerDeco))return;let t=this.nodeDOM.nodeType!=1,n=this.dom;this.dom=ja(this.dom,this.nodeDOM,Aa(this.outerDeco,this.node,t),Aa(e,this.node,t)),this.dom!=n&&(n.pmViewDesc=void 0,this.dom.pmViewDesc=this),this.outerDeco=e}selectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.add(`ProseMirror-selectednode`),(this.contentDOM||!this.node.type.spec.draggable)&&(this.nodeDOM.draggable=!0))}deselectNode(){this.nodeDOM.nodeType==1&&(this.nodeDOM.classList.remove(`ProseMirror-selectednode`),(this.contentDOM||!this.node.type.spec.draggable)&&this.nodeDOM.removeAttribute(`draggable`))}get domAtom(){return this.node.isAtom}};function Ca(e,t,n,r,i){Na(r,t,e);let a=new Sa(void 0,e,t,n,r,r,r,i,0);return a.contentDOM&&a.updateChildren(i,0),a}var wa=class e extends Sa{constructor(e,t,n,r,i,a,o){super(e,t,n,r,i,null,a,o,0)}parseRule(){let e=this.nodeDOM.parentNode;for(;e&&e!=this.dom&&!e.pmIsDeco;)e=e.parentNode;return{skip:e||!0}}update(e,t,n,r){return this.dirty==_a||this.dirty!=ma&&!this.inParent()||!e.sameMarkup(this.node)?!1:(this.updateOuterDeco(t),(this.dirty!=ma||e.text!=this.node.text)&&e.text!=this.nodeDOM.nodeValue&&(this.nodeDOM.nodeValue=e.text,r.trackWrites==this.nodeDOM&&(r.trackWrites=null)),this.node=e,this.dirty=ma,!0)}inParent(){let e=this.parent.contentDOM;for(let t=this.nodeDOM;t;t=t.parentNode)if(t==e)return!0;return!1}domFromPos(e){return{node:this.nodeDOM,offset:e}}localPosFromDOM(e,t,n){return e==this.nodeDOM?this.posAtStart+Math.min(t,this.node.text.length):super.localPosFromDOM(e,t,n)}ignoreMutation(e){return e.type!=`characterData`&&e.type!=`selection`}slice(t,n,r){let i=this.node.cut(t,n),a=document.createTextNode(i.text);return new e(this.parent,i,this.outerDeco,this.innerDeco,a,a,r)}markDirty(e,t){super.markDirty(e,t),this.dom!=this.nodeDOM&&(e==0||t==this.nodeDOM.nodeValue.length)&&(this.dirty=_a)}get domAtom(){return!1}isText(e){return this.node.text==e}},Ta=class extends va{parseRule(){return{ignore:!0}}matchesHack(e){return this.dirty==ma&&this.dom.nodeName==e}get domAtom(){return!0}get ignoreForCoords(){return this.dom.nodeName==`IMG`}},Ea=class extends Sa{constructor(e,t,n,r,i,a,o,s,c,l){super(e,t,n,r,i,a,o,c,l),this.spec=s}update(e,t,n,r){if(this.dirty==_a)return!1;if(this.spec.update&&(this.node.type==e.type||this.spec.multiType)){let i=this.spec.update(e,t,n);return i&&this.updateInner(e,t,n,r),i}else if(!this.contentDOM&&!e.isLeaf)return!1;else return super.update(e,t,n,r)}selectNode(){this.spec.selectNode?this.spec.selectNode():super.selectNode()}deselectNode(){this.spec.deselectNode?this.spec.deselectNode():super.deselectNode()}setSelection(e,t,n,r){this.spec.setSelection?this.spec.setSelection(e,t,n.root):super.setSelection(e,t,n,r)}destroy(){this.spec.destroy&&this.spec.destroy(),super.destroy()}stopEvent(e){return this.spec.stopEvent?this.spec.stopEvent(e):!1}ignoreMutation(e){return this.spec.ignoreMutation?this.spec.ignoreMutation(e):super.ignoreMutation(e)}};function Da(e,t,n){let r=e.firstChild,i=!1;for(let a=0;a>1,o=Math.min(a,e.length);for(;i-1)i>this.index&&(this.changed=!0,this.destroyBetween(this.index,i)),this.top=this.top.children[this.index];else{let r=xa.create(this.top,e[a],t,n);this.top.children.splice(this.index,0,r),this.top=r,this.changed=!0}this.index=0,a++}}findNodeMatch(e,t,n,r){let i=-1,a;if(r>=this.preMatch.index&&(a=this.preMatch.matches[r-this.preMatch.index]).parent==this.top&&a.matchesNode(e,t,n))i=this.top.children.indexOf(a,this.index);else for(let r=this.index,a=Math.min(this.top.children.length,r+5);r0;){let s;for(;;)if(r){let e=n.children[r-1];if(e instanceof xa)n=e,r=e.children.length;else{s=e,r--;break}}else if(n==t)break outer;else r=n.parent.children.indexOf(n),n=n.parent;let c=s.node;if(c){if(c!=e.child(i-1))break;--i,a.set(s,i),o.push(s)}}return{index:i,matched:a,matches:o.reverse()}}function Ra(e,t){return e.type.side-t.type.side}function za(e,t,n,r){let i=t.locals(e),a=0;if(i.length==0){for(let n=0;na;)s.push(i[o++]);let m=a+f.nodeSize;if(f.isText){let e=m;o!e.inline):s.slice();r(f,h,t.forChild(a,f),p),a=m}}function Ba(e){if(e.nodeName==`UL`||e.nodeName==`OL`){let t=e.style.cssText;e.style.cssText=t+`; list-style: square !important`,window.getComputedStyle(e).listStyle,e.style.cssText=t}}function Va(e,t,n,r){for(let i=0,a=0;i=n){if(a>=r&&c.slice(r-t.length-s,r-s)==t)return r-t.length;let e=s=0&&e+t.length+s>=n)return s+e;if(n==r&&c.length>=r+t.length-s&&c.slice(r-s,r-s+t.length)==t)return r}}return-1}function Ha(e,t,n,r,i){let a=[];for(let o=0,s=0;o=n||u<=t?a.push(c):(ln&&a.push(c.slice(n-l,c.size,r)))}return a}function Ua(e,t=null){let n=e.domSelectionRange(),r=e.state.doc;if(!n.focusNode)return null;let i=e.docView.nearestDesc(n.focusNode),a=i&&i.size==0,o=e.docView.posFromDOM(n.focusNode,n.focusOffset,1);if(o<0)return null;let s=r.resolve(o),c,l;if(hi(n)){for(c=o;i&&!i.node;)i=i.parent;let e=i.node;if(i&&e.isAtom&&M.isSelectable(e)&&i.parent&&!(e.isInline&&pi(n.focusNode,n.focusOffset,i.dom))){let e=i.posBefore;l=new M(o==e?s:r.resolve(e))}}else{if(n instanceof e.dom.ownerDocument.defaultView.Selection&&n.rangeCount>1){let t=o,i=o;for(let r=0;r{(n.anchorNode!=r||n.anchorOffset!=i)&&(t.removeEventListener(`selectionchange`,e.input.hideSelectionGuard),setTimeout(()=>{(!Wa(e)||e.state.selection.visible)&&e.dom.classList.remove(`ProseMirror-hideselection`)},20))})}function Za(e){let t=e.domSelection();if(!t)return;let n=e.cursorWrapper.dom,r=n.nodeName==`IMG`;r?t.collapse(n.parentNode,F(n)+1):t.collapse(n,0),!r&&!e.state.selection.visible&&Ti&&Ei<=11&&(n.disabled=!0,n.disabled=!1)}function Qa(e,t){if(t instanceof M){let n=e.docView.descAt(t.from);n!=e.lastSelectedViewDesc&&($a(e),n&&n.selectNode(),e.lastSelectedViewDesc=n)}else $a(e)}function $a(e){e.lastSelectedViewDesc&&=(e.lastSelectedViewDesc.parent&&e.lastSelectedViewDesc.deselectNode(),void 0)}function eo(e,t,n,r){return e.someProp(`createSelectionBetween`,r=>r(e,t,n))||j.between(t,n,r)}function to(e){return e.editable&&!e.hasFocus()?!1:no(e)}function no(e){let t=e.domSelectionRange();if(!t.anchorNode)return!1;try{return e.dom.contains(t.anchorNode.nodeType==3?t.anchorNode.parentNode:t.anchorNode)&&(e.editable||e.dom.contains(t.focusNode.nodeType==3?t.focusNode.parentNode:t.focusNode))}catch{return!1}}function ro(e){let t=e.docView.domFromPos(e.state.selection.anchor,0),n=e.domSelectionRange();return si(t.node,t.offset,n.anchorNode,n.anchorOffset)}function io(e,t){let{$anchor:n,$head:r}=e.selection,i=t>0?n.max(r):n.min(r),a=i.parent.inlineContent?i.depth?e.doc.resolve(t>0?i.after():i.before()):null:i;return a&&A.findFrom(a,t)}function ao(e,t){return e.dispatch(e.state.tr.setSelection(t).scrollIntoView()),!0}function oo(e,t,n){let r=e.state.selection;if(r instanceof j){if(n.indexOf(`s`)>-1){let{$head:n}=r,i=n.textOffset?null:t<0?n.nodeBefore:n.nodeAfter;if(!i||i.isText||!i.isLeaf)return!1;let a=e.state.doc.resolve(n.pos+i.nodeSize*(t<0?-1:1));return ao(e,new j(r.$anchor,a))}else if(!r.empty)return!1;else if(e.endOfTextblock(t>0?`forward`:`backward`)){let n=io(e.state,t);return n&&n instanceof M?ao(e,n):!1}else if(!(ji&&n.indexOf(`m`)>-1)){let n=r.$head,i=n.textOffset?null:t<0?n.nodeBefore:n.nodeAfter,a;if(!i||i.isText)return!1;let o=t<0?n.pos-i.nodeSize:n.pos;return i.isAtom||(a=e.docView.descAt(o))&&!a.contentDOM?M.isSelectable(i)?ao(e,new M(t<0?e.state.doc.resolve(n.pos-i.nodeSize):n)):Pi?ao(e,new j(e.state.doc.resolve(t<0?o:o+i.nodeSize))):!1:!1}}else if(r instanceof M&&r.node.isInline)return ao(e,new j(t>0?r.$to:r.$from));else{let n=io(e.state,t);return n?ao(e,n):!1}}function so(e){return e.nodeType==3?e.nodeValue.length:e.childNodes.length}function co(e,t){let n=e.pmViewDesc;return n&&n.size==0&&(t<0||e.nextSibling||e.nodeName!=`BR`)}function lo(e,t){return t<0?uo(e):fo(e)}function uo(e){let t=e.domSelectionRange(),n=t.focusNode,r=t.focusOffset;if(!n)return;let i,a,o=!1;for(Di&&n.nodeType==1&&r0){if(n.nodeType!=1)break;{let e=n.childNodes[r-1];if(co(e,-1))i=n,a=--r;else if(e.nodeType==3)n=e,r=n.nodeValue.length;else break}}else if(po(n))break;else{let t=n.previousSibling;for(;t&&co(t,-1);)i=n.parentNode,a=F(t),t=t.previousSibling;if(t)n=t,r=so(n);else{if(n=n.parentNode,n==e.dom)break;r=0}}o?go(e,n,r):i&&go(e,i,a)}function fo(e){let t=e.domSelectionRange(),n=t.focusNode,r=t.focusOffset;if(!n)return;let i=so(n),a,o;for(;;)if(r{e.state==i&&Ga(e)},50)}function _o(e,t){let n=e.state.doc.resolve(t);if(!(I||Mi)&&n.parent.inlineContent){let r=e.coordsAtPos(t);if(t>n.start()){let n=e.coordsAtPos(t-1),i=(n.top+n.bottom)/2;if(i>r.top&&i1)return n.leftr.top&&i1)return n.left>r.left?`ltr`:`rtl`}}return getComputedStyle(e.dom).direction==`rtl`?`rtl`:`ltr`}function vo(e,t,n){let r=e.state.selection;if(r instanceof j&&!r.empty||n.indexOf(`s`)>-1||ji&&n.indexOf(`m`)>-1)return!1;let{$from:i,$to:a}=r;if(!i.parent.inlineContent||e.endOfTextblock(t<0?`up`:`down`)){let n=io(e.state,t);if(n&&n instanceof M)return ao(e,n)}if(!i.parent.inlineContent){let n=t<0?i:a,o=r instanceof Zn?A.near(n,t):A.findFrom(n,t);return o?ao(e,o):!1}return!1}function yo(e,t){if(!(e.state.selection instanceof j))return!0;let{$head:n,$anchor:r,empty:i}=e.state.selection;if(!n.sameParent(r))return!0;if(!i)return!1;if(e.endOfTextblock(t>0?`forward`:`backward`))return!0;let a=!n.textOffset&&(t<0?n.nodeBefore:n.nodeAfter);if(a&&!a.isText){let r=e.state.tr;return t<0?r.delete(n.pos-a.nodeSize,n.pos):r.delete(n.pos,n.pos+a.nodeSize),e.dispatch(r),!0}return!1}function bo(e,t,n){e.domObserver.stop(),t.contentEditable=n,e.domObserver.start()}function xo(e){if(!L||e.state.selection.$head.parentOffset>0)return!1;let{focusNode:t,focusOffset:n}=e.domSelectionRange();if(t&&t.nodeType==1&&n==0&&t.firstChild&&t.firstChild.contentEditable==`false`){let n=t.firstChild;bo(e,n,`true`),setTimeout(()=>bo(e,n,`false`),20)}return!1}function So(e){let t=``;return e.ctrlKey&&(t+=`c`),e.metaKey&&(t+=`m`),e.altKey&&(t+=`a`),e.shiftKey&&(t+=`s`),t}function Co(e,t){let n=t.keyCode,r=So(t);if(n==8||ji&&n==72&&r==`c`)return yo(e,-1)||lo(e,-1);if(n==46&&!t.shiftKey||ji&&n==68&&r==`c`)return yo(e,1)||lo(e,1);if(n==13||n==27)return!0;if(n==37||ji&&n==66&&r==`c`){let t=n==37?_o(e,e.state.selection.from)==`ltr`?-1:1:-1;return oo(e,t,r)||lo(e,t)}else if(n==39||ji&&n==70&&r==`c`){let t=n==39?_o(e,e.state.selection.from)==`ltr`?1:-1:1;return oo(e,t,r)||lo(e,t)}else if(n==38||ji&&n==80&&r==`c`)return vo(e,-1,r)||lo(e,-1);else if(n==40||ji&&n==78&&r==`c`)return xo(e)||vo(e,1,r)||lo(e,1);else if(r==(ji?`m`:`c`)&&(n==66||n==73||n==89||n==90))return!0;return!1}function wo(e,t){e.someProp(`transformCopied`,n=>{t=n(t,e)});let n=[],{content:r,openStart:i,openEnd:a}=t;for(;i>1&&a>1&&r.childCount==1&&r.firstChild.childCount==1;){i--,a--;let e=r.firstChild;n.push(e.type.name,e.attrs==e.type.defaultAttrs?null:e.attrs),r=e.content}let o=e.someProp(`clipboardSerializer`)||Tt.fromSchema(e.state.schema),s=Fo(),c=s.createElement(`div`);c.appendChild(o.serializeFragment(r,{document:s}));let l=c.firstChild,u,d=0;for(;l&&l.nodeType==1&&(u=No[l.nodeName.toLowerCase()]);){for(let e=u.length-1;e>=0;e--){let t=s.createElement(u[e]);for(;c.firstChild;)t.appendChild(c.firstChild);c.appendChild(t),d++}l=c.firstChild}return l&&l.nodeType==1&&l.setAttribute(`data-pm-slice`,`${i} ${a}${d?` -${d}`:``} ${JSON.stringify(n)}`),{dom:c,text:e.someProp(`clipboardTextSerializer`,n=>n(t,e))||t.content.textBetween(0,t.content.size,` + +`),slice:t}}function To(e,t,n,r,i){let a=i.parent.type.spec.code,o,s;if(!n&&!t)return null;let c=!!t&&(r||a||!n);if(c){if(e.someProp(`transformPastedText`,n=>{t=n(t,a||r,e)}),a)return s=new O(E.from(e.state.schema.text(t.replace(/\r\n?/g,` +`))),0,0),e.someProp(`transformPasted`,t=>{s=t(s,e,!0)}),s;let n=e.someProp(`clipboardTextParser`,n=>n(t,i,r,e));if(n)s=n;else{let n=i.marks(),{schema:r}=e.state,a=Tt.fromSchema(r);o=document.createElement(`div`),t.split(/(?:\r\n?|\n)+/).forEach(e=>{let t=o.appendChild(document.createElement(`p`));e&&t.appendChild(a.serializeNode(r.text(e,n)))})}}else e.someProp(`transformPastedHTML`,t=>{n=t(n,e)}),o=Ro(n),Pi&&zo(o);let l=o&&o.querySelector(`[data-pm-slice]`),u=l&&/^(\d+) (\d+)(?: -(\d+))? (.*)/.exec(l.getAttribute(`data-pm-slice`)||``);if(u&&u[3])for(let e=+u[3];e>0;e--){let e=o.firstChild;for(;e&&e.nodeType!=1;)e=e.nextSibling;if(!e)break;o=e}if(s||=(e.someProp(`clipboardParser`)||e.someProp(`domParser`)||dt.fromSchema(e.state.schema)).parseSlice(o,{preserveWhitespace:!!(c||u),context:i,ruleFromNode(e){return e.nodeName==`BR`&&!e.nextSibling&&e.parentNode&&!Eo.test(e.parentNode.nodeName)?{ignore:!0}:null}}),u)s=Bo(Mo(s,+u[1],+u[2]),u[4]);else if(s=O.maxOpen(Do(s.content,i),!0),s.openStart||s.openEnd){let e=0,t=0;for(let t=s.content.firstChild;e{s=t(s,e,c)}),s}var Eo=/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var)$/i;function Do(e,t){if(e.childCount<2)return e;for(let n=t.depth;n>=0;n--){let r=t.node(n).contentMatchAt(t.index(n)),i,a=[];if(e.forEach(e=>{if(!a)return;let t=r.findWrapping(e.type),n;if(!t)return a=null;if(n=a.length&&i.length&&ko(t,i,e,a[a.length-1],0))a[a.length-1]=n;else{a.length&&(a[a.length-1]=Ao(a[a.length-1],i.length));let n=Oo(e,t);a.push(n),r=r.matchType(n.type),i=t}}),a)return E.from(a)}return e}function Oo(e,t,n=0){for(let r=t.length-1;r>=n;r--)e=t[r].create(null,E.from(e));return e}function ko(e,t,n,r,i){if(i1&&(a=0),i=n&&(s=t<0?o.contentMatchAt(0).fillBefore(s,a<=i).append(s):s.append(o.contentMatchAt(o.childCount).fillBefore(E.empty,!0))),e.replaceChild(t<0?0:e.childCount-1,o.copy(s))}function Mo(e,t,n){return te}),Io.createHTML(e)):e}function Ro(e){let t=/^(\s*]*>)*/.exec(e);t&&(e=e.slice(t[0].length));let n=Fo().createElement(`div`),r=/<([a-z][^>\s]+)/i.exec(e),i;if((i=r&&No[r[1].toLowerCase()])&&(e=i.map(e=>`<`+e+`>`).join(``)+e+i.map(e=>``).reverse().join(``)),n.innerHTML=Lo(e),i)for(let e=0;e=0;e-=2){let t=n.nodes[r[e]];if(!t||t.hasRequiredAttrs())break;i=E.from(t.create(r[e+1],i)),a++,o++}return new O(i,a,o)}var Vo={},Ho={},Uo={touchstart:!0,touchmove:!0},Wo=class{constructor(){this.shiftKey=!1,this.mouseDown=null,this.lastKeyCode=null,this.lastKeyCodeTime=0,this.lastClick={time:0,x:0,y:0,type:``,button:0},this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastIOSEnter=0,this.lastIOSEnterFallbackTimeout=-1,this.lastFocus=0,this.lastTouch=0,this.lastChromeDelete=0,this.composing=!1,this.compositionNode=null,this.composingTimeout=-1,this.compositionNodes=[],this.compositionEndedAt=-2e8,this.compositionID=1,this.badSafariComposition=!1,this.compositionPendingChanges=0,this.domChangeCount=0,this.eventHandlers=Object.create(null),this.hideSelectionGuard=null}};function Go(e){for(let t in Vo){let n=Vo[t];e.dom.addEventListener(t,e.input.eventHandlers[t]=t=>{Xo(e,t)&&!Yo(e,t)&&(e.editable||!(t.type in Ho))&&n(e,t)},Uo[t]?{passive:!0}:void 0)}L&&e.dom.addEventListener(`input`,()=>null),Jo(e)}function Ko(e,t){e.input.lastSelectionOrigin=t,e.input.lastSelectionTime=Date.now()}function qo(e){e.domObserver.stop();for(let t in e.input.eventHandlers)e.dom.removeEventListener(t,e.input.eventHandlers[t]);clearTimeout(e.input.composingTimeout),clearTimeout(e.input.lastIOSEnterFallbackTimeout)}function Jo(e){e.someProp(`handleDOMEvents`,t=>{for(let n in t)e.input.eventHandlers[n]||e.dom.addEventListener(n,e.input.eventHandlers[n]=t=>Yo(e,t))})}function Yo(e,t){return e.someProp(`handleDOMEvents`,n=>{let r=n[t.type];return r?r(e,t)||t.defaultPrevented:!1})}function Xo(e,t){if(!t.bubbles)return!0;if(t.defaultPrevented)return!1;for(let n=t.target;n!=e.dom;n=n.parentNode)if(!n||n.nodeType==11||n.pmViewDesc&&n.pmViewDesc.stopEvent(t))return!1;return!0}function Zo(e,t){!Yo(e,t)&&Vo[t.type]&&(e.editable||!(t.type in Ho))&&Vo[t.type](e,t)}Ho.keydown=(e,t)=>{let n=t;if(e.input.shiftKey=n.keyCode==16||n.shiftKey,!fs(e,n)&&(e.input.lastKeyCode=n.keyCode,e.input.lastKeyCodeTime=Date.now(),!(Ni&&I&&n.keyCode==13)))if(n.keyCode!=229&&e.domObserver.forceFlush(),Ai&&n.keyCode==13&&!n.ctrlKey&&!n.altKey&&!n.metaKey){let t=Date.now();e.input.lastIOSEnter=t,e.input.lastIOSEnterFallbackTimeout=setTimeout(()=>{e.input.lastIOSEnter==t&&(e.someProp(`handleKeyDown`,t=>t(e,gi(13,`Enter`))),e.input.lastIOSEnter=0)},200)}else e.someProp(`handleKeyDown`,t=>t(e,n))||Co(e,n)?n.preventDefault():Ko(e,`key`)},Ho.keyup=(e,t)=>{t.keyCode==16&&(e.input.shiftKey=!1)},Ho.keypress=(e,t)=>{let n=t;if(fs(e,n)||!n.charCode||n.ctrlKey&&!n.altKey||ji&&n.metaKey)return;if(e.someProp(`handleKeyPress`,t=>t(e,n))){n.preventDefault();return}let r=e.state.selection;if(!(r instanceof j)||!r.$from.sameParent(r.$to)){let t=String.fromCharCode(n.charCode),i=()=>e.state.tr.insertText(t).scrollIntoView();!/[\r\n]/.test(t)&&!e.someProp(`handleTextInput`,n=>n(e,r.$from.pos,r.$to.pos,t,i))&&e.dispatch(i()),n.preventDefault()}};function Qo(e){return{left:e.clientX,top:e.clientY}}function $o(e,t){let n=t.x-e.clientX,r=t.y-e.clientY;return n*n+r*r<100}function es(e,t,n,r,i){if(r==-1)return!1;let a=e.state.doc.resolve(r);for(let r=a.depth+1;r>0;r--)if(e.someProp(t,t=>r>a.depth?t(e,n,a.nodeAfter,a.before(r),i,!0):t(e,n,a.node(r),a.before(r),i,!1)))return!0;return!1}function ts(e,t,n){if(e.focused||e.focus(),e.state.selection.eq(t))return;let r=e.state.tr.setSelection(t);n==`pointer`&&r.setMeta(`pointer`,!0),e.dispatch(r)}function ns(e,t){if(t==-1)return!1;let n=e.state.doc.resolve(t),r=n.nodeAfter;return r&&r.isAtom&&M.isSelectable(r)?(ts(e,new M(n),`pointer`),!0):!1}function rs(e,t){if(t==-1)return!1;let n=e.state.selection,r,i;n instanceof M&&(r=n.node);let a=e.state.doc.resolve(t);for(let e=a.depth+1;e>0;e--){let t=e>a.depth?a.nodeAfter:a.node(e);if(M.isSelectable(t)){i=r&&n.$from.depth>0&&e>=n.$from.depth&&a.before(n.$from.depth+1)==n.$from.pos?a.before(n.$from.depth):a.before(e);break}}return i==null?!1:(ts(e,M.create(e.state.doc,i),`pointer`),!0)}function is(e,t,n,r,i){return es(e,`handleClickOn`,t,n,r)||e.someProp(`handleClick`,n=>n(e,t,r))||(i?rs(e,n):ns(e,n))}function as(e,t,n,r){return es(e,`handleDoubleClickOn`,t,n,r)||e.someProp(`handleDoubleClick`,n=>n(e,t,r))}function ss(e,t,n,r){return es(e,`handleTripleClickOn`,t,n,r)||e.someProp(`handleTripleClick`,n=>n(e,t,r))||cs(e,n,r)}function cs(e,t,n){if(n.button!=0)return!1;let r=e.state.doc;if(t==-1)return r.inlineContent?(ts(e,j.create(r,0,r.content.size),`pointer`),!0):!1;let i=r.resolve(t);for(let t=i.depth+1;t>0;t--){let n=t>i.depth?i.nodeAfter:i.node(t),a=i.before(t);if(n.inlineContent)ts(e,j.create(r,a+1,a+1+n.content.size),`pointer`);else if(M.isSelectable(n))ts(e,M.create(r,a),`pointer`);else continue;return!0}}function ls(e){return ys(e)}var us=ji?`metaKey`:`ctrlKey`;Vo.mousedown=(e,t)=>{let n=t;e.input.shiftKey=n.shiftKey;let r=ls(e),i=Date.now(),a=`singleClick`;i-e.input.lastClick.time<500&&$o(n,e.input.lastClick)&&!n[us]&&e.input.lastClick.button==n.button&&(e.input.lastClick.type==`singleClick`?a=`doubleClick`:e.input.lastClick.type==`doubleClick`&&(a=`tripleClick`)),e.input.lastClick={time:i,x:n.clientX,y:n.clientY,type:a,button:n.button};let o=e.posAtCoords(Qo(n));o&&(a==`singleClick`?(e.input.mouseDown&&e.input.mouseDown.done(),e.input.mouseDown=new ds(e,o,n,!!r)):(a==`doubleClick`?as:ss)(e,o.pos,o.inside,n)?n.preventDefault():Ko(e,`pointer`))};var ds=class{constructor(e,t,n,r){this.view=e,this.pos=t,this.event=n,this.flushed=r,this.delayedSelectionSync=!1,this.mightDrag=null,this.startDoc=e.state.doc,this.selectNode=!!n[us],this.allowDefault=n.shiftKey;let i,a;if(t.inside>-1)i=e.state.doc.nodeAt(t.inside),a=t.inside;else{let n=e.state.doc.resolve(t.pos);i=n.parent,a=n.depth?n.before():0}let o=r?null:n.target,s=o?e.docView.nearestDesc(o,!0):null;this.target=s&&s.nodeDOM.nodeType==1?s.nodeDOM:null;let{selection:c}=e.state;n.button==0&&(i.type.spec.draggable&&i.type.spec.selectable!==!1||c instanceof M&&c.from<=a&&c.to>a)&&(this.mightDrag={node:i,pos:a,addAttr:!!(this.target&&!this.target.draggable),setUneditable:!!(this.target&&Di&&!this.target.hasAttribute(`contentEditable`))}),this.target&&this.mightDrag&&(this.mightDrag.addAttr||this.mightDrag.setUneditable)&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&(this.target.draggable=!0),this.mightDrag.setUneditable&&setTimeout(()=>{this.view.input.mouseDown==this&&this.target.setAttribute(`contentEditable`,`false`)},20),this.view.domObserver.start()),e.root.addEventListener(`mouseup`,this.up=this.up.bind(this)),e.root.addEventListener(`mousemove`,this.move=this.move.bind(this)),Ko(e,`pointer`)}done(){this.view.root.removeEventListener(`mouseup`,this.up),this.view.root.removeEventListener(`mousemove`,this.move),this.mightDrag&&this.target&&(this.view.domObserver.stop(),this.mightDrag.addAttr&&this.target.removeAttribute(`draggable`),this.mightDrag.setUneditable&&this.target.removeAttribute(`contentEditable`),this.view.domObserver.start()),this.delayedSelectionSync&&setTimeout(()=>Ga(this.view)),this.view.input.mouseDown=null}up(e){if(this.done(),!this.view.dom.contains(e.target))return;let t=this.pos;this.view.state.doc!=this.startDoc&&(t=this.view.posAtCoords(Qo(e))),this.updateAllowDefault(e),this.allowDefault||!t?Ko(this.view,`pointer`):is(this.view,t.pos,t.inside,e,this.selectNode)?e.preventDefault():e.button==0&&(this.flushed||L&&this.mightDrag&&!this.mightDrag.node.isAtom||I&&!this.view.state.selection.visible&&Math.min(Math.abs(t.pos-this.view.state.selection.from),Math.abs(t.pos-this.view.state.selection.to))<=2)?(ts(this.view,A.near(this.view.state.doc.resolve(t.pos)),`pointer`),e.preventDefault()):Ko(this.view,`pointer`)}move(e){this.updateAllowDefault(e),Ko(this.view,`pointer`),e.buttons==0&&this.done()}updateAllowDefault(e){!this.allowDefault&&(Math.abs(this.event.x-e.clientX)>4||Math.abs(this.event.y-e.clientY)>4)&&(this.allowDefault=!0)}};Vo.touchstart=e=>{e.input.lastTouch=Date.now(),ls(e),Ko(e,`pointer`)},Vo.touchmove=e=>{e.input.lastTouch=Date.now(),Ko(e,`pointer`)},Vo.contextmenu=e=>ls(e);function fs(e,t){return e.composing?!0:L&&Math.abs(t.timeStamp-e.input.compositionEndedAt)<500?(e.input.compositionEndedAt=-2e8,!0):!1}var ps=Ni?5e3:-1;Ho.compositionstart=Ho.compositionupdate=e=>{if(!e.composing){e.domObserver.flush();let{state:t}=e,n=t.selection.$to;if(t.selection instanceof j&&(t.storedMarks||!n.textOffset&&n.parentOffset&&n.nodeBefore.marks.some(e=>e.type.spec.inclusive===!1)||I&&Mi&&ms(e)))e.markCursor=e.state.storedMarks||n.marks(),ys(e,!0),e.markCursor=null;else if(ys(e,!t.selection.empty),Di&&t.selection.empty&&n.parentOffset&&!n.textOffset&&n.nodeBefore.marks.length){let t=e.domSelectionRange();for(let n=t.focusNode,r=t.focusOffset;n&&n.nodeType==1&&r!=0;){let t=r<0?n.lastChild:n.childNodes[r-1];if(!t)break;if(t.nodeType==3){let n=e.domSelection();n&&n.collapse(t,t.nodeValue.length);break}else n=t,r=-1}}e.input.composing=!0}hs(e,ps)};function ms(e){let{focusNode:t,focusOffset:n}=e.domSelectionRange();if(!t||t.nodeType!=1||n>=t.childNodes.length)return!1;let r=t.childNodes[n];return r.nodeType==1&&r.contentEditable==`false`}Ho.compositionend=(e,t)=>{e.composing&&(e.input.composing=!1,e.input.compositionEndedAt=t.timeStamp,e.input.compositionPendingChanges=e.domObserver.pendingRecords().length?e.input.compositionID:0,e.input.compositionNode=null,e.input.badSafariComposition?e.domObserver.forceFlush():e.input.compositionPendingChanges&&Promise.resolve().then(()=>e.domObserver.flush()),e.input.compositionID++,hs(e,20))};function hs(e,t){clearTimeout(e.input.composingTimeout),t>-1&&(e.input.composingTimeout=setTimeout(()=>ys(e),t))}function gs(e){for(e.composing&&(e.input.composing=!1,e.input.compositionEndedAt=vs());e.input.compositionNodes.length>0;)e.input.compositionNodes.pop().markParentsDirty()}function _s(e){let t=e.domSelectionRange();if(!t.focusNode)return null;let n=di(t.focusNode,t.focusOffset),r=fi(t.focusNode,t.focusOffset);if(n&&r&&n!=r){let t=r.pmViewDesc,i=e.domObserver.lastChangedTextNode;if(n==i||r==i)return i;if(!t||!t.isText(r.nodeValue))return r;if(e.input.compositionNode==r){let e=n.pmViewDesc;if(!(!e||!e.isText(n.nodeValue)))return r}}return n||r}function vs(){let e=document.createEvent(`Event`);return e.initEvent(`event`,!0,!0),e.timeStamp}function ys(e,t=!1){if(!(Ni&&e.domObserver.flushingSoon>=0)){if(e.domObserver.forceFlush(),gs(e),t||e.docView&&e.docView.dirty){let n=Ua(e),r=e.state.selection;return n&&!n.eq(r)?e.dispatch(e.state.tr.setSelection(n)):(e.markCursor||t)&&!r.$from.node(r.$from.sharedDepth(r.to)).inlineContent?e.dispatch(e.state.tr.deleteSelection()):e.updateState(e.state),!0}return!1}}function bs(e,t){if(!e.dom.parentNode)return;let n=e.dom.parentNode.appendChild(document.createElement(`div`));n.appendChild(t),n.style.cssText=`position: fixed; left: -10000px; top: 10px`;let r=getSelection(),i=document.createRange();i.selectNodeContents(t),e.dom.blur(),r.removeAllRanges(),r.addRange(i),setTimeout(()=>{n.parentNode&&n.parentNode.removeChild(n),e.focus()},50)}var xs=Ti&&Ei<15||Ai&&Fi<604;Vo.copy=Ho.cut=(e,t)=>{let n=t,r=e.state.selection,i=n.type==`cut`;if(r.empty)return;let a=xs?null:n.clipboardData,{dom:o,text:s}=wo(e,r.content());a?(n.preventDefault(),a.clearData(),a.setData(`text/html`,o.innerHTML),a.setData(`text/plain`,s)):bs(e,o),i&&e.dispatch(e.state.tr.deleteSelection().scrollIntoView().setMeta(`uiEvent`,`cut`))};function Ss(e){return e.openStart==0&&e.openEnd==0&&e.content.childCount==1?e.content.firstChild:null}function Cs(e,t){if(!e.dom.parentNode)return;let n=e.input.shiftKey||e.state.selection.$from.parent.type.spec.code,r=e.dom.parentNode.appendChild(document.createElement(n?`textarea`:`div`));n||(r.contentEditable=`true`),r.style.cssText=`position: fixed; left: -10000px; top: 10px`,r.focus();let i=e.input.shiftKey&&e.input.lastKeyCode!=45;setTimeout(()=>{e.focus(),r.parentNode&&r.parentNode.removeChild(r),n?ws(e,r.value,null,i,t):ws(e,r.textContent,r.innerHTML,i,t)},50)}function ws(e,t,n,r,i){let a=To(e,t,n,r,e.state.selection.$from);if(e.someProp(`handlePaste`,t=>t(e,i,a||O.empty)))return!0;if(!a)return!1;let o=Ss(a),s=o?e.state.tr.replaceSelectionWith(o,r):e.state.tr.replaceSelection(a);return e.dispatch(s.scrollIntoView().setMeta(`paste`,!0).setMeta(`uiEvent`,`paste`)),!0}function Ts(e){let t=e.getData(`text/plain`)||e.getData(`Text`);if(t)return t;let n=e.getData(`text/uri-list`);return n?n.replace(/\r?\n/g,` `):``}Ho.paste=(e,t)=>{let n=t;if(e.composing&&!Ni)return;let r=xs?null:n.clipboardData,i=e.input.shiftKey&&e.input.lastKeyCode!=45;r&&ws(e,Ts(r),r.getData(`text/html`),i,n)?n.preventDefault():Cs(e,n)};var Es=class{constructor(e,t,n){this.slice=e,this.move=t,this.node=n}},Ds=ji?`altKey`:`ctrlKey`;function Os(e,t){let n;return e.someProp(`dragCopies`,e=>{n||=e(t)}),n==null?!t[Ds]:!n}Vo.dragstart=(e,t)=>{let n=t,r=e.input.mouseDown;if(r&&r.done(),!n.dataTransfer)return;let i=e.state.selection,a=i.empty?null:e.posAtCoords(Qo(n)),o;if(!(a&&a.pos>=i.from&&a.pos<=(i instanceof M?i.to-1:i.to))){if(r&&r.mightDrag)o=M.create(e.state.doc,r.mightDrag.pos);else if(n.target&&n.target.nodeType==1){let t=e.docView.nearestDesc(n.target,!0);t&&t.node.type.spec.draggable&&t!=e.docView&&(o=M.create(e.state.doc,t.posBefore))}}let{dom:s,text:c,slice:l}=wo(e,(o||e.state.selection).content());(!n.dataTransfer.files.length||!I||ki>120)&&n.dataTransfer.clearData(),n.dataTransfer.setData(xs?`Text`:`text/html`,s.innerHTML),n.dataTransfer.effectAllowed=`copyMove`,xs||n.dataTransfer.setData(`text/plain`,c),e.dragging=new Es(l,Os(e,n),o)},Vo.dragend=e=>{let t=e.dragging;window.setTimeout(()=>{e.dragging==t&&(e.dragging=null)},50)},Ho.dragover=Ho.dragenter=(e,t)=>t.preventDefault(),Ho.drop=(e,t)=>{try{ks(e,t,e.dragging)}finally{e.dragging=null}};function ks(e,t,n){if(!t.dataTransfer)return;let r=e.posAtCoords(Qo(t));if(!r)return;let i=e.state.doc.resolve(r.pos),a=n&&n.slice;a?e.someProp(`transformPasted`,t=>{a=t(a,e,!1)}):a=To(e,Ts(t.dataTransfer),xs?null:t.dataTransfer.getData(`text/html`),!1,i);let o=!!(n&&Os(e,t));if(e.someProp(`handleDrop`,n=>n(e,t,a||O.empty,o))){t.preventDefault();return}if(!a)return;t.preventDefault();let s=a?Tn(e.state.doc,i.pos,a):i.pos;s??=i.pos;let c=e.state.tr;if(o){let{node:e}=n;e?e.replace(c):c.deleteSelection()}let l=c.mapping.map(s),u=a.openStart==0&&a.openEnd==0&&a.content.childCount==1,d=c.doc;if(u?c.replaceRangeWith(l,l,a.content.firstChild):c.replaceRange(l,l,a),c.doc.eq(d))return;let f=c.doc.resolve(l);if(u&&M.isSelectable(a.content.firstChild)&&f.nodeAfter&&f.nodeAfter.sameMarkup(a.content.firstChild))c.setSelection(new M(f));else{let t=c.mapping.map(s);c.mapping.maps[c.mapping.maps.length-1].forEach((e,n,r,i)=>t=i),c.setSelection(eo(e,f,c.doc.resolve(t)))}e.focus(),e.dispatch(c.setMeta(`uiEvent`,`drop`))}Vo.focus=e=>{e.input.lastFocus=Date.now(),e.focused||(e.domObserver.stop(),e.dom.classList.add(`ProseMirror-focused`),e.domObserver.start(),e.focused=!0,setTimeout(()=>{e.docView&&e.hasFocus()&&!e.domObserver.currentSelection.eq(e.domSelectionRange())&&Ga(e)},20))},Vo.blur=(e,t)=>{let n=t;e.focused&&=(e.domObserver.stop(),e.dom.classList.remove(`ProseMirror-focused`),e.domObserver.start(),n.relatedTarget&&e.dom.contains(n.relatedTarget)&&e.domObserver.currentSelection.clear(),!1)},Vo.beforeinput=(e,t)=>{if(I&&Ni&&t.inputType==`deleteContentBackward`){e.domObserver.flushSoon();let{domChangeCount:t}=e.input;setTimeout(()=>{if(e.input.domChangeCount!=t||(e.dom.blur(),e.focus(),e.someProp(`handleKeyDown`,t=>t(e,gi(8,`Backspace`)))))return;let{$cursor:n}=e.state.selection;n&&n.pos>0&&e.dispatch(e.state.tr.delete(n.pos-1,n.pos).scrollIntoView())},50)}};for(let e in Ho)Vo[e]=Ho[e];function As(e,t){if(e==t)return!0;for(let n in e)if(e[n]!==t[n])return!1;for(let n in t)if(!(n in e))return!1;return!0}var js=class e{constructor(e,t){this.toDOM=e,this.spec=t||Is,this.side=this.spec.side||0}map(e,t,n,r){let{pos:i,deleted:a}=e.mapResult(t.from+r,this.side<0?-1:1);return a?null:new Ps(i-n,i-n,this)}valid(){return!0}eq(t){return this==t||t instanceof e&&(this.spec.key&&this.spec.key==t.spec.key||this.toDOM==t.toDOM&&As(this.spec,t.spec))}destroy(e){this.spec.destroy&&this.spec.destroy(e)}},Ms=class e{constructor(e,t){this.attrs=e,this.spec=t||Is}map(e,t,n,r){let i=e.map(t.from+r,this.spec.inclusiveStart?-1:1)-n,a=e.map(t.to+r,this.spec.inclusiveEnd?1:-1)-n;return i>=a?null:new Ps(i,a,this)}valid(e,t){return t.from=e&&(!i||i(o.spec))&&n.push(o.copy(o.from+r,o.to+r))}for(let a=0;ae){let o=this.children[a]+1;this.children[a+2].findInner(e-o,t-o,n,r+o,i)}}map(e,t,n){return this==z||e.maps.length==0?this:this.mapInner(e,t,0,0,n||Is)}mapInner(t,n,r,i,a){let o;for(let e=0;e{let o=t+r,s;if(s=Vs(n,e,o)){for(i||=this.children.slice();aa&&n.to=t){this.children[e]==t&&(r=this.children[e+2]);break}let a=t+1,o=a+n.content.size;for(let e=0;ea&&t.type instanceof Ms){let e=Math.max(a,t.from)-a,n=Math.min(o,t.to)-a;ee.map(t,n,Is));return e.from(r)}forChild(t,n){if(n.isLeaf)return R.empty;let r=[];for(let i=0;ie instanceof R)?t:t.reduce((e,t)=>e.concat(t instanceof R?t:t.members),[]))}}forEachSet(e){for(let t=0;t{let o=a-i-(n-e);for(let i=0;ia+t-r)continue;let c=s[i]+t-r;n>=c?s[i+1]=e<=c?-2:-1:e>=t&&o&&(s[i]+=o,s[i+1]+=o)}r+=o}),t=n.maps[e].map(t,-1)}let c=!1;for(let t=0;t=r.content.size){c=!0;continue}let d=n.map(e[t+1]+a,-1)-i,{index:f,offset:p}=r.content.findIndex(u),m=r.maybeChild(f);if(m&&p==u&&p+m.nodeSize==d){let r=s[t+2].mapInner(n,m,l+1,e[t]+a+1,o);r==z?(s[t+1]=-2,c=!0):(s[t]=u,s[t+1]=d,s[t+2]=r)}else c=!0}if(c){let c=Us(Bs(s,e,t,n,i,a,o),r,0,o);t=c.local;for(let e=0;en&&a.to{let s=Vs(e,t,o+n);if(s){a=!0;let e=Us(s,t,n+o+1,r);e!=z&&i.push(o,o+t.nodeSize,e)}});let o=zs(a?Hs(e):e,-n).sort(Ws);for(let e=0;e0;)t++;e.splice(t,0,n)}function qs(e){let t=[];return e.someProp(`decorations`,n=>{let r=n(e.state);r&&r!=z&&t.push(r)}),e.cursorWrapper&&t.push(R.create(e.state.doc,[e.cursorWrapper.deco])),Ls.from(t)}var Js={childList:!0,characterData:!0,characterDataOldValue:!0,attributes:!0,attributeOldValue:!0,subtree:!0},Ys=Ti&&Ei<=11,Xs=class{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}set(e){this.anchorNode=e.anchorNode,this.anchorOffset=e.anchorOffset,this.focusNode=e.focusNode,this.focusOffset=e.focusOffset}clear(){this.anchorNode=this.focusNode=null}eq(e){return e.anchorNode==this.anchorNode&&e.anchorOffset==this.anchorOffset&&e.focusNode==this.focusNode&&e.focusOffset==this.focusOffset}},Zs=class{constructor(e,t){this.view=e,this.handleDOMChange=t,this.queue=[],this.flushingSoon=-1,this.observer=null,this.currentSelection=new Xs,this.onCharData=null,this.suppressingSelectionUpdates=!1,this.lastChangedTextNode=null,this.observer=window.MutationObserver&&new window.MutationObserver(t=>{for(let e=0;ee.type==`childList`&&e.removedNodes.length||e.type==`characterData`&&e.oldValue.length>e.target.nodeValue.length)?this.flushSoon():L&&e.composing&&t.some(e=>e.type==`childList`&&e.target.nodeName==`TR`)?(e.input.badSafariComposition=!0,this.flushSoon()):this.flush()}),Ys&&(this.onCharData=e=>{this.queue.push({target:e.target,type:`characterData`,oldValue:e.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this)}flushSoon(){this.flushingSoon<0&&(this.flushingSoon=window.setTimeout(()=>{this.flushingSoon=-1,this.flush()},20))}forceFlush(){this.flushingSoon>-1&&(window.clearTimeout(this.flushingSoon),this.flushingSoon=-1,this.flush())}start(){this.observer&&(this.observer.takeRecords(),this.observer.observe(this.view.dom,Js)),this.onCharData&&this.view.dom.addEventListener(`DOMCharacterDataModified`,this.onCharData),this.connectSelection()}stop(){if(this.observer){let e=this.observer.takeRecords();if(e.length){for(let t=0;tthis.flush(),20)}this.observer.disconnect()}this.onCharData&&this.view.dom.removeEventListener(`DOMCharacterDataModified`,this.onCharData),this.disconnectSelection()}connectSelection(){this.view.dom.ownerDocument.addEventListener(`selectionchange`,this.onSelectionChange)}disconnectSelection(){this.view.dom.ownerDocument.removeEventListener(`selectionchange`,this.onSelectionChange)}suppressSelectionUpdates(){this.suppressingSelectionUpdates=!0,setTimeout(()=>this.suppressingSelectionUpdates=!1,50)}onSelectionChange(){if(to(this.view)){if(this.suppressingSelectionUpdates)return Ga(this.view);if(Ti&&Ei<=11&&!this.view.state.selection.empty){let e=this.view.domSelectionRange();if(e.focusNode&&si(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset))return this.flushSoon()}this.flush()}}setCurSelection(){this.currentSelection.set(this.view.domSelectionRange())}ignoreSelectionChange(e){if(!e.focusNode)return!0;let t=new Set,n;for(let n=e.focusNode;n;n=ri(n))t.add(n);for(let r=e.anchorNode;r;r=ri(r))if(t.has(r)){n=r;break}let r=n&&this.view.docView.nearestDesc(n);if(r&&r.ignoreMutation({type:`selection`,target:n.nodeType==3?n.parentNode:n}))return this.setCurSelection(),!0}pendingRecords(){if(this.observer)for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}flush(){let{view:e}=this;if(!e.docView||this.flushingSoon>-1)return;let t=this.pendingRecords();t.length&&(this.queue=[]);let n=e.domSelectionRange(),r=!this.suppressingSelectionUpdates&&!this.currentSelection.eq(n)&&to(e)&&!this.ignoreSelectionChange(n),i=-1,a=-1,o=!1,s=[];if(e.editable)for(let e=0;ee.nodeName==`BR`)&&(e.input.lastKeyCode==8||e.input.lastKeyCode==46)){for(let e of s)if(e.nodeName==`BR`&&e.parentNode){let t=e.nextSibling;for(;t&&t.nodeType==1;){if(t.contentEditable==`false`){e.parentNode.removeChild(e);break}t=t.firstChild}}}else if(Di&&s.length){let t=s.filter(e=>e.nodeName==`BR`);if(t.length==2){let[e,n]=t;e.parentNode&&e.parentNode.parentNode==n.parentNode?n.remove():e.remove()}else{let{focusNode:n}=this.currentSelection;for(let r of t){let t=r.parentNode;t&&t.nodeName==`LI`&&(!n||rc(e,n)!=t)&&r.remove()}}}let c=null;i<0&&r&&e.input.lastFocus>Date.now()-200&&Math.max(e.input.lastTouch,e.input.lastClick.time)-1||r)&&(i>-1&&(e.docView.markDirty(i,a),ec(e)),e.input.badSafariComposition&&(e.input.badSafariComposition=!1,ic(e,s)),this.handleDOMChange(i,a,o,s),e.docView&&e.docView.dirty?e.updateState(e.state):this.currentSelection.eq(n)||Ga(e),this.currentSelection.set(n))}registerMutation(e,t){if(t.indexOf(e.target)>-1)return null;let n=this.view.docView.nearestDesc(e.target);if(e.type==`attributes`&&(n==this.view.docView||e.attributeName==`contenteditable`||e.attributeName==`style`&&!e.oldValue&&!e.target.getAttribute(`style`))||!n||n.ignoreMutation(e))return null;if(e.type==`childList`){for(let n=0;ni;e--){let t=r.childNodes[e-1],n=t.pmViewDesc;if(t.nodeName==`BR`&&!n){a=e;break}if(!n||n.size)break}let d=e.state.doc,f=e.someProp(`domParser`)||dt.fromSchema(e.state.schema),p=d.resolve(o),m=null,h=f.parse(r,{topNode:p.parent,topMatch:p.parent.contentMatchAt(p.index()),topOpen:!0,from:i,to:a,preserveWhitespace:p.parent.type.whitespace==`pre`?`full`:!0,findPositions:l,ruleFromNode:oc,context:p});if(l&&l[0].pos!=null){let e=l[0].pos,t=l[1]&&l[1].pos;t??=e,m={anchor:e+o,head:t+o}}return{doc:h,sel:m,from:o,to:s}}function oc(e){let t=e.pmViewDesc;if(t)return t.parseRule();if(e.nodeName==`BR`&&e.parentNode){if(L&&/^(ul|ol)$/i.test(e.parentNode.nodeName)){let e=document.createElement(`div`);return e.appendChild(document.createElement(`li`)),{skip:e}}else if(e.parentNode.lastChild==e||L&&/^(tr|table)$/i.test(e.parentNode.nodeName))return{ignore:!0}}else if(e.nodeName==`IMG`&&e.getAttribute(`mark-placeholder`))return{ignore:!0};return null}var sc=/^(a|abbr|acronym|b|bd[io]|big|br|button|cite|code|data(list)?|del|dfn|em|i|img|ins|kbd|label|map|mark|meter|output|q|ruby|s|samp|small|span|strong|su[bp]|time|u|tt|var)$/i;function cc(e,t,n,r,i){let a=e.input.compositionPendingChanges||(e.composing?e.input.compositionID:0);if(e.input.compositionPendingChanges=0,t<0){let t=e.input.lastSelectionTime>Date.now()-50?e.input.lastSelectionOrigin:null,n=Ua(e,t);if(n&&!e.state.selection.eq(n)){if(I&&Ni&&e.input.lastKeyCode===13&&Date.now()-100t(e,gi(13,`Enter`))))return;let r=e.state.tr.setSelection(n);t==`pointer`?r.setMeta(`pointer`,!0):t==`key`&&r.scrollIntoView(),a&&r.setMeta(`composition`,a),e.dispatch(r)}return}let o=e.state.doc.resolve(t),s=o.sharedDepth(n);t=o.before(s+1),n=e.state.doc.resolve(n).after(s+1);let c=e.state.selection,l=ac(e,t,n),u=e.state.doc,d=u.slice(l.from,l.to),f,p;e.input.lastKeyCode===8&&Date.now()-100Date.now()-225||Ni)&&i.some(e=>e.nodeType==1&&!sc.test(e.nodeName))&&(!m||m.endA>=m.endB)&&e.someProp(`handleKeyDown`,t=>t(e,gi(13,`Enter`)))){e.input.lastIOSEnter=0;return}if(!m)if(r&&c instanceof j&&!c.empty&&c.$head.sameParent(c.$anchor)&&!e.composing&&!(l.sel&&l.sel.anchor!=l.sel.head))m={start:c.from,endA:c.to,endB:c.to};else{if(l.sel){let t=lc(e,e.state.doc,l.sel);if(t&&!t.eq(e.state.selection)){let n=e.state.tr.setSelection(t);a&&n.setMeta(`composition`,a),e.dispatch(n)}}return}e.state.selection.frome.state.selection.from&&m.start<=e.state.selection.from+2&&e.state.selection.from>=l.from?m.start=e.state.selection.from:m.endA=e.state.selection.to-2&&e.state.selection.to<=l.to&&(m.endB+=e.state.selection.to-m.endA,m.endA=e.state.selection.to)),Ti&&Ei<=11&&m.endB==m.start+1&&m.endA==m.start&&m.start>l.from&&l.doc.textBetween(m.start-l.from-1,m.start-l.from+1)==` \xA0`&&(m.start--,m.endA--,m.endB--);let h=l.doc.resolveNoCache(m.start-l.from),g=l.doc.resolveNoCache(m.endB-l.from),_=u.resolve(m.start),ee=h.sameParent(g)&&h.parent.inlineContent&&_.end()>=m.endA;if((Ai&&e.input.lastIOSEnter>Date.now()-225&&(!ee||i.some(e=>e.nodeName==`DIV`||e.nodeName==`P`))||!ee&&h.post(e,gi(13,`Enter`)))){e.input.lastIOSEnter=0;return}if(e.state.selection.anchor>m.start&&dc(u,m.start,m.endA,h,g)&&e.someProp(`handleKeyDown`,t=>t(e,gi(8,`Backspace`)))){Ni&&I&&e.domObserver.suppressSelectionUpdates();return}I&&m.endB==m.start&&(e.input.lastChromeDelete=Date.now()),Ni&&!ee&&h.start()!=g.start()&&g.parentOffset==0&&h.depth==g.depth&&l.sel&&l.sel.anchor==l.sel.head&&l.sel.head==m.endA&&(m.endB-=2,g=l.doc.resolveNoCache(m.endB-l.from),setTimeout(()=>{e.someProp(`handleKeyDown`,function(t){return t(e,gi(13,`Enter`))})},20));let v=m.start,y=m.endA,b=t=>{let n=t||e.state.tr.replace(v,y,l.doc.slice(m.start-l.from,m.endB-l.from));if(l.sel){let t=lc(e,n.doc,l.sel);t&&!(I&&e.composing&&t.empty&&(m.start!=m.endB||e.input.lastChromeDeleteGa(e),20));let t=b(e.state.tr.delete(v,y)),n=u.resolve(m.start).marksAcross(u.resolve(m.endA));n&&t.ensureMarks(n),e.dispatch(t)}else if(m.endA==m.endB&&(te=uc(h.parent.content.cut(h.parentOffset,g.parentOffset),_.parent.content.cut(_.parentOffset,m.endA-_.start())))){let t=b(e.state.tr);te.type==`add`?t.addMark(v,y,te.mark):t.removeMark(v,y,te.mark),e.dispatch(t)}else if(h.parent.child(h.index()).isText&&h.index()==g.index()-+!g.textOffset){let t=h.parent.textBetween(h.parentOffset,g.parentOffset),n=()=>b(e.state.tr.insertText(t,v,y));e.someProp(`handleTextInput`,r=>r(e,v,y,t,n))||e.dispatch(n())}else e.dispatch(b());else e.dispatch(b())}function lc(e,t,n){return Math.max(n.anchor,n.head)>t.content.size?null:eo(e,t.resolve(n.anchor),t.resolve(n.head))}function uc(e,t){let n=e.firstChild.marks,r=t.firstChild.marks,i=n,a=r,o,s,c;for(let e=0;ee.mark(s.addToSet(e.marks));else if(i.length==0&&a.length==1)s=a[0],o=`remove`,c=e=>e.mark(s.removeFromSet(e.marks));else return null;let l=[];for(let e=0;en||fc(o,!0,!1)0&&(t||e.indexAfter(r)==e.node(r).childCount);)r--,i++,t=!1;if(n){let t=e.node(r).maybeChild(e.indexAfter(r));for(;t&&!t.isLeaf;)t=t.firstChild,i++}return i}function pc(e,t,n,r,i){let a=e.findDiffStart(t,n);if(a==null)return null;let{a:o,b:s}=e.findDiffEnd(t,n+e.size,n+t.size);if(i==`end`){let e=Math.max(0,a-Math.min(o,s));r-=o+e-a}if(o=o?a-r:0;a-=e,a&&a=s?a-r:0;a-=t,a&&a=56320&&t<=57343&&n>=55296&&n<=56319}var hc=class{constructor(e,t){this._root=null,this.focused=!1,this.trackWrites=null,this.mounted=!1,this.markCursor=null,this.cursorWrapper=null,this.lastSelectedViewDesc=void 0,this.input=new Wo,this.prevDirectPlugins=[],this.pluginViews=[],this.requiresGeckoHackNode=!1,this.dragging=null,this._props=t,this.state=t.state,this.directPlugins=t.plugins||[],this.directPlugins.forEach(Sc),this.dispatch=this.dispatch.bind(this),this.dom=e&&e.mount||document.createElement(`div`),e&&(e.appendChild?e.appendChild(this.dom):typeof e==`function`?e(this.dom):e.mount&&(this.mounted=!0)),this.editable=vc(this),_c(this),this.nodeViews=bc(this),this.docView=Ca(this.state.doc,gc(this),qs(this),this.dom,this),this.domObserver=new Zs(this,(e,t,n,r)=>cc(this,e,t,n,r)),this.domObserver.start(),Go(this),this.updatePluginViews()}get composing(){return this.input.composing}get props(){if(this._props.state!=this.state){let e=this._props;this._props={};for(let t in e)this._props[t]=e[t];this._props.state=this.state}return this._props}update(e){e.handleDOMEvents!=this._props.handleDOMEvents&&Jo(this);let t=this._props;this._props=e,e.plugins&&(e.plugins.forEach(Sc),this.directPlugins=e.plugins),this.updateStateInner(e.state,t)}setProps(e){let t={};for(let e in this._props)t[e]=this._props[e];t.state=this.state;for(let n in e)t[n]=e[n];this.update(t)}updateState(e){this.updateStateInner(e,this._props)}updateStateInner(e,t){let n=this.state,r=!1,i=!1;e.storedMarks&&this.composing&&(gs(this),i=!0),this.state=e;let a=n.plugins!=e.plugins||this._props.plugins!=t.plugins;if(a||this._props.plugins!=t.plugins||this._props.nodeViews!=t.nodeViews){let e=bc(this);xc(e,this.nodeViews)&&(this.nodeViews=e,r=!0)}(a||t.handleDOMEvents!=this._props.handleDOMEvents)&&Jo(this),this.editable=vc(this),_c(this);let o=qs(this),s=gc(this),c=n.plugins!=e.plugins&&!n.doc.eq(e.doc)?`reset`:e.scrollToSelection>n.scrollToSelection?`to selection`:`preserve`,l=r||!this.docView.matchesNode(e.doc,s,o);(l||!e.selection.eq(n.selection))&&(i=!0);let u=c==`preserve`&&i&&this.dom.style.overflowAnchor==null&&Bi(this);if(i){this.domObserver.stop();let t=l&&(Ti||I)&&!this.composing&&!n.selection.empty&&!e.selection.empty&&yc(n.selection,e.selection);if(l){let n=I?this.trackWrites=this.domSelectionRange().focusNode:null;this.composing&&(this.input.compositionNode=_s(this)),(r||!this.docView.update(e.doc,s,o,this))&&(this.docView.updateOuterDeco(s),this.docView.destroy(),this.docView=Ca(e.doc,s,o,this.dom,this)),n&&(!this.trackWrites||!this.dom.contains(this.trackWrites))&&(t=!0)}t||!(this.input.mouseDown&&this.domObserver.currentSelection.eq(this.domSelectionRange())&&ro(this))?Ga(this,t):(Qa(this,e.selection),this.domObserver.setCurSelection()),this.domObserver.start()}this.updatePluginViews(n),this.dragging?.node&&!n.doc.eq(e.doc)&&this.updateDraggedNode(this.dragging,n),c==`reset`?this.dom.scrollTop=0:c==`to selection`?this.scrollToSelection():u&&Hi(u)}scrollToSelection(){let e=this.domSelectionRange().focusNode;if(!(!e||!this.dom.contains(e.nodeType==1?e:e.parentNode))&&!this.someProp(`handleScrollToSelection`,e=>e(this)))if(this.state.selection instanceof M){let t=this.docView.domAfterPos(this.state.selection.from);t.nodeType==1&&zi(this,t.getBoundingClientRect(),e)}else zi(this,this.coordsAtPos(this.state.selection.head,1),e)}destroyPluginViews(){let e;for(;e=this.pluginViews.pop();)e.destroy&&e.destroy()}updatePluginViews(e){if(!e||e.plugins!=this.state.plugins||this.directPlugins!=this.prevDirectPlugins){this.prevDirectPlugins=this.directPlugins,this.destroyPluginViews();for(let e=0;e0&&ee.ownerDocument.getSelection()),this._root=e}return e||document}updateRoot(){this._root=null}posAtCoords(e){return $i(this,e)}coordsAtPos(e,t=1){return ra(this,e,t)}domAtPos(e,t=0){return this.docView.domFromPos(e,t)}nodeDOM(e){let t=this.docView.descAt(e);return t?t.nodeDOM:null}posAtDOM(e,t,n=-1){let r=this.docView.posFromDOM(e,t,n);if(r==null)throw RangeError(`DOM position not inside the editor`);return r}endOfTextblock(e,t){return pa(this,t||this.state,e)}pasteHTML(e,t){return ws(this,``,e,!1,t||new ClipboardEvent(`paste`))}pasteText(e,t){return ws(this,e,null,!0,t||new ClipboardEvent(`paste`))}serializeForClipboard(e){return wo(this,e)}destroy(){this.docView&&(qo(this),this.destroyPluginViews(),this.mounted?(this.docView.update(this.state.doc,[],qs(this),this),this.dom.textContent=``):this.dom.parentNode&&this.dom.parentNode.removeChild(this.dom),this.docView.destroy(),this.docView=null,oi())}get isDestroyed(){return this.docView==null}dispatchEvent(e){return Zo(this,e)}domSelectionRange(){let e=this.domSelection();return e?L&&this.root.nodeType===11&&_i(this.dom.ownerDocument)==this.dom&&nc(this,e)||e:{focusNode:null,focusOffset:0,anchorNode:null,anchorOffset:0}}domSelection(){return this.root.getSelection()}};hc.prototype.dispatch=function(e){let t=this._props.dispatchTransaction;t?t.call(this,e):this.updateState(this.state.apply(e))};function gc(e){let t=Object.create(null);return t.class=`ProseMirror`,t.contenteditable=String(e.editable),e.someProp(`attributes`,n=>{if(typeof n==`function`&&(n=n(e.state)),n)for(let e in n)e==`class`?t.class+=` `+n[e]:e==`style`?t.style=(t.style?t.style+`;`:``)+n[e]:!t[e]&&e!=`contenteditable`&&e!=`nodeName`&&(t[e]=String(n[e]))}),t.translate||=`no`,[Ps.node(0,e.state.doc.content.size,t)]}function _c(e){if(e.markCursor){let t=document.createElement(`img`);t.className=`ProseMirror-separator`,t.setAttribute(`mark-placeholder`,`true`),t.setAttribute(`alt`,``),e.cursorWrapper={dom:t,deco:Ps.widget(e.state.selection.from,t,{raw:!0,marks:e.markCursor})}}else e.cursorWrapper=null}function vc(e){return!e.someProp(`editable`,t=>t(e.state)===!1)}function yc(e,t){let n=Math.min(e.$anchor.sharedDepth(e.head),t.$anchor.sharedDepth(t.head));return e.$anchor.start(n)!=t.$anchor.start(n)}function bc(e){let t=Object.create(null);function n(e){for(let n in e)Object.prototype.hasOwnProperty.call(t,n)||(t[n]=e[n])}return e.someProp(`nodeViews`,n),e.someProp(`markViews`,n),t}function xc(e,t){let n=0,r=0;for(let r in e){if(e[r]!=t[r])return!0;n++}for(let e in t)r++;return n!=r}function Sc(e){if(e.spec.state||e.spec.filterTransaction||e.spec.appendTransaction)throw RangeError(`Plugins passed directly to the view must not have a state component`)}for(var Cc={8:`Backspace`,9:`Tab`,10:`Enter`,12:`NumLock`,13:`Enter`,16:`Shift`,17:`Control`,18:`Alt`,20:`CapsLock`,27:`Escape`,32:` `,33:`PageUp`,34:`PageDown`,35:`End`,36:`Home`,37:`ArrowLeft`,38:`ArrowUp`,39:`ArrowRight`,40:`ArrowDown`,44:`PrintScreen`,45:`Insert`,46:`Delete`,59:`;`,61:`=`,91:`Meta`,92:`Meta`,106:`*`,107:`+`,108:`,`,109:`-`,110:`.`,111:`/`,144:`NumLock`,145:`ScrollLock`,160:`Shift`,161:`Shift`,162:`Control`,163:`Control`,164:`Alt`,165:`Alt`,173:`-`,186:`;`,187:`=`,188:`,`,189:`-`,190:`.`,191:`/`,192:"`",219:`[`,220:`\\`,221:`]`,222:`'`},wc={48:`)`,49:`!`,50:`@`,51:`#`,52:`$`,53:`%`,54:`^`,55:`&`,56:`*`,57:`(`,59:`:`,61:`+`,173:`_`,186:`:`,187:`+`,188:`<`,189:`_`,190:`>`,191:`?`,192:`~`,219:`{`,220:`|`,221:`}`,222:`"`},Tc=typeof navigator<`u`&&/Mac/.test(navigator.platform),Ec=typeof navigator<`u`&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),Dc=0;Dc<10;Dc++)Cc[48+Dc]=Cc[96+Dc]=String(Dc);for(var Dc=1;Dc<=24;Dc++)Cc[Dc+111]=`F`+Dc;for(var Dc=65;Dc<=90;Dc++)Cc[Dc]=String.fromCharCode(Dc+32),wc[Dc]=String.fromCharCode(Dc);for(var Oc in Cc)wc.hasOwnProperty(Oc)||(wc[Oc]=Cc[Oc]);function kc(e){var t=!(Tc&&e.metaKey&&e.shiftKey&&!e.ctrlKey&&!e.altKey||Ec&&e.shiftKey&&e.key&&e.key.length==1||e.key==`Unidentified`)&&e.key||(e.shiftKey?wc:Cc)[e.keyCode]||e.key||`Unidentified`;return t==`Esc`&&(t=`Escape`),t==`Del`&&(t=`Delete`),t==`Left`&&(t=`ArrowLeft`),t==`Up`&&(t=`ArrowUp`),t==`Right`&&(t=`ArrowRight`),t==`Down`&&(t=`ArrowDown`),t}var Ac=typeof navigator<`u`&&/Mac|iP(hone|[oa]d)/.test(navigator.platform),jc=typeof navigator<`u`&&/Win/.test(navigator.platform);function Mc(e){let t=e.split(/-(?!$)/),n=t[t.length-1];n==`Space`&&(n=` `);let r,i,a,o;for(let e=0;e{for(var n in t)Lc(e,n,{get:t[n],enumerable:!0})};function zc(e){let{state:t,transaction:n}=e,{selection:r}=n,{doc:i}=n,{storedMarks:a}=n;return{...t,apply:t.apply.bind(t),applyTransaction:t.applyTransaction.bind(t),plugins:t.plugins,schema:t.schema,reconfigure:t.reconfigure.bind(t),toJSON:t.toJSON.bind(t),get storedMarks(){return a},get selection(){return r},get doc(){return i},get tr(){return r=n.selection,i=n.doc,a=n.storedMarks,n}}}var Bc=class{constructor(e){this.editor=e.editor,this.rawCommands=this.editor.extensionManager.commands,this.customState=e.state}get hasCustomState(){return!!this.customState}get state(){return this.customState||this.editor.state}get commands(){let{rawCommands:e,editor:t,state:n}=this,{view:r}=t,{tr:i}=n,a=this.buildProps(i);return Object.fromEntries(Object.entries(e).map(([e,t])=>[e,(...e)=>{let n=t(...e)(a);return!i.getMeta(`preventDispatch`)&&!this.hasCustomState&&r.dispatch(i),n}]))}get chain(){return()=>this.createChain()}get can(){return()=>this.createCan()}createChain(e,t=!0){let{rawCommands:n,editor:r,state:i}=this,{view:a}=r,o=[],s=!!e,c=e||i.tr,l=()=>(!s&&t&&!c.getMeta(`preventDispatch`)&&!this.hasCustomState&&a.dispatch(c),o.every(e=>e===!0)),u={...Object.fromEntries(Object.entries(n).map(([e,n])=>[e,(...e)=>{let r=this.buildProps(c,t),i=n(...e)(r);return o.push(i),u}])),run:l};return u}createCan(e){let{rawCommands:t,state:n}=this,r=e||n.tr,i=this.buildProps(r,!1);return{...Object.fromEntries(Object.entries(t).map(([e,t])=>[e,(...e)=>t(...e)({...i,dispatch:void 0})])),chain:()=>this.createChain(r,!1)}}buildProps(e,t=!0){let{rawCommands:n,editor:r,state:i}=this,{view:a}=r,o={tr:e,editor:r,view:a,state:zc({state:i,transaction:e}),dispatch:t?()=>void 0:void 0,chain:()=>this.createChain(e,t),can:()=>this.createCan(e),get commands(){return Object.fromEntries(Object.entries(n).map(([e,t])=>[e,(...e)=>t(...e)(o)]))}};return o}},Vc={};Rc(Vc,{blur:()=>Hc,clearContent:()=>Uc,clearNodes:()=>Wc,command:()=>Gc,createParagraphNear:()=>Kc,cut:()=>qc,deleteCurrentNode:()=>Jc,deleteNode:()=>Yc,deleteRange:()=>Xc,deleteSelection:()=>Zc,enter:()=>Qc,exitCode:()=>$c,extendMarkRange:()=>ol,first:()=>sl,focus:()=>ml,forEach:()=>hl,insertContent:()=>gl,insertContentAt:()=>Sl,joinBackward:()=>Tl,joinDown:()=>wl,joinForward:()=>El,joinItemBackward:()=>Dl,joinItemForward:()=>Ol,joinTextblockBackward:()=>kl,joinTextblockForward:()=>Al,joinUp:()=>Cl,keyboardShortcut:()=>Nl,lift:()=>Fl,liftEmptyBlock:()=>Il,liftListItem:()=>Ll,newlineInCode:()=>Rl,resetAttributes:()=>Vl,scrollIntoView:()=>Hl,selectAll:()=>Ul,selectNodeBackward:()=>Wl,selectNodeForward:()=>Gl,selectParentNode:()=>Kl,selectTextblockEnd:()=>ql,selectTextblockStart:()=>Jl,setContent:()=>Xl,setMark:()=>Gu,setMeta:()=>Ku,setNode:()=>qu,setNodeSelection:()=>Ju,setTextDirection:()=>Yu,setTextSelection:()=>Xu,sinkListItem:()=>Zu,splitBlock:()=>$u,splitListItem:()=>ed,toggleList:()=>id,toggleMark:()=>ad,toggleNode:()=>od,toggleWrap:()=>sd,undoInputRule:()=>cd,unsetAllMarks:()=>ld,unsetMark:()=>ud,unsetTextDirection:()=>dd,updateAttributes:()=>fd,wrapIn:()=>pd,wrapInList:()=>md});var Hc=()=>({editor:e,view:t})=>(requestAnimationFrame(()=>{var n;e.isDestroyed||(t.dom.blur(),(n=window==null?void 0:window.getSelection())==null||n.removeAllRanges())}),!0),Uc=(e=!0)=>({commands:t})=>t.setContent(``,{emitUpdate:e}),Wc=()=>({state:e,tr:t,dispatch:n})=>{let{selection:r}=t,{ranges:i}=r;return n&&i.forEach(({$from:n,$to:r})=>{e.doc.nodesBetween(n.pos,r.pos,(e,n)=>{if(e.type.isText)return;let{doc:r,mapping:i}=t,a=r.resolve(i.map(n)),o=r.resolve(i.map(n+e.nodeSize)),s=a.blockRange(o);if(!s)return;let c=an(s);if(e.type.isTextblock){let{defaultType:e}=a.parent.contentMatchAt(a.index());t.setNodeMarkup(s.start,e)}(c||c===0)&&t.lift(s,c)})}),!0},Gc=e=>t=>e(t),Kc=()=>({state:e,dispatch:t})=>Mr(e,t),qc=(e,t)=>({editor:n,tr:r})=>{let{state:i}=n,a=i.doc.slice(e.from,e.to);r.deleteRange(e.from,e.to);let o=r.mapping.map(t);return r.insert(o,a.content),r.setSelection(new j(r.doc.resolve(Math.max(o-1,0)))),!0},Jc=()=>({tr:e,dispatch:t})=>{let{selection:n}=e,r=n.$anchor.node();if(r.content.size>0)return!1;let i=e.selection.$anchor;for(let n=i.depth;n>0;--n)if(i.node(n).type===r.type){if(t){let t=i.before(n),r=i.after(n);e.delete(t,r).scrollIntoView()}return!0}return!1};function B(e,t){if(typeof e==`string`){if(!t.nodes[e])throw Error(`There is no node type named '${e}'. Maybe you forgot to add the extension?`);return t.nodes[e]}return e}var Yc=e=>({tr:t,state:n,dispatch:r})=>{let i=B(e,n.schema),a=t.selection.$anchor;for(let e=a.depth;e>0;--e)if(a.node(e).type===i){if(r){let n=a.before(e),r=a.after(e);t.delete(n,r).scrollIntoView()}return!0}return!1},Xc=e=>({tr:t,dispatch:n})=>{let{from:r,to:i}=e;return n&&t.delete(r,i),!0},Zc=()=>({state:e,dispatch:t})=>pr(e,t),Qc=()=>({commands:e})=>e.keyboardShortcut(`Enter`),$c=()=>({state:e,dispatch:t})=>jr(e,t);function el(e){return Object.prototype.toString.call(e)===`[object RegExp]`}function tl(e,t,n={strict:!0}){let r=Object.keys(t);return r.length?r.every(r=>n.strict?t[r]===e[r]:el(t[r])?t[r].test(e[r]):t[r]===e[r]):!0}function nl(e,t,n={}){return e.find(e=>e.type===t&&tl(Object.fromEntries(Object.keys(n).map(t=>[t,e.attrs[t]])),n))}function rl(e,t,n={}){return!!nl(e,t,n)}function il(e,t,n){if(!e||!t)return;let r=e.parent.childAfter(e.parentOffset);if((!r.node||!r.node.marks.some(e=>e.type===t))&&(r=e.parent.childBefore(e.parentOffset)),!r.node||!r.node.marks.some(e=>e.type===t))return;if(!n){let e=r.node.marks.find(e=>e.type===t);e&&(n=e.attrs)}if(!nl([...r.node.marks],t,n))return;let i=r.index,a=e.start()+r.offset,o=i+1,s=a+r.node.nodeSize;for(;i>0&&rl([...e.parent.child(i-1).marks],t,n);)--i,a-=e.parent.child(i).nodeSize;for(;o({tr:n,state:r,dispatch:i})=>{let a=al(e,r.schema),{doc:o,selection:s}=n,{$from:c,from:l,to:u}=s;if(i){let e=il(c,a,t);if(e&&e.from<=l&&e.to>=u){let t=j.create(o,e.from,e.to);n.setSelection(t)}}return!0},sl=e=>t=>{let n=typeof e==`function`?e(t):e;for(let e=0;e({editor:n,view:r,tr:i,dispatch:a})=>{t={scrollIntoView:!0,...t};let o=()=>{(fl()||dl())&&r.dom.focus(),pl()&&!fl()&&!dl()&&r.dom.focus({preventScroll:!0}),requestAnimationFrame(()=>{n.isDestroyed||(r.focus(),t?.scrollIntoView&&n.commands.scrollIntoView())})};try{if(r.hasFocus()&&e===null||e===!1)return!0}catch{return!1}if(a&&e===null&&!cl(n.state.selection))return o(),!0;let s=ul(i.doc,e)||n.state.selection,c=n.state.selection.eq(s);return a&&(c||i.setSelection(s),c&&i.storedMarks&&i.setStoredMarks(i.storedMarks),o()),!0},hl=(e,t)=>n=>e.every((e,r)=>t(e,{...n,index:r})),gl=(e,t)=>({tr:n,commands:r})=>r.insertContentAt({from:n.selection.from,to:n.selection.to},e,t),_l=e=>{let t=e.childNodes;for(let n=t.length-1;n>=0;--n){let r=t[n];r.nodeType===3&&r.nodeValue&&/^(\n\s\s|\n)$/.test(r.nodeValue)?e.removeChild(r):r.nodeType===1&&_l(r)}return e};function vl(e){if(typeof window>`u`)throw Error(`[tiptap error]: there is no window object available, so this function cannot be used`);let t=`${e}`,n=new window.DOMParser().parseFromString(t,`text/html`).body;return _l(n)}function yl(e,t,n){if(e instanceof Ie||e instanceof E)return e;n={slice:!0,parseOptions:{},...n};let r=typeof e==`object`&&!!e,i=typeof e==`string`;if(r)try{if(Array.isArray(e)&&e.length>0)return E.fromArray(e.map(e=>t.nodeFromJSON(e)));let r=t.nodeFromJSON(e);return n.errorOnInvalidContent&&r.check(),r}catch(r){if(n.errorOnInvalidContent)throw Error(`[tiptap error]: Invalid JSON content`,{cause:r});return console.warn(`[tiptap warn]: Invalid content.`,`Passed value:`,e,`Error:`,r),yl(``,t,n)}if(i){if(n.errorOnInvalidContent){let r=!1,i=``,a=new st({topNode:t.spec.topNode,marks:t.spec.marks,nodes:t.spec.nodes.append({__tiptap__private__unknown__catch__all__node:{content:`inline*`,group:`block`,parseDOM:[{tag:`*`,getAttrs:e=>(r=!0,i=typeof e==`string`?e:e.outerHTML,null)}]}})});if(n.slice?dt.fromSchema(a).parseSlice(vl(e),n.parseOptions):dt.fromSchema(a).parse(vl(e),n.parseOptions),n.errorOnInvalidContent&&r)throw Error(`[tiptap error]: Invalid HTML content`,{cause:Error(`Invalid element found: ${i}`)})}let r=dt.fromSchema(t);return n.slice?r.parseSlice(vl(e),n.parseOptions).content:r.parse(vl(e),n.parseOptions)}return yl(``,t,n)}function bl(e,t,n){let r=e.steps.length-1;if(r{o===0&&(o=r)}),e.setSelection(A.near(e.doc.resolve(o),n))}var xl=e=>!(`type`in e),Sl=(e,t,n)=>({tr:r,dispatch:i,editor:a})=>{if(i){n={parseOptions:a.options.parseOptions,updateSelection:!0,applyInputRules:!1,applyPasteRules:!1,...n};let i,o=e=>{a.emit(`contentError`,{editor:a,error:e,disableCollaboration:()=>{`collaboration`in a.storage&&typeof a.storage.collaboration==`object`&&a.storage.collaboration&&(a.storage.collaboration.isDisabled=!0)}})},s={preserveWhitespace:`full`,...n.parseOptions};if(!n.errorOnInvalidContent&&!a.options.enableContentCheck&&a.options.emitContentError)try{yl(t,a.schema,{parseOptions:s,errorOnInvalidContent:!0})}catch(e){o(e)}try{i=yl(t,a.schema,{parseOptions:s,errorOnInvalidContent:n.errorOnInvalidContent??a.options.enableContentCheck})}catch(e){return o(e),!1}let{from:c,to:l}=typeof e==`number`?{from:e,to:e}:{from:e.from,to:e.to},u=!0,d=!0;if((xl(i)?i:[i]).forEach(e=>{e.check(),u=u?e.isText&&e.marks.length===0:!1,d=d?e.isBlock:!1}),c===l&&d){let{parent:e}=r.doc.resolve(c);e.isTextblock&&!e.type.spec.code&&!e.childCount&&(--c,l+=1)}let f;if(u){if(Array.isArray(t))f=t.map(e=>e.text||``).join(``);else if(t instanceof E){let e=``;t.forEach(t=>{t.text&&(e+=t.text)}),f=e}else f=typeof t==`object`&&t&&t.text?t.text:t;r.insertText(f,c,l)}else{f=i;let e=r.doc.resolve(c),t=e.node(),n=e.parentOffset===0,a=t.isText||t.isTextblock,o=t.content.size>0;n&&a&&o&&(c=Math.max(0,c-1)),r.replaceWith(c,l,f)}n.updateSelection&&bl(r,r.steps.length-1,-1),n.applyInputRules&&r.setMeta(`applyInputRules`,{from:c,text:f}),n.applyPasteRules&&r.setMeta(`applyPasteRules`,{from:c,text:f})}return!0},Cl=()=>({state:e,dispatch:t})=>Er(e,t),wl=()=>({state:e,dispatch:t})=>Dr(e,t),Tl=()=>({state:e,dispatch:t})=>hr(e,t),El=()=>({state:e,dispatch:t})=>Cr(e,t),Dl=()=>({state:e,dispatch:t,tr:n})=>{try{let r=Sn(e.doc,e.selection.$from.pos,-1);return r==null?!1:(n.join(r,2),t&&t(n),!0)}catch{return!1}},Ol=()=>({state:e,dispatch:t,tr:n})=>{try{let r=Sn(e.doc,e.selection.$from.pos,1);return r==null?!1:(n.join(r,2),t&&t(n),!0)}catch{return!1}},kl=()=>({state:e,dispatch:t})=>gr(e,t),Al=()=>({state:e,dispatch:t})=>_r(e,t);function jl(){return typeof navigator<`u`?/Mac/.test(navigator.platform):!1}function Ml(e){let t=e.split(/-(?!$)/),n=t[t.length-1];n===`Space`&&(n=` `);let r,i,a,o;for(let e=0;e({editor:t,view:n,tr:r,dispatch:i})=>{let a=Ml(e).split(/-(?!$)/),o=a.find(e=>![`Alt`,`Ctrl`,`Meta`,`Shift`].includes(e)),s=new KeyboardEvent(`keydown`,{key:o===`Space`?` `:o,altKey:a.includes(`Alt`),ctrlKey:a.includes(`Ctrl`),metaKey:a.includes(`Meta`),shiftKey:a.includes(`Shift`),bubbles:!0,cancelable:!0});return t.captureTransaction(()=>{n.someProp(`handleKeyDown`,e=>e(n,s))})?.steps.forEach(e=>{let t=e.map(r.mapping);t&&i&&r.maybeStep(t)}),!0};function Pl(e,t,n={}){let{from:r,to:i,empty:a}=e.selection,o=t?B(t,e.schema):null,s=[];e.doc.nodesBetween(r,i,(e,t)=>{if(e.isText)return;let n=Math.max(r,t),a=Math.min(i,t+e.nodeSize);s.push({node:e,from:n,to:a})});let c=i-r,l=s.filter(e=>o?o.name===e.node.type.name:!0).filter(e=>tl(e.node.attrs,n,{strict:!1}));return a?!!l.length:l.reduce((e,t)=>e+t.to-t.from,0)>=c}var Fl=(e,t={})=>({state:n,dispatch:r})=>Pl(n,B(e,n.schema),t)?Or(n,r):!1,Il=()=>({state:e,dispatch:t})=>Nr(e,t),Ll=e=>({state:t,dispatch:n})=>$r(B(e,t.schema))(t,n),Rl=()=>({state:e,dispatch:t})=>kr(e,t);function zl(e,t){return t.nodes[e]?`node`:t.marks[e]?`mark`:null}function Bl(e,t){let n=typeof t==`string`?[t]:t;return Object.keys(e).reduce((t,r)=>(n.includes(r)||(t[r]=e[r]),t),{})}var Vl=(e,t)=>({tr:n,state:r,dispatch:i})=>{let a=null,o=null,s=zl(typeof e==`string`?e:e.name,r.schema);if(!s)return!1;s===`node`&&(a=B(e,r.schema)),s===`mark`&&(o=al(e,r.schema));let c=!1;return n.selection.ranges.forEach(e=>{r.doc.nodesBetween(e.$from.pos,e.$to.pos,(e,r)=>{a&&a===e.type&&(c=!0,i&&n.setNodeMarkup(r,void 0,Bl(e.attrs,t))),o&&e.marks.length&&e.marks.forEach(a=>{o===a.type&&(c=!0,i&&n.addMark(r,r+e.nodeSize,o.create(Bl(a.attrs,t))))})})}),c},Hl=()=>({tr:e,dispatch:t})=>(t&&e.scrollIntoView(),!0),Ul=()=>({tr:e,dispatch:t})=>{if(t){let t=new Zn(e.doc);e.setSelection(t)}return!0},Wl=()=>({state:e,dispatch:t})=>br(e,t),Gl=()=>({state:e,dispatch:t})=>wr(e,t),Kl=()=>({state:e,dispatch:t})=>Ir(e,t),ql=()=>({state:e,dispatch:t})=>Hr(e,t),Jl=()=>({state:e,dispatch:t})=>Vr(e,t);function Yl(e,t,n={},r={}){return yl(e,t,{slice:!1,parseOptions:n,errorOnInvalidContent:r.errorOnInvalidContent})}var Xl=(e,{errorOnInvalidContent:t,emitUpdate:n=!0,parseOptions:r={}}={})=>({editor:i,tr:a,dispatch:o,commands:s})=>{let{doc:c}=a;if(r.preserveWhitespace!==`full`){let s=Yl(e,i.schema,r,{errorOnInvalidContent:t??i.options.enableContentCheck});return o&&a.replaceWith(0,c.content.size,s).setMeta(`preventUpdate`,!n),!0}return o&&a.setMeta(`preventUpdate`,!n),s.insertContentAt({from:0,to:c.content.size},e,{parseOptions:r,errorOnInvalidContent:t??i.options.enableContentCheck})};function Zl(e,t){let n=al(t,e.schema),{from:r,to:i,empty:a}=e.selection,o=[];a?(e.storedMarks&&o.push(...e.storedMarks),o.push(...e.selection.$head.marks())):e.doc.nodesBetween(r,i,e=>{o.push(...e.marks)});let s=o.find(e=>e.type.name===n.name);return s?{...s.attrs}:{}}function Ql(e,t){let n=new Wn(e);return t.forEach(e=>{e.steps.forEach(e=>{n.step(e)})}),n}function $l(e){for(let t=0;t{n(e)&&r.push({node:e,pos:t})}),r}function tu(e,t){for(let n=e.depth;n>0;--n){let r=e.node(n);if(t(r))return{pos:n>0?e.before(n):0,start:e.start(n),depth:n,node:r}}}function nu(e){return t=>tu(t.$from,e)}function V(e,t,n){return e.config[t]===void 0&&e.parent?V(e.parent,t,n):typeof e.config[t]==`function`?e.config[t].bind({...n,parent:e.parent?V(e.parent,t,n):null}):e.config[t]}function ru(e){return e.map(e=>{let t=V(e,`addExtensions`,{name:e.name,options:e.options,storage:e.storage});return t?[e,...ru(t())]:e}).flat(10)}function iu(e,t){let n=Tt.fromSchema(t).serializeFragment(e),r=document.implementation.createHTMLDocument().createElement(`div`);return r.appendChild(n),r.innerHTML}function au(e){return typeof e==`function`}function H(e,t=void 0,...n){return au(e)?t?e.bind(t)(...n):e(...n):e}function ou(e={}){return Object.keys(e).length===0&&e.constructor===Object}function su(e){return{baseExtensions:e.filter(e=>e.type===`extension`),nodeExtensions:e.filter(e=>e.type===`node`),markExtensions:e.filter(e=>e.type===`mark`)}}function cu(e){let t=[],{nodeExtensions:n,markExtensions:r}=su(e),i=[...n,...r],a={default:null,validate:void 0,rendered:!0,renderHTML:null,parseHTML:null,keepOnSplit:!0,isRequired:!1},o=n.filter(e=>e.name!==`text`).map(e=>e.name),s=r.map(e=>e.name),c=[...o,...s];return e.forEach(e=>{let n=V(e,`addGlobalAttributes`,{name:e.name,options:e.options,storage:e.storage,extensions:i});n&&n().forEach(e=>{let n;n=Array.isArray(e.types)?e.types:e.types===`*`?c:e.types===`nodes`?o:e.types===`marks`?s:[],n.forEach(n=>{Object.entries(e.attributes).forEach(([e,r])=>{t.push({type:n,name:e,attribute:{...a,...r}})})})})}),i.forEach(e=>{let n=V(e,`addAttributes`,{name:e.name,options:e.options,storage:e.storage});if(!n)return;let r=n();Object.entries(r).forEach(([n,r])=>{let i={...a,...r};typeof i?.default==`function`&&(i.default=i.default()),i?.isRequired&&i?.default===void 0&&delete i.default,t.push({type:e.name,name:n,attribute:i})})}),t}function lu(e){let t=[],n=``,r=!1,i=!1,a=0,o=e.length;for(let s=0;s0){--a,n+=o;continue}if(o===`;`&&a===0){t.push(n),n=``;continue}}n+=o}return n&&t.push(n),t}function uu(e){let t=[],n=lu(e||``),r=n.length;for(let e=0;e!!e).reduce((e,t)=>{let n={...e};return Object.entries(t).forEach(([e,t])=>{if(!n[e]){n[e]=t;return}if(e===`class`){let r=t?String(t).split(` `):[],i=n[e]?n[e].split(` `):[],a=r.filter(e=>!i.includes(e));n[e]=[...i,...a].join(` `)}else if(e===`style`){let r=new Map([...uu(n[e]),...uu(t)]);n[e]=Array.from(r.entries()).map(([e,t])=>`${e}: ${t}`).join(`; `)}else n[e]=t}),n},{})}function du(e,t){return t.filter(t=>t.type===e.type.name).filter(e=>e.attribute.rendered).map(t=>t.attribute.renderHTML?t.attribute.renderHTML(e.attrs)||{}:{[t.name]:e.attrs[t.name]}).reduce((e,t)=>U(e,t),{})}function fu(e){return typeof e==`string`?e.match(/^[+-]?(?:\d*\.)?\d+$/)?Number(e):e===`true`?!0:e===`false`?!1:e:e}function pu(e,t){return`style`in e?e:{...e,getAttrs:n=>{let r=e.getAttrs?e.getAttrs(n):e.attrs;if(r===!1)return!1;let i=t.reduce((e,t)=>{let r=t.attribute.parseHTML?t.attribute.parseHTML(n):fu(n.getAttribute(t.name));return r==null?e:{...e,[t.name]:r}},{});return{...r,...i}}}}function mu(e){return Object.fromEntries(Object.entries(e).filter(([e,t])=>e===`attrs`&&ou(t)?!1:t!=null))}function hu(e){let t={};return!e?.attribute?.isRequired&&`default`in(e?.attribute||{})&&(t.default=e.attribute.default),e?.attribute?.validate!==void 0&&(t.validate=e.attribute.validate),[e.name,t]}function gu(e,t){let n=cu(e),{nodeExtensions:r,markExtensions:i}=su(e);return new st({topNode:r.find(e=>V(e,`topNode`))?.name,nodes:Object.fromEntries(r.map(r=>{let i=n.filter(e=>e.type===r.name),a={name:r.name,options:r.options,storage:r.storage,editor:t},o=mu({...e.reduce((e,t)=>{let n=V(t,`extendNodeSchema`,a);return{...e,...n?n(r):{}}},{}),content:H(V(r,`content`,a)),marks:H(V(r,`marks`,a)),group:H(V(r,`group`,a)),inline:H(V(r,`inline`,a)),atom:H(V(r,`atom`,a)),selectable:H(V(r,`selectable`,a)),draggable:H(V(r,`draggable`,a)),code:H(V(r,`code`,a)),whitespace:H(V(r,`whitespace`,a)),linebreakReplacement:H(V(r,`linebreakReplacement`,a)),defining:H(V(r,`defining`,a)),isolating:H(V(r,`isolating`,a)),attrs:Object.fromEntries(i.map(hu))}),s=H(V(r,`parseHTML`,a));s&&(o.parseDOM=s.map(e=>pu(e,i)));let c=V(r,`renderHTML`,a);c&&(o.toDOM=e=>c({node:e,HTMLAttributes:du(e,i)}));let l=V(r,`renderText`,a);return l&&(o.toText=l),[r.name,o]})),marks:Object.fromEntries(i.map(r=>{let i=n.filter(e=>e.type===r.name),a={name:r.name,options:r.options,storage:r.storage,editor:t},o=mu({...e.reduce((e,t)=>{let n=V(t,`extendMarkSchema`,a);return{...e,...n?n(r):{}}},{}),inclusive:H(V(r,`inclusive`,a)),excludes:H(V(r,`excludes`,a)),group:H(V(r,`group`,a)),spanning:H(V(r,`spanning`,a)),code:H(V(r,`code`,a)),attrs:Object.fromEntries(i.map(hu))}),s=H(V(r,`parseHTML`,a));s&&(o.parseDOM=s.map(e=>pu(e,i)));let c=V(r,`renderHTML`,a);return c&&(o.toDOM=e=>c({mark:e,HTMLAttributes:du(e,i)})),[r.name,o]}))})}function _u(e){let t=e.filter((t,n)=>e.indexOf(t)!==n);return Array.from(new Set(t))}function vu(e){return e.sort((e,t)=>{let n=V(e,`priority`)||100,r=V(t,`priority`)||100;return n>r?-1:+(ne.name));return n.length&&console.warn(`[tiptap warn]: Duplicate extension names found: [${n.map(e=>`'${e}'`).join(`, `)}]. This can lead to issues.`),t}function bu(e,t,n){let{from:r,to:i}=t,{blockSeparator:a=` + +`,textSerializers:o={}}=n||{},s=``;return e.nodesBetween(r,i,(e,n,c,l)=>{e.isBlock&&n>r&&(s+=a);let u=o?.[e.type.name];if(u)return c&&(s+=u({node:e,pos:n,parent:c,index:l,range:t})),!1;e.isText&&(s+=(e?.text)?.slice(Math.max(r,n)-n,i-n))}),s}function xu(e,t){return bu(e,{from:0,to:e.content.size},t)}function Su(e){return Object.fromEntries(Object.entries(e.nodes).filter(([,e])=>e.spec.toText).map(([e,t])=>[e,t.spec.toText]))}function Cu(e,t){let n=B(t,e.schema),{from:r,to:i}=e.selection,a=[];e.doc.nodesBetween(r,i,e=>{a.push(e)});let o=a.reverse().find(e=>e.type.name===n.name);return o?{...o.attrs}:{}}function wu(e,t){let n=zl(typeof t==`string`?t:t.name,e.schema);return n===`node`?Cu(e,t):n===`mark`?Zl(e,t):{}}function Tu(e,t=JSON.stringify){let n={};return e.filter(e=>{let r=t(e);return Object.prototype.hasOwnProperty.call(n,r)?!1:n[r]=!0})}function Eu(e){let t=Tu(e);return t.length===1?t:t.filter((e,n)=>!t.filter((e,t)=>t!==n).some(t=>e.oldRange.from>=t.oldRange.from&&e.oldRange.to<=t.oldRange.to&&e.newRange.from>=t.newRange.from&&e.newRange.to<=t.newRange.to))}function Du(e){let{mapping:t,steps:n}=e,r=[];return t.maps.forEach((e,i)=>{let a=[];if(e.ranges.length)e.forEach((e,t)=>{a.push({from:e,to:t})});else{let{from:e,to:t}=n[i];if(e===void 0||t===void 0)return;a.push({from:e,to:t})}a.forEach(({from:e,to:n})=>{let a=t.slice(i).map(e,-1),o=t.slice(i).map(n),s=t.invert().map(a,-1),c=t.invert().map(o);r.push({oldRange:{from:s,to:c},newRange:{from:a,to:o}})})}),Eu(r)}function Ou(e,t,n){let r=[];return e===t?n.resolve(e).marks().forEach(t=>{let i=il(n.resolve(e),t.type);i&&r.push({mark:t,...i})}):n.nodesBetween(e,t,(e,t)=>{!e||e?.nodeSize===void 0||r.push(...e.marks.map(n=>({from:t,to:t+e.nodeSize,mark:n})))}),r}var ku=(e,t,n,r=20)=>{let i=e.doc.resolve(n),a=r,o=null;for(;a>0&&o===null;){let e=i.node(a);e?.type.name===t?o=e:--a}return[o,a]};function Au(e,t){return t.nodes[e]||t.marks[e]||null}function ju(e,t,n){return Object.fromEntries(Object.entries(n).filter(([n])=>{let r=e.find(e=>e.type===t&&e.name===n);return r?r.attribute.keepOnSplit:!1}))}var Mu=(e,t=500)=>{let n=``,r=e.parentOffset;return e.parent.nodesBetween(Math.max(0,r-t),r,(e,t,i,a)=>{var o;let s=(o=e.type.spec).toText?.call(o,{node:e,pos:t,parent:i,index:a})||e.textContent||`%leaf%`;n+=e.isAtom&&!e.isText?s:s.slice(0,Math.max(0,r-t))}),n};function Nu(e,t,n={}){let{empty:r,ranges:i}=e.selection,a=t?al(t,e.schema):null;if(r)return!!(e.storedMarks||e.selection.$from.marks()).filter(e=>a?a.name===e.type.name:!0).find(e=>tl(e.attrs,n,{strict:!1}));let o=0,s=[];if(i.forEach(({$from:t,$to:n})=>{let r=t.pos,i=n.pos;e.doc.nodesBetween(r,i,(e,t)=>{if(a&&e.inlineContent&&!e.type.allowsMarkType(a))return!1;if(!e.isText&&!e.marks.length)return;let n=Math.max(r,t),c=Math.min(i,t+e.nodeSize),l=c-n;o+=l,s.push(...e.marks.map(e=>({mark:e,from:n,to:c})))})}),o===0)return!1;let c=s.filter(e=>a?a.name===e.mark.type.name:!0).filter(e=>tl(e.mark.attrs,n,{strict:!1})).reduce((e,t)=>e+t.to-t.from,0),l=s.filter(e=>a?e.mark.type!==a&&e.mark.type.excludes(a):!0).reduce((e,t)=>e+t.to-t.from,0);return(c>0?c+l:c)>=o}function Pu(e,t,n={}){if(!t)return Pl(e,null,n)||Nu(e,null,n);let r=zl(t,e.schema);return r===`node`?Pl(e,t,n):r===`mark`?Nu(e,t,n):!1}var Fu=(e,t)=>{let{$from:n,$to:r,$anchor:i}=e.selection;if(t){let n=nu(e=>e.type.name===t)(e.selection);if(!n)return!1;let r=e.doc.resolve(n.pos+1);return i.pos+1===r.end()}return!(r.parentOffset{let{$from:t,$to:n}=e.selection;return!(t.parentOffset>0||t.pos!==n.pos)};function Lu(e,t){return Array.isArray(t)?t.some(t=>(typeof t==`string`?t:t.name)===e.name):t}function Ru(e,t){let{nodeExtensions:n}=su(t),r=n.find(t=>t.name===e);if(!r)return!1;let i=H(V(r,`group`,{name:r.name,options:r.options,storage:r.storage}));return typeof i==`string`?i.split(` `).includes(`list`):!1}function zu(e,{checkChildren:t=!0,ignoreWhitespace:n=!1}={}){if(n){if(e.type.name===`hardBreak`)return!0;if(e.isText)return!/\S/.test(e.text??``)}if(e.isText)return!e.text;if(e.isAtom||e.isLeaf)return!1;if(e.content.childCount===0)return!0;if(t){let r=!0;return e.content.forEach(e=>{r!==!1&&(zu(e,{ignoreWhitespace:n,checkChildren:t})||(r=!1))}),r}return!1}function Bu(e){return e instanceof M}var Vu=class e{constructor(e){this.position=e}static fromJSON(t){return new e(t.position)}toJSON(){return{position:this.position}}};function Hu(e,t){let n=t.mapping.mapResult(e.position);return{position:new Vu(n.pos),mapResult:n}}function Uu(e){return new Vu(e)}function Wu(e,t,n){let{selection:r}=t,i=null;if(cl(r)&&(i=r.$cursor),i){let t=e.storedMarks??i.marks();return i.parent.type.allowsMarkType(n)&&(!!n.isInSet(t)||!t.some(e=>e.type.excludes(n)))}let{ranges:a}=r;return a.some(({$from:t,$to:r})=>{let i=t.depth===0?e.doc.inlineContent&&e.doc.type.allowsMarkType(n):!1;return e.doc.nodesBetween(t.pos,r.pos,(e,t,r)=>{if(i)return!1;if(e.isInline){let t=!r||r.type.allowsMarkType(n),a=!!n.isInSet(e.marks)||!e.marks.some(e=>e.type.excludes(n));i=t&&a}return!i}),i})}var Gu=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let{selection:a}=n,{empty:o,ranges:s}=a,c=al(e,r.schema);if(i)if(o){let e=Zl(r,c);n.addStoredMark(c.create({...e,...t}))}else s.forEach(e=>{let i=e.$from.pos,a=e.$to.pos;r.doc.nodesBetween(i,a,(e,r)=>{let o=Math.max(r,i),s=Math.min(r+e.nodeSize,a);e.marks.find(e=>e.type===c)?e.marks.forEach(e=>{c===e.type&&n.addMark(o,s,c.create({...e.attrs,...t}))}):n.addMark(o,s,c.create(t))})});return Wu(r,n,c)},Ku=(e,t)=>({tr:n})=>(n.setMeta(e,t),!0),qu=(e,t={})=>({state:n,dispatch:r,chain:i})=>{let a=B(e,n.schema),o;return n.selection.$anchor.sameParent(n.selection.$head)&&(o=n.selection.$anchor.parent.attrs),a.isTextblock?i().command(({commands:e})=>Wr(a,{...o,...t})(n)?!0:e.clearNodes()).command(({state:e})=>Wr(a,{...o,...t})(e,r)).run():(console.warn(`[tiptap warn]: Currently "setNode()" only supports text block nodes.`),!1)},Ju=e=>({tr:t,dispatch:n})=>{if(n){let{doc:n}=t,r=ll(e,0,n.content.size),i=M.create(n,r);t.setSelection(i)}return!0},Yu=(e,t)=>({tr:n,state:r,dispatch:i})=>{let{selection:a}=r,o,s;return typeof t==`number`?(o=t,s=t):t&&`from`in t&&`to`in t?(o=t.from,s=t.to):(o=a.from,s=a.to),i&&n.doc.nodesBetween(o,s,(t,r)=>{t.isText||n.setNodeMarkup(r,void 0,{...t.attrs,dir:e})}),!0},Xu=e=>({tr:t,dispatch:n})=>{if(n){let{doc:n}=t,{from:r,to:i}=typeof e==`number`?{from:e,to:e}:e,a=j.atStart(n).from,o=j.atEnd(n).to,s=ll(r,a,o),c=ll(i,a,o),l=j.create(n,s,c);t.setSelection(l)}return!0},Zu=e=>({state:t,dispatch:n})=>ni(B(e,t.schema))(t,n);function Qu(e,t){let n=e.storedMarks||e.selection.$to.parentOffset&&e.selection.$from.marks();if(n){let r=n.filter(e=>t?.includes(e.type.name));e.tr.ensureMarks(r)}}var $u=({keepMarks:e=!0}={})=>({tr:t,state:n,dispatch:r,editor:i})=>{let{selection:a,doc:o}=t,{$from:s,$to:c}=a,l=i.extensionManager.attributes,u=ju(l,s.node().type.name,s.node().attrs);if(a instanceof M&&a.node.isBlock)return!s.parentOffset||!_n(o,s.pos)?!1:(r&&(e&&Qu(n,i.extensionManager.splittableMarks),t.split(s.pos).scrollIntoView()),!0);if(!s.parent.isBlock)return!1;let d=c.parentOffset===c.parent.content.size,f=s.depth===0?void 0:$l(s.node(-1).contentMatchAt(s.indexAfter(-1))),p=d&&f?[{type:f,attrs:u}]:void 0,m=_n(t.doc,t.mapping.map(s.pos),1,p);if(!p&&!m&&_n(t.doc,t.mapping.map(s.pos),1,f?[{type:f}]:void 0)&&(m=!0,p=f?[{type:f,attrs:u}]:void 0),r){if(m&&(a instanceof j&&t.deleteSelection(),t.split(t.mapping.map(s.pos),1,p),f&&!d&&!s.parentOffset&&s.parent.type!==f)){let e=t.mapping.map(s.before()),n=t.doc.resolve(e);s.node(-1).canReplaceWith(n.index(),n.index()+1,f)&&t.setNodeMarkup(t.mapping.map(s.before()),f)}e&&Qu(n,i.extensionManager.splittableMarks),t.scrollIntoView()}return m},ed=(e,t={})=>({tr:n,state:r,dispatch:i,editor:a})=>{let o=B(e,r.schema),{$from:s,$to:c}=r.selection,l=r.selection.node;if(l&&l.isBlock||s.depth<2||!s.sameParent(c))return!1;let u=s.node(-1);if(u.type!==o)return!1;let d=a.extensionManager.attributes;if(s.parent.content.size===0&&s.node(-1).childCount===s.indexAfter(-1)){if(s.depth===2||s.node(-3).type!==o||s.index(-2)!==s.node(-2).childCount-1)return!1;if(i){let e=E.empty,r=s.index(-1)?1:s.index(-2)?2:3;for(let t=s.depth-r;t>=s.depth-3;--t)e=E.from(s.node(t).copy(e));let i=s.indexAfter(-1){if(u>-1)return!1;e.isTextblock&&e.content.size===0&&(u=t+1)}),u>-1&&n.setSelection(j.near(n.doc.resolve(u))),n.scrollIntoView()}return!0}let f=c.pos===s.end()?u.contentMatchAt(0).defaultType:null,p={...ju(d,u.type.name,u.attrs),...t},m={...ju(d,s.node().type.name,s.node().attrs),...t};n.delete(s.pos,c.pos);let h=f?[{type:o,attrs:p},{type:f,attrs:m}]:[{type:o,attrs:p}];if(!_n(n.doc,s.pos,2))return!1;if(i){let{selection:e,storedMarks:t}=r,{splittableMarks:o}=a.extensionManager,c=t||e.$to.parentOffset&&e.$from.marks();if(n.split(s.pos,2,h).scrollIntoView(),!c||!i)return!0;let l=c.filter(e=>o.includes(e.type.name));n.ensureMarks(l)}return!0},td=(e,t)=>{let n=nu(e=>e.type===t)(e.selection);if(!n)return!0;let r=e.doc.resolve(Math.max(0,n.pos-1)).before(n.depth);if(r===void 0)return!0;let i=e.doc.nodeAt(r);return n.node.type===i?.type&&yn(e.doc,n.pos)&&e.join(n.pos),!0},nd=(e,t)=>{let n=nu(e=>e.type===t)(e.selection);if(!n)return!0;let r=e.doc.resolve(n.start).after(n.depth);if(r===void 0)return!0;let i=e.doc.nodeAt(r);return n.node.type===i?.type&&yn(e.doc,r)&&e.join(r),!0};function rd(e){let t=e.doc,n=t.firstChild;if(!n)return null;let r=n.nodeSize-1;return j.create(t,1,r)}var id=(e,t,n,r={})=>({editor:i,tr:a,state:o,dispatch:s,chain:c,commands:l,can:u})=>{let{extensions:d,splittableMarks:f}=i.extensionManager,p=B(e,o.schema),m=B(t,o.schema),{selection:h,storedMarks:g}=o,{$from:_,$to:ee}=h,v=_.blockRange(ee),y=g||h.$to.parentOffset&&h.$from.marks();if(!v)return!1;let b=nu(e=>Ru(e.type.name,d))(h),te=h.from===0&&h.to===o.doc.content.size,ne=o.doc.content.content,x=ne.length===1?ne[0]:null,re=te&&x&&Ru(x.type.name,d)?{node:x,pos:0,depth:0}:null,S=b??re,ie=!!b&&v.depth>=1&&v.depth-b.depth<=1,C=!!re;if((ie||C)&&S){if(S.node.type===p)return te&&C?c().command(({tr:e,dispatch:t})=>{let n=rd(e);return n?(e.setSelection(n),t&&t(e),!0):!1}).liftListItem(m).run():l.liftListItem(m);if(Ru(S.node.type.name,d)&&p.validContent(S.node.content))return c().command(()=>(a.setNodeMarkup(S.pos,p),!0)).command(()=>td(a,p)).command(()=>nd(a,p)).run()}return!n||!y||!s?c().command(()=>u().wrapInList(p,r)?!0:l.clearNodes()).wrapInList(p,r).command(()=>td(a,p)).command(()=>nd(a,p)).run():c().command(()=>{let e=u().wrapInList(p,r),t=y.filter(e=>f.includes(e.type.name));return a.ensureMarks(t),e?!0:l.clearNodes()}).wrapInList(p,r).command(()=>td(a,p)).command(()=>nd(a,p)).run()},ad=(e,t={},n={})=>({state:r,commands:i})=>{let{extendEmptyMarkRange:a=!1}=n,o=al(e,r.schema);return Nu(r,o,t)?i.unsetMark(o,{extendEmptyMarkRange:a}):i.setMark(o,t)},od=(e,t,n={})=>({state:r,commands:i})=>{let a=B(e,r.schema),o=B(t,r.schema),s=Pl(r,a,n),c;return r.selection.$anchor.sameParent(r.selection.$head)&&(c=r.selection.$anchor.parent.attrs),s?i.setNode(o,c):i.setNode(a,{...c,...n})},sd=(e,t={})=>({state:n,commands:r})=>{let i=B(e,n.schema);return Pl(n,i,t)?r.lift(i):r.wrapIn(i,t)},cd=()=>({state:e,dispatch:t})=>{let n=e.plugins;for(let r=0;r=0;--e)t.step(n.steps[e].invert(n.docs[e]));if(a.text){let n=t.doc.resolve(a.from).marks();t.replaceWith(a.from,a.to,e.schema.text(a.text,n))}else t.delete(a.from,a.to)}return!0}}return!1},ld=()=>({tr:e,dispatch:t})=>{let{selection:n}=e,{empty:r,ranges:i}=n;return r||t&&i.forEach(t=>{e.removeMark(t.$from.pos,t.$to.pos)}),!0},ud=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let{extendEmptyMarkRange:a=!1}=t,{selection:o}=n,s=al(e,r.schema),{$from:c,empty:l,ranges:u}=o;if(!i)return!0;if(l&&a){let{from:e,to:t}=o,r=il(c,s,c.marks().find(e=>e.type===s)?.attrs);r&&(e=r.from,t=r.to),n.removeMark(e,t,s)}else u.forEach(e=>{n.removeMark(e.$from.pos,e.$to.pos,s)});return n.removeStoredMark(s),!0},dd=e=>({tr:t,state:n,dispatch:r})=>{let{selection:i}=n,a,o;return typeof e==`number`?(a=e,o=e):e&&`from`in e&&`to`in e?(a=e.from,o=e.to):(a=i.from,o=i.to),r&&t.doc.nodesBetween(a,o,(e,n)=>{if(e.isText)return;let r={...e.attrs};delete r.dir,t.setNodeMarkup(n,void 0,r)}),!0},fd=(e,t={})=>({tr:n,state:r,dispatch:i})=>{let a=null,o=null,s=zl(typeof e==`string`?e:e.name,r.schema);if(!s)return!1;s===`node`&&(a=B(e,r.schema)),s===`mark`&&(o=al(e,r.schema));let c=!1;return n.selection.ranges.forEach(e=>{let s=e.$from.pos,l=e.$to.pos,u,d,f,p;n.selection.empty?r.doc.nodesBetween(s,l,(e,t)=>{a&&a===e.type&&(c=!0,f=Math.max(t,s),p=Math.min(t+e.nodeSize,l),u=t,d=e)}):r.doc.nodesBetween(s,l,(e,r)=>{r=s&&r<=l&&(a&&a===e.type&&(c=!0,i&&n.setNodeMarkup(r,void 0,{...e.attrs,...t})),o&&e.marks.length&&e.marks.forEach(a=>{if(o===a.type&&(c=!0,i)){let i=Math.max(r,s),c=Math.min(r+e.nodeSize,l);n.addMark(i,c,o.create({...a.attrs,...t}))}}))}),d&&(u!==void 0&&i&&n.setNodeMarkup(u,void 0,{...d.attrs,...t}),o&&d.marks.length&&d.marks.forEach(e=>{o===e.type&&i&&n.addMark(f,p,o.create({...e.attrs,...t}))}))}),c},pd=(e,t={})=>({state:n,dispatch:r})=>Ur(B(e,n.schema),t)(n,r),md=(e,t={})=>({state:n,dispatch:r})=>Xr(B(e,n.schema),t)(n,r),hd=class{constructor(){this.callbacks={}}on(e,t){return this.callbacks[e]||(this.callbacks[e]=[]),this.callbacks[e].push(t),this}emit(e,...t){let n=this.callbacks[e];return n&&n.forEach(e=>e.apply(this,t)),this}off(e,t){let n=this.callbacks[e];return n&&(t?this.callbacks[e]=n.filter(e=>e!==t):delete this.callbacks[e]),this}once(e,t){let n=(...r)=>{this.off(e,n),t.apply(this,r)};return this.on(e,n)}removeAllListeners(){this.callbacks={}}},gd=class{constructor(e){this.find=e.find,this.handler=e.handler,this.undoable=e.undoable??!0}},_d=(e,t)=>{if(el(t))return t.exec(e);let n=t(e);if(!n)return null;let r=[n.text];return r.index=n.index,r.input=e,r.data=n.data,n.replaceWith&&(n.text.includes(n.replaceWith)||console.warn(`[tiptap warn]: "inputRuleMatch.replaceWith" must be part of "inputRuleMatch.text".`),r.push(n.replaceWith)),r};function vd(e){let{editor:t,from:n,to:r,text:i,rules:a,plugin:o}=e,{view:s}=t;if(s.composing)return!1;let c=s.state.doc.resolve(n);if(c.parent.type.spec.code||(c.nodeBefore||c.nodeAfter)?.marks.find(e=>e.type.spec.code))return!1;let l=!1,u=Mu(c)+i;return a.forEach(e=>{if(l)return;let a=_d(u,e.find);if(!a)return;let c=s.state.tr,d=zc({state:s.state,transaction:c}),f={from:n-(a[0].length-i.length),to:r},{commands:p,chain:m,can:h}=new Bc({editor:t,state:d});e.handler({state:d,range:f,match:a,commands:p,chain:m,can:h})===null||!c.steps.length||(e.undoable&&c.setMeta(o,{transform:c,from:n,to:r,text:i}),s.dispatch(c),l=!0)}),l}function yd(e){let{editor:t,rules:n}=e,r=new N({state:{init(){return null},apply(e,i,a){let o=e.getMeta(r);if(o)return o;let s=e.getMeta(`applyInputRules`);return s&&setTimeout(()=>{let{text:e}=s;e=typeof e==`string`?e:iu(E.from(e),a.schema);let{from:i}=s;vd({editor:t,from:i,to:i+e.length,text:e,rules:n,plugin:r})}),e.selectionSet||e.docChanged?null:i}},props:{handleTextInput(e,i,a,o){return vd({editor:t,from:i,to:a,text:o,rules:n,plugin:r})},handleDOMEvents:{compositionend:e=>(setTimeout(()=>{let{$cursor:i}=e.state.selection;i&&vd({editor:t,from:i.pos,to:i.pos,text:``,rules:n,plugin:r})}),!1)},handleKeyDown(e,i){if(i.key!==`Enter`)return!1;let{$cursor:a}=e.state.selection;return a?vd({editor:t,from:a.pos,to:a.pos,text:` +`,rules:n,plugin:r}):!1}},isInputRules:!0});return r}function bd(e){return Object.prototype.toString.call(e).slice(8,-1)}function xd(e){return bd(e)===`Object`?e.constructor===Object&&Object.getPrototypeOf(e)===Object.prototype:!1}function Sd(e,t){let n={...e};return xd(e)&&xd(t)&&Object.keys(t).forEach(r=>{xd(t[r])&&xd(e[r])?n[r]=Sd(e[r],t[r]):n[r]=t[r]}),n}var Cd=class{constructor(e={}){this.type=`extendable`,this.parent=null,this.child=null,this.name=``,this.config={name:this.name},this.config={...this.config,...e},this.name=this.config.name}get options(){return{...H(V(this,`addOptions`,{name:this.name}))||{}}}get storage(){return{...H(V(this,`addStorage`,{name:this.name,options:this.options}))||{}}}configure(e={}){let t=this.extend({...this.config,addOptions:()=>Sd(this.options,e)});return t.name=this.name,t.parent=this.parent,t}extend(e={}){let t=new this.constructor({...this.config,...e});return t.parent=this,this.child=t,t.name=`name`in e?e.name:t.parent.name,t}},wd=class e extends Cd{constructor(){super(...arguments),this.type=`mark`}static create(t={}){return new e(typeof t==`function`?t():t)}static handleExit({editor:e,mark:t}){let{tr:n}=e.state,r=e.state.selection.$from;if(r.pos===r.end()){let i=r.marks();if(!i.find(e=>e?.type.name===t.name))return!1;let a=i.find(e=>e?.type.name===t.name);return a&&n.removeStoredMark(a),n.insertText(` `,r.pos),e.view.dispatch(n),!0}return!1}configure(e){return super.configure(e)}extend(e){let t=typeof e==`function`?e():e;return super.extend(t)}};function Td(e){return typeof e==`number`}var Ed=class{constructor(e){this.find=e.find,this.handler=e.handler}},Dd=(e,t,n)=>{if(el(t))return[...e.matchAll(t)];let r=t(e,n);return r?r.map(t=>{let n=[t.text];return n.index=t.index,n.input=e,n.data=t.data,t.replaceWith&&(t.text.includes(t.replaceWith)||console.warn(`[tiptap warn]: "pasteRuleMatch.replaceWith" must be part of "pasteRuleMatch.text".`),n.push(t.replaceWith)),n}):[]};function Od(e){let{editor:t,state:n,from:r,to:i,rule:a,pasteEvent:o,dropEvent:s}=e,{commands:c,chain:l,can:u}=new Bc({editor:t,state:n}),d=[];return n.doc.nodesBetween(r,i,(e,t)=>{if(e.type?.spec?.code||!(e.isText||e.isTextblock||e.isInline))return;let f=e.content?.size??e.nodeSize??0,p=Math.max(r,t),m=Math.min(i,t+f);p>=m||Dd(e.isText?e.text||``:e.textBetween(p-t,m-t,void 0,``),a.find,o).forEach(e=>{if(e.index===void 0)return;let t=p+e.index+1,r=t+e[0].length,i={from:n.tr.mapping.map(t),to:n.tr.mapping.map(r)},f=a.handler({state:n,range:i,match:e,commands:c,chain:l,can:u,pasteEvent:o,dropEvent:s});d.push(f)})}),d.every(e=>e!==null)}var kd=null,Ad=e=>{var t;let n=new ClipboardEvent(`paste`,{clipboardData:new DataTransfer});return(t=n.clipboardData)==null||t.setData(`text/html`,e),n};function jd(e){let{editor:t,rules:n}=e,r=null,i=!1,a=!1,o=typeof ClipboardEvent<`u`?new ClipboardEvent(`paste`):null,s;try{s=typeof DragEvent<`u`?new DragEvent(`drop`):null}catch{s=null}let c=({state:e,from:n,to:r,rule:i,pasteEvt:a})=>{let c=e.tr;if(!(!Od({editor:t,state:zc({state:e,transaction:c}),from:Math.max(n-1,0),to:r.b-1,rule:i,pasteEvent:a,dropEvent:s})||!c.steps.length)){try{s=typeof DragEvent<`u`?new DragEvent(`drop`):null}catch{s=null}return o=typeof ClipboardEvent<`u`?new ClipboardEvent(`paste`):null,c}};return n.map(e=>new N({view(e){let n=n=>{r=e.dom.parentElement?.contains(n.target)?e.dom.parentElement:null,r&&(kd=t)},i=()=>{kd&&=null};return window.addEventListener(`dragstart`,n),window.addEventListener(`dragend`,i),{destroy(){window.removeEventListener(`dragstart`,n),window.removeEventListener(`dragend`,i)}}},props:{handleDOMEvents:{drop:(e,t)=>{if(a=r===e.dom.parentElement,s=t,!a){let e=kd;e?.isEditable&&setTimeout(()=>{let t=e.state.selection;t&&e.commands.deleteRange({from:t.from,to:t.to})},10)}return!1},paste:(e,t)=>{let n=t.clipboardData?.getData(`text/html`);return o=t,i=!!n?.includes(`data-pm-slice`),!1}}},appendTransaction:(t,n,r)=>{let s=t[0],l=s.getMeta(`uiEvent`)===`paste`&&!i,u=s.getMeta(`uiEvent`)===`drop`&&!a,d=s.getMeta(`applyPasteRules`),f=!!d;if(!l&&!u&&!f)return;if(f){let{text:t}=d;t=typeof t==`string`?t:iu(E.from(t),r.schema);let{from:n}=d,i=n+t.length,a=Ad(t);return c({rule:e,state:r,from:n,to:{b:i},pasteEvt:a})}let p=n.doc.content.findDiffStart(r.doc.content),m=n.doc.content.findDiffEnd(r.doc.content);if(!(!Td(p)||!m||p===m.b))return c({rule:e,state:r,from:p,to:m,pasteEvt:o})}}))}var Md=class{constructor(e,t){this.splittableMarks=[],this.editor=t,this.baseExtensions=e,this.extensions=yu(e),this.schema=gu(this.extensions,t),this.setupExtensions()}get commands(){return this.extensions.reduce((e,t)=>{let n=V(t,`addCommands`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:this.editor,type:Au(t.name,this.schema)});return n?{...e,...n()}:e},{})}get plugins(){let{editor:e}=this;return vu([...this.extensions].reverse()).flatMap(t=>{let n={name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:Au(t.name,this.schema)},r=[],i=V(t,`addKeyboardShortcuts`,n),a={};if(t.type===`mark`&&V(t,`exitable`,n)&&(a.ArrowRight=()=>wd.handleExit({editor:e,mark:t})),i){let t=Object.fromEntries(Object.entries(i()).map(([t,n])=>[t,()=>n({editor:e})]));a={...a,...t}}let o=Fc(a);r.push(o);let s=V(t,`addInputRules`,n);if(Lu(t,e.options.enableInputRules)&&s){let t=s();if(t&&t.length){let n=yd({editor:e,rules:t}),i=Array.isArray(n)?n:[n];r.push(...i)}}let c=V(t,`addPasteRules`,n);if(Lu(t,e.options.enablePasteRules)&&c){let t=c();if(t&&t.length){let n=jd({editor:e,rules:t});r.push(...n)}}let l=V(t,`addProseMirrorPlugins`,n);if(l){let e=l();r.push(...e)}return r})}get attributes(){return cu(this.extensions)}get nodeViews(){let{editor:e}=this,{nodeExtensions:t}=su(this.extensions);return Object.fromEntries(t.filter(e=>!!V(e,`addNodeView`)).map(t=>{let n=this.attributes.filter(e=>e.type===t.name),r=V(t,`addNodeView`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:B(t.name,this.schema)});if(!r)return[];let i=r();return i?[t.name,(r,a,o,s,c)=>i({node:r,view:a,getPos:o,decorations:s,innerDecorations:c,editor:e,extension:t,HTMLAttributes:du(r,n)})]:[]}))}dispatchTransaction(e){let{editor:t}=this;return vu([...this.extensions].reverse()).reduceRight((e,n)=>{let r={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:Au(n.name,this.schema)},i=V(n,`dispatchTransaction`,r);return i?t=>{i.call(r,{transaction:t,next:e})}:e},e)}transformPastedHTML(e){let{editor:t}=this;return vu([...this.extensions]).reduce((e,n)=>{let r={name:n.name,options:n.options,storage:this.editor.extensionStorage[n.name],editor:t,type:Au(n.name,this.schema)},i=V(n,`transformPastedHTML`,r);return i?(t,n)=>{let a=e(t,n);return i.call(r,a)}:e},e||(e=>e))}get markViews(){let{editor:e}=this,{markExtensions:t}=su(this.extensions);return Object.fromEntries(t.filter(e=>!!V(e,`addMarkView`)).map(t=>{let n=this.attributes.filter(e=>e.type===t.name),r=V(t,`addMarkView`,{name:t.name,options:t.options,storage:this.editor.extensionStorage[t.name],editor:e,type:al(t.name,this.schema)});return r?[t.name,(i,a,o)=>{let s=du(i,n);return r()({mark:i,view:a,inline:o,editor:e,extension:t,HTMLAttributes:s,updateAttributes:t=>{lf(i,e,t)}})}]:[]}))}setupExtensions(){let e=this.extensions;this.editor.extensionStorage=Object.fromEntries(e.map(e=>[e.name,e.storage])),e.forEach(e=>{let t={name:e.name,options:e.options,storage:this.editor.extensionStorage[e.name],editor:this.editor,type:Au(e.name,this.schema)};e.type===`mark`&&(H(V(e,`keepOnSplit`,t))??!0)&&this.splittableMarks.push(e.name);let n=V(e,`onBeforeCreate`,t),r=V(e,`onCreate`,t),i=V(e,`onUpdate`,t),a=V(e,`onSelectionUpdate`,t),o=V(e,`onTransaction`,t),s=V(e,`onFocus`,t),c=V(e,`onBlur`,t),l=V(e,`onDestroy`,t);n&&this.editor.on(`beforeCreate`,n),r&&this.editor.on(`create`,r),i&&this.editor.on(`update`,i),a&&this.editor.on(`selectionUpdate`,a),o&&this.editor.on(`transaction`,o),s&&this.editor.on(`focus`,s),c&&this.editor.on(`blur`,c),l&&this.editor.on(`destroy`,l)})}};Md.resolve=yu,Md.sort=vu,Md.flatten=ru,Rc({},{ClipboardTextSerializer:()=>Nd,Commands:()=>Pd,Delete:()=>Fd,Drop:()=>Id,Editable:()=>Ld,FocusEvents:()=>zd,Keymap:()=>Bd,Paste:()=>Vd,Tabindex:()=>Hd,TextDirection:()=>Ud,focusEventsPluginKey:()=>Rd});var W=class e extends Cd{constructor(){super(...arguments),this.type=`extension`}static create(t={}){return new e(typeof t==`function`?t():t)}configure(e){return super.configure(e)}extend(e){let t=typeof e==`function`?e():e;return super.extend(t)}},Nd=W.create({name:`clipboardTextSerializer`,addOptions(){return{blockSeparator:void 0}},addProseMirrorPlugins(){return[new N({key:new P(`clipboardTextSerializer`),props:{clipboardTextSerializer:()=>{let{editor:e}=this,{state:t,schema:n}=e,{doc:r,selection:i}=t,{ranges:a}=i,o=Math.min(...a.map(e=>e.$from.pos)),s=Math.max(...a.map(e=>e.$to.pos)),c=Su(n);return bu(r,{from:o,to:s},{...this.options.blockSeparator===void 0?{}:{blockSeparator:this.options.blockSeparator},textSerializers:c})}}})]}}),Pd=W.create({name:`commands`,addCommands(){return{...Vc}}}),Fd=W.create({name:`delete`,onUpdate({transaction:e,appendedTransactions:t}){let n=()=>{var n;if(((n=this.editor.options.coreExtensionOptions?.delete)?.filterTransaction)?.call(n,e)??e.getMeta(`y-sync$`))return;let r=Ql(e.before,[e,...t]);Du(r).forEach(t=>{r.mapping.mapResult(t.oldRange.from).deletedAfter&&r.mapping.mapResult(t.oldRange.to).deletedBefore&&r.before.nodesBetween(t.oldRange.from,t.oldRange.to,(n,i)=>{let a=i+n.nodeSize-2,o=t.oldRange.from<=i&&a<=t.oldRange.to;this.editor.emit(`delete`,{type:`node`,node:n,from:i,to:a,newFrom:r.mapping.map(i),newTo:r.mapping.map(a),deletedRange:t.oldRange,newRange:t.newRange,partial:!o,editor:this.editor,transaction:e,combinedTransform:r})})});let i=r.mapping;r.steps.forEach((t,n)=>{if(t instanceof Jt){let a=i.slice(n).map(t.from,-1),o=i.slice(n).map(t.to),s=i.invert().map(a,-1),c=i.invert().map(o),l=a>0?r.doc.nodeAt(a-1)?.marks.some(e=>e.eq(t.mark)):!1,u=r.doc.nodeAt(o)?.marks.some(e=>e.eq(t.mark));this.editor.emit(`delete`,{type:`mark`,mark:t.mark,from:t.from,to:t.to,deletedRange:{from:s,to:c},newRange:{from:a,to:o},partial:!!(u||l),editor:this.editor,transaction:e,combinedTransform:r})}})};this.editor.options.coreExtensionOptions?.delete?.async??!0?setTimeout(n,0):n()}}),Id=W.create({name:`drop`,addProseMirrorPlugins(){return[new N({key:new P(`tiptapDrop`),props:{handleDrop:(e,t,n,r)=>{this.editor.emit(`drop`,{editor:this.editor,event:t,slice:n,moved:r})}}})]}}),Ld=W.create({name:`editable`,addProseMirrorPlugins(){return[new N({key:new P(`editable`),props:{editable:()=>this.editor.options.editable}})]}}),Rd=new P(`focusEvents`),zd=W.create({name:`focusEvents`,addProseMirrorPlugins(){let{editor:e}=this;return[new N({key:Rd,props:{handleDOMEvents:{focus:(t,n)=>{e.isFocused=!0;let r=e.state.tr.setMeta(`focus`,{event:n}).setMeta(`addToHistory`,!1);return t.dispatch(r),!1},blur:(t,n)=>{e.isFocused=!1;let r=e.state.tr.setMeta(`blur`,{event:n}).setMeta(`addToHistory`,!1);return t.dispatch(r),!1}}}})]}}),Bd=W.create({name:`keymap`,addKeyboardShortcuts(){let e=()=>this.editor.commands.first(({commands:e})=>[()=>e.undoInputRule(),()=>e.command(({tr:t})=>{let{selection:n,doc:r}=t,{empty:i,$anchor:a}=n,{pos:o,parent:s}=a,c=a.parent.isTextblock&&o>0?t.doc.resolve(o-1):a,l=c.parent.type.spec.isolating,u=a.pos-a.parentOffset,d=l&&c.parent.childCount===1?u===a.pos:A.atStart(r).from===o;return!i||!s.type.isTextblock||s.textContent.length||!d||d&&a.parent.type.name===`paragraph`?!1:e.clearNodes()}),()=>e.deleteSelection(),()=>e.joinBackward(),()=>e.selectNodeBackward()]),t=()=>this.editor.commands.first(({commands:e})=>[()=>e.deleteSelection(),()=>e.deleteCurrentNode(),()=>e.joinForward(),()=>e.selectNodeForward()]),n={Enter:()=>this.editor.commands.first(({commands:e})=>[()=>e.newlineInCode(),()=>e.createParagraphNear(),()=>e.liftEmptyBlock(),()=>e.splitBlock()]),"Mod-Enter":()=>this.editor.commands.exitCode(),Backspace:e,"Mod-Backspace":e,"Shift-Backspace":e,Delete:t,"Mod-Delete":t,"Mod-a":()=>this.editor.commands.selectAll()},r={...n},i={...n,"Ctrl-h":e,"Alt-Backspace":e,"Ctrl-d":t,"Ctrl-Alt-Backspace":t,"Alt-Delete":t,"Alt-d":t,"Ctrl-a":()=>this.editor.commands.selectTextblockStart(),"Ctrl-e":()=>this.editor.commands.selectTextblockEnd()};return fl()||jl()?i:r},addProseMirrorPlugins(){return[new N({key:new P(`clearDocument`),appendTransaction:(e,t,n)=>{if(e.some(e=>e.getMeta(`composition`)))return;let r=e.some(e=>e.docChanged)&&!t.doc.eq(n.doc),i=e.some(e=>e.getMeta(`preventClearDocument`));if(!r||i)return;let{empty:a,from:o,to:s}=t.selection,c=A.atStart(t.doc).from,l=A.atEnd(t.doc).to;if(a||!(o===c&&s===l)||!zu(n.doc))return;let u=n.tr,d=zc({state:n,transaction:u}),{commands:f}=new Bc({editor:this.editor,state:d});if(f.clearNodes(),u.steps.length)return u}})]}}),Vd=W.create({name:`paste`,addProseMirrorPlugins(){return[new N({key:new P(`tiptapPaste`),props:{handlePaste:(e,t,n)=>{this.editor.emit(`paste`,{editor:this.editor,event:t,slice:n})}}})]}}),Hd=W.create({name:`tabindex`,addProseMirrorPlugins(){return[new N({key:new P(`tabindex`),props:{attributes:()=>this.editor.isEditable?{tabindex:`0`}:{}}})]}}),Ud=W.create({name:`textDirection`,addOptions(){return{direction:void 0}},addGlobalAttributes(){if(!this.options.direction)return[];let{nodeExtensions:e}=su(this.extensions);return[{types:e.filter(e=>e.name!==`text`).map(e=>e.name),attributes:{dir:{default:this.options.direction,parseHTML:e=>{let t=e.getAttribute(`dir`);return t&&(t===`ltr`||t===`rtl`||t===`auto`)?t:this.options.direction},renderHTML:e=>e.dir?{dir:e.dir}:{}}}}]},addProseMirrorPlugins(){return[new N({key:new P(`textDirection`),props:{attributes:()=>{let e=this.options.direction;return e?{dir:e}:{}}}})]}}),Wd=class e{constructor(e,t,n=!1,r=null){this.currentNode=null,this.actualDepth=null,this.isBlock=n,this.resolvedPos=e,this.editor=t,this.currentNode=r}get name(){return this.node.type.name}get node(){return this.currentNode||this.resolvedPos.node()}get element(){return this.editor.view.domAtPos(this.pos).node}get depth(){return this.actualDepth??this.resolvedPos.depth}get pos(){return this.resolvedPos.pos}get content(){return this.node.content}set content(e){let t=this.from,n=this.to;if(this.isBlock){if(this.content.size===0){console.error(`You can\u2019t set content on a block node. Tried to set content on ${this.name} at ${this.pos}`);return}t=this.from+1,n=this.to-1}this.editor.commands.insertContentAt({from:t,to:n},e)}get attributes(){return this.node.attrs}get textContent(){return this.node.textContent}get size(){return this.node.nodeSize}get from(){return this.isBlock?this.pos:this.resolvedPos.start(this.resolvedPos.depth)}get range(){return{from:this.from,to:this.to}}get to(){return this.isBlock?this.pos+this.size:this.resolvedPos.end(this.resolvedPos.depth)+ +!this.node.isText}get parent(){if(this.depth===0)return null;let t=this.resolvedPos.start(this.resolvedPos.depth-1);return new e(this.resolvedPos.doc.resolve(t),this.editor)}get before(){let t=this.resolvedPos.doc.resolve(this.from-(this.isBlock?1:2));return t.depth!==this.depth&&(t=this.resolvedPos.doc.resolve(this.from-3)),new e(t,this.editor)}get after(){let t=this.resolvedPos.doc.resolve(this.to+(this.isBlock?2:1));return t.depth!==this.depth&&(t=this.resolvedPos.doc.resolve(this.to+3)),new e(t,this.editor)}get children(){let t=[];return this.node.content.forEach((n,r)=>{let i=n.isBlock&&!n.isTextblock,a=n.isAtom&&!n.isText,o=n.isInline,s=this.pos+r+ +!a;if(s<0||s>this.resolvedPos.doc.nodeSize-2)return;let c=this.resolvedPos.doc.resolve(s);if(!i&&!o&&c.depth<=this.depth)return;let l=new e(c,this.editor,i,i||o?n:null);i&&(l.actualDepth=this.depth+1),t.push(l)}),t}get firstChild(){return this.children[0]||null}get lastChild(){let e=this.children;return e[e.length-1]||null}closest(e,t={}){let n=null,r=this.parent;for(;r&&!n;){if(r.node.type.name===e)if(Object.keys(t).length>0){let e=r.node.attrs,n=Object.keys(t);for(let r=0;r{n&&r.length>0||(a.node.type.name===e&&i.every(e=>t[e]===a.node.attrs[e])&&r.push(a),!(n&&r.length>0)&&(r=r.concat(a.querySelectorAll(e,t,n))))}),r}setAttribute(e){let{tr:t}=this.editor.state;t.setNodeMarkup(this.from,void 0,{...this.node.attrs,...e}),this.editor.view.dispatch(t)}},Gd=`.ProseMirror { + position: relative; +} + +.ProseMirror { + word-wrap: break-word; + white-space: pre-wrap; + white-space: break-spaces; + -webkit-font-variant-ligatures: none; + font-variant-ligatures: none; + font-feature-settings: "liga" 0; /* the above doesn't seem to work in Edge */ +} + +.ProseMirror [contenteditable="false"] { + white-space: normal; +} + +.ProseMirror [contenteditable="false"] [contenteditable="true"] { + white-space: pre-wrap; +} + +.ProseMirror pre { + white-space: pre-wrap; +} + +img.ProseMirror-separator { + display: inline !important; + border: none !important; + margin: 0 !important; + width: 0 !important; + height: 0 !important; +} + +.ProseMirror-gapcursor { + display: none; + pointer-events: none; + position: absolute; + margin: 0; +} + +.ProseMirror-gapcursor:after { + content: ""; + display: block; + position: absolute; + top: -2px; + width: 20px; + border-top: 1px solid black; + animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite; +} + +@keyframes ProseMirror-cursor-blink { + to { + visibility: hidden; + } +} + +.ProseMirror-hideselection *::selection { + background: transparent; +} + +.ProseMirror-hideselection *::-moz-selection { + background: transparent; +} + +.ProseMirror-hideselection * { + caret-color: transparent; +} + +.ProseMirror-focused .ProseMirror-gapcursor { + display: block; +}`;function Kd(e,t,n){let r=document.querySelector(`style[data-tiptap-style${n?`-${n}`:``}]`);if(r!==null)return r;let i=document.createElement(`style`);return t&&i.setAttribute(`nonce`,t),i.setAttribute(`data-tiptap-style${n?`-${n}`:``}`,``),i.innerHTML=e,document.getElementsByTagName(`head`)[0].appendChild(i),i}var qd=class extends hd{constructor(e={}){super(),this.css=null,this.className=`tiptap`,this.editorView=null,this.isFocused=!1,this.isInitialized=!1,this.extensionStorage={},this.instanceId=Math.random().toString(36).slice(2,9),this.options={element:typeof document<`u`?document.createElement(`div`):null,content:``,injectCSS:!0,injectNonce:void 0,extensions:[],autofocus:!1,editable:!0,textDirection:void 0,editorProps:{},parseOptions:{},coreExtensionOptions:{},enableInputRules:!0,enablePasteRules:!0,enableCoreExtensions:!0,enableContentCheck:!1,emitContentError:!1,onBeforeCreate:()=>null,onCreate:()=>null,onMount:()=>null,onUnmount:()=>null,onUpdate:()=>null,onSelectionUpdate:()=>null,onTransaction:()=>null,onFocus:()=>null,onBlur:()=>null,onDestroy:()=>null,onContentError:({error:e})=>{throw e},onPaste:()=>null,onDrop:()=>null,onDelete:()=>null,enableExtensionDispatchTransaction:!0},this.isCapturingTransaction=!1,this.capturedTransaction=null,this.utils={getUpdatedPosition:Hu,createMappablePosition:Uu},this.setOptions(e),this.createExtensionManager(),this.createCommandManager(),this.createSchema(),this.on(`beforeCreate`,this.options.onBeforeCreate),this.emit(`beforeCreate`,{editor:this}),this.on(`mount`,this.options.onMount),this.on(`unmount`,this.options.onUnmount),this.on(`contentError`,this.options.onContentError),this.on(`create`,this.options.onCreate),this.on(`update`,this.options.onUpdate),this.on(`selectionUpdate`,this.options.onSelectionUpdate),this.on(`transaction`,this.options.onTransaction),this.on(`focus`,this.options.onFocus),this.on(`blur`,this.options.onBlur),this.on(`destroy`,this.options.onDestroy),this.on(`drop`,({event:e,slice:t,moved:n})=>this.options.onDrop(e,t,n)),this.on(`paste`,({event:e,slice:t})=>this.options.onPaste(e,t)),this.on(`delete`,this.options.onDelete);let t=this.createDoc(),n=ul(t,this.options.autofocus);this.editorState=lr.create({doc:t,schema:this.schema,selection:n||void 0}),this.options.element&&this.mount(this.options.element)}mount(e){if(typeof document>`u`)throw Error(`[tiptap error]: The editor cannot be mounted because there is no 'document' defined in this environment.`);this.createView(e),this.emit(`mount`,{editor:this}),this.css&&!document.head.contains(this.css)&&document.head.appendChild(this.css),window.setTimeout(()=>{this.isDestroyed||(this.options.autofocus!==!1&&this.options.autofocus!==null&&this.commands.focus(this.options.autofocus),this.emit(`create`,{editor:this}),this.isInitialized=!0)},0)}unmount(){if(this.editorView){let e=this.editorView.dom;e?.editor&&delete e.editor,this.editorView.destroy()}if(this.editorView=null,this.isInitialized=!1,this.css&&!document.querySelectorAll(`.${this.className}`).length)try{typeof this.css.remove==`function`?this.css.remove():this.css.parentNode&&this.css.parentNode.removeChild(this.css)}catch(e){console.warn(`Failed to remove CSS element:`,e)}this.css=null,this.emit(`unmount`,{editor:this})}get storage(){return this.extensionStorage}get commands(){return this.commandManager.commands}chain(){return this.commandManager.chain()}can(){return this.commandManager.can()}injectCSS(){this.options.injectCSS&&typeof document<`u`&&(this.css=Kd(Gd,this.options.injectNonce))}setOptions(e={}){this.options={...this.options,...e},!(!this.editorView||!this.state||this.isDestroyed)&&(this.options.editorProps&&this.view.setProps(this.options.editorProps),this.view.updateState(this.state))}setEditable(e,t=!0){this.setOptions({editable:e}),t&&this.emit(`update`,{editor:this,transaction:this.state.tr,appendedTransactions:[]})}get isEditable(){return this.options.editable&&this.view&&this.view.editable}get view(){return this.editorView?this.editorView:new Proxy({state:this.editorState,updateState:e=>{this.editorState=e},dispatch:e=>{this.dispatchTransaction(e)},composing:!1,dragging:null,editable:!0,isDestroyed:!1},{get:(e,t)=>{if(this.editorView)return this.editorView[t];if(t===`state`)return this.editorState;if(t in e)return Reflect.get(e,t);throw Error(`[tiptap error]: The editor view is not available. Cannot access view['${t}']. The editor may not be mounted yet.`)}})}get state(){return this.editorView&&(this.editorState=this.view.state),this.editorState}registerPlugin(e,t){let n=au(t)?t(e,[...this.state.plugins]):[...this.state.plugins,e],r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}unregisterPlugin(e){if(this.isDestroyed)return;let t=this.state.plugins,n=t;if([].concat(e).forEach(e=>{let t=typeof e==`string`?`${e}$`:e.key;n=n.filter(e=>!e.key.startsWith(t))}),t.length===n.length)return;let r=this.state.reconfigure({plugins:n});return this.view.updateState(r),r}createExtensionManager(){this.extensionManager=new Md([...this.options.enableCoreExtensions?[Ld,Nd.configure({blockSeparator:this.options.coreExtensionOptions?.clipboardTextSerializer?.blockSeparator}),Pd,zd,Bd,Hd,Id,Vd,Fd,Ud.configure({direction:this.options.textDirection})].filter(e=>typeof this.options.enableCoreExtensions==`object`?this.options.enableCoreExtensions[e.name]!==!1:!0):[],...this.options.extensions].filter(e=>[`extension`,`node`,`mark`].includes(e?.type)),this)}createCommandManager(){this.commandManager=new Bc({editor:this})}createSchema(){this.schema=this.extensionManager.schema}createDoc(){let e;try{e=Yl(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:this.options.enableContentCheck})}catch(t){if(!(t instanceof Error)||![`[tiptap error]: Invalid JSON content`,`[tiptap error]: Invalid HTML content`].includes(t.message))throw t;this.emit(`contentError`,{editor:this,error:t,disableCollaboration:()=>{`collaboration`in this.storage&&typeof this.storage.collaboration==`object`&&this.storage.collaboration&&(this.storage.collaboration.isDisabled=!0),this.options.extensions=this.options.extensions.filter(e=>e.name!==`collaboration`),this.createExtensionManager()}}),e=Yl(this.options.content,this.schema,this.options.parseOptions,{errorOnInvalidContent:!1})}return e}createView(e){let{editorProps:t,enableExtensionDispatchTransaction:n}=this.options,r=t.dispatchTransaction||this.dispatchTransaction.bind(this),i=n?this.extensionManager.dispatchTransaction(r):r,a=t.transformPastedHTML,o=this.extensionManager.transformPastedHTML(a);this.editorView=new hc(e,{...t,attributes:{role:`textbox`,...t?.attributes},dispatchTransaction:i,transformPastedHTML:o,state:this.editorState,markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews});let s=this.state.reconfigure({plugins:this.extensionManager.plugins});this.view.updateState(s),this.prependClass(),this.injectCSS();let c=this.view.dom;c.editor=this}createNodeViews(){this.view.isDestroyed||this.view.setProps({markViews:this.extensionManager.markViews,nodeViews:this.extensionManager.nodeViews})}prependClass(){this.view.dom.className=`${this.className} ${this.view.dom.className}`}captureTransaction(e){this.isCapturingTransaction=!0,e(),this.isCapturingTransaction=!1;let t=this.capturedTransaction;return this.capturedTransaction=null,t}dispatchTransaction(e){if(this.view.isDestroyed)return;if(this.isCapturingTransaction){if(!this.capturedTransaction){this.capturedTransaction=e;return}e.steps.forEach(e=>this.capturedTransaction?.step(e));return}let{state:t,transactions:n}=this.state.applyTransaction(e),r=!this.state.selection.eq(t.selection),i=n.includes(e),a=this.state;if(this.emit(`beforeTransaction`,{editor:this,transaction:e,nextState:t}),!i)return;this.view.updateState(t),this.emit(`transaction`,{editor:this,transaction:e,appendedTransactions:n.slice(1)}),r&&this.emit(`selectionUpdate`,{editor:this,transaction:e});let o=n.findLast(e=>e.getMeta(`focus`)||e.getMeta(`blur`)),s=o?.getMeta(`focus`),c=o?.getMeta(`blur`);s&&this.emit(`focus`,{editor:this,event:s.event,transaction:o}),c&&this.emit(`blur`,{editor:this,event:c.event,transaction:o}),!(e.getMeta(`preventUpdate`)||!n.some(e=>e.docChanged)||a.doc.eq(t.doc))&&this.emit(`update`,{editor:this,transaction:e,appendedTransactions:n.slice(1)})}getAttributes(e){return wu(this.state,e)}isActive(e,t){let n=typeof e==`string`?e:null,r=typeof e==`string`?t:e;return Pu(this.state,n,r)}getJSON(){return this.state.doc.toJSON()}getHTML(){return iu(this.state.doc.content,this.schema)}getText(e){let{blockSeparator:t=` + +`,textSerializers:n={}}=e||{};return xu(this.state.doc,{blockSeparator:t,textSerializers:{...Su(this.schema),...n}})}get isEmpty(){return zu(this.state.doc)}destroy(){this.emit(`destroy`),this.unmount(),this.removeAllListeners()}get isDestroyed(){return this.editorView?.isDestroyed??!0}$node(e,t){return this.$doc?.querySelector(e,t)||null}$nodes(e,t){return this.$doc?.querySelectorAll(e,t)||null}$pos(e){return new Wd(this.state.doc.resolve(e),this)}get $doc(){return this.$pos(0)}};function Jd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r})=>{let i=H(e.getAttributes,void 0,r);if(i===!1||i===null)return null;let{tr:a}=t,o=r[r.length-1],s=r[0];if(o){let r=s.search(/\S/),c=n.from+s.indexOf(o),l=c+o.length;if(Ou(n.from,n.to,t.doc).filter(t=>t.mark.type.excluded.find(n=>n===e.type&&n!==t.mark.type)).filter(e=>e.to>c).length)return null;ln.from&&a.delete(n.from+r,c);let u=n.from+r+o.length;a.addMark(n.from+r,u,e.type.create(i||{})),a.removeStoredMark(e.type)}},undoable:e.undoable})}function Yd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r})=>{let i=H(e.getAttributes,void 0,r)||{},{tr:a}=t,o=n.from,s=n.to,c=e.type.create(i);if(r[1]){let e=o+r[0].lastIndexOf(r[1]);e>s?e=s:s=e+r[1].length;let t=r[0][r[0].length-1];a.insertText(t,o+r[0].length-1),a.replaceWith(e,s,c)}else if(r[0]){let t=e.type.isInline?o:o-1;a.insert(t,e.type.create(i)).delete(a.mapping.map(o),a.mapping.map(s))}a.scrollIntoView()},undoable:e.undoable})}function Xd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r})=>{let i=t.doc.resolve(n.from),a=H(e.getAttributes,void 0,r)||{};if(!i.node(-1).canReplaceWith(i.index(-1),i.indexAfter(-1),e.type))return null;t.tr.delete(n.from,n.to).setBlockType(n.from,n.from,e.type,a)},undoable:e.undoable})}function Zd(e){return new gd({find:e.find,handler:({state:t,range:n,match:r,chain:i})=>{let a=H(e.getAttributes,void 0,r)||{},o=t.tr.delete(n.from,n.to),s=o.doc.resolve(n.from).blockRange(),c=s&&sn(s,e.type,a);if(!c)return null;if(o.wrap(s,c),e.keepMarks&&e.editor){let{selection:n,storedMarks:r}=t,{splittableMarks:i}=e.editor.extensionManager,a=r||n.$to.parentOffset&&n.$from.marks();if(a){let e=a.filter(e=>i.includes(e.type.name));o.ensureMarks(e)}}if(e.keepAttributes){let t=e.type.name===`bulletList`||e.type.name===`orderedList`?`listItem`:`taskList`;i().updateAttributes(t,a).run()}let l=o.doc.resolve(n.from-1).nodeBefore;l&&l.type===e.type&&yn(o.doc,n.from-1)&&(!e.joinPredicate||e.joinPredicate(r,l))&&o.join(n.from-1)},undoable:e.undoable})}function Qd(e,t){let{selection:n}=e,{$from:r}=n;if(n instanceof M){let e=r.index();return r.parent.canReplaceWith(e,e+1,t)}let i=r.depth;for(;i>=0;){let e=r.index(i);if(r.node(i).contentMatchAt(e).matchType(t))return!0;--i}return!1}Rc({},{createAtomBlockMarkdownSpec:()=>tf,createBlockMarkdownSpec:()=>nf,createInlineMarkdownSpec:()=>of,parseAttributes:()=>$d,parseIndentedBlocks:()=>sf,renderNestedMarkdownContent:()=>cf,serializeAttributes:()=>ef});function $d(e){if(!e?.trim())return{};let t={},n=[],r=e.replace(/["']([^"']*)["']/g,e=>(n.push(e),`__QUOTED_${n.length-1}__`)),i=r.match(/(?:^|\s)\.([a-zA-Z][\w-]*)/g);i&&(t.class=i.map(e=>e.trim().slice(1)).join(` `));let a=r.match(/(?:^|\s)#([a-zA-Z][\w-]*)/);a&&(t.id=a[1]),Array.from(r.matchAll(/([a-zA-Z][\w-]*)\s*=\s*(__QUOTED_\d+__)/g)).forEach(([,e,r])=>{let i=n[parseInt(r.match(/__QUOTED_(\d+)__/)?.[1]||`0`,10)];i&&(t[e]=i.slice(1,-1))});let o=r.replace(/(?:^|\s)\.([a-zA-Z][\w-]*)/g,``).replace(/(?:^|\s)#([a-zA-Z][\w-]*)/g,``).replace(/([a-zA-Z][\w-]*)\s*=\s*__QUOTED_\d+__/g,``).trim();return o&&o.split(/\s+/).filter(Boolean).forEach(e=>{e.match(/^[a-zA-Z][\w-]*$/)&&(t[e]=!0)}),t}function ef(e){if(!e||Object.keys(e).length===0)return``;let t=[];return e.class&&String(e.class).split(/\s+/).filter(Boolean).forEach(e=>t.push(`.${e}`)),e.id&&t.push(`#${e.id}`),Object.entries(e).forEach(([e,n])=>{e===`class`||e===`id`||(n===!0?t.push(e):n!==!1&&n!=null&&t.push(`${e}="${String(n)}"`))}),t.join(` `)}function tf(e){let{nodeName:t,name:n,parseAttributes:r=$d,serializeAttributes:i=ef,defaultAttributes:a={},requiredAttributes:o=[],allowedAttributes:s}=e,c=n||t,l=e=>{if(!s)return e;let t={};return s.forEach(n=>{n in e&&(t[n]=e[n])}),t};return{parseMarkdown:(e,n)=>{let r={...a,...e.attributes};return n.createNode(t,r,[])},markdownTokenizer:{name:t,level:`block`,start(e){let t=RegExp(`^:::${c}(?:\\s|$)`,`m`),n=e.match(t)?.index;return n===void 0?-1:n},tokenize(e,n,i){let a=RegExp(`^:::${c}(?:\\s+\\{([^}]*)\\})?\\s*:::(?:\\n|$)`),s=e.match(a);if(!s)return;let l=r(s[1]||``);if(!o.find(e=>!(e in l)))return{type:t,raw:s[0],attributes:l}}},renderMarkdown:e=>{let t=i(l(e.attrs||{}));return`:::${c}${t?` {${t}}`:``} :::`}}}function nf(e){let{nodeName:t,name:n,getContent:r,parseAttributes:i=$d,serializeAttributes:a=ef,defaultAttributes:o={},content:s=`block`,allowedAttributes:c}=e,l=n||t,u=e=>{if(!c)return e;let t={};return c.forEach(n=>{n in e&&(t[n]=e[n])}),t};return{parseMarkdown:(e,n)=>{let i;if(r){let t=r(e);i=typeof t==`string`?[{type:`text`,text:t}]:t}else i=s===`block`?n.parseChildren(e.tokens||[]):n.parseInline(e.tokens||[]);let a={...o,...e.attributes};return n.createNode(t,a,i)},markdownTokenizer:{name:t,level:`block`,start(e){let t=RegExp(`^:::${l}`,`m`),n=e.match(t)?.index;return n===void 0?-1:n},tokenize(e,n,r){let a=RegExp(`^:::${l}(?:\\s+\\{([^}]*)\\})?\\s*\\n`),o=e.match(a);if(!o)return;let[c,u=``]=o,d=i(u),f=1,p=c.length,m=``,h=/^:::([\w-]*)(\s.*)?/gm,g=e.slice(p);for(h.lastIndex=0;;){let n=h.exec(g);if(n===null)break;let i=n.index,a=n[1];if(!n[2]?.endsWith(`:::`)){if(a)f+=1;else if(--f,f===0){let a=g.slice(0,i);m=a.trim();let o=e.slice(0,p+i+n[0].length),c=[];if(m)if(s===`block`)for(c=r.blockTokens(a),c.forEach(e=>{e.text&&(!e.tokens||e.tokens.length===0)&&(e.tokens=r.inlineTokens(e.text))});c.length>0;){let e=c[c.length-1];if(e.type===`paragraph`&&(!e.text||e.text.trim()===``))c.pop();else break}else c=r.inlineTokens(m);return{type:t,raw:o,attributes:d,content:m,tokens:c}}}}}},renderMarkdown:(e,t)=>{let n=a(u(e.attrs||{}));return`:::${l}${n?` {${n}}`:``} + +${t.renderChildren(e.content||[],` + +`)} + +:::`}}}function rf(e){if(!e.trim())return{};let t={},n=/(\w+)=(?:"([^"]*)"|'([^']*)')/g,r=n.exec(e);for(;r!==null;){let[,i,a,o]=r;t[i]=a||o,r=n.exec(e)}return t}function af(e){return Object.entries(e).filter(([,e])=>e!=null).map(([e,t])=>`${e}="${t}"`).join(` `)}function of(e){let{nodeName:t,name:n,getContent:r,parseAttributes:i=rf,serializeAttributes:a=af,defaultAttributes:o={},selfClosing:s=!1,allowedAttributes:c}=e,l=n||t,u=e=>{if(!c)return e;let t={};return c.forEach(n=>{let r=typeof n==`string`?n:n.name,i=typeof n==`string`?void 0:n.skipIfDefault;if(r in e){let n=e[r];if(i!==void 0&&n===i)return;t[r]=n}}),t},d=l.replace(/[.*+?^${}()|[\]\\]/g,`\\$&`);return{parseMarkdown:(e,n)=>{let i={...o,...e.attributes};if(s)return n.createNode(t,i);let a=r?r(e):e.content||``;return a?n.createNode(t,i,[n.createTextNode(a)]):n.createNode(t,i,[])},markdownTokenizer:{name:t,level:`inline`,start(e){let t=RegExp(s?`\\[${d}\\s*[^\\]]*\\]`:`\\[${d}\\s*[^\\]]*\\][\\s\\S]*?\\[\\/${d}\\]`),n=e.match(t)?.index;return n===void 0?-1:n},tokenize(e,n,r){let a=RegExp(s?`^\\[${d}\\s*([^\\]]*)\\]`:`^\\[${d}\\s*([^\\]]*)\\]([\\s\\S]*?)\\[\\/${d}\\]`),o=e.match(a);if(!o)return;let c=``,l=``;if(s){let[,e]=o;l=e}else{let[,e,t]=o;l=e,c=t||``}let u=i(l.trim());return{type:t,raw:o[0],content:c.trim(),attributes:u}}},renderMarkdown:e=>{let t=``;r?t=r(e):e.content&&e.content.length>0&&(t=e.content.filter(e=>e.type===`text`).map(e=>e.text).join(``));let n=a(u(e.attrs||{})),i=n?` ${n}`:``;return s?`[${l}${i}]`:`[${l}${i}]${t}[/${l}]`}}}function sf(e,t,n){let r=e.split(` +`),i=[],a=``,o=0,s=t.baseIndentSize||2;for(;o0)break;if(e.trim()===``){o+=1,a=`${a}${e} +`;continue}else return}let l=t.extractItemData(c),{indentLevel:u,mainContent:d}=l;a=`${a}${e} +`;let f=[d];for(o+=1;oe.trim()!==``);if(t===-1)break;if((r[o+1+t].match(/^(\s*)/)?.[1]?.length||0)>u){f.push(e),a=`${a}${e} +`,o+=1;continue}else break}if((e.match(/^(\s*)/)?.[1]?.length||0)>u)f.push(e),a=`${a}${e} +`,o+=1;else break}let p,m=f.slice(1);if(m.length>0){let e=m.map(e=>e.slice(u+s)).join(` +`);e.trim()&&(p=t.customNestedParser?t.customNestedParser(e):n.blockTokens(e))}let h=t.createToken(l,p);i.push(h)}if(i.length!==0)return{items:i,raw:a}}function cf(e,t,n,r){if(!e||!Array.isArray(e.content))return``;let i=typeof n==`function`?n(r):n,[a,...o]=e.content,s=`${i}${t.renderChildren([a])}`;return o&&o.length>0&&o.forEach((e,n)=>{let r=t.renderChild?.call(t,e,n+1)??t.renderChildren([e]);if(r!=null){let n=r.split(` +`).map(e=>e?t.indent(e):t.indent(``)).join(` +`);s+=e.type===`paragraph`?` + +${n}`:` +${n}`}}),s}function lf(e,t,n={}){let{state:r}=t,{doc:i,tr:a}=r,o=e;i.descendants((t,r)=>{let i=a.mapping.map(r),s=a.mapping.map(r)+t.nodeSize,c=null;if(t.marks.forEach(e=>{if(e!==o)return!1;c=e}),!c)return;let l=!1;if(Object.keys(n).forEach(e=>{n[e]!==c.attrs[e]&&(l=!0)}),l){let t=e.type.create({...e.attrs,...n});a.removeMark(i,s,e.type),a.addMark(i,s,t)}}),a.docChanged&&t.view.dispatch(a)}var G=class e extends Cd{constructor(){super(...arguments),this.type=`node`}static create(t={}){return new e(typeof t==`function`?t():t)}configure(e){return super.configure(e)}extend(e){let t=typeof e==`function`?e():e;return super.extend(t)}};function uf(e){return new Ed({find:e.find,handler:({state:t,range:n,match:r,pasteEvent:i})=>{let a=H(e.getAttributes,void 0,r,i);if(a===!1||a===null)return null;let{tr:o}=t,s=r[r.length-1],c=r[0],l=n.to;if(s){let i=c.search(/\S/),u=n.from+c.indexOf(s),d=u+s.length;if(Ou(n.from,n.to,t.doc).filter(t=>t.mark.type.excluded.find(n=>n===e.type&&n!==t.mark.type)).filter(e=>e.to>u).length)return null;dn.from&&o.delete(n.from+i,u),l=n.from+i+s.length,o.addMark(n.from+i,l,e.type.create(a||{})),r.index!==void 0&&r.input!==void 0&&r.index+r[0].length>=r.input.length||o.removeStoredMark(e.type)}}})}function df(e){return o((t,n)=>({get(){return t(),e},set(t){e=t,requestAnimationFrame(()=>{requestAnimationFrame(()=>{n()})})}}))}var ff=class extends qd{constructor(e={}){return super(e),this.contentComponent=null,this.appContext=null,this.reactiveState=df(this.view.state),this.reactiveExtensionStorage=df(this.extensionStorage),this.on(`beforeTransaction`,({nextState:e})=>{this.reactiveState.value=e,this.reactiveExtensionStorage.value=this.extensionStorage}),r(this)}get state(){return this.reactiveState?this.reactiveState.value:this.view.state}get storage(){return this.reactiveExtensionStorage?this.reactiveExtensionStorage.value:super.storage}registerPlugin(e,t){let n=super.registerPlugin(e,t);return this.reactiveState&&(this.reactiveState.value=n),n}unregisterPlugin(e){let t=super.unregisterPlugin(e);return this.reactiveState&&t&&(this.reactiveState.value=t),t}},pf=h({name:`EditorContent`,props:{editor:{default:null,type:Object}},setup(t){let n=i(),r=u();return e(()=>{let e=t.editor;e&&e.options.element&&n.value&&ie(()=>{if(!n.value||!e.view.dom?.parentNode)return;let t=l(n.value);n.value.append(...e.view.dom.parentNode.childNodes),e.contentComponent=r.ctx._,r&&(e.appContext={...r.appContext,provides:r.provides}),e.setOptions({element:t}),e.createNodeViews()})}),c(()=>{let e=t.editor;e&&(e.contentComponent=null,e.appContext=null)}),{rootEl:n}},render(){return re(`div`,{ref:e=>{this.rootEl=e}})}});h({name:`NodeViewContent`,props:{as:{type:String,default:`div`}},render(){return re(this.as,{style:{whiteSpace:`pre-wrap`},"data-node-view-content":``})}}),h({name:`NodeViewWrapper`,props:{as:{type:String,default:`div`}},inject:[`onDragStart`,`decorationClasses`],render(){var e;return re(this.as,{class:this.decorationClasses,style:{whiteSpace:`normal`},"data-node-view-wrapper":``,onDragstart:this.onDragStart},(e=this.$slots).default?.call(e))}});var mf=(e={})=>{let n=ae();return t(()=>{n.value=new ff(e)}),c(()=>{var e,t;let r=n.value?.view.dom?.parentNode,i=r?.cloneNode(!0);(e=r?.parentNode)==null||e.replaceChild(i,r),(t=n.value)==null||t.destroy()}),n};h({name:`MarkViewContent`,props:{as:{type:String,default:`span`}},render(){return re(this.as,{style:{whiteSpace:`inherit`},"data-mark-view-content":``})}});var hf=(e,t)=>{if(e===`slot`)return 0;if(e instanceof Function)return e(t);let{children:n,...r}=t??{};if(e===`svg`)throw Error(`SVG elements are not supported in the JSX syntax, use the array syntax instead`);return[e,r,n]},gf=/^\s*>\s$/,_f=G.create({name:`blockquote`,addOptions(){return{HTMLAttributes:{}}},content:`block+`,group:`block`,defining:!0,parseHTML(){return[{tag:`blockquote`}]},renderHTML({HTMLAttributes:e}){return hf(`blockquote`,{...U(this.options.HTMLAttributes,e),children:hf(`slot`,{})})},parseMarkdown:(e,t)=>{let n=t.parseBlockChildren??t.parseChildren;return t.createNode(`blockquote`,void 0,n(e.tokens||[]))},renderMarkdown:(e,t)=>{if(!e.content)return``;let n=[];return e.content.forEach((e,r)=>{let i=(t.renderChild?.call(t,e,r)??t.renderChildren([e])).split(` +`).map(e=>e.trim()===``?`>`:`> ${e}`);n.push(i.join(` +`))}),n.join(` +> +`)},addCommands(){return{setBlockquote:()=>({commands:e})=>e.wrapIn(this.name),toggleBlockquote:()=>({commands:e})=>e.toggleWrap(this.name),unsetBlockquote:()=>({commands:e})=>e.lift(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-b":()=>this.editor.commands.toggleBlockquote()}},addInputRules(){return[Zd({find:gf,type:this.type})]}}),vf=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))$/,yf=/(?:^|\s)(\*\*(?!\s+\*\*)((?:[^*]+))\*\*(?!\s+\*\*))/g,bf=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))$/,xf=/(?:^|\s)(__(?!\s+__)((?:[^_]+))__(?!\s+__))/g,Sf=wd.create({name:`bold`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`strong`},{tag:`b`,getAttrs:e=>e.style.fontWeight!==`normal`&&null},{style:`font-weight=400`,clearMark:e=>e.type.name===this.name},{style:`font-weight`,getAttrs:e=>/^(bold(er)?|[5-9]\d{2,})$/.test(e)&&null}]},renderHTML({HTMLAttributes:e}){return hf(`strong`,{...U(this.options.HTMLAttributes,e),children:hf(`slot`,{})})},markdownTokenName:`strong`,parseMarkdown:(e,t)=>t.applyMark(`bold`,t.parseInline(e.tokens||[])),markdownOptions:{htmlReopen:{open:``,close:``}},renderMarkdown:(e,t)=>`**${t.renderChildren(e)}**`,addCommands(){return{setBold:()=>({commands:e})=>e.setMark(this.name),toggleBold:()=>({commands:e})=>e.toggleMark(this.name),unsetBold:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-b":()=>this.editor.commands.toggleBold(),"Mod-B":()=>this.editor.commands.toggleBold()}},addInputRules(){return[Jd({find:vf,type:this.type}),Jd({find:bf,type:this.type})]},addPasteRules(){return[uf({find:yf,type:this.type}),uf({find:xf,type:this.type})]}}),Cf=/(^|[^`])`([^`]+)`(?!`)$/,wf=/(^|[^`])`([^`]+)`(?!`)/g,Tf=wd.create({name:`code`,addOptions(){return{HTMLAttributes:{}}},excludes:`_`,code:!0,exitable:!0,parseHTML(){return[{tag:`code`}]},renderHTML({HTMLAttributes:e}){return[`code`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`codespan`,parseMarkdown:(e,t)=>t.applyMark(`code`,[{type:`text`,text:e.text||``}]),renderMarkdown:(e,t)=>e.content?`\`${t.renderChildren(e.content)}\``:``,addCommands(){return{setCode:()=>({commands:e})=>e.setMark(this.name),toggleCode:()=>({commands:e})=>e.toggleMark(this.name),unsetCode:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-e":()=>this.editor.commands.toggleCode()}},addInputRules(){return[Jd({find:Cf,type:this.type})]},addPasteRules(){return[uf({find:wf,type:this.type})]}}),Ef=4,Df=/^```([a-z]+)?[\s\n]$/,Of=/^~~~([a-z]+)?[\s\n]$/,kf=G.create({name:`codeBlock`,addOptions(){return{languageClassPrefix:`language-`,exitOnTripleEnter:!0,exitOnArrowDown:!0,defaultLanguage:null,enableTabIndentation:!1,tabSize:Ef,HTMLAttributes:{}}},content:`text*`,marks:``,group:`block`,code:!0,defining:!0,addAttributes(){return{language:{default:this.options.defaultLanguage,parseHTML:e=>{let{languageClassPrefix:t}=this.options;return t&&[...e.firstElementChild?.classList||[]].filter(e=>e.startsWith(t)).map(e=>e.replace(t,``))[0]||null},rendered:!1}}},parseHTML(){return[{tag:`pre`,preserveWhitespace:`full`}]},renderHTML({node:e,HTMLAttributes:t}){return[`pre`,U(this.options.HTMLAttributes,t),[`code`,{class:e.attrs.language?this.options.languageClassPrefix+e.attrs.language:null},0]]},markdownTokenName:`code`,parseMarkdown:(e,t)=>e.raw?.startsWith("```")===!1&&e.raw?.startsWith(`~~~`)===!1&&e.codeBlockStyle!==`indented`?[]:t.createNode(`codeBlock`,{language:e.lang||null},e.text?[t.createTextNode(e.text)]:[]),renderMarkdown:(e,t)=>{let n=``,r=e.attrs?.language||``;return n=e.content?[`\`\`\`${r}`,t.renderChildren(e.content),"```"].join(` +`):`\`\`\`${r} + +\`\`\``,n},addCommands(){return{setCodeBlock:e=>({commands:t})=>t.setNode(this.name,e),toggleCodeBlock:e=>({commands:t})=>t.toggleNode(this.name,`paragraph`,e)}},addKeyboardShortcuts(){return{"Mod-Alt-c":()=>this.editor.commands.toggleCodeBlock(),Backspace:()=>{let{empty:e,$anchor:t}=this.editor.state.selection,n=t.pos===1;return!e||t.parent.type.name!==this.name?!1:n||!t.parent.textContent.length?this.editor.commands.clearNodes():!1},Tab:({editor:e})=>{if(!this.options.enableTabIndentation)return!1;let t=this.options.tabSize??Ef,{state:n}=e,{selection:r}=n,{$from:i,empty:a}=r;if(i.parent.type!==this.type)return!1;let o=` `.repeat(t);return a?e.commands.insertContent(o):e.commands.command(({tr:e})=>{let{from:t,to:i}=r,a=n.doc.textBetween(t,i,` +`,` +`).split(` +`).map(e=>o+e).join(` +`);return e.replaceWith(t,i,n.schema.text(a)),!0})},"Shift-Tab":({editor:e})=>{if(!this.options.enableTabIndentation)return!1;let t=this.options.tabSize??Ef,{state:n}=e,{selection:r}=n,{$from:i,empty:a}=r;return i.parent.type===this.type?a?e.commands.command(({tr:e})=>{let{pos:r}=i,a=i.start(),o=i.end(),s=n.doc.textBetween(a,o,` +`,` +`).split(` +`),c=0,l=0,u=r-a;for(let e=0;e=u){c=e;break}l+=s[e].length+1}let d=s[c].match(/^ */)?.[0]||``,f=Math.min(d.length,t);if(f===0)return!0;let p=a;for(let e=0;e{let{from:i,to:a}=r,o=n.doc.textBetween(i,a,` +`,` +`).split(` +`).map(e=>{let n=e.match(/^ */)?.[0]||``,r=Math.min(n.length,t);return e.slice(r)}).join(` +`);return e.replaceWith(i,a,n.schema.text(o)),!0}):!1},Enter:({editor:e})=>{if(!this.options.exitOnTripleEnter)return!1;let{state:t}=e,{selection:n}=t,{$from:r,empty:i}=n;if(!i||r.parent.type!==this.type)return!1;let a=r.parentOffset===r.parent.nodeSize-2,o=r.parent.textContent.endsWith(` + +`);return!a||!o?!1:e.chain().command(({tr:e})=>(e.delete(r.pos-2,r.pos),!0)).exitCode().run()},ArrowDown:({editor:e})=>{if(!this.options.exitOnArrowDown)return!1;let{state:t}=e,{selection:n,doc:r}=t,{$from:i,empty:a}=n;if(!a||i.parent.type!==this.type||i.parentOffset!==i.parent.nodeSize-2)return!1;let o=i.after();return o===void 0?!1:r.nodeAt(o)?e.commands.command(({tr:e})=>(e.setSelection(A.near(r.resolve(o))),!0)):e.commands.exitCode()}}},addInputRules(){return[Xd({find:Df,type:this.type,getAttributes:e=>({language:e[1]})}),Xd({find:Of,type:this.type,getAttributes:e=>({language:e[1]})})]},addProseMirrorPlugins(){return[new N({key:new P(`codeBlockVSCodeHandler`),props:{handlePaste:(e,t)=>{if(!t.clipboardData||this.editor.isActive(this.type.name))return!1;let n=t.clipboardData.getData(`text/plain`),r=t.clipboardData.getData(`vscode-editor-data`),i=(r?JSON.parse(r):void 0)?.mode;if(!n||!i)return!1;let{tr:a,schema:o}=e.state,s=o.text(n.replace(/\r\n?/g,` +`));return a.replaceSelectionWith(this.type.create({language:i},s)),a.selection.$from.parent.type!==this.type&&a.setSelection(j.near(a.doc.resolve(Math.max(0,a.selection.from-2)))),a.setMeta(`paste`,!0),e.dispatch(a),!0}}})]}}),Af=G.create({name:`doc`,topNode:!0,content:`block+`,renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` + +`):``}),jf=G.create({name:`hardBreak`,markdownTokenName:`br`,addOptions(){return{keepMarks:!0,HTMLAttributes:{}}},inline:!0,group:`inline`,selectable:!1,linebreakReplacement:!0,parseHTML(){return[{tag:`br`}]},renderHTML({HTMLAttributes:e}){return[`br`,U(this.options.HTMLAttributes,e)]},renderText(){return` +`},renderMarkdown:()=>` +`,parseMarkdown:()=>({type:`hardBreak`}),addCommands(){return{setHardBreak:()=>({commands:e,chain:t,state:n,editor:r})=>e.first([()=>e.exitCode(),()=>e.command(()=>{let{selection:e,storedMarks:i}=n;if(e.$from.parent.type.spec.isolating)return!1;let{keepMarks:a}=this.options,{splittableMarks:o}=r.extensionManager,s=i||e.$to.parentOffset&&e.$from.marks();return t().insertContent({type:this.name}).command(({tr:e,dispatch:t})=>{if(t&&s&&a){let t=s.filter(e=>o.includes(e.type.name));e.ensureMarks(t)}return!0}).run()})])}},addKeyboardShortcuts(){return{"Mod-Enter":()=>this.editor.commands.setHardBreak(),"Shift-Enter":()=>this.editor.commands.setHardBreak()}}}),Mf=G.create({name:`heading`,addOptions(){return{levels:[1,2,3,4,5,6],HTMLAttributes:{}}},content:`inline*`,group:`block`,defining:!0,addAttributes(){return{level:{default:1,rendered:!1}}},parseHTML(){return this.options.levels.map(e=>({tag:`h${e}`,attrs:{level:e}}))},renderHTML({node:e,HTMLAttributes:t}){return[`h${this.options.levels.includes(e.attrs.level)?e.attrs.level:this.options.levels[0]}`,U(this.options.HTMLAttributes,t),0]},parseMarkdown:(e,t)=>t.createNode(`heading`,{level:e.depth||1},t.parseInline(e.tokens||[])),renderMarkdown:(e,t)=>{let n=e.attrs?.level?parseInt(e.attrs.level,10):1,r=`#`.repeat(n);return e.content?`${r} ${t.renderChildren(e.content)}`:``},addCommands(){return{setHeading:e=>({commands:t})=>this.options.levels.includes(e.level)?t.setNode(this.name,e):!1,toggleHeading:e=>({commands:t})=>this.options.levels.includes(e.level)?t.toggleNode(this.name,`paragraph`,e):!1}},addKeyboardShortcuts(){return this.options.levels.reduce((e,t)=>({...e,[`Mod-Alt-${t}`]:()=>this.editor.commands.toggleHeading({level:t})}),{})},addInputRules(){return this.options.levels.map(e=>Xd({find:RegExp(`^(#{${Math.min(...this.options.levels)},${e}})\\s$`),type:this.type,getAttributes:{level:e}}))}}),Nf=G.create({name:`horizontalRule`,addOptions(){return{HTMLAttributes:{},nextNodeType:`paragraph`}},group:`block`,parseHTML(){return[{tag:`hr`}]},renderHTML({HTMLAttributes:e}){return[`hr`,U(this.options.HTMLAttributes,e)]},markdownTokenName:`hr`,parseMarkdown:(e,t)=>t.createNode(`horizontalRule`),renderMarkdown:()=>`---`,addCommands(){return{setHorizontalRule:()=>({chain:e,state:t})=>{if(!Qd(t,t.schema.nodes[this.name]))return!1;let{selection:n}=t,{$to:r}=n,i=e();return Bu(n)?i.insertContentAt(r.pos,{type:this.name}):i.insertContent({type:this.name}),i.command(({state:e,tr:t,dispatch:n})=>{if(n){let{$to:n}=t.selection,r=n.end();if(n.nodeAfter)n.nodeAfter.isTextblock?t.setSelection(j.create(t.doc,n.pos+1)):n.nodeAfter.isBlock?t.setSelection(M.create(t.doc,n.pos)):t.setSelection(j.create(t.doc,n.pos));else{let i=(e.schema.nodes[this.options.nextNodeType]||n.parent.type.contentMatch.defaultType)?.create();i&&(t.insert(r,i),t.setSelection(j.create(t.doc,r+1)))}t.scrollIntoView()}return!0}).run()}}},addInputRules(){return[Yd({find:/^(?:---|—-|___\s|\*\*\*\s)$/,type:this.type})]}}),Pf=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/,Ff=/(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g,If=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/,Lf=/(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))/g,Rf=wd.create({name:`italic`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`em`},{tag:`i`,getAttrs:e=>e.style.fontStyle!==`normal`&&null},{style:`font-style=normal`,clearMark:e=>e.type.name===this.name},{style:`font-style=italic`}]},renderHTML({HTMLAttributes:e}){return[`em`,U(this.options.HTMLAttributes,e),0]},addCommands(){return{setItalic:()=>({commands:e})=>e.setMark(this.name),toggleItalic:()=>({commands:e})=>e.toggleMark(this.name),unsetItalic:()=>({commands:e})=>e.unsetMark(this.name)}},markdownTokenName:`em`,parseMarkdown:(e,t)=>t.applyMark(`italic`,t.parseInline(e.tokens||[])),markdownOptions:{htmlReopen:{open:``,close:``}},renderMarkdown:(e,t)=>`*${t.renderChildren(e)}*`,addKeyboardShortcuts(){return{"Mod-i":()=>this.editor.commands.toggleItalic(),"Mod-I":()=>this.editor.commands.toggleItalic()}},addInputRules(){return[Jd({find:Pf,type:this.type}),Jd({find:If,type:this.type})]},addPasteRules(){return[uf({find:Ff,type:this.type}),uf({find:Lf,type:this.type})]}}),zf=`aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4w0s2x0a2z0ure5ba0by2idu3namex4d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dad1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3nd0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0axi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp3ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2`,Bf=`ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2`,Vf=`numeric`,Hf=`ascii`,Uf=`alpha`,Wf=`asciinumeric`,Gf=`alphanumeric`,Kf=`domain`,qf=`emoji`,Jf=`scheme`,Yf=`slashscheme`,Xf=`whitespace`;function Zf(e,t){return e in t||(t[e]=[]),t[e]}function Qf(e,t,n){t[Vf]&&(t[Wf]=!0,t[Gf]=!0),t[Hf]&&(t[Wf]=!0,t[Uf]=!0),t[Wf]&&(t[Gf]=!0),t[Uf]&&(t[Gf]=!0),t[Gf]&&(t[Kf]=!0),t[qf]&&(t[Kf]=!0);for(let r in t){let t=Zf(r,n);t.indexOf(e)<0&&t.push(e)}}function $f(e,t){let n={};for(let r in t)t[r].indexOf(e)>=0&&(n[r]=!0);return n}function ep(e=null){this.j={},this.jr=[],this.jd=null,this.t=e}ep.groups={},ep.prototype={accepts(){return!!this.t},go(e){let t=this,n=t.j[e];if(n)return n;for(let n=0;ne.ta(t,n,r,i),q=(e,t,n,r,i)=>e.tr(t,n,r,i),tp=(e,t,n,r,i)=>e.ts(t,n,r,i),J=(e,t,n,r,i)=>e.tt(t,n,r,i),np=`WORD`,rp=`UWORD`,ip=`ASCIINUMERICAL`,ap=`ALPHANUMERICAL`,op=`LOCALHOST`,sp=`TLD`,cp=`UTLD`,lp=`SCHEME`,up=`SLASH_SCHEME`,dp=`NUM`,fp=`WS`,pp=`NL`,mp=`OPENBRACE`,hp=`CLOSEBRACE`,gp=`OPENBRACKET`,_p=`CLOSEBRACKET`,vp=`OPENPAREN`,yp=`CLOSEPAREN`,bp=`OPENANGLEBRACKET`,xp=`CLOSEANGLEBRACKET`,Sp=`FULLWIDTHLEFTPAREN`,Cp=`FULLWIDTHRIGHTPAREN`,wp=`LEFTCORNERBRACKET`,Tp=`RIGHTCORNERBRACKET`,Ep=`LEFTWHITECORNERBRACKET`,Dp=`RIGHTWHITECORNERBRACKET`,Op=`FULLWIDTHLESSTHAN`,kp=`FULLWIDTHGREATERTHAN`,Ap=`AMPERSAND`,jp=`APOSTROPHE`,Mp=`ASTERISK`,Np=`AT`,Pp=`BACKSLASH`,Fp=`BACKTICK`,Ip=`CARET`,Lp=`COLON`,Rp=`COMMA`,zp=`DOLLAR`,Bp=`DOT`,Vp=`EQUALS`,Hp=`EXCLAMATION`,Up=`HYPHEN`,Wp=`PERCENT`,Gp=`PIPE`,Kp=`PLUS`,qp=`POUND`,Jp=`QUERY`,Yp=`QUOTE`,Xp=`FULLWIDTHMIDDLEDOT`,Zp=`SEMI`,Qp=`SLASH`,$p=`TILDE`,em=`UNDERSCORE`,tm=`EMOJI`,nm=`SYM`,rm=Object.freeze({__proto__:null,ALPHANUMERICAL:ap,AMPERSAND:Ap,APOSTROPHE:jp,ASCIINUMERICAL:ip,ASTERISK:Mp,AT:Np,BACKSLASH:Pp,BACKTICK:Fp,CARET:Ip,CLOSEANGLEBRACKET:xp,CLOSEBRACE:hp,CLOSEBRACKET:_p,CLOSEPAREN:yp,COLON:Lp,COMMA:Rp,DOLLAR:zp,DOT:Bp,EMOJI:tm,EQUALS:Vp,EXCLAMATION:Hp,FULLWIDTHGREATERTHAN:kp,FULLWIDTHLEFTPAREN:Sp,FULLWIDTHLESSTHAN:Op,FULLWIDTHMIDDLEDOT:Xp,FULLWIDTHRIGHTPAREN:Cp,HYPHEN:Up,LEFTCORNERBRACKET:wp,LEFTWHITECORNERBRACKET:Ep,LOCALHOST:op,NL:pp,NUM:dp,OPENANGLEBRACKET:bp,OPENBRACE:mp,OPENBRACKET:gp,OPENPAREN:vp,PERCENT:Wp,PIPE:Gp,PLUS:Kp,POUND:qp,QUERY:Jp,QUOTE:Yp,RIGHTCORNERBRACKET:Tp,RIGHTWHITECORNERBRACKET:Dp,SCHEME:lp,SEMI:Zp,SLASH:Qp,SLASH_SCHEME:up,SYM:nm,TILDE:$p,TLD:sp,UNDERSCORE:em,UTLD:cp,UWORD:rp,WORD:np,WS:fp}),im=/[a-z]/,am=/\p{L}/u,om=/\p{Emoji}/u,sm=/\d/,cm=/\s/,lm=`\r`,um=` +`,dm=`️`,fm=`‍`,pm=``,mm=null,hm=null;function gm(e=[]){let t={};ep.groups=t;let n=new ep;mm??=bm(zf),hm??=bm(Bf),J(n,`'`,jp),J(n,`{`,mp),J(n,`}`,hp),J(n,`[`,gp),J(n,`]`,_p),J(n,`(`,vp),J(n,`)`,yp),J(n,`<`,bp),J(n,`>`,xp),J(n,`(`,Sp),J(n,`)`,Cp),J(n,`「`,wp),J(n,`」`,Tp),J(n,`『`,Ep),J(n,`』`,Dp),J(n,`<`,Op),J(n,`>`,kp),J(n,`&`,Ap),J(n,`*`,Mp),J(n,`@`,Np),J(n,"`",Fp),J(n,`^`,Ip),J(n,`:`,Lp),J(n,`,`,Rp),J(n,`$`,zp),J(n,`.`,Bp),J(n,`=`,Vp),J(n,`!`,Hp),J(n,`-`,Up),J(n,`%`,Wp),J(n,`|`,Gp),J(n,`+`,Kp),J(n,`#`,qp),J(n,`?`,Jp),J(n,`"`,Yp),J(n,`/`,Qp),J(n,`;`,Zp),J(n,`~`,$p),J(n,`_`,em),J(n,`\\`,Pp),J(n,`・`,Xp);let r=q(n,sm,dp,{[Vf]:!0});q(r,sm,r);let i=q(r,im,ip,{[Wf]:!0}),a=q(r,am,ap,{[Gf]:!0}),o=q(n,im,np,{[Hf]:!0});q(o,sm,i),q(o,im,o),q(i,sm,i),q(i,im,i);let s=q(n,am,rp,{[Uf]:!0});q(s,im),q(s,sm,a),q(s,am,s),q(a,sm,a),q(a,im),q(a,am,a);let c=J(n,um,pp,{[Xf]:!0}),l=J(n,lm,fp,{[Xf]:!0}),u=q(n,cm,fp,{[Xf]:!0});J(n,pm,u),J(l,um,c),J(l,pm,u),q(l,cm,u),J(u,lm),J(u,um),q(u,cm,u),J(u,pm,u);let d=q(n,om,tm,{[qf]:!0});J(d,`#`),q(d,om,d),J(d,dm,d);let f=J(d,fm);J(f,`#`),q(f,om,d);let p=[[im,o],[sm,i]],m=[[im,null],[am,s],[sm,a]];for(let e=0;ee[0]>t[0]?1:-1);for(let t=0;t=0?i[Kf]=!0:im.test(r)?sm.test(r)?i[Wf]=!0:i[Hf]=!0:i[Vf]=!0,tp(n,r,r,i)}return tp(n,`localhost`,op,{ascii:!0}),n.jd=new ep(nm),{start:n,tokens:Object.assign({groups:t},rm)}}function _m(e,t){let n=vm(t.replace(/[A-Z]/g,e=>e.toLowerCase())),r=n.length,i=[],a=0,o=0;for(;o=0&&(d+=n[o].length,f++),l+=n[o].length,a+=n[o].length,o++;a-=d,o-=f,l-=d,i.push({t:u.t,v:t.slice(a-l,a),s:a-l,e:a})}return i}function vm(e){let t=[],n=e.length,r=0;for(;r56319||r+1===n||(a=e.charCodeAt(r+1))<56320||a>57343?e[r]:e.slice(r,r+2);t.push(o),r+=o.length}return t}function ym(e,t,n,r,i){let a,o=t.length;for(let n=0;n=0;)i++;if(i>0){t.push(n.join(``));for(let t=parseInt(e.substring(r,r+i),10);t>0;t--)n.pop();r+=i}else n.push(e[r]),r++}return t}var xm={defaultProtocol:`http`,events:null,format:Cm,formatHref:Cm,nl2br:!1,tagName:`a`,target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null};function Sm(e,t=null){let n=Object.assign({},xm);e&&(n=Object.assign(n,e instanceof Sm?e.o:e));let r=n.ignoreTags,i=[];for(let e=0;en?r.substring(0,n)+`…`:r},toFormattedHref(e){return e.get(`formatHref`,this.toHref(e.get(`defaultProtocol`)),this)},startIndex(){return this.tk[0].s},endIndex(){return this.tk[this.tk.length-1].e},toObject(e=xm.defaultProtocol){return{type:this.t,value:this.toString(),isLink:this.isLink,href:this.toHref(e),start:this.startIndex(),end:this.endIndex()}},toFormattedObject(e){return{type:this.t,value:this.toFormattedString(e),isLink:this.isLink,href:this.toFormattedHref(e),start:this.startIndex(),end:this.endIndex()}},validate(e){return e.get(`validate`,this.toString(),this)},render(e){let t=this,n=this.toHref(e.get(`defaultProtocol`)),r=e.get(`formatHref`,n,this),i=e.get(`tagName`,n,t),a=this.toFormattedString(e),o={},s=e.get(`className`,n,t),c=e.get(`target`,n,t),l=e.get(`rel`,n,t),u=e.getObj(`attributes`,n,t),d=e.getObj(`events`,n,t);return o.href=r,s&&(o.class=s),c&&(o.target=c),l&&(o.rel=l),u&&Object.assign(o,u),{tagName:i,attributes:o,content:a,eventListeners:d}}};function Tm(e,t){class n extends wm{constructor(t,n){super(t,n),this.t=e}}for(let e in t)n.prototype[e]=t[e];return n.t=e,n}var Em=Tm(`email`,{isLink:!0,toHref(){return`mailto:`+this.toString()}}),Dm=Tm(`text`),Om=Tm(`nl`),km=Tm(`url`,{isLink:!0,toHref(e=xm.defaultProtocol){return this.hasProtocol()?this.v:`${e}://${this.v}`},hasProtocol(){let e=this.tk;return e.length>=2&&e[0].t!==op&&e[1].t===Lp}}),Am=e=>new ep(e);function jm({groups:e}){let t=e.domain.concat([Ap,Mp,Np,Pp,Fp,Ip,zp,Vp,Up,dp,Wp,Gp,Kp,qp,Qp,nm,$p,em]),n=[jp,Lp,Rp,Bp,Hp,Wp,Jp,Yp,Zp,bp,xp,mp,hp,_p,gp,vp,yp,Sp,Cp,wp,Tp,Ep,Dp,Op,kp],r=[Ap,jp,Mp,Pp,Fp,Ip,zp,Vp,Up,mp,hp,Wp,Gp,Kp,qp,Jp,Qp,nm,$p,em],i=Am(),a=J(i,$p);K(a,r,a),K(a,e.domain,a);let o=Am(),s=Am(),c=Am();K(i,e.domain,o),K(i,e.scheme,s),K(i,e.slashscheme,c),K(o,r,a),K(o,e.domain,o);let l=J(o,Np);J(a,Np,l),J(s,Np,l),J(c,Np,l);let u=J(a,Bp);K(u,r,a),K(u,e.domain,a);let d=Am();K(l,e.domain,d),K(d,e.domain,d);let f=J(d,Bp);K(f,e.domain,d);let p=Am(Em);K(f,e.tld,p),K(f,e.utld,p),J(l,op,p);let m=J(d,Up);J(m,Up,m),K(m,e.domain,d),K(p,e.domain,d),J(p,Bp,f),J(p,Up,m),K(J(p,Lp),e.numeric,Em);let h=J(o,Up),g=J(o,Bp);J(h,Up,h),K(h,e.domain,o),K(g,r,a),K(g,e.domain,o);let _=Am(km);K(g,e.tld,_),K(g,e.utld,_),K(_,e.domain,o),K(_,r,a),J(_,Bp,g),J(_,Up,h),J(_,Np,l);let ee=J(_,Lp),v=Am(km);K(ee,e.numeric,v);let y=Am(km),b=Am();K(y,t,y),K(y,n,b),K(b,t,y),K(b,n,b),J(_,Qp,y),J(v,Qp,y);let te=J(s,Lp),ne=J(J(J(c,Lp),Qp),Qp);K(s,e.domain,o),J(s,Bp,g),J(s,Up,h),K(c,e.domain,o),J(c,Bp,g),J(c,Up,h),K(te,e.domain,y),J(te,Qp,y),J(te,Jp,y),K(ne,e.domain,y),K(ne,t,y),J(ne,Qp,y);let x=[[mp,hp],[gp,_p],[vp,yp],[bp,xp],[Sp,Cp],[wp,Tp],[Ep,Dp],[Op,kp]];for(let e=0;e=0&&f++,i++,u++;if(f<0)i-=u,i0&&(a.push(Nm(Dm,t,o)),o=[]),i-=f,u-=f;let e=d.t,r=n.slice(i-u,i);a.push(Nm(e,t,r))}}return o.length>0&&a.push(Nm(Dm,t,o)),a}function Nm(e,t,n){let r=n[0].s,i=n[n.length-1].e;return new e(t.slice(r,i),n)}var Pm=typeof console<`u`&&console&&console.warn||(()=>{}),Fm=`until manual call of linkify.init(). Register all schemes and plugins before invoking linkify the first time.`,Y={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1};function Im(){return ep.groups={},Y.scanner=null,Y.parser=null,Y.tokenQueue=[],Y.pluginQueue=[],Y.customSchemes=[],Y.initialized=!1,Y}function Lm(e,t=!1){if(Y.initialized&&Pm(`linkifyjs: already initialized - will not register custom scheme "${e}" ${Fm}`),!/^[0-9a-z]+(-[0-9a-z]+)*$/.test(e))throw Error(`linkifyjs: incorrect scheme format. +1. Must only contain digits, lowercase ASCII letters or "-" +2. Cannot start or end with "-" +3. "-" cannot repeat`);Y.customSchemes.push([e,t])}function Rm(){Y.scanner=gm(Y.customSchemes);for(let e=0;e{let i=t.some(e=>e.docChanged)&&!n.doc.eq(r.doc),a=t.some(e=>e.getMeta(`preventAutolink`));if(!i||a)return;let{tr:o}=r;if(Du(Ql(n.doc,[...t])).forEach(({newRange:t})=>{let n=eu(r.doc,t,e=>e.isTextblock),i,a;if(n.length>1)i=n[0],a=r.doc.textBetween(i.pos,i.pos+i.node.nodeSize,void 0,` `);else if(n.length){let e=r.doc.textBetween(t.from,t.to,` `,` `);if(!Um.test(e))return;i=n[0],a=r.doc.textBetween(i.pos,t.to,void 0,` `)}if(i&&a){let t=a.split(Hm).filter(Boolean);if(t.length<=0)return!1;let n=t[t.length-1],s=i.pos+a.lastIndexOf(n);if(!n)return!1;let c=zm(n).map(t=>t.toObject(e.defaultProtocol));if(!Gm(c))return!1;c.filter(e=>e.isLink).map(e=>({...e,from:s+e.start+1,to:s+e.end+1})).filter(e=>r.schema.marks.code?!r.doc.rangeHasMark(e.from,e.to,r.schema.marks.code):!0).filter(t=>e.validate(t.value)).filter(t=>e.shouldAutoLink(t.value)).forEach(t=>{Ou(t.from,t.to,r.doc).some(t=>t.mark.type===e.type)||o.addMark(t.from,t.to,e.type.create({href:t.href}))})}}),o.steps.length)return o}})}function qm(e){return new N({key:new P(`handleClickLink`),props:{handleClick:(t,n,r)=>{if(r.button!==0||!t.editable)return!1;let i=null;if(r.target instanceof HTMLAnchorElement)i=r.target;else{let t=r.target;if(!t)return!1;let n=e.editor.view.dom;i=t.closest(`a`),i&&!n.contains(i)&&(i=null)}if(!i)return!1;let a=!1;if(e.enableClickSelection&&(a=e.editor.commands.extendMarkRange(e.type.name)),e.openOnClick){let n=wu(t.state,e.type.name),r=i.href??n.href,o=i.target??n.target;r&&(window.open(r,o),a=!0)}return a}}})}function Jm(e){return new N({key:new P(`handlePasteLink`),props:{handlePaste:(t,n,r)=>{let{shouldAutoLink:i}=e,{state:a}=t,{selection:o}=a,{empty:s}=o;if(s)return!1;let c=``;r.content.forEach(e=>{c+=e.textContent});let l=Bm(c,{defaultProtocol:e.defaultProtocol}).find(e=>e.isLink&&e.value===c);return!c||!l||i!==void 0&&!i(l.value)?!1:e.editor.commands.setMark(e.type,{href:l.href})}}})}function Ym(e,t){let n=[`http`,`https`,`ftp`,`ftps`,`mailto`,`tel`,`callto`,`sms`,`cid`,`xmpp`];return t&&t.forEach(e=>{let t=typeof e==`string`?e:e.scheme;t&&n.push(t)}),!e||e.replace(Wm,``).match(RegExp(`^(?:(?:${n.join(`|`)}):|[^a-z]|[a-z0-9+.-]+(?:[^a-z+.-:]|$))`,`i`))}var Xm=wd.create({name:`link`,priority:1e3,keepOnSplit:!1,exitable:!0,onCreate(){this.options.validate&&!this.options.shouldAutoLink&&(this.options.shouldAutoLink=this.options.validate,console.warn("The `validate` option is deprecated. Rename to the `shouldAutoLink` option instead.")),this.options.protocols.forEach(e=>{if(typeof e==`string`){Lm(e);return}Lm(e.scheme,e.optionalSlashes)})},onDestroy(){Im()},inclusive(){return this.options.autolink},addOptions(){return{openOnClick:!0,enableClickSelection:!1,linkOnPaste:!0,autolink:!0,protocols:[],defaultProtocol:`http`,HTMLAttributes:{target:`_blank`,rel:`noopener noreferrer nofollow`,class:null},isAllowedUri:(e,t)=>!!Ym(e,t.protocols),validate:e=>!!e,shouldAutoLink:e=>{let t=/^[a-z][a-z0-9+.-]*:\/\//i.test(e),n=/^[a-z][a-z0-9+.-]*:/i.test(e);if(t||n&&!e.includes(`@`))return!0;let r=(e.includes(`@`)?e.split(`@`).pop():e).split(/[/?#:]/)[0];return!(/^\d{1,3}(\.\d{1,3}){3}$/.test(r)||!/\./.test(r))}}},addAttributes(){return{href:{default:null,parseHTML(e){return e.getAttribute(`href`)}},target:{default:this.options.HTMLAttributes.target},rel:{default:this.options.HTMLAttributes.rel},class:{default:this.options.HTMLAttributes.class},title:{default:null}}},parseHTML(){return[{tag:`a[href]`,getAttrs:e=>{let t=e.getAttribute(`href`);return!t||!this.options.isAllowedUri(t,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:null}}]},renderHTML({HTMLAttributes:e}){return this.options.isAllowedUri(e.href,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?[`a`,U(this.options.HTMLAttributes,e),0]:[`a`,U(this.options.HTMLAttributes,{...e,href:``}),0]},markdownTokenName:`link`,parseMarkdown:(e,t)=>t.applyMark(`link`,t.parseInline(e.tokens||[]),{href:e.href,title:e.title||null}),renderMarkdown:(e,t)=>{let n=e.attrs?.href??``,r=e.attrs?.title??``,i=t.renderChildren(e);return r?`[${i}](${n} "${r}")`:`[${i}](${n})`},addCommands(){return{setLink:e=>({chain:t})=>{let{href:n}=e;return this.options.isAllowedUri(n,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?t().setMark(this.name,e).setMeta(`preventAutolink`,!0).run():!1},toggleLink:e=>({chain:t})=>{let{href:n}=e||{};return n&&!this.options.isAllowedUri(n,{defaultValidate:e=>!!Ym(e,this.options.protocols),protocols:this.options.protocols,defaultProtocol:this.options.defaultProtocol})?!1:t().toggleMark(this.name,e,{extendEmptyMarkRange:!0}).setMeta(`preventAutolink`,!0).run()},unsetLink:()=>({chain:e})=>e().unsetMark(this.name,{extendEmptyMarkRange:!0}).setMeta(`preventAutolink`,!0).run()}},addPasteRules(){return[uf({find:e=>{let t=[];if(e){let{protocols:n,defaultProtocol:r}=this.options,i=Bm(e).filter(e=>e.isLink&&this.options.isAllowedUri(e.value,{defaultValidate:e=>!!Ym(e,n),protocols:n,defaultProtocol:r}));i.length&&i.forEach(e=>{this.options.shouldAutoLink(e.value)&&t.push({text:e.value,data:{href:e.href},index:e.start})})}return t},type:this.type,getAttributes:e=>({href:e.data?.href})})]},addProseMirrorPlugins(){let e=[],{protocols:t,defaultProtocol:n}=this.options;return this.options.autolink&&e.push(Km({type:this.type,defaultProtocol:this.options.defaultProtocol,validate:e=>this.options.isAllowedUri(e,{defaultValidate:e=>!!Ym(e,t),protocols:t,defaultProtocol:n}),shouldAutoLink:this.options.shouldAutoLink})),e.push(qm({type:this.type,editor:this.editor,openOnClick:this.options.openOnClick===`whenNotEditable`?!0:this.options.openOnClick,enableClickSelection:this.options.enableClickSelection})),this.options.linkOnPaste&&e.push(Jm({editor:this.editor,defaultProtocol:this.options.defaultProtocol,type:this.type,shouldAutoLink:this.options.shouldAutoLink})),e}}),Zm=Object.defineProperty,Qm=(e,t)=>{for(var n in t)Zm(e,n,{get:t[n],enumerable:!0})},$m=`listItem`,eh=`textStyle`,th=/^\s*([-+*])\s$/,nh=G.create({name:`bulletList`,addOptions(){return{itemTypeName:`listItem`,HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:`block list`,content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul`}]},renderHTML({HTMLAttributes:e}){return[`ul`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`list`,parseMarkdown:(e,t)=>e.type!==`list`||e.ordered?[]:{type:`bulletList`,content:e.items?t.parseChildren(e.items):[]},renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` +`):``,markdownOptions:{indentsContent:!0},addCommands(){return{toggleBulletList:()=>({commands:e,chain:t})=>this.options.keepAttributes?t().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes($m,this.editor.getAttributes(eh)).run():e.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-8":()=>this.editor.commands.toggleBulletList()}},addInputRules(){let e=Zd({find:th,type:this.type});return(this.options.keepMarks||this.options.keepAttributes)&&(e=Zd({find:th,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:()=>this.editor.getAttributes(eh),editor:this.editor})),[e]}}),rh=G.create({name:`listItem`,addOptions(){return{HTMLAttributes:{},bulletListTypeName:`bulletList`,orderedListTypeName:`orderedList`}},content:`paragraph block*`,defining:!0,parseHTML(){return[{tag:`li`}]},renderHTML({HTMLAttributes:e}){return[`li`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`list_item`,parseMarkdown:(e,t)=>{if(e.type!==`list_item`)return[];let n=t.parseBlockChildren??t.parseChildren,r=[];if(e.tokens&&e.tokens.length>0)if(e.tokens.some(e=>e.type===`paragraph`))r=n(e.tokens);else{let i=e.tokens[0];if(i&&i.type===`text`&&i.tokens&&i.tokens.length>0){if(r=[{type:`paragraph`,content:t.parseInline(i.tokens)}],e.tokens.length>1){let t=n(e.tokens.slice(1));r.push(...t)}}else r=n(e.tokens)}return r.length===0&&(r=[{type:`paragraph`,content:[]}]),{type:`listItem`,content:r}},renderMarkdown:(e,t,n)=>cf(e,t,e=>e.parentType===`bulletList`?`- `:e.parentType===`orderedList`?`${(e.meta?.parentAttrs?.start||1)+e.index}. `:`- `,n),addKeyboardShortcuts(){return{Enter:()=>this.editor.commands.splitListItem(this.name),Tab:()=>this.editor.commands.sinkListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)}}});Qm({},{findListItemPos:()=>ih,getNextListDepth:()=>ah,handleBackspace:()=>lh,handleDelete:()=>fh,hasListBefore:()=>oh,hasListItemAfter:()=>ph,hasListItemBefore:()=>sh,listItemHasSubList:()=>ch,nextListIsDeeper:()=>uh,nextListIsHigher:()=>dh});var ih=(e,t)=>{let{$from:n}=t.selection,r=B(e,t.schema),i=null,a=n.depth,o=n.pos,s=null;for(;a>0&&s===null;)i=n.node(a),i.type===r?s=a:(--a,--o);return s===null?null:{$pos:t.doc.resolve(o),depth:s}},ah=(e,t)=>{let n=ih(e,t);if(!n)return!1;let[,r]=ku(t,e,n.$pos.pos+4);return r},oh=(e,t,n)=>{let{$anchor:r}=e.selection,i=Math.max(0,r.pos-2),a=e.doc.resolve(i).node();return!(!a||!n.includes(a.type.name))},sh=(e,t)=>{let{$anchor:n}=t.selection,r=t.doc.resolve(n.pos-2);return!(r.index()===0||r.nodeBefore?.type.name!==e)},ch=(e,t,n)=>{if(!n)return!1;let r=B(e,t.schema),i=!1;return n.descendants(e=>{e.type===r&&(i=!0)}),i},lh=(e,t,n)=>{if(e.commands.undoInputRule())return!0;if(e.state.selection.from!==e.state.selection.to)return!1;if(!Pl(e.state,t)&&oh(e.state,t,n)){let{$anchor:n}=e.state.selection,r=e.state.doc.resolve(n.before()-1),i=[];r.node().descendants((e,n)=>{e.type.name===t&&i.push({node:e,pos:n})});let a=i.at(-1);if(!a)return!1;let o=e.state.doc.resolve(r.start()+a.pos+1);return e.chain().cut({from:n.start()-1,to:n.end()+1},o.end()).joinForward().run()}if(!Pl(e.state,t)||!Iu(e.state))return!1;let r=ih(t,e.state);if(!r)return!1;let i=e.state.doc.resolve(r.$pos.pos-2).node(r.depth),a=ch(t,e.state,i);return sh(t,e.state)&&!a?e.commands.joinItemBackward():e.chain().liftListItem(t).run()},uh=(e,t)=>{let n=ah(e,t),r=ih(e,t);return!r||!n?!1:n>r.depth},dh=(e,t)=>{let n=ah(e,t),r=ih(e,t);return!r||!n?!1:n{if(!Pl(e.state,t)||!Fu(e.state,t))return!1;let{selection:n}=e.state,{$from:r,$to:i}=n;return!n.empty&&r.sameParent(i)?!1:uh(t,e.state)?e.chain().focus(e.state.selection.from+4).lift(t).joinBackward().run():dh(t,e.state)?e.chain().joinForward().joinBackward().run():e.commands.joinItemForward()},ph=(e,t)=>{let{$anchor:n}=t.selection,r=t.doc.resolve(n.pos-n.parentOffset-2);return!(r.index()===r.parent.childCount-1||r.nodeAfter?.type.name!==e)},mh=W.create({name:`listKeymap`,addOptions(){return{listTypes:[{itemName:`listItem`,wrapperNames:[`bulletList`,`orderedList`]},{itemName:`taskItem`,wrapperNames:[`taskList`]}]}},addKeyboardShortcuts(){return{Delete:({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n})=>{e.state.schema.nodes[n]!==void 0&&fh(e,n)&&(t=!0)}),t},"Mod-Delete":({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n})=>{e.state.schema.nodes[n]!==void 0&&fh(e,n)&&(t=!0)}),t},Backspace:({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{e.state.schema.nodes[n]!==void 0&&lh(e,n,r)&&(t=!0)}),t},"Mod-Backspace":({editor:e})=>{let t=!1;return this.options.listTypes.forEach(({itemName:n,wrapperNames:r})=>{e.state.schema.nodes[n]!==void 0&&lh(e,n,r)&&(t=!0)}),t}}}}),hh=/^(\s*)(\d+)\.\s+(.*)$/,gh=/^\s/;function _h(e){let t=[],n=0,r=0;for(;nt;)d.push(e[u]),u+=1;if(d.length>0){let e=vh(d,Math.min(...d.map(e=>e.indent)),n);c.push({type:`list`,ordered:!0,start:d[0].number,items:e,raw:d.map(e=>e.raw).join(` +`)})}r.push({type:`list_item`,raw:a.raw,tokens:c}),i=u}else i+=1}return r}function yh(e,t){return e.map(e=>{if(e.type!==`list_item`)return t.parseChildren([e])[0];let n=[];return e.tokens&&e.tokens.length>0&&e.tokens.forEach(e=>{if(e.type===`paragraph`||e.type===`list`||e.type===`blockquote`||e.type===`code`)n.push(...t.parseChildren([e]));else if(e.type===`text`&&e.tokens){let r=t.parseChildren([e]);n.push({type:`paragraph`,content:r})}else{let r=t.parseChildren([e]);r.length>0&&n.push(...r)}}),{type:`listItem`,content:n}})}var bh=`listItem`,xh=`textStyle`,Sh=/^(\d+)\.\s$/,Ch=G.create({name:`orderedList`,addOptions(){return{itemTypeName:`listItem`,HTMLAttributes:{},keepMarks:!1,keepAttributes:!1}},group:`block list`,content(){return`${this.options.itemTypeName}+`},addAttributes(){return{start:{default:1,parseHTML:e=>e.hasAttribute(`start`)?parseInt(e.getAttribute(`start`)||``,10):1},type:{default:null,parseHTML:e=>e.getAttribute(`type`)}}},parseHTML(){return[{tag:`ol`}]},renderHTML({HTMLAttributes:e}){let{start:t,...n}=e;return t===1?[`ol`,U(this.options.HTMLAttributes,n),0]:[`ol`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`list`,parseMarkdown:(e,t)=>{if(e.type!==`list`||!e.ordered)return[];let n=e.start||1,r=e.items?yh(e.items,t):[];return n===1?{type:`orderedList`,content:r}:{type:`orderedList`,attrs:{start:n},content:r}},renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` +`):``,markdownTokenizer:{name:`orderedList`,level:`block`,start:e=>{let t=e.match(/^(\s*)(\d+)\.\s+/)?.index;return t===void 0?-1:t},tokenize:(e,t,n)=>{let r=e.split(` +`),[i,a]=_h(r);if(i.length===0)return;let o=vh(i,0,n);if(o.length!==0)return{type:`list`,ordered:!0,start:i[0]?.number||1,items:o,raw:r.slice(0,a).join(` +`)}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleOrderedList:()=>({commands:e,chain:t})=>this.options.keepAttributes?t().toggleList(this.name,this.options.itemTypeName,this.options.keepMarks).updateAttributes(bh,this.editor.getAttributes(xh)).run():e.toggleList(this.name,this.options.itemTypeName,this.options.keepMarks)}},addKeyboardShortcuts(){return{"Mod-Shift-7":()=>this.editor.commands.toggleOrderedList()}},addInputRules(){let e=Zd({find:Sh,type:this.type,getAttributes:e=>({start:+e[1]}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1]});return(this.options.keepMarks||this.options.keepAttributes)&&(e=Zd({find:Sh,type:this.type,keepMarks:this.options.keepMarks,keepAttributes:this.options.keepAttributes,getAttributes:e=>({start:+e[1],...this.editor.getAttributes(xh)}),joinPredicate:(e,t)=>t.childCount+t.attrs.start===+e[1],editor:this.editor})),[e]}}),wh=/^\s*(\[([( |x])?\])\s$/,Th=G.create({name:`taskItem`,addOptions(){return{nested:!1,HTMLAttributes:{},taskListTypeName:`taskList`,a11y:void 0}},content(){return this.options.nested?`paragraph block*`:`paragraph+`},defining:!0,addAttributes(){return{checked:{default:!1,keepOnSplit:!1,parseHTML:e=>{let t=e.getAttribute(`data-checked`);return t===``||t===`true`},renderHTML:e=>({"data-checked":e.checked})}}},parseHTML(){return[{tag:`li[data-type="${this.name}"]`,priority:51}]},renderHTML({node:e,HTMLAttributes:t}){return[`li`,U(this.options.HTMLAttributes,t,{"data-type":this.name}),[`label`,[`input`,{type:`checkbox`,checked:e.attrs.checked?`checked`:null}],[`span`]],[`div`,0]]},parseMarkdown:(e,t)=>{let n=[];if(e.tokens&&e.tokens.length>0?n.push(t.createNode(`paragraph`,{},t.parseInline(e.tokens))):e.text?n.push(t.createNode(`paragraph`,{},[t.createNode(`text`,{text:e.text})])):n.push(t.createNode(`paragraph`,{},[])),e.nestedTokens&&e.nestedTokens.length>0){let r=t.parseChildren(e.nestedTokens);n.push(...r)}return t.createNode(`taskItem`,{checked:e.checked||!1},n)},renderMarkdown:(e,t)=>cf(e,t,`- [${e.attrs?.checked?`x`:` `}] `),addKeyboardShortcuts(){let e={Enter:()=>this.editor.commands.splitListItem(this.name),"Shift-Tab":()=>this.editor.commands.liftListItem(this.name)};return this.options.nested?{...e,Tab:()=>this.editor.commands.sinkListItem(this.name)}:e},addNodeView(){return({node:e,HTMLAttributes:t,getPos:n,editor:r})=>{let i=document.createElement(`li`),a=document.createElement(`label`),o=document.createElement(`span`),s=document.createElement(`input`),c=document.createElement(`div`),l=e=>{var t;s.ariaLabel=((t=this.options.a11y)?.checkboxLabel)?.call(t,e,s.checked)||`Task item checkbox for ${e.textContent||`empty task item`}`};l(e),a.contentEditable=`false`,s.type=`checkbox`,s.addEventListener(`mousedown`,e=>e.preventDefault()),s.addEventListener(`change`,t=>{if(!r.isEditable&&!this.options.onReadOnlyChecked){s.checked=!s.checked;return}let{checked:i}=t.target;r.isEditable&&typeof n==`function`&&r.chain().focus(void 0,{scrollIntoView:!1}).command(({tr:e})=>{let t=n();if(typeof t!=`number`)return!1;let r=e.doc.nodeAt(t);return e.setNodeMarkup(t,void 0,{...r?.attrs,checked:i}),!0}).run(),!r.isEditable&&this.options.onReadOnlyChecked&&(this.options.onReadOnlyChecked(e,i)||(s.checked=!s.checked))}),Object.entries(this.options.HTMLAttributes).forEach(([e,t])=>{i.setAttribute(e,t)}),i.dataset.checked=e.attrs.checked,s.checked=e.attrs.checked,a.append(s,o),i.append(a,c),Object.entries(t).forEach(([e,t])=>{i.setAttribute(e,t)});let u=new Set(Object.keys(t));return{dom:i,contentDOM:c,update:e=>{if(e.type!==this.type)return!1;i.dataset.checked=e.attrs.checked,s.checked=e.attrs.checked,l(e);let t=r.extensionManager.attributes,n=du(e,t),a=new Set(Object.keys(n)),o=this.options.HTMLAttributes;return u.forEach(e=>{a.has(e)||(e in o?i.setAttribute(e,o[e]):i.removeAttribute(e))}),Object.entries(n).forEach(([e,t])=>{t==null?e in o?i.setAttribute(e,o[e]):i.removeAttribute(e):i.setAttribute(e,t)}),u=a,!0}}}},addInputRules(){return[Zd({find:wh,type:this.type,getAttributes:e=>({checked:e[e.length-1]===`x`})})]}}),Eh=G.create({name:`taskList`,addOptions(){return{itemTypeName:`taskItem`,HTMLAttributes:{}}},group:`block list`,content(){return`${this.options.itemTypeName}+`},parseHTML(){return[{tag:`ul[data-type="${this.name}"]`,priority:51}]},renderHTML({HTMLAttributes:e}){return[`ul`,U(this.options.HTMLAttributes,e,{"data-type":this.name}),0]},parseMarkdown:(e,t)=>t.createNode(`taskList`,{},t.parseChildren(e.items||[])),renderMarkdown:(e,t)=>e.content?t.renderChildren(e.content,` +`):``,markdownTokenizer:{name:`taskList`,level:`block`,start(e){let t=e.match(/^\s*[-+*]\s+\[([ xX])\]\s+/)?.index;return t===void 0?-1:t},tokenize(e,t,n){let r=e=>{let t=sf(e,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:e=>({indentLevel:e[1].length,mainContent:e[4],checked:e[3].toLowerCase()===`x`}),createToken:(e,t)=>({type:`taskItem`,raw:``,mainContent:e.mainContent,indentLevel:e.indentLevel,checked:e.checked,text:e.mainContent,tokens:n.inlineTokens(e.mainContent),nestedTokens:t}),customNestedParser:r},n);return t?[{type:`taskList`,raw:t.raw,items:t.items}]:n.blockTokens(e)},i=sf(e,{itemPattern:/^(\s*)([-+*])\s+\[([ xX])\]\s+(.*)$/,extractItemData:e=>({indentLevel:e[1].length,mainContent:e[4],checked:e[3].toLowerCase()===`x`}),createToken:(e,t)=>({type:`taskItem`,raw:``,mainContent:e.mainContent,indentLevel:e.indentLevel,checked:e.checked,text:e.mainContent,tokens:n.inlineTokens(e.mainContent),nestedTokens:t}),customNestedParser:r},n);if(i)return{type:`taskList`,raw:i.raw,items:i.items}}},markdownOptions:{indentsContent:!0},addCommands(){return{toggleTaskList:()=>({commands:e})=>e.toggleList(this.name,this.options.itemTypeName)}},addKeyboardShortcuts(){return{"Mod-Shift-9":()=>this.editor.commands.toggleTaskList()}}});W.create({name:`listKit`,addExtensions(){let e=[];return this.options.bulletList!==!1&&e.push(nh.configure(this.options.bulletList)),this.options.listItem!==!1&&e.push(rh.configure(this.options.listItem)),this.options.listKeymap!==!1&&e.push(mh.configure(this.options.listKeymap)),this.options.orderedList!==!1&&e.push(Ch.configure(this.options.orderedList)),this.options.taskItem!==!1&&e.push(Th.configure(this.options.taskItem)),this.options.taskList!==!1&&e.push(Eh.configure(this.options.taskList)),e}});var Dh=` `,Oh=`\xA0`,kh=G.create({name:`paragraph`,priority:1e3,addOptions(){return{HTMLAttributes:{}}},group:`block`,content:`inline*`,parseHTML(){return[{tag:`p`}]},renderHTML({HTMLAttributes:e}){return[`p`,U(this.options.HTMLAttributes,e),0]},parseMarkdown:(e,t)=>{let n=e.tokens||[];if(n.length===1&&n[0].type===`image`)return t.parseChildren([n[0]]);let r=t.parseInline(n);return n.length===1&&n[0].type===`text`&&(n[0].raw===Dh||n[0].text===Dh||n[0].raw===Oh||n[0].text===Oh)&&r.length===1&&r[0].type===`text`&&(r[0].text===Dh||r[0].text===Oh)?t.createNode(`paragraph`,void 0,[]):t.createNode(`paragraph`,void 0,r)},renderMarkdown:(e,t,n)=>{if(!e)return``;let r=Array.isArray(e.content)?e.content:[];if(r.length===0){let e=Array.isArray(n?.previousNode?.content)?n.previousNode.content:[];return n?.previousNode?.type===`paragraph`&&e.length===0?Dh:``}return t.renderChildren(r)},addCommands(){return{setParagraph:()=>({commands:e})=>e.setNode(this.name)}},addKeyboardShortcuts(){return{"Mod-Alt-0":()=>this.editor.commands.setParagraph()}}}),Ah=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))$/,jh=/(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))/g,Mh=wd.create({name:`strike`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`s`},{tag:`del`},{tag:`strike`},{style:`text-decoration`,consuming:!1,getAttrs:e=>e.includes(`line-through`)?{}:!1}]},renderHTML({HTMLAttributes:e}){return[`s`,U(this.options.HTMLAttributes,e),0]},markdownTokenName:`del`,parseMarkdown:(e,t)=>t.applyMark(`strike`,t.parseInline(e.tokens||[])),renderMarkdown:(e,t)=>`~~${t.renderChildren(e)}~~`,addCommands(){return{setStrike:()=>({commands:e})=>e.setMark(this.name),toggleStrike:()=>({commands:e})=>e.toggleMark(this.name),unsetStrike:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-Shift-s":()=>this.editor.commands.toggleStrike()}},addInputRules(){return[Jd({find:Ah,type:this.type})]},addPasteRules(){return[uf({find:jh,type:this.type})]}}),Nh=G.create({name:`text`,group:`inline`,parseMarkdown:e=>({type:`text`,text:e.text||``}),renderMarkdown:e=>e.text||``}),Ph=wd.create({name:`underline`,addOptions(){return{HTMLAttributes:{}}},parseHTML(){return[{tag:`u`},{style:`text-decoration`,consuming:!1,getAttrs:e=>e.includes(`underline`)?{}:!1}]},renderHTML({HTMLAttributes:e}){return[`u`,U(this.options.HTMLAttributes,e),0]},parseMarkdown(e,t){return t.applyMark(this.name||`underline`,t.parseInline(e.tokens||[]))},renderMarkdown(e,t){return`++${t.renderChildren(e)}++`},markdownTokenizer:{name:`underline`,level:`inline`,start(e){return e.indexOf(`++`)},tokenize(e,t,n){let r=/^(\+\+)([\s\S]+?)(\+\+)/.exec(e);if(!r)return;let i=r[2].trim();return{type:`underline`,raw:r[0],text:i,tokens:n.inlineTokens(i)}}},addCommands(){return{setUnderline:()=>({commands:e})=>e.setMark(this.name),toggleUnderline:()=>({commands:e})=>e.toggleMark(this.name),unsetUnderline:()=>({commands:e})=>e.unsetMark(this.name)}},addKeyboardShortcuts(){return{"Mod-u":()=>this.editor.commands.toggleUnderline(),"Mod-U":()=>this.editor.commands.toggleUnderline()}}});function Fh(e={}){return new N({view(t){return new Ih(t,e)}})}var Ih=class{constructor(e,t){this.editorView=e,this.cursorPos=null,this.element=null,this.timeout=-1,this.width=t.width??1,this.color=t.color===!1?void 0:t.color||`black`,this.class=t.class,this.handlers=[`dragover`,`dragend`,`drop`,`dragleave`].map(t=>{let n=e=>{this[t](e)};return e.dom.addEventListener(t,n),{name:t,handler:n}})}destroy(){this.handlers.forEach(({name:e,handler:t})=>this.editorView.dom.removeEventListener(e,t))}update(e,t){this.cursorPos!=null&&t.doc!=e.state.doc&&(this.cursorPos>e.state.doc.content.size?this.setCursor(null):this.updateOverlay())}setCursor(e){e!=this.cursorPos&&(this.cursorPos=e,e==null?(this.element.parentNode.removeChild(this.element),this.element=null):this.updateOverlay())}updateOverlay(){let e=this.editorView.state.doc.resolve(this.cursorPos),t=!e.parent.inlineContent,n,r=this.editorView.dom,i=r.getBoundingClientRect(),a=i.width/r.offsetWidth,o=i.height/r.offsetHeight;if(t){let t=e.nodeBefore,r=e.nodeAfter;if(t||r){let e=this.editorView.nodeDOM(this.cursorPos-(t?t.nodeSize:0));if(e){let i=e.getBoundingClientRect(),a=t?i.bottom:i.top;t&&r&&(a=(a+this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top)/2);let s=this.width/2*o;n={left:i.left,right:i.right,top:a-s,bottom:a+s}}}}if(!n){let e=this.editorView.coordsAtPos(this.cursorPos),t=this.width/2*a;n={left:e.left-t,right:e.left+t,top:e.top,bottom:e.bottom}}let s=this.editorView.dom.offsetParent;this.element||(this.element=s.appendChild(document.createElement(`div`)),this.class&&(this.element.className=this.class),this.element.style.cssText=`position: absolute; z-index: 50; pointer-events: none;`,this.color&&(this.element.style.backgroundColor=this.color)),this.element.classList.toggle(`prosemirror-dropcursor-block`,t),this.element.classList.toggle(`prosemirror-dropcursor-inline`,!t);let c,l;if(!s||s==document.body&&getComputedStyle(s).position==`static`)c=-pageXOffset,l=-pageYOffset;else{let e=s.getBoundingClientRect(),t=e.width/s.offsetWidth,n=e.height/s.offsetHeight;c=e.left-s.scrollLeft*t,l=e.top-s.scrollTop*n}this.element.style.left=(n.left-c)/a+`px`,this.element.style.top=(n.top-l)/o+`px`,this.element.style.width=(n.right-n.left)/a+`px`,this.element.style.height=(n.bottom-n.top)/o+`px`}scheduleRemoval(e){clearTimeout(this.timeout),this.timeout=setTimeout(()=>this.setCursor(null),e)}dragover(e){if(!this.editorView.editable)return;let t=this.editorView.posAtCoords({left:e.clientX,top:e.clientY}),n=t&&t.inside>=0&&this.editorView.state.doc.nodeAt(t.inside),r=n&&n.type.spec.disableDropCursor,i=typeof r==`function`?r(this.editorView,t,e):r;if(t&&!i){let e=t.pos;if(this.editorView.dragging&&this.editorView.dragging.slice){let t=Tn(this.editorView.state.doc,e,this.editorView.dragging.slice);t!=null&&(e=t)}this.setCursor(e),this.scheduleRemoval(5e3)}}dragend(){this.scheduleRemoval(20)}drop(){this.scheduleRemoval(20)}dragleave(e){this.editorView.dom.contains(e.relatedTarget)||this.setCursor(null)}},Lh=class e extends A{constructor(e){super(e,e)}map(t,n){let r=t.resolve(n.map(this.head));return e.valid(r)?new e(r):A.near(r)}content(){return O.empty}eq(t){return t instanceof e&&t.head==this.head}toJSON(){return{type:`gapcursor`,pos:this.head}}static fromJSON(t,n){if(typeof n.pos!=`number`)throw RangeError(`Invalid input for GapCursor.fromJSON`);return new e(t.resolve(n.pos))}getBookmark(){return new Rh(this.anchor)}static valid(e){let t=e.parent;if(t.inlineContent||!Bh(e)||!Vh(e))return!1;let n=t.type.spec.allowGapCursor;if(n!=null)return n;let r=t.contentMatchAt(e.index()).defaultType;return r&&r.isTextblock}static findGapCursorFrom(t,n,r=!1){search:for(;;){if(!r&&e.valid(t))return t;let i=t.pos,a=null;for(let r=t.depth;;r--){let o=t.node(r);if(n>0?t.indexAfter(r)0){a=o.child(n>0?t.indexAfter(r):t.index(r)-1);break}else if(r==0)return null;i+=n;let s=t.doc.resolve(i);if(e.valid(s))return s}for(;;){let o=n>0?a.firstChild:a.lastChild;if(!o){if(a.isAtom&&!a.isText&&!M.isSelectable(a)){t=t.doc.resolve(i+a.nodeSize*n),r=!1;continue search}break}a=o,i+=n;let s=t.doc.resolve(i);if(e.valid(s))return s}return null}}};Lh.prototype.visible=!1,Lh.findFrom=Lh.findGapCursorFrom,A.jsonID(`gapcursor`,Lh);var Rh=class e{constructor(e){this.pos=e}map(t){return new e(t.map(this.pos))}resolve(e){let t=e.resolve(this.pos);return Lh.valid(t)?new Lh(t):A.near(t)}};function zh(e){return e.isAtom||e.spec.isolating||e.spec.createGapCursor}function Bh(e){for(let t=e.depth;t>=0;t--){let n=e.index(t),r=e.node(t);if(n==0){if(r.type.spec.isolating)return!0;continue}for(let e=r.child(n-1);;e=e.lastChild){if(e.childCount==0&&!e.inlineContent||zh(e.type))return!0;if(e.inlineContent)return!1}}return!0}function Vh(e){for(let t=e.depth;t>=0;t--){let n=e.indexAfter(t),r=e.node(t);if(n==r.childCount){if(r.type.spec.isolating)return!0;continue}for(let e=r.child(n);;e=e.firstChild){if(e.childCount==0&&!e.inlineContent||zh(e.type))return!0;if(e.inlineContent)return!1}}return!0}function Hh(){return new N({props:{decorations:qh,createSelectionBetween(e,t,n){return t.pos==n.pos&&Lh.valid(n)?new Lh(n):null},handleClick:Gh,handleKeyDown:Uh,handleDOMEvents:{beforeinput:Kh}}})}var Uh=Ic({ArrowLeft:Wh(`horiz`,-1),ArrowRight:Wh(`horiz`,1),ArrowUp:Wh(`vert`,-1),ArrowDown:Wh(`vert`,1)});function Wh(e,t){let n=e==`vert`?t>0?`down`:`up`:t>0?`right`:`left`;return function(e,r,i){let a=e.selection,o=t>0?a.$to:a.$from,s=a.empty;if(a instanceof j){if(!i.endOfTextblock(n)||o.depth==0)return!1;s=!1,o=e.doc.resolve(t>0?o.after():o.before())}let c=Lh.findGapCursorFrom(o,t,s);return c?(r&&r(e.tr.setSelection(new Lh(c))),!0):!1}}function Gh(e,t,n){if(!e||!e.editable)return!1;let r=e.state.doc.resolve(t);if(!Lh.valid(r))return!1;let i=e.posAtCoords({left:n.clientX,top:n.clientY});return i&&i.inside>-1&&M.isSelectable(e.state.doc.nodeAt(i.inside))?!1:(e.dispatch(e.state.tr.setSelection(new Lh(r))),!0)}function Kh(e,t){if(t.inputType!=`insertCompositionText`||!(e.state.selection instanceof Lh))return!1;let{$from:n}=e.state.selection,r=n.parent.contentMatchAt(n.index()).findWrapping(e.state.schema.nodes.text);if(!r)return!1;let i=E.empty;for(let e=r.length-1;e>=0;e--)i=E.from(r[e].createAndFill(null,i));let a=e.state.tr.replace(n.pos,n.pos,new O(i,0,0));return a.setSelection(j.near(a.doc.resolve(n.pos+1))),e.dispatch(a),!1}function qh(e){if(!(e.selection instanceof Lh))return null;let t=document.createElement(`div`);return t.className=`ProseMirror-gapcursor`,R.create(e.doc,[Ps.widget(e.selection.head,t,{key:`gapcursor`})])}var Jh=200,X=function(){};X.prototype.append=function(e){return e.length?(e=X.from(e),!this.length&&e||e.length=t?X.empty:this.sliceInner(Math.max(0,e),Math.min(this.length,t))},X.prototype.get=function(e){if(!(e<0||e>=this.length))return this.getInner(e)},X.prototype.forEach=function(e,t,n){t===void 0&&(t=0),n===void 0&&(n=this.length),t<=n?this.forEachInner(e,t,n,0):this.forEachInvertedInner(e,t,n,0)},X.prototype.map=function(e,t,n){t===void 0&&(t=0),n===void 0&&(n=this.length);var r=[];return this.forEach(function(t,n){return r.push(e(t,n))},t,n),r},X.from=function(e){return e instanceof X?e:e&&e.length?new Yh(e):X.empty};var Yh=function(e){function t(t){e.call(this),this.values=t}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={length:{configurable:!0},depth:{configurable:!0}};return t.prototype.flatten=function(){return this.values},t.prototype.sliceInner=function(e,n){return e==0&&n==this.length?this:new t(this.values.slice(e,n))},t.prototype.getInner=function(e){return this.values[e]},t.prototype.forEachInner=function(e,t,n,r){for(var i=t;i=n;i--)if(e(this.values[i],r+i)===!1)return!1},t.prototype.leafAppend=function(e){if(this.length+e.length<=Jh)return new t(this.values.concat(e.flatten()))},t.prototype.leafPrepend=function(e){if(this.length+e.length<=Jh)return new t(e.flatten().concat(this.values))},n.length.get=function(){return this.values.length},n.depth.get=function(){return 0},Object.defineProperties(t.prototype,n),t}(X);X.empty=new Yh([]);var Xh=function(e){function t(t,n){e.call(this),this.left=t,this.right=n,this.length=t.length+n.length,this.depth=Math.max(t.depth,n.depth)+1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.flatten=function(){return this.left.flatten().concat(this.right.flatten())},t.prototype.getInner=function(e){return ei&&this.right.forEachInner(e,Math.max(t-i,0),Math.min(this.length,n)-i,r+i)===!1)return!1},t.prototype.forEachInvertedInner=function(e,t,n,r){var i=this.left.length;if(t>i&&this.right.forEachInvertedInner(e,t-i,Math.max(n,i)-i,r+i)===!1||n=n?this.right.slice(e-n,t-n):this.left.slice(e,n).append(this.right.slice(0,t-n))},t.prototype.leafAppend=function(e){var n=this.right.leafAppend(e);if(n)return new t(this.left,n)},t.prototype.leafPrepend=function(e){var n=this.left.leafPrepend(e);if(n)return new t(n,this.right)},t.prototype.appendInner=function(e){return this.left.depth>=Math.max(this.right.depth,e.depth)+1?new t(this.left,new t(this.right,e)):new t(this,e)},t}(X),Zh=500,Qh=class e{constructor(e,t){this.items=e,this.eventCount=t}popEvent(t,n){if(this.eventCount==0)return null;let r=this.items.length;for(;;r--)if(this.items.get(r-1).selection){--r;break}let i,a;n&&(i=this.remapping(r,this.items.length),a=i.maps.length);let o=t.tr,s,c,l=[],u=[];return this.items.forEach((t,n)=>{if(!t.step){i||(i=this.remapping(r,n+1),a=i.maps.length),a--,u.push(t);return}if(i){u.push(new eg(t.map));let e=t.step.map(i.slice(a)),n;e&&o.maybeStep(e).doc&&(n=o.mapping.maps[o.mapping.maps.length-1],l.push(new eg(n,void 0,void 0,l.length+u.length))),a--,n&&i.appendMap(n,a)}else o.maybeStep(t.step);if(t.selection)return s=i?t.selection.map(i.slice(a)):t.selection,c=new e(this.items.slice(0,r).append(u.reverse().concat(l)),this.eventCount-1),!1},this.items.length,0),{remaining:c,transform:o,selection:s}}addTransform(t,n,r,i){let a=[],o=this.eventCount,s=this.items,c=!i&&s.length?s.get(s.length-1):null;for(let e=0;eng&&(s=$h(s,l),o-=l),new e(s.append(a),o)}remapping(e,t){let n=new Ut;return this.items.forEach((t,r)=>{let i=t.mirrorOffset!=null&&r-t.mirrorOffset>=e?n.maps.length-t.mirrorOffset:void 0;n.appendMap(t.map,i)},e,t),n}addMaps(t){return this.eventCount==0?this:new e(this.items.append(t.map(e=>new eg(e))),this.eventCount)}rebased(t,n){if(!this.eventCount)return this;let r=[],i=Math.max(0,this.items.length-n),a=t.mapping,o=t.steps.length,s=this.eventCount;this.items.forEach(e=>{e.selection&&s--},i);let c=n;this.items.forEach(e=>{let n=a.getMirror(--c);if(n==null)return;o=Math.min(o,n);let i=a.maps[n];if(e.step){let o=t.steps[n].invert(t.docs[n]),l=e.selection&&e.selection.map(a.slice(c+1,n));l&&s++,r.push(new eg(i,o,l))}else r.push(new eg(i))},i);let l=[];for(let e=n;eZh&&(u=u.compress(this.items.length-r.length)),u}emptyItemCount(){let e=0;return this.items.forEach(t=>{t.step||e++}),e}compress(t=this.items.length){let n=this.remapping(0,t),r=n.maps.length,i=[],a=0;return this.items.forEach((e,o)=>{if(o>=t)i.push(e),e.selection&&a++;else if(e.step){let t=e.step.map(n.slice(r)),o=t&&t.getMap();if(r--,o&&n.appendMap(o,r),t){let s=e.selection&&e.selection.map(n.slice(r));s&&a++;let c=new eg(o.invert(),t,s),l,u=i.length-1;(l=i.length&&i[u].merge(c))?i[u]=l:i.push(c)}}else e.map&&r--},this.items.length,0),new e(X.from(i.reverse()),a)}};Qh.empty=new Qh(X.empty,0);function $h(e,t){let n;return e.forEach((e,r)=>{if(e.selection&&t--==0)return n=r,!1}),e.slice(n)}var eg=class e{constructor(e,t,n,r){this.map=e,this.step=t,this.selection=n,this.mirrorOffset=r}merge(t){if(this.step&&t.step&&!t.selection){let n=t.step.merge(this.step);if(n)return new e(n.getMap().invert(),n,this.selection)}}},tg=class{constructor(e,t,n,r,i){this.done=e,this.undone=t,this.prevRanges=n,this.prevTime=r,this.prevComposition=i}},ng=20;function rg(e,t,n,r){let i=n.getMeta(dg),a;if(i)return i.historyState;n.getMeta(fg)&&(e=new tg(e.done,e.undone,null,0,-1));let o=n.getMeta(`appendedTransaction`);if(n.steps.length==0)return e;if(o&&o.getMeta(dg))return o.getMeta(dg).redo?new tg(e.done.addTransform(n,void 0,r,ug(t)),e.undone,ag(n.mapping.maps),e.prevTime,e.prevComposition):new tg(e.done,e.undone.addTransform(n,void 0,r,ug(t)),null,e.prevTime,e.prevComposition);if(n.getMeta(`addToHistory`)!==!1&&!(o&&o.getMeta(`addToHistory`)===!1)){let i=n.getMeta(`composition`),a=e.prevTime==0||!o&&e.prevComposition!=i&&(e.prevTime<(n.time||0)-r.newGroupDelay||!ig(n,e.prevRanges)),s=o?og(e.prevRanges,n.mapping):ag(n.mapping.maps);return new tg(e.done.addTransform(n,a?t.selection.getBookmark():void 0,r,ug(t)),Qh.empty,s,n.time,i??e.prevComposition)}else if(a=n.getMeta(`rebased`))return new tg(e.done.rebased(n,a),e.undone.rebased(n,a),og(e.prevRanges,n.mapping),e.prevTime,e.prevComposition);else return new tg(e.done.addMaps(n.mapping.maps),e.undone.addMaps(n.mapping.maps),og(e.prevRanges,n.mapping),e.prevTime,e.prevComposition)}function ig(e,t){if(!t)return!1;if(!e.docChanged)return!0;let n=!1;return e.mapping.maps[0].forEach((e,r)=>{for(let i=0;i=t[i]&&(n=!0)}),n}function ag(e){let t=[];for(let n=e.length-1;n>=0&&t.length==0;n--)e[n].forEach((e,n,r,i)=>t.push(r,i));return t}function og(e,t){if(!e)return null;let n=[];for(let r=0;r{let i=dg.getState(n);if(!i||(e?i.undone:i.done).eventCount==0)return!1;if(r){let a=sg(i,n,e);a&&r(t?a.scrollIntoView():a)}return!0}}var hg=mg(!1,!0),gg=mg(!0,!0);W.create({name:`characterCount`,addOptions(){return{limit:null,mode:`textSize`,textCounter:e=>e.length,wordCounter:e=>e.split(` `).filter(e=>e!==``).length}},addStorage(){return{characters:()=>0,words:()=>0}},onBeforeCreate(){this.storage.characters=e=>{let t=e?.node||this.editor.state.doc;if((e?.mode||this.options.mode)===`textSize`){let e=t.textBetween(0,t.content.size,void 0,` `);return this.options.textCounter(e)}return t.nodeSize},this.storage.words=e=>{let t=e?.node||this.editor.state.doc,n=t.textBetween(0,t.content.size,` `,` `);return this.options.wordCounter(n)}},addProseMirrorPlugins(){let e=!1;return[new N({key:new P(`characterCount`),appendTransaction:(t,n,r)=>{if(e)return;let i=this.options.limit;if(i==null||i===0){e=!0;return}let a=this.storage.characters({node:r.doc});if(a>i){let t=a-i;console.warn(`[CharacterCount] Initial content exceeded limit of ${i} characters. Content was automatically trimmed.`);let n=r.tr.deleteRange(0,t);return e=!0,n}e=!0},filterTransaction:(e,t)=>{let n=this.options.limit;if(!e.docChanged||n===0||n==null)return!0;let r=this.storage.characters({node:t.doc}),i=this.storage.characters({node:e.doc});if(i<=n||r>n&&i>n&&i<=r)return!0;if(r>n&&i>n&&i>r||!e.getMeta(`paste`))return!1;let a=e.selection.$head.pos,o=a-(i-n),s=a;return e.deleteRange(o,s),!(this.storage.characters({node:e.doc})>n)}})]}});var _g=W.create({name:`dropCursor`,addOptions(){return{color:`currentColor`,width:1,class:void 0}},addProseMirrorPlugins(){return[Fh(this.options)]}});W.create({name:`focus`,addOptions(){return{className:`has-focus`,mode:`all`}},addProseMirrorPlugins(){return[new N({key:new P(`focus`),props:{decorations:({doc:e,selection:t})=>{let{isEditable:n,isFocused:r}=this.editor,{anchor:i}=t,a=[];if(!n||!r)return R.create(e,[]);let o=0;this.options.mode===`deepest`&&e.descendants((e,t)=>{if(!e.isText){if(!(i>=t&&i<=t+e.nodeSize-1))return!1;o+=1}});let s=0;return e.descendants((e,t)=>{if(e.isText||!(i>=t&&i<=t+e.nodeSize-1))return!1;if(s+=1,this.options.mode===`deepest`&&o-s>0||this.options.mode===`shallowest`&&s>1)return this.options.mode===`deepest`;a.push(Ps.node(t,t+e.nodeSize,{class:this.options.className}))}),R.create(e,a)}}})]}});var vg=W.create({name:`gapCursor`,addProseMirrorPlugins(){return[Hh()]},extendNodeSchema(e){return{allowGapCursor:H(V(e,`allowGapCursor`,{name:e.name,options:e.options,storage:e.storage}))??null}}}),yg=`placeholder`;function bg(e){return e.replace(/\s+/g,`-`).replace(/[^a-zA-Z0-9-]/g,``).replace(/^[0-9-]+/,``).replace(/^-+/,``).toLowerCase()}W.create({name:`placeholder`,addOptions(){return{emptyEditorClass:`is-editor-empty`,emptyNodeClass:`is-empty`,dataAttribute:yg,placeholder:`Write something …`,showOnlyWhenEditable:!0,showOnlyCurrent:!0,includeChildren:!1}},addProseMirrorPlugins(){let e=this.options.dataAttribute?`data-${bg(this.options.dataAttribute)}`:`data-${yg}`;return[new N({key:new P(`placeholder`),props:{decorations:({doc:t,selection:n})=>{let r=this.editor.isEditable||!this.options.showOnlyWhenEditable,{anchor:i}=n,a=[];if(!r)return null;let o=this.editor.isEmpty;return t.descendants((t,n)=>{let r=i>=n&&i<=n+t.nodeSize,s=!t.isLeaf&&zu(t);if(!t.type.isTextblock)return this.options.includeChildren;if((r||!this.options.showOnlyCurrent)&&s){let i=[this.options.emptyNodeClass];o&&i.push(this.options.emptyEditorClass);let s=Ps.node(n,n+t.nodeSize,{class:i.join(` `),[e]:typeof this.options.placeholder==`function`?this.options.placeholder({editor:this.editor,node:t,pos:n,hasAnchor:r}):this.options.placeholder});a.push(s)}return this.options.includeChildren}),R.create(t,a)}}})]}}),W.create({name:`selection`,addOptions(){return{className:`selection`}},addProseMirrorPlugins(){let{editor:e,options:t}=this;return[new N({key:new P(`selection`),props:{decorations(n){return n.selection.empty||e.isFocused||!e.isEditable||Bu(n.selection)||e.view.dragging?null:R.create(n.doc,[Ps.inline(n.selection.from,n.selection.to,{class:t.className})])}}})]}});function xg({types:e,node:t}){return t&&Array.isArray(e)&&e.includes(t.type)||t?.type===e}var Sg=W.create({name:`trailingNode`,addOptions(){return{node:void 0,notAfter:[]}},addProseMirrorPlugins(){let e=new P(this.name),t=this.options.node||this.editor.schema.topNodeType.contentMatch.defaultType?.name||`paragraph`,n=Object.entries(this.editor.schema.nodes).map(([,e])=>e).filter(e=>(this.options.notAfter||[]).concat(t).includes(e.name));return[new N({key:e,appendTransaction:(n,r,i)=>{let{doc:a,tr:o,schema:s}=i,c=e.getState(i),l=a.content.size,u=s.nodes[t];if(!n.some(e=>e.getMeta(`skipTrailingNode`))&&c)return o.insert(l,u.create())},state:{init:(e,t)=>{let r=t.tr.doc.lastChild;return!xg({node:r,types:n})},apply:(e,t)=>{if(!e.docChanged||e.getMeta(`__uniqueIDTransaction`))return t;let r=e.doc.lastChild;return!xg({node:r,types:n})}}})]}}),Cg=W.create({name:`undoRedo`,addOptions(){return{depth:100,newGroupDelay:500}},addCommands(){return{undo:()=>({state:e,dispatch:t})=>hg(e,t),redo:()=>({state:e,dispatch:t})=>gg(e,t)}},addProseMirrorPlugins(){return[pg(this.options)]},addKeyboardShortcuts(){return{"Mod-z":()=>this.editor.commands.undo(),"Shift-Mod-z":()=>this.editor.commands.redo(),"Mod-y":()=>this.editor.commands.redo(),"Mod-я":()=>this.editor.commands.undo(),"Shift-Mod-я":()=>this.editor.commands.redo()}}}),wg=W.create({name:`starterKit`,addExtensions(){let e=[];return this.options.bold!==!1&&e.push(Sf.configure(this.options.bold)),this.options.blockquote!==!1&&e.push(_f.configure(this.options.blockquote)),this.options.bulletList!==!1&&e.push(nh.configure(this.options.bulletList)),this.options.code!==!1&&e.push(Tf.configure(this.options.code)),this.options.codeBlock!==!1&&e.push(kf.configure(this.options.codeBlock)),this.options.document!==!1&&e.push(Af.configure(this.options.document)),this.options.dropcursor!==!1&&e.push(_g.configure(this.options.dropcursor)),this.options.gapcursor!==!1&&e.push(vg.configure(this.options.gapcursor)),this.options.hardBreak!==!1&&e.push(jf.configure(this.options.hardBreak)),this.options.heading!==!1&&e.push(Mf.configure(this.options.heading)),this.options.undoRedo!==!1&&e.push(Cg.configure(this.options.undoRedo)),this.options.horizontalRule!==!1&&e.push(Nf.configure(this.options.horizontalRule)),this.options.italic!==!1&&e.push(Rf.configure(this.options.italic)),this.options.listItem!==!1&&e.push(rh.configure(this.options.listItem)),this.options.listKeymap!==!1&&e.push(mh.configure(this.options?.listKeymap)),this.options.link!==!1&&e.push(Xm.configure(this.options?.link)),this.options.orderedList!==!1&&e.push(Ch.configure(this.options.orderedList)),this.options.paragraph!==!1&&e.push(kh.configure(this.options.paragraph)),this.options.strike!==!1&&e.push(Mh.configure(this.options.strike)),this.options.text!==!1&&e.push(Nh.configure(this.options.text)),this.options.underline!==!1&&e.push(Ph.configure(this.options?.underline)),this.options.trailingNode!==!1&&e.push(Sg.configure(this.options?.trailingNode)),e}}),Tg,Eg;if(typeof WeakMap<`u`){let e=new WeakMap;Tg=t=>e.get(t),Eg=(t,n)=>(e.set(t,n),n)}else{let e=[],t=0;Tg=t=>{for(let n=0;n(t==10&&(t=0),e[t++]=n,e[t++]=r)}var Z=class{constructor(e,t,n,r){this.width=e,this.height=t,this.map=n,this.problems=r}findCell(e){for(let t=0;t=n){(a||=[]).push({type:`overlong_rowspan`,pos:c,n:f-e});break}let l=i+e*t;for(let e=0;er&&(a+=i.attrs.colspan)}}for(let e=0;e1&&(n=!0)}t==-1?t=a:t!=a&&(t=Math.max(t,a))}return t}function kg(e,t,n){e.problems||=[];let r={};for(let i=0;i0;t--)if(e.node(t).type.spec.tableRole==`row`)return e.node(0).resolve(e.before(t+1));return null}function Pg(e){for(let t=e.depth;t>0;t--){let n=e.node(t).type.spec.tableRole;if(n===`cell`||n===`header_cell`)return e.node(t)}return null}function Fg(e){let t=e.selection.$head;for(let e=t.depth;e>0;e--)if(t.node(e).type.spec.tableRole==`row`)return!0;return!1}function Ig(e){let t=e.selection;if(`$anchorCell`in t&&t.$anchorCell)return t.$anchorCell.pos>t.$headCell.pos?t.$anchorCell:t.$headCell;if(`node`in t&&t.node&&t.node.type.spec.tableRole==`cell`)return t.$anchor;let n=Ng(t.$head)||Lg(t.$head);if(n)return n;throw RangeError(`No cell found around position ${t.head}`)}function Lg(e){for(let t=e.nodeAfter,n=e.pos;t;t=t.firstChild,n++){let r=t.type.spec.tableRole;if(r==`cell`||r==`header_cell`)return e.doc.resolve(n)}for(let t=e.nodeBefore,n=e.pos;t;t=t.lastChild,n--){let r=t.type.spec.tableRole;if(r==`cell`||r==`header_cell`)return e.doc.resolve(n-t.nodeSize)}}function Rg(e){return e.parent.type.spec.tableRole==`row`&&!!e.nodeAfter}function zg(e){return e.node(0).resolve(e.pos+e.nodeAfter.nodeSize)}function Bg(e,t){return e.depth==t.depth&&e.pos>=t.start(-1)&&e.pos<=t.end(-1)}function Vg(e,t,n){let r=e.node(-1),i=Z.get(r),a=e.start(-1),o=i.nextCell(e.pos-a,t,n);return o==null?null:e.node(0).resolve(a+o)}function Hg(e,t,n=1){let r={...e,colspan:e.colspan-n};return r.colwidth&&(r.colwidth=r.colwidth.slice(),r.colwidth.splice(t,n),r.colwidth.some(e=>e>0)||(r.colwidth=null)),r}function Ug(e,t,n=1){let r={...e,colspan:e.colspan+n};if(r.colwidth){r.colwidth=r.colwidth.slice();for(let e=0;ee!=t.pos-i);s.unshift(t.pos-i);let c=s.map(e=>{let t=n.nodeAt(e);if(!t)throw RangeError(`No cell with offset ${e} found`);let r=i+e+1;return new Kn(o.resolve(r),o.resolve(r+t.content.size))});super(c[0].$from,c[0].$to,c),this.$anchorCell=e,this.$headCell=t}map(t,n){let r=t.resolve(n.map(this.$anchorCell.pos)),i=t.resolve(n.map(this.$headCell.pos));if(Rg(r)&&Rg(i)&&Bg(r,i)){let t=this.$anchorCell.node(-1)!=r.node(-1);return t&&this.isRowSelection()?e.rowSelection(r,i):t&&this.isColSelection()?e.colSelection(r,i):new e(r,i)}return j.between(r,i)}content(){let e=this.$anchorCell.node(-1),t=Z.get(e),n=this.$anchorCell.start(-1),r=t.rectBetween(this.$anchorCell.pos-n,this.$headCell.pos-n),i={},a=[];for(let n=r.top;n0||u>0){let e=c.attrs;if(l>0&&(e=Hg(e,0,l)),u>0&&(e=Hg(e,e.colspan-u,u)),s.leftr.bottom){let e={...c.attrs,rowspan:Math.min(s.bottom,r.bottom)-Math.max(s.top,r.top)};c=s.top0)return!1;let n=e+this.$anchorCell.nodeAfter.attrs.rowspan,r=t+this.$headCell.nodeAfter.attrs.rowspan;return Math.max(n,r)==this.$headCell.node(-1).childCount}static colSelection(t,n=t){let r=t.node(-1),i=Z.get(r),a=t.start(-1),o=i.findCell(t.pos-a),s=i.findCell(n.pos-a),c=t.node(0);return o.top<=s.top?(o.top>0&&(t=c.resolve(a+i.map[o.left])),s.bottom0&&(n=c.resolve(a+i.map[s.left])),o.bottom0)return!1;let a=r+this.$anchorCell.nodeAfter.attrs.colspan,o=i+this.$headCell.nodeAfter.attrs.colspan;return Math.max(a,o)==t.width}eq(t){return t instanceof e&&t.$anchorCell.pos==this.$anchorCell.pos&&t.$headCell.pos==this.$headCell.pos}static rowSelection(t,n=t){let r=t.node(-1),i=Z.get(r),a=t.start(-1),o=i.findCell(t.pos-a),s=i.findCell(n.pos-a),c=t.node(0);return o.left<=s.left?(o.left>0&&(t=c.resolve(a+i.map[o.top*i.width])),s.right0&&(n=c.resolve(a+i.map[s.top*i.width])),o.right{t.push(Ps.node(n,n+e.nodeSize,{class:`selectedCell`}))}),R.create(e.doc,t)}function qg({$from:e,$to:t}){if(e.pos==t.pos||e.pos=0&&!(e.after(i+1)=0&&!(t.before(e+1)>t.start(e));e--,r--);return n==r&&/row|table/.test(e.node(i).type.spec.tableRole)}function Jg({$from:e,$to:t}){let n,r;for(let t=e.depth;t>0;t--){let r=e.node(t);if(r.type.spec.tableRole===`cell`||r.type.spec.tableRole===`header_cell`){n=r;break}}for(let e=t.depth;e>0;e--){let n=t.node(e);if(n.type.spec.tableRole===`cell`||n.type.spec.tableRole===`header_cell`){r=n;break}}return n!==r&&t.parentOffset===0}function Yg(e,t,n){let r=(t||e).selection,i=(t||e).doc,a,o;if(r instanceof M&&(o=r.node.type.spec.tableRole)){if(o==`cell`||o==`header_cell`)a=Q.create(i,r.from);else if(o==`row`){let e=i.resolve(r.from+1);a=Q.rowSelection(e,e)}else if(!n){let e=Z.get(r.node),t=r.from+1,n=t+e.map[e.width*e.height-1];a=Q.create(i,t+1,n)}}else r instanceof j&&qg(r)?a=j.create(i,r.from):r instanceof j&&Jg(r)&&(a=j.create(i,r.$from.start(),r.$from.end()));return a&&(t||=e.tr).setSelection(a),t}var Xg=new P(`fix-tables`);function Zg(e,t,n,r){let i=e.childCount,a=t.childCount;outer:for(let o=0,s=0;o{t.type.spec.tableRole==`table`&&(n=$g(e,t,r,n))};return t?t.doc!=e.doc&&Zg(t.doc,e.doc,0,r):e.doc.descendants(r),n}function $g(e,t,n,r){let i=Z.get(t);if(!i.problems)return r;r||=e.tr;let a=[];for(let e=0;e0){let t=`cell`;n.firstChild&&(t=n.firstChild.type.spec.tableRole);let a=[];for(let n=0;n0?-1:0;Wg(t,r,i+a)&&(a=i==0||i==t.width?null:0);for(let o=0;o0&&i0&&t.map[s-1]==c||i0?-1:0;o_(t,r,i+s)&&(s=i==0||i==t.height?null:0);for(let a=0,c=t.width*i;a0&&i0&&l==t.map[o-t.width]){let t=n.nodeAt(l).attrs;e.setNodeMarkup(e.mapping.slice(s).map(l+r),null,{...t,rowspan:t.rowspan-1}),a+=t.colspan-1}else if(i0&&n[a]==n[a-1]||r.right0&&n[i]==n[i-e]||r.bottom0){let e=s+1+c.content.size,t=f_(c)?s+1:e;n.replaceWith(t+r.tableStart,e+r.tableStart,o)}n.setSelection(new Q(n.doc.resolve(s+r.tableStart))),t(n)}return!0}function h_(e,t){let n=jg(e.schema);return g_(({node:e})=>n[e.type.spec.tableRole])(e,t)}function g_(e){return(t,n)=>{let r=t.selection,i,a;if(r instanceof Q){if(r.$anchorCell.pos!=r.$headCell.pos)return!1;i=r.$anchorCell.nodeAfter,a=r.$anchorCell.pos}else{if(i=Pg(r.$from),!i)return!1;a=Ng(r.$from)?.pos}if(i==null||a==null||i.attrs.colspan==1&&i.attrs.rowspan==1)return!1;if(n){let o=i.attrs,s=[],c=o.colwidth;o.rowspan>1&&(o={...o,rowspan:1}),o.colspan>1&&(o={...o,colspan:1});let l=e_(t),u=t.tr;for(let e=0;e{n.attrs[e]!==t&&a.setNodeMarkup(r,null,{...n.attrs,[e]:t})}):a.setNodeMarkup(i.pos,null,{...i.nodeAfter.attrs,[e]:t}),r(a)}return!0}}function v_(e){return function(t,n){if(!Fg(t))return!1;if(n){let r=jg(t.schema),i=e_(t),a=t.tr,o=i.map.cellsInRect(e==`column`?{left:i.left,top:0,right:i.right,bottom:i.map.height}:e==`row`?{left:0,top:i.top,right:i.map.width,bottom:i.bottom}:i),s=o.map(e=>i.table.nodeAt(e));for(let e=0;e{let t=e+i.tableStart,n=a.doc.nodeAt(t);n&&a.setNodeMarkup(t,u,n.attrs)}),n(a)}return!0}}b_(`row`,{useDeprecatedLogic:!0}),b_(`column`,{useDeprecatedLogic:!0});var x_=b_(`cell`,{useDeprecatedLogic:!0});function S_(e,t){if(t<0){let t=e.nodeBefore;if(t)return e.pos-t.nodeSize;for(let t=e.index(-1)-1,n=e.before();t>=0;t--){let r=e.node(-1).child(t),i=r.lastChild;if(i)return n-1-i.nodeSize;n-=r.nodeSize}}else{if(e.index()0;r--)if(n.node(r).type.spec.tableRole==`table`)return t&&t(e.tr.delete(n.before(r),n.after(r)).scrollIntoView()),!0;return!1}function T_(e,t){let n=e.selection;if(!(n instanceof Q))return!1;if(t){let r=e.tr,i=jg(e.schema).cell.createAndFill().content;n.forEachCell((e,t)=>{e.content.eq(i)||r.replace(r.mapping.map(t+1),r.mapping.map(t+e.nodeSize-1),new O(i,0,0))}),r.docChanged&&t(r)}return!0}function E_(e){if(e.size===0)return null;let{content:t,openStart:n,openEnd:r}=e;for(;t.childCount==1&&(n>0&&r>0||t.child(0).type.spec.tableRole==`table`);)n--,r--,t=t.child(0).content;let i=t.child(0),a=i.type.spec.tableRole,o=i.type.schema,s=[];if(a==`row`)for(let e=0;e=0;t--){let{rowspan:i,colspan:a}=r.child(t).attrs;for(let t=e;t=t.length&&t.push(E.empty),n[i]r&&(s=s.type.createChecked(Hg(s.attrs,s.attrs.colspan,n+s.attrs.colspan-r),s.content)),o.push(s),n+=s.attrs.colspan;for(let n=1;ni&&(t=t.type.create({...t.attrs,rowspan:Math.max(1,i-t.attrs.rowspan)},t.content)),o.push(t)}e.push(E.from(o))}n=e,t=i}return{width:e,height:t,rows:n}}function A_(e,t,n,r,i,a,o){let s=e.doc.type.schema,c=jg(s),l,u;if(i>t.width)for(let a=0,s=0;at.height){let s=[];for(let e=0,r=(t.height-1)*t.width;e=t.width?!1:n.nodeAt(t.map[r+e]).type==c.header_cell;s.push(i?u||=c.header_cell.createAndFill():l||=c.cell.createAndFill())}let d=c.row.create(null,E.from(s)),f=[];for(let e=t.height;e{if(!i)return!1;let a=n.selection;if(a instanceof Q)return F_(n,r,A.near(a.$headCell,t));if(e!=`horiz`&&!a.empty)return!1;let o=V_(i,e,t);if(o==null)return!1;if(e==`horiz`)return F_(n,r,A.near(n.doc.resolve(a.head+t),t));{let i=n.doc.resolve(o),a=Vg(i,e,t),s;return s=a?A.near(a,1):t<0?A.near(n.doc.resolve(i.before(-1)),-1):A.near(n.doc.resolve(i.after(-1)),1),F_(n,r,s)}}}function L_(e,t){return(n,r,i)=>{if(!i)return!1;let a=n.selection,o;if(a instanceof Q)o=a;else{let r=V_(i,e,t);if(r==null)return!1;o=new Q(n.doc.resolve(r))}let s=Vg(o.$headCell,e,t);return s?F_(n,r,new Q(o.$anchorCell,s)):!1}}function R_(e,t){let n=e.state.doc,r=Ng(n.resolve(t));return r?(e.dispatch(e.state.tr.setSelection(new Q(r))),!0):!1}function z_(e,t,n){if(!Fg(e.state))return!1;let r=E_(n),i=e.state.selection;if(i instanceof Q){r||={width:1,height:1,rows:[E.from(O_(jg(e.state.schema).cell,n))]};let t=i.$anchorCell.node(-1),a=i.$anchorCell.start(-1),o=Z.get(t).rectBetween(i.$anchorCell.pos-a,i.$headCell.pos-a);return r=k_(r,o.right-o.left,o.bottom-o.top),N_(e.state,e.dispatch,a,o,r),!0}else if(r){let t=Ig(e.state),n=t.start(-1);return N_(e.state,e.dispatch,n,Z.get(t.node(-1)).findCell(t.pos-n),r),!0}else return!1}function B_(e,t){if(t.button!=0||t.ctrlKey||t.metaKey)return;let n=H_(e,t.target),r;if(t.shiftKey&&e.state.selection instanceof Q)i(e.state.selection.$anchorCell,t),t.preventDefault();else if(t.shiftKey&&n&&(r=Ng(e.state.selection.$anchor))!=null&&U_(e,t)?.pos!=r.pos)i(r,t),t.preventDefault();else if(!n)return;function i(t,n){let r=U_(e,n),i=Mg.getState(e.state)==null;if(!r||!Bg(t,r))if(i)r=t;else return;let a=new Q(t,r);if(i||!e.state.selection.eq(a)){let n=e.state.tr.setSelection(a);i&&n.setMeta(Mg,t.pos),e.dispatch(n)}}function a(){e.root.removeEventListener(`mouseup`,a),e.root.removeEventListener(`dragstart`,a),e.root.removeEventListener(`mousemove`,o),Mg.getState(e.state)!=null&&e.dispatch(e.state.tr.setMeta(Mg,-1))}function o(r){let o=r,s=Mg.getState(e.state),c;if(s!=null)c=e.state.doc.resolve(s);else if(H_(e,o.target)!=n&&(c=U_(e,t),!c))return a();c&&i(c,o)}e.root.addEventListener(`mouseup`,a),e.root.addEventListener(`dragstart`,a),e.root.addEventListener(`mousemove`,o)}function V_(e,t,n){if(!(e.state.selection instanceof j))return null;let{$head:r}=e.state.selection;for(let i=r.depth-1;i>=0;i--){let a=r.node(i);if((n<0?r.index(i):r.indexAfter(i))!=(n<0?0:a.childCount))return null;if(a.type.spec.tableRole==`cell`||a.type.spec.tableRole==`header_cell`){let a=r.before(i),o=t==`vert`?n>0?`down`:`up`:n>0?`right`:`left`;return e.endOfTextblock(o)?a:null}}return null}function H_(e,t){for(;t&&t!=e.dom;t=t.parentNode)if(t.nodeName==`TD`||t.nodeName==`TH`)return t;return null}function U_(e,t){let n=e.posAtCoords({left:t.clientX,top:t.clientY});if(!n)return null;let{inside:r,pos:i}=n;return r>=0&&Ng(e.state.doc.resolve(r))||Ng(e.state.doc.resolve(i))}var W_=class{constructor(e,t){this.node=e,this.defaultCellMinWidth=t,this.dom=document.createElement(`div`),this.dom.className=`tableWrapper`,this.table=this.dom.appendChild(document.createElement(`table`)),this.table.style.setProperty(`--default-cell-min-width`,`${t}px`),this.colgroup=this.table.appendChild(document.createElement(`colgroup`)),G_(e,this.colgroup,this.table,t),this.contentDOM=this.table.appendChild(document.createElement(`tbody`))}update(e){return e.type==this.node.type?(this.node=e,G_(e,this.colgroup,this.table,this.defaultCellMinWidth),!0):!1}ignoreMutation(e){return e.type==`attributes`&&(e.target==this.table||this.colgroup.contains(e.target))}};function G_(e,t,n,r,i,a){let o=0,s=!0,c=t.firstChild,l=e.firstChild;if(l){for(let e=0,n=0;enew r(e,n,t)),new J_(-1,!1)},apply(e,t){return t.apply(e)}},props:{attributes:e=>{let t=K_.getState(e);return t&&t.activeHandle>-1?{class:`resize-cursor`}:{}},handleDOMEvents:{mousemove:(t,n)=>{Y_(t,n,e,i)},mouseleave:e=>{X_(e)},mousedown:(e,r)=>{Z_(e,r,t,n)}},decorations:e=>{let t=K_.getState(e);if(t&&t.activeHandle>-1)return ov(e,t.activeHandle)},nodeViews:{}}});return a}var J_=class e{constructor(e,t){this.activeHandle=e,this.dragging=t}apply(t){let n=this,r=t.getMeta(K_);if(r&&r.setHandle!=null)return new e(r.setHandle,!1);if(r&&r.setDragging!==void 0)return new e(n.activeHandle,r.setDragging);if(n.activeHandle>-1&&t.docChanged){let r=t.mapping.map(n.activeHandle,-1);return Rg(t.doc.resolve(r))||(r=-1),new e(r,n.dragging)}return n}};function Y_(e,t,n,r){if(!e.editable)return;let i=K_.getState(e.state);if(i&&!i.dragging){let a=$_(t.target),o=-1;if(a){let{left:r,right:i}=a.getBoundingClientRect();t.clientX-r<=n?o=ev(e,t,`left`,n):i-t.clientX<=n&&(o=ev(e,t,`right`,n))}if(o!=i.activeHandle){if(!r&&o!==-1){let t=e.state.doc.resolve(o),n=t.node(-1),r=Z.get(n),i=t.start(-1);if(r.colCount(t.pos-i)+t.nodeAfter.attrs.colspan-1==r.width-1)return}nv(e,o)}}}function X_(e){if(!e.editable)return;let t=K_.getState(e.state);t&&t.activeHandle>-1&&!t.dragging&&nv(e,-1)}function Z_(e,t,n,r){if(!e.editable)return!1;let i=e.dom.ownerDocument.defaultView??window,a=K_.getState(e.state);if(!a||a.activeHandle==-1||a.dragging)return!1;let o=e.state.doc.nodeAt(a.activeHandle),s=Q_(e,a.activeHandle,o.attrs);e.dispatch(e.state.tr.setMeta(K_,{setDragging:{startX:t.clientX,startWidth:s}}));function c(t){i.removeEventListener(`mouseup`,c),i.removeEventListener(`mousemove`,l);let r=K_.getState(e.state);r?.dragging&&(rv(e,r.activeHandle,tv(r.dragging,t,n)),e.dispatch(e.state.tr.setMeta(K_,{setDragging:null})))}function l(t){if(!t.which)return c(t);let i=K_.getState(e.state);if(i&&i.dragging){let a=tv(i.dragging,t,n);iv(e,i.activeHandle,a,r)}}return iv(e,a.activeHandle,s,r),i.addEventListener(`mouseup`,c),i.addEventListener(`mousemove`,l),t.preventDefault(),!0}function Q_(e,t,{colspan:n,colwidth:r}){let i=r&&r[r.length-1];if(i)return i;let a=e.domAtPos(t),o=a.node.childNodes[a.offset].offsetWidth,s=n;if(r)for(let e=0;elv(e),renderHTML:e=>e.align?{style:`text-align: ${e.align}`}:{}}}var fv=G.create({name:`tableCell`,addOptions(){return{HTMLAttributes:{}}},content:`block+`,addAttributes(){return{colspan:{default:1},rowspan:{default:1},colwidth:{default:null,parseHTML:e=>{let t=e.getAttribute(`colwidth`),n=t?t.split(`,`).map(e=>parseInt(e,10)):null;if(!n){let t=e.closest(`table`)?.querySelectorAll(`colgroup > col`),n=Array.from(e.parentElement?.children||[]).indexOf(e);if(n&&n>-1&&t&&t[n]){let e=t[n].getAttribute(`width`);return e?[parseInt(e,10)]:null}}return n}},align:dv()}},tableRole:`cell`,isolating:!0,parseHTML(){return[{tag:`td`}]},renderHTML({HTMLAttributes:e}){return[`td`,U(this.options.HTMLAttributes,e),0]}}),pv=G.create({name:`tableHeader`,addOptions(){return{HTMLAttributes:{}}},content:`block+`,addAttributes(){return{colspan:{default:1},rowspan:{default:1},colwidth:{default:null,parseHTML:e=>{let t=e.getAttribute(`colwidth`);return t?t.split(`,`).map(e=>parseInt(e,10)):null}},align:dv()}},tableRole:`header_cell`,isolating:!0,parseHTML(){return[{tag:`th`}]},renderHTML({HTMLAttributes:e}){return[`th`,U(this.options.HTMLAttributes,e),0]}}),mv=G.create({name:`tableRow`,addOptions(){return{HTMLAttributes:{}}},content:`(tableCell | tableHeader)*`,tableRole:`row`,parseHTML(){return[{tag:`tr`}]},renderHTML({HTMLAttributes:e}){return[`tr`,U(this.options.HTMLAttributes,e),0]}});function hv(e,t){return t?[`width`,`${Math.max(t,e)}px`]:[`min-width`,`${e}px`]}function gv(e,t,n,r,i,a){var o;let s=0,c=!0,l=t.firstChild,u=e.firstChild;if(u!==null)for(let e=0,n=0;e{let r=e.nodes[n];r.spec.tableRole&&(t[r.spec.tableRole]=r)}),e.cached.tableNodeTypes=t,t}function xv(e,t,n,r,i){let a=bv(e),o=[],s=[];for(let e=0;e{let{selection:t}=e.state;if(!Sv(t))return!1;let n=0;return tu(t.ranges[0].$from,e=>e.type.name===`table`)?.node.descendants(e=>{if(e.type.name===`table`)return!1;[`tableCell`,`tableHeader`].includes(e.type.name)&&(n+=1)}),n===t.ranges.length?(e.commands.deleteTable(),!0):!1};function wv(e){return(e||``).replace(/\s+/g,` `).trim()}function Tv(e,t,n={}){let r=n.cellLineSeparator??``;if(!e||!e.content||e.content.length===0)return``;let i=[];e.content.forEach(e=>{let n=[];e.content&&e.content.forEach(e=>{let i=``;i=e.content&&Array.isArray(e.content)&&e.content.length>1?e.content.map(e=>t.renderChildren(e)).join(r):e.content?t.renderChildren(e.content):``;let a=wv(i),o=e.type===`tableHeader`,s=uv(e.attrs);n.push({text:a,isHeader:o,align:s})}),i.push(n)});let a=i.reduce((e,t)=>Math.max(e,t.length),0);if(a===0)return``;let o=Array(a).fill(0);i.forEach(e=>{for(let t=0;to[t]&&(o[t]=n),o[t]<3&&(o[t]=3)}});let s=(e,t)=>e+` `.repeat(Math.max(0,t-e.length)),c=i[0],l=c.some(e=>e.isHeader),u=Array(a).fill(null);i.forEach(e=>{for(let t=0;tl&&c[t]&&c[t].text||``);return d+=`| ${f.map((e,t)=>s(e,o[t])).join(` | `)} | +`,d+=`| ${o.map((e,t)=>{let n=Math.max(3,e),r=u[t];return r===`left`?`:${`-`.repeat(n)}`:r===`right`?`${`-`.repeat(n)}:`:r===`center`?`:${`-`.repeat(n)}:`:`-`.repeat(n)}).join(` | `)} | +`,(l?i.slice(1):i).forEach(e=>{d+=`| ${Array(a).fill(0).map((t,n)=>s(e[n]&&e[n].text||``,o[n])).join(` | `)} | +`}),d}var Ev=Tv,Dv=G.create({name:`table`,addOptions(){return{HTMLAttributes:{},resizable:!1,renderWrapper:!1,handleWidth:5,cellMinWidth:25,View:_v,lastColumnResizable:!0,allowTableNodeSelection:!1}},content:`tableRow+`,tableRole:`table`,isolating:!0,group:`block`,parseHTML(){return[{tag:`table`}]},renderHTML({node:e,HTMLAttributes:t}){let{colgroup:n,tableWidth:r,tableMinWidth:i}=vv(e,this.options.cellMinWidth),a=t.style;function o(){return a||(r?`width: ${r}`:`min-width: ${i}`)}let s=[`table`,U(this.options.HTMLAttributes,t,{style:o()}),n,[`tbody`,0]];return this.options.renderWrapper?[`div`,{class:`tableWrapper`},s]:s},parseMarkdown:(e,t)=>{let n=[],r=Array.isArray(e.align)?e.align:[];if(e.header){let i=[];e.header.forEach((e,n)=>{let a=cv(r[n]??e.align),o=a?{align:a}:{};i.push(t.createNode(`tableHeader`,o,[{type:`paragraph`,content:t.parseInline(e.tokens)}]))}),n.push(t.createNode(`tableRow`,{},i))}return e.rows&&e.rows.forEach(e=>{let i=[];e.forEach((e,n)=>{let a=cv(r[n]??e.align),o=a?{align:a}:{};i.push(t.createNode(`tableCell`,o,[{type:`paragraph`,content:t.parseInline(e.tokens)}]))}),n.push(t.createNode(`tableRow`,{},i))}),t.createNode(`table`,void 0,n)},renderMarkdown:(e,t)=>Ev(e,t),addCommands(){return{insertTable:({rows:e=3,cols:t=3,withHeaderRow:n=!0}={})=>({tr:r,dispatch:i,editor:a})=>{let o=xv(a.schema,e,t,n);if(i){let e=r.selection.from+1;r.replaceSelectionWith(o).scrollIntoView().setSelection(j.near(r.doc.resolve(e)))}return!0},addColumnBefore:()=>({state:e,dispatch:t})=>n_(e,t),addColumnAfter:()=>({state:e,dispatch:t})=>r_(e,t),deleteColumn:()=>({state:e,dispatch:t})=>a_(e,t),addRowBefore:()=>({state:e,dispatch:t})=>c_(e,t),addRowAfter:()=>({state:e,dispatch:t})=>l_(e,t),deleteRow:()=>({state:e,dispatch:t})=>d_(e,t),deleteTable:()=>({state:e,dispatch:t})=>w_(e,t),mergeCells:()=>({state:e,dispatch:t})=>m_(e,t),splitCell:()=>({state:e,dispatch:t})=>h_(e,t),toggleHeaderColumn:()=>({state:e,dispatch:t})=>b_(`column`)(e,t),toggleHeaderRow:()=>({state:e,dispatch:t})=>b_(`row`)(e,t),toggleHeaderCell:()=>({state:e,dispatch:t})=>x_(e,t),mergeOrSplit:()=>({state:e,dispatch:t})=>m_(e,t)?!0:h_(e,t),setCellAttribute:(e,t)=>({state:n,dispatch:r})=>__(e,t)(n,r),goToNextCell:()=>({state:e,dispatch:t})=>C_(1)(e,t),goToPreviousCell:()=>({state:e,dispatch:t})=>C_(-1)(e,t),fixTables:()=>({state:e,dispatch:t})=>(t&&Qg(e),!0),setCellSelection:e=>({tr:t,dispatch:n})=>{if(n){let n=Q.create(t.doc,e.anchorCell,e.headCell);t.setSelection(n)}return!0}}},addKeyboardShortcuts(){return{Tab:()=>this.editor.commands.goToNextCell()?!0:this.editor.can().addRowAfter()?this.editor.chain().addRowAfter().goToNextCell().run():!1,"Shift-Tab":()=>this.editor.commands.goToPreviousCell(),Backspace:Cv,"Mod-Backspace":Cv,Delete:Cv,"Mod-Delete":Cv}},addProseMirrorPlugins(){return[...this.options.resizable&&this.editor.isEditable?[q_({handleWidth:this.options.handleWidth,cellMinWidth:this.options.cellMinWidth,defaultCellMinWidth:this.options.cellMinWidth,View:this.options.View,lastColumnResizable:this.options.lastColumnResizable})]:[],sv({allowTableNodeSelection:this.options.allowTableNodeSelection})]},extendNodeSchema(e){return{tableRole:H(V(e,`tableRole`,{name:e.name,options:e.options,storage:e.storage}))}}});W.create({name:`tableKit`,addExtensions(){let e=[];return this.options.table!==!1&&e.push(Dv.configure(this.options.table)),this.options.tableCell!==!1&&e.push(fv.configure(this.options.tableCell)),this.options.tableHeader!==!1&&e.push(pv.configure(this.options.tableHeader)),this.options.tableRow!==!1&&e.push(mv.configure(this.options.tableRow)),e}});var Ov=20,kv=(e,t=0)=>{let n=[];return!e.children.length||t>Ov||Array.from(e.children).forEach(e=>{e.tagName===`SPAN`?n.push(e):e.children.length&&n.push(...kv(e,t+1))}),n},Av=e=>{if(!e.children.length)return;let t=kv(e);t&&t.forEach(e=>{let t=e.getAttribute(`style`),n=(e.parentElement?.closest(`span`))?.getAttribute(`style`);e.setAttribute(`style`,`${n};${t}`)})},jv=wd.create({name:`textStyle`,priority:101,addOptions(){return{HTMLAttributes:{},mergeNestedSpanStyles:!0}},parseHTML(){return[{tag:`span`,consuming:!1,getAttrs:e=>e.hasAttribute(`style`)?(this.options.mergeNestedSpanStyles&&Av(e),{}):!1}]},renderHTML({HTMLAttributes:e}){return[`span`,U(this.options.HTMLAttributes,e),0]},addCommands(){return{toggleTextStyle:e=>({commands:t})=>t.toggleMark(this.name,e),removeEmptyTextStyle:()=>({tr:e})=>{let{selection:t}=e;return e.doc.nodesBetween(t.from,t.to,(t,n)=>{if(t.isTextblock)return!0;t.marks.filter(e=>e.type===this.type).some(e=>Object.values(e.attrs).some(e=>!!e))||e.removeMark(n,n+t.nodeSize,this.type)}),!0}}}}),Mv=W.create({name:`backgroundColor`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{backgroundColor:{default:null,parseHTML:e=>{let t=e.getAttribute(`style`);if(t){let e=t.split(`;`).map(e=>e.trim()).filter(Boolean);for(let t=e.length-1;t>=0;--t){let n=e[t].split(`:`);if(n.length>=2){let e=n[0].trim().toLowerCase(),t=n.slice(1).join(`:`).trim();if(e===`background-color`)return t.replace(/['"]+/g,``)}}}return e.style.backgroundColor?.replace(/['"]+/g,``)},renderHTML:e=>e.backgroundColor?{style:`background-color: ${e.backgroundColor}`}:{}}}}]},addCommands(){return{setBackgroundColor:e=>({chain:t})=>t().setMark(`textStyle`,{backgroundColor:e}).run(),unsetBackgroundColor:()=>({chain:e})=>e().setMark(`textStyle`,{backgroundColor:null}).removeEmptyTextStyle().run()}}}),Nv=W.create({name:`color`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{color:{default:null,parseHTML:e=>{let t=e.getAttribute(`style`);if(t){let e=t.split(`;`).map(e=>e.trim()).filter(Boolean);for(let t=e.length-1;t>=0;--t){let n=e[t].split(`:`);if(n.length>=2){let e=n[0].trim().toLowerCase(),t=n.slice(1).join(`:`).trim();if(e===`color`)return t.replace(/['"]+/g,``)}}}return e.style.color?.replace(/['"]+/g,``)},renderHTML:e=>e.color?{style:`color: ${e.color}`}:{}}}}]},addCommands(){return{setColor:e=>({chain:t})=>t().setMark(`textStyle`,{color:e}).run(),unsetColor:()=>({chain:e})=>e().setMark(`textStyle`,{color:null}).removeEmptyTextStyle().run()}}}),Pv=W.create({name:`fontFamily`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{fontFamily:{default:null,parseHTML:e=>e.style.fontFamily,renderHTML:e=>e.fontFamily?{style:`font-family: ${e.fontFamily}`}:{}}}}]},addCommands(){return{setFontFamily:e=>({chain:t})=>t().setMark(`textStyle`,{fontFamily:e}).run(),unsetFontFamily:()=>({chain:e})=>e().setMark(`textStyle`,{fontFamily:null}).removeEmptyTextStyle().run()}}}),Fv=W.create({name:`fontSize`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{fontSize:{default:null,parseHTML:e=>e.style.fontSize,renderHTML:e=>e.fontSize?{style:`font-size: ${e.fontSize}`}:{}}}}]},addCommands(){return{setFontSize:e=>({chain:t})=>t().setMark(`textStyle`,{fontSize:e}).run(),unsetFontSize:()=>({chain:e})=>e().setMark(`textStyle`,{fontSize:null}).removeEmptyTextStyle().run()}}}),Iv=W.create({name:`lineHeight`,addOptions(){return{types:[`textStyle`]}},addGlobalAttributes(){return[{types:this.options.types,attributes:{lineHeight:{default:null,parseHTML:e=>e.style.lineHeight,renderHTML:e=>e.lineHeight?{style:`line-height: ${e.lineHeight}`}:{}}}}]},addCommands(){return{setLineHeight:e=>({chain:t})=>t().setMark(`textStyle`,{lineHeight:e}).run(),unsetLineHeight:()=>({chain:e})=>e().setMark(`textStyle`,{lineHeight:null}).removeEmptyTextStyle().run()}}});W.create({name:`textStyleKit`,addExtensions(){let e=[];return this.options.backgroundColor!==!1&&e.push(Mv.configure(this.options.backgroundColor)),this.options.color!==!1&&e.push(Nv.configure(this.options.color)),this.options.fontFamily!==!1&&e.push(Pv.configure(this.options.fontFamily)),this.options.fontSize!==!1&&e.push(Fv.configure(this.options.fontSize)),this.options.lineHeight!==!1&&e.push(Iv.configure(this.options.lineHeight)),this.options.textStyle!==!1&&e.push(jv.configure(this.options.textStyle)),e}});var Lv=fv.extend({content:`inline*`,parseHTML(){return[{tag:`td`}]},renderHTML({HTMLAttributes:e}){return[`td`,e,0]}}),Rv=pv.extend({content:`inline*`,parseHTML(){return[{tag:`th`}]},renderHTML({HTMLAttributes:e}){return[`th`,e,0]}}),zv={name:`WorshipDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([]),a=i([]),o=()=>{n.value=!0,c()},s=()=>{n.value=!1},c=async()=>{try{r.value=(await le.get(`/event-places`)).data}catch(e){console.error(`Fehler beim Laden der Orte:`,e)}};return{isOpen:n,locations:r,selectedLocations:a,openWorshipDialog:o,closeWorshipDialog:s,confirmWorshipConfiguration:()=>{t(`confirm`,JSON.stringify(a.value.map(e=>e.id))),s()}}}},Bv={key:0,class:`dialog-overlay`},Vv={class:`dialog-content`};function Hv(e,t,n,r,i,a){let o=s(`multiselect`);return S(),m(`div`,null,[r.isOpen?(S(),m(`div`,Bv,[f(`div`,Vv,[t[3]||=f(`h3`,null,`Gottesdienst-Konfiguration`,-1),t[4]||=f(`div`,null,[f(`label`,{for:`location-select`},`Bitte wählen Sie den Ort für den Gottestdienst aus:`)],-1),f(`div`,null,[g(o,{modelValue:r.selectedLocations,"onUpdate:modelValue":t[0]||=e=>r.selectedLocations=e,options:r.locations,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,"preselect-first":!1,label:`name`,"track-by":`id`,placeholder:`Orte auswählen`},null,8,[`modelValue`,`options`])]),f(`div`,null,[f(`button`,{onClick:t[1]||=(...e)=>r.confirmWorshipConfiguration&&r.confirmWorshipConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[2]||=(...e)=>r.closeWorshipDialog&&r.closeWorshipDialog(...e)},`Schließen`)])])])):x(``,!0)])}var Uv=ne(zv,[[`render`,Hv],[`__scopeId`,`data-v-39238d16`]]),Wv={name:`AddContactDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([]),a=i([]),o=i([]),s=i([]),c=i(null),l=i([]),u=i([]),d=i([]),f=i([]),p=i(`float`),m=i({phone:!1,street:!1,zipcode:!1,city:!1,email:!1,positions:!1}),h=i([{id:`all`,caption:`Alle`},{id:`specific`,caption:`Eine Person`},{id:`places`,caption:`Für bestimmte Orte`},{id:`types`,caption:`Für bestimmte Typen`},{id:`position`,caption:`Für bestimmte Positionen`}]),g=i([{id:`float`,label:`Durchlaufender Text`},{id:`box`,label:`Textbox`}]),_=()=>{n.value=!0,b(),te(),ne(),x()},ee=()=>{n.value=!1},v=()=>{l.value.some(e=>e.id===`all`)?(l.value=[{id:`all`,caption:`Alle`}],c.value=null,u.value=[],f.value=[],d.value=[]):l.value.some(e=>e.id===`specific`)?(l.value=[{id:`specific`,caption:`Eine Person`}],u.value=[],f.value=[],d.value=[]):(l.value.some(e=>e.id===`places`)||l.value.some(e=>e.id===`types`)||l.value.some(e=>e.id===`position`))&&(c.value=null)},y=()=>{console.log(`Selected positions:`,d.value);let e=``,n=Object.keys(m.value).filter(e=>m.value[e]),r={};l.value.some(e=>e.id===`all`)?r.id=`all`:l.value.some(e=>e.id===`specific`)&&c.value?r.id=c.value.id:(r.types=u.value.map(e=>e.id),r.places=f.value.map(e=>e.id),r.positions=Array.isArray(d.value)?d.value.map(e=>e.id):[]);let i={selection:r,display:n,style:p.value};e=`{{ contact:`+JSON.stringify(i)+` }}`,console.log(`Emitting config:`,e),t(`confirm`,e),ee()},b=async()=>{try{r.value=(await le.get(`/contact-persons`)).data}catch(e){console.error(`Fehler beim Laden der Kontaktpersonen:`,e)}},te=async()=>{try{a.value=(await le.get(`/event-types`)).data}catch(e){console.error(`Fehler beim Laden der Event-Typen:`,e)}},ne=async()=>{try{o.value=(await le.get(`/event-places`)).data}catch(e){console.error(`Fehler beim Laden der Orte:`,e)}},x=async()=>{try{s.value=(await le.get(`/positions`)).data}catch(e){console.error(`Fehler beim Laden der Positionen:`,e)}};return{isOpen:n,contacts:r,selectedContact:c,selectedTypes:l,selectedEventTypes:u,selectedPlaces:f,displayOptions:m,displayStyle:p,displayStyles:g,typeOptions:h,openAddContactDialog:_,closeAddContactDialog:ee,confirmAddContactConfiguration:y,onTypeSelect:v,places:o,eventTypes:a,positions:s,selectedPositions:d}}},Gv={key:0,class:`dialog-overlay`},Kv={class:`dialog-content`},qv={key:0},Jv={key:1},Yv={key:2},Xv={key:3},Zv={class:`display-options`},Qv=[`value`];function $v(e,t,r,i,o,c){let l=s(`multiselect`);return S(),m(`div`,null,[i.isOpen?(S(),m(`div`,Gv,[f(`div`,Kv,[t[27]||=f(`h3`,null,`Kontaktperson hinzufügen`,-1),f(`div`,null,[t[14]||=f(`label`,{for:`type-select`},`Typen:`,-1),g(l,{id:`type-select`,modelValue:i.selectedTypes,"onUpdate:modelValue":t[0]||=e=>i.selectedTypes=e,options:i.typeOptions,multiple:!0,label:`caption`,"track-by":`id`,onSelect:i.onTypeSelect},null,8,[`modelValue`,`options`,`onSelect`])]),i.selectedTypes.some(e=>e.id===`places`)?(S(),m(`div`,qv,[t[15]||=f(`label`,{for:`places-select`},`Wählen Sie Orte:`,-1),g(l,{id:`places-select`,modelValue:i.selectedPlaces,"onUpdate:modelValue":t[1]||=e=>i.selectedPlaces=e,options:i.places,multiple:!0,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),i.selectedTypes.some(e=>e.id===`types`)?(S(),m(`div`,Jv,[t[16]||=f(`label`,{for:`types-select`},`Wählen Sie Typen:`,-1),g(l,{id:`types-select`,modelValue:i.selectedEventTypes,"onUpdate:modelValue":t[2]||=e=>i.selectedEventTypes=e,options:i.eventTypes,multiple:!0,label:`caption`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),i.selectedTypes.some(e=>e.id===`position`)?(S(),m(`div`,Yv,[t[17]||=f(`label`,{for:`position-select`},`Wählen Sie eine Position:`,-1),g(l,{id:`position-select`,modelValue:i.selectedPositions,"onUpdate:modelValue":t[3]||=e=>i.selectedPositions=e,options:i.positions,multiple:!1,label:`caption`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),i.selectedTypes.some(e=>e.id===`specific`)?(S(),m(`div`,Xv,[t[18]||=f(`label`,{for:`contact-select`},`Wählen Sie eine Kontaktperson:`,-1),g(l,{id:`contact-select`,modelValue:i.selectedContact,"onUpdate:modelValue":t[4]||=e=>i.selectedContact=e,options:i.contacts,multiple:!1,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),f(`div`,null,[t[26]||=f(`label`,null,`Wählen Sie welche Elemente angezeigt werden sollen:`,-1),f(`div`,Zv,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[5]||=e=>i.displayOptions.phone=e},null,512),[[w,i.displayOptions.phone]]),t[19]||=v(` Telefon`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[6]||=e=>i.displayOptions.street=e},null,512),[[w,i.displayOptions.street]]),t[20]||=v(` Straße`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[7]||=e=>i.displayOptions.zipcode=e},null,512),[[w,i.displayOptions.zipcode]]),t[21]||=v(` Postleitzahl`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[8]||=e=>i.displayOptions.city=e},null,512),[[w,i.displayOptions.city]]),t[22]||=v(` Stadt`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[9]||=e=>i.displayOptions.email=e},null,512),[[w,i.displayOptions.email]]),t[23]||=v(` E-Mail`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[10]||=e=>i.displayOptions.positions=e},null,512),[[w,i.displayOptions.positions]]),t[24]||=v(` Positionen`,-1)])]),f(`div`,null,[t[25]||=f(`label`,{for:`displayStyle`},`Anzeigen als`,-1),a(f(`select`,{id:`displayStyle`,"onUpdate:modelValue":t[11]||=e=>i.displayStyle=e},[(S(!0),m(_,null,n(i.displayStyles,e=>(S(),m(`option`,{value:e.id,key:e.id},p(e.label),9,Qv))),128))],512),[[se,i.displayStyle]])])]),f(`div`,null,[f(`button`,{onClick:t[12]||=(...e)=>i.confirmAddContactConfiguration&&i.confirmAddContactConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[13]||=(...e)=>i.closeAddContactDialog&&i.closeAddContactDialog(...e)},`Schließen`)])])])):x(``,!0)])}var ey=ne(Wv,[[`render`,$v],[`__scopeId`,`data-v-2c1d1ad9`]]),ty={name:`AddEventDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([`Alle`,`Für bestimmte Orte`,`Für bestimmte Typen`,`Ein bestimmtes`,`Ereignisse für Homepage`]),a=i([]),o=i([]),s=i([]),c=i([]),l=i([]),u=i([]),d=i(null),f=i(!1),p=i({name:!1,type:!1,place:!1,description:!1,time:!1,contactPerson:!1,day:!1,institution:!1}),m=()=>{n.value=!0,ee(),v(),y()},h=()=>{n.value=!1},g=e=>{e===`Alle`||e===`Ein bestimmtes`?a.value=[e]:a.value=a.value.filter(e=>e!==`Alle`&&e!==`Ein bestimmtes`)},_=()=>{let e={};e.display=Object.keys(p.value).filter(e=>p.value[e]),f.value?e.id=`home`:a.value.includes(`Alle`)?e.id=`all`:a.value.includes(`Ein bestimmtes`)?e.id=d.value.id:(e.types=u.value.map(e=>e.id),e.places=l.value.map(e=>e.id)),t(`confirm`,`{{ events:`+JSON.stringify(e)+` }}`),h()},ee=async()=>{try{o.value=(await le.get(`/event-places`)).data}catch(e){console.error(`Fehler beim Laden der Orte:`,e)}},v=async()=>{try{s.value=(await le.get(`/event-types`)).data}catch(e){console.error(`Fehler beim Laden der Typen:`,e)}},y=async()=>{try{c.value=(await le.get(`/events`)).data}catch(e){console.error(`Fehler beim Laden der Events:`,e)}};return{isOpen:n,typeOptions:r,selectedTypes:a,places:o,eventTypes:s,events:c,selectedPlaces:l,selectedEventTypes:u,selectedEvent:d,displayOptions:p,openAddEventDialog:m,closeAddEventDialog:h,confirmAddEventConfiguration:_,onTypeSelect:g,isHomepage:f}}},ny={key:0,class:`dialog-overlay`},ry={class:`dialog-content`},iy={key:0},ay={key:1},oy={key:2},sy={class:`display-options`};function cy(e,t,n,r,i,o){let c=s(`multiselect`);return S(),m(`div`,null,[r.isOpen?(S(),m(`div`,ny,[f(`div`,ry,[t[29]||=f(`h3`,null,`Ereignisse hinzufügen`,-1),f(`div`,null,[t[15]||=f(`label`,{for:`selection-type`},`Wählen Sie den Typ:`,-1),g(c,{id:`selection-type`,modelValue:r.selectedTypes,"onUpdate:modelValue":t[0]||=e=>r.selectedTypes=e,options:r.typeOptions,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,onSelect:r.onTypeSelect},null,8,[`modelValue`,`options`,`onSelect`])]),f(`div`,null,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[1]||=e=>r.isHomepage=e},null,512),[[w,r.isHomepage]]),t[16]||=v(` Auch Ereignisse für die Homepage zeigen`,-1)])]),r.selectedTypes.includes(`Für bestimmte Orte`)?(S(),m(`div`,iy,[t[17]||=f(`label`,{for:`places-select`},`Wählen Sie Orte:`,-1),g(c,{id:`places-select`,modelValue:r.selectedPlaces,"onUpdate:modelValue":t[2]||=e=>r.selectedPlaces=e,options:r.places,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),r.selectedTypes.includes(`Für bestimmte Typen`)?(S(),m(`div`,ay,[t[18]||=f(`label`,{for:`types-select`},`Wählen Sie Typen:`,-1),g(c,{id:`types-select`,modelValue:r.selectedEventTypes,"onUpdate:modelValue":t[3]||=e=>r.selectedEventTypes=e,options:r.eventTypes,multiple:!0,"close-on-select":!1,"clear-on-select":!1,"preserve-search":!0,label:`caption`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),r.selectedTypes.includes(`Ein bestimmtes`)?(S(),m(`div`,oy,[t[19]||=f(`label`,{for:`event-select`},`Wählen Sie ein Event:`,-1),g(c,{id:`event-select`,modelValue:r.selectedEvent,"onUpdate:modelValue":t[4]||=e=>r.selectedEvent=e,options:r.events,multiple:!1,label:`name`,"track-by":`id`},null,8,[`modelValue`,`options`])])):x(``,!0),f(`div`,null,[t[28]||=f(`label`,null,`Wählen Sie welche Elemente angezeigt werden sollen:`,-1),f(`div`,sy,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[5]||=e=>r.displayOptions.name=e},null,512),[[w,r.displayOptions.name]]),t[20]||=v(` Name`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[6]||=e=>r.displayOptions.type=e},null,512),[[w,r.displayOptions.type]]),t[21]||=v(` Typ`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[7]||=e=>r.displayOptions.place=e},null,512),[[w,r.displayOptions.place]]),t[22]||=v(` Ort`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[8]||=e=>r.displayOptions.description=e},null,512),[[w,r.displayOptions.description]]),t[23]||=v(` Beschreibung`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[9]||=e=>r.displayOptions.time=e},null,512),[[w,r.displayOptions.time]]),t[24]||=v(` Uhrzeit`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[10]||=e=>r.displayOptions.contactPerson=e},null,512),[[w,r.displayOptions.contactPerson]]),t[25]||=v(` Kontaktperson`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[11]||=e=>r.displayOptions.day=e},null,512),[[w,r.displayOptions.day]]),t[26]||=v(` Veranstaltungstag`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[12]||=e=>r.displayOptions.institution=e},null,512),[[w,r.displayOptions.institution]]),t[27]||=v(` Institution`,-1)])])]),f(`div`,null,[f(`button`,{onClick:t[13]||=(...e)=>r.confirmAddEventConfiguration&&r.confirmAddEventConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[14]||=(...e)=>r.closeAddEventDialog&&r.closeAddEventDialog(...e)},`Schließen`)])])])):x(``,!0)])}var ly=ne(ty,[[`render`,cy],[`__scopeId`,`data-v-950ec016`]]),uy={name:`AddLinkDialog`,data(){return{showDialog:!1,url:``,text:``}},methods:{openAddLinkDialog(){this.showDialog=!0},closeDialog(){this.showDialog=!1,this.url=``,this.text=``},confirm(){this.$emit(`confirm`,this.url,this.text),this.closeDialog()}}},dy={key:0,class:`modal`},fy={class:`modal-content`};function py(e,t,n,r,i,o){return i.showDialog?(S(),m(`div`,dy,[f(`div`,fy,[f(`span`,{class:`close`,onClick:t[0]||=(...e)=>o.closeDialog&&o.closeDialog(...e)},`×`),t[6]||=f(`h2`,null,`Link hinzufügen`,-1),f(`table`,null,[f(`tbody`,null,[f(`tr`,null,[t[4]||=f(`td`,null,[f(`label`,{for:`link-url`},`URL:`)],-1),f(`td`,null,[a(f(`input`,{id:`link-url`,"onUpdate:modelValue":t[1]||=e=>i.url=e,type:`text`},null,512),[[oe,i.url]])])]),f(`tr`,null,[t[5]||=f(`td`,null,[f(`label`,{for:`link-text`},`Linktext:`)],-1),f(`td`,null,[a(f(`input`,{id:`link-text`,"onUpdate:modelValue":t[2]||=e=>i.text=e,type:`text`},null,512),[[oe,i.text]])])])])]),f(`button`,{onClick:t[3]||=(...e)=>o.confirm&&o.confirm(...e)},`Hinzufügen`)])])):x(``,!0)}var my=ne(uy,[[`render`,py],[`__scopeId`,`data-v-66d76ae6`]]),hy={name:`AddDownloadDialog`,data(){return{showDialog:!1,selectedFile:null,files:[]}},methods:{async openAddDownloadDialog(){this.showDialog=!0;try{this.files=(await le.get(`/files`)).data}catch(e){console.error(`Fehler beim Abrufen der Dateien:`,e)}},closeDialog(){this.showDialog=!1,this.selectedFile=null},confirm(){this.selectedFile?(console.log(this.selectedFile.hash),this.$emit(`confirm`,{hash:this.selectedFile.hash}),this.closeDialog()):alert(`Bitte wählen Sie eine Datei aus.`)}}},gy={key:0,class:`modal`},_y={class:`modal-content`},vy=[`value`];function yy(e,t,r,i,o,s){return o.showDialog?(S(),m(`div`,gy,[f(`div`,_y,[f(`span`,{class:`close`,onClick:t[0]||=(...e)=>s.closeDialog&&s.closeDialog(...e)},`×`),t[4]||=f(`h2`,null,`Datei zum Download hinzufügen`,-1),f(`table`,null,[f(`tbody`,null,[f(`tr`,null,[t[3]||=f(`td`,null,[f(`label`,{for:`file-select`},`Datei auswählen:`)],-1),f(`td`,null,[a(f(`select`,{id:`file-select`,"onUpdate:modelValue":t[1]||=e=>o.selectedFile=e},[(S(!0),m(_,null,n(o.files,e=>(S(),m(`option`,{key:e.id,value:e},p(e.title)+` (`+p(e.originalName)+`) `,9,vy))),128))],512),[[se,o.selectedFile]])])])])]),f(`button`,{onClick:t[2]||=(...e)=>s.confirm&&s.confirm(...e)},`Hinzufügen`)])])):x(``,!0)}var by=ne(hy,[[`render`,yy],[`__scopeId`,`data-v-76913011`]]),xy={name:`AddInstitutionDialog`,components:{Multiselect:ue},emits:[`confirm`],setup(e,{emit:t}){let n=i(!1),r=i([]),a=i(null),o=i(`float`),s=i({street:!1,zipcode:!1,city:!1,phone:!1,fax:!1,email:!1}),c=i([{id:`all`,name:`Alle`},...r.value]),l=i([{id:`float`,label:`Durchlaufender Text`},{id:`box`,label:`Textbox`}]),u=()=>{n.value=!0,m()},d=()=>{n.value=!1},f=()=>{a.value&&a.value.id===`all`&&(c.value=[{id:`all`,name:`Alle`}],a.value={id:`all`,name:`Alle`})},p=()=>{let e=Object.keys(s.value).filter(e=>s.value[e]),n={id:a.value.id,display:e,style:o.value};t(`confirm`,`{{ institution:${JSON.stringify(n)} }}`),d()},m=async()=>{try{r.value=(await le.get(`/institutions`)).data,c.value=[{id:`all`,name:`Alle`},...r.value]}catch(e){console.error(`Fehler beim Laden der Institutionen:`,e)}};return{isOpen:n,institutions:r,selectedInstitution:a,displayOptions:s,displayStyle:o,displayStyles:l,institutionOptions:c,openAddInstitutionDialog:u,closeAddInstitutionDialog:d,confirmAddInstitutionConfiguration:p,onInstitutionSelect:f}}},Sy={key:0,class:`dialog-overlay`},Cy={class:`dialog-content`},wy={class:`display-options`},Ty=[`value`];function Ey(e,t,r,i,o,c){let l=s(`multiselect`);return S(),m(`div`,null,[i.isOpen?(S(),m(`div`,Sy,[f(`div`,Cy,[t[19]||=f(`h3`,null,`Institution hinzufügen`,-1),f(`div`,null,[t[10]||=f(`label`,{for:`institution-select`},`Wählen Sie eine Institution:`,-1),g(l,{id:`institution-select`,modelValue:i.selectedInstitution,"onUpdate:modelValue":t[0]||=e=>i.selectedInstitution=e,options:i.institutionOptions,multiple:!1,label:`name`,"track-by":`id`,onSelect:i.onInstitutionSelect},null,8,[`modelValue`,`options`,`onSelect`])]),f(`div`,null,[t[18]||=f(`label`,null,`Wählen Sie welche Elemente angezeigt werden sollen:`,-1),f(`div`,wy,[f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[1]||=e=>i.displayOptions.street=e},null,512),[[w,i.displayOptions.street]]),t[11]||=v(` Straße`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[2]||=e=>i.displayOptions.zipcode=e},null,512),[[w,i.displayOptions.zipcode]]),t[12]||=v(` Postleitzahl`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[3]||=e=>i.displayOptions.city=e},null,512),[[w,i.displayOptions.city]]),t[13]||=v(` Stadt`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[4]||=e=>i.displayOptions.phone=e},null,512),[[w,i.displayOptions.phone]]),t[14]||=v(` Telefon`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[5]||=e=>i.displayOptions.fax=e},null,512),[[w,i.displayOptions.fax]]),t[15]||=v(` Fax`,-1)]),f(`label`,null,[a(f(`input`,{type:`checkbox`,"onUpdate:modelValue":t[6]||=e=>i.displayOptions.email=e},null,512),[[w,i.displayOptions.email]]),t[16]||=v(` E-Mail`,-1)])]),f(`div`,null,[t[17]||=f(`label`,{for:`displayStyle`},`Anzeigen als`,-1),a(f(`select`,{id:`displayStyle`,"onUpdate:modelValue":t[7]||=e=>i.displayStyle=e},[(S(!0),m(_,null,n(i.displayStyles,e=>(S(),m(`option`,{value:e.id,key:e.id},p(e.label),9,Ty))),128))],512),[[se,i.displayStyle]])])]),f(`div`,null,[f(`button`,{onClick:t[8]||=(...e)=>i.confirmAddInstitutionConfiguration&&i.confirmAddInstitutionConfiguration(...e)},`Bestätigen`),f(`button`,{onClick:t[9]||=(...e)=>i.closeAddInstitutionDialog&&i.closeAddInstitutionDialog(...e)},`Schließen`)])])])):x(``,!0)])}var Dy=ne(xy,[[`render`,Ey],[`__scopeId`,`data-v-1c37dd67`]]),$=Symbol(`IconoirProvider`);h({setup(){return{context:C($)}}});var Oy=(e,t)=>{let n=e.__vccOpts||e;for(let[e,r]of t)n[e]=r;return n};h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var ky=h({setup(){return{context:C($)}}});function Ay(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,8)],16)}var jy=Oy(ky,[[`render`,Ay]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var My=h({setup(){return{context:C($)}}});function Ny(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,8)],16)}var Py=Oy(My,[[`render`,Ny]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Fy=h({setup(){return{context:C($)}}});function Iy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M12 3L12 21M12 21L20.5 12.5M12 21L3.5 12.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Ly=Oy(Fy,[[`render`,Iy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Ry=h({setup(){return{context:C($)}}});function zy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M3 12L21 12M21 12L12.5 3.5M21 12L12.5 20.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var By=Oy(Ry,[[`render`,zy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Vy=h({setup(){return{context:C($)}}});function Hy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M12 11.6667H8M12 11.6667C12 11.6667 15.3333 11.6667 15.3333 8.33333C15.3333 5.00002 12 5 12 5C12 5 12 5 12 5H8.6C8.26863 5 8 5.26863 8 5.6V11.6667M12 11.6667C12 11.6667 16 11.6667 16 15.3333C16 19 12 19 12 19C12 19 12 19 12 19H8.6C8.26863 19 8 18.7314 8 18.4V11.6667`,stroke:`currentColor`,"stroke-width":`1.5`},null,-1)],16)}var Uy=Oy(Vy,[[`render`,Hy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Wy=h({setup(){return{context:C($)}}});function Gy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M6 20L18 20`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M12 4V16M12 16L15.5 12.5M12 16L8.5 12.5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Ky=Oy(Wy,[[`render`,Gy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var qy=h({setup(){return{context:C($)}}});function Jy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M11 5L14 5M17 5L14 5M14 5L10 19M10 19L7 19M10 19L13 19`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Yy=Oy(qy,[[`render`,Jy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Xy=h({setup(){return{context:C($)}}});function Zy(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,6)],16)}var Qy=Oy(Xy,[[`render`,Zy]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var $y=h({setup(){return{context:C($)}}});function eb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,7)],16)}var tb=Oy($y,[[`render`,eb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var nb=h({setup(){return{context:C($)}}});function rb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M8 21H20.4C20.7314 21 21 20.7314 21 20.4V3.6C21 3.26863 20.7314 3 20.4 3H3.6C3.26863 3 3 3.26863 3 3.6V16`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M3.5 20.5L12 12M12 12V16M12 12H8`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var ib=Oy(nb,[[`render`,rb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var ab=h({setup(){return{context:C($)}}});function ob(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,5)],16)}var sb=Oy(ab,[[`render`,ob]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var cb=h({setup(){return{context:C($)}}});function lb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,viewBox:`0 0 24 24`,"stroke-width":`1.5`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M3 12L21 12`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M16.2857 3L10.068 3C7.82129 3 6 4.82129 6 7.06797C6 8.81895 7.12044 10.3735 8.78157 10.9272L12 12M6 21H13.932C16.1787 21 18 19.1787 18 16.932C18 16.2409 17.8255 15.5804 17.512 15`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var ub=Oy(cb,[[`render`,lb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var db=h({setup(){return{context:C($)}}});function fb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,5)],16)}var pb=Oy(db,[[`render`,fb]]),mb=h({setup(){return{context:C($)}}});function hb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M3 12H7.5H12H16.5H21M3 12V16.5M3 12V7.5M21 12V16.5M21 12V7.5M3 16.5V20.4C3 20.7314 3.26863 21 3.6 21H7.5H12H16.5H20.4C20.7314 21 21 20.7314 21 20.4V16.5M3 16.5H7.5H12H16.5H21M21 7.5V3.6C21 3.26863 20.7314 3 20.4 3H16.5H12H7.5H3.6C3.26863 3 3 3.26863 3 3.6V7.5M21 7.5H16.5H12H7.5H3`,stroke:`currentColor`,"stroke-width":`1.5`},null,-1)],16)}var gb=Oy(mb,[[`render`,hb]]),_b=h({setup(){return{context:C($)}}});function vb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[b(``,7)],16)}var yb=Oy(_b,[[`render`,vb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var bb=h({setup(){return{context:C($)}}});function xb(e,t,n,r,i,a){return S(),m(`svg`,d({width:`24`,height:`24`,"stroke-width":`1.5`,viewBox:`0 0 24 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`},e.context),t[0]||=[f(`path`,{d:`M16 5V11C16 13.2091 14.2091 15 12 15V15C9.79086 15 8 13.2091 8 11V5`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1),f(`path`,{d:`M6 19L18 19`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`},null,-1)],16)}var Sb=Oy(bb,[[`render`,xb]]);h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}}),h({setup(){return{context:C($)}}});var Cb={name:`EditPagesComponent`,components:{EditorContent:pf,WorshipDialog:Uv,AddImageDialog:de,BoldIcon:Uy,ItalicIcon:Yy,UnderlineIcon:Sb,StrikethroughIcon:ub,ListIcon:Qy,NumberedListLeftIcon:tb,TableIcon:yb,Table2ColumnsIcon:pb,ArrowDownIcon:Ly,ArrowRightIcon:By,TableRowsIcon:gb,AlignTopBoxIcon:Py,AlignLeftBoxIcon:jy,StatsReportIcon:sb,AddEventDialog:ly,AddContactDialog:ey,AddLinkDialog:my,AddDownloadDialog:by,AddInstitutionDialog:Dy,OpenInWindowIcon:ib,DownloadIcon:Ky},setup(){let e=ce(),n=i([]),r=i(``),a=te(()=>e.state.pageContent),o=i(null),s=i(null),c=i(null),l=i(null),u=i(null),d=i(null),f=i(null),p=i(null),m=mf({extensions:[wg,Dv.configure({resizable:!0}),mv,Lv,Rv,Sf,Rf,Ph,Mh,nh,Ch,Mf.configure({levels:[3,4,5,6]}),Xm.configure({openOnClick:!1}),jv,Nv],content:``,onUpdate:({editor:t})=>{e.commit(`SET_PAGE_CONTENT`,t.getHTML())}}),h=(e,t,n=``)=>{e.forEach(e=>{let r=n?`${n} -> ${e.name}`:e.name;t.push({...e,name:r}),e.submenu&&e.submenu.length&&h(e.submenu,t,r)})},g=async()=>{try{let t=(await le.get(`/menu-data`)).data,r=[];h(t,r),n.value=r.sort((e,t)=>e.name.localeCompare(t.name)),e.commit(`setMenuData`,t)}catch(e){console.error(`Fehler beim Abrufen der Seiten:`,e)}},_=async()=>{try{await e.dispatch(`loadPageContent`,r.value);let t=e.getters.pageContent,n=()=>{m.value&&m.value.commands?m.value.commands.setContent(t,!1):setTimeout(n,100)};n()}catch(e){console.error(`Fehler beim Laden des Seiteninhalts:`,e)}},v=async()=>{try{let t=n.value.find(e=>e.link===r.value)?.name||``;if(!t)return;let i=m.value.getHTML();e.commit(`SET_PAGE_CONTENT`,i),await e.dispatch(`savePageContent`,{link:r.value,name:t})}catch(e){console.error(`Fehler beim Speichern des Seiteninhalts:`,e)}};t(g);let y=te(()=>n.value);return ee(r,t=>{e.dispatch(`setSelectedPage`,t);let r=n.value.find(e=>e.link===t);r&&e.dispatch(`setPageTitle`,r.name),_()}),{pages:n,sortedPages:y,selectedPage:r,editor:m,loadPageContent:_,savePageContent:v,pageHtmlContent:a,openWorshipDialog:()=>{o.value.openWorshipDialog()},insertWorshipList:e=>{if(m.value){let t={location:e,order:`date asc`};m.value.chain().focus().insertContent(`{{ worshipslist:`+JSON.stringify(t)+` }}`).run()}},worshipDialog:o,addImageDialog:s,openAddImageDialog:()=>{s.value.openAddImageDialog()},insertImage:e=>{m.value&&m.value.chain().focus().insertContent(`{{ image:${e} }}`).run()},addEventDialog:c,openAddEventsDialog:()=>{c.value.openAddEventDialog()},addContactDialog:l,openAddContactDialog:()=>{l.value.openAddContactDialog()},insertContact:e=>{m.value&&m.value.chain().focus().insertContent(e).run()},insertEvent:e=>{m.value&&m.value.chain().focus().insertContent(e).run()},addLinkDialog:u,openAddLinkDialog:()=>{u.value.openAddLinkDialog()},insertLink:(e,t)=>{if(!m.value||!e)return;let n=m.value.state.doc.textBetween(m.value.state.selection.from,m.value.state.selection.to),r=(e=>e.replace(/[&<>"']/g,e=>({"&":`&`,"<":`<`,">":`>`,'"':`"`,"'":`'`})[e]))(t&&t.trim()||n||e),i=e.trim();m.value.chain().focus().insertContent(`${r}`).run()},addDownloadDialog:d,openAddDownloadDialog:()=>{d.value.openAddDownloadDialog()},insertDownload:({hash:e})=>{if(e&&m.value){let t=`{{ download:`+e+` }}`;m.value.chain().focus().insertContent(t).run()}},addInstitutionDialog:f,openAddInstitutionDialog:()=>{f.value.openAddInstitutionDialog()},insertInstitution:e=>{m.value&&m.value.chain().focus().insertContent(e).run()},colorPicker:p,openColorPicker:()=>{p.value.click()},setColor:e=>{let t=e.target.value;m.value&&m.value.chain().focus().setColor(t).run()},toggleHeading:e=>{m.value.chain().focus().toggleHeading({level:e}).run()},toggleBold:()=>{m.value.chain().focus().toggleBold().run()},toggleItalic:()=>{m.value.chain().focus().toggleItalic().run()},toggleUnderline:()=>{m.value.chain().focus().toggleUnderline().run()},toggleStrike:()=>{m.value.chain().focus().toggleStrike().run()},insertTable:()=>{m.value.chain().focus().insertTable({rows:3,cols:3,withHeaderRow:!0}).run()},toggleBulletList:()=>{m.value.chain().focus().toggleBulletList().run()},toggleOrderedList:()=>{m.value.chain().focus().toggleOrderedList().run()}}}},wb={class:`edit-pages`},Tb=[`value`],Eb={class:`toolbar`},Db={class:`table-toolbar`},Ob={class:`additional-toolbar`},kb={class:y([`htmleditor`])};function Ab(e,t,r,i,o,c){let l=s(`BoldIcon`),u=s(`ItalicIcon`),d=s(`UnderlineIcon`),h=s(`StrikethroughIcon`),ee=s(`TableIcon`),v=s(`ListIcon`),b=s(`NumberedListLeftIcon`),te=s(`StatsReportIcon`),ne=s(`OpenInWindowIcon`),x=s(`DownloadIcon`),re=s(`ArrowDownIcon`),ie=s(`Table2ColumnsIcon`),C=s(`ArrowRightIcon`),ae=s(`TableRowsIcon`),oe=s(`AlignTopBoxIcon`),w=s(`AlignLeftBoxIcon`),ce=s(`EditorContent`),le=s(`WorshipDialog`),ue=s(`AddImageDialog`),de=s(`AddContactDialog`),T=s(`AddEventDialog`),fe=s(`AddLinkDialog`),pe=s(`AddDownloadDialog`),E=s(`AddInstitutionDialog`);return S(),m(`div`,wb,[t[33]||=f(`h2`,null,`Webseiten bearbeiten`,-1),f(`div`,null,[t[32]||=f(`label`,{for:`page-select`},`Wähle eine Seite:`,-1),a(f(`select`,{id:`page-select`,"onUpdate:modelValue":t[0]||=e=>i.selectedPage=e,onChange:t[1]||=(...e)=>i.loadPageContent&&i.loadPageContent(...e)},[(S(!0),m(_,null,n(i.sortedPages,e=>(S(),m(`option`,{key:e.link,value:e.link},p(e.name),9,Tb))),128))],544),[[se,i.selectedPage]])]),f(`div`,Eb,[f(`button`,{onClick:t[2]||=e=>i.toggleHeading(3),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:3})})},`H3`,2),f(`button`,{onClick:t[3]||=e=>i.toggleHeading(4),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:4})})},`H4`,2),f(`button`,{onClick:t[4]||=e=>i.toggleHeading(5),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:5})})},`H5`,2),f(`button`,{onClick:t[5]||=e=>i.toggleHeading(6),class:y({"is-active":i.editor&&i.editor.isActive(`heading`,{level:6})})},`H6`,2),f(`button`,{onClick:t[6]||=e=>i.toggleBold(),class:y({"is-active":i.editor&&i.editor.isActive(`bold`)}),width:`24`,height:`24`},[g(l,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[7]||=e=>i.toggleItalic(),class:y({"is-active":i.editor&&i.editor.isActive(`italic`)})},[g(u,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[8]||=e=>i.toggleUnderline(),class:y({"is-active":i.editor&&i.editor.isActive(`underline`)})},[g(d,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[9]||=e=>i.toggleStrike(),class:y({"is-active":i.editor&&i.editor.isActive(`strike`)})},[g(h,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[10]||=e=>i.insertTable()},[g(ee,{width:`24`,height:`24`})]),f(`button`,{onClick:t[11]||=e=>i.toggleBulletList(),class:y({"is-active":i.editor&&i.editor.isActive(`bulletList`)})},[g(v,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[12]||=e=>i.toggleOrderedList(),class:y({"is-active":i.editor&&i.editor.isActive(`orderedList`)})},[g(b,{width:`24`,height:`24`})],2),f(`button`,{onClick:t[13]||=(...e)=>i.openAddImageDialog&&i.openAddImageDialog(...e)},[g(te,{width:`24`,height:`24`})]),f(`button`,{onClick:t[14]||=(...e)=>i.openAddLinkDialog&&i.openAddLinkDialog(...e)},[g(ne,{width:`24`,height:`24`})]),f(`button`,{onClick:t[15]||=(...e)=>i.openAddDownloadDialog&&i.openAddDownloadDialog(...e)},[g(x,{width:`24`,height:`24`})]),f(`button`,{onClick:t[16]||=(...e)=>i.openColorPicker&&i.openColorPicker(...e)},`Schriftfarbe`),f(`input`,{type:`color`,ref:`colorPicker`,onInput:t[17]||=(...e)=>i.setColor&&i.setColor(...e),style:{display:`none`}},null,544)]),f(`div`,Db,[f(`button`,{onClick:t[18]||=t=>e.addColumnBefore()},[g(re,{width:`10`,height:`10`,class:`align-top`}),g(ie,{width:`24`,height:`24`})]),f(`button`,{onClick:t[19]||=t=>e.addColumnAfter()},[g(ie,{width:`24`,height:`24`}),g(re,{width:`10`,height:`10`,class:`align-top`})]),f(`button`,{onClick:t[20]||=t=>e.addRowBefore()},[g(C,{width:`10`,height:`10`,class:`align-top`}),g(ae,{width:`24`,height:`24`})]),f(`button`,{onClick:t[21]||=t=>e.addRowAfter()},[g(C,{width:`10`,height:`10`}),g(ae,{width:`24`,height:`24`})]),f(`button`,{onClick:t[22]||=t=>e.deleteColumn()},[g(ie,{width:`24`,height:`24`,class:`delete-icon`})]),f(`button`,{onClick:t[23]||=t=>e.deleteRow()},[g(ae,{width:`24`,height:`24`,class:`delete-icon`})]),f(`button`,{onClick:t[24]||=t=>e.toggleHeaderColumn()},[g(oe,{width:`24`,height:`24`})]),f(`button`,{onClick:t[25]||=t=>e.toggleHeaderRow()},[g(w,{width:`24`,height:`24`})])]),f(`div`,Ob,[f(`button`,{onClick:t[26]||=(...e)=>i.openAddEventsDialog&&i.openAddEventsDialog(...e)},`Events`),f(`button`,{onClick:t[27]||=(...e)=>i.openAddContactDialog&&i.openAddContactDialog(...e)},`Kontaktpersonen`),f(`button`,{onClick:t[28]||=(...e)=>i.openAddInstitutionDialog&&i.openAddInstitutionDialog(...e)},`Institutionen`),f(`button`,{onClick:t[29]||=(...e)=>i.openWorshipDialog&&i.openWorshipDialog(...e)},`Gottesdienste`)]),f(`div`,kb,[g(ce,{editor:i.editor},null,8,[`editor`])]),f(`button`,{onClick:t[30]||=(...e)=>i.savePageContent&&i.savePageContent(...e)},`Speichern`),g(le,{ref:`worshipDialog`,onConfirm:i.insertWorshipList},null,8,[`onConfirm`]),g(ue,{ref:`addImageDialog`,onConfirm:i.insertImage},null,8,[`onConfirm`]),g(de,{ref:`addContactDialog`,onConfirm:i.insertContact},null,8,[`onConfirm`]),g(T,{ref:`addEventDialog`,onConfirm:i.insertEvent},null,8,[`onConfirm`]),g(fe,{ref:`addLinkDialog`,onConfirm:i.insertLink},null,8,[`onConfirm`]),g(pe,{ref:`addDownloadDialog`,onConfirm:i.insertDownload},null,8,[`onConfirm`]),g(E,{ref:`addInstitutionDialog`,onConfirm:i.insertInstitution},null,8,[`onConfirm`]),f(`input`,{type:`color`,ref:`colorPicker`,onInput:t[31]||=(...e)=>i.setColor&&i.setColor(...e),style:{display:`none`}},null,544)])}var jb=ne(Cb,[[`render`,Ab],[`__scopeId`,`data-v-f49d356d`]]);export{jb as default}; +//# sourceMappingURL=EditPagesComponent-ZhLfPY87.js.map \ No newline at end of file diff --git a/public/assets/EventManagement-BDHatUSX.js b/public/assets/EventManagement-BDHatUSX.js new file mode 100644 index 0000000..99982e3 --- /dev/null +++ b/public/assets/EventManagement-BDHatUSX.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,M as n,O as r,c as i,ct as a,d as o,h as s,i as c,l,m as u,t as d,u as f,w as p}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as m,c as h,i as g,r as _}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{n as v}from"./strings-CNeI630x.js";import{t as y}from"./vue-multiselect.esm-9oGQ1abz.js";import{t as b}from"./AddImageDialog-C4VdPcdq.js";var x={name:`EventForm`,components:{Multiselect:y,AddImageDialog:b},props:{event:{type:Object,required:!0,default:()=>({})},institutions:{type:Array,required:!0,default:()=>[]},eventPlaces:{type:Array,required:!0,default:()=>[]},contactPersons:{type:Array,required:!0,default:()=>[]}},data(){return{eventData:{...this.event},selectedEventType:null,selectedInstitution:this.event.institution||null,selectedEventPlace:this.event.eventPlace||null,selectedContactPersons:this.event.contactPersons||[],eventTypes:[],dateMode:`date`,weekdays:[{name:`Montag`,value:1},{name:`Dienstag`,value:2},{name:`Mittwoch`,value:3},{name:`Donnerstag`,value:4},{name:`Freitag`,value:5},{name:`Samstag`,value:6},{name:`Sonntag`,value:7}],localInstitutions:[...this.institutions],localEventPlaces:[...this.eventPlaces],localContactPersons:[...this.contactPersons],onHomepage:!1,assignedImage:null,imageFilename:``,bulkDates:``}},watch:{event(e){this.eventData={...e},this.selectedEventType=this.eventTypes.find(t=>t.id===e.eventTypeId)||null,this.selectedInstitution=e.institution||null,this.selectedEventPlace=e.eventPlace||null,this.selectedContactPersons=e.contactPersons||[],this.onHomepage=e.alsoOnHomepage==1,this.assignedImage=e.relatedImage||null,this.assignedImage&&this.fetchImageFilename(),this.determineDateMode()},institutions(e){this.localInstitutions=[...e]},eventPlaces(e){this.localEventPlaces=[...e]},contactPersons(e){this.localContactPersons=[...e]}},async created(){try{this.eventTypes=(await e.get(`/event-types`)).data,this.selectedEventType=this.eventTypes.find(e=>e.id===this.event.eventTypeId)||null}catch(e){console.error(`Failed to fetch event types:`,e)}this.determineDateMode()},computed:{getImagePath(){return this.imageFilename?`/images/uploads/${this.imageFilename}`:``}},methods:{formatTime:v,async saveEvent(){try{let t={...this.eventData,eventTypeId:this.selectedEventType?this.selectedEventType.id:null,institution_id:this.selectedInstitution?this.selectedInstitution.id:null,event_place_id:this.selectedEventPlace?this.selectedEventPlace.id:null,contactPersonIds:this.selectedContactPersons.map(e=>e.id),dayOfWeek:this.eventData.dayOfWeek?this.eventData.dayOfWeek.value??-1:-1,relatedImage:this.assignedImage,alsoOnHomepage:+!!this.onHomepage};if(this.dateMode===`bulk`&&this.bulkDates){let n=this.bulkDates.split(/,|\n/).map(e=>e.trim()).filter(e=>e.length>0),r=[],i=[],a=e=>e.toString().padStart(2,`0`);for(let e of n){let t=e.match(/^(\d{1,2})\.(\d{1,2})\.(\d{4})$/);if(t){let n=parseInt(t[1],10),o=parseInt(t[2],10),s=parseInt(t[3],10);if(o>=1&&o<=12&&n>=1&&n<=31){r.push(`${s}-${a(o)}-${a(n)}`);continue}else{i.push(e);continue}}/^\d{4}-\d{2}-\d{2}$/.test(e)?r.push(e):i.push(e)}if(r.length===0){alert(`Keine gültigen Datumsangaben erkannt. Erlaubt: TT.MM.JJJJ oder JJJJ-MM-TT`);return}i.length>0&&(console.warn(`Ungültige Datumsangaben ignoriert:`,i),alert(`Folgende Einträge wurden ignoriert: `+i.join(`, `)));let o=[];for(let n of r){let r={...t,date:n},i=await e.post(`/events`,r);o.push(i.data)}this.$emit(`saved`,o)}else{let n;n=this.eventData.id?await e.put(`/events/${this.eventData.id}`,t):await e.post(`/events`,t),this.$emit(`saved`,n.data)}}catch(e){console.error(`Failed to save event:`,e)}},determineDateMode(){this.eventData.date&&this.eventData.dayOfWeek?this.dateMode=`interval`:this.eventData.date?this.dateMode=`date`:this.eventData.dayOfWeek?this.dateMode=`weekday`:this.dateMode=`date`},async fetchImageFilename(){try{this.imageFilename=(await e.get(`/image/`+this.assignedImage)).data.filename}catch(e){console.error(`Bild konnte nicht geladen werden:`,e)}},openAddImageDialog(){this.$refs.addImageDialog.openAddImageDialog()},async setImage(t){this.assignedImage=t;try{this.imageFilename=(await e.get(`/image/`+t)).data.filename}catch(e){console.error(`Bild konnte nicht geladen werden:`,e),this.imageFilename=``}},removeImage(){this.assignedImage=null,this.imageFilename=``},focusFirstField(){this.$nextTick(()=>{let e=document.getElementById(`name`);e&&e.focus()})}}},S={class:`event-form`},C={key:0},w={key:1},T={key:2},E={colspan:`2`},D={key:0},O=[`src`],k={key:1};function A(e,t,a,l,d,v){let y=r(`multiselect`),b=r(`AddImageDialog`);return p(),o(c,null,[i(`div`,S,[t[33]||=i(`h2`,null,`Veranstaltung Formular`,-1),i(`form`,{onSubmit:t[15]||=h((...e)=>v.saveEvent&&v.saveEvent(...e),[`prevent`])},[i(`table`,null,[i(`tbody`,null,[i(`tr`,null,[t[16]||=i(`td`,null,[i(`label`,{for:`name`},`Name:`)],-1),i(`td`,null,[n(i(`input`,{type:`text`,id:`name`,"onUpdate:modelValue":t[0]||=e=>d.eventData.name=e,required:``},null,512),[[m,d.eventData.name]])])]),i(`tr`,null,[t[17]||=i(`td`,null,[i(`label`,{for:`eventType`},`Typ:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedEventType,"onUpdate:modelValue":t[1]||=e=>d.selectedEventType=e,options:d.eventTypes,label:`caption`,"track-by":`id`,placeholder:`Typ wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[t[19]||=i(`td`,null,[i(`label`,{for:`dateMode`},`Datum-Modus:`)],-1),i(`td`,null,[n(i(`select`,{"onUpdate:modelValue":t[2]||=e=>d.dateMode=e},[...t[18]||=[i(`option`,{value:`date`},`Datum`,-1),i(`option`,{value:`weekday`},`Wochentag`,-1),i(`option`,{value:`interval`},`Intervall`,-1),i(`option`,{value:`bulk`},`Bulk-Datum`,-1)]],512),[[g,d.dateMode]])])]),d.dateMode===`date`||d.dateMode===`interval`?(p(),o(`tr`,C,[t[20]||=i(`td`,null,[i(`label`,{for:`date`},`Datum:`)],-1),i(`td`,null,[n(i(`input`,{type:`date`,id:`date`,"onUpdate:modelValue":t[3]||=e=>d.eventData.date=e},null,512),[[m,d.eventData.date]])])])):f(``,!0),d.dateMode===`bulk`?(p(),o(`tr`,w,[t[22]||=i(`td`,null,[i(`label`,{for:`bulkDates`},`Bulk-Daten:`)],-1),i(`td`,null,[n(i(`textarea`,{id:`bulkDates`,"onUpdate:modelValue":t[4]||=e=>d.bulkDates=e,placeholder:`Mehrere Daten, z.B. 27.03.2025,03.04.2025 oder je Zeile ein Datum`},null,512),[[m,d.bulkDates]]),t[21]||=i(`div`,{style:{"font-size":`0.9em`,color:`#888`}},`Format: TT.MM.JJJJ (optional weiterhin JJJJ-MM-TT). Trennen mit Komma oder Zeilenumbruch.`,-1)])])):f(``,!0),d.dateMode===`weekday`||d.dateMode===`interval`?(p(),o(`tr`,T,[t[23]||=i(`td`,null,[i(`label`,{for:`dayOfWeek`},`Wochentag:`)],-1),i(`td`,null,[s(y,{modelValue:d.eventData.dayOfWeek,"onUpdate:modelValue":t[5]||=e=>d.eventData.dayOfWeek=e,options:d.weekdays,label:`name`,"track-by":`value`,placeholder:`Wochentag wählen`},null,8,[`modelValue`,`options`])])])):f(``,!0),i(`tr`,null,[t[24]||=i(`td`,null,[i(`label`,{for:`time`},`Uhrzeit:`)],-1),i(`td`,null,[n(i(`input`,{type:`time`,id:`time`,"onUpdate:modelValue":t[6]||=e=>d.eventData.time=e},null,512),[[m,d.eventData.time]])])]),i(`tr`,null,[t[25]||=i(`td`,null,[i(`label`,{for:`endTime`},`Ende-Uhrzeit:`)],-1),i(`td`,null,[n(i(`input`,{type:`time`,id:`endTime`,"onUpdate:modelValue":t[7]||=e=>d.eventData.endTime=e},null,512),[[m,d.eventData.endTime]])])]),i(`tr`,null,[t[26]||=i(`td`,null,[i(`label`,{for:`description`},`Beschreibung:`)],-1),i(`td`,null,[n(i(`textarea`,{id:`description`,"onUpdate:modelValue":t[8]||=e=>d.eventData.description=e,class:`descriptionedit`},null,512),[[m,d.eventData.description]])])]),i(`tr`,null,[t[27]||=i(`td`,null,[i(`label`,{for:`institution`},`Institution:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedInstitution,"onUpdate:modelValue":t[9]||=e=>d.selectedInstitution=e,options:d.localInstitutions,label:`name`,"track-by":`id`,placeholder:`Institution wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[t[28]||=i(`td`,null,[i(`label`,{for:`eventPlace`},`Veranstaltungsort:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedEventPlace,"onUpdate:modelValue":t[10]||=e=>d.selectedEventPlace=e,options:d.localEventPlaces,label:`name`,"track-by":`id`,placeholder:`Veranstaltungsort wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[t[29]||=i(`td`,null,[i(`label`,{for:`contactPersons`},`Kontaktpersonen:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedContactPersons,"onUpdate:modelValue":t[11]||=e=>d.selectedContactPersons=e,options:d.localContactPersons,multiple:!0,label:`name`,"track-by":`id`,placeholder:`Kontaktpersonen wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[i(`td`,E,[i(`label`,null,[n(i(`input`,{type:`checkbox`,"onUpdate:modelValue":t[12]||=e=>d.onHomepage=e},null,512),[[_,d.onHomepage]]),t[30]||=u(`Auf der Startseite anzeigen`,-1)])])]),i(`tr`,null,[t[31]||=i(`td`,null,`Zugewiesenes Bild:`,-1),i(`td`,null,[d.assignedImage!=null&&d.imageFilename?(p(),o(`div`,D,[i(`img`,{src:v.getImagePath,class:`preview-image`},null,8,O),i(`button`,{onClick:t[13]||=(...e)=>v.removeImage&&v.removeImage(...e),type:`button`},`Bild entfernen`)])):(p(),o(`div`,k,[i(`button`,{type:`button`,onClick:t[14]||=(...e)=>v.openAddImageDialog&&v.openAddImageDialog(...e)},`Bild auswählen`)]))])]),t[32]||=i(`tr`,null,[i(`td`,{colspan:`2`},[i(`button`,{type:`submit`},`Speichern`)])],-1)])])],32)]),s(b,{ref:`addImageDialog`,onConfirm:v.setImage},null,8,[`onConfirm`])],64)}var j={components:{EventForm:d(x,[[`render`,A],[`__scopeId`,`data-v-35261561`]])},data(){return{events:[],institutions:[],eventPlaces:[],contactPersons:[],eventTypes:[],selectedEvent:null,showForm:!1,searchQuery:``,showPastEvents:!1}},computed:{filteredEvents(){let e=this.events;if(!this.showPastEvents){let t=new Date;t.setHours(0,0,0,0),e=e.filter(e=>{if(e.dayOfWeek!==null&&e.dayOfWeek!==void 0&&!e.date)return!0;if(e.date){let n=new Date(e.date);return n.setHours(0,0,0,0),n>=t}return!0})}if(this.searchQuery.trim()){let t=this.searchQuery.toLowerCase();e=e.filter(e=>{let n=e.name?e.name.toLowerCase():``,r=e.description?e.description.toLowerCase():``,i=this.getEventTypeCaption(e.eventTypeId).toLowerCase();return n.includes(t)||r.includes(t)||i.includes(t)})}return e}},async created(){await this.fetchData()},methods:{formatTime:v,async fetchData(){try{let[t,n,r,i,a]=await Promise.all([e.get(`/events`),e.get(`/institutions`),e.get(`/event-places`),e.get(`/contact-persons`),e.get(`/event-types`)]);this.events=t.data,this.institutions=n.data,this.eventPlaces=r.data,this.contactPersons=i.data,this.eventTypes=a.data}catch(e){console.error(`Fehler beim Abrufen der Daten:`,e)}},createEvent(){this.selectedEvent={},this.showForm=!0,this.scrollToFormAndFocus()},editEvent(e){this.selectedEvent={...e},this.showForm=!0,this.scrollToFormAndFocus()},scrollToFormAndFocus(){this.$nextTick(()=>{window.scrollTo({top:0,behavior:`smooth`}),this.$refs.eventForm&&this.$refs.eventForm.focusFirstField()})},async deleteEvent(t){try{await e.delete(`/events/${t}`),this.fetchData()}catch(e){console.error(`Fehler beim Löschen der Veranstaltung:`,e)}},handleEventSaved(){this.showForm=!1,this.fetchData()},handleEventCancelled(){this.showForm=!1},getEventTypeCaption(e){let t=this.eventTypes.find(t=>t.id===e);return t?t.caption:`Unbekannt`},getWeekdayName(e){return[`Sonntag`,`Montag`,`Dienstag`,`Mittwoch`,`Donnerstag`,`Freitag`,`Samstag`][e]}}},M={class:`event-management`},N={class:`filter-section`},P={class:`checkbox-label`},F={key:0},I=[`onClick`],L=[`onClick`];function R(e,s,d,h,g,v){let y=r(`EventForm`);return p(),o(`div`,M,[s[5]||=i(`h2`,null,`Veranstaltungen`,-1),i(`button`,{onClick:s[0]||=(...e)=>v.createEvent&&v.createEvent(...e)},`Neue Veranstaltung`),g.showForm?(p(),l(y,{key:0,ref:`eventForm`,event:g.selectedEvent,institutions:g.institutions,eventPlaces:g.eventPlaces,contactPersons:g.contactPersons,onSaved:v.handleEventSaved,onCancelled:v.handleEventCancelled},null,8,[`event`,`institutions`,`eventPlaces`,`contactPersons`,`onSaved`,`onCancelled`])):f(``,!0),i(`div`,N,[n(i(`input`,{"onUpdate:modelValue":s[1]||=e=>g.searchQuery=e,type:`text`,placeholder:`Suche nach Name, Typ, Beschreibung...`,class:`search-input`},null,512),[[m,g.searchQuery]]),i(`label`,P,[n(i(`input`,{"onUpdate:modelValue":s[2]||=e=>g.showPastEvents=e,type:`checkbox`},null,512),[[_,g.showPastEvents]]),s[3]||=u(` Vergangene Events anzeigen `,-1)])]),i(`table`,null,[s[4]||=i(`thead`,null,[i(`tr`,null,[i(`th`,null,`Name`),i(`th`,null,`Typ`),i(`th`,null,`Datum`),i(`th`,null,`Uhrzeit`),i(`th`,null,`Wochentag`),i(`th`,null,`Beschreibung`),i(`th`,null,`Aktionen`)])],-1),i(`tbody`,null,[(p(!0),o(c,null,t(v.filteredEvents,e=>(p(),o(`tr`,{key:e.id},[i(`td`,null,a(e.name),1),i(`td`,null,a(v.getEventTypeCaption(e.eventTypeId)),1),i(`td`,null,a(e.date),1),i(`td`,null,[u(a(v.formatTime(e.time)),1),e.endTime?(p(),o(`span`,F,` - `+a(v.formatTime(e.endTime)),1)):f(``,!0)]),i(`td`,null,a(v.getWeekdayName(e.dayOfWeek)),1),i(`td`,null,a(e.description),1),i(`td`,null,[i(`button`,{onClick:t=>v.editEvent(e)},`Bearbeiten`,8,I),i(`button`,{onClick:t=>v.deleteEvent(e.id)},`Löschen`,8,L)])]))),128))])])])}var z=d(j,[[`render`,R],[`__scopeId`,`data-v-5a61b018`]]);export{z as default}; +//# sourceMappingURL=EventManagement-BDHatUSX.js.map \ No newline at end of file diff --git a/public/assets/EventManagement-BG94M3ID.js b/public/assets/EventManagement-BG94M3ID.js new file mode 100644 index 0000000..5976e58 --- /dev/null +++ b/public/assets/EventManagement-BG94M3ID.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,M as n,O as r,c as i,ct as a,d as o,h as s,i as c,l,m as u,t as d,u as f,w as p}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as m,c as h,i as g,r as _}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{n as v}from"./strings-ldR5sTJW.js";import{t as y}from"./vue-multiselect.esm-Cg9K2y4Y.js";import{t as b}from"./AddImageDialog-BcwvM30_.js";var x={name:`EventForm`,components:{Multiselect:y,AddImageDialog:b},props:{event:{type:Object,required:!0,default:()=>({})},institutions:{type:Array,required:!0,default:()=>[]},eventPlaces:{type:Array,required:!0,default:()=>[]},contactPersons:{type:Array,required:!0,default:()=>[]}},data(){return{eventData:{...this.event},selectedEventType:null,selectedInstitution:this.event.institution||null,selectedEventPlace:this.event.eventPlace||null,selectedContactPersons:this.event.contactPersons||[],eventTypes:[],dateMode:`date`,weekdays:[{name:`Montag`,value:1},{name:`Dienstag`,value:2},{name:`Mittwoch`,value:3},{name:`Donnerstag`,value:4},{name:`Freitag`,value:5},{name:`Samstag`,value:6},{name:`Sonntag`,value:7}],localInstitutions:[...this.institutions],localEventPlaces:[...this.eventPlaces],localContactPersons:[...this.contactPersons],onHomepage:!1,assignedImage:null,imageFilename:``,bulkDates:``}},watch:{event(e){this.eventData={...e},this.selectedEventType=this.eventTypes.find(t=>t.id===e.eventTypeId)||null,this.selectedInstitution=e.institution||null,this.selectedEventPlace=e.eventPlace||null,this.selectedContactPersons=e.contactPersons||[],this.onHomepage=e.alsoOnHomepage==1,this.assignedImage=e.relatedImage||null,this.assignedImage&&this.fetchImageFilename(),this.determineDateMode()},institutions(e){this.localInstitutions=[...e]},eventPlaces(e){this.localEventPlaces=[...e]},contactPersons(e){this.localContactPersons=[...e]}},async created(){try{this.eventTypes=(await e.get(`/event-types`)).data,this.selectedEventType=this.eventTypes.find(e=>e.id===this.event.eventTypeId)||null}catch(e){console.error(`Failed to fetch event types:`,e)}this.determineDateMode()},computed:{getImagePath(){return this.imageFilename?`/images/uploads/${this.imageFilename}`:``}},methods:{formatTime:v,async saveEvent(){try{let t={...this.eventData,eventTypeId:this.selectedEventType?this.selectedEventType.id:null,institution_id:this.selectedInstitution?this.selectedInstitution.id:null,event_place_id:this.selectedEventPlace?this.selectedEventPlace.id:null,contactPersonIds:this.selectedContactPersons.map(e=>e.id),dayOfWeek:this.eventData.dayOfWeek?this.eventData.dayOfWeek.value??-1:-1,relatedImage:this.assignedImage,alsoOnHomepage:+!!this.onHomepage};if(this.dateMode===`bulk`&&this.bulkDates){let n=this.bulkDates.split(/,|\n/).map(e=>e.trim()).filter(e=>e.length>0),r=[],i=[],a=e=>e.toString().padStart(2,`0`);for(let e of n){let t=e.match(/^(\d{1,2})\.(\d{1,2})\.(\d{4})$/);if(t){let n=parseInt(t[1],10),o=parseInt(t[2],10),s=parseInt(t[3],10);if(o>=1&&o<=12&&n>=1&&n<=31){r.push(`${s}-${a(o)}-${a(n)}`);continue}else{i.push(e);continue}}/^\d{4}-\d{2}-\d{2}$/.test(e)?r.push(e):i.push(e)}if(r.length===0){alert(`Keine gültigen Datumsangaben erkannt. Erlaubt: TT.MM.JJJJ oder JJJJ-MM-TT`);return}i.length>0&&(console.warn(`Ungültige Datumsangaben ignoriert:`,i),alert(`Folgende Einträge wurden ignoriert: `+i.join(`, `)));let o=[];for(let n of r){let r={...t,date:n},i=await e.post(`/events`,r);o.push(i.data)}this.$emit(`saved`,o)}else{let n;n=this.eventData.id?await e.put(`/events/${this.eventData.id}`,t):await e.post(`/events`,t),this.$emit(`saved`,n.data)}}catch(e){console.error(`Failed to save event:`,e)}},determineDateMode(){this.eventData.date&&this.eventData.dayOfWeek?this.dateMode=`interval`:this.eventData.date?this.dateMode=`date`:this.eventData.dayOfWeek?this.dateMode=`weekday`:this.dateMode=`date`},async fetchImageFilename(){try{this.imageFilename=(await e.get(`/image/`+this.assignedImage)).data.filename}catch(e){console.error(`Bild konnte nicht geladen werden:`,e)}},openAddImageDialog(){this.$refs.addImageDialog.openAddImageDialog()},async setImage(t){this.assignedImage=t;try{this.imageFilename=(await e.get(`/image/`+t)).data.filename}catch(e){console.error(`Bild konnte nicht geladen werden:`,e),this.imageFilename=``}},removeImage(){this.assignedImage=null,this.imageFilename=``},focusFirstField(){this.$nextTick(()=>{let e=document.getElementById(`name`);e&&e.focus()})}}},S={class:`event-form`},C={key:0},w={key:1},T={key:2},E={colspan:`2`},D={key:0},O=[`src`],k={key:1};function A(e,t,a,l,d,v){let y=r(`multiselect`),b=r(`AddImageDialog`);return p(),o(c,null,[i(`div`,S,[t[33]||=i(`h2`,null,`Veranstaltung Formular`,-1),i(`form`,{onSubmit:t[15]||=h((...e)=>v.saveEvent&&v.saveEvent(...e),[`prevent`])},[i(`table`,null,[i(`tbody`,null,[i(`tr`,null,[t[16]||=i(`td`,null,[i(`label`,{for:`name`},`Name:`)],-1),i(`td`,null,[n(i(`input`,{type:`text`,id:`name`,"onUpdate:modelValue":t[0]||=e=>d.eventData.name=e,required:``},null,512),[[m,d.eventData.name]])])]),i(`tr`,null,[t[17]||=i(`td`,null,[i(`label`,{for:`eventType`},`Typ:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedEventType,"onUpdate:modelValue":t[1]||=e=>d.selectedEventType=e,options:d.eventTypes,label:`caption`,"track-by":`id`,placeholder:`Typ wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[t[19]||=i(`td`,null,[i(`label`,{for:`dateMode`},`Datum-Modus:`)],-1),i(`td`,null,[n(i(`select`,{"onUpdate:modelValue":t[2]||=e=>d.dateMode=e},[...t[18]||=[i(`option`,{value:`date`},`Datum`,-1),i(`option`,{value:`weekday`},`Wochentag`,-1),i(`option`,{value:`interval`},`Intervall`,-1),i(`option`,{value:`bulk`},`Bulk-Datum`,-1)]],512),[[g,d.dateMode]])])]),d.dateMode===`date`||d.dateMode===`interval`?(p(),o(`tr`,C,[t[20]||=i(`td`,null,[i(`label`,{for:`date`},`Datum:`)],-1),i(`td`,null,[n(i(`input`,{type:`date`,id:`date`,"onUpdate:modelValue":t[3]||=e=>d.eventData.date=e},null,512),[[m,d.eventData.date]])])])):f(``,!0),d.dateMode===`bulk`?(p(),o(`tr`,w,[t[22]||=i(`td`,null,[i(`label`,{for:`bulkDates`},`Bulk-Daten:`)],-1),i(`td`,null,[n(i(`textarea`,{id:`bulkDates`,"onUpdate:modelValue":t[4]||=e=>d.bulkDates=e,placeholder:`Mehrere Daten, z.B. 27.03.2025,03.04.2025 oder je Zeile ein Datum`},null,512),[[m,d.bulkDates]]),t[21]||=i(`div`,{style:{"font-size":`0.9em`,color:`#888`}},`Format: TT.MM.JJJJ (optional weiterhin JJJJ-MM-TT). Trennen mit Komma oder Zeilenumbruch.`,-1)])])):f(``,!0),d.dateMode===`weekday`||d.dateMode===`interval`?(p(),o(`tr`,T,[t[23]||=i(`td`,null,[i(`label`,{for:`dayOfWeek`},`Wochentag:`)],-1),i(`td`,null,[s(y,{modelValue:d.eventData.dayOfWeek,"onUpdate:modelValue":t[5]||=e=>d.eventData.dayOfWeek=e,options:d.weekdays,label:`name`,"track-by":`value`,placeholder:`Wochentag wählen`},null,8,[`modelValue`,`options`])])])):f(``,!0),i(`tr`,null,[t[24]||=i(`td`,null,[i(`label`,{for:`time`},`Uhrzeit:`)],-1),i(`td`,null,[n(i(`input`,{type:`time`,id:`time`,"onUpdate:modelValue":t[6]||=e=>d.eventData.time=e},null,512),[[m,d.eventData.time]])])]),i(`tr`,null,[t[25]||=i(`td`,null,[i(`label`,{for:`endTime`},`Ende-Uhrzeit:`)],-1),i(`td`,null,[n(i(`input`,{type:`time`,id:`endTime`,"onUpdate:modelValue":t[7]||=e=>d.eventData.endTime=e},null,512),[[m,d.eventData.endTime]])])]),i(`tr`,null,[t[26]||=i(`td`,null,[i(`label`,{for:`description`},`Beschreibung:`)],-1),i(`td`,null,[n(i(`textarea`,{id:`description`,"onUpdate:modelValue":t[8]||=e=>d.eventData.description=e,class:`descriptionedit`},null,512),[[m,d.eventData.description]])])]),i(`tr`,null,[t[27]||=i(`td`,null,[i(`label`,{for:`institution`},`Institution:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedInstitution,"onUpdate:modelValue":t[9]||=e=>d.selectedInstitution=e,options:d.localInstitutions,label:`name`,"track-by":`id`,placeholder:`Institution wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[t[28]||=i(`td`,null,[i(`label`,{for:`eventPlace`},`Veranstaltungsort:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedEventPlace,"onUpdate:modelValue":t[10]||=e=>d.selectedEventPlace=e,options:d.localEventPlaces,label:`name`,"track-by":`id`,placeholder:`Veranstaltungsort wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[t[29]||=i(`td`,null,[i(`label`,{for:`contactPersons`},`Kontaktpersonen:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedContactPersons,"onUpdate:modelValue":t[11]||=e=>d.selectedContactPersons=e,options:d.localContactPersons,multiple:!0,label:`name`,"track-by":`id`,placeholder:`Kontaktpersonen wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[i(`td`,E,[i(`label`,null,[n(i(`input`,{type:`checkbox`,"onUpdate:modelValue":t[12]||=e=>d.onHomepage=e},null,512),[[_,d.onHomepage]]),t[30]||=u(`Auf der Startseite anzeigen`,-1)])])]),i(`tr`,null,[t[31]||=i(`td`,null,`Zugewiesenes Bild:`,-1),i(`td`,null,[d.assignedImage!=null&&d.imageFilename?(p(),o(`div`,D,[i(`img`,{src:v.getImagePath,class:`preview-image`},null,8,O),i(`button`,{onClick:t[13]||=(...e)=>v.removeImage&&v.removeImage(...e),type:`button`},`Bild entfernen`)])):(p(),o(`div`,k,[i(`button`,{type:`button`,onClick:t[14]||=(...e)=>v.openAddImageDialog&&v.openAddImageDialog(...e)},`Bild auswählen`)]))])]),t[32]||=i(`tr`,null,[i(`td`,{colspan:`2`},[i(`button`,{type:`submit`},`Speichern`)])],-1)])])],32)]),s(b,{ref:`addImageDialog`,onConfirm:v.setImage},null,8,[`onConfirm`])],64)}var j={components:{EventForm:d(x,[[`render`,A],[`__scopeId`,`data-v-35261561`]])},data(){return{events:[],institutions:[],eventPlaces:[],contactPersons:[],eventTypes:[],selectedEvent:null,showForm:!1,searchQuery:``,showPastEvents:!1}},computed:{filteredEvents(){let e=this.events;if(!this.showPastEvents){let t=new Date;t.setHours(0,0,0,0),e=e.filter(e=>{if(e.dayOfWeek!==null&&e.dayOfWeek!==void 0&&!e.date)return!0;if(e.date){let n=new Date(e.date);return n.setHours(0,0,0,0),n>=t}return!0})}if(this.searchQuery.trim()){let t=this.searchQuery.toLowerCase();e=e.filter(e=>{let n=e.name?e.name.toLowerCase():``,r=e.description?e.description.toLowerCase():``,i=this.getEventTypeCaption(e.eventTypeId).toLowerCase();return n.includes(t)||r.includes(t)||i.includes(t)})}return e}},async created(){await this.fetchData()},methods:{formatTime:v,async fetchData(){try{let[t,n,r,i,a]=await Promise.all([e.get(`/events`),e.get(`/institutions`),e.get(`/event-places`),e.get(`/contact-persons`),e.get(`/event-types`)]);this.events=t.data,this.institutions=n.data,this.eventPlaces=r.data,this.contactPersons=i.data,this.eventTypes=a.data}catch(e){console.error(`Fehler beim Abrufen der Daten:`,e)}},createEvent(){this.selectedEvent={},this.showForm=!0,this.scrollToFormAndFocus()},editEvent(e){this.selectedEvent={...e},this.showForm=!0,this.scrollToFormAndFocus()},scrollToFormAndFocus(){this.$nextTick(()=>{window.scrollTo({top:0,behavior:`smooth`}),this.$refs.eventForm&&this.$refs.eventForm.focusFirstField()})},async deleteEvent(t){try{await e.delete(`/events/${t}`),this.fetchData()}catch(e){console.error(`Fehler beim Löschen der Veranstaltung:`,e)}},handleEventSaved(){this.showForm=!1,this.fetchData()},handleEventCancelled(){this.showForm=!1},getEventTypeCaption(e){let t=this.eventTypes.find(t=>t.id===e);return t?t.caption:`Unbekannt`},getWeekdayName(e){return[`Sonntag`,`Montag`,`Dienstag`,`Mittwoch`,`Donnerstag`,`Freitag`,`Samstag`][e]}}},M={class:`event-management`},N={class:`filter-section`},P={class:`checkbox-label`},F={key:0},I=[`onClick`],L=[`onClick`];function R(e,s,d,h,g,v){let y=r(`EventForm`);return p(),o(`div`,M,[s[5]||=i(`h2`,null,`Veranstaltungen`,-1),i(`button`,{onClick:s[0]||=(...e)=>v.createEvent&&v.createEvent(...e)},`Neue Veranstaltung`),g.showForm?(p(),l(y,{key:0,ref:`eventForm`,event:g.selectedEvent,institutions:g.institutions,eventPlaces:g.eventPlaces,contactPersons:g.contactPersons,onSaved:v.handleEventSaved,onCancelled:v.handleEventCancelled},null,8,[`event`,`institutions`,`eventPlaces`,`contactPersons`,`onSaved`,`onCancelled`])):f(``,!0),i(`div`,N,[n(i(`input`,{"onUpdate:modelValue":s[1]||=e=>g.searchQuery=e,type:`text`,placeholder:`Suche nach Name, Typ, Beschreibung...`,class:`search-input`},null,512),[[m,g.searchQuery]]),i(`label`,P,[n(i(`input`,{"onUpdate:modelValue":s[2]||=e=>g.showPastEvents=e,type:`checkbox`},null,512),[[_,g.showPastEvents]]),s[3]||=u(` Vergangene Events anzeigen `,-1)])]),i(`table`,null,[s[4]||=i(`thead`,null,[i(`tr`,null,[i(`th`,null,`Name`),i(`th`,null,`Typ`),i(`th`,null,`Datum`),i(`th`,null,`Uhrzeit`),i(`th`,null,`Wochentag`),i(`th`,null,`Beschreibung`),i(`th`,null,`Aktionen`)])],-1),i(`tbody`,null,[(p(!0),o(c,null,t(v.filteredEvents,e=>(p(),o(`tr`,{key:e.id},[i(`td`,null,a(e.name),1),i(`td`,null,a(v.getEventTypeCaption(e.eventTypeId)),1),i(`td`,null,a(e.date),1),i(`td`,null,[u(a(v.formatTime(e.time)),1),e.endTime?(p(),o(`span`,F,` - `+a(v.formatTime(e.endTime)),1)):f(``,!0)]),i(`td`,null,a(v.getWeekdayName(e.dayOfWeek)),1),i(`td`,null,a(e.description),1),i(`td`,null,[i(`button`,{onClick:t=>v.editEvent(e)},`Bearbeiten`,8,I),i(`button`,{onClick:t=>v.deleteEvent(e.id)},`Löschen`,8,L)])]))),128))])])])}var z=d(j,[[`render`,R],[`__scopeId`,`data-v-5a61b018`]]);export{z as default}; +//# sourceMappingURL=EventManagement-BG94M3ID.js.map \ No newline at end of file diff --git a/public/assets/EventManagement-C-Jz1w_d.js b/public/assets/EventManagement-C-Jz1w_d.js new file mode 100644 index 0000000..25643f1 --- /dev/null +++ b/public/assets/EventManagement-C-Jz1w_d.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,M as n,O as r,c as i,ct as a,d as o,h as s,i as c,l,m as u,t as d,u as f,w as p}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as m,c as h,i as g,r as _}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{n as v}from"./strings-DzAmoxIw.js";import{t as y}from"./vue-multiselect.esm-ClUY7h_I.js";import{t as b}from"./AddImageDialog-C8rQBBBA.js";var x={name:`EventForm`,components:{Multiselect:y,AddImageDialog:b},props:{event:{type:Object,required:!0,default:()=>({})},institutions:{type:Array,required:!0,default:()=>[]},eventPlaces:{type:Array,required:!0,default:()=>[]},contactPersons:{type:Array,required:!0,default:()=>[]}},data(){return{eventData:{...this.event},selectedEventType:null,selectedInstitution:this.event.institution||null,selectedEventPlace:this.event.eventPlace||null,selectedContactPersons:this.event.contactPersons||[],eventTypes:[],dateMode:`date`,weekdays:[{name:`Montag`,value:1},{name:`Dienstag`,value:2},{name:`Mittwoch`,value:3},{name:`Donnerstag`,value:4},{name:`Freitag`,value:5},{name:`Samstag`,value:6},{name:`Sonntag`,value:7}],localInstitutions:[...this.institutions],localEventPlaces:[...this.eventPlaces],localContactPersons:[...this.contactPersons],onHomepage:!1,assignedImage:null,imageFilename:``,bulkDates:``}},watch:{event(e){this.eventData={...e},this.selectedEventType=this.eventTypes.find(t=>t.id===e.eventTypeId)||null,this.selectedInstitution=e.institution||null,this.selectedEventPlace=e.eventPlace||null,this.selectedContactPersons=e.contactPersons||[],this.onHomepage=e.alsoOnHomepage==1,this.assignedImage=e.relatedImage||null,this.assignedImage&&this.fetchImageFilename(),this.determineDateMode()},institutions(e){this.localInstitutions=[...e]},eventPlaces(e){this.localEventPlaces=[...e]},contactPersons(e){this.localContactPersons=[...e]}},async created(){try{this.eventTypes=(await e.get(`/event-types`)).data,this.selectedEventType=this.eventTypes.find(e=>e.id===this.event.eventTypeId)||null}catch(e){console.error(`Failed to fetch event types:`,e)}this.determineDateMode()},computed:{getImagePath(){return this.imageFilename?`/images/uploads/${this.imageFilename}`:``}},methods:{formatTime:v,async saveEvent(){try{let t={...this.eventData,eventTypeId:this.selectedEventType?this.selectedEventType.id:null,institution_id:this.selectedInstitution?this.selectedInstitution.id:null,event_place_id:this.selectedEventPlace?this.selectedEventPlace.id:null,contactPersonIds:this.selectedContactPersons.map(e=>e.id),dayOfWeek:this.eventData.dayOfWeek?this.eventData.dayOfWeek.value??-1:-1,relatedImage:this.assignedImage,alsoOnHomepage:+!!this.onHomepage};if(this.dateMode===`bulk`&&this.bulkDates){let n=this.bulkDates.split(/,|\n/).map(e=>e.trim()).filter(e=>e.length>0),r=[],i=[],a=e=>e.toString().padStart(2,`0`);for(let e of n){let t=e.match(/^(\d{1,2})\.(\d{1,2})\.(\d{4})$/);if(t){let n=parseInt(t[1],10),o=parseInt(t[2],10),s=parseInt(t[3],10);if(o>=1&&o<=12&&n>=1&&n<=31){r.push(`${s}-${a(o)}-${a(n)}`);continue}else{i.push(e);continue}}/^\d{4}-\d{2}-\d{2}$/.test(e)?r.push(e):i.push(e)}if(r.length===0){alert(`Keine gültigen Datumsangaben erkannt. Erlaubt: TT.MM.JJJJ oder JJJJ-MM-TT`);return}i.length>0&&(console.warn(`Ungültige Datumsangaben ignoriert:`,i),alert(`Folgende Einträge wurden ignoriert: `+i.join(`, `)));let o=[];for(let n of r){let r={...t,date:n},i=await e.post(`/events`,r);o.push(i.data)}this.$emit(`saved`,o)}else{let n;n=this.eventData.id?await e.put(`/events/${this.eventData.id}`,t):await e.post(`/events`,t),this.$emit(`saved`,n.data)}}catch(e){console.error(`Failed to save event:`,e)}},determineDateMode(){this.eventData.date&&this.eventData.dayOfWeek?this.dateMode=`interval`:this.eventData.date?this.dateMode=`date`:this.eventData.dayOfWeek?this.dateMode=`weekday`:this.dateMode=`date`},async fetchImageFilename(){try{this.imageFilename=(await e.get(`/image/`+this.assignedImage)).data.filename}catch(e){console.error(`Bild konnte nicht geladen werden:`,e)}},openAddImageDialog(){this.$refs.addImageDialog.openAddImageDialog()},async setImage(t){this.assignedImage=t;try{this.imageFilename=(await e.get(`/image/`+t)).data.filename}catch(e){console.error(`Bild konnte nicht geladen werden:`,e),this.imageFilename=``}},removeImage(){this.assignedImage=null,this.imageFilename=``},focusFirstField(){this.$nextTick(()=>{let e=document.getElementById(`name`);e&&e.focus()})}}},S={class:`event-form`},C={key:0},w={key:1},T={key:2},E={colspan:`2`},D={key:0},O=[`src`],k={key:1};function A(e,t,a,l,d,v){let y=r(`multiselect`),b=r(`AddImageDialog`);return p(),o(c,null,[i(`div`,S,[t[33]||=i(`h2`,null,`Veranstaltung Formular`,-1),i(`form`,{onSubmit:t[15]||=h((...e)=>v.saveEvent&&v.saveEvent(...e),[`prevent`])},[i(`table`,null,[i(`tbody`,null,[i(`tr`,null,[t[16]||=i(`td`,null,[i(`label`,{for:`name`},`Name:`)],-1),i(`td`,null,[n(i(`input`,{type:`text`,id:`name`,"onUpdate:modelValue":t[0]||=e=>d.eventData.name=e,required:``},null,512),[[m,d.eventData.name]])])]),i(`tr`,null,[t[17]||=i(`td`,null,[i(`label`,{for:`eventType`},`Typ:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedEventType,"onUpdate:modelValue":t[1]||=e=>d.selectedEventType=e,options:d.eventTypes,label:`caption`,"track-by":`id`,placeholder:`Typ wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[t[19]||=i(`td`,null,[i(`label`,{for:`dateMode`},`Datum-Modus:`)],-1),i(`td`,null,[n(i(`select`,{"onUpdate:modelValue":t[2]||=e=>d.dateMode=e},[...t[18]||=[i(`option`,{value:`date`},`Datum`,-1),i(`option`,{value:`weekday`},`Wochentag`,-1),i(`option`,{value:`interval`},`Intervall`,-1),i(`option`,{value:`bulk`},`Bulk-Datum`,-1)]],512),[[g,d.dateMode]])])]),d.dateMode===`date`||d.dateMode===`interval`?(p(),o(`tr`,C,[t[20]||=i(`td`,null,[i(`label`,{for:`date`},`Datum:`)],-1),i(`td`,null,[n(i(`input`,{type:`date`,id:`date`,"onUpdate:modelValue":t[3]||=e=>d.eventData.date=e},null,512),[[m,d.eventData.date]])])])):f(``,!0),d.dateMode===`bulk`?(p(),o(`tr`,w,[t[22]||=i(`td`,null,[i(`label`,{for:`bulkDates`},`Bulk-Daten:`)],-1),i(`td`,null,[n(i(`textarea`,{id:`bulkDates`,"onUpdate:modelValue":t[4]||=e=>d.bulkDates=e,placeholder:`Mehrere Daten, z.B. 27.03.2025,03.04.2025 oder je Zeile ein Datum`},null,512),[[m,d.bulkDates]]),t[21]||=i(`div`,{style:{"font-size":`0.9em`,color:`#888`}},`Format: TT.MM.JJJJ (optional weiterhin JJJJ-MM-TT). Trennen mit Komma oder Zeilenumbruch.`,-1)])])):f(``,!0),d.dateMode===`weekday`||d.dateMode===`interval`?(p(),o(`tr`,T,[t[23]||=i(`td`,null,[i(`label`,{for:`dayOfWeek`},`Wochentag:`)],-1),i(`td`,null,[s(y,{modelValue:d.eventData.dayOfWeek,"onUpdate:modelValue":t[5]||=e=>d.eventData.dayOfWeek=e,options:d.weekdays,label:`name`,"track-by":`value`,placeholder:`Wochentag wählen`},null,8,[`modelValue`,`options`])])])):f(``,!0),i(`tr`,null,[t[24]||=i(`td`,null,[i(`label`,{for:`time`},`Uhrzeit:`)],-1),i(`td`,null,[n(i(`input`,{type:`time`,id:`time`,"onUpdate:modelValue":t[6]||=e=>d.eventData.time=e},null,512),[[m,d.eventData.time]])])]),i(`tr`,null,[t[25]||=i(`td`,null,[i(`label`,{for:`endTime`},`Ende-Uhrzeit:`)],-1),i(`td`,null,[n(i(`input`,{type:`time`,id:`endTime`,"onUpdate:modelValue":t[7]||=e=>d.eventData.endTime=e},null,512),[[m,d.eventData.endTime]])])]),i(`tr`,null,[t[26]||=i(`td`,null,[i(`label`,{for:`description`},`Beschreibung:`)],-1),i(`td`,null,[n(i(`textarea`,{id:`description`,"onUpdate:modelValue":t[8]||=e=>d.eventData.description=e,class:`descriptionedit`},null,512),[[m,d.eventData.description]])])]),i(`tr`,null,[t[27]||=i(`td`,null,[i(`label`,{for:`institution`},`Institution:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedInstitution,"onUpdate:modelValue":t[9]||=e=>d.selectedInstitution=e,options:d.localInstitutions,label:`name`,"track-by":`id`,placeholder:`Institution wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[t[28]||=i(`td`,null,[i(`label`,{for:`eventPlace`},`Veranstaltungsort:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedEventPlace,"onUpdate:modelValue":t[10]||=e=>d.selectedEventPlace=e,options:d.localEventPlaces,label:`name`,"track-by":`id`,placeholder:`Veranstaltungsort wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[t[29]||=i(`td`,null,[i(`label`,{for:`contactPersons`},`Kontaktpersonen:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedContactPersons,"onUpdate:modelValue":t[11]||=e=>d.selectedContactPersons=e,options:d.localContactPersons,multiple:!0,label:`name`,"track-by":`id`,placeholder:`Kontaktpersonen wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[i(`td`,E,[i(`label`,null,[n(i(`input`,{type:`checkbox`,"onUpdate:modelValue":t[12]||=e=>d.onHomepage=e},null,512),[[_,d.onHomepage]]),t[30]||=u(`Auf der Startseite anzeigen`,-1)])])]),i(`tr`,null,[t[31]||=i(`td`,null,`Zugewiesenes Bild:`,-1),i(`td`,null,[d.assignedImage!=null&&d.imageFilename?(p(),o(`div`,D,[i(`img`,{src:v.getImagePath,class:`preview-image`},null,8,O),i(`button`,{onClick:t[13]||=(...e)=>v.removeImage&&v.removeImage(...e),type:`button`},`Bild entfernen`)])):(p(),o(`div`,k,[i(`button`,{type:`button`,onClick:t[14]||=(...e)=>v.openAddImageDialog&&v.openAddImageDialog(...e)},`Bild auswählen`)]))])]),t[32]||=i(`tr`,null,[i(`td`,{colspan:`2`},[i(`button`,{type:`submit`},`Speichern`)])],-1)])])],32)]),s(b,{ref:`addImageDialog`,onConfirm:v.setImage},null,8,[`onConfirm`])],64)}var j={components:{EventForm:d(x,[[`render`,A],[`__scopeId`,`data-v-35261561`]])},data(){return{events:[],institutions:[],eventPlaces:[],contactPersons:[],eventTypes:[],selectedEvent:null,showForm:!1,searchQuery:``,showPastEvents:!1}},computed:{filteredEvents(){let e=this.events;if(!this.showPastEvents){let t=new Date;t.setHours(0,0,0,0),e=e.filter(e=>{if(e.dayOfWeek!==null&&e.dayOfWeek!==void 0&&!e.date)return!0;if(e.date){let n=new Date(e.date);return n.setHours(0,0,0,0),n>=t}return!0})}if(this.searchQuery.trim()){let t=this.searchQuery.toLowerCase();e=e.filter(e=>{let n=e.name?e.name.toLowerCase():``,r=e.description?e.description.toLowerCase():``,i=this.getEventTypeCaption(e.eventTypeId).toLowerCase();return n.includes(t)||r.includes(t)||i.includes(t)})}return e}},async created(){await this.fetchData()},methods:{formatTime:v,async fetchData(){try{let[t,n,r,i,a]=await Promise.all([e.get(`/events`),e.get(`/institutions`),e.get(`/event-places`),e.get(`/contact-persons`),e.get(`/event-types`)]);this.events=t.data,this.institutions=n.data,this.eventPlaces=r.data,this.contactPersons=i.data,this.eventTypes=a.data}catch(e){console.error(`Fehler beim Abrufen der Daten:`,e)}},createEvent(){this.selectedEvent={},this.showForm=!0,this.scrollToFormAndFocus()},editEvent(e){this.selectedEvent={...e},this.showForm=!0,this.scrollToFormAndFocus()},scrollToFormAndFocus(){this.$nextTick(()=>{window.scrollTo({top:0,behavior:`smooth`}),this.$refs.eventForm&&this.$refs.eventForm.focusFirstField()})},async deleteEvent(t){try{await e.delete(`/events/${t}`),this.fetchData()}catch(e){console.error(`Fehler beim Löschen der Veranstaltung:`,e)}},handleEventSaved(){this.showForm=!1,this.fetchData()},handleEventCancelled(){this.showForm=!1},getEventTypeCaption(e){let t=this.eventTypes.find(t=>t.id===e);return t?t.caption:`Unbekannt`},getWeekdayName(e){return[`Sonntag`,`Montag`,`Dienstag`,`Mittwoch`,`Donnerstag`,`Freitag`,`Samstag`][e]}}},M={class:`event-management`},N={class:`filter-section`},P={class:`checkbox-label`},F={key:0},I=[`onClick`],L=[`onClick`];function R(e,s,d,h,g,v){let y=r(`EventForm`);return p(),o(`div`,M,[s[5]||=i(`h2`,null,`Veranstaltungen`,-1),i(`button`,{onClick:s[0]||=(...e)=>v.createEvent&&v.createEvent(...e)},`Neue Veranstaltung`),g.showForm?(p(),l(y,{key:0,ref:`eventForm`,event:g.selectedEvent,institutions:g.institutions,eventPlaces:g.eventPlaces,contactPersons:g.contactPersons,onSaved:v.handleEventSaved,onCancelled:v.handleEventCancelled},null,8,[`event`,`institutions`,`eventPlaces`,`contactPersons`,`onSaved`,`onCancelled`])):f(``,!0),i(`div`,N,[n(i(`input`,{"onUpdate:modelValue":s[1]||=e=>g.searchQuery=e,type:`text`,placeholder:`Suche nach Name, Typ, Beschreibung...`,class:`search-input`},null,512),[[m,g.searchQuery]]),i(`label`,P,[n(i(`input`,{"onUpdate:modelValue":s[2]||=e=>g.showPastEvents=e,type:`checkbox`},null,512),[[_,g.showPastEvents]]),s[3]||=u(` Vergangene Events anzeigen `,-1)])]),i(`table`,null,[s[4]||=i(`thead`,null,[i(`tr`,null,[i(`th`,null,`Name`),i(`th`,null,`Typ`),i(`th`,null,`Datum`),i(`th`,null,`Uhrzeit`),i(`th`,null,`Wochentag`),i(`th`,null,`Beschreibung`),i(`th`,null,`Aktionen`)])],-1),i(`tbody`,null,[(p(!0),o(c,null,t(v.filteredEvents,e=>(p(),o(`tr`,{key:e.id},[i(`td`,null,a(e.name),1),i(`td`,null,a(v.getEventTypeCaption(e.eventTypeId)),1),i(`td`,null,a(e.date),1),i(`td`,null,[u(a(v.formatTime(e.time)),1),e.endTime?(p(),o(`span`,F,` - `+a(v.formatTime(e.endTime)),1)):f(``,!0)]),i(`td`,null,a(v.getWeekdayName(e.dayOfWeek)),1),i(`td`,null,a(e.description),1),i(`td`,null,[i(`button`,{onClick:t=>v.editEvent(e)},`Bearbeiten`,8,I),i(`button`,{onClick:t=>v.deleteEvent(e.id)},`Löschen`,8,L)])]))),128))])])])}var z=d(j,[[`render`,R],[`__scopeId`,`data-v-5a61b018`]]);export{z as default}; +//# sourceMappingURL=EventManagement-C-Jz1w_d.js.map \ No newline at end of file diff --git a/public/assets/EventManagement-DGwBaSZc.js b/public/assets/EventManagement-DGwBaSZc.js new file mode 100644 index 0000000..8bde6b7 --- /dev/null +++ b/public/assets/EventManagement-DGwBaSZc.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,M as n,O as r,c as i,ct as a,d as o,h as s,i as c,l,m as u,t as d,u as f,w as p}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as m,c as h,i as g,r as _}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{n as v}from"./strings-CNeI630x.js";import{t as y}from"./vue-multiselect.esm-9oGQ1abz.js";import{t as b}from"./AddImageDialog-BoPA5G64.js";var x={name:`EventForm`,components:{Multiselect:y,AddImageDialog:b},props:{event:{type:Object,required:!0,default:()=>({})},institutions:{type:Array,required:!0,default:()=>[]},eventPlaces:{type:Array,required:!0,default:()=>[]},contactPersons:{type:Array,required:!0,default:()=>[]}},data(){return{eventData:{...this.event},selectedEventType:null,selectedInstitution:this.event.institution||null,selectedEventPlace:this.event.eventPlace||null,selectedContactPersons:this.event.contactPersons||[],eventTypes:[],dateMode:`date`,weekdays:[{name:`Montag`,value:1},{name:`Dienstag`,value:2},{name:`Mittwoch`,value:3},{name:`Donnerstag`,value:4},{name:`Freitag`,value:5},{name:`Samstag`,value:6},{name:`Sonntag`,value:7}],localInstitutions:[...this.institutions],localEventPlaces:[...this.eventPlaces],localContactPersons:[...this.contactPersons],onHomepage:!1,assignedImage:null,imageFilename:``,bulkDates:``}},watch:{event(e){this.eventData={...e},this.selectedEventType=this.eventTypes.find(t=>t.id===e.eventTypeId)||null,this.selectedInstitution=e.institution||null,this.selectedEventPlace=e.eventPlace||null,this.selectedContactPersons=e.contactPersons||[],this.onHomepage=e.alsoOnHomepage==1,this.assignedImage=e.relatedImage||null,this.assignedImage&&this.fetchImageFilename(),this.determineDateMode()},institutions(e){this.localInstitutions=[...e]},eventPlaces(e){this.localEventPlaces=[...e]},contactPersons(e){this.localContactPersons=[...e]}},async created(){try{this.eventTypes=(await e.get(`/event-types`)).data,this.selectedEventType=this.eventTypes.find(e=>e.id===this.event.eventTypeId)||null}catch(e){console.error(`Failed to fetch event types:`,e)}this.determineDateMode()},computed:{getImagePath(){return this.imageFilename?`/images/uploads/${this.imageFilename}`:``}},methods:{formatTime:v,async saveEvent(){try{let t={...this.eventData,eventTypeId:this.selectedEventType?this.selectedEventType.id:null,institution_id:this.selectedInstitution?this.selectedInstitution.id:null,event_place_id:this.selectedEventPlace?this.selectedEventPlace.id:null,contactPersonIds:this.selectedContactPersons.map(e=>e.id),dayOfWeek:this.eventData.dayOfWeek?this.eventData.dayOfWeek.value??-1:-1,relatedImage:this.assignedImage,alsoOnHomepage:+!!this.onHomepage};if(this.dateMode===`bulk`&&this.bulkDates){let n=this.bulkDates.split(/,|\n/).map(e=>e.trim()).filter(e=>e.length>0),r=[],i=[],a=e=>e.toString().padStart(2,`0`);for(let e of n){let t=e.match(/^(\d{1,2})\.(\d{1,2})\.(\d{4})$/);if(t){let n=parseInt(t[1],10),o=parseInt(t[2],10),s=parseInt(t[3],10);if(o>=1&&o<=12&&n>=1&&n<=31){r.push(`${s}-${a(o)}-${a(n)}`);continue}else{i.push(e);continue}}/^\d{4}-\d{2}-\d{2}$/.test(e)?r.push(e):i.push(e)}if(r.length===0){alert(`Keine gültigen Datumsangaben erkannt. Erlaubt: TT.MM.JJJJ oder JJJJ-MM-TT`);return}i.length>0&&(console.warn(`Ungültige Datumsangaben ignoriert:`,i),alert(`Folgende Einträge wurden ignoriert: `+i.join(`, `)));let o=[];for(let n of r){let r={...t,date:n},i=await e.post(`/events`,r);o.push(i.data)}this.$emit(`saved`,o)}else{let n;n=this.eventData.id?await e.put(`/events/${this.eventData.id}`,t):await e.post(`/events`,t),this.$emit(`saved`,n.data)}}catch(e){console.error(`Failed to save event:`,e)}},determineDateMode(){this.eventData.date&&this.eventData.dayOfWeek?this.dateMode=`interval`:this.eventData.date?this.dateMode=`date`:this.eventData.dayOfWeek?this.dateMode=`weekday`:this.dateMode=`date`},async fetchImageFilename(){try{this.imageFilename=(await e.get(`/image/`+this.assignedImage)).data.filename}catch(e){console.error(`Bild konnte nicht geladen werden:`,e)}},openAddImageDialog(){this.$refs.addImageDialog.openAddImageDialog()},async setImage(t){this.assignedImage=t;try{this.imageFilename=(await e.get(`/image/`+t)).data.filename}catch(e){console.error(`Bild konnte nicht geladen werden:`,e),this.imageFilename=``}},removeImage(){this.assignedImage=null,this.imageFilename=``},focusFirstField(){this.$nextTick(()=>{let e=document.getElementById(`name`);e&&e.focus()})}}},S={class:`event-form`},C={key:0},w={key:1},T={key:2},E={colspan:`2`},D={key:0},O=[`src`],k={key:1};function A(e,t,a,l,d,v){let y=r(`multiselect`),b=r(`AddImageDialog`);return p(),o(c,null,[i(`div`,S,[t[33]||=i(`h2`,null,`Veranstaltung Formular`,-1),i(`form`,{onSubmit:t[15]||=h((...e)=>v.saveEvent&&v.saveEvent(...e),[`prevent`])},[i(`table`,null,[i(`tbody`,null,[i(`tr`,null,[t[16]||=i(`td`,null,[i(`label`,{for:`name`},`Name:`)],-1),i(`td`,null,[n(i(`input`,{type:`text`,id:`name`,"onUpdate:modelValue":t[0]||=e=>d.eventData.name=e,required:``},null,512),[[m,d.eventData.name]])])]),i(`tr`,null,[t[17]||=i(`td`,null,[i(`label`,{for:`eventType`},`Typ:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedEventType,"onUpdate:modelValue":t[1]||=e=>d.selectedEventType=e,options:d.eventTypes,label:`caption`,"track-by":`id`,placeholder:`Typ wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[t[19]||=i(`td`,null,[i(`label`,{for:`dateMode`},`Datum-Modus:`)],-1),i(`td`,null,[n(i(`select`,{"onUpdate:modelValue":t[2]||=e=>d.dateMode=e},[...t[18]||=[i(`option`,{value:`date`},`Datum`,-1),i(`option`,{value:`weekday`},`Wochentag`,-1),i(`option`,{value:`interval`},`Intervall`,-1),i(`option`,{value:`bulk`},`Bulk-Datum`,-1)]],512),[[g,d.dateMode]])])]),d.dateMode===`date`||d.dateMode===`interval`?(p(),o(`tr`,C,[t[20]||=i(`td`,null,[i(`label`,{for:`date`},`Datum:`)],-1),i(`td`,null,[n(i(`input`,{type:`date`,id:`date`,"onUpdate:modelValue":t[3]||=e=>d.eventData.date=e},null,512),[[m,d.eventData.date]])])])):f(``,!0),d.dateMode===`bulk`?(p(),o(`tr`,w,[t[22]||=i(`td`,null,[i(`label`,{for:`bulkDates`},`Bulk-Daten:`)],-1),i(`td`,null,[n(i(`textarea`,{id:`bulkDates`,"onUpdate:modelValue":t[4]||=e=>d.bulkDates=e,placeholder:`Mehrere Daten, z.B. 27.03.2025,03.04.2025 oder je Zeile ein Datum`},null,512),[[m,d.bulkDates]]),t[21]||=i(`div`,{style:{"font-size":`0.9em`,color:`#888`}},`Format: TT.MM.JJJJ (optional weiterhin JJJJ-MM-TT). Trennen mit Komma oder Zeilenumbruch.`,-1)])])):f(``,!0),d.dateMode===`weekday`||d.dateMode===`interval`?(p(),o(`tr`,T,[t[23]||=i(`td`,null,[i(`label`,{for:`dayOfWeek`},`Wochentag:`)],-1),i(`td`,null,[s(y,{modelValue:d.eventData.dayOfWeek,"onUpdate:modelValue":t[5]||=e=>d.eventData.dayOfWeek=e,options:d.weekdays,label:`name`,"track-by":`value`,placeholder:`Wochentag wählen`},null,8,[`modelValue`,`options`])])])):f(``,!0),i(`tr`,null,[t[24]||=i(`td`,null,[i(`label`,{for:`time`},`Uhrzeit:`)],-1),i(`td`,null,[n(i(`input`,{type:`time`,id:`time`,"onUpdate:modelValue":t[6]||=e=>d.eventData.time=e},null,512),[[m,d.eventData.time]])])]),i(`tr`,null,[t[25]||=i(`td`,null,[i(`label`,{for:`endTime`},`Ende-Uhrzeit:`)],-1),i(`td`,null,[n(i(`input`,{type:`time`,id:`endTime`,"onUpdate:modelValue":t[7]||=e=>d.eventData.endTime=e},null,512),[[m,d.eventData.endTime]])])]),i(`tr`,null,[t[26]||=i(`td`,null,[i(`label`,{for:`description`},`Beschreibung:`)],-1),i(`td`,null,[n(i(`textarea`,{id:`description`,"onUpdate:modelValue":t[8]||=e=>d.eventData.description=e,class:`descriptionedit`},null,512),[[m,d.eventData.description]])])]),i(`tr`,null,[t[27]||=i(`td`,null,[i(`label`,{for:`institution`},`Institution:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedInstitution,"onUpdate:modelValue":t[9]||=e=>d.selectedInstitution=e,options:d.localInstitutions,label:`name`,"track-by":`id`,placeholder:`Institution wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[t[28]||=i(`td`,null,[i(`label`,{for:`eventPlace`},`Veranstaltungsort:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedEventPlace,"onUpdate:modelValue":t[10]||=e=>d.selectedEventPlace=e,options:d.localEventPlaces,label:`name`,"track-by":`id`,placeholder:`Veranstaltungsort wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[t[29]||=i(`td`,null,[i(`label`,{for:`contactPersons`},`Kontaktpersonen:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedContactPersons,"onUpdate:modelValue":t[11]||=e=>d.selectedContactPersons=e,options:d.localContactPersons,multiple:!0,label:`name`,"track-by":`id`,placeholder:`Kontaktpersonen wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[i(`td`,E,[i(`label`,null,[n(i(`input`,{type:`checkbox`,"onUpdate:modelValue":t[12]||=e=>d.onHomepage=e},null,512),[[_,d.onHomepage]]),t[30]||=u(`Auf der Startseite anzeigen`,-1)])])]),i(`tr`,null,[t[31]||=i(`td`,null,`Zugewiesenes Bild:`,-1),i(`td`,null,[d.assignedImage!=null&&d.imageFilename?(p(),o(`div`,D,[i(`img`,{src:v.getImagePath,class:`preview-image`},null,8,O),i(`button`,{onClick:t[13]||=(...e)=>v.removeImage&&v.removeImage(...e),type:`button`},`Bild entfernen`)])):(p(),o(`div`,k,[i(`button`,{type:`button`,onClick:t[14]||=(...e)=>v.openAddImageDialog&&v.openAddImageDialog(...e)},`Bild auswählen`)]))])]),t[32]||=i(`tr`,null,[i(`td`,{colspan:`2`},[i(`button`,{type:`submit`},`Speichern`)])],-1)])])],32)]),s(b,{ref:`addImageDialog`,onConfirm:v.setImage},null,8,[`onConfirm`])],64)}var j={components:{EventForm:d(x,[[`render`,A],[`__scopeId`,`data-v-35261561`]])},data(){return{events:[],institutions:[],eventPlaces:[],contactPersons:[],eventTypes:[],selectedEvent:null,showForm:!1,searchQuery:``,showPastEvents:!1}},computed:{filteredEvents(){let e=this.events;if(!this.showPastEvents){let t=new Date;t.setHours(0,0,0,0),e=e.filter(e=>{if(e.dayOfWeek!==null&&e.dayOfWeek!==void 0&&!e.date)return!0;if(e.date){let n=new Date(e.date);return n.setHours(0,0,0,0),n>=t}return!0})}if(this.searchQuery.trim()){let t=this.searchQuery.toLowerCase();e=e.filter(e=>{let n=e.name?e.name.toLowerCase():``,r=e.description?e.description.toLowerCase():``,i=this.getEventTypeCaption(e.eventTypeId).toLowerCase();return n.includes(t)||r.includes(t)||i.includes(t)})}return e}},async created(){await this.fetchData()},methods:{formatTime:v,async fetchData(){try{let[t,n,r,i,a]=await Promise.all([e.get(`/events`),e.get(`/institutions`),e.get(`/event-places`),e.get(`/contact-persons`),e.get(`/event-types`)]);this.events=t.data,this.institutions=n.data,this.eventPlaces=r.data,this.contactPersons=i.data,this.eventTypes=a.data}catch(e){console.error(`Fehler beim Abrufen der Daten:`,e)}},createEvent(){this.selectedEvent={},this.showForm=!0,this.scrollToFormAndFocus()},editEvent(e){this.selectedEvent={...e},this.showForm=!0,this.scrollToFormAndFocus()},scrollToFormAndFocus(){this.$nextTick(()=>{window.scrollTo({top:0,behavior:`smooth`}),this.$refs.eventForm&&this.$refs.eventForm.focusFirstField()})},async deleteEvent(t){try{await e.delete(`/events/${t}`),this.fetchData()}catch(e){console.error(`Fehler beim Löschen der Veranstaltung:`,e)}},handleEventSaved(){this.showForm=!1,this.fetchData()},handleEventCancelled(){this.showForm=!1},getEventTypeCaption(e){let t=this.eventTypes.find(t=>t.id===e);return t?t.caption:`Unbekannt`},getWeekdayName(e){return[`Sonntag`,`Montag`,`Dienstag`,`Mittwoch`,`Donnerstag`,`Freitag`,`Samstag`][e]}}},M={class:`event-management`},N={class:`filter-section`},P={class:`checkbox-label`},F={key:0},I=[`onClick`],L=[`onClick`];function R(e,s,d,h,g,v){let y=r(`EventForm`);return p(),o(`div`,M,[s[5]||=i(`h2`,null,`Veranstaltungen`,-1),i(`button`,{onClick:s[0]||=(...e)=>v.createEvent&&v.createEvent(...e)},`Neue Veranstaltung`),g.showForm?(p(),l(y,{key:0,ref:`eventForm`,event:g.selectedEvent,institutions:g.institutions,eventPlaces:g.eventPlaces,contactPersons:g.contactPersons,onSaved:v.handleEventSaved,onCancelled:v.handleEventCancelled},null,8,[`event`,`institutions`,`eventPlaces`,`contactPersons`,`onSaved`,`onCancelled`])):f(``,!0),i(`div`,N,[n(i(`input`,{"onUpdate:modelValue":s[1]||=e=>g.searchQuery=e,type:`text`,placeholder:`Suche nach Name, Typ, Beschreibung...`,class:`search-input`},null,512),[[m,g.searchQuery]]),i(`label`,P,[n(i(`input`,{"onUpdate:modelValue":s[2]||=e=>g.showPastEvents=e,type:`checkbox`},null,512),[[_,g.showPastEvents]]),s[3]||=u(` Vergangene Events anzeigen `,-1)])]),i(`table`,null,[s[4]||=i(`thead`,null,[i(`tr`,null,[i(`th`,null,`Name`),i(`th`,null,`Typ`),i(`th`,null,`Datum`),i(`th`,null,`Uhrzeit`),i(`th`,null,`Wochentag`),i(`th`,null,`Beschreibung`),i(`th`,null,`Aktionen`)])],-1),i(`tbody`,null,[(p(!0),o(c,null,t(v.filteredEvents,e=>(p(),o(`tr`,{key:e.id},[i(`td`,null,a(e.name),1),i(`td`,null,a(v.getEventTypeCaption(e.eventTypeId)),1),i(`td`,null,a(e.date),1),i(`td`,null,[u(a(v.formatTime(e.time)),1),e.endTime?(p(),o(`span`,F,` - `+a(v.formatTime(e.endTime)),1)):f(``,!0)]),i(`td`,null,a(v.getWeekdayName(e.dayOfWeek)),1),i(`td`,null,a(e.description),1),i(`td`,null,[i(`button`,{onClick:t=>v.editEvent(e)},`Bearbeiten`,8,I),i(`button`,{onClick:t=>v.deleteEvent(e.id)},`Löschen`,8,L)])]))),128))])])])}var z=d(j,[[`render`,R],[`__scopeId`,`data-v-5a61b018`]]);export{z as default}; +//# sourceMappingURL=EventManagement-DGwBaSZc.js.map \ No newline at end of file diff --git a/public/assets/EventManagement-DQmR17IN.js b/public/assets/EventManagement-DQmR17IN.js new file mode 100644 index 0000000..c5d3f2a --- /dev/null +++ b/public/assets/EventManagement-DQmR17IN.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,M as n,O as r,c as i,ct as a,d as o,h as s,i as c,l,m as u,t as d,u as f,w as p}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as m,c as h,i as g,r as _}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{n as v}from"./strings-CNeI630x.js";import{t as y}from"./vue-multiselect.esm-9oGQ1abz.js";import{t as b}from"./AddImageDialog-zajqCFn5.js";var x={name:`EventForm`,components:{Multiselect:y,AddImageDialog:b},props:{event:{type:Object,required:!0,default:()=>({})},institutions:{type:Array,required:!0,default:()=>[]},eventPlaces:{type:Array,required:!0,default:()=>[]},contactPersons:{type:Array,required:!0,default:()=>[]}},data(){return{eventData:{...this.event},selectedEventType:null,selectedInstitution:this.event.institution||null,selectedEventPlace:this.event.eventPlace||null,selectedContactPersons:this.event.contactPersons||[],eventTypes:[],dateMode:`date`,weekdays:[{name:`Montag`,value:1},{name:`Dienstag`,value:2},{name:`Mittwoch`,value:3},{name:`Donnerstag`,value:4},{name:`Freitag`,value:5},{name:`Samstag`,value:6},{name:`Sonntag`,value:7}],localInstitutions:[...this.institutions],localEventPlaces:[...this.eventPlaces],localContactPersons:[...this.contactPersons],onHomepage:!1,assignedImage:null,imageFilename:``,bulkDates:``}},watch:{event(e){this.eventData={...e},this.selectedEventType=this.eventTypes.find(t=>t.id===e.eventTypeId)||null,this.selectedInstitution=e.institution||null,this.selectedEventPlace=e.eventPlace||null,this.selectedContactPersons=e.contactPersons||[],this.onHomepage=e.alsoOnHomepage==1,this.assignedImage=e.relatedImage||null,this.assignedImage&&this.fetchImageFilename(),this.determineDateMode()},institutions(e){this.localInstitutions=[...e]},eventPlaces(e){this.localEventPlaces=[...e]},contactPersons(e){this.localContactPersons=[...e]}},async created(){try{this.eventTypes=(await e.get(`/event-types`)).data,this.selectedEventType=this.eventTypes.find(e=>e.id===this.event.eventTypeId)||null}catch(e){console.error(`Failed to fetch event types:`,e)}this.determineDateMode()},computed:{getImagePath(){return this.imageFilename?`/images/uploads/${this.imageFilename}`:``}},methods:{formatTime:v,async saveEvent(){try{let t={...this.eventData,eventTypeId:this.selectedEventType?this.selectedEventType.id:null,institution_id:this.selectedInstitution?this.selectedInstitution.id:null,event_place_id:this.selectedEventPlace?this.selectedEventPlace.id:null,contactPersonIds:this.selectedContactPersons.map(e=>e.id),dayOfWeek:this.eventData.dayOfWeek?this.eventData.dayOfWeek.value??-1:-1,relatedImage:this.assignedImage,alsoOnHomepage:+!!this.onHomepage};if(this.dateMode===`bulk`&&this.bulkDates){let n=this.bulkDates.split(/,|\n/).map(e=>e.trim()).filter(e=>e.length>0),r=[],i=[],a=e=>e.toString().padStart(2,`0`);for(let e of n){let t=e.match(/^(\d{1,2})\.(\d{1,2})\.(\d{4})$/);if(t){let n=parseInt(t[1],10),o=parseInt(t[2],10),s=parseInt(t[3],10);if(o>=1&&o<=12&&n>=1&&n<=31){r.push(`${s}-${a(o)}-${a(n)}`);continue}else{i.push(e);continue}}/^\d{4}-\d{2}-\d{2}$/.test(e)?r.push(e):i.push(e)}if(r.length===0){alert(`Keine gültigen Datumsangaben erkannt. Erlaubt: TT.MM.JJJJ oder JJJJ-MM-TT`);return}i.length>0&&(console.warn(`Ungültige Datumsangaben ignoriert:`,i),alert(`Folgende Einträge wurden ignoriert: `+i.join(`, `)));let o=[];for(let n of r){let r={...t,date:n},i=await e.post(`/events`,r);o.push(i.data)}this.$emit(`saved`,o)}else{let n;n=this.eventData.id?await e.put(`/events/${this.eventData.id}`,t):await e.post(`/events`,t),this.$emit(`saved`,n.data)}}catch(e){console.error(`Failed to save event:`,e)}},determineDateMode(){this.eventData.date&&this.eventData.dayOfWeek?this.dateMode=`interval`:this.eventData.date?this.dateMode=`date`:this.eventData.dayOfWeek?this.dateMode=`weekday`:this.dateMode=`date`},async fetchImageFilename(){try{this.imageFilename=(await e.get(`/image/`+this.assignedImage)).data.filename}catch(e){console.error(`Bild konnte nicht geladen werden:`,e)}},openAddImageDialog(){this.$refs.addImageDialog.openAddImageDialog()},async setImage(t){this.assignedImage=t;try{this.imageFilename=(await e.get(`/image/`+t)).data.filename}catch(e){console.error(`Bild konnte nicht geladen werden:`,e),this.imageFilename=``}},removeImage(){this.assignedImage=null,this.imageFilename=``},focusFirstField(){this.$nextTick(()=>{let e=document.getElementById(`name`);e&&e.focus()})}}},S={class:`event-form`},C={key:0},w={key:1},T={key:2},E={colspan:`2`},D={key:0},O=[`src`],k={key:1};function A(e,t,a,l,d,v){let y=r(`multiselect`),b=r(`AddImageDialog`);return p(),o(c,null,[i(`div`,S,[t[33]||=i(`h2`,null,`Veranstaltung Formular`,-1),i(`form`,{onSubmit:t[15]||=h((...e)=>v.saveEvent&&v.saveEvent(...e),[`prevent`])},[i(`table`,null,[i(`tbody`,null,[i(`tr`,null,[t[16]||=i(`td`,null,[i(`label`,{for:`name`},`Name:`)],-1),i(`td`,null,[n(i(`input`,{type:`text`,id:`name`,"onUpdate:modelValue":t[0]||=e=>d.eventData.name=e,required:``},null,512),[[m,d.eventData.name]])])]),i(`tr`,null,[t[17]||=i(`td`,null,[i(`label`,{for:`eventType`},`Typ:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedEventType,"onUpdate:modelValue":t[1]||=e=>d.selectedEventType=e,options:d.eventTypes,label:`caption`,"track-by":`id`,placeholder:`Typ wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[t[19]||=i(`td`,null,[i(`label`,{for:`dateMode`},`Datum-Modus:`)],-1),i(`td`,null,[n(i(`select`,{"onUpdate:modelValue":t[2]||=e=>d.dateMode=e},[...t[18]||=[i(`option`,{value:`date`},`Datum`,-1),i(`option`,{value:`weekday`},`Wochentag`,-1),i(`option`,{value:`interval`},`Intervall`,-1),i(`option`,{value:`bulk`},`Bulk-Datum`,-1)]],512),[[g,d.dateMode]])])]),d.dateMode===`date`||d.dateMode===`interval`?(p(),o(`tr`,C,[t[20]||=i(`td`,null,[i(`label`,{for:`date`},`Datum:`)],-1),i(`td`,null,[n(i(`input`,{type:`date`,id:`date`,"onUpdate:modelValue":t[3]||=e=>d.eventData.date=e},null,512),[[m,d.eventData.date]])])])):f(``,!0),d.dateMode===`bulk`?(p(),o(`tr`,w,[t[22]||=i(`td`,null,[i(`label`,{for:`bulkDates`},`Bulk-Daten:`)],-1),i(`td`,null,[n(i(`textarea`,{id:`bulkDates`,"onUpdate:modelValue":t[4]||=e=>d.bulkDates=e,placeholder:`Mehrere Daten, z.B. 27.03.2025,03.04.2025 oder je Zeile ein Datum`},null,512),[[m,d.bulkDates]]),t[21]||=i(`div`,{style:{"font-size":`0.9em`,color:`#888`}},`Format: TT.MM.JJJJ (optional weiterhin JJJJ-MM-TT). Trennen mit Komma oder Zeilenumbruch.`,-1)])])):f(``,!0),d.dateMode===`weekday`||d.dateMode===`interval`?(p(),o(`tr`,T,[t[23]||=i(`td`,null,[i(`label`,{for:`dayOfWeek`},`Wochentag:`)],-1),i(`td`,null,[s(y,{modelValue:d.eventData.dayOfWeek,"onUpdate:modelValue":t[5]||=e=>d.eventData.dayOfWeek=e,options:d.weekdays,label:`name`,"track-by":`value`,placeholder:`Wochentag wählen`},null,8,[`modelValue`,`options`])])])):f(``,!0),i(`tr`,null,[t[24]||=i(`td`,null,[i(`label`,{for:`time`},`Uhrzeit:`)],-1),i(`td`,null,[n(i(`input`,{type:`time`,id:`time`,"onUpdate:modelValue":t[6]||=e=>d.eventData.time=e},null,512),[[m,d.eventData.time]])])]),i(`tr`,null,[t[25]||=i(`td`,null,[i(`label`,{for:`endTime`},`Ende-Uhrzeit:`)],-1),i(`td`,null,[n(i(`input`,{type:`time`,id:`endTime`,"onUpdate:modelValue":t[7]||=e=>d.eventData.endTime=e},null,512),[[m,d.eventData.endTime]])])]),i(`tr`,null,[t[26]||=i(`td`,null,[i(`label`,{for:`description`},`Beschreibung:`)],-1),i(`td`,null,[n(i(`textarea`,{id:`description`,"onUpdate:modelValue":t[8]||=e=>d.eventData.description=e,class:`descriptionedit`},null,512),[[m,d.eventData.description]])])]),i(`tr`,null,[t[27]||=i(`td`,null,[i(`label`,{for:`institution`},`Institution:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedInstitution,"onUpdate:modelValue":t[9]||=e=>d.selectedInstitution=e,options:d.localInstitutions,label:`name`,"track-by":`id`,placeholder:`Institution wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[t[28]||=i(`td`,null,[i(`label`,{for:`eventPlace`},`Veranstaltungsort:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedEventPlace,"onUpdate:modelValue":t[10]||=e=>d.selectedEventPlace=e,options:d.localEventPlaces,label:`name`,"track-by":`id`,placeholder:`Veranstaltungsort wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[t[29]||=i(`td`,null,[i(`label`,{for:`contactPersons`},`Kontaktpersonen:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedContactPersons,"onUpdate:modelValue":t[11]||=e=>d.selectedContactPersons=e,options:d.localContactPersons,multiple:!0,label:`name`,"track-by":`id`,placeholder:`Kontaktpersonen wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[i(`td`,E,[i(`label`,null,[n(i(`input`,{type:`checkbox`,"onUpdate:modelValue":t[12]||=e=>d.onHomepage=e},null,512),[[_,d.onHomepage]]),t[30]||=u(`Auf der Startseite anzeigen`,-1)])])]),i(`tr`,null,[t[31]||=i(`td`,null,`Zugewiesenes Bild:`,-1),i(`td`,null,[d.assignedImage!=null&&d.imageFilename?(p(),o(`div`,D,[i(`img`,{src:v.getImagePath,class:`preview-image`},null,8,O),i(`button`,{onClick:t[13]||=(...e)=>v.removeImage&&v.removeImage(...e),type:`button`},`Bild entfernen`)])):(p(),o(`div`,k,[i(`button`,{type:`button`,onClick:t[14]||=(...e)=>v.openAddImageDialog&&v.openAddImageDialog(...e)},`Bild auswählen`)]))])]),t[32]||=i(`tr`,null,[i(`td`,{colspan:`2`},[i(`button`,{type:`submit`},`Speichern`)])],-1)])])],32)]),s(b,{ref:`addImageDialog`,onConfirm:v.setImage},null,8,[`onConfirm`])],64)}var j={components:{EventForm:d(x,[[`render`,A],[`__scopeId`,`data-v-35261561`]])},data(){return{events:[],institutions:[],eventPlaces:[],contactPersons:[],eventTypes:[],selectedEvent:null,showForm:!1,searchQuery:``,showPastEvents:!1}},computed:{filteredEvents(){let e=this.events;if(!this.showPastEvents){let t=new Date;t.setHours(0,0,0,0),e=e.filter(e=>{if(e.dayOfWeek!==null&&e.dayOfWeek!==void 0&&!e.date)return!0;if(e.date){let n=new Date(e.date);return n.setHours(0,0,0,0),n>=t}return!0})}if(this.searchQuery.trim()){let t=this.searchQuery.toLowerCase();e=e.filter(e=>{let n=e.name?e.name.toLowerCase():``,r=e.description?e.description.toLowerCase():``,i=this.getEventTypeCaption(e.eventTypeId).toLowerCase();return n.includes(t)||r.includes(t)||i.includes(t)})}return e}},async created(){await this.fetchData()},methods:{formatTime:v,async fetchData(){try{let[t,n,r,i,a]=await Promise.all([e.get(`/events`),e.get(`/institutions`),e.get(`/event-places`),e.get(`/contact-persons`),e.get(`/event-types`)]);this.events=t.data,this.institutions=n.data,this.eventPlaces=r.data,this.contactPersons=i.data,this.eventTypes=a.data}catch(e){console.error(`Fehler beim Abrufen der Daten:`,e)}},createEvent(){this.selectedEvent={},this.showForm=!0,this.scrollToFormAndFocus()},editEvent(e){this.selectedEvent={...e},this.showForm=!0,this.scrollToFormAndFocus()},scrollToFormAndFocus(){this.$nextTick(()=>{window.scrollTo({top:0,behavior:`smooth`}),this.$refs.eventForm&&this.$refs.eventForm.focusFirstField()})},async deleteEvent(t){try{await e.delete(`/events/${t}`),this.fetchData()}catch(e){console.error(`Fehler beim Löschen der Veranstaltung:`,e)}},handleEventSaved(){this.showForm=!1,this.fetchData()},handleEventCancelled(){this.showForm=!1},getEventTypeCaption(e){let t=this.eventTypes.find(t=>t.id===e);return t?t.caption:`Unbekannt`},getWeekdayName(e){return[`Sonntag`,`Montag`,`Dienstag`,`Mittwoch`,`Donnerstag`,`Freitag`,`Samstag`][e]}}},M={class:`event-management`},N={class:`filter-section`},P={class:`checkbox-label`},F={key:0},I=[`onClick`],L=[`onClick`];function R(e,s,d,h,g,v){let y=r(`EventForm`);return p(),o(`div`,M,[s[5]||=i(`h2`,null,`Veranstaltungen`,-1),i(`button`,{onClick:s[0]||=(...e)=>v.createEvent&&v.createEvent(...e)},`Neue Veranstaltung`),g.showForm?(p(),l(y,{key:0,ref:`eventForm`,event:g.selectedEvent,institutions:g.institutions,eventPlaces:g.eventPlaces,contactPersons:g.contactPersons,onSaved:v.handleEventSaved,onCancelled:v.handleEventCancelled},null,8,[`event`,`institutions`,`eventPlaces`,`contactPersons`,`onSaved`,`onCancelled`])):f(``,!0),i(`div`,N,[n(i(`input`,{"onUpdate:modelValue":s[1]||=e=>g.searchQuery=e,type:`text`,placeholder:`Suche nach Name, Typ, Beschreibung...`,class:`search-input`},null,512),[[m,g.searchQuery]]),i(`label`,P,[n(i(`input`,{"onUpdate:modelValue":s[2]||=e=>g.showPastEvents=e,type:`checkbox`},null,512),[[_,g.showPastEvents]]),s[3]||=u(` Vergangene Events anzeigen `,-1)])]),i(`table`,null,[s[4]||=i(`thead`,null,[i(`tr`,null,[i(`th`,null,`Name`),i(`th`,null,`Typ`),i(`th`,null,`Datum`),i(`th`,null,`Uhrzeit`),i(`th`,null,`Wochentag`),i(`th`,null,`Beschreibung`),i(`th`,null,`Aktionen`)])],-1),i(`tbody`,null,[(p(!0),o(c,null,t(v.filteredEvents,e=>(p(),o(`tr`,{key:e.id},[i(`td`,null,a(e.name),1),i(`td`,null,a(v.getEventTypeCaption(e.eventTypeId)),1),i(`td`,null,a(e.date),1),i(`td`,null,[u(a(v.formatTime(e.time)),1),e.endTime?(p(),o(`span`,F,` - `+a(v.formatTime(e.endTime)),1)):f(``,!0)]),i(`td`,null,a(v.getWeekdayName(e.dayOfWeek)),1),i(`td`,null,a(e.description),1),i(`td`,null,[i(`button`,{onClick:t=>v.editEvent(e)},`Bearbeiten`,8,I),i(`button`,{onClick:t=>v.deleteEvent(e.id)},`Löschen`,8,L)])]))),128))])])])}var z=d(j,[[`render`,R],[`__scopeId`,`data-v-5a61b018`]]);export{z as default}; +//# sourceMappingURL=EventManagement-DQmR17IN.js.map \ No newline at end of file diff --git a/public/assets/EventManagement-DqE9pBS_.js b/public/assets/EventManagement-DqE9pBS_.js new file mode 100644 index 0000000..e7fca7a --- /dev/null +++ b/public/assets/EventManagement-DqE9pBS_.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,M as n,O as r,c as i,ct as a,d as o,h as s,i as c,l,m as u,t as d,u as f,w as p}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as m,c as h,i as g,r as _}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{n as v}from"./strings-ldR5sTJW.js";import{t as y}from"./vue-multiselect.esm-Cg9K2y4Y.js";import{t as b}from"./AddImageDialog-Dt42vF2F.js";var x={name:`EventForm`,components:{Multiselect:y,AddImageDialog:b},props:{event:{type:Object,required:!0,default:()=>({})},institutions:{type:Array,required:!0,default:()=>[]},eventPlaces:{type:Array,required:!0,default:()=>[]},contactPersons:{type:Array,required:!0,default:()=>[]}},data(){return{eventData:{...this.event},selectedEventType:null,selectedInstitution:this.event.institution||null,selectedEventPlace:this.event.eventPlace||null,selectedContactPersons:this.event.contactPersons||[],eventTypes:[],dateMode:`date`,weekdays:[{name:`Montag`,value:1},{name:`Dienstag`,value:2},{name:`Mittwoch`,value:3},{name:`Donnerstag`,value:4},{name:`Freitag`,value:5},{name:`Samstag`,value:6},{name:`Sonntag`,value:7}],localInstitutions:[...this.institutions],localEventPlaces:[...this.eventPlaces],localContactPersons:[...this.contactPersons],onHomepage:!1,assignedImage:null,imageFilename:``,bulkDates:``}},watch:{event(e){this.eventData={...e},this.selectedEventType=this.eventTypes.find(t=>t.id===e.eventTypeId)||null,this.selectedInstitution=e.institution||null,this.selectedEventPlace=e.eventPlace||null,this.selectedContactPersons=e.contactPersons||[],this.onHomepage=e.alsoOnHomepage==1,this.assignedImage=e.relatedImage||null,this.assignedImage&&this.fetchImageFilename(),this.determineDateMode()},institutions(e){this.localInstitutions=[...e]},eventPlaces(e){this.localEventPlaces=[...e]},contactPersons(e){this.localContactPersons=[...e]}},async created(){try{this.eventTypes=(await e.get(`/event-types`)).data,this.selectedEventType=this.eventTypes.find(e=>e.id===this.event.eventTypeId)||null}catch(e){console.error(`Failed to fetch event types:`,e)}this.determineDateMode()},computed:{getImagePath(){return this.imageFilename?`/images/uploads/${this.imageFilename}`:``}},methods:{formatTime:v,async saveEvent(){try{let t={...this.eventData,eventTypeId:this.selectedEventType?this.selectedEventType.id:null,institution_id:this.selectedInstitution?this.selectedInstitution.id:null,event_place_id:this.selectedEventPlace?this.selectedEventPlace.id:null,contactPersonIds:this.selectedContactPersons.map(e=>e.id),dayOfWeek:this.eventData.dayOfWeek?this.eventData.dayOfWeek.value??-1:-1,relatedImage:this.assignedImage,alsoOnHomepage:+!!this.onHomepage};if(this.dateMode===`bulk`&&this.bulkDates){let n=this.bulkDates.split(/,|\n/).map(e=>e.trim()).filter(e=>e.length>0),r=[],i=[],a=e=>e.toString().padStart(2,`0`);for(let e of n){let t=e.match(/^(\d{1,2})\.(\d{1,2})\.(\d{4})$/);if(t){let n=parseInt(t[1],10),o=parseInt(t[2],10),s=parseInt(t[3],10);if(o>=1&&o<=12&&n>=1&&n<=31){r.push(`${s}-${a(o)}-${a(n)}`);continue}else{i.push(e);continue}}/^\d{4}-\d{2}-\d{2}$/.test(e)?r.push(e):i.push(e)}if(r.length===0){alert(`Keine gültigen Datumsangaben erkannt. Erlaubt: TT.MM.JJJJ oder JJJJ-MM-TT`);return}i.length>0&&(console.warn(`Ungültige Datumsangaben ignoriert:`,i),alert(`Folgende Einträge wurden ignoriert: `+i.join(`, `)));let o=[];for(let n of r){let r={...t,date:n},i=await e.post(`/events`,r);o.push(i.data)}this.$emit(`saved`,o)}else{let n;n=this.eventData.id?await e.put(`/events/${this.eventData.id}`,t):await e.post(`/events`,t),this.$emit(`saved`,n.data)}}catch(e){console.error(`Failed to save event:`,e)}},determineDateMode(){this.eventData.date&&this.eventData.dayOfWeek?this.dateMode=`interval`:this.eventData.date?this.dateMode=`date`:this.eventData.dayOfWeek?this.dateMode=`weekday`:this.dateMode=`date`},async fetchImageFilename(){try{this.imageFilename=(await e.get(`/image/`+this.assignedImage)).data.filename}catch(e){console.error(`Bild konnte nicht geladen werden:`,e)}},openAddImageDialog(){this.$refs.addImageDialog.openAddImageDialog()},async setImage(t){this.assignedImage=t;try{this.imageFilename=(await e.get(`/image/`+t)).data.filename}catch(e){console.error(`Bild konnte nicht geladen werden:`,e),this.imageFilename=``}},removeImage(){this.assignedImage=null,this.imageFilename=``},focusFirstField(){this.$nextTick(()=>{let e=document.getElementById(`name`);e&&e.focus()})}}},S={class:`event-form`},C={key:0},w={key:1},T={key:2},E={colspan:`2`},D={key:0},O=[`src`],k={key:1};function A(e,t,a,l,d,v){let y=r(`multiselect`),b=r(`AddImageDialog`);return p(),o(c,null,[i(`div`,S,[t[33]||=i(`h2`,null,`Veranstaltung Formular`,-1),i(`form`,{onSubmit:t[15]||=h((...e)=>v.saveEvent&&v.saveEvent(...e),[`prevent`])},[i(`table`,null,[i(`tbody`,null,[i(`tr`,null,[t[16]||=i(`td`,null,[i(`label`,{for:`name`},`Name:`)],-1),i(`td`,null,[n(i(`input`,{type:`text`,id:`name`,"onUpdate:modelValue":t[0]||=e=>d.eventData.name=e,required:``},null,512),[[m,d.eventData.name]])])]),i(`tr`,null,[t[17]||=i(`td`,null,[i(`label`,{for:`eventType`},`Typ:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedEventType,"onUpdate:modelValue":t[1]||=e=>d.selectedEventType=e,options:d.eventTypes,label:`caption`,"track-by":`id`,placeholder:`Typ wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[t[19]||=i(`td`,null,[i(`label`,{for:`dateMode`},`Datum-Modus:`)],-1),i(`td`,null,[n(i(`select`,{"onUpdate:modelValue":t[2]||=e=>d.dateMode=e},[...t[18]||=[i(`option`,{value:`date`},`Datum`,-1),i(`option`,{value:`weekday`},`Wochentag`,-1),i(`option`,{value:`interval`},`Intervall`,-1),i(`option`,{value:`bulk`},`Bulk-Datum`,-1)]],512),[[g,d.dateMode]])])]),d.dateMode===`date`||d.dateMode===`interval`?(p(),o(`tr`,C,[t[20]||=i(`td`,null,[i(`label`,{for:`date`},`Datum:`)],-1),i(`td`,null,[n(i(`input`,{type:`date`,id:`date`,"onUpdate:modelValue":t[3]||=e=>d.eventData.date=e},null,512),[[m,d.eventData.date]])])])):f(``,!0),d.dateMode===`bulk`?(p(),o(`tr`,w,[t[22]||=i(`td`,null,[i(`label`,{for:`bulkDates`},`Bulk-Daten:`)],-1),i(`td`,null,[n(i(`textarea`,{id:`bulkDates`,"onUpdate:modelValue":t[4]||=e=>d.bulkDates=e,placeholder:`Mehrere Daten, z.B. 27.03.2025,03.04.2025 oder je Zeile ein Datum`},null,512),[[m,d.bulkDates]]),t[21]||=i(`div`,{style:{"font-size":`0.9em`,color:`#888`}},`Format: TT.MM.JJJJ (optional weiterhin JJJJ-MM-TT). Trennen mit Komma oder Zeilenumbruch.`,-1)])])):f(``,!0),d.dateMode===`weekday`||d.dateMode===`interval`?(p(),o(`tr`,T,[t[23]||=i(`td`,null,[i(`label`,{for:`dayOfWeek`},`Wochentag:`)],-1),i(`td`,null,[s(y,{modelValue:d.eventData.dayOfWeek,"onUpdate:modelValue":t[5]||=e=>d.eventData.dayOfWeek=e,options:d.weekdays,label:`name`,"track-by":`value`,placeholder:`Wochentag wählen`},null,8,[`modelValue`,`options`])])])):f(``,!0),i(`tr`,null,[t[24]||=i(`td`,null,[i(`label`,{for:`time`},`Uhrzeit:`)],-1),i(`td`,null,[n(i(`input`,{type:`time`,id:`time`,"onUpdate:modelValue":t[6]||=e=>d.eventData.time=e},null,512),[[m,d.eventData.time]])])]),i(`tr`,null,[t[25]||=i(`td`,null,[i(`label`,{for:`endTime`},`Ende-Uhrzeit:`)],-1),i(`td`,null,[n(i(`input`,{type:`time`,id:`endTime`,"onUpdate:modelValue":t[7]||=e=>d.eventData.endTime=e},null,512),[[m,d.eventData.endTime]])])]),i(`tr`,null,[t[26]||=i(`td`,null,[i(`label`,{for:`description`},`Beschreibung:`)],-1),i(`td`,null,[n(i(`textarea`,{id:`description`,"onUpdate:modelValue":t[8]||=e=>d.eventData.description=e,class:`descriptionedit`},null,512),[[m,d.eventData.description]])])]),i(`tr`,null,[t[27]||=i(`td`,null,[i(`label`,{for:`institution`},`Institution:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedInstitution,"onUpdate:modelValue":t[9]||=e=>d.selectedInstitution=e,options:d.localInstitutions,label:`name`,"track-by":`id`,placeholder:`Institution wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[t[28]||=i(`td`,null,[i(`label`,{for:`eventPlace`},`Veranstaltungsort:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedEventPlace,"onUpdate:modelValue":t[10]||=e=>d.selectedEventPlace=e,options:d.localEventPlaces,label:`name`,"track-by":`id`,placeholder:`Veranstaltungsort wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[t[29]||=i(`td`,null,[i(`label`,{for:`contactPersons`},`Kontaktpersonen:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedContactPersons,"onUpdate:modelValue":t[11]||=e=>d.selectedContactPersons=e,options:d.localContactPersons,multiple:!0,label:`name`,"track-by":`id`,placeholder:`Kontaktpersonen wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[i(`td`,E,[i(`label`,null,[n(i(`input`,{type:`checkbox`,"onUpdate:modelValue":t[12]||=e=>d.onHomepage=e},null,512),[[_,d.onHomepage]]),t[30]||=u(`Auf der Startseite anzeigen`,-1)])])]),i(`tr`,null,[t[31]||=i(`td`,null,`Zugewiesenes Bild:`,-1),i(`td`,null,[d.assignedImage!=null&&d.imageFilename?(p(),o(`div`,D,[i(`img`,{src:v.getImagePath,class:`preview-image`},null,8,O),i(`button`,{onClick:t[13]||=(...e)=>v.removeImage&&v.removeImage(...e),type:`button`},`Bild entfernen`)])):(p(),o(`div`,k,[i(`button`,{type:`button`,onClick:t[14]||=(...e)=>v.openAddImageDialog&&v.openAddImageDialog(...e)},`Bild auswählen`)]))])]),t[32]||=i(`tr`,null,[i(`td`,{colspan:`2`},[i(`button`,{type:`submit`},`Speichern`)])],-1)])])],32)]),s(b,{ref:`addImageDialog`,onConfirm:v.setImage},null,8,[`onConfirm`])],64)}var j={components:{EventForm:d(x,[[`render`,A],[`__scopeId`,`data-v-35261561`]])},data(){return{events:[],institutions:[],eventPlaces:[],contactPersons:[],eventTypes:[],selectedEvent:null,showForm:!1,searchQuery:``,showPastEvents:!1}},computed:{filteredEvents(){let e=this.events;if(!this.showPastEvents){let t=new Date;t.setHours(0,0,0,0),e=e.filter(e=>{if(e.dayOfWeek!==null&&e.dayOfWeek!==void 0&&!e.date)return!0;if(e.date){let n=new Date(e.date);return n.setHours(0,0,0,0),n>=t}return!0})}if(this.searchQuery.trim()){let t=this.searchQuery.toLowerCase();e=e.filter(e=>{let n=e.name?e.name.toLowerCase():``,r=e.description?e.description.toLowerCase():``,i=this.getEventTypeCaption(e.eventTypeId).toLowerCase();return n.includes(t)||r.includes(t)||i.includes(t)})}return e}},async created(){await this.fetchData()},methods:{formatTime:v,async fetchData(){try{let[t,n,r,i,a]=await Promise.all([e.get(`/events`),e.get(`/institutions`),e.get(`/event-places`),e.get(`/contact-persons`),e.get(`/event-types`)]);this.events=t.data,this.institutions=n.data,this.eventPlaces=r.data,this.contactPersons=i.data,this.eventTypes=a.data}catch(e){console.error(`Fehler beim Abrufen der Daten:`,e)}},createEvent(){this.selectedEvent={},this.showForm=!0,this.scrollToFormAndFocus()},editEvent(e){this.selectedEvent={...e},this.showForm=!0,this.scrollToFormAndFocus()},scrollToFormAndFocus(){this.$nextTick(()=>{window.scrollTo({top:0,behavior:`smooth`}),this.$refs.eventForm&&this.$refs.eventForm.focusFirstField()})},async deleteEvent(t){try{await e.delete(`/events/${t}`),this.fetchData()}catch(e){console.error(`Fehler beim Löschen der Veranstaltung:`,e)}},handleEventSaved(){this.showForm=!1,this.fetchData()},handleEventCancelled(){this.showForm=!1},getEventTypeCaption(e){let t=this.eventTypes.find(t=>t.id===e);return t?t.caption:`Unbekannt`},getWeekdayName(e){return[`Sonntag`,`Montag`,`Dienstag`,`Mittwoch`,`Donnerstag`,`Freitag`,`Samstag`][e]}}},M={class:`event-management`},N={class:`filter-section`},P={class:`checkbox-label`},F={key:0},I=[`onClick`],L=[`onClick`];function R(e,s,d,h,g,v){let y=r(`EventForm`);return p(),o(`div`,M,[s[5]||=i(`h2`,null,`Veranstaltungen`,-1),i(`button`,{onClick:s[0]||=(...e)=>v.createEvent&&v.createEvent(...e)},`Neue Veranstaltung`),g.showForm?(p(),l(y,{key:0,ref:`eventForm`,event:g.selectedEvent,institutions:g.institutions,eventPlaces:g.eventPlaces,contactPersons:g.contactPersons,onSaved:v.handleEventSaved,onCancelled:v.handleEventCancelled},null,8,[`event`,`institutions`,`eventPlaces`,`contactPersons`,`onSaved`,`onCancelled`])):f(``,!0),i(`div`,N,[n(i(`input`,{"onUpdate:modelValue":s[1]||=e=>g.searchQuery=e,type:`text`,placeholder:`Suche nach Name, Typ, Beschreibung...`,class:`search-input`},null,512),[[m,g.searchQuery]]),i(`label`,P,[n(i(`input`,{"onUpdate:modelValue":s[2]||=e=>g.showPastEvents=e,type:`checkbox`},null,512),[[_,g.showPastEvents]]),s[3]||=u(` Vergangene Events anzeigen `,-1)])]),i(`table`,null,[s[4]||=i(`thead`,null,[i(`tr`,null,[i(`th`,null,`Name`),i(`th`,null,`Typ`),i(`th`,null,`Datum`),i(`th`,null,`Uhrzeit`),i(`th`,null,`Wochentag`),i(`th`,null,`Beschreibung`),i(`th`,null,`Aktionen`)])],-1),i(`tbody`,null,[(p(!0),o(c,null,t(v.filteredEvents,e=>(p(),o(`tr`,{key:e.id},[i(`td`,null,a(e.name),1),i(`td`,null,a(v.getEventTypeCaption(e.eventTypeId)),1),i(`td`,null,a(e.date),1),i(`td`,null,[u(a(v.formatTime(e.time)),1),e.endTime?(p(),o(`span`,F,` - `+a(v.formatTime(e.endTime)),1)):f(``,!0)]),i(`td`,null,a(v.getWeekdayName(e.dayOfWeek)),1),i(`td`,null,a(e.description),1),i(`td`,null,[i(`button`,{onClick:t=>v.editEvent(e)},`Bearbeiten`,8,I),i(`button`,{onClick:t=>v.deleteEvent(e.id)},`Löschen`,8,L)])]))),128))])])])}var z=d(j,[[`render`,R],[`__scopeId`,`data-v-5a61b018`]]);export{z as default}; +//# sourceMappingURL=EventManagement-DqE9pBS_.js.map \ No newline at end of file diff --git a/public/assets/EventManagement-j1VeMHrs.js b/public/assets/EventManagement-j1VeMHrs.js new file mode 100644 index 0000000..b707ae1 --- /dev/null +++ b/public/assets/EventManagement-j1VeMHrs.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,M as n,O as r,c as i,ct as a,d as o,h as s,i as c,l,m as u,t as d,u as f,w as p}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as m,c as h,i as g,r as _}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{n as v}from"./strings-ldR5sTJW.js";import{t as y}from"./vue-multiselect.esm-Cg9K2y4Y.js";import{t as b}from"./AddImageDialog-BCivX9P-.js";var x={name:`EventForm`,components:{Multiselect:y,AddImageDialog:b},props:{event:{type:Object,required:!0,default:()=>({})},institutions:{type:Array,required:!0,default:()=>[]},eventPlaces:{type:Array,required:!0,default:()=>[]},contactPersons:{type:Array,required:!0,default:()=>[]}},data(){return{eventData:{...this.event},selectedEventType:null,selectedInstitution:this.event.institution||null,selectedEventPlace:this.event.eventPlace||null,selectedContactPersons:this.event.contactPersons||[],eventTypes:[],dateMode:`date`,weekdays:[{name:`Montag`,value:1},{name:`Dienstag`,value:2},{name:`Mittwoch`,value:3},{name:`Donnerstag`,value:4},{name:`Freitag`,value:5},{name:`Samstag`,value:6},{name:`Sonntag`,value:7}],localInstitutions:[...this.institutions],localEventPlaces:[...this.eventPlaces],localContactPersons:[...this.contactPersons],onHomepage:!1,assignedImage:null,imageFilename:``,bulkDates:``}},watch:{event(e){this.eventData={...e},this.selectedEventType=this.eventTypes.find(t=>t.id===e.eventTypeId)||null,this.selectedInstitution=e.institution||null,this.selectedEventPlace=e.eventPlace||null,this.selectedContactPersons=e.contactPersons||[],this.onHomepage=e.alsoOnHomepage==1,this.assignedImage=e.relatedImage||null,this.assignedImage&&this.fetchImageFilename(),this.determineDateMode()},institutions(e){this.localInstitutions=[...e]},eventPlaces(e){this.localEventPlaces=[...e]},contactPersons(e){this.localContactPersons=[...e]}},async created(){try{this.eventTypes=(await e.get(`/event-types`)).data,this.selectedEventType=this.eventTypes.find(e=>e.id===this.event.eventTypeId)||null}catch(e){console.error(`Failed to fetch event types:`,e)}this.determineDateMode()},computed:{getImagePath(){return this.imageFilename?`/images/uploads/${this.imageFilename}`:``}},methods:{formatTime:v,async saveEvent(){try{let t={...this.eventData,eventTypeId:this.selectedEventType?this.selectedEventType.id:null,institution_id:this.selectedInstitution?this.selectedInstitution.id:null,event_place_id:this.selectedEventPlace?this.selectedEventPlace.id:null,contactPersonIds:this.selectedContactPersons.map(e=>e.id),dayOfWeek:this.eventData.dayOfWeek?this.eventData.dayOfWeek.value??-1:-1,relatedImage:this.assignedImage,alsoOnHomepage:+!!this.onHomepage};if(this.dateMode===`bulk`&&this.bulkDates){let n=this.bulkDates.split(/,|\n/).map(e=>e.trim()).filter(e=>e.length>0),r=[],i=[],a=e=>e.toString().padStart(2,`0`);for(let e of n){let t=e.match(/^(\d{1,2})\.(\d{1,2})\.(\d{4})$/);if(t){let n=parseInt(t[1],10),o=parseInt(t[2],10),s=parseInt(t[3],10);if(o>=1&&o<=12&&n>=1&&n<=31){r.push(`${s}-${a(o)}-${a(n)}`);continue}else{i.push(e);continue}}/^\d{4}-\d{2}-\d{2}$/.test(e)?r.push(e):i.push(e)}if(r.length===0){alert(`Keine gültigen Datumsangaben erkannt. Erlaubt: TT.MM.JJJJ oder JJJJ-MM-TT`);return}i.length>0&&(console.warn(`Ungültige Datumsangaben ignoriert:`,i),alert(`Folgende Einträge wurden ignoriert: `+i.join(`, `)));let o=[];for(let n of r){let r={...t,date:n},i=await e.post(`/events`,r);o.push(i.data)}this.$emit(`saved`,o)}else{let n;n=this.eventData.id?await e.put(`/events/${this.eventData.id}`,t):await e.post(`/events`,t),this.$emit(`saved`,n.data)}}catch(e){console.error(`Failed to save event:`,e)}},determineDateMode(){this.eventData.date&&this.eventData.dayOfWeek?this.dateMode=`interval`:this.eventData.date?this.dateMode=`date`:this.eventData.dayOfWeek?this.dateMode=`weekday`:this.dateMode=`date`},async fetchImageFilename(){try{this.imageFilename=(await e.get(`/image/`+this.assignedImage)).data.filename}catch(e){console.error(`Bild konnte nicht geladen werden:`,e)}},openAddImageDialog(){this.$refs.addImageDialog.openAddImageDialog()},async setImage(t){this.assignedImage=t;try{this.imageFilename=(await e.get(`/image/`+t)).data.filename}catch(e){console.error(`Bild konnte nicht geladen werden:`,e),this.imageFilename=``}},removeImage(){this.assignedImage=null,this.imageFilename=``},focusFirstField(){this.$nextTick(()=>{let e=document.getElementById(`name`);e&&e.focus()})}}},S={class:`event-form`},C={key:0},w={key:1},T={key:2},E={colspan:`2`},D={key:0},O=[`src`],k={key:1};function A(e,t,a,l,d,v){let y=r(`multiselect`),b=r(`AddImageDialog`);return p(),o(c,null,[i(`div`,S,[t[33]||=i(`h2`,null,`Veranstaltung Formular`,-1),i(`form`,{onSubmit:t[15]||=h((...e)=>v.saveEvent&&v.saveEvent(...e),[`prevent`])},[i(`table`,null,[i(`tbody`,null,[i(`tr`,null,[t[16]||=i(`td`,null,[i(`label`,{for:`name`},`Name:`)],-1),i(`td`,null,[n(i(`input`,{type:`text`,id:`name`,"onUpdate:modelValue":t[0]||=e=>d.eventData.name=e,required:``},null,512),[[m,d.eventData.name]])])]),i(`tr`,null,[t[17]||=i(`td`,null,[i(`label`,{for:`eventType`},`Typ:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedEventType,"onUpdate:modelValue":t[1]||=e=>d.selectedEventType=e,options:d.eventTypes,label:`caption`,"track-by":`id`,placeholder:`Typ wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[t[19]||=i(`td`,null,[i(`label`,{for:`dateMode`},`Datum-Modus:`)],-1),i(`td`,null,[n(i(`select`,{"onUpdate:modelValue":t[2]||=e=>d.dateMode=e},[...t[18]||=[i(`option`,{value:`date`},`Datum`,-1),i(`option`,{value:`weekday`},`Wochentag`,-1),i(`option`,{value:`interval`},`Intervall`,-1),i(`option`,{value:`bulk`},`Bulk-Datum`,-1)]],512),[[g,d.dateMode]])])]),d.dateMode===`date`||d.dateMode===`interval`?(p(),o(`tr`,C,[t[20]||=i(`td`,null,[i(`label`,{for:`date`},`Datum:`)],-1),i(`td`,null,[n(i(`input`,{type:`date`,id:`date`,"onUpdate:modelValue":t[3]||=e=>d.eventData.date=e},null,512),[[m,d.eventData.date]])])])):f(``,!0),d.dateMode===`bulk`?(p(),o(`tr`,w,[t[22]||=i(`td`,null,[i(`label`,{for:`bulkDates`},`Bulk-Daten:`)],-1),i(`td`,null,[n(i(`textarea`,{id:`bulkDates`,"onUpdate:modelValue":t[4]||=e=>d.bulkDates=e,placeholder:`Mehrere Daten, z.B. 27.03.2025,03.04.2025 oder je Zeile ein Datum`},null,512),[[m,d.bulkDates]]),t[21]||=i(`div`,{style:{"font-size":`0.9em`,color:`#888`}},`Format: TT.MM.JJJJ (optional weiterhin JJJJ-MM-TT). Trennen mit Komma oder Zeilenumbruch.`,-1)])])):f(``,!0),d.dateMode===`weekday`||d.dateMode===`interval`?(p(),o(`tr`,T,[t[23]||=i(`td`,null,[i(`label`,{for:`dayOfWeek`},`Wochentag:`)],-1),i(`td`,null,[s(y,{modelValue:d.eventData.dayOfWeek,"onUpdate:modelValue":t[5]||=e=>d.eventData.dayOfWeek=e,options:d.weekdays,label:`name`,"track-by":`value`,placeholder:`Wochentag wählen`},null,8,[`modelValue`,`options`])])])):f(``,!0),i(`tr`,null,[t[24]||=i(`td`,null,[i(`label`,{for:`time`},`Uhrzeit:`)],-1),i(`td`,null,[n(i(`input`,{type:`time`,id:`time`,"onUpdate:modelValue":t[6]||=e=>d.eventData.time=e},null,512),[[m,d.eventData.time]])])]),i(`tr`,null,[t[25]||=i(`td`,null,[i(`label`,{for:`endTime`},`Ende-Uhrzeit:`)],-1),i(`td`,null,[n(i(`input`,{type:`time`,id:`endTime`,"onUpdate:modelValue":t[7]||=e=>d.eventData.endTime=e},null,512),[[m,d.eventData.endTime]])])]),i(`tr`,null,[t[26]||=i(`td`,null,[i(`label`,{for:`description`},`Beschreibung:`)],-1),i(`td`,null,[n(i(`textarea`,{id:`description`,"onUpdate:modelValue":t[8]||=e=>d.eventData.description=e,class:`descriptionedit`},null,512),[[m,d.eventData.description]])])]),i(`tr`,null,[t[27]||=i(`td`,null,[i(`label`,{for:`institution`},`Institution:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedInstitution,"onUpdate:modelValue":t[9]||=e=>d.selectedInstitution=e,options:d.localInstitutions,label:`name`,"track-by":`id`,placeholder:`Institution wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[t[28]||=i(`td`,null,[i(`label`,{for:`eventPlace`},`Veranstaltungsort:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedEventPlace,"onUpdate:modelValue":t[10]||=e=>d.selectedEventPlace=e,options:d.localEventPlaces,label:`name`,"track-by":`id`,placeholder:`Veranstaltungsort wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[t[29]||=i(`td`,null,[i(`label`,{for:`contactPersons`},`Kontaktpersonen:`)],-1),i(`td`,null,[s(y,{modelValue:d.selectedContactPersons,"onUpdate:modelValue":t[11]||=e=>d.selectedContactPersons=e,options:d.localContactPersons,multiple:!0,label:`name`,"track-by":`id`,placeholder:`Kontaktpersonen wählen`},null,8,[`modelValue`,`options`])])]),i(`tr`,null,[i(`td`,E,[i(`label`,null,[n(i(`input`,{type:`checkbox`,"onUpdate:modelValue":t[12]||=e=>d.onHomepage=e},null,512),[[_,d.onHomepage]]),t[30]||=u(`Auf der Startseite anzeigen`,-1)])])]),i(`tr`,null,[t[31]||=i(`td`,null,`Zugewiesenes Bild:`,-1),i(`td`,null,[d.assignedImage!=null&&d.imageFilename?(p(),o(`div`,D,[i(`img`,{src:v.getImagePath,class:`preview-image`},null,8,O),i(`button`,{onClick:t[13]||=(...e)=>v.removeImage&&v.removeImage(...e),type:`button`},`Bild entfernen`)])):(p(),o(`div`,k,[i(`button`,{type:`button`,onClick:t[14]||=(...e)=>v.openAddImageDialog&&v.openAddImageDialog(...e)},`Bild auswählen`)]))])]),t[32]||=i(`tr`,null,[i(`td`,{colspan:`2`},[i(`button`,{type:`submit`},`Speichern`)])],-1)])])],32)]),s(b,{ref:`addImageDialog`,onConfirm:v.setImage},null,8,[`onConfirm`])],64)}var j={components:{EventForm:d(x,[[`render`,A],[`__scopeId`,`data-v-35261561`]])},data(){return{events:[],institutions:[],eventPlaces:[],contactPersons:[],eventTypes:[],selectedEvent:null,showForm:!1,searchQuery:``,showPastEvents:!1}},computed:{filteredEvents(){let e=this.events;if(!this.showPastEvents){let t=new Date;t.setHours(0,0,0,0),e=e.filter(e=>{if(e.dayOfWeek!==null&&e.dayOfWeek!==void 0&&!e.date)return!0;if(e.date){let n=new Date(e.date);return n.setHours(0,0,0,0),n>=t}return!0})}if(this.searchQuery.trim()){let t=this.searchQuery.toLowerCase();e=e.filter(e=>{let n=e.name?e.name.toLowerCase():``,r=e.description?e.description.toLowerCase():``,i=this.getEventTypeCaption(e.eventTypeId).toLowerCase();return n.includes(t)||r.includes(t)||i.includes(t)})}return e}},async created(){await this.fetchData()},methods:{formatTime:v,async fetchData(){try{let[t,n,r,i,a]=await Promise.all([e.get(`/events`),e.get(`/institutions`),e.get(`/event-places`),e.get(`/contact-persons`),e.get(`/event-types`)]);this.events=t.data,this.institutions=n.data,this.eventPlaces=r.data,this.contactPersons=i.data,this.eventTypes=a.data}catch(e){console.error(`Fehler beim Abrufen der Daten:`,e)}},createEvent(){this.selectedEvent={},this.showForm=!0,this.scrollToFormAndFocus()},editEvent(e){this.selectedEvent={...e},this.showForm=!0,this.scrollToFormAndFocus()},scrollToFormAndFocus(){this.$nextTick(()=>{window.scrollTo({top:0,behavior:`smooth`}),this.$refs.eventForm&&this.$refs.eventForm.focusFirstField()})},async deleteEvent(t){try{await e.delete(`/events/${t}`),this.fetchData()}catch(e){console.error(`Fehler beim Löschen der Veranstaltung:`,e)}},handleEventSaved(){this.showForm=!1,this.fetchData()},handleEventCancelled(){this.showForm=!1},getEventTypeCaption(e){let t=this.eventTypes.find(t=>t.id===e);return t?t.caption:`Unbekannt`},getWeekdayName(e){return[`Sonntag`,`Montag`,`Dienstag`,`Mittwoch`,`Donnerstag`,`Freitag`,`Samstag`][e]}}},M={class:`event-management`},N={class:`filter-section`},P={class:`checkbox-label`},F={key:0},I=[`onClick`],L=[`onClick`];function R(e,s,d,h,g,v){let y=r(`EventForm`);return p(),o(`div`,M,[s[5]||=i(`h2`,null,`Veranstaltungen`,-1),i(`button`,{onClick:s[0]||=(...e)=>v.createEvent&&v.createEvent(...e)},`Neue Veranstaltung`),g.showForm?(p(),l(y,{key:0,ref:`eventForm`,event:g.selectedEvent,institutions:g.institutions,eventPlaces:g.eventPlaces,contactPersons:g.contactPersons,onSaved:v.handleEventSaved,onCancelled:v.handleEventCancelled},null,8,[`event`,`institutions`,`eventPlaces`,`contactPersons`,`onSaved`,`onCancelled`])):f(``,!0),i(`div`,N,[n(i(`input`,{"onUpdate:modelValue":s[1]||=e=>g.searchQuery=e,type:`text`,placeholder:`Suche nach Name, Typ, Beschreibung...`,class:`search-input`},null,512),[[m,g.searchQuery]]),i(`label`,P,[n(i(`input`,{"onUpdate:modelValue":s[2]||=e=>g.showPastEvents=e,type:`checkbox`},null,512),[[_,g.showPastEvents]]),s[3]||=u(` Vergangene Events anzeigen `,-1)])]),i(`table`,null,[s[4]||=i(`thead`,null,[i(`tr`,null,[i(`th`,null,`Name`),i(`th`,null,`Typ`),i(`th`,null,`Datum`),i(`th`,null,`Uhrzeit`),i(`th`,null,`Wochentag`),i(`th`,null,`Beschreibung`),i(`th`,null,`Aktionen`)])],-1),i(`tbody`,null,[(p(!0),o(c,null,t(v.filteredEvents,e=>(p(),o(`tr`,{key:e.id},[i(`td`,null,a(e.name),1),i(`td`,null,a(v.getEventTypeCaption(e.eventTypeId)),1),i(`td`,null,a(e.date),1),i(`td`,null,[u(a(v.formatTime(e.time)),1),e.endTime?(p(),o(`span`,F,` - `+a(v.formatTime(e.endTime)),1)):f(``,!0)]),i(`td`,null,a(v.getWeekdayName(e.dayOfWeek)),1),i(`td`,null,a(e.description),1),i(`td`,null,[i(`button`,{onClick:t=>v.editEvent(e)},`Bearbeiten`,8,I),i(`button`,{onClick:t=>v.deleteEvent(e.id)},`Löschen`,8,L)])]))),128))])])])}var z=d(j,[[`render`,R],[`__scopeId`,`data-v-5a61b018`]]);export{z as default}; +//# sourceMappingURL=EventManagement-j1VeMHrs.js.map \ No newline at end of file diff --git a/public/assets/EventPlacesManagement-BHvzm7Go.js b/public/assets/EventPlacesManagement-BHvzm7Go.js new file mode 100644 index 0000000..e15aad4 --- /dev/null +++ b/public/assets/EventPlacesManagement-BHvzm7Go.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,M as n,c as r,ct as i,d as a,i as o,t as s,u as c,w as l}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as u,c as d}from"./runtime-dom.esm-bundler-CI28bPhn.js";var f={data(){return{eventPlaces:[],newEventPlace:{name:``,street:``,zipcode:``,city:``,backgroundColor:`#ffffff`,website:``},editMode:!1,editId:null}},methods:{async fetchEventPlaces(){this.eventPlaces=(await e.get(`/event-places`)).data},async addEventPlace(){if(this.editMode)await e.put(`/event-places/${this.editId}`,this.newEventPlace);else{let t=await e.post(`/event-places`,this.newEventPlace);this.eventPlaces.push(t.data)}this.resetForm(),await this.fetchEventPlaces()},async updateEventPlace(t){await e.put(`/event-places/${t.id}`,t),this.fetchEventPlaces()},async deleteEventPlace(t){await e.delete(`/event-places/${t}`),this.fetchEventPlaces()},editEventPlace(e){this.newEventPlace={...e},this.editMode=!0,this.editId=e.id},resetForm(){this.newEventPlace={name:``,street:``,zipcode:``,city:``,backgroundColor:`#ffffff`,website:``},this.editMode=!1,this.editId=null}},created(){this.fetchEventPlaces()}},p={class:`event-places-management`},m=[`onClick`],h=[`onClick`];function g(e,s,f,g,_,v){return l(),a(`div`,p,[s[16]||=r(`h2`,null,`Veranstaltungsorte verwalten`,-1),r(`form`,{onSubmit:s[7]||=d((...e)=>v.addEventPlace&&v.addEventPlace(...e),[`prevent`])},[s[8]||=r(`label`,{for:`name`},`Name:`,-1),n(r(`input`,{type:`text`,id:`name`,"onUpdate:modelValue":s[0]||=e=>_.newEventPlace.name=e,placeholder:`Name`,required:``},null,512),[[u,_.newEventPlace.name]]),s[9]||=r(`label`,{for:`street`},`Straße:`,-1),n(r(`input`,{type:`text`,id:`street`,"onUpdate:modelValue":s[1]||=e=>_.newEventPlace.street=e,placeholder:`Straße`,required:``},null,512),[[u,_.newEventPlace.street]]),s[10]||=r(`label`,{for:`zipcode`},`PLZ:`,-1),n(r(`input`,{type:`text`,id:`zipcode`,"onUpdate:modelValue":s[2]||=e=>_.newEventPlace.zipcode=e,placeholder:`PLZ`,required:``},null,512),[[u,_.newEventPlace.zipcode]]),s[11]||=r(`label`,{for:`city`},`Stadt:`,-1),n(r(`input`,{type:`text`,id:`city`,"onUpdate:modelValue":s[3]||=e=>_.newEventPlace.city=e,placeholder:`Stadt`,required:``},null,512),[[u,_.newEventPlace.city]]),s[12]||=r(`label`,{for:`city`},`Webseite:`,-1),n(r(`input`,{type:`text`,id:`website`,"onUpdate:modelValue":s[4]||=e=>_.newEventPlace.website=e,placeholder:`Webseite`,required:``},null,512),[[u,_.newEventPlace.website]]),s[13]||=r(`label`,{for:`backgroundColor`},`Hintergrundfarbe:`,-1),n(r(`input`,{type:`color`,id:`backgroundColor`,"onUpdate:modelValue":s[5]||=e=>_.newEventPlace.backgroundColor=e},null,512),[[u,_.newEventPlace.backgroundColor]]),s[14]||=r(`button`,{type:`submit`},`Speichern`,-1),_.editMode?(l(),a(`button`,{key:0,type:`button`,onClick:s[6]||=(...e)=>v.resetForm&&v.resetForm(...e)},`Neuen Veranstaltungsort erstellen`)):c(``,!0)],32),r(`table`,null,[s[15]||=r(`thead`,null,[r(`tr`,null,[r(`th`,null,`Name`),r(`th`,null,`Bearbeiten`),r(`th`,null,`Löschen`)])],-1),r(`tbody`,null,[(l(!0),a(o,null,t(_.eventPlaces,e=>(l(),a(`tr`,{key:e.id},[r(`td`,null,i(e.name),1),r(`td`,null,[r(`button`,{onClick:t=>v.editEventPlace(e)},`Bearbeiten`,8,m)]),r(`td`,null,[r(`button`,{onClick:t=>v.deleteEventPlace(e.id)},`Löschen`,8,h)])]))),128))])])])}var _=s(f,[[`render`,g],[`__scopeId`,`data-v-3dfc8a79`]]);export{_ as default}; +//# sourceMappingURL=EventPlacesManagement-BHvzm7Go.js.map \ No newline at end of file diff --git a/public/assets/EventPlacesManagement-D34PDDIa.js b/public/assets/EventPlacesManagement-D34PDDIa.js new file mode 100644 index 0000000..87c07a5 --- /dev/null +++ b/public/assets/EventPlacesManagement-D34PDDIa.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,M as n,c as r,ct as i,d as a,i as o,t as s,u as c,w as l}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as u,c as d}from"./runtime-dom.esm-bundler-CI28bPhn.js";var f={data(){return{eventPlaces:[],newEventPlace:{name:``,street:``,zipcode:``,city:``,backgroundColor:`#ffffff`,website:``},editMode:!1,editId:null}},methods:{async fetchEventPlaces(){this.eventPlaces=(await e.get(`/event-places`)).data},async addEventPlace(){if(this.editMode)await e.put(`/event-places/${this.editId}`,this.newEventPlace);else{let t=await e.post(`/event-places`,this.newEventPlace);this.eventPlaces.push(t.data)}this.resetForm(),await this.fetchEventPlaces()},async updateEventPlace(t){await e.put(`/event-places/${t.id}`,t),this.fetchEventPlaces()},async deleteEventPlace(t){await e.delete(`/event-places/${t}`),this.fetchEventPlaces()},editEventPlace(e){this.newEventPlace={...e},this.editMode=!0,this.editId=e.id},resetForm(){this.newEventPlace={name:``,street:``,zipcode:``,city:``,backgroundColor:`#ffffff`,website:``},this.editMode=!1,this.editId=null}},created(){this.fetchEventPlaces()}},p={class:`event-places-management`},m=[`onClick`],h=[`onClick`];function g(e,s,f,g,_,v){return l(),a(`div`,p,[s[16]||=r(`h2`,null,`Veranstaltungsorte verwalten`,-1),r(`form`,{onSubmit:s[7]||=d((...e)=>v.addEventPlace&&v.addEventPlace(...e),[`prevent`])},[s[8]||=r(`label`,{for:`name`},`Name:`,-1),n(r(`input`,{type:`text`,id:`name`,"onUpdate:modelValue":s[0]||=e=>_.newEventPlace.name=e,placeholder:`Name`,required:``},null,512),[[u,_.newEventPlace.name]]),s[9]||=r(`label`,{for:`street`},`Straße:`,-1),n(r(`input`,{type:`text`,id:`street`,"onUpdate:modelValue":s[1]||=e=>_.newEventPlace.street=e,placeholder:`Straße`,required:``},null,512),[[u,_.newEventPlace.street]]),s[10]||=r(`label`,{for:`zipcode`},`PLZ:`,-1),n(r(`input`,{type:`text`,id:`zipcode`,"onUpdate:modelValue":s[2]||=e=>_.newEventPlace.zipcode=e,placeholder:`PLZ`,required:``},null,512),[[u,_.newEventPlace.zipcode]]),s[11]||=r(`label`,{for:`city`},`Stadt:`,-1),n(r(`input`,{type:`text`,id:`city`,"onUpdate:modelValue":s[3]||=e=>_.newEventPlace.city=e,placeholder:`Stadt`,required:``},null,512),[[u,_.newEventPlace.city]]),s[12]||=r(`label`,{for:`city`},`Webseite:`,-1),n(r(`input`,{type:`text`,id:`website`,"onUpdate:modelValue":s[4]||=e=>_.newEventPlace.website=e,placeholder:`Webseite`,required:``},null,512),[[u,_.newEventPlace.website]]),s[13]||=r(`label`,{for:`backgroundColor`},`Hintergrundfarbe:`,-1),n(r(`input`,{type:`color`,id:`backgroundColor`,"onUpdate:modelValue":s[5]||=e=>_.newEventPlace.backgroundColor=e},null,512),[[u,_.newEventPlace.backgroundColor]]),s[14]||=r(`button`,{type:`submit`},`Speichern`,-1),_.editMode?(l(),a(`button`,{key:0,type:`button`,onClick:s[6]||=(...e)=>v.resetForm&&v.resetForm(...e)},`Neuen Veranstaltungsort erstellen`)):c(``,!0)],32),r(`table`,null,[s[15]||=r(`thead`,null,[r(`tr`,null,[r(`th`,null,`Name`),r(`th`,null,`Bearbeiten`),r(`th`,null,`Löschen`)])],-1),r(`tbody`,null,[(l(!0),a(o,null,t(_.eventPlaces,e=>(l(),a(`tr`,{key:e.id},[r(`td`,null,i(e.name),1),r(`td`,null,[r(`button`,{onClick:t=>v.editEventPlace(e)},`Bearbeiten`,8,m)]),r(`td`,null,[r(`button`,{onClick:t=>v.deleteEventPlace(e.id)},`Löschen`,8,h)])]))),128))])])])}var _=s(f,[[`render`,g],[`__scopeId`,`data-v-3dfc8a79`]]);export{_ as default}; +//# sourceMappingURL=EventPlacesManagement-D34PDDIa.js.map \ No newline at end of file diff --git a/public/assets/EventTypesManagement-BHPLrWT6.js b/public/assets/EventTypesManagement-BHPLrWT6.js new file mode 100644 index 0000000..fc494b7 --- /dev/null +++ b/public/assets/EventTypesManagement-BHPLrWT6.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,M as n,c as r,ct as i,d as a,i as o,t as s,u as c,w as l}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as u,c as d}from"./runtime-dom.esm-bundler-CI28bPhn.js";var f={data(){return{eventTypes:[],eventTypeData:{caption:``},editMode:!1,editId:null}},methods:{async fetchEventTypes(){try{this.eventTypes=(await e.get(`/event-types`)).data}catch(e){console.error(`Fehler beim Abrufen der Event-Typen:`,e)}},async saveEventType(){try{if(this.editMode)await e.put(`/event-types/${this.editId}`,this.eventTypeData);else{let t=await e.post(`/event-types`,this.eventTypeData);this.eventTypes.push(t.data)}this.resetForm(),await this.fetchEventTypes()}catch(e){console.error(`Fehler beim Speichern des Event-Typs:`,e)}},editEventType(e){this.eventTypeData={...e},this.editMode=!0,this.editId=e.id},async deleteEventType(t){try{await e.delete(`/event-types/${t}`),await this.fetchEventTypes()}catch(e){console.error(`Fehler beim Löschen des Event-Typs:`,e)}},resetForm(){this.eventTypeData={caption:``},this.editMode=!1,this.editId=null}},async created(){await this.fetchEventTypes()}},p={class:`event-types-management`},m={type:`submit`},h=[`onClick`],g=[`onClick`];function _(e,s,f,_,v,y){return l(),a(`div`,p,[s[4]||=r(`h2`,null,`Event-Typen Verwaltung`,-1),r(`form`,{onSubmit:s[2]||=d((...e)=>y.saveEventType&&y.saveEventType(...e),[`prevent`])},[s[3]||=r(`label`,{for:`newEventType`},`Event-Typ:`,-1),n(r(`input`,{type:`text`,id:`newEventType`,"onUpdate:modelValue":s[0]||=e=>v.eventTypeData.caption=e,placeholder:`Event-Typ`,required:``},null,512),[[u,v.eventTypeData.caption]]),r(`button`,m,i(v.editMode?`Aktualisieren`:`Hinzufügen`),1),v.editMode?(l(),a(`button`,{key:0,type:`button`,onClick:s[1]||=(...e)=>y.resetForm&&y.resetForm(...e)},`Abbrechen`)):c(``,!0)],32),r(`table`,null,[(l(!0),a(o,null,t(v.eventTypes,e=>(l(),a(`tr`,{key:e.id},[r(`td`,null,i(e.caption),1),r(`td`,null,[r(`button`,{onClick:t=>y.editEventType(e)},`Bearbeiten`,8,h)]),r(`td`,null,[r(`button`,{onClick:t=>y.deleteEventType(e.id)},`Löschen`,8,g)])]))),128))])])}var v=s(f,[[`render`,_],[`__scopeId`,`data-v-76d51395`]]);export{v as default}; +//# sourceMappingURL=EventTypesManagement-BHPLrWT6.js.map \ No newline at end of file diff --git a/public/assets/EventTypesManagement-Ddjslfnc.js b/public/assets/EventTypesManagement-Ddjslfnc.js new file mode 100644 index 0000000..931dce8 --- /dev/null +++ b/public/assets/EventTypesManagement-Ddjslfnc.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,M as n,c as r,ct as i,d as a,i as o,t as s,u as c,w as l}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as u,c as d}from"./runtime-dom.esm-bundler-CI28bPhn.js";var f={data(){return{eventTypes:[],eventTypeData:{caption:``},editMode:!1,editId:null}},methods:{async fetchEventTypes(){try{this.eventTypes=(await e.get(`/event-types`)).data}catch(e){console.error(`Fehler beim Abrufen der Event-Typen:`,e)}},async saveEventType(){try{if(this.editMode)await e.put(`/event-types/${this.editId}`,this.eventTypeData);else{let t=await e.post(`/event-types`,this.eventTypeData);this.eventTypes.push(t.data)}this.resetForm(),await this.fetchEventTypes()}catch(e){console.error(`Fehler beim Speichern des Event-Typs:`,e)}},editEventType(e){this.eventTypeData={...e},this.editMode=!0,this.editId=e.id},async deleteEventType(t){try{await e.delete(`/event-types/${t}`),await this.fetchEventTypes()}catch(e){console.error(`Fehler beim Löschen des Event-Typs:`,e)}},resetForm(){this.eventTypeData={caption:``},this.editMode=!1,this.editId=null}},async created(){await this.fetchEventTypes()}},p={class:`event-types-management`},m={type:`submit`},h=[`onClick`],g=[`onClick`];function _(e,s,f,_,v,y){return l(),a(`div`,p,[s[4]||=r(`h2`,null,`Event-Typen Verwaltung`,-1),r(`form`,{onSubmit:s[2]||=d((...e)=>y.saveEventType&&y.saveEventType(...e),[`prevent`])},[s[3]||=r(`label`,{for:`newEventType`},`Event-Typ:`,-1),n(r(`input`,{type:`text`,id:`newEventType`,"onUpdate:modelValue":s[0]||=e=>v.eventTypeData.caption=e,placeholder:`Event-Typ`,required:``},null,512),[[u,v.eventTypeData.caption]]),r(`button`,m,i(v.editMode?`Aktualisieren`:`Hinzufügen`),1),v.editMode?(l(),a(`button`,{key:0,type:`button`,onClick:s[1]||=(...e)=>y.resetForm&&y.resetForm(...e)},`Abbrechen`)):c(``,!0)],32),r(`table`,null,[(l(!0),a(o,null,t(v.eventTypes,e=>(l(),a(`tr`,{key:e.id},[r(`td`,null,i(e.caption),1),r(`td`,null,[r(`button`,{onClick:t=>y.editEventType(e)},`Bearbeiten`,8,h)]),r(`td`,null,[r(`button`,{onClick:t=>y.deleteEventType(e.id)},`Löschen`,8,g)])]))),128))])])}var v=s(f,[[`render`,_],[`__scopeId`,`data-v-76d51395`]]);export{v as default}; +//# sourceMappingURL=EventTypesManagement-Ddjslfnc.js.map \ No newline at end of file diff --git a/public/assets/FooterComponent-0iZMlsbx.js b/public/assets/FooterComponent-0iZMlsbx.js new file mode 100644 index 0000000..1c2ca43 --- /dev/null +++ b/public/assets/FooterComponent-0iZMlsbx.js @@ -0,0 +1 @@ +import{t as e}from"./index-CW0OvmXc.js";export{e as default}; \ No newline at end of file diff --git a/public/assets/FooterComponent-CwkCqxR9.js b/public/assets/FooterComponent-CwkCqxR9.js new file mode 100644 index 0000000..7863a91 --- /dev/null +++ b/public/assets/FooterComponent-CwkCqxR9.js @@ -0,0 +1 @@ +import{t as e}from"./index-B1bTY3_G.js";export{e as default}; \ No newline at end of file diff --git a/public/assets/FooterComponent-D2oWoaqz.js b/public/assets/FooterComponent-D2oWoaqz.js new file mode 100644 index 0000000..120faff --- /dev/null +++ b/public/assets/FooterComponent-D2oWoaqz.js @@ -0,0 +1 @@ +import{t as e}from"./index-btwWhaKW.js";export{e as default}; \ No newline at end of file diff --git a/public/assets/ForgotPasswordContent-Bk9IgMh_.js b/public/assets/ForgotPasswordContent-Bk9IgMh_.js new file mode 100644 index 0000000..a0f4a35 --- /dev/null +++ b/public/assets/ForgotPasswordContent-Bk9IgMh_.js @@ -0,0 +1,2 @@ +import{M as e,O as t,c as n,ct as r,d as i,h as a,j as o,m as s,t as c,u as l,w as u}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as d,c as f}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{i as p}from"./router-9tkBnM0Q.js";var m={name:`ForgotPassword`,data(){return{email:``,dialogTitle:``,dialogMessage:``,dialogVisible:!1}},methods:{async submitForgotPassword(){try{let e=await p.post(`/auth/forgot-password`,{email:this.email});this.showDialog(`E-Mail gesendet`,e.data?.message||`Ein Link zum Zurücksetzen wurde an Ihre E-Mail-Adresse gesendet.`),this.email=``}catch(e){let t=e?.response?.data?.message||e?.message||`Ein unbekannter Fehler ist aufgetreten`;this.showDialog(`Fehler`,t)}},showDialog(e,t){this.dialogTitle=e,this.dialogMessage=t,this.dialogVisible=!0},closeDialog(){this.dialogVisible=!1}}},h={class:`forgot-password`},g={key:0,class:`dialog`},_={class:`dialog-content`};function v(c,p,m,v,y,b){let x=t(`router-link`);return u(),i(`div`,h,[p[7]||=n(`h2`,null,`Passwort vergessen`,-1),n(`form`,{onSubmit:p[1]||=f((...e)=>b.submitForgotPassword&&b.submitForgotPassword(...e),[`prevent`])},[p[3]||=n(`label`,{for:`email`},`Email-Adresse:`,-1),e(n(`input`,{type:`email`,id:`email`,"onUpdate:modelValue":p[0]||=e=>y.email=e,required:``},null,512),[[d,y.email]]),p[4]||=n(`button`,{type:`submit`},`Link zum Zurücksetzen senden`,-1)],32),n(`p`,null,[a(x,{to:`/login`},{default:o(()=>[...p[5]||=[s(`Login`,-1)]]),_:1})]),n(`p`,null,[a(x,{to:`/register`},{default:o(()=>[...p[6]||=[s(`Registrieren`,-1)]]),_:1})]),y.dialogVisible?(u(),i(`div`,g,[n(`div`,_,[n(`h3`,null,r(y.dialogTitle),1),n(`p`,null,r(y.dialogMessage),1),n(`button`,{type:`button`,onClick:p[2]||=(...e)=>b.closeDialog&&b.closeDialog(...e)},`Schließen`)])])):l(``,!0)])}var y=c(m,[[`render`,v],[`__scopeId`,`data-v-021070f7`]]);export{y as default}; +//# sourceMappingURL=ForgotPasswordContent-Bk9IgMh_.js.map \ No newline at end of file diff --git a/public/assets/ForgotPasswordContent-Cb83bMVu.js b/public/assets/ForgotPasswordContent-Cb83bMVu.js new file mode 100644 index 0000000..d3dc7c7 --- /dev/null +++ b/public/assets/ForgotPasswordContent-Cb83bMVu.js @@ -0,0 +1,2 @@ +import{M as e,O as t,c as n,ct as r,d as i,h as a,j as o,m as s,t as c,u as l,w as u}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as d,c as f}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as p}from"./router--Un6xX_2.js";var m={name:`ForgotPassword`,data(){return{email:``,dialogTitle:``,dialogMessage:``,dialogVisible:!1}},methods:{async submitForgotPassword(){try{let e=await p.post(`/auth/forgot-password`,{email:this.email});this.showDialog(`E-Mail gesendet`,e.data?.message||`Ein Link zum Zurücksetzen wurde an Ihre E-Mail-Adresse gesendet.`),this.email=``}catch(e){let t=e?.response?.data?.message||e?.message||`Ein unbekannter Fehler ist aufgetreten`;this.showDialog(`Fehler`,t)}},showDialog(e,t){this.dialogTitle=e,this.dialogMessage=t,this.dialogVisible=!0},closeDialog(){this.dialogVisible=!1}}},h={class:`forgot-password`},g={key:0,class:`dialog`},_={class:`dialog-content`};function v(c,p,m,v,y,b){let x=t(`router-link`);return u(),i(`div`,h,[p[7]||=n(`h2`,null,`Passwort vergessen`,-1),n(`form`,{onSubmit:p[1]||=f((...e)=>b.submitForgotPassword&&b.submitForgotPassword(...e),[`prevent`])},[p[3]||=n(`label`,{for:`email`},`Email-Adresse:`,-1),e(n(`input`,{type:`email`,id:`email`,"onUpdate:modelValue":p[0]||=e=>y.email=e,required:``},null,512),[[d,y.email]]),p[4]||=n(`button`,{type:`submit`},`Link zum Zurücksetzen senden`,-1)],32),n(`p`,null,[a(x,{to:`/login`},{default:o(()=>[...p[5]||=[s(`Login`,-1)]]),_:1})]),n(`p`,null,[a(x,{to:`/register`},{default:o(()=>[...p[6]||=[s(`Registrieren`,-1)]]),_:1})]),y.dialogVisible?(u(),i(`div`,g,[n(`div`,_,[n(`h3`,null,r(y.dialogTitle),1),n(`p`,null,r(y.dialogMessage),1),n(`button`,{type:`button`,onClick:p[2]||=(...e)=>b.closeDialog&&b.closeDialog(...e)},`Schließen`)])])):l(``,!0)])}var y=c(m,[[`render`,v],[`__scopeId`,`data-v-021070f7`]]);export{y as default}; +//# sourceMappingURL=ForgotPasswordContent-Cb83bMVu.js.map \ No newline at end of file diff --git a/public/assets/ForgotPasswordContent-D6cmoYf5.js b/public/assets/ForgotPasswordContent-D6cmoYf5.js new file mode 100644 index 0000000..d6eac8a --- /dev/null +++ b/public/assets/ForgotPasswordContent-D6cmoYf5.js @@ -0,0 +1,2 @@ +import{M as e,O as t,c as n,ct as r,d as i,h as a,j as o,m as s,t as c,u as l,w as u}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as d,c as f}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as p}from"./router-DXnXJqfT.js";var m={name:`ForgotPassword`,data(){return{email:``,dialogTitle:``,dialogMessage:``,dialogVisible:!1}},methods:{async submitForgotPassword(){try{let e=await p.post(`/auth/forgot-password`,{email:this.email});this.showDialog(`E-Mail gesendet`,e.data?.message||`Ein Link zum Zurücksetzen wurde an Ihre E-Mail-Adresse gesendet.`),this.email=``}catch(e){let t=e?.response?.data?.message||e?.message||`Ein unbekannter Fehler ist aufgetreten`;this.showDialog(`Fehler`,t)}},showDialog(e,t){this.dialogTitle=e,this.dialogMessage=t,this.dialogVisible=!0},closeDialog(){this.dialogVisible=!1}}},h={class:`forgot-password`},g={key:0,class:`dialog`},_={class:`dialog-content`};function v(c,p,m,v,y,b){let x=t(`router-link`);return u(),i(`div`,h,[p[7]||=n(`h2`,null,`Passwort vergessen`,-1),n(`form`,{onSubmit:p[1]||=f((...e)=>b.submitForgotPassword&&b.submitForgotPassword(...e),[`prevent`])},[p[3]||=n(`label`,{for:`email`},`Email-Adresse:`,-1),e(n(`input`,{type:`email`,id:`email`,"onUpdate:modelValue":p[0]||=e=>y.email=e,required:``},null,512),[[d,y.email]]),p[4]||=n(`button`,{type:`submit`},`Link zum Zurücksetzen senden`,-1)],32),n(`p`,null,[a(x,{to:`/login`},{default:o(()=>[...p[5]||=[s(`Login`,-1)]]),_:1})]),n(`p`,null,[a(x,{to:`/register`},{default:o(()=>[...p[6]||=[s(`Registrieren`,-1)]]),_:1})]),y.dialogVisible?(u(),i(`div`,g,[n(`div`,_,[n(`h3`,null,r(y.dialogTitle),1),n(`p`,null,r(y.dialogMessage),1),n(`button`,{type:`button`,onClick:p[2]||=(...e)=>b.closeDialog&&b.closeDialog(...e)},`Schließen`)])])):l(``,!0)])}var y=c(m,[[`render`,v],[`__scopeId`,`data-v-021070f7`]]);export{y as default}; +//# sourceMappingURL=ForgotPasswordContent-D6cmoYf5.js.map \ No newline at end of file diff --git a/public/assets/ForgotPasswordContent-Dkf0ZOW3.js b/public/assets/ForgotPasswordContent-Dkf0ZOW3.js new file mode 100644 index 0000000..52d002c --- /dev/null +++ b/public/assets/ForgotPasswordContent-Dkf0ZOW3.js @@ -0,0 +1,2 @@ +import{M as e,O as t,c as n,ct as r,d as i,h as a,j as o,m as s,t as c,u as l,w as u}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as d,c as f}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{i as p}from"./router-CbChscq0.js";var m={name:`ForgotPassword`,data(){return{email:``,dialogTitle:``,dialogMessage:``,dialogVisible:!1}},methods:{async submitForgotPassword(){try{let e=await p.post(`/auth/forgot-password`,{email:this.email});this.showDialog(`E-Mail gesendet`,e.data?.message||`Ein Link zum Zurücksetzen wurde an Ihre E-Mail-Adresse gesendet.`),this.email=``}catch(e){let t=e?.response?.data?.message||e?.message||`Ein unbekannter Fehler ist aufgetreten`;this.showDialog(`Fehler`,t)}},showDialog(e,t){this.dialogTitle=e,this.dialogMessage=t,this.dialogVisible=!0},closeDialog(){this.dialogVisible=!1}}},h={class:`forgot-password`},g={key:0,class:`dialog`},_={class:`dialog-content`};function v(c,p,m,v,y,b){let x=t(`router-link`);return u(),i(`div`,h,[p[7]||=n(`h2`,null,`Passwort vergessen`,-1),n(`form`,{onSubmit:p[1]||=f((...e)=>b.submitForgotPassword&&b.submitForgotPassword(...e),[`prevent`])},[p[3]||=n(`label`,{for:`email`},`Email-Adresse:`,-1),e(n(`input`,{type:`email`,id:`email`,"onUpdate:modelValue":p[0]||=e=>y.email=e,required:``},null,512),[[d,y.email]]),p[4]||=n(`button`,{type:`submit`},`Link zum Zurücksetzen senden`,-1)],32),n(`p`,null,[a(x,{to:`/login`},{default:o(()=>[...p[5]||=[s(`Login`,-1)]]),_:1})]),n(`p`,null,[a(x,{to:`/register`},{default:o(()=>[...p[6]||=[s(`Registrieren`,-1)]]),_:1})]),y.dialogVisible?(u(),i(`div`,g,[n(`div`,_,[n(`h3`,null,r(y.dialogTitle),1),n(`p`,null,r(y.dialogMessage),1),n(`button`,{type:`button`,onClick:p[2]||=(...e)=>b.closeDialog&&b.closeDialog(...e)},`Schließen`)])])):l(``,!0)])}var y=c(m,[[`render`,v],[`__scopeId`,`data-v-021070f7`]]);export{y as default}; +//# sourceMappingURL=ForgotPasswordContent-Dkf0ZOW3.js.map \ No newline at end of file diff --git a/public/assets/ForgotPasswordContent-Dlv7thWv.js b/public/assets/ForgotPasswordContent-Dlv7thWv.js new file mode 100644 index 0000000..d98e8e6 --- /dev/null +++ b/public/assets/ForgotPasswordContent-Dlv7thWv.js @@ -0,0 +1,2 @@ +import{M as e,O as t,c as n,ct as r,d as i,h as a,j as o,m as s,t as c,u as l,w as u}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as d,c as f}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as p}from"./router-CRKq-u_C.js";var m={name:`ForgotPassword`,data(){return{email:``,dialogTitle:``,dialogMessage:``,dialogVisible:!1}},methods:{async submitForgotPassword(){try{let e=await p.post(`/auth/forgot-password`,{email:this.email});this.showDialog(`E-Mail gesendet`,e.data?.message||`Ein Link zum Zurücksetzen wurde an Ihre E-Mail-Adresse gesendet.`),this.email=``}catch(e){let t=e?.response?.data?.message||e?.message||`Ein unbekannter Fehler ist aufgetreten`;this.showDialog(`Fehler`,t)}},showDialog(e,t){this.dialogTitle=e,this.dialogMessage=t,this.dialogVisible=!0},closeDialog(){this.dialogVisible=!1}}},h={class:`forgot-password`},g={key:0,class:`dialog`},_={class:`dialog-content`};function v(c,p,m,v,y,b){let x=t(`router-link`);return u(),i(`div`,h,[p[7]||=n(`h2`,null,`Passwort vergessen`,-1),n(`form`,{onSubmit:p[1]||=f((...e)=>b.submitForgotPassword&&b.submitForgotPassword(...e),[`prevent`])},[p[3]||=n(`label`,{for:`email`},`Email-Adresse:`,-1),e(n(`input`,{type:`email`,id:`email`,"onUpdate:modelValue":p[0]||=e=>y.email=e,required:``},null,512),[[d,y.email]]),p[4]||=n(`button`,{type:`submit`},`Link zum Zurücksetzen senden`,-1)],32),n(`p`,null,[a(x,{to:`/login`},{default:o(()=>[...p[5]||=[s(`Login`,-1)]]),_:1})]),n(`p`,null,[a(x,{to:`/register`},{default:o(()=>[...p[6]||=[s(`Registrieren`,-1)]]),_:1})]),y.dialogVisible?(u(),i(`div`,g,[n(`div`,_,[n(`h3`,null,r(y.dialogTitle),1),n(`p`,null,r(y.dialogMessage),1),n(`button`,{type:`button`,onClick:p[2]||=(...e)=>b.closeDialog&&b.closeDialog(...e)},`Schließen`)])])):l(``,!0)])}var y=c(m,[[`render`,v],[`__scopeId`,`data-v-021070f7`]]);export{y as default}; +//# sourceMappingURL=ForgotPasswordContent-Dlv7thWv.js.map \ No newline at end of file diff --git a/public/assets/ForgotPasswordContent-OG2rKEu-.js b/public/assets/ForgotPasswordContent-OG2rKEu-.js new file mode 100644 index 0000000..510f0d5 --- /dev/null +++ b/public/assets/ForgotPasswordContent-OG2rKEu-.js @@ -0,0 +1,2 @@ +import{M as e,O as t,c as n,ct as r,d as i,h as a,j as o,m as s,t as c,u as l,w as u}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as d,c as f}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{i as p}from"./router-Cubu3_vL.js";var m={name:`ForgotPassword`,data(){return{email:``,dialogTitle:``,dialogMessage:``,dialogVisible:!1}},methods:{async submitForgotPassword(){try{let e=await p.post(`/auth/forgot-password`,{email:this.email});this.showDialog(`E-Mail gesendet`,e.data?.message||`Ein Link zum Zurücksetzen wurde an Ihre E-Mail-Adresse gesendet.`),this.email=``}catch(e){let t=e?.response?.data?.message||e?.message||`Ein unbekannter Fehler ist aufgetreten`;this.showDialog(`Fehler`,t)}},showDialog(e,t){this.dialogTitle=e,this.dialogMessage=t,this.dialogVisible=!0},closeDialog(){this.dialogVisible=!1}}},h={class:`forgot-password`},g={key:0,class:`dialog`},_={class:`dialog-content`};function v(c,p,m,v,y,b){let x=t(`router-link`);return u(),i(`div`,h,[p[7]||=n(`h2`,null,`Passwort vergessen`,-1),n(`form`,{onSubmit:p[1]||=f((...e)=>b.submitForgotPassword&&b.submitForgotPassword(...e),[`prevent`])},[p[3]||=n(`label`,{for:`email`},`Email-Adresse:`,-1),e(n(`input`,{type:`email`,id:`email`,"onUpdate:modelValue":p[0]||=e=>y.email=e,required:``},null,512),[[d,y.email]]),p[4]||=n(`button`,{type:`submit`},`Link zum Zurücksetzen senden`,-1)],32),n(`p`,null,[a(x,{to:`/login`},{default:o(()=>[...p[5]||=[s(`Login`,-1)]]),_:1})]),n(`p`,null,[a(x,{to:`/register`},{default:o(()=>[...p[6]||=[s(`Registrieren`,-1)]]),_:1})]),y.dialogVisible?(u(),i(`div`,g,[n(`div`,_,[n(`h3`,null,r(y.dialogTitle),1),n(`p`,null,r(y.dialogMessage),1),n(`button`,{type:`button`,onClick:p[2]||=(...e)=>b.closeDialog&&b.closeDialog(...e)},`Schließen`)])])):l(``,!0)])}var y=c(m,[[`render`,v],[`__scopeId`,`data-v-021070f7`]]);export{y as default}; +//# sourceMappingURL=ForgotPasswordContent-OG2rKEu-.js.map \ No newline at end of file diff --git a/public/assets/ForgotPasswordContent-wEddGjMu.js b/public/assets/ForgotPasswordContent-wEddGjMu.js new file mode 100644 index 0000000..9ce65df --- /dev/null +++ b/public/assets/ForgotPasswordContent-wEddGjMu.js @@ -0,0 +1,2 @@ +import{M as e,O as t,c as n,ct as r,d as i,h as a,j as o,m as s,t as c,u as l,w as u}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as d,c as f}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as p}from"./router-BMknwoXv.js";var m={name:`ForgotPassword`,data(){return{email:``,dialogTitle:``,dialogMessage:``,dialogVisible:!1}},methods:{async submitForgotPassword(){try{let e=await p.post(`/auth/forgot-password`,{email:this.email});this.showDialog(`E-Mail gesendet`,e.data?.message||`Ein Link zum Zurücksetzen wurde an Ihre E-Mail-Adresse gesendet.`),this.email=``}catch(e){let t=e?.response?.data?.message||e?.message||`Ein unbekannter Fehler ist aufgetreten`;this.showDialog(`Fehler`,t)}},showDialog(e,t){this.dialogTitle=e,this.dialogMessage=t,this.dialogVisible=!0},closeDialog(){this.dialogVisible=!1}}},h={class:`forgot-password`},g={key:0,class:`dialog`},_={class:`dialog-content`};function v(c,p,m,v,y,b){let x=t(`router-link`);return u(),i(`div`,h,[p[7]||=n(`h2`,null,`Passwort vergessen`,-1),n(`form`,{onSubmit:p[1]||=f((...e)=>b.submitForgotPassword&&b.submitForgotPassword(...e),[`prevent`])},[p[3]||=n(`label`,{for:`email`},`Email-Adresse:`,-1),e(n(`input`,{type:`email`,id:`email`,"onUpdate:modelValue":p[0]||=e=>y.email=e,required:``},null,512),[[d,y.email]]),p[4]||=n(`button`,{type:`submit`},`Link zum Zurücksetzen senden`,-1)],32),n(`p`,null,[a(x,{to:`/login`},{default:o(()=>[...p[5]||=[s(`Login`,-1)]]),_:1})]),n(`p`,null,[a(x,{to:`/register`},{default:o(()=>[...p[6]||=[s(`Registrieren`,-1)]]),_:1})]),y.dialogVisible?(u(),i(`div`,g,[n(`div`,_,[n(`h3`,null,r(y.dialogTitle),1),n(`p`,null,r(y.dialogMessage),1),n(`button`,{type:`button`,onClick:p[2]||=(...e)=>b.closeDialog&&b.closeDialog(...e)},`Schließen`)])])):l(``,!0)])}var y=c(m,[[`render`,v],[`__scopeId`,`data-v-021070f7`]]);export{y as default}; +//# sourceMappingURL=ForgotPasswordContent-wEddGjMu.js.map \ No newline at end of file diff --git a/public/assets/ImageContent-B_9Srbxr.js b/public/assets/ImageContent-B_9Srbxr.js new file mode 100644 index 0000000..795350c --- /dev/null +++ b/public/assets/ImageContent-B_9Srbxr.js @@ -0,0 +1,2 @@ +import{c as e,d as t,t as n,w as r}from"./_plugin-vue_export-helper-Conii5fq.js";import{i}from"./vuex.esm-bundler-CDO_-3pz.js";var a={name:`ImageContent`,data(){return{defaultImage:`/images/homepage1.png`,currentImage:`/images/homepage1.png`}},computed:{...i([`menuData`])},watch:{$route:{immediate:!0,handler(){this.updateImage()}}},methods:{updateImage(){let e=this.$route.path,t=this.menuData,n=this.findMenuItemByPath(t,e);n&&n.image?this.currentImage=`/images/${n.image}`:this.currentImage=this.defaultImage},findMenuItemByPath(e,t){for(let n of e){if(n.link===t)return n;if(n.submenu){let e=this.findMenuItemByPath(n.submenu,t);if(e)return e}}return null}}},o={class:`side-image`},s=[`src`];function c(n,i,a,c,l,u){return r(),t(`div`,o,[e(`img`,{src:l.currentImage,alt:``,loading:`lazy`,decoding:`async`},null,8,s)])}var l=n(a,[[`render`,c],[`__scopeId`,`data-v-e2f50ae6`]]);export{l as default}; +//# sourceMappingURL=ImageContent-B_9Srbxr.js.map \ No newline at end of file diff --git a/public/assets/ImageContent-DLBo3HLn.js b/public/assets/ImageContent-DLBo3HLn.js new file mode 100644 index 0000000..0b48a6e --- /dev/null +++ b/public/assets/ImageContent-DLBo3HLn.js @@ -0,0 +1,2 @@ +import{c as e,d as t,t as n,w as r}from"./_plugin-vue_export-helper-Conii5fq.js";import{i}from"./vuex.esm-bundler-CDO_-3pz.js";var a={name:`ImageContent`,data(){return{defaultImage:`/images/homepage1.png`,currentImage:`/images/homepage1.png`}},computed:{...i([`menuData`])},watch:{$route:{immediate:!0,handler(){this.updateImage()}}},methods:{updateImage(){let e=this.$route.path,t=this.menuData,n=this.findMenuItemByPath(t,e);n&&n.image?this.currentImage=`/images/${n.image}`:this.currentImage=this.defaultImage},findMenuItemByPath(e,t){for(let n of e){if(n.link===t)return n;if(n.submenu){let e=this.findMenuItemByPath(n.submenu,t);if(e)return e}}return null}}},o={class:`side-image`},s=[`src`];function c(n,i,a,c,l,u){return r(),t(`div`,o,[e(`img`,{src:l.currentImage,alt:``,loading:`lazy`,decoding:`async`},null,8,s)])}var l=n(a,[[`render`,c],[`__scopeId`,`data-v-e2f50ae6`]]);export{l as default}; +//# sourceMappingURL=ImageContent-DLBo3HLn.js.map \ No newline at end of file diff --git a/public/assets/ImageContent-DQSMerBx.css b/public/assets/ImageContent-DQSMerBx.css new file mode 100644 index 0000000..7588a7d --- /dev/null +++ b/public/assets/ImageContent-DQSMerBx.css @@ -0,0 +1 @@ +.side-image[data-v-e2f50ae6]{aspect-ratio:4/3;background:var(--color-bg-subtle);width:100%;overflow:hidden}.side-image img[data-v-e2f50ae6]{object-fit:cover;width:100%;height:100%;display:block} diff --git a/public/assets/ImageContent-o13RN2r3.js b/public/assets/ImageContent-o13RN2r3.js new file mode 100644 index 0000000..33dbd9d --- /dev/null +++ b/public/assets/ImageContent-o13RN2r3.js @@ -0,0 +1,2 @@ +import{c as e,d as t,t as n,w as r}from"./_plugin-vue_export-helper-Conii5fq.js";import{i}from"./vuex.esm-bundler-CDO_-3pz.js";var a={name:`ImageContent`,data(){return{defaultImage:`/images/homepage1.png`,currentImage:`/images/homepage1.png`}},computed:{...i([`menuData`])},watch:{$route:{immediate:!0,handler(){this.updateImage()}}},methods:{updateImage(){let e=this.$route.path,t=this.menuData,n=this.findMenuItemByPath(t,e);n&&n.image?this.currentImage=`/images/${n.image}`:this.currentImage=this.defaultImage},findMenuItemByPath(e,t){for(let n of e){if(n.link===t)return n;if(n.submenu){let e=this.findMenuItemByPath(n.submenu,t);if(e)return e}}return null}}},o={class:`side-image`},s=[`src`];function c(n,i,a,c,l,u){return r(),t(`div`,o,[e(`img`,{src:l.currentImage,alt:``,loading:`lazy`,decoding:`async`},null,8,s)])}var l=n(a,[[`render`,c],[`__scopeId`,`data-v-e2f50ae6`]]);export{l as default}; +//# sourceMappingURL=ImageContent-o13RN2r3.js.map \ No newline at end of file diff --git a/public/assets/ImageUpload-5bEam1wQ.js b/public/assets/ImageUpload-5bEam1wQ.js new file mode 100644 index 0000000..44e203d --- /dev/null +++ b/public/assets/ImageUpload-5bEam1wQ.js @@ -0,0 +1,2 @@ +import{E as e,M as t,c as n,ct as r,d as i,i as a,t as o,u as s,w as c}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as l,c as u,i as d}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{i as f}from"./router-CbChscq0.js";import{r as p,t as m}from"./strings-ldR5sTJW.js";var h={name:`ImageUpload`,data(){return{title:``,description:``,image:null,selectedPage:``,pages:[],images:[]}},methods:{formatDate:m,formatTimeFromDate:p,onFileChange(e){this.image=e.target.files[0]},async uploadImage(){let e=new FormData;e.append(`title`,this.title),e.append(`description`,this.description),e.append(`image`,this.image),e.append(`page`,this.selectedPage);try{await f.post(`/image/`,e),this.fetchImages(),this.resetForm()}catch(e){console.error(`Fehler beim Hochladen des Bildes:`,e)}},async fetchImages(){try{this.images=(await f.get(`/image`)).data}catch(e){console.error(`Fehler beim Abrufen der Bilder:`,e)}},async fetchPages(){try{let e=await f.get(`/menu-data`),t=function(e,n=``){return e.flatMap(e=>{let r=[];return e.submenu&&e.submenu.length&&(r=t(e.submenu,n+e.name+` -> `)),[{value:e.link,caption:n+e.name},...r]})};this.pages=t(e.data)}catch(e){console.error(`Fehler beim Abrufen der Seiten:`,e)}},async updateImage(e){try{await f.put(`/image/${e.id}`,{title:e.title,description:e.description}),this.fetchImages()}catch(e){console.error(`Fehler beim Aktualisieren des Bildes:`,e)}},resetForm(){this.title=``,this.description=``,this.image=null,this.selectedPage=``,document.getElementById(`image`).value=null}},mounted(){this.fetchImages(),this.fetchPages()}},g=[`value`],_={key:0},v=[`src`,`alt`],y=[`onUpdate:modelValue`,`onChange`],b=[`onUpdate:modelValue`,`onChange`];function x(o,f,p,m,h,x){return c(),i(`div`,null,[f[12]||=n(`h1`,null,`Bild hochladen`,-1),n(`form`,{onSubmit:f[4]||=u((...e)=>x.uploadImage&&x.uploadImage(...e),[`prevent`])},[n(`div`,null,[f[5]||=n(`label`,{for:`title`},`Titel`,-1),t(n(`input`,{type:`text`,id:`title`,"onUpdate:modelValue":f[0]||=e=>h.title=e},null,512),[[l,h.title]])]),n(`div`,null,[f[6]||=n(`label`,{for:`description`},`Beschreibung`,-1),t(n(`textarea`,{id:`description`,"onUpdate:modelValue":f[1]||=e=>h.description=e},null,512),[[l,h.description]])]),n(`div`,null,[f[7]||=n(`label`,{for:`image`},`Bild`,-1),n(`input`,{type:`file`,id:`image`,onChange:f[2]||=(...e)=>x.onFileChange&&x.onFileChange(...e)},null,32)]),n(`div`,null,[f[9]||=n(`label`,{for:`page`},`Seite`,-1),t(n(`select`,{id:`page`,"onUpdate:modelValue":f[3]||=e=>h.selectedPage=e},[f[8]||=n(`option`,{value:``},`Keine Seite`,-1),(c(!0),i(a,null,e(h.pages,e=>(c(),i(`option`,{key:e.value,value:e.value},r(e.caption),9,g))),128))],512),[[d,h.selectedPage]])]),f[10]||=n(`button`,{type:`submit`},`Hochladen`,-1)],32),h.images.length?(c(),i(`div`,_,[f[11]||=n(`h2`,null,`Hochgeladene Bilder`,-1),(c(!0),i(a,null,e(h.images,e=>(c(),i(`div`,{key:e.id,class:`uploaded-image`},[n(`img`,{src:`/images/uploads/${e.filename}`,alt:e.title,width:`100`},null,8,v),t(n(`input`,{type:`text`,"onUpdate:modelValue":t=>e.title=t,onChange:t=>x.updateImage(e)},null,40,y),[[l,e.title]]),t(n(`textarea`,{"onUpdate:modelValue":t=>e.description=t,onChange:t=>x.updateImage(e)},null,40,b),[[l,e.description]]),n(`p`,null,r(x.formatDate(e.uploadDate))+` `+r(x.formatTimeFromDate(e.uploadDate)),1)]))),128))])):s(``,!0)])}var S=o(h,[[`render`,x],[`__scopeId`,`data-v-37883b2e`]]);export{S as default}; +//# sourceMappingURL=ImageUpload-5bEam1wQ.js.map \ No newline at end of file diff --git a/public/assets/ImageUpload-B09pT3Rf.js b/public/assets/ImageUpload-B09pT3Rf.js new file mode 100644 index 0000000..0727e09 --- /dev/null +++ b/public/assets/ImageUpload-B09pT3Rf.js @@ -0,0 +1,2 @@ +import{E as e,M as t,c as n,ct as r,d as i,i as a,t as o,u as s,w as c}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as l,c as u,i as d}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{i as f}from"./router-9tkBnM0Q.js";import{r as p,t as m}from"./strings-ldR5sTJW.js";var h={name:`ImageUpload`,data(){return{title:``,description:``,image:null,selectedPage:``,pages:[],images:[]}},methods:{formatDate:m,formatTimeFromDate:p,onFileChange(e){this.image=e.target.files[0]},async uploadImage(){let e=new FormData;e.append(`title`,this.title),e.append(`description`,this.description),e.append(`image`,this.image),e.append(`page`,this.selectedPage);try{await f.post(`/image/`,e),this.fetchImages(),this.resetForm()}catch(e){console.error(`Fehler beim Hochladen des Bildes:`,e)}},async fetchImages(){try{this.images=(await f.get(`/image`)).data}catch(e){console.error(`Fehler beim Abrufen der Bilder:`,e)}},async fetchPages(){try{let e=await f.get(`/menu-data`),t=function(e,n=``){return e.flatMap(e=>{let r=[];return e.submenu&&e.submenu.length&&(r=t(e.submenu,n+e.name+` -> `)),[{value:e.link,caption:n+e.name},...r]})};this.pages=t(e.data)}catch(e){console.error(`Fehler beim Abrufen der Seiten:`,e)}},async updateImage(e){try{await f.put(`/image/${e.id}`,{title:e.title,description:e.description}),this.fetchImages()}catch(e){console.error(`Fehler beim Aktualisieren des Bildes:`,e)}},resetForm(){this.title=``,this.description=``,this.image=null,this.selectedPage=``,document.getElementById(`image`).value=null}},mounted(){this.fetchImages(),this.fetchPages()}},g=[`value`],_={key:0},v=[`src`,`alt`],y=[`onUpdate:modelValue`,`onChange`],b=[`onUpdate:modelValue`,`onChange`];function x(o,f,p,m,h,x){return c(),i(`div`,null,[f[12]||=n(`h1`,null,`Bild hochladen`,-1),n(`form`,{onSubmit:f[4]||=u((...e)=>x.uploadImage&&x.uploadImage(...e),[`prevent`])},[n(`div`,null,[f[5]||=n(`label`,{for:`title`},`Titel`,-1),t(n(`input`,{type:`text`,id:`title`,"onUpdate:modelValue":f[0]||=e=>h.title=e},null,512),[[l,h.title]])]),n(`div`,null,[f[6]||=n(`label`,{for:`description`},`Beschreibung`,-1),t(n(`textarea`,{id:`description`,"onUpdate:modelValue":f[1]||=e=>h.description=e},null,512),[[l,h.description]])]),n(`div`,null,[f[7]||=n(`label`,{for:`image`},`Bild`,-1),n(`input`,{type:`file`,id:`image`,onChange:f[2]||=(...e)=>x.onFileChange&&x.onFileChange(...e)},null,32)]),n(`div`,null,[f[9]||=n(`label`,{for:`page`},`Seite`,-1),t(n(`select`,{id:`page`,"onUpdate:modelValue":f[3]||=e=>h.selectedPage=e},[f[8]||=n(`option`,{value:``},`Keine Seite`,-1),(c(!0),i(a,null,e(h.pages,e=>(c(),i(`option`,{key:e.value,value:e.value},r(e.caption),9,g))),128))],512),[[d,h.selectedPage]])]),f[10]||=n(`button`,{type:`submit`},`Hochladen`,-1)],32),h.images.length?(c(),i(`div`,_,[f[11]||=n(`h2`,null,`Hochgeladene Bilder`,-1),(c(!0),i(a,null,e(h.images,e=>(c(),i(`div`,{key:e.id,class:`uploaded-image`},[n(`img`,{src:`/images/uploads/${e.filename}`,alt:e.title,width:`100`},null,8,v),t(n(`input`,{type:`text`,"onUpdate:modelValue":t=>e.title=t,onChange:t=>x.updateImage(e)},null,40,y),[[l,e.title]]),t(n(`textarea`,{"onUpdate:modelValue":t=>e.description=t,onChange:t=>x.updateImage(e)},null,40,b),[[l,e.description]]),n(`p`,null,r(x.formatDate(e.uploadDate))+` `+r(x.formatTimeFromDate(e.uploadDate)),1)]))),128))])):s(``,!0)])}var S=o(h,[[`render`,x],[`__scopeId`,`data-v-37883b2e`]]);export{S as default}; +//# sourceMappingURL=ImageUpload-B09pT3Rf.js.map \ No newline at end of file diff --git a/public/assets/ImageUpload-BXsxOgof.js b/public/assets/ImageUpload-BXsxOgof.js new file mode 100644 index 0000000..b203d87 --- /dev/null +++ b/public/assets/ImageUpload-BXsxOgof.js @@ -0,0 +1,2 @@ +import{E as e,M as t,c as n,ct as r,d as i,i as a,t as o,u as s,w as c}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as l,c as u,i as d}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as f}from"./router-BMknwoXv.js";import{r as p,t as m}from"./strings-CNeI630x.js";var h={name:`ImageUpload`,data(){return{title:``,description:``,image:null,selectedPage:``,pages:[],images:[]}},methods:{formatDate:m,formatTimeFromDate:p,onFileChange(e){this.image=e.target.files[0]},async uploadImage(){let e=new FormData;e.append(`title`,this.title),e.append(`description`,this.description),e.append(`image`,this.image),e.append(`page`,this.selectedPage);try{await f.post(`/image/`,e),this.fetchImages(),this.resetForm()}catch(e){console.error(`Fehler beim Hochladen des Bildes:`,e)}},async fetchImages(){try{this.images=(await f.get(`/image`)).data}catch(e){console.error(`Fehler beim Abrufen der Bilder:`,e)}},async fetchPages(){try{let e=await f.get(`/menu-data`),t=function(e,n=``){return e.flatMap(e=>{let r=[];return e.submenu&&e.submenu.length&&(r=t(e.submenu,n+e.name+` -> `)),[{value:e.link,caption:n+e.name},...r]})};this.pages=t(e.data)}catch(e){console.error(`Fehler beim Abrufen der Seiten:`,e)}},async updateImage(e){try{await f.put(`/image/${e.id}`,{title:e.title,description:e.description}),this.fetchImages()}catch(e){console.error(`Fehler beim Aktualisieren des Bildes:`,e)}},resetForm(){this.title=``,this.description=``,this.image=null,this.selectedPage=``,document.getElementById(`image`).value=null}},mounted(){this.fetchImages(),this.fetchPages()}},g=[`value`],_={key:0},v=[`src`,`alt`],y=[`onUpdate:modelValue`,`onChange`],b=[`onUpdate:modelValue`,`onChange`];function x(o,f,p,m,h,x){return c(),i(`div`,null,[f[12]||=n(`h1`,null,`Bild hochladen`,-1),n(`form`,{onSubmit:f[4]||=u((...e)=>x.uploadImage&&x.uploadImage(...e),[`prevent`])},[n(`div`,null,[f[5]||=n(`label`,{for:`title`},`Titel`,-1),t(n(`input`,{type:`text`,id:`title`,"onUpdate:modelValue":f[0]||=e=>h.title=e},null,512),[[l,h.title]])]),n(`div`,null,[f[6]||=n(`label`,{for:`description`},`Beschreibung`,-1),t(n(`textarea`,{id:`description`,"onUpdate:modelValue":f[1]||=e=>h.description=e},null,512),[[l,h.description]])]),n(`div`,null,[f[7]||=n(`label`,{for:`image`},`Bild`,-1),n(`input`,{type:`file`,id:`image`,onChange:f[2]||=(...e)=>x.onFileChange&&x.onFileChange(...e)},null,32)]),n(`div`,null,[f[9]||=n(`label`,{for:`page`},`Seite`,-1),t(n(`select`,{id:`page`,"onUpdate:modelValue":f[3]||=e=>h.selectedPage=e},[f[8]||=n(`option`,{value:``},`Keine Seite`,-1),(c(!0),i(a,null,e(h.pages,e=>(c(),i(`option`,{key:e.value,value:e.value},r(e.caption),9,g))),128))],512),[[d,h.selectedPage]])]),f[10]||=n(`button`,{type:`submit`},`Hochladen`,-1)],32),h.images.length?(c(),i(`div`,_,[f[11]||=n(`h2`,null,`Hochgeladene Bilder`,-1),(c(!0),i(a,null,e(h.images,e=>(c(),i(`div`,{key:e.id,class:`uploaded-image`},[n(`img`,{src:`/images/uploads/${e.filename}`,alt:e.title,width:`100`},null,8,v),t(n(`input`,{type:`text`,"onUpdate:modelValue":t=>e.title=t,onChange:t=>x.updateImage(e)},null,40,y),[[l,e.title]]),t(n(`textarea`,{"onUpdate:modelValue":t=>e.description=t,onChange:t=>x.updateImage(e)},null,40,b),[[l,e.description]]),n(`p`,null,r(x.formatDate(e.uploadDate))+` `+r(x.formatTimeFromDate(e.uploadDate)),1)]))),128))])):s(``,!0)])}var S=o(h,[[`render`,x],[`__scopeId`,`data-v-37883b2e`]]);export{S as default}; +//# sourceMappingURL=ImageUpload-BXsxOgof.js.map \ No newline at end of file diff --git a/public/assets/ImageUpload-ClQERbfj.js b/public/assets/ImageUpload-ClQERbfj.js new file mode 100644 index 0000000..e6269d8 --- /dev/null +++ b/public/assets/ImageUpload-ClQERbfj.js @@ -0,0 +1,2 @@ +import{E as e,M as t,c as n,ct as r,d as i,i as a,t as o,u as s,w as c}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as l,c as u,i as d}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{i as f}from"./router-Cubu3_vL.js";import{r as p,t as m}from"./strings-ldR5sTJW.js";var h={name:`ImageUpload`,data(){return{title:``,description:``,image:null,selectedPage:``,pages:[],images:[]}},methods:{formatDate:m,formatTimeFromDate:p,onFileChange(e){this.image=e.target.files[0]},async uploadImage(){let e=new FormData;e.append(`title`,this.title),e.append(`description`,this.description),e.append(`image`,this.image),e.append(`page`,this.selectedPage);try{await f.post(`/image/`,e),this.fetchImages(),this.resetForm()}catch(e){console.error(`Fehler beim Hochladen des Bildes:`,e)}},async fetchImages(){try{this.images=(await f.get(`/image`)).data}catch(e){console.error(`Fehler beim Abrufen der Bilder:`,e)}},async fetchPages(){try{let e=await f.get(`/menu-data`),t=function(e,n=``){return e.flatMap(e=>{let r=[];return e.submenu&&e.submenu.length&&(r=t(e.submenu,n+e.name+` -> `)),[{value:e.link,caption:n+e.name},...r]})};this.pages=t(e.data)}catch(e){console.error(`Fehler beim Abrufen der Seiten:`,e)}},async updateImage(e){try{await f.put(`/image/${e.id}`,{title:e.title,description:e.description}),this.fetchImages()}catch(e){console.error(`Fehler beim Aktualisieren des Bildes:`,e)}},resetForm(){this.title=``,this.description=``,this.image=null,this.selectedPage=``,document.getElementById(`image`).value=null}},mounted(){this.fetchImages(),this.fetchPages()}},g=[`value`],_={key:0},v=[`src`,`alt`],y=[`onUpdate:modelValue`,`onChange`],b=[`onUpdate:modelValue`,`onChange`];function x(o,f,p,m,h,x){return c(),i(`div`,null,[f[12]||=n(`h1`,null,`Bild hochladen`,-1),n(`form`,{onSubmit:f[4]||=u((...e)=>x.uploadImage&&x.uploadImage(...e),[`prevent`])},[n(`div`,null,[f[5]||=n(`label`,{for:`title`},`Titel`,-1),t(n(`input`,{type:`text`,id:`title`,"onUpdate:modelValue":f[0]||=e=>h.title=e},null,512),[[l,h.title]])]),n(`div`,null,[f[6]||=n(`label`,{for:`description`},`Beschreibung`,-1),t(n(`textarea`,{id:`description`,"onUpdate:modelValue":f[1]||=e=>h.description=e},null,512),[[l,h.description]])]),n(`div`,null,[f[7]||=n(`label`,{for:`image`},`Bild`,-1),n(`input`,{type:`file`,id:`image`,onChange:f[2]||=(...e)=>x.onFileChange&&x.onFileChange(...e)},null,32)]),n(`div`,null,[f[9]||=n(`label`,{for:`page`},`Seite`,-1),t(n(`select`,{id:`page`,"onUpdate:modelValue":f[3]||=e=>h.selectedPage=e},[f[8]||=n(`option`,{value:``},`Keine Seite`,-1),(c(!0),i(a,null,e(h.pages,e=>(c(),i(`option`,{key:e.value,value:e.value},r(e.caption),9,g))),128))],512),[[d,h.selectedPage]])]),f[10]||=n(`button`,{type:`submit`},`Hochladen`,-1)],32),h.images.length?(c(),i(`div`,_,[f[11]||=n(`h2`,null,`Hochgeladene Bilder`,-1),(c(!0),i(a,null,e(h.images,e=>(c(),i(`div`,{key:e.id,class:`uploaded-image`},[n(`img`,{src:`/images/uploads/${e.filename}`,alt:e.title,width:`100`},null,8,v),t(n(`input`,{type:`text`,"onUpdate:modelValue":t=>e.title=t,onChange:t=>x.updateImage(e)},null,40,y),[[l,e.title]]),t(n(`textarea`,{"onUpdate:modelValue":t=>e.description=t,onChange:t=>x.updateImage(e)},null,40,b),[[l,e.description]]),n(`p`,null,r(x.formatDate(e.uploadDate))+` `+r(x.formatTimeFromDate(e.uploadDate)),1)]))),128))])):s(``,!0)])}var S=o(h,[[`render`,x],[`__scopeId`,`data-v-37883b2e`]]);export{S as default}; +//# sourceMappingURL=ImageUpload-ClQERbfj.js.map \ No newline at end of file diff --git a/public/assets/ImageUpload-CyKuJlsJ.js b/public/assets/ImageUpload-CyKuJlsJ.js new file mode 100644 index 0000000..4328cfe --- /dev/null +++ b/public/assets/ImageUpload-CyKuJlsJ.js @@ -0,0 +1,2 @@ +import{E as e,M as t,c as n,ct as r,d as i,i as a,t as o,u as s,w as c}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as l,c as u,i as d}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as f}from"./router--Un6xX_2.js";import{r as p,t as m}from"./strings-CNeI630x.js";var h={name:`ImageUpload`,data(){return{title:``,description:``,image:null,selectedPage:``,pages:[],images:[]}},methods:{formatDate:m,formatTimeFromDate:p,onFileChange(e){this.image=e.target.files[0]},async uploadImage(){let e=new FormData;e.append(`title`,this.title),e.append(`description`,this.description),e.append(`image`,this.image),e.append(`page`,this.selectedPage);try{await f.post(`/image/`,e),this.fetchImages(),this.resetForm()}catch(e){console.error(`Fehler beim Hochladen des Bildes:`,e)}},async fetchImages(){try{this.images=(await f.get(`/image`)).data}catch(e){console.error(`Fehler beim Abrufen der Bilder:`,e)}},async fetchPages(){try{let e=await f.get(`/menu-data`),t=function(e,n=``){return e.flatMap(e=>{let r=[];return e.submenu&&e.submenu.length&&(r=t(e.submenu,n+e.name+` -> `)),[{value:e.link,caption:n+e.name},...r]})};this.pages=t(e.data)}catch(e){console.error(`Fehler beim Abrufen der Seiten:`,e)}},async updateImage(e){try{await f.put(`/image/${e.id}`,{title:e.title,description:e.description}),this.fetchImages()}catch(e){console.error(`Fehler beim Aktualisieren des Bildes:`,e)}},resetForm(){this.title=``,this.description=``,this.image=null,this.selectedPage=``,document.getElementById(`image`).value=null}},mounted(){this.fetchImages(),this.fetchPages()}},g=[`value`],_={key:0},v=[`src`,`alt`],y=[`onUpdate:modelValue`,`onChange`],b=[`onUpdate:modelValue`,`onChange`];function x(o,f,p,m,h,x){return c(),i(`div`,null,[f[12]||=n(`h1`,null,`Bild hochladen`,-1),n(`form`,{onSubmit:f[4]||=u((...e)=>x.uploadImage&&x.uploadImage(...e),[`prevent`])},[n(`div`,null,[f[5]||=n(`label`,{for:`title`},`Titel`,-1),t(n(`input`,{type:`text`,id:`title`,"onUpdate:modelValue":f[0]||=e=>h.title=e},null,512),[[l,h.title]])]),n(`div`,null,[f[6]||=n(`label`,{for:`description`},`Beschreibung`,-1),t(n(`textarea`,{id:`description`,"onUpdate:modelValue":f[1]||=e=>h.description=e},null,512),[[l,h.description]])]),n(`div`,null,[f[7]||=n(`label`,{for:`image`},`Bild`,-1),n(`input`,{type:`file`,id:`image`,onChange:f[2]||=(...e)=>x.onFileChange&&x.onFileChange(...e)},null,32)]),n(`div`,null,[f[9]||=n(`label`,{for:`page`},`Seite`,-1),t(n(`select`,{id:`page`,"onUpdate:modelValue":f[3]||=e=>h.selectedPage=e},[f[8]||=n(`option`,{value:``},`Keine Seite`,-1),(c(!0),i(a,null,e(h.pages,e=>(c(),i(`option`,{key:e.value,value:e.value},r(e.caption),9,g))),128))],512),[[d,h.selectedPage]])]),f[10]||=n(`button`,{type:`submit`},`Hochladen`,-1)],32),h.images.length?(c(),i(`div`,_,[f[11]||=n(`h2`,null,`Hochgeladene Bilder`,-1),(c(!0),i(a,null,e(h.images,e=>(c(),i(`div`,{key:e.id,class:`uploaded-image`},[n(`img`,{src:`/images/uploads/${e.filename}`,alt:e.title,width:`100`},null,8,v),t(n(`input`,{type:`text`,"onUpdate:modelValue":t=>e.title=t,onChange:t=>x.updateImage(e)},null,40,y),[[l,e.title]]),t(n(`textarea`,{"onUpdate:modelValue":t=>e.description=t,onChange:t=>x.updateImage(e)},null,40,b),[[l,e.description]]),n(`p`,null,r(x.formatDate(e.uploadDate))+` `+r(x.formatTimeFromDate(e.uploadDate)),1)]))),128))])):s(``,!0)])}var S=o(h,[[`render`,x],[`__scopeId`,`data-v-37883b2e`]]);export{S as default}; +//# sourceMappingURL=ImageUpload-CyKuJlsJ.js.map \ No newline at end of file diff --git a/public/assets/ImageUpload-DBHMQAGg.js b/public/assets/ImageUpload-DBHMQAGg.js new file mode 100644 index 0000000..cc470d3 --- /dev/null +++ b/public/assets/ImageUpload-DBHMQAGg.js @@ -0,0 +1,2 @@ +import{E as e,M as t,c as n,ct as r,d as i,i as a,t as o,u as s,w as c}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as l,c as u,i as d}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as f}from"./router-CRKq-u_C.js";import{r as p,t as m}from"./strings-CNeI630x.js";var h={name:`ImageUpload`,data(){return{title:``,description:``,image:null,selectedPage:``,pages:[],images:[]}},methods:{formatDate:m,formatTimeFromDate:p,onFileChange(e){this.image=e.target.files[0]},async uploadImage(){let e=new FormData;e.append(`title`,this.title),e.append(`description`,this.description),e.append(`image`,this.image),e.append(`page`,this.selectedPage);try{await f.post(`/image/`,e),this.fetchImages(),this.resetForm()}catch(e){console.error(`Fehler beim Hochladen des Bildes:`,e)}},async fetchImages(){try{this.images=(await f.get(`/image`)).data}catch(e){console.error(`Fehler beim Abrufen der Bilder:`,e)}},async fetchPages(){try{let e=await f.get(`/menu-data`),t=function(e,n=``){return e.flatMap(e=>{let r=[];return e.submenu&&e.submenu.length&&(r=t(e.submenu,n+e.name+` -> `)),[{value:e.link,caption:n+e.name},...r]})};this.pages=t(e.data)}catch(e){console.error(`Fehler beim Abrufen der Seiten:`,e)}},async updateImage(e){try{await f.put(`/image/${e.id}`,{title:e.title,description:e.description}),this.fetchImages()}catch(e){console.error(`Fehler beim Aktualisieren des Bildes:`,e)}},resetForm(){this.title=``,this.description=``,this.image=null,this.selectedPage=``,document.getElementById(`image`).value=null}},mounted(){this.fetchImages(),this.fetchPages()}},g=[`value`],_={key:0},v=[`src`,`alt`],y=[`onUpdate:modelValue`,`onChange`],b=[`onUpdate:modelValue`,`onChange`];function x(o,f,p,m,h,x){return c(),i(`div`,null,[f[12]||=n(`h1`,null,`Bild hochladen`,-1),n(`form`,{onSubmit:f[4]||=u((...e)=>x.uploadImage&&x.uploadImage(...e),[`prevent`])},[n(`div`,null,[f[5]||=n(`label`,{for:`title`},`Titel`,-1),t(n(`input`,{type:`text`,id:`title`,"onUpdate:modelValue":f[0]||=e=>h.title=e},null,512),[[l,h.title]])]),n(`div`,null,[f[6]||=n(`label`,{for:`description`},`Beschreibung`,-1),t(n(`textarea`,{id:`description`,"onUpdate:modelValue":f[1]||=e=>h.description=e},null,512),[[l,h.description]])]),n(`div`,null,[f[7]||=n(`label`,{for:`image`},`Bild`,-1),n(`input`,{type:`file`,id:`image`,onChange:f[2]||=(...e)=>x.onFileChange&&x.onFileChange(...e)},null,32)]),n(`div`,null,[f[9]||=n(`label`,{for:`page`},`Seite`,-1),t(n(`select`,{id:`page`,"onUpdate:modelValue":f[3]||=e=>h.selectedPage=e},[f[8]||=n(`option`,{value:``},`Keine Seite`,-1),(c(!0),i(a,null,e(h.pages,e=>(c(),i(`option`,{key:e.value,value:e.value},r(e.caption),9,g))),128))],512),[[d,h.selectedPage]])]),f[10]||=n(`button`,{type:`submit`},`Hochladen`,-1)],32),h.images.length?(c(),i(`div`,_,[f[11]||=n(`h2`,null,`Hochgeladene Bilder`,-1),(c(!0),i(a,null,e(h.images,e=>(c(),i(`div`,{key:e.id,class:`uploaded-image`},[n(`img`,{src:`/images/uploads/${e.filename}`,alt:e.title,width:`100`},null,8,v),t(n(`input`,{type:`text`,"onUpdate:modelValue":t=>e.title=t,onChange:t=>x.updateImage(e)},null,40,y),[[l,e.title]]),t(n(`textarea`,{"onUpdate:modelValue":t=>e.description=t,onChange:t=>x.updateImage(e)},null,40,b),[[l,e.description]]),n(`p`,null,r(x.formatDate(e.uploadDate))+` `+r(x.formatTimeFromDate(e.uploadDate)),1)]))),128))])):s(``,!0)])}var S=o(h,[[`render`,x],[`__scopeId`,`data-v-37883b2e`]]);export{S as default}; +//# sourceMappingURL=ImageUpload-DBHMQAGg.js.map \ No newline at end of file diff --git a/public/assets/ImageUpload-THspMFL3.js b/public/assets/ImageUpload-THspMFL3.js new file mode 100644 index 0000000..75a5286 --- /dev/null +++ b/public/assets/ImageUpload-THspMFL3.js @@ -0,0 +1,2 @@ +import{E as e,M as t,c as n,ct as r,d as i,i as a,t as o,u as s,w as c}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as l,c as u,i as d}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as f}from"./router-DXnXJqfT.js";import{r as p,t as m}from"./strings-DzAmoxIw.js";var h={name:`ImageUpload`,data(){return{title:``,description:``,image:null,selectedPage:``,pages:[],images:[]}},methods:{formatDate:m,formatTimeFromDate:p,onFileChange(e){this.image=e.target.files[0]},async uploadImage(){let e=new FormData;e.append(`title`,this.title),e.append(`description`,this.description),e.append(`image`,this.image),e.append(`page`,this.selectedPage);try{await f.post(`/image/`,e),this.fetchImages(),this.resetForm()}catch(e){console.error(`Fehler beim Hochladen des Bildes:`,e)}},async fetchImages(){try{this.images=(await f.get(`/image`)).data}catch(e){console.error(`Fehler beim Abrufen der Bilder:`,e)}},async fetchPages(){try{let e=await f.get(`/menu-data`),t=function(e,n=``){return e.flatMap(e=>{let r=[];return e.submenu&&e.submenu.length&&(r=t(e.submenu,n+e.name+` -> `)),[{value:e.link,caption:n+e.name},...r]})};this.pages=t(e.data)}catch(e){console.error(`Fehler beim Abrufen der Seiten:`,e)}},async updateImage(e){try{await f.put(`/image/${e.id}`,{title:e.title,description:e.description}),this.fetchImages()}catch(e){console.error(`Fehler beim Aktualisieren des Bildes:`,e)}},resetForm(){this.title=``,this.description=``,this.image=null,this.selectedPage=``,document.getElementById(`image`).value=null}},mounted(){this.fetchImages(),this.fetchPages()}},g=[`value`],_={key:0},v=[`src`,`alt`],y=[`onUpdate:modelValue`,`onChange`],b=[`onUpdate:modelValue`,`onChange`];function x(o,f,p,m,h,x){return c(),i(`div`,null,[f[12]||=n(`h1`,null,`Bild hochladen`,-1),n(`form`,{onSubmit:f[4]||=u((...e)=>x.uploadImage&&x.uploadImage(...e),[`prevent`])},[n(`div`,null,[f[5]||=n(`label`,{for:`title`},`Titel`,-1),t(n(`input`,{type:`text`,id:`title`,"onUpdate:modelValue":f[0]||=e=>h.title=e},null,512),[[l,h.title]])]),n(`div`,null,[f[6]||=n(`label`,{for:`description`},`Beschreibung`,-1),t(n(`textarea`,{id:`description`,"onUpdate:modelValue":f[1]||=e=>h.description=e},null,512),[[l,h.description]])]),n(`div`,null,[f[7]||=n(`label`,{for:`image`},`Bild`,-1),n(`input`,{type:`file`,id:`image`,onChange:f[2]||=(...e)=>x.onFileChange&&x.onFileChange(...e)},null,32)]),n(`div`,null,[f[9]||=n(`label`,{for:`page`},`Seite`,-1),t(n(`select`,{id:`page`,"onUpdate:modelValue":f[3]||=e=>h.selectedPage=e},[f[8]||=n(`option`,{value:``},`Keine Seite`,-1),(c(!0),i(a,null,e(h.pages,e=>(c(),i(`option`,{key:e.value,value:e.value},r(e.caption),9,g))),128))],512),[[d,h.selectedPage]])]),f[10]||=n(`button`,{type:`submit`},`Hochladen`,-1)],32),h.images.length?(c(),i(`div`,_,[f[11]||=n(`h2`,null,`Hochgeladene Bilder`,-1),(c(!0),i(a,null,e(h.images,e=>(c(),i(`div`,{key:e.id,class:`uploaded-image`},[n(`img`,{src:`/images/uploads/${e.filename}`,alt:e.title,width:`100`},null,8,v),t(n(`input`,{type:`text`,"onUpdate:modelValue":t=>e.title=t,onChange:t=>x.updateImage(e)},null,40,y),[[l,e.title]]),t(n(`textarea`,{"onUpdate:modelValue":t=>e.description=t,onChange:t=>x.updateImage(e)},null,40,b),[[l,e.description]]),n(`p`,null,r(x.formatDate(e.uploadDate))+` `+r(x.formatTimeFromDate(e.uploadDate)),1)]))),128))])):s(``,!0)])}var S=o(h,[[`render`,x],[`__scopeId`,`data-v-37883b2e`]]);export{S as default}; +//# sourceMappingURL=ImageUpload-THspMFL3.js.map \ No newline at end of file diff --git a/public/assets/IndexContent-B6wrRqI6.js b/public/assets/IndexContent-B6wrRqI6.js new file mode 100644 index 0000000..1466608 --- /dev/null +++ b/public/assets/IndexContent-B6wrRqI6.js @@ -0,0 +1,2 @@ +import{C as e,E as t,L as n,O as r,c as i,ct as a,d as o,h as s,i as c,j as l,m as u,t as d,w as f}from"./_plugin-vue_export-helper-Conii5fq.js";import{i as p}from"./router-CbChscq0.js";var m={name:`DefaultComponent`,setup(){let t=n([]),r=async()=>{try{let e=(await p.get(`/menu-data`)).data.find(e=>e.name===`Admin`);e&&(t.value=e.submenu)}catch(e){console.error(`Fehler beim Abrufen der Menü-Daten:`,e)}};return e(()=>{r()}),{adminSubmenu:t}}};function h(e,n,d,p,m,h){let g=r(`router-link`);return f(),o(`div`,null,[n[0]||=i(`h1`,null,`Seitenpflege`,-1),n[1]||=i(`p`,null,`Herzlich Willkommen. Auf diesen Seiten können Sie die Inhalte der Webseiten pflegen.`,-1),i(`ul`,null,[(f(!0),o(c,null,t(p.adminSubmenu,e=>(f(),o(`li`,{key:e.id},[s(g,{to:e.link},{default:l(()=>[u(a(e.name),1)]),_:2},1032,[`to`])]))),128))])])}var g=d(m,[[`render`,h],[`__scopeId`,`data-v-3f6c9349`]]);export{g as default}; +//# sourceMappingURL=IndexContent-B6wrRqI6.js.map \ No newline at end of file diff --git a/public/assets/IndexContent-BQTrQTTe.js b/public/assets/IndexContent-BQTrQTTe.js new file mode 100644 index 0000000..3ccb5ec --- /dev/null +++ b/public/assets/IndexContent-BQTrQTTe.js @@ -0,0 +1,2 @@ +import{C as e,E as t,L as n,O as r,c as i,ct as a,d as o,h as s,i as c,j as l,m as u,t as d,w as f}from"./_plugin-vue_export-helper-Conii5fq.js";import{i as p}from"./router-9tkBnM0Q.js";var m={name:`DefaultComponent`,setup(){let t=n([]),r=async()=>{try{let e=(await p.get(`/menu-data`)).data.find(e=>e.name===`Admin`);e&&(t.value=e.submenu)}catch(e){console.error(`Fehler beim Abrufen der Menü-Daten:`,e)}};return e(()=>{r()}),{adminSubmenu:t}}};function h(e,n,d,p,m,h){let g=r(`router-link`);return f(),o(`div`,null,[n[0]||=i(`h1`,null,`Seitenpflege`,-1),n[1]||=i(`p`,null,`Herzlich Willkommen. Auf diesen Seiten können Sie die Inhalte der Webseiten pflegen.`,-1),i(`ul`,null,[(f(!0),o(c,null,t(p.adminSubmenu,e=>(f(),o(`li`,{key:e.id},[s(g,{to:e.link},{default:l(()=>[u(a(e.name),1)]),_:2},1032,[`to`])]))),128))])])}var g=d(m,[[`render`,h],[`__scopeId`,`data-v-3f6c9349`]]);export{g as default}; +//# sourceMappingURL=IndexContent-BQTrQTTe.js.map \ No newline at end of file diff --git a/public/assets/IndexContent-BWCJ2zin.js b/public/assets/IndexContent-BWCJ2zin.js new file mode 100644 index 0000000..1893800 --- /dev/null +++ b/public/assets/IndexContent-BWCJ2zin.js @@ -0,0 +1,2 @@ +import{C as e,E as t,L as n,O as r,c as i,ct as a,d as o,h as s,i as c,j as l,m as u,t as d,w as f}from"./_plugin-vue_export-helper-Conii5fq.js";import{r as p}from"./router-BMknwoXv.js";var m={name:`DefaultComponent`,setup(){let t=n([]),r=async()=>{try{let e=(await p.get(`/menu-data`)).data.find(e=>e.name===`Admin`);e&&(t.value=e.submenu)}catch(e){console.error(`Fehler beim Abrufen der Menü-Daten:`,e)}};return e(()=>{r()}),{adminSubmenu:t}}};function h(e,n,d,p,m,h){let g=r(`router-link`);return f(),o(`div`,null,[n[0]||=i(`h1`,null,`Seitenpflege`,-1),n[1]||=i(`p`,null,`Herzlich Willkommen. Auf diesen Seiten können Sie die Inhalte der Webseiten pflegen.`,-1),i(`ul`,null,[(f(!0),o(c,null,t(p.adminSubmenu,e=>(f(),o(`li`,{key:e.id},[s(g,{to:e.link},{default:l(()=>[u(a(e.name),1)]),_:2},1032,[`to`])]))),128))])])}var g=d(m,[[`render`,h],[`__scopeId`,`data-v-3f6c9349`]]);export{g as default}; +//# sourceMappingURL=IndexContent-BWCJ2zin.js.map \ No newline at end of file diff --git a/public/assets/IndexContent-CAiODJ8o.js b/public/assets/IndexContent-CAiODJ8o.js new file mode 100644 index 0000000..5c79e5e --- /dev/null +++ b/public/assets/IndexContent-CAiODJ8o.js @@ -0,0 +1,2 @@ +import{C as e,E as t,L as n,O as r,c as i,ct as a,d as o,h as s,i as c,j as l,m as u,t as d,w as f}from"./_plugin-vue_export-helper-Conii5fq.js";import{r as p}from"./router-DXnXJqfT.js";var m={name:`DefaultComponent`,setup(){let t=n([]),r=async()=>{try{let e=(await p.get(`/menu-data`)).data.find(e=>e.name===`Admin`);e&&(t.value=e.submenu)}catch(e){console.error(`Fehler beim Abrufen der Menü-Daten:`,e)}};return e(()=>{r()}),{adminSubmenu:t}}};function h(e,n,d,p,m,h){let g=r(`router-link`);return f(),o(`div`,null,[n[0]||=i(`h1`,null,`Seitenpflege`,-1),n[1]||=i(`p`,null,`Herzlich Willkommen. Auf diesen Seiten können Sie die Inhalte der Webseiten pflegen.`,-1),i(`ul`,null,[(f(!0),o(c,null,t(p.adminSubmenu,e=>(f(),o(`li`,{key:e.id},[s(g,{to:e.link},{default:l(()=>[u(a(e.name),1)]),_:2},1032,[`to`])]))),128))])])}var g=d(m,[[`render`,h],[`__scopeId`,`data-v-3f6c9349`]]);export{g as default}; +//# sourceMappingURL=IndexContent-CAiODJ8o.js.map \ No newline at end of file diff --git a/public/assets/IndexContent-CyX4-9Du.js b/public/assets/IndexContent-CyX4-9Du.js new file mode 100644 index 0000000..0b7cb59 --- /dev/null +++ b/public/assets/IndexContent-CyX4-9Du.js @@ -0,0 +1,2 @@ +import{C as e,E as t,L as n,O as r,c as i,ct as a,d as o,h as s,i as c,j as l,m as u,t as d,w as f}from"./_plugin-vue_export-helper-Conii5fq.js";import{r as p}from"./router-CRKq-u_C.js";var m={name:`DefaultComponent`,setup(){let t=n([]),r=async()=>{try{let e=(await p.get(`/menu-data`)).data.find(e=>e.name===`Admin`);e&&(t.value=e.submenu)}catch(e){console.error(`Fehler beim Abrufen der Menü-Daten:`,e)}};return e(()=>{r()}),{adminSubmenu:t}}};function h(e,n,d,p,m,h){let g=r(`router-link`);return f(),o(`div`,null,[n[0]||=i(`h1`,null,`Seitenpflege`,-1),n[1]||=i(`p`,null,`Herzlich Willkommen. Auf diesen Seiten können Sie die Inhalte der Webseiten pflegen.`,-1),i(`ul`,null,[(f(!0),o(c,null,t(p.adminSubmenu,e=>(f(),o(`li`,{key:e.id},[s(g,{to:e.link},{default:l(()=>[u(a(e.name),1)]),_:2},1032,[`to`])]))),128))])])}var g=d(m,[[`render`,h],[`__scopeId`,`data-v-3f6c9349`]]);export{g as default}; +//# sourceMappingURL=IndexContent-CyX4-9Du.js.map \ No newline at end of file diff --git a/public/assets/IndexContent-Dapgt3B5.js b/public/assets/IndexContent-Dapgt3B5.js new file mode 100644 index 0000000..bb50c73 --- /dev/null +++ b/public/assets/IndexContent-Dapgt3B5.js @@ -0,0 +1,2 @@ +import{C as e,E as t,L as n,O as r,c as i,ct as a,d as o,h as s,i as c,j as l,m as u,t as d,w as f}from"./_plugin-vue_export-helper-Conii5fq.js";import{i as p}from"./router-Cubu3_vL.js";var m={name:`DefaultComponent`,setup(){let t=n([]),r=async()=>{try{let e=(await p.get(`/menu-data`)).data.find(e=>e.name===`Admin`);e&&(t.value=e.submenu)}catch(e){console.error(`Fehler beim Abrufen der Menü-Daten:`,e)}};return e(()=>{r()}),{adminSubmenu:t}}};function h(e,n,d,p,m,h){let g=r(`router-link`);return f(),o(`div`,null,[n[0]||=i(`h1`,null,`Seitenpflege`,-1),n[1]||=i(`p`,null,`Herzlich Willkommen. Auf diesen Seiten können Sie die Inhalte der Webseiten pflegen.`,-1),i(`ul`,null,[(f(!0),o(c,null,t(p.adminSubmenu,e=>(f(),o(`li`,{key:e.id},[s(g,{to:e.link},{default:l(()=>[u(a(e.name),1)]),_:2},1032,[`to`])]))),128))])])}var g=d(m,[[`render`,h],[`__scopeId`,`data-v-3f6c9349`]]);export{g as default}; +//# sourceMappingURL=IndexContent-Dapgt3B5.js.map \ No newline at end of file diff --git a/public/assets/IndexContent-VbTNGidY.js b/public/assets/IndexContent-VbTNGidY.js new file mode 100644 index 0000000..a9cf76f --- /dev/null +++ b/public/assets/IndexContent-VbTNGidY.js @@ -0,0 +1,2 @@ +import{C as e,E as t,L as n,O as r,c as i,ct as a,d as o,h as s,i as c,j as l,m as u,t as d,w as f}from"./_plugin-vue_export-helper-Conii5fq.js";import{r as p}from"./router--Un6xX_2.js";var m={name:`DefaultComponent`,setup(){let t=n([]),r=async()=>{try{let e=(await p.get(`/menu-data`)).data.find(e=>e.name===`Admin`);e&&(t.value=e.submenu)}catch(e){console.error(`Fehler beim Abrufen der Menü-Daten:`,e)}};return e(()=>{r()}),{adminSubmenu:t}}};function h(e,n,d,p,m,h){let g=r(`router-link`);return f(),o(`div`,null,[n[0]||=i(`h1`,null,`Seitenpflege`,-1),n[1]||=i(`p`,null,`Herzlich Willkommen. Auf diesen Seiten können Sie die Inhalte der Webseiten pflegen.`,-1),i(`ul`,null,[(f(!0),o(c,null,t(p.adminSubmenu,e=>(f(),o(`li`,{key:e.id},[s(g,{to:e.link},{default:l(()=>[u(a(e.name),1)]),_:2},1032,[`to`])]))),128))])])}var g=d(m,[[`render`,h],[`__scopeId`,`data-v-3f6c9349`]]);export{g as default}; +//# sourceMappingURL=IndexContent-VbTNGidY.js.map \ No newline at end of file diff --git a/public/assets/InstitutionManagement-DDDfcGXR.js b/public/assets/InstitutionManagement-DDDfcGXR.js new file mode 100644 index 0000000..d4df714 --- /dev/null +++ b/public/assets/InstitutionManagement-DDDfcGXR.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,M as n,c as r,ct as i,d as a,i as o,t as s,u as c,w as l}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as u,c as d}from"./runtime-dom.esm-bundler-CI28bPhn.js";var f={name:`InstitutionManagement`,data(){return{institutions:[],contactPersons:[],institutionData:{name:``,street:``,zipcode:``,city:``,phone:``,fax:``,email:``},selectedInstitution:null,showForm:!1,editMode:!1,editId:null}},created(){this.fetchInstitutions(),this.fetchContactPersons()},methods:{async fetchInstitutions(){try{this.institutions=(await e.get(`/institutions`)).data}catch(e){console.error(`Fehler beim Abrufen der Institutionen:`,e)}},async fetchContactPersons(){try{this.contactPersons=(await e.get(`/contact-persons`)).data}catch(e){console.error(`Fehler beim Abrufen der Kontaktpersonen:`,e)}},async saveInstitution(){try{if(this.editMode)await e.put(`/institutions/${this.editId}`,this.institutionData);else{let t=await e.post(`/institutions`,this.institutionData);this.institutions.push(t.data)}this.resetForm(),await this.fetchInstitutions()}catch(e){console.error(`Fehler beim Speichern der Institution:`,e)}},editInstitution(e){this.institutionData={...e},this.editMode=!0,this.editId=e.id,this.showForm=!0},async deleteInstitution(t){try{await e.delete(`/institutions/${t}`),this.fetchInstitutions()}catch(e){console.error(`Fehler beim Löschen der Institution:`,e)}},resetForm(){this.institutionData={name:``,street:``,zipcode:``,city:``,phone:``,fax:``,email:``},this.editMode=!1,this.editId=null,this.showForm=!1},showCreateForm(){this.resetForm(),this.showForm=!0}}},p={class:`institution-management`},m=[`onClick`],h=[`onClick`];function g(e,s,f,g,_,v){return l(),a(`div`,p,[s[18]||=r(`h2`,null,`Institutionenverwaltung`,-1),r(`form`,{onSubmit:s[8]||=d((...e)=>v.saveInstitution&&v.saveInstitution(...e),[`prevent`])},[s[9]||=r(`label`,{for:`name`},`Name:`,-1),n(r(`input`,{type:`text`,id:`name`,"onUpdate:modelValue":s[0]||=e=>_.institutionData.name=e,required:``},null,512),[[u,_.institutionData.name]]),s[10]||=r(`label`,{for:`street`},`Straße:`,-1),n(r(`input`,{type:`text`,id:`street`,"onUpdate:modelValue":s[1]||=e=>_.institutionData.street=e},null,512),[[u,_.institutionData.street]]),s[11]||=r(`label`,{for:`zipcode`},`PLZ:`,-1),n(r(`input`,{type:`text`,id:`zipcode`,"onUpdate:modelValue":s[2]||=e=>_.institutionData.zipcode=e},null,512),[[u,_.institutionData.zipcode]]),s[12]||=r(`label`,{for:`city`},`Stadt:`,-1),n(r(`input`,{type:`text`,id:`city`,"onUpdate:modelValue":s[3]||=e=>_.institutionData.city=e},null,512),[[u,_.institutionData.city]]),s[13]||=r(`label`,{for:`phone`},`Telefon:`,-1),n(r(`input`,{type:`text`,id:`phone`,"onUpdate:modelValue":s[4]||=e=>_.institutionData.phone=e},null,512),[[u,_.institutionData.phone]]),s[14]||=r(`label`,{for:`fax`},`Fax:`,-1),n(r(`input`,{type:`text`,id:`fax`,"onUpdate:modelValue":s[5]||=e=>_.institutionData.fax=e},null,512),[[u,_.institutionData.fax]]),s[15]||=r(`label`,{for:`email`},`Email:`,-1),n(r(`input`,{type:`email`,id:`email`,"onUpdate:modelValue":s[6]||=e=>_.institutionData.email=e},null,512),[[u,_.institutionData.email]]),s[16]||=r(`button`,{type:`submit`},`Speichern`,-1),_.editMode?(l(),a(`button`,{key:0,type:`button`,onClick:s[7]||=(...e)=>v.resetForm&&v.resetForm(...e)},`Neue Institution erstellen`)):c(``,!0)],32),r(`table`,null,[s[17]||=r(`thead`,null,[r(`tr`,null,[r(`th`,null,`Name`),r(`th`,null,`Bearbeiten`),r(`th`,null,`Löschen`)])],-1),r(`tbody`,null,[(l(!0),a(o,null,t(_.institutions,e=>(l(),a(`tr`,{key:e.id},[r(`td`,null,i(e.name),1),r(`td`,null,[r(`button`,{onClick:t=>v.editInstitution(e)},`Bearbeiten`,8,m)]),r(`td`,null,[r(`button`,{onClick:t=>v.deleteInstitution(e.id)},`Löschen`,8,h)])]))),128))])])])}var _=s(f,[[`render`,g],[`__scopeId`,`data-v-ca4b9ed0`]]);export{_ as default}; +//# sourceMappingURL=InstitutionManagement-DDDfcGXR.js.map \ No newline at end of file diff --git a/public/assets/InstitutionManagement-IosXDWBg.js b/public/assets/InstitutionManagement-IosXDWBg.js new file mode 100644 index 0000000..aefcfb9 --- /dev/null +++ b/public/assets/InstitutionManagement-IosXDWBg.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,M as n,c as r,ct as i,d as a,i as o,t as s,u as c,w as l}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as u,c as d}from"./runtime-dom.esm-bundler-CI28bPhn.js";var f={name:`InstitutionManagement`,data(){return{institutions:[],contactPersons:[],institutionData:{name:``,street:``,zipcode:``,city:``,phone:``,fax:``,email:``},selectedInstitution:null,showForm:!1,editMode:!1,editId:null}},created(){this.fetchInstitutions(),this.fetchContactPersons()},methods:{async fetchInstitutions(){try{this.institutions=(await e.get(`/institutions`)).data}catch(e){console.error(`Fehler beim Abrufen der Institutionen:`,e)}},async fetchContactPersons(){try{this.contactPersons=(await e.get(`/contact-persons`)).data}catch(e){console.error(`Fehler beim Abrufen der Kontaktpersonen:`,e)}},async saveInstitution(){try{if(this.editMode)await e.put(`/institutions/${this.editId}`,this.institutionData);else{let t=await e.post(`/institutions`,this.institutionData);this.institutions.push(t.data)}this.resetForm(),await this.fetchInstitutions()}catch(e){console.error(`Fehler beim Speichern der Institution:`,e)}},editInstitution(e){this.institutionData={...e},this.editMode=!0,this.editId=e.id,this.showForm=!0},async deleteInstitution(t){try{await e.delete(`/institutions/${t}`),this.fetchInstitutions()}catch(e){console.error(`Fehler beim Löschen der Institution:`,e)}},resetForm(){this.institutionData={name:``,street:``,zipcode:``,city:``,phone:``,fax:``,email:``},this.editMode=!1,this.editId=null,this.showForm=!1},showCreateForm(){this.resetForm(),this.showForm=!0}}},p={class:`institution-management`},m=[`onClick`],h=[`onClick`];function g(e,s,f,g,_,v){return l(),a(`div`,p,[s[18]||=r(`h2`,null,`Institutionenverwaltung`,-1),r(`form`,{onSubmit:s[8]||=d((...e)=>v.saveInstitution&&v.saveInstitution(...e),[`prevent`])},[s[9]||=r(`label`,{for:`name`},`Name:`,-1),n(r(`input`,{type:`text`,id:`name`,"onUpdate:modelValue":s[0]||=e=>_.institutionData.name=e,required:``},null,512),[[u,_.institutionData.name]]),s[10]||=r(`label`,{for:`street`},`Straße:`,-1),n(r(`input`,{type:`text`,id:`street`,"onUpdate:modelValue":s[1]||=e=>_.institutionData.street=e},null,512),[[u,_.institutionData.street]]),s[11]||=r(`label`,{for:`zipcode`},`PLZ:`,-1),n(r(`input`,{type:`text`,id:`zipcode`,"onUpdate:modelValue":s[2]||=e=>_.institutionData.zipcode=e},null,512),[[u,_.institutionData.zipcode]]),s[12]||=r(`label`,{for:`city`},`Stadt:`,-1),n(r(`input`,{type:`text`,id:`city`,"onUpdate:modelValue":s[3]||=e=>_.institutionData.city=e},null,512),[[u,_.institutionData.city]]),s[13]||=r(`label`,{for:`phone`},`Telefon:`,-1),n(r(`input`,{type:`text`,id:`phone`,"onUpdate:modelValue":s[4]||=e=>_.institutionData.phone=e},null,512),[[u,_.institutionData.phone]]),s[14]||=r(`label`,{for:`fax`},`Fax:`,-1),n(r(`input`,{type:`text`,id:`fax`,"onUpdate:modelValue":s[5]||=e=>_.institutionData.fax=e},null,512),[[u,_.institutionData.fax]]),s[15]||=r(`label`,{for:`email`},`Email:`,-1),n(r(`input`,{type:`email`,id:`email`,"onUpdate:modelValue":s[6]||=e=>_.institutionData.email=e},null,512),[[u,_.institutionData.email]]),s[16]||=r(`button`,{type:`submit`},`Speichern`,-1),_.editMode?(l(),a(`button`,{key:0,type:`button`,onClick:s[7]||=(...e)=>v.resetForm&&v.resetForm(...e)},`Neue Institution erstellen`)):c(``,!0)],32),r(`table`,null,[s[17]||=r(`thead`,null,[r(`tr`,null,[r(`th`,null,`Name`),r(`th`,null,`Bearbeiten`),r(`th`,null,`Löschen`)])],-1),r(`tbody`,null,[(l(!0),a(o,null,t(_.institutions,e=>(l(),a(`tr`,{key:e.id},[r(`td`,null,i(e.name),1),r(`td`,null,[r(`button`,{onClick:t=>v.editInstitution(e)},`Bearbeiten`,8,m)]),r(`td`,null,[r(`button`,{onClick:t=>v.deleteInstitution(e.id)},`Löschen`,8,h)])]))),128))])])])}var _=s(f,[[`render`,g],[`__scopeId`,`data-v-ca4b9ed0`]]);export{_ as default}; +//# sourceMappingURL=InstitutionManagement-IosXDWBg.js.map \ No newline at end of file diff --git a/public/assets/LoginContent-BCzf_WKN.css b/public/assets/LoginContent-BCzf_WKN.css new file mode 100644 index 0000000..2411742 --- /dev/null +++ b/public/assets/LoginContent-BCzf_WKN.css @@ -0,0 +1 @@ +.dialog-overlay[data-v-7743bdb5]{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.dialog[data-v-7743bdb5]{text-align:center;background:#fff;border-radius:8px;width:90%;max-width:400px;padding:30px;box-shadow:0 4px 6px #0000001a}.dialog h2[data-v-7743bdb5]{color:#333;margin-top:0;margin-bottom:15px;font-size:20px}.dialog p[data-v-7743bdb5]{color:#666;margin:15px 0;line-height:1.5}.dialog button[data-v-7743bdb5]{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:4px;margin-top:20px;padding:10px 20px;font-size:16px}.dialog button[data-v-7743bdb5]:hover{background-color:#0056b3}.login[data-v-5eeff340]{max-width:400px;margin:auto}form[data-v-5eeff340]{flex-direction:column;display:flex}label[data-v-5eeff340]{margin-top:10px}button[data-v-5eeff340]{margin-top:20px} diff --git a/public/assets/LoginContent-Pl_xIOaP.js b/public/assets/LoginContent-Pl_xIOaP.js new file mode 100644 index 0000000..4fe2601 --- /dev/null +++ b/public/assets/LoginContent-Pl_xIOaP.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{M as t,O as n,c as r,ct as i,d as a,h as o,j as s,m as c,t as l,u,w as d}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as f,c as p}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{n as m}from"./vuex.esm-bundler-CDO_-3pz.js";var h={name:`DialogComponent`,props:{title:{type:String,required:!0},message:{type:String,required:!0},modelValue:{type:Boolean,default:!1}},methods:{closeDialog(){this.$emit(`update:modelValue`,!1),this.$emit(`close`)}}},g={key:0,class:`dialog-overlay`},_={class:`dialog`};function v(e,t,n,o,s,c){return n.modelValue?(d(),a(`div`,g,[r(`div`,_,[r(`h2`,null,i(n.title),1),r(`p`,null,i(n.message),1),r(`button`,{onClick:t[0]||=(...e)=>c.closeDialog&&c.closeDialog(...e)},`OK`)])])):u(``,!0)}var y={name:`LoginComponent`,components:{DialogComponent:l(h,[[`render`,v],[`__scopeId`,`data-v-7743bdb5`]])},data(){return{email:``,password:``,dialogTitle:``,dialogMessage:``,dialogVisible:!1}},methods:{...m([`login`]),async runLogin(){try{let t=await e.post(`/auth/login`,{email:this.email,password:this.password}),n=t.data.token,r=t.data;localStorage.setItem(`token`,n),this.login(r.user),e.defaults.headers.common.Authorization=`Bearer ${n}`,this.$router.push(`/admin/index`)}catch(e){e.response?this.showDialog(`Fehler`,e.response.data.message):this.showDialog(`Ein Fehler ist aufgetreten`,e.message)}},showDialog(e,t){this.dialogTitle=e,this.dialogMessage=t,this.dialogVisible=!0},closeDialog(){this.dialogVisible=!1}}},b={class:`login`};function x(e,i,l,u,m,h){let g=n(`router-link`),_=n(`DialogComponent`);return d(),a(`div`,b,[i[9]||=r(`h2`,null,`Login`,-1),r(`form`,{onSubmit:i[2]||=p((...e)=>h.runLogin&&h.runLogin(...e),[`prevent`])},[i[4]||=r(`label`,{for:`email`},`Email-Adresse:`,-1),t(r(`input`,{type:`email`,id:`email`,"onUpdate:modelValue":i[0]||=e=>m.email=e,required:``},null,512),[[f,m.email]]),i[5]||=r(`label`,{for:`password`},`Passwort:`,-1),t(r(`input`,{type:`password`,id:`password`,"onUpdate:modelValue":i[1]||=e=>m.password=e,required:``},null,512),[[f,m.password]]),i[6]||=r(`button`,{type:`submit`},`Login`,-1)],32),r(`p`,null,[o(g,{to:`/register`},{default:s(()=>[...i[7]||=[c(`Registrieren`,-1)]]),_:1})]),r(`p`,null,[o(g,{to:`/forgot-password`},{default:s(()=>[...i[8]||=[c(`Passwort vergessen?`,-1)]]),_:1})]),o(_,{title:m.dialogTitle,message:m.dialogMessage,modelValue:m.dialogVisible,"onUpdate:modelValue":i[3]||=e=>m.dialogVisible=e,onClose:h.closeDialog},null,8,[`title`,`message`,`modelValue`,`onClose`])])}var S=l(y,[[`render`,x],[`__scopeId`,`data-v-5eeff340`]]);export{S as default}; +//# sourceMappingURL=LoginContent-Pl_xIOaP.js.map \ No newline at end of file diff --git a/public/assets/LoginContent-SWC8lNdR.js b/public/assets/LoginContent-SWC8lNdR.js new file mode 100644 index 0000000..c16e103 --- /dev/null +++ b/public/assets/LoginContent-SWC8lNdR.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{M as t,O as n,c as r,ct as i,d as a,h as o,j as s,m as c,t as l,u,w as d}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as f,c as p}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{n as m}from"./vuex.esm-bundler-CDO_-3pz.js";var h={name:`DialogComponent`,props:{title:{type:String,required:!0},message:{type:String,required:!0},modelValue:{type:Boolean,default:!1}},methods:{closeDialog(){this.$emit(`update:modelValue`,!1),this.$emit(`close`)}}},g={key:0,class:`dialog-overlay`},_={class:`dialog`};function v(e,t,n,o,s,c){return n.modelValue?(d(),a(`div`,g,[r(`div`,_,[r(`h2`,null,i(n.title),1),r(`p`,null,i(n.message),1),r(`button`,{onClick:t[0]||=(...e)=>c.closeDialog&&c.closeDialog(...e)},`OK`)])])):u(``,!0)}var y={name:`LoginComponent`,components:{DialogComponent:l(h,[[`render`,v],[`__scopeId`,`data-v-7743bdb5`]])},data(){return{email:``,password:``,dialogTitle:``,dialogMessage:``,dialogVisible:!1}},methods:{...m([`login`]),async runLogin(){try{let t=await e.post(`/auth/login`,{email:this.email,password:this.password}),n=t.data.token,r=t.data;localStorage.setItem(`token`,n),this.login(r.user),e.defaults.headers.common.Authorization=`Bearer ${n}`,this.$router.push(`/admin/index`)}catch(e){e.response?this.showDialog(`Fehler`,e.response.data.message):this.showDialog(`Ein Fehler ist aufgetreten`,e.message)}},showDialog(e,t){this.dialogTitle=e,this.dialogMessage=t,this.dialogVisible=!0},closeDialog(){this.dialogVisible=!1}}},b={class:`login`};function x(e,i,l,u,m,h){let g=n(`router-link`),_=n(`DialogComponent`);return d(),a(`div`,b,[i[9]||=r(`h2`,null,`Login`,-1),r(`form`,{onSubmit:i[2]||=p((...e)=>h.runLogin&&h.runLogin(...e),[`prevent`])},[i[4]||=r(`label`,{for:`email`},`Email-Adresse:`,-1),t(r(`input`,{type:`email`,id:`email`,"onUpdate:modelValue":i[0]||=e=>m.email=e,required:``},null,512),[[f,m.email]]),i[5]||=r(`label`,{for:`password`},`Passwort:`,-1),t(r(`input`,{type:`password`,id:`password`,"onUpdate:modelValue":i[1]||=e=>m.password=e,required:``},null,512),[[f,m.password]]),i[6]||=r(`button`,{type:`submit`},`Login`,-1)],32),r(`p`,null,[o(g,{to:`/register`},{default:s(()=>[...i[7]||=[c(`Registrieren`,-1)]]),_:1})]),r(`p`,null,[o(g,{to:`/forgot-password`},{default:s(()=>[...i[8]||=[c(`Passwort vergessen?`,-1)]]),_:1})]),o(_,{title:m.dialogTitle,message:m.dialogMessage,modelValue:m.dialogVisible,"onUpdate:modelValue":i[3]||=e=>m.dialogVisible=e,onClose:h.closeDialog},null,8,[`title`,`message`,`modelValue`,`onClose`])])}var S=l(y,[[`render`,x],[`__scopeId`,`data-v-5eeff340`]]);export{S as default}; +//# sourceMappingURL=LoginContent-SWC8lNdR.js.map \ No newline at end of file diff --git a/public/assets/MenuManagement-BjPcq4JI.js b/public/assets/MenuManagement-BjPcq4JI.js new file mode 100644 index 0000000..2c01607 --- /dev/null +++ b/public/assets/MenuManagement-BjPcq4JI.js @@ -0,0 +1,2 @@ +import{C as e,E as t,L as n,M as r,c as i,ct as a,d as o,i as s,m as c,s as l,t as u,u as d,w as f}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as p,c as m,i as h,r as g}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{a as _}from"./vuex.esm-bundler-CDO_-3pz.js";import{i as v}from"./router-9tkBnM0Q.js";var y={name:`MenuManagement`,setup(){let t=_(),r=n([]),i=n(null),a=n(!1),o=async()=>{try{r.value=(await v.get(`/menu-data`)).data}catch(e){console.error(`Fehler beim Abrufen der Menü-Daten:`,e)}},s=async()=>{try{let e=c(r.value);await v.post(`/menu-data`,e),alert(`Menü-Daten erfolgreich gespeichert`)}catch(e){console.error(`Fehler beim Speichern der Menü-Daten:`,e)}},c=e=>e.reduce((e,t)=>{let n={...t,page_title:t.pageTitle,show_in_menu:t.showInMenu,requires_auth:t.requiresAuth},{submenu:r,...i}=n;return e.push(i),r&&r.length&&e.push(...c(r,n.id)),e},[]),u=(e,t=0)=>e.reduce((e,n)=>(e.push({...n,indent:t}),n.submenu&&n.submenu.length&&e.push(...u(n.submenu,n.id,t+1)),e),[]),d=()=>{let e={name:``,link:``,component:``,pageTitle:``,showInMenu:!0,requiresAuth:!1,order_id:0,submenu:[],parent_id:0};r.value.push(e),h(e),a.value=!1},f=e=>{let t={name:``,link:``,component:``,pageTitle:``,showInMenu:!0,requiresAuth:!1,order_id:0};e.submenu.push(t),h(t),a.value=!1},p=e=>{let t=r.value.indexOf(e);t>-1&&r.value.splice(t,1),i.value=null},m=(e,t)=>{let n=e.submenu.indexOf(t);n>-1&&e.submenu.splice(n,1),i.value=null},h=e=>{i.value=e,a.value=!0},g=()=>{i.value=null,a.value=!1},y=l(()=>[...r.value].sort((e,t)=>e.order_id-t.order_id)),b=e=>e.submenu.slice().sort((e,t)=>e.order_id-t.order_id),x=e=>`\xA0`.repeat(e.indent*2)+e.name,S=l(()=>{let e=u(t.state.menuData);return console.log(e),e});return e(()=>{o()}),{menuData:r,sortedMenuData:y,sortedSubmenu:b,selectedMenuItem:i,fetchMenuData:o,saveMenuData:s,addMenuItem:d,addSubmenu:f,removeMenuItem:p,removeSubmenu:m,selectMenuItem:h,getIndentedName:x,isEditMode:a,resetForm:g,flattenedMenuData:S}}},b={class:`menu-management`},x={class:`button-container`},S={key:0,class:`edit-form`},C={class:`checkbox-container`},w=[`value`],T={class:`tree-view`},E={class:`menu-item`},D=[`onClick`],O={class:`action-buttons`},k=[`onClick`],A=[`onClick`],j={key:0},M={class:`menu-item`},N=[`onClick`],P={class:`action-buttons`},F=[`onClick`],I=[`onClick`];function L(e,n,l,u,_,v){return f(),o(`div`,b,[n[22]||=i(`h1`,null,`Menüverwaltung`,-1),i(`div`,x,[i(`button`,{onClick:n[0]||=(...e)=>u.addMenuItem&&u.addMenuItem(...e)},`Hauptmenü hinzufügen`),i(`button`,{onClick:n[1]||=(...e)=>u.saveMenuData&&u.saveMenuData(...e)},`Speichern`)]),u.selectedMenuItem?(f(),o(`div`,S,[i(`h2`,null,a(u.isEditMode?`Menüpunkt bearbeiten`:`Menüpunkt erstellen`),1),i(`form`,{onSubmit:n[11]||=m((...e)=>u.saveMenuData&&u.saveMenuData(...e),[`prevent`])},[n[15]||=i(`label`,{for:`name`},`Name`,-1),r(i(`input`,{id:`name`,"onUpdate:modelValue":n[2]||=e=>u.selectedMenuItem.name=e,placeholder:`Name`},null,512),[[p,u.selectedMenuItem.name]]),n[16]||=i(`label`,{for:`link`},`Link`,-1),r(i(`input`,{id:`link`,"onUpdate:modelValue":n[3]||=e=>u.selectedMenuItem.link=e,placeholder:`Link`},null,512),[[p,u.selectedMenuItem.link]]),n[17]||=i(`label`,{for:`page-title`},`Seitenname`,-1),r(i(`input`,{id:`page-title`,"onUpdate:modelValue":n[4]||=e=>u.selectedMenuItem.pageTitle=e,placeholder:`Seitenname`},null,512),[[p,u.selectedMenuItem.pageTitle]]),n[18]||=i(`label`,{for:`order-id`},`Order ID`,-1),r(i(`input`,{id:`order-id`,"onUpdate:modelValue":n[5]||=e=>u.selectedMenuItem.order_id=e,placeholder:`Order ID`,type:`number`,class:`order-id`},null,512),[[p,u.selectedMenuItem.order_id,void 0,{number:!0}]]),i(`div`,C,[i(`label`,null,[r(i(`input`,{type:`checkbox`,"onUpdate:modelValue":n[6]||=e=>u.selectedMenuItem.showInMenu=e},null,512),[[g,u.selectedMenuItem.showInMenu]]),n[12]||=c(` Im Menü anzeigen `,-1)]),i(`label`,null,[r(i(`input`,{type:`checkbox`,"onUpdate:modelValue":n[7]||=e=>u.selectedMenuItem.requiresAuth=e},null,512),[[g,u.selectedMenuItem.requiresAuth]]),n[13]||=c(` Authentifizierung erforderlich `,-1)])]),n[19]||=i(`label`,{for:`parent-id`},`Elternelement`,-1),r(i(`select`,{id:`parent-id`,"onUpdate:modelValue":n[8]||=e=>u.selectedMenuItem.parent_id=e},[n[14]||=i(`option`,{value:`-1`},`Ohne Elternelement`,-1),(f(!0),o(s,null,t(u.flattenedMenuData,e=>(f(),o(`option`,{key:e.id,value:e.id},a(u.getIndentedName(e)),9,w))),128))],512),[[h,u.selectedMenuItem.parent_id,void 0,{number:!0}]]),n[20]||=i(`label`,{for:`component`},`Vue-Komponente`,-1),r(i(`input`,{id:`component`,"onUpdate:modelValue":n[9]||=e=>u.selectedMenuItem.component=e,placeholder:`Vue-Komponente`},null,512),[[p,u.selectedMenuItem.component]]),i(`button`,{type:`button`,onClick:n[10]||=(...e)=>u.resetForm&&u.resetForm(...e)},`Neuen Menüpunkt erstellen`),n[21]||=i(`button`,{type:`submit`},`Speichern`,-1)],32)])):d(``,!0),i(`div`,T,[i(`ul`,null,[(f(!0),o(s,null,t(u.sortedMenuData,e=>(f(),o(`li`,{key:e.id},[i(`div`,E,[i(`span`,{onClick:t=>u.selectMenuItem(e)},a(e.name)+` (ID: `+a(e.order_id)+`) `,9,D),i(`div`,O,[i(`button`,{onClick:t=>u.addSubmenu(e),class:`action-button`},`Untermenü hinzufügen`,8,k),i(`button`,{onClick:t=>u.removeMenuItem(e),class:`action-button`},`Löschen`,8,A)])]),e.submenu.length?(f(),o(`ul`,j,[(f(!0),o(s,null,t(u.sortedSubmenu(e),t=>(f(),o(`li`,{key:t.id},[i(`div`,M,[i(`span`,{onClick:e=>u.selectMenuItem(t)},a(t.name)+` (ID: `+a(t.order_id)+`) `,9,N),i(`div`,P,[i(`button`,{onClick:e=>u.addSubmenu(t),class:`action-button`},`Untermenü hinzufügen`,8,F),i(`button`,{onClick:n=>u.removeSubmenu(e,t),class:`action-button`},`Löschen`,8,I)])])]))),128))])):d(``,!0)]))),128))])])])}var R=u(y,[[`render`,L],[`__scopeId`,`data-v-0b351711`]]);export{R as default}; +//# sourceMappingURL=MenuManagement-BjPcq4JI.js.map \ No newline at end of file diff --git a/public/assets/MenuManagement-CBelxJnl.js b/public/assets/MenuManagement-CBelxJnl.js new file mode 100644 index 0000000..285f876 --- /dev/null +++ b/public/assets/MenuManagement-CBelxJnl.js @@ -0,0 +1,2 @@ +import{C as e,E as t,L as n,M as r,c as i,ct as a,d as o,i as s,m as c,s as l,t as u,u as d,w as f}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as p,c as m,i as h,r as g}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{a as _}from"./vuex.esm-bundler-CDO_-3pz.js";import{r as v}from"./router--Un6xX_2.js";var y={name:`MenuManagement`,setup(){let t=_(),r=n([]),i=n(null),a=n(!1),o=async()=>{try{r.value=(await v.get(`/menu-data`)).data}catch(e){console.error(`Fehler beim Abrufen der Menü-Daten:`,e)}},s=async()=>{try{let e=c(r.value);await v.post(`/menu-data`,e),alert(`Menü-Daten erfolgreich gespeichert`)}catch(e){console.error(`Fehler beim Speichern der Menü-Daten:`,e)}},c=e=>e.reduce((e,t)=>{let n={...t,page_title:t.pageTitle,show_in_menu:t.showInMenu,requires_auth:t.requiresAuth},{submenu:r,...i}=n;return e.push(i),r&&r.length&&e.push(...c(r,n.id)),e},[]),u=(e,t=0)=>e.reduce((e,n)=>(e.push({...n,indent:t}),n.submenu&&n.submenu.length&&e.push(...u(n.submenu,n.id,t+1)),e),[]),d=()=>{let e={name:``,link:``,component:``,pageTitle:``,showInMenu:!0,requiresAuth:!1,order_id:0,submenu:[],parent_id:0};r.value.push(e),h(e),a.value=!1},f=e=>{let t={name:``,link:``,component:``,pageTitle:``,showInMenu:!0,requiresAuth:!1,order_id:0};e.submenu.push(t),h(t),a.value=!1},p=e=>{let t=r.value.indexOf(e);t>-1&&r.value.splice(t,1),i.value=null},m=(e,t)=>{let n=e.submenu.indexOf(t);n>-1&&e.submenu.splice(n,1),i.value=null},h=e=>{i.value=e,a.value=!0},g=()=>{i.value=null,a.value=!1},y=l(()=>[...r.value].sort((e,t)=>e.order_id-t.order_id)),b=e=>e.submenu.slice().sort((e,t)=>e.order_id-t.order_id),x=e=>`\xA0`.repeat(e.indent*2)+e.name,S=l(()=>{let e=u(t.state.menuData);return console.log(e),e});return e(()=>{o()}),{menuData:r,sortedMenuData:y,sortedSubmenu:b,selectedMenuItem:i,fetchMenuData:o,saveMenuData:s,addMenuItem:d,addSubmenu:f,removeMenuItem:p,removeSubmenu:m,selectMenuItem:h,getIndentedName:x,isEditMode:a,resetForm:g,flattenedMenuData:S}}},b={class:`menu-management`},x={class:`button-container`},S={key:0,class:`edit-form`},C={class:`checkbox-container`},w=[`value`],T={class:`tree-view`},E={class:`menu-item`},D=[`onClick`],O={class:`action-buttons`},k=[`onClick`],A=[`onClick`],j={key:0},M={class:`menu-item`},N=[`onClick`],P={class:`action-buttons`},F=[`onClick`],I=[`onClick`];function L(e,n,l,u,_,v){return f(),o(`div`,b,[n[22]||=i(`h1`,null,`Menüverwaltung`,-1),i(`div`,x,[i(`button`,{onClick:n[0]||=(...e)=>u.addMenuItem&&u.addMenuItem(...e)},`Hauptmenü hinzufügen`),i(`button`,{onClick:n[1]||=(...e)=>u.saveMenuData&&u.saveMenuData(...e)},`Speichern`)]),u.selectedMenuItem?(f(),o(`div`,S,[i(`h2`,null,a(u.isEditMode?`Menüpunkt bearbeiten`:`Menüpunkt erstellen`),1),i(`form`,{onSubmit:n[11]||=m((...e)=>u.saveMenuData&&u.saveMenuData(...e),[`prevent`])},[n[15]||=i(`label`,{for:`name`},`Name`,-1),r(i(`input`,{id:`name`,"onUpdate:modelValue":n[2]||=e=>u.selectedMenuItem.name=e,placeholder:`Name`},null,512),[[p,u.selectedMenuItem.name]]),n[16]||=i(`label`,{for:`link`},`Link`,-1),r(i(`input`,{id:`link`,"onUpdate:modelValue":n[3]||=e=>u.selectedMenuItem.link=e,placeholder:`Link`},null,512),[[p,u.selectedMenuItem.link]]),n[17]||=i(`label`,{for:`page-title`},`Seitenname`,-1),r(i(`input`,{id:`page-title`,"onUpdate:modelValue":n[4]||=e=>u.selectedMenuItem.pageTitle=e,placeholder:`Seitenname`},null,512),[[p,u.selectedMenuItem.pageTitle]]),n[18]||=i(`label`,{for:`order-id`},`Order ID`,-1),r(i(`input`,{id:`order-id`,"onUpdate:modelValue":n[5]||=e=>u.selectedMenuItem.order_id=e,placeholder:`Order ID`,type:`number`,class:`order-id`},null,512),[[p,u.selectedMenuItem.order_id,void 0,{number:!0}]]),i(`div`,C,[i(`label`,null,[r(i(`input`,{type:`checkbox`,"onUpdate:modelValue":n[6]||=e=>u.selectedMenuItem.showInMenu=e},null,512),[[g,u.selectedMenuItem.showInMenu]]),n[12]||=c(` Im Menü anzeigen `,-1)]),i(`label`,null,[r(i(`input`,{type:`checkbox`,"onUpdate:modelValue":n[7]||=e=>u.selectedMenuItem.requiresAuth=e},null,512),[[g,u.selectedMenuItem.requiresAuth]]),n[13]||=c(` Authentifizierung erforderlich `,-1)])]),n[19]||=i(`label`,{for:`parent-id`},`Elternelement`,-1),r(i(`select`,{id:`parent-id`,"onUpdate:modelValue":n[8]||=e=>u.selectedMenuItem.parent_id=e},[n[14]||=i(`option`,{value:`-1`},`Ohne Elternelement`,-1),(f(!0),o(s,null,t(u.flattenedMenuData,e=>(f(),o(`option`,{key:e.id,value:e.id},a(u.getIndentedName(e)),9,w))),128))],512),[[h,u.selectedMenuItem.parent_id,void 0,{number:!0}]]),n[20]||=i(`label`,{for:`component`},`Vue-Komponente`,-1),r(i(`input`,{id:`component`,"onUpdate:modelValue":n[9]||=e=>u.selectedMenuItem.component=e,placeholder:`Vue-Komponente`},null,512),[[p,u.selectedMenuItem.component]]),i(`button`,{type:`button`,onClick:n[10]||=(...e)=>u.resetForm&&u.resetForm(...e)},`Neuen Menüpunkt erstellen`),n[21]||=i(`button`,{type:`submit`},`Speichern`,-1)],32)])):d(``,!0),i(`div`,T,[i(`ul`,null,[(f(!0),o(s,null,t(u.sortedMenuData,e=>(f(),o(`li`,{key:e.id},[i(`div`,E,[i(`span`,{onClick:t=>u.selectMenuItem(e)},a(e.name)+` (ID: `+a(e.order_id)+`) `,9,D),i(`div`,O,[i(`button`,{onClick:t=>u.addSubmenu(e),class:`action-button`},`Untermenü hinzufügen`,8,k),i(`button`,{onClick:t=>u.removeMenuItem(e),class:`action-button`},`Löschen`,8,A)])]),e.submenu.length?(f(),o(`ul`,j,[(f(!0),o(s,null,t(u.sortedSubmenu(e),t=>(f(),o(`li`,{key:t.id},[i(`div`,M,[i(`span`,{onClick:e=>u.selectMenuItem(t)},a(t.name)+` (ID: `+a(t.order_id)+`) `,9,N),i(`div`,P,[i(`button`,{onClick:e=>u.addSubmenu(t),class:`action-button`},`Untermenü hinzufügen`,8,F),i(`button`,{onClick:n=>u.removeSubmenu(e,t),class:`action-button`},`Löschen`,8,I)])])]))),128))])):d(``,!0)]))),128))])])])}var R=u(y,[[`render`,L],[`__scopeId`,`data-v-0b351711`]]);export{R as default}; +//# sourceMappingURL=MenuManagement-CBelxJnl.js.map \ No newline at end of file diff --git a/public/assets/MenuManagement-Cu7dU8Sy.js b/public/assets/MenuManagement-Cu7dU8Sy.js new file mode 100644 index 0000000..7cd5a95 --- /dev/null +++ b/public/assets/MenuManagement-Cu7dU8Sy.js @@ -0,0 +1,2 @@ +import{C as e,E as t,L as n,M as r,c as i,ct as a,d as o,i as s,m as c,s as l,t as u,u as d,w as f}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as p,c as m,i as h,r as g}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{a as _}from"./vuex.esm-bundler-CDO_-3pz.js";import{r as v}from"./router-BMknwoXv.js";var y={name:`MenuManagement`,setup(){let t=_(),r=n([]),i=n(null),a=n(!1),o=async()=>{try{r.value=(await v.get(`/menu-data`)).data}catch(e){console.error(`Fehler beim Abrufen der Menü-Daten:`,e)}},s=async()=>{try{let e=c(r.value);await v.post(`/menu-data`,e),alert(`Menü-Daten erfolgreich gespeichert`)}catch(e){console.error(`Fehler beim Speichern der Menü-Daten:`,e)}},c=e=>e.reduce((e,t)=>{let n={...t,page_title:t.pageTitle,show_in_menu:t.showInMenu,requires_auth:t.requiresAuth},{submenu:r,...i}=n;return e.push(i),r&&r.length&&e.push(...c(r,n.id)),e},[]),u=(e,t=0)=>e.reduce((e,n)=>(e.push({...n,indent:t}),n.submenu&&n.submenu.length&&e.push(...u(n.submenu,n.id,t+1)),e),[]),d=()=>{let e={name:``,link:``,component:``,pageTitle:``,showInMenu:!0,requiresAuth:!1,order_id:0,submenu:[],parent_id:0};r.value.push(e),h(e),a.value=!1},f=e=>{let t={name:``,link:``,component:``,pageTitle:``,showInMenu:!0,requiresAuth:!1,order_id:0};e.submenu.push(t),h(t),a.value=!1},p=e=>{let t=r.value.indexOf(e);t>-1&&r.value.splice(t,1),i.value=null},m=(e,t)=>{let n=e.submenu.indexOf(t);n>-1&&e.submenu.splice(n,1),i.value=null},h=e=>{i.value=e,a.value=!0},g=()=>{i.value=null,a.value=!1},y=l(()=>[...r.value].sort((e,t)=>e.order_id-t.order_id)),b=e=>e.submenu.slice().sort((e,t)=>e.order_id-t.order_id),x=e=>`\xA0`.repeat(e.indent*2)+e.name,S=l(()=>{let e=u(t.state.menuData);return console.log(e),e});return e(()=>{o()}),{menuData:r,sortedMenuData:y,sortedSubmenu:b,selectedMenuItem:i,fetchMenuData:o,saveMenuData:s,addMenuItem:d,addSubmenu:f,removeMenuItem:p,removeSubmenu:m,selectMenuItem:h,getIndentedName:x,isEditMode:a,resetForm:g,flattenedMenuData:S}}},b={class:`menu-management`},x={class:`button-container`},S={key:0,class:`edit-form`},C={class:`checkbox-container`},w=[`value`],T={class:`tree-view`},E={class:`menu-item`},D=[`onClick`],O={class:`action-buttons`},k=[`onClick`],A=[`onClick`],j={key:0},M={class:`menu-item`},N=[`onClick`],P={class:`action-buttons`},F=[`onClick`],I=[`onClick`];function L(e,n,l,u,_,v){return f(),o(`div`,b,[n[22]||=i(`h1`,null,`Menüverwaltung`,-1),i(`div`,x,[i(`button`,{onClick:n[0]||=(...e)=>u.addMenuItem&&u.addMenuItem(...e)},`Hauptmenü hinzufügen`),i(`button`,{onClick:n[1]||=(...e)=>u.saveMenuData&&u.saveMenuData(...e)},`Speichern`)]),u.selectedMenuItem?(f(),o(`div`,S,[i(`h2`,null,a(u.isEditMode?`Menüpunkt bearbeiten`:`Menüpunkt erstellen`),1),i(`form`,{onSubmit:n[11]||=m((...e)=>u.saveMenuData&&u.saveMenuData(...e),[`prevent`])},[n[15]||=i(`label`,{for:`name`},`Name`,-1),r(i(`input`,{id:`name`,"onUpdate:modelValue":n[2]||=e=>u.selectedMenuItem.name=e,placeholder:`Name`},null,512),[[p,u.selectedMenuItem.name]]),n[16]||=i(`label`,{for:`link`},`Link`,-1),r(i(`input`,{id:`link`,"onUpdate:modelValue":n[3]||=e=>u.selectedMenuItem.link=e,placeholder:`Link`},null,512),[[p,u.selectedMenuItem.link]]),n[17]||=i(`label`,{for:`page-title`},`Seitenname`,-1),r(i(`input`,{id:`page-title`,"onUpdate:modelValue":n[4]||=e=>u.selectedMenuItem.pageTitle=e,placeholder:`Seitenname`},null,512),[[p,u.selectedMenuItem.pageTitle]]),n[18]||=i(`label`,{for:`order-id`},`Order ID`,-1),r(i(`input`,{id:`order-id`,"onUpdate:modelValue":n[5]||=e=>u.selectedMenuItem.order_id=e,placeholder:`Order ID`,type:`number`,class:`order-id`},null,512),[[p,u.selectedMenuItem.order_id,void 0,{number:!0}]]),i(`div`,C,[i(`label`,null,[r(i(`input`,{type:`checkbox`,"onUpdate:modelValue":n[6]||=e=>u.selectedMenuItem.showInMenu=e},null,512),[[g,u.selectedMenuItem.showInMenu]]),n[12]||=c(` Im Menü anzeigen `,-1)]),i(`label`,null,[r(i(`input`,{type:`checkbox`,"onUpdate:modelValue":n[7]||=e=>u.selectedMenuItem.requiresAuth=e},null,512),[[g,u.selectedMenuItem.requiresAuth]]),n[13]||=c(` Authentifizierung erforderlich `,-1)])]),n[19]||=i(`label`,{for:`parent-id`},`Elternelement`,-1),r(i(`select`,{id:`parent-id`,"onUpdate:modelValue":n[8]||=e=>u.selectedMenuItem.parent_id=e},[n[14]||=i(`option`,{value:`-1`},`Ohne Elternelement`,-1),(f(!0),o(s,null,t(u.flattenedMenuData,e=>(f(),o(`option`,{key:e.id,value:e.id},a(u.getIndentedName(e)),9,w))),128))],512),[[h,u.selectedMenuItem.parent_id,void 0,{number:!0}]]),n[20]||=i(`label`,{for:`component`},`Vue-Komponente`,-1),r(i(`input`,{id:`component`,"onUpdate:modelValue":n[9]||=e=>u.selectedMenuItem.component=e,placeholder:`Vue-Komponente`},null,512),[[p,u.selectedMenuItem.component]]),i(`button`,{type:`button`,onClick:n[10]||=(...e)=>u.resetForm&&u.resetForm(...e)},`Neuen Menüpunkt erstellen`),n[21]||=i(`button`,{type:`submit`},`Speichern`,-1)],32)])):d(``,!0),i(`div`,T,[i(`ul`,null,[(f(!0),o(s,null,t(u.sortedMenuData,e=>(f(),o(`li`,{key:e.id},[i(`div`,E,[i(`span`,{onClick:t=>u.selectMenuItem(e)},a(e.name)+` (ID: `+a(e.order_id)+`) `,9,D),i(`div`,O,[i(`button`,{onClick:t=>u.addSubmenu(e),class:`action-button`},`Untermenü hinzufügen`,8,k),i(`button`,{onClick:t=>u.removeMenuItem(e),class:`action-button`},`Löschen`,8,A)])]),e.submenu.length?(f(),o(`ul`,j,[(f(!0),o(s,null,t(u.sortedSubmenu(e),t=>(f(),o(`li`,{key:t.id},[i(`div`,M,[i(`span`,{onClick:e=>u.selectMenuItem(t)},a(t.name)+` (ID: `+a(t.order_id)+`) `,9,N),i(`div`,P,[i(`button`,{onClick:e=>u.addSubmenu(t),class:`action-button`},`Untermenü hinzufügen`,8,F),i(`button`,{onClick:n=>u.removeSubmenu(e,t),class:`action-button`},`Löschen`,8,I)])])]))),128))])):d(``,!0)]))),128))])])])}var R=u(y,[[`render`,L],[`__scopeId`,`data-v-0b351711`]]);export{R as default}; +//# sourceMappingURL=MenuManagement-Cu7dU8Sy.js.map \ No newline at end of file diff --git a/public/assets/MenuManagement-D9pbhVtg.js b/public/assets/MenuManagement-D9pbhVtg.js new file mode 100644 index 0000000..7ae3f92 --- /dev/null +++ b/public/assets/MenuManagement-D9pbhVtg.js @@ -0,0 +1,2 @@ +import{C as e,E as t,L as n,M as r,c as i,ct as a,d as o,i as s,m as c,s as l,t as u,u as d,w as f}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as p,c as m,i as h,r as g}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{a as _}from"./vuex.esm-bundler-CDO_-3pz.js";import{i as v}from"./router-CbChscq0.js";var y={name:`MenuManagement`,setup(){let t=_(),r=n([]),i=n(null),a=n(!1),o=async()=>{try{r.value=(await v.get(`/menu-data`)).data}catch(e){console.error(`Fehler beim Abrufen der Menü-Daten:`,e)}},s=async()=>{try{let e=c(r.value);await v.post(`/menu-data`,e),alert(`Menü-Daten erfolgreich gespeichert`)}catch(e){console.error(`Fehler beim Speichern der Menü-Daten:`,e)}},c=e=>e.reduce((e,t)=>{let n={...t,page_title:t.pageTitle,show_in_menu:t.showInMenu,requires_auth:t.requiresAuth},{submenu:r,...i}=n;return e.push(i),r&&r.length&&e.push(...c(r,n.id)),e},[]),u=(e,t=0)=>e.reduce((e,n)=>(e.push({...n,indent:t}),n.submenu&&n.submenu.length&&e.push(...u(n.submenu,n.id,t+1)),e),[]),d=()=>{let e={name:``,link:``,component:``,pageTitle:``,showInMenu:!0,requiresAuth:!1,order_id:0,submenu:[],parent_id:0};r.value.push(e),h(e),a.value=!1},f=e=>{let t={name:``,link:``,component:``,pageTitle:``,showInMenu:!0,requiresAuth:!1,order_id:0};e.submenu.push(t),h(t),a.value=!1},p=e=>{let t=r.value.indexOf(e);t>-1&&r.value.splice(t,1),i.value=null},m=(e,t)=>{let n=e.submenu.indexOf(t);n>-1&&e.submenu.splice(n,1),i.value=null},h=e=>{i.value=e,a.value=!0},g=()=>{i.value=null,a.value=!1},y=l(()=>[...r.value].sort((e,t)=>e.order_id-t.order_id)),b=e=>e.submenu.slice().sort((e,t)=>e.order_id-t.order_id),x=e=>`\xA0`.repeat(e.indent*2)+e.name,S=l(()=>{let e=u(t.state.menuData);return console.log(e),e});return e(()=>{o()}),{menuData:r,sortedMenuData:y,sortedSubmenu:b,selectedMenuItem:i,fetchMenuData:o,saveMenuData:s,addMenuItem:d,addSubmenu:f,removeMenuItem:p,removeSubmenu:m,selectMenuItem:h,getIndentedName:x,isEditMode:a,resetForm:g,flattenedMenuData:S}}},b={class:`menu-management`},x={class:`button-container`},S={key:0,class:`edit-form`},C={class:`checkbox-container`},w=[`value`],T={class:`tree-view`},E={class:`menu-item`},D=[`onClick`],O={class:`action-buttons`},k=[`onClick`],A=[`onClick`],j={key:0},M={class:`menu-item`},N=[`onClick`],P={class:`action-buttons`},F=[`onClick`],I=[`onClick`];function L(e,n,l,u,_,v){return f(),o(`div`,b,[n[22]||=i(`h1`,null,`Menüverwaltung`,-1),i(`div`,x,[i(`button`,{onClick:n[0]||=(...e)=>u.addMenuItem&&u.addMenuItem(...e)},`Hauptmenü hinzufügen`),i(`button`,{onClick:n[1]||=(...e)=>u.saveMenuData&&u.saveMenuData(...e)},`Speichern`)]),u.selectedMenuItem?(f(),o(`div`,S,[i(`h2`,null,a(u.isEditMode?`Menüpunkt bearbeiten`:`Menüpunkt erstellen`),1),i(`form`,{onSubmit:n[11]||=m((...e)=>u.saveMenuData&&u.saveMenuData(...e),[`prevent`])},[n[15]||=i(`label`,{for:`name`},`Name`,-1),r(i(`input`,{id:`name`,"onUpdate:modelValue":n[2]||=e=>u.selectedMenuItem.name=e,placeholder:`Name`},null,512),[[p,u.selectedMenuItem.name]]),n[16]||=i(`label`,{for:`link`},`Link`,-1),r(i(`input`,{id:`link`,"onUpdate:modelValue":n[3]||=e=>u.selectedMenuItem.link=e,placeholder:`Link`},null,512),[[p,u.selectedMenuItem.link]]),n[17]||=i(`label`,{for:`page-title`},`Seitenname`,-1),r(i(`input`,{id:`page-title`,"onUpdate:modelValue":n[4]||=e=>u.selectedMenuItem.pageTitle=e,placeholder:`Seitenname`},null,512),[[p,u.selectedMenuItem.pageTitle]]),n[18]||=i(`label`,{for:`order-id`},`Order ID`,-1),r(i(`input`,{id:`order-id`,"onUpdate:modelValue":n[5]||=e=>u.selectedMenuItem.order_id=e,placeholder:`Order ID`,type:`number`,class:`order-id`},null,512),[[p,u.selectedMenuItem.order_id,void 0,{number:!0}]]),i(`div`,C,[i(`label`,null,[r(i(`input`,{type:`checkbox`,"onUpdate:modelValue":n[6]||=e=>u.selectedMenuItem.showInMenu=e},null,512),[[g,u.selectedMenuItem.showInMenu]]),n[12]||=c(` Im Menü anzeigen `,-1)]),i(`label`,null,[r(i(`input`,{type:`checkbox`,"onUpdate:modelValue":n[7]||=e=>u.selectedMenuItem.requiresAuth=e},null,512),[[g,u.selectedMenuItem.requiresAuth]]),n[13]||=c(` Authentifizierung erforderlich `,-1)])]),n[19]||=i(`label`,{for:`parent-id`},`Elternelement`,-1),r(i(`select`,{id:`parent-id`,"onUpdate:modelValue":n[8]||=e=>u.selectedMenuItem.parent_id=e},[n[14]||=i(`option`,{value:`-1`},`Ohne Elternelement`,-1),(f(!0),o(s,null,t(u.flattenedMenuData,e=>(f(),o(`option`,{key:e.id,value:e.id},a(u.getIndentedName(e)),9,w))),128))],512),[[h,u.selectedMenuItem.parent_id,void 0,{number:!0}]]),n[20]||=i(`label`,{for:`component`},`Vue-Komponente`,-1),r(i(`input`,{id:`component`,"onUpdate:modelValue":n[9]||=e=>u.selectedMenuItem.component=e,placeholder:`Vue-Komponente`},null,512),[[p,u.selectedMenuItem.component]]),i(`button`,{type:`button`,onClick:n[10]||=(...e)=>u.resetForm&&u.resetForm(...e)},`Neuen Menüpunkt erstellen`),n[21]||=i(`button`,{type:`submit`},`Speichern`,-1)],32)])):d(``,!0),i(`div`,T,[i(`ul`,null,[(f(!0),o(s,null,t(u.sortedMenuData,e=>(f(),o(`li`,{key:e.id},[i(`div`,E,[i(`span`,{onClick:t=>u.selectMenuItem(e)},a(e.name)+` (ID: `+a(e.order_id)+`) `,9,D),i(`div`,O,[i(`button`,{onClick:t=>u.addSubmenu(e),class:`action-button`},`Untermenü hinzufügen`,8,k),i(`button`,{onClick:t=>u.removeMenuItem(e),class:`action-button`},`Löschen`,8,A)])]),e.submenu.length?(f(),o(`ul`,j,[(f(!0),o(s,null,t(u.sortedSubmenu(e),t=>(f(),o(`li`,{key:t.id},[i(`div`,M,[i(`span`,{onClick:e=>u.selectMenuItem(t)},a(t.name)+` (ID: `+a(t.order_id)+`) `,9,N),i(`div`,P,[i(`button`,{onClick:e=>u.addSubmenu(t),class:`action-button`},`Untermenü hinzufügen`,8,F),i(`button`,{onClick:n=>u.removeSubmenu(e,t),class:`action-button`},`Löschen`,8,I)])])]))),128))])):d(``,!0)]))),128))])])])}var R=u(y,[[`render`,L],[`__scopeId`,`data-v-0b351711`]]);export{R as default}; +//# sourceMappingURL=MenuManagement-D9pbhVtg.js.map \ No newline at end of file diff --git a/public/assets/MenuManagement-DOTVuGou.js b/public/assets/MenuManagement-DOTVuGou.js new file mode 100644 index 0000000..4a91cb3 --- /dev/null +++ b/public/assets/MenuManagement-DOTVuGou.js @@ -0,0 +1,2 @@ +import{C as e,E as t,L as n,M as r,c as i,ct as a,d as o,i as s,m as c,s as l,t as u,u as d,w as f}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as p,c as m,i as h,r as g}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{a as _}from"./vuex.esm-bundler-CDO_-3pz.js";import{r as v}from"./router-DXnXJqfT.js";var y={name:`MenuManagement`,setup(){let t=_(),r=n([]),i=n(null),a=n(!1),o=async()=>{try{r.value=(await v.get(`/menu-data`)).data}catch(e){console.error(`Fehler beim Abrufen der Menü-Daten:`,e)}},s=async()=>{try{let e=c(r.value);await v.post(`/menu-data`,e),alert(`Menü-Daten erfolgreich gespeichert`)}catch(e){console.error(`Fehler beim Speichern der Menü-Daten:`,e)}},c=e=>e.reduce((e,t)=>{let n={...t,page_title:t.pageTitle,show_in_menu:t.showInMenu,requires_auth:t.requiresAuth},{submenu:r,...i}=n;return e.push(i),r&&r.length&&e.push(...c(r,n.id)),e},[]),u=(e,t=0)=>e.reduce((e,n)=>(e.push({...n,indent:t}),n.submenu&&n.submenu.length&&e.push(...u(n.submenu,n.id,t+1)),e),[]),d=()=>{let e={name:``,link:``,component:``,pageTitle:``,showInMenu:!0,requiresAuth:!1,order_id:0,submenu:[],parent_id:0};r.value.push(e),h(e),a.value=!1},f=e=>{let t={name:``,link:``,component:``,pageTitle:``,showInMenu:!0,requiresAuth:!1,order_id:0};e.submenu.push(t),h(t),a.value=!1},p=e=>{let t=r.value.indexOf(e);t>-1&&r.value.splice(t,1),i.value=null},m=(e,t)=>{let n=e.submenu.indexOf(t);n>-1&&e.submenu.splice(n,1),i.value=null},h=e=>{i.value=e,a.value=!0},g=()=>{i.value=null,a.value=!1},y=l(()=>[...r.value].sort((e,t)=>e.order_id-t.order_id)),b=e=>e.submenu.slice().sort((e,t)=>e.order_id-t.order_id),x=e=>`\xA0`.repeat(e.indent*2)+e.name,S=l(()=>{let e=u(t.state.menuData);return console.log(e),e});return e(()=>{o()}),{menuData:r,sortedMenuData:y,sortedSubmenu:b,selectedMenuItem:i,fetchMenuData:o,saveMenuData:s,addMenuItem:d,addSubmenu:f,removeMenuItem:p,removeSubmenu:m,selectMenuItem:h,getIndentedName:x,isEditMode:a,resetForm:g,flattenedMenuData:S}}},b={class:`menu-management`},x={class:`button-container`},S={key:0,class:`edit-form`},C={class:`checkbox-container`},w=[`value`],T={class:`tree-view`},E={class:`menu-item`},D=[`onClick`],O={class:`action-buttons`},k=[`onClick`],A=[`onClick`],j={key:0},M={class:`menu-item`},N=[`onClick`],P={class:`action-buttons`},F=[`onClick`],I=[`onClick`];function L(e,n,l,u,_,v){return f(),o(`div`,b,[n[22]||=i(`h1`,null,`Menüverwaltung`,-1),i(`div`,x,[i(`button`,{onClick:n[0]||=(...e)=>u.addMenuItem&&u.addMenuItem(...e)},`Hauptmenü hinzufügen`),i(`button`,{onClick:n[1]||=(...e)=>u.saveMenuData&&u.saveMenuData(...e)},`Speichern`)]),u.selectedMenuItem?(f(),o(`div`,S,[i(`h2`,null,a(u.isEditMode?`Menüpunkt bearbeiten`:`Menüpunkt erstellen`),1),i(`form`,{onSubmit:n[11]||=m((...e)=>u.saveMenuData&&u.saveMenuData(...e),[`prevent`])},[n[15]||=i(`label`,{for:`name`},`Name`,-1),r(i(`input`,{id:`name`,"onUpdate:modelValue":n[2]||=e=>u.selectedMenuItem.name=e,placeholder:`Name`},null,512),[[p,u.selectedMenuItem.name]]),n[16]||=i(`label`,{for:`link`},`Link`,-1),r(i(`input`,{id:`link`,"onUpdate:modelValue":n[3]||=e=>u.selectedMenuItem.link=e,placeholder:`Link`},null,512),[[p,u.selectedMenuItem.link]]),n[17]||=i(`label`,{for:`page-title`},`Seitenname`,-1),r(i(`input`,{id:`page-title`,"onUpdate:modelValue":n[4]||=e=>u.selectedMenuItem.pageTitle=e,placeholder:`Seitenname`},null,512),[[p,u.selectedMenuItem.pageTitle]]),n[18]||=i(`label`,{for:`order-id`},`Order ID`,-1),r(i(`input`,{id:`order-id`,"onUpdate:modelValue":n[5]||=e=>u.selectedMenuItem.order_id=e,placeholder:`Order ID`,type:`number`,class:`order-id`},null,512),[[p,u.selectedMenuItem.order_id,void 0,{number:!0}]]),i(`div`,C,[i(`label`,null,[r(i(`input`,{type:`checkbox`,"onUpdate:modelValue":n[6]||=e=>u.selectedMenuItem.showInMenu=e},null,512),[[g,u.selectedMenuItem.showInMenu]]),n[12]||=c(` Im Menü anzeigen `,-1)]),i(`label`,null,[r(i(`input`,{type:`checkbox`,"onUpdate:modelValue":n[7]||=e=>u.selectedMenuItem.requiresAuth=e},null,512),[[g,u.selectedMenuItem.requiresAuth]]),n[13]||=c(` Authentifizierung erforderlich `,-1)])]),n[19]||=i(`label`,{for:`parent-id`},`Elternelement`,-1),r(i(`select`,{id:`parent-id`,"onUpdate:modelValue":n[8]||=e=>u.selectedMenuItem.parent_id=e},[n[14]||=i(`option`,{value:`-1`},`Ohne Elternelement`,-1),(f(!0),o(s,null,t(u.flattenedMenuData,e=>(f(),o(`option`,{key:e.id,value:e.id},a(u.getIndentedName(e)),9,w))),128))],512),[[h,u.selectedMenuItem.parent_id,void 0,{number:!0}]]),n[20]||=i(`label`,{for:`component`},`Vue-Komponente`,-1),r(i(`input`,{id:`component`,"onUpdate:modelValue":n[9]||=e=>u.selectedMenuItem.component=e,placeholder:`Vue-Komponente`},null,512),[[p,u.selectedMenuItem.component]]),i(`button`,{type:`button`,onClick:n[10]||=(...e)=>u.resetForm&&u.resetForm(...e)},`Neuen Menüpunkt erstellen`),n[21]||=i(`button`,{type:`submit`},`Speichern`,-1)],32)])):d(``,!0),i(`div`,T,[i(`ul`,null,[(f(!0),o(s,null,t(u.sortedMenuData,e=>(f(),o(`li`,{key:e.id},[i(`div`,E,[i(`span`,{onClick:t=>u.selectMenuItem(e)},a(e.name)+` (ID: `+a(e.order_id)+`) `,9,D),i(`div`,O,[i(`button`,{onClick:t=>u.addSubmenu(e),class:`action-button`},`Untermenü hinzufügen`,8,k),i(`button`,{onClick:t=>u.removeMenuItem(e),class:`action-button`},`Löschen`,8,A)])]),e.submenu.length?(f(),o(`ul`,j,[(f(!0),o(s,null,t(u.sortedSubmenu(e),t=>(f(),o(`li`,{key:t.id},[i(`div`,M,[i(`span`,{onClick:e=>u.selectMenuItem(t)},a(t.name)+` (ID: `+a(t.order_id)+`) `,9,N),i(`div`,P,[i(`button`,{onClick:e=>u.addSubmenu(t),class:`action-button`},`Untermenü hinzufügen`,8,F),i(`button`,{onClick:n=>u.removeSubmenu(e,t),class:`action-button`},`Löschen`,8,I)])])]))),128))])):d(``,!0)]))),128))])])])}var R=u(y,[[`render`,L],[`__scopeId`,`data-v-0b351711`]]);export{R as default}; +//# sourceMappingURL=MenuManagement-DOTVuGou.js.map \ No newline at end of file diff --git a/public/assets/MenuManagement-DcVR4DCB.js b/public/assets/MenuManagement-DcVR4DCB.js new file mode 100644 index 0000000..33bcc09 --- /dev/null +++ b/public/assets/MenuManagement-DcVR4DCB.js @@ -0,0 +1,2 @@ +import{C as e,E as t,L as n,M as r,c as i,ct as a,d as o,i as s,m as c,s as l,t as u,u as d,w as f}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as p,c as m,i as h,r as g}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{a as _}from"./vuex.esm-bundler-CDO_-3pz.js";import{i as v}from"./router-Cubu3_vL.js";var y={name:`MenuManagement`,setup(){let t=_(),r=n([]),i=n(null),a=n(!1),o=async()=>{try{r.value=(await v.get(`/menu-data`)).data}catch(e){console.error(`Fehler beim Abrufen der Menü-Daten:`,e)}},s=async()=>{try{let e=c(r.value);await v.post(`/menu-data`,e),alert(`Menü-Daten erfolgreich gespeichert`)}catch(e){console.error(`Fehler beim Speichern der Menü-Daten:`,e)}},c=e=>e.reduce((e,t)=>{let n={...t,page_title:t.pageTitle,show_in_menu:t.showInMenu,requires_auth:t.requiresAuth},{submenu:r,...i}=n;return e.push(i),r&&r.length&&e.push(...c(r,n.id)),e},[]),u=(e,t=0)=>e.reduce((e,n)=>(e.push({...n,indent:t}),n.submenu&&n.submenu.length&&e.push(...u(n.submenu,n.id,t+1)),e),[]),d=()=>{let e={name:``,link:``,component:``,pageTitle:``,showInMenu:!0,requiresAuth:!1,order_id:0,submenu:[],parent_id:0};r.value.push(e),h(e),a.value=!1},f=e=>{let t={name:``,link:``,component:``,pageTitle:``,showInMenu:!0,requiresAuth:!1,order_id:0};e.submenu.push(t),h(t),a.value=!1},p=e=>{let t=r.value.indexOf(e);t>-1&&r.value.splice(t,1),i.value=null},m=(e,t)=>{let n=e.submenu.indexOf(t);n>-1&&e.submenu.splice(n,1),i.value=null},h=e=>{i.value=e,a.value=!0},g=()=>{i.value=null,a.value=!1},y=l(()=>[...r.value].sort((e,t)=>e.order_id-t.order_id)),b=e=>e.submenu.slice().sort((e,t)=>e.order_id-t.order_id),x=e=>`\xA0`.repeat(e.indent*2)+e.name,S=l(()=>{let e=u(t.state.menuData);return console.log(e),e});return e(()=>{o()}),{menuData:r,sortedMenuData:y,sortedSubmenu:b,selectedMenuItem:i,fetchMenuData:o,saveMenuData:s,addMenuItem:d,addSubmenu:f,removeMenuItem:p,removeSubmenu:m,selectMenuItem:h,getIndentedName:x,isEditMode:a,resetForm:g,flattenedMenuData:S}}},b={class:`menu-management`},x={class:`button-container`},S={key:0,class:`edit-form`},C={class:`checkbox-container`},w=[`value`],T={class:`tree-view`},E={class:`menu-item`},D=[`onClick`],O={class:`action-buttons`},k=[`onClick`],A=[`onClick`],j={key:0},M={class:`menu-item`},N=[`onClick`],P={class:`action-buttons`},F=[`onClick`],I=[`onClick`];function L(e,n,l,u,_,v){return f(),o(`div`,b,[n[22]||=i(`h1`,null,`Menüverwaltung`,-1),i(`div`,x,[i(`button`,{onClick:n[0]||=(...e)=>u.addMenuItem&&u.addMenuItem(...e)},`Hauptmenü hinzufügen`),i(`button`,{onClick:n[1]||=(...e)=>u.saveMenuData&&u.saveMenuData(...e)},`Speichern`)]),u.selectedMenuItem?(f(),o(`div`,S,[i(`h2`,null,a(u.isEditMode?`Menüpunkt bearbeiten`:`Menüpunkt erstellen`),1),i(`form`,{onSubmit:n[11]||=m((...e)=>u.saveMenuData&&u.saveMenuData(...e),[`prevent`])},[n[15]||=i(`label`,{for:`name`},`Name`,-1),r(i(`input`,{id:`name`,"onUpdate:modelValue":n[2]||=e=>u.selectedMenuItem.name=e,placeholder:`Name`},null,512),[[p,u.selectedMenuItem.name]]),n[16]||=i(`label`,{for:`link`},`Link`,-1),r(i(`input`,{id:`link`,"onUpdate:modelValue":n[3]||=e=>u.selectedMenuItem.link=e,placeholder:`Link`},null,512),[[p,u.selectedMenuItem.link]]),n[17]||=i(`label`,{for:`page-title`},`Seitenname`,-1),r(i(`input`,{id:`page-title`,"onUpdate:modelValue":n[4]||=e=>u.selectedMenuItem.pageTitle=e,placeholder:`Seitenname`},null,512),[[p,u.selectedMenuItem.pageTitle]]),n[18]||=i(`label`,{for:`order-id`},`Order ID`,-1),r(i(`input`,{id:`order-id`,"onUpdate:modelValue":n[5]||=e=>u.selectedMenuItem.order_id=e,placeholder:`Order ID`,type:`number`,class:`order-id`},null,512),[[p,u.selectedMenuItem.order_id,void 0,{number:!0}]]),i(`div`,C,[i(`label`,null,[r(i(`input`,{type:`checkbox`,"onUpdate:modelValue":n[6]||=e=>u.selectedMenuItem.showInMenu=e},null,512),[[g,u.selectedMenuItem.showInMenu]]),n[12]||=c(` Im Menü anzeigen `,-1)]),i(`label`,null,[r(i(`input`,{type:`checkbox`,"onUpdate:modelValue":n[7]||=e=>u.selectedMenuItem.requiresAuth=e},null,512),[[g,u.selectedMenuItem.requiresAuth]]),n[13]||=c(` Authentifizierung erforderlich `,-1)])]),n[19]||=i(`label`,{for:`parent-id`},`Elternelement`,-1),r(i(`select`,{id:`parent-id`,"onUpdate:modelValue":n[8]||=e=>u.selectedMenuItem.parent_id=e},[n[14]||=i(`option`,{value:`-1`},`Ohne Elternelement`,-1),(f(!0),o(s,null,t(u.flattenedMenuData,e=>(f(),o(`option`,{key:e.id,value:e.id},a(u.getIndentedName(e)),9,w))),128))],512),[[h,u.selectedMenuItem.parent_id,void 0,{number:!0}]]),n[20]||=i(`label`,{for:`component`},`Vue-Komponente`,-1),r(i(`input`,{id:`component`,"onUpdate:modelValue":n[9]||=e=>u.selectedMenuItem.component=e,placeholder:`Vue-Komponente`},null,512),[[p,u.selectedMenuItem.component]]),i(`button`,{type:`button`,onClick:n[10]||=(...e)=>u.resetForm&&u.resetForm(...e)},`Neuen Menüpunkt erstellen`),n[21]||=i(`button`,{type:`submit`},`Speichern`,-1)],32)])):d(``,!0),i(`div`,T,[i(`ul`,null,[(f(!0),o(s,null,t(u.sortedMenuData,e=>(f(),o(`li`,{key:e.id},[i(`div`,E,[i(`span`,{onClick:t=>u.selectMenuItem(e)},a(e.name)+` (ID: `+a(e.order_id)+`) `,9,D),i(`div`,O,[i(`button`,{onClick:t=>u.addSubmenu(e),class:`action-button`},`Untermenü hinzufügen`,8,k),i(`button`,{onClick:t=>u.removeMenuItem(e),class:`action-button`},`Löschen`,8,A)])]),e.submenu.length?(f(),o(`ul`,j,[(f(!0),o(s,null,t(u.sortedSubmenu(e),t=>(f(),o(`li`,{key:t.id},[i(`div`,M,[i(`span`,{onClick:e=>u.selectMenuItem(t)},a(t.name)+` (ID: `+a(t.order_id)+`) `,9,N),i(`div`,P,[i(`button`,{onClick:e=>u.addSubmenu(t),class:`action-button`},`Untermenü hinzufügen`,8,F),i(`button`,{onClick:n=>u.removeSubmenu(e,t),class:`action-button`},`Löschen`,8,I)])])]))),128))])):d(``,!0)]))),128))])])])}var R=u(y,[[`render`,L],[`__scopeId`,`data-v-0b351711`]]);export{R as default}; +//# sourceMappingURL=MenuManagement-DcVR4DCB.js.map \ No newline at end of file diff --git a/public/assets/MenuManagement-DjcjMg1q.js b/public/assets/MenuManagement-DjcjMg1q.js new file mode 100644 index 0000000..9546266 --- /dev/null +++ b/public/assets/MenuManagement-DjcjMg1q.js @@ -0,0 +1,2 @@ +import{C as e,E as t,L as n,M as r,c as i,ct as a,d as o,i as s,m as c,s as l,t as u,u as d,w as f}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as p,c as m,i as h,r as g}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{a as _}from"./vuex.esm-bundler-CDO_-3pz.js";import{r as v}from"./router-CRKq-u_C.js";var y={name:`MenuManagement`,setup(){let t=_(),r=n([]),i=n(null),a=n(!1),o=async()=>{try{r.value=(await v.get(`/menu-data`)).data}catch(e){console.error(`Fehler beim Abrufen der Menü-Daten:`,e)}},s=async()=>{try{let e=c(r.value);await v.post(`/menu-data`,e),alert(`Menü-Daten erfolgreich gespeichert`)}catch(e){console.error(`Fehler beim Speichern der Menü-Daten:`,e)}},c=e=>e.reduce((e,t)=>{let n={...t,page_title:t.pageTitle,show_in_menu:t.showInMenu,requires_auth:t.requiresAuth},{submenu:r,...i}=n;return e.push(i),r&&r.length&&e.push(...c(r,n.id)),e},[]),u=(e,t=0)=>e.reduce((e,n)=>(e.push({...n,indent:t}),n.submenu&&n.submenu.length&&e.push(...u(n.submenu,n.id,t+1)),e),[]),d=()=>{let e={name:``,link:``,component:``,pageTitle:``,showInMenu:!0,requiresAuth:!1,order_id:0,submenu:[],parent_id:0};r.value.push(e),h(e),a.value=!1},f=e=>{let t={name:``,link:``,component:``,pageTitle:``,showInMenu:!0,requiresAuth:!1,order_id:0};e.submenu.push(t),h(t),a.value=!1},p=e=>{let t=r.value.indexOf(e);t>-1&&r.value.splice(t,1),i.value=null},m=(e,t)=>{let n=e.submenu.indexOf(t);n>-1&&e.submenu.splice(n,1),i.value=null},h=e=>{i.value=e,a.value=!0},g=()=>{i.value=null,a.value=!1},y=l(()=>[...r.value].sort((e,t)=>e.order_id-t.order_id)),b=e=>e.submenu.slice().sort((e,t)=>e.order_id-t.order_id),x=e=>`\xA0`.repeat(e.indent*2)+e.name,S=l(()=>{let e=u(t.state.menuData);return console.log(e),e});return e(()=>{o()}),{menuData:r,sortedMenuData:y,sortedSubmenu:b,selectedMenuItem:i,fetchMenuData:o,saveMenuData:s,addMenuItem:d,addSubmenu:f,removeMenuItem:p,removeSubmenu:m,selectMenuItem:h,getIndentedName:x,isEditMode:a,resetForm:g,flattenedMenuData:S}}},b={class:`menu-management`},x={class:`button-container`},S={key:0,class:`edit-form`},C={class:`checkbox-container`},w=[`value`],T={class:`tree-view`},E={class:`menu-item`},D=[`onClick`],O={class:`action-buttons`},k=[`onClick`],A=[`onClick`],j={key:0},M={class:`menu-item`},N=[`onClick`],P={class:`action-buttons`},F=[`onClick`],I=[`onClick`];function L(e,n,l,u,_,v){return f(),o(`div`,b,[n[22]||=i(`h1`,null,`Menüverwaltung`,-1),i(`div`,x,[i(`button`,{onClick:n[0]||=(...e)=>u.addMenuItem&&u.addMenuItem(...e)},`Hauptmenü hinzufügen`),i(`button`,{onClick:n[1]||=(...e)=>u.saveMenuData&&u.saveMenuData(...e)},`Speichern`)]),u.selectedMenuItem?(f(),o(`div`,S,[i(`h2`,null,a(u.isEditMode?`Menüpunkt bearbeiten`:`Menüpunkt erstellen`),1),i(`form`,{onSubmit:n[11]||=m((...e)=>u.saveMenuData&&u.saveMenuData(...e),[`prevent`])},[n[15]||=i(`label`,{for:`name`},`Name`,-1),r(i(`input`,{id:`name`,"onUpdate:modelValue":n[2]||=e=>u.selectedMenuItem.name=e,placeholder:`Name`},null,512),[[p,u.selectedMenuItem.name]]),n[16]||=i(`label`,{for:`link`},`Link`,-1),r(i(`input`,{id:`link`,"onUpdate:modelValue":n[3]||=e=>u.selectedMenuItem.link=e,placeholder:`Link`},null,512),[[p,u.selectedMenuItem.link]]),n[17]||=i(`label`,{for:`page-title`},`Seitenname`,-1),r(i(`input`,{id:`page-title`,"onUpdate:modelValue":n[4]||=e=>u.selectedMenuItem.pageTitle=e,placeholder:`Seitenname`},null,512),[[p,u.selectedMenuItem.pageTitle]]),n[18]||=i(`label`,{for:`order-id`},`Order ID`,-1),r(i(`input`,{id:`order-id`,"onUpdate:modelValue":n[5]||=e=>u.selectedMenuItem.order_id=e,placeholder:`Order ID`,type:`number`,class:`order-id`},null,512),[[p,u.selectedMenuItem.order_id,void 0,{number:!0}]]),i(`div`,C,[i(`label`,null,[r(i(`input`,{type:`checkbox`,"onUpdate:modelValue":n[6]||=e=>u.selectedMenuItem.showInMenu=e},null,512),[[g,u.selectedMenuItem.showInMenu]]),n[12]||=c(` Im Menü anzeigen `,-1)]),i(`label`,null,[r(i(`input`,{type:`checkbox`,"onUpdate:modelValue":n[7]||=e=>u.selectedMenuItem.requiresAuth=e},null,512),[[g,u.selectedMenuItem.requiresAuth]]),n[13]||=c(` Authentifizierung erforderlich `,-1)])]),n[19]||=i(`label`,{for:`parent-id`},`Elternelement`,-1),r(i(`select`,{id:`parent-id`,"onUpdate:modelValue":n[8]||=e=>u.selectedMenuItem.parent_id=e},[n[14]||=i(`option`,{value:`-1`},`Ohne Elternelement`,-1),(f(!0),o(s,null,t(u.flattenedMenuData,e=>(f(),o(`option`,{key:e.id,value:e.id},a(u.getIndentedName(e)),9,w))),128))],512),[[h,u.selectedMenuItem.parent_id,void 0,{number:!0}]]),n[20]||=i(`label`,{for:`component`},`Vue-Komponente`,-1),r(i(`input`,{id:`component`,"onUpdate:modelValue":n[9]||=e=>u.selectedMenuItem.component=e,placeholder:`Vue-Komponente`},null,512),[[p,u.selectedMenuItem.component]]),i(`button`,{type:`button`,onClick:n[10]||=(...e)=>u.resetForm&&u.resetForm(...e)},`Neuen Menüpunkt erstellen`),n[21]||=i(`button`,{type:`submit`},`Speichern`,-1)],32)])):d(``,!0),i(`div`,T,[i(`ul`,null,[(f(!0),o(s,null,t(u.sortedMenuData,e=>(f(),o(`li`,{key:e.id},[i(`div`,E,[i(`span`,{onClick:t=>u.selectMenuItem(e)},a(e.name)+` (ID: `+a(e.order_id)+`) `,9,D),i(`div`,O,[i(`button`,{onClick:t=>u.addSubmenu(e),class:`action-button`},`Untermenü hinzufügen`,8,k),i(`button`,{onClick:t=>u.removeMenuItem(e),class:`action-button`},`Löschen`,8,A)])]),e.submenu.length?(f(),o(`ul`,j,[(f(!0),o(s,null,t(u.sortedSubmenu(e),t=>(f(),o(`li`,{key:t.id},[i(`div`,M,[i(`span`,{onClick:e=>u.selectMenuItem(t)},a(t.name)+` (ID: `+a(t.order_id)+`) `,9,N),i(`div`,P,[i(`button`,{onClick:e=>u.addSubmenu(t),class:`action-button`},`Untermenü hinzufügen`,8,F),i(`button`,{onClick:n=>u.removeSubmenu(e,t),class:`action-button`},`Löschen`,8,I)])])]))),128))])):d(``,!0)]))),128))])])])}var R=u(y,[[`render`,L],[`__scopeId`,`data-v-0b351711`]]);export{R as default}; +//# sourceMappingURL=MenuManagement-DjcjMg1q.js.map \ No newline at end of file diff --git a/public/assets/NavbarComponent-B2OWeMTM.js b/public/assets/NavbarComponent-B2OWeMTM.js new file mode 100644 index 0000000..24301c4 --- /dev/null +++ b/public/assets/NavbarComponent-B2OWeMTM.js @@ -0,0 +1 @@ +import{r as e}from"./index-CW0OvmXc.js";export{e as default}; \ No newline at end of file diff --git a/public/assets/NavbarComponent-BcanjBr_.js b/public/assets/NavbarComponent-BcanjBr_.js new file mode 100644 index 0000000..3fe16af --- /dev/null +++ b/public/assets/NavbarComponent-BcanjBr_.js @@ -0,0 +1 @@ +import{r as e}from"./index-btwWhaKW.js";export{e as default}; \ No newline at end of file diff --git a/public/assets/NavbarComponent-CTeMlwWh.js b/public/assets/NavbarComponent-CTeMlwWh.js new file mode 100644 index 0000000..232772d --- /dev/null +++ b/public/assets/NavbarComponent-CTeMlwWh.js @@ -0,0 +1 @@ +import{r as e}from"./index-B1bTY3_G.js";export{e as default}; \ No newline at end of file diff --git a/public/assets/PagePreviewComponent-BLUZ_oBk.js b/public/assets/PagePreviewComponent-BLUZ_oBk.js new file mode 100644 index 0000000..6831a47 --- /dev/null +++ b/public/assets/PagePreviewComponent-BLUZ_oBk.js @@ -0,0 +1,2 @@ +import{A as e,O as t,c as n,ct as r,d as i,h as a,s as o,t as s,w as c}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as l}from"./vuex.esm-bundler-CDO_-3pz.js";import{t as u}from"./RenderContentComponent-CkyIeuuz.js";var d={name:`PagePreview`,components:{RenderContentComponent:u},setup(){let t=l(),n=o(()=>t.state.pageContent),r=o(()=>t.state.selectedPage),i=o(()=>t.state.menuData),a=o(()=>t.state.pageTitle),s=e=>{let n=(e,t)=>{for(let r of e){if(r.link===t)return r.pageTitle||r.name;if(r.submenu&&r.submenu.length>0){let e=n(r.submenu,t);if(e)return e}}return``};t.dispatch(`setPageTitle`,n(i.value,e))};return e(()=>{s(r.value)}),{content:n,title:a}}};function f(e,o,s,l,u,d){let f=t(`RenderContentComponent`);return c(),i(`div`,null,[o[0]||=n(`div`,{class:`previewinfo`},`Dies ist eine Vorschau.`,-1),n(`h1`,null,r(l.title),1),a(f,{content:l.content},null,8,[`content`])])}var p=s(d,[[`render`,f],[`__scopeId`,`data-v-e0906dd8`]]);export{p as default}; +//# sourceMappingURL=PagePreviewComponent-BLUZ_oBk.js.map \ No newline at end of file diff --git a/public/assets/PagePreviewComponent-BdW-Z5Bp.js b/public/assets/PagePreviewComponent-BdW-Z5Bp.js new file mode 100644 index 0000000..149f734 --- /dev/null +++ b/public/assets/PagePreviewComponent-BdW-Z5Bp.js @@ -0,0 +1,2 @@ +import{A as e,O as t,c as n,ct as r,d as i,h as a,s as o,t as s,w as c}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as l}from"./vuex.esm-bundler-CDO_-3pz.js";import{t as u}from"./RenderContentComponent-CejE6WMc.js";var d={name:`PagePreview`,components:{RenderContentComponent:u},setup(){let t=l(),n=o(()=>t.state.pageContent),r=o(()=>t.state.selectedPage),i=o(()=>t.state.menuData),a=o(()=>t.state.pageTitle),s=e=>{let n=(e,t)=>{for(let r of e){if(r.link===t)return r.pageTitle||r.name;if(r.submenu&&r.submenu.length>0){let e=n(r.submenu,t);if(e)return e}}return``};t.dispatch(`setPageTitle`,n(i.value,e))};return e(()=>{s(r.value)}),{content:n,title:a}}};function f(e,o,s,l,u,d){let f=t(`RenderContentComponent`);return c(),i(`div`,null,[o[0]||=n(`div`,{class:`previewinfo`},`Dies ist eine Vorschau.`,-1),n(`h1`,null,r(l.title),1),a(f,{content:l.content},null,8,[`content`])])}var p=s(d,[[`render`,f],[`__scopeId`,`data-v-e0906dd8`]]);export{p as default}; +//# sourceMappingURL=PagePreviewComponent-BdW-Z5Bp.js.map \ No newline at end of file diff --git a/public/assets/PagePreviewComponent-Bss-FSf0.js b/public/assets/PagePreviewComponent-Bss-FSf0.js new file mode 100644 index 0000000..fbfec54 --- /dev/null +++ b/public/assets/PagePreviewComponent-Bss-FSf0.js @@ -0,0 +1,2 @@ +import{A as e,O as t,c as n,ct as r,d as i,h as a,s as o,t as s,w as c}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as l}from"./vuex.esm-bundler-CDO_-3pz.js";import{t as u}from"./RenderContentComponent-aHr8KSUB.js";var d={name:`PagePreview`,components:{RenderContentComponent:u},setup(){let t=l(),n=o(()=>t.state.pageContent),r=o(()=>t.state.selectedPage),i=o(()=>t.state.menuData),a=o(()=>t.state.pageTitle),s=e=>{let n=(e,t)=>{for(let r of e){if(r.link===t)return r.pageTitle||r.name;if(r.submenu&&r.submenu.length>0){let e=n(r.submenu,t);if(e)return e}}return``};t.dispatch(`setPageTitle`,n(i.value,e))};return e(()=>{s(r.value)}),{content:n,title:a}}};function f(e,o,s,l,u,d){let f=t(`RenderContentComponent`);return c(),i(`div`,null,[o[0]||=n(`div`,{class:`previewinfo`},`Dies ist eine Vorschau.`,-1),n(`h1`,null,r(l.title),1),a(f,{content:l.content},null,8,[`content`])])}var p=s(d,[[`render`,f],[`__scopeId`,`data-v-e0906dd8`]]);export{p as default}; +//# sourceMappingURL=PagePreviewComponent-Bss-FSf0.js.map \ No newline at end of file diff --git a/public/assets/PagePreviewComponent-BvOZcmUU.js b/public/assets/PagePreviewComponent-BvOZcmUU.js new file mode 100644 index 0000000..1009523 --- /dev/null +++ b/public/assets/PagePreviewComponent-BvOZcmUU.js @@ -0,0 +1,2 @@ +import{A as e,O as t,c as n,ct as r,d as i,h as a,s as o,t as s,w as c}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as l}from"./vuex.esm-bundler-CDO_-3pz.js";import{t as u}from"./RenderContentComponent-BMRK9xic.js";var d={name:`PagePreview`,components:{RenderContentComponent:u},setup(){let t=l(),n=o(()=>t.state.pageContent),r=o(()=>t.state.selectedPage),i=o(()=>t.state.menuData),a=o(()=>t.state.pageTitle),s=e=>{let n=(e,t)=>{for(let r of e){if(r.link===t)return r.pageTitle||r.name;if(r.submenu&&r.submenu.length>0){let e=n(r.submenu,t);if(e)return e}}return``};t.dispatch(`setPageTitle`,n(i.value,e))};return e(()=>{s(r.value)}),{content:n,title:a}}};function f(e,o,s,l,u,d){let f=t(`RenderContentComponent`);return c(),i(`div`,null,[o[0]||=n(`div`,{class:`previewinfo`},`Dies ist eine Vorschau.`,-1),n(`h1`,null,r(l.title),1),a(f,{content:l.content},null,8,[`content`])])}var p=s(d,[[`render`,f],[`__scopeId`,`data-v-e0906dd8`]]);export{p as default}; +//# sourceMappingURL=PagePreviewComponent-BvOZcmUU.js.map \ No newline at end of file diff --git a/public/assets/PagePreviewComponent-D5kWi4I6.js b/public/assets/PagePreviewComponent-D5kWi4I6.js new file mode 100644 index 0000000..83b9f66 --- /dev/null +++ b/public/assets/PagePreviewComponent-D5kWi4I6.js @@ -0,0 +1,2 @@ +import{A as e,O as t,c as n,ct as r,d as i,h as a,s as o,t as s,w as c}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as l}from"./vuex.esm-bundler-CDO_-3pz.js";import{t as u}from"./RenderContentComponent-C8WFtFLq.js";var d={name:`PagePreview`,components:{RenderContentComponent:u},setup(){let t=l(),n=o(()=>t.state.pageContent),r=o(()=>t.state.selectedPage),i=o(()=>t.state.menuData),a=o(()=>t.state.pageTitle),s=e=>{let n=(e,t)=>{for(let r of e){if(r.link===t)return r.pageTitle||r.name;if(r.submenu&&r.submenu.length>0){let e=n(r.submenu,t);if(e)return e}}return``};t.dispatch(`setPageTitle`,n(i.value,e))};return e(()=>{s(r.value)}),{content:n,title:a}}};function f(e,o,s,l,u,d){let f=t(`RenderContentComponent`);return c(),i(`div`,null,[o[0]||=n(`div`,{class:`previewinfo`},`Dies ist eine Vorschau.`,-1),n(`h1`,null,r(l.title),1),a(f,{content:l.content},null,8,[`content`])])}var p=s(d,[[`render`,f],[`__scopeId`,`data-v-e0906dd8`]]);export{p as default}; +//# sourceMappingURL=PagePreviewComponent-D5kWi4I6.js.map \ No newline at end of file diff --git a/public/assets/PagePreviewComponent-DK2vnb5H.js b/public/assets/PagePreviewComponent-DK2vnb5H.js new file mode 100644 index 0000000..949bd6a --- /dev/null +++ b/public/assets/PagePreviewComponent-DK2vnb5H.js @@ -0,0 +1,2 @@ +import{A as e,O as t,c as n,ct as r,d as i,h as a,s as o,t as s,w as c}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as l}from"./vuex.esm-bundler-CDO_-3pz.js";import{t as u}from"./RenderContentComponent-co5qeVWC.js";var d={name:`PagePreview`,components:{RenderContentComponent:u},setup(){let t=l(),n=o(()=>t.state.pageContent),r=o(()=>t.state.selectedPage),i=o(()=>t.state.menuData),a=o(()=>t.state.pageTitle),s=e=>{let n=(e,t)=>{for(let r of e){if(r.link===t)return r.pageTitle||r.name;if(r.submenu&&r.submenu.length>0){let e=n(r.submenu,t);if(e)return e}}return``};t.dispatch(`setPageTitle`,n(i.value,e))};return e(()=>{s(r.value)}),{content:n,title:a}}};function f(e,o,s,l,u,d){let f=t(`RenderContentComponent`);return c(),i(`div`,null,[o[0]||=n(`div`,{class:`previewinfo`},`Dies ist eine Vorschau.`,-1),n(`h1`,null,r(l.title),1),a(f,{content:l.content},null,8,[`content`])])}var p=s(d,[[`render`,f],[`__scopeId`,`data-v-e0906dd8`]]);export{p as default}; +//# sourceMappingURL=PagePreviewComponent-DK2vnb5H.js.map \ No newline at end of file diff --git a/public/assets/PagePreviewComponent-nV7UBBog.js b/public/assets/PagePreviewComponent-nV7UBBog.js new file mode 100644 index 0000000..e871b44 --- /dev/null +++ b/public/assets/PagePreviewComponent-nV7UBBog.js @@ -0,0 +1,2 @@ +import{A as e,O as t,c as n,ct as r,d as i,h as a,s as o,t as s,w as c}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as l}from"./vuex.esm-bundler-CDO_-3pz.js";import{t as u}from"./RenderContentComponent-CB1lnW4i.js";var d={name:`PagePreview`,components:{RenderContentComponent:u},setup(){let t=l(),n=o(()=>t.state.pageContent),r=o(()=>t.state.selectedPage),i=o(()=>t.state.menuData),a=o(()=>t.state.pageTitle),s=e=>{let n=(e,t)=>{for(let r of e){if(r.link===t)return r.pageTitle||r.name;if(r.submenu&&r.submenu.length>0){let e=n(r.submenu,t);if(e)return e}}return``};t.dispatch(`setPageTitle`,n(i.value,e))};return e(()=>{s(r.value)}),{content:n,title:a}}};function f(e,o,s,l,u,d){let f=t(`RenderContentComponent`);return c(),i(`div`,null,[o[0]||=n(`div`,{class:`previewinfo`},`Dies ist eine Vorschau.`,-1),n(`h1`,null,r(l.title),1),a(f,{content:l.content},null,8,[`content`])])}var p=s(d,[[`render`,f],[`__scopeId`,`data-v-e0906dd8`]]);export{p as default}; +//# sourceMappingURL=PagePreviewComponent-nV7UBBog.js.map \ No newline at end of file diff --git a/public/assets/PositionManagement-BiCbhrMC.js b/public/assets/PositionManagement-BiCbhrMC.js new file mode 100644 index 0000000..0b88c9d --- /dev/null +++ b/public/assets/PositionManagement-BiCbhrMC.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,M as n,c as r,ct as i,d as a,i as o,t as s,u as c,w as l}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as u,c as d}from"./runtime-dom.esm-bundler-CI28bPhn.js";var f={data(){return{positions:[],newPosition:{caption:``},editMode:!1,editId:null}},methods:{async fetchPositions(){this.positions=(await e.get(`/positions`)).data},async addPosition(){if(this.editMode)await e.put(`/positions/${this.editId}`,this.newPosition);else{let t=await e.post(`/positions`,this.newPosition);this.positions.push(t.data)}this.resetForm(),await this.fetchPositions()},async updatePosition(t){await e.put(`/positions/${t.id}`,t),this.fetchPositions()},async deletePosition(t){await e.delete(`/positions/${t}`),this.fetchPositions()},editPosition(e){this.newPosition={...e},this.editMode=!0,this.editId=e.id},resetForm(){this.newPosition={caption:``},this.editMode=!1,this.editId=null}},created(){this.fetchPositions()}},p={class:`position-management`},m=[`onClick`],h=[`onClick`];function g(e,s,f,g,_,v){return l(),a(`div`,p,[s[6]||=r(`h2`,null,`Verwalten der Rollen`,-1),r(`form`,{onSubmit:s[2]||=d((...e)=>v.addPosition&&v.addPosition(...e),[`prevent`])},[s[3]||=r(`label`,{for:`caption`},`Rollenbezeichnung:`,-1),n(r(`input`,{type:`text`,id:`caption`,"onUpdate:modelValue":s[0]||=e=>_.newPosition.caption=e,placeholder:`Rollenbezeichnung`,required:``},null,512),[[u,_.newPosition.caption]]),s[4]||=r(`button`,{type:`submit`},`Speichern`,-1),_.editMode?(l(),a(`button`,{key:0,type:`button`,onClick:s[1]||=(...e)=>v.resetForm&&v.resetForm(...e)},`Neue Rolle erstellen`)):c(``,!0)],32),r(`table`,null,[s[5]||=r(`thead`,null,[r(`tr`,null,[r(`th`,null,`Rollenbezeichnung`),r(`th`,null,`Bearbeiten`),r(`th`,null,`Löschen`)])],-1),r(`tbody`,null,[(l(!0),a(o,null,t(_.positions,e=>(l(),a(`tr`,{key:e.id},[r(`td`,null,i(e.caption),1),r(`td`,null,[r(`button`,{onClick:t=>v.editPosition(e)},`Bearbeiten`,8,m)]),r(`td`,null,[r(`button`,{onClick:t=>v.deletePosition(e.id)},`Löschen`,8,h)])]))),128))])])])}var _=s(f,[[`render`,g],[`__scopeId`,`data-v-8ae8d402`]]);export{_ as default}; +//# sourceMappingURL=PositionManagement-BiCbhrMC.js.map \ No newline at end of file diff --git a/public/assets/PositionManagement-BxDB1yVB.js b/public/assets/PositionManagement-BxDB1yVB.js new file mode 100644 index 0000000..b29881f --- /dev/null +++ b/public/assets/PositionManagement-BxDB1yVB.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,M as n,c as r,ct as i,d as a,i as o,t as s,u as c,w as l}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as u,c as d}from"./runtime-dom.esm-bundler-CI28bPhn.js";var f={data(){return{positions:[],newPosition:{caption:``},editMode:!1,editId:null}},methods:{async fetchPositions(){this.positions=(await e.get(`/positions`)).data},async addPosition(){if(this.editMode)await e.put(`/positions/${this.editId}`,this.newPosition);else{let t=await e.post(`/positions`,this.newPosition);this.positions.push(t.data)}this.resetForm(),await this.fetchPositions()},async updatePosition(t){await e.put(`/positions/${t.id}`,t),this.fetchPositions()},async deletePosition(t){await e.delete(`/positions/${t}`),this.fetchPositions()},editPosition(e){this.newPosition={...e},this.editMode=!0,this.editId=e.id},resetForm(){this.newPosition={caption:``},this.editMode=!1,this.editId=null}},created(){this.fetchPositions()}},p={class:`position-management`},m=[`onClick`],h=[`onClick`];function g(e,s,f,g,_,v){return l(),a(`div`,p,[s[6]||=r(`h2`,null,`Verwalten der Rollen`,-1),r(`form`,{onSubmit:s[2]||=d((...e)=>v.addPosition&&v.addPosition(...e),[`prevent`])},[s[3]||=r(`label`,{for:`caption`},`Rollenbezeichnung:`,-1),n(r(`input`,{type:`text`,id:`caption`,"onUpdate:modelValue":s[0]||=e=>_.newPosition.caption=e,placeholder:`Rollenbezeichnung`,required:``},null,512),[[u,_.newPosition.caption]]),s[4]||=r(`button`,{type:`submit`},`Speichern`,-1),_.editMode?(l(),a(`button`,{key:0,type:`button`,onClick:s[1]||=(...e)=>v.resetForm&&v.resetForm(...e)},`Neue Rolle erstellen`)):c(``,!0)],32),r(`table`,null,[s[5]||=r(`thead`,null,[r(`tr`,null,[r(`th`,null,`Rollenbezeichnung`),r(`th`,null,`Bearbeiten`),r(`th`,null,`Löschen`)])],-1),r(`tbody`,null,[(l(!0),a(o,null,t(_.positions,e=>(l(),a(`tr`,{key:e.id},[r(`td`,null,i(e.caption),1),r(`td`,null,[r(`button`,{onClick:t=>v.editPosition(e)},`Bearbeiten`,8,m)]),r(`td`,null,[r(`button`,{onClick:t=>v.deletePosition(e.id)},`Löschen`,8,h)])]))),128))])])])}var _=s(f,[[`render`,g],[`__scopeId`,`data-v-8ae8d402`]]);export{_ as default}; +//# sourceMappingURL=PositionManagement-BxDB1yVB.js.map \ No newline at end of file diff --git a/public/assets/PrivacyPolicyComponent-CEOhjarf.js b/public/assets/PrivacyPolicyComponent-CEOhjarf.js new file mode 100644 index 0000000..f6ca600 --- /dev/null +++ b/public/assets/PrivacyPolicyComponent-CEOhjarf.js @@ -0,0 +1,2 @@ +import{d as e,p as t,t as n,w as r}from"./_plugin-vue_export-helper-Conii5fq.js";var i={name:`PrivacyPolicyComponent`},a={class:`privacy-policy`};function o(n,i,o,s,c,l){return r(),e(`div`,a,[...i[0]||=[t(`

Datenschutzerklärung der Miriamgemeinde Frankfurt am Main

Die Miriamgemeinde Frankfurt am Main nimmt den Schutz Ihrer persönlichen Daten sehr ernst und behandelt Ihre personenbezogenen Daten vertraulich und entsprechend dem Datenschutzgesetz der Evangelischen Kirche in Deutschland (DSG-EKD) sowie dieser Datenschutzerklärung. Die Sicherheit Ihrer Daten steht für uns an erster Stelle.

Anbieter:

Miriamgemeinde Frankfurt am Main, Gemeindebüro Bonames
Kirchhofsweg 5, 60437 Frankfurt, Tel.: 50 14 17, Fax: 50 93 0148,
Email: Ev.Kirche-Bonames@t-online.de
Inhaltlich Verantwortlicher gemäß § 6 DDG: Torsten Schulz

Die Nutzung der Webseite der Miriamgemeinde Frankfurt am Main ist in der Regel ohne Angabe personenbezogener Daten möglich. Soweit auf unseren Seiten personenbezogene Daten (beispielsweise Name, Anschrift oder E-Mail-Adressen) erhoben werden, erfolgt dies, soweit möglich, stets auf freiwilliger Basis. Diese Daten werden ohne Ihre ausdrückliche Zustimmung nicht an Dritte weitergegeben. Die nachfolgende Erklärung gibt Ihnen einen Überblick darüber, wie dieser Schutz gewährleistet werden soll und welche Art von Daten zu welchem Zweck von Ihnen erhoben werden.

Die Miriamgemeinde Frankfurt am Main weist darauf hin, dass die Datenübertragung im Internet (z.B. bei der Kommunikation per E-Mail) Sicherheitslücken aufweisen kann. Ein lückenloser Schutz der Daten vor dem Zugriff durch Dritte ist nicht möglich.

Datenverarbeitung auf dieser Internetseite

Server-Log-Files

Im Allgemeinen ist es für die Nutzung der Internetseite Miriamgemeinde Frankfurt am Main nicht erforderlich, dass Sie personenbezogene Daten angeben. Um die Zugriffs-Statistik auf die Internetseite zu erheben, werden folgende Daten automatisch in Log-Files des Servers erhoben und 60 Tage lang gespeichert, die der Browser übermittelt. Diese sind:

  • IP-Adresse (anonymisiert)
  • Betriebssystem
  • Browser-Typ / -Version / -Sprache
  • Datum und Uhrzeit der Server-Anfrage mit Angabe der Zeitzone
  • Sofern Sie Seiten mit Passwortschutz besuchen: verwendeter Benutzername
  • Webseiten, die Sie bei uns besuchen.

Diese Daten sind nicht bestimmten Personen zuordenbar. Eine Zusammenführung dieser Daten mit anderen Datenquellen wird nicht vorgenommen.

Verwendung von Cookies

Die Internetseiten der Miriamgemeinde Frankfurt am Main verwenden teilweise sogenannte Cookies. Cookies richten auf Ihrem Rechner keinen Schaden an und enthalten keine Viren. Cookies dienen dazu, unser Angebot nutzerfreundlicher, effektiver und sicherer zu machen. Cookies sind kleine Textdateien, die auf Ihrem Rechner abgelegt werden und die Ihr Browser speichert.

Die meisten der von uns verwendeten Cookies sind sogenannte „Session-Cookies“. Sie werden nach Ende Ihres Besuchs automatisch gelöscht. Andere Cookies bleiben auf Ihrem Endgerät gespeichert, bis Sie diese löschen. Diese Cookies ermöglichen es uns, Ihren Browser beim nächsten Besuch wiederzuerkennen.

Sie können Ihren Browser so einstellen, dass Sie über das Setzen von Cookies informiert werden und Cookies nur im Einzelfall erlauben, die Annahme von Cookies für bestimmte Fälle oder generell ausschließen sowie das automatische Löschen der Cookies beim Schließen des Browsers aktivieren. Bei der Deaktivierung von Cookies kann die Funktionalität dieser Website eingeschränkt sein.

Kommentarfunktion

Die Kommentarfunktion auf dieser Webseite ist aktuell nicht aktiviert. Bei aktivierter Kommentarfunktion gilt: Wenn Sie einen Kommentar auf unserer Website schreiben, kann das eine Einwilligung sein, Ihren Namen, E-Mail-Adresse und Website in Cookies zu speichern. Dies ist eine Komfortfunktion, damit Sie nicht, wenn Sie einen weiteren Kommentar schreiben, all diese Daten erneut eingeben müssen. Diese Cookies werden ein Jahr lang gespeichert.

Angemeldete Nutzer

Falls Sie ein Konto haben und sich auf dieser Website anmelden, werden wir ein temporäres Cookie setzen, um festzustellen, ob Ihr Browser Cookies akzeptiert. Dieses Cookie enthält keine personenbezogenen Daten und wird verworfen, wenn Sie den Browser schließen.

Wenn Sie sich anmelden, werden wir einige Cookies einrichten, um Ihre Anmeldeinformationen und Anzeigeoptionen zu speichern. Anmelde-Cookies verfallen nach zwei Tagen und Cookies für die Anzeigeoptionen nach einem Jahr. Falls Sie bei der Anmeldung „Angemeldet bleiben“ auswählen, wird Ihre Anmeldung zwei Wochen lang aufrechterhalten. Mit der Abmeldung aus Ihrem Konto werden die Anmelde-Cookies gelöscht.

Wenn Sie einen Artikel bearbeiten oder veröffentlichen, wird ein zusätzlicher Cookie in Ihrem Browser gespeichert. Dieser Cookie enthält keine personenbezogenen Daten und verweist nur auf die Beitrags-ID des Artikels, den Sie gerade bearbeitet haben. Der Cookie verfällt nach einem Tag.

Links zu Webseiten anderer Anbieter

Unser Online-Angebot enthält Links zu Webseiten anderer Anbieter. Wir haben keinen Einfluss darauf, dass diese Anbieter die Datenschutzbestimmungen einhalten.

Ihr Recht auf Auskunft, Löschung, Sperrung

Sie haben als Nutzer nach dem Datenschutzgesetz der Evangelischen Kirche in Deutschland (DSG-EKD) folgende Rechte:

  • Recht auf Auskunft: Sie haben das Recht, Auskunft darüber zu verlangen, welche Daten über Sie bei uns gespeichert sind und zu welchem Zweck diese Speicherung erfolgt.
  • Recht auf Berichtigung: Sie können unrichtige oder unvollständige Daten berichtigen lassen.
  • Recht auf Löschung: Sie können die Löschung Ihrer Daten verlangen, wenn diese nicht mehr erforderlich sind oder wenn die Verarbeitung rechtswidrig war.
  • Recht auf Einschränkung der Verarbeitung: Sie können eine Einschränkung der Verarbeitung Ihrer Daten verlangen.
  • Recht auf Widerspruch: Sie haben das Recht, der Verarbeitung Ihrer personenbezogenen Daten zu widersprechen, wenn diese auf Grund von berechtigtem Interesse erfolgt.
  • Recht auf Datenübertragbarkeit: Sie können verlangen, dass die Daten, die Sie bereitgestellt haben, in einem strukturierten, gängigen und maschinenlesbaren Format ausgehändigt werden.
  • Recht auf Widerruf: Sie können jederzeit die Einwilligung zur Datenverarbeitung widerrufen, ohne dass die Rechtmäßigkeit der aufgrund der Einwilligung bis zum Widerruf erfolgten Verarbeitung berührt wird.

Sie erhalten jederzeit ohne Angabe von Gründen kostenfrei Auskunft über Ihre bei uns gespeicherten Daten. Sie können jederzeit Ihre bei uns erhobenen Daten sperren, berichtigen oder löschen lassen. Auch können Sie jederzeit die uns erteilte Einwilligung zur Datenerhebung und Verwendung ohne Angaben von Gründen widerrufen. Wenden Sie sich hierzu bitte an die auf dieser Seite angegebene Kontaktadresse des Datenschutzbeauftragten. Wir stehen Ihnen jederzeit gern für weitergehende Fragen zu unserem Hinweisen zum Datenschutz und zur Verarbeitung Ihrer persönlichen Daten zur Verfügung.

Außerdem haben Sie das Recht, sich bei der Aufsichtsbehörde über die stattfindende Datenverarbeitung zu beschweren. Zuständige Aufsichtsbehörde ist der Beauftragte für den Datenschutz der EKD – Adresse siehe unten.

Der Datenschutzbeauftragte für den Datenschutz der Evangelischen Kirchen in Deutschland

Die Aufsicht über die Einhaltung der Vorschriften zum Datenschutz obliegt im kirchlichen Bereich dem Beauftragten für den Datenschutz der EKD. Für den Bereich der Evangelischen Kirche in Hessen und Nassau (EKHN) ist zuständig die Außenstelle Dortmund für die Datenschutzregion Mitte-West

Friedhof 4
44135 Dortmund
Tel: 0231 / 533827-0
Fax: 0231 / 533827-20
E-Mail: mitte-west@datenschutz.ekd.de

E-Mails / Formulare

Aus technischen oder betrieblichen Gründen kann der Empfang von E-Mail-Kommunikation gestört sein und / oder nicht rechtzeitig den Empfänger erreichen. Daher hat die Versendung von E-Mails an uns keine fristwahrende Wirkung und kann Fristen nicht rechtsverbindlich setzen. Wir empfehlen, zeitkritische oder eilige Nachrichten zusätzlich per Post, Kurier oder Telefax zu übersenden.

Falls Sie sicher sein wollen, dass Ihre E-Mail ordnungsgemäß empfangen worden ist, fordern Sie bitte von dem Empfänger eine schriftliche Empfangsbestätigung an. Wir unternehmen alle vernünftigerweise zu erwartenden Vorsichtsmaßnahmen, um das Risiko einer Übertragung von Computerviren zu verhindern. Wir sind jedoch nicht haftbar für Schäden, die durch Computerviren entstehen.

Bitte führen Sie selber Überprüfungen auf Computerviren durch, bevor Sie E-Mails lesen, insbesondere bevor Sie Anhänge zu E-Mails öffnen. Die Kommunikation per E-Mail ist unsicher, da grundsätzlich die Möglichkeit der Kenntnisnahme und Manipulation durch Dritte besteht. Wir empfehlen, keine vertraulichen Daten unverschlüsselt per E-Mail zu versenden.

Änderungen

Wir behalten uns vor, die Datenschutzerklärung zu ändern, um sie an geänderte Rechtslagen, oder bei Änderungen des Dienstes sowie der Datenverarbeitung anzupassen. Dies gilt jedoch nur im Hinblick auf Erklärungen zur Datenverarbeitung. Sofern Einwilligungen der Nutzer erforderlich sind oder Bestandteile der Datenschutzerklärung Regelungen des Vertragsverhältnisses mit den Nutzern enthalten, erfolgen die Änderungen nur mit Zustimmung der Nutzer.

Die Nutzer werden gebeten, sich regelmäßig über den Inhalt der Datenschutzerklärung zu informieren.

Stand: Januar 2025

`,39)]])}var s=n(i,[[`render`,o],[`__scopeId`,`data-v-5759bc7f`]]);export{s as default}; +//# sourceMappingURL=PrivacyPolicyComponent-CEOhjarf.js.map \ No newline at end of file diff --git a/public/assets/PrivacyPolicyComponent-CFtlpE96.js b/public/assets/PrivacyPolicyComponent-CFtlpE96.js new file mode 100644 index 0000000..6ff0576 --- /dev/null +++ b/public/assets/PrivacyPolicyComponent-CFtlpE96.js @@ -0,0 +1,2 @@ +import{d as e,p as t,t as n,w as r}from"./_plugin-vue_export-helper-Conii5fq.js";var i={name:`PrivacyPolicyComponent`},a={class:`privacy-policy`};function o(n,i,o,s,c,l){return r(),e(`div`,a,[...i[0]||=[t(`

Datenschutzerklärung der Miriamgemeinde Frankfurt am Main

Die Miriamgemeinde Frankfurt am Main nimmt den Schutz Ihrer persönlichen Daten sehr ernst und behandelt Ihre personenbezogenen Daten vertraulich und entsprechend dem Datenschutzgesetz der Evangelischen Kirche in Deutschland (DSG-EKD) sowie dieser Datenschutzerklärung. Die Sicherheit Ihrer Daten steht für uns an erster Stelle.

Anbieter:

Miriamgemeinde Frankfurt am Main, Gemeindebüro Bonames
Kirchhofsweg 5, 60437 Frankfurt, Tel.: 50 14 17, Fax: 50 93 0148,
Email: Ev.Kirche-Bonames@t-online.de
Inhaltlich Verantwortlicher gemäß § 6 DDG: Torsten Schulz

Die Nutzung der Webseite der Miriamgemeinde Frankfurt am Main ist in der Regel ohne Angabe personenbezogener Daten möglich. Soweit auf unseren Seiten personenbezogene Daten (beispielsweise Name, Anschrift oder E-Mail-Adressen) erhoben werden, erfolgt dies, soweit möglich, stets auf freiwilliger Basis. Diese Daten werden ohne Ihre ausdrückliche Zustimmung nicht an Dritte weitergegeben. Die nachfolgende Erklärung gibt Ihnen einen Überblick darüber, wie dieser Schutz gewährleistet werden soll und welche Art von Daten zu welchem Zweck von Ihnen erhoben werden.

Die Miriamgemeinde Frankfurt am Main weist darauf hin, dass die Datenübertragung im Internet (z.B. bei der Kommunikation per E-Mail) Sicherheitslücken aufweisen kann. Ein lückenloser Schutz der Daten vor dem Zugriff durch Dritte ist nicht möglich.

Datenverarbeitung auf dieser Internetseite

Server-Log-Files

Im Allgemeinen ist es für die Nutzung der Internetseite Miriamgemeinde Frankfurt am Main nicht erforderlich, dass Sie personenbezogene Daten angeben. Um die Zugriffs-Statistik auf die Internetseite zu erheben, werden folgende Daten automatisch in Log-Files des Servers erhoben und 60 Tage lang gespeichert, die der Browser übermittelt. Diese sind:

  • IP-Adresse (anonymisiert)
  • Betriebssystem
  • Browser-Typ / -Version / -Sprache
  • Datum und Uhrzeit der Server-Anfrage mit Angabe der Zeitzone
  • Sofern Sie Seiten mit Passwortschutz besuchen: verwendeter Benutzername
  • Webseiten, die Sie bei uns besuchen.

Diese Daten sind nicht bestimmten Personen zuordenbar. Eine Zusammenführung dieser Daten mit anderen Datenquellen wird nicht vorgenommen.

Verwendung von Cookies

Die Internetseiten der Miriamgemeinde Frankfurt am Main verwenden teilweise sogenannte Cookies. Cookies richten auf Ihrem Rechner keinen Schaden an und enthalten keine Viren. Cookies dienen dazu, unser Angebot nutzerfreundlicher, effektiver und sicherer zu machen. Cookies sind kleine Textdateien, die auf Ihrem Rechner abgelegt werden und die Ihr Browser speichert.

Die meisten der von uns verwendeten Cookies sind sogenannte „Session-Cookies“. Sie werden nach Ende Ihres Besuchs automatisch gelöscht. Andere Cookies bleiben auf Ihrem Endgerät gespeichert, bis Sie diese löschen. Diese Cookies ermöglichen es uns, Ihren Browser beim nächsten Besuch wiederzuerkennen.

Sie können Ihren Browser so einstellen, dass Sie über das Setzen von Cookies informiert werden und Cookies nur im Einzelfall erlauben, die Annahme von Cookies für bestimmte Fälle oder generell ausschließen sowie das automatische Löschen der Cookies beim Schließen des Browsers aktivieren. Bei der Deaktivierung von Cookies kann die Funktionalität dieser Website eingeschränkt sein.

Kommentarfunktion

Die Kommentarfunktion auf dieser Webseite ist aktuell nicht aktiviert. Bei aktivierter Kommentarfunktion gilt: Wenn Sie einen Kommentar auf unserer Website schreiben, kann das eine Einwilligung sein, Ihren Namen, E-Mail-Adresse und Website in Cookies zu speichern. Dies ist eine Komfortfunktion, damit Sie nicht, wenn Sie einen weiteren Kommentar schreiben, all diese Daten erneut eingeben müssen. Diese Cookies werden ein Jahr lang gespeichert.

Angemeldete Nutzer

Falls Sie ein Konto haben und sich auf dieser Website anmelden, werden wir ein temporäres Cookie setzen, um festzustellen, ob Ihr Browser Cookies akzeptiert. Dieses Cookie enthält keine personenbezogenen Daten und wird verworfen, wenn Sie den Browser schließen.

Wenn Sie sich anmelden, werden wir einige Cookies einrichten, um Ihre Anmeldeinformationen und Anzeigeoptionen zu speichern. Anmelde-Cookies verfallen nach zwei Tagen und Cookies für die Anzeigeoptionen nach einem Jahr. Falls Sie bei der Anmeldung „Angemeldet bleiben“ auswählen, wird Ihre Anmeldung zwei Wochen lang aufrechterhalten. Mit der Abmeldung aus Ihrem Konto werden die Anmelde-Cookies gelöscht.

Wenn Sie einen Artikel bearbeiten oder veröffentlichen, wird ein zusätzlicher Cookie in Ihrem Browser gespeichert. Dieser Cookie enthält keine personenbezogenen Daten und verweist nur auf die Beitrags-ID des Artikels, den Sie gerade bearbeitet haben. Der Cookie verfällt nach einem Tag.

Links zu Webseiten anderer Anbieter

Unser Online-Angebot enthält Links zu Webseiten anderer Anbieter. Wir haben keinen Einfluss darauf, dass diese Anbieter die Datenschutzbestimmungen einhalten.

Ihr Recht auf Auskunft, Löschung, Sperrung

Sie haben als Nutzer nach dem Datenschutzgesetz der Evangelischen Kirche in Deutschland (DSG-EKD) folgende Rechte:

  • Recht auf Auskunft: Sie haben das Recht, Auskunft darüber zu verlangen, welche Daten über Sie bei uns gespeichert sind und zu welchem Zweck diese Speicherung erfolgt.
  • Recht auf Berichtigung: Sie können unrichtige oder unvollständige Daten berichtigen lassen.
  • Recht auf Löschung: Sie können die Löschung Ihrer Daten verlangen, wenn diese nicht mehr erforderlich sind oder wenn die Verarbeitung rechtswidrig war.
  • Recht auf Einschränkung der Verarbeitung: Sie können eine Einschränkung der Verarbeitung Ihrer Daten verlangen.
  • Recht auf Widerspruch: Sie haben das Recht, der Verarbeitung Ihrer personenbezogenen Daten zu widersprechen, wenn diese auf Grund von berechtigtem Interesse erfolgt.
  • Recht auf Datenübertragbarkeit: Sie können verlangen, dass die Daten, die Sie bereitgestellt haben, in einem strukturierten, gängigen und maschinenlesbaren Format ausgehändigt werden.
  • Recht auf Widerruf: Sie können jederzeit die Einwilligung zur Datenverarbeitung widerrufen, ohne dass die Rechtmäßigkeit der aufgrund der Einwilligung bis zum Widerruf erfolgten Verarbeitung berührt wird.

Sie erhalten jederzeit ohne Angabe von Gründen kostenfrei Auskunft über Ihre bei uns gespeicherten Daten. Sie können jederzeit Ihre bei uns erhobenen Daten sperren, berichtigen oder löschen lassen. Auch können Sie jederzeit die uns erteilte Einwilligung zur Datenerhebung und Verwendung ohne Angaben von Gründen widerrufen. Wenden Sie sich hierzu bitte an die auf dieser Seite angegebene Kontaktadresse des Datenschutzbeauftragten. Wir stehen Ihnen jederzeit gern für weitergehende Fragen zu unserem Hinweisen zum Datenschutz und zur Verarbeitung Ihrer persönlichen Daten zur Verfügung.

Außerdem haben Sie das Recht, sich bei der Aufsichtsbehörde über die stattfindende Datenverarbeitung zu beschweren. Zuständige Aufsichtsbehörde ist der Beauftragte für den Datenschutz der EKD – Adresse siehe unten.

Der Datenschutzbeauftragte für den Datenschutz der Evangelischen Kirchen in Deutschland

Die Aufsicht über die Einhaltung der Vorschriften zum Datenschutz obliegt im kirchlichen Bereich dem Beauftragten für den Datenschutz der EKD. Für den Bereich der Evangelischen Kirche in Hessen und Nassau (EKHN) ist zuständig die Außenstelle Dortmund für die Datenschutzregion Mitte-West

Friedhof 4
44135 Dortmund
Tel: 0231 / 533827-0
Fax: 0231 / 533827-20
E-Mail: mitte-west@datenschutz.ekd.de

E-Mails / Formulare

Aus technischen oder betrieblichen Gründen kann der Empfang von E-Mail-Kommunikation gestört sein und / oder nicht rechtzeitig den Empfänger erreichen. Daher hat die Versendung von E-Mails an uns keine fristwahrende Wirkung und kann Fristen nicht rechtsverbindlich setzen. Wir empfehlen, zeitkritische oder eilige Nachrichten zusätzlich per Post, Kurier oder Telefax zu übersenden.

Falls Sie sicher sein wollen, dass Ihre E-Mail ordnungsgemäß empfangen worden ist, fordern Sie bitte von dem Empfänger eine schriftliche Empfangsbestätigung an. Wir unternehmen alle vernünftigerweise zu erwartenden Vorsichtsmaßnahmen, um das Risiko einer Übertragung von Computerviren zu verhindern. Wir sind jedoch nicht haftbar für Schäden, die durch Computerviren entstehen.

Bitte führen Sie selber Überprüfungen auf Computerviren durch, bevor Sie E-Mails lesen, insbesondere bevor Sie Anhänge zu E-Mails öffnen. Die Kommunikation per E-Mail ist unsicher, da grundsätzlich die Möglichkeit der Kenntnisnahme und Manipulation durch Dritte besteht. Wir empfehlen, keine vertraulichen Daten unverschlüsselt per E-Mail zu versenden.

Änderungen

Wir behalten uns vor, die Datenschutzerklärung zu ändern, um sie an geänderte Rechtslagen, oder bei Änderungen des Dienstes sowie der Datenverarbeitung anzupassen. Dies gilt jedoch nur im Hinblick auf Erklärungen zur Datenverarbeitung. Sofern Einwilligungen der Nutzer erforderlich sind oder Bestandteile der Datenschutzerklärung Regelungen des Vertragsverhältnisses mit den Nutzern enthalten, erfolgen die Änderungen nur mit Zustimmung der Nutzer.

Die Nutzer werden gebeten, sich regelmäßig über den Inhalt der Datenschutzerklärung zu informieren.

Stand: Januar 2025

`,39)]])}var s=n(i,[[`render`,o],[`__scopeId`,`data-v-5759bc7f`]]);export{s as default}; +//# sourceMappingURL=PrivacyPolicyComponent-CFtlpE96.js.map \ No newline at end of file diff --git a/public/assets/RegisterContent-B9VIVIZy.js b/public/assets/RegisterContent-B9VIVIZy.js new file mode 100644 index 0000000..b4c2af7 --- /dev/null +++ b/public/assets/RegisterContent-B9VIVIZy.js @@ -0,0 +1,2 @@ +import{M as e,O as t,c as n,ct as r,d as i,h as a,j as o,m as s,t as c,u as l,w as u}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as d,c as f}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as p}from"./router--Un6xX_2.js";var m={name:`RegisterComponent`,components:{},data(){return{name:``,email:``,password:``,dialogTitle:``,dialogMessage:``,dialogVisible:!1}},methods:{async register(){try{let e=await p.post(`/auth/register`,{name:this.name,email:this.email,password:this.password});this.showDialog(`Registrierung erfolgreich`,e.data?.message||`Ihr Konto wurde erfolgreich erstellt.`),this.name=``,this.email=``,this.password=``}catch(e){let t=e?.response?.data?.message||e?.message||`Ein unbekannter Fehler ist aufgetreten`;this.showDialog(`Fehler`,t)}},showDialog(e,t){this.dialogTitle=e,this.dialogMessage=t,this.dialogVisible=!0},closeDialog(){this.dialogVisible=!1}}},h={class:`register`},g={key:0,class:`dialog`},_={class:`dialog-content`};function v(c,p,m,v,y,b){let x=t(`router-link`);return u(),i(`div`,h,[p[11]||=n(`h2`,null,`Registrieren`,-1),n(`form`,{onSubmit:p[3]||=f((...e)=>b.register&&b.register(...e),[`prevent`])},[p[5]||=n(`label`,{for:`name`},`Name:`,-1),e(n(`input`,{type:`text`,id:`name`,"onUpdate:modelValue":p[0]||=e=>y.name=e,required:``},null,512),[[d,y.name]]),p[6]||=n(`label`,{for:`email`},`Email-Adresse:`,-1),e(n(`input`,{type:`email`,id:`email`,"onUpdate:modelValue":p[1]||=e=>y.email=e,required:``},null,512),[[d,y.email]]),p[7]||=n(`label`,{for:`password`},`Passwort:`,-1),e(n(`input`,{type:`password`,id:`password`,"onUpdate:modelValue":p[2]||=e=>y.password=e,required:``},null,512),[[d,y.password]]),p[8]||=n(`button`,{type:`submit`},`Registrieren`,-1)],32),n(`p`,null,[a(x,{to:`/login`},{default:o(()=>[...p[9]||=[s(`Login`,-1)]]),_:1})]),n(`p`,null,[a(x,{to:`/forgot-password`},{default:o(()=>[...p[10]||=[s(`Passwort vergessen?`,-1)]]),_:1})]),y.dialogVisible?(u(),i(`div`,g,[n(`div`,_,[n(`h3`,null,r(y.dialogTitle),1),n(`p`,null,r(y.dialogMessage),1),n(`button`,{type:`button`,onClick:p[4]||=(...e)=>b.closeDialog&&b.closeDialog(...e)},`Schließen`)])])):l(``,!0)])}var y=c(m,[[`render`,v],[`__scopeId`,`data-v-70d90412`]]);export{y as default}; +//# sourceMappingURL=RegisterContent-B9VIVIZy.js.map \ No newline at end of file diff --git a/public/assets/RegisterContent-Br3yN9JT.js b/public/assets/RegisterContent-Br3yN9JT.js new file mode 100644 index 0000000..1c05ce7 --- /dev/null +++ b/public/assets/RegisterContent-Br3yN9JT.js @@ -0,0 +1,2 @@ +import{M as e,O as t,c as n,ct as r,d as i,h as a,j as o,m as s,t as c,u as l,w as u}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as d,c as f}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{i as p}from"./router-CbChscq0.js";var m={name:`RegisterComponent`,components:{},data(){return{name:``,email:``,password:``,dialogTitle:``,dialogMessage:``,dialogVisible:!1}},methods:{async register(){try{let e=await p.post(`/auth/register`,{name:this.name,email:this.email,password:this.password});this.showDialog(`Registrierung erfolgreich`,e.data?.message||`Ihr Konto wurde erfolgreich erstellt.`),this.name=``,this.email=``,this.password=``}catch(e){let t=e?.response?.data?.message||e?.message||`Ein unbekannter Fehler ist aufgetreten`;this.showDialog(`Fehler`,t)}},showDialog(e,t){this.dialogTitle=e,this.dialogMessage=t,this.dialogVisible=!0},closeDialog(){this.dialogVisible=!1}}},h={class:`register`},g={key:0,class:`dialog`},_={class:`dialog-content`};function v(c,p,m,v,y,b){let x=t(`router-link`);return u(),i(`div`,h,[p[11]||=n(`h2`,null,`Registrieren`,-1),n(`form`,{onSubmit:p[3]||=f((...e)=>b.register&&b.register(...e),[`prevent`])},[p[5]||=n(`label`,{for:`name`},`Name:`,-1),e(n(`input`,{type:`text`,id:`name`,"onUpdate:modelValue":p[0]||=e=>y.name=e,required:``},null,512),[[d,y.name]]),p[6]||=n(`label`,{for:`email`},`Email-Adresse:`,-1),e(n(`input`,{type:`email`,id:`email`,"onUpdate:modelValue":p[1]||=e=>y.email=e,required:``},null,512),[[d,y.email]]),p[7]||=n(`label`,{for:`password`},`Passwort:`,-1),e(n(`input`,{type:`password`,id:`password`,"onUpdate:modelValue":p[2]||=e=>y.password=e,required:``},null,512),[[d,y.password]]),p[8]||=n(`button`,{type:`submit`},`Registrieren`,-1)],32),n(`p`,null,[a(x,{to:`/login`},{default:o(()=>[...p[9]||=[s(`Login`,-1)]]),_:1})]),n(`p`,null,[a(x,{to:`/forgot-password`},{default:o(()=>[...p[10]||=[s(`Passwort vergessen?`,-1)]]),_:1})]),y.dialogVisible?(u(),i(`div`,g,[n(`div`,_,[n(`h3`,null,r(y.dialogTitle),1),n(`p`,null,r(y.dialogMessage),1),n(`button`,{type:`button`,onClick:p[4]||=(...e)=>b.closeDialog&&b.closeDialog(...e)},`Schließen`)])])):l(``,!0)])}var y=c(m,[[`render`,v],[`__scopeId`,`data-v-70d90412`]]);export{y as default}; +//# sourceMappingURL=RegisterContent-Br3yN9JT.js.map \ No newline at end of file diff --git a/public/assets/RegisterContent-BuZAyj65.js b/public/assets/RegisterContent-BuZAyj65.js new file mode 100644 index 0000000..998cab5 --- /dev/null +++ b/public/assets/RegisterContent-BuZAyj65.js @@ -0,0 +1,2 @@ +import{M as e,O as t,c as n,ct as r,d as i,h as a,j as o,m as s,t as c,u as l,w as u}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as d,c as f}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{i as p}from"./router-9tkBnM0Q.js";var m={name:`RegisterComponent`,components:{},data(){return{name:``,email:``,password:``,dialogTitle:``,dialogMessage:``,dialogVisible:!1}},methods:{async register(){try{let e=await p.post(`/auth/register`,{name:this.name,email:this.email,password:this.password});this.showDialog(`Registrierung erfolgreich`,e.data?.message||`Ihr Konto wurde erfolgreich erstellt.`),this.name=``,this.email=``,this.password=``}catch(e){let t=e?.response?.data?.message||e?.message||`Ein unbekannter Fehler ist aufgetreten`;this.showDialog(`Fehler`,t)}},showDialog(e,t){this.dialogTitle=e,this.dialogMessage=t,this.dialogVisible=!0},closeDialog(){this.dialogVisible=!1}}},h={class:`register`},g={key:0,class:`dialog`},_={class:`dialog-content`};function v(c,p,m,v,y,b){let x=t(`router-link`);return u(),i(`div`,h,[p[11]||=n(`h2`,null,`Registrieren`,-1),n(`form`,{onSubmit:p[3]||=f((...e)=>b.register&&b.register(...e),[`prevent`])},[p[5]||=n(`label`,{for:`name`},`Name:`,-1),e(n(`input`,{type:`text`,id:`name`,"onUpdate:modelValue":p[0]||=e=>y.name=e,required:``},null,512),[[d,y.name]]),p[6]||=n(`label`,{for:`email`},`Email-Adresse:`,-1),e(n(`input`,{type:`email`,id:`email`,"onUpdate:modelValue":p[1]||=e=>y.email=e,required:``},null,512),[[d,y.email]]),p[7]||=n(`label`,{for:`password`},`Passwort:`,-1),e(n(`input`,{type:`password`,id:`password`,"onUpdate:modelValue":p[2]||=e=>y.password=e,required:``},null,512),[[d,y.password]]),p[8]||=n(`button`,{type:`submit`},`Registrieren`,-1)],32),n(`p`,null,[a(x,{to:`/login`},{default:o(()=>[...p[9]||=[s(`Login`,-1)]]),_:1})]),n(`p`,null,[a(x,{to:`/forgot-password`},{default:o(()=>[...p[10]||=[s(`Passwort vergessen?`,-1)]]),_:1})]),y.dialogVisible?(u(),i(`div`,g,[n(`div`,_,[n(`h3`,null,r(y.dialogTitle),1),n(`p`,null,r(y.dialogMessage),1),n(`button`,{type:`button`,onClick:p[4]||=(...e)=>b.closeDialog&&b.closeDialog(...e)},`Schließen`)])])):l(``,!0)])}var y=c(m,[[`render`,v],[`__scopeId`,`data-v-70d90412`]]);export{y as default}; +//# sourceMappingURL=RegisterContent-BuZAyj65.js.map \ No newline at end of file diff --git a/public/assets/RegisterContent-C5lMkTs4.js b/public/assets/RegisterContent-C5lMkTs4.js new file mode 100644 index 0000000..55d9475 --- /dev/null +++ b/public/assets/RegisterContent-C5lMkTs4.js @@ -0,0 +1,2 @@ +import{M as e,O as t,c as n,ct as r,d as i,h as a,j as o,m as s,t as c,u as l,w as u}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as d,c as f}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as p}from"./router-CRKq-u_C.js";var m={name:`RegisterComponent`,components:{},data(){return{name:``,email:``,password:``,dialogTitle:``,dialogMessage:``,dialogVisible:!1}},methods:{async register(){try{let e=await p.post(`/auth/register`,{name:this.name,email:this.email,password:this.password});this.showDialog(`Registrierung erfolgreich`,e.data?.message||`Ihr Konto wurde erfolgreich erstellt.`),this.name=``,this.email=``,this.password=``}catch(e){let t=e?.response?.data?.message||e?.message||`Ein unbekannter Fehler ist aufgetreten`;this.showDialog(`Fehler`,t)}},showDialog(e,t){this.dialogTitle=e,this.dialogMessage=t,this.dialogVisible=!0},closeDialog(){this.dialogVisible=!1}}},h={class:`register`},g={key:0,class:`dialog`},_={class:`dialog-content`};function v(c,p,m,v,y,b){let x=t(`router-link`);return u(),i(`div`,h,[p[11]||=n(`h2`,null,`Registrieren`,-1),n(`form`,{onSubmit:p[3]||=f((...e)=>b.register&&b.register(...e),[`prevent`])},[p[5]||=n(`label`,{for:`name`},`Name:`,-1),e(n(`input`,{type:`text`,id:`name`,"onUpdate:modelValue":p[0]||=e=>y.name=e,required:``},null,512),[[d,y.name]]),p[6]||=n(`label`,{for:`email`},`Email-Adresse:`,-1),e(n(`input`,{type:`email`,id:`email`,"onUpdate:modelValue":p[1]||=e=>y.email=e,required:``},null,512),[[d,y.email]]),p[7]||=n(`label`,{for:`password`},`Passwort:`,-1),e(n(`input`,{type:`password`,id:`password`,"onUpdate:modelValue":p[2]||=e=>y.password=e,required:``},null,512),[[d,y.password]]),p[8]||=n(`button`,{type:`submit`},`Registrieren`,-1)],32),n(`p`,null,[a(x,{to:`/login`},{default:o(()=>[...p[9]||=[s(`Login`,-1)]]),_:1})]),n(`p`,null,[a(x,{to:`/forgot-password`},{default:o(()=>[...p[10]||=[s(`Passwort vergessen?`,-1)]]),_:1})]),y.dialogVisible?(u(),i(`div`,g,[n(`div`,_,[n(`h3`,null,r(y.dialogTitle),1),n(`p`,null,r(y.dialogMessage),1),n(`button`,{type:`button`,onClick:p[4]||=(...e)=>b.closeDialog&&b.closeDialog(...e)},`Schließen`)])])):l(``,!0)])}var y=c(m,[[`render`,v],[`__scopeId`,`data-v-70d90412`]]);export{y as default}; +//# sourceMappingURL=RegisterContent-C5lMkTs4.js.map \ No newline at end of file diff --git a/public/assets/RegisterContent-CKRLz4su.js b/public/assets/RegisterContent-CKRLz4su.js new file mode 100644 index 0000000..228fdcf --- /dev/null +++ b/public/assets/RegisterContent-CKRLz4su.js @@ -0,0 +1,2 @@ +import{M as e,O as t,c as n,ct as r,d as i,h as a,j as o,m as s,t as c,u as l,w as u}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as d,c as f}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{i as p}from"./router-Cubu3_vL.js";var m={name:`RegisterComponent`,components:{},data(){return{name:``,email:``,password:``,dialogTitle:``,dialogMessage:``,dialogVisible:!1}},methods:{async register(){try{let e=await p.post(`/auth/register`,{name:this.name,email:this.email,password:this.password});this.showDialog(`Registrierung erfolgreich`,e.data?.message||`Ihr Konto wurde erfolgreich erstellt.`),this.name=``,this.email=``,this.password=``}catch(e){let t=e?.response?.data?.message||e?.message||`Ein unbekannter Fehler ist aufgetreten`;this.showDialog(`Fehler`,t)}},showDialog(e,t){this.dialogTitle=e,this.dialogMessage=t,this.dialogVisible=!0},closeDialog(){this.dialogVisible=!1}}},h={class:`register`},g={key:0,class:`dialog`},_={class:`dialog-content`};function v(c,p,m,v,y,b){let x=t(`router-link`);return u(),i(`div`,h,[p[11]||=n(`h2`,null,`Registrieren`,-1),n(`form`,{onSubmit:p[3]||=f((...e)=>b.register&&b.register(...e),[`prevent`])},[p[5]||=n(`label`,{for:`name`},`Name:`,-1),e(n(`input`,{type:`text`,id:`name`,"onUpdate:modelValue":p[0]||=e=>y.name=e,required:``},null,512),[[d,y.name]]),p[6]||=n(`label`,{for:`email`},`Email-Adresse:`,-1),e(n(`input`,{type:`email`,id:`email`,"onUpdate:modelValue":p[1]||=e=>y.email=e,required:``},null,512),[[d,y.email]]),p[7]||=n(`label`,{for:`password`},`Passwort:`,-1),e(n(`input`,{type:`password`,id:`password`,"onUpdate:modelValue":p[2]||=e=>y.password=e,required:``},null,512),[[d,y.password]]),p[8]||=n(`button`,{type:`submit`},`Registrieren`,-1)],32),n(`p`,null,[a(x,{to:`/login`},{default:o(()=>[...p[9]||=[s(`Login`,-1)]]),_:1})]),n(`p`,null,[a(x,{to:`/forgot-password`},{default:o(()=>[...p[10]||=[s(`Passwort vergessen?`,-1)]]),_:1})]),y.dialogVisible?(u(),i(`div`,g,[n(`div`,_,[n(`h3`,null,r(y.dialogTitle),1),n(`p`,null,r(y.dialogMessage),1),n(`button`,{type:`button`,onClick:p[4]||=(...e)=>b.closeDialog&&b.closeDialog(...e)},`Schließen`)])])):l(``,!0)])}var y=c(m,[[`render`,v],[`__scopeId`,`data-v-70d90412`]]);export{y as default}; +//# sourceMappingURL=RegisterContent-CKRLz4su.js.map \ No newline at end of file diff --git a/public/assets/RegisterContent-iKr18at8.js b/public/assets/RegisterContent-iKr18at8.js new file mode 100644 index 0000000..f0c283e --- /dev/null +++ b/public/assets/RegisterContent-iKr18at8.js @@ -0,0 +1,2 @@ +import{M as e,O as t,c as n,ct as r,d as i,h as a,j as o,m as s,t as c,u as l,w as u}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as d,c as f}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as p}from"./router-DXnXJqfT.js";var m={name:`RegisterComponent`,components:{},data(){return{name:``,email:``,password:``,dialogTitle:``,dialogMessage:``,dialogVisible:!1}},methods:{async register(){try{let e=await p.post(`/auth/register`,{name:this.name,email:this.email,password:this.password});this.showDialog(`Registrierung erfolgreich`,e.data?.message||`Ihr Konto wurde erfolgreich erstellt.`),this.name=``,this.email=``,this.password=``}catch(e){let t=e?.response?.data?.message||e?.message||`Ein unbekannter Fehler ist aufgetreten`;this.showDialog(`Fehler`,t)}},showDialog(e,t){this.dialogTitle=e,this.dialogMessage=t,this.dialogVisible=!0},closeDialog(){this.dialogVisible=!1}}},h={class:`register`},g={key:0,class:`dialog`},_={class:`dialog-content`};function v(c,p,m,v,y,b){let x=t(`router-link`);return u(),i(`div`,h,[p[11]||=n(`h2`,null,`Registrieren`,-1),n(`form`,{onSubmit:p[3]||=f((...e)=>b.register&&b.register(...e),[`prevent`])},[p[5]||=n(`label`,{for:`name`},`Name:`,-1),e(n(`input`,{type:`text`,id:`name`,"onUpdate:modelValue":p[0]||=e=>y.name=e,required:``},null,512),[[d,y.name]]),p[6]||=n(`label`,{for:`email`},`Email-Adresse:`,-1),e(n(`input`,{type:`email`,id:`email`,"onUpdate:modelValue":p[1]||=e=>y.email=e,required:``},null,512),[[d,y.email]]),p[7]||=n(`label`,{for:`password`},`Passwort:`,-1),e(n(`input`,{type:`password`,id:`password`,"onUpdate:modelValue":p[2]||=e=>y.password=e,required:``},null,512),[[d,y.password]]),p[8]||=n(`button`,{type:`submit`},`Registrieren`,-1)],32),n(`p`,null,[a(x,{to:`/login`},{default:o(()=>[...p[9]||=[s(`Login`,-1)]]),_:1})]),n(`p`,null,[a(x,{to:`/forgot-password`},{default:o(()=>[...p[10]||=[s(`Passwort vergessen?`,-1)]]),_:1})]),y.dialogVisible?(u(),i(`div`,g,[n(`div`,_,[n(`h3`,null,r(y.dialogTitle),1),n(`p`,null,r(y.dialogMessage),1),n(`button`,{type:`button`,onClick:p[4]||=(...e)=>b.closeDialog&&b.closeDialog(...e)},`Schließen`)])])):l(``,!0)])}var y=c(m,[[`render`,v],[`__scopeId`,`data-v-70d90412`]]);export{y as default}; +//# sourceMappingURL=RegisterContent-iKr18at8.js.map \ No newline at end of file diff --git a/public/assets/RegisterContent-sw8WoeTh.js b/public/assets/RegisterContent-sw8WoeTh.js new file mode 100644 index 0000000..67111f9 --- /dev/null +++ b/public/assets/RegisterContent-sw8WoeTh.js @@ -0,0 +1,2 @@ +import{M as e,O as t,c as n,ct as r,d as i,h as a,j as o,m as s,t as c,u as l,w as u}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as d,c as f}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as p}from"./router-BMknwoXv.js";var m={name:`RegisterComponent`,components:{},data(){return{name:``,email:``,password:``,dialogTitle:``,dialogMessage:``,dialogVisible:!1}},methods:{async register(){try{let e=await p.post(`/auth/register`,{name:this.name,email:this.email,password:this.password});this.showDialog(`Registrierung erfolgreich`,e.data?.message||`Ihr Konto wurde erfolgreich erstellt.`),this.name=``,this.email=``,this.password=``}catch(e){let t=e?.response?.data?.message||e?.message||`Ein unbekannter Fehler ist aufgetreten`;this.showDialog(`Fehler`,t)}},showDialog(e,t){this.dialogTitle=e,this.dialogMessage=t,this.dialogVisible=!0},closeDialog(){this.dialogVisible=!1}}},h={class:`register`},g={key:0,class:`dialog`},_={class:`dialog-content`};function v(c,p,m,v,y,b){let x=t(`router-link`);return u(),i(`div`,h,[p[11]||=n(`h2`,null,`Registrieren`,-1),n(`form`,{onSubmit:p[3]||=f((...e)=>b.register&&b.register(...e),[`prevent`])},[p[5]||=n(`label`,{for:`name`},`Name:`,-1),e(n(`input`,{type:`text`,id:`name`,"onUpdate:modelValue":p[0]||=e=>y.name=e,required:``},null,512),[[d,y.name]]),p[6]||=n(`label`,{for:`email`},`Email-Adresse:`,-1),e(n(`input`,{type:`email`,id:`email`,"onUpdate:modelValue":p[1]||=e=>y.email=e,required:``},null,512),[[d,y.email]]),p[7]||=n(`label`,{for:`password`},`Passwort:`,-1),e(n(`input`,{type:`password`,id:`password`,"onUpdate:modelValue":p[2]||=e=>y.password=e,required:``},null,512),[[d,y.password]]),p[8]||=n(`button`,{type:`submit`},`Registrieren`,-1)],32),n(`p`,null,[a(x,{to:`/login`},{default:o(()=>[...p[9]||=[s(`Login`,-1)]]),_:1})]),n(`p`,null,[a(x,{to:`/forgot-password`},{default:o(()=>[...p[10]||=[s(`Passwort vergessen?`,-1)]]),_:1})]),y.dialogVisible?(u(),i(`div`,g,[n(`div`,_,[n(`h3`,null,r(y.dialogTitle),1),n(`p`,null,r(y.dialogMessage),1),n(`button`,{type:`button`,onClick:p[4]||=(...e)=>b.closeDialog&&b.closeDialog(...e)},`Schließen`)])])):l(``,!0)])}var y=c(m,[[`render`,v],[`__scopeId`,`data-v-70d90412`]]);export{y as default}; +//# sourceMappingURL=RegisterContent-sw8WoeTh.js.map \ No newline at end of file diff --git a/public/assets/RenderContentComponent-BMRK9xic.js b/public/assets/RenderContentComponent-BMRK9xic.js new file mode 100644 index 0000000..3314e67 --- /dev/null +++ b/public/assets/RenderContentComponent-BMRK9xic.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,I as n,L as r,c as i,ct as a,d as o,i as s,k as c,m as l,ot as u,st as d,t as f,u as p,v as m,w as h}from"./_plugin-vue_export-helper-Conii5fq.js";import{n as g}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as _}from"./router-CRKq-u_C.js";import{n as v,t as y}from"./strings-CNeI630x.js";var b={name:`WorshipRender`,props:{config:{type:Object,required:!0}},data(){return{worships:[]}},async created(){await this.fetchWorships()},methods:{formatTime:v,formatDate:y,async fetchWorships(){try{this.worships=(await _.get(`/worships/filtered`,{params:this.config})).data}catch(e){console.error(`Fehler beim Abrufen der Gottesdienste:`,e)}}}},x={key:0,class:`mg-stack`},S={class:`worship-card`},C={class:`worship-card__date`},w={key:0,class:`worship-card__day`},ee={key:1,class:`worship-card__place`},te={class:`worship-card__right`},ne={class:`mg-title`},re={key:0,class:`neighborhood-invitation mg-accent-left`},ie={class:`mg-stack stack-tight`},ae={key:0,class:`mg-text`},oe={key:1,class:`mg-text`},se={key:2,class:`mg-text`},ce={key:3,class:`mg-text`},le={key:4,class:`internal-information mg-text`},ue={key:5,class:`internal-information mg-text`},de={key:6,class:`selfinformation mg-text`},fe=[`href`],pe={key:1},me={key:1};function he(e,n,r,c,f,m){return h(),o(`div`,null,[f.worships.length?(h(),o(`div`,x,[(h(!0),o(s,null,t(f.worships,e=>(h(),o(`article`,{key:e.id,class:`mg-card`},[i(`div`,S,[i(`aside`,{class:`worship-card__left`,style:d(e.eventPlace?.backgroundColor?`background-color:${e.eventPlace.backgroundColor}`:``)},[i(`div`,C,a(m.formatDate(e.date)),1),e.dayName?(h(),o(`div`,w,a(e.dayName),1)):p(``,!0),e.eventPlace?.name?(h(),o(`div`,ee,a(e.eventPlace.name),1)):p(``,!0)],4),i(`div`,te,[i(`h3`,ne,[i(`span`,{class:u(e.highlightTime?`highlight-time`:``)},a(m.formatTime(e.time)),3),n[0]||=i(`span`,{"aria-hidden":`true`},` – `,-1),l(` `+a(e.title?e.title:e.eventPlace&&e.eventPlace.name?`Gottesdienst in ${e.eventPlace.name}`:`Gottesdienst`),1)]),e.neighborInvitation?(h(),o(`p`,re,` Einladung zum Gottesdienst im Nachbarschaftsraum `)):p(``,!0),i(`div`,ie,[e.organizer?(h(),o(`p`,ae,[n[1]||=i(`strong`,null,`Gestaltung:`,-1),l(` `+a(e.organizer),1)])):p(``,!0),e.collection?(h(),o(`p`,oe,[n[2]||=i(`strong`,null,`Kollekte:`,-1),l(` `+a(e.collection),1)])):p(``,!0),e.address?(h(),o(`p`,se,[n[3]||=i(`strong`,null,`Adresse:`,-1),l(` `+a(e.address),1)])):p(``,!0),!e.address&&e.eventPlace&&e.eventPlace.id?(h(),o(`p`,ce,[n[4]||=i(`strong`,null,`Adresse:`,-1),l(` `+a(e.eventPlace.name)+`, `+a(e.eventPlace.street)+`, `+a(e.eventPlace.city),1)])):p(``,!0),e.sacristanService?(h(),o(`p`,le,[n[5]||=i(`strong`,null,`Küsterdienst:`,-1),l(` `+a(e.sacristanService),1)])):p(``,!0),e.organPlaying?(h(),o(`p`,ue,[n[6]||=i(`strong`,null,`Orgelspiel:`,-1),l(` `+a(e.organPlaying),1)])):p(``,!0),e.selfInformation?(h(),o(`p`,de,[n[7]||=l(` Bitte informieren Sie sich auch auf den `,-1),e.eventPlace&&e.eventPlace.website?(h(),o(`a`,{key:0,href:e.eventPlace.website,target:`_blank`,rel:`noopener noreferrer`},`Internetseiten dieser Gemeinde`,8,fe)):(h(),o(`span`,pe,`Internetseiten dieser Gemeinde`)),n[8]||=l(`. `,-1)])):p(``,!0)])])])]))),128))])):(h(),o(`p`,me,`Keine Gottesdienste verfügbar.`))])}var ge=f(b,[[`render`,he],[`__scopeId`,`data-v-1fe1f289`]]),_e={name:`ImageRender`,props:{id:{type:Number,required:!0}},setup(e){let t=n({filename:``,title:``,description:``,uploadDate:``,pageId:null});return(async()=>{try{let n=await _.get(`/image/`+e.id);Object.assign(t,n.data)}catch(e){console.log(`Fehler beim Abrufen eines Bildes`,e)}})(),{image:t}}},ve=[`src`,`alt`,`title`];function T(e,t,n,r,i,a){return r.image.filename?(h(),o(`img`,{key:0,src:`/images/uploads/${r.image.filename}`,alt:r.image.title,title:r.image.title,class:`image`},null,8,ve)):p(``,!0)}var E=f(_e,[[`render`,T],[`__scopeId`,`data-v-f81373cb`]]);function D(e){let t=Object.prototype.toString.call(e);return e instanceof Date||typeof e==`object`&&t===`[object Date]`?new e.constructor(+e):typeof e==`number`||t===`[object Number]`||typeof e==`string`||t===`[object String]`?new Date(e):new Date(NaN)}function O(e,t){return e instanceof Date?new e.constructor(t):new Date(t)}var k=365.2425,A=6048e5,j=864e5,M=3600*24;M*7,M*k/12*3;var N={};function P(){return N}function F(e,t){let n=P(),r=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0,i=D(e),a=i.getDay(),o=(a=i.getTime()?n+1:t.getTime()>=o.getTime()?n:n-1}function R(e){let t=D(e);return t.setHours(0,0,0,0),t}function z(e){let t=D(e),n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),e-+n}function ye(e,t){let n=R(e),r=R(t),i=+n-z(n),a=+r-z(r);return Math.round((i-a)/j)}function be(e){let t=L(e),n=O(e,0);return n.setFullYear(t,0,4),n.setHours(0,0,0,0),I(n)}function xe(e){return e instanceof Date||typeof e==`object`&&Object.prototype.toString.call(e)===`[object Date]`}function Se(e){if(!xe(e)&&typeof e!=`number`)return!1;let t=D(e);return!isNaN(Number(t))}function Ce(e){let t=D(e),n=O(e,0);return n.setFullYear(t.getFullYear(),0,1),n.setHours(0,0,0,0),n}var we={lessThanXSeconds:{one:`less than a second`,other:`less than {{count}} seconds`},xSeconds:{one:`1 second`,other:`{{count}} seconds`},halfAMinute:`half a minute`,lessThanXMinutes:{one:`less than a minute`,other:`less than {{count}} minutes`},xMinutes:{one:`1 minute`,other:`{{count}} minutes`},aboutXHours:{one:`about 1 hour`,other:`about {{count}} hours`},xHours:{one:`1 hour`,other:`{{count}} hours`},xDays:{one:`1 day`,other:`{{count}} days`},aboutXWeeks:{one:`about 1 week`,other:`about {{count}} weeks`},xWeeks:{one:`1 week`,other:`{{count}} weeks`},aboutXMonths:{one:`about 1 month`,other:`about {{count}} months`},xMonths:{one:`1 month`,other:`{{count}} months`},aboutXYears:{one:`about 1 year`,other:`about {{count}} years`},xYears:{one:`1 year`,other:`{{count}} years`},overXYears:{one:`over 1 year`,other:`over {{count}} years`},almostXYears:{one:`almost 1 year`,other:`almost {{count}} years`}},Te=(e,t,n)=>{let r,i=we[e];return r=typeof i==`string`?i:t===1?i.one:i.other.replace(`{{count}}`,t.toString()),n?.addSuffix?n.comparison&&n.comparison>0?`in `+r:r+` ago`:r};function B(e){return(t={})=>{let n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}var Ee={date:B({formats:{full:`EEEE, MMMM do, y`,long:`MMMM do, y`,medium:`MMM d, y`,short:`MM/dd/yyyy`},defaultWidth:`full`}),time:B({formats:{full:`h:mm:ss a zzzz`,long:`h:mm:ss a z`,medium:`h:mm:ss a`,short:`h:mm a`},defaultWidth:`full`}),dateTime:B({formats:{full:`{{date}} 'at' {{time}}`,long:`{{date}} 'at' {{time}}`,medium:`{{date}}, {{time}}`,short:`{{date}}, {{time}}`},defaultWidth:`full`})},De={lastWeek:`'last' eeee 'at' p`,yesterday:`'yesterday at' p`,today:`'today at' p`,tomorrow:`'tomorrow at' p`,nextWeek:`eeee 'at' p`,other:`P`},Oe=(e,t,n,r)=>De[e];function V(e){return(t,n)=>{let r=n?.context?String(n.context):`standalone`,i;if(r===`formatting`&&e.formattingValues){let t=e.defaultFormattingWidth||e.defaultWidth,r=n?.width?String(n.width):t;i=e.formattingValues[r]||e.formattingValues[t]}else{let t=e.defaultWidth,r=n?.width?String(n.width):e.defaultWidth;i=e.values[r]||e.values[t]}let a=e.argumentCallback?e.argumentCallback(t):t;return i[a]}}var ke={ordinalNumber:(e,t)=>{let n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+`st`;case 2:return n+`nd`;case 3:return n+`rd`}return n+`th`},era:V({values:{narrow:[`B`,`A`],abbreviated:[`BC`,`AD`],wide:[`Before Christ`,`Anno Domini`]},defaultWidth:`wide`}),quarter:V({values:{narrow:[`1`,`2`,`3`,`4`],abbreviated:[`Q1`,`Q2`,`Q3`,`Q4`],wide:[`1st quarter`,`2nd quarter`,`3rd quarter`,`4th quarter`]},defaultWidth:`wide`,argumentCallback:e=>e-1}),month:V({values:{narrow:[`J`,`F`,`M`,`A`,`M`,`J`,`J`,`A`,`S`,`O`,`N`,`D`],abbreviated:[`Jan`,`Feb`,`Mar`,`Apr`,`May`,`Jun`,`Jul`,`Aug`,`Sep`,`Oct`,`Nov`,`Dec`],wide:[`January`,`February`,`March`,`April`,`May`,`June`,`July`,`August`,`September`,`October`,`November`,`December`]},defaultWidth:`wide`}),day:V({values:{narrow:[`S`,`M`,`T`,`W`,`T`,`F`,`S`],short:[`Su`,`Mo`,`Tu`,`We`,`Th`,`Fr`,`Sa`],abbreviated:[`Sun`,`Mon`,`Tue`,`Wed`,`Thu`,`Fri`,`Sat`],wide:[`Sunday`,`Monday`,`Tuesday`,`Wednesday`,`Thursday`,`Friday`,`Saturday`]},defaultWidth:`wide`}),dayPeriod:V({values:{narrow:{am:`a`,pm:`p`,midnight:`mi`,noon:`n`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`},abbreviated:{am:`AM`,pm:`PM`,midnight:`midnight`,noon:`noon`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`},wide:{am:`a.m.`,pm:`p.m.`,midnight:`midnight`,noon:`noon`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`}},defaultWidth:`wide`,formattingValues:{narrow:{am:`a`,pm:`p`,midnight:`mi`,noon:`n`,morning:`in the morning`,afternoon:`in the afternoon`,evening:`in the evening`,night:`at night`},abbreviated:{am:`AM`,pm:`PM`,midnight:`midnight`,noon:`noon`,morning:`in the morning`,afternoon:`in the afternoon`,evening:`in the evening`,night:`at night`},wide:{am:`a.m.`,pm:`p.m.`,midnight:`midnight`,noon:`noon`,morning:`in the morning`,afternoon:`in the afternoon`,evening:`in the evening`,night:`at night`}},defaultFormattingWidth:`wide`})};function H(e){return(t,n={})=>{let r=n.width,i=r&&e.matchPatterns[r]||e.matchPatterns[e.defaultMatchWidth],a=t.match(i);if(!a)return null;let o=a[0],s=r&&e.parsePatterns[r]||e.parsePatterns[e.defaultParseWidth],c=Array.isArray(s)?je(s,e=>e.test(o)):Ae(s,e=>e.test(o)),l;l=e.valueCallback?e.valueCallback(c):c,l=n.valueCallback?n.valueCallback(l):l;let u=t.slice(o.length);return{value:l,rest:u}}}function Ae(e,t){for(let n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n}function je(e,t){for(let n=0;n{let r=t.match(e.matchPattern);if(!r)return null;let i=r[0],a=t.match(e.parsePattern);if(!a)return null;let o=e.valueCallback?e.valueCallback(a[0]):a[0];o=n.valueCallback?n.valueCallback(o):o;let s=t.slice(i.length);return{value:o,rest:s}}}var Ne={code:`en-US`,formatDistance:Te,formatLong:Ee,formatRelative:Oe,localize:ke,match:{ordinalNumber:Me({matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:e=>parseInt(e,10)}),era:H({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:`wide`,parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:`any`}),quarter:H({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:`wide`,parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:`any`,valueCallback:e=>e+1}),month:H({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:`wide`,parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:`any`}),day:H({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:`wide`,parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:`any`}),dayPeriod:H({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:`any`,parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:`any`})},options:{weekStartsOn:0,firstWeekContainsDate:1}};function Pe(e){let t=D(e);return ye(t,Ce(t))+1}function Fe(e){let t=D(e),n=I(t)-+be(t);return Math.round(n/A)+1}function U(e,t){let n=D(e),r=n.getFullYear(),i=P(),a=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??i.firstWeekContainsDate??i.locale?.options?.firstWeekContainsDate??1,o=O(e,0);o.setFullYear(r+1,0,a),o.setHours(0,0,0,0);let s=F(o,t),c=O(e,0);c.setFullYear(r,0,a),c.setHours(0,0,0,0);let l=F(c,t);return n.getTime()>=s.getTime()?r+1:n.getTime()>=l.getTime()?r:r-1}function Ie(e,t){let n=P(),r=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??n.firstWeekContainsDate??n.locale?.options?.firstWeekContainsDate??1,i=U(e,t),a=O(e,0);return a.setFullYear(i,0,r),a.setHours(0,0,0,0),F(a,t)}function Le(e,t){let n=D(e),r=F(n,t)-+Ie(n,t);return Math.round(r/A)+1}function W(e,t){return(e<0?`-`:``)+Math.abs(e).toString().padStart(t,`0`)}var G={y(e,t){let n=e.getFullYear(),r=n>0?n:1-n;return W(t===`yy`?r%100:r,t.length)},M(e,t){let n=e.getMonth();return t===`M`?String(n+1):W(n+1,2)},d(e,t){return W(e.getDate(),t.length)},a(e,t){let n=e.getHours()/12>=1?`pm`:`am`;switch(t){case`a`:case`aa`:return n.toUpperCase();case`aaa`:return n;case`aaaaa`:return n[0];default:return n===`am`?`a.m.`:`p.m.`}},h(e,t){return W(e.getHours()%12||12,t.length)},H(e,t){return W(e.getHours(),t.length)},m(e,t){return W(e.getMinutes(),t.length)},s(e,t){return W(e.getSeconds(),t.length)},S(e,t){let n=t.length,r=e.getMilliseconds();return W(Math.trunc(r*10**(n-3)),t.length)}},K={am:`am`,pm:`pm`,midnight:`midnight`,noon:`noon`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`},q={G:function(e,t,n){let r=+(e.getFullYear()>0);switch(t){case`G`:case`GG`:case`GGG`:return n.era(r,{width:`abbreviated`});case`GGGGG`:return n.era(r,{width:`narrow`});default:return n.era(r,{width:`wide`})}},y:function(e,t,n){if(t===`yo`){let t=e.getFullYear(),r=t>0?t:1-t;return n.ordinalNumber(r,{unit:`year`})}return G.y(e,t)},Y:function(e,t,n,r){let i=U(e,r),a=i>0?i:1-i;return t===`YY`?W(a%100,2):t===`Yo`?n.ordinalNumber(a,{unit:`year`}):W(a,t.length)},R:function(e,t){return W(L(e),t.length)},u:function(e,t){return W(e.getFullYear(),t.length)},Q:function(e,t,n){let r=Math.ceil((e.getMonth()+1)/3);switch(t){case`Q`:return String(r);case`QQ`:return W(r,2);case`Qo`:return n.ordinalNumber(r,{unit:`quarter`});case`QQQ`:return n.quarter(r,{width:`abbreviated`,context:`formatting`});case`QQQQQ`:return n.quarter(r,{width:`narrow`,context:`formatting`});default:return n.quarter(r,{width:`wide`,context:`formatting`})}},q:function(e,t,n){let r=Math.ceil((e.getMonth()+1)/3);switch(t){case`q`:return String(r);case`qq`:return W(r,2);case`qo`:return n.ordinalNumber(r,{unit:`quarter`});case`qqq`:return n.quarter(r,{width:`abbreviated`,context:`standalone`});case`qqqqq`:return n.quarter(r,{width:`narrow`,context:`standalone`});default:return n.quarter(r,{width:`wide`,context:`standalone`})}},M:function(e,t,n){let r=e.getMonth();switch(t){case`M`:case`MM`:return G.M(e,t);case`Mo`:return n.ordinalNumber(r+1,{unit:`month`});case`MMM`:return n.month(r,{width:`abbreviated`,context:`formatting`});case`MMMMM`:return n.month(r,{width:`narrow`,context:`formatting`});default:return n.month(r,{width:`wide`,context:`formatting`})}},L:function(e,t,n){let r=e.getMonth();switch(t){case`L`:return String(r+1);case`LL`:return W(r+1,2);case`Lo`:return n.ordinalNumber(r+1,{unit:`month`});case`LLL`:return n.month(r,{width:`abbreviated`,context:`standalone`});case`LLLLL`:return n.month(r,{width:`narrow`,context:`standalone`});default:return n.month(r,{width:`wide`,context:`standalone`})}},w:function(e,t,n,r){let i=Le(e,r);return t===`wo`?n.ordinalNumber(i,{unit:`week`}):W(i,t.length)},I:function(e,t,n){let r=Fe(e);return t===`Io`?n.ordinalNumber(r,{unit:`week`}):W(r,t.length)},d:function(e,t,n){return t===`do`?n.ordinalNumber(e.getDate(),{unit:`date`}):G.d(e,t)},D:function(e,t,n){let r=Pe(e);return t===`Do`?n.ordinalNumber(r,{unit:`dayOfYear`}):W(r,t.length)},E:function(e,t,n){let r=e.getDay();switch(t){case`E`:case`EE`:case`EEE`:return n.day(r,{width:`abbreviated`,context:`formatting`});case`EEEEE`:return n.day(r,{width:`narrow`,context:`formatting`});case`EEEEEE`:return n.day(r,{width:`short`,context:`formatting`});default:return n.day(r,{width:`wide`,context:`formatting`})}},e:function(e,t,n,r){let i=e.getDay(),a=(i-r.weekStartsOn+8)%7||7;switch(t){case`e`:return String(a);case`ee`:return W(a,2);case`eo`:return n.ordinalNumber(a,{unit:`day`});case`eee`:return n.day(i,{width:`abbreviated`,context:`formatting`});case`eeeee`:return n.day(i,{width:`narrow`,context:`formatting`});case`eeeeee`:return n.day(i,{width:`short`,context:`formatting`});default:return n.day(i,{width:`wide`,context:`formatting`})}},c:function(e,t,n,r){let i=e.getDay(),a=(i-r.weekStartsOn+8)%7||7;switch(t){case`c`:return String(a);case`cc`:return W(a,t.length);case`co`:return n.ordinalNumber(a,{unit:`day`});case`ccc`:return n.day(i,{width:`abbreviated`,context:`standalone`});case`ccccc`:return n.day(i,{width:`narrow`,context:`standalone`});case`cccccc`:return n.day(i,{width:`short`,context:`standalone`});default:return n.day(i,{width:`wide`,context:`standalone`})}},i:function(e,t,n){let r=e.getDay(),i=r===0?7:r;switch(t){case`i`:return String(i);case`ii`:return W(i,t.length);case`io`:return n.ordinalNumber(i,{unit:`day`});case`iii`:return n.day(r,{width:`abbreviated`,context:`formatting`});case`iiiii`:return n.day(r,{width:`narrow`,context:`formatting`});case`iiiiii`:return n.day(r,{width:`short`,context:`formatting`});default:return n.day(r,{width:`wide`,context:`formatting`})}},a:function(e,t,n){let r=e.getHours()/12>=1?`pm`:`am`;switch(t){case`a`:case`aa`:return n.dayPeriod(r,{width:`abbreviated`,context:`formatting`});case`aaa`:return n.dayPeriod(r,{width:`abbreviated`,context:`formatting`}).toLowerCase();case`aaaaa`:return n.dayPeriod(r,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(r,{width:`wide`,context:`formatting`})}},b:function(e,t,n){let r=e.getHours(),i;switch(i=r===12?K.noon:r===0?K.midnight:r/12>=1?`pm`:`am`,t){case`b`:case`bb`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`});case`bbb`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`}).toLowerCase();case`bbbbb`:return n.dayPeriod(i,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(i,{width:`wide`,context:`formatting`})}},B:function(e,t,n){let r=e.getHours(),i;switch(i=r>=17?K.evening:r>=12?K.afternoon:r>=4?K.morning:K.night,t){case`B`:case`BB`:case`BBB`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`});case`BBBBB`:return n.dayPeriod(i,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(i,{width:`wide`,context:`formatting`})}},h:function(e,t,n){if(t===`ho`){let t=e.getHours()%12;return t===0&&(t=12),n.ordinalNumber(t,{unit:`hour`})}return G.h(e,t)},H:function(e,t,n){return t===`Ho`?n.ordinalNumber(e.getHours(),{unit:`hour`}):G.H(e,t)},K:function(e,t,n){let r=e.getHours()%12;return t===`Ko`?n.ordinalNumber(r,{unit:`hour`}):W(r,t.length)},k:function(e,t,n){let r=e.getHours();return r===0&&(r=24),t===`ko`?n.ordinalNumber(r,{unit:`hour`}):W(r,t.length)},m:function(e,t,n){return t===`mo`?n.ordinalNumber(e.getMinutes(),{unit:`minute`}):G.m(e,t)},s:function(e,t,n){return t===`so`?n.ordinalNumber(e.getSeconds(),{unit:`second`}):G.s(e,t)},S:function(e,t){return G.S(e,t)},X:function(e,t,n){let r=e.getTimezoneOffset();if(r===0)return`Z`;switch(t){case`X`:return Y(r);case`XXXX`:case`XX`:return X(r);default:return X(r,`:`)}},x:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`x`:return Y(r);case`xxxx`:case`xx`:return X(r);default:return X(r,`:`)}},O:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`O`:case`OO`:case`OOO`:return`GMT`+J(r,`:`);default:return`GMT`+X(r,`:`)}},z:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`z`:case`zz`:case`zzz`:return`GMT`+J(r,`:`);default:return`GMT`+X(r,`:`)}},t:function(e,t,n){return W(Math.trunc(e.getTime()/1e3),t.length)},T:function(e,t,n){return W(e.getTime(),t.length)}};function J(e,t=``){let n=e>0?`-`:`+`,r=Math.abs(e),i=Math.trunc(r/60),a=r%60;return a===0?n+String(i):n+String(i)+t+W(a,2)}function Y(e,t){return e%60==0?(e>0?`-`:`+`)+W(Math.abs(e)/60,2):X(e,t)}function X(e,t=``){let n=e>0?`-`:`+`,r=Math.abs(e),i=W(Math.trunc(r/60),2),a=W(r%60,2);return n+i+t+a}var Z=(e,t)=>{switch(e){case`P`:return t.date({width:`short`});case`PP`:return t.date({width:`medium`});case`PPP`:return t.date({width:`long`});default:return t.date({width:`full`})}},Q=(e,t)=>{switch(e){case`p`:return t.time({width:`short`});case`pp`:return t.time({width:`medium`});case`ppp`:return t.time({width:`long`});default:return t.time({width:`full`})}},Re={p:Q,P:(e,t)=>{let n=e.match(/(P+)(p+)?/)||[],r=n[1],i=n[2];if(!i)return Z(e,t);let a;switch(r){case`P`:a=t.dateTime({width:`short`});break;case`PP`:a=t.dateTime({width:`medium`});break;case`PPP`:a=t.dateTime({width:`long`});break;default:a=t.dateTime({width:`full`});break}return a.replace(`{{date}}`,Z(r,t)).replace(`{{time}}`,Q(i,t))}},ze=/^D+$/,Be=/^Y+$/,Ve=[`D`,`DD`,`YY`,`YYYY`];function He(e){return ze.test(e)}function Ue(e){return Be.test(e)}function We(e,t,n){let r=Ge(e,t,n);if(console.warn(r),Ve.includes(e))throw RangeError(r)}function Ge(e,t,n){let r=e[0]===`Y`?`years`:`days of the month`;return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${r} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}var Ke=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,qe=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Je=/^'([^]*?)'?$/,Ye=/''/g,Xe=/[a-zA-Z]/;function Ze(e,t,n){let r=P(),i=n?.locale??r.locale??Ne,a=n?.firstWeekContainsDate??n?.locale?.options?.firstWeekContainsDate??r.firstWeekContainsDate??r.locale?.options?.firstWeekContainsDate??1,o=n?.weekStartsOn??n?.locale?.options?.weekStartsOn??r.weekStartsOn??r.locale?.options?.weekStartsOn??0,s=D(e);if(!Se(s))throw RangeError(`Invalid time value`);let c=t.match(qe).map(e=>{let t=e[0];if(t===`p`||t===`P`){let n=Re[t];return n(e,i.formatLong)}return e}).join(``).match(Ke).map(e=>{if(e===`''`)return{isToken:!1,value:`'`};let t=e[0];if(t===`'`)return{isToken:!1,value:Qe(e)};if(q[t])return{isToken:!0,value:e};if(t.match(Xe))throw RangeError("Format string contains an unescaped latin alphabet character `"+t+"`");return{isToken:!1,value:e}});i.localize.preprocessor&&(c=i.localize.preprocessor(s,c));let l={firstWeekContainsDate:a,weekStartsOn:o,locale:i};return c.map(r=>{if(!r.isToken)return r.value;let a=r.value;(!n?.useAdditionalWeekYearTokens&&Ue(a)||!n?.useAdditionalDayOfYearTokens&&He(a))&&We(a,t,String(e));let o=q[a[0]];return o(s,a,i.localize,l)}).join(``)}function Qe(e){let t=e.match(Je);return t?t[1].replace(Ye,`'`):e}var $e={name:`EventRender`,props:{config:{type:Object,required:!0}},data(){return{events:[],imageMap:{}}},async created(){await this.fetchEvents()},methods:{formatTime:v,async fetchEvents(){try{this.events=(await _.post(`/events/filter`,this.config)).data.events,await Promise.all(this.events.filter(e=>this.hasImage(e)).map(async e=>{try{let t=await _.get(`/image/`+e.relatedImage);this.imageMap[e.relatedImage]=`/images/uploads/`+t.data.filename}catch(t){console.error(`Bild konnte nicht geladen werden (ID ${e.relatedImage}):`,t)}}))}catch(e){console.error(`Fehler beim Abrufen der Events`,e)}},shouldDisplay(e){return this.config.display.includes(e)},formatDateOrDay(e,t){return e?Ze(new Date(e),`dd.MM.yyyy`):t==null?``:[`Sonntag`,`Montag`,`Dienstag`,`Mittwoch`,`Donnerstag`,`Freitag`,`Samstag`][t]},hasImage(e){return e.relatedImage&&e.relatedImage!=``},async imagePath(e){let t=`/images/uploads/`+(await _.get(`/image/`+e)).data.filename;return console.log(t),t},formatContactPerson(e){if(!e.expiryDate)return e.name;let t=new Date(e.expiryDate).toLocaleDateString(`de-DE`,{day:`2-digit`,month:`2-digit`,year:`numeric`});return`${e.name} (bis ${t})`}}},et={key:0,class:`mg-stack`},tt={class:`mg-card__grid`},nt={key:0,class:`mg-media`,"aria-hidden":`true`},rt=[`src`],it={key:1,class:`mg-media`,"aria-hidden":`true`},at={key:0,class:`mg-title`},ot={class:`mg-meta`},st={key:0},ct={key:0},lt={key:1},ut={key:1,class:`mg-text mg-accent-left`},dt={key:2,class:`mg-meta`},ft={key:3,class:`mg-meta`},pt={key:4,class:`mg-meta`},mt={key:1};function ht(e,n,r,c,d,f){return h(),o(`div`,null,[d.events.length?(h(),o(`div`,et,[(h(!0),o(s,null,t(d.events,e=>(h(),o(`article`,{key:e.id,class:u([`mg-card`,e.alsoOnHomepage&&r.config.id===`home`?`mg-card--highlight`:``])},[i(`div`,tt,[f.hasImage(e)?(h(),o(`div`,nt,[d.imageMap[e.relatedImage]?(h(),o(`img`,{key:0,src:d.imageMap[e.relatedImage],alt:``,loading:`lazy`,decoding:`async`},null,8,rt)):p(``,!0)])):(h(),o(`div`,it)),i(`div`,null,[f.shouldDisplay(`name`)?(h(),o(`h3`,at,a(e.name),1)):p(``,!0),i(`p`,ot,[i(`span`,null,[n[0]||=i(`strong`,null,`Datum:`,-1),l(` `+a(f.formatDateOrDay(e.date,e.dayOfWeek)),1)]),f.shouldDisplay(`time`)?(h(),o(`span`,st,[n[1]||=i(`strong`,null,`Uhrzeit:`,-1),l(` `+a(f.formatTime(e.time)),1),e.endTime?(h(),o(`span`,ct,` – `+a(f.formatTime(e.endTime)),1)):p(``,!0),n[2]||=l(` Uhr `,-1)])):p(``,!0),f.shouldDisplay(`place`)&&e.eventPlace?.name?(h(),o(`span`,lt,[n[3]||=i(`strong`,null,`Ort:`,-1),l(` `+a(e.eventPlace?.name),1)])):p(``,!0)]),f.shouldDisplay(`description`)&&e.description?(h(),o(`p`,ut,a(e.description),1)):p(``,!0),f.shouldDisplay(`contactPerson`)&&e.contactPersons?.length?(h(),o(`p`,dt,[i(`span`,null,[n[4]||=i(`strong`,null,`Kontakt:`,-1),l(` `+a(e.contactPersons.map(e=>f.formatContactPerson(e)).join(`, `)),1)])])):p(``,!0),f.shouldDisplay(`institution`)&&e.institution?.name?(h(),o(`p`,ft,[i(`span`,null,[n[5]||=i(`strong`,null,`Institution:`,-1),l(` `+a(e.institution?.name),1)])])):p(``,!0),f.shouldDisplay(`type`)&&e.eventType?.caption?(h(),o(`p`,pt,[i(`span`,null,[n[6]||=i(`strong`,null,`Typ:`,-1),l(` `+a(e.eventType?.caption),1)])])):p(``,!0)])])],2))),128))])):(h(),o(`p`,mt,`Keine Veranstaltungen verfügbar.`))])}var gt=f($e,[[`render`,ht],[`__scopeId`,`data-v-9099d214`]]),_t={name:`ContactRender`,props:{config:{type:Object,required:!0}},data(){return{contacts:[],loading:!0,error:null,displayOptions:[]}},async created(){try{this.displayOptions=this.config.display||[],this.contacts=(await _.post(`/contact-persons/filter`,{config:JSON.stringify(this.config)})).data,this.loading=!1}catch(e){console.error(`Error loading contacts:`,e),this.error=`Fehler beim Laden der Kontaktpersonen`,this.loading=!1}},methods:{formatDate(e){return e?new Date(e).toLocaleDateString(`de-DE`,{day:`2-digit`,month:`2-digit`,year:`numeric`}):``}}},vt={key:0,class:`mg-stack`},yt={class:`mg-title`},bt={key:0,class:`expiry-date`},xt={key:0,class:`mg-meta`},St={class:`mg-stack stack-tight`},Ct={key:0,class:`mg-text`},wt={key:1,class:`mg-text`},Tt={key:2,class:`mg-text`},Et={key:3,class:`mg-text`},Dt={key:4,class:`mg-text`},Ot={key:1,class:`float-list`},kt={key:0,class:`expiry-date`},At={key:1},jt={key:2},Mt={key:3},Nt={key:4},Pt={key:5},Ft={key:6};function It(e,n,r,c,u,d){return r.config&&r.config.style===`box`&&u.contacts&&u.contacts.length&&u.contacts.length>0?(h(),o(`div`,vt,[(h(!0),o(s,null,t(u.contacts,e=>(h(),o(`article`,{key:e.id,class:`mg-card`},[i(`h3`,yt,[l(a(e.name)+` `,1),e.expiryDate?(h(),o(`span`,bt,`(bis `+a(d.formatDate(e.expiryDate))+`)`,1)):p(``,!0)]),u.displayOptions.includes(`positions`)&&e.positions?.length?(h(),o(`p`,xt,[i(`span`,null,[n[0]||=i(`strong`,null,`Positionen:`,-1),l(` `+a(e.positions.map(e=>e.caption).join(`, `)),1)])])):p(``,!0),i(`div`,St,[u.displayOptions.includes(`phone`)&&e.phone?(h(),o(`p`,Ct,[n[1]||=i(`strong`,null,`Telefon:`,-1),l(` `+a(e.phone),1)])):p(``,!0),u.displayOptions.includes(`email`)&&e.email?(h(),o(`p`,wt,[n[2]||=i(`strong`,null,`E-Mail:`,-1),l(` `+a(e.email),1)])):p(``,!0),u.displayOptions.includes(`street`)&&e.street?(h(),o(`p`,Tt,[n[3]||=i(`strong`,null,`Straße:`,-1),l(` `+a(e.street),1)])):p(``,!0),u.displayOptions.includes(`zipcode`)&&e.zipcode?(h(),o(`p`,Et,[n[4]||=i(`strong`,null,`PLZ:`,-1),l(` `+a(e.zipcode),1)])):p(``,!0),u.displayOptions.includes(`city`)&&e.city?(h(),o(`p`,Dt,[n[5]||=i(`strong`,null,`Stadt:`,-1),l(` `+a(e.city),1)])):p(``,!0)])]))),128))])):r.config.style===`float`&&u.contacts&&u.contacts.length&&u.contacts.length>0?(h(),o(`div`,Ot,[(h(!0),o(s,null,t(u.contacts,e=>(h(),o(`p`,{key:e.id,class:`float-item`},[i(`strong`,null,a(e.name),1),e.expiryDate?(h(),o(`span`,kt,` (bis `+a(d.formatDate(e.expiryDate))+`)`,1)):p(``,!0),u.displayOptions.includes(`phone`)&&e.phone?(h(),o(`span`,At,`, Telefon: `+a(e.phone),1)):p(``,!0),u.displayOptions.includes(`street`)&&e.street?(h(),o(`span`,jt,`, Straße: `+a(e.street),1)):p(``,!0),u.displayOptions.includes(`zipcode`)&&e.zipcode?(h(),o(`span`,Mt,`, PLZ: `+a(e.zipcode),1)):p(``,!0),u.displayOptions.includes(`city`)&&e.city?(h(),o(`span`,Nt,`, Stadt: `+a(e.city),1)):p(``,!0),u.displayOptions.includes(`email`)&&e.email?(h(),o(`span`,Pt,`, E-Mail: `+a(e.email),1)):p(``,!0),u.displayOptions.includes(`positions`)&&e.positions?.length?(h(),o(`span`,Ft,`, Positionen: `+a(e.positions.map(e=>e.caption).join(`, `)),1)):p(``,!0)]))),128))])):p(``,!0)}var Lt=f(_t,[[`render`,It],[`__scopeId`,`data-v-124908c6`]]),Rt={name:`InstitutionRender`,props:{config:{type:Object,required:!0}},data(){return{institution:null,loading:!0,error:null,displayOptions:[]}},async created(){try{this.displayOptions=this.config.display||[],this.institution=(await _.get(`/institutions/`+this.config.id,{config:JSON.stringify(this.config)})).data,this.loading=!1}catch(e){console.error(`Error loading institutions:`,e),this.error=`Fehler beim Laden der Institutionen`,this.loading=!1}}},zt={key:0},Bt={key:0},Vt={key:1},Ht={key:2},Ut={key:3},Wt={key:4},Gt={key:1},Kt={key:0},qt={key:1},$={key:2},Jt={key:3},Yt={key:4},Xt={key:2};function Zt(e,t,n,r,s,c){return n.config&&n.config.style===`box`&&s.institution?(h(),o(`div`,zt,[i(`h3`,null,a(s.institution.name),1),s.displayOptions.includes(`street`)?(h(),o(`span`,Bt,[l(`Straße: `+a(s.institution.street),1),t[0]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`zipcode`)?(h(),o(`span`,Vt,[l(`Postleitzahl: `+a(s.institution.zipcode),1),t[1]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`city`)?(h(),o(`span`,Ht,[l(`Stadt: `+a(s.institution.city),1),t[2]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`email`)?(h(),o(`span`,Ut,[l(`E-Mail: `+a(s.institution.email),1),t[3]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`phone`)?(h(),o(`span`,Wt,[l(`Telefon: `+a(s.institution.phone),1),t[4]||=i(`br`,null,null,-1)])):p(``,!0)])):n.config.style===`float`&&s.institution?(h(),o(`span`,Gt,[l(a(s.institution.name)+` `,1),s.displayOptions.includes(`street`)?(h(),o(`span`,Kt,`, Straße: `+a(s.institution.street),1)):p(``,!0),s.displayOptions.includes(`zipcode`)?(h(),o(`span`,qt,`, Postleitzahl: `+a(s.institution.zipcode),1)):p(``,!0),s.displayOptions.includes(`city`)?(h(),o(`span`,$,`, Stadt: `+a(s.institution.city),1)):p(``,!0),s.displayOptions.includes(`email`)?(h(),o(`span`,Jt,`, E-Mail: `+a(s.institution.email),1)):p(``,!0),s.displayOptions.includes(`phone`)?(h(),o(`span`,Yt,`, Telefon: `+a(s.institution.phone),1)):p(``,!0)])):(h(),o(`span`,Xt,[l(a(n.config),1),t[5]||=i(`br`,null,null,-1),l(` --- `+a(s.institution),1)]))}var Qt=f(Rt,[[`render`,Zt],[`__scopeId`,`data-v-91ca350f`]]),$t={name:`DownloadLink`,props:{hash:{type:String,required:!0}},data(){return{title:``,link:``}},async created(){await this.fetchFile()},methods:{async fetchFile(){try{let t=await e.get(`/files/hash/`+this.hash);this.title=t.data.title,this.events=t.data.events}catch(e){console.error(`Fehler beim Abrufen der Events`,e)}},async downloadFile(){let t=await e.get(`/files/download/${this.hash}`,{responseType:`blob`}),n=new Blob([t.data],{type:t.data.type}),r=document.createElement(`a`);r.href=window.URL.createObjectURL(n),r.download=`${this.title}${this.extension}`,r.click(),window.URL.revokeObjectURL(r.href)}}};function en(e,t,n,r,i,s){return i.title?(h(),o(`span`,{key:0,onClick:t[0]||=(...e)=>s.downloadFile&&s.downloadFile(...e)},a(i.title),1)):p(``,!0)}var tn=f($t,[[`render`,en],[`__scopeId`,`data-v-bfbab2d9`]]),nn={name:`RenderContentComponent`,props:{content:{type:String,required:!0}},setup(e){let t=r(``),n=e=>{let t=i(e);return t=a(t),t=o(t),t=s(t),t=l(t),t=u(t),t},i=e=>{let t=/{{ worshipslist:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`worship-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(ge,{config:JSON.parse(t)})}}).mount(e)},0),`
`}),n},a=e=>{let t=/{{ image:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`image-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(E,{id:t})}}).mount(e)},0),``}),n},o=e=>{let t=/{{ download:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`image-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(tn,{hash:t})}}).mount(e)},0),``}),n},s=e=>{let t=/{{ events:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`event-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(gt,{config:JSON.parse(t)})}}).mount(e)},0),`
`}),n},l=e=>{let t=/{{ contact:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=d(t),r=`contact-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(r);e&&g({render(){return m(Lt,{config:n})}}).mount(e)},0),`
`}),n},u=e=>{let t=/{{ institution:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=d(t),r=`institution-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(r);e&&g({render(){return m(Qt,{config:n})}}).mount(e)},0),`
`}),n},d=e=>{try{return JSON.parse(e)}catch(t){return console.error(`Error parsing config:`,t),console.log(e),{}}};return c(()=>e.content,e=>{t.value=n(e)},{immediate:!0}),{parsedContent:t}}},rn=[`innerHTML`];function an(e,t,n,r,i,a){return h(),o(`div`,{class:`content-render`,innerHTML:r.parsedContent},null,8,rn)}var on=f(nn,[[`render`,an],[`__scopeId`,`data-v-956c804a`]]);export{on as t}; +//# sourceMappingURL=RenderContentComponent-BMRK9xic.js.map \ No newline at end of file diff --git a/public/assets/RenderContentComponent-BQ5tORIm.css b/public/assets/RenderContentComponent-BQ5tORIm.css new file mode 100644 index 0000000..066d0bf --- /dev/null +++ b/public/assets/RenderContentComponent-BQ5tORIm.css @@ -0,0 +1 @@ +.worship-card[data-v-1fe1f289]{gap:var(--space-4);grid-template-columns:180px 1fr;align-items:start;display:grid}@media (width<=640px){.worship-card[data-v-1fe1f289]{gap:var(--space-3);grid-template-columns:1fr}}.worship-card__left[data-v-1fe1f289]{padding:var(--space-3);color:var(--color-text);background:var(--color-bg-subtle);border:1px solid #00000014;border-radius:6px}.worship-card__date[data-v-1fe1f289]{font-weight:600}.worship-card__day[data-v-1fe1f289],.worship-card__place[data-v-1fe1f289]{margin-top:var(--space-1);color:#000000bf}.worship-card__right[data-v-1fe1f289]{min-width:0}.highlight-time[data-v-1fe1f289]{text-decoration:underline}.neighborhood-invitation[data-v-1fe1f289]{font-weight:600}a[data-v-1fe1f289]{color:var(--color-brand-primary-hover)}.internal-information[data-v-1fe1f289]{color:#a01935;font-style:italic}.stack-tight[data-v-1fe1f289]{gap:var(--space-2)}.image[data-v-f81373cb]{max-width:400px;max-height:300px}.mg-title[data-v-9099d214]{margin-top:0}.expiry-date[data-v-124908c6]{color:var(--color-text-muted);font-size:.9em;font-style:italic}.stack-tight[data-v-124908c6]{gap:var(--space-2)}.float-list[data-v-124908c6]{gap:var(--space-3);display:grid}.float-item[data-v-124908c6]{margin:0}span[data-v-bfbab2d9]{cursor:pointer;color:#00f;text-decoration:underline} diff --git a/public/assets/RenderContentComponent-BtTJBGcC.css b/public/assets/RenderContentComponent-BtTJBGcC.css new file mode 100644 index 0000000..dcc4c6e --- /dev/null +++ b/public/assets/RenderContentComponent-BtTJBGcC.css @@ -0,0 +1 @@ +.worship-card[data-v-1fe1f289]{gap:var(--space-4);grid-template-columns:180px 1fr;align-items:start;display:grid}@media (width<=640px){.worship-card[data-v-1fe1f289]{gap:var(--space-3);grid-template-columns:1fr}}.worship-card__left[data-v-1fe1f289]{padding:var(--space-3);color:var(--color-text);background:var(--color-bg-subtle);border:1px solid #00000014;border-radius:6px}.worship-card__date[data-v-1fe1f289]{font-weight:600}.worship-card__day[data-v-1fe1f289],.worship-card__place[data-v-1fe1f289]{margin-top:var(--space-1);color:#000000bf}.worship-card__right[data-v-1fe1f289]{min-width:0}.highlight-time[data-v-1fe1f289]{text-decoration:underline}.neighborhood-invitation[data-v-1fe1f289]{font-weight:600}a[data-v-1fe1f289]{color:var(--color-brand-primary-hover)}.internal-information[data-v-1fe1f289]{color:#a01935;font-style:italic}.stack-tight[data-v-1fe1f289]{gap:var(--space-2)}.image[data-v-f81373cb]{max-width:400px;max-height:300px}.mg-title[data-v-9099d214]{margin-top:0}.expiry-date[data-v-124908c6]{color:var(--color-text-muted);font-size:.9em;font-style:italic}.stack-tight[data-v-124908c6]{gap:var(--space-2)}.float-list[data-v-124908c6]{gap:var(--space-3);display:grid}.float-item[data-v-124908c6]{margin:0}span[data-v-bfbab2d9]{cursor:pointer;color:#00f;text-decoration:underline}.content-render[data-v-75fdaaa2] ul,.content-render[data-v-75fdaaa2] ol{margin:.45rem 0 .65rem;padding-left:1.25rem}.content-render[data-v-75fdaaa2] li{margin:.18rem 0;line-height:1.45}.content-render[data-v-75fdaaa2] ul{list-style-type:disc}.content-render[data-v-75fdaaa2] ul ul{margin-top:.25rem;list-style-type:circle}.content-render[data-v-75fdaaa2] ol{list-style-position:outside} diff --git a/public/assets/RenderContentComponent-BxSffKIg.css b/public/assets/RenderContentComponent-BxSffKIg.css new file mode 100644 index 0000000..8b9bfa1 --- /dev/null +++ b/public/assets/RenderContentComponent-BxSffKIg.css @@ -0,0 +1 @@ +.worship-card[data-v-1fe1f289]{gap:var(--space-4);grid-template-columns:180px 1fr;align-items:start;display:grid}@media (width<=640px){.worship-card[data-v-1fe1f289]{gap:var(--space-3);grid-template-columns:1fr}}.worship-card__left[data-v-1fe1f289]{padding:var(--space-3);color:var(--color-text);background:var(--color-bg-subtle);border:1px solid #00000014;border-radius:6px}.worship-card__date[data-v-1fe1f289]{font-weight:600}.worship-card__day[data-v-1fe1f289],.worship-card__place[data-v-1fe1f289]{margin-top:var(--space-1);color:#000000bf}.worship-card__right[data-v-1fe1f289]{min-width:0}.highlight-time[data-v-1fe1f289]{text-decoration:underline}.neighborhood-invitation[data-v-1fe1f289]{font-weight:600}a[data-v-1fe1f289]{color:var(--color-brand-primary-hover)}.internal-information[data-v-1fe1f289]{color:#a01935;font-style:italic}.stack-tight[data-v-1fe1f289]{gap:var(--space-2)}.image[data-v-f81373cb]{max-width:400px;max-height:300px}.mg-title[data-v-9099d214]{margin-top:0}.expiry-date[data-v-124908c6]{color:var(--color-text-muted);font-size:.9em;font-style:italic}.stack-tight[data-v-124908c6]{gap:var(--space-2)}.float-list[data-v-124908c6]{gap:var(--space-3);display:grid}.float-item[data-v-124908c6]{margin:0}span[data-v-bfbab2d9]{cursor:pointer;color:#00f;text-decoration:underline}.content-render[data-v-956c804a] ul,.content-render[data-v-956c804a] ol{margin:.2rem 0 .35rem;padding-left:1.05rem}.content-render[data-v-956c804a] li{margin:.08rem 0;line-height:1.35}.content-render[data-v-956c804a] ul{padding-left:0;list-style:none}.content-render[data-v-956c804a] ul>li{padding-left:1.05rem;position:relative}.content-render[data-v-956c804a] ul>li:before{content:"•";color:var(--color-brand-primary-hover);font-size:.95em;line-height:1;position:absolute;top:.02em;left:0}.content-render[data-v-956c804a] ul ul{margin-top:.08rem;margin-bottom:.18rem}.content-render[data-v-956c804a] ul ul>li{padding-left:.95rem}.content-render[data-v-956c804a] ul ul>li:before{content:"◦";color:var(--color-text-muted);font-size:.9em}.content-render[data-v-956c804a] ol{list-style-position:outside}.content-render[data-v-956c804a] ol>li::marker{color:var(--color-brand-primary-hover);font-weight:600} diff --git a/public/assets/RenderContentComponent-C8WFtFLq.js b/public/assets/RenderContentComponent-C8WFtFLq.js new file mode 100644 index 0000000..5fb3b20 --- /dev/null +++ b/public/assets/RenderContentComponent-C8WFtFLq.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,I as n,L as r,c as i,ct as a,d as o,i as s,k as c,m as l,ot as u,st as d,t as f,u as p,v as m,w as h}from"./_plugin-vue_export-helper-Conii5fq.js";import{n as g}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as _}from"./router--Un6xX_2.js";import{n as v,t as y}from"./strings-CNeI630x.js";var b={name:`WorshipRender`,props:{config:{type:Object,required:!0}},data(){return{worships:[]}},async created(){await this.fetchWorships()},methods:{formatTime:v,formatDate:y,async fetchWorships(){try{this.worships=(await _.get(`/worships/filtered`,{params:this.config})).data}catch(e){console.error(`Fehler beim Abrufen der Gottesdienste:`,e)}}}},x={key:0,class:`mg-stack`},S={class:`worship-card`},C={class:`worship-card__date`},w={key:0,class:`worship-card__day`},ee={key:1,class:`worship-card__place`},te={class:`worship-card__right`},ne={class:`mg-title`},re={key:0,class:`neighborhood-invitation mg-accent-left`},ie={class:`mg-stack stack-tight`},ae={key:0,class:`mg-text`},oe={key:1,class:`mg-text`},se={key:2,class:`mg-text`},ce={key:3,class:`mg-text`},le={key:4,class:`internal-information mg-text`},ue={key:5,class:`internal-information mg-text`},de={key:6,class:`selfinformation mg-text`},fe=[`href`],pe={key:1},me={key:1};function he(e,n,r,c,f,m){return h(),o(`div`,null,[f.worships.length?(h(),o(`div`,x,[(h(!0),o(s,null,t(f.worships,e=>(h(),o(`article`,{key:e.id,class:`mg-card`},[i(`div`,S,[i(`aside`,{class:`worship-card__left`,style:d(e.eventPlace?.backgroundColor?`background-color:${e.eventPlace.backgroundColor}`:``)},[i(`div`,C,a(m.formatDate(e.date)),1),e.dayName?(h(),o(`div`,w,a(e.dayName),1)):p(``,!0),e.eventPlace?.name?(h(),o(`div`,ee,a(e.eventPlace.name),1)):p(``,!0)],4),i(`div`,te,[i(`h3`,ne,[i(`span`,{class:u(e.highlightTime?`highlight-time`:``)},a(m.formatTime(e.time)),3),n[0]||=i(`span`,{"aria-hidden":`true`},` – `,-1),l(` `+a(e.title?e.title:e.eventPlace&&e.eventPlace.name?`Gottesdienst in ${e.eventPlace.name}`:`Gottesdienst`),1)]),e.neighborInvitation?(h(),o(`p`,re,` Einladung zum Gottesdienst im Nachbarschaftsraum `)):p(``,!0),i(`div`,ie,[e.organizer?(h(),o(`p`,ae,[n[1]||=i(`strong`,null,`Gestaltung:`,-1),l(` `+a(e.organizer),1)])):p(``,!0),e.collection?(h(),o(`p`,oe,[n[2]||=i(`strong`,null,`Kollekte:`,-1),l(` `+a(e.collection),1)])):p(``,!0),e.address?(h(),o(`p`,se,[n[3]||=i(`strong`,null,`Adresse:`,-1),l(` `+a(e.address),1)])):p(``,!0),!e.address&&e.eventPlace&&e.eventPlace.id?(h(),o(`p`,ce,[n[4]||=i(`strong`,null,`Adresse:`,-1),l(` `+a(e.eventPlace.name)+`, `+a(e.eventPlace.street)+`, `+a(e.eventPlace.city),1)])):p(``,!0),e.sacristanService?(h(),o(`p`,le,[n[5]||=i(`strong`,null,`Küsterdienst:`,-1),l(` `+a(e.sacristanService),1)])):p(``,!0),e.organPlaying?(h(),o(`p`,ue,[n[6]||=i(`strong`,null,`Orgelspiel:`,-1),l(` `+a(e.organPlaying),1)])):p(``,!0),e.selfInformation?(h(),o(`p`,de,[n[7]||=l(` Bitte informieren Sie sich auch auf den `,-1),e.eventPlace&&e.eventPlace.website?(h(),o(`a`,{key:0,href:e.eventPlace.website,target:`_blank`,rel:`noopener noreferrer`},`Internetseiten dieser Gemeinde`,8,fe)):(h(),o(`span`,pe,`Internetseiten dieser Gemeinde`)),n[8]||=l(`. `,-1)])):p(``,!0)])])])]))),128))])):(h(),o(`p`,me,`Keine Gottesdienste verfügbar.`))])}var ge=f(b,[[`render`,he],[`__scopeId`,`data-v-1fe1f289`]]),_e={name:`ImageRender`,props:{id:{type:Number,required:!0}},setup(e){let t=n({filename:``,title:``,description:``,uploadDate:``,pageId:null});return(async()=>{try{let n=await _.get(`/image/`+e.id);Object.assign(t,n.data)}catch(e){console.log(`Fehler beim Abrufen eines Bildes`,e)}})(),{image:t}}},ve=[`src`,`alt`,`title`];function T(e,t,n,r,i,a){return r.image.filename?(h(),o(`img`,{key:0,src:`/images/uploads/${r.image.filename}`,alt:r.image.title,title:r.image.title,class:`image`},null,8,ve)):p(``,!0)}var E=f(_e,[[`render`,T],[`__scopeId`,`data-v-f81373cb`]]);function D(e){let t=Object.prototype.toString.call(e);return e instanceof Date||typeof e==`object`&&t===`[object Date]`?new e.constructor(+e):typeof e==`number`||t===`[object Number]`||typeof e==`string`||t===`[object String]`?new Date(e):new Date(NaN)}function O(e,t){return e instanceof Date?new e.constructor(t):new Date(t)}var k=365.2425,A=6048e5,j=864e5,M=3600*24;M*7,M*k/12*3;var N={};function P(){return N}function F(e,t){let n=P(),r=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0,i=D(e),a=i.getDay(),o=(a=i.getTime()?n+1:t.getTime()>=o.getTime()?n:n-1}function R(e){let t=D(e);return t.setHours(0,0,0,0),t}function z(e){let t=D(e),n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),e-+n}function ye(e,t){let n=R(e),r=R(t),i=+n-z(n),a=+r-z(r);return Math.round((i-a)/j)}function be(e){let t=L(e),n=O(e,0);return n.setFullYear(t,0,4),n.setHours(0,0,0,0),I(n)}function xe(e){return e instanceof Date||typeof e==`object`&&Object.prototype.toString.call(e)===`[object Date]`}function Se(e){if(!xe(e)&&typeof e!=`number`)return!1;let t=D(e);return!isNaN(Number(t))}function Ce(e){let t=D(e),n=O(e,0);return n.setFullYear(t.getFullYear(),0,1),n.setHours(0,0,0,0),n}var we={lessThanXSeconds:{one:`less than a second`,other:`less than {{count}} seconds`},xSeconds:{one:`1 second`,other:`{{count}} seconds`},halfAMinute:`half a minute`,lessThanXMinutes:{one:`less than a minute`,other:`less than {{count}} minutes`},xMinutes:{one:`1 minute`,other:`{{count}} minutes`},aboutXHours:{one:`about 1 hour`,other:`about {{count}} hours`},xHours:{one:`1 hour`,other:`{{count}} hours`},xDays:{one:`1 day`,other:`{{count}} days`},aboutXWeeks:{one:`about 1 week`,other:`about {{count}} weeks`},xWeeks:{one:`1 week`,other:`{{count}} weeks`},aboutXMonths:{one:`about 1 month`,other:`about {{count}} months`},xMonths:{one:`1 month`,other:`{{count}} months`},aboutXYears:{one:`about 1 year`,other:`about {{count}} years`},xYears:{one:`1 year`,other:`{{count}} years`},overXYears:{one:`over 1 year`,other:`over {{count}} years`},almostXYears:{one:`almost 1 year`,other:`almost {{count}} years`}},Te=(e,t,n)=>{let r,i=we[e];return r=typeof i==`string`?i:t===1?i.one:i.other.replace(`{{count}}`,t.toString()),n?.addSuffix?n.comparison&&n.comparison>0?`in `+r:r+` ago`:r};function B(e){return(t={})=>{let n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}var Ee={date:B({formats:{full:`EEEE, MMMM do, y`,long:`MMMM do, y`,medium:`MMM d, y`,short:`MM/dd/yyyy`},defaultWidth:`full`}),time:B({formats:{full:`h:mm:ss a zzzz`,long:`h:mm:ss a z`,medium:`h:mm:ss a`,short:`h:mm a`},defaultWidth:`full`}),dateTime:B({formats:{full:`{{date}} 'at' {{time}}`,long:`{{date}} 'at' {{time}}`,medium:`{{date}}, {{time}}`,short:`{{date}}, {{time}}`},defaultWidth:`full`})},De={lastWeek:`'last' eeee 'at' p`,yesterday:`'yesterday at' p`,today:`'today at' p`,tomorrow:`'tomorrow at' p`,nextWeek:`eeee 'at' p`,other:`P`},Oe=(e,t,n,r)=>De[e];function V(e){return(t,n)=>{let r=n?.context?String(n.context):`standalone`,i;if(r===`formatting`&&e.formattingValues){let t=e.defaultFormattingWidth||e.defaultWidth,r=n?.width?String(n.width):t;i=e.formattingValues[r]||e.formattingValues[t]}else{let t=e.defaultWidth,r=n?.width?String(n.width):e.defaultWidth;i=e.values[r]||e.values[t]}let a=e.argumentCallback?e.argumentCallback(t):t;return i[a]}}var ke={ordinalNumber:(e,t)=>{let n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+`st`;case 2:return n+`nd`;case 3:return n+`rd`}return n+`th`},era:V({values:{narrow:[`B`,`A`],abbreviated:[`BC`,`AD`],wide:[`Before Christ`,`Anno Domini`]},defaultWidth:`wide`}),quarter:V({values:{narrow:[`1`,`2`,`3`,`4`],abbreviated:[`Q1`,`Q2`,`Q3`,`Q4`],wide:[`1st quarter`,`2nd quarter`,`3rd quarter`,`4th quarter`]},defaultWidth:`wide`,argumentCallback:e=>e-1}),month:V({values:{narrow:[`J`,`F`,`M`,`A`,`M`,`J`,`J`,`A`,`S`,`O`,`N`,`D`],abbreviated:[`Jan`,`Feb`,`Mar`,`Apr`,`May`,`Jun`,`Jul`,`Aug`,`Sep`,`Oct`,`Nov`,`Dec`],wide:[`January`,`February`,`March`,`April`,`May`,`June`,`July`,`August`,`September`,`October`,`November`,`December`]},defaultWidth:`wide`}),day:V({values:{narrow:[`S`,`M`,`T`,`W`,`T`,`F`,`S`],short:[`Su`,`Mo`,`Tu`,`We`,`Th`,`Fr`,`Sa`],abbreviated:[`Sun`,`Mon`,`Tue`,`Wed`,`Thu`,`Fri`,`Sat`],wide:[`Sunday`,`Monday`,`Tuesday`,`Wednesday`,`Thursday`,`Friday`,`Saturday`]},defaultWidth:`wide`}),dayPeriod:V({values:{narrow:{am:`a`,pm:`p`,midnight:`mi`,noon:`n`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`},abbreviated:{am:`AM`,pm:`PM`,midnight:`midnight`,noon:`noon`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`},wide:{am:`a.m.`,pm:`p.m.`,midnight:`midnight`,noon:`noon`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`}},defaultWidth:`wide`,formattingValues:{narrow:{am:`a`,pm:`p`,midnight:`mi`,noon:`n`,morning:`in the morning`,afternoon:`in the afternoon`,evening:`in the evening`,night:`at night`},abbreviated:{am:`AM`,pm:`PM`,midnight:`midnight`,noon:`noon`,morning:`in the morning`,afternoon:`in the afternoon`,evening:`in the evening`,night:`at night`},wide:{am:`a.m.`,pm:`p.m.`,midnight:`midnight`,noon:`noon`,morning:`in the morning`,afternoon:`in the afternoon`,evening:`in the evening`,night:`at night`}},defaultFormattingWidth:`wide`})};function H(e){return(t,n={})=>{let r=n.width,i=r&&e.matchPatterns[r]||e.matchPatterns[e.defaultMatchWidth],a=t.match(i);if(!a)return null;let o=a[0],s=r&&e.parsePatterns[r]||e.parsePatterns[e.defaultParseWidth],c=Array.isArray(s)?je(s,e=>e.test(o)):Ae(s,e=>e.test(o)),l;l=e.valueCallback?e.valueCallback(c):c,l=n.valueCallback?n.valueCallback(l):l;let u=t.slice(o.length);return{value:l,rest:u}}}function Ae(e,t){for(let n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n}function je(e,t){for(let n=0;n{let r=t.match(e.matchPattern);if(!r)return null;let i=r[0],a=t.match(e.parsePattern);if(!a)return null;let o=e.valueCallback?e.valueCallback(a[0]):a[0];o=n.valueCallback?n.valueCallback(o):o;let s=t.slice(i.length);return{value:o,rest:s}}}var Ne={code:`en-US`,formatDistance:Te,formatLong:Ee,formatRelative:Oe,localize:ke,match:{ordinalNumber:Me({matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:e=>parseInt(e,10)}),era:H({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:`wide`,parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:`any`}),quarter:H({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:`wide`,parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:`any`,valueCallback:e=>e+1}),month:H({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:`wide`,parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:`any`}),day:H({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:`wide`,parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:`any`}),dayPeriod:H({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:`any`,parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:`any`})},options:{weekStartsOn:0,firstWeekContainsDate:1}};function Pe(e){let t=D(e);return ye(t,Ce(t))+1}function Fe(e){let t=D(e),n=I(t)-+be(t);return Math.round(n/A)+1}function U(e,t){let n=D(e),r=n.getFullYear(),i=P(),a=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??i.firstWeekContainsDate??i.locale?.options?.firstWeekContainsDate??1,o=O(e,0);o.setFullYear(r+1,0,a),o.setHours(0,0,0,0);let s=F(o,t),c=O(e,0);c.setFullYear(r,0,a),c.setHours(0,0,0,0);let l=F(c,t);return n.getTime()>=s.getTime()?r+1:n.getTime()>=l.getTime()?r:r-1}function Ie(e,t){let n=P(),r=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??n.firstWeekContainsDate??n.locale?.options?.firstWeekContainsDate??1,i=U(e,t),a=O(e,0);return a.setFullYear(i,0,r),a.setHours(0,0,0,0),F(a,t)}function Le(e,t){let n=D(e),r=F(n,t)-+Ie(n,t);return Math.round(r/A)+1}function W(e,t){return(e<0?`-`:``)+Math.abs(e).toString().padStart(t,`0`)}var G={y(e,t){let n=e.getFullYear(),r=n>0?n:1-n;return W(t===`yy`?r%100:r,t.length)},M(e,t){let n=e.getMonth();return t===`M`?String(n+1):W(n+1,2)},d(e,t){return W(e.getDate(),t.length)},a(e,t){let n=e.getHours()/12>=1?`pm`:`am`;switch(t){case`a`:case`aa`:return n.toUpperCase();case`aaa`:return n;case`aaaaa`:return n[0];default:return n===`am`?`a.m.`:`p.m.`}},h(e,t){return W(e.getHours()%12||12,t.length)},H(e,t){return W(e.getHours(),t.length)},m(e,t){return W(e.getMinutes(),t.length)},s(e,t){return W(e.getSeconds(),t.length)},S(e,t){let n=t.length,r=e.getMilliseconds();return W(Math.trunc(r*10**(n-3)),t.length)}},K={am:`am`,pm:`pm`,midnight:`midnight`,noon:`noon`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`},q={G:function(e,t,n){let r=+(e.getFullYear()>0);switch(t){case`G`:case`GG`:case`GGG`:return n.era(r,{width:`abbreviated`});case`GGGGG`:return n.era(r,{width:`narrow`});default:return n.era(r,{width:`wide`})}},y:function(e,t,n){if(t===`yo`){let t=e.getFullYear(),r=t>0?t:1-t;return n.ordinalNumber(r,{unit:`year`})}return G.y(e,t)},Y:function(e,t,n,r){let i=U(e,r),a=i>0?i:1-i;return t===`YY`?W(a%100,2):t===`Yo`?n.ordinalNumber(a,{unit:`year`}):W(a,t.length)},R:function(e,t){return W(L(e),t.length)},u:function(e,t){return W(e.getFullYear(),t.length)},Q:function(e,t,n){let r=Math.ceil((e.getMonth()+1)/3);switch(t){case`Q`:return String(r);case`QQ`:return W(r,2);case`Qo`:return n.ordinalNumber(r,{unit:`quarter`});case`QQQ`:return n.quarter(r,{width:`abbreviated`,context:`formatting`});case`QQQQQ`:return n.quarter(r,{width:`narrow`,context:`formatting`});default:return n.quarter(r,{width:`wide`,context:`formatting`})}},q:function(e,t,n){let r=Math.ceil((e.getMonth()+1)/3);switch(t){case`q`:return String(r);case`qq`:return W(r,2);case`qo`:return n.ordinalNumber(r,{unit:`quarter`});case`qqq`:return n.quarter(r,{width:`abbreviated`,context:`standalone`});case`qqqqq`:return n.quarter(r,{width:`narrow`,context:`standalone`});default:return n.quarter(r,{width:`wide`,context:`standalone`})}},M:function(e,t,n){let r=e.getMonth();switch(t){case`M`:case`MM`:return G.M(e,t);case`Mo`:return n.ordinalNumber(r+1,{unit:`month`});case`MMM`:return n.month(r,{width:`abbreviated`,context:`formatting`});case`MMMMM`:return n.month(r,{width:`narrow`,context:`formatting`});default:return n.month(r,{width:`wide`,context:`formatting`})}},L:function(e,t,n){let r=e.getMonth();switch(t){case`L`:return String(r+1);case`LL`:return W(r+1,2);case`Lo`:return n.ordinalNumber(r+1,{unit:`month`});case`LLL`:return n.month(r,{width:`abbreviated`,context:`standalone`});case`LLLLL`:return n.month(r,{width:`narrow`,context:`standalone`});default:return n.month(r,{width:`wide`,context:`standalone`})}},w:function(e,t,n,r){let i=Le(e,r);return t===`wo`?n.ordinalNumber(i,{unit:`week`}):W(i,t.length)},I:function(e,t,n){let r=Fe(e);return t===`Io`?n.ordinalNumber(r,{unit:`week`}):W(r,t.length)},d:function(e,t,n){return t===`do`?n.ordinalNumber(e.getDate(),{unit:`date`}):G.d(e,t)},D:function(e,t,n){let r=Pe(e);return t===`Do`?n.ordinalNumber(r,{unit:`dayOfYear`}):W(r,t.length)},E:function(e,t,n){let r=e.getDay();switch(t){case`E`:case`EE`:case`EEE`:return n.day(r,{width:`abbreviated`,context:`formatting`});case`EEEEE`:return n.day(r,{width:`narrow`,context:`formatting`});case`EEEEEE`:return n.day(r,{width:`short`,context:`formatting`});default:return n.day(r,{width:`wide`,context:`formatting`})}},e:function(e,t,n,r){let i=e.getDay(),a=(i-r.weekStartsOn+8)%7||7;switch(t){case`e`:return String(a);case`ee`:return W(a,2);case`eo`:return n.ordinalNumber(a,{unit:`day`});case`eee`:return n.day(i,{width:`abbreviated`,context:`formatting`});case`eeeee`:return n.day(i,{width:`narrow`,context:`formatting`});case`eeeeee`:return n.day(i,{width:`short`,context:`formatting`});default:return n.day(i,{width:`wide`,context:`formatting`})}},c:function(e,t,n,r){let i=e.getDay(),a=(i-r.weekStartsOn+8)%7||7;switch(t){case`c`:return String(a);case`cc`:return W(a,t.length);case`co`:return n.ordinalNumber(a,{unit:`day`});case`ccc`:return n.day(i,{width:`abbreviated`,context:`standalone`});case`ccccc`:return n.day(i,{width:`narrow`,context:`standalone`});case`cccccc`:return n.day(i,{width:`short`,context:`standalone`});default:return n.day(i,{width:`wide`,context:`standalone`})}},i:function(e,t,n){let r=e.getDay(),i=r===0?7:r;switch(t){case`i`:return String(i);case`ii`:return W(i,t.length);case`io`:return n.ordinalNumber(i,{unit:`day`});case`iii`:return n.day(r,{width:`abbreviated`,context:`formatting`});case`iiiii`:return n.day(r,{width:`narrow`,context:`formatting`});case`iiiiii`:return n.day(r,{width:`short`,context:`formatting`});default:return n.day(r,{width:`wide`,context:`formatting`})}},a:function(e,t,n){let r=e.getHours()/12>=1?`pm`:`am`;switch(t){case`a`:case`aa`:return n.dayPeriod(r,{width:`abbreviated`,context:`formatting`});case`aaa`:return n.dayPeriod(r,{width:`abbreviated`,context:`formatting`}).toLowerCase();case`aaaaa`:return n.dayPeriod(r,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(r,{width:`wide`,context:`formatting`})}},b:function(e,t,n){let r=e.getHours(),i;switch(i=r===12?K.noon:r===0?K.midnight:r/12>=1?`pm`:`am`,t){case`b`:case`bb`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`});case`bbb`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`}).toLowerCase();case`bbbbb`:return n.dayPeriod(i,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(i,{width:`wide`,context:`formatting`})}},B:function(e,t,n){let r=e.getHours(),i;switch(i=r>=17?K.evening:r>=12?K.afternoon:r>=4?K.morning:K.night,t){case`B`:case`BB`:case`BBB`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`});case`BBBBB`:return n.dayPeriod(i,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(i,{width:`wide`,context:`formatting`})}},h:function(e,t,n){if(t===`ho`){let t=e.getHours()%12;return t===0&&(t=12),n.ordinalNumber(t,{unit:`hour`})}return G.h(e,t)},H:function(e,t,n){return t===`Ho`?n.ordinalNumber(e.getHours(),{unit:`hour`}):G.H(e,t)},K:function(e,t,n){let r=e.getHours()%12;return t===`Ko`?n.ordinalNumber(r,{unit:`hour`}):W(r,t.length)},k:function(e,t,n){let r=e.getHours();return r===0&&(r=24),t===`ko`?n.ordinalNumber(r,{unit:`hour`}):W(r,t.length)},m:function(e,t,n){return t===`mo`?n.ordinalNumber(e.getMinutes(),{unit:`minute`}):G.m(e,t)},s:function(e,t,n){return t===`so`?n.ordinalNumber(e.getSeconds(),{unit:`second`}):G.s(e,t)},S:function(e,t){return G.S(e,t)},X:function(e,t,n){let r=e.getTimezoneOffset();if(r===0)return`Z`;switch(t){case`X`:return Y(r);case`XXXX`:case`XX`:return X(r);default:return X(r,`:`)}},x:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`x`:return Y(r);case`xxxx`:case`xx`:return X(r);default:return X(r,`:`)}},O:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`O`:case`OO`:case`OOO`:return`GMT`+J(r,`:`);default:return`GMT`+X(r,`:`)}},z:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`z`:case`zz`:case`zzz`:return`GMT`+J(r,`:`);default:return`GMT`+X(r,`:`)}},t:function(e,t,n){return W(Math.trunc(e.getTime()/1e3),t.length)},T:function(e,t,n){return W(e.getTime(),t.length)}};function J(e,t=``){let n=e>0?`-`:`+`,r=Math.abs(e),i=Math.trunc(r/60),a=r%60;return a===0?n+String(i):n+String(i)+t+W(a,2)}function Y(e,t){return e%60==0?(e>0?`-`:`+`)+W(Math.abs(e)/60,2):X(e,t)}function X(e,t=``){let n=e>0?`-`:`+`,r=Math.abs(e),i=W(Math.trunc(r/60),2),a=W(r%60,2);return n+i+t+a}var Z=(e,t)=>{switch(e){case`P`:return t.date({width:`short`});case`PP`:return t.date({width:`medium`});case`PPP`:return t.date({width:`long`});default:return t.date({width:`full`})}},Q=(e,t)=>{switch(e){case`p`:return t.time({width:`short`});case`pp`:return t.time({width:`medium`});case`ppp`:return t.time({width:`long`});default:return t.time({width:`full`})}},Re={p:Q,P:(e,t)=>{let n=e.match(/(P+)(p+)?/)||[],r=n[1],i=n[2];if(!i)return Z(e,t);let a;switch(r){case`P`:a=t.dateTime({width:`short`});break;case`PP`:a=t.dateTime({width:`medium`});break;case`PPP`:a=t.dateTime({width:`long`});break;default:a=t.dateTime({width:`full`});break}return a.replace(`{{date}}`,Z(r,t)).replace(`{{time}}`,Q(i,t))}},ze=/^D+$/,Be=/^Y+$/,Ve=[`D`,`DD`,`YY`,`YYYY`];function He(e){return ze.test(e)}function Ue(e){return Be.test(e)}function We(e,t,n){let r=Ge(e,t,n);if(console.warn(r),Ve.includes(e))throw RangeError(r)}function Ge(e,t,n){let r=e[0]===`Y`?`years`:`days of the month`;return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${r} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}var Ke=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,qe=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Je=/^'([^]*?)'?$/,Ye=/''/g,Xe=/[a-zA-Z]/;function Ze(e,t,n){let r=P(),i=n?.locale??r.locale??Ne,a=n?.firstWeekContainsDate??n?.locale?.options?.firstWeekContainsDate??r.firstWeekContainsDate??r.locale?.options?.firstWeekContainsDate??1,o=n?.weekStartsOn??n?.locale?.options?.weekStartsOn??r.weekStartsOn??r.locale?.options?.weekStartsOn??0,s=D(e);if(!Se(s))throw RangeError(`Invalid time value`);let c=t.match(qe).map(e=>{let t=e[0];if(t===`p`||t===`P`){let n=Re[t];return n(e,i.formatLong)}return e}).join(``).match(Ke).map(e=>{if(e===`''`)return{isToken:!1,value:`'`};let t=e[0];if(t===`'`)return{isToken:!1,value:Qe(e)};if(q[t])return{isToken:!0,value:e};if(t.match(Xe))throw RangeError("Format string contains an unescaped latin alphabet character `"+t+"`");return{isToken:!1,value:e}});i.localize.preprocessor&&(c=i.localize.preprocessor(s,c));let l={firstWeekContainsDate:a,weekStartsOn:o,locale:i};return c.map(r=>{if(!r.isToken)return r.value;let a=r.value;(!n?.useAdditionalWeekYearTokens&&Ue(a)||!n?.useAdditionalDayOfYearTokens&&He(a))&&We(a,t,String(e));let o=q[a[0]];return o(s,a,i.localize,l)}).join(``)}function Qe(e){let t=e.match(Je);return t?t[1].replace(Ye,`'`):e}var $e={name:`EventRender`,props:{config:{type:Object,required:!0}},data(){return{events:[],imageMap:{}}},async created(){await this.fetchEvents()},methods:{formatTime:v,async fetchEvents(){try{this.events=(await _.post(`/events/filter`,this.config)).data.events,await Promise.all(this.events.filter(e=>this.hasImage(e)).map(async e=>{try{let t=await _.get(`/image/`+e.relatedImage);this.imageMap[e.relatedImage]=`/images/uploads/`+t.data.filename}catch(t){console.error(`Bild konnte nicht geladen werden (ID ${e.relatedImage}):`,t)}}))}catch(e){console.error(`Fehler beim Abrufen der Events`,e)}},shouldDisplay(e){return this.config.display.includes(e)},formatDateOrDay(e,t){return e?Ze(new Date(e),`dd.MM.yyyy`):t==null?``:[`Sonntag`,`Montag`,`Dienstag`,`Mittwoch`,`Donnerstag`,`Freitag`,`Samstag`][t]},hasImage(e){return e.relatedImage&&e.relatedImage!=``},async imagePath(e){let t=`/images/uploads/`+(await _.get(`/image/`+e)).data.filename;return console.log(t),t},formatContactPerson(e){if(!e.expiryDate)return e.name;let t=new Date(e.expiryDate).toLocaleDateString(`de-DE`,{day:`2-digit`,month:`2-digit`,year:`numeric`});return`${e.name} (bis ${t})`}}},et={key:0,class:`mg-stack`},tt={class:`mg-card__grid`},nt={key:0,class:`mg-media`,"aria-hidden":`true`},rt=[`src`],it={key:1,class:`mg-media`,"aria-hidden":`true`},at={key:0,class:`mg-title`},ot={class:`mg-meta`},st={key:0},ct={key:0},lt={key:1},ut={key:1,class:`mg-text mg-accent-left`},dt={key:2,class:`mg-meta`},ft={key:3,class:`mg-meta`},pt={key:4,class:`mg-meta`},mt={key:1};function ht(e,n,r,c,d,f){return h(),o(`div`,null,[d.events.length?(h(),o(`div`,et,[(h(!0),o(s,null,t(d.events,e=>(h(),o(`article`,{key:e.id,class:u([`mg-card`,e.alsoOnHomepage&&r.config.id===`home`?`mg-card--highlight`:``])},[i(`div`,tt,[f.hasImage(e)?(h(),o(`div`,nt,[d.imageMap[e.relatedImage]?(h(),o(`img`,{key:0,src:d.imageMap[e.relatedImage],alt:``,loading:`lazy`,decoding:`async`},null,8,rt)):p(``,!0)])):(h(),o(`div`,it)),i(`div`,null,[f.shouldDisplay(`name`)?(h(),o(`h3`,at,a(e.name),1)):p(``,!0),i(`p`,ot,[i(`span`,null,[n[0]||=i(`strong`,null,`Datum:`,-1),l(` `+a(f.formatDateOrDay(e.date,e.dayOfWeek)),1)]),f.shouldDisplay(`time`)?(h(),o(`span`,st,[n[1]||=i(`strong`,null,`Uhrzeit:`,-1),l(` `+a(f.formatTime(e.time)),1),e.endTime?(h(),o(`span`,ct,` – `+a(f.formatTime(e.endTime)),1)):p(``,!0),n[2]||=l(` Uhr `,-1)])):p(``,!0),f.shouldDisplay(`place`)&&e.eventPlace?.name?(h(),o(`span`,lt,[n[3]||=i(`strong`,null,`Ort:`,-1),l(` `+a(e.eventPlace?.name),1)])):p(``,!0)]),f.shouldDisplay(`description`)&&e.description?(h(),o(`p`,ut,a(e.description),1)):p(``,!0),f.shouldDisplay(`contactPerson`)&&e.contactPersons?.length?(h(),o(`p`,dt,[i(`span`,null,[n[4]||=i(`strong`,null,`Kontakt:`,-1),l(` `+a(e.contactPersons.map(e=>f.formatContactPerson(e)).join(`, `)),1)])])):p(``,!0),f.shouldDisplay(`institution`)&&e.institution?.name?(h(),o(`p`,ft,[i(`span`,null,[n[5]||=i(`strong`,null,`Institution:`,-1),l(` `+a(e.institution?.name),1)])])):p(``,!0),f.shouldDisplay(`type`)&&e.eventType?.caption?(h(),o(`p`,pt,[i(`span`,null,[n[6]||=i(`strong`,null,`Typ:`,-1),l(` `+a(e.eventType?.caption),1)])])):p(``,!0)])])],2))),128))])):(h(),o(`p`,mt,`Keine Veranstaltungen verfügbar.`))])}var gt=f($e,[[`render`,ht],[`__scopeId`,`data-v-9099d214`]]),_t={name:`ContactRender`,props:{config:{type:Object,required:!0}},data(){return{contacts:[],loading:!0,error:null,displayOptions:[]}},async created(){try{this.displayOptions=this.config.display||[],this.contacts=(await _.post(`/contact-persons/filter`,{config:JSON.stringify(this.config)})).data,this.loading=!1}catch(e){console.error(`Error loading contacts:`,e),this.error=`Fehler beim Laden der Kontaktpersonen`,this.loading=!1}},methods:{formatDate(e){return e?new Date(e).toLocaleDateString(`de-DE`,{day:`2-digit`,month:`2-digit`,year:`numeric`}):``}}},vt={key:0,class:`mg-stack`},yt={class:`mg-title`},bt={key:0,class:`expiry-date`},xt={key:0,class:`mg-meta`},St={class:`mg-stack stack-tight`},Ct={key:0,class:`mg-text`},wt={key:1,class:`mg-text`},Tt={key:2,class:`mg-text`},Et={key:3,class:`mg-text`},Dt={key:4,class:`mg-text`},Ot={key:1,class:`float-list`},kt={key:0,class:`expiry-date`},At={key:1},jt={key:2},Mt={key:3},Nt={key:4},Pt={key:5},Ft={key:6};function It(e,n,r,c,u,d){return r.config&&r.config.style===`box`&&u.contacts&&u.contacts.length&&u.contacts.length>0?(h(),o(`div`,vt,[(h(!0),o(s,null,t(u.contacts,e=>(h(),o(`article`,{key:e.id,class:`mg-card`},[i(`h3`,yt,[l(a(e.name)+` `,1),e.expiryDate?(h(),o(`span`,bt,`(bis `+a(d.formatDate(e.expiryDate))+`)`,1)):p(``,!0)]),u.displayOptions.includes(`positions`)&&e.positions?.length?(h(),o(`p`,xt,[i(`span`,null,[n[0]||=i(`strong`,null,`Positionen:`,-1),l(` `+a(e.positions.map(e=>e.caption).join(`, `)),1)])])):p(``,!0),i(`div`,St,[u.displayOptions.includes(`phone`)&&e.phone?(h(),o(`p`,Ct,[n[1]||=i(`strong`,null,`Telefon:`,-1),l(` `+a(e.phone),1)])):p(``,!0),u.displayOptions.includes(`email`)&&e.email?(h(),o(`p`,wt,[n[2]||=i(`strong`,null,`E-Mail:`,-1),l(` `+a(e.email),1)])):p(``,!0),u.displayOptions.includes(`street`)&&e.street?(h(),o(`p`,Tt,[n[3]||=i(`strong`,null,`Straße:`,-1),l(` `+a(e.street),1)])):p(``,!0),u.displayOptions.includes(`zipcode`)&&e.zipcode?(h(),o(`p`,Et,[n[4]||=i(`strong`,null,`PLZ:`,-1),l(` `+a(e.zipcode),1)])):p(``,!0),u.displayOptions.includes(`city`)&&e.city?(h(),o(`p`,Dt,[n[5]||=i(`strong`,null,`Stadt:`,-1),l(` `+a(e.city),1)])):p(``,!0)])]))),128))])):r.config.style===`float`&&u.contacts&&u.contacts.length&&u.contacts.length>0?(h(),o(`div`,Ot,[(h(!0),o(s,null,t(u.contacts,e=>(h(),o(`p`,{key:e.id,class:`float-item`},[i(`strong`,null,a(e.name),1),e.expiryDate?(h(),o(`span`,kt,` (bis `+a(d.formatDate(e.expiryDate))+`)`,1)):p(``,!0),u.displayOptions.includes(`phone`)&&e.phone?(h(),o(`span`,At,`, Telefon: `+a(e.phone),1)):p(``,!0),u.displayOptions.includes(`street`)&&e.street?(h(),o(`span`,jt,`, Straße: `+a(e.street),1)):p(``,!0),u.displayOptions.includes(`zipcode`)&&e.zipcode?(h(),o(`span`,Mt,`, PLZ: `+a(e.zipcode),1)):p(``,!0),u.displayOptions.includes(`city`)&&e.city?(h(),o(`span`,Nt,`, Stadt: `+a(e.city),1)):p(``,!0),u.displayOptions.includes(`email`)&&e.email?(h(),o(`span`,Pt,`, E-Mail: `+a(e.email),1)):p(``,!0),u.displayOptions.includes(`positions`)&&e.positions?.length?(h(),o(`span`,Ft,`, Positionen: `+a(e.positions.map(e=>e.caption).join(`, `)),1)):p(``,!0)]))),128))])):p(``,!0)}var Lt=f(_t,[[`render`,It],[`__scopeId`,`data-v-124908c6`]]),Rt={name:`InstitutionRender`,props:{config:{type:Object,required:!0}},data(){return{institution:null,loading:!0,error:null,displayOptions:[]}},async created(){try{this.displayOptions=this.config.display||[],this.institution=(await _.get(`/institutions/`+this.config.id,{config:JSON.stringify(this.config)})).data,this.loading=!1}catch(e){console.error(`Error loading institutions:`,e),this.error=`Fehler beim Laden der Institutionen`,this.loading=!1}}},zt={key:0},Bt={key:0},Vt={key:1},Ht={key:2},Ut={key:3},Wt={key:4},Gt={key:1},Kt={key:0},qt={key:1},$={key:2},Jt={key:3},Yt={key:4},Xt={key:2};function Zt(e,t,n,r,s,c){return n.config&&n.config.style===`box`&&s.institution?(h(),o(`div`,zt,[i(`h3`,null,a(s.institution.name),1),s.displayOptions.includes(`street`)?(h(),o(`span`,Bt,[l(`Straße: `+a(s.institution.street),1),t[0]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`zipcode`)?(h(),o(`span`,Vt,[l(`Postleitzahl: `+a(s.institution.zipcode),1),t[1]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`city`)?(h(),o(`span`,Ht,[l(`Stadt: `+a(s.institution.city),1),t[2]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`email`)?(h(),o(`span`,Ut,[l(`E-Mail: `+a(s.institution.email),1),t[3]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`phone`)?(h(),o(`span`,Wt,[l(`Telefon: `+a(s.institution.phone),1),t[4]||=i(`br`,null,null,-1)])):p(``,!0)])):n.config.style===`float`&&s.institution?(h(),o(`span`,Gt,[l(a(s.institution.name)+` `,1),s.displayOptions.includes(`street`)?(h(),o(`span`,Kt,`, Straße: `+a(s.institution.street),1)):p(``,!0),s.displayOptions.includes(`zipcode`)?(h(),o(`span`,qt,`, Postleitzahl: `+a(s.institution.zipcode),1)):p(``,!0),s.displayOptions.includes(`city`)?(h(),o(`span`,$,`, Stadt: `+a(s.institution.city),1)):p(``,!0),s.displayOptions.includes(`email`)?(h(),o(`span`,Jt,`, E-Mail: `+a(s.institution.email),1)):p(``,!0),s.displayOptions.includes(`phone`)?(h(),o(`span`,Yt,`, Telefon: `+a(s.institution.phone),1)):p(``,!0)])):(h(),o(`span`,Xt,[l(a(n.config),1),t[5]||=i(`br`,null,null,-1),l(` --- `+a(s.institution),1)]))}var Qt=f(Rt,[[`render`,Zt],[`__scopeId`,`data-v-91ca350f`]]),$t={name:`DownloadLink`,props:{hash:{type:String,required:!0}},data(){return{title:``,link:``}},async created(){await this.fetchFile()},methods:{async fetchFile(){try{let t=await e.get(`/files/hash/`+this.hash);this.title=t.data.title,this.events=t.data.events}catch(e){console.error(`Fehler beim Abrufen der Events`,e)}},async downloadFile(){let t=await e.get(`/files/download/${this.hash}`,{responseType:`blob`}),n=new Blob([t.data],{type:t.data.type}),r=document.createElement(`a`);r.href=window.URL.createObjectURL(n),r.download=`${this.title}${this.extension}`,r.click(),window.URL.revokeObjectURL(r.href)}}};function en(e,t,n,r,i,s){return i.title?(h(),o(`span`,{key:0,onClick:t[0]||=(...e)=>s.downloadFile&&s.downloadFile(...e)},a(i.title),1)):p(``,!0)}var tn=f($t,[[`render`,en],[`__scopeId`,`data-v-bfbab2d9`]]),nn={name:`RenderContentComponent`,props:{content:{type:String,required:!0}},setup(e){let t=r(``),n=e=>{let t=i(e);return t=a(t),t=o(t),t=s(t),t=l(t),t=u(t),t},i=e=>{let t=/{{ worshipslist:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`worship-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(ge,{config:JSON.parse(t)})}}).mount(e)},0),`
`}),n},a=e=>{let t=/{{ image:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`image-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(E,{id:t})}}).mount(e)},0),``}),n},o=e=>{let t=/{{ download:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`image-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(tn,{hash:t})}}).mount(e)},0),``}),n},s=e=>{let t=/{{ events:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`event-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(gt,{config:JSON.parse(t)})}}).mount(e)},0),`
`}),n},l=e=>{let t=/{{ contact:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=d(t),r=`contact-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(r);e&&g({render(){return m(Lt,{config:n})}}).mount(e)},0),`
`}),n},u=e=>{let t=/{{ institution:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=d(t),r=`institution-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(r);e&&g({render(){return m(Qt,{config:n})}}).mount(e)},0),`
`}),n},d=e=>{try{return JSON.parse(e)}catch(t){return console.error(`Error parsing config:`,t),console.log(e),{}}};return c(()=>e.content,e=>{t.value=n(e)},{immediate:!0}),{parsedContent:t}}},rn=[`innerHTML`];function an(e,t,n,r,i,a){return h(),o(`div`,{class:`content-render`,innerHTML:r.parsedContent},null,8,rn)}var on=f(nn,[[`render`,an],[`__scopeId`,`data-v-956c804a`]]);export{on as t}; +//# sourceMappingURL=RenderContentComponent-C8WFtFLq.js.map \ No newline at end of file diff --git a/public/assets/RenderContentComponent-CB1lnW4i.js b/public/assets/RenderContentComponent-CB1lnW4i.js new file mode 100644 index 0000000..21eb7b9 --- /dev/null +++ b/public/assets/RenderContentComponent-CB1lnW4i.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,I as n,L as r,c as i,ct as a,d as o,i as s,k as c,m as l,ot as u,st as d,t as f,u as p,v as m,w as h}from"./_plugin-vue_export-helper-Conii5fq.js";import{n as g}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{i as _}from"./router-CbChscq0.js";import{n as v,t as y}from"./strings-ldR5sTJW.js";var b={name:`WorshipRender`,props:{config:{type:Object,required:!0}},data(){return{worships:[]}},async created(){await this.fetchWorships()},methods:{formatTime:v,formatDate:y,async fetchWorships(){try{this.worships=(await _.get(`/worships/filtered`,{params:this.config})).data}catch(e){console.error(`Fehler beim Abrufen der Gottesdienste:`,e)}}}},x={key:0,class:`mg-stack`},S={class:`worship-card`},C={class:`worship-card__date`},w={key:0,class:`worship-card__day`},ee={key:1,class:`worship-card__place`},te={class:`worship-card__right`},ne={class:`mg-title`},re={key:0,class:`neighborhood-invitation mg-accent-left`},ie={class:`mg-stack stack-tight`},ae={key:0,class:`mg-text`},oe={key:1,class:`mg-text`},se={key:2,class:`mg-text`},ce={key:3,class:`mg-text`},le={key:4,class:`internal-information mg-text`},ue={key:5,class:`internal-information mg-text`},de={key:6,class:`selfinformation mg-text`},fe=[`href`],pe={key:1},me={key:1};function he(e,n,r,c,f,m){return h(),o(`div`,null,[f.worships.length?(h(),o(`div`,x,[(h(!0),o(s,null,t(f.worships,e=>(h(),o(`article`,{key:e.id,class:`mg-card`},[i(`div`,S,[i(`aside`,{class:`worship-card__left`,style:d(e.eventPlace?.backgroundColor?`background-color:${e.eventPlace.backgroundColor}`:``)},[i(`div`,C,a(m.formatDate(e.date)),1),e.dayName?(h(),o(`div`,w,a(e.dayName),1)):p(``,!0),e.eventPlace?.name?(h(),o(`div`,ee,a(e.eventPlace.name),1)):p(``,!0)],4),i(`div`,te,[i(`h3`,ne,[i(`span`,{class:u(e.highlightTime?`highlight-time`:``)},a(m.formatTime(e.time)),3),n[0]||=i(`span`,{"aria-hidden":`true`},` – `,-1),l(` `+a(e.title?e.title:e.eventPlace&&e.eventPlace.name?`Gottesdienst in ${e.eventPlace.name}`:`Gottesdienst`),1)]),e.neighborInvitation?(h(),o(`p`,re,` Einladung zum Gottesdienst im Nachbarschaftsraum `)):p(``,!0),i(`div`,ie,[e.organizer?(h(),o(`p`,ae,[n[1]||=i(`strong`,null,`Gestaltung:`,-1),l(` `+a(e.organizer),1)])):p(``,!0),e.collection?(h(),o(`p`,oe,[n[2]||=i(`strong`,null,`Kollekte:`,-1),l(` `+a(e.collection),1)])):p(``,!0),e.address?(h(),o(`p`,se,[n[3]||=i(`strong`,null,`Adresse:`,-1),l(` `+a(e.address),1)])):p(``,!0),!e.address&&e.eventPlace&&e.eventPlace.id?(h(),o(`p`,ce,[n[4]||=i(`strong`,null,`Adresse:`,-1),l(` `+a(e.eventPlace.name)+`, `+a(e.eventPlace.street)+`, `+a(e.eventPlace.city),1)])):p(``,!0),e.sacristanService?(h(),o(`p`,le,[n[5]||=i(`strong`,null,`Küsterdienst:`,-1),l(` `+a(e.sacristanService),1)])):p(``,!0),e.organPlaying?(h(),o(`p`,ue,[n[6]||=i(`strong`,null,`Orgelspiel:`,-1),l(` `+a(e.organPlaying),1)])):p(``,!0),e.selfInformation?(h(),o(`p`,de,[n[7]||=l(` Bitte informieren Sie sich auch auf den `,-1),e.eventPlace&&e.eventPlace.website?(h(),o(`a`,{key:0,href:e.eventPlace.website,target:`_blank`,rel:`noopener noreferrer`},`Internetseiten dieser Gemeinde`,8,fe)):(h(),o(`span`,pe,`Internetseiten dieser Gemeinde`)),n[8]||=l(`. `,-1)])):p(``,!0)])])])]))),128))])):(h(),o(`p`,me,`Keine Gottesdienste verfügbar.`))])}var ge=f(b,[[`render`,he],[`__scopeId`,`data-v-1fe1f289`]]),_e={name:`ImageRender`,props:{id:{type:Number,required:!0}},setup(e){let t=n({filename:``,title:``,description:``,uploadDate:``,pageId:null});return(async()=>{try{let n=await _.get(`/image/`+e.id);Object.assign(t,n.data)}catch(e){console.log(`Fehler beim Abrufen eines Bildes`,e)}})(),{image:t}}},ve=[`src`,`alt`,`title`];function T(e,t,n,r,i,a){return r.image.filename?(h(),o(`img`,{key:0,src:`/images/uploads/${r.image.filename}`,alt:r.image.title,title:r.image.title,class:`image`},null,8,ve)):p(``,!0)}var E=f(_e,[[`render`,T],[`__scopeId`,`data-v-f81373cb`]]);function D(e){let t=Object.prototype.toString.call(e);return e instanceof Date||typeof e==`object`&&t===`[object Date]`?new e.constructor(+e):typeof e==`number`||t===`[object Number]`||typeof e==`string`||t===`[object String]`?new Date(e):new Date(NaN)}function O(e,t){return e instanceof Date?new e.constructor(t):new Date(t)}var k=365.2425,A=6048e5,j=864e5,M=3600*24;M*7,M*k/12*3;var N={};function P(){return N}function F(e,t){let n=P(),r=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0,i=D(e),a=i.getDay(),o=(a=i.getTime()?n+1:t.getTime()>=o.getTime()?n:n-1}function R(e){let t=D(e);return t.setHours(0,0,0,0),t}function z(e){let t=D(e),n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),e-+n}function ye(e,t){let n=R(e),r=R(t),i=+n-z(n),a=+r-z(r);return Math.round((i-a)/j)}function be(e){let t=L(e),n=O(e,0);return n.setFullYear(t,0,4),n.setHours(0,0,0,0),I(n)}function xe(e){return e instanceof Date||typeof e==`object`&&Object.prototype.toString.call(e)===`[object Date]`}function Se(e){if(!xe(e)&&typeof e!=`number`)return!1;let t=D(e);return!isNaN(Number(t))}function Ce(e){let t=D(e),n=O(e,0);return n.setFullYear(t.getFullYear(),0,1),n.setHours(0,0,0,0),n}var we={lessThanXSeconds:{one:`less than a second`,other:`less than {{count}} seconds`},xSeconds:{one:`1 second`,other:`{{count}} seconds`},halfAMinute:`half a minute`,lessThanXMinutes:{one:`less than a minute`,other:`less than {{count}} minutes`},xMinutes:{one:`1 minute`,other:`{{count}} minutes`},aboutXHours:{one:`about 1 hour`,other:`about {{count}} hours`},xHours:{one:`1 hour`,other:`{{count}} hours`},xDays:{one:`1 day`,other:`{{count}} days`},aboutXWeeks:{one:`about 1 week`,other:`about {{count}} weeks`},xWeeks:{one:`1 week`,other:`{{count}} weeks`},aboutXMonths:{one:`about 1 month`,other:`about {{count}} months`},xMonths:{one:`1 month`,other:`{{count}} months`},aboutXYears:{one:`about 1 year`,other:`about {{count}} years`},xYears:{one:`1 year`,other:`{{count}} years`},overXYears:{one:`over 1 year`,other:`over {{count}} years`},almostXYears:{one:`almost 1 year`,other:`almost {{count}} years`}},Te=(e,t,n)=>{let r,i=we[e];return r=typeof i==`string`?i:t===1?i.one:i.other.replace(`{{count}}`,t.toString()),n?.addSuffix?n.comparison&&n.comparison>0?`in `+r:r+` ago`:r};function B(e){return(t={})=>{let n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}var Ee={date:B({formats:{full:`EEEE, MMMM do, y`,long:`MMMM do, y`,medium:`MMM d, y`,short:`MM/dd/yyyy`},defaultWidth:`full`}),time:B({formats:{full:`h:mm:ss a zzzz`,long:`h:mm:ss a z`,medium:`h:mm:ss a`,short:`h:mm a`},defaultWidth:`full`}),dateTime:B({formats:{full:`{{date}} 'at' {{time}}`,long:`{{date}} 'at' {{time}}`,medium:`{{date}}, {{time}}`,short:`{{date}}, {{time}}`},defaultWidth:`full`})},De={lastWeek:`'last' eeee 'at' p`,yesterday:`'yesterday at' p`,today:`'today at' p`,tomorrow:`'tomorrow at' p`,nextWeek:`eeee 'at' p`,other:`P`},Oe=(e,t,n,r)=>De[e];function V(e){return(t,n)=>{let r=n?.context?String(n.context):`standalone`,i;if(r===`formatting`&&e.formattingValues){let t=e.defaultFormattingWidth||e.defaultWidth,r=n?.width?String(n.width):t;i=e.formattingValues[r]||e.formattingValues[t]}else{let t=e.defaultWidth,r=n?.width?String(n.width):e.defaultWidth;i=e.values[r]||e.values[t]}let a=e.argumentCallback?e.argumentCallback(t):t;return i[a]}}var ke={ordinalNumber:(e,t)=>{let n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+`st`;case 2:return n+`nd`;case 3:return n+`rd`}return n+`th`},era:V({values:{narrow:[`B`,`A`],abbreviated:[`BC`,`AD`],wide:[`Before Christ`,`Anno Domini`]},defaultWidth:`wide`}),quarter:V({values:{narrow:[`1`,`2`,`3`,`4`],abbreviated:[`Q1`,`Q2`,`Q3`,`Q4`],wide:[`1st quarter`,`2nd quarter`,`3rd quarter`,`4th quarter`]},defaultWidth:`wide`,argumentCallback:e=>e-1}),month:V({values:{narrow:[`J`,`F`,`M`,`A`,`M`,`J`,`J`,`A`,`S`,`O`,`N`,`D`],abbreviated:[`Jan`,`Feb`,`Mar`,`Apr`,`May`,`Jun`,`Jul`,`Aug`,`Sep`,`Oct`,`Nov`,`Dec`],wide:[`January`,`February`,`March`,`April`,`May`,`June`,`July`,`August`,`September`,`October`,`November`,`December`]},defaultWidth:`wide`}),day:V({values:{narrow:[`S`,`M`,`T`,`W`,`T`,`F`,`S`],short:[`Su`,`Mo`,`Tu`,`We`,`Th`,`Fr`,`Sa`],abbreviated:[`Sun`,`Mon`,`Tue`,`Wed`,`Thu`,`Fri`,`Sat`],wide:[`Sunday`,`Monday`,`Tuesday`,`Wednesday`,`Thursday`,`Friday`,`Saturday`]},defaultWidth:`wide`}),dayPeriod:V({values:{narrow:{am:`a`,pm:`p`,midnight:`mi`,noon:`n`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`},abbreviated:{am:`AM`,pm:`PM`,midnight:`midnight`,noon:`noon`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`},wide:{am:`a.m.`,pm:`p.m.`,midnight:`midnight`,noon:`noon`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`}},defaultWidth:`wide`,formattingValues:{narrow:{am:`a`,pm:`p`,midnight:`mi`,noon:`n`,morning:`in the morning`,afternoon:`in the afternoon`,evening:`in the evening`,night:`at night`},abbreviated:{am:`AM`,pm:`PM`,midnight:`midnight`,noon:`noon`,morning:`in the morning`,afternoon:`in the afternoon`,evening:`in the evening`,night:`at night`},wide:{am:`a.m.`,pm:`p.m.`,midnight:`midnight`,noon:`noon`,morning:`in the morning`,afternoon:`in the afternoon`,evening:`in the evening`,night:`at night`}},defaultFormattingWidth:`wide`})};function H(e){return(t,n={})=>{let r=n.width,i=r&&e.matchPatterns[r]||e.matchPatterns[e.defaultMatchWidth],a=t.match(i);if(!a)return null;let o=a[0],s=r&&e.parsePatterns[r]||e.parsePatterns[e.defaultParseWidth],c=Array.isArray(s)?je(s,e=>e.test(o)):Ae(s,e=>e.test(o)),l;l=e.valueCallback?e.valueCallback(c):c,l=n.valueCallback?n.valueCallback(l):l;let u=t.slice(o.length);return{value:l,rest:u}}}function Ae(e,t){for(let n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n}function je(e,t){for(let n=0;n{let r=t.match(e.matchPattern);if(!r)return null;let i=r[0],a=t.match(e.parsePattern);if(!a)return null;let o=e.valueCallback?e.valueCallback(a[0]):a[0];o=n.valueCallback?n.valueCallback(o):o;let s=t.slice(i.length);return{value:o,rest:s}}}var Ne={code:`en-US`,formatDistance:Te,formatLong:Ee,formatRelative:Oe,localize:ke,match:{ordinalNumber:Me({matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:e=>parseInt(e,10)}),era:H({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:`wide`,parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:`any`}),quarter:H({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:`wide`,parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:`any`,valueCallback:e=>e+1}),month:H({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:`wide`,parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:`any`}),day:H({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:`wide`,parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:`any`}),dayPeriod:H({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:`any`,parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:`any`})},options:{weekStartsOn:0,firstWeekContainsDate:1}};function Pe(e){let t=D(e);return ye(t,Ce(t))+1}function Fe(e){let t=D(e),n=I(t)-+be(t);return Math.round(n/A)+1}function U(e,t){let n=D(e),r=n.getFullYear(),i=P(),a=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??i.firstWeekContainsDate??i.locale?.options?.firstWeekContainsDate??1,o=O(e,0);o.setFullYear(r+1,0,a),o.setHours(0,0,0,0);let s=F(o,t),c=O(e,0);c.setFullYear(r,0,a),c.setHours(0,0,0,0);let l=F(c,t);return n.getTime()>=s.getTime()?r+1:n.getTime()>=l.getTime()?r:r-1}function Ie(e,t){let n=P(),r=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??n.firstWeekContainsDate??n.locale?.options?.firstWeekContainsDate??1,i=U(e,t),a=O(e,0);return a.setFullYear(i,0,r),a.setHours(0,0,0,0),F(a,t)}function Le(e,t){let n=D(e),r=F(n,t)-+Ie(n,t);return Math.round(r/A)+1}function W(e,t){return(e<0?`-`:``)+Math.abs(e).toString().padStart(t,`0`)}var G={y(e,t){let n=e.getFullYear(),r=n>0?n:1-n;return W(t===`yy`?r%100:r,t.length)},M(e,t){let n=e.getMonth();return t===`M`?String(n+1):W(n+1,2)},d(e,t){return W(e.getDate(),t.length)},a(e,t){let n=e.getHours()/12>=1?`pm`:`am`;switch(t){case`a`:case`aa`:return n.toUpperCase();case`aaa`:return n;case`aaaaa`:return n[0];default:return n===`am`?`a.m.`:`p.m.`}},h(e,t){return W(e.getHours()%12||12,t.length)},H(e,t){return W(e.getHours(),t.length)},m(e,t){return W(e.getMinutes(),t.length)},s(e,t){return W(e.getSeconds(),t.length)},S(e,t){let n=t.length,r=e.getMilliseconds();return W(Math.trunc(r*10**(n-3)),t.length)}},K={am:`am`,pm:`pm`,midnight:`midnight`,noon:`noon`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`},q={G:function(e,t,n){let r=+(e.getFullYear()>0);switch(t){case`G`:case`GG`:case`GGG`:return n.era(r,{width:`abbreviated`});case`GGGGG`:return n.era(r,{width:`narrow`});default:return n.era(r,{width:`wide`})}},y:function(e,t,n){if(t===`yo`){let t=e.getFullYear(),r=t>0?t:1-t;return n.ordinalNumber(r,{unit:`year`})}return G.y(e,t)},Y:function(e,t,n,r){let i=U(e,r),a=i>0?i:1-i;return t===`YY`?W(a%100,2):t===`Yo`?n.ordinalNumber(a,{unit:`year`}):W(a,t.length)},R:function(e,t){return W(L(e),t.length)},u:function(e,t){return W(e.getFullYear(),t.length)},Q:function(e,t,n){let r=Math.ceil((e.getMonth()+1)/3);switch(t){case`Q`:return String(r);case`QQ`:return W(r,2);case`Qo`:return n.ordinalNumber(r,{unit:`quarter`});case`QQQ`:return n.quarter(r,{width:`abbreviated`,context:`formatting`});case`QQQQQ`:return n.quarter(r,{width:`narrow`,context:`formatting`});default:return n.quarter(r,{width:`wide`,context:`formatting`})}},q:function(e,t,n){let r=Math.ceil((e.getMonth()+1)/3);switch(t){case`q`:return String(r);case`qq`:return W(r,2);case`qo`:return n.ordinalNumber(r,{unit:`quarter`});case`qqq`:return n.quarter(r,{width:`abbreviated`,context:`standalone`});case`qqqqq`:return n.quarter(r,{width:`narrow`,context:`standalone`});default:return n.quarter(r,{width:`wide`,context:`standalone`})}},M:function(e,t,n){let r=e.getMonth();switch(t){case`M`:case`MM`:return G.M(e,t);case`Mo`:return n.ordinalNumber(r+1,{unit:`month`});case`MMM`:return n.month(r,{width:`abbreviated`,context:`formatting`});case`MMMMM`:return n.month(r,{width:`narrow`,context:`formatting`});default:return n.month(r,{width:`wide`,context:`formatting`})}},L:function(e,t,n){let r=e.getMonth();switch(t){case`L`:return String(r+1);case`LL`:return W(r+1,2);case`Lo`:return n.ordinalNumber(r+1,{unit:`month`});case`LLL`:return n.month(r,{width:`abbreviated`,context:`standalone`});case`LLLLL`:return n.month(r,{width:`narrow`,context:`standalone`});default:return n.month(r,{width:`wide`,context:`standalone`})}},w:function(e,t,n,r){let i=Le(e,r);return t===`wo`?n.ordinalNumber(i,{unit:`week`}):W(i,t.length)},I:function(e,t,n){let r=Fe(e);return t===`Io`?n.ordinalNumber(r,{unit:`week`}):W(r,t.length)},d:function(e,t,n){return t===`do`?n.ordinalNumber(e.getDate(),{unit:`date`}):G.d(e,t)},D:function(e,t,n){let r=Pe(e);return t===`Do`?n.ordinalNumber(r,{unit:`dayOfYear`}):W(r,t.length)},E:function(e,t,n){let r=e.getDay();switch(t){case`E`:case`EE`:case`EEE`:return n.day(r,{width:`abbreviated`,context:`formatting`});case`EEEEE`:return n.day(r,{width:`narrow`,context:`formatting`});case`EEEEEE`:return n.day(r,{width:`short`,context:`formatting`});default:return n.day(r,{width:`wide`,context:`formatting`})}},e:function(e,t,n,r){let i=e.getDay(),a=(i-r.weekStartsOn+8)%7||7;switch(t){case`e`:return String(a);case`ee`:return W(a,2);case`eo`:return n.ordinalNumber(a,{unit:`day`});case`eee`:return n.day(i,{width:`abbreviated`,context:`formatting`});case`eeeee`:return n.day(i,{width:`narrow`,context:`formatting`});case`eeeeee`:return n.day(i,{width:`short`,context:`formatting`});default:return n.day(i,{width:`wide`,context:`formatting`})}},c:function(e,t,n,r){let i=e.getDay(),a=(i-r.weekStartsOn+8)%7||7;switch(t){case`c`:return String(a);case`cc`:return W(a,t.length);case`co`:return n.ordinalNumber(a,{unit:`day`});case`ccc`:return n.day(i,{width:`abbreviated`,context:`standalone`});case`ccccc`:return n.day(i,{width:`narrow`,context:`standalone`});case`cccccc`:return n.day(i,{width:`short`,context:`standalone`});default:return n.day(i,{width:`wide`,context:`standalone`})}},i:function(e,t,n){let r=e.getDay(),i=r===0?7:r;switch(t){case`i`:return String(i);case`ii`:return W(i,t.length);case`io`:return n.ordinalNumber(i,{unit:`day`});case`iii`:return n.day(r,{width:`abbreviated`,context:`formatting`});case`iiiii`:return n.day(r,{width:`narrow`,context:`formatting`});case`iiiiii`:return n.day(r,{width:`short`,context:`formatting`});default:return n.day(r,{width:`wide`,context:`formatting`})}},a:function(e,t,n){let r=e.getHours()/12>=1?`pm`:`am`;switch(t){case`a`:case`aa`:return n.dayPeriod(r,{width:`abbreviated`,context:`formatting`});case`aaa`:return n.dayPeriod(r,{width:`abbreviated`,context:`formatting`}).toLowerCase();case`aaaaa`:return n.dayPeriod(r,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(r,{width:`wide`,context:`formatting`})}},b:function(e,t,n){let r=e.getHours(),i;switch(i=r===12?K.noon:r===0?K.midnight:r/12>=1?`pm`:`am`,t){case`b`:case`bb`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`});case`bbb`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`}).toLowerCase();case`bbbbb`:return n.dayPeriod(i,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(i,{width:`wide`,context:`formatting`})}},B:function(e,t,n){let r=e.getHours(),i;switch(i=r>=17?K.evening:r>=12?K.afternoon:r>=4?K.morning:K.night,t){case`B`:case`BB`:case`BBB`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`});case`BBBBB`:return n.dayPeriod(i,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(i,{width:`wide`,context:`formatting`})}},h:function(e,t,n){if(t===`ho`){let t=e.getHours()%12;return t===0&&(t=12),n.ordinalNumber(t,{unit:`hour`})}return G.h(e,t)},H:function(e,t,n){return t===`Ho`?n.ordinalNumber(e.getHours(),{unit:`hour`}):G.H(e,t)},K:function(e,t,n){let r=e.getHours()%12;return t===`Ko`?n.ordinalNumber(r,{unit:`hour`}):W(r,t.length)},k:function(e,t,n){let r=e.getHours();return r===0&&(r=24),t===`ko`?n.ordinalNumber(r,{unit:`hour`}):W(r,t.length)},m:function(e,t,n){return t===`mo`?n.ordinalNumber(e.getMinutes(),{unit:`minute`}):G.m(e,t)},s:function(e,t,n){return t===`so`?n.ordinalNumber(e.getSeconds(),{unit:`second`}):G.s(e,t)},S:function(e,t){return G.S(e,t)},X:function(e,t,n){let r=e.getTimezoneOffset();if(r===0)return`Z`;switch(t){case`X`:return Y(r);case`XXXX`:case`XX`:return X(r);default:return X(r,`:`)}},x:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`x`:return Y(r);case`xxxx`:case`xx`:return X(r);default:return X(r,`:`)}},O:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`O`:case`OO`:case`OOO`:return`GMT`+J(r,`:`);default:return`GMT`+X(r,`:`)}},z:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`z`:case`zz`:case`zzz`:return`GMT`+J(r,`:`);default:return`GMT`+X(r,`:`)}},t:function(e,t,n){return W(Math.trunc(e.getTime()/1e3),t.length)},T:function(e,t,n){return W(e.getTime(),t.length)}};function J(e,t=``){let n=e>0?`-`:`+`,r=Math.abs(e),i=Math.trunc(r/60),a=r%60;return a===0?n+String(i):n+String(i)+t+W(a,2)}function Y(e,t){return e%60==0?(e>0?`-`:`+`)+W(Math.abs(e)/60,2):X(e,t)}function X(e,t=``){let n=e>0?`-`:`+`,r=Math.abs(e),i=W(Math.trunc(r/60),2),a=W(r%60,2);return n+i+t+a}var Z=(e,t)=>{switch(e){case`P`:return t.date({width:`short`});case`PP`:return t.date({width:`medium`});case`PPP`:return t.date({width:`long`});default:return t.date({width:`full`})}},Q=(e,t)=>{switch(e){case`p`:return t.time({width:`short`});case`pp`:return t.time({width:`medium`});case`ppp`:return t.time({width:`long`});default:return t.time({width:`full`})}},Re={p:Q,P:(e,t)=>{let n=e.match(/(P+)(p+)?/)||[],r=n[1],i=n[2];if(!i)return Z(e,t);let a;switch(r){case`P`:a=t.dateTime({width:`short`});break;case`PP`:a=t.dateTime({width:`medium`});break;case`PPP`:a=t.dateTime({width:`long`});break;default:a=t.dateTime({width:`full`});break}return a.replace(`{{date}}`,Z(r,t)).replace(`{{time}}`,Q(i,t))}},ze=/^D+$/,Be=/^Y+$/,Ve=[`D`,`DD`,`YY`,`YYYY`];function He(e){return ze.test(e)}function Ue(e){return Be.test(e)}function We(e,t,n){let r=Ge(e,t,n);if(console.warn(r),Ve.includes(e))throw RangeError(r)}function Ge(e,t,n){let r=e[0]===`Y`?`years`:`days of the month`;return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${r} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}var Ke=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,qe=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Je=/^'([^]*?)'?$/,Ye=/''/g,Xe=/[a-zA-Z]/;function Ze(e,t,n){let r=P(),i=n?.locale??r.locale??Ne,a=n?.firstWeekContainsDate??n?.locale?.options?.firstWeekContainsDate??r.firstWeekContainsDate??r.locale?.options?.firstWeekContainsDate??1,o=n?.weekStartsOn??n?.locale?.options?.weekStartsOn??r.weekStartsOn??r.locale?.options?.weekStartsOn??0,s=D(e);if(!Se(s))throw RangeError(`Invalid time value`);let c=t.match(qe).map(e=>{let t=e[0];if(t===`p`||t===`P`){let n=Re[t];return n(e,i.formatLong)}return e}).join(``).match(Ke).map(e=>{if(e===`''`)return{isToken:!1,value:`'`};let t=e[0];if(t===`'`)return{isToken:!1,value:Qe(e)};if(q[t])return{isToken:!0,value:e};if(t.match(Xe))throw RangeError("Format string contains an unescaped latin alphabet character `"+t+"`");return{isToken:!1,value:e}});i.localize.preprocessor&&(c=i.localize.preprocessor(s,c));let l={firstWeekContainsDate:a,weekStartsOn:o,locale:i};return c.map(r=>{if(!r.isToken)return r.value;let a=r.value;(!n?.useAdditionalWeekYearTokens&&Ue(a)||!n?.useAdditionalDayOfYearTokens&&He(a))&&We(a,t,String(e));let o=q[a[0]];return o(s,a,i.localize,l)}).join(``)}function Qe(e){let t=e.match(Je);return t?t[1].replace(Ye,`'`):e}var $e={name:`EventRender`,props:{config:{type:Object,required:!0}},data(){return{events:[],imageMap:{}}},async created(){await this.fetchEvents()},methods:{formatTime:v,async fetchEvents(){try{this.events=(await _.post(`/events/filter`,this.config)).data.events,await Promise.all(this.events.filter(e=>this.hasImage(e)).map(async e=>{try{let t=await _.get(`/image/`+e.relatedImage);this.imageMap[e.relatedImage]=`/images/uploads/`+t.data.filename}catch(t){console.error(`Bild konnte nicht geladen werden (ID ${e.relatedImage}):`,t)}}))}catch(e){console.error(`Fehler beim Abrufen der Events`,e)}},shouldDisplay(e){return this.config.display.includes(e)},formatDateOrDay(e,t){return e?Ze(new Date(e),`dd.MM.yyyy`):t==null?``:[`Sonntag`,`Montag`,`Dienstag`,`Mittwoch`,`Donnerstag`,`Freitag`,`Samstag`][t]},hasImage(e){return e.relatedImage&&e.relatedImage!=``},async imagePath(e){let t=`/images/uploads/`+(await _.get(`/image/`+e)).data.filename;return console.log(t),t},formatContactPerson(e){if(!e.expiryDate)return e.name;let t=new Date(e.expiryDate).toLocaleDateString(`de-DE`,{day:`2-digit`,month:`2-digit`,year:`numeric`});return`${e.name} (bis ${t})`}}},et={key:0,class:`mg-stack`},tt={class:`mg-card__grid`},nt={key:0,class:`mg-media`,"aria-hidden":`true`},rt=[`src`],it={key:1,class:`mg-media`,"aria-hidden":`true`},at={key:0,class:`mg-title`},ot={class:`mg-meta`},st={key:0},ct={key:0},lt={key:1},ut={key:1,class:`mg-text mg-accent-left`},dt={key:2,class:`mg-meta`},ft={key:3,class:`mg-meta`},pt={key:4,class:`mg-meta`},mt={key:1};function ht(e,n,r,c,d,f){return h(),o(`div`,null,[d.events.length?(h(),o(`div`,et,[(h(!0),o(s,null,t(d.events,e=>(h(),o(`article`,{key:e.id,class:u([`mg-card`,e.alsoOnHomepage&&r.config.id===`home`?`mg-card--highlight`:``])},[i(`div`,tt,[f.hasImage(e)?(h(),o(`div`,nt,[d.imageMap[e.relatedImage]?(h(),o(`img`,{key:0,src:d.imageMap[e.relatedImage],alt:``,loading:`lazy`,decoding:`async`},null,8,rt)):p(``,!0)])):(h(),o(`div`,it)),i(`div`,null,[f.shouldDisplay(`name`)?(h(),o(`h3`,at,a(e.name),1)):p(``,!0),i(`p`,ot,[i(`span`,null,[n[0]||=i(`strong`,null,`Datum:`,-1),l(` `+a(f.formatDateOrDay(e.date,e.dayOfWeek)),1)]),f.shouldDisplay(`time`)?(h(),o(`span`,st,[n[1]||=i(`strong`,null,`Uhrzeit:`,-1),l(` `+a(f.formatTime(e.time)),1),e.endTime?(h(),o(`span`,ct,` – `+a(f.formatTime(e.endTime)),1)):p(``,!0),n[2]||=l(` Uhr `,-1)])):p(``,!0),f.shouldDisplay(`place`)&&e.eventPlace?.name?(h(),o(`span`,lt,[n[3]||=i(`strong`,null,`Ort:`,-1),l(` `+a(e.eventPlace?.name),1)])):p(``,!0)]),f.shouldDisplay(`description`)&&e.description?(h(),o(`p`,ut,a(e.description),1)):p(``,!0),f.shouldDisplay(`contactPerson`)&&e.contactPersons?.length?(h(),o(`p`,dt,[i(`span`,null,[n[4]||=i(`strong`,null,`Kontakt:`,-1),l(` `+a(e.contactPersons.map(e=>f.formatContactPerson(e)).join(`, `)),1)])])):p(``,!0),f.shouldDisplay(`institution`)&&e.institution?.name?(h(),o(`p`,ft,[i(`span`,null,[n[5]||=i(`strong`,null,`Institution:`,-1),l(` `+a(e.institution?.name),1)])])):p(``,!0),f.shouldDisplay(`type`)&&e.eventType?.caption?(h(),o(`p`,pt,[i(`span`,null,[n[6]||=i(`strong`,null,`Typ:`,-1),l(` `+a(e.eventType?.caption),1)])])):p(``,!0)])])],2))),128))])):(h(),o(`p`,mt,`Keine Veranstaltungen verfügbar.`))])}var gt=f($e,[[`render`,ht],[`__scopeId`,`data-v-9099d214`]]),_t={name:`ContactRender`,props:{config:{type:Object,required:!0}},data(){return{contacts:[],loading:!0,error:null,displayOptions:[]}},async created(){try{this.displayOptions=this.config.display||[],this.contacts=(await _.post(`/contact-persons/filter`,{config:JSON.stringify(this.config)})).data,this.loading=!1}catch(e){console.error(`Error loading contacts:`,e),this.error=`Fehler beim Laden der Kontaktpersonen`,this.loading=!1}},methods:{formatDate(e){return e?new Date(e).toLocaleDateString(`de-DE`,{day:`2-digit`,month:`2-digit`,year:`numeric`}):``}}},vt={key:0,class:`mg-stack`},yt={class:`mg-title`},bt={key:0,class:`expiry-date`},xt={key:0,class:`mg-meta`},St={class:`mg-stack stack-tight`},Ct={key:0,class:`mg-text`},wt={key:1,class:`mg-text`},Tt={key:2,class:`mg-text`},Et={key:3,class:`mg-text`},Dt={key:4,class:`mg-text`},Ot={key:1,class:`float-list`},kt={key:0,class:`expiry-date`},At={key:1},jt={key:2},Mt={key:3},Nt={key:4},Pt={key:5},Ft={key:6};function It(e,n,r,c,u,d){return r.config&&r.config.style===`box`&&u.contacts&&u.contacts.length&&u.contacts.length>0?(h(),o(`div`,vt,[(h(!0),o(s,null,t(u.contacts,e=>(h(),o(`article`,{key:e.id,class:`mg-card`},[i(`h3`,yt,[l(a(e.name)+` `,1),e.expiryDate?(h(),o(`span`,bt,`(bis `+a(d.formatDate(e.expiryDate))+`)`,1)):p(``,!0)]),u.displayOptions.includes(`positions`)&&e.positions?.length?(h(),o(`p`,xt,[i(`span`,null,[n[0]||=i(`strong`,null,`Positionen:`,-1),l(` `+a(e.positions.map(e=>e.caption).join(`, `)),1)])])):p(``,!0),i(`div`,St,[u.displayOptions.includes(`phone`)&&e.phone?(h(),o(`p`,Ct,[n[1]||=i(`strong`,null,`Telefon:`,-1),l(` `+a(e.phone),1)])):p(``,!0),u.displayOptions.includes(`email`)&&e.email?(h(),o(`p`,wt,[n[2]||=i(`strong`,null,`E-Mail:`,-1),l(` `+a(e.email),1)])):p(``,!0),u.displayOptions.includes(`street`)&&e.street?(h(),o(`p`,Tt,[n[3]||=i(`strong`,null,`Straße:`,-1),l(` `+a(e.street),1)])):p(``,!0),u.displayOptions.includes(`zipcode`)&&e.zipcode?(h(),o(`p`,Et,[n[4]||=i(`strong`,null,`PLZ:`,-1),l(` `+a(e.zipcode),1)])):p(``,!0),u.displayOptions.includes(`city`)&&e.city?(h(),o(`p`,Dt,[n[5]||=i(`strong`,null,`Stadt:`,-1),l(` `+a(e.city),1)])):p(``,!0)])]))),128))])):r.config.style===`float`&&u.contacts&&u.contacts.length&&u.contacts.length>0?(h(),o(`div`,Ot,[(h(!0),o(s,null,t(u.contacts,e=>(h(),o(`p`,{key:e.id,class:`float-item`},[i(`strong`,null,a(e.name),1),e.expiryDate?(h(),o(`span`,kt,` (bis `+a(d.formatDate(e.expiryDate))+`)`,1)):p(``,!0),u.displayOptions.includes(`phone`)&&e.phone?(h(),o(`span`,At,`, Telefon: `+a(e.phone),1)):p(``,!0),u.displayOptions.includes(`street`)&&e.street?(h(),o(`span`,jt,`, Straße: `+a(e.street),1)):p(``,!0),u.displayOptions.includes(`zipcode`)&&e.zipcode?(h(),o(`span`,Mt,`, PLZ: `+a(e.zipcode),1)):p(``,!0),u.displayOptions.includes(`city`)&&e.city?(h(),o(`span`,Nt,`, Stadt: `+a(e.city),1)):p(``,!0),u.displayOptions.includes(`email`)&&e.email?(h(),o(`span`,Pt,`, E-Mail: `+a(e.email),1)):p(``,!0),u.displayOptions.includes(`positions`)&&e.positions?.length?(h(),o(`span`,Ft,`, Positionen: `+a(e.positions.map(e=>e.caption).join(`, `)),1)):p(``,!0)]))),128))])):p(``,!0)}var Lt=f(_t,[[`render`,It],[`__scopeId`,`data-v-124908c6`]]),Rt={name:`InstitutionRender`,props:{config:{type:Object,required:!0}},data(){return{institution:null,loading:!0,error:null,displayOptions:[]}},async created(){try{this.displayOptions=this.config.display||[],this.institution=(await _.get(`/institutions/`+this.config.id,{config:JSON.stringify(this.config)})).data,this.loading=!1}catch(e){console.error(`Error loading institutions:`,e),this.error=`Fehler beim Laden der Institutionen`,this.loading=!1}}},zt={key:0},Bt={key:0},Vt={key:1},Ht={key:2},Ut={key:3},Wt={key:4},Gt={key:1},Kt={key:0},qt={key:1},$={key:2},Jt={key:3},Yt={key:4},Xt={key:2};function Zt(e,t,n,r,s,c){return n.config&&n.config.style===`box`&&s.institution?(h(),o(`div`,zt,[i(`h3`,null,a(s.institution.name),1),s.displayOptions.includes(`street`)?(h(),o(`span`,Bt,[l(`Straße: `+a(s.institution.street),1),t[0]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`zipcode`)?(h(),o(`span`,Vt,[l(`Postleitzahl: `+a(s.institution.zipcode),1),t[1]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`city`)?(h(),o(`span`,Ht,[l(`Stadt: `+a(s.institution.city),1),t[2]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`email`)?(h(),o(`span`,Ut,[l(`E-Mail: `+a(s.institution.email),1),t[3]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`phone`)?(h(),o(`span`,Wt,[l(`Telefon: `+a(s.institution.phone),1),t[4]||=i(`br`,null,null,-1)])):p(``,!0)])):n.config.style===`float`&&s.institution?(h(),o(`span`,Gt,[l(a(s.institution.name)+` `,1),s.displayOptions.includes(`street`)?(h(),o(`span`,Kt,`, Straße: `+a(s.institution.street),1)):p(``,!0),s.displayOptions.includes(`zipcode`)?(h(),o(`span`,qt,`, Postleitzahl: `+a(s.institution.zipcode),1)):p(``,!0),s.displayOptions.includes(`city`)?(h(),o(`span`,$,`, Stadt: `+a(s.institution.city),1)):p(``,!0),s.displayOptions.includes(`email`)?(h(),o(`span`,Jt,`, E-Mail: `+a(s.institution.email),1)):p(``,!0),s.displayOptions.includes(`phone`)?(h(),o(`span`,Yt,`, Telefon: `+a(s.institution.phone),1)):p(``,!0)])):(h(),o(`span`,Xt,[l(a(n.config),1),t[5]||=i(`br`,null,null,-1),l(` --- `+a(s.institution),1)]))}var Qt=f(Rt,[[`render`,Zt],[`__scopeId`,`data-v-91ca350f`]]),$t={name:`DownloadLink`,props:{hash:{type:String,required:!0}},data(){return{title:``,link:``}},async created(){await this.fetchFile()},methods:{async fetchFile(){try{let t=await e.get(`/files/hash/`+this.hash);this.title=t.data.title,this.events=t.data.events}catch(e){console.error(`Fehler beim Abrufen der Events`,e)}},async downloadFile(){let t=await e.get(`/files/download/${this.hash}`,{responseType:`blob`}),n=new Blob([t.data],{type:t.data.type}),r=document.createElement(`a`);r.href=window.URL.createObjectURL(n),r.download=`${this.title}${this.extension}`,r.click(),window.URL.revokeObjectURL(r.href)}}};function en(e,t,n,r,i,s){return i.title?(h(),o(`span`,{key:0,onClick:t[0]||=(...e)=>s.downloadFile&&s.downloadFile(...e)},a(i.title),1)):p(``,!0)}var tn=f($t,[[`render`,en],[`__scopeId`,`data-v-bfbab2d9`]]),nn={name:`RenderContentComponent`,props:{content:{type:String,required:!0}},setup(e){let t=r(``),n=e=>{let t=i(e);return t=a(t),t=o(t),t=s(t),t=l(t),t=u(t),t},i=e=>{let t=/{{ worshipslist:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`worship-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(ge,{config:JSON.parse(t)})}}).mount(e)},0),`
`}),n},a=e=>{let t=/{{ image:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`image-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(E,{id:t})}}).mount(e)},0),``}),n},o=e=>{let t=/{{ download:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`image-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(tn,{hash:t})}}).mount(e)},0),``}),n},s=e=>{let t=/{{ events:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`event-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(gt,{config:JSON.parse(t)})}}).mount(e)},0),`
`}),n},l=e=>{let t=/{{ contact:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=d(t),r=`contact-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(r);e&&g({render(){return m(Lt,{config:n})}}).mount(e)},0),`
`}),n},u=e=>{let t=/{{ institution:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=d(t),r=`institution-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(r);e&&g({render(){return m(Qt,{config:n})}}).mount(e)},0),`
`}),n},d=e=>{try{return JSON.parse(e)}catch(t){return console.error(`Error parsing config:`,t),console.log(e),{}}};return c(()=>e.content,e=>{t.value=n(e)},{immediate:!0}),{parsedContent:t}}},rn=[`innerHTML`];function an(e,t,n,r,i,a){return h(),o(`div`,{innerHTML:r.parsedContent},null,8,rn)}var on=f(nn,[[`render`,an],[`__scopeId`,`data-v-d7c4dbde`]]);export{on as t}; +//# sourceMappingURL=RenderContentComponent-CB1lnW4i.js.map \ No newline at end of file diff --git a/public/assets/RenderContentComponent-CejE6WMc.js b/public/assets/RenderContentComponent-CejE6WMc.js new file mode 100644 index 0000000..f525206 --- /dev/null +++ b/public/assets/RenderContentComponent-CejE6WMc.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,I as n,L as r,c as i,ct as a,d as o,i as s,k as c,m as l,ot as u,st as d,t as f,u as p,v as m,w as h}from"./_plugin-vue_export-helper-Conii5fq.js";import{n as g}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{i as _}from"./router-Cubu3_vL.js";import{n as v,t as y}from"./strings-ldR5sTJW.js";var b={name:`WorshipRender`,props:{config:{type:Object,required:!0}},data(){return{worships:[]}},async created(){await this.fetchWorships()},methods:{formatTime:v,formatDate:y,async fetchWorships(){try{this.worships=(await _.get(`/worships/filtered`,{params:this.config})).data}catch(e){console.error(`Fehler beim Abrufen der Gottesdienste:`,e)}}}},x={key:0,class:`mg-stack`},S={class:`worship-card`},C={class:`worship-card__date`},w={key:0,class:`worship-card__day`},ee={key:1,class:`worship-card__place`},te={class:`worship-card__right`},ne={class:`mg-title`},re={key:0,class:`neighborhood-invitation mg-accent-left`},ie={class:`mg-stack stack-tight`},ae={key:0,class:`mg-text`},oe={key:1,class:`mg-text`},se={key:2,class:`mg-text`},ce={key:3,class:`mg-text`},le={key:4,class:`internal-information mg-text`},ue={key:5,class:`internal-information mg-text`},de={key:6,class:`selfinformation mg-text`},fe=[`href`],pe={key:1},me={key:1};function he(e,n,r,c,f,m){return h(),o(`div`,null,[f.worships.length?(h(),o(`div`,x,[(h(!0),o(s,null,t(f.worships,e=>(h(),o(`article`,{key:e.id,class:`mg-card`},[i(`div`,S,[i(`aside`,{class:`worship-card__left`,style:d(e.eventPlace?.backgroundColor?`background-color:${e.eventPlace.backgroundColor}`:``)},[i(`div`,C,a(m.formatDate(e.date)),1),e.dayName?(h(),o(`div`,w,a(e.dayName),1)):p(``,!0),e.eventPlace?.name?(h(),o(`div`,ee,a(e.eventPlace.name),1)):p(``,!0)],4),i(`div`,te,[i(`h3`,ne,[i(`span`,{class:u(e.highlightTime?`highlight-time`:``)},a(m.formatTime(e.time)),3),n[0]||=i(`span`,{"aria-hidden":`true`},` – `,-1),l(` `+a(e.title?e.title:e.eventPlace&&e.eventPlace.name?`Gottesdienst in ${e.eventPlace.name}`:`Gottesdienst`),1)]),e.neighborInvitation?(h(),o(`p`,re,` Einladung zum Gottesdienst im Nachbarschaftsraum `)):p(``,!0),i(`div`,ie,[e.organizer?(h(),o(`p`,ae,[n[1]||=i(`strong`,null,`Gestaltung:`,-1),l(` `+a(e.organizer),1)])):p(``,!0),e.collection?(h(),o(`p`,oe,[n[2]||=i(`strong`,null,`Kollekte:`,-1),l(` `+a(e.collection),1)])):p(``,!0),e.address?(h(),o(`p`,se,[n[3]||=i(`strong`,null,`Adresse:`,-1),l(` `+a(e.address),1)])):p(``,!0),!e.address&&e.eventPlace&&e.eventPlace.id?(h(),o(`p`,ce,[n[4]||=i(`strong`,null,`Adresse:`,-1),l(` `+a(e.eventPlace.name)+`, `+a(e.eventPlace.street)+`, `+a(e.eventPlace.city),1)])):p(``,!0),e.sacristanService?(h(),o(`p`,le,[n[5]||=i(`strong`,null,`Küsterdienst:`,-1),l(` `+a(e.sacristanService),1)])):p(``,!0),e.organPlaying?(h(),o(`p`,ue,[n[6]||=i(`strong`,null,`Orgelspiel:`,-1),l(` `+a(e.organPlaying),1)])):p(``,!0),e.selfInformation?(h(),o(`p`,de,[n[7]||=l(` Bitte informieren Sie sich auch auf den `,-1),e.eventPlace&&e.eventPlace.website?(h(),o(`a`,{key:0,href:e.eventPlace.website,target:`_blank`,rel:`noopener noreferrer`},`Internetseiten dieser Gemeinde`,8,fe)):(h(),o(`span`,pe,`Internetseiten dieser Gemeinde`)),n[8]||=l(`. `,-1)])):p(``,!0)])])])]))),128))])):(h(),o(`p`,me,`Keine Gottesdienste verfügbar.`))])}var ge=f(b,[[`render`,he],[`__scopeId`,`data-v-1fe1f289`]]),_e={name:`ImageRender`,props:{id:{type:Number,required:!0}},setup(e){let t=n({filename:``,title:``,description:``,uploadDate:``,pageId:null});return(async()=>{try{let n=await _.get(`/image/`+e.id);Object.assign(t,n.data)}catch(e){console.log(`Fehler beim Abrufen eines Bildes`,e)}})(),{image:t}}},ve=[`src`,`alt`,`title`];function T(e,t,n,r,i,a){return r.image.filename?(h(),o(`img`,{key:0,src:`/images/uploads/${r.image.filename}`,alt:r.image.title,title:r.image.title,class:`image`},null,8,ve)):p(``,!0)}var E=f(_e,[[`render`,T],[`__scopeId`,`data-v-f81373cb`]]);function D(e){let t=Object.prototype.toString.call(e);return e instanceof Date||typeof e==`object`&&t===`[object Date]`?new e.constructor(+e):typeof e==`number`||t===`[object Number]`||typeof e==`string`||t===`[object String]`?new Date(e):new Date(NaN)}function O(e,t){return e instanceof Date?new e.constructor(t):new Date(t)}var k=365.2425,A=6048e5,j=864e5,M=3600*24;M*7,M*k/12*3;var N={};function P(){return N}function F(e,t){let n=P(),r=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0,i=D(e),a=i.getDay(),o=(a=i.getTime()?n+1:t.getTime()>=o.getTime()?n:n-1}function R(e){let t=D(e);return t.setHours(0,0,0,0),t}function z(e){let t=D(e),n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),e-+n}function ye(e,t){let n=R(e),r=R(t),i=+n-z(n),a=+r-z(r);return Math.round((i-a)/j)}function be(e){let t=L(e),n=O(e,0);return n.setFullYear(t,0,4),n.setHours(0,0,0,0),I(n)}function xe(e){return e instanceof Date||typeof e==`object`&&Object.prototype.toString.call(e)===`[object Date]`}function Se(e){if(!xe(e)&&typeof e!=`number`)return!1;let t=D(e);return!isNaN(Number(t))}function Ce(e){let t=D(e),n=O(e,0);return n.setFullYear(t.getFullYear(),0,1),n.setHours(0,0,0,0),n}var we={lessThanXSeconds:{one:`less than a second`,other:`less than {{count}} seconds`},xSeconds:{one:`1 second`,other:`{{count}} seconds`},halfAMinute:`half a minute`,lessThanXMinutes:{one:`less than a minute`,other:`less than {{count}} minutes`},xMinutes:{one:`1 minute`,other:`{{count}} minutes`},aboutXHours:{one:`about 1 hour`,other:`about {{count}} hours`},xHours:{one:`1 hour`,other:`{{count}} hours`},xDays:{one:`1 day`,other:`{{count}} days`},aboutXWeeks:{one:`about 1 week`,other:`about {{count}} weeks`},xWeeks:{one:`1 week`,other:`{{count}} weeks`},aboutXMonths:{one:`about 1 month`,other:`about {{count}} months`},xMonths:{one:`1 month`,other:`{{count}} months`},aboutXYears:{one:`about 1 year`,other:`about {{count}} years`},xYears:{one:`1 year`,other:`{{count}} years`},overXYears:{one:`over 1 year`,other:`over {{count}} years`},almostXYears:{one:`almost 1 year`,other:`almost {{count}} years`}},Te=(e,t,n)=>{let r,i=we[e];return r=typeof i==`string`?i:t===1?i.one:i.other.replace(`{{count}}`,t.toString()),n?.addSuffix?n.comparison&&n.comparison>0?`in `+r:r+` ago`:r};function B(e){return(t={})=>{let n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}var Ee={date:B({formats:{full:`EEEE, MMMM do, y`,long:`MMMM do, y`,medium:`MMM d, y`,short:`MM/dd/yyyy`},defaultWidth:`full`}),time:B({formats:{full:`h:mm:ss a zzzz`,long:`h:mm:ss a z`,medium:`h:mm:ss a`,short:`h:mm a`},defaultWidth:`full`}),dateTime:B({formats:{full:`{{date}} 'at' {{time}}`,long:`{{date}} 'at' {{time}}`,medium:`{{date}}, {{time}}`,short:`{{date}}, {{time}}`},defaultWidth:`full`})},De={lastWeek:`'last' eeee 'at' p`,yesterday:`'yesterday at' p`,today:`'today at' p`,tomorrow:`'tomorrow at' p`,nextWeek:`eeee 'at' p`,other:`P`},Oe=(e,t,n,r)=>De[e];function V(e){return(t,n)=>{let r=n?.context?String(n.context):`standalone`,i;if(r===`formatting`&&e.formattingValues){let t=e.defaultFormattingWidth||e.defaultWidth,r=n?.width?String(n.width):t;i=e.formattingValues[r]||e.formattingValues[t]}else{let t=e.defaultWidth,r=n?.width?String(n.width):e.defaultWidth;i=e.values[r]||e.values[t]}let a=e.argumentCallback?e.argumentCallback(t):t;return i[a]}}var ke={ordinalNumber:(e,t)=>{let n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+`st`;case 2:return n+`nd`;case 3:return n+`rd`}return n+`th`},era:V({values:{narrow:[`B`,`A`],abbreviated:[`BC`,`AD`],wide:[`Before Christ`,`Anno Domini`]},defaultWidth:`wide`}),quarter:V({values:{narrow:[`1`,`2`,`3`,`4`],abbreviated:[`Q1`,`Q2`,`Q3`,`Q4`],wide:[`1st quarter`,`2nd quarter`,`3rd quarter`,`4th quarter`]},defaultWidth:`wide`,argumentCallback:e=>e-1}),month:V({values:{narrow:[`J`,`F`,`M`,`A`,`M`,`J`,`J`,`A`,`S`,`O`,`N`,`D`],abbreviated:[`Jan`,`Feb`,`Mar`,`Apr`,`May`,`Jun`,`Jul`,`Aug`,`Sep`,`Oct`,`Nov`,`Dec`],wide:[`January`,`February`,`March`,`April`,`May`,`June`,`July`,`August`,`September`,`October`,`November`,`December`]},defaultWidth:`wide`}),day:V({values:{narrow:[`S`,`M`,`T`,`W`,`T`,`F`,`S`],short:[`Su`,`Mo`,`Tu`,`We`,`Th`,`Fr`,`Sa`],abbreviated:[`Sun`,`Mon`,`Tue`,`Wed`,`Thu`,`Fri`,`Sat`],wide:[`Sunday`,`Monday`,`Tuesday`,`Wednesday`,`Thursday`,`Friday`,`Saturday`]},defaultWidth:`wide`}),dayPeriod:V({values:{narrow:{am:`a`,pm:`p`,midnight:`mi`,noon:`n`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`},abbreviated:{am:`AM`,pm:`PM`,midnight:`midnight`,noon:`noon`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`},wide:{am:`a.m.`,pm:`p.m.`,midnight:`midnight`,noon:`noon`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`}},defaultWidth:`wide`,formattingValues:{narrow:{am:`a`,pm:`p`,midnight:`mi`,noon:`n`,morning:`in the morning`,afternoon:`in the afternoon`,evening:`in the evening`,night:`at night`},abbreviated:{am:`AM`,pm:`PM`,midnight:`midnight`,noon:`noon`,morning:`in the morning`,afternoon:`in the afternoon`,evening:`in the evening`,night:`at night`},wide:{am:`a.m.`,pm:`p.m.`,midnight:`midnight`,noon:`noon`,morning:`in the morning`,afternoon:`in the afternoon`,evening:`in the evening`,night:`at night`}},defaultFormattingWidth:`wide`})};function H(e){return(t,n={})=>{let r=n.width,i=r&&e.matchPatterns[r]||e.matchPatterns[e.defaultMatchWidth],a=t.match(i);if(!a)return null;let o=a[0],s=r&&e.parsePatterns[r]||e.parsePatterns[e.defaultParseWidth],c=Array.isArray(s)?je(s,e=>e.test(o)):Ae(s,e=>e.test(o)),l;l=e.valueCallback?e.valueCallback(c):c,l=n.valueCallback?n.valueCallback(l):l;let u=t.slice(o.length);return{value:l,rest:u}}}function Ae(e,t){for(let n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n}function je(e,t){for(let n=0;n{let r=t.match(e.matchPattern);if(!r)return null;let i=r[0],a=t.match(e.parsePattern);if(!a)return null;let o=e.valueCallback?e.valueCallback(a[0]):a[0];o=n.valueCallback?n.valueCallback(o):o;let s=t.slice(i.length);return{value:o,rest:s}}}var Ne={code:`en-US`,formatDistance:Te,formatLong:Ee,formatRelative:Oe,localize:ke,match:{ordinalNumber:Me({matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:e=>parseInt(e,10)}),era:H({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:`wide`,parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:`any`}),quarter:H({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:`wide`,parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:`any`,valueCallback:e=>e+1}),month:H({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:`wide`,parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:`any`}),day:H({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:`wide`,parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:`any`}),dayPeriod:H({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:`any`,parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:`any`})},options:{weekStartsOn:0,firstWeekContainsDate:1}};function Pe(e){let t=D(e);return ye(t,Ce(t))+1}function Fe(e){let t=D(e),n=I(t)-+be(t);return Math.round(n/A)+1}function U(e,t){let n=D(e),r=n.getFullYear(),i=P(),a=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??i.firstWeekContainsDate??i.locale?.options?.firstWeekContainsDate??1,o=O(e,0);o.setFullYear(r+1,0,a),o.setHours(0,0,0,0);let s=F(o,t),c=O(e,0);c.setFullYear(r,0,a),c.setHours(0,0,0,0);let l=F(c,t);return n.getTime()>=s.getTime()?r+1:n.getTime()>=l.getTime()?r:r-1}function Ie(e,t){let n=P(),r=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??n.firstWeekContainsDate??n.locale?.options?.firstWeekContainsDate??1,i=U(e,t),a=O(e,0);return a.setFullYear(i,0,r),a.setHours(0,0,0,0),F(a,t)}function Le(e,t){let n=D(e),r=F(n,t)-+Ie(n,t);return Math.round(r/A)+1}function W(e,t){return(e<0?`-`:``)+Math.abs(e).toString().padStart(t,`0`)}var G={y(e,t){let n=e.getFullYear(),r=n>0?n:1-n;return W(t===`yy`?r%100:r,t.length)},M(e,t){let n=e.getMonth();return t===`M`?String(n+1):W(n+1,2)},d(e,t){return W(e.getDate(),t.length)},a(e,t){let n=e.getHours()/12>=1?`pm`:`am`;switch(t){case`a`:case`aa`:return n.toUpperCase();case`aaa`:return n;case`aaaaa`:return n[0];default:return n===`am`?`a.m.`:`p.m.`}},h(e,t){return W(e.getHours()%12||12,t.length)},H(e,t){return W(e.getHours(),t.length)},m(e,t){return W(e.getMinutes(),t.length)},s(e,t){return W(e.getSeconds(),t.length)},S(e,t){let n=t.length,r=e.getMilliseconds();return W(Math.trunc(r*10**(n-3)),t.length)}},K={am:`am`,pm:`pm`,midnight:`midnight`,noon:`noon`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`},q={G:function(e,t,n){let r=+(e.getFullYear()>0);switch(t){case`G`:case`GG`:case`GGG`:return n.era(r,{width:`abbreviated`});case`GGGGG`:return n.era(r,{width:`narrow`});default:return n.era(r,{width:`wide`})}},y:function(e,t,n){if(t===`yo`){let t=e.getFullYear(),r=t>0?t:1-t;return n.ordinalNumber(r,{unit:`year`})}return G.y(e,t)},Y:function(e,t,n,r){let i=U(e,r),a=i>0?i:1-i;return t===`YY`?W(a%100,2):t===`Yo`?n.ordinalNumber(a,{unit:`year`}):W(a,t.length)},R:function(e,t){return W(L(e),t.length)},u:function(e,t){return W(e.getFullYear(),t.length)},Q:function(e,t,n){let r=Math.ceil((e.getMonth()+1)/3);switch(t){case`Q`:return String(r);case`QQ`:return W(r,2);case`Qo`:return n.ordinalNumber(r,{unit:`quarter`});case`QQQ`:return n.quarter(r,{width:`abbreviated`,context:`formatting`});case`QQQQQ`:return n.quarter(r,{width:`narrow`,context:`formatting`});default:return n.quarter(r,{width:`wide`,context:`formatting`})}},q:function(e,t,n){let r=Math.ceil((e.getMonth()+1)/3);switch(t){case`q`:return String(r);case`qq`:return W(r,2);case`qo`:return n.ordinalNumber(r,{unit:`quarter`});case`qqq`:return n.quarter(r,{width:`abbreviated`,context:`standalone`});case`qqqqq`:return n.quarter(r,{width:`narrow`,context:`standalone`});default:return n.quarter(r,{width:`wide`,context:`standalone`})}},M:function(e,t,n){let r=e.getMonth();switch(t){case`M`:case`MM`:return G.M(e,t);case`Mo`:return n.ordinalNumber(r+1,{unit:`month`});case`MMM`:return n.month(r,{width:`abbreviated`,context:`formatting`});case`MMMMM`:return n.month(r,{width:`narrow`,context:`formatting`});default:return n.month(r,{width:`wide`,context:`formatting`})}},L:function(e,t,n){let r=e.getMonth();switch(t){case`L`:return String(r+1);case`LL`:return W(r+1,2);case`Lo`:return n.ordinalNumber(r+1,{unit:`month`});case`LLL`:return n.month(r,{width:`abbreviated`,context:`standalone`});case`LLLLL`:return n.month(r,{width:`narrow`,context:`standalone`});default:return n.month(r,{width:`wide`,context:`standalone`})}},w:function(e,t,n,r){let i=Le(e,r);return t===`wo`?n.ordinalNumber(i,{unit:`week`}):W(i,t.length)},I:function(e,t,n){let r=Fe(e);return t===`Io`?n.ordinalNumber(r,{unit:`week`}):W(r,t.length)},d:function(e,t,n){return t===`do`?n.ordinalNumber(e.getDate(),{unit:`date`}):G.d(e,t)},D:function(e,t,n){let r=Pe(e);return t===`Do`?n.ordinalNumber(r,{unit:`dayOfYear`}):W(r,t.length)},E:function(e,t,n){let r=e.getDay();switch(t){case`E`:case`EE`:case`EEE`:return n.day(r,{width:`abbreviated`,context:`formatting`});case`EEEEE`:return n.day(r,{width:`narrow`,context:`formatting`});case`EEEEEE`:return n.day(r,{width:`short`,context:`formatting`});default:return n.day(r,{width:`wide`,context:`formatting`})}},e:function(e,t,n,r){let i=e.getDay(),a=(i-r.weekStartsOn+8)%7||7;switch(t){case`e`:return String(a);case`ee`:return W(a,2);case`eo`:return n.ordinalNumber(a,{unit:`day`});case`eee`:return n.day(i,{width:`abbreviated`,context:`formatting`});case`eeeee`:return n.day(i,{width:`narrow`,context:`formatting`});case`eeeeee`:return n.day(i,{width:`short`,context:`formatting`});default:return n.day(i,{width:`wide`,context:`formatting`})}},c:function(e,t,n,r){let i=e.getDay(),a=(i-r.weekStartsOn+8)%7||7;switch(t){case`c`:return String(a);case`cc`:return W(a,t.length);case`co`:return n.ordinalNumber(a,{unit:`day`});case`ccc`:return n.day(i,{width:`abbreviated`,context:`standalone`});case`ccccc`:return n.day(i,{width:`narrow`,context:`standalone`});case`cccccc`:return n.day(i,{width:`short`,context:`standalone`});default:return n.day(i,{width:`wide`,context:`standalone`})}},i:function(e,t,n){let r=e.getDay(),i=r===0?7:r;switch(t){case`i`:return String(i);case`ii`:return W(i,t.length);case`io`:return n.ordinalNumber(i,{unit:`day`});case`iii`:return n.day(r,{width:`abbreviated`,context:`formatting`});case`iiiii`:return n.day(r,{width:`narrow`,context:`formatting`});case`iiiiii`:return n.day(r,{width:`short`,context:`formatting`});default:return n.day(r,{width:`wide`,context:`formatting`})}},a:function(e,t,n){let r=e.getHours()/12>=1?`pm`:`am`;switch(t){case`a`:case`aa`:return n.dayPeriod(r,{width:`abbreviated`,context:`formatting`});case`aaa`:return n.dayPeriod(r,{width:`abbreviated`,context:`formatting`}).toLowerCase();case`aaaaa`:return n.dayPeriod(r,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(r,{width:`wide`,context:`formatting`})}},b:function(e,t,n){let r=e.getHours(),i;switch(i=r===12?K.noon:r===0?K.midnight:r/12>=1?`pm`:`am`,t){case`b`:case`bb`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`});case`bbb`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`}).toLowerCase();case`bbbbb`:return n.dayPeriod(i,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(i,{width:`wide`,context:`formatting`})}},B:function(e,t,n){let r=e.getHours(),i;switch(i=r>=17?K.evening:r>=12?K.afternoon:r>=4?K.morning:K.night,t){case`B`:case`BB`:case`BBB`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`});case`BBBBB`:return n.dayPeriod(i,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(i,{width:`wide`,context:`formatting`})}},h:function(e,t,n){if(t===`ho`){let t=e.getHours()%12;return t===0&&(t=12),n.ordinalNumber(t,{unit:`hour`})}return G.h(e,t)},H:function(e,t,n){return t===`Ho`?n.ordinalNumber(e.getHours(),{unit:`hour`}):G.H(e,t)},K:function(e,t,n){let r=e.getHours()%12;return t===`Ko`?n.ordinalNumber(r,{unit:`hour`}):W(r,t.length)},k:function(e,t,n){let r=e.getHours();return r===0&&(r=24),t===`ko`?n.ordinalNumber(r,{unit:`hour`}):W(r,t.length)},m:function(e,t,n){return t===`mo`?n.ordinalNumber(e.getMinutes(),{unit:`minute`}):G.m(e,t)},s:function(e,t,n){return t===`so`?n.ordinalNumber(e.getSeconds(),{unit:`second`}):G.s(e,t)},S:function(e,t){return G.S(e,t)},X:function(e,t,n){let r=e.getTimezoneOffset();if(r===0)return`Z`;switch(t){case`X`:return Y(r);case`XXXX`:case`XX`:return X(r);default:return X(r,`:`)}},x:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`x`:return Y(r);case`xxxx`:case`xx`:return X(r);default:return X(r,`:`)}},O:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`O`:case`OO`:case`OOO`:return`GMT`+J(r,`:`);default:return`GMT`+X(r,`:`)}},z:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`z`:case`zz`:case`zzz`:return`GMT`+J(r,`:`);default:return`GMT`+X(r,`:`)}},t:function(e,t,n){return W(Math.trunc(e.getTime()/1e3),t.length)},T:function(e,t,n){return W(e.getTime(),t.length)}};function J(e,t=``){let n=e>0?`-`:`+`,r=Math.abs(e),i=Math.trunc(r/60),a=r%60;return a===0?n+String(i):n+String(i)+t+W(a,2)}function Y(e,t){return e%60==0?(e>0?`-`:`+`)+W(Math.abs(e)/60,2):X(e,t)}function X(e,t=``){let n=e>0?`-`:`+`,r=Math.abs(e),i=W(Math.trunc(r/60),2),a=W(r%60,2);return n+i+t+a}var Z=(e,t)=>{switch(e){case`P`:return t.date({width:`short`});case`PP`:return t.date({width:`medium`});case`PPP`:return t.date({width:`long`});default:return t.date({width:`full`})}},Q=(e,t)=>{switch(e){case`p`:return t.time({width:`short`});case`pp`:return t.time({width:`medium`});case`ppp`:return t.time({width:`long`});default:return t.time({width:`full`})}},Re={p:Q,P:(e,t)=>{let n=e.match(/(P+)(p+)?/)||[],r=n[1],i=n[2];if(!i)return Z(e,t);let a;switch(r){case`P`:a=t.dateTime({width:`short`});break;case`PP`:a=t.dateTime({width:`medium`});break;case`PPP`:a=t.dateTime({width:`long`});break;default:a=t.dateTime({width:`full`});break}return a.replace(`{{date}}`,Z(r,t)).replace(`{{time}}`,Q(i,t))}},ze=/^D+$/,Be=/^Y+$/,Ve=[`D`,`DD`,`YY`,`YYYY`];function He(e){return ze.test(e)}function Ue(e){return Be.test(e)}function We(e,t,n){let r=Ge(e,t,n);if(console.warn(r),Ve.includes(e))throw RangeError(r)}function Ge(e,t,n){let r=e[0]===`Y`?`years`:`days of the month`;return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${r} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}var Ke=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,qe=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Je=/^'([^]*?)'?$/,Ye=/''/g,Xe=/[a-zA-Z]/;function Ze(e,t,n){let r=P(),i=n?.locale??r.locale??Ne,a=n?.firstWeekContainsDate??n?.locale?.options?.firstWeekContainsDate??r.firstWeekContainsDate??r.locale?.options?.firstWeekContainsDate??1,o=n?.weekStartsOn??n?.locale?.options?.weekStartsOn??r.weekStartsOn??r.locale?.options?.weekStartsOn??0,s=D(e);if(!Se(s))throw RangeError(`Invalid time value`);let c=t.match(qe).map(e=>{let t=e[0];if(t===`p`||t===`P`){let n=Re[t];return n(e,i.formatLong)}return e}).join(``).match(Ke).map(e=>{if(e===`''`)return{isToken:!1,value:`'`};let t=e[0];if(t===`'`)return{isToken:!1,value:Qe(e)};if(q[t])return{isToken:!0,value:e};if(t.match(Xe))throw RangeError("Format string contains an unescaped latin alphabet character `"+t+"`");return{isToken:!1,value:e}});i.localize.preprocessor&&(c=i.localize.preprocessor(s,c));let l={firstWeekContainsDate:a,weekStartsOn:o,locale:i};return c.map(r=>{if(!r.isToken)return r.value;let a=r.value;(!n?.useAdditionalWeekYearTokens&&Ue(a)||!n?.useAdditionalDayOfYearTokens&&He(a))&&We(a,t,String(e));let o=q[a[0]];return o(s,a,i.localize,l)}).join(``)}function Qe(e){let t=e.match(Je);return t?t[1].replace(Ye,`'`):e}var $e={name:`EventRender`,props:{config:{type:Object,required:!0}},data(){return{events:[],imageMap:{}}},async created(){await this.fetchEvents()},methods:{formatTime:v,async fetchEvents(){try{this.events=(await _.post(`/events/filter`,this.config)).data.events,await Promise.all(this.events.filter(e=>this.hasImage(e)).map(async e=>{try{let t=await _.get(`/image/`+e.relatedImage);this.imageMap[e.relatedImage]=`/images/uploads/`+t.data.filename}catch(t){console.error(`Bild konnte nicht geladen werden (ID ${e.relatedImage}):`,t)}}))}catch(e){console.error(`Fehler beim Abrufen der Events`,e)}},shouldDisplay(e){return this.config.display.includes(e)},formatDateOrDay(e,t){return e?Ze(new Date(e),`dd.MM.yyyy`):t==null?``:[`Sonntag`,`Montag`,`Dienstag`,`Mittwoch`,`Donnerstag`,`Freitag`,`Samstag`][t]},hasImage(e){return e.relatedImage&&e.relatedImage!=``},async imagePath(e){let t=`/images/uploads/`+(await _.get(`/image/`+e)).data.filename;return console.log(t),t},formatContactPerson(e){if(!e.expiryDate)return e.name;let t=new Date(e.expiryDate).toLocaleDateString(`de-DE`,{day:`2-digit`,month:`2-digit`,year:`numeric`});return`${e.name} (bis ${t})`}}},et={key:0,class:`mg-stack`},tt={class:`mg-card__grid`},nt={key:0,class:`mg-media`,"aria-hidden":`true`},rt=[`src`],it={key:1,class:`mg-media`,"aria-hidden":`true`},at={key:0,class:`mg-title`},ot={class:`mg-meta`},st={key:0},ct={key:0},lt={key:1},ut={key:1,class:`mg-text mg-accent-left`},dt={key:2,class:`mg-meta`},ft={key:3,class:`mg-meta`},pt={key:4,class:`mg-meta`},mt={key:1};function ht(e,n,r,c,d,f){return h(),o(`div`,null,[d.events.length?(h(),o(`div`,et,[(h(!0),o(s,null,t(d.events,e=>(h(),o(`article`,{key:e.id,class:u([`mg-card`,e.alsoOnHomepage&&r.config.id===`home`?`mg-card--highlight`:``])},[i(`div`,tt,[f.hasImage(e)?(h(),o(`div`,nt,[d.imageMap[e.relatedImage]?(h(),o(`img`,{key:0,src:d.imageMap[e.relatedImage],alt:``,loading:`lazy`,decoding:`async`},null,8,rt)):p(``,!0)])):(h(),o(`div`,it)),i(`div`,null,[f.shouldDisplay(`name`)?(h(),o(`h3`,at,a(e.name),1)):p(``,!0),i(`p`,ot,[i(`span`,null,[n[0]||=i(`strong`,null,`Datum:`,-1),l(` `+a(f.formatDateOrDay(e.date,e.dayOfWeek)),1)]),f.shouldDisplay(`time`)?(h(),o(`span`,st,[n[1]||=i(`strong`,null,`Uhrzeit:`,-1),l(` `+a(f.formatTime(e.time)),1),e.endTime?(h(),o(`span`,ct,` – `+a(f.formatTime(e.endTime)),1)):p(``,!0),n[2]||=l(` Uhr `,-1)])):p(``,!0),f.shouldDisplay(`place`)&&e.eventPlace?.name?(h(),o(`span`,lt,[n[3]||=i(`strong`,null,`Ort:`,-1),l(` `+a(e.eventPlace?.name),1)])):p(``,!0)]),f.shouldDisplay(`description`)&&e.description?(h(),o(`p`,ut,a(e.description),1)):p(``,!0),f.shouldDisplay(`contactPerson`)&&e.contactPersons?.length?(h(),o(`p`,dt,[i(`span`,null,[n[4]||=i(`strong`,null,`Kontakt:`,-1),l(` `+a(e.contactPersons.map(e=>f.formatContactPerson(e)).join(`, `)),1)])])):p(``,!0),f.shouldDisplay(`institution`)&&e.institution?.name?(h(),o(`p`,ft,[i(`span`,null,[n[5]||=i(`strong`,null,`Institution:`,-1),l(` `+a(e.institution?.name),1)])])):p(``,!0),f.shouldDisplay(`type`)&&e.eventType?.caption?(h(),o(`p`,pt,[i(`span`,null,[n[6]||=i(`strong`,null,`Typ:`,-1),l(` `+a(e.eventType?.caption),1)])])):p(``,!0)])])],2))),128))])):(h(),o(`p`,mt,`Keine Veranstaltungen verfügbar.`))])}var gt=f($e,[[`render`,ht],[`__scopeId`,`data-v-9099d214`]]),_t={name:`ContactRender`,props:{config:{type:Object,required:!0}},data(){return{contacts:[],loading:!0,error:null,displayOptions:[]}},async created(){try{this.displayOptions=this.config.display||[],this.contacts=(await _.post(`/contact-persons/filter`,{config:JSON.stringify(this.config)})).data,this.loading=!1}catch(e){console.error(`Error loading contacts:`,e),this.error=`Fehler beim Laden der Kontaktpersonen`,this.loading=!1}},methods:{formatDate(e){return e?new Date(e).toLocaleDateString(`de-DE`,{day:`2-digit`,month:`2-digit`,year:`numeric`}):``}}},vt={key:0,class:`mg-stack`},yt={class:`mg-title`},bt={key:0,class:`expiry-date`},xt={key:0,class:`mg-meta`},St={class:`mg-stack stack-tight`},Ct={key:0,class:`mg-text`},wt={key:1,class:`mg-text`},Tt={key:2,class:`mg-text`},Et={key:3,class:`mg-text`},Dt={key:4,class:`mg-text`},Ot={key:1,class:`float-list`},kt={key:0,class:`expiry-date`},At={key:1},jt={key:2},Mt={key:3},Nt={key:4},Pt={key:5},Ft={key:6};function It(e,n,r,c,u,d){return r.config&&r.config.style===`box`&&u.contacts&&u.contacts.length&&u.contacts.length>0?(h(),o(`div`,vt,[(h(!0),o(s,null,t(u.contacts,e=>(h(),o(`article`,{key:e.id,class:`mg-card`},[i(`h3`,yt,[l(a(e.name)+` `,1),e.expiryDate?(h(),o(`span`,bt,`(bis `+a(d.formatDate(e.expiryDate))+`)`,1)):p(``,!0)]),u.displayOptions.includes(`positions`)&&e.positions?.length?(h(),o(`p`,xt,[i(`span`,null,[n[0]||=i(`strong`,null,`Positionen:`,-1),l(` `+a(e.positions.map(e=>e.caption).join(`, `)),1)])])):p(``,!0),i(`div`,St,[u.displayOptions.includes(`phone`)&&e.phone?(h(),o(`p`,Ct,[n[1]||=i(`strong`,null,`Telefon:`,-1),l(` `+a(e.phone),1)])):p(``,!0),u.displayOptions.includes(`email`)&&e.email?(h(),o(`p`,wt,[n[2]||=i(`strong`,null,`E-Mail:`,-1),l(` `+a(e.email),1)])):p(``,!0),u.displayOptions.includes(`street`)&&e.street?(h(),o(`p`,Tt,[n[3]||=i(`strong`,null,`Straße:`,-1),l(` `+a(e.street),1)])):p(``,!0),u.displayOptions.includes(`zipcode`)&&e.zipcode?(h(),o(`p`,Et,[n[4]||=i(`strong`,null,`PLZ:`,-1),l(` `+a(e.zipcode),1)])):p(``,!0),u.displayOptions.includes(`city`)&&e.city?(h(),o(`p`,Dt,[n[5]||=i(`strong`,null,`Stadt:`,-1),l(` `+a(e.city),1)])):p(``,!0)])]))),128))])):r.config.style===`float`&&u.contacts&&u.contacts.length&&u.contacts.length>0?(h(),o(`div`,Ot,[(h(!0),o(s,null,t(u.contacts,e=>(h(),o(`p`,{key:e.id,class:`float-item`},[i(`strong`,null,a(e.name),1),e.expiryDate?(h(),o(`span`,kt,` (bis `+a(d.formatDate(e.expiryDate))+`)`,1)):p(``,!0),u.displayOptions.includes(`phone`)&&e.phone?(h(),o(`span`,At,`, Telefon: `+a(e.phone),1)):p(``,!0),u.displayOptions.includes(`street`)&&e.street?(h(),o(`span`,jt,`, Straße: `+a(e.street),1)):p(``,!0),u.displayOptions.includes(`zipcode`)&&e.zipcode?(h(),o(`span`,Mt,`, PLZ: `+a(e.zipcode),1)):p(``,!0),u.displayOptions.includes(`city`)&&e.city?(h(),o(`span`,Nt,`, Stadt: `+a(e.city),1)):p(``,!0),u.displayOptions.includes(`email`)&&e.email?(h(),o(`span`,Pt,`, E-Mail: `+a(e.email),1)):p(``,!0),u.displayOptions.includes(`positions`)&&e.positions?.length?(h(),o(`span`,Ft,`, Positionen: `+a(e.positions.map(e=>e.caption).join(`, `)),1)):p(``,!0)]))),128))])):p(``,!0)}var Lt=f(_t,[[`render`,It],[`__scopeId`,`data-v-124908c6`]]),Rt={name:`InstitutionRender`,props:{config:{type:Object,required:!0}},data(){return{institution:null,loading:!0,error:null,displayOptions:[]}},async created(){try{this.displayOptions=this.config.display||[],this.institution=(await _.get(`/institutions/`+this.config.id,{config:JSON.stringify(this.config)})).data,this.loading=!1}catch(e){console.error(`Error loading institutions:`,e),this.error=`Fehler beim Laden der Institutionen`,this.loading=!1}}},zt={key:0},Bt={key:0},Vt={key:1},Ht={key:2},Ut={key:3},Wt={key:4},Gt={key:1},Kt={key:0},qt={key:1},$={key:2},Jt={key:3},Yt={key:4},Xt={key:2};function Zt(e,t,n,r,s,c){return n.config&&n.config.style===`box`&&s.institution?(h(),o(`div`,zt,[i(`h3`,null,a(s.institution.name),1),s.displayOptions.includes(`street`)?(h(),o(`span`,Bt,[l(`Straße: `+a(s.institution.street),1),t[0]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`zipcode`)?(h(),o(`span`,Vt,[l(`Postleitzahl: `+a(s.institution.zipcode),1),t[1]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`city`)?(h(),o(`span`,Ht,[l(`Stadt: `+a(s.institution.city),1),t[2]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`email`)?(h(),o(`span`,Ut,[l(`E-Mail: `+a(s.institution.email),1),t[3]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`phone`)?(h(),o(`span`,Wt,[l(`Telefon: `+a(s.institution.phone),1),t[4]||=i(`br`,null,null,-1)])):p(``,!0)])):n.config.style===`float`&&s.institution?(h(),o(`span`,Gt,[l(a(s.institution.name)+` `,1),s.displayOptions.includes(`street`)?(h(),o(`span`,Kt,`, Straße: `+a(s.institution.street),1)):p(``,!0),s.displayOptions.includes(`zipcode`)?(h(),o(`span`,qt,`, Postleitzahl: `+a(s.institution.zipcode),1)):p(``,!0),s.displayOptions.includes(`city`)?(h(),o(`span`,$,`, Stadt: `+a(s.institution.city),1)):p(``,!0),s.displayOptions.includes(`email`)?(h(),o(`span`,Jt,`, E-Mail: `+a(s.institution.email),1)):p(``,!0),s.displayOptions.includes(`phone`)?(h(),o(`span`,Yt,`, Telefon: `+a(s.institution.phone),1)):p(``,!0)])):(h(),o(`span`,Xt,[l(a(n.config),1),t[5]||=i(`br`,null,null,-1),l(` --- `+a(s.institution),1)]))}var Qt=f(Rt,[[`render`,Zt],[`__scopeId`,`data-v-91ca350f`]]),$t={name:`DownloadLink`,props:{hash:{type:String,required:!0}},data(){return{title:``,link:``}},async created(){await this.fetchFile()},methods:{async fetchFile(){try{let t=await e.get(`/files/hash/`+this.hash);this.title=t.data.title,this.events=t.data.events}catch(e){console.error(`Fehler beim Abrufen der Events`,e)}},async downloadFile(){let t=await e.get(`/files/download/${this.hash}`,{responseType:`blob`}),n=new Blob([t.data],{type:t.data.type}),r=document.createElement(`a`);r.href=window.URL.createObjectURL(n),r.download=`${this.title}${this.extension}`,r.click(),window.URL.revokeObjectURL(r.href)}}};function en(e,t,n,r,i,s){return i.title?(h(),o(`span`,{key:0,onClick:t[0]||=(...e)=>s.downloadFile&&s.downloadFile(...e)},a(i.title),1)):p(``,!0)}var tn=f($t,[[`render`,en],[`__scopeId`,`data-v-bfbab2d9`]]),nn={name:`RenderContentComponent`,props:{content:{type:String,required:!0}},setup(e){let t=r(``),n=e=>{let t=i(e);return t=a(t),t=o(t),t=s(t),t=l(t),t=u(t),t},i=e=>{let t=/{{ worshipslist:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`worship-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(ge,{config:JSON.parse(t)})}}).mount(e)},0),`
`}),n},a=e=>{let t=/{{ image:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`image-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(E,{id:t})}}).mount(e)},0),``}),n},o=e=>{let t=/{{ download:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`image-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(tn,{hash:t})}}).mount(e)},0),``}),n},s=e=>{let t=/{{ events:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`event-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(gt,{config:JSON.parse(t)})}}).mount(e)},0),`
`}),n},l=e=>{let t=/{{ contact:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=d(t),r=`contact-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(r);e&&g({render(){return m(Lt,{config:n})}}).mount(e)},0),`
`}),n},u=e=>{let t=/{{ institution:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=d(t),r=`institution-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(r);e&&g({render(){return m(Qt,{config:n})}}).mount(e)},0),`
`}),n},d=e=>{try{return JSON.parse(e)}catch(t){return console.error(`Error parsing config:`,t),console.log(e),{}}};return c(()=>e.content,e=>{t.value=n(e)},{immediate:!0}),{parsedContent:t}}},rn=[`innerHTML`];function an(e,t,n,r,i,a){return h(),o(`div`,{class:`content-render`,innerHTML:r.parsedContent},null,8,rn)}var on=f(nn,[[`render`,an],[`__scopeId`,`data-v-956c804a`]]);export{on as t}; +//# sourceMappingURL=RenderContentComponent-CejE6WMc.js.map \ No newline at end of file diff --git a/public/assets/RenderContentComponent-CkyIeuuz.js b/public/assets/RenderContentComponent-CkyIeuuz.js new file mode 100644 index 0000000..20b57cc --- /dev/null +++ b/public/assets/RenderContentComponent-CkyIeuuz.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,I as n,L as r,c as i,ct as a,d as o,i as s,k as c,m as l,ot as u,st as d,t as f,u as p,v as m,w as h}from"./_plugin-vue_export-helper-Conii5fq.js";import{n as g}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as _}from"./router-DXnXJqfT.js";import{n as v,t as y}from"./strings-DzAmoxIw.js";var b={name:`WorshipRender`,props:{config:{type:Object,required:!0}},data(){return{worships:[]}},async created(){await this.fetchWorships()},methods:{formatTime:v,formatDate:y,async fetchWorships(){try{this.worships=(await _.get(`/worships/filtered`,{params:this.config})).data}catch(e){console.error(`Fehler beim Abrufen der Gottesdienste:`,e)}}}},x={key:0,class:`mg-stack`},S={class:`worship-card`},C={class:`worship-card__date`},w={key:0,class:`worship-card__day`},ee={key:1,class:`worship-card__place`},te={class:`worship-card__right`},ne={class:`mg-title`},re={key:0,class:`neighborhood-invitation mg-accent-left`},ie={class:`mg-stack stack-tight`},ae={key:0,class:`mg-text`},oe={key:1,class:`mg-text`},se={key:2,class:`mg-text`},ce={key:3,class:`mg-text`},le={key:4,class:`internal-information mg-text`},ue={key:5,class:`internal-information mg-text`},de={key:6,class:`selfinformation mg-text`},fe=[`href`],pe={key:1},me={key:1};function he(e,n,r,c,f,m){return h(),o(`div`,null,[f.worships.length?(h(),o(`div`,x,[(h(!0),o(s,null,t(f.worships,e=>(h(),o(`article`,{key:e.id,class:`mg-card`},[i(`div`,S,[i(`aside`,{class:`worship-card__left`,style:d(e.eventPlace?.backgroundColor?`background-color:${e.eventPlace.backgroundColor}`:``)},[i(`div`,C,a(m.formatDate(e.date)),1),e.dayName?(h(),o(`div`,w,a(e.dayName),1)):p(``,!0),e.eventPlace?.name?(h(),o(`div`,ee,a(e.eventPlace.name),1)):p(``,!0)],4),i(`div`,te,[i(`h3`,ne,[i(`span`,{class:u(e.highlightTime?`highlight-time`:``)},a(m.formatTime(e.time)),3),n[0]||=i(`span`,{"aria-hidden":`true`},` – `,-1),l(` `+a(e.title?e.title:e.eventPlace&&e.eventPlace.name?`Gottesdienst in ${e.eventPlace.name}`:`Gottesdienst`),1)]),e.neighborInvitation?(h(),o(`p`,re,` Einladung zum Gottesdienst im Nachbarschaftsraum `)):p(``,!0),i(`div`,ie,[e.organizer?(h(),o(`p`,ae,[n[1]||=i(`strong`,null,`Gestaltung:`,-1),l(` `+a(e.organizer),1)])):p(``,!0),e.collection?(h(),o(`p`,oe,[n[2]||=i(`strong`,null,`Kollekte:`,-1),l(` `+a(e.collection),1)])):p(``,!0),e.address?(h(),o(`p`,se,[n[3]||=i(`strong`,null,`Adresse:`,-1),l(` `+a(e.address),1)])):p(``,!0),!e.address&&e.eventPlace&&e.eventPlace.id?(h(),o(`p`,ce,[n[4]||=i(`strong`,null,`Adresse:`,-1),l(` `+a(e.eventPlace.name)+`, `+a(e.eventPlace.street)+`, `+a(e.eventPlace.city),1)])):p(``,!0),e.sacristanService?(h(),o(`p`,le,[n[5]||=i(`strong`,null,`Küsterdienst:`,-1),l(` `+a(e.sacristanService),1)])):p(``,!0),e.organPlaying?(h(),o(`p`,ue,[n[6]||=i(`strong`,null,`Orgelspiel:`,-1),l(` `+a(e.organPlaying),1)])):p(``,!0),e.selfInformation?(h(),o(`p`,de,[n[7]||=l(` Bitte informieren Sie sich auch auf den `,-1),e.eventPlace&&e.eventPlace.website?(h(),o(`a`,{key:0,href:e.eventPlace.website,target:`_blank`,rel:`noopener noreferrer`},`Internetseiten dieser Gemeinde`,8,fe)):(h(),o(`span`,pe,`Internetseiten dieser Gemeinde`)),n[8]||=l(`. `,-1)])):p(``,!0)])])])]))),128))])):(h(),o(`p`,me,`Keine Gottesdienste verfügbar.`))])}var ge=f(b,[[`render`,he],[`__scopeId`,`data-v-1fe1f289`]]),_e={name:`ImageRender`,props:{id:{type:Number,required:!0}},setup(e){let t=n({filename:``,title:``,description:``,uploadDate:``,pageId:null});return(async()=>{try{let n=await _.get(`/image/`+e.id);Object.assign(t,n.data)}catch(e){console.log(`Fehler beim Abrufen eines Bildes`,e)}})(),{image:t}}},ve=[`src`,`alt`,`title`];function T(e,t,n,r,i,a){return r.image.filename?(h(),o(`img`,{key:0,src:`/images/uploads/${r.image.filename}`,alt:r.image.title,title:r.image.title,class:`image`},null,8,ve)):p(``,!0)}var E=f(_e,[[`render`,T],[`__scopeId`,`data-v-f81373cb`]]);function D(e){let t=Object.prototype.toString.call(e);return e instanceof Date||typeof e==`object`&&t===`[object Date]`?new e.constructor(+e):typeof e==`number`||t===`[object Number]`||typeof e==`string`||t===`[object String]`?new Date(e):new Date(NaN)}function O(e,t){return e instanceof Date?new e.constructor(t):new Date(t)}var k=365.2425,A=6048e5,j=864e5,M=3600*24;M*7,M*k/12*3;var N={};function P(){return N}function F(e,t){let n=P(),r=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0,i=D(e),a=i.getDay(),o=(a=i.getTime()?n+1:t.getTime()>=o.getTime()?n:n-1}function R(e){let t=D(e);return t.setHours(0,0,0,0),t}function z(e){let t=D(e),n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),e-+n}function ye(e,t){let n=R(e),r=R(t),i=+n-z(n),a=+r-z(r);return Math.round((i-a)/j)}function be(e){let t=L(e),n=O(e,0);return n.setFullYear(t,0,4),n.setHours(0,0,0,0),I(n)}function xe(e){return e instanceof Date||typeof e==`object`&&Object.prototype.toString.call(e)===`[object Date]`}function Se(e){if(!xe(e)&&typeof e!=`number`)return!1;let t=D(e);return!isNaN(Number(t))}function Ce(e){let t=D(e),n=O(e,0);return n.setFullYear(t.getFullYear(),0,1),n.setHours(0,0,0,0),n}var we={lessThanXSeconds:{one:`less than a second`,other:`less than {{count}} seconds`},xSeconds:{one:`1 second`,other:`{{count}} seconds`},halfAMinute:`half a minute`,lessThanXMinutes:{one:`less than a minute`,other:`less than {{count}} minutes`},xMinutes:{one:`1 minute`,other:`{{count}} minutes`},aboutXHours:{one:`about 1 hour`,other:`about {{count}} hours`},xHours:{one:`1 hour`,other:`{{count}} hours`},xDays:{one:`1 day`,other:`{{count}} days`},aboutXWeeks:{one:`about 1 week`,other:`about {{count}} weeks`},xWeeks:{one:`1 week`,other:`{{count}} weeks`},aboutXMonths:{one:`about 1 month`,other:`about {{count}} months`},xMonths:{one:`1 month`,other:`{{count}} months`},aboutXYears:{one:`about 1 year`,other:`about {{count}} years`},xYears:{one:`1 year`,other:`{{count}} years`},overXYears:{one:`over 1 year`,other:`over {{count}} years`},almostXYears:{one:`almost 1 year`,other:`almost {{count}} years`}},Te=(e,t,n)=>{let r,i=we[e];return r=typeof i==`string`?i:t===1?i.one:i.other.replace(`{{count}}`,t.toString()),n?.addSuffix?n.comparison&&n.comparison>0?`in `+r:r+` ago`:r};function B(e){return(t={})=>{let n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}var Ee={date:B({formats:{full:`EEEE, MMMM do, y`,long:`MMMM do, y`,medium:`MMM d, y`,short:`MM/dd/yyyy`},defaultWidth:`full`}),time:B({formats:{full:`h:mm:ss a zzzz`,long:`h:mm:ss a z`,medium:`h:mm:ss a`,short:`h:mm a`},defaultWidth:`full`}),dateTime:B({formats:{full:`{{date}} 'at' {{time}}`,long:`{{date}} 'at' {{time}}`,medium:`{{date}}, {{time}}`,short:`{{date}}, {{time}}`},defaultWidth:`full`})},De={lastWeek:`'last' eeee 'at' p`,yesterday:`'yesterday at' p`,today:`'today at' p`,tomorrow:`'tomorrow at' p`,nextWeek:`eeee 'at' p`,other:`P`},Oe=(e,t,n,r)=>De[e];function V(e){return(t,n)=>{let r=n?.context?String(n.context):`standalone`,i;if(r===`formatting`&&e.formattingValues){let t=e.defaultFormattingWidth||e.defaultWidth,r=n?.width?String(n.width):t;i=e.formattingValues[r]||e.formattingValues[t]}else{let t=e.defaultWidth,r=n?.width?String(n.width):e.defaultWidth;i=e.values[r]||e.values[t]}let a=e.argumentCallback?e.argumentCallback(t):t;return i[a]}}var ke={ordinalNumber:(e,t)=>{let n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+`st`;case 2:return n+`nd`;case 3:return n+`rd`}return n+`th`},era:V({values:{narrow:[`B`,`A`],abbreviated:[`BC`,`AD`],wide:[`Before Christ`,`Anno Domini`]},defaultWidth:`wide`}),quarter:V({values:{narrow:[`1`,`2`,`3`,`4`],abbreviated:[`Q1`,`Q2`,`Q3`,`Q4`],wide:[`1st quarter`,`2nd quarter`,`3rd quarter`,`4th quarter`]},defaultWidth:`wide`,argumentCallback:e=>e-1}),month:V({values:{narrow:[`J`,`F`,`M`,`A`,`M`,`J`,`J`,`A`,`S`,`O`,`N`,`D`],abbreviated:[`Jan`,`Feb`,`Mar`,`Apr`,`May`,`Jun`,`Jul`,`Aug`,`Sep`,`Oct`,`Nov`,`Dec`],wide:[`January`,`February`,`March`,`April`,`May`,`June`,`July`,`August`,`September`,`October`,`November`,`December`]},defaultWidth:`wide`}),day:V({values:{narrow:[`S`,`M`,`T`,`W`,`T`,`F`,`S`],short:[`Su`,`Mo`,`Tu`,`We`,`Th`,`Fr`,`Sa`],abbreviated:[`Sun`,`Mon`,`Tue`,`Wed`,`Thu`,`Fri`,`Sat`],wide:[`Sunday`,`Monday`,`Tuesday`,`Wednesday`,`Thursday`,`Friday`,`Saturday`]},defaultWidth:`wide`}),dayPeriod:V({values:{narrow:{am:`a`,pm:`p`,midnight:`mi`,noon:`n`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`},abbreviated:{am:`AM`,pm:`PM`,midnight:`midnight`,noon:`noon`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`},wide:{am:`a.m.`,pm:`p.m.`,midnight:`midnight`,noon:`noon`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`}},defaultWidth:`wide`,formattingValues:{narrow:{am:`a`,pm:`p`,midnight:`mi`,noon:`n`,morning:`in the morning`,afternoon:`in the afternoon`,evening:`in the evening`,night:`at night`},abbreviated:{am:`AM`,pm:`PM`,midnight:`midnight`,noon:`noon`,morning:`in the morning`,afternoon:`in the afternoon`,evening:`in the evening`,night:`at night`},wide:{am:`a.m.`,pm:`p.m.`,midnight:`midnight`,noon:`noon`,morning:`in the morning`,afternoon:`in the afternoon`,evening:`in the evening`,night:`at night`}},defaultFormattingWidth:`wide`})};function H(e){return(t,n={})=>{let r=n.width,i=r&&e.matchPatterns[r]||e.matchPatterns[e.defaultMatchWidth],a=t.match(i);if(!a)return null;let o=a[0],s=r&&e.parsePatterns[r]||e.parsePatterns[e.defaultParseWidth],c=Array.isArray(s)?je(s,e=>e.test(o)):Ae(s,e=>e.test(o)),l;l=e.valueCallback?e.valueCallback(c):c,l=n.valueCallback?n.valueCallback(l):l;let u=t.slice(o.length);return{value:l,rest:u}}}function Ae(e,t){for(let n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n}function je(e,t){for(let n=0;n{let r=t.match(e.matchPattern);if(!r)return null;let i=r[0],a=t.match(e.parsePattern);if(!a)return null;let o=e.valueCallback?e.valueCallback(a[0]):a[0];o=n.valueCallback?n.valueCallback(o):o;let s=t.slice(i.length);return{value:o,rest:s}}}var Ne={code:`en-US`,formatDistance:Te,formatLong:Ee,formatRelative:Oe,localize:ke,match:{ordinalNumber:Me({matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:e=>parseInt(e,10)}),era:H({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:`wide`,parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:`any`}),quarter:H({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:`wide`,parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:`any`,valueCallback:e=>e+1}),month:H({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:`wide`,parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:`any`}),day:H({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:`wide`,parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:`any`}),dayPeriod:H({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:`any`,parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:`any`})},options:{weekStartsOn:0,firstWeekContainsDate:1}};function Pe(e){let t=D(e);return ye(t,Ce(t))+1}function Fe(e){let t=D(e),n=I(t)-+be(t);return Math.round(n/A)+1}function U(e,t){let n=D(e),r=n.getFullYear(),i=P(),a=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??i.firstWeekContainsDate??i.locale?.options?.firstWeekContainsDate??1,o=O(e,0);o.setFullYear(r+1,0,a),o.setHours(0,0,0,0);let s=F(o,t),c=O(e,0);c.setFullYear(r,0,a),c.setHours(0,0,0,0);let l=F(c,t);return n.getTime()>=s.getTime()?r+1:n.getTime()>=l.getTime()?r:r-1}function Ie(e,t){let n=P(),r=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??n.firstWeekContainsDate??n.locale?.options?.firstWeekContainsDate??1,i=U(e,t),a=O(e,0);return a.setFullYear(i,0,r),a.setHours(0,0,0,0),F(a,t)}function Le(e,t){let n=D(e),r=F(n,t)-+Ie(n,t);return Math.round(r/A)+1}function W(e,t){return(e<0?`-`:``)+Math.abs(e).toString().padStart(t,`0`)}var G={y(e,t){let n=e.getFullYear(),r=n>0?n:1-n;return W(t===`yy`?r%100:r,t.length)},M(e,t){let n=e.getMonth();return t===`M`?String(n+1):W(n+1,2)},d(e,t){return W(e.getDate(),t.length)},a(e,t){let n=e.getHours()/12>=1?`pm`:`am`;switch(t){case`a`:case`aa`:return n.toUpperCase();case`aaa`:return n;case`aaaaa`:return n[0];default:return n===`am`?`a.m.`:`p.m.`}},h(e,t){return W(e.getHours()%12||12,t.length)},H(e,t){return W(e.getHours(),t.length)},m(e,t){return W(e.getMinutes(),t.length)},s(e,t){return W(e.getSeconds(),t.length)},S(e,t){let n=t.length,r=e.getMilliseconds();return W(Math.trunc(r*10**(n-3)),t.length)}},K={am:`am`,pm:`pm`,midnight:`midnight`,noon:`noon`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`},q={G:function(e,t,n){let r=+(e.getFullYear()>0);switch(t){case`G`:case`GG`:case`GGG`:return n.era(r,{width:`abbreviated`});case`GGGGG`:return n.era(r,{width:`narrow`});default:return n.era(r,{width:`wide`})}},y:function(e,t,n){if(t===`yo`){let t=e.getFullYear(),r=t>0?t:1-t;return n.ordinalNumber(r,{unit:`year`})}return G.y(e,t)},Y:function(e,t,n,r){let i=U(e,r),a=i>0?i:1-i;return t===`YY`?W(a%100,2):t===`Yo`?n.ordinalNumber(a,{unit:`year`}):W(a,t.length)},R:function(e,t){return W(L(e),t.length)},u:function(e,t){return W(e.getFullYear(),t.length)},Q:function(e,t,n){let r=Math.ceil((e.getMonth()+1)/3);switch(t){case`Q`:return String(r);case`QQ`:return W(r,2);case`Qo`:return n.ordinalNumber(r,{unit:`quarter`});case`QQQ`:return n.quarter(r,{width:`abbreviated`,context:`formatting`});case`QQQQQ`:return n.quarter(r,{width:`narrow`,context:`formatting`});default:return n.quarter(r,{width:`wide`,context:`formatting`})}},q:function(e,t,n){let r=Math.ceil((e.getMonth()+1)/3);switch(t){case`q`:return String(r);case`qq`:return W(r,2);case`qo`:return n.ordinalNumber(r,{unit:`quarter`});case`qqq`:return n.quarter(r,{width:`abbreviated`,context:`standalone`});case`qqqqq`:return n.quarter(r,{width:`narrow`,context:`standalone`});default:return n.quarter(r,{width:`wide`,context:`standalone`})}},M:function(e,t,n){let r=e.getMonth();switch(t){case`M`:case`MM`:return G.M(e,t);case`Mo`:return n.ordinalNumber(r+1,{unit:`month`});case`MMM`:return n.month(r,{width:`abbreviated`,context:`formatting`});case`MMMMM`:return n.month(r,{width:`narrow`,context:`formatting`});default:return n.month(r,{width:`wide`,context:`formatting`})}},L:function(e,t,n){let r=e.getMonth();switch(t){case`L`:return String(r+1);case`LL`:return W(r+1,2);case`Lo`:return n.ordinalNumber(r+1,{unit:`month`});case`LLL`:return n.month(r,{width:`abbreviated`,context:`standalone`});case`LLLLL`:return n.month(r,{width:`narrow`,context:`standalone`});default:return n.month(r,{width:`wide`,context:`standalone`})}},w:function(e,t,n,r){let i=Le(e,r);return t===`wo`?n.ordinalNumber(i,{unit:`week`}):W(i,t.length)},I:function(e,t,n){let r=Fe(e);return t===`Io`?n.ordinalNumber(r,{unit:`week`}):W(r,t.length)},d:function(e,t,n){return t===`do`?n.ordinalNumber(e.getDate(),{unit:`date`}):G.d(e,t)},D:function(e,t,n){let r=Pe(e);return t===`Do`?n.ordinalNumber(r,{unit:`dayOfYear`}):W(r,t.length)},E:function(e,t,n){let r=e.getDay();switch(t){case`E`:case`EE`:case`EEE`:return n.day(r,{width:`abbreviated`,context:`formatting`});case`EEEEE`:return n.day(r,{width:`narrow`,context:`formatting`});case`EEEEEE`:return n.day(r,{width:`short`,context:`formatting`});default:return n.day(r,{width:`wide`,context:`formatting`})}},e:function(e,t,n,r){let i=e.getDay(),a=(i-r.weekStartsOn+8)%7||7;switch(t){case`e`:return String(a);case`ee`:return W(a,2);case`eo`:return n.ordinalNumber(a,{unit:`day`});case`eee`:return n.day(i,{width:`abbreviated`,context:`formatting`});case`eeeee`:return n.day(i,{width:`narrow`,context:`formatting`});case`eeeeee`:return n.day(i,{width:`short`,context:`formatting`});default:return n.day(i,{width:`wide`,context:`formatting`})}},c:function(e,t,n,r){let i=e.getDay(),a=(i-r.weekStartsOn+8)%7||7;switch(t){case`c`:return String(a);case`cc`:return W(a,t.length);case`co`:return n.ordinalNumber(a,{unit:`day`});case`ccc`:return n.day(i,{width:`abbreviated`,context:`standalone`});case`ccccc`:return n.day(i,{width:`narrow`,context:`standalone`});case`cccccc`:return n.day(i,{width:`short`,context:`standalone`});default:return n.day(i,{width:`wide`,context:`standalone`})}},i:function(e,t,n){let r=e.getDay(),i=r===0?7:r;switch(t){case`i`:return String(i);case`ii`:return W(i,t.length);case`io`:return n.ordinalNumber(i,{unit:`day`});case`iii`:return n.day(r,{width:`abbreviated`,context:`formatting`});case`iiiii`:return n.day(r,{width:`narrow`,context:`formatting`});case`iiiiii`:return n.day(r,{width:`short`,context:`formatting`});default:return n.day(r,{width:`wide`,context:`formatting`})}},a:function(e,t,n){let r=e.getHours()/12>=1?`pm`:`am`;switch(t){case`a`:case`aa`:return n.dayPeriod(r,{width:`abbreviated`,context:`formatting`});case`aaa`:return n.dayPeriod(r,{width:`abbreviated`,context:`formatting`}).toLowerCase();case`aaaaa`:return n.dayPeriod(r,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(r,{width:`wide`,context:`formatting`})}},b:function(e,t,n){let r=e.getHours(),i;switch(i=r===12?K.noon:r===0?K.midnight:r/12>=1?`pm`:`am`,t){case`b`:case`bb`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`});case`bbb`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`}).toLowerCase();case`bbbbb`:return n.dayPeriod(i,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(i,{width:`wide`,context:`formatting`})}},B:function(e,t,n){let r=e.getHours(),i;switch(i=r>=17?K.evening:r>=12?K.afternoon:r>=4?K.morning:K.night,t){case`B`:case`BB`:case`BBB`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`});case`BBBBB`:return n.dayPeriod(i,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(i,{width:`wide`,context:`formatting`})}},h:function(e,t,n){if(t===`ho`){let t=e.getHours()%12;return t===0&&(t=12),n.ordinalNumber(t,{unit:`hour`})}return G.h(e,t)},H:function(e,t,n){return t===`Ho`?n.ordinalNumber(e.getHours(),{unit:`hour`}):G.H(e,t)},K:function(e,t,n){let r=e.getHours()%12;return t===`Ko`?n.ordinalNumber(r,{unit:`hour`}):W(r,t.length)},k:function(e,t,n){let r=e.getHours();return r===0&&(r=24),t===`ko`?n.ordinalNumber(r,{unit:`hour`}):W(r,t.length)},m:function(e,t,n){return t===`mo`?n.ordinalNumber(e.getMinutes(),{unit:`minute`}):G.m(e,t)},s:function(e,t,n){return t===`so`?n.ordinalNumber(e.getSeconds(),{unit:`second`}):G.s(e,t)},S:function(e,t){return G.S(e,t)},X:function(e,t,n){let r=e.getTimezoneOffset();if(r===0)return`Z`;switch(t){case`X`:return Y(r);case`XXXX`:case`XX`:return X(r);default:return X(r,`:`)}},x:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`x`:return Y(r);case`xxxx`:case`xx`:return X(r);default:return X(r,`:`)}},O:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`O`:case`OO`:case`OOO`:return`GMT`+J(r,`:`);default:return`GMT`+X(r,`:`)}},z:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`z`:case`zz`:case`zzz`:return`GMT`+J(r,`:`);default:return`GMT`+X(r,`:`)}},t:function(e,t,n){return W(Math.trunc(e.getTime()/1e3),t.length)},T:function(e,t,n){return W(e.getTime(),t.length)}};function J(e,t=``){let n=e>0?`-`:`+`,r=Math.abs(e),i=Math.trunc(r/60),a=r%60;return a===0?n+String(i):n+String(i)+t+W(a,2)}function Y(e,t){return e%60==0?(e>0?`-`:`+`)+W(Math.abs(e)/60,2):X(e,t)}function X(e,t=``){let n=e>0?`-`:`+`,r=Math.abs(e),i=W(Math.trunc(r/60),2),a=W(r%60,2);return n+i+t+a}var Z=(e,t)=>{switch(e){case`P`:return t.date({width:`short`});case`PP`:return t.date({width:`medium`});case`PPP`:return t.date({width:`long`});default:return t.date({width:`full`})}},Q=(e,t)=>{switch(e){case`p`:return t.time({width:`short`});case`pp`:return t.time({width:`medium`});case`ppp`:return t.time({width:`long`});default:return t.time({width:`full`})}},Re={p:Q,P:(e,t)=>{let n=e.match(/(P+)(p+)?/)||[],r=n[1],i=n[2];if(!i)return Z(e,t);let a;switch(r){case`P`:a=t.dateTime({width:`short`});break;case`PP`:a=t.dateTime({width:`medium`});break;case`PPP`:a=t.dateTime({width:`long`});break;default:a=t.dateTime({width:`full`});break}return a.replace(`{{date}}`,Z(r,t)).replace(`{{time}}`,Q(i,t))}},ze=/^D+$/,Be=/^Y+$/,Ve=[`D`,`DD`,`YY`,`YYYY`];function He(e){return ze.test(e)}function Ue(e){return Be.test(e)}function We(e,t,n){let r=Ge(e,t,n);if(console.warn(r),Ve.includes(e))throw RangeError(r)}function Ge(e,t,n){let r=e[0]===`Y`?`years`:`days of the month`;return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${r} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}var Ke=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,qe=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Je=/^'([^]*?)'?$/,Ye=/''/g,Xe=/[a-zA-Z]/;function Ze(e,t,n){let r=P(),i=n?.locale??r.locale??Ne,a=n?.firstWeekContainsDate??n?.locale?.options?.firstWeekContainsDate??r.firstWeekContainsDate??r.locale?.options?.firstWeekContainsDate??1,o=n?.weekStartsOn??n?.locale?.options?.weekStartsOn??r.weekStartsOn??r.locale?.options?.weekStartsOn??0,s=D(e);if(!Se(s))throw RangeError(`Invalid time value`);let c=t.match(qe).map(e=>{let t=e[0];if(t===`p`||t===`P`){let n=Re[t];return n(e,i.formatLong)}return e}).join(``).match(Ke).map(e=>{if(e===`''`)return{isToken:!1,value:`'`};let t=e[0];if(t===`'`)return{isToken:!1,value:Qe(e)};if(q[t])return{isToken:!0,value:e};if(t.match(Xe))throw RangeError("Format string contains an unescaped latin alphabet character `"+t+"`");return{isToken:!1,value:e}});i.localize.preprocessor&&(c=i.localize.preprocessor(s,c));let l={firstWeekContainsDate:a,weekStartsOn:o,locale:i};return c.map(r=>{if(!r.isToken)return r.value;let a=r.value;(!n?.useAdditionalWeekYearTokens&&Ue(a)||!n?.useAdditionalDayOfYearTokens&&He(a))&&We(a,t,String(e));let o=q[a[0]];return o(s,a,i.localize,l)}).join(``)}function Qe(e){let t=e.match(Je);return t?t[1].replace(Ye,`'`):e}var $e={name:`EventRender`,props:{config:{type:Object,required:!0}},data(){return{events:[],imageMap:{}}},async created(){await this.fetchEvents()},methods:{formatTime:v,async fetchEvents(){try{this.events=(await _.post(`/events/filter`,this.config)).data.events,await Promise.all(this.events.filter(e=>this.hasImage(e)).map(async e=>{try{let t=await _.get(`/image/`+e.relatedImage);this.imageMap[e.relatedImage]=`/images/uploads/`+t.data.filename}catch(t){console.error(`Bild konnte nicht geladen werden (ID ${e.relatedImage}):`,t)}}))}catch(e){console.error(`Fehler beim Abrufen der Events`,e)}},shouldDisplay(e){return this.config.display.includes(e)},formatDateOrDay(e,t){return e?Ze(new Date(e),`dd.MM.yyyy`):t==null?``:[`Sonntag`,`Montag`,`Dienstag`,`Mittwoch`,`Donnerstag`,`Freitag`,`Samstag`][t]},hasImage(e){return e.relatedImage&&e.relatedImage!=``},async imagePath(e){let t=`/images/uploads/`+(await _.get(`/image/`+e)).data.filename;return console.log(t),t},formatContactPerson(e){if(!e.expiryDate)return e.name;let t=new Date(e.expiryDate).toLocaleDateString(`de-DE`,{day:`2-digit`,month:`2-digit`,year:`numeric`});return`${e.name} (bis ${t})`}}},et={key:0,class:`mg-stack`},tt={class:`mg-card__grid`},nt={key:0,class:`mg-media`,"aria-hidden":`true`},rt=[`src`],it={key:1,class:`mg-media`,"aria-hidden":`true`},at={key:0,class:`mg-title`},ot={class:`mg-meta`},st={key:0},ct={key:0},lt={key:1},ut={key:1,class:`mg-text mg-accent-left`},dt={key:2,class:`mg-meta`},ft={key:3,class:`mg-meta`},pt={key:4,class:`mg-meta`},mt={key:1};function ht(e,n,r,c,d,f){return h(),o(`div`,null,[d.events.length?(h(),o(`div`,et,[(h(!0),o(s,null,t(d.events,e=>(h(),o(`article`,{key:e.id,class:u([`mg-card`,e.alsoOnHomepage&&r.config.id===`home`?`mg-card--highlight`:``])},[i(`div`,tt,[f.hasImage(e)?(h(),o(`div`,nt,[d.imageMap[e.relatedImage]?(h(),o(`img`,{key:0,src:d.imageMap[e.relatedImage],alt:``,loading:`lazy`,decoding:`async`},null,8,rt)):p(``,!0)])):(h(),o(`div`,it)),i(`div`,null,[f.shouldDisplay(`name`)?(h(),o(`h3`,at,a(e.name),1)):p(``,!0),i(`p`,ot,[i(`span`,null,[n[0]||=i(`strong`,null,`Datum:`,-1),l(` `+a(f.formatDateOrDay(e.date,e.dayOfWeek)),1)]),f.shouldDisplay(`time`)?(h(),o(`span`,st,[n[1]||=i(`strong`,null,`Uhrzeit:`,-1),l(` `+a(f.formatTime(e.time)),1),e.endTime?(h(),o(`span`,ct,` – `+a(f.formatTime(e.endTime)),1)):p(``,!0),n[2]||=l(` Uhr `,-1)])):p(``,!0),f.shouldDisplay(`place`)&&e.eventPlace?.name?(h(),o(`span`,lt,[n[3]||=i(`strong`,null,`Ort:`,-1),l(` `+a(e.eventPlace?.name),1)])):p(``,!0)]),f.shouldDisplay(`description`)&&e.description?(h(),o(`p`,ut,a(e.description),1)):p(``,!0),f.shouldDisplay(`contactPerson`)&&e.contactPersons?.length?(h(),o(`p`,dt,[i(`span`,null,[n[4]||=i(`strong`,null,`Kontakt:`,-1),l(` `+a(e.contactPersons.map(e=>f.formatContactPerson(e)).join(`, `)),1)])])):p(``,!0),f.shouldDisplay(`institution`)&&e.institution?.name?(h(),o(`p`,ft,[i(`span`,null,[n[5]||=i(`strong`,null,`Institution:`,-1),l(` `+a(e.institution?.name),1)])])):p(``,!0),f.shouldDisplay(`type`)&&e.eventType?.caption?(h(),o(`p`,pt,[i(`span`,null,[n[6]||=i(`strong`,null,`Typ:`,-1),l(` `+a(e.eventType?.caption),1)])])):p(``,!0)])])],2))),128))])):(h(),o(`p`,mt,`Keine Veranstaltungen verfügbar.`))])}var gt=f($e,[[`render`,ht],[`__scopeId`,`data-v-9099d214`]]),_t={name:`ContactRender`,props:{config:{type:Object,required:!0}},data(){return{contacts:[],loading:!0,error:null,displayOptions:[]}},async created(){try{this.displayOptions=this.config.display||[],this.contacts=(await _.post(`/contact-persons/filter`,{config:JSON.stringify(this.config)})).data,this.loading=!1}catch(e){console.error(`Error loading contacts:`,e),this.error=`Fehler beim Laden der Kontaktpersonen`,this.loading=!1}},methods:{formatDate(e){return e?new Date(e).toLocaleDateString(`de-DE`,{day:`2-digit`,month:`2-digit`,year:`numeric`}):``}}},vt={key:0,class:`mg-stack`},yt={class:`mg-title`},bt={key:0,class:`expiry-date`},xt={key:0,class:`mg-meta`},St={class:`mg-stack stack-tight`},Ct={key:0,class:`mg-text`},wt={key:1,class:`mg-text`},Tt={key:2,class:`mg-text`},Et={key:3,class:`mg-text`},Dt={key:4,class:`mg-text`},Ot={key:1,class:`float-list`},kt={key:0,class:`expiry-date`},At={key:1},jt={key:2},Mt={key:3},Nt={key:4},Pt={key:5},Ft={key:6};function It(e,n,r,c,u,d){return r.config&&r.config.style===`box`&&u.contacts&&u.contacts.length&&u.contacts.length>0?(h(),o(`div`,vt,[(h(!0),o(s,null,t(u.contacts,e=>(h(),o(`article`,{key:e.id,class:`mg-card`},[i(`h3`,yt,[l(a(e.name)+` `,1),e.expiryDate?(h(),o(`span`,bt,`(bis `+a(d.formatDate(e.expiryDate))+`)`,1)):p(``,!0)]),u.displayOptions.includes(`positions`)&&e.positions?.length?(h(),o(`p`,xt,[i(`span`,null,[n[0]||=i(`strong`,null,`Positionen:`,-1),l(` `+a(e.positions.map(e=>e.caption).join(`, `)),1)])])):p(``,!0),i(`div`,St,[u.displayOptions.includes(`phone`)&&e.phone?(h(),o(`p`,Ct,[n[1]||=i(`strong`,null,`Telefon:`,-1),l(` `+a(e.phone),1)])):p(``,!0),u.displayOptions.includes(`email`)&&e.email?(h(),o(`p`,wt,[n[2]||=i(`strong`,null,`E-Mail:`,-1),l(` `+a(e.email),1)])):p(``,!0),u.displayOptions.includes(`street`)&&e.street?(h(),o(`p`,Tt,[n[3]||=i(`strong`,null,`Straße:`,-1),l(` `+a(e.street),1)])):p(``,!0),u.displayOptions.includes(`zipcode`)&&e.zipcode?(h(),o(`p`,Et,[n[4]||=i(`strong`,null,`PLZ:`,-1),l(` `+a(e.zipcode),1)])):p(``,!0),u.displayOptions.includes(`city`)&&e.city?(h(),o(`p`,Dt,[n[5]||=i(`strong`,null,`Stadt:`,-1),l(` `+a(e.city),1)])):p(``,!0)])]))),128))])):r.config.style===`float`&&u.contacts&&u.contacts.length&&u.contacts.length>0?(h(),o(`div`,Ot,[(h(!0),o(s,null,t(u.contacts,e=>(h(),o(`p`,{key:e.id,class:`float-item`},[i(`strong`,null,a(e.name),1),e.expiryDate?(h(),o(`span`,kt,` (bis `+a(d.formatDate(e.expiryDate))+`)`,1)):p(``,!0),u.displayOptions.includes(`phone`)&&e.phone?(h(),o(`span`,At,`, Telefon: `+a(e.phone),1)):p(``,!0),u.displayOptions.includes(`street`)&&e.street?(h(),o(`span`,jt,`, Straße: `+a(e.street),1)):p(``,!0),u.displayOptions.includes(`zipcode`)&&e.zipcode?(h(),o(`span`,Mt,`, PLZ: `+a(e.zipcode),1)):p(``,!0),u.displayOptions.includes(`city`)&&e.city?(h(),o(`span`,Nt,`, Stadt: `+a(e.city),1)):p(``,!0),u.displayOptions.includes(`email`)&&e.email?(h(),o(`span`,Pt,`, E-Mail: `+a(e.email),1)):p(``,!0),u.displayOptions.includes(`positions`)&&e.positions?.length?(h(),o(`span`,Ft,`, Positionen: `+a(e.positions.map(e=>e.caption).join(`, `)),1)):p(``,!0)]))),128))])):p(``,!0)}var Lt=f(_t,[[`render`,It],[`__scopeId`,`data-v-124908c6`]]),Rt={name:`InstitutionRender`,props:{config:{type:Object,required:!0}},data(){return{institution:null,loading:!0,error:null,displayOptions:[]}},async created(){try{this.displayOptions=this.config.display||[],this.institution=(await _.get(`/institutions/`+this.config.id,{config:JSON.stringify(this.config)})).data,this.loading=!1}catch(e){console.error(`Error loading institutions:`,e),this.error=`Fehler beim Laden der Institutionen`,this.loading=!1}}},zt={key:0},Bt={key:0},Vt={key:1},Ht={key:2},Ut={key:3},Wt={key:4},Gt={key:1},Kt={key:0},qt={key:1},$={key:2},Jt={key:3},Yt={key:4},Xt={key:2};function Zt(e,t,n,r,s,c){return n.config&&n.config.style===`box`&&s.institution?(h(),o(`div`,zt,[i(`h3`,null,a(s.institution.name),1),s.displayOptions.includes(`street`)?(h(),o(`span`,Bt,[l(`Straße: `+a(s.institution.street),1),t[0]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`zipcode`)?(h(),o(`span`,Vt,[l(`Postleitzahl: `+a(s.institution.zipcode),1),t[1]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`city`)?(h(),o(`span`,Ht,[l(`Stadt: `+a(s.institution.city),1),t[2]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`email`)?(h(),o(`span`,Ut,[l(`E-Mail: `+a(s.institution.email),1),t[3]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`phone`)?(h(),o(`span`,Wt,[l(`Telefon: `+a(s.institution.phone),1),t[4]||=i(`br`,null,null,-1)])):p(``,!0)])):n.config.style===`float`&&s.institution?(h(),o(`span`,Gt,[l(a(s.institution.name)+` `,1),s.displayOptions.includes(`street`)?(h(),o(`span`,Kt,`, Straße: `+a(s.institution.street),1)):p(``,!0),s.displayOptions.includes(`zipcode`)?(h(),o(`span`,qt,`, Postleitzahl: `+a(s.institution.zipcode),1)):p(``,!0),s.displayOptions.includes(`city`)?(h(),o(`span`,$,`, Stadt: `+a(s.institution.city),1)):p(``,!0),s.displayOptions.includes(`email`)?(h(),o(`span`,Jt,`, E-Mail: `+a(s.institution.email),1)):p(``,!0),s.displayOptions.includes(`phone`)?(h(),o(`span`,Yt,`, Telefon: `+a(s.institution.phone),1)):p(``,!0)])):(h(),o(`span`,Xt,[l(a(n.config),1),t[5]||=i(`br`,null,null,-1),l(` --- `+a(s.institution),1)]))}var Qt=f(Rt,[[`render`,Zt],[`__scopeId`,`data-v-91ca350f`]]),$t={name:`DownloadLink`,props:{hash:{type:String,required:!0}},data(){return{title:``,link:``}},async created(){await this.fetchFile()},methods:{async fetchFile(){try{let t=await e.get(`/files/hash/`+this.hash);this.title=t.data.title,this.events=t.data.events}catch(e){console.error(`Fehler beim Abrufen der Events`,e)}},async downloadFile(){let t=await e.get(`/files/download/${this.hash}`,{responseType:`blob`}),n=new Blob([t.data],{type:t.data.type}),r=document.createElement(`a`);r.href=window.URL.createObjectURL(n),r.download=`${this.title}${this.extension}`,r.click(),window.URL.revokeObjectURL(r.href)}}};function en(e,t,n,r,i,s){return i.title?(h(),o(`span`,{key:0,onClick:t[0]||=(...e)=>s.downloadFile&&s.downloadFile(...e)},a(i.title),1)):p(``,!0)}var tn=f($t,[[`render`,en],[`__scopeId`,`data-v-bfbab2d9`]]),nn={name:`RenderContentComponent`,props:{content:{type:String,required:!0}},setup(e){let t=r(``),n=e=>{let t=i(e);return t=a(t),t=o(t),t=s(t),t=l(t),t=u(t),t},i=e=>{let t=/{{ worshipslist:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`worship-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(ge,{config:JSON.parse(t)})}}).mount(e)},0),`
`}),n},a=e=>{let t=/{{ image:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`image-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(E,{id:t})}}).mount(e)},0),``}),n},o=e=>{let t=/{{ download:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`image-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(tn,{hash:t})}}).mount(e)},0),``}),n},s=e=>{let t=/{{ events:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`event-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(gt,{config:JSON.parse(t)})}}).mount(e)},0),`
`}),n},l=e=>{let t=/{{ contact:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=d(t),r=`contact-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(r);e&&g({render(){return m(Lt,{config:n})}}).mount(e)},0),`
`}),n},u=e=>{let t=/{{ institution:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=d(t),r=`institution-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(r);e&&g({render(){return m(Qt,{config:n})}}).mount(e)},0),`
`}),n},d=e=>{try{return JSON.parse(e)}catch(t){return console.error(`Error parsing config:`,t),console.log(e),{}}};return c(()=>e.content,e=>{t.value=n(e)},{immediate:!0}),{parsedContent:t}}},rn=[`innerHTML`];function an(e,t,n,r,i,a){return h(),o(`div`,{class:`content-render`,innerHTML:r.parsedContent},null,8,rn)}var on=f(nn,[[`render`,an],[`__scopeId`,`data-v-956c804a`]]);export{on as t}; +//# sourceMappingURL=RenderContentComponent-CkyIeuuz.js.map \ No newline at end of file diff --git a/public/assets/RenderContentComponent-aHr8KSUB.js b/public/assets/RenderContentComponent-aHr8KSUB.js new file mode 100644 index 0000000..600ea43 --- /dev/null +++ b/public/assets/RenderContentComponent-aHr8KSUB.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,I as n,L as r,c as i,ct as a,d as o,i as s,k as c,m as l,ot as u,st as d,t as f,u as p,v as m,w as h}from"./_plugin-vue_export-helper-Conii5fq.js";import{n as g}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{i as _}from"./router-9tkBnM0Q.js";import{n as v,t as y}from"./strings-ldR5sTJW.js";var b={name:`WorshipRender`,props:{config:{type:Object,required:!0}},data(){return{worships:[]}},async created(){await this.fetchWorships()},methods:{formatTime:v,formatDate:y,async fetchWorships(){try{this.worships=(await _.get(`/worships/filtered`,{params:this.config})).data}catch(e){console.error(`Fehler beim Abrufen der Gottesdienste:`,e)}}}},x={key:0,class:`mg-stack`},S={class:`worship-card`},C={class:`worship-card__date`},w={key:0,class:`worship-card__day`},ee={key:1,class:`worship-card__place`},te={class:`worship-card__right`},ne={class:`mg-title`},re={key:0,class:`neighborhood-invitation mg-accent-left`},ie={class:`mg-stack stack-tight`},ae={key:0,class:`mg-text`},oe={key:1,class:`mg-text`},se={key:2,class:`mg-text`},ce={key:3,class:`mg-text`},le={key:4,class:`internal-information mg-text`},ue={key:5,class:`internal-information mg-text`},de={key:6,class:`selfinformation mg-text`},fe=[`href`],pe={key:1},me={key:1};function he(e,n,r,c,f,m){return h(),o(`div`,null,[f.worships.length?(h(),o(`div`,x,[(h(!0),o(s,null,t(f.worships,e=>(h(),o(`article`,{key:e.id,class:`mg-card`},[i(`div`,S,[i(`aside`,{class:`worship-card__left`,style:d(e.eventPlace?.backgroundColor?`background-color:${e.eventPlace.backgroundColor}`:``)},[i(`div`,C,a(m.formatDate(e.date)),1),e.dayName?(h(),o(`div`,w,a(e.dayName),1)):p(``,!0),e.eventPlace?.name?(h(),o(`div`,ee,a(e.eventPlace.name),1)):p(``,!0)],4),i(`div`,te,[i(`h3`,ne,[i(`span`,{class:u(e.highlightTime?`highlight-time`:``)},a(m.formatTime(e.time)),3),n[0]||=i(`span`,{"aria-hidden":`true`},` – `,-1),l(` `+a(e.title?e.title:e.eventPlace&&e.eventPlace.name?`Gottesdienst in ${e.eventPlace.name}`:`Gottesdienst`),1)]),e.neighborInvitation?(h(),o(`p`,re,` Einladung zum Gottesdienst im Nachbarschaftsraum `)):p(``,!0),i(`div`,ie,[e.organizer?(h(),o(`p`,ae,[n[1]||=i(`strong`,null,`Gestaltung:`,-1),l(` `+a(e.organizer),1)])):p(``,!0),e.collection?(h(),o(`p`,oe,[n[2]||=i(`strong`,null,`Kollekte:`,-1),l(` `+a(e.collection),1)])):p(``,!0),e.address?(h(),o(`p`,se,[n[3]||=i(`strong`,null,`Adresse:`,-1),l(` `+a(e.address),1)])):p(``,!0),!e.address&&e.eventPlace&&e.eventPlace.id?(h(),o(`p`,ce,[n[4]||=i(`strong`,null,`Adresse:`,-1),l(` `+a(e.eventPlace.name)+`, `+a(e.eventPlace.street)+`, `+a(e.eventPlace.city),1)])):p(``,!0),e.sacristanService?(h(),o(`p`,le,[n[5]||=i(`strong`,null,`Küsterdienst:`,-1),l(` `+a(e.sacristanService),1)])):p(``,!0),e.organPlaying?(h(),o(`p`,ue,[n[6]||=i(`strong`,null,`Orgelspiel:`,-1),l(` `+a(e.organPlaying),1)])):p(``,!0),e.selfInformation?(h(),o(`p`,de,[n[7]||=l(` Bitte informieren Sie sich auch auf den `,-1),e.eventPlace&&e.eventPlace.website?(h(),o(`a`,{key:0,href:e.eventPlace.website,target:`_blank`,rel:`noopener noreferrer`},`Internetseiten dieser Gemeinde`,8,fe)):(h(),o(`span`,pe,`Internetseiten dieser Gemeinde`)),n[8]||=l(`. `,-1)])):p(``,!0)])])])]))),128))])):(h(),o(`p`,me,`Keine Gottesdienste verfügbar.`))])}var ge=f(b,[[`render`,he],[`__scopeId`,`data-v-1fe1f289`]]),_e={name:`ImageRender`,props:{id:{type:Number,required:!0}},setup(e){let t=n({filename:``,title:``,description:``,uploadDate:``,pageId:null});return(async()=>{try{let n=await _.get(`/image/`+e.id);Object.assign(t,n.data)}catch(e){console.log(`Fehler beim Abrufen eines Bildes`,e)}})(),{image:t}}},ve=[`src`,`alt`,`title`];function T(e,t,n,r,i,a){return r.image.filename?(h(),o(`img`,{key:0,src:`/images/uploads/${r.image.filename}`,alt:r.image.title,title:r.image.title,class:`image`},null,8,ve)):p(``,!0)}var E=f(_e,[[`render`,T],[`__scopeId`,`data-v-f81373cb`]]);function D(e){let t=Object.prototype.toString.call(e);return e instanceof Date||typeof e==`object`&&t===`[object Date]`?new e.constructor(+e):typeof e==`number`||t===`[object Number]`||typeof e==`string`||t===`[object String]`?new Date(e):new Date(NaN)}function O(e,t){return e instanceof Date?new e.constructor(t):new Date(t)}var k=365.2425,A=6048e5,j=864e5,M=3600*24;M*7,M*k/12*3;var N={};function P(){return N}function F(e,t){let n=P(),r=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0,i=D(e),a=i.getDay(),o=(a=i.getTime()?n+1:t.getTime()>=o.getTime()?n:n-1}function R(e){let t=D(e);return t.setHours(0,0,0,0),t}function z(e){let t=D(e),n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),e-+n}function ye(e,t){let n=R(e),r=R(t),i=+n-z(n),a=+r-z(r);return Math.round((i-a)/j)}function be(e){let t=L(e),n=O(e,0);return n.setFullYear(t,0,4),n.setHours(0,0,0,0),I(n)}function xe(e){return e instanceof Date||typeof e==`object`&&Object.prototype.toString.call(e)===`[object Date]`}function Se(e){if(!xe(e)&&typeof e!=`number`)return!1;let t=D(e);return!isNaN(Number(t))}function Ce(e){let t=D(e),n=O(e,0);return n.setFullYear(t.getFullYear(),0,1),n.setHours(0,0,0,0),n}var we={lessThanXSeconds:{one:`less than a second`,other:`less than {{count}} seconds`},xSeconds:{one:`1 second`,other:`{{count}} seconds`},halfAMinute:`half a minute`,lessThanXMinutes:{one:`less than a minute`,other:`less than {{count}} minutes`},xMinutes:{one:`1 minute`,other:`{{count}} minutes`},aboutXHours:{one:`about 1 hour`,other:`about {{count}} hours`},xHours:{one:`1 hour`,other:`{{count}} hours`},xDays:{one:`1 day`,other:`{{count}} days`},aboutXWeeks:{one:`about 1 week`,other:`about {{count}} weeks`},xWeeks:{one:`1 week`,other:`{{count}} weeks`},aboutXMonths:{one:`about 1 month`,other:`about {{count}} months`},xMonths:{one:`1 month`,other:`{{count}} months`},aboutXYears:{one:`about 1 year`,other:`about {{count}} years`},xYears:{one:`1 year`,other:`{{count}} years`},overXYears:{one:`over 1 year`,other:`over {{count}} years`},almostXYears:{one:`almost 1 year`,other:`almost {{count}} years`}},Te=(e,t,n)=>{let r,i=we[e];return r=typeof i==`string`?i:t===1?i.one:i.other.replace(`{{count}}`,t.toString()),n?.addSuffix?n.comparison&&n.comparison>0?`in `+r:r+` ago`:r};function B(e){return(t={})=>{let n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}var Ee={date:B({formats:{full:`EEEE, MMMM do, y`,long:`MMMM do, y`,medium:`MMM d, y`,short:`MM/dd/yyyy`},defaultWidth:`full`}),time:B({formats:{full:`h:mm:ss a zzzz`,long:`h:mm:ss a z`,medium:`h:mm:ss a`,short:`h:mm a`},defaultWidth:`full`}),dateTime:B({formats:{full:`{{date}} 'at' {{time}}`,long:`{{date}} 'at' {{time}}`,medium:`{{date}}, {{time}}`,short:`{{date}}, {{time}}`},defaultWidth:`full`})},De={lastWeek:`'last' eeee 'at' p`,yesterday:`'yesterday at' p`,today:`'today at' p`,tomorrow:`'tomorrow at' p`,nextWeek:`eeee 'at' p`,other:`P`},Oe=(e,t,n,r)=>De[e];function V(e){return(t,n)=>{let r=n?.context?String(n.context):`standalone`,i;if(r===`formatting`&&e.formattingValues){let t=e.defaultFormattingWidth||e.defaultWidth,r=n?.width?String(n.width):t;i=e.formattingValues[r]||e.formattingValues[t]}else{let t=e.defaultWidth,r=n?.width?String(n.width):e.defaultWidth;i=e.values[r]||e.values[t]}let a=e.argumentCallback?e.argumentCallback(t):t;return i[a]}}var ke={ordinalNumber:(e,t)=>{let n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+`st`;case 2:return n+`nd`;case 3:return n+`rd`}return n+`th`},era:V({values:{narrow:[`B`,`A`],abbreviated:[`BC`,`AD`],wide:[`Before Christ`,`Anno Domini`]},defaultWidth:`wide`}),quarter:V({values:{narrow:[`1`,`2`,`3`,`4`],abbreviated:[`Q1`,`Q2`,`Q3`,`Q4`],wide:[`1st quarter`,`2nd quarter`,`3rd quarter`,`4th quarter`]},defaultWidth:`wide`,argumentCallback:e=>e-1}),month:V({values:{narrow:[`J`,`F`,`M`,`A`,`M`,`J`,`J`,`A`,`S`,`O`,`N`,`D`],abbreviated:[`Jan`,`Feb`,`Mar`,`Apr`,`May`,`Jun`,`Jul`,`Aug`,`Sep`,`Oct`,`Nov`,`Dec`],wide:[`January`,`February`,`March`,`April`,`May`,`June`,`July`,`August`,`September`,`October`,`November`,`December`]},defaultWidth:`wide`}),day:V({values:{narrow:[`S`,`M`,`T`,`W`,`T`,`F`,`S`],short:[`Su`,`Mo`,`Tu`,`We`,`Th`,`Fr`,`Sa`],abbreviated:[`Sun`,`Mon`,`Tue`,`Wed`,`Thu`,`Fri`,`Sat`],wide:[`Sunday`,`Monday`,`Tuesday`,`Wednesday`,`Thursday`,`Friday`,`Saturday`]},defaultWidth:`wide`}),dayPeriod:V({values:{narrow:{am:`a`,pm:`p`,midnight:`mi`,noon:`n`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`},abbreviated:{am:`AM`,pm:`PM`,midnight:`midnight`,noon:`noon`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`},wide:{am:`a.m.`,pm:`p.m.`,midnight:`midnight`,noon:`noon`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`}},defaultWidth:`wide`,formattingValues:{narrow:{am:`a`,pm:`p`,midnight:`mi`,noon:`n`,morning:`in the morning`,afternoon:`in the afternoon`,evening:`in the evening`,night:`at night`},abbreviated:{am:`AM`,pm:`PM`,midnight:`midnight`,noon:`noon`,morning:`in the morning`,afternoon:`in the afternoon`,evening:`in the evening`,night:`at night`},wide:{am:`a.m.`,pm:`p.m.`,midnight:`midnight`,noon:`noon`,morning:`in the morning`,afternoon:`in the afternoon`,evening:`in the evening`,night:`at night`}},defaultFormattingWidth:`wide`})};function H(e){return(t,n={})=>{let r=n.width,i=r&&e.matchPatterns[r]||e.matchPatterns[e.defaultMatchWidth],a=t.match(i);if(!a)return null;let o=a[0],s=r&&e.parsePatterns[r]||e.parsePatterns[e.defaultParseWidth],c=Array.isArray(s)?je(s,e=>e.test(o)):Ae(s,e=>e.test(o)),l;l=e.valueCallback?e.valueCallback(c):c,l=n.valueCallback?n.valueCallback(l):l;let u=t.slice(o.length);return{value:l,rest:u}}}function Ae(e,t){for(let n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n}function je(e,t){for(let n=0;n{let r=t.match(e.matchPattern);if(!r)return null;let i=r[0],a=t.match(e.parsePattern);if(!a)return null;let o=e.valueCallback?e.valueCallback(a[0]):a[0];o=n.valueCallback?n.valueCallback(o):o;let s=t.slice(i.length);return{value:o,rest:s}}}var Ne={code:`en-US`,formatDistance:Te,formatLong:Ee,formatRelative:Oe,localize:ke,match:{ordinalNumber:Me({matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:e=>parseInt(e,10)}),era:H({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:`wide`,parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:`any`}),quarter:H({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:`wide`,parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:`any`,valueCallback:e=>e+1}),month:H({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:`wide`,parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:`any`}),day:H({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:`wide`,parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:`any`}),dayPeriod:H({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:`any`,parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:`any`})},options:{weekStartsOn:0,firstWeekContainsDate:1}};function Pe(e){let t=D(e);return ye(t,Ce(t))+1}function Fe(e){let t=D(e),n=I(t)-+be(t);return Math.round(n/A)+1}function U(e,t){let n=D(e),r=n.getFullYear(),i=P(),a=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??i.firstWeekContainsDate??i.locale?.options?.firstWeekContainsDate??1,o=O(e,0);o.setFullYear(r+1,0,a),o.setHours(0,0,0,0);let s=F(o,t),c=O(e,0);c.setFullYear(r,0,a),c.setHours(0,0,0,0);let l=F(c,t);return n.getTime()>=s.getTime()?r+1:n.getTime()>=l.getTime()?r:r-1}function Ie(e,t){let n=P(),r=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??n.firstWeekContainsDate??n.locale?.options?.firstWeekContainsDate??1,i=U(e,t),a=O(e,0);return a.setFullYear(i,0,r),a.setHours(0,0,0,0),F(a,t)}function Le(e,t){let n=D(e),r=F(n,t)-+Ie(n,t);return Math.round(r/A)+1}function W(e,t){return(e<0?`-`:``)+Math.abs(e).toString().padStart(t,`0`)}var G={y(e,t){let n=e.getFullYear(),r=n>0?n:1-n;return W(t===`yy`?r%100:r,t.length)},M(e,t){let n=e.getMonth();return t===`M`?String(n+1):W(n+1,2)},d(e,t){return W(e.getDate(),t.length)},a(e,t){let n=e.getHours()/12>=1?`pm`:`am`;switch(t){case`a`:case`aa`:return n.toUpperCase();case`aaa`:return n;case`aaaaa`:return n[0];default:return n===`am`?`a.m.`:`p.m.`}},h(e,t){return W(e.getHours()%12||12,t.length)},H(e,t){return W(e.getHours(),t.length)},m(e,t){return W(e.getMinutes(),t.length)},s(e,t){return W(e.getSeconds(),t.length)},S(e,t){let n=t.length,r=e.getMilliseconds();return W(Math.trunc(r*10**(n-3)),t.length)}},K={am:`am`,pm:`pm`,midnight:`midnight`,noon:`noon`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`},q={G:function(e,t,n){let r=+(e.getFullYear()>0);switch(t){case`G`:case`GG`:case`GGG`:return n.era(r,{width:`abbreviated`});case`GGGGG`:return n.era(r,{width:`narrow`});default:return n.era(r,{width:`wide`})}},y:function(e,t,n){if(t===`yo`){let t=e.getFullYear(),r=t>0?t:1-t;return n.ordinalNumber(r,{unit:`year`})}return G.y(e,t)},Y:function(e,t,n,r){let i=U(e,r),a=i>0?i:1-i;return t===`YY`?W(a%100,2):t===`Yo`?n.ordinalNumber(a,{unit:`year`}):W(a,t.length)},R:function(e,t){return W(L(e),t.length)},u:function(e,t){return W(e.getFullYear(),t.length)},Q:function(e,t,n){let r=Math.ceil((e.getMonth()+1)/3);switch(t){case`Q`:return String(r);case`QQ`:return W(r,2);case`Qo`:return n.ordinalNumber(r,{unit:`quarter`});case`QQQ`:return n.quarter(r,{width:`abbreviated`,context:`formatting`});case`QQQQQ`:return n.quarter(r,{width:`narrow`,context:`formatting`});default:return n.quarter(r,{width:`wide`,context:`formatting`})}},q:function(e,t,n){let r=Math.ceil((e.getMonth()+1)/3);switch(t){case`q`:return String(r);case`qq`:return W(r,2);case`qo`:return n.ordinalNumber(r,{unit:`quarter`});case`qqq`:return n.quarter(r,{width:`abbreviated`,context:`standalone`});case`qqqqq`:return n.quarter(r,{width:`narrow`,context:`standalone`});default:return n.quarter(r,{width:`wide`,context:`standalone`})}},M:function(e,t,n){let r=e.getMonth();switch(t){case`M`:case`MM`:return G.M(e,t);case`Mo`:return n.ordinalNumber(r+1,{unit:`month`});case`MMM`:return n.month(r,{width:`abbreviated`,context:`formatting`});case`MMMMM`:return n.month(r,{width:`narrow`,context:`formatting`});default:return n.month(r,{width:`wide`,context:`formatting`})}},L:function(e,t,n){let r=e.getMonth();switch(t){case`L`:return String(r+1);case`LL`:return W(r+1,2);case`Lo`:return n.ordinalNumber(r+1,{unit:`month`});case`LLL`:return n.month(r,{width:`abbreviated`,context:`standalone`});case`LLLLL`:return n.month(r,{width:`narrow`,context:`standalone`});default:return n.month(r,{width:`wide`,context:`standalone`})}},w:function(e,t,n,r){let i=Le(e,r);return t===`wo`?n.ordinalNumber(i,{unit:`week`}):W(i,t.length)},I:function(e,t,n){let r=Fe(e);return t===`Io`?n.ordinalNumber(r,{unit:`week`}):W(r,t.length)},d:function(e,t,n){return t===`do`?n.ordinalNumber(e.getDate(),{unit:`date`}):G.d(e,t)},D:function(e,t,n){let r=Pe(e);return t===`Do`?n.ordinalNumber(r,{unit:`dayOfYear`}):W(r,t.length)},E:function(e,t,n){let r=e.getDay();switch(t){case`E`:case`EE`:case`EEE`:return n.day(r,{width:`abbreviated`,context:`formatting`});case`EEEEE`:return n.day(r,{width:`narrow`,context:`formatting`});case`EEEEEE`:return n.day(r,{width:`short`,context:`formatting`});default:return n.day(r,{width:`wide`,context:`formatting`})}},e:function(e,t,n,r){let i=e.getDay(),a=(i-r.weekStartsOn+8)%7||7;switch(t){case`e`:return String(a);case`ee`:return W(a,2);case`eo`:return n.ordinalNumber(a,{unit:`day`});case`eee`:return n.day(i,{width:`abbreviated`,context:`formatting`});case`eeeee`:return n.day(i,{width:`narrow`,context:`formatting`});case`eeeeee`:return n.day(i,{width:`short`,context:`formatting`});default:return n.day(i,{width:`wide`,context:`formatting`})}},c:function(e,t,n,r){let i=e.getDay(),a=(i-r.weekStartsOn+8)%7||7;switch(t){case`c`:return String(a);case`cc`:return W(a,t.length);case`co`:return n.ordinalNumber(a,{unit:`day`});case`ccc`:return n.day(i,{width:`abbreviated`,context:`standalone`});case`ccccc`:return n.day(i,{width:`narrow`,context:`standalone`});case`cccccc`:return n.day(i,{width:`short`,context:`standalone`});default:return n.day(i,{width:`wide`,context:`standalone`})}},i:function(e,t,n){let r=e.getDay(),i=r===0?7:r;switch(t){case`i`:return String(i);case`ii`:return W(i,t.length);case`io`:return n.ordinalNumber(i,{unit:`day`});case`iii`:return n.day(r,{width:`abbreviated`,context:`formatting`});case`iiiii`:return n.day(r,{width:`narrow`,context:`formatting`});case`iiiiii`:return n.day(r,{width:`short`,context:`formatting`});default:return n.day(r,{width:`wide`,context:`formatting`})}},a:function(e,t,n){let r=e.getHours()/12>=1?`pm`:`am`;switch(t){case`a`:case`aa`:return n.dayPeriod(r,{width:`abbreviated`,context:`formatting`});case`aaa`:return n.dayPeriod(r,{width:`abbreviated`,context:`formatting`}).toLowerCase();case`aaaaa`:return n.dayPeriod(r,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(r,{width:`wide`,context:`formatting`})}},b:function(e,t,n){let r=e.getHours(),i;switch(i=r===12?K.noon:r===0?K.midnight:r/12>=1?`pm`:`am`,t){case`b`:case`bb`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`});case`bbb`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`}).toLowerCase();case`bbbbb`:return n.dayPeriod(i,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(i,{width:`wide`,context:`formatting`})}},B:function(e,t,n){let r=e.getHours(),i;switch(i=r>=17?K.evening:r>=12?K.afternoon:r>=4?K.morning:K.night,t){case`B`:case`BB`:case`BBB`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`});case`BBBBB`:return n.dayPeriod(i,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(i,{width:`wide`,context:`formatting`})}},h:function(e,t,n){if(t===`ho`){let t=e.getHours()%12;return t===0&&(t=12),n.ordinalNumber(t,{unit:`hour`})}return G.h(e,t)},H:function(e,t,n){return t===`Ho`?n.ordinalNumber(e.getHours(),{unit:`hour`}):G.H(e,t)},K:function(e,t,n){let r=e.getHours()%12;return t===`Ko`?n.ordinalNumber(r,{unit:`hour`}):W(r,t.length)},k:function(e,t,n){let r=e.getHours();return r===0&&(r=24),t===`ko`?n.ordinalNumber(r,{unit:`hour`}):W(r,t.length)},m:function(e,t,n){return t===`mo`?n.ordinalNumber(e.getMinutes(),{unit:`minute`}):G.m(e,t)},s:function(e,t,n){return t===`so`?n.ordinalNumber(e.getSeconds(),{unit:`second`}):G.s(e,t)},S:function(e,t){return G.S(e,t)},X:function(e,t,n){let r=e.getTimezoneOffset();if(r===0)return`Z`;switch(t){case`X`:return Y(r);case`XXXX`:case`XX`:return X(r);default:return X(r,`:`)}},x:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`x`:return Y(r);case`xxxx`:case`xx`:return X(r);default:return X(r,`:`)}},O:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`O`:case`OO`:case`OOO`:return`GMT`+J(r,`:`);default:return`GMT`+X(r,`:`)}},z:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`z`:case`zz`:case`zzz`:return`GMT`+J(r,`:`);default:return`GMT`+X(r,`:`)}},t:function(e,t,n){return W(Math.trunc(e.getTime()/1e3),t.length)},T:function(e,t,n){return W(e.getTime(),t.length)}};function J(e,t=``){let n=e>0?`-`:`+`,r=Math.abs(e),i=Math.trunc(r/60),a=r%60;return a===0?n+String(i):n+String(i)+t+W(a,2)}function Y(e,t){return e%60==0?(e>0?`-`:`+`)+W(Math.abs(e)/60,2):X(e,t)}function X(e,t=``){let n=e>0?`-`:`+`,r=Math.abs(e),i=W(Math.trunc(r/60),2),a=W(r%60,2);return n+i+t+a}var Z=(e,t)=>{switch(e){case`P`:return t.date({width:`short`});case`PP`:return t.date({width:`medium`});case`PPP`:return t.date({width:`long`});default:return t.date({width:`full`})}},Q=(e,t)=>{switch(e){case`p`:return t.time({width:`short`});case`pp`:return t.time({width:`medium`});case`ppp`:return t.time({width:`long`});default:return t.time({width:`full`})}},Re={p:Q,P:(e,t)=>{let n=e.match(/(P+)(p+)?/)||[],r=n[1],i=n[2];if(!i)return Z(e,t);let a;switch(r){case`P`:a=t.dateTime({width:`short`});break;case`PP`:a=t.dateTime({width:`medium`});break;case`PPP`:a=t.dateTime({width:`long`});break;default:a=t.dateTime({width:`full`});break}return a.replace(`{{date}}`,Z(r,t)).replace(`{{time}}`,Q(i,t))}},ze=/^D+$/,Be=/^Y+$/,Ve=[`D`,`DD`,`YY`,`YYYY`];function He(e){return ze.test(e)}function Ue(e){return Be.test(e)}function We(e,t,n){let r=Ge(e,t,n);if(console.warn(r),Ve.includes(e))throw RangeError(r)}function Ge(e,t,n){let r=e[0]===`Y`?`years`:`days of the month`;return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${r} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}var Ke=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,qe=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Je=/^'([^]*?)'?$/,Ye=/''/g,Xe=/[a-zA-Z]/;function Ze(e,t,n){let r=P(),i=n?.locale??r.locale??Ne,a=n?.firstWeekContainsDate??n?.locale?.options?.firstWeekContainsDate??r.firstWeekContainsDate??r.locale?.options?.firstWeekContainsDate??1,o=n?.weekStartsOn??n?.locale?.options?.weekStartsOn??r.weekStartsOn??r.locale?.options?.weekStartsOn??0,s=D(e);if(!Se(s))throw RangeError(`Invalid time value`);let c=t.match(qe).map(e=>{let t=e[0];if(t===`p`||t===`P`){let n=Re[t];return n(e,i.formatLong)}return e}).join(``).match(Ke).map(e=>{if(e===`''`)return{isToken:!1,value:`'`};let t=e[0];if(t===`'`)return{isToken:!1,value:Qe(e)};if(q[t])return{isToken:!0,value:e};if(t.match(Xe))throw RangeError("Format string contains an unescaped latin alphabet character `"+t+"`");return{isToken:!1,value:e}});i.localize.preprocessor&&(c=i.localize.preprocessor(s,c));let l={firstWeekContainsDate:a,weekStartsOn:o,locale:i};return c.map(r=>{if(!r.isToken)return r.value;let a=r.value;(!n?.useAdditionalWeekYearTokens&&Ue(a)||!n?.useAdditionalDayOfYearTokens&&He(a))&&We(a,t,String(e));let o=q[a[0]];return o(s,a,i.localize,l)}).join(``)}function Qe(e){let t=e.match(Je);return t?t[1].replace(Ye,`'`):e}var $e={name:`EventRender`,props:{config:{type:Object,required:!0}},data(){return{events:[],imageMap:{}}},async created(){await this.fetchEvents()},methods:{formatTime:v,async fetchEvents(){try{this.events=(await _.post(`/events/filter`,this.config)).data.events,await Promise.all(this.events.filter(e=>this.hasImage(e)).map(async e=>{try{let t=await _.get(`/image/`+e.relatedImage);this.imageMap[e.relatedImage]=`/images/uploads/`+t.data.filename}catch(t){console.error(`Bild konnte nicht geladen werden (ID ${e.relatedImage}):`,t)}}))}catch(e){console.error(`Fehler beim Abrufen der Events`,e)}},shouldDisplay(e){return this.config.display.includes(e)},formatDateOrDay(e,t){return e?Ze(new Date(e),`dd.MM.yyyy`):t==null?``:[`Sonntag`,`Montag`,`Dienstag`,`Mittwoch`,`Donnerstag`,`Freitag`,`Samstag`][t]},hasImage(e){return e.relatedImage&&e.relatedImage!=``},async imagePath(e){let t=`/images/uploads/`+(await _.get(`/image/`+e)).data.filename;return console.log(t),t},formatContactPerson(e){if(!e.expiryDate)return e.name;let t=new Date(e.expiryDate).toLocaleDateString(`de-DE`,{day:`2-digit`,month:`2-digit`,year:`numeric`});return`${e.name} (bis ${t})`}}},et={key:0,class:`mg-stack`},tt={class:`mg-card__grid`},nt={key:0,class:`mg-media`,"aria-hidden":`true`},rt=[`src`],it={key:1,class:`mg-media`,"aria-hidden":`true`},at={key:0,class:`mg-title`},ot={class:`mg-meta`},st={key:0},ct={key:0},lt={key:1},ut={key:1,class:`mg-text mg-accent-left`},dt={key:2,class:`mg-meta`},ft={key:3,class:`mg-meta`},pt={key:4,class:`mg-meta`},mt={key:1};function ht(e,n,r,c,d,f){return h(),o(`div`,null,[d.events.length?(h(),o(`div`,et,[(h(!0),o(s,null,t(d.events,e=>(h(),o(`article`,{key:e.id,class:u([`mg-card`,e.alsoOnHomepage&&r.config.id===`home`?`mg-card--highlight`:``])},[i(`div`,tt,[f.hasImage(e)?(h(),o(`div`,nt,[d.imageMap[e.relatedImage]?(h(),o(`img`,{key:0,src:d.imageMap[e.relatedImage],alt:``,loading:`lazy`,decoding:`async`},null,8,rt)):p(``,!0)])):(h(),o(`div`,it)),i(`div`,null,[f.shouldDisplay(`name`)?(h(),o(`h3`,at,a(e.name),1)):p(``,!0),i(`p`,ot,[i(`span`,null,[n[0]||=i(`strong`,null,`Datum:`,-1),l(` `+a(f.formatDateOrDay(e.date,e.dayOfWeek)),1)]),f.shouldDisplay(`time`)?(h(),o(`span`,st,[n[1]||=i(`strong`,null,`Uhrzeit:`,-1),l(` `+a(f.formatTime(e.time)),1),e.endTime?(h(),o(`span`,ct,` – `+a(f.formatTime(e.endTime)),1)):p(``,!0),n[2]||=l(` Uhr `,-1)])):p(``,!0),f.shouldDisplay(`place`)&&e.eventPlace?.name?(h(),o(`span`,lt,[n[3]||=i(`strong`,null,`Ort:`,-1),l(` `+a(e.eventPlace?.name),1)])):p(``,!0)]),f.shouldDisplay(`description`)&&e.description?(h(),o(`p`,ut,a(e.description),1)):p(``,!0),f.shouldDisplay(`contactPerson`)&&e.contactPersons?.length?(h(),o(`p`,dt,[i(`span`,null,[n[4]||=i(`strong`,null,`Kontakt:`,-1),l(` `+a(e.contactPersons.map(e=>f.formatContactPerson(e)).join(`, `)),1)])])):p(``,!0),f.shouldDisplay(`institution`)&&e.institution?.name?(h(),o(`p`,ft,[i(`span`,null,[n[5]||=i(`strong`,null,`Institution:`,-1),l(` `+a(e.institution?.name),1)])])):p(``,!0),f.shouldDisplay(`type`)&&e.eventType?.caption?(h(),o(`p`,pt,[i(`span`,null,[n[6]||=i(`strong`,null,`Typ:`,-1),l(` `+a(e.eventType?.caption),1)])])):p(``,!0)])])],2))),128))])):(h(),o(`p`,mt,`Keine Veranstaltungen verfügbar.`))])}var gt=f($e,[[`render`,ht],[`__scopeId`,`data-v-9099d214`]]),_t={name:`ContactRender`,props:{config:{type:Object,required:!0}},data(){return{contacts:[],loading:!0,error:null,displayOptions:[]}},async created(){try{this.displayOptions=this.config.display||[],this.contacts=(await _.post(`/contact-persons/filter`,{config:JSON.stringify(this.config)})).data,this.loading=!1}catch(e){console.error(`Error loading contacts:`,e),this.error=`Fehler beim Laden der Kontaktpersonen`,this.loading=!1}},methods:{formatDate(e){return e?new Date(e).toLocaleDateString(`de-DE`,{day:`2-digit`,month:`2-digit`,year:`numeric`}):``}}},vt={key:0,class:`mg-stack`},yt={class:`mg-title`},bt={key:0,class:`expiry-date`},xt={key:0,class:`mg-meta`},St={class:`mg-stack stack-tight`},Ct={key:0,class:`mg-text`},wt={key:1,class:`mg-text`},Tt={key:2,class:`mg-text`},Et={key:3,class:`mg-text`},Dt={key:4,class:`mg-text`},Ot={key:1,class:`float-list`},kt={key:0,class:`expiry-date`},At={key:1},jt={key:2},Mt={key:3},Nt={key:4},Pt={key:5},Ft={key:6};function It(e,n,r,c,u,d){return r.config&&r.config.style===`box`&&u.contacts&&u.contacts.length&&u.contacts.length>0?(h(),o(`div`,vt,[(h(!0),o(s,null,t(u.contacts,e=>(h(),o(`article`,{key:e.id,class:`mg-card`},[i(`h3`,yt,[l(a(e.name)+` `,1),e.expiryDate?(h(),o(`span`,bt,`(bis `+a(d.formatDate(e.expiryDate))+`)`,1)):p(``,!0)]),u.displayOptions.includes(`positions`)&&e.positions?.length?(h(),o(`p`,xt,[i(`span`,null,[n[0]||=i(`strong`,null,`Positionen:`,-1),l(` `+a(e.positions.map(e=>e.caption).join(`, `)),1)])])):p(``,!0),i(`div`,St,[u.displayOptions.includes(`phone`)&&e.phone?(h(),o(`p`,Ct,[n[1]||=i(`strong`,null,`Telefon:`,-1),l(` `+a(e.phone),1)])):p(``,!0),u.displayOptions.includes(`email`)&&e.email?(h(),o(`p`,wt,[n[2]||=i(`strong`,null,`E-Mail:`,-1),l(` `+a(e.email),1)])):p(``,!0),u.displayOptions.includes(`street`)&&e.street?(h(),o(`p`,Tt,[n[3]||=i(`strong`,null,`Straße:`,-1),l(` `+a(e.street),1)])):p(``,!0),u.displayOptions.includes(`zipcode`)&&e.zipcode?(h(),o(`p`,Et,[n[4]||=i(`strong`,null,`PLZ:`,-1),l(` `+a(e.zipcode),1)])):p(``,!0),u.displayOptions.includes(`city`)&&e.city?(h(),o(`p`,Dt,[n[5]||=i(`strong`,null,`Stadt:`,-1),l(` `+a(e.city),1)])):p(``,!0)])]))),128))])):r.config.style===`float`&&u.contacts&&u.contacts.length&&u.contacts.length>0?(h(),o(`div`,Ot,[(h(!0),o(s,null,t(u.contacts,e=>(h(),o(`p`,{key:e.id,class:`float-item`},[i(`strong`,null,a(e.name),1),e.expiryDate?(h(),o(`span`,kt,` (bis `+a(d.formatDate(e.expiryDate))+`)`,1)):p(``,!0),u.displayOptions.includes(`phone`)&&e.phone?(h(),o(`span`,At,`, Telefon: `+a(e.phone),1)):p(``,!0),u.displayOptions.includes(`street`)&&e.street?(h(),o(`span`,jt,`, Straße: `+a(e.street),1)):p(``,!0),u.displayOptions.includes(`zipcode`)&&e.zipcode?(h(),o(`span`,Mt,`, PLZ: `+a(e.zipcode),1)):p(``,!0),u.displayOptions.includes(`city`)&&e.city?(h(),o(`span`,Nt,`, Stadt: `+a(e.city),1)):p(``,!0),u.displayOptions.includes(`email`)&&e.email?(h(),o(`span`,Pt,`, E-Mail: `+a(e.email),1)):p(``,!0),u.displayOptions.includes(`positions`)&&e.positions?.length?(h(),o(`span`,Ft,`, Positionen: `+a(e.positions.map(e=>e.caption).join(`, `)),1)):p(``,!0)]))),128))])):p(``,!0)}var Lt=f(_t,[[`render`,It],[`__scopeId`,`data-v-124908c6`]]),Rt={name:`InstitutionRender`,props:{config:{type:Object,required:!0}},data(){return{institution:null,loading:!0,error:null,displayOptions:[]}},async created(){try{this.displayOptions=this.config.display||[],this.institution=(await _.get(`/institutions/`+this.config.id,{config:JSON.stringify(this.config)})).data,this.loading=!1}catch(e){console.error(`Error loading institutions:`,e),this.error=`Fehler beim Laden der Institutionen`,this.loading=!1}}},zt={key:0},Bt={key:0},Vt={key:1},Ht={key:2},Ut={key:3},Wt={key:4},Gt={key:1},Kt={key:0},qt={key:1},$={key:2},Jt={key:3},Yt={key:4},Xt={key:2};function Zt(e,t,n,r,s,c){return n.config&&n.config.style===`box`&&s.institution?(h(),o(`div`,zt,[i(`h3`,null,a(s.institution.name),1),s.displayOptions.includes(`street`)?(h(),o(`span`,Bt,[l(`Straße: `+a(s.institution.street),1),t[0]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`zipcode`)?(h(),o(`span`,Vt,[l(`Postleitzahl: `+a(s.institution.zipcode),1),t[1]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`city`)?(h(),o(`span`,Ht,[l(`Stadt: `+a(s.institution.city),1),t[2]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`email`)?(h(),o(`span`,Ut,[l(`E-Mail: `+a(s.institution.email),1),t[3]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`phone`)?(h(),o(`span`,Wt,[l(`Telefon: `+a(s.institution.phone),1),t[4]||=i(`br`,null,null,-1)])):p(``,!0)])):n.config.style===`float`&&s.institution?(h(),o(`span`,Gt,[l(a(s.institution.name)+` `,1),s.displayOptions.includes(`street`)?(h(),o(`span`,Kt,`, Straße: `+a(s.institution.street),1)):p(``,!0),s.displayOptions.includes(`zipcode`)?(h(),o(`span`,qt,`, Postleitzahl: `+a(s.institution.zipcode),1)):p(``,!0),s.displayOptions.includes(`city`)?(h(),o(`span`,$,`, Stadt: `+a(s.institution.city),1)):p(``,!0),s.displayOptions.includes(`email`)?(h(),o(`span`,Jt,`, E-Mail: `+a(s.institution.email),1)):p(``,!0),s.displayOptions.includes(`phone`)?(h(),o(`span`,Yt,`, Telefon: `+a(s.institution.phone),1)):p(``,!0)])):(h(),o(`span`,Xt,[l(a(n.config),1),t[5]||=i(`br`,null,null,-1),l(` --- `+a(s.institution),1)]))}var Qt=f(Rt,[[`render`,Zt],[`__scopeId`,`data-v-91ca350f`]]),$t={name:`DownloadLink`,props:{hash:{type:String,required:!0}},data(){return{title:``,link:``}},async created(){await this.fetchFile()},methods:{async fetchFile(){try{let t=await e.get(`/files/hash/`+this.hash);this.title=t.data.title,this.events=t.data.events}catch(e){console.error(`Fehler beim Abrufen der Events`,e)}},async downloadFile(){let t=await e.get(`/files/download/${this.hash}`,{responseType:`blob`}),n=new Blob([t.data],{type:t.data.type}),r=document.createElement(`a`);r.href=window.URL.createObjectURL(n),r.download=`${this.title}${this.extension}`,r.click(),window.URL.revokeObjectURL(r.href)}}};function en(e,t,n,r,i,s){return i.title?(h(),o(`span`,{key:0,onClick:t[0]||=(...e)=>s.downloadFile&&s.downloadFile(...e)},a(i.title),1)):p(``,!0)}var tn=f($t,[[`render`,en],[`__scopeId`,`data-v-bfbab2d9`]]),nn={name:`RenderContentComponent`,props:{content:{type:String,required:!0}},setup(e){let t=r(``),n=e=>{let t=i(e);return t=a(t),t=o(t),t=s(t),t=l(t),t=u(t),t},i=e=>{let t=/{{ worshipslist:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`worship-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(ge,{config:JSON.parse(t)})}}).mount(e)},0),`
`}),n},a=e=>{let t=/{{ image:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`image-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(E,{id:t})}}).mount(e)},0),``}),n},o=e=>{let t=/{{ download:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`image-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(tn,{hash:t})}}).mount(e)},0),``}),n},s=e=>{let t=/{{ events:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`event-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(gt,{config:JSON.parse(t)})}}).mount(e)},0),`
`}),n},l=e=>{let t=/{{ contact:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=d(t),r=`contact-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(r);e&&g({render(){return m(Lt,{config:n})}}).mount(e)},0),`
`}),n},u=e=>{let t=/{{ institution:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=d(t),r=`institution-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(r);e&&g({render(){return m(Qt,{config:n})}}).mount(e)},0),`
`}),n},d=e=>{try{return JSON.parse(e)}catch(t){return console.error(`Error parsing config:`,t),console.log(e),{}}};return c(()=>e.content,e=>{t.value=n(e)},{immediate:!0}),{parsedContent:t}}},rn=[`innerHTML`];function an(e,t,n,r,i,a){return h(),o(`div`,{class:`content-render`,innerHTML:r.parsedContent},null,8,rn)}var on=f(nn,[[`render`,an],[`__scopeId`,`data-v-75fdaaa2`]]);export{on as t}; +//# sourceMappingURL=RenderContentComponent-aHr8KSUB.js.map \ No newline at end of file diff --git a/public/assets/RenderContentComponent-co5qeVWC.js b/public/assets/RenderContentComponent-co5qeVWC.js new file mode 100644 index 0000000..a58322d --- /dev/null +++ b/public/assets/RenderContentComponent-co5qeVWC.js @@ -0,0 +1,2 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,I as n,L as r,c as i,ct as a,d as o,i as s,k as c,m as l,ot as u,st as d,t as f,u as p,v as m,w as h}from"./_plugin-vue_export-helper-Conii5fq.js";import{n as g}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as _}from"./router-BMknwoXv.js";import{n as v,t as y}from"./strings-CNeI630x.js";var b={name:`WorshipRender`,props:{config:{type:Object,required:!0}},data(){return{worships:[]}},async created(){await this.fetchWorships()},methods:{formatTime:v,formatDate:y,async fetchWorships(){try{this.worships=(await _.get(`/worships/filtered`,{params:this.config})).data}catch(e){console.error(`Fehler beim Abrufen der Gottesdienste:`,e)}}}},x={key:0,class:`mg-stack`},S={class:`worship-card`},C={class:`worship-card__date`},w={key:0,class:`worship-card__day`},ee={key:1,class:`worship-card__place`},te={class:`worship-card__right`},ne={class:`mg-title`},re={key:0,class:`neighborhood-invitation mg-accent-left`},ie={class:`mg-stack stack-tight`},ae={key:0,class:`mg-text`},oe={key:1,class:`mg-text`},se={key:2,class:`mg-text`},ce={key:3,class:`mg-text`},le={key:4,class:`internal-information mg-text`},ue={key:5,class:`internal-information mg-text`},de={key:6,class:`selfinformation mg-text`},fe=[`href`],pe={key:1},me={key:1};function he(e,n,r,c,f,m){return h(),o(`div`,null,[f.worships.length?(h(),o(`div`,x,[(h(!0),o(s,null,t(f.worships,e=>(h(),o(`article`,{key:e.id,class:`mg-card`},[i(`div`,S,[i(`aside`,{class:`worship-card__left`,style:d(e.eventPlace?.backgroundColor?`background-color:${e.eventPlace.backgroundColor}`:``)},[i(`div`,C,a(m.formatDate(e.date)),1),e.dayName?(h(),o(`div`,w,a(e.dayName),1)):p(``,!0),e.eventPlace?.name?(h(),o(`div`,ee,a(e.eventPlace.name),1)):p(``,!0)],4),i(`div`,te,[i(`h3`,ne,[i(`span`,{class:u(e.highlightTime?`highlight-time`:``)},a(m.formatTime(e.time)),3),n[0]||=i(`span`,{"aria-hidden":`true`},` – `,-1),l(` `+a(e.title?e.title:e.eventPlace&&e.eventPlace.name?`Gottesdienst in ${e.eventPlace.name}`:`Gottesdienst`),1)]),e.neighborInvitation?(h(),o(`p`,re,` Einladung zum Gottesdienst im Nachbarschaftsraum `)):p(``,!0),i(`div`,ie,[e.organizer?(h(),o(`p`,ae,[n[1]||=i(`strong`,null,`Gestaltung:`,-1),l(` `+a(e.organizer),1)])):p(``,!0),e.collection?(h(),o(`p`,oe,[n[2]||=i(`strong`,null,`Kollekte:`,-1),l(` `+a(e.collection),1)])):p(``,!0),e.address?(h(),o(`p`,se,[n[3]||=i(`strong`,null,`Adresse:`,-1),l(` `+a(e.address),1)])):p(``,!0),!e.address&&e.eventPlace&&e.eventPlace.id?(h(),o(`p`,ce,[n[4]||=i(`strong`,null,`Adresse:`,-1),l(` `+a(e.eventPlace.name)+`, `+a(e.eventPlace.street)+`, `+a(e.eventPlace.city),1)])):p(``,!0),e.sacristanService?(h(),o(`p`,le,[n[5]||=i(`strong`,null,`Küsterdienst:`,-1),l(` `+a(e.sacristanService),1)])):p(``,!0),e.organPlaying?(h(),o(`p`,ue,[n[6]||=i(`strong`,null,`Orgelspiel:`,-1),l(` `+a(e.organPlaying),1)])):p(``,!0),e.selfInformation?(h(),o(`p`,de,[n[7]||=l(` Bitte informieren Sie sich auch auf den `,-1),e.eventPlace&&e.eventPlace.website?(h(),o(`a`,{key:0,href:e.eventPlace.website,target:`_blank`,rel:`noopener noreferrer`},`Internetseiten dieser Gemeinde`,8,fe)):(h(),o(`span`,pe,`Internetseiten dieser Gemeinde`)),n[8]||=l(`. `,-1)])):p(``,!0)])])])]))),128))])):(h(),o(`p`,me,`Keine Gottesdienste verfügbar.`))])}var ge=f(b,[[`render`,he],[`__scopeId`,`data-v-1fe1f289`]]),_e={name:`ImageRender`,props:{id:{type:Number,required:!0}},setup(e){let t=n({filename:``,title:``,description:``,uploadDate:``,pageId:null});return(async()=>{try{let n=await _.get(`/image/`+e.id);Object.assign(t,n.data)}catch(e){console.log(`Fehler beim Abrufen eines Bildes`,e)}})(),{image:t}}},ve=[`src`,`alt`,`title`];function T(e,t,n,r,i,a){return r.image.filename?(h(),o(`img`,{key:0,src:`/images/uploads/${r.image.filename}`,alt:r.image.title,title:r.image.title,class:`image`},null,8,ve)):p(``,!0)}var E=f(_e,[[`render`,T],[`__scopeId`,`data-v-f81373cb`]]);function D(e){let t=Object.prototype.toString.call(e);return e instanceof Date||typeof e==`object`&&t===`[object Date]`?new e.constructor(+e):typeof e==`number`||t===`[object Number]`||typeof e==`string`||t===`[object String]`?new Date(e):new Date(NaN)}function O(e,t){return e instanceof Date?new e.constructor(t):new Date(t)}var k=365.2425,A=6048e5,j=864e5,M=3600*24;M*7,M*k/12*3;var N={};function P(){return N}function F(e,t){let n=P(),r=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0,i=D(e),a=i.getDay(),o=(a=i.getTime()?n+1:t.getTime()>=o.getTime()?n:n-1}function R(e){let t=D(e);return t.setHours(0,0,0,0),t}function z(e){let t=D(e),n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),e-+n}function ye(e,t){let n=R(e),r=R(t),i=+n-z(n),a=+r-z(r);return Math.round((i-a)/j)}function be(e){let t=L(e),n=O(e,0);return n.setFullYear(t,0,4),n.setHours(0,0,0,0),I(n)}function xe(e){return e instanceof Date||typeof e==`object`&&Object.prototype.toString.call(e)===`[object Date]`}function Se(e){if(!xe(e)&&typeof e!=`number`)return!1;let t=D(e);return!isNaN(Number(t))}function Ce(e){let t=D(e),n=O(e,0);return n.setFullYear(t.getFullYear(),0,1),n.setHours(0,0,0,0),n}var we={lessThanXSeconds:{one:`less than a second`,other:`less than {{count}} seconds`},xSeconds:{one:`1 second`,other:`{{count}} seconds`},halfAMinute:`half a minute`,lessThanXMinutes:{one:`less than a minute`,other:`less than {{count}} minutes`},xMinutes:{one:`1 minute`,other:`{{count}} minutes`},aboutXHours:{one:`about 1 hour`,other:`about {{count}} hours`},xHours:{one:`1 hour`,other:`{{count}} hours`},xDays:{one:`1 day`,other:`{{count}} days`},aboutXWeeks:{one:`about 1 week`,other:`about {{count}} weeks`},xWeeks:{one:`1 week`,other:`{{count}} weeks`},aboutXMonths:{one:`about 1 month`,other:`about {{count}} months`},xMonths:{one:`1 month`,other:`{{count}} months`},aboutXYears:{one:`about 1 year`,other:`about {{count}} years`},xYears:{one:`1 year`,other:`{{count}} years`},overXYears:{one:`over 1 year`,other:`over {{count}} years`},almostXYears:{one:`almost 1 year`,other:`almost {{count}} years`}},Te=(e,t,n)=>{let r,i=we[e];return r=typeof i==`string`?i:t===1?i.one:i.other.replace(`{{count}}`,t.toString()),n?.addSuffix?n.comparison&&n.comparison>0?`in `+r:r+` ago`:r};function B(e){return(t={})=>{let n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}var Ee={date:B({formats:{full:`EEEE, MMMM do, y`,long:`MMMM do, y`,medium:`MMM d, y`,short:`MM/dd/yyyy`},defaultWidth:`full`}),time:B({formats:{full:`h:mm:ss a zzzz`,long:`h:mm:ss a z`,medium:`h:mm:ss a`,short:`h:mm a`},defaultWidth:`full`}),dateTime:B({formats:{full:`{{date}} 'at' {{time}}`,long:`{{date}} 'at' {{time}}`,medium:`{{date}}, {{time}}`,short:`{{date}}, {{time}}`},defaultWidth:`full`})},De={lastWeek:`'last' eeee 'at' p`,yesterday:`'yesterday at' p`,today:`'today at' p`,tomorrow:`'tomorrow at' p`,nextWeek:`eeee 'at' p`,other:`P`},Oe=(e,t,n,r)=>De[e];function V(e){return(t,n)=>{let r=n?.context?String(n.context):`standalone`,i;if(r===`formatting`&&e.formattingValues){let t=e.defaultFormattingWidth||e.defaultWidth,r=n?.width?String(n.width):t;i=e.formattingValues[r]||e.formattingValues[t]}else{let t=e.defaultWidth,r=n?.width?String(n.width):e.defaultWidth;i=e.values[r]||e.values[t]}let a=e.argumentCallback?e.argumentCallback(t):t;return i[a]}}var ke={ordinalNumber:(e,t)=>{let n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+`st`;case 2:return n+`nd`;case 3:return n+`rd`}return n+`th`},era:V({values:{narrow:[`B`,`A`],abbreviated:[`BC`,`AD`],wide:[`Before Christ`,`Anno Domini`]},defaultWidth:`wide`}),quarter:V({values:{narrow:[`1`,`2`,`3`,`4`],abbreviated:[`Q1`,`Q2`,`Q3`,`Q4`],wide:[`1st quarter`,`2nd quarter`,`3rd quarter`,`4th quarter`]},defaultWidth:`wide`,argumentCallback:e=>e-1}),month:V({values:{narrow:[`J`,`F`,`M`,`A`,`M`,`J`,`J`,`A`,`S`,`O`,`N`,`D`],abbreviated:[`Jan`,`Feb`,`Mar`,`Apr`,`May`,`Jun`,`Jul`,`Aug`,`Sep`,`Oct`,`Nov`,`Dec`],wide:[`January`,`February`,`March`,`April`,`May`,`June`,`July`,`August`,`September`,`October`,`November`,`December`]},defaultWidth:`wide`}),day:V({values:{narrow:[`S`,`M`,`T`,`W`,`T`,`F`,`S`],short:[`Su`,`Mo`,`Tu`,`We`,`Th`,`Fr`,`Sa`],abbreviated:[`Sun`,`Mon`,`Tue`,`Wed`,`Thu`,`Fri`,`Sat`],wide:[`Sunday`,`Monday`,`Tuesday`,`Wednesday`,`Thursday`,`Friday`,`Saturday`]},defaultWidth:`wide`}),dayPeriod:V({values:{narrow:{am:`a`,pm:`p`,midnight:`mi`,noon:`n`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`},abbreviated:{am:`AM`,pm:`PM`,midnight:`midnight`,noon:`noon`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`},wide:{am:`a.m.`,pm:`p.m.`,midnight:`midnight`,noon:`noon`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`}},defaultWidth:`wide`,formattingValues:{narrow:{am:`a`,pm:`p`,midnight:`mi`,noon:`n`,morning:`in the morning`,afternoon:`in the afternoon`,evening:`in the evening`,night:`at night`},abbreviated:{am:`AM`,pm:`PM`,midnight:`midnight`,noon:`noon`,morning:`in the morning`,afternoon:`in the afternoon`,evening:`in the evening`,night:`at night`},wide:{am:`a.m.`,pm:`p.m.`,midnight:`midnight`,noon:`noon`,morning:`in the morning`,afternoon:`in the afternoon`,evening:`in the evening`,night:`at night`}},defaultFormattingWidth:`wide`})};function H(e){return(t,n={})=>{let r=n.width,i=r&&e.matchPatterns[r]||e.matchPatterns[e.defaultMatchWidth],a=t.match(i);if(!a)return null;let o=a[0],s=r&&e.parsePatterns[r]||e.parsePatterns[e.defaultParseWidth],c=Array.isArray(s)?je(s,e=>e.test(o)):Ae(s,e=>e.test(o)),l;l=e.valueCallback?e.valueCallback(c):c,l=n.valueCallback?n.valueCallback(l):l;let u=t.slice(o.length);return{value:l,rest:u}}}function Ae(e,t){for(let n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n}function je(e,t){for(let n=0;n{let r=t.match(e.matchPattern);if(!r)return null;let i=r[0],a=t.match(e.parsePattern);if(!a)return null;let o=e.valueCallback?e.valueCallback(a[0]):a[0];o=n.valueCallback?n.valueCallback(o):o;let s=t.slice(i.length);return{value:o,rest:s}}}var Ne={code:`en-US`,formatDistance:Te,formatLong:Ee,formatRelative:Oe,localize:ke,match:{ordinalNumber:Me({matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:e=>parseInt(e,10)}),era:H({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:`wide`,parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:`any`}),quarter:H({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:`wide`,parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:`any`,valueCallback:e=>e+1}),month:H({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:`wide`,parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:`any`}),day:H({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:`wide`,parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:`any`}),dayPeriod:H({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:`any`,parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:`any`})},options:{weekStartsOn:0,firstWeekContainsDate:1}};function Pe(e){let t=D(e);return ye(t,Ce(t))+1}function Fe(e){let t=D(e),n=I(t)-+be(t);return Math.round(n/A)+1}function U(e,t){let n=D(e),r=n.getFullYear(),i=P(),a=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??i.firstWeekContainsDate??i.locale?.options?.firstWeekContainsDate??1,o=O(e,0);o.setFullYear(r+1,0,a),o.setHours(0,0,0,0);let s=F(o,t),c=O(e,0);c.setFullYear(r,0,a),c.setHours(0,0,0,0);let l=F(c,t);return n.getTime()>=s.getTime()?r+1:n.getTime()>=l.getTime()?r:r-1}function Ie(e,t){let n=P(),r=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??n.firstWeekContainsDate??n.locale?.options?.firstWeekContainsDate??1,i=U(e,t),a=O(e,0);return a.setFullYear(i,0,r),a.setHours(0,0,0,0),F(a,t)}function Le(e,t){let n=D(e),r=F(n,t)-+Ie(n,t);return Math.round(r/A)+1}function W(e,t){return(e<0?`-`:``)+Math.abs(e).toString().padStart(t,`0`)}var G={y(e,t){let n=e.getFullYear(),r=n>0?n:1-n;return W(t===`yy`?r%100:r,t.length)},M(e,t){let n=e.getMonth();return t===`M`?String(n+1):W(n+1,2)},d(e,t){return W(e.getDate(),t.length)},a(e,t){let n=e.getHours()/12>=1?`pm`:`am`;switch(t){case`a`:case`aa`:return n.toUpperCase();case`aaa`:return n;case`aaaaa`:return n[0];default:return n===`am`?`a.m.`:`p.m.`}},h(e,t){return W(e.getHours()%12||12,t.length)},H(e,t){return W(e.getHours(),t.length)},m(e,t){return W(e.getMinutes(),t.length)},s(e,t){return W(e.getSeconds(),t.length)},S(e,t){let n=t.length,r=e.getMilliseconds();return W(Math.trunc(r*10**(n-3)),t.length)}},K={am:`am`,pm:`pm`,midnight:`midnight`,noon:`noon`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`},q={G:function(e,t,n){let r=+(e.getFullYear()>0);switch(t){case`G`:case`GG`:case`GGG`:return n.era(r,{width:`abbreviated`});case`GGGGG`:return n.era(r,{width:`narrow`});default:return n.era(r,{width:`wide`})}},y:function(e,t,n){if(t===`yo`){let t=e.getFullYear(),r=t>0?t:1-t;return n.ordinalNumber(r,{unit:`year`})}return G.y(e,t)},Y:function(e,t,n,r){let i=U(e,r),a=i>0?i:1-i;return t===`YY`?W(a%100,2):t===`Yo`?n.ordinalNumber(a,{unit:`year`}):W(a,t.length)},R:function(e,t){return W(L(e),t.length)},u:function(e,t){return W(e.getFullYear(),t.length)},Q:function(e,t,n){let r=Math.ceil((e.getMonth()+1)/3);switch(t){case`Q`:return String(r);case`QQ`:return W(r,2);case`Qo`:return n.ordinalNumber(r,{unit:`quarter`});case`QQQ`:return n.quarter(r,{width:`abbreviated`,context:`formatting`});case`QQQQQ`:return n.quarter(r,{width:`narrow`,context:`formatting`});default:return n.quarter(r,{width:`wide`,context:`formatting`})}},q:function(e,t,n){let r=Math.ceil((e.getMonth()+1)/3);switch(t){case`q`:return String(r);case`qq`:return W(r,2);case`qo`:return n.ordinalNumber(r,{unit:`quarter`});case`qqq`:return n.quarter(r,{width:`abbreviated`,context:`standalone`});case`qqqqq`:return n.quarter(r,{width:`narrow`,context:`standalone`});default:return n.quarter(r,{width:`wide`,context:`standalone`})}},M:function(e,t,n){let r=e.getMonth();switch(t){case`M`:case`MM`:return G.M(e,t);case`Mo`:return n.ordinalNumber(r+1,{unit:`month`});case`MMM`:return n.month(r,{width:`abbreviated`,context:`formatting`});case`MMMMM`:return n.month(r,{width:`narrow`,context:`formatting`});default:return n.month(r,{width:`wide`,context:`formatting`})}},L:function(e,t,n){let r=e.getMonth();switch(t){case`L`:return String(r+1);case`LL`:return W(r+1,2);case`Lo`:return n.ordinalNumber(r+1,{unit:`month`});case`LLL`:return n.month(r,{width:`abbreviated`,context:`standalone`});case`LLLLL`:return n.month(r,{width:`narrow`,context:`standalone`});default:return n.month(r,{width:`wide`,context:`standalone`})}},w:function(e,t,n,r){let i=Le(e,r);return t===`wo`?n.ordinalNumber(i,{unit:`week`}):W(i,t.length)},I:function(e,t,n){let r=Fe(e);return t===`Io`?n.ordinalNumber(r,{unit:`week`}):W(r,t.length)},d:function(e,t,n){return t===`do`?n.ordinalNumber(e.getDate(),{unit:`date`}):G.d(e,t)},D:function(e,t,n){let r=Pe(e);return t===`Do`?n.ordinalNumber(r,{unit:`dayOfYear`}):W(r,t.length)},E:function(e,t,n){let r=e.getDay();switch(t){case`E`:case`EE`:case`EEE`:return n.day(r,{width:`abbreviated`,context:`formatting`});case`EEEEE`:return n.day(r,{width:`narrow`,context:`formatting`});case`EEEEEE`:return n.day(r,{width:`short`,context:`formatting`});default:return n.day(r,{width:`wide`,context:`formatting`})}},e:function(e,t,n,r){let i=e.getDay(),a=(i-r.weekStartsOn+8)%7||7;switch(t){case`e`:return String(a);case`ee`:return W(a,2);case`eo`:return n.ordinalNumber(a,{unit:`day`});case`eee`:return n.day(i,{width:`abbreviated`,context:`formatting`});case`eeeee`:return n.day(i,{width:`narrow`,context:`formatting`});case`eeeeee`:return n.day(i,{width:`short`,context:`formatting`});default:return n.day(i,{width:`wide`,context:`formatting`})}},c:function(e,t,n,r){let i=e.getDay(),a=(i-r.weekStartsOn+8)%7||7;switch(t){case`c`:return String(a);case`cc`:return W(a,t.length);case`co`:return n.ordinalNumber(a,{unit:`day`});case`ccc`:return n.day(i,{width:`abbreviated`,context:`standalone`});case`ccccc`:return n.day(i,{width:`narrow`,context:`standalone`});case`cccccc`:return n.day(i,{width:`short`,context:`standalone`});default:return n.day(i,{width:`wide`,context:`standalone`})}},i:function(e,t,n){let r=e.getDay(),i=r===0?7:r;switch(t){case`i`:return String(i);case`ii`:return W(i,t.length);case`io`:return n.ordinalNumber(i,{unit:`day`});case`iii`:return n.day(r,{width:`abbreviated`,context:`formatting`});case`iiiii`:return n.day(r,{width:`narrow`,context:`formatting`});case`iiiiii`:return n.day(r,{width:`short`,context:`formatting`});default:return n.day(r,{width:`wide`,context:`formatting`})}},a:function(e,t,n){let r=e.getHours()/12>=1?`pm`:`am`;switch(t){case`a`:case`aa`:return n.dayPeriod(r,{width:`abbreviated`,context:`formatting`});case`aaa`:return n.dayPeriod(r,{width:`abbreviated`,context:`formatting`}).toLowerCase();case`aaaaa`:return n.dayPeriod(r,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(r,{width:`wide`,context:`formatting`})}},b:function(e,t,n){let r=e.getHours(),i;switch(i=r===12?K.noon:r===0?K.midnight:r/12>=1?`pm`:`am`,t){case`b`:case`bb`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`});case`bbb`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`}).toLowerCase();case`bbbbb`:return n.dayPeriod(i,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(i,{width:`wide`,context:`formatting`})}},B:function(e,t,n){let r=e.getHours(),i;switch(i=r>=17?K.evening:r>=12?K.afternoon:r>=4?K.morning:K.night,t){case`B`:case`BB`:case`BBB`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`});case`BBBBB`:return n.dayPeriod(i,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(i,{width:`wide`,context:`formatting`})}},h:function(e,t,n){if(t===`ho`){let t=e.getHours()%12;return t===0&&(t=12),n.ordinalNumber(t,{unit:`hour`})}return G.h(e,t)},H:function(e,t,n){return t===`Ho`?n.ordinalNumber(e.getHours(),{unit:`hour`}):G.H(e,t)},K:function(e,t,n){let r=e.getHours()%12;return t===`Ko`?n.ordinalNumber(r,{unit:`hour`}):W(r,t.length)},k:function(e,t,n){let r=e.getHours();return r===0&&(r=24),t===`ko`?n.ordinalNumber(r,{unit:`hour`}):W(r,t.length)},m:function(e,t,n){return t===`mo`?n.ordinalNumber(e.getMinutes(),{unit:`minute`}):G.m(e,t)},s:function(e,t,n){return t===`so`?n.ordinalNumber(e.getSeconds(),{unit:`second`}):G.s(e,t)},S:function(e,t){return G.S(e,t)},X:function(e,t,n){let r=e.getTimezoneOffset();if(r===0)return`Z`;switch(t){case`X`:return Y(r);case`XXXX`:case`XX`:return X(r);default:return X(r,`:`)}},x:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`x`:return Y(r);case`xxxx`:case`xx`:return X(r);default:return X(r,`:`)}},O:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`O`:case`OO`:case`OOO`:return`GMT`+J(r,`:`);default:return`GMT`+X(r,`:`)}},z:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`z`:case`zz`:case`zzz`:return`GMT`+J(r,`:`);default:return`GMT`+X(r,`:`)}},t:function(e,t,n){return W(Math.trunc(e.getTime()/1e3),t.length)},T:function(e,t,n){return W(e.getTime(),t.length)}};function J(e,t=``){let n=e>0?`-`:`+`,r=Math.abs(e),i=Math.trunc(r/60),a=r%60;return a===0?n+String(i):n+String(i)+t+W(a,2)}function Y(e,t){return e%60==0?(e>0?`-`:`+`)+W(Math.abs(e)/60,2):X(e,t)}function X(e,t=``){let n=e>0?`-`:`+`,r=Math.abs(e),i=W(Math.trunc(r/60),2),a=W(r%60,2);return n+i+t+a}var Z=(e,t)=>{switch(e){case`P`:return t.date({width:`short`});case`PP`:return t.date({width:`medium`});case`PPP`:return t.date({width:`long`});default:return t.date({width:`full`})}},Q=(e,t)=>{switch(e){case`p`:return t.time({width:`short`});case`pp`:return t.time({width:`medium`});case`ppp`:return t.time({width:`long`});default:return t.time({width:`full`})}},Re={p:Q,P:(e,t)=>{let n=e.match(/(P+)(p+)?/)||[],r=n[1],i=n[2];if(!i)return Z(e,t);let a;switch(r){case`P`:a=t.dateTime({width:`short`});break;case`PP`:a=t.dateTime({width:`medium`});break;case`PPP`:a=t.dateTime({width:`long`});break;default:a=t.dateTime({width:`full`});break}return a.replace(`{{date}}`,Z(r,t)).replace(`{{time}}`,Q(i,t))}},ze=/^D+$/,Be=/^Y+$/,Ve=[`D`,`DD`,`YY`,`YYYY`];function He(e){return ze.test(e)}function Ue(e){return Be.test(e)}function We(e,t,n){let r=Ge(e,t,n);if(console.warn(r),Ve.includes(e))throw RangeError(r)}function Ge(e,t,n){let r=e[0]===`Y`?`years`:`days of the month`;return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${r} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}var Ke=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,qe=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Je=/^'([^]*?)'?$/,Ye=/''/g,Xe=/[a-zA-Z]/;function Ze(e,t,n){let r=P(),i=n?.locale??r.locale??Ne,a=n?.firstWeekContainsDate??n?.locale?.options?.firstWeekContainsDate??r.firstWeekContainsDate??r.locale?.options?.firstWeekContainsDate??1,o=n?.weekStartsOn??n?.locale?.options?.weekStartsOn??r.weekStartsOn??r.locale?.options?.weekStartsOn??0,s=D(e);if(!Se(s))throw RangeError(`Invalid time value`);let c=t.match(qe).map(e=>{let t=e[0];if(t===`p`||t===`P`){let n=Re[t];return n(e,i.formatLong)}return e}).join(``).match(Ke).map(e=>{if(e===`''`)return{isToken:!1,value:`'`};let t=e[0];if(t===`'`)return{isToken:!1,value:Qe(e)};if(q[t])return{isToken:!0,value:e};if(t.match(Xe))throw RangeError("Format string contains an unescaped latin alphabet character `"+t+"`");return{isToken:!1,value:e}});i.localize.preprocessor&&(c=i.localize.preprocessor(s,c));let l={firstWeekContainsDate:a,weekStartsOn:o,locale:i};return c.map(r=>{if(!r.isToken)return r.value;let a=r.value;(!n?.useAdditionalWeekYearTokens&&Ue(a)||!n?.useAdditionalDayOfYearTokens&&He(a))&&We(a,t,String(e));let o=q[a[0]];return o(s,a,i.localize,l)}).join(``)}function Qe(e){let t=e.match(Je);return t?t[1].replace(Ye,`'`):e}var $e={name:`EventRender`,props:{config:{type:Object,required:!0}},data(){return{events:[],imageMap:{}}},async created(){await this.fetchEvents()},methods:{formatTime:v,async fetchEvents(){try{this.events=(await _.post(`/events/filter`,this.config)).data.events,await Promise.all(this.events.filter(e=>this.hasImage(e)).map(async e=>{try{let t=await _.get(`/image/`+e.relatedImage);this.imageMap[e.relatedImage]=`/images/uploads/`+t.data.filename}catch(t){console.error(`Bild konnte nicht geladen werden (ID ${e.relatedImage}):`,t)}}))}catch(e){console.error(`Fehler beim Abrufen der Events`,e)}},shouldDisplay(e){return this.config.display.includes(e)},formatDateOrDay(e,t){return e?Ze(new Date(e),`dd.MM.yyyy`):t==null?``:[`Sonntag`,`Montag`,`Dienstag`,`Mittwoch`,`Donnerstag`,`Freitag`,`Samstag`][t]},hasImage(e){return e.relatedImage&&e.relatedImage!=``},async imagePath(e){let t=`/images/uploads/`+(await _.get(`/image/`+e)).data.filename;return console.log(t),t},formatContactPerson(e){if(!e.expiryDate)return e.name;let t=new Date(e.expiryDate).toLocaleDateString(`de-DE`,{day:`2-digit`,month:`2-digit`,year:`numeric`});return`${e.name} (bis ${t})`}}},et={key:0,class:`mg-stack`},tt={class:`mg-card__grid`},nt={key:0,class:`mg-media`,"aria-hidden":`true`},rt=[`src`],it={key:1,class:`mg-media`,"aria-hidden":`true`},at={key:0,class:`mg-title`},ot={class:`mg-meta`},st={key:0},ct={key:0},lt={key:1},ut={key:1,class:`mg-text mg-accent-left`},dt={key:2,class:`mg-meta`},ft={key:3,class:`mg-meta`},pt={key:4,class:`mg-meta`},mt={key:1};function ht(e,n,r,c,d,f){return h(),o(`div`,null,[d.events.length?(h(),o(`div`,et,[(h(!0),o(s,null,t(d.events,e=>(h(),o(`article`,{key:e.id,class:u([`mg-card`,e.alsoOnHomepage&&r.config.id===`home`?`mg-card--highlight`:``])},[i(`div`,tt,[f.hasImage(e)?(h(),o(`div`,nt,[d.imageMap[e.relatedImage]?(h(),o(`img`,{key:0,src:d.imageMap[e.relatedImage],alt:``,loading:`lazy`,decoding:`async`},null,8,rt)):p(``,!0)])):(h(),o(`div`,it)),i(`div`,null,[f.shouldDisplay(`name`)?(h(),o(`h3`,at,a(e.name),1)):p(``,!0),i(`p`,ot,[i(`span`,null,[n[0]||=i(`strong`,null,`Datum:`,-1),l(` `+a(f.formatDateOrDay(e.date,e.dayOfWeek)),1)]),f.shouldDisplay(`time`)?(h(),o(`span`,st,[n[1]||=i(`strong`,null,`Uhrzeit:`,-1),l(` `+a(f.formatTime(e.time)),1),e.endTime?(h(),o(`span`,ct,` – `+a(f.formatTime(e.endTime)),1)):p(``,!0),n[2]||=l(` Uhr `,-1)])):p(``,!0),f.shouldDisplay(`place`)&&e.eventPlace?.name?(h(),o(`span`,lt,[n[3]||=i(`strong`,null,`Ort:`,-1),l(` `+a(e.eventPlace?.name),1)])):p(``,!0)]),f.shouldDisplay(`description`)&&e.description?(h(),o(`p`,ut,a(e.description),1)):p(``,!0),f.shouldDisplay(`contactPerson`)&&e.contactPersons?.length?(h(),o(`p`,dt,[i(`span`,null,[n[4]||=i(`strong`,null,`Kontakt:`,-1),l(` `+a(e.contactPersons.map(e=>f.formatContactPerson(e)).join(`, `)),1)])])):p(``,!0),f.shouldDisplay(`institution`)&&e.institution?.name?(h(),o(`p`,ft,[i(`span`,null,[n[5]||=i(`strong`,null,`Institution:`,-1),l(` `+a(e.institution?.name),1)])])):p(``,!0),f.shouldDisplay(`type`)&&e.eventType?.caption?(h(),o(`p`,pt,[i(`span`,null,[n[6]||=i(`strong`,null,`Typ:`,-1),l(` `+a(e.eventType?.caption),1)])])):p(``,!0)])])],2))),128))])):(h(),o(`p`,mt,`Keine Veranstaltungen verfügbar.`))])}var gt=f($e,[[`render`,ht],[`__scopeId`,`data-v-9099d214`]]),_t={name:`ContactRender`,props:{config:{type:Object,required:!0}},data(){return{contacts:[],loading:!0,error:null,displayOptions:[]}},async created(){try{this.displayOptions=this.config.display||[],this.contacts=(await _.post(`/contact-persons/filter`,{config:JSON.stringify(this.config)})).data,this.loading=!1}catch(e){console.error(`Error loading contacts:`,e),this.error=`Fehler beim Laden der Kontaktpersonen`,this.loading=!1}},methods:{formatDate(e){return e?new Date(e).toLocaleDateString(`de-DE`,{day:`2-digit`,month:`2-digit`,year:`numeric`}):``}}},vt={key:0,class:`mg-stack`},yt={class:`mg-title`},bt={key:0,class:`expiry-date`},xt={key:0,class:`mg-meta`},St={class:`mg-stack stack-tight`},Ct={key:0,class:`mg-text`},wt={key:1,class:`mg-text`},Tt={key:2,class:`mg-text`},Et={key:3,class:`mg-text`},Dt={key:4,class:`mg-text`},Ot={key:1,class:`float-list`},kt={key:0,class:`expiry-date`},At={key:1},jt={key:2},Mt={key:3},Nt={key:4},Pt={key:5},Ft={key:6};function It(e,n,r,c,u,d){return r.config&&r.config.style===`box`&&u.contacts&&u.contacts.length&&u.contacts.length>0?(h(),o(`div`,vt,[(h(!0),o(s,null,t(u.contacts,e=>(h(),o(`article`,{key:e.id,class:`mg-card`},[i(`h3`,yt,[l(a(e.name)+` `,1),e.expiryDate?(h(),o(`span`,bt,`(bis `+a(d.formatDate(e.expiryDate))+`)`,1)):p(``,!0)]),u.displayOptions.includes(`positions`)&&e.positions?.length?(h(),o(`p`,xt,[i(`span`,null,[n[0]||=i(`strong`,null,`Positionen:`,-1),l(` `+a(e.positions.map(e=>e.caption).join(`, `)),1)])])):p(``,!0),i(`div`,St,[u.displayOptions.includes(`phone`)&&e.phone?(h(),o(`p`,Ct,[n[1]||=i(`strong`,null,`Telefon:`,-1),l(` `+a(e.phone),1)])):p(``,!0),u.displayOptions.includes(`email`)&&e.email?(h(),o(`p`,wt,[n[2]||=i(`strong`,null,`E-Mail:`,-1),l(` `+a(e.email),1)])):p(``,!0),u.displayOptions.includes(`street`)&&e.street?(h(),o(`p`,Tt,[n[3]||=i(`strong`,null,`Straße:`,-1),l(` `+a(e.street),1)])):p(``,!0),u.displayOptions.includes(`zipcode`)&&e.zipcode?(h(),o(`p`,Et,[n[4]||=i(`strong`,null,`PLZ:`,-1),l(` `+a(e.zipcode),1)])):p(``,!0),u.displayOptions.includes(`city`)&&e.city?(h(),o(`p`,Dt,[n[5]||=i(`strong`,null,`Stadt:`,-1),l(` `+a(e.city),1)])):p(``,!0)])]))),128))])):r.config.style===`float`&&u.contacts&&u.contacts.length&&u.contacts.length>0?(h(),o(`div`,Ot,[(h(!0),o(s,null,t(u.contacts,e=>(h(),o(`p`,{key:e.id,class:`float-item`},[i(`strong`,null,a(e.name),1),e.expiryDate?(h(),o(`span`,kt,` (bis `+a(d.formatDate(e.expiryDate))+`)`,1)):p(``,!0),u.displayOptions.includes(`phone`)&&e.phone?(h(),o(`span`,At,`, Telefon: `+a(e.phone),1)):p(``,!0),u.displayOptions.includes(`street`)&&e.street?(h(),o(`span`,jt,`, Straße: `+a(e.street),1)):p(``,!0),u.displayOptions.includes(`zipcode`)&&e.zipcode?(h(),o(`span`,Mt,`, PLZ: `+a(e.zipcode),1)):p(``,!0),u.displayOptions.includes(`city`)&&e.city?(h(),o(`span`,Nt,`, Stadt: `+a(e.city),1)):p(``,!0),u.displayOptions.includes(`email`)&&e.email?(h(),o(`span`,Pt,`, E-Mail: `+a(e.email),1)):p(``,!0),u.displayOptions.includes(`positions`)&&e.positions?.length?(h(),o(`span`,Ft,`, Positionen: `+a(e.positions.map(e=>e.caption).join(`, `)),1)):p(``,!0)]))),128))])):p(``,!0)}var Lt=f(_t,[[`render`,It],[`__scopeId`,`data-v-124908c6`]]),Rt={name:`InstitutionRender`,props:{config:{type:Object,required:!0}},data(){return{institution:null,loading:!0,error:null,displayOptions:[]}},async created(){try{this.displayOptions=this.config.display||[],this.institution=(await _.get(`/institutions/`+this.config.id,{config:JSON.stringify(this.config)})).data,this.loading=!1}catch(e){console.error(`Error loading institutions:`,e),this.error=`Fehler beim Laden der Institutionen`,this.loading=!1}}},zt={key:0},Bt={key:0},Vt={key:1},Ht={key:2},Ut={key:3},Wt={key:4},Gt={key:1},Kt={key:0},qt={key:1},$={key:2},Jt={key:3},Yt={key:4},Xt={key:2};function Zt(e,t,n,r,s,c){return n.config&&n.config.style===`box`&&s.institution?(h(),o(`div`,zt,[i(`h3`,null,a(s.institution.name),1),s.displayOptions.includes(`street`)?(h(),o(`span`,Bt,[l(`Straße: `+a(s.institution.street),1),t[0]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`zipcode`)?(h(),o(`span`,Vt,[l(`Postleitzahl: `+a(s.institution.zipcode),1),t[1]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`city`)?(h(),o(`span`,Ht,[l(`Stadt: `+a(s.institution.city),1),t[2]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`email`)?(h(),o(`span`,Ut,[l(`E-Mail: `+a(s.institution.email),1),t[3]||=i(`br`,null,null,-1)])):p(``,!0),s.displayOptions.includes(`phone`)?(h(),o(`span`,Wt,[l(`Telefon: `+a(s.institution.phone),1),t[4]||=i(`br`,null,null,-1)])):p(``,!0)])):n.config.style===`float`&&s.institution?(h(),o(`span`,Gt,[l(a(s.institution.name)+` `,1),s.displayOptions.includes(`street`)?(h(),o(`span`,Kt,`, Straße: `+a(s.institution.street),1)):p(``,!0),s.displayOptions.includes(`zipcode`)?(h(),o(`span`,qt,`, Postleitzahl: `+a(s.institution.zipcode),1)):p(``,!0),s.displayOptions.includes(`city`)?(h(),o(`span`,$,`, Stadt: `+a(s.institution.city),1)):p(``,!0),s.displayOptions.includes(`email`)?(h(),o(`span`,Jt,`, E-Mail: `+a(s.institution.email),1)):p(``,!0),s.displayOptions.includes(`phone`)?(h(),o(`span`,Yt,`, Telefon: `+a(s.institution.phone),1)):p(``,!0)])):(h(),o(`span`,Xt,[l(a(n.config),1),t[5]||=i(`br`,null,null,-1),l(` --- `+a(s.institution),1)]))}var Qt=f(Rt,[[`render`,Zt],[`__scopeId`,`data-v-91ca350f`]]),$t={name:`DownloadLink`,props:{hash:{type:String,required:!0}},data(){return{title:``,link:``}},async created(){await this.fetchFile()},methods:{async fetchFile(){try{let t=await e.get(`/files/hash/`+this.hash);this.title=t.data.title,this.events=t.data.events}catch(e){console.error(`Fehler beim Abrufen der Events`,e)}},async downloadFile(){let t=await e.get(`/files/download/${this.hash}`,{responseType:`blob`}),n=new Blob([t.data],{type:t.data.type}),r=document.createElement(`a`);r.href=window.URL.createObjectURL(n),r.download=`${this.title}${this.extension}`,r.click(),window.URL.revokeObjectURL(r.href)}}};function en(e,t,n,r,i,s){return i.title?(h(),o(`span`,{key:0,onClick:t[0]||=(...e)=>s.downloadFile&&s.downloadFile(...e)},a(i.title),1)):p(``,!0)}var tn=f($t,[[`render`,en],[`__scopeId`,`data-v-bfbab2d9`]]),nn={name:`RenderContentComponent`,props:{content:{type:String,required:!0}},setup(e){let t=r(``),n=e=>{let t=i(e);return t=a(t),t=o(t),t=s(t),t=l(t),t=u(t),t},i=e=>{let t=/{{ worshipslist:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`worship-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(ge,{config:JSON.parse(t)})}}).mount(e)},0),`
`}),n},a=e=>{let t=/{{ image:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`image-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(E,{id:t})}}).mount(e)},0),``}),n},o=e=>{let t=/{{ download:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`image-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(tn,{hash:t})}}).mount(e)},0),``}),n},s=e=>{let t=/{{ events:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=`event-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(n);e&&g({render(){return m(gt,{config:JSON.parse(t)})}}).mount(e)},0),`
`}),n},l=e=>{let t=/{{ contact:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=d(t),r=`contact-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(r);e&&g({render(){return m(Lt,{config:n})}}).mount(e)},0),`
`}),n},u=e=>{let t=/{{ institution:(.*?) }}/g,n=e;return n=n.replace(t,(e,t)=>{let n=d(t),r=`institution-render-placeholder-${Math.random().toString(36).substr(2,9)}`;return setTimeout(()=>{let e=document.getElementById(r);e&&g({render(){return m(Qt,{config:n})}}).mount(e)},0),`
`}),n},d=e=>{try{return JSON.parse(e)}catch(t){return console.error(`Error parsing config:`,t),console.log(e),{}}};return c(()=>e.content,e=>{t.value=n(e)},{immediate:!0}),{parsedContent:t}}},rn=[`innerHTML`];function an(e,t,n,r,i,a){return h(),o(`div`,{class:`content-render`,innerHTML:r.parsedContent},null,8,rn)}var on=f(nn,[[`render`,an],[`__scopeId`,`data-v-956c804a`]]);export{on as t}; +//# sourceMappingURL=RenderContentComponent-co5qeVWC.js.map \ No newline at end of file diff --git a/public/assets/ResetPasswordContent-3jsjkPAN.js b/public/assets/ResetPasswordContent-3jsjkPAN.js new file mode 100644 index 0000000..d304e36 --- /dev/null +++ b/public/assets/ResetPasswordContent-3jsjkPAN.js @@ -0,0 +1,2 @@ +import{M as e,O as t,c as n,ct as r,d as i,h as a,j as o,m as s,t as c,u as l,w as u}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as d,c as f}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{i as p}from"./router-CbChscq0.js";var m={name:`ResetPasswordComponent`,data(){return{password:``,confirmPassword:``,token:``,dialogTitle:``,dialogMessage:``,dialogVisible:!1}},computed:{isFormValid(){return this.password.length>=6&&this.password===this.confirmPassword&&this.token}},mounted(){this.token=new URLSearchParams(window.location.search).get(`token`),this.token||this.showDialog(`Fehler`,`Ungültiger Reset-Link. Bitte fordern Sie einen neuen Link an.`)},methods:{async submitResetPassword(){if(this.password!==this.confirmPassword){this.showDialog(`Fehler`,`Die Passwörter stimmen nicht überein.`);return}try{let e=await p.post(`/auth/reset-password`,{token:this.token,password:this.password});this.showDialog(`Erfolg`,e.data?.message||`Passwort erfolgreich zurückgesetzt. Sie können sich jetzt anmelden.`),this.password=``,this.confirmPassword=``,setTimeout(()=>{this.$router.push(`/auth/login`)},3e3)}catch(e){let t=e?.response?.data?.message||e?.message||`Ein unbekannter Fehler ist aufgetreten`;this.showDialog(`Fehler`,t)}},showDialog(e,t){this.dialogTitle=e,this.dialogMessage=t,this.dialogVisible=!0},closeDialog(){this.dialogVisible=!1}}},h={class:`reset-password`},g=[`disabled`],_={key:0,class:`dialog`},v={class:`dialog-content`};function y(c,p,m,y,b,x){let S=t(`router-link`);return u(),i(`div`,h,[p[7]||=n(`h2`,null,`Neues Passwort setzen`,-1),n(`form`,{onSubmit:p[2]||=f((...e)=>x.submitResetPassword&&x.submitResetPassword(...e),[`prevent`])},[p[4]||=n(`label`,{for:`password`},`Neues Passwort:`,-1),e(n(`input`,{type:`password`,id:`password`,"onUpdate:modelValue":p[0]||=e=>b.password=e,required:``,minlength:`6`},null,512),[[d,b.password]]),p[5]||=n(`label`,{for:`confirmPassword`},`Passwort bestätigen:`,-1),e(n(`input`,{type:`password`,id:`confirmPassword`,"onUpdate:modelValue":p[1]||=e=>b.confirmPassword=e,required:``,minlength:`6`},null,512),[[d,b.confirmPassword]]),n(`button`,{type:`submit`,disabled:!x.isFormValid},`Passwort zurücksetzen`,8,g)],32),n(`p`,null,[a(S,{to:`/login`},{default:o(()=>[...p[6]||=[s(`Zurück zum Login`,-1)]]),_:1})]),b.dialogVisible?(u(),i(`div`,_,[n(`div`,v,[n(`h3`,null,r(b.dialogTitle),1),n(`p`,null,r(b.dialogMessage),1),n(`button`,{type:`button`,onClick:p[3]||=(...e)=>x.closeDialog&&x.closeDialog(...e)},`Schließen`)])])):l(``,!0)])}var b=c(m,[[`render`,y],[`__scopeId`,`data-v-3a4e9538`]]);export{b as default}; +//# sourceMappingURL=ResetPasswordContent-3jsjkPAN.js.map \ No newline at end of file diff --git a/public/assets/ResetPasswordContent-C4rZ07Ue.js b/public/assets/ResetPasswordContent-C4rZ07Ue.js new file mode 100644 index 0000000..39d7642 --- /dev/null +++ b/public/assets/ResetPasswordContent-C4rZ07Ue.js @@ -0,0 +1,2 @@ +import{M as e,O as t,c as n,ct as r,d as i,h as a,j as o,m as s,t as c,u as l,w as u}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as d,c as f}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as p}from"./router--Un6xX_2.js";var m={name:`ResetPasswordComponent`,data(){return{password:``,confirmPassword:``,token:``,dialogTitle:``,dialogMessage:``,dialogVisible:!1}},computed:{isFormValid(){return this.password.length>=6&&this.password===this.confirmPassword&&this.token}},mounted(){this.token=new URLSearchParams(window.location.search).get(`token`),this.token||this.showDialog(`Fehler`,`Ungültiger Reset-Link. Bitte fordern Sie einen neuen Link an.`)},methods:{async submitResetPassword(){if(this.password!==this.confirmPassword){this.showDialog(`Fehler`,`Die Passwörter stimmen nicht überein.`);return}try{let e=await p.post(`/auth/reset-password`,{token:this.token,password:this.password});this.showDialog(`Erfolg`,e.data?.message||`Passwort erfolgreich zurückgesetzt. Sie können sich jetzt anmelden.`),this.password=``,this.confirmPassword=``,setTimeout(()=>{this.$router.push(`/auth/login`)},3e3)}catch(e){let t=e?.response?.data?.message||e?.message||`Ein unbekannter Fehler ist aufgetreten`;this.showDialog(`Fehler`,t)}},showDialog(e,t){this.dialogTitle=e,this.dialogMessage=t,this.dialogVisible=!0},closeDialog(){this.dialogVisible=!1}}},h={class:`reset-password`},g=[`disabled`],_={key:0,class:`dialog`},v={class:`dialog-content`};function y(c,p,m,y,b,x){let S=t(`router-link`);return u(),i(`div`,h,[p[7]||=n(`h2`,null,`Neues Passwort setzen`,-1),n(`form`,{onSubmit:p[2]||=f((...e)=>x.submitResetPassword&&x.submitResetPassword(...e),[`prevent`])},[p[4]||=n(`label`,{for:`password`},`Neues Passwort:`,-1),e(n(`input`,{type:`password`,id:`password`,"onUpdate:modelValue":p[0]||=e=>b.password=e,required:``,minlength:`6`},null,512),[[d,b.password]]),p[5]||=n(`label`,{for:`confirmPassword`},`Passwort bestätigen:`,-1),e(n(`input`,{type:`password`,id:`confirmPassword`,"onUpdate:modelValue":p[1]||=e=>b.confirmPassword=e,required:``,minlength:`6`},null,512),[[d,b.confirmPassword]]),n(`button`,{type:`submit`,disabled:!x.isFormValid},`Passwort zurücksetzen`,8,g)],32),n(`p`,null,[a(S,{to:`/login`},{default:o(()=>[...p[6]||=[s(`Zurück zum Login`,-1)]]),_:1})]),b.dialogVisible?(u(),i(`div`,_,[n(`div`,v,[n(`h3`,null,r(b.dialogTitle),1),n(`p`,null,r(b.dialogMessage),1),n(`button`,{type:`button`,onClick:p[3]||=(...e)=>x.closeDialog&&x.closeDialog(...e)},`Schließen`)])])):l(``,!0)])}var b=c(m,[[`render`,y],[`__scopeId`,`data-v-3a4e9538`]]);export{b as default}; +//# sourceMappingURL=ResetPasswordContent-C4rZ07Ue.js.map \ No newline at end of file diff --git a/public/assets/ResetPasswordContent-ChARgD9H.js b/public/assets/ResetPasswordContent-ChARgD9H.js new file mode 100644 index 0000000..aae903c --- /dev/null +++ b/public/assets/ResetPasswordContent-ChARgD9H.js @@ -0,0 +1,2 @@ +import{M as e,O as t,c as n,ct as r,d as i,h as a,j as o,m as s,t as c,u as l,w as u}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as d,c as f}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as p}from"./router-CRKq-u_C.js";var m={name:`ResetPasswordComponent`,data(){return{password:``,confirmPassword:``,token:``,dialogTitle:``,dialogMessage:``,dialogVisible:!1}},computed:{isFormValid(){return this.password.length>=6&&this.password===this.confirmPassword&&this.token}},mounted(){this.token=new URLSearchParams(window.location.search).get(`token`),this.token||this.showDialog(`Fehler`,`Ungültiger Reset-Link. Bitte fordern Sie einen neuen Link an.`)},methods:{async submitResetPassword(){if(this.password!==this.confirmPassword){this.showDialog(`Fehler`,`Die Passwörter stimmen nicht überein.`);return}try{let e=await p.post(`/auth/reset-password`,{token:this.token,password:this.password});this.showDialog(`Erfolg`,e.data?.message||`Passwort erfolgreich zurückgesetzt. Sie können sich jetzt anmelden.`),this.password=``,this.confirmPassword=``,setTimeout(()=>{this.$router.push(`/auth/login`)},3e3)}catch(e){let t=e?.response?.data?.message||e?.message||`Ein unbekannter Fehler ist aufgetreten`;this.showDialog(`Fehler`,t)}},showDialog(e,t){this.dialogTitle=e,this.dialogMessage=t,this.dialogVisible=!0},closeDialog(){this.dialogVisible=!1}}},h={class:`reset-password`},g=[`disabled`],_={key:0,class:`dialog`},v={class:`dialog-content`};function y(c,p,m,y,b,x){let S=t(`router-link`);return u(),i(`div`,h,[p[7]||=n(`h2`,null,`Neues Passwort setzen`,-1),n(`form`,{onSubmit:p[2]||=f((...e)=>x.submitResetPassword&&x.submitResetPassword(...e),[`prevent`])},[p[4]||=n(`label`,{for:`password`},`Neues Passwort:`,-1),e(n(`input`,{type:`password`,id:`password`,"onUpdate:modelValue":p[0]||=e=>b.password=e,required:``,minlength:`6`},null,512),[[d,b.password]]),p[5]||=n(`label`,{for:`confirmPassword`},`Passwort bestätigen:`,-1),e(n(`input`,{type:`password`,id:`confirmPassword`,"onUpdate:modelValue":p[1]||=e=>b.confirmPassword=e,required:``,minlength:`6`},null,512),[[d,b.confirmPassword]]),n(`button`,{type:`submit`,disabled:!x.isFormValid},`Passwort zurücksetzen`,8,g)],32),n(`p`,null,[a(S,{to:`/login`},{default:o(()=>[...p[6]||=[s(`Zurück zum Login`,-1)]]),_:1})]),b.dialogVisible?(u(),i(`div`,_,[n(`div`,v,[n(`h3`,null,r(b.dialogTitle),1),n(`p`,null,r(b.dialogMessage),1),n(`button`,{type:`button`,onClick:p[3]||=(...e)=>x.closeDialog&&x.closeDialog(...e)},`Schließen`)])])):l(``,!0)])}var b=c(m,[[`render`,y],[`__scopeId`,`data-v-3a4e9538`]]);export{b as default}; +//# sourceMappingURL=ResetPasswordContent-ChARgD9H.js.map \ No newline at end of file diff --git a/public/assets/ResetPasswordContent-Cw3v3Zc_.js b/public/assets/ResetPasswordContent-Cw3v3Zc_.js new file mode 100644 index 0000000..d2214be --- /dev/null +++ b/public/assets/ResetPasswordContent-Cw3v3Zc_.js @@ -0,0 +1,2 @@ +import{M as e,O as t,c as n,ct as r,d as i,h as a,j as o,m as s,t as c,u as l,w as u}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as d,c as f}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as p}from"./router-DXnXJqfT.js";var m={name:`ResetPasswordComponent`,data(){return{password:``,confirmPassword:``,token:``,dialogTitle:``,dialogMessage:``,dialogVisible:!1}},computed:{isFormValid(){return this.password.length>=6&&this.password===this.confirmPassword&&this.token}},mounted(){this.token=new URLSearchParams(window.location.search).get(`token`),this.token||this.showDialog(`Fehler`,`Ungültiger Reset-Link. Bitte fordern Sie einen neuen Link an.`)},methods:{async submitResetPassword(){if(this.password!==this.confirmPassword){this.showDialog(`Fehler`,`Die Passwörter stimmen nicht überein.`);return}try{let e=await p.post(`/auth/reset-password`,{token:this.token,password:this.password});this.showDialog(`Erfolg`,e.data?.message||`Passwort erfolgreich zurückgesetzt. Sie können sich jetzt anmelden.`),this.password=``,this.confirmPassword=``,setTimeout(()=>{this.$router.push(`/auth/login`)},3e3)}catch(e){let t=e?.response?.data?.message||e?.message||`Ein unbekannter Fehler ist aufgetreten`;this.showDialog(`Fehler`,t)}},showDialog(e,t){this.dialogTitle=e,this.dialogMessage=t,this.dialogVisible=!0},closeDialog(){this.dialogVisible=!1}}},h={class:`reset-password`},g=[`disabled`],_={key:0,class:`dialog`},v={class:`dialog-content`};function y(c,p,m,y,b,x){let S=t(`router-link`);return u(),i(`div`,h,[p[7]||=n(`h2`,null,`Neues Passwort setzen`,-1),n(`form`,{onSubmit:p[2]||=f((...e)=>x.submitResetPassword&&x.submitResetPassword(...e),[`prevent`])},[p[4]||=n(`label`,{for:`password`},`Neues Passwort:`,-1),e(n(`input`,{type:`password`,id:`password`,"onUpdate:modelValue":p[0]||=e=>b.password=e,required:``,minlength:`6`},null,512),[[d,b.password]]),p[5]||=n(`label`,{for:`confirmPassword`},`Passwort bestätigen:`,-1),e(n(`input`,{type:`password`,id:`confirmPassword`,"onUpdate:modelValue":p[1]||=e=>b.confirmPassword=e,required:``,minlength:`6`},null,512),[[d,b.confirmPassword]]),n(`button`,{type:`submit`,disabled:!x.isFormValid},`Passwort zurücksetzen`,8,g)],32),n(`p`,null,[a(S,{to:`/login`},{default:o(()=>[...p[6]||=[s(`Zurück zum Login`,-1)]]),_:1})]),b.dialogVisible?(u(),i(`div`,_,[n(`div`,v,[n(`h3`,null,r(b.dialogTitle),1),n(`p`,null,r(b.dialogMessage),1),n(`button`,{type:`button`,onClick:p[3]||=(...e)=>x.closeDialog&&x.closeDialog(...e)},`Schließen`)])])):l(``,!0)])}var b=c(m,[[`render`,y],[`__scopeId`,`data-v-3a4e9538`]]);export{b as default}; +//# sourceMappingURL=ResetPasswordContent-Cw3v3Zc_.js.map \ No newline at end of file diff --git a/public/assets/ResetPasswordContent-Cz8BCdUa.js b/public/assets/ResetPasswordContent-Cz8BCdUa.js new file mode 100644 index 0000000..060ad47 --- /dev/null +++ b/public/assets/ResetPasswordContent-Cz8BCdUa.js @@ -0,0 +1,2 @@ +import{M as e,O as t,c as n,ct as r,d as i,h as a,j as o,m as s,t as c,u as l,w as u}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as d,c as f}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as p}from"./router-BMknwoXv.js";var m={name:`ResetPasswordComponent`,data(){return{password:``,confirmPassword:``,token:``,dialogTitle:``,dialogMessage:``,dialogVisible:!1}},computed:{isFormValid(){return this.password.length>=6&&this.password===this.confirmPassword&&this.token}},mounted(){this.token=new URLSearchParams(window.location.search).get(`token`),this.token||this.showDialog(`Fehler`,`Ungültiger Reset-Link. Bitte fordern Sie einen neuen Link an.`)},methods:{async submitResetPassword(){if(this.password!==this.confirmPassword){this.showDialog(`Fehler`,`Die Passwörter stimmen nicht überein.`);return}try{let e=await p.post(`/auth/reset-password`,{token:this.token,password:this.password});this.showDialog(`Erfolg`,e.data?.message||`Passwort erfolgreich zurückgesetzt. Sie können sich jetzt anmelden.`),this.password=``,this.confirmPassword=``,setTimeout(()=>{this.$router.push(`/auth/login`)},3e3)}catch(e){let t=e?.response?.data?.message||e?.message||`Ein unbekannter Fehler ist aufgetreten`;this.showDialog(`Fehler`,t)}},showDialog(e,t){this.dialogTitle=e,this.dialogMessage=t,this.dialogVisible=!0},closeDialog(){this.dialogVisible=!1}}},h={class:`reset-password`},g=[`disabled`],_={key:0,class:`dialog`},v={class:`dialog-content`};function y(c,p,m,y,b,x){let S=t(`router-link`);return u(),i(`div`,h,[p[7]||=n(`h2`,null,`Neues Passwort setzen`,-1),n(`form`,{onSubmit:p[2]||=f((...e)=>x.submitResetPassword&&x.submitResetPassword(...e),[`prevent`])},[p[4]||=n(`label`,{for:`password`},`Neues Passwort:`,-1),e(n(`input`,{type:`password`,id:`password`,"onUpdate:modelValue":p[0]||=e=>b.password=e,required:``,minlength:`6`},null,512),[[d,b.password]]),p[5]||=n(`label`,{for:`confirmPassword`},`Passwort bestätigen:`,-1),e(n(`input`,{type:`password`,id:`confirmPassword`,"onUpdate:modelValue":p[1]||=e=>b.confirmPassword=e,required:``,minlength:`6`},null,512),[[d,b.confirmPassword]]),n(`button`,{type:`submit`,disabled:!x.isFormValid},`Passwort zurücksetzen`,8,g)],32),n(`p`,null,[a(S,{to:`/login`},{default:o(()=>[...p[6]||=[s(`Zurück zum Login`,-1)]]),_:1})]),b.dialogVisible?(u(),i(`div`,_,[n(`div`,v,[n(`h3`,null,r(b.dialogTitle),1),n(`p`,null,r(b.dialogMessage),1),n(`button`,{type:`button`,onClick:p[3]||=(...e)=>x.closeDialog&&x.closeDialog(...e)},`Schließen`)])])):l(``,!0)])}var b=c(m,[[`render`,y],[`__scopeId`,`data-v-3a4e9538`]]);export{b as default}; +//# sourceMappingURL=ResetPasswordContent-Cz8BCdUa.js.map \ No newline at end of file diff --git a/public/assets/ResetPasswordContent-DEs34Pi0.js b/public/assets/ResetPasswordContent-DEs34Pi0.js new file mode 100644 index 0000000..67e4538 --- /dev/null +++ b/public/assets/ResetPasswordContent-DEs34Pi0.js @@ -0,0 +1,2 @@ +import{M as e,O as t,c as n,ct as r,d as i,h as a,j as o,m as s,t as c,u as l,w as u}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as d,c as f}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{i as p}from"./router-9tkBnM0Q.js";var m={name:`ResetPasswordComponent`,data(){return{password:``,confirmPassword:``,token:``,dialogTitle:``,dialogMessage:``,dialogVisible:!1}},computed:{isFormValid(){return this.password.length>=6&&this.password===this.confirmPassword&&this.token}},mounted(){this.token=new URLSearchParams(window.location.search).get(`token`),this.token||this.showDialog(`Fehler`,`Ungültiger Reset-Link. Bitte fordern Sie einen neuen Link an.`)},methods:{async submitResetPassword(){if(this.password!==this.confirmPassword){this.showDialog(`Fehler`,`Die Passwörter stimmen nicht überein.`);return}try{let e=await p.post(`/auth/reset-password`,{token:this.token,password:this.password});this.showDialog(`Erfolg`,e.data?.message||`Passwort erfolgreich zurückgesetzt. Sie können sich jetzt anmelden.`),this.password=``,this.confirmPassword=``,setTimeout(()=>{this.$router.push(`/auth/login`)},3e3)}catch(e){let t=e?.response?.data?.message||e?.message||`Ein unbekannter Fehler ist aufgetreten`;this.showDialog(`Fehler`,t)}},showDialog(e,t){this.dialogTitle=e,this.dialogMessage=t,this.dialogVisible=!0},closeDialog(){this.dialogVisible=!1}}},h={class:`reset-password`},g=[`disabled`],_={key:0,class:`dialog`},v={class:`dialog-content`};function y(c,p,m,y,b,x){let S=t(`router-link`);return u(),i(`div`,h,[p[7]||=n(`h2`,null,`Neues Passwort setzen`,-1),n(`form`,{onSubmit:p[2]||=f((...e)=>x.submitResetPassword&&x.submitResetPassword(...e),[`prevent`])},[p[4]||=n(`label`,{for:`password`},`Neues Passwort:`,-1),e(n(`input`,{type:`password`,id:`password`,"onUpdate:modelValue":p[0]||=e=>b.password=e,required:``,minlength:`6`},null,512),[[d,b.password]]),p[5]||=n(`label`,{for:`confirmPassword`},`Passwort bestätigen:`,-1),e(n(`input`,{type:`password`,id:`confirmPassword`,"onUpdate:modelValue":p[1]||=e=>b.confirmPassword=e,required:``,minlength:`6`},null,512),[[d,b.confirmPassword]]),n(`button`,{type:`submit`,disabled:!x.isFormValid},`Passwort zurücksetzen`,8,g)],32),n(`p`,null,[a(S,{to:`/login`},{default:o(()=>[...p[6]||=[s(`Zurück zum Login`,-1)]]),_:1})]),b.dialogVisible?(u(),i(`div`,_,[n(`div`,v,[n(`h3`,null,r(b.dialogTitle),1),n(`p`,null,r(b.dialogMessage),1),n(`button`,{type:`button`,onClick:p[3]||=(...e)=>x.closeDialog&&x.closeDialog(...e)},`Schließen`)])])):l(``,!0)])}var b=c(m,[[`render`,y],[`__scopeId`,`data-v-3a4e9538`]]);export{b as default}; +//# sourceMappingURL=ResetPasswordContent-DEs34Pi0.js.map \ No newline at end of file diff --git a/public/assets/ResetPasswordContent-a4tvQ985.js b/public/assets/ResetPasswordContent-a4tvQ985.js new file mode 100644 index 0000000..a6a226c --- /dev/null +++ b/public/assets/ResetPasswordContent-a4tvQ985.js @@ -0,0 +1,2 @@ +import{M as e,O as t,c as n,ct as r,d as i,h as a,j as o,m as s,t as c,u as l,w as u}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as d,c as f}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{i as p}from"./router-Cubu3_vL.js";var m={name:`ResetPasswordComponent`,data(){return{password:``,confirmPassword:``,token:``,dialogTitle:``,dialogMessage:``,dialogVisible:!1}},computed:{isFormValid(){return this.password.length>=6&&this.password===this.confirmPassword&&this.token}},mounted(){this.token=new URLSearchParams(window.location.search).get(`token`),this.token||this.showDialog(`Fehler`,`Ungültiger Reset-Link. Bitte fordern Sie einen neuen Link an.`)},methods:{async submitResetPassword(){if(this.password!==this.confirmPassword){this.showDialog(`Fehler`,`Die Passwörter stimmen nicht überein.`);return}try{let e=await p.post(`/auth/reset-password`,{token:this.token,password:this.password});this.showDialog(`Erfolg`,e.data?.message||`Passwort erfolgreich zurückgesetzt. Sie können sich jetzt anmelden.`),this.password=``,this.confirmPassword=``,setTimeout(()=>{this.$router.push(`/auth/login`)},3e3)}catch(e){let t=e?.response?.data?.message||e?.message||`Ein unbekannter Fehler ist aufgetreten`;this.showDialog(`Fehler`,t)}},showDialog(e,t){this.dialogTitle=e,this.dialogMessage=t,this.dialogVisible=!0},closeDialog(){this.dialogVisible=!1}}},h={class:`reset-password`},g=[`disabled`],_={key:0,class:`dialog`},v={class:`dialog-content`};function y(c,p,m,y,b,x){let S=t(`router-link`);return u(),i(`div`,h,[p[7]||=n(`h2`,null,`Neues Passwort setzen`,-1),n(`form`,{onSubmit:p[2]||=f((...e)=>x.submitResetPassword&&x.submitResetPassword(...e),[`prevent`])},[p[4]||=n(`label`,{for:`password`},`Neues Passwort:`,-1),e(n(`input`,{type:`password`,id:`password`,"onUpdate:modelValue":p[0]||=e=>b.password=e,required:``,minlength:`6`},null,512),[[d,b.password]]),p[5]||=n(`label`,{for:`confirmPassword`},`Passwort bestätigen:`,-1),e(n(`input`,{type:`password`,id:`confirmPassword`,"onUpdate:modelValue":p[1]||=e=>b.confirmPassword=e,required:``,minlength:`6`},null,512),[[d,b.confirmPassword]]),n(`button`,{type:`submit`,disabled:!x.isFormValid},`Passwort zurücksetzen`,8,g)],32),n(`p`,null,[a(S,{to:`/login`},{default:o(()=>[...p[6]||=[s(`Zurück zum Login`,-1)]]),_:1})]),b.dialogVisible?(u(),i(`div`,_,[n(`div`,v,[n(`h3`,null,r(b.dialogTitle),1),n(`p`,null,r(b.dialogMessage),1),n(`button`,{type:`button`,onClick:p[3]||=(...e)=>x.closeDialog&&x.closeDialog(...e)},`Schließen`)])])):l(``,!0)])}var b=c(m,[[`render`,y],[`__scopeId`,`data-v-3a4e9538`]]);export{b as default}; +//# sourceMappingURL=ResetPasswordContent-a4tvQ985.js.map \ No newline at end of file diff --git a/public/assets/ServiceUnavailableComponent-D7g29eOz.js b/public/assets/ServiceUnavailableComponent-D7g29eOz.js new file mode 100644 index 0000000..55a67d3 --- /dev/null +++ b/public/assets/ServiceUnavailableComponent-D7g29eOz.js @@ -0,0 +1,2 @@ +import{c as e,ct as t,d as n,t as r,w as i}from"./_plugin-vue_export-helper-Conii5fq.js";import{r as a}from"./vuex.esm-bundler-CDO_-3pz.js";var o={name:`ServiceUnavailableComponent`,computed:{...a([`menuLoadError`]),message(){return this.menuLoadError||`Die Website ist vorübergehend nicht vollständig erreichbar.`}}},s={class:`service-unavailable`};function c(r,a,o,c,l,u){return i(),n(`div`,s,[a[0]||=e(`h1`,null,`Vorübergehend nicht erreichbar`,-1),e(`p`,null,t(u.message),1),a[1]||=e(`p`,{class:`hint`},` Es liegt vermutlich ein technisches Problem vor (z.\xA0B. die Datenbank). Bitte laden Sie die Seite in einigen Minuten erneut. `,-1)])}var l=r(o,[[`render`,c],[`__scopeId`,`data-v-73264a8d`]]);export{l as default}; +//# sourceMappingURL=ServiceUnavailableComponent-D7g29eOz.js.map \ No newline at end of file diff --git a/public/assets/ServiceUnavailableComponent-DxkW7FHw.js b/public/assets/ServiceUnavailableComponent-DxkW7FHw.js new file mode 100644 index 0000000..11268cb --- /dev/null +++ b/public/assets/ServiceUnavailableComponent-DxkW7FHw.js @@ -0,0 +1,2 @@ +import{c as e,ct as t,d as n,t as r,w as i}from"./_plugin-vue_export-helper-Conii5fq.js";import{r as a}from"./vuex.esm-bundler-CDO_-3pz.js";var o={name:`ServiceUnavailableComponent`,computed:{...a([`menuLoadError`]),message(){return this.menuLoadError||`Die Website ist vorübergehend nicht vollständig erreichbar.`}}},s={class:`service-unavailable`};function c(r,a,o,c,l,u){return i(),n(`div`,s,[a[0]||=e(`h1`,null,`Vorübergehend nicht erreichbar`,-1),e(`p`,null,t(u.message),1),a[1]||=e(`p`,{class:`hint`},` Es liegt vermutlich ein technisches Problem vor (z.\xA0B. die Datenbank). Bitte laden Sie die Seite in einigen Minuten erneut. `,-1)])}var l=r(o,[[`render`,c],[`__scopeId`,`data-v-73264a8d`]]);export{l as default}; +//# sourceMappingURL=ServiceUnavailableComponent-DxkW7FHw.js.map \ No newline at end of file diff --git a/public/assets/TermsComponent-D5IisTL9.js b/public/assets/TermsComponent-D5IisTL9.js new file mode 100644 index 0000000..b261a69 --- /dev/null +++ b/public/assets/TermsComponent-D5IisTL9.js @@ -0,0 +1,2 @@ +import{O as e,c as t,d as n,h as r,j as i,m as a,p as o,t as s,w as c}from"./_plugin-vue_export-helper-Conii5fq.js";var l={name:`ImpressumComponent`},u={class:`impressum`};function d(s,l,d,f,p,m){let h=e(`router-link`);return c(),n(`div`,u,[l[15]||=o(`

Evangelische Miriamgemeinde Frankfurt

Gemeindebüro Bonames

Kirchhofsweg 5
60437 Frankfurt
Tel.: 50 14 17, Fax: 50 93 0148
Gemeindesekretärin: Angela Kehl
Bürozeiten:
Di. 9.00 - 12.00 Uhr
Email: Ev.Kirche-Bonames@t-online.de

Gemeindebüro Kalbach

An der Grünhohl 9
60437 Frankfurt
Tel.: 50 25 78, Fax: 50 49 39
Gemeindesekretärin: Angela Kehl
Bürozeiten:
Mo. 9.00 - 12.00 Uhr
Email: ev-kirchengemeinde-kalbach@t-online.de

Inhaltlich Verantwortlicher gemäß § 6 DDG:

Torsten Schulz

`,4),t(`section`,null,[l[3]||=t(`h3`,null,`Haftungsausschluss`,-1),l[4]||=t(`h4`,null,`1. Inhalt des Onlineangebotes`,-1),l[5]||=t(`p`,null,` Der Autor übernimmt keinerlei Gewähr für die Aktualität, Korrektheit, Vollständigkeit oder Qualität der bereitgestellten Informationen. Haftungsansprüche gegen den Autor, welche sich auf Schäden materieller oder ideeller Art beziehen, die durch die Nutzung oder Nichtnutzung der dargebotenen Informationen bzw. durch die Nutzung fehlerhafter und unvollständiger Informationen verursacht wurden, sind grundsätzlich ausgeschlossen, sofern seitens des Autors kein nachweislich vorsätzliches oder grob fahrlässiges Verschulden vorliegt. Alle Angebote sind freibleibend und unverbindlich. Der Autor behält es sich ausdrücklich vor, Teile der Seiten oder das gesamte Angebot ohne gesonderte Ankündigung zu verändern, zu ergänzen, zu löschen oder die Veröffentlichung zeitweise oder endgültig einzustellen. `,-1),l[6]||=t(`h4`,null,`2. Verweise und Links`,-1),l[7]||=t(`p`,null,` Bei direkten oder indirekten Verweisen auf fremde Webseiten ("Hyperlinks"), die außerhalb des Verantwortungsbereiches des Autors liegen, würde eine Haftungsverpflichtung ausschließlich in dem Fall in Kraft treten, in dem der Autor von den Inhalten Kenntnis hat und es ihm technisch möglich und zumutbar wäre, die Nutzung im Falle rechtswidriger Inhalte zu verhindern. Der Autor erklärt hiermit ausdrücklich, dass zum Zeitpunkt der Linksetzung keine illegalen Inhalte auf den zu verlinkenden Seiten erkennbar waren. Auf die aktuelle und zukünftige Gestaltung, die Inhalte oder die Urheberschaft der verlinkten/verknüpften Seiten hat der Autor keinerlei Einfluss. Deshalb distanziert er sich hiermit ausdrücklich von allen Inhalten aller verlinkten/verknüpften Seiten, die nach der Linksetzung verändert wurden. Diese Feststellung gilt für alle innerhalb des eigenen Internetangebotes gesetzten Links und Verweise sowie für Fremdeinträge in vom Autor eingerichteten Gästebüchern, Diskussionsforen, Linkverzeichnissen, Mailinglisten und in allen anderen Formen von Datenbanken, auf deren Inhalt externe Schreibzugriffe möglich sind. Für illegale, fehlerhafte oder unvollständige Inhalte und insbesondere für Schäden, die aus der Nutzung oder Nichtnutzung solcherart dargebotener Informationen entstehen, haftet allein der Anbieter der Seite, auf welche verwiesen wurde, nicht derjenige, der über Links auf die jeweilige Veröffentlichung lediglich verweist. `,-1),l[8]||=t(`h4`,null,`3. Urheber- und Kennzeichenrecht`,-1),l[9]||=t(`p`,null,` Der Autor ist bestrebt, in allen Publikationen die Urheberrechte der verwendeten Grafiken, Tondokumente, Videosequenzen und Texte zu beachten, von ihm selbst erstellte Grafiken, Tondokumente, Videosequenzen und Texte zu nutzen oder auf lizenzfreie Grafiken, Tondokumente, Videosequenzen und Texte zurückzugreifen. Alle innerhalb des Internetangebotes genannten und ggf. durch Dritte geschützten Marken- und Warenzeichen unterliegen uneingeschränkt den Bestimmungen des jeweils gültigen Kennzeichenrechts und den Besitzrechten der jeweiligen eingetragenen Eigentümer. Allein aufgrund der bloßen Nennung ist nicht der Schluss zu ziehen, dass Markenzeichen nicht durch Rechte Dritter geschützt sind! Das Copyright für veröffentlichte, vom Autor selbst erstellte Objekte bleibt allein beim Autor der Seiten. Eine Vervielfältigung oder Verwendung solcher Grafiken, Tondokumente, Videosequenzen und Texte in anderen elektronischen oder gedruckten Publikationen ist ohne ausdrückliche Zustimmung des Autors nicht gestattet. `,-1),l[10]||=t(`h4`,null,`4. Datenschutz`,-1),t(`p`,null,[l[1]||=a(` Sofern innerhalb des Internetangebotes die Möglichkeit zur Eingabe persönlicher oder geschäftlicher Daten (Emailadressen, Namen, Anschriften) besteht, so erfolgt die Preisgabe dieser Daten seitens des Nutzers auf ausdrücklich freiwilliger Basis. Die Inanspruchnahme und Bezahlung aller angebotenen Dienste ist - soweit technisch möglich und zumutbar - auch ohne Angabe solcher Daten bzw. unter Angabe anonymisierter Daten oder eines Pseudonyms gestattet. Die Nutzung der im Rahmen des Impressums oder vergleichbarer Angaben veröffentlichten Kontaktdaten wie Postanschriften, Telefon- und Faxnummern sowie Emailadressen durch Dritte zur Übersendung von nicht ausdrücklich angeforderten Informationen ist nicht gestattet. Rechtliche Schritte gegen die Versender von sogenannten Spam-Mails bei Verstößen gegen dieses Verbot sind ausdrücklich vorbehalten. Bitte beachten Sie unsere `,-1),r(h,{to:`/privacy-policy`},{default:i(()=>[...l[0]||=[a(`Datenschutzerklärung`,-1)]]),_:1}),l[2]||=a(`. `,-1)]),l[11]||=t(`h4`,null,`5. Rechtswirksamkeit dieses Haftungsausschlusses`,-1),l[12]||=t(`p`,null,` Dieser Haftungsausschluss ist als Teil des Internetangebotes zu betrachten, von dem aus auf diese Seite verwiesen wurde. Sofern Teile oder einzelne Formulierungen dieses Textes der geltenden Rechtslage nicht, nicht mehr oder nicht vollständig entsprechen sollten, bleiben die übrigen Teile des Dokumentes in ihrem Inhalt und ihrer Gültigkeit davon unberührt. `,-1),l[13]||=t(`h4`,null,`6. Schlussbestimmungen`,-1),l[14]||=t(`p`,null,` Es gilt das Recht der Bundesrepublik Deutschland. Ausschließlicher Gerichtsstand für Rechtsstreitigkeiten aus dem Nutzungsverhältnis ist Frankfurt. Änderungen der Nutzungsbedingungen bedürfen der Schriftform (kein E-Mail). Dies gilt auch für die Aufhebung oder Änderung dieser Schriftklausel. `,-1)])])}var f=s(l,[[`render`,d],[`__scopeId`,`data-v-5935f2f2`]]);export{f as default}; +//# sourceMappingURL=TermsComponent-D5IisTL9.js.map \ No newline at end of file diff --git a/public/assets/TermsComponent-D6PyUZCS.js b/public/assets/TermsComponent-D6PyUZCS.js new file mode 100644 index 0000000..cfd30b1 --- /dev/null +++ b/public/assets/TermsComponent-D6PyUZCS.js @@ -0,0 +1,2 @@ +import{O as e,c as t,d as n,h as r,j as i,m as a,p as o,t as s,w as c}from"./_plugin-vue_export-helper-Conii5fq.js";var l={name:`ImpressumComponent`},u={class:`impressum`};function d(s,l,d,f,p,m){let h=e(`router-link`);return c(),n(`div`,u,[l[15]||=o(`

Evangelische Miriamgemeinde Frankfurt

Gemeindebüro Bonames

Kirchhofsweg 5
60437 Frankfurt
Tel.: 50 14 17, Fax: 50 93 0148
Gemeindesekretärin: Angela Kehl
Bürozeiten:
Di. 9.00 - 12.00 Uhr
Email: Ev.Kirche-Bonames@t-online.de

Gemeindebüro Kalbach

An der Grünhohl 9
60437 Frankfurt
Tel.: 50 25 78, Fax: 50 49 39
Gemeindesekretärin: Angela Kehl
Bürozeiten:
Mo. 9.00 - 12.00 Uhr
Email: ev-kirchengemeinde-kalbach@t-online.de

Inhaltlich Verantwortlicher gemäß § 6 DDG:

Torsten Schulz

`,4),t(`section`,null,[l[3]||=t(`h3`,null,`Haftungsausschluss`,-1),l[4]||=t(`h4`,null,`1. Inhalt des Onlineangebotes`,-1),l[5]||=t(`p`,null,` Der Autor übernimmt keinerlei Gewähr für die Aktualität, Korrektheit, Vollständigkeit oder Qualität der bereitgestellten Informationen. Haftungsansprüche gegen den Autor, welche sich auf Schäden materieller oder ideeller Art beziehen, die durch die Nutzung oder Nichtnutzung der dargebotenen Informationen bzw. durch die Nutzung fehlerhafter und unvollständiger Informationen verursacht wurden, sind grundsätzlich ausgeschlossen, sofern seitens des Autors kein nachweislich vorsätzliches oder grob fahrlässiges Verschulden vorliegt. Alle Angebote sind freibleibend und unverbindlich. Der Autor behält es sich ausdrücklich vor, Teile der Seiten oder das gesamte Angebot ohne gesonderte Ankündigung zu verändern, zu ergänzen, zu löschen oder die Veröffentlichung zeitweise oder endgültig einzustellen. `,-1),l[6]||=t(`h4`,null,`2. Verweise und Links`,-1),l[7]||=t(`p`,null,` Bei direkten oder indirekten Verweisen auf fremde Webseiten ("Hyperlinks"), die außerhalb des Verantwortungsbereiches des Autors liegen, würde eine Haftungsverpflichtung ausschließlich in dem Fall in Kraft treten, in dem der Autor von den Inhalten Kenntnis hat und es ihm technisch möglich und zumutbar wäre, die Nutzung im Falle rechtswidriger Inhalte zu verhindern. Der Autor erklärt hiermit ausdrücklich, dass zum Zeitpunkt der Linksetzung keine illegalen Inhalte auf den zu verlinkenden Seiten erkennbar waren. Auf die aktuelle und zukünftige Gestaltung, die Inhalte oder die Urheberschaft der verlinkten/verknüpften Seiten hat der Autor keinerlei Einfluss. Deshalb distanziert er sich hiermit ausdrücklich von allen Inhalten aller verlinkten/verknüpften Seiten, die nach der Linksetzung verändert wurden. Diese Feststellung gilt für alle innerhalb des eigenen Internetangebotes gesetzten Links und Verweise sowie für Fremdeinträge in vom Autor eingerichteten Gästebüchern, Diskussionsforen, Linkverzeichnissen, Mailinglisten und in allen anderen Formen von Datenbanken, auf deren Inhalt externe Schreibzugriffe möglich sind. Für illegale, fehlerhafte oder unvollständige Inhalte und insbesondere für Schäden, die aus der Nutzung oder Nichtnutzung solcherart dargebotener Informationen entstehen, haftet allein der Anbieter der Seite, auf welche verwiesen wurde, nicht derjenige, der über Links auf die jeweilige Veröffentlichung lediglich verweist. `,-1),l[8]||=t(`h4`,null,`3. Urheber- und Kennzeichenrecht`,-1),l[9]||=t(`p`,null,` Der Autor ist bestrebt, in allen Publikationen die Urheberrechte der verwendeten Grafiken, Tondokumente, Videosequenzen und Texte zu beachten, von ihm selbst erstellte Grafiken, Tondokumente, Videosequenzen und Texte zu nutzen oder auf lizenzfreie Grafiken, Tondokumente, Videosequenzen und Texte zurückzugreifen. Alle innerhalb des Internetangebotes genannten und ggf. durch Dritte geschützten Marken- und Warenzeichen unterliegen uneingeschränkt den Bestimmungen des jeweils gültigen Kennzeichenrechts und den Besitzrechten der jeweiligen eingetragenen Eigentümer. Allein aufgrund der bloßen Nennung ist nicht der Schluss zu ziehen, dass Markenzeichen nicht durch Rechte Dritter geschützt sind! Das Copyright für veröffentlichte, vom Autor selbst erstellte Objekte bleibt allein beim Autor der Seiten. Eine Vervielfältigung oder Verwendung solcher Grafiken, Tondokumente, Videosequenzen und Texte in anderen elektronischen oder gedruckten Publikationen ist ohne ausdrückliche Zustimmung des Autors nicht gestattet. `,-1),l[10]||=t(`h4`,null,`4. Datenschutz`,-1),t(`p`,null,[l[1]||=a(` Sofern innerhalb des Internetangebotes die Möglichkeit zur Eingabe persönlicher oder geschäftlicher Daten (Emailadressen, Namen, Anschriften) besteht, so erfolgt die Preisgabe dieser Daten seitens des Nutzers auf ausdrücklich freiwilliger Basis. Die Inanspruchnahme und Bezahlung aller angebotenen Dienste ist - soweit technisch möglich und zumutbar - auch ohne Angabe solcher Daten bzw. unter Angabe anonymisierter Daten oder eines Pseudonyms gestattet. Die Nutzung der im Rahmen des Impressums oder vergleichbarer Angaben veröffentlichten Kontaktdaten wie Postanschriften, Telefon- und Faxnummern sowie Emailadressen durch Dritte zur Übersendung von nicht ausdrücklich angeforderten Informationen ist nicht gestattet. Rechtliche Schritte gegen die Versender von sogenannten Spam-Mails bei Verstößen gegen dieses Verbot sind ausdrücklich vorbehalten. Bitte beachten Sie unsere `,-1),r(h,{to:`/privacy-policy`},{default:i(()=>[...l[0]||=[a(`Datenschutzerklärung`,-1)]]),_:1}),l[2]||=a(`. `,-1)]),l[11]||=t(`h4`,null,`5. Rechtswirksamkeit dieses Haftungsausschlusses`,-1),l[12]||=t(`p`,null,` Dieser Haftungsausschluss ist als Teil des Internetangebotes zu betrachten, von dem aus auf diese Seite verwiesen wurde. Sofern Teile oder einzelne Formulierungen dieses Textes der geltenden Rechtslage nicht, nicht mehr oder nicht vollständig entsprechen sollten, bleiben die übrigen Teile des Dokumentes in ihrem Inhalt und ihrer Gültigkeit davon unberührt. `,-1),l[13]||=t(`h4`,null,`6. Schlussbestimmungen`,-1),l[14]||=t(`p`,null,` Es gilt das Recht der Bundesrepublik Deutschland. Ausschließlicher Gerichtsstand für Rechtsstreitigkeiten aus dem Nutzungsverhältnis ist Frankfurt. Änderungen der Nutzungsbedingungen bedürfen der Schriftform (kein E-Mail). Dies gilt auch für die Aufhebung oder Änderung dieser Schriftklausel. `,-1)])])}var f=s(l,[[`render`,d],[`__scopeId`,`data-v-5935f2f2`]]);export{f as default}; +//# sourceMappingURL=TermsComponent-D6PyUZCS.js.map \ No newline at end of file diff --git a/public/assets/UploadFileManagement-BgjN_9sF.js b/public/assets/UploadFileManagement-BgjN_9sF.js new file mode 100644 index 0000000..4c68d01 --- /dev/null +++ b/public/assets/UploadFileManagement-BgjN_9sF.js @@ -0,0 +1,2 @@ +import{C as e,E as t,L as n,M as r,c as i,ct as a,d as o,i as s,t as c,w as l}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as u}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as d}from"./router--Un6xX_2.js";var f={name:`UploadFilesComponent`,setup(){let t=n(null),r=n(``),i=n([]);return e(async()=>{try{i.value=(await d.get(`/files`)).data}catch(e){console.error(`Fehler beim Abrufen der Dateien:`,e)}}),{fileToUpload:t,fileTitle:r,uploadedFiles:i,handleFileUpload:e=>{t.value=e.target.files[0]},uploadFiles:async()=>{if(!t.value||!r.value){alert(`Bitte wählen Sie eine Datei aus und geben Sie einen Titel ein.`);return}let e=new FormData;e.append(`file`,t.value),e.append(`title`,r.value);try{let n=(await d.post(`/files`,e,{headers:{"Content-Type":`multipart/form-data`}})).data;i.value.push({id:n.id,title:n.title,originalName:n.originalName,createdAt:n.createdAt,hash:n.hash}),t.value=null,r.value=``}catch(e){console.error(`Fehler beim Hochladen der Datei:`,e)}},downloadFile:async e=>{let t=e.originalName.substring(e.originalName.lastIndexOf(`.`)),n=await d.get(`/files/download/${e.hash}`,{responseType:`blob`}),r=new Blob([n.data],{type:n.data.type}),i=document.createElement(`a`);i.href=window.URL.createObjectURL(r),i.download=`${e.title}${t}`,i.click(),window.URL.revokeObjectURL(i.href)},formatDate:e=>new Date(e).toLocaleDateString(void 0,{year:`numeric`,month:`long`,day:`numeric`})}}},p={class:`upload-files`},m={class:`file-list`},h={class:`file-info`},g=[`onClick`],_=[`onClick`],v={class:`file-date`};function y(e,n,c,d,f,y){return l(),o(`div`,p,[n[5]||=i(`h2`,null,`Dateien hochladen`,-1),i(`div`,null,[n[3]||=i(`label`,{for:`file-upload`},`Datei auswählen:`,-1),i(`input`,{id:`file-upload`,type:`file`,onChange:n[0]||=(...e)=>d.handleFileUpload&&d.handleFileUpload(...e)},null,32)]),i(`div`,null,[n[4]||=i(`label`,{for:`file-title`},`Titel eingeben:`,-1),r(i(`input`,{id:`file-title`,type:`text`,"onUpdate:modelValue":n[1]||=e=>d.fileTitle=e},null,512),[[u,d.fileTitle]])]),i(`button`,{onClick:n[2]||=(...e)=>d.uploadFiles&&d.uploadFiles(...e)},`Hochladen`),i(`ul`,m,[(l(!0),o(s,null,t(d.uploadedFiles,e=>(l(),o(`li`,{key:e.id},[i(`div`,h,[i(`span`,{class:`file-title`,onClick:t=>d.downloadFile(e)},a(e.title),9,g),i(`span`,{class:`file-name`,onClick:t=>d.downloadFile(e)},a(e.originalName),9,_),i(`span`,v,a(d.formatDate(e.createdAt)),1)])]))),128))])])}var b=c(f,[[`render`,y],[`__scopeId`,`data-v-8ac38dc3`]]);export{b as default}; +//# sourceMappingURL=UploadFileManagement-BgjN_9sF.js.map \ No newline at end of file diff --git a/public/assets/UploadFileManagement-BxKu8Xcq.js b/public/assets/UploadFileManagement-BxKu8Xcq.js new file mode 100644 index 0000000..0f40559 --- /dev/null +++ b/public/assets/UploadFileManagement-BxKu8Xcq.js @@ -0,0 +1,2 @@ +import{C as e,E as t,L as n,M as r,c as i,ct as a,d as o,i as s,t as c,w as l}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as u}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as d}from"./router-CRKq-u_C.js";var f={name:`UploadFilesComponent`,setup(){let t=n(null),r=n(``),i=n([]);return e(async()=>{try{i.value=(await d.get(`/files`)).data}catch(e){console.error(`Fehler beim Abrufen der Dateien:`,e)}}),{fileToUpload:t,fileTitle:r,uploadedFiles:i,handleFileUpload:e=>{t.value=e.target.files[0]},uploadFiles:async()=>{if(!t.value||!r.value){alert(`Bitte wählen Sie eine Datei aus und geben Sie einen Titel ein.`);return}let e=new FormData;e.append(`file`,t.value),e.append(`title`,r.value);try{let n=(await d.post(`/files`,e,{headers:{"Content-Type":`multipart/form-data`}})).data;i.value.push({id:n.id,title:n.title,originalName:n.originalName,createdAt:n.createdAt,hash:n.hash}),t.value=null,r.value=``}catch(e){console.error(`Fehler beim Hochladen der Datei:`,e)}},downloadFile:async e=>{let t=e.originalName.substring(e.originalName.lastIndexOf(`.`)),n=await d.get(`/files/download/${e.hash}`,{responseType:`blob`}),r=new Blob([n.data],{type:n.data.type}),i=document.createElement(`a`);i.href=window.URL.createObjectURL(r),i.download=`${e.title}${t}`,i.click(),window.URL.revokeObjectURL(i.href)},formatDate:e=>new Date(e).toLocaleDateString(void 0,{year:`numeric`,month:`long`,day:`numeric`})}}},p={class:`upload-files`},m={class:`file-list`},h={class:`file-info`},g=[`onClick`],_=[`onClick`],v={class:`file-date`};function y(e,n,c,d,f,y){return l(),o(`div`,p,[n[5]||=i(`h2`,null,`Dateien hochladen`,-1),i(`div`,null,[n[3]||=i(`label`,{for:`file-upload`},`Datei auswählen:`,-1),i(`input`,{id:`file-upload`,type:`file`,onChange:n[0]||=(...e)=>d.handleFileUpload&&d.handleFileUpload(...e)},null,32)]),i(`div`,null,[n[4]||=i(`label`,{for:`file-title`},`Titel eingeben:`,-1),r(i(`input`,{id:`file-title`,type:`text`,"onUpdate:modelValue":n[1]||=e=>d.fileTitle=e},null,512),[[u,d.fileTitle]])]),i(`button`,{onClick:n[2]||=(...e)=>d.uploadFiles&&d.uploadFiles(...e)},`Hochladen`),i(`ul`,m,[(l(!0),o(s,null,t(d.uploadedFiles,e=>(l(),o(`li`,{key:e.id},[i(`div`,h,[i(`span`,{class:`file-title`,onClick:t=>d.downloadFile(e)},a(e.title),9,g),i(`span`,{class:`file-name`,onClick:t=>d.downloadFile(e)},a(e.originalName),9,_),i(`span`,v,a(d.formatDate(e.createdAt)),1)])]))),128))])])}var b=c(f,[[`render`,y],[`__scopeId`,`data-v-8ac38dc3`]]);export{b as default}; +//# sourceMappingURL=UploadFileManagement-BxKu8Xcq.js.map \ No newline at end of file diff --git a/public/assets/UploadFileManagement-C4YHJQmh.js b/public/assets/UploadFileManagement-C4YHJQmh.js new file mode 100644 index 0000000..63fa36d --- /dev/null +++ b/public/assets/UploadFileManagement-C4YHJQmh.js @@ -0,0 +1,2 @@ +import{C as e,E as t,L as n,M as r,c as i,ct as a,d as o,i as s,t as c,w as l}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as u}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{i as d}from"./router-CbChscq0.js";var f={name:`UploadFilesComponent`,setup(){let t=n(null),r=n(``),i=n([]);return e(async()=>{try{i.value=(await d.get(`/files`)).data}catch(e){console.error(`Fehler beim Abrufen der Dateien:`,e)}}),{fileToUpload:t,fileTitle:r,uploadedFiles:i,handleFileUpload:e=>{t.value=e.target.files[0]},uploadFiles:async()=>{if(!t.value||!r.value){alert(`Bitte wählen Sie eine Datei aus und geben Sie einen Titel ein.`);return}let e=new FormData;e.append(`file`,t.value),e.append(`title`,r.value);try{let n=(await d.post(`/files`,e,{headers:{"Content-Type":`multipart/form-data`}})).data;i.value.push({id:n.id,title:n.title,originalName:n.originalName,createdAt:n.createdAt,hash:n.hash}),t.value=null,r.value=``}catch(e){console.error(`Fehler beim Hochladen der Datei:`,e)}},downloadFile:async e=>{let t=e.originalName.substring(e.originalName.lastIndexOf(`.`)),n=await d.get(`/files/download/${e.hash}`,{responseType:`blob`}),r=new Blob([n.data],{type:n.data.type}),i=document.createElement(`a`);i.href=window.URL.createObjectURL(r),i.download=`${e.title}${t}`,i.click(),window.URL.revokeObjectURL(i.href)},formatDate:e=>new Date(e).toLocaleDateString(void 0,{year:`numeric`,month:`long`,day:`numeric`})}}},p={class:`upload-files`},m={class:`file-list`},h={class:`file-info`},g=[`onClick`],_=[`onClick`],v={class:`file-date`};function y(e,n,c,d,f,y){return l(),o(`div`,p,[n[5]||=i(`h2`,null,`Dateien hochladen`,-1),i(`div`,null,[n[3]||=i(`label`,{for:`file-upload`},`Datei auswählen:`,-1),i(`input`,{id:`file-upload`,type:`file`,onChange:n[0]||=(...e)=>d.handleFileUpload&&d.handleFileUpload(...e)},null,32)]),i(`div`,null,[n[4]||=i(`label`,{for:`file-title`},`Titel eingeben:`,-1),r(i(`input`,{id:`file-title`,type:`text`,"onUpdate:modelValue":n[1]||=e=>d.fileTitle=e},null,512),[[u,d.fileTitle]])]),i(`button`,{onClick:n[2]||=(...e)=>d.uploadFiles&&d.uploadFiles(...e)},`Hochladen`),i(`ul`,m,[(l(!0),o(s,null,t(d.uploadedFiles,e=>(l(),o(`li`,{key:e.id},[i(`div`,h,[i(`span`,{class:`file-title`,onClick:t=>d.downloadFile(e)},a(e.title),9,g),i(`span`,{class:`file-name`,onClick:t=>d.downloadFile(e)},a(e.originalName),9,_),i(`span`,v,a(d.formatDate(e.createdAt)),1)])]))),128))])])}var b=c(f,[[`render`,y],[`__scopeId`,`data-v-8ac38dc3`]]);export{b as default}; +//# sourceMappingURL=UploadFileManagement-C4YHJQmh.js.map \ No newline at end of file diff --git a/public/assets/UploadFileManagement-CQLSg8yj.js b/public/assets/UploadFileManagement-CQLSg8yj.js new file mode 100644 index 0000000..5d1a62e --- /dev/null +++ b/public/assets/UploadFileManagement-CQLSg8yj.js @@ -0,0 +1,2 @@ +import{C as e,E as t,L as n,M as r,c as i,ct as a,d as o,i as s,t as c,w as l}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as u}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as d}from"./router-DXnXJqfT.js";var f={name:`UploadFilesComponent`,setup(){let t=n(null),r=n(``),i=n([]);return e(async()=>{try{i.value=(await d.get(`/files`)).data}catch(e){console.error(`Fehler beim Abrufen der Dateien:`,e)}}),{fileToUpload:t,fileTitle:r,uploadedFiles:i,handleFileUpload:e=>{t.value=e.target.files[0]},uploadFiles:async()=>{if(!t.value||!r.value){alert(`Bitte wählen Sie eine Datei aus und geben Sie einen Titel ein.`);return}let e=new FormData;e.append(`file`,t.value),e.append(`title`,r.value);try{let n=(await d.post(`/files`,e,{headers:{"Content-Type":`multipart/form-data`}})).data;i.value.push({id:n.id,title:n.title,originalName:n.originalName,createdAt:n.createdAt,hash:n.hash}),t.value=null,r.value=``}catch(e){console.error(`Fehler beim Hochladen der Datei:`,e)}},downloadFile:async e=>{let t=e.originalName.substring(e.originalName.lastIndexOf(`.`)),n=await d.get(`/files/download/${e.hash}`,{responseType:`blob`}),r=new Blob([n.data],{type:n.data.type}),i=document.createElement(`a`);i.href=window.URL.createObjectURL(r),i.download=`${e.title}${t}`,i.click(),window.URL.revokeObjectURL(i.href)},formatDate:e=>new Date(e).toLocaleDateString(void 0,{year:`numeric`,month:`long`,day:`numeric`})}}},p={class:`upload-files`},m={class:`file-list`},h={class:`file-info`},g=[`onClick`],_=[`onClick`],v={class:`file-date`};function y(e,n,c,d,f,y){return l(),o(`div`,p,[n[5]||=i(`h2`,null,`Dateien hochladen`,-1),i(`div`,null,[n[3]||=i(`label`,{for:`file-upload`},`Datei auswählen:`,-1),i(`input`,{id:`file-upload`,type:`file`,onChange:n[0]||=(...e)=>d.handleFileUpload&&d.handleFileUpload(...e)},null,32)]),i(`div`,null,[n[4]||=i(`label`,{for:`file-title`},`Titel eingeben:`,-1),r(i(`input`,{id:`file-title`,type:`text`,"onUpdate:modelValue":n[1]||=e=>d.fileTitle=e},null,512),[[u,d.fileTitle]])]),i(`button`,{onClick:n[2]||=(...e)=>d.uploadFiles&&d.uploadFiles(...e)},`Hochladen`),i(`ul`,m,[(l(!0),o(s,null,t(d.uploadedFiles,e=>(l(),o(`li`,{key:e.id},[i(`div`,h,[i(`span`,{class:`file-title`,onClick:t=>d.downloadFile(e)},a(e.title),9,g),i(`span`,{class:`file-name`,onClick:t=>d.downloadFile(e)},a(e.originalName),9,_),i(`span`,v,a(d.formatDate(e.createdAt)),1)])]))),128))])])}var b=c(f,[[`render`,y],[`__scopeId`,`data-v-8ac38dc3`]]);export{b as default}; +//# sourceMappingURL=UploadFileManagement-CQLSg8yj.js.map \ No newline at end of file diff --git a/public/assets/UploadFileManagement-DFj_gnbn.js b/public/assets/UploadFileManagement-DFj_gnbn.js new file mode 100644 index 0000000..c2016f0 --- /dev/null +++ b/public/assets/UploadFileManagement-DFj_gnbn.js @@ -0,0 +1,2 @@ +import{C as e,E as t,L as n,M as r,c as i,ct as a,d as o,i as s,t as c,w as l}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as u}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{i as d}from"./router-Cubu3_vL.js";var f={name:`UploadFilesComponent`,setup(){let t=n(null),r=n(``),i=n([]);return e(async()=>{try{i.value=(await d.get(`/files`)).data}catch(e){console.error(`Fehler beim Abrufen der Dateien:`,e)}}),{fileToUpload:t,fileTitle:r,uploadedFiles:i,handleFileUpload:e=>{t.value=e.target.files[0]},uploadFiles:async()=>{if(!t.value||!r.value){alert(`Bitte wählen Sie eine Datei aus und geben Sie einen Titel ein.`);return}let e=new FormData;e.append(`file`,t.value),e.append(`title`,r.value);try{let n=(await d.post(`/files`,e,{headers:{"Content-Type":`multipart/form-data`}})).data;i.value.push({id:n.id,title:n.title,originalName:n.originalName,createdAt:n.createdAt,hash:n.hash}),t.value=null,r.value=``}catch(e){console.error(`Fehler beim Hochladen der Datei:`,e)}},downloadFile:async e=>{let t=e.originalName.substring(e.originalName.lastIndexOf(`.`)),n=await d.get(`/files/download/${e.hash}`,{responseType:`blob`}),r=new Blob([n.data],{type:n.data.type}),i=document.createElement(`a`);i.href=window.URL.createObjectURL(r),i.download=`${e.title}${t}`,i.click(),window.URL.revokeObjectURL(i.href)},formatDate:e=>new Date(e).toLocaleDateString(void 0,{year:`numeric`,month:`long`,day:`numeric`})}}},p={class:`upload-files`},m={class:`file-list`},h={class:`file-info`},g=[`onClick`],_=[`onClick`],v={class:`file-date`};function y(e,n,c,d,f,y){return l(),o(`div`,p,[n[5]||=i(`h2`,null,`Dateien hochladen`,-1),i(`div`,null,[n[3]||=i(`label`,{for:`file-upload`},`Datei auswählen:`,-1),i(`input`,{id:`file-upload`,type:`file`,onChange:n[0]||=(...e)=>d.handleFileUpload&&d.handleFileUpload(...e)},null,32)]),i(`div`,null,[n[4]||=i(`label`,{for:`file-title`},`Titel eingeben:`,-1),r(i(`input`,{id:`file-title`,type:`text`,"onUpdate:modelValue":n[1]||=e=>d.fileTitle=e},null,512),[[u,d.fileTitle]])]),i(`button`,{onClick:n[2]||=(...e)=>d.uploadFiles&&d.uploadFiles(...e)},`Hochladen`),i(`ul`,m,[(l(!0),o(s,null,t(d.uploadedFiles,e=>(l(),o(`li`,{key:e.id},[i(`div`,h,[i(`span`,{class:`file-title`,onClick:t=>d.downloadFile(e)},a(e.title),9,g),i(`span`,{class:`file-name`,onClick:t=>d.downloadFile(e)},a(e.originalName),9,_),i(`span`,v,a(d.formatDate(e.createdAt)),1)])]))),128))])])}var b=c(f,[[`render`,y],[`__scopeId`,`data-v-8ac38dc3`]]);export{b as default}; +//# sourceMappingURL=UploadFileManagement-DFj_gnbn.js.map \ No newline at end of file diff --git a/public/assets/UploadFileManagement-MFuLXprS.js b/public/assets/UploadFileManagement-MFuLXprS.js new file mode 100644 index 0000000..dacd496 --- /dev/null +++ b/public/assets/UploadFileManagement-MFuLXprS.js @@ -0,0 +1,2 @@ +import{C as e,E as t,L as n,M as r,c as i,ct as a,d as o,i as s,t as c,w as l}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as u}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as d}from"./router-BMknwoXv.js";var f={name:`UploadFilesComponent`,setup(){let t=n(null),r=n(``),i=n([]);return e(async()=>{try{i.value=(await d.get(`/files`)).data}catch(e){console.error(`Fehler beim Abrufen der Dateien:`,e)}}),{fileToUpload:t,fileTitle:r,uploadedFiles:i,handleFileUpload:e=>{t.value=e.target.files[0]},uploadFiles:async()=>{if(!t.value||!r.value){alert(`Bitte wählen Sie eine Datei aus und geben Sie einen Titel ein.`);return}let e=new FormData;e.append(`file`,t.value),e.append(`title`,r.value);try{let n=(await d.post(`/files`,e,{headers:{"Content-Type":`multipart/form-data`}})).data;i.value.push({id:n.id,title:n.title,originalName:n.originalName,createdAt:n.createdAt,hash:n.hash}),t.value=null,r.value=``}catch(e){console.error(`Fehler beim Hochladen der Datei:`,e)}},downloadFile:async e=>{let t=e.originalName.substring(e.originalName.lastIndexOf(`.`)),n=await d.get(`/files/download/${e.hash}`,{responseType:`blob`}),r=new Blob([n.data],{type:n.data.type}),i=document.createElement(`a`);i.href=window.URL.createObjectURL(r),i.download=`${e.title}${t}`,i.click(),window.URL.revokeObjectURL(i.href)},formatDate:e=>new Date(e).toLocaleDateString(void 0,{year:`numeric`,month:`long`,day:`numeric`})}}},p={class:`upload-files`},m={class:`file-list`},h={class:`file-info`},g=[`onClick`],_=[`onClick`],v={class:`file-date`};function y(e,n,c,d,f,y){return l(),o(`div`,p,[n[5]||=i(`h2`,null,`Dateien hochladen`,-1),i(`div`,null,[n[3]||=i(`label`,{for:`file-upload`},`Datei auswählen:`,-1),i(`input`,{id:`file-upload`,type:`file`,onChange:n[0]||=(...e)=>d.handleFileUpload&&d.handleFileUpload(...e)},null,32)]),i(`div`,null,[n[4]||=i(`label`,{for:`file-title`},`Titel eingeben:`,-1),r(i(`input`,{id:`file-title`,type:`text`,"onUpdate:modelValue":n[1]||=e=>d.fileTitle=e},null,512),[[u,d.fileTitle]])]),i(`button`,{onClick:n[2]||=(...e)=>d.uploadFiles&&d.uploadFiles(...e)},`Hochladen`),i(`ul`,m,[(l(!0),o(s,null,t(d.uploadedFiles,e=>(l(),o(`li`,{key:e.id},[i(`div`,h,[i(`span`,{class:`file-title`,onClick:t=>d.downloadFile(e)},a(e.title),9,g),i(`span`,{class:`file-name`,onClick:t=>d.downloadFile(e)},a(e.originalName),9,_),i(`span`,v,a(d.formatDate(e.createdAt)),1)])]))),128))])])}var b=c(f,[[`render`,y],[`__scopeId`,`data-v-8ac38dc3`]]);export{b as default}; +//# sourceMappingURL=UploadFileManagement-MFuLXprS.js.map \ No newline at end of file diff --git a/public/assets/UploadFileManagement-niX1nEAL.js b/public/assets/UploadFileManagement-niX1nEAL.js new file mode 100644 index 0000000..c24df21 --- /dev/null +++ b/public/assets/UploadFileManagement-niX1nEAL.js @@ -0,0 +1,2 @@ +import{C as e,E as t,L as n,M as r,c as i,ct as a,d as o,i as s,t as c,w as l}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as u}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{i as d}from"./router-9tkBnM0Q.js";var f={name:`UploadFilesComponent`,setup(){let t=n(null),r=n(``),i=n([]);return e(async()=>{try{i.value=(await d.get(`/files`)).data}catch(e){console.error(`Fehler beim Abrufen der Dateien:`,e)}}),{fileToUpload:t,fileTitle:r,uploadedFiles:i,handleFileUpload:e=>{t.value=e.target.files[0]},uploadFiles:async()=>{if(!t.value||!r.value){alert(`Bitte wählen Sie eine Datei aus und geben Sie einen Titel ein.`);return}let e=new FormData;e.append(`file`,t.value),e.append(`title`,r.value);try{let n=(await d.post(`/files`,e,{headers:{"Content-Type":`multipart/form-data`}})).data;i.value.push({id:n.id,title:n.title,originalName:n.originalName,createdAt:n.createdAt,hash:n.hash}),t.value=null,r.value=``}catch(e){console.error(`Fehler beim Hochladen der Datei:`,e)}},downloadFile:async e=>{let t=e.originalName.substring(e.originalName.lastIndexOf(`.`)),n=await d.get(`/files/download/${e.hash}`,{responseType:`blob`}),r=new Blob([n.data],{type:n.data.type}),i=document.createElement(`a`);i.href=window.URL.createObjectURL(r),i.download=`${e.title}${t}`,i.click(),window.URL.revokeObjectURL(i.href)},formatDate:e=>new Date(e).toLocaleDateString(void 0,{year:`numeric`,month:`long`,day:`numeric`})}}},p={class:`upload-files`},m={class:`file-list`},h={class:`file-info`},g=[`onClick`],_=[`onClick`],v={class:`file-date`};function y(e,n,c,d,f,y){return l(),o(`div`,p,[n[5]||=i(`h2`,null,`Dateien hochladen`,-1),i(`div`,null,[n[3]||=i(`label`,{for:`file-upload`},`Datei auswählen:`,-1),i(`input`,{id:`file-upload`,type:`file`,onChange:n[0]||=(...e)=>d.handleFileUpload&&d.handleFileUpload(...e)},null,32)]),i(`div`,null,[n[4]||=i(`label`,{for:`file-title`},`Titel eingeben:`,-1),r(i(`input`,{id:`file-title`,type:`text`,"onUpdate:modelValue":n[1]||=e=>d.fileTitle=e},null,512),[[u,d.fileTitle]])]),i(`button`,{onClick:n[2]||=(...e)=>d.uploadFiles&&d.uploadFiles(...e)},`Hochladen`),i(`ul`,m,[(l(!0),o(s,null,t(d.uploadedFiles,e=>(l(),o(`li`,{key:e.id},[i(`div`,h,[i(`span`,{class:`file-title`,onClick:t=>d.downloadFile(e)},a(e.title),9,g),i(`span`,{class:`file-name`,onClick:t=>d.downloadFile(e)},a(e.originalName),9,_),i(`span`,v,a(d.formatDate(e.createdAt)),1)])]))),128))])])}var b=c(f,[[`render`,y],[`__scopeId`,`data-v-8ac38dc3`]]);export{b as default}; +//# sourceMappingURL=UploadFileManagement-niX1nEAL.js.map \ No newline at end of file diff --git a/public/assets/UserAdministration-BG1e0rFf.js b/public/assets/UserAdministration-BG1e0rFf.js new file mode 100644 index 0000000..0afd823 --- /dev/null +++ b/public/assets/UserAdministration-BG1e0rFf.js @@ -0,0 +1,2 @@ +import{E as e,M as t,c as n,ct as r,d as i,i as a,t as o,u as s,w as c}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as l,c as u,r as d}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as f}from"./router-BMknwoXv.js";var p={name:`UserAdministration`,data(){return{users:[],currentUser:{name:``,email:``,password:``,active:!1},isCreating:!0}},computed:{formTitle(){return this.isCreating?`Benutzer erstellen`:`Benutzer bearbeiten`}},methods:{async fetchUsers(){try{this.users=(await f.get(`/users`)).data}catch(e){console.error(`Fehler beim Abrufen der Benutzer:`,e)}},async saveUser(){this.isCreating?await this.createUser():await this.updateUser(),this.resetForm(),this.fetchUsers()},async createUser(){try{await f.post(`/users`,this.currentUser)}catch(e){console.error(`Fehler beim Erstellen des Benutzers:`,e)}},async updateUser(){try{await f.put(`/users/${this.currentUser.id}`,this.currentUser)}catch(e){console.error(`Fehler beim Aktualisieren des Benutzers:`,e)}},editUser(e){this.currentUser={...e,password:``},this.isCreating=!1},resetForm(){this.currentUser={name:``,email:``,password:``,active:!1},this.isCreating=!0}},mounted(){this.fetchUsers()}},m={class:`user-administration`},h=[`required`],g={type:`submit`},_={key:1},v=[`onClick`];function y(o,f,p,y,b,x){return c(),i(`div`,m,[f[11]||=n(`h1`,null,`Benutzerverwaltung`,-1),n(`h2`,null,r(x.formTitle),1),n(`form`,{onSubmit:f[4]||=u((...e)=>x.saveUser&&x.saveUser(...e),[`prevent`])},[f[7]||=n(`label`,{for:`name`},`Name:`,-1),t(n(`input`,{id:`name`,"onUpdate:modelValue":f[0]||=e=>b.currentUser.name=e,required:``},null,512),[[l,b.currentUser.name]]),f[8]||=n(`label`,{for:`email`},`Email:`,-1),t(n(`input`,{id:`email`,"onUpdate:modelValue":f[1]||=e=>b.currentUser.email=e,type:`email`,required:``},null,512),[[l,b.currentUser.email]]),f[9]||=n(`label`,{for:`password`},`Passwort:`,-1),t(n(`input`,{id:`password`,"onUpdate:modelValue":f[2]||=e=>b.currentUser.password=e,type:`password`,required:b.isCreating},null,8,h),[[l,b.currentUser.password]]),n(`div`,null,[f[6]||=n(`label`,{for:`active`},`Aktiv:`,-1),t(n(`input`,{id:`active`,"onUpdate:modelValue":f[3]||=e=>b.currentUser.active=e,type:`checkbox`},null,512),[[d,b.currentUser.active]])]),n(`button`,g,r(b.isCreating?`Erstellen`:`Aktualisieren`),1)],32),b.isCreating?s(``,!0):(c(),i(`button`,{key:0,onClick:f[5]||=(...e)=>x.resetForm&&x.resetForm(...e)},`Zurück zu Benutzer erstellen`)),b.users.length?(c(),i(`div`,_,[f[10]||=n(`h2`,null,`Vorhandene Benutzer`,-1),n(`ul`,null,[(c(!0),i(a,null,e(b.users,e=>(c(),i(`li`,{key:e.id,onClick:t=>x.editUser(e)},r(e.name)+` (`+r(e.email)+`) `,9,v))),128))])])):s(``,!0)])}var b=o(p,[[`render`,y],[`__scopeId`,`data-v-b4cc64c6`]]);export{b as default}; +//# sourceMappingURL=UserAdministration-BG1e0rFf.js.map \ No newline at end of file diff --git a/public/assets/UserAdministration-ChD41pNM.js b/public/assets/UserAdministration-ChD41pNM.js new file mode 100644 index 0000000..20f8a1e --- /dev/null +++ b/public/assets/UserAdministration-ChD41pNM.js @@ -0,0 +1,2 @@ +import{E as e,M as t,c as n,ct as r,d as i,i as a,t as o,u as s,w as c}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as l,c as u,r as d}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as f}from"./router--Un6xX_2.js";var p={name:`UserAdministration`,data(){return{users:[],currentUser:{name:``,email:``,password:``,active:!1},isCreating:!0}},computed:{formTitle(){return this.isCreating?`Benutzer erstellen`:`Benutzer bearbeiten`}},methods:{async fetchUsers(){try{this.users=(await f.get(`/users`)).data}catch(e){console.error(`Fehler beim Abrufen der Benutzer:`,e)}},async saveUser(){this.isCreating?await this.createUser():await this.updateUser(),this.resetForm(),this.fetchUsers()},async createUser(){try{await f.post(`/users`,this.currentUser)}catch(e){console.error(`Fehler beim Erstellen des Benutzers:`,e)}},async updateUser(){try{await f.put(`/users/${this.currentUser.id}`,this.currentUser)}catch(e){console.error(`Fehler beim Aktualisieren des Benutzers:`,e)}},editUser(e){this.currentUser={...e,password:``},this.isCreating=!1},resetForm(){this.currentUser={name:``,email:``,password:``,active:!1},this.isCreating=!0}},mounted(){this.fetchUsers()}},m={class:`user-administration`},h=[`required`],g={type:`submit`},_={key:1},v=[`onClick`];function y(o,f,p,y,b,x){return c(),i(`div`,m,[f[11]||=n(`h1`,null,`Benutzerverwaltung`,-1),n(`h2`,null,r(x.formTitle),1),n(`form`,{onSubmit:f[4]||=u((...e)=>x.saveUser&&x.saveUser(...e),[`prevent`])},[f[7]||=n(`label`,{for:`name`},`Name:`,-1),t(n(`input`,{id:`name`,"onUpdate:modelValue":f[0]||=e=>b.currentUser.name=e,required:``},null,512),[[l,b.currentUser.name]]),f[8]||=n(`label`,{for:`email`},`Email:`,-1),t(n(`input`,{id:`email`,"onUpdate:modelValue":f[1]||=e=>b.currentUser.email=e,type:`email`,required:``},null,512),[[l,b.currentUser.email]]),f[9]||=n(`label`,{for:`password`},`Passwort:`,-1),t(n(`input`,{id:`password`,"onUpdate:modelValue":f[2]||=e=>b.currentUser.password=e,type:`password`,required:b.isCreating},null,8,h),[[l,b.currentUser.password]]),n(`div`,null,[f[6]||=n(`label`,{for:`active`},`Aktiv:`,-1),t(n(`input`,{id:`active`,"onUpdate:modelValue":f[3]||=e=>b.currentUser.active=e,type:`checkbox`},null,512),[[d,b.currentUser.active]])]),n(`button`,g,r(b.isCreating?`Erstellen`:`Aktualisieren`),1)],32),b.isCreating?s(``,!0):(c(),i(`button`,{key:0,onClick:f[5]||=(...e)=>x.resetForm&&x.resetForm(...e)},`Zurück zu Benutzer erstellen`)),b.users.length?(c(),i(`div`,_,[f[10]||=n(`h2`,null,`Vorhandene Benutzer`,-1),n(`ul`,null,[(c(!0),i(a,null,e(b.users,e=>(c(),i(`li`,{key:e.id,onClick:t=>x.editUser(e)},r(e.name)+` (`+r(e.email)+`) `,9,v))),128))])])):s(``,!0)])}var b=o(p,[[`render`,y],[`__scopeId`,`data-v-b4cc64c6`]]);export{b as default}; +//# sourceMappingURL=UserAdministration-ChD41pNM.js.map \ No newline at end of file diff --git a/public/assets/UserAdministration-DuuTnoIX.js b/public/assets/UserAdministration-DuuTnoIX.js new file mode 100644 index 0000000..949acdd --- /dev/null +++ b/public/assets/UserAdministration-DuuTnoIX.js @@ -0,0 +1,2 @@ +import{E as e,M as t,c as n,ct as r,d as i,i as a,t as o,u as s,w as c}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as l,c as u,r as d}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{i as f}from"./router-CbChscq0.js";var p={name:`UserAdministration`,data(){return{users:[],currentUser:{name:``,email:``,password:``,active:!1},isCreating:!0}},computed:{formTitle(){return this.isCreating?`Benutzer erstellen`:`Benutzer bearbeiten`}},methods:{async fetchUsers(){try{this.users=(await f.get(`/users`)).data}catch(e){console.error(`Fehler beim Abrufen der Benutzer:`,e)}},async saveUser(){this.isCreating?await this.createUser():await this.updateUser(),this.resetForm(),this.fetchUsers()},async createUser(){try{await f.post(`/users`,this.currentUser)}catch(e){console.error(`Fehler beim Erstellen des Benutzers:`,e)}},async updateUser(){try{await f.put(`/users/${this.currentUser.id}`,this.currentUser)}catch(e){console.error(`Fehler beim Aktualisieren des Benutzers:`,e)}},editUser(e){this.currentUser={...e,password:``},this.isCreating=!1},resetForm(){this.currentUser={name:``,email:``,password:``,active:!1},this.isCreating=!0}},mounted(){this.fetchUsers()}},m={class:`user-administration`},h=[`required`],g={type:`submit`},_={key:1},v=[`onClick`];function y(o,f,p,y,b,x){return c(),i(`div`,m,[f[11]||=n(`h1`,null,`Benutzerverwaltung`,-1),n(`h2`,null,r(x.formTitle),1),n(`form`,{onSubmit:f[4]||=u((...e)=>x.saveUser&&x.saveUser(...e),[`prevent`])},[f[7]||=n(`label`,{for:`name`},`Name:`,-1),t(n(`input`,{id:`name`,"onUpdate:modelValue":f[0]||=e=>b.currentUser.name=e,required:``},null,512),[[l,b.currentUser.name]]),f[8]||=n(`label`,{for:`email`},`Email:`,-1),t(n(`input`,{id:`email`,"onUpdate:modelValue":f[1]||=e=>b.currentUser.email=e,type:`email`,required:``},null,512),[[l,b.currentUser.email]]),f[9]||=n(`label`,{for:`password`},`Passwort:`,-1),t(n(`input`,{id:`password`,"onUpdate:modelValue":f[2]||=e=>b.currentUser.password=e,type:`password`,required:b.isCreating},null,8,h),[[l,b.currentUser.password]]),n(`div`,null,[f[6]||=n(`label`,{for:`active`},`Aktiv:`,-1),t(n(`input`,{id:`active`,"onUpdate:modelValue":f[3]||=e=>b.currentUser.active=e,type:`checkbox`},null,512),[[d,b.currentUser.active]])]),n(`button`,g,r(b.isCreating?`Erstellen`:`Aktualisieren`),1)],32),b.isCreating?s(``,!0):(c(),i(`button`,{key:0,onClick:f[5]||=(...e)=>x.resetForm&&x.resetForm(...e)},`Zurück zu Benutzer erstellen`)),b.users.length?(c(),i(`div`,_,[f[10]||=n(`h2`,null,`Vorhandene Benutzer`,-1),n(`ul`,null,[(c(!0),i(a,null,e(b.users,e=>(c(),i(`li`,{key:e.id,onClick:t=>x.editUser(e)},r(e.name)+` (`+r(e.email)+`) `,9,v))),128))])])):s(``,!0)])}var b=o(p,[[`render`,y],[`__scopeId`,`data-v-b4cc64c6`]]);export{b as default}; +//# sourceMappingURL=UserAdministration-DuuTnoIX.js.map \ No newline at end of file diff --git a/public/assets/UserAdministration-GCworj4E.js b/public/assets/UserAdministration-GCworj4E.js new file mode 100644 index 0000000..0b5c2db --- /dev/null +++ b/public/assets/UserAdministration-GCworj4E.js @@ -0,0 +1,2 @@ +import{E as e,M as t,c as n,ct as r,d as i,i as a,t as o,u as s,w as c}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as l,c as u,r as d}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{i as f}from"./router-Cubu3_vL.js";var p={name:`UserAdministration`,data(){return{users:[],currentUser:{name:``,email:``,password:``,active:!1},isCreating:!0}},computed:{formTitle(){return this.isCreating?`Benutzer erstellen`:`Benutzer bearbeiten`}},methods:{async fetchUsers(){try{this.users=(await f.get(`/users`)).data}catch(e){console.error(`Fehler beim Abrufen der Benutzer:`,e)}},async saveUser(){this.isCreating?await this.createUser():await this.updateUser(),this.resetForm(),this.fetchUsers()},async createUser(){try{await f.post(`/users`,this.currentUser)}catch(e){console.error(`Fehler beim Erstellen des Benutzers:`,e)}},async updateUser(){try{await f.put(`/users/${this.currentUser.id}`,this.currentUser)}catch(e){console.error(`Fehler beim Aktualisieren des Benutzers:`,e)}},editUser(e){this.currentUser={...e,password:``},this.isCreating=!1},resetForm(){this.currentUser={name:``,email:``,password:``,active:!1},this.isCreating=!0}},mounted(){this.fetchUsers()}},m={class:`user-administration`},h=[`required`],g={type:`submit`},_={key:1},v=[`onClick`];function y(o,f,p,y,b,x){return c(),i(`div`,m,[f[11]||=n(`h1`,null,`Benutzerverwaltung`,-1),n(`h2`,null,r(x.formTitle),1),n(`form`,{onSubmit:f[4]||=u((...e)=>x.saveUser&&x.saveUser(...e),[`prevent`])},[f[7]||=n(`label`,{for:`name`},`Name:`,-1),t(n(`input`,{id:`name`,"onUpdate:modelValue":f[0]||=e=>b.currentUser.name=e,required:``},null,512),[[l,b.currentUser.name]]),f[8]||=n(`label`,{for:`email`},`Email:`,-1),t(n(`input`,{id:`email`,"onUpdate:modelValue":f[1]||=e=>b.currentUser.email=e,type:`email`,required:``},null,512),[[l,b.currentUser.email]]),f[9]||=n(`label`,{for:`password`},`Passwort:`,-1),t(n(`input`,{id:`password`,"onUpdate:modelValue":f[2]||=e=>b.currentUser.password=e,type:`password`,required:b.isCreating},null,8,h),[[l,b.currentUser.password]]),n(`div`,null,[f[6]||=n(`label`,{for:`active`},`Aktiv:`,-1),t(n(`input`,{id:`active`,"onUpdate:modelValue":f[3]||=e=>b.currentUser.active=e,type:`checkbox`},null,512),[[d,b.currentUser.active]])]),n(`button`,g,r(b.isCreating?`Erstellen`:`Aktualisieren`),1)],32),b.isCreating?s(``,!0):(c(),i(`button`,{key:0,onClick:f[5]||=(...e)=>x.resetForm&&x.resetForm(...e)},`Zurück zu Benutzer erstellen`)),b.users.length?(c(),i(`div`,_,[f[10]||=n(`h2`,null,`Vorhandene Benutzer`,-1),n(`ul`,null,[(c(!0),i(a,null,e(b.users,e=>(c(),i(`li`,{key:e.id,onClick:t=>x.editUser(e)},r(e.name)+` (`+r(e.email)+`) `,9,v))),128))])])):s(``,!0)])}var b=o(p,[[`render`,y],[`__scopeId`,`data-v-b4cc64c6`]]);export{b as default}; +//# sourceMappingURL=UserAdministration-GCworj4E.js.map \ No newline at end of file diff --git a/public/assets/UserAdministration-GNay5fow.js b/public/assets/UserAdministration-GNay5fow.js new file mode 100644 index 0000000..aad19bd --- /dev/null +++ b/public/assets/UserAdministration-GNay5fow.js @@ -0,0 +1,2 @@ +import{E as e,M as t,c as n,ct as r,d as i,i as a,t as o,u as s,w as c}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as l,c as u,r as d}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as f}from"./router-DXnXJqfT.js";var p={name:`UserAdministration`,data(){return{users:[],currentUser:{name:``,email:``,password:``,active:!1},isCreating:!0}},computed:{formTitle(){return this.isCreating?`Benutzer erstellen`:`Benutzer bearbeiten`}},methods:{async fetchUsers(){try{this.users=(await f.get(`/users`)).data}catch(e){console.error(`Fehler beim Abrufen der Benutzer:`,e)}},async saveUser(){this.isCreating?await this.createUser():await this.updateUser(),this.resetForm(),this.fetchUsers()},async createUser(){try{await f.post(`/users`,this.currentUser)}catch(e){console.error(`Fehler beim Erstellen des Benutzers:`,e)}},async updateUser(){try{await f.put(`/users/${this.currentUser.id}`,this.currentUser)}catch(e){console.error(`Fehler beim Aktualisieren des Benutzers:`,e)}},editUser(e){this.currentUser={...e,password:``},this.isCreating=!1},resetForm(){this.currentUser={name:``,email:``,password:``,active:!1},this.isCreating=!0}},mounted(){this.fetchUsers()}},m={class:`user-administration`},h=[`required`],g={type:`submit`},_={key:1},v=[`onClick`];function y(o,f,p,y,b,x){return c(),i(`div`,m,[f[11]||=n(`h1`,null,`Benutzerverwaltung`,-1),n(`h2`,null,r(x.formTitle),1),n(`form`,{onSubmit:f[4]||=u((...e)=>x.saveUser&&x.saveUser(...e),[`prevent`])},[f[7]||=n(`label`,{for:`name`},`Name:`,-1),t(n(`input`,{id:`name`,"onUpdate:modelValue":f[0]||=e=>b.currentUser.name=e,required:``},null,512),[[l,b.currentUser.name]]),f[8]||=n(`label`,{for:`email`},`Email:`,-1),t(n(`input`,{id:`email`,"onUpdate:modelValue":f[1]||=e=>b.currentUser.email=e,type:`email`,required:``},null,512),[[l,b.currentUser.email]]),f[9]||=n(`label`,{for:`password`},`Passwort:`,-1),t(n(`input`,{id:`password`,"onUpdate:modelValue":f[2]||=e=>b.currentUser.password=e,type:`password`,required:b.isCreating},null,8,h),[[l,b.currentUser.password]]),n(`div`,null,[f[6]||=n(`label`,{for:`active`},`Aktiv:`,-1),t(n(`input`,{id:`active`,"onUpdate:modelValue":f[3]||=e=>b.currentUser.active=e,type:`checkbox`},null,512),[[d,b.currentUser.active]])]),n(`button`,g,r(b.isCreating?`Erstellen`:`Aktualisieren`),1)],32),b.isCreating?s(``,!0):(c(),i(`button`,{key:0,onClick:f[5]||=(...e)=>x.resetForm&&x.resetForm(...e)},`Zurück zu Benutzer erstellen`)),b.users.length?(c(),i(`div`,_,[f[10]||=n(`h2`,null,`Vorhandene Benutzer`,-1),n(`ul`,null,[(c(!0),i(a,null,e(b.users,e=>(c(),i(`li`,{key:e.id,onClick:t=>x.editUser(e)},r(e.name)+` (`+r(e.email)+`) `,9,v))),128))])])):s(``,!0)])}var b=o(p,[[`render`,y],[`__scopeId`,`data-v-b4cc64c6`]]);export{b as default}; +//# sourceMappingURL=UserAdministration-GNay5fow.js.map \ No newline at end of file diff --git a/public/assets/UserAdministration-H6fhnCfl.js b/public/assets/UserAdministration-H6fhnCfl.js new file mode 100644 index 0000000..9b4c309 --- /dev/null +++ b/public/assets/UserAdministration-H6fhnCfl.js @@ -0,0 +1,2 @@ +import{E as e,M as t,c as n,ct as r,d as i,i as a,t as o,u as s,w as c}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as l,c as u,r as d}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{r as f}from"./router-CRKq-u_C.js";var p={name:`UserAdministration`,data(){return{users:[],currentUser:{name:``,email:``,password:``,active:!1},isCreating:!0}},computed:{formTitle(){return this.isCreating?`Benutzer erstellen`:`Benutzer bearbeiten`}},methods:{async fetchUsers(){try{this.users=(await f.get(`/users`)).data}catch(e){console.error(`Fehler beim Abrufen der Benutzer:`,e)}},async saveUser(){this.isCreating?await this.createUser():await this.updateUser(),this.resetForm(),this.fetchUsers()},async createUser(){try{await f.post(`/users`,this.currentUser)}catch(e){console.error(`Fehler beim Erstellen des Benutzers:`,e)}},async updateUser(){try{await f.put(`/users/${this.currentUser.id}`,this.currentUser)}catch(e){console.error(`Fehler beim Aktualisieren des Benutzers:`,e)}},editUser(e){this.currentUser={...e,password:``},this.isCreating=!1},resetForm(){this.currentUser={name:``,email:``,password:``,active:!1},this.isCreating=!0}},mounted(){this.fetchUsers()}},m={class:`user-administration`},h=[`required`],g={type:`submit`},_={key:1},v=[`onClick`];function y(o,f,p,y,b,x){return c(),i(`div`,m,[f[11]||=n(`h1`,null,`Benutzerverwaltung`,-1),n(`h2`,null,r(x.formTitle),1),n(`form`,{onSubmit:f[4]||=u((...e)=>x.saveUser&&x.saveUser(...e),[`prevent`])},[f[7]||=n(`label`,{for:`name`},`Name:`,-1),t(n(`input`,{id:`name`,"onUpdate:modelValue":f[0]||=e=>b.currentUser.name=e,required:``},null,512),[[l,b.currentUser.name]]),f[8]||=n(`label`,{for:`email`},`Email:`,-1),t(n(`input`,{id:`email`,"onUpdate:modelValue":f[1]||=e=>b.currentUser.email=e,type:`email`,required:``},null,512),[[l,b.currentUser.email]]),f[9]||=n(`label`,{for:`password`},`Passwort:`,-1),t(n(`input`,{id:`password`,"onUpdate:modelValue":f[2]||=e=>b.currentUser.password=e,type:`password`,required:b.isCreating},null,8,h),[[l,b.currentUser.password]]),n(`div`,null,[f[6]||=n(`label`,{for:`active`},`Aktiv:`,-1),t(n(`input`,{id:`active`,"onUpdate:modelValue":f[3]||=e=>b.currentUser.active=e,type:`checkbox`},null,512),[[d,b.currentUser.active]])]),n(`button`,g,r(b.isCreating?`Erstellen`:`Aktualisieren`),1)],32),b.isCreating?s(``,!0):(c(),i(`button`,{key:0,onClick:f[5]||=(...e)=>x.resetForm&&x.resetForm(...e)},`Zurück zu Benutzer erstellen`)),b.users.length?(c(),i(`div`,_,[f[10]||=n(`h2`,null,`Vorhandene Benutzer`,-1),n(`ul`,null,[(c(!0),i(a,null,e(b.users,e=>(c(),i(`li`,{key:e.id,onClick:t=>x.editUser(e)},r(e.name)+` (`+r(e.email)+`) `,9,v))),128))])])):s(``,!0)])}var b=o(p,[[`render`,y],[`__scopeId`,`data-v-b4cc64c6`]]);export{b as default}; +//# sourceMappingURL=UserAdministration-H6fhnCfl.js.map \ No newline at end of file diff --git a/public/assets/UserAdministration-oIGIFwHw.js b/public/assets/UserAdministration-oIGIFwHw.js new file mode 100644 index 0000000..b753be8 --- /dev/null +++ b/public/assets/UserAdministration-oIGIFwHw.js @@ -0,0 +1,2 @@ +import{E as e,M as t,c as n,ct as r,d as i,i as a,t as o,u as s,w as c}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as l,c as u,r as d}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{i as f}from"./router-9tkBnM0Q.js";var p={name:`UserAdministration`,data(){return{users:[],currentUser:{name:``,email:``,password:``,active:!1},isCreating:!0}},computed:{formTitle(){return this.isCreating?`Benutzer erstellen`:`Benutzer bearbeiten`}},methods:{async fetchUsers(){try{this.users=(await f.get(`/users`)).data}catch(e){console.error(`Fehler beim Abrufen der Benutzer:`,e)}},async saveUser(){this.isCreating?await this.createUser():await this.updateUser(),this.resetForm(),this.fetchUsers()},async createUser(){try{await f.post(`/users`,this.currentUser)}catch(e){console.error(`Fehler beim Erstellen des Benutzers:`,e)}},async updateUser(){try{await f.put(`/users/${this.currentUser.id}`,this.currentUser)}catch(e){console.error(`Fehler beim Aktualisieren des Benutzers:`,e)}},editUser(e){this.currentUser={...e,password:``},this.isCreating=!1},resetForm(){this.currentUser={name:``,email:``,password:``,active:!1},this.isCreating=!0}},mounted(){this.fetchUsers()}},m={class:`user-administration`},h=[`required`],g={type:`submit`},_={key:1},v=[`onClick`];function y(o,f,p,y,b,x){return c(),i(`div`,m,[f[11]||=n(`h1`,null,`Benutzerverwaltung`,-1),n(`h2`,null,r(x.formTitle),1),n(`form`,{onSubmit:f[4]||=u((...e)=>x.saveUser&&x.saveUser(...e),[`prevent`])},[f[7]||=n(`label`,{for:`name`},`Name:`,-1),t(n(`input`,{id:`name`,"onUpdate:modelValue":f[0]||=e=>b.currentUser.name=e,required:``},null,512),[[l,b.currentUser.name]]),f[8]||=n(`label`,{for:`email`},`Email:`,-1),t(n(`input`,{id:`email`,"onUpdate:modelValue":f[1]||=e=>b.currentUser.email=e,type:`email`,required:``},null,512),[[l,b.currentUser.email]]),f[9]||=n(`label`,{for:`password`},`Passwort:`,-1),t(n(`input`,{id:`password`,"onUpdate:modelValue":f[2]||=e=>b.currentUser.password=e,type:`password`,required:b.isCreating},null,8,h),[[l,b.currentUser.password]]),n(`div`,null,[f[6]||=n(`label`,{for:`active`},`Aktiv:`,-1),t(n(`input`,{id:`active`,"onUpdate:modelValue":f[3]||=e=>b.currentUser.active=e,type:`checkbox`},null,512),[[d,b.currentUser.active]])]),n(`button`,g,r(b.isCreating?`Erstellen`:`Aktualisieren`),1)],32),b.isCreating?s(``,!0):(c(),i(`button`,{key:0,onClick:f[5]||=(...e)=>x.resetForm&&x.resetForm(...e)},`Zurück zu Benutzer erstellen`)),b.users.length?(c(),i(`div`,_,[f[10]||=n(`h2`,null,`Vorhandene Benutzer`,-1),n(`ul`,null,[(c(!0),i(a,null,e(b.users,e=>(c(),i(`li`,{key:e.id,onClick:t=>x.editUser(e)},r(e.name)+` (`+r(e.email)+`) `,9,v))),128))])])):s(``,!0)])}var b=o(p,[[`render`,y],[`__scopeId`,`data-v-b4cc64c6`]]);export{b as default}; +//# sourceMappingURL=UserAdministration-oIGIFwHw.js.map \ No newline at end of file diff --git a/public/assets/WorshipManagement-W7lr0rFK.js b/public/assets/WorshipManagement-W7lr0rFK.js new file mode 100644 index 0000000..ea14d23 --- /dev/null +++ b/public/assets/WorshipManagement-W7lr0rFK.js @@ -0,0 +1,3 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,M as n,O as r,c as i,ct as a,d as o,h as s,i as c,m as l,ot as u,t as d,u as f,w as p}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as m,c as h,i as g,r as _}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{n as v,t as y}from"./strings-CNeI630x.js";import{t as b}from"./vue-multiselect.esm-9oGQ1abz.js";var x={name:`WorshipManagement`,components:{Multiselect:b},data(){let e=new Date().getFullYear();return{worships:[],eventPlaces:[],organizerOptions:[],sacristanOptions:[],selectedOrganizers:[],selectedSacristans:[],dayNameOptions:[],liturgicalDays:[],selectedDayName:null,selectedYear:e,availableYears:[e,e+1,e+2],isLoading:!1,isUpdatingFromDate:!1,worshipData:{eventPlaceId:null,date:``,time:``,title:``,organizer:``,collection:``,address:``,selfInformation:!1,highlightTime:!1,neighborInvitation:!1,introLine:``,sacristanService:``,website:``,dayName:``,approved:!1},selectedEventPlace:null,editMode:!1,editId:null,searchDate:``,showPastWorships:!1,showImportSection:!1,selectedFile:null,isImporting:!1,showExportSection:!1,exportDateFrom:``,exportDateTo:``,exportFormat:`editing`,isExporting:!1,showImportDialog:!1,importedWorships:[],importErrors:[]}},computed:{filteredWorships(){let e=this.worships;if(!this.showPastWorships){let t=new Date;t.setHours(0,0,0,0),e=e.filter(e=>{if(e.date){let n=new Date(e.date);return n.setHours(0,0,0,0),n>=t}return!0})}if(this.searchDate){let t=new Date(this.searchDate);t.setHours(0,0,0,0),e=e.filter(e=>{if(e.date){let n=new Date(e.date);return n.setHours(0,0,0,0),n.getTime()===t.getTime()}return!1})}return e}},watch:{selectedDayName(e,t){e&&e!==t&&!this.isUpdatingFromDate&&this.updateDateFromDayName()}},async created(){await this.fetchEventPlaces(),await this.fetchWorships(),await this.fetchWorshipOptions(),await this.fetchLiturgicalDays()},methods:{isFieldChanged(e,t){return e._changedFields&&e._changedFields.includes(t)},getOldValue(e,t){return e._oldValues&&e._oldValues[t]?e._oldValues[t]:``},formatTime:v,formatDate:y,async fetchWorships(){try{this.worships=(await e.get(`/worships`)).data}catch(e){console.error(`Fehler beim Abrufen der Gottesdienste:`,e)}},async fetchEventPlaces(){try{this.eventPlaces=(await e.get(`/event-places`)).data}catch(e){console.error(`Fehler beim Abrufen der Veranstaltungsorte:`,e)}},async fetchWorshipOptions(){try{let t=await e.get(`/worships/options`);this.organizerOptions=t.data.organizers.map(e=>({name:e})),this.sacristanOptions=t.data.sacristanServices.map(e=>({name:e}))}catch(e){console.error(`Fehler beim Abrufen der Worship-Optionen:`,e)}},async fetchLiturgicalDays(){try{let t=await e.get(`/liturgical-days`);this.liturgicalDays=t.data;let n=new Date;n.setHours(0,0,0,0);let r=t.data.filter(e=>{let t=new Date(e.date);return t.setHours(0,0,0,0),t>=n});r.sort((e,t)=>new Date(e.date)-new Date(t.date)),this.dayNameOptions=r.map(e=>({name:`${new Date(e.date).toLocaleDateString(`de-DE`,{day:`2-digit`,month:`2-digit`,year:`numeric`})} - ${e.dayName}`,dayName:e.dayName,date:e.date}))}catch(e){console.error(`Fehler beim Abrufen der liturgischen Tage:`,e)}},async loadLiturgicalYear(){if(!this.selectedYear){alert(`Bitte wählen Sie ein Jahr aus`);return}this.isLoading=!0;try{let t=await e.post(`/liturgical-days/load-year`,{year:this.selectedYear});alert(t.data.message),await this.fetchLiturgicalDays()}catch(e){console.error(`Fehler beim Laden des Kirchenjahres:`,e),e.response&&e.response.data&&e.response.data.message?alert(`Fehler: `+e.response.data.message):alert(`Fehler beim Laden des Kirchenjahres`)}finally{this.isLoading=!1}},updateDayNameFromDate(){if(!this.worshipData.date)return;this.isUpdatingFromDate=!0;let e=this.worshipData.date,t=this.liturgicalDays.find(t=>(typeof t.date==`string`?t.date:t.date.split(`T`)[0])===e);if(t){let n=this.dayNameOptions.find(t=>t.date===e);n&&(this.selectedDayName=n),this.worshipData.dayName=t.dayName,console.log(`Liturgischer Tag gefunden:`,t.dayName)}else console.log(`Kein liturgischer Tag gefunden für:`,e);this.$nextTick(()=>{this.isUpdatingFromDate=!1})},updateDateFromDayName(){!this.selectedDayName||!this.selectedDayName.date||(this.worshipData.date=this.selectedDayName.date,this.worshipData.dayName=this.selectedDayName.dayName,console.log(`Datum gesetzt auf:`,this.selectedDayName.date,`für`,this.selectedDayName.dayName))},async saveWorship(){try{let t={...this.worshipData,eventPlaceId:this.selectedEventPlace?this.selectedEventPlace.id:null,organizer:this.selectedOrganizers.map(e=>e.name).join(`, `),sacristanService:this.selectedSacristans.map(e=>e.name).join(`, `),dayName:this.selectedDayName?this.selectedDayName.dayName:``,approved:!!this.worshipData.approved};this.editMode?await e.put(`/worships/${this.editId}`,t):await e.post(`/worships`,t),this.resetForm(),await this.fetchWorships(),await this.fetchWorshipOptions()}catch(e){console.error(`Fehler beim Speichern des Gottesdienstes:`,e)}},async toggleApproved(t){try{let n=!t.approved;await e.put(`/worships/${t.id}`,{approved:n}),t.approved=n}catch(e){console.error(`Fehler beim Aktualisieren des Freigabe-Status:`,e),alert(`Fehler beim Aktualisieren des Freigabe-Status.`)}},editWorship(e){this.worshipData={...e},this.worshipData.date=y(e.date).split(`.`).reverse().join(`-`),this.worshipData.time=v(e.time),console.log(this.worshipData),this.selectedEventPlace=this.eventPlaces.find(t=>t.id===e.eventPlaceId),this.selectedOrganizers=e.organizer?e.organizer.split(`,`).map(e=>({name:e.trim()})):[],this.selectedSacristans=e.sacristanService?e.sacristanService.split(`,`).map(e=>({name:e.trim()})):[],e.dayName?this.selectedDayName=this.dayNameOptions.find(t=>t.dayName===e.dayName&&t.date===this.worshipData.date)||null:this.selectedDayName=null,this.editMode=!0,this.editId=e.id},async deleteWorship(t){try{await e.delete(`/worships/${t}`),await this.fetchWorships()}catch(e){console.error(`Fehler beim Löschen des Gottesdienstes:`,e)}},resetForm(){this.worshipData={eventPlaceId:null,date:``,time:``,title:``,organizer:``,collection:``,address:``,selfInformation:!1,highlightTime:!1,neighborInvitation:!1,introLine:``,dayName:``,approved:!1},this.selectedEventPlace=null,this.selectedOrganizers=[],this.selectedSacristans=[],this.selectedDayName=null,this.editMode=!1,this.editId=null},getEventPlaceName(e){let t=this.eventPlaces.find(t=>t.id===e);return t?t.name:`Unbekannter Ort`},dateIsLowerCurrentDate(e){let t=new Date;return new Date(e)r.endsWith(e))){alert(`Bitte wählen Sie nur .doc oder .docx Dateien aus.`),e.target.value=``,this.selectedFile=null;return}this.selectedFile=t}else this.selectedFile=null},async importWorships(){if(!this.selectedFile){alert(`Bitte wählen Sie eine Datei aus.`);return}this.isImporting=!0;let t=new FormData;t.append(`file`,this.selectedFile);try{let n=await e.post(`/worships/import`,t,{headers:{"Content-Type":`multipart/form-data`}});n.data.worships&&n.data.worships.length>0?(this.importedWorships=n.data.worships.map(e=>{let t=this.eventPlaces.find(t=>t.id===e.eventPlaceId),n=e.time;return n&&typeof n==`string`&&n.length>5&&(n=n.substring(0,5)),{...e,date:typeof e.date==`string`?e.date.split(`T`)[0]:e.date,time:n,eventPlace:t||null,approved:!1,_changedFields:e._changedFields||[],_oldValues:e._oldValues||{},_isUpdate:e._isUpdate||!1,_isNew:e._isNew||!1,_existingId:e._existingId||null}}),this.importErrors=n.data.errors||[],this.showImportDialog=!0):alert(`Keine Gottesdienste in der Datei gefunden.`)}catch(e){console.error(`Fehler beim Importieren der Gottesdienste:`,e);let t=e.response?.data?.message||`Fehler beim Importieren der Datei.`;alert(`Fehler: `+t)}finally{this.isImporting=!1}},closeImportDialog(){this.showImportDialog=!1,this.importedWorships=[],this.importErrors=[],this.selectedFile=null,this.$refs.fileInput&&(this.$refs.fileInput.value=``)},removeWorship(e){this.importedWorships.splice(e,1)},async saveImportedWorships(){if(this.importedWorships.length===0){alert(`Keine Gottesdienste zum Speichern vorhanden.`);return}this.isImporting=!0;let t=this.importedWorships.map(e=>{let t=e.date;e.date instanceof Date?t=`${e.date.getFullYear()}-${String(e.date.getMonth()+1).padStart(2,`0`)}-${String(e.date.getDate()).padStart(2,`0`)}`:typeof e.date==`string`&&(t=e.date.split(`T`)[0]);let n=e.time;return n&&typeof n==`string`&&n.length===5&&(n+=`:00`),{date:t,dayName:e.dayName,time:n,title:e.title,organizer:e.organizer,collection:e.collection,sacristanService:e.sacristanService,organPlaying:e.organPlaying,approved:e.approved||!1,eventPlaceId:e.eventPlace?e.eventPlace.id:e.eventPlaceId||null}});try{let n=await e.post(`/worships/import/save`,{worships:t}),r=n.data.message||`Import erfolgreich abgeschlossen!`;(n.data.imported!==void 0||n.data.updated!==void 0)&&(r=`Import abgeschlossen! +`,n.data.imported!==void 0&&(r+=`- ${n.data.imported} neue Gottesdienste erstellt\n`),n.data.updated!==void 0&&(r+=`- ${n.data.updated} Gottesdienste aktualisiert\n`),n.data.skipped!==void 0&&n.data.skipped>0&&(r+=`- ${n.data.skipped} übersprungen (vergangene Daten)\n`)),n.data.errors&&n.data.errors.length>0&&(r+=`\nFehler: ${n.data.errors.length}`),alert(r),this.closeImportDialog(),await this.fetchWorships(),await this.fetchWorshipOptions(),await this.fetchLiturgicalDays()}catch(e){console.error(`Fehler beim Speichern der Gottesdienste:`,e);let t=e.response?.data?.message||`Fehler beim Speichern der Gottesdienste.`;alert(`Fehler: `+t)}finally{this.isImporting=!1}},toggleExportSection(){this.showExportSection=!this.showExportSection,this.showExportSection||(this.exportDateFrom=``,this.exportDateTo=``,this.exportFormat=`editing`)},async exportWorships(){if(!this.exportDateFrom||!this.exportDateTo){alert(`Bitte wählen Sie einen Datumsbereich aus.`);return}if(new Date(this.exportDateFrom)>new Date(this.exportDateTo)){alert(`Das "Von Datum" muss vor dem "Bis Datum" liegen.`);return}this.isExporting=!0;try{let t=await e.get(`/worships/export`,{params:{from:this.exportDateFrom,to:this.exportDateTo,format:this.exportFormat},responseType:`blob`}),n=new Blob([t.data],{type:t.headers[`content-type`]||`application/vnd.openxmlformats-officedocument.wordprocessingml.document`}),r=window.URL.createObjectURL(n),i=document.createElement(`a`);i.href=r;let a=t.headers[`content-disposition`],o=`gottesdienste_${this.exportDateFrom}_${this.exportDateTo}.docx`;if(a){let e=a.match(/filename="?(.+)"?/i);e&&(o=e[1])}i.download=o,document.body.appendChild(i),i.click(),document.body.removeChild(i),window.URL.revokeObjectURL(r)}catch(e){console.error(`Fehler beim Exportieren der Gottesdienste:`,e);let t=e.response?.data?.message||`Fehler beim Exportieren der Datei.`;alert(`Fehler: `+t)}finally{this.isExporting=!1}}}},ee={class:`worship-management`},te={class:`action-buttons`},S={key:0,class:`import-section`},C={class:`import-content`},w={key:0,class:`selected-file`},T=[`disabled`],E={key:1,class:`export-section`},D={class:`export-content`},O=[`disabled`],k={class:`import-dialog-content`},A={class:`import-dialog-header`},j={class:`import-dialog-body`},M={key:0,class:`import-errors`},N={class:`imported-worships-list`},P={key:0,class:`new-badge`},F={key:1,class:`update-badge`},I={class:`worship-edit-fields`},L={key:0,class:`old-value`},R=[`onUpdate:modelValue`],z={class:`field-group`},B=[`onUpdate:modelValue`],V={key:0,class:`old-value`},H=[`onUpdate:modelValue`],U={key:0,class:`old-value`},W={key:0,class:`old-value`},G=[`onUpdate:modelValue`],ne={key:0,class:`old-value`},K=[`onUpdate:modelValue`],q={key:0,class:`old-value`},J=[`onUpdate:modelValue`],Y={key:0,class:`old-value`},X=[`onUpdate:modelValue`],Z={key:0,class:`old-value`},re=[`onUpdate:modelValue`],ie={class:`field-group`},ae=[`onUpdate:modelValue`],oe=[`onClick`],se={class:`import-dialog-footer`},ce=[`disabled`],le={class:`liturgical-loader`},ue=[`value`],de=[`disabled`],fe={class:`liturgical-day-section`},pe={class:`filter-section`},me={class:`checkbox-label`},Q=[`onClick`],he=[`onClick`],ge=[`onClick`],_e={class:`tooltip`};function $(e,d,v,y,b,x){let $=r(`multiselect`);return p(),o(`div`,ee,[d[69]||=i(`h2`,null,`Gottesdienst Verwaltung`,-1),i(`div`,te,[i(`button`,{type:`button`,onClick:d[0]||=(...e)=>x.toggleImportSection&&x.toggleImportSection(...e),class:`import-button`},a(b.showImportSection?`Import ausblenden`:`Import`),1),i(`button`,{type:`button`,onClick:d[1]||=(...e)=>x.toggleExportSection&&x.toggleExportSection(...e),class:`export-button`},a(b.showExportSection?`Export ausblenden`:`Export`),1)]),b.showImportSection?(p(),o(`div`,S,[d[35]||=i(`h3`,null,`Gottesdienste importieren`,-1),i(`div`,C,[d[34]||=i(`label`,{for:`import-file`},`Datei auswählen (.doc, .docx):`,-1),i(`input`,{type:`file`,id:`import-file`,ref:`fileInput`,onChange:d[2]||=(...e)=>x.handleFileSelect&&x.handleFileSelect(...e),accept:`.doc,.docx`},null,544),b.selectedFile?(p(),o(`div`,w,` Ausgewählte Datei: `+a(b.selectedFile.name),1)):f(``,!0),i(`button`,{type:`button`,onClick:d[3]||=(...e)=>x.importWorships&&x.importWorships(...e),disabled:!b.selectedFile||b.isImporting,class:`submit-import-button`},a(b.isImporting?`Importiere...`:`Importieren`),9,T)])])):f(``,!0),b.showExportSection?(p(),o(`div`,E,[d[40]||=i(`h3`,null,`Gottesdienste exportieren`,-1),i(`div`,D,[d[37]||=i(`label`,{for:`export-date-from`},`Von Datum:`,-1),n(i(`input`,{type:`date`,id:`export-date-from`,"onUpdate:modelValue":d[4]||=e=>b.exportDateFrom=e},null,512),[[m,b.exportDateFrom]]),d[38]||=i(`label`,{for:`export-date-to`},`Bis Datum:`,-1),n(i(`input`,{type:`date`,id:`export-date-to`,"onUpdate:modelValue":d[5]||=e=>b.exportDateTo=e},null,512),[[m,b.exportDateTo]]),d[39]||=i(`label`,{for:`export-format`},`Export-Format:`,-1),n(i(`select`,{id:`export-format`,"onUpdate:modelValue":d[6]||=e=>b.exportFormat=e},[...d[36]||=[i(`option`,{value:`editing`},`Für Bearbeitung`,-1),i(`option`,{value:`newsletter`},`Für Gemeindebrief`,-1)]],512),[[g,b.exportFormat]]),i(`button`,{type:`button`,onClick:d[7]||=(...e)=>x.exportWorships&&x.exportWorships(...e),disabled:!b.exportDateFrom||!b.exportDateTo||b.isExporting,class:`submit-export-button`},a(b.isExporting?`Exportiere...`:`Exportieren`),9,O)])])):f(``,!0),b.showImportDialog?(p(),o(`div`,{key:2,class:`import-dialog-overlay`,onClick:d[11]||=h((...e)=>x.closeImportDialog&&x.closeImportDialog(...e),[`self`])},[i(`div`,k,[i(`div`,A,[d[41]||=i(`h3`,null,`Importierte Gottesdienste bearbeiten`,-1),i(`button`,{class:`close-button`,onClick:d[8]||=(...e)=>x.closeImportDialog&&x.closeImportDialog(...e)},`×`)]),i(`div`,j,[b.importErrors&&b.importErrors.length>0?(p(),o(`div`,M,[d[42]||=i(`h4`,null,`Fehler beim Parsen:`,-1),i(`ul`,null,[(p(!0),o(c,null,t(b.importErrors,(e,t)=>(p(),o(`li`,{key:t},a(e),1))),128))])])):f(``,!0),i(`div`,N,[(p(!0),o(c,null,t(b.importedWorships,(e,t)=>(p(),o(`div`,{key:t,class:`imported-worship-item`},[i(`h4`,null,[l(` Gottesdienst `+a(t+1)+` `,1),e._isNew?(p(),o(`span`,P,`NEU`)):e._isUpdate?(p(),o(`span`,F,`ÄNDERUNG`)):f(``,!0)]),i(`div`,I,[i(`div`,{class:u([`field-group`,{"field-changed":x.isFieldChanged(e,`date`)}])},[i(`label`,null,[d[43]||=l(` Datum: `,-1),x.isFieldChanged(e,`date`)?(p(),o(`span`,L,`(alt: `+a(x.getOldValue(e,`date`))+`)`,1)):f(``,!0)]),n(i(`input`,{type:`date`,"onUpdate:modelValue":t=>e.date=t},null,8,R),[[m,e.date]])],2),i(`div`,z,[d[44]||=i(`label`,null,`Tag-Name:`,-1),n(i(`input`,{type:`text`,"onUpdate:modelValue":t=>e.dayName=t},null,8,B),[[m,e.dayName]])]),i(`div`,{class:u([`field-group`,{"field-changed":x.isFieldChanged(e,`time`)}])},[i(`label`,null,[d[45]||=l(` Uhrzeit: `,-1),x.isFieldChanged(e,`time`)?(p(),o(`span`,V,`(alt: `+a(x.getOldValue(e,`time`))+`)`,1)):f(``,!0)]),n(i(`input`,{type:`time`,"onUpdate:modelValue":t=>e.time=t,step:`60`},null,8,H),[[m,e.time]])],2),i(`div`,{class:u([`field-group`,{"field-changed":x.isFieldChanged(e,`eventPlaceId`)}])},[i(`label`,null,[d[46]||=l(` Ort: `,-1),x.isFieldChanged(e,`eventPlaceId`)?(p(),o(`span`,U,`(alt: `+a(x.getOldValue(e,`eventPlaceName`)||x.getOldValue(e,`eventPlaceId`))+`)`,1)):f(``,!0)]),s($,{modelValue:e.eventPlace,"onUpdate:modelValue":[t=>e.eventPlace=t,t=>{t&&(e.eventPlaceId=t.id)}],options:b.eventPlaces,label:`name`,"track-by":`id`,placeholder:`Veranstaltungsort wählen`},null,8,[`modelValue`,`onUpdate:modelValue`,`options`])],2),i(`div`,{class:u([`field-group`,{"field-changed":x.isFieldChanged(e,`title`)}])},[i(`label`,null,[d[47]||=l(` Titel: `,-1),x.isFieldChanged(e,`title`)?(p(),o(`span`,W,`(alt: `+a(x.getOldValue(e,`title`))+`)`,1)):f(``,!0)]),n(i(`input`,{type:`text`,"onUpdate:modelValue":t=>e.title=t},null,8,G),[[m,e.title]])],2),i(`div`,{class:u([`field-group`,{"field-changed":x.isFieldChanged(e,`organizer`)}])},[i(`label`,null,[d[48]||=l(` Gestalter: `,-1),x.isFieldChanged(e,`organizer`)?(p(),o(`span`,ne,`(alt: `+a(x.getOldValue(e,`organizer`))+`)`,1)):f(``,!0)]),n(i(`input`,{type:`text`,"onUpdate:modelValue":t=>e.organizer=t},null,8,K),[[m,e.organizer]])],2),i(`div`,{class:u([`field-group`,{"field-changed":x.isFieldChanged(e,`collection`)}])},[i(`label`,null,[d[49]||=l(` Kollekte: `,-1),x.isFieldChanged(e,`collection`)?(p(),o(`span`,q,`(alt: `+a(x.getOldValue(e,`collection`))+`)`,1)):f(``,!0)]),n(i(`input`,{type:`text`,"onUpdate:modelValue":t=>e.collection=t},null,8,J),[[m,e.collection]])],2),i(`div`,{class:u([`field-group`,{"field-changed":x.isFieldChanged(e,`sacristanService`)}])},[i(`label`,null,[d[50]||=l(` Dienst: `,-1),x.isFieldChanged(e,`sacristanService`)?(p(),o(`span`,Y,`(alt: `+a(x.getOldValue(e,`sacristanService`))+`)`,1)):f(``,!0)]),n(i(`input`,{type:`text`,"onUpdate:modelValue":t=>e.sacristanService=t},null,8,X),[[m,e.sacristanService]])],2),i(`div`,{class:u([`field-group`,{"field-changed":x.isFieldChanged(e,`organPlaying`)}])},[i(`label`,null,[d[51]||=l(` Orgelspiel: `,-1),x.isFieldChanged(e,`organPlaying`)?(p(),o(`span`,Z,`(alt: `+a(x.getOldValue(e,`organPlaying`))+`)`,1)):f(``,!0)]),n(i(`input`,{type:`text`,"onUpdate:modelValue":t=>e.organPlaying=t},null,8,re),[[m,e.organPlaying]])],2),i(`div`,ie,[i(`label`,null,[n(i(`input`,{type:`checkbox`,"onUpdate:modelValue":t=>e.approved=t},null,8,ae),[[_,e.approved]]),d[52]||=l(` Freigegeben `,-1)])]),i(`button`,{type:`button`,onClick:e=>x.removeWorship(t),class:`remove-button`},`Entfernen`,8,oe)])]))),128))])]),i(`div`,se,[i(`button`,{type:`button`,onClick:d[9]||=(...e)=>x.closeImportDialog&&x.closeImportDialog(...e),class:`cancel-button`},`Abbrechen`),i(`button`,{type:`button`,onClick:d[10]||=(...e)=>x.saveImportedWorships&&x.saveImportedWorships(...e),disabled:b.importedWorships.length===0||b.isImporting,class:`save-button`},a(b.isImporting?`Speichere...`:`Speichern`),9,ce)])])])):f(``,!0),i(`div`,le,[n(i(`select`,{"onUpdate:modelValue":d[12]||=e=>b.selectedYear=e,class:`year-select`},[(p(!0),o(c,null,t(b.availableYears,e=>(p(),o(`option`,{key:e,value:e},a(e),9,ue))),128))],512),[[g,b.selectedYear]]),i(`button`,{type:`button`,onClick:d[13]||=(...e)=>x.loadLiturgicalYear&&x.loadLiturgicalYear(...e),class:`load-year-button`,disabled:b.isLoading},a(b.isLoading?`Lade...`:`Kirchenjahr laden`),9,de)]),i(`form`,{onSubmit:d[30]||=h((...e)=>x.saveWorship&&x.saveWorship(...e),[`prevent`])},[d[53]||=i(`label`,{for:`eventPlaceId`},`Veranstaltungsort:`,-1),s($,{modelValue:b.selectedEventPlace,"onUpdate:modelValue":d[14]||=e=>b.selectedEventPlace=e,options:b.eventPlaces,label:`name`,"track-by":`id`,placeholder:`Veranstaltungsort wählen`},null,8,[`modelValue`,`options`]),d[54]||=i(`label`,{for:`dayName`},`Name des Tags:`,-1),i(`div`,fe,[s($,{modelValue:b.selectedDayName,"onUpdate:modelValue":d[15]||=e=>b.selectedDayName=e,options:b.dayNameOptions,multiple:!1,taggable:!0,onTag:x.addDayNameTag,placeholder:`Tag-Name wählen oder eingeben`,label:`name`,"track-by":`name`},null,8,[`modelValue`,`options`,`onTag`])]),d[55]||=i(`label`,{for:`date`},`Datum:`,-1),n(i(`input`,{type:`date`,id:`date`,"onUpdate:modelValue":d[16]||=e=>b.worshipData.date=e,required:``,onChange:d[17]||=(...e)=>x.updateDayNameFromDate&&x.updateDayNameFromDate(...e)},null,544),[[m,b.worshipData.date]]),d[56]||=i(`label`,{for:`time`},`Uhrzeit:`,-1),n(i(`input`,{type:`time`,id:`time`,"onUpdate:modelValue":d[18]||=e=>b.worshipData.time=e,required:``},null,512),[[m,b.worshipData.time]]),d[57]||=i(`label`,{for:`title`},`Titel:`,-1),n(i(`input`,{type:`text`,id:`title`,"onUpdate:modelValue":d[19]||=e=>b.worshipData.title=e,required:``},null,512),[[m,b.worshipData.title]]),d[58]||=i(`label`,{for:`organizer`},`Gestalter:`,-1),s($,{modelValue:b.selectedOrganizers,"onUpdate:modelValue":d[20]||=e=>b.selectedOrganizers=e,options:b.organizerOptions,multiple:!0,taggable:!0,onTag:x.addOrganizerTag,placeholder:`Gestalter wählen oder neu eingeben`,label:`name`,"track-by":`name`},null,8,[`modelValue`,`options`,`onTag`]),d[59]||=i(`label`,{for:`sacristanService`},`Küsterdienst:`,-1),s($,{modelValue:b.selectedSacristans,"onUpdate:modelValue":d[21]||=e=>b.selectedSacristans=e,options:b.sacristanOptions,multiple:!0,taggable:!0,onTag:x.addSacristanTag,placeholder:`Küsterdienst wählen oder neu eingeben`,label:`name`,"track-by":`name`},null,8,[`modelValue`,`options`,`onTag`]),d[60]||=i(`label`,{for:`collection`},`Kollekte:`,-1),n(i(`input`,{type:`text`,id:`collection`,"onUpdate:modelValue":d[22]||=e=>b.worshipData.collection=e},null,512),[[m,b.worshipData.collection]]),d[61]||=i(`label`,{for:`address`},`Adresse:`,-1),n(i(`input`,{type:`text`,id:`address`,"onUpdate:modelValue":d[23]||=e=>b.worshipData.address=e},null,512),[[m,b.worshipData.address]]),d[62]||=i(`label`,{for:`selfInformation`},`Selbstinformation:`,-1),n(i(`input`,{type:`checkbox`,id:`selfInformation`,"onUpdate:modelValue":d[24]||=e=>b.worshipData.selfInformation=e},null,512),[[_,b.worshipData.selfInformation]]),d[63]||=i(`label`,{for:`highlightTime`},`Uhrzeit hervorheben:`,-1),n(i(`input`,{type:`checkbox`,id:`highlightTime`,"onUpdate:modelValue":d[25]||=e=>b.worshipData.highlightTime=e},null,512),[[_,b.worshipData.highlightTime]]),d[64]||=i(`label`,{for:`neighborInvitation`},`Einladung zum Nachbarschaftsraum:`,-1),n(i(`input`,{type:`checkbox`,id:`neighborInvitation`,"onUpdate:modelValue":d[26]||=e=>b.worshipData.neighborInvitation=e},null,512),[[_,b.worshipData.neighborInvitation]]),d[65]||=i(`label`,{for:`approved`},`Freigegeben:`,-1),n(i(`input`,{type:`checkbox`,id:`approved`,"onUpdate:modelValue":d[27]||=e=>b.worshipData.approved=e},null,512),[[_,b.worshipData.approved]]),d[66]||=i(`label`,{for:`introLine`},`Einleitungszeile:`,-1),n(i(`input`,{type:`text`,id:`introLine`,"onUpdate:modelValue":d[28]||=e=>b.worshipData.introLine=e},null,512),[[m,b.worshipData.introLine]]),d[67]||=i(`button`,{type:`submit`},`Speichern`,-1),i(`button`,{type:`button`,onClick:d[29]||=(...e)=>x.resetForm&&x.resetForm(...e)},`Neuer Gottesdienst`)],32),i(`div`,pe,[n(i(`input`,{"onUpdate:modelValue":d[31]||=e=>b.searchDate=e,type:`date`,class:`search-input`,placeholder:`Nach Datum suchen...`},null,512),[[m,b.searchDate]]),i(`label`,me,[n(i(`input`,{"onUpdate:modelValue":d[32]||=e=>b.showPastWorships=e,type:`checkbox`},null,512),[[_,b.showPastWorships]]),d[68]||=l(` Vergangene Gottesdienste anzeigen `,-1)]),b.searchDate?(p(),o(`button`,{key:0,onClick:d[33]||=(...e)=>x.clearSearch&&x.clearSearch(...e),type:`button`,class:`clear-button`},` Suche zurücksetzen `)):f(``,!0)]),i(`ul`,null,[(p(!0),o(c,null,t(x.filteredWorships,e=>(p(),o(`li`,{key:e.id,class:u([`worship-list-item`,{"old-items":x.dateIsLowerCurrentDate(e.date)},{"not-approved":!e.approved}])},[i(`span`,null,a(e.title)+` - `+a(x.formatDate(e.date))+`, `+a(x.formatTime(e.time)),1),i(`button`,{type:`button`,class:`approve-toggle-button`,onClick:t=>x.toggleApproved(e)},a(e.approved?`Freigabe zurücknehmen`:`Freigeben`),9,Q),i(`button`,{type:`button`,onClick:t=>x.editWorship(e)},`Bearbeiten`,8,he),i(`button`,{type:`button`,onClick:t=>x.deleteWorship(e.id)},`Löschen`,8,ge),i(`div`,_e,a(x.getEventPlaceName(e.eventPlaceId)),1)],2))),128))])])}var ve=d(x,[[`render`,$],[`__scopeId`,`data-v-7335a4ba`]]);export{ve as default}; +//# sourceMappingURL=WorshipManagement-W7lr0rFK.js.map \ No newline at end of file diff --git a/public/assets/WorshipManagement-xg8VYwYO.js b/public/assets/WorshipManagement-xg8VYwYO.js new file mode 100644 index 0000000..615ea34 --- /dev/null +++ b/public/assets/WorshipManagement-xg8VYwYO.js @@ -0,0 +1,3 @@ +import{t as e}from"./axios-DHQprbt3.js";import{E as t,M as n,O as r,c as i,ct as a,d as o,h as s,i as c,m as l,ot as u,t as d,u as f,w as p}from"./_plugin-vue_export-helper-Conii5fq.js";import{a as m,c as h,i as g,r as _}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{n as v,t as y}from"./strings-DzAmoxIw.js";import{t as b}from"./vue-multiselect.esm-ClUY7h_I.js";var x={name:`WorshipManagement`,components:{Multiselect:b},data(){let e=new Date().getFullYear();return{worships:[],eventPlaces:[],organizerOptions:[],sacristanOptions:[],selectedOrganizers:[],selectedSacristans:[],dayNameOptions:[],liturgicalDays:[],selectedDayName:null,selectedYear:e,availableYears:[e,e+1,e+2],isLoading:!1,isUpdatingFromDate:!1,worshipData:{eventPlaceId:null,date:``,time:``,title:``,organizer:``,collection:``,address:``,selfInformation:!1,highlightTime:!1,neighborInvitation:!1,introLine:``,sacristanService:``,website:``,dayName:``,approved:!1},selectedEventPlace:null,editMode:!1,editId:null,searchDate:``,showPastWorships:!1,showImportSection:!1,selectedFile:null,isImporting:!1,showExportSection:!1,exportDateFrom:``,exportDateTo:``,exportFormat:`editing`,isExporting:!1,showImportDialog:!1,importedWorships:[],importErrors:[]}},computed:{filteredWorships(){let e=this.worships;if(!this.showPastWorships){let t=new Date;t.setHours(0,0,0,0),e=e.filter(e=>{if(e.date){let n=new Date(e.date);return n.setHours(0,0,0,0),n>=t}return!0})}if(this.searchDate){let t=new Date(this.searchDate);t.setHours(0,0,0,0),e=e.filter(e=>{if(e.date){let n=new Date(e.date);return n.setHours(0,0,0,0),n.getTime()===t.getTime()}return!1})}return e}},watch:{selectedDayName(e,t){e&&e!==t&&!this.isUpdatingFromDate&&this.updateDateFromDayName()}},async created(){await this.fetchEventPlaces(),await this.fetchWorships(),await this.fetchWorshipOptions(),await this.fetchLiturgicalDays()},methods:{isFieldChanged(e,t){return e._changedFields&&e._changedFields.includes(t)},getOldValue(e,t){return e._oldValues&&e._oldValues[t]?e._oldValues[t]:``},formatTime:v,formatDate:y,async fetchWorships(){try{this.worships=(await e.get(`/worships`)).data}catch(e){console.error(`Fehler beim Abrufen der Gottesdienste:`,e)}},async fetchEventPlaces(){try{this.eventPlaces=(await e.get(`/event-places`)).data}catch(e){console.error(`Fehler beim Abrufen der Veranstaltungsorte:`,e)}},async fetchWorshipOptions(){try{let t=await e.get(`/worships/options`);this.organizerOptions=t.data.organizers.map(e=>({name:e})),this.sacristanOptions=t.data.sacristanServices.map(e=>({name:e}))}catch(e){console.error(`Fehler beim Abrufen der Worship-Optionen:`,e)}},async fetchLiturgicalDays(){try{let t=await e.get(`/liturgical-days`);this.liturgicalDays=t.data;let n=new Date;n.setHours(0,0,0,0);let r=t.data.filter(e=>{let t=new Date(e.date);return t.setHours(0,0,0,0),t>=n});r.sort((e,t)=>new Date(e.date)-new Date(t.date)),this.dayNameOptions=r.map(e=>({name:`${new Date(e.date).toLocaleDateString(`de-DE`,{day:`2-digit`,month:`2-digit`,year:`numeric`})} - ${e.dayName}`,dayName:e.dayName,date:e.date}))}catch(e){console.error(`Fehler beim Abrufen der liturgischen Tage:`,e)}},async loadLiturgicalYear(){if(!this.selectedYear){alert(`Bitte wählen Sie ein Jahr aus`);return}this.isLoading=!0;try{let t=await e.post(`/liturgical-days/load-year`,{year:this.selectedYear});alert(t.data.message),await this.fetchLiturgicalDays()}catch(e){console.error(`Fehler beim Laden des Kirchenjahres:`,e),e.response&&e.response.data&&e.response.data.message?alert(`Fehler: `+e.response.data.message):alert(`Fehler beim Laden des Kirchenjahres`)}finally{this.isLoading=!1}},updateDayNameFromDate(){if(!this.worshipData.date)return;this.isUpdatingFromDate=!0;let e=this.worshipData.date,t=this.liturgicalDays.find(t=>(typeof t.date==`string`?t.date:t.date.split(`T`)[0])===e);if(t){let n=this.dayNameOptions.find(t=>t.date===e);n&&(this.selectedDayName=n),this.worshipData.dayName=t.dayName,console.log(`Liturgischer Tag gefunden:`,t.dayName)}else console.log(`Kein liturgischer Tag gefunden für:`,e);this.$nextTick(()=>{this.isUpdatingFromDate=!1})},updateDateFromDayName(){!this.selectedDayName||!this.selectedDayName.date||(this.worshipData.date=this.selectedDayName.date,this.worshipData.dayName=this.selectedDayName.dayName,console.log(`Datum gesetzt auf:`,this.selectedDayName.date,`für`,this.selectedDayName.dayName))},async saveWorship(){try{let t={...this.worshipData,eventPlaceId:this.selectedEventPlace?this.selectedEventPlace.id:null,organizer:this.selectedOrganizers.map(e=>e.name).join(`, `),sacristanService:this.selectedSacristans.map(e=>e.name).join(`, `),dayName:this.selectedDayName?this.selectedDayName.dayName:``,approved:!!this.worshipData.approved};this.editMode?await e.put(`/worships/${this.editId}`,t):await e.post(`/worships`,t),this.resetForm(),await this.fetchWorships(),await this.fetchWorshipOptions()}catch(e){console.error(`Fehler beim Speichern des Gottesdienstes:`,e)}},async toggleApproved(t){try{let n=!t.approved;await e.put(`/worships/${t.id}`,{approved:n}),t.approved=n}catch(e){console.error(`Fehler beim Aktualisieren des Freigabe-Status:`,e),alert(`Fehler beim Aktualisieren des Freigabe-Status.`)}},editWorship(e){this.worshipData={...e},this.worshipData.date=y(e.date).split(`.`).reverse().join(`-`),this.worshipData.time=v(e.time),console.log(this.worshipData),this.selectedEventPlace=this.eventPlaces.find(t=>t.id===e.eventPlaceId),this.selectedOrganizers=e.organizer?e.organizer.split(`,`).map(e=>({name:e.trim()})):[],this.selectedSacristans=e.sacristanService?e.sacristanService.split(`,`).map(e=>({name:e.trim()})):[],e.dayName?this.selectedDayName=this.dayNameOptions.find(t=>t.dayName===e.dayName&&t.date===this.worshipData.date)||null:this.selectedDayName=null,this.editMode=!0,this.editId=e.id},async deleteWorship(t){try{await e.delete(`/worships/${t}`),await this.fetchWorships()}catch(e){console.error(`Fehler beim Löschen des Gottesdienstes:`,e)}},resetForm(){this.worshipData={eventPlaceId:null,date:``,time:``,title:``,organizer:``,collection:``,address:``,selfInformation:!1,highlightTime:!1,neighborInvitation:!1,introLine:``,dayName:``,approved:!1},this.selectedEventPlace=null,this.selectedOrganizers=[],this.selectedSacristans=[],this.selectedDayName=null,this.editMode=!1,this.editId=null},getEventPlaceName(e){let t=this.eventPlaces.find(t=>t.id===e);return t?t.name:`Unbekannter Ort`},dateIsLowerCurrentDate(e){let t=new Date;return new Date(e)r.endsWith(e))){alert(`Bitte wählen Sie nur .doc oder .docx Dateien aus.`),e.target.value=``,this.selectedFile=null;return}this.selectedFile=t}else this.selectedFile=null},async importWorships(){if(!this.selectedFile){alert(`Bitte wählen Sie eine Datei aus.`);return}this.isImporting=!0;let t=new FormData;t.append(`file`,this.selectedFile);try{let n=await e.post(`/worships/import`,t,{headers:{"Content-Type":`multipart/form-data`}});n.data.worships&&n.data.worships.length>0?(this.importedWorships=n.data.worships.map(e=>{let t=this.eventPlaces.find(t=>t.id===e.eventPlaceId),n=e.time;return n&&typeof n==`string`&&n.length>5&&(n=n.substring(0,5)),{...e,date:typeof e.date==`string`?e.date.split(`T`)[0]:e.date,time:n,eventPlace:t||null,approved:!1,_changedFields:e._changedFields||[],_oldValues:e._oldValues||{},_isUpdate:e._isUpdate||!1,_isNew:e._isNew||!1,_existingId:e._existingId||null}}),this.importErrors=n.data.errors||[],this.showImportDialog=!0):alert(`Keine Gottesdienste in der Datei gefunden.`)}catch(e){console.error(`Fehler beim Importieren der Gottesdienste:`,e);let t=e.response?.data?.message||`Fehler beim Importieren der Datei.`;alert(`Fehler: `+t)}finally{this.isImporting=!1}},closeImportDialog(){this.showImportDialog=!1,this.importedWorships=[],this.importErrors=[],this.selectedFile=null,this.$refs.fileInput&&(this.$refs.fileInput.value=``)},removeWorship(e){this.importedWorships.splice(e,1)},async saveImportedWorships(){if(this.importedWorships.length===0){alert(`Keine Gottesdienste zum Speichern vorhanden.`);return}this.isImporting=!0;let t=this.importedWorships.map(e=>{let t=e.date;e.date instanceof Date?t=`${e.date.getFullYear()}-${String(e.date.getMonth()+1).padStart(2,`0`)}-${String(e.date.getDate()).padStart(2,`0`)}`:typeof e.date==`string`&&(t=e.date.split(`T`)[0]);let n=e.time;return n&&typeof n==`string`&&n.length===5&&(n+=`:00`),{date:t,dayName:e.dayName,time:n,title:e.title,organizer:e.organizer,collection:e.collection,sacristanService:e.sacristanService,organPlaying:e.organPlaying,approved:e.approved||!1,eventPlaceId:e.eventPlace?e.eventPlace.id:e.eventPlaceId||null}});try{let n=await e.post(`/worships/import/save`,{worships:t}),r=n.data.message||`Import erfolgreich abgeschlossen!`;(n.data.imported!==void 0||n.data.updated!==void 0)&&(r=`Import abgeschlossen! +`,n.data.imported!==void 0&&(r+=`- ${n.data.imported} neue Gottesdienste erstellt\n`),n.data.updated!==void 0&&(r+=`- ${n.data.updated} Gottesdienste aktualisiert\n`),n.data.skipped!==void 0&&n.data.skipped>0&&(r+=`- ${n.data.skipped} übersprungen (vergangene Daten)\n`)),n.data.errors&&n.data.errors.length>0&&(r+=`\nFehler: ${n.data.errors.length}`),alert(r),this.closeImportDialog(),await this.fetchWorships(),await this.fetchWorshipOptions(),await this.fetchLiturgicalDays()}catch(e){console.error(`Fehler beim Speichern der Gottesdienste:`,e);let t=e.response?.data?.message||`Fehler beim Speichern der Gottesdienste.`;alert(`Fehler: `+t)}finally{this.isImporting=!1}},toggleExportSection(){this.showExportSection=!this.showExportSection,this.showExportSection||(this.exportDateFrom=``,this.exportDateTo=``,this.exportFormat=`editing`)},async exportWorships(){if(!this.exportDateFrom||!this.exportDateTo){alert(`Bitte wählen Sie einen Datumsbereich aus.`);return}if(new Date(this.exportDateFrom)>new Date(this.exportDateTo)){alert(`Das "Von Datum" muss vor dem "Bis Datum" liegen.`);return}this.isExporting=!0;try{let t=await e.get(`/worships/export`,{params:{from:this.exportDateFrom,to:this.exportDateTo,format:this.exportFormat},responseType:`blob`}),n=new Blob([t.data],{type:t.headers[`content-type`]||`application/vnd.openxmlformats-officedocument.wordprocessingml.document`}),r=window.URL.createObjectURL(n),i=document.createElement(`a`);i.href=r;let a=t.headers[`content-disposition`],o=`gottesdienste_${this.exportDateFrom}_${this.exportDateTo}.docx`;if(a){let e=a.match(/filename="?(.+)"?/i);e&&(o=e[1])}i.download=o,document.body.appendChild(i),i.click(),document.body.removeChild(i),window.URL.revokeObjectURL(r)}catch(e){console.error(`Fehler beim Exportieren der Gottesdienste:`,e);let t=e.response?.data?.message||`Fehler beim Exportieren der Datei.`;alert(`Fehler: `+t)}finally{this.isExporting=!1}}}},ee={class:`worship-management`},te={class:`action-buttons`},S={key:0,class:`import-section`},C={class:`import-content`},w={key:0,class:`selected-file`},T=[`disabled`],E={key:1,class:`export-section`},D={class:`export-content`},O=[`disabled`],k={class:`import-dialog-content`},A={class:`import-dialog-header`},j={class:`import-dialog-body`},M={key:0,class:`import-errors`},N={class:`imported-worships-list`},P={key:0,class:`new-badge`},F={key:1,class:`update-badge`},I={class:`worship-edit-fields`},L={key:0,class:`old-value`},R=[`onUpdate:modelValue`],z={class:`field-group`},B=[`onUpdate:modelValue`],V={key:0,class:`old-value`},H=[`onUpdate:modelValue`],U={key:0,class:`old-value`},W={key:0,class:`old-value`},G=[`onUpdate:modelValue`],ne={key:0,class:`old-value`},K=[`onUpdate:modelValue`],q={key:0,class:`old-value`},J=[`onUpdate:modelValue`],Y={key:0,class:`old-value`},X=[`onUpdate:modelValue`],Z={key:0,class:`old-value`},re=[`onUpdate:modelValue`],ie={class:`field-group`},ae=[`onUpdate:modelValue`],oe=[`onClick`],se={class:`import-dialog-footer`},ce=[`disabled`],le={class:`liturgical-loader`},ue=[`value`],de=[`disabled`],fe={class:`liturgical-day-section`},pe={class:`filter-section`},me={class:`checkbox-label`},Q=[`onClick`],he=[`onClick`],ge=[`onClick`],_e={class:`tooltip`};function $(e,d,v,y,b,x){let $=r(`multiselect`);return p(),o(`div`,ee,[d[69]||=i(`h2`,null,`Gottesdienst Verwaltung`,-1),i(`div`,te,[i(`button`,{type:`button`,onClick:d[0]||=(...e)=>x.toggleImportSection&&x.toggleImportSection(...e),class:`import-button`},a(b.showImportSection?`Import ausblenden`:`Import`),1),i(`button`,{type:`button`,onClick:d[1]||=(...e)=>x.toggleExportSection&&x.toggleExportSection(...e),class:`export-button`},a(b.showExportSection?`Export ausblenden`:`Export`),1)]),b.showImportSection?(p(),o(`div`,S,[d[35]||=i(`h3`,null,`Gottesdienste importieren`,-1),i(`div`,C,[d[34]||=i(`label`,{for:`import-file`},`Datei auswählen (.doc, .docx):`,-1),i(`input`,{type:`file`,id:`import-file`,ref:`fileInput`,onChange:d[2]||=(...e)=>x.handleFileSelect&&x.handleFileSelect(...e),accept:`.doc,.docx`},null,544),b.selectedFile?(p(),o(`div`,w,` Ausgewählte Datei: `+a(b.selectedFile.name),1)):f(``,!0),i(`button`,{type:`button`,onClick:d[3]||=(...e)=>x.importWorships&&x.importWorships(...e),disabled:!b.selectedFile||b.isImporting,class:`submit-import-button`},a(b.isImporting?`Importiere...`:`Importieren`),9,T)])])):f(``,!0),b.showExportSection?(p(),o(`div`,E,[d[40]||=i(`h3`,null,`Gottesdienste exportieren`,-1),i(`div`,D,[d[37]||=i(`label`,{for:`export-date-from`},`Von Datum:`,-1),n(i(`input`,{type:`date`,id:`export-date-from`,"onUpdate:modelValue":d[4]||=e=>b.exportDateFrom=e},null,512),[[m,b.exportDateFrom]]),d[38]||=i(`label`,{for:`export-date-to`},`Bis Datum:`,-1),n(i(`input`,{type:`date`,id:`export-date-to`,"onUpdate:modelValue":d[5]||=e=>b.exportDateTo=e},null,512),[[m,b.exportDateTo]]),d[39]||=i(`label`,{for:`export-format`},`Export-Format:`,-1),n(i(`select`,{id:`export-format`,"onUpdate:modelValue":d[6]||=e=>b.exportFormat=e},[...d[36]||=[i(`option`,{value:`editing`},`Für Bearbeitung`,-1),i(`option`,{value:`newsletter`},`Für Gemeindebrief`,-1)]],512),[[g,b.exportFormat]]),i(`button`,{type:`button`,onClick:d[7]||=(...e)=>x.exportWorships&&x.exportWorships(...e),disabled:!b.exportDateFrom||!b.exportDateTo||b.isExporting,class:`submit-export-button`},a(b.isExporting?`Exportiere...`:`Exportieren`),9,O)])])):f(``,!0),b.showImportDialog?(p(),o(`div`,{key:2,class:`import-dialog-overlay`,onClick:d[11]||=h((...e)=>x.closeImportDialog&&x.closeImportDialog(...e),[`self`])},[i(`div`,k,[i(`div`,A,[d[41]||=i(`h3`,null,`Importierte Gottesdienste bearbeiten`,-1),i(`button`,{class:`close-button`,onClick:d[8]||=(...e)=>x.closeImportDialog&&x.closeImportDialog(...e)},`×`)]),i(`div`,j,[b.importErrors&&b.importErrors.length>0?(p(),o(`div`,M,[d[42]||=i(`h4`,null,`Fehler beim Parsen:`,-1),i(`ul`,null,[(p(!0),o(c,null,t(b.importErrors,(e,t)=>(p(),o(`li`,{key:t},a(e),1))),128))])])):f(``,!0),i(`div`,N,[(p(!0),o(c,null,t(b.importedWorships,(e,t)=>(p(),o(`div`,{key:t,class:`imported-worship-item`},[i(`h4`,null,[l(` Gottesdienst `+a(t+1)+` `,1),e._isNew?(p(),o(`span`,P,`NEU`)):e._isUpdate?(p(),o(`span`,F,`ÄNDERUNG`)):f(``,!0)]),i(`div`,I,[i(`div`,{class:u([`field-group`,{"field-changed":x.isFieldChanged(e,`date`)}])},[i(`label`,null,[d[43]||=l(` Datum: `,-1),x.isFieldChanged(e,`date`)?(p(),o(`span`,L,`(alt: `+a(x.getOldValue(e,`date`))+`)`,1)):f(``,!0)]),n(i(`input`,{type:`date`,"onUpdate:modelValue":t=>e.date=t},null,8,R),[[m,e.date]])],2),i(`div`,z,[d[44]||=i(`label`,null,`Tag-Name:`,-1),n(i(`input`,{type:`text`,"onUpdate:modelValue":t=>e.dayName=t},null,8,B),[[m,e.dayName]])]),i(`div`,{class:u([`field-group`,{"field-changed":x.isFieldChanged(e,`time`)}])},[i(`label`,null,[d[45]||=l(` Uhrzeit: `,-1),x.isFieldChanged(e,`time`)?(p(),o(`span`,V,`(alt: `+a(x.getOldValue(e,`time`))+`)`,1)):f(``,!0)]),n(i(`input`,{type:`time`,"onUpdate:modelValue":t=>e.time=t,step:`60`},null,8,H),[[m,e.time]])],2),i(`div`,{class:u([`field-group`,{"field-changed":x.isFieldChanged(e,`eventPlaceId`)}])},[i(`label`,null,[d[46]||=l(` Ort: `,-1),x.isFieldChanged(e,`eventPlaceId`)?(p(),o(`span`,U,`(alt: `+a(x.getOldValue(e,`eventPlaceName`)||x.getOldValue(e,`eventPlaceId`))+`)`,1)):f(``,!0)]),s($,{modelValue:e.eventPlace,"onUpdate:modelValue":[t=>e.eventPlace=t,t=>{t&&(e.eventPlaceId=t.id)}],options:b.eventPlaces,label:`name`,"track-by":`id`,placeholder:`Veranstaltungsort wählen`},null,8,[`modelValue`,`onUpdate:modelValue`,`options`])],2),i(`div`,{class:u([`field-group`,{"field-changed":x.isFieldChanged(e,`title`)}])},[i(`label`,null,[d[47]||=l(` Titel: `,-1),x.isFieldChanged(e,`title`)?(p(),o(`span`,W,`(alt: `+a(x.getOldValue(e,`title`))+`)`,1)):f(``,!0)]),n(i(`input`,{type:`text`,"onUpdate:modelValue":t=>e.title=t},null,8,G),[[m,e.title]])],2),i(`div`,{class:u([`field-group`,{"field-changed":x.isFieldChanged(e,`organizer`)}])},[i(`label`,null,[d[48]||=l(` Gestalter: `,-1),x.isFieldChanged(e,`organizer`)?(p(),o(`span`,ne,`(alt: `+a(x.getOldValue(e,`organizer`))+`)`,1)):f(``,!0)]),n(i(`input`,{type:`text`,"onUpdate:modelValue":t=>e.organizer=t},null,8,K),[[m,e.organizer]])],2),i(`div`,{class:u([`field-group`,{"field-changed":x.isFieldChanged(e,`collection`)}])},[i(`label`,null,[d[49]||=l(` Kollekte: `,-1),x.isFieldChanged(e,`collection`)?(p(),o(`span`,q,`(alt: `+a(x.getOldValue(e,`collection`))+`)`,1)):f(``,!0)]),n(i(`input`,{type:`text`,"onUpdate:modelValue":t=>e.collection=t},null,8,J),[[m,e.collection]])],2),i(`div`,{class:u([`field-group`,{"field-changed":x.isFieldChanged(e,`sacristanService`)}])},[i(`label`,null,[d[50]||=l(` Dienst: `,-1),x.isFieldChanged(e,`sacristanService`)?(p(),o(`span`,Y,`(alt: `+a(x.getOldValue(e,`sacristanService`))+`)`,1)):f(``,!0)]),n(i(`input`,{type:`text`,"onUpdate:modelValue":t=>e.sacristanService=t},null,8,X),[[m,e.sacristanService]])],2),i(`div`,{class:u([`field-group`,{"field-changed":x.isFieldChanged(e,`organPlaying`)}])},[i(`label`,null,[d[51]||=l(` Orgelspiel: `,-1),x.isFieldChanged(e,`organPlaying`)?(p(),o(`span`,Z,`(alt: `+a(x.getOldValue(e,`organPlaying`))+`)`,1)):f(``,!0)]),n(i(`input`,{type:`text`,"onUpdate:modelValue":t=>e.organPlaying=t},null,8,re),[[m,e.organPlaying]])],2),i(`div`,ie,[i(`label`,null,[n(i(`input`,{type:`checkbox`,"onUpdate:modelValue":t=>e.approved=t},null,8,ae),[[_,e.approved]]),d[52]||=l(` Freigegeben `,-1)])]),i(`button`,{type:`button`,onClick:e=>x.removeWorship(t),class:`remove-button`},`Entfernen`,8,oe)])]))),128))])]),i(`div`,se,[i(`button`,{type:`button`,onClick:d[9]||=(...e)=>x.closeImportDialog&&x.closeImportDialog(...e),class:`cancel-button`},`Abbrechen`),i(`button`,{type:`button`,onClick:d[10]||=(...e)=>x.saveImportedWorships&&x.saveImportedWorships(...e),disabled:b.importedWorships.length===0||b.isImporting,class:`save-button`},a(b.isImporting?`Speichere...`:`Speichern`),9,ce)])])])):f(``,!0),i(`div`,le,[n(i(`select`,{"onUpdate:modelValue":d[12]||=e=>b.selectedYear=e,class:`year-select`},[(p(!0),o(c,null,t(b.availableYears,e=>(p(),o(`option`,{key:e,value:e},a(e),9,ue))),128))],512),[[g,b.selectedYear]]),i(`button`,{type:`button`,onClick:d[13]||=(...e)=>x.loadLiturgicalYear&&x.loadLiturgicalYear(...e),class:`load-year-button`,disabled:b.isLoading},a(b.isLoading?`Lade...`:`Kirchenjahr laden`),9,de)]),i(`form`,{onSubmit:d[30]||=h((...e)=>x.saveWorship&&x.saveWorship(...e),[`prevent`])},[d[53]||=i(`label`,{for:`eventPlaceId`},`Veranstaltungsort:`,-1),s($,{modelValue:b.selectedEventPlace,"onUpdate:modelValue":d[14]||=e=>b.selectedEventPlace=e,options:b.eventPlaces,label:`name`,"track-by":`id`,placeholder:`Veranstaltungsort wählen`},null,8,[`modelValue`,`options`]),d[54]||=i(`label`,{for:`dayName`},`Name des Tags:`,-1),i(`div`,fe,[s($,{modelValue:b.selectedDayName,"onUpdate:modelValue":d[15]||=e=>b.selectedDayName=e,options:b.dayNameOptions,multiple:!1,taggable:!0,onTag:x.addDayNameTag,placeholder:`Tag-Name wählen oder eingeben`,label:`name`,"track-by":`name`},null,8,[`modelValue`,`options`,`onTag`])]),d[55]||=i(`label`,{for:`date`},`Datum:`,-1),n(i(`input`,{type:`date`,id:`date`,"onUpdate:modelValue":d[16]||=e=>b.worshipData.date=e,required:``,onChange:d[17]||=(...e)=>x.updateDayNameFromDate&&x.updateDayNameFromDate(...e)},null,544),[[m,b.worshipData.date]]),d[56]||=i(`label`,{for:`time`},`Uhrzeit:`,-1),n(i(`input`,{type:`time`,id:`time`,"onUpdate:modelValue":d[18]||=e=>b.worshipData.time=e,required:``},null,512),[[m,b.worshipData.time]]),d[57]||=i(`label`,{for:`title`},`Titel:`,-1),n(i(`input`,{type:`text`,id:`title`,"onUpdate:modelValue":d[19]||=e=>b.worshipData.title=e,required:``},null,512),[[m,b.worshipData.title]]),d[58]||=i(`label`,{for:`organizer`},`Gestalter:`,-1),s($,{modelValue:b.selectedOrganizers,"onUpdate:modelValue":d[20]||=e=>b.selectedOrganizers=e,options:b.organizerOptions,multiple:!0,taggable:!0,onTag:x.addOrganizerTag,placeholder:`Gestalter wählen oder neu eingeben`,label:`name`,"track-by":`name`},null,8,[`modelValue`,`options`,`onTag`]),d[59]||=i(`label`,{for:`sacristanService`},`Küsterdienst:`,-1),s($,{modelValue:b.selectedSacristans,"onUpdate:modelValue":d[21]||=e=>b.selectedSacristans=e,options:b.sacristanOptions,multiple:!0,taggable:!0,onTag:x.addSacristanTag,placeholder:`Küsterdienst wählen oder neu eingeben`,label:`name`,"track-by":`name`},null,8,[`modelValue`,`options`,`onTag`]),d[60]||=i(`label`,{for:`collection`},`Kollekte:`,-1),n(i(`input`,{type:`text`,id:`collection`,"onUpdate:modelValue":d[22]||=e=>b.worshipData.collection=e},null,512),[[m,b.worshipData.collection]]),d[61]||=i(`label`,{for:`address`},`Adresse:`,-1),n(i(`input`,{type:`text`,id:`address`,"onUpdate:modelValue":d[23]||=e=>b.worshipData.address=e},null,512),[[m,b.worshipData.address]]),d[62]||=i(`label`,{for:`selfInformation`},`Selbstinformation:`,-1),n(i(`input`,{type:`checkbox`,id:`selfInformation`,"onUpdate:modelValue":d[24]||=e=>b.worshipData.selfInformation=e},null,512),[[_,b.worshipData.selfInformation]]),d[63]||=i(`label`,{for:`highlightTime`},`Uhrzeit hervorheben:`,-1),n(i(`input`,{type:`checkbox`,id:`highlightTime`,"onUpdate:modelValue":d[25]||=e=>b.worshipData.highlightTime=e},null,512),[[_,b.worshipData.highlightTime]]),d[64]||=i(`label`,{for:`neighborInvitation`},`Einladung zum Nachbarschaftsraum:`,-1),n(i(`input`,{type:`checkbox`,id:`neighborInvitation`,"onUpdate:modelValue":d[26]||=e=>b.worshipData.neighborInvitation=e},null,512),[[_,b.worshipData.neighborInvitation]]),d[65]||=i(`label`,{for:`approved`},`Freigegeben:`,-1),n(i(`input`,{type:`checkbox`,id:`approved`,"onUpdate:modelValue":d[27]||=e=>b.worshipData.approved=e},null,512),[[_,b.worshipData.approved]]),d[66]||=i(`label`,{for:`introLine`},`Einleitungszeile:`,-1),n(i(`input`,{type:`text`,id:`introLine`,"onUpdate:modelValue":d[28]||=e=>b.worshipData.introLine=e},null,512),[[m,b.worshipData.introLine]]),d[67]||=i(`button`,{type:`submit`},`Speichern`,-1),i(`button`,{type:`button`,onClick:d[29]||=(...e)=>x.resetForm&&x.resetForm(...e)},`Neuer Gottesdienst`)],32),i(`div`,pe,[n(i(`input`,{"onUpdate:modelValue":d[31]||=e=>b.searchDate=e,type:`date`,class:`search-input`,placeholder:`Nach Datum suchen...`},null,512),[[m,b.searchDate]]),i(`label`,me,[n(i(`input`,{"onUpdate:modelValue":d[32]||=e=>b.showPastWorships=e,type:`checkbox`},null,512),[[_,b.showPastWorships]]),d[68]||=l(` Vergangene Gottesdienste anzeigen `,-1)]),b.searchDate?(p(),o(`button`,{key:0,onClick:d[33]||=(...e)=>x.clearSearch&&x.clearSearch(...e),type:`button`,class:`clear-button`},` Suche zurücksetzen `)):f(``,!0)]),i(`ul`,null,[(p(!0),o(c,null,t(x.filteredWorships,e=>(p(),o(`li`,{key:e.id,class:u([`worship-list-item`,{"old-items":x.dateIsLowerCurrentDate(e.date)},{"not-approved":!e.approved}])},[i(`span`,null,a(e.title)+` - `+a(x.formatDate(e.date))+`, `+a(x.formatTime(e.time)),1),i(`button`,{type:`button`,class:`approve-toggle-button`,onClick:t=>x.toggleApproved(e)},a(e.approved?`Freigabe zurücknehmen`:`Freigeben`),9,Q),i(`button`,{type:`button`,onClick:t=>x.editWorship(e)},`Bearbeiten`,8,he),i(`button`,{type:`button`,onClick:t=>x.deleteWorship(e.id)},`Löschen`,8,ge),i(`div`,_e,a(x.getEventPlaceName(e.eventPlaceId)),1)],2))),128))])])}var ve=d(x,[[`render`,$],[`__scopeId`,`data-v-7335a4ba`]]);export{ve as default}; +//# sourceMappingURL=WorshipManagement-xg8VYwYO.js.map \ No newline at end of file diff --git a/public/assets/index-0d68zlyo.css b/public/assets/index-0d68zlyo.css new file mode 100644 index 0000000..3f660ca --- /dev/null +++ b/public/assets/index-0d68zlyo.css @@ -0,0 +1 @@ +.navbar[data-v-7fe2dd29]{background-color:var(--color-brand-primary);min-height:31px;width:calc(100% - (var(--space-3) * 2));margin:var(--space-1) var(--space-3) var(--space-3) var(--space-3);box-shadow:0 0 0 2px var(--color-brand-primary);border-radius:4px;flex-direction:column;display:inline-flex;overflow:visible}.menu-toggle[data-v-7fe2dd29]{background-color:var(--color-brand-primary);color:#fff;padding:var(--space-3) var(--space-4);text-align:left;align-items:center;gap:var(--space-2);border:none;border-radius:4px;font-weight:700;text-decoration:none;display:none}.menu-toggle__icon[data-v-7fe2dd29]{font-size:1.25rem;line-height:1}.navbar ul[data-v-7fe2dd29]{align-items:center;gap:2px;margin:0;padding:0;list-style-type:none;display:flex}.navbar li[data-v-7fe2dd29]{position:relative}.nav-link[data-v-7fe2dd29],.navbar a[data-v-7fe2dd29],.navbar li>span[data-v-7fe2dd29]{color:#fff;text-align:center;border-radius:3px;padding:10px 14px;font-weight:700;line-height:1.2;text-decoration:none;display:block}.navbar a[data-v-7fe2dd29]:hover,.nav-link[data-v-7fe2dd29]:hover{background-color:var(--color-brand-primary-hover)}.nav-link[data-v-7fe2dd29]:active,.menu-toggle[data-v-7fe2dd29]:active{transform:translateY(1px)}.navbar a[data-v-7fe2dd29]:focus-visible,.menu-toggle[data-v-7fe2dd29]:focus-visible{outline-color:#fff}.navbar[data-v-7fe2dd29] .router-link-exact-active{background-color:#ffffff2e}.menu-icon[data-v-7fe2dd29]{width:20px;height:20px;margin-right:5px}.dropdown-content[data-v-7fe2dd29]{background-color:var(--color-brand-primary);z-index:1;opacity:0;visibility:hidden;min-width:200px;transition:opacity var(--transition-standard), visibility var(--transition-standard);box-shadow:var(--shadow-dropdown);padding:var(--space-1);border-radius:4px;position:absolute;top:100%;left:0}.dropdown-content a[data-v-7fe2dd29]{color:#fff;text-align:left;padding:12px 16px;text-decoration:none;display:block}.dropdown-content a[data-v-7fe2dd29]:hover{background-color:var(--color-brand-primary-hover)}.navbar li:hover .dropdown-content[data-v-7fe2dd29]{opacity:1;visibility:visible}.fade-enter-active[data-v-7fe2dd29],.fade-leave-active[data-v-7fe2dd29]{transition:opacity var(--transition-standard), visibility var(--transition-standard)}.fade-enter[data-v-7fe2dd29],.fade-leave-to[data-v-7fe2dd29]{opacity:0;visibility:hidden}@media (width<=768px){.navbar[data-v-7fe2dd29]{flex-direction:column}.navbar ul[data-v-7fe2dd29]{flex-direction:column;align-items:stretch;gap:0}.navbar li[data-v-7fe2dd29]{width:100%}.navbar a[data-v-7fe2dd29],.navbar li>span[data-v-7fe2dd29]{text-align:left;border-radius:0;padding:14px 16px}.menu-toggle[data-v-7fe2dd29]{display:inline-flex}.dropdown-content[data-v-7fe2dd29]{box-shadow:none;opacity:1;visibility:visible;padding-left:var(--space-4);padding-bottom:var(--space-2);position:static}.navbar[data-v-7fe2dd29] .router-link-exact-active{background-color:#ffffff24}}.pointer[data-v-7fe2dd29]{cursor:pointer}.facettenkreuz[data-v-7fe2dd29]{width:28px;height:28px;margin:0 var(--space-2);display:block}.ekhnlogo[data-v-7fe2dd29]{align-items:center;width:auto;padding:0;display:flex}.breadcrumbs[data-v-a3b4cf74]{margin:0 var(--space-3) var(--space-2) var(--space-3);color:var(--color-text-muted);font-size:.875rem}.breadcrumbs ol[data-v-a3b4cf74]{gap:var(--space-2);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs li[data-v-a3b4cf74]{align-items:center;gap:var(--space-2);display:inline-flex}.breadcrumbs li[data-v-a3b4cf74]:not(:last-child):after{content:"›";color:var(--color-text-muted)}.breadcrumbs a[data-v-a3b4cf74]{color:var(--color-text-muted);text-decoration:none}.breadcrumbs a[data-v-a3b4cf74]:hover,.breadcrumbs a[data-v-a3b4cf74]:focus-visible{color:var(--color-text);text-underline-offset:2px;text-decoration:underline}header[data-v-edeccead]{background-color:var(--color-bg-page);flex-direction:column;width:100%;display:flex}.header-title[data-v-edeccead]{width:100%;padding:var(--space-2) var(--space-3);justify-content:space-between;align-items:center;display:flex}header h1[data-v-edeccead]{text-align:center;text-shadow:1px 1px 0 var(--color-brand-tint);padding-bottom:var(--space-1);flex:1;margin:0}.reload-icon[data-v-edeccead]{cursor:pointer;margin-left:var(--space-3);color:var(--color-text-muted);opacity:.65;background-color:#0000;border:1px solid #00000024;border-radius:4px;padding:2px 5px;font-size:.82rem;line-height:1}.reload-icon[data-v-edeccead]:hover,.reload-icon[data-v-edeccead]:focus-visible{color:var(--color-brand-primary-hover);opacity:1;border-color:#7a00d173}.footer[data-v-9633d905]{background-color:var(--color-footer-bg);z-index:2;width:100%;padding:var(--space-2) var(--space-3);justify-content:space-between;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex;position:relative;bottom:0;left:0}.left-links[data-v-9633d905]{align-items:center;display:flex}.right-links[data-v-9633d905]{flex-wrap:wrap;align-items:center;display:flex}.footer a[data-v-9633d905]{color:var(--color-footer-link);padding-right:var(--space-5);text-underline-offset:2px;text-decoration:none}.footer a[data-v-9633d905]:hover,.footer a[data-v-9633d905]:focus-visible{color:var(--color-footer-link-hover);text-decoration:underline}.footer a.logout-link[data-v-9633d905]{cursor:pointer}.content-section{min-height:0;color:var(--color-text);flex:1;display:flex;overflow-y:hidden}.left-column{min-width:0;max-width:100%;margin:var(--space-2) 0 var(--space-2) var(--space-2);padding-right:var(--space-2);background-color:var(--color-bg-page);flex:1;overflow-y:auto}.right-column{background-color:var(--color-bg-sidebar);min-width:0;margin:0 var(--space-2) var(--space-2) 0;flex:1;overflow-y:auto}.right-column h2{text-align:center;color:var(--color-text)}.right-column img{max-width:100%;height:auto;margin:0 auto;display:block}.right-column-overlay{max-height:150px;margin-top:var(--space-3);background-color:var(--color-bg-sidebar);justify-content:center;align-items:center;display:flex;overflow-y:hidden}.right-column-overlay img{object-fit:contain;max-width:100%;max-height:100%}@media (width<=1200px){.content-section{flex-direction:column}.left-column{padding:var(--space-3);margin-left:0;margin-right:0}.right-column{display:none}.right-column-overlay{background-color:var(--color-bg-page);max-height:150px;display:flex}.right-column-overlay img{object-fit:contain;max-width:100%;max-height:150px}}@media (width<=767px){.content-section{flex-direction:column}.left-column,.right-column{padding:var(--space-3)}.right-column{display:none}.right-column-overlay{display:flex}}:root{--color-brand-primary:#9400ff;--color-brand-primary-hover:#7a00d1;--color-brand-tint:#e0bfff;--color-bg-page:#fff;--color-bg-subtle:#f8f9fb;--color-bg-sidebar:#d9e2f3;--color-text:#1a1a1a;--color-text-muted:#4a4a4a;--color-footer-bg:#0b1735;--color-footer-link:#e8edf5;--color-footer-link-hover:#fff;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--font-family-base:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-size-body:1rem;--line-height-body:1.5;--font-size-h1:clamp(1.25rem, 2.5vw, 1.75rem);--font-size-h2:clamp(1.15rem, 2vw, 1.35rem);--font-size-h3:clamp(1.05rem, 1.5vw, 1.2rem);--shadow-dropdown:2px 2px 6px #00000038;--transition-fast:.14s ease;--transition-standard:.22s ease}html,body{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}body{background-color:var(--color-bg-page);color:var(--color-text);font-family:var(--font-family-base);font-size:var(--font-size-body);line-height:var(--line-height-body)}#app{flex-direction:column;height:100%;display:flex}:where(h1){font-size:var(--font-size-h1);font-weight:600;line-height:1.25}:where(h2){font-size:var(--font-size-h2);font-weight:600;line-height:1.3}:where(h3){font-size:var(--font-size-h3);font-weight:600;line-height:1.35}:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:2px}a,button,[role=button]{transition:color var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-standard), transform var(--transition-fast)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.mg-stack{gap:var(--space-4);display:grid}.mg-card{background:var(--color-bg-page);padding:var(--space-4);border:1px solid #0000001f;border-radius:6px}.mg-card:hover{box-shadow:0 2px 10px #00000012}.mg-card--highlight{border-color:var(--color-brand-primary);box-shadow:0 0 0 1px #9400ff2e}.mg-card__grid{gap:var(--space-4);grid-template-columns:160px 1fr;align-items:start;display:grid}@media (width<=640px){.mg-card__grid{grid-template-columns:1fr}}.mg-media{aspect-ratio:4/3;background:var(--color-bg-subtle);border:1px solid #00000014;border-radius:6px;width:100%;overflow:hidden}.mg-media>img{object-fit:cover;width:100%;height:100%;display:block}.mg-title{margin:0 0 var(--space-2) 0;font-weight:600}.mg-meta{gap:var(--space-2) var(--space-4);margin:0 0 var(--space-2) 0;color:var(--color-text-muted);flex-wrap:wrap;font-size:.95rem;display:flex}.mg-meta strong{color:var(--color-text);font-weight:600}.mg-text{margin:0}.mg-badge{align-items:center;gap:var(--space-1);color:var(--color-text);background:#ffffff2e;border:1px solid #0000001a;border-radius:999px;padding:2px 8px;font-size:.85rem;display:inline-flex}.mg-accent-left{padding-left:var(--space-3);border-left:6px solid #0000001f}.htmleditor{background-color:#fff;border:1px solid #000;width:calc(100% - 26px);height:31em;margin:7px;padding:5px;overflow:auto}.htmleditor table{border-collapse:collapse;border:1px solid #e0e0e0}.htmleditor th,.htmleditor td{border:1px solid #e0e0e0} diff --git a/public/assets/index-B1bTY3_G.js b/public/assets/index-B1bTY3_G.js new file mode 100644 index 0000000..dfdd4b0 --- /dev/null +++ b/public/assets/index-B1bTY3_G.js @@ -0,0 +1,3 @@ +const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/DialogComponent-Xljax2a4.js","assets/_plugin-vue_export-helper-Conii5fq.js","assets/DialogComponent-Cs1ZJRNx.css"])))=>i.map(i=>d[i]); +import{C as e,E as t,I as n,L as r,O as i,S as a,c as o,ct as s,d as c,h as l,i as u,j as d,l as f,m as p,s as m,t as h,u as g,w as _}from"./_plugin-vue_export-helper-Conii5fq.js";import{c as v,n as y,s as b,t as x}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{a as S,n as C,r as ee}from"./vuex.esm-bundler-CDO_-3pz.js";import{r as w}from"./vue-router-TV9y4Y2n.js";import{i as T,n as E,r as D,t as O}from"./router-9tkBnM0Q.js";(function(){let e=document.createElement(`link`).relList;if(e&&e.supports&&e.supports(`modulepreload`))return;for(let e of document.querySelectorAll(`link[rel="modulepreload"]`))n(e);new MutationObserver(e=>{for(let t of e)if(t.type===`childList`)for(let e of t.addedNodes)e.tagName===`LINK`&&e.rel===`modulepreload`&&n(e)}).observe(document,{childList:!0,subtree:!0});function t(e){let t={};return e.integrity&&(t.integrity=e.integrity),e.referrerPolicy&&(t.referrerPolicy=e.referrerPolicy),e.crossOrigin===`use-credentials`?t.credentials=`include`:e.crossOrigin===`anonymous`?t.credentials=`omit`:t.credentials=`same-origin`,t}function n(e){if(e.ep)return;e.ep=!0;let n=t(e);fetch(e.href,n)}})();var te=(e,t,n)=>{let r=t.lastIndexOf(`?`),i=e[r===-1||r{(typeof queueMicrotask==`function`?queueMicrotask:setTimeout)(r.bind(null,Error(`Unknown variable dynamic import: `+t+(t.split(`/`).length===n?``:`. Note that variables only represent file names one level deep.`))))})},k={name:`NavbarComponent`,setup(){let t=S(),i=r(!1),o=n({}),s=r(window.innerWidth),c=m(()=>(t.state.menuData||[]).map(e=>{let n=Array.isArray(e.submenu)?e.submenu.filter(e=>e.showInMenu&&(!e.requiresAuth||t.getters.isLoggedIn)):e.submenu;return{...e,submenu:n}}).filter(e=>!(!e.showInMenu||e.requiresAuth&&!t.getters.isLoggedIn))),l=()=>{i.value=!i.value},u=e=>{s.value<=768&&(o[e]=!o[e])},d=()=>{i.value=!1,Object.keys(o).forEach(e=>{o[e]=!1})},f=()=>{s.value=window.innerWidth,s.value>768&&(i.value=!1,Object.keys(o).forEach(e=>{o[e]=!1}))};return e(()=>{window.addEventListener(`resize`,f)}),a(()=>{window.removeEventListener(`resize`,f)}),{isMenuOpen:i,isSubmenuOpen:o,windowWidth:s,menu:c,toggleMenu:l,toggleSubmenu:u,closeMenu:d}}},A={class:`navbar`},j=[`aria-expanded`],M={key:0,id:`main-menu`},N=[`onClick`,`onKeydown`,`aria-expanded`],P={key:0,class:`dropdown-content`};function F(e,n,r,a,m,h){let y=i(`router-link`);return _(),c(`nav`,A,[o(`button`,{class:`menu-toggle`,type:`button`,onClick:n[0]||=(...e)=>a.toggleMenu&&a.toggleMenu(...e),"aria-expanded":String(a.isMenuOpen),"aria-controls":`main-menu`},[...n[1]||=[o(`span`,{class:`menu-toggle__icon`,"aria-hidden":`true`},`≡`,-1),o(`span`,null,`Menü`,-1)]],8,j),a.isMenuOpen||a.windowWidth>768?(_(),c(`ul`,M,[n[2]||=o(`li`,{class:`ekhnlogo`},[o(`img`,{src:`/images/facettenkreuz.png`,class:`facettenkreuz`,alt:`EKHN`})],-1),(_(!0),c(u,null,t(a.menu,e=>(_(),c(`li`,{key:e.name},[e.link?(_(),f(y,{key:0,to:e.link,onClick:a.closeMenu,class:`nav-link`},{default:d(()=>[p(s(e.name),1)]),_:2},1032,[`to`,`onClick`])):g(``,!0),e.link?g(``,!0):(_(),c(`span`,{key:1,class:`nav-link pointer`,role:`button`,tabindex:`0`,onClick:t=>a.toggleSubmenu(e.name),onKeydown:[b(v(t=>a.toggleSubmenu(e.name),[`prevent`]),[`enter`]),b(v(t=>a.toggleSubmenu(e.name),[`prevent`]),[`space`])],"aria-expanded":String(!!a.isSubmenuOpen[e.name])},s(e.name),41,N)),l(x,{name:`fade`},{default:d(()=>[e.submenu&&e.submenu.length&&(a.isSubmenuOpen[e.name]||a.windowWidth>768)?(_(),c(`div`,P,[(_(!0),c(u,null,t(e.submenu,e=>(_(),f(y,{key:e.name,to:e.link,onClick:a.closeMenu},{default:d(()=>[p(s(e.name),1)]),_:2},1032,[`to`,`onClick`]))),128))])):g(``,!0)]),_:2},1024)]))),128))])):g(``,!0)])}var I=h(k,[[`render`,F],[`__scopeId`,`data-v-7fe2dd29`]]);function L(e,t){for(let n of e){if(n?.link===t)return n.pageTitle||n.name||``;if(n?.submenu?.length){let e=L(n.submenu,t);if(e)return e}}return``}var R={name:`BreadcrumbsComponent`,setup(){let e=w(),t=S();return{crumbs:m(()=>{let n=e.path||`/`,r=[{label:`Startseite`,to:`/`}];if(n===`/`)return[];let i=L(t.state.menuData||[],n);return r.push({label:i||`Seite`,to:n}),r})}}},z={key:0,class:`breadcrumbs`,"aria-label":`Brotkrumen`},B={key:1,"aria-current":`page`};function V(e,n,r,a,l,m){let h=i(`router-link`);return a.crumbs.length?(_(),c(`nav`,z,[o(`ol`,null,[(_(!0),c(u,null,t(a.crumbs,(e,t)=>(_(),c(`li`,{key:e.to+`-`+t},[t[p(s(e.label),1)]),_:2},1032,[`to`])):(_(),c(`span`,B,s(e.label),1))]))),128))])])):g(``,!0)}var H=h(R,[[`render`,V],[`__scopeId`,`data-v-a3b4cf74`]]),U={name:`HeaderComponent`,components:{NavbarComponent:I,BreadcrumbsComponent:H},methods:{...C([`loadMenuData`]),async reloadMenu(){await this.loadMenuData(),this.$router.push({path:`/`}),this.$store.state.menuData.map(e=>{if(e.component)return{path:e.link,component:()=>te(Object.assign({"./BreadcrumbsComponent.vue":()=>E(()=>import(`./BreadcrumbsComponent-DmyVJ1cK.js`),[]),"./DialogComponent.vue":()=>E(()=>import(`./DialogComponent-Xljax2a4.js`),__vite__mapDeps([0,1,2])),"./FooterComponent.vue":()=>E(()=>import(`./FooterComponent-CwkCqxR9.js`),[]),"./NavbarComponent.vue":()=>E(()=>import(`./NavbarComponent-CTeMlwWh.js`),[])}),`./${e.component}.vue`,3)}}).forEach(e=>O.addRoute(e))}}},W={class:`header-title`};function ne(e,t,n,r,a,s){let u=i(`NavbarComponent`),d=i(`BreadcrumbsComponent`);return _(),c(`header`,null,[o(`div`,W,[t[1]||=o(`h1`,null,`Evangelische Miriamgemeinde Frankfurt am Main`,-1),o(`button`,{class:`reload-icon`,type:`button`,onClick:t[0]||=(...e)=>s.reloadMenu&&s.reloadMenu(...e),"aria-label":`Menü neu laden`},` ⟳ `)]),l(u),l(d)])}var G=h(U,[[`render`,ne],[`__scopeId`,`data-v-edeccead`]]),K={name:`FooterComponent`,computed:{...ee([`isLoggedIn`])},methods:{...C([`logout`]),async handleLogout(){try{await this.logout()}catch(e){console.error(`Fehler beim Logout:`,e)}}}},q={class:`footer`},J={class:`left-links`},Y={class:`right-links`};function X(e,t,n,r,a,s){let u=i(`router-link`);return _(),c(`footer`,q,[o(`div`,J,[e.isLoggedIn?g(``,!0):(_(),f(u,{key:0,class:`login-link`,to:`/auth/login`},{default:d(()=>[...t[1]||=[p(`Login`,-1)]]),_:1})),e.isLoggedIn?(_(),c(`a`,{key:1,onClick:t[0]||=(...e)=>s.handleLogout&&s.handleLogout(...e),class:`logout-link`},`Logout`)):g(``,!0)]),o(`div`,Y,[l(u,{to:`/terms`},{default:d(()=>[...t[2]||=[p(`Impressum`,-1)]]),_:1}),l(u,{to:`/privacy-policy`},{default:d(()=>[...t[3]||=[p(`Datenschutzerklärung`,-1)]]),_:1})])])}var Z=h(K,[[`render`,X],[`__scopeId`,`data-v-9633d905`]]),re={name:`AppComponent`,components:{HeaderComponent:G,FooterComponent:Z},data(){return{windowWidth:window.innerWidth}},computed:{showRightColumn(){return this.windowWidth>1200},showOverlay(){return this.windowWidth<=1200&&this.windowWidth>=768},showAsFooter(){return this.windowWidth<768}},mounted(){window.addEventListener(`resize`,this.handleResize),document.title=`Evangelische Miriamgemeinde Frankfurt`},beforeUnmount(){window.removeEventListener(`resize`,this.handleResize)},methods:{handleResize(){this.windowWidth=window.innerWidth}}},ie={id:`app`},ae={class:`content-section`},oe={class:`left-column`},se={key:0,class:`right-column-overlay`},Q={key:1,class:`right-column-overlay`},ce={key:0,class:`right-column`};function le(e,t,n,r,a,s){let u=i(`HeaderComponent`),d=i(`router-view`),f=i(`FooterComponent`);return _(),c(`div`,ie,[l(u),o(`main`,ae,[o(`div`,oe,[s.showOverlay?(_(),c(`div`,se,[l(d,{name:`rightColumn`})])):g(``,!0),l(d),s.showAsFooter?(_(),c(`div`,Q,[l(d,{name:`rightColumn`})])):g(``,!0)]),s.showRightColumn?(_(),c(`div`,ce,[l(d,{name:`rightColumn`})])):g(``,!0)]),l(f)])}var $=y(h(re,[[`render`,le]]));$.use(O),$.use(D),$.config.globalProperties.$axios=T,$.mount(`#app`);export{H as n,I as r,Z as t}; +//# sourceMappingURL=index-B1bTY3_G.js.map \ No newline at end of file diff --git a/public/assets/index-Bkxa2ovV.css b/public/assets/index-Bkxa2ovV.css new file mode 100644 index 0000000..294b914 --- /dev/null +++ b/public/assets/index-Bkxa2ovV.css @@ -0,0 +1 @@ +.navbar[data-v-7fe2dd29]{background-color:var(--color-brand-primary);min-height:31px;width:calc(100% - (var(--space-3) * 2));margin:var(--space-1) var(--space-3) var(--space-3) var(--space-3);box-shadow:0 0 0 2px var(--color-brand-primary);border-radius:4px;flex-direction:column;display:inline-flex;overflow:visible}.menu-toggle[data-v-7fe2dd29]{background-color:var(--color-brand-primary);color:#fff;padding:var(--space-3) var(--space-4);text-align:left;align-items:center;gap:var(--space-2);border:none;border-radius:4px;font-weight:700;text-decoration:none;display:none}.menu-toggle__icon[data-v-7fe2dd29]{font-size:1.25rem;line-height:1}.navbar ul[data-v-7fe2dd29]{align-items:center;gap:2px;margin:0;padding:0;list-style-type:none;display:flex}.navbar li[data-v-7fe2dd29]{position:relative}.nav-link[data-v-7fe2dd29],.navbar a[data-v-7fe2dd29],.navbar li>span[data-v-7fe2dd29]{color:#fff;text-align:center;border-radius:3px;padding:10px 14px;font-weight:700;line-height:1.2;text-decoration:none;display:block}.navbar a[data-v-7fe2dd29]:hover,.nav-link[data-v-7fe2dd29]:hover{background-color:var(--color-brand-primary-hover)}.nav-link[data-v-7fe2dd29]:active,.menu-toggle[data-v-7fe2dd29]:active{transform:translateY(1px)}.navbar a[data-v-7fe2dd29]:focus-visible,.menu-toggle[data-v-7fe2dd29]:focus-visible{outline-color:#fff}.navbar[data-v-7fe2dd29] .router-link-exact-active{background-color:#ffffff2e}.menu-icon[data-v-7fe2dd29]{width:20px;height:20px;margin-right:5px}.dropdown-content[data-v-7fe2dd29]{background-color:var(--color-brand-primary);z-index:1;opacity:0;visibility:hidden;min-width:200px;transition:opacity var(--transition-standard), visibility var(--transition-standard);box-shadow:var(--shadow-dropdown);padding:var(--space-1);border-radius:4px;position:absolute;top:100%;left:0}.dropdown-content a[data-v-7fe2dd29]{color:#fff;text-align:left;padding:12px 16px;text-decoration:none;display:block}.dropdown-content a[data-v-7fe2dd29]:hover{background-color:var(--color-brand-primary-hover)}.navbar li:hover .dropdown-content[data-v-7fe2dd29]{opacity:1;visibility:visible}.fade-enter-active[data-v-7fe2dd29],.fade-leave-active[data-v-7fe2dd29]{transition:opacity var(--transition-standard), visibility var(--transition-standard)}.fade-enter[data-v-7fe2dd29],.fade-leave-to[data-v-7fe2dd29]{opacity:0;visibility:hidden}@media (width<=768px){.navbar[data-v-7fe2dd29]{flex-direction:column}.navbar ul[data-v-7fe2dd29]{flex-direction:column;align-items:stretch;gap:0}.navbar li[data-v-7fe2dd29]{width:100%}.navbar a[data-v-7fe2dd29],.navbar li>span[data-v-7fe2dd29]{text-align:left;border-radius:0;padding:14px 16px}.menu-toggle[data-v-7fe2dd29]{display:inline-flex}.dropdown-content[data-v-7fe2dd29]{box-shadow:none;opacity:1;visibility:visible;padding-left:var(--space-4);padding-bottom:var(--space-2);position:static}.navbar[data-v-7fe2dd29] .router-link-exact-active{background-color:#ffffff24}}.pointer[data-v-7fe2dd29]{cursor:pointer}.facettenkreuz[data-v-7fe2dd29]{width:28px;height:28px;margin:0 var(--space-2);display:block}.ekhnlogo[data-v-7fe2dd29]{align-items:center;width:auto;padding:0;display:flex}.breadcrumbs[data-v-a3b4cf74]{margin:0 var(--space-3) var(--space-2) var(--space-3);color:var(--color-text-muted);font-size:.875rem}.breadcrumbs ol[data-v-a3b4cf74]{gap:var(--space-2);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs li[data-v-a3b4cf74]{align-items:center;gap:var(--space-2);display:inline-flex}.breadcrumbs li[data-v-a3b4cf74]:not(:last-child):after{content:"›";color:var(--color-text-muted)}.breadcrumbs a[data-v-a3b4cf74]{color:var(--color-text-muted);text-decoration:none}.breadcrumbs a[data-v-a3b4cf74]:hover,.breadcrumbs a[data-v-a3b4cf74]:focus-visible{color:var(--color-text);text-underline-offset:2px;text-decoration:underline}header[data-v-17d94707]{background-color:var(--color-bg-page);flex-direction:column;width:100%;display:flex}.header-title[data-v-17d94707]{width:100%;padding:var(--space-2) var(--space-3);justify-content:space-between;align-items:center;display:flex}header h1[data-v-17d94707]{text-align:center;text-shadow:1px 1px 0 var(--color-brand-tint);padding-bottom:var(--space-1);flex:1;margin:0}.reload-icon[data-v-17d94707]{cursor:pointer;margin-left:var(--space-3);background-color:var(--color-brand-tint);color:var(--color-bg-page);padding:var(--space-1) 6px;border:1px solid #0000;border-radius:50%;font-size:1rem;line-height:1}.reload-icon[data-v-17d94707]:hover,.reload-icon[data-v-17d94707]:focus-visible{color:var(--color-brand-primary-hover);border-color:var(--color-brand-primary)}.footer[data-v-9633d905]{background-color:var(--color-footer-bg);z-index:2;width:100%;padding:var(--space-2) var(--space-3);justify-content:space-between;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex;position:relative;bottom:0;left:0}.left-links[data-v-9633d905]{align-items:center;display:flex}.right-links[data-v-9633d905]{flex-wrap:wrap;align-items:center;display:flex}.footer a[data-v-9633d905]{color:var(--color-footer-link);padding-right:var(--space-5);text-underline-offset:2px;text-decoration:none}.footer a[data-v-9633d905]:hover,.footer a[data-v-9633d905]:focus-visible{color:var(--color-footer-link-hover);text-decoration:underline}.footer a.logout-link[data-v-9633d905]{cursor:pointer}.content-section{min-height:0;color:var(--color-text);flex:1;display:flex;overflow-y:hidden}.left-column{min-width:0;max-width:100%;margin:var(--space-2) 0 var(--space-2) var(--space-2);padding-right:var(--space-2);background-color:var(--color-bg-page);flex:1;overflow-y:auto}.right-column{background-color:var(--color-bg-sidebar);min-width:0;margin:0 var(--space-2) var(--space-2) 0;flex:1;overflow-y:auto}.right-column h2{text-align:center;color:var(--color-text)}.right-column img{max-width:100%;height:auto;margin:0 auto;display:block}.right-column-overlay{max-height:150px;margin-top:var(--space-3);background-color:var(--color-bg-sidebar);justify-content:center;align-items:center;display:flex;overflow-y:hidden}.right-column-overlay img{object-fit:contain;max-width:100%;max-height:100%}@media (width<=1200px){.content-section{flex-direction:column}.left-column{padding:var(--space-3);margin-left:0;margin-right:0}.right-column{display:none}.right-column-overlay{background-color:var(--color-bg-page);max-height:150px;display:flex}.right-column-overlay img{object-fit:contain;max-width:100%;max-height:150px}}@media (width<=767px){.content-section{flex-direction:column}.left-column,.right-column{padding:var(--space-3)}.right-column{display:none}.right-column-overlay{display:flex}}:root{--color-brand-primary:#9400ff;--color-brand-primary-hover:#7a00d1;--color-brand-tint:#e0bfff;--color-bg-page:#fff;--color-bg-subtle:#f8f9fb;--color-bg-sidebar:#d9e2f3;--color-text:#1a1a1a;--color-text-muted:#4a4a4a;--color-footer-bg:#0b1735;--color-footer-link:#e8edf5;--color-footer-link-hover:#fff;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--font-family-base:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-size-body:1rem;--line-height-body:1.5;--font-size-h1:clamp(1.25rem, 2.5vw, 1.75rem);--font-size-h2:clamp(1.15rem, 2vw, 1.35rem);--font-size-h3:clamp(1.05rem, 1.5vw, 1.2rem);--shadow-dropdown:2px 2px 6px #00000038;--transition-fast:.14s ease;--transition-standard:.22s ease}html,body{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}body{background-color:var(--color-bg-page);color:var(--color-text);font-family:var(--font-family-base);font-size:var(--font-size-body);line-height:var(--line-height-body)}#app{flex-direction:column;height:100%;display:flex}:where(h1){font-size:var(--font-size-h1);font-weight:600;line-height:1.25}:where(h2){font-size:var(--font-size-h2);font-weight:600;line-height:1.3}:where(h3){font-size:var(--font-size-h3);font-weight:600;line-height:1.35}:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:2px}a,button,[role=button]{transition:color var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-standard), transform var(--transition-fast)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.mg-stack{gap:var(--space-4);display:grid}.mg-card{background:var(--color-bg-page);padding:var(--space-4);border:1px solid #0000001f;border-radius:6px}.mg-card:hover{box-shadow:0 2px 10px #00000012}.mg-card--highlight{border-color:var(--color-brand-primary);box-shadow:0 0 0 1px #9400ff2e}.mg-card__grid{gap:var(--space-4);grid-template-columns:160px 1fr;align-items:start;display:grid}@media (width<=640px){.mg-card__grid{grid-template-columns:1fr}}.mg-media{aspect-ratio:4/3;background:var(--color-bg-subtle);border:1px solid #00000014;border-radius:6px;width:100%;overflow:hidden}.mg-media>img{object-fit:cover;width:100%;height:100%;display:block}.mg-title{margin:0 0 var(--space-2) 0;font-weight:600}.mg-meta{gap:var(--space-2) var(--space-4);margin:0 0 var(--space-2) 0;color:var(--color-text-muted);flex-wrap:wrap;font-size:.95rem;display:flex}.mg-meta strong{color:var(--color-text);font-weight:600}.mg-text{margin:0}.mg-badge{align-items:center;gap:var(--space-1);color:var(--color-text);background:#ffffff2e;border:1px solid #0000001a;border-radius:999px;padding:2px 8px;font-size:.85rem;display:inline-flex}.mg-accent-left{padding-left:var(--space-3);border-left:6px solid #0000001f}.htmleditor{background-color:#fff;border:1px solid #000;width:calc(100% - 26px);height:31em;margin:7px;padding:5px;overflow:auto}.htmleditor table{border-collapse:collapse;border:1px solid #e0e0e0}.htmleditor th,.htmleditor td{border:1px solid #e0e0e0} diff --git a/public/assets/index-BqfdZbJk.js b/public/assets/index-BqfdZbJk.js new file mode 100644 index 0000000..0961379 --- /dev/null +++ b/public/assets/index-BqfdZbJk.js @@ -0,0 +1,2 @@ +import{C as e,E as t,I as n,L as r,O as i,S as a,c as o,ct as s,d as c,h as l,i as u,j as d,l as f,m as p,s as m,t as h,u as g,w as _}from"./_plugin-vue_export-helper-Conii5fq.js";import{c as v,n as y,s as b,t as x}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{a as S,n as C,r as w}from"./vuex.esm-bundler-CDO_-3pz.js";import{i as ee,n as T,r as E,t as D}from"./router-CRKq-u_C.js";(function(){let e=document.createElement(`link`).relList;if(e&&e.supports&&e.supports(`modulepreload`))return;for(let e of document.querySelectorAll(`link[rel="modulepreload"]`))n(e);new MutationObserver(e=>{for(let t of e)if(t.type===`childList`)for(let e of t.addedNodes)e.tagName===`LINK`&&e.rel===`modulepreload`&&n(e)}).observe(document,{childList:!0,subtree:!0});function t(e){let t={};return e.integrity&&(t.integrity=e.integrity),e.referrerPolicy&&(t.referrerPolicy=e.referrerPolicy),e.crossOrigin===`use-credentials`?t.credentials=`include`:e.crossOrigin===`anonymous`?t.credentials=`omit`:t.credentials=`same-origin`,t}function n(e){if(e.ep)return;e.ep=!0;let n=t(e);fetch(e.href,n)}})();var O={name:`NavbarComponent`,setup(){let t=S(),i=r(!1),o=n({}),s=r(window.innerWidth),c=m(()=>(t.state.menuData||[]).map(e=>{let n=Array.isArray(e.submenu)?e.submenu.filter(e=>e.showInMenu&&(!e.requiresAuth||t.getters.isLoggedIn)):e.submenu;return{...e,submenu:n}}).filter(e=>!(!e.showInMenu||e.requiresAuth&&!t.getters.isLoggedIn))),l=()=>{i.value=!i.value},u=e=>{s.value<=768&&(o[e]=!o[e])},d=()=>{i.value=!1,Object.keys(o).forEach(e=>{o[e]=!1})},f=()=>{s.value=window.innerWidth,s.value>768&&(i.value=!1,Object.keys(o).forEach(e=>{o[e]=!1}))};return e(()=>{window.addEventListener(`resize`,f)}),a(()=>{window.removeEventListener(`resize`,f)}),{isMenuOpen:i,isSubmenuOpen:o,windowWidth:s,menu:c,toggleMenu:l,toggleSubmenu:u,closeMenu:d}}},k={class:`navbar`},A=[`aria-expanded`],j={key:0,id:`main-menu`},M=[`onClick`,`onKeydown`,`aria-expanded`],N={key:0,class:`dropdown-content`};function P(e,n,r,a,m,h){let y=i(`router-link`);return _(),c(`nav`,k,[o(`button`,{class:`menu-toggle`,type:`button`,onClick:n[0]||=(...e)=>a.toggleMenu&&a.toggleMenu(...e),"aria-expanded":String(a.isMenuOpen),"aria-controls":`main-menu`},[...n[1]||=[o(`span`,{class:`menu-toggle__icon`,"aria-hidden":`true`},`≡`,-1),o(`span`,null,`Menü`,-1)]],8,A),a.isMenuOpen||a.windowWidth>768?(_(),c(`ul`,j,[n[2]||=o(`li`,{class:`ekhnlogo`},[o(`img`,{src:`/images/facettenkreuz.png`,class:`facettenkreuz`,alt:`EKHN`})],-1),(_(!0),c(u,null,t(a.menu,e=>(_(),c(`li`,{key:e.name},[e.link?(_(),f(y,{key:0,to:e.link,onClick:a.closeMenu,class:`nav-link`},{default:d(()=>[p(s(e.name),1)]),_:2},1032,[`to`,`onClick`])):g(``,!0),e.link?g(``,!0):(_(),c(`span`,{key:1,class:`nav-link pointer`,role:`button`,tabindex:`0`,onClick:t=>a.toggleSubmenu(e.name),onKeydown:[b(v(t=>a.toggleSubmenu(e.name),[`prevent`]),[`enter`]),b(v(t=>a.toggleSubmenu(e.name),[`prevent`]),[`space`])],"aria-expanded":String(!!a.isSubmenuOpen[e.name])},s(e.name),41,M)),l(x,{name:`fade`},{default:d(()=>[e.submenu&&e.submenu.length&&(a.isSubmenuOpen[e.name]||a.windowWidth>768)?(_(),c(`div`,N,[(_(!0),c(u,null,t(e.submenu,e=>(_(),f(y,{key:e.name,to:e.link,onClick:a.closeMenu},{default:d(()=>[p(s(e.name),1)]),_:2},1032,[`to`,`onClick`]))),128))])):g(``,!0)]),_:2},1024)]))),128))])):g(``,!0)])}var F=h(O,[[`render`,P],[`__scopeId`,`data-v-7fe2dd29`]]);function I(e,t){for(let n of e){if(n?.link===t)return n.pageTitle||n.name||``;if(n?.submenu?.length){let e=I(n.submenu,t);if(e)return e}}return``}var L={name:`BreadcrumbsComponent`,setup(){let e=ee(),t=S();return{crumbs:m(()=>{let n=e.path||`/`,r=[{label:`Startseite`,to:`/`}];if(n===`/`)return[];let i=I(t.state.menuData||[],n);return r.push({label:i||`Seite`,to:n}),r})}}},R={key:0,class:`breadcrumbs`,"aria-label":`Brotkrumen`},z={key:1,"aria-current":`page`};function B(e,n,r,a,l,m){let h=i(`router-link`);return a.crumbs.length?(_(),c(`nav`,R,[o(`ol`,null,[(_(!0),c(u,null,t(a.crumbs,(e,t)=>(_(),c(`li`,{key:e.to+`-`+t},[t[p(s(e.label),1)]),_:2},1032,[`to`])):(_(),c(`span`,z,s(e.label),1))]))),128))])])):g(``,!0)}var te={name:`HeaderComponent`,components:{NavbarComponent:F,BreadcrumbsComponent:h(L,[[`render`,B],[`__scopeId`,`data-v-a3b4cf74`]])},methods:{...C([`loadMenuData`]),async reloadMenu(){await this.loadMenuData(),window.location.reload()}}},V={class:`header-title`};function H(e,t,n,r,a,s){let u=i(`NavbarComponent`),d=i(`BreadcrumbsComponent`);return _(),c(`header`,null,[o(`div`,V,[t[1]||=o(`h1`,null,`Evangelische Miriamgemeinde Frankfurt am Main`,-1),o(`button`,{class:`reload-icon`,type:`button`,onClick:t[0]||=(...e)=>s.reloadMenu&&s.reloadMenu(...e),"aria-label":`Menü neu laden`},` ⟳ `)]),l(u),l(d)])}var U=h(te,[[`render`,H],[`__scopeId`,`data-v-dcb71101`]]),W={name:`FooterComponent`,computed:{...w([`isLoggedIn`])},methods:{...C([`logout`]),async handleLogout(){try{await this.logout()}catch(e){console.error(`Fehler beim Logout:`,e)}}}},G={class:`footer`},K={class:`left-links`},q={class:`right-links`};function J(e,t,n,r,a,s){let u=i(`router-link`);return _(),c(`footer`,G,[o(`div`,K,[e.isLoggedIn?g(``,!0):(_(),f(u,{key:0,class:`login-link`,to:`/auth/login`},{default:d(()=>[...t[1]||=[p(`Login`,-1)]]),_:1})),e.isLoggedIn?(_(),c(`a`,{key:1,onClick:t[0]||=(...e)=>s.handleLogout&&s.handleLogout(...e),class:`logout-link`},`Logout`)):g(``,!0)]),o(`div`,q,[l(u,{to:`/terms`},{default:d(()=>[...t[2]||=[p(`Impressum`,-1)]]),_:1}),l(u,{to:`/privacy-policy`},{default:d(()=>[...t[3]||=[p(`Datenschutzerklärung`,-1)]]),_:1})])])}var Y={name:`AppComponent`,components:{HeaderComponent:U,FooterComponent:h(W,[[`render`,J],[`__scopeId`,`data-v-9633d905`]])},data(){return{windowWidth:window.innerWidth}},computed:{showRightColumn(){return this.windowWidth>1200},showOverlay(){return this.windowWidth<=1200&&this.windowWidth>=768},showAsFooter(){return this.windowWidth<768}},mounted(){window.addEventListener(`resize`,this.handleResize),document.title=`Evangelische Miriamgemeinde Frankfurt`},beforeUnmount(){window.removeEventListener(`resize`,this.handleResize)},methods:{handleResize(){this.windowWidth=window.innerWidth}}},X={id:`app`},Z={class:`content-section`},Q={class:`left-column`},ne={key:0,class:`right-column-overlay`},re={key:1,class:`right-column-overlay`},ie={key:0,class:`right-column`};function ae(e,t,n,r,a,s){let u=i(`HeaderComponent`),d=i(`router-view`),f=i(`FooterComponent`);return _(),c(`div`,X,[l(u),o(`main`,Z,[o(`div`,Q,[s.showOverlay?(_(),c(`div`,ne,[l(d,{name:`rightColumn`})])):g(``,!0),l(d),s.showAsFooter?(_(),c(`div`,re,[l(d,{name:`rightColumn`})])):g(``,!0)]),s.showRightColumn?(_(),c(`div`,ie,[l(d,{name:`rightColumn`})])):g(``,!0)]),l(f)])}var $=y(h(Y,[[`render`,ae]]));$.use(D),$.use(T),$.config.globalProperties.$axios=E,$.mount(`#app`); +//# sourceMappingURL=index-BqfdZbJk.js.map \ No newline at end of file diff --git a/public/assets/index-Br1UhzA6.js b/public/assets/index-Br1UhzA6.js new file mode 100644 index 0000000..d8bbad1 --- /dev/null +++ b/public/assets/index-Br1UhzA6.js @@ -0,0 +1,2 @@ +import{C as e,E as t,I as n,L as r,O as i,S as a,c as o,ct as s,d as c,h as l,i as u,j as d,l as f,m as p,s as m,t as h,u as g,w as _}from"./_plugin-vue_export-helper-Conii5fq.js";import{c as v,n as y,s as b,t as x}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{a as S,n as C,r as w}from"./vuex.esm-bundler-CDO_-3pz.js";import{i as ee,n as T,r as E,t as D}from"./router--Un6xX_2.js";(function(){let e=document.createElement(`link`).relList;if(e&&e.supports&&e.supports(`modulepreload`))return;for(let e of document.querySelectorAll(`link[rel="modulepreload"]`))n(e);new MutationObserver(e=>{for(let t of e)if(t.type===`childList`)for(let e of t.addedNodes)e.tagName===`LINK`&&e.rel===`modulepreload`&&n(e)}).observe(document,{childList:!0,subtree:!0});function t(e){let t={};return e.integrity&&(t.integrity=e.integrity),e.referrerPolicy&&(t.referrerPolicy=e.referrerPolicy),e.crossOrigin===`use-credentials`?t.credentials=`include`:e.crossOrigin===`anonymous`?t.credentials=`omit`:t.credentials=`same-origin`,t}function n(e){if(e.ep)return;e.ep=!0;let n=t(e);fetch(e.href,n)}})();var O={name:`NavbarComponent`,setup(){let t=S(),i=r(!1),o=n({}),s=r(window.innerWidth),c=m(()=>(t.state.menuData||[]).map(e=>{let n=Array.isArray(e.submenu)?e.submenu.filter(e=>e.showInMenu&&(!e.requiresAuth||t.getters.isLoggedIn)):e.submenu;return{...e,submenu:n}}).filter(e=>!(!e.showInMenu||e.requiresAuth&&!t.getters.isLoggedIn))),l=()=>{i.value=!i.value},u=e=>{s.value<=768&&(o[e]=!o[e])},d=()=>{i.value=!1,Object.keys(o).forEach(e=>{o[e]=!1})},f=()=>{s.value=window.innerWidth,s.value>768&&(i.value=!1,Object.keys(o).forEach(e=>{o[e]=!1}))};return e(()=>{window.addEventListener(`resize`,f)}),a(()=>{window.removeEventListener(`resize`,f)}),{isMenuOpen:i,isSubmenuOpen:o,windowWidth:s,menu:c,toggleMenu:l,toggleSubmenu:u,closeMenu:d}}},k={class:`navbar`},A=[`aria-expanded`],j={key:0,id:`main-menu`},M=[`onClick`,`onKeydown`,`aria-expanded`],N={key:0,class:`dropdown-content`};function P(e,n,r,a,m,h){let y=i(`router-link`);return _(),c(`nav`,k,[o(`button`,{class:`menu-toggle`,type:`button`,onClick:n[0]||=(...e)=>a.toggleMenu&&a.toggleMenu(...e),"aria-expanded":String(a.isMenuOpen),"aria-controls":`main-menu`},[...n[1]||=[o(`span`,{class:`menu-toggle__icon`,"aria-hidden":`true`},`≡`,-1),o(`span`,null,`Menü`,-1)]],8,A),a.isMenuOpen||a.windowWidth>768?(_(),c(`ul`,j,[n[2]||=o(`li`,{class:`ekhnlogo`},[o(`img`,{src:`/images/facettenkreuz.png`,class:`facettenkreuz`,alt:`EKHN`})],-1),(_(!0),c(u,null,t(a.menu,e=>(_(),c(`li`,{key:e.name},[e.link?(_(),f(y,{key:0,to:e.link,onClick:a.closeMenu,class:`nav-link`},{default:d(()=>[p(s(e.name),1)]),_:2},1032,[`to`,`onClick`])):g(``,!0),e.link?g(``,!0):(_(),c(`span`,{key:1,class:`nav-link pointer`,role:`button`,tabindex:`0`,onClick:t=>a.toggleSubmenu(e.name),onKeydown:[b(v(t=>a.toggleSubmenu(e.name),[`prevent`]),[`enter`]),b(v(t=>a.toggleSubmenu(e.name),[`prevent`]),[`space`])],"aria-expanded":String(!!a.isSubmenuOpen[e.name])},s(e.name),41,M)),l(x,{name:`fade`},{default:d(()=>[e.submenu&&e.submenu.length&&(a.isSubmenuOpen[e.name]||a.windowWidth>768)?(_(),c(`div`,N,[(_(!0),c(u,null,t(e.submenu,e=>(_(),f(y,{key:e.name,to:e.link,onClick:a.closeMenu},{default:d(()=>[p(s(e.name),1)]),_:2},1032,[`to`,`onClick`]))),128))])):g(``,!0)]),_:2},1024)]))),128))])):g(``,!0)])}var F=h(O,[[`render`,P],[`__scopeId`,`data-v-7fe2dd29`]]);function I(e,t){for(let n of e){if(n?.link===t)return n.pageTitle||n.name||``;if(n?.submenu?.length){let e=I(n.submenu,t);if(e)return e}}return``}var L={name:`BreadcrumbsComponent`,setup(){let e=ee(),t=S();return{crumbs:m(()=>{let n=e.path||`/`,r=[{label:`Startseite`,to:`/`}];if(n===`/`)return[];let i=I(t.state.menuData||[],n);return r.push({label:i||`Seite`,to:n}),r})}}},R={key:0,class:`breadcrumbs`,"aria-label":`Brotkrumen`},z={key:1,"aria-current":`page`};function B(e,n,r,a,l,m){let h=i(`router-link`);return a.crumbs.length?(_(),c(`nav`,R,[o(`ol`,null,[(_(!0),c(u,null,t(a.crumbs,(e,t)=>(_(),c(`li`,{key:e.to+`-`+t},[t[p(s(e.label),1)]),_:2},1032,[`to`])):(_(),c(`span`,z,s(e.label),1))]))),128))])])):g(``,!0)}var te={name:`HeaderComponent`,components:{NavbarComponent:F,BreadcrumbsComponent:h(L,[[`render`,B],[`__scopeId`,`data-v-a3b4cf74`]])},methods:{...C([`loadMenuData`]),async reloadMenu(){await this.loadMenuData(),window.location.reload()}}},V={class:`header-title`};function H(e,t,n,r,a,s){let u=i(`NavbarComponent`),d=i(`BreadcrumbsComponent`);return _(),c(`header`,null,[o(`div`,V,[t[1]||=o(`h1`,null,`Evangelische Miriamgemeinde Frankfurt am Main`,-1),o(`button`,{class:`reload-icon`,type:`button`,onClick:t[0]||=(...e)=>s.reloadMenu&&s.reloadMenu(...e),"aria-label":`Menü neu laden`},` ⟳ `)]),l(u),l(d)])}var U=h(te,[[`render`,H],[`__scopeId`,`data-v-dcb71101`]]),W={name:`FooterComponent`,computed:{...w([`isLoggedIn`])},methods:{...C([`logout`]),async handleLogout(){try{await this.logout()}catch(e){console.error(`Fehler beim Logout:`,e)}}}},G={class:`footer`},K={class:`left-links`},q={class:`right-links`};function J(e,t,n,r,a,s){let u=i(`router-link`);return _(),c(`footer`,G,[o(`div`,K,[e.isLoggedIn?g(``,!0):(_(),f(u,{key:0,class:`login-link`,to:`/auth/login`},{default:d(()=>[...t[1]||=[p(`Login`,-1)]]),_:1})),e.isLoggedIn?(_(),c(`a`,{key:1,onClick:t[0]||=(...e)=>s.handleLogout&&s.handleLogout(...e),class:`logout-link`},`Logout`)):g(``,!0)]),o(`div`,q,[l(u,{to:`/terms`},{default:d(()=>[...t[2]||=[p(`Impressum`,-1)]]),_:1}),l(u,{to:`/privacy-policy`},{default:d(()=>[...t[3]||=[p(`Datenschutzerklärung`,-1)]]),_:1})])])}var Y={name:`AppComponent`,components:{HeaderComponent:U,FooterComponent:h(W,[[`render`,J],[`__scopeId`,`data-v-9633d905`]])},data(){return{windowWidth:window.innerWidth}},computed:{showRightColumn(){return this.windowWidth>1200},showOverlay(){return this.windowWidth<=1200&&this.windowWidth>=768},showAsFooter(){return this.windowWidth<768}},mounted(){window.addEventListener(`resize`,this.handleResize),document.title=`Evangelische Miriamgemeinde Frankfurt`},beforeUnmount(){window.removeEventListener(`resize`,this.handleResize)},methods:{handleResize(){this.windowWidth=window.innerWidth}}},X={id:`app`},Z={class:`content-section`},Q={class:`left-column`},ne={key:0,class:`right-column-overlay`},re={key:1,class:`right-column-overlay`},ie={key:0,class:`right-column`};function ae(e,t,n,r,a,s){let u=i(`HeaderComponent`),d=i(`router-view`),f=i(`FooterComponent`);return _(),c(`div`,X,[l(u),o(`main`,Z,[o(`div`,Q,[s.showOverlay?(_(),c(`div`,ne,[l(d,{name:`rightColumn`})])):g(``,!0),l(d),s.showAsFooter?(_(),c(`div`,re,[l(d,{name:`rightColumn`})])):g(``,!0)]),s.showRightColumn?(_(),c(`div`,ie,[l(d,{name:`rightColumn`})])):g(``,!0)]),l(f)])}var $=y(h(Y,[[`render`,ae]]));$.use(D),$.use(T),$.config.globalProperties.$axios=E,$.mount(`#app`); +//# sourceMappingURL=index-Br1UhzA6.js.map \ No newline at end of file diff --git a/public/assets/index-CW0OvmXc.js b/public/assets/index-CW0OvmXc.js new file mode 100644 index 0000000..a1d5843 --- /dev/null +++ b/public/assets/index-CW0OvmXc.js @@ -0,0 +1,3 @@ +const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/DialogComponent-Xljax2a4.js","assets/_plugin-vue_export-helper-Conii5fq.js","assets/DialogComponent-Cs1ZJRNx.css"])))=>i.map(i=>d[i]); +import{C as e,E as t,I as n,L as r,O as i,S as a,c as o,ct as s,d as c,h as l,i as u,j as d,l as f,m as p,s as m,t as h,u as g,w as _}from"./_plugin-vue_export-helper-Conii5fq.js";import{c as v,n as y,s as b,t as x}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{a as S,n as C,r as ee}from"./vuex.esm-bundler-CDO_-3pz.js";import{r as w}from"./vue-router-TV9y4Y2n.js";import{i as T,n as E,r as D,t as O}from"./router-CbChscq0.js";(function(){let e=document.createElement(`link`).relList;if(e&&e.supports&&e.supports(`modulepreload`))return;for(let e of document.querySelectorAll(`link[rel="modulepreload"]`))n(e);new MutationObserver(e=>{for(let t of e)if(t.type===`childList`)for(let e of t.addedNodes)e.tagName===`LINK`&&e.rel===`modulepreload`&&n(e)}).observe(document,{childList:!0,subtree:!0});function t(e){let t={};return e.integrity&&(t.integrity=e.integrity),e.referrerPolicy&&(t.referrerPolicy=e.referrerPolicy),e.crossOrigin===`use-credentials`?t.credentials=`include`:e.crossOrigin===`anonymous`?t.credentials=`omit`:t.credentials=`same-origin`,t}function n(e){if(e.ep)return;e.ep=!0;let n=t(e);fetch(e.href,n)}})();var te=(e,t,n)=>{let r=t.lastIndexOf(`?`),i=e[r===-1||r{(typeof queueMicrotask==`function`?queueMicrotask:setTimeout)(r.bind(null,Error(`Unknown variable dynamic import: `+t+(t.split(`/`).length===n?``:`. Note that variables only represent file names one level deep.`))))})},k={name:`NavbarComponent`,setup(){let t=S(),i=r(!1),o=n({}),s=r(window.innerWidth),c=m(()=>(t.state.menuData||[]).map(e=>{let n=Array.isArray(e.submenu)?e.submenu.filter(e=>e.showInMenu&&(!e.requiresAuth||t.getters.isLoggedIn)):e.submenu;return{...e,submenu:n}}).filter(e=>!(!e.showInMenu||e.requiresAuth&&!t.getters.isLoggedIn))),l=()=>{i.value=!i.value},u=e=>{s.value<=768&&(o[e]=!o[e])},d=()=>{i.value=!1,Object.keys(o).forEach(e=>{o[e]=!1})},f=()=>{s.value=window.innerWidth,s.value>768&&(i.value=!1,Object.keys(o).forEach(e=>{o[e]=!1}))};return e(()=>{window.addEventListener(`resize`,f)}),a(()=>{window.removeEventListener(`resize`,f)}),{isMenuOpen:i,isSubmenuOpen:o,windowWidth:s,menu:c,toggleMenu:l,toggleSubmenu:u,closeMenu:d}}},A={class:`navbar`},j=[`aria-expanded`],M={key:0,id:`main-menu`},N=[`onClick`,`onKeydown`,`aria-expanded`],P={key:0,class:`dropdown-content`};function F(e,n,r,a,m,h){let y=i(`router-link`);return _(),c(`nav`,A,[o(`button`,{class:`menu-toggle`,type:`button`,onClick:n[0]||=(...e)=>a.toggleMenu&&a.toggleMenu(...e),"aria-expanded":String(a.isMenuOpen),"aria-controls":`main-menu`},[...n[1]||=[o(`span`,{class:`menu-toggle__icon`,"aria-hidden":`true`},`≡`,-1),o(`span`,null,`Menü`,-1)]],8,j),a.isMenuOpen||a.windowWidth>768?(_(),c(`ul`,M,[n[2]||=o(`li`,{class:`ekhnlogo`},[o(`img`,{src:`/images/facettenkreuz.png`,class:`facettenkreuz`,alt:`EKHN`})],-1),(_(!0),c(u,null,t(a.menu,e=>(_(),c(`li`,{key:e.name},[e.link?(_(),f(y,{key:0,to:e.link,onClick:a.closeMenu,class:`nav-link`},{default:d(()=>[p(s(e.name),1)]),_:2},1032,[`to`,`onClick`])):g(``,!0),e.link?g(``,!0):(_(),c(`span`,{key:1,class:`nav-link pointer`,role:`button`,tabindex:`0`,onClick:t=>a.toggleSubmenu(e.name),onKeydown:[b(v(t=>a.toggleSubmenu(e.name),[`prevent`]),[`enter`]),b(v(t=>a.toggleSubmenu(e.name),[`prevent`]),[`space`])],"aria-expanded":String(!!a.isSubmenuOpen[e.name])},s(e.name),41,N)),l(x,{name:`fade`},{default:d(()=>[e.submenu&&e.submenu.length&&(a.isSubmenuOpen[e.name]||a.windowWidth>768)?(_(),c(`div`,P,[(_(!0),c(u,null,t(e.submenu,e=>(_(),f(y,{key:e.name,to:e.link,onClick:a.closeMenu},{default:d(()=>[p(s(e.name),1)]),_:2},1032,[`to`,`onClick`]))),128))])):g(``,!0)]),_:2},1024)]))),128))])):g(``,!0)])}var I=h(k,[[`render`,F],[`__scopeId`,`data-v-7fe2dd29`]]);function L(e,t){for(let n of e){if(n?.link===t)return n.pageTitle||n.name||``;if(n?.submenu?.length){let e=L(n.submenu,t);if(e)return e}}return``}var R={name:`BreadcrumbsComponent`,setup(){let e=w(),t=S();return{crumbs:m(()=>{let n=e.path||`/`,r=[{label:`Startseite`,to:`/`}];if(n===`/`)return[];let i=L(t.state.menuData||[],n);return r.push({label:i||`Seite`,to:n}),r})}}},z={key:0,class:`breadcrumbs`,"aria-label":`Brotkrumen`},B={key:1,"aria-current":`page`};function V(e,n,r,a,l,m){let h=i(`router-link`);return a.crumbs.length?(_(),c(`nav`,z,[o(`ol`,null,[(_(!0),c(u,null,t(a.crumbs,(e,t)=>(_(),c(`li`,{key:e.to+`-`+t},[t[p(s(e.label),1)]),_:2},1032,[`to`])):(_(),c(`span`,B,s(e.label),1))]))),128))])])):g(``,!0)}var H=h(R,[[`render`,V],[`__scopeId`,`data-v-a3b4cf74`]]),U={name:`HeaderComponent`,components:{NavbarComponent:I,BreadcrumbsComponent:H},methods:{...C([`loadMenuData`]),async reloadMenu(){await this.loadMenuData(),this.$router.push({path:`/`}),this.$store.state.menuData.map(e=>{if(e.component)return{path:e.link,component:()=>te(Object.assign({"./BreadcrumbsComponent.vue":()=>E(()=>import(`./BreadcrumbsComponent-JmDUtDFV.js`),[]),"./DialogComponent.vue":()=>E(()=>import(`./DialogComponent-Xljax2a4.js`),__vite__mapDeps([0,1,2])),"./FooterComponent.vue":()=>E(()=>import(`./FooterComponent-0iZMlsbx.js`),[]),"./NavbarComponent.vue":()=>E(()=>import(`./NavbarComponent-B2OWeMTM.js`),[])}),`./${e.component}.vue`,3)}}).forEach(e=>O.addRoute(e))}}},W={class:`header-title`};function ne(e,t,n,r,a,s){let u=i(`NavbarComponent`),d=i(`BreadcrumbsComponent`);return _(),c(`header`,null,[o(`div`,W,[t[1]||=o(`h1`,null,`Evangelische Miriamgemeinde Frankfurt am Main`,-1),o(`button`,{class:`reload-icon`,type:`button`,onClick:t[0]||=(...e)=>s.reloadMenu&&s.reloadMenu(...e),"aria-label":`Menü neu laden`},` ⟳ `)]),l(u),l(d)])}var G=h(U,[[`render`,ne],[`__scopeId`,`data-v-17d94707`]]),K={name:`FooterComponent`,computed:{...ee([`isLoggedIn`])},methods:{...C([`logout`]),async handleLogout(){try{await this.logout()}catch(e){console.error(`Fehler beim Logout:`,e)}}}},q={class:`footer`},J={class:`left-links`},Y={class:`right-links`};function X(e,t,n,r,a,s){let u=i(`router-link`);return _(),c(`footer`,q,[o(`div`,J,[e.isLoggedIn?g(``,!0):(_(),f(u,{key:0,class:`login-link`,to:`/auth/login`},{default:d(()=>[...t[1]||=[p(`Login`,-1)]]),_:1})),e.isLoggedIn?(_(),c(`a`,{key:1,onClick:t[0]||=(...e)=>s.handleLogout&&s.handleLogout(...e),class:`logout-link`},`Logout`)):g(``,!0)]),o(`div`,Y,[l(u,{to:`/terms`},{default:d(()=>[...t[2]||=[p(`Impressum`,-1)]]),_:1}),l(u,{to:`/privacy-policy`},{default:d(()=>[...t[3]||=[p(`Datenschutzerklärung`,-1)]]),_:1})])])}var Z=h(K,[[`render`,X],[`__scopeId`,`data-v-9633d905`]]),re={name:`AppComponent`,components:{HeaderComponent:G,FooterComponent:Z},data(){return{windowWidth:window.innerWidth}},computed:{showRightColumn(){return this.windowWidth>1200},showOverlay(){return this.windowWidth<=1200&&this.windowWidth>=768},showAsFooter(){return this.windowWidth<768}},mounted(){window.addEventListener(`resize`,this.handleResize),document.title=`Evangelische Miriamgemeinde Frankfurt`},beforeUnmount(){window.removeEventListener(`resize`,this.handleResize)},methods:{handleResize(){this.windowWidth=window.innerWidth}}},ie={id:`app`},ae={class:`content-section`},oe={class:`left-column`},se={key:0,class:`right-column-overlay`},Q={key:1,class:`right-column-overlay`},ce={key:0,class:`right-column`};function le(e,t,n,r,a,s){let u=i(`HeaderComponent`),d=i(`router-view`),f=i(`FooterComponent`);return _(),c(`div`,ie,[l(u),o(`main`,ae,[o(`div`,oe,[s.showOverlay?(_(),c(`div`,se,[l(d,{name:`rightColumn`})])):g(``,!0),l(d),s.showAsFooter?(_(),c(`div`,Q,[l(d,{name:`rightColumn`})])):g(``,!0)]),s.showRightColumn?(_(),c(`div`,ce,[l(d,{name:`rightColumn`})])):g(``,!0)]),l(f)])}var $=y(h(re,[[`render`,le]]));$.use(O),$.use(D),$.config.globalProperties.$axios=T,$.mount(`#app`);export{H as n,I as r,Z as t}; +//# sourceMappingURL=index-CW0OvmXc.js.map \ No newline at end of file diff --git a/public/assets/index-CyiBRjSE.css b/public/assets/index-CyiBRjSE.css new file mode 100644 index 0000000..6c3d280 --- /dev/null +++ b/public/assets/index-CyiBRjSE.css @@ -0,0 +1 @@ +.navbar[data-v-7fe2dd29]{background-color:var(--color-brand-primary);min-height:31px;width:calc(100% - (var(--space-3) * 2));margin:var(--space-1) var(--space-3) var(--space-3) var(--space-3);box-shadow:0 0 0 2px var(--color-brand-primary);border-radius:4px;flex-direction:column;display:inline-flex;overflow:visible}.menu-toggle[data-v-7fe2dd29]{background-color:var(--color-brand-primary);color:#fff;padding:var(--space-3) var(--space-4);text-align:left;align-items:center;gap:var(--space-2);border:none;border-radius:4px;font-weight:700;text-decoration:none;display:none}.menu-toggle__icon[data-v-7fe2dd29]{font-size:1.25rem;line-height:1}.navbar ul[data-v-7fe2dd29]{align-items:center;gap:2px;margin:0;padding:0;list-style-type:none;display:flex}.navbar li[data-v-7fe2dd29]{position:relative}.nav-link[data-v-7fe2dd29],.navbar a[data-v-7fe2dd29],.navbar li>span[data-v-7fe2dd29]{color:#fff;text-align:center;border-radius:3px;padding:10px 14px;font-weight:700;line-height:1.2;text-decoration:none;display:block}.navbar a[data-v-7fe2dd29]:hover,.nav-link[data-v-7fe2dd29]:hover{background-color:var(--color-brand-primary-hover)}.nav-link[data-v-7fe2dd29]:active,.menu-toggle[data-v-7fe2dd29]:active{transform:translateY(1px)}.navbar a[data-v-7fe2dd29]:focus-visible,.menu-toggle[data-v-7fe2dd29]:focus-visible{outline-color:#fff}.navbar[data-v-7fe2dd29] .router-link-exact-active{background-color:#ffffff2e}.menu-icon[data-v-7fe2dd29]{width:20px;height:20px;margin-right:5px}.dropdown-content[data-v-7fe2dd29]{background-color:var(--color-brand-primary);z-index:1;opacity:0;visibility:hidden;min-width:200px;transition:opacity var(--transition-standard), visibility var(--transition-standard);box-shadow:var(--shadow-dropdown);padding:var(--space-1);border-radius:4px;position:absolute;top:100%;left:0}.dropdown-content a[data-v-7fe2dd29]{color:#fff;text-align:left;padding:12px 16px;text-decoration:none;display:block}.dropdown-content a[data-v-7fe2dd29]:hover{background-color:var(--color-brand-primary-hover)}.navbar li:hover .dropdown-content[data-v-7fe2dd29]{opacity:1;visibility:visible}.fade-enter-active[data-v-7fe2dd29],.fade-leave-active[data-v-7fe2dd29]{transition:opacity var(--transition-standard), visibility var(--transition-standard)}.fade-enter[data-v-7fe2dd29],.fade-leave-to[data-v-7fe2dd29]{opacity:0;visibility:hidden}@media (width<=768px){.navbar[data-v-7fe2dd29]{flex-direction:column}.navbar ul[data-v-7fe2dd29]{flex-direction:column;align-items:stretch;gap:0}.navbar li[data-v-7fe2dd29]{width:100%}.navbar a[data-v-7fe2dd29],.navbar li>span[data-v-7fe2dd29]{text-align:left;border-radius:0;padding:14px 16px}.menu-toggle[data-v-7fe2dd29]{display:inline-flex}.dropdown-content[data-v-7fe2dd29]{box-shadow:none;opacity:1;visibility:visible;padding-left:var(--space-4);padding-bottom:var(--space-2);position:static}.navbar[data-v-7fe2dd29] .router-link-exact-active{background-color:#ffffff24}}.pointer[data-v-7fe2dd29]{cursor:pointer}.facettenkreuz[data-v-7fe2dd29]{width:28px;height:28px;margin:0 var(--space-2);display:block}.ekhnlogo[data-v-7fe2dd29]{align-items:center;width:auto;padding:0;display:flex}.breadcrumbs[data-v-a3b4cf74]{margin:0 var(--space-3) var(--space-2) var(--space-3);color:var(--color-text-muted);font-size:.875rem}.breadcrumbs ol[data-v-a3b4cf74]{gap:var(--space-2);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs li[data-v-a3b4cf74]{align-items:center;gap:var(--space-2);display:inline-flex}.breadcrumbs li[data-v-a3b4cf74]:not(:last-child):after{content:"›";color:var(--color-text-muted)}.breadcrumbs a[data-v-a3b4cf74]{color:var(--color-text-muted);text-decoration:none}.breadcrumbs a[data-v-a3b4cf74]:hover,.breadcrumbs a[data-v-a3b4cf74]:focus-visible{color:var(--color-text);text-underline-offset:2px;text-decoration:underline}header[data-v-dcb71101]{background-color:var(--color-bg-page);flex-direction:column;width:100%;display:flex}.header-title[data-v-dcb71101]{width:100%;padding:var(--space-2) var(--space-3);justify-content:space-between;align-items:center;display:flex}header h1[data-v-dcb71101]{text-align:center;text-shadow:1px 1px 0 var(--color-brand-tint);padding-bottom:var(--space-1);flex:1;margin:0}.reload-icon[data-v-dcb71101]{cursor:pointer;margin-left:var(--space-3);color:var(--color-text-muted);opacity:.65;background-color:#0000;border:1px solid #00000024;border-radius:4px;padding:2px 5px;font-size:.82rem;line-height:1}.reload-icon[data-v-dcb71101]:hover,.reload-icon[data-v-dcb71101]:focus-visible{color:var(--color-brand-primary-hover);opacity:1;border-color:#7a00d173}.footer[data-v-9633d905]{background-color:var(--color-footer-bg);z-index:2;width:100%;padding:var(--space-2) var(--space-3);justify-content:space-between;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex;position:relative;bottom:0;left:0}.left-links[data-v-9633d905]{align-items:center;display:flex}.right-links[data-v-9633d905]{flex-wrap:wrap;align-items:center;display:flex}.footer a[data-v-9633d905]{color:var(--color-footer-link);padding-right:var(--space-5);text-underline-offset:2px;text-decoration:none}.footer a[data-v-9633d905]:hover,.footer a[data-v-9633d905]:focus-visible{color:var(--color-footer-link-hover);text-decoration:underline}.footer a.logout-link[data-v-9633d905]{cursor:pointer}.content-section{min-height:0;color:var(--color-text);flex:1;display:flex;overflow-y:hidden}.left-column{min-width:0;max-width:100%;margin:var(--space-2) 0 var(--space-2) var(--space-2);padding-right:var(--space-2);background-color:var(--color-bg-page);flex:1;overflow-y:auto}.right-column{background-color:var(--color-bg-sidebar);min-width:0;margin:0 var(--space-2) var(--space-2) 0;flex:1;overflow-y:auto}.right-column h2{text-align:center;color:var(--color-text)}.right-column img{max-width:100%;height:auto;margin:0 auto;display:block}.right-column-overlay{max-height:150px;margin-top:var(--space-3);background-color:var(--color-bg-sidebar);justify-content:center;align-items:center;display:flex;overflow-y:hidden}.right-column-overlay img{object-fit:contain;max-width:100%;max-height:100%}@media (width<=1200px){.content-section{flex-direction:column}.left-column{padding:var(--space-3);margin-left:0;margin-right:0}.right-column{display:none}.right-column-overlay{background-color:var(--color-bg-page);max-height:150px;display:flex}.right-column-overlay img{object-fit:contain;max-width:100%;max-height:150px}}@media (width<=767px){.content-section{flex-direction:column}.left-column,.right-column{padding:var(--space-3)}.right-column{display:none}.right-column-overlay{display:flex}}:root{--color-brand-primary:#9400ff;--color-brand-primary-hover:#7a00d1;--color-brand-tint:#e0bfff;--color-bg-page:#fff;--color-bg-subtle:#f8f9fb;--color-bg-sidebar:#d9e2f3;--color-text:#1a1a1a;--color-text-muted:#4a4a4a;--color-footer-bg:#0b1735;--color-footer-link:#e8edf5;--color-footer-link-hover:#fff;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--font-family-base:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-size-body:1rem;--line-height-body:1.5;--font-size-h1:clamp(1.25rem, 2.5vw, 1.75rem);--font-size-h2:clamp(1.15rem, 2vw, 1.35rem);--font-size-h3:clamp(1.05rem, 1.5vw, 1.2rem);--shadow-dropdown:2px 2px 6px #00000038;--transition-fast:.14s ease;--transition-standard:.22s ease}html,body{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}body{background-color:var(--color-bg-page);color:var(--color-text);font-family:var(--font-family-base);font-size:var(--font-size-body);line-height:var(--line-height-body)}#app{flex-direction:column;height:100%;display:flex}:where(h1){font-size:var(--font-size-h1);font-weight:600;line-height:1.25}:where(h2){font-size:var(--font-size-h2);font-weight:600;line-height:1.3}:where(h3){font-size:var(--font-size-h3);font-weight:600;line-height:1.35}:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:2px}a,button,[role=button]{transition:color var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-standard), transform var(--transition-fast)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.mg-stack{gap:var(--space-4);display:grid}.mg-card{background:var(--color-bg-page);padding:var(--space-4);border:1px solid #0000001f;border-radius:6px}.mg-card:hover{box-shadow:0 2px 10px #00000012}.mg-card--highlight{border-color:var(--color-brand-primary);box-shadow:0 0 0 1px #9400ff2e}.mg-card__grid{gap:var(--space-4);grid-template-columns:160px 1fr;align-items:start;display:grid}@media (width<=640px){.mg-card__grid{grid-template-columns:1fr}}.mg-media{aspect-ratio:4/3;background:var(--color-bg-subtle);border:1px solid #00000014;border-radius:6px;width:100%;overflow:hidden}.mg-media>img{object-fit:cover;width:100%;height:100%;display:block}.mg-title{margin:0 0 var(--space-2) 0;font-weight:600}.mg-meta{gap:var(--space-2) var(--space-4);margin:0 0 var(--space-2) 0;color:var(--color-text-muted);flex-wrap:wrap;font-size:.95rem;display:flex}.mg-meta strong{color:var(--color-text);font-weight:600}.mg-text{margin:0}.mg-badge{align-items:center;gap:var(--space-1);color:var(--color-text);background:#ffffff2e;border:1px solid #0000001a;border-radius:999px;padding:2px 8px;font-size:.85rem;display:inline-flex}.mg-accent-left{padding-left:var(--space-3);border-left:6px solid #0000001f}.htmleditor{background-color:#fff;border:1px solid #000;width:calc(100% - 26px);height:31em;margin:7px;padding:5px;overflow:auto}.htmleditor table{border-collapse:collapse;border:1px solid #e0e0e0}.htmleditor th,.htmleditor td{border:1px solid #e0e0e0} diff --git a/public/assets/index-DVfxlYcA.js b/public/assets/index-DVfxlYcA.js new file mode 100644 index 0000000..3483bea --- /dev/null +++ b/public/assets/index-DVfxlYcA.js @@ -0,0 +1,2 @@ +import{C as e,E as t,I as n,L as r,O as i,S as a,c as o,ct as s,d as c,h as l,i as u,j as d,l as f,m as p,s as m,t as h,u as g,w as _}from"./_plugin-vue_export-helper-Conii5fq.js";import{c as v,n as y,s as b,t as x}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{a as S,n as C,r as w}from"./vuex.esm-bundler-CDO_-3pz.js";import{i as ee,n as T,r as E,t as D}from"./router-BMknwoXv.js";(function(){let e=document.createElement(`link`).relList;if(e&&e.supports&&e.supports(`modulepreload`))return;for(let e of document.querySelectorAll(`link[rel="modulepreload"]`))n(e);new MutationObserver(e=>{for(let t of e)if(t.type===`childList`)for(let e of t.addedNodes)e.tagName===`LINK`&&e.rel===`modulepreload`&&n(e)}).observe(document,{childList:!0,subtree:!0});function t(e){let t={};return e.integrity&&(t.integrity=e.integrity),e.referrerPolicy&&(t.referrerPolicy=e.referrerPolicy),e.crossOrigin===`use-credentials`?t.credentials=`include`:e.crossOrigin===`anonymous`?t.credentials=`omit`:t.credentials=`same-origin`,t}function n(e){if(e.ep)return;e.ep=!0;let n=t(e);fetch(e.href,n)}})();var O={name:`NavbarComponent`,setup(){let t=S(),i=r(!1),o=n({}),s=r(window.innerWidth),c=m(()=>(t.state.menuData||[]).map(e=>{let n=Array.isArray(e.submenu)?e.submenu.filter(e=>e.showInMenu&&(!e.requiresAuth||t.getters.isLoggedIn)):e.submenu;return{...e,submenu:n}}).filter(e=>!(!e.showInMenu||e.requiresAuth&&!t.getters.isLoggedIn))),l=()=>{i.value=!i.value},u=e=>{s.value<=768&&(o[e]=!o[e])},d=()=>{i.value=!1,Object.keys(o).forEach(e=>{o[e]=!1})},f=()=>{s.value=window.innerWidth,s.value>768&&(i.value=!1,Object.keys(o).forEach(e=>{o[e]=!1}))};return e(()=>{window.addEventListener(`resize`,f)}),a(()=>{window.removeEventListener(`resize`,f)}),{isMenuOpen:i,isSubmenuOpen:o,windowWidth:s,menu:c,toggleMenu:l,toggleSubmenu:u,closeMenu:d}}},k={class:`navbar`},A=[`aria-expanded`],j={key:0,id:`main-menu`},M=[`onClick`,`onKeydown`,`aria-expanded`],N={key:0,class:`dropdown-content`};function P(e,n,r,a,m,h){let y=i(`router-link`);return _(),c(`nav`,k,[o(`button`,{class:`menu-toggle`,type:`button`,onClick:n[0]||=(...e)=>a.toggleMenu&&a.toggleMenu(...e),"aria-expanded":String(a.isMenuOpen),"aria-controls":`main-menu`},[...n[1]||=[o(`span`,{class:`menu-toggle__icon`,"aria-hidden":`true`},`≡`,-1),o(`span`,null,`Menü`,-1)]],8,A),a.isMenuOpen||a.windowWidth>768?(_(),c(`ul`,j,[n[2]||=o(`li`,{class:`ekhnlogo`},[o(`img`,{src:`/images/facettenkreuz.png`,class:`facettenkreuz`,alt:`EKHN`})],-1),(_(!0),c(u,null,t(a.menu,e=>(_(),c(`li`,{key:e.name},[e.link?(_(),f(y,{key:0,to:e.link,onClick:a.closeMenu,class:`nav-link`},{default:d(()=>[p(s(e.name),1)]),_:2},1032,[`to`,`onClick`])):g(``,!0),e.link?g(``,!0):(_(),c(`span`,{key:1,class:`nav-link pointer`,role:`button`,tabindex:`0`,onClick:t=>a.toggleSubmenu(e.name),onKeydown:[b(v(t=>a.toggleSubmenu(e.name),[`prevent`]),[`enter`]),b(v(t=>a.toggleSubmenu(e.name),[`prevent`]),[`space`])],"aria-expanded":String(!!a.isSubmenuOpen[e.name])},s(e.name),41,M)),l(x,{name:`fade`},{default:d(()=>[e.submenu&&e.submenu.length&&(a.isSubmenuOpen[e.name]||a.windowWidth>768)?(_(),c(`div`,N,[(_(!0),c(u,null,t(e.submenu,e=>(_(),f(y,{key:e.name,to:e.link,onClick:a.closeMenu},{default:d(()=>[p(s(e.name),1)]),_:2},1032,[`to`,`onClick`]))),128))])):g(``,!0)]),_:2},1024)]))),128))])):g(``,!0)])}var F=h(O,[[`render`,P],[`__scopeId`,`data-v-7fe2dd29`]]);function I(e,t){for(let n of e){if(n?.link===t)return n.pageTitle||n.name||``;if(n?.submenu?.length){let e=I(n.submenu,t);if(e)return e}}return``}var L={name:`BreadcrumbsComponent`,setup(){let e=ee(),t=S();return{crumbs:m(()=>{let n=e.path||`/`,r=[{label:`Startseite`,to:`/`}];if(n===`/`)return[];let i=I(t.state.menuData||[],n);return r.push({label:i||`Seite`,to:n}),r})}}},R={key:0,class:`breadcrumbs`,"aria-label":`Brotkrumen`},z={key:1,"aria-current":`page`};function B(e,n,r,a,l,m){let h=i(`router-link`);return a.crumbs.length?(_(),c(`nav`,R,[o(`ol`,null,[(_(!0),c(u,null,t(a.crumbs,(e,t)=>(_(),c(`li`,{key:e.to+`-`+t},[t[p(s(e.label),1)]),_:2},1032,[`to`])):(_(),c(`span`,z,s(e.label),1))]))),128))])])):g(``,!0)}var te={name:`HeaderComponent`,components:{NavbarComponent:F,BreadcrumbsComponent:h(L,[[`render`,B],[`__scopeId`,`data-v-a3b4cf74`]])},methods:{...C([`loadMenuData`]),async reloadMenu(){await this.loadMenuData(),window.location.reload()}}},V={class:`header-title`};function H(e,t,n,r,a,s){let u=i(`NavbarComponent`),d=i(`BreadcrumbsComponent`);return _(),c(`header`,null,[o(`div`,V,[t[1]||=o(`h1`,null,`Evangelische Miriamgemeinde Frankfurt am Main`,-1),o(`button`,{class:`reload-icon`,type:`button`,onClick:t[0]||=(...e)=>s.reloadMenu&&s.reloadMenu(...e),"aria-label":`Menü neu laden`},` ⟳ `)]),l(u),l(d)])}var U=h(te,[[`render`,H],[`__scopeId`,`data-v-dcb71101`]]),W={name:`FooterComponent`,computed:{...w([`isLoggedIn`])},methods:{...C([`logout`]),async handleLogout(){try{await this.logout()}catch(e){console.error(`Fehler beim Logout:`,e)}}}},G={class:`footer`},K={class:`left-links`},q={class:`right-links`};function J(e,t,n,r,a,s){let u=i(`router-link`);return _(),c(`footer`,G,[o(`div`,K,[e.isLoggedIn?g(``,!0):(_(),f(u,{key:0,class:`login-link`,to:`/auth/login`},{default:d(()=>[...t[1]||=[p(`Login`,-1)]]),_:1})),e.isLoggedIn?(_(),c(`a`,{key:1,onClick:t[0]||=(...e)=>s.handleLogout&&s.handleLogout(...e),class:`logout-link`},`Logout`)):g(``,!0)]),o(`div`,q,[l(u,{to:`/terms`},{default:d(()=>[...t[2]||=[p(`Impressum`,-1)]]),_:1}),l(u,{to:`/privacy-policy`},{default:d(()=>[...t[3]||=[p(`Datenschutzerklärung`,-1)]]),_:1})])])}var Y={name:`AppComponent`,components:{HeaderComponent:U,FooterComponent:h(W,[[`render`,J],[`__scopeId`,`data-v-9633d905`]])},data(){return{windowWidth:window.innerWidth}},computed:{showRightColumn(){return this.windowWidth>1200},showOverlay(){return this.windowWidth<=1200&&this.windowWidth>=768},showAsFooter(){return this.windowWidth<768}},mounted(){window.addEventListener(`resize`,this.handleResize),document.title=`Evangelische Miriamgemeinde Frankfurt`},beforeUnmount(){window.removeEventListener(`resize`,this.handleResize)},methods:{handleResize(){this.windowWidth=window.innerWidth}}},X={id:`app`},Z={class:`content-section`},Q={class:`left-column`},ne={key:0,class:`right-column-overlay`},re={key:1,class:`right-column-overlay`},ie={key:0,class:`right-column`};function ae(e,t,n,r,a,s){let u=i(`HeaderComponent`),d=i(`router-view`),f=i(`FooterComponent`);return _(),c(`div`,X,[l(u),o(`main`,Z,[o(`div`,Q,[s.showOverlay?(_(),c(`div`,ne,[l(d,{name:`rightColumn`})])):g(``,!0),l(d),s.showAsFooter?(_(),c(`div`,re,[l(d,{name:`rightColumn`})])):g(``,!0)]),s.showRightColumn?(_(),c(`div`,ie,[l(d,{name:`rightColumn`})])):g(``,!0)]),l(f)])}var $=y(h(Y,[[`render`,ae]]));$.use(D),$.use(T),$.config.globalProperties.$axios=E,$.mount(`#app`); +//# sourceMappingURL=index-DVfxlYcA.js.map \ No newline at end of file diff --git a/public/assets/index-DWqakU88.js b/public/assets/index-DWqakU88.js new file mode 100644 index 0000000..eb8019d --- /dev/null +++ b/public/assets/index-DWqakU88.js @@ -0,0 +1,2 @@ +import{C as e,E as t,I as n,L as r,O as i,S as a,c as o,ct as s,d as c,h as l,i as u,j as d,l as f,m as p,s as m,t as h,u as g,w as _}from"./_plugin-vue_export-helper-Conii5fq.js";import{c as v,n as y,s as b,t as x}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{a as S,n as C,r as w}from"./vuex.esm-bundler-CDO_-3pz.js";import{i as ee,n as T,r as E,t as D}from"./router-DXnXJqfT.js";(function(){let e=document.createElement(`link`).relList;if(e&&e.supports&&e.supports(`modulepreload`))return;for(let e of document.querySelectorAll(`link[rel="modulepreload"]`))n(e);new MutationObserver(e=>{for(let t of e)if(t.type===`childList`)for(let e of t.addedNodes)e.tagName===`LINK`&&e.rel===`modulepreload`&&n(e)}).observe(document,{childList:!0,subtree:!0});function t(e){let t={};return e.integrity&&(t.integrity=e.integrity),e.referrerPolicy&&(t.referrerPolicy=e.referrerPolicy),e.crossOrigin===`use-credentials`?t.credentials=`include`:e.crossOrigin===`anonymous`?t.credentials=`omit`:t.credentials=`same-origin`,t}function n(e){if(e.ep)return;e.ep=!0;let n=t(e);fetch(e.href,n)}})();var O={name:`NavbarComponent`,setup(){let t=S(),i=r(!1),o=n({}),s=r(window.innerWidth),c=m(()=>(t.state.menuData||[]).map(e=>{let n=Array.isArray(e.submenu)?e.submenu.filter(e=>e.showInMenu&&(!e.requiresAuth||t.getters.isLoggedIn)):e.submenu;return{...e,submenu:n}}).filter(e=>!(!e.showInMenu||e.requiresAuth&&!t.getters.isLoggedIn))),l=()=>{i.value=!i.value},u=e=>{s.value<=768&&(o[e]=!o[e])},d=()=>{i.value=!1,Object.keys(o).forEach(e=>{o[e]=!1})},f=()=>{s.value=window.innerWidth,s.value>768&&(i.value=!1,Object.keys(o).forEach(e=>{o[e]=!1}))};return e(()=>{window.addEventListener(`resize`,f)}),a(()=>{window.removeEventListener(`resize`,f)}),{isMenuOpen:i,isSubmenuOpen:o,windowWidth:s,menu:c,toggleMenu:l,toggleSubmenu:u,closeMenu:d}}},k={class:`navbar`},A=[`aria-expanded`],j={key:0,id:`main-menu`},M=[`onClick`,`onKeydown`,`aria-expanded`],N={key:0,class:`dropdown-content`};function P(e,n,r,a,m,h){let y=i(`router-link`);return _(),c(`nav`,k,[o(`button`,{class:`menu-toggle`,type:`button`,onClick:n[0]||=(...e)=>a.toggleMenu&&a.toggleMenu(...e),"aria-expanded":String(a.isMenuOpen),"aria-controls":`main-menu`},[...n[1]||=[o(`span`,{class:`menu-toggle__icon`,"aria-hidden":`true`},`≡`,-1),o(`span`,null,`Menü`,-1)]],8,A),a.isMenuOpen||a.windowWidth>768?(_(),c(`ul`,j,[n[2]||=o(`li`,{class:`ekhnlogo`},[o(`img`,{src:`/images/facettenkreuz.png`,class:`facettenkreuz`,alt:`EKHN`})],-1),(_(!0),c(u,null,t(a.menu,e=>(_(),c(`li`,{key:e.name},[e.link?(_(),f(y,{key:0,to:e.link,onClick:a.closeMenu,class:`nav-link`},{default:d(()=>[p(s(e.name),1)]),_:2},1032,[`to`,`onClick`])):g(``,!0),e.link?g(``,!0):(_(),c(`span`,{key:1,class:`nav-link pointer`,role:`button`,tabindex:`0`,onClick:t=>a.toggleSubmenu(e.name),onKeydown:[b(v(t=>a.toggleSubmenu(e.name),[`prevent`]),[`enter`]),b(v(t=>a.toggleSubmenu(e.name),[`prevent`]),[`space`])],"aria-expanded":String(!!a.isSubmenuOpen[e.name])},s(e.name),41,M)),l(x,{name:`fade`},{default:d(()=>[e.submenu&&e.submenu.length&&(a.isSubmenuOpen[e.name]||a.windowWidth>768)?(_(),c(`div`,N,[(_(!0),c(u,null,t(e.submenu,e=>(_(),f(y,{key:e.name,to:e.link,onClick:a.closeMenu},{default:d(()=>[p(s(e.name),1)]),_:2},1032,[`to`,`onClick`]))),128))])):g(``,!0)]),_:2},1024)]))),128))])):g(``,!0)])}var F=h(O,[[`render`,P],[`__scopeId`,`data-v-7fe2dd29`]]);function I(e,t){for(let n of e){if(n?.link===t)return n.pageTitle||n.name||``;if(n?.submenu?.length){let e=I(n.submenu,t);if(e)return e}}return``}var L={name:`BreadcrumbsComponent`,setup(){let e=ee(),t=S();return{crumbs:m(()=>{let n=e.path||`/`,r=[{label:`Startseite`,to:`/`}];if(n===`/`)return[];let i=I(t.state.menuData||[],n);return r.push({label:i||`Seite`,to:n}),r})}}},R={key:0,class:`breadcrumbs`,"aria-label":`Brotkrumen`},z={key:1,"aria-current":`page`};function B(e,n,r,a,l,m){let h=i(`router-link`);return a.crumbs.length?(_(),c(`nav`,R,[o(`ol`,null,[(_(!0),c(u,null,t(a.crumbs,(e,t)=>(_(),c(`li`,{key:e.to+`-`+t},[t[p(s(e.label),1)]),_:2},1032,[`to`])):(_(),c(`span`,z,s(e.label),1))]))),128))])])):g(``,!0)}var te={name:`HeaderComponent`,components:{NavbarComponent:F,BreadcrumbsComponent:h(L,[[`render`,B],[`__scopeId`,`data-v-a3b4cf74`]])},methods:{...C([`loadMenuData`]),async reloadMenu(){await this.loadMenuData(),window.location.reload()}}},V={class:`header-title`};function H(e,t,n,r,a,s){let u=i(`NavbarComponent`),d=i(`BreadcrumbsComponent`);return _(),c(`header`,null,[o(`div`,V,[t[1]||=o(`h1`,null,`Evangelische Miriamgemeinde Frankfurt am Main`,-1),o(`button`,{class:`reload-icon`,type:`button`,onClick:t[0]||=(...e)=>s.reloadMenu&&s.reloadMenu(...e),"aria-label":`Menü neu laden`},` ⟳ `)]),l(u),l(d)])}var U=h(te,[[`render`,H],[`__scopeId`,`data-v-dcb71101`]]),W={name:`FooterComponent`,computed:{...w([`isLoggedIn`])},methods:{...C([`logout`]),async handleLogout(){try{await this.logout()}catch(e){console.error(`Fehler beim Logout:`,e)}}}},G={class:`footer`},K={class:`left-links`},q={class:`right-links`};function J(e,t,n,r,a,s){let u=i(`router-link`);return _(),c(`footer`,G,[o(`div`,K,[e.isLoggedIn?g(``,!0):(_(),f(u,{key:0,class:`login-link`,to:`/auth/login`},{default:d(()=>[...t[1]||=[p(`Login`,-1)]]),_:1})),e.isLoggedIn?(_(),c(`a`,{key:1,onClick:t[0]||=(...e)=>s.handleLogout&&s.handleLogout(...e),class:`logout-link`},`Logout`)):g(``,!0)]),o(`div`,q,[l(u,{to:`/terms`},{default:d(()=>[...t[2]||=[p(`Impressum`,-1)]]),_:1}),l(u,{to:`/privacy-policy`},{default:d(()=>[...t[3]||=[p(`Datenschutzerklärung`,-1)]]),_:1})])])}var Y={name:`AppComponent`,components:{HeaderComponent:U,FooterComponent:h(W,[[`render`,J],[`__scopeId`,`data-v-9633d905`]])},data(){return{windowWidth:window.innerWidth}},computed:{showRightColumn(){return this.windowWidth>1200},showOverlay(){return this.windowWidth<=1200&&this.windowWidth>=768},showAsFooter(){return this.windowWidth<768}},mounted(){window.addEventListener(`resize`,this.handleResize),document.title=`Evangelische Miriamgemeinde Frankfurt`},beforeUnmount(){window.removeEventListener(`resize`,this.handleResize)},methods:{handleResize(){this.windowWidth=window.innerWidth}}},X={id:`app`},Z={class:`content-section`},Q={class:`left-column`},ne={key:0,class:`right-column-overlay`},re={key:1,class:`right-column-overlay`},ie={key:0,class:`right-column`};function ae(e,t,n,r,a,s){let u=i(`HeaderComponent`),d=i(`router-view`),f=i(`FooterComponent`);return _(),c(`div`,X,[l(u),o(`main`,Z,[o(`div`,Q,[s.showOverlay?(_(),c(`div`,ne,[l(d,{name:`rightColumn`})])):g(``,!0),l(d),s.showAsFooter?(_(),c(`div`,re,[l(d,{name:`rightColumn`})])):g(``,!0)]),s.showRightColumn?(_(),c(`div`,ie,[l(d,{name:`rightColumn`})])):g(``,!0)]),l(f)])}var $=y(h(Y,[[`render`,ae]]));$.use(D),$.use(T),$.config.globalProperties.$axios=E,$.mount(`#app`); +//# sourceMappingURL=index-DWqakU88.js.map \ No newline at end of file diff --git a/public/assets/index-btwWhaKW.js b/public/assets/index-btwWhaKW.js new file mode 100644 index 0000000..3e723e2 --- /dev/null +++ b/public/assets/index-btwWhaKW.js @@ -0,0 +1,3 @@ +const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/DialogComponent-Xljax2a4.js","assets/_plugin-vue_export-helper-Conii5fq.js","assets/DialogComponent-Cs1ZJRNx.css"])))=>i.map(i=>d[i]); +import{C as e,E as t,I as n,L as r,O as i,S as a,c as o,ct as s,d as c,h as l,i as u,j as d,l as f,m as p,s as m,t as h,u as g,w as _}from"./_plugin-vue_export-helper-Conii5fq.js";import{c as v,n as y,s as b,t as x}from"./runtime-dom.esm-bundler-CI28bPhn.js";import{a as S,n as C,r as ee}from"./vuex.esm-bundler-CDO_-3pz.js";import{r as w}from"./vue-router-TV9y4Y2n.js";import{i as T,n as E,r as D,t as O}from"./router-Cubu3_vL.js";(function(){let e=document.createElement(`link`).relList;if(e&&e.supports&&e.supports(`modulepreload`))return;for(let e of document.querySelectorAll(`link[rel="modulepreload"]`))n(e);new MutationObserver(e=>{for(let t of e)if(t.type===`childList`)for(let e of t.addedNodes)e.tagName===`LINK`&&e.rel===`modulepreload`&&n(e)}).observe(document,{childList:!0,subtree:!0});function t(e){let t={};return e.integrity&&(t.integrity=e.integrity),e.referrerPolicy&&(t.referrerPolicy=e.referrerPolicy),e.crossOrigin===`use-credentials`?t.credentials=`include`:e.crossOrigin===`anonymous`?t.credentials=`omit`:t.credentials=`same-origin`,t}function n(e){if(e.ep)return;e.ep=!0;let n=t(e);fetch(e.href,n)}})();var te=(e,t,n)=>{let r=t.lastIndexOf(`?`),i=e[r===-1||r{(typeof queueMicrotask==`function`?queueMicrotask:setTimeout)(r.bind(null,Error(`Unknown variable dynamic import: `+t+(t.split(`/`).length===n?``:`. Note that variables only represent file names one level deep.`))))})},k={name:`NavbarComponent`,setup(){let t=S(),i=r(!1),o=n({}),s=r(window.innerWidth),c=m(()=>(t.state.menuData||[]).map(e=>{let n=Array.isArray(e.submenu)?e.submenu.filter(e=>e.showInMenu&&(!e.requiresAuth||t.getters.isLoggedIn)):e.submenu;return{...e,submenu:n}}).filter(e=>!(!e.showInMenu||e.requiresAuth&&!t.getters.isLoggedIn))),l=()=>{i.value=!i.value},u=e=>{s.value<=768&&(o[e]=!o[e])},d=()=>{i.value=!1,Object.keys(o).forEach(e=>{o[e]=!1})},f=()=>{s.value=window.innerWidth,s.value>768&&(i.value=!1,Object.keys(o).forEach(e=>{o[e]=!1}))};return e(()=>{window.addEventListener(`resize`,f)}),a(()=>{window.removeEventListener(`resize`,f)}),{isMenuOpen:i,isSubmenuOpen:o,windowWidth:s,menu:c,toggleMenu:l,toggleSubmenu:u,closeMenu:d}}},A={class:`navbar`},j=[`aria-expanded`],M={key:0,id:`main-menu`},N=[`onClick`,`onKeydown`,`aria-expanded`],P={key:0,class:`dropdown-content`};function F(e,n,r,a,m,h){let y=i(`router-link`);return _(),c(`nav`,A,[o(`button`,{class:`menu-toggle`,type:`button`,onClick:n[0]||=(...e)=>a.toggleMenu&&a.toggleMenu(...e),"aria-expanded":String(a.isMenuOpen),"aria-controls":`main-menu`},[...n[1]||=[o(`span`,{class:`menu-toggle__icon`,"aria-hidden":`true`},`≡`,-1),o(`span`,null,`Menü`,-1)]],8,j),a.isMenuOpen||a.windowWidth>768?(_(),c(`ul`,M,[n[2]||=o(`li`,{class:`ekhnlogo`},[o(`img`,{src:`/images/facettenkreuz.png`,class:`facettenkreuz`,alt:`EKHN`})],-1),(_(!0),c(u,null,t(a.menu,e=>(_(),c(`li`,{key:e.name},[e.link?(_(),f(y,{key:0,to:e.link,onClick:a.closeMenu,class:`nav-link`},{default:d(()=>[p(s(e.name),1)]),_:2},1032,[`to`,`onClick`])):g(``,!0),e.link?g(``,!0):(_(),c(`span`,{key:1,class:`nav-link pointer`,role:`button`,tabindex:`0`,onClick:t=>a.toggleSubmenu(e.name),onKeydown:[b(v(t=>a.toggleSubmenu(e.name),[`prevent`]),[`enter`]),b(v(t=>a.toggleSubmenu(e.name),[`prevent`]),[`space`])],"aria-expanded":String(!!a.isSubmenuOpen[e.name])},s(e.name),41,N)),l(x,{name:`fade`},{default:d(()=>[e.submenu&&e.submenu.length&&(a.isSubmenuOpen[e.name]||a.windowWidth>768)?(_(),c(`div`,P,[(_(!0),c(u,null,t(e.submenu,e=>(_(),f(y,{key:e.name,to:e.link,onClick:a.closeMenu},{default:d(()=>[p(s(e.name),1)]),_:2},1032,[`to`,`onClick`]))),128))])):g(``,!0)]),_:2},1024)]))),128))])):g(``,!0)])}var I=h(k,[[`render`,F],[`__scopeId`,`data-v-7fe2dd29`]]);function L(e,t){for(let n of e){if(n?.link===t)return n.pageTitle||n.name||``;if(n?.submenu?.length){let e=L(n.submenu,t);if(e)return e}}return``}var R={name:`BreadcrumbsComponent`,setup(){let e=w(),t=S();return{crumbs:m(()=>{let n=e.path||`/`,r=[{label:`Startseite`,to:`/`}];if(n===`/`)return[];let i=L(t.state.menuData||[],n);return r.push({label:i||`Seite`,to:n}),r})}}},z={key:0,class:`breadcrumbs`,"aria-label":`Brotkrumen`},B={key:1,"aria-current":`page`};function V(e,n,r,a,l,m){let h=i(`router-link`);return a.crumbs.length?(_(),c(`nav`,z,[o(`ol`,null,[(_(!0),c(u,null,t(a.crumbs,(e,t)=>(_(),c(`li`,{key:e.to+`-`+t},[t[p(s(e.label),1)]),_:2},1032,[`to`])):(_(),c(`span`,B,s(e.label),1))]))),128))])])):g(``,!0)}var H=h(R,[[`render`,V],[`__scopeId`,`data-v-a3b4cf74`]]),U={name:`HeaderComponent`,components:{NavbarComponent:I,BreadcrumbsComponent:H},methods:{...C([`loadMenuData`]),async reloadMenu(){await this.loadMenuData(),this.$router.push({path:`/`}),this.$store.state.menuData.map(e=>{if(e.component)return{path:e.link,component:()=>te(Object.assign({"./BreadcrumbsComponent.vue":()=>E(()=>import(`./BreadcrumbsComponent-C0bPiX2l.js`),[]),"./DialogComponent.vue":()=>E(()=>import(`./DialogComponent-Xljax2a4.js`),__vite__mapDeps([0,1,2])),"./FooterComponent.vue":()=>E(()=>import(`./FooterComponent-D2oWoaqz.js`),[]),"./NavbarComponent.vue":()=>E(()=>import(`./NavbarComponent-BcanjBr_.js`),[])}),`./${e.component}.vue`,3)}}).forEach(e=>O.addRoute(e))}}},W={class:`header-title`};function ne(e,t,n,r,a,s){let u=i(`NavbarComponent`),d=i(`BreadcrumbsComponent`);return _(),c(`header`,null,[o(`div`,W,[t[1]||=o(`h1`,null,`Evangelische Miriamgemeinde Frankfurt am Main`,-1),o(`button`,{class:`reload-icon`,type:`button`,onClick:t[0]||=(...e)=>s.reloadMenu&&s.reloadMenu(...e),"aria-label":`Menü neu laden`},` ⟳ `)]),l(u),l(d)])}var G=h(U,[[`render`,ne],[`__scopeId`,`data-v-edeccead`]]),K={name:`FooterComponent`,computed:{...ee([`isLoggedIn`])},methods:{...C([`logout`]),async handleLogout(){try{await this.logout()}catch(e){console.error(`Fehler beim Logout:`,e)}}}},q={class:`footer`},J={class:`left-links`},Y={class:`right-links`};function X(e,t,n,r,a,s){let u=i(`router-link`);return _(),c(`footer`,q,[o(`div`,J,[e.isLoggedIn?g(``,!0):(_(),f(u,{key:0,class:`login-link`,to:`/auth/login`},{default:d(()=>[...t[1]||=[p(`Login`,-1)]]),_:1})),e.isLoggedIn?(_(),c(`a`,{key:1,onClick:t[0]||=(...e)=>s.handleLogout&&s.handleLogout(...e),class:`logout-link`},`Logout`)):g(``,!0)]),o(`div`,Y,[l(u,{to:`/terms`},{default:d(()=>[...t[2]||=[p(`Impressum`,-1)]]),_:1}),l(u,{to:`/privacy-policy`},{default:d(()=>[...t[3]||=[p(`Datenschutzerklärung`,-1)]]),_:1})])])}var Z=h(K,[[`render`,X],[`__scopeId`,`data-v-9633d905`]]),re={name:`AppComponent`,components:{HeaderComponent:G,FooterComponent:Z},data(){return{windowWidth:window.innerWidth}},computed:{showRightColumn(){return this.windowWidth>1200},showOverlay(){return this.windowWidth<=1200&&this.windowWidth>=768},showAsFooter(){return this.windowWidth<768}},mounted(){window.addEventListener(`resize`,this.handleResize),document.title=`Evangelische Miriamgemeinde Frankfurt`},beforeUnmount(){window.removeEventListener(`resize`,this.handleResize)},methods:{handleResize(){this.windowWidth=window.innerWidth}}},ie={id:`app`},ae={class:`content-section`},oe={class:`left-column`},se={key:0,class:`right-column-overlay`},Q={key:1,class:`right-column-overlay`},ce={key:0,class:`right-column`};function le(e,t,n,r,a,s){let u=i(`HeaderComponent`),d=i(`router-view`),f=i(`FooterComponent`);return _(),c(`div`,ie,[l(u),o(`main`,ae,[o(`div`,oe,[s.showOverlay?(_(),c(`div`,se,[l(d,{name:`rightColumn`})])):g(``,!0),l(d),s.showAsFooter?(_(),c(`div`,Q,[l(d,{name:`rightColumn`})])):g(``,!0)]),s.showRightColumn?(_(),c(`div`,ce,[l(d,{name:`rightColumn`})])):g(``,!0)]),l(f)])}var $=y(h(re,[[`render`,le]]));$.use(O),$.use(D),$.config.globalProperties.$axios=T,$.mount(`#app`);export{H as n,I as r,Z as t}; +//# sourceMappingURL=index-btwWhaKW.js.map \ No newline at end of file diff --git a/public/assets/router--Un6xX_2.js b/public/assets/router--Un6xX_2.js new file mode 100644 index 0000000..e4ec497 --- /dev/null +++ b/public/assets/router--Un6xX_2.js @@ -0,0 +1,3 @@ +const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/DefaultComponent-C7CdA2ge.js","assets/_plugin-vue_export-helper-Conii5fq.js","assets/DefaultComponent-_KgE6iQv.css","assets/DefaultContent-6cD_EegN.js","assets/vuex.esm-bundler-CDO_-3pz.js","assets/RenderContentComponent-C8WFtFLq.js","assets/axios-DHQprbt3.js","assets/runtime-dom.esm-bundler-CI28bPhn.js","assets/strings-CNeI630x.js","assets/RenderContentComponent-BxSffKIg.css","assets/ImageContent-B_9Srbxr.js","assets/ImageContent-DQSMerBx.css","assets/ServiceUnavailableComponent-DxkW7FHw.js","assets/ServiceUnavailableComponent-7ZLQmSTl.css","assets/ContactPersonManagement-BxVIiyJn.js","assets/vue-multiselect.esm-9oGQ1abz.js","assets/ContactPersonManagement-D91tKnsd.css","assets/EditPagesComponent-BGLdpTZ3.js","assets/AddImageDialog-zajqCFn5.js","assets/AddImageDialog-XDsmnWhC.css","assets/EditPagesComponent-Ba9JOUmo.css","assets/EventManagement-DQmR17IN.js","assets/EventManagement-DGPDJgOd.css","assets/EventPlacesManagement-BHvzm7Go.js","assets/EventPlacesManagement-BBBtyweL.css","assets/EventTypesManagement-Ddjslfnc.js","assets/EventTypesManagement-DsvWHFru.css","assets/ImageUpload-CyKuJlsJ.js","assets/ImageUpload-DjMaumWQ.css","assets/IndexContent-VbTNGidY.js","assets/IndexContent-galV-8fR.css","assets/InstitutionManagement-IosXDWBg.js","assets/InstitutionManagement-DGHKcIlr.css","assets/MenuManagement-CBelxJnl.js","assets/MenuManagement-By5K7zQz.css","assets/PagePreviewComponent-D5kWi4I6.js","assets/PagePreviewComponent-CVf7BAaI.css","assets/PositionManagement-BiCbhrMC.js","assets/PositionManagement-CzPEbVhG.css","assets/UploadFileManagement-BgjN_9sF.js","assets/UploadFileManagement-C4MG8IQC.css","assets/UserAdministration-ChD41pNM.js","assets/UserAdministration-5uUT_Af2.css","assets/WorshipManagement-W7lr0rFK.js","assets/WorshipManagement-ZRPtAoqA.css","assets/ForgotPasswordContent-Cb83bMVu.js","assets/ForgotPasswordContent-B4cj5PB_.css","assets/LoginContent-Pl_xIOaP.js","assets/LoginContent-BCzf_WKN.css","assets/RegisterContent-B9VIVIZy.js","assets/RegisterContent-CCVlHcet.css","assets/ResetPasswordContent-C4rZ07Ue.js","assets/ResetPasswordContent-UYlaksIR.css","assets/PrivacyPolicyComponent-CEOhjarf.js","assets/PrivacyPolicyComponent-BATcZDCC.css","assets/TermsComponent-D5IisTL9.js","assets/TermsComponent-BH0CU8SP.css"])))=>i.map(i=>d[i]); +import{t as e}from"./axios-DHQprbt3.js";import{I as t,L as n,R as r,T as i,V as a,g as o,k as s,s as c,v as l,x as u,y as d,z as f}from"./_plugin-vue_export-helper-Conii5fq.js";import{t as p}from"./vuex.esm-bundler-CDO_-3pz.js";var m=typeof document<`u`;function h(e){return typeof e==`object`||`displayName`in e||`props`in e||`__vccOpts`in e}function ee(e){return e.__esModule||e[Symbol.toStringTag]===`Module`||e.default&&h(e.default)}var g=Object.assign;function te(e,t){let n={};for(let r in t){let i=t[r];n[r]=v(i)?i.map(e):e(i)}return n}var _=()=>{},v=Array.isArray;function y(e,t){let n={};for(let r in e)n[r]=r in t?t[r]:e[r];return n}var ne=/#/g,re=/&/g,ie=/\//g,ae=/=/g,b=/\?/g,x=/\+/g,oe=/%5B/g,se=/%5D/g,ce=/%5E/g,le=/%60/g,S=/%7B/g,ue=/%7C/g,C=/%7D/g,de=/%20/g;function w(e){return e==null?``:encodeURI(``+e).replace(ue,`|`).replace(oe,`[`).replace(se,`]`)}function fe(e){return w(e).replace(S,`{`).replace(C,`}`).replace(ce,`^`)}function T(e){return w(e).replace(x,`%2B`).replace(de,`+`).replace(ne,`%23`).replace(re,`%26`).replace(le,"`").replace(S,`{`).replace(C,`}`).replace(ce,`^`)}function E(e){return T(e).replace(ae,`%3D`)}function pe(e){return w(e).replace(ne,`%23`).replace(b,`%3F`)}function me(e){return pe(e).replace(ie,`%2F`)}function D(e){if(e==null)return null;try{return decodeURIComponent(``+e)}catch{}return``+e}var O=/\/$/,he=e=>e.replace(O,``);function ge(e,t,n=`/`){let r,i={},a=``,o=``,s=t.indexOf(`#`),c=t.indexOf(`?`);return c=s>=0&&c>s?-1:c,c>=0&&(r=t.slice(0,c),a=t.slice(c,s>0?s:t.length),i=e(a.slice(1))),s>=0&&(r||=t.slice(0,s),o=t.slice(s,t.length)),r=N(r??t,n),{fullPath:r+a+o,path:r,query:i,hash:D(o)}}function _e(e,t){let n=t.query?e(t.query):``;return t.path+(n&&`?`)+n+(t.hash||``)}function k(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||`/`}function ve(e,t,n){let r=t.matched.length-1,i=n.matched.length-1;return r>-1&&r===i&&A(t.matched[r],n.matched[i])&&ye(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function A(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function ye(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(var n in e)if(!j(e[n],t[n]))return!1;return!0}function j(e,t){return v(e)?M(e,t):v(t)?M(t,e):e?.valueOf()===t?.valueOf()}function M(e,t){return v(t)?e.length===t.length&&e.every((e,n)=>e===t[n]):e.length===1&&e[0]===t}function N(e,t){if(e.startsWith(`/`))return e;if(!e)return t;let n=t.split(`/`),r=e.split(`/`),i=r[r.length-1];(i===`..`||i===`.`)&&r.push(``);let a=n.length-1,o,s;for(o=0;o1&&a--;else break;return n.slice(0,a).join(`/`)+`/`+r.slice(o).join(`/`)}var P={path:`/`,name:void 0,params:{},query:{},hash:``,fullPath:`/`,matched:[],meta:{},redirectedFrom:void 0},be=function(e){return e.pop=`pop`,e.push=`push`,e}({}),F=function(e){return e.back=`back`,e.forward=`forward`,e.unknown=``,e}({});function I(e){if(!e)if(m){let t=document.querySelector(`base`);e=t&&t.getAttribute(`href`)||`/`,e=e.replace(/^\w+:\/\/[^\/]+/,``)}else e=`/`;return e[0]!==`/`&&e[0]!==`#`&&(e=`/`+e),he(e)}var L=/^[^#]+#/;function R(e,t){return e.replace(L,`#`)+t}function xe(e,t){let n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}var z=()=>({left:window.scrollX,top:window.scrollY});function Se(e){let t;if(`el`in e){let n=e.el,r=typeof n==`string`&&n.startsWith(`#`),i=typeof n==`string`?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!i)return;t=xe(i,e)}else t=e;`scrollBehavior`in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left==null?window.scrollX:t.left,t.top==null?window.scrollY:t.top)}function Ce(e,t){return(history.state?history.state.position-t:-1)+e}var we=new Map;function Te(e,t){we.set(e,t)}function Ee(e){let t=we.get(e);return we.delete(e),t}function De(e){return typeof e==`string`||e&&typeof e==`object`}function Oe(e){return typeof e==`string`||typeof e==`symbol`}var B=function(e){return e[e.MATCHER_NOT_FOUND=1]=`MATCHER_NOT_FOUND`,e[e.NAVIGATION_GUARD_REDIRECT=2]=`NAVIGATION_GUARD_REDIRECT`,e[e.NAVIGATION_ABORTED=4]=`NAVIGATION_ABORTED`,e[e.NAVIGATION_CANCELLED=8]=`NAVIGATION_CANCELLED`,e[e.NAVIGATION_DUPLICATED=16]=`NAVIGATION_DUPLICATED`,e}({}),ke=Symbol(``);B.MATCHER_NOT_FOUND,B.NAVIGATION_GUARD_REDIRECT,B.NAVIGATION_ABORTED,B.NAVIGATION_CANCELLED,B.NAVIGATION_DUPLICATED;function V(e,t){return g(Error(),{type:e,[ke]:!0},t)}function H(e,t){return e instanceof Error&&ke in e&&(t==null||!!(e.type&t))}function Ae(e){let t={};if(e===``||e===`?`)return t;let n=(e[0]===`?`?e.slice(1):e).split(`&`);for(let e=0;ee&&T(e)):[r&&T(r)]).forEach(e=>{e!==void 0&&(t+=(t.length?`&`:``)+n,e!=null&&(t+=`=`+e))})}return t}function Me(e){let t={};for(let n in e){let r=e[n];r!==void 0&&(t[n]=v(r)?r.map(e=>e==null?null:``+e):r==null?r:``+r)}return t}var Ne=Symbol(``),Pe=Symbol(``),Fe=Symbol(``),Ie=Symbol(``),Le=Symbol(``);function U(){let e=[];function t(t){return e.push(t),()=>{let n=e.indexOf(t);n>-1&&e.splice(n,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function W(e,t,n,r,i,a=e=>e()){let o=r&&(r.enterCallbacks[i]=r.enterCallbacks[i]||[]);return()=>new Promise((s,c)=>{let l=e=>{e===!1?c(V(B.NAVIGATION_ABORTED,{from:n,to:t})):e instanceof Error?c(e):De(e)?c(V(B.NAVIGATION_GUARD_REDIRECT,{from:t,to:e})):(o&&r.enterCallbacks[i]===o&&typeof e==`function`&&o.push(e),s())},u=a(()=>e.call(r&&r.instances[i],t,n,l)),d=Promise.resolve(u);e.length<3&&(d=d.then(l)),d.catch(e=>c(e))})}function Re(e,t,n,r,i=e=>e()){let a=[];for(let o of e)for(let e in o.components){let s=o.components[e];if(!(t!==`beforeRouteEnter`&&!o.instances[e]))if(h(s)){let c=(s.__vccOpts||s)[t];c&&a.push(W(c,n,r,o,e,i))}else{let c=s();a.push(()=>c.then(a=>{if(!a)throw Error(`Couldn't resolve component "${e}" at "${o.path}"`);let s=ee(a)?a.default:a;o.mods[e]=a,o.components[e]=s;let c=(s.__vccOpts||s)[t];return c&&W(c,n,r,o,e,i)()}))}}return a}function ze(e,t){let n=[],r=[],i=[],a=Math.max(t.matched.length,e.matched.length);for(let o=0;oA(e,a))?r.push(a):n.push(a));let s=e.matched[o];s&&(t.matched.find(e=>A(e,s))||i.push(s))}return[n,r,i]}var Be=()=>location.protocol+`//`+location.host;function Ve(e,t){let{pathname:n,search:r,hash:i}=t,a=e.indexOf(`#`);if(a>-1){let t=i.includes(e.slice(a))?e.slice(a).length:1,n=i.slice(t);return n[0]!==`/`&&(n=`/`+n),k(n,``)}return k(n,e)+r+i}function He(e,t,n,r){let i=[],a=[],o=null,s=({state:a})=>{let s=Ve(e,location),c=n.value,l=t.value,u=0;if(a){if(n.value=s,t.value=a,o&&o===c){o=null;return}u=l?a.position-l.position:0}else r(s);i.forEach(e=>{e(n.value,c,{delta:u,type:be.pop,direction:u?u>0?F.forward:F.back:F.unknown})})};function c(){o=n.value}function l(e){i.push(e);let t=()=>{let t=i.indexOf(e);t>-1&&i.splice(t,1)};return a.push(t),t}function u(){if(document.visibilityState===`hidden`){let{history:e}=window;if(!e.state)return;e.replaceState(g({},e.state,{scroll:z()}),``)}}function d(){for(let e of a)e();a=[],window.removeEventListener(`popstate`,s),window.removeEventListener(`pagehide`,u),document.removeEventListener(`visibilitychange`,u)}return window.addEventListener(`popstate`,s),window.addEventListener(`pagehide`,u),document.addEventListener(`visibilitychange`,u),{pauseListeners:c,listen:l,destroy:d}}function Ue(e,t,n,r=!1,i=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:i?z():null}}function We(e){let{history:t,location:n}=window,r={value:Ve(e,n)},i={value:t.state};i.value||a(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function a(r,a,o){let s=e.indexOf(`#`),c=s>-1?(n.host&&document.querySelector(`base`)?e:e.slice(s))+r:Be()+e+r;try{t[o?`replaceState`:`pushState`](a,``,c),i.value=a}catch(e){console.error(e),n[o?`replace`:`assign`](c)}}function o(e,n){a(e,g({},t.state,Ue(i.value.back,e,i.value.forward,!0),n,{position:i.value.position}),!0),r.value=e}function s(e,n){let o=g({},i.value,t.state,{forward:e,scroll:z()});a(o.current,o,!0),a(e,g({},Ue(r.value,e,null),{position:o.position+1},n),!1),r.value=e}return{location:r,state:i,push:s,replace:o}}function Ge(e){e=I(e);let t=We(e),n=He(e,t.state,t.location,t.replace);function r(e,t=!0){t||n.pauseListeners(),history.go(e)}let i=g({location:``,base:e,go:r,createHref:R.bind(null,e)},t,n);return Object.defineProperty(i,`location`,{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(i,`state`,{enumerable:!0,get:()=>t.state.value}),i}var G=function(e){return e[e.Static=0]=`Static`,e[e.Param=1]=`Param`,e[e.Group=2]=`Group`,e}({}),K=function(e){return e[e.Static=0]=`Static`,e[e.Param=1]=`Param`,e[e.ParamRegExp=2]=`ParamRegExp`,e[e.ParamRegExpEnd=3]=`ParamRegExpEnd`,e[e.EscapeNext=4]=`EscapeNext`,e}(K||{}),Ke={type:G.Static,value:``},qe=/[a-zA-Z0-9_]/;function Je(e){if(!e)return[[]];if(e===`/`)return[[Ke]];if(!e.startsWith(`/`))throw Error(`Invalid path "${e}"`);function t(e){throw Error(`ERR (${n})/"${l}": ${e}`)}let n=K.Static,r=n,i=[],a;function o(){a&&i.push(a),a=[]}let s=0,c,l=``,u=``;function d(){l&&=(n===K.Static?a.push({type:G.Static,value:l}):n===K.Param||n===K.ParamRegExp||n===K.ParamRegExpEnd?(a.length>1&&(c===`*`||c===`+`)&&t(`A repeatable param (${l}) must be alone in its segment. eg: '/:ids+.`),a.push({type:G.Param,value:l,regexp:u,repeatable:c===`*`||c===`+`,optional:c===`*`||c===`?`})):t(`Invalid state to consume buffer`),``)}function f(){l+=c}for(;st.length?t.length===1&&t[0]===q.Static+q.Segment?1:-1:0}function et(e,t){let n=0,r=e.score,i=t.score;for(;n0&&t[t.length-1]<0}var nt={strict:!1,end:!0,sensitive:!1};function rt(e,t,n){let r=g(Qe(Je(e.path),n),{record:e,parent:t,children:[],alias:[]});return t&&!r.record.aliasOf==!t.record.aliasOf&&t.children.push(r),r}function it(e,t){let n=[],r=new Map;t=y(nt,t);function i(e){return r.get(e)}function a(e,n,r){let i=!r,s=ot(e);s.aliasOf=r&&r.record;let l=y(t,e),u=[s];if(`alias`in e){let t=typeof e.alias==`string`?[e.alias]:e.alias;for(let e of t)u.push(ot(g({},s,{components:r?r.record.components:s.components,path:e,aliasOf:r?r.record:s})))}let d,f;for(let t of u){let{path:u}=t;if(n&&u[0]!==`/`){let e=n.record.path,r=e[e.length-1]===`/`?``:`/`;t.path=n.record.path+(u&&r+u)}if(d=rt(t,n,l),r?r.alias.push(d):(f||=d,f!==d&&f.alias.push(d),i&&e.name&&!ct(d)&&o(e.name)),ft(d)&&c(d),s.children){let e=s.children;for(let t=0;t{o(f)}:_}function o(e){if(Oe(e)){let t=r.get(e);t&&(r.delete(e),n.splice(n.indexOf(t),1),t.children.forEach(o),t.alias.forEach(o))}else{let t=n.indexOf(e);t>-1&&(n.splice(t,1),e.record.name&&r.delete(e.record.name),e.children.forEach(o),e.alias.forEach(o))}}function s(){return n}function c(e){let t=ut(e,n);n.splice(t,0,e),e.record.name&&!ct(e)&&r.set(e.record.name,e)}function l(e,t){let i,a={},o,s;if(`name`in e&&e.name){if(i=r.get(e.name),!i)throw V(B.MATCHER_NOT_FOUND,{location:e});s=i.record.name,a=g(at(t.params,i.keys.filter(e=>!e.optional).concat(i.parent?i.parent.keys.filter(e=>e.optional):[]).map(e=>e.name)),e.params&&at(e.params,i.keys.map(e=>e.name))),o=i.stringify(a)}else if(e.path!=null)o=e.path,i=n.find(e=>e.re.test(o)),i&&(a=i.parse(o),s=i.record.name);else{if(i=t.name?r.get(t.name):n.find(e=>e.re.test(t.path)),!i)throw V(B.MATCHER_NOT_FOUND,{location:e,currentLocation:t});s=i.record.name,a=g({},t.params,e.params),o=i.stringify(a)}let c=[],l=i;for(;l;)c.unshift(l.record),l=l.parent;return{name:s,path:o,params:a,matched:c,meta:lt(c)}}e.forEach(e=>a(e));function u(){n.length=0,r.clear()}return{addRoute:a,resolve:l,removeRoute:o,clearRoutes:u,getRoutes:s,getRecordMatcher:i}}function at(e,t){let n={};for(let r of t)r in e&&(n[r]=e[r]);return n}function ot(e){let t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:st(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:`components`in e?e.components||null:e.component&&{default:e.component}};return Object.defineProperty(t,`mods`,{value:{}}),t}function st(e){let t={},n=e.props||!1;if(`component`in e)t.default=n;else for(let r in e.components)t[r]=typeof n==`object`?n[r]:n;return t}function ct(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function lt(e){return e.reduce((e,t)=>g(e,t.meta),{})}function ut(e,t){let n=0,r=t.length;for(;n!==r;){let i=n+r>>1;et(e,t[i])<0?r=i:n=i+1}let i=dt(e);return i&&(r=t.lastIndexOf(i,r-1)),r}function dt(e){let t=e;for(;t=t.parent;)if(ft(t)&&et(e,t)===0)return t}function ft({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function pt(e){let t=d(Fe),n=d(Ie),r=c(()=>{let n=a(e.to);return t.resolve(n)}),i=c(()=>{let{matched:e}=r.value,{length:t}=e,i=e[t-1],a=n.matched;if(!i||!a.length)return-1;let o=a.findIndex(A.bind(null,i));if(o>-1)return o;let s=vt(e[t-2]);return t>1&&vt(i)===s&&a[a.length-1].path!==s?a.findIndex(A.bind(null,e[t-2])):o}),o=c(()=>i.value>-1&&_t(n.params,r.value.params)),s=c(()=>i.value>-1&&i.value===n.matched.length-1&&ye(n.params,r.value.params));function l(n={}){if(gt(n)){let n=t[a(e.replace)?`replace`:`push`](a(e.to)).catch(_);return e.viewTransition&&typeof document<`u`&&`startViewTransition`in document&&document.startViewTransition(()=>n),n}return Promise.resolve()}return{route:r,href:c(()=>r.value.href),isActive:o,isExactActive:s,navigate:l}}function mt(e){return e.length===1?e[0]:e}var ht=o({name:`RouterLink`,compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:`page`},viewTransition:Boolean},useLink:pt,setup(e,{slots:n}){let r=t(pt(e)),{options:i}=d(Fe),a=c(()=>({[yt(e.activeClass,i.linkActiveClass,`router-link-active`)]:r.isActive,[yt(e.exactActiveClass,i.linkExactActiveClass,`router-link-exact-active`)]:r.isExactActive}));return()=>{let t=n.default&&mt(n.default(r));return e.custom?t:l(`a`,{"aria-current":r.isExactActive?e.ariaCurrentValue:null,href:r.href,onClick:r.navigate,class:a.value},t)}}});function gt(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){let t=e.currentTarget.getAttribute(`target`);if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function _t(e,t){for(let n in t){let r=t[n],i=e[n];if(typeof r==`string`){if(r!==i)return!1}else if(!v(i)||i.length!==r.length||r.some((e,t)=>e.valueOf()!==i[t].valueOf()))return!1}return!0}function vt(e){return e?e.aliasOf?e.aliasOf.path:e.path:``}var yt=(e,t,n)=>e??t??n,bt=o({name:`RouterView`,inheritAttrs:!1,props:{name:{type:String,default:`default`},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:r}){let o=d(Le),u=c(()=>e.route||o.value),f=d(Pe,0),p=c(()=>{let e=a(f),{matched:t}=u.value,n;for(;(n=t[e])&&!n.components;)e++;return e}),m=c(()=>u.value.matched[p.value]);i(Pe,c(()=>p.value+1)),i(Ne,m),i(Le,u);let h=n();return s(()=>[h.value,m.value,e.name],([e,t,n],[r,i,a])=>{t&&(t.instances[n]=e,i&&i!==t&&e&&e===r&&(t.leaveGuards.size||(t.leaveGuards=i.leaveGuards),t.updateGuards.size||(t.updateGuards=i.updateGuards))),e&&t&&(!i||!A(t,i)||!r)&&(t.enterCallbacks[n]||[]).forEach(t=>t(e))},{flush:`post`}),()=>{let n=u.value,i=e.name,a=m.value,o=a&&a.components[i];if(!o)return xt(r.default,{Component:o,route:n});let s=a.props[i],c=l(o,g({},s?s===!0?n.params:typeof s==`function`?s(n):s:null,t,{onVnodeUnmounted:e=>{e.component.isUnmounted&&(a.instances[i]=null)},ref:h}));return xt(r.default,{Component:c,route:n})||c}}});function xt(e,t){if(!e)return null;let n=e(t);return n.length===1?n[0]:n}var St=bt;function Ct(e){let t=it(e.routes,e),n=e.parseQuery||Ae,i=e.stringifyQuery||je,o=e.history,s=U(),c=U(),l=U(),d=f(P),p=P;m&&e.scrollBehavior&&`scrollRestoration`in history&&(history.scrollRestoration=`manual`);let h=te.bind(null,e=>``+e),ee=te.bind(null,me),y=te.bind(null,D);function ne(e,n){let r,i;return Oe(e)?(r=t.getRecordMatcher(e),i=n):i=e,t.addRoute(i,r)}function re(e){let n=t.getRecordMatcher(e);n&&t.removeRoute(n)}function ie(){return t.getRoutes().map(e=>e.record)}function ae(e){return!!t.getRecordMatcher(e)}function b(e,r){if(r=g({},r||d.value),typeof e==`string`){let i=ge(n,e,r.path),a=t.resolve({path:i.path},r),s=o.createHref(i.fullPath);return g(i,a,{params:y(a.params),hash:D(i.hash),redirectedFrom:void 0,href:s})}let a;if(e.path!=null)a=g({},e,{path:ge(n,e.path,r.path).path});else{let t=g({},e.params);for(let e in t)t[e]??delete t[e];a=g({},e,{params:ee(t)}),r.params=ee(r.params)}let s=t.resolve(a,r),c=e.hash||``;s.params=h(y(s.params));let l=_e(i,g({},e,{hash:fe(c),path:s.path})),u=o.createHref(l);return g({fullPath:l,hash:c,query:i===je?Me(e.query):e.query||{}},s,{redirectedFrom:void 0,href:u})}function x(e){return typeof e==`string`?ge(n,e,d.value.path):g({},e)}function oe(e,t){if(p!==e)return V(B.NAVIGATION_CANCELLED,{from:t,to:e})}function se(e){return S(e)}function ce(e){return se(g(x(e),{replace:!0}))}function le(e,t){let n=e.matched[e.matched.length-1];if(n&&n.redirect){let{redirect:r}=n,i=typeof r==`function`?r(e,t):r;return typeof i==`string`&&(i=i.includes(`?`)||i.includes(`#`)?i=x(i):{path:i},i.params={}),g({query:e.query,hash:e.hash,params:i.path==null?e.params:{}},i)}}function S(e,t){let n=p=b(e),r=d.value,a=e.state,o=e.force,s=e.replace===!0,c=le(n,r);if(c)return S(g(x(c),{state:typeof c==`object`?g({},a,c.state):a,force:o,replace:s}),t||n);let l=n;l.redirectedFrom=t;let u;return!o&&ve(i,r,n)&&(u=V(B.NAVIGATION_DUPLICATED,{to:l,from:r}),M(r,r,!0,!1)),(u?Promise.resolve(u):de(l,r)).catch(e=>H(e)?H(e,B.NAVIGATION_GUARD_REDIRECT)?e:j(e):A(e,l,r)).then(e=>{if(e){if(H(e,B.NAVIGATION_GUARD_REDIRECT))return S(g({replace:s},x(e.to),{state:typeof e.to==`object`?g({},a,e.to.state):a,force:o}),t||l)}else e=T(l,r,!0,s,a);return w(l,r,e),e})}function ue(e,t){let n=oe(e,t);return n?Promise.reject(n):Promise.resolve()}function C(e){let t=I.values().next().value;return t&&typeof t.runWithContext==`function`?t.runWithContext(e):e()}function de(e,t){let n,[r,i,a]=ze(e,t);n=Re(r.reverse(),`beforeRouteLeave`,e,t);for(let i of r)i.leaveGuards.forEach(r=>{n.push(W(r,e,t))});let o=ue.bind(null,e,t);return n.push(o),R(n).then(()=>{n=[];for(let r of s.list())n.push(W(r,e,t));return n.push(o),R(n)}).then(()=>{n=Re(i,`beforeRouteUpdate`,e,t);for(let r of i)r.updateGuards.forEach(r=>{n.push(W(r,e,t))});return n.push(o),R(n)}).then(()=>{n=[];for(let r of a)if(r.beforeEnter)if(v(r.beforeEnter))for(let i of r.beforeEnter)n.push(W(i,e,t));else n.push(W(r.beforeEnter,e,t));return n.push(o),R(n)}).then(()=>(e.matched.forEach(e=>e.enterCallbacks={}),n=Re(a,`beforeRouteEnter`,e,t,C),n.push(o),R(n))).then(()=>{n=[];for(let r of c.list())n.push(W(r,e,t));return n.push(o),R(n)}).catch(e=>H(e,B.NAVIGATION_CANCELLED)?e:Promise.reject(e))}function w(e,t,n){l.list().forEach(r=>C(()=>r(e,t,n)))}function T(e,t,n,r,i){let a=oe(e,t);if(a)return a;let s=t===P,c=m?history.state:{};n&&(r||s?o.replace(e.fullPath,g({scroll:s&&c&&c.scroll},i)):o.push(e.fullPath,i)),d.value=e,M(e,t,n,s),j()}let E;function pe(){E||=o.listen((e,t,n)=>{if(!L.listening)return;let r=b(e),i=le(r,L.currentRoute.value);if(i){S(g(i,{replace:!0,force:!0}),r).catch(_);return}p=r;let a=d.value;m&&Te(Ce(a.fullPath,n.delta),z()),de(r,a).catch(e=>H(e,B.NAVIGATION_ABORTED|B.NAVIGATION_CANCELLED)?e:H(e,B.NAVIGATION_GUARD_REDIRECT)?(S(g(x(e.to),{force:!0}),r).then(e=>{H(e,B.NAVIGATION_ABORTED|B.NAVIGATION_DUPLICATED)&&!n.delta&&n.type===be.pop&&o.go(-1,!1)}).catch(_),Promise.reject()):(n.delta&&o.go(-n.delta,!1),A(e,r,a))).then(e=>{e||=T(r,a,!1),e&&(n.delta&&!H(e,B.NAVIGATION_CANCELLED)?o.go(-n.delta,!1):n.type===be.pop&&H(e,B.NAVIGATION_ABORTED|B.NAVIGATION_DUPLICATED)&&o.go(-1,!1)),w(r,a,e)}).catch(_)})}let O=U(),he=U(),k;function A(e,t,n){j(e);let r=he.list();return r.length?r.forEach(r=>r(e,t,n)):console.error(e),Promise.reject(e)}function ye(){return k&&d.value!==P?Promise.resolve():new Promise((e,t)=>{O.add([e,t])})}function j(e){return k||(k=!e,pe(),O.list().forEach(([t,n])=>e?n(e):t()),O.reset()),e}function M(t,n,r,i){let{scrollBehavior:a}=e;if(!m||!a)return Promise.resolve();let o=!r&&Ee(Ce(t.fullPath,0))||(i||!r)&&history.state&&history.state.scroll||null;return u().then(()=>a(t,n,o)).then(e=>e&&Se(e)).catch(e=>A(e,t,n))}let N=e=>o.go(e),F,I=new Set,L={currentRoute:d,listening:!0,addRoute:ne,removeRoute:re,clearRoutes:t.clearRoutes,hasRoute:ae,getRoutes:ie,resolve:b,options:e,push:se,replace:ce,go:N,back:()=>N(-1),forward:()=>N(1),beforeEach:s.add,beforeResolve:c.add,afterEach:l.add,onError:he.add,isReady:ye,install(e){e.component(`RouterLink`,ht),e.component(`RouterView`,St),e.config.globalProperties.$router=L,Object.defineProperty(e.config.globalProperties,`$route`,{enumerable:!0,get:()=>a(d)}),m&&!F&&d.value===P&&(F=!0,se(o.location).catch(e=>{}));let t={};for(let e in P)Object.defineProperty(t,e,{get:()=>d.value[e],enumerable:!0});e.provide(Fe,L),e.provide(Ie,r(t)),e.provide(Le,d);let n=e.unmount;I.add(e),e.unmount=function(){I.delete(e),I.size<1&&(p=P,E&&E(),E=null,d.value=P,F=!1,k=!1),n()}}};function R(e){return e.reduce((e,t)=>e.then(()=>C(t)),Promise.resolve())}return L}function wt(e){return d(Ie)}e.defaults.baseURL=`/api`,console.log(`Axios baseURL:`,e.defaults.baseURL),e.interceptors.request.use(e=>{let t=Y.state.token;return t&&(e.headers.Authorization=`Bearer ${t}`),e},e=>Promise.reject(e)),e.interceptors.response.use(e=>e,e=>(e.response&&e.response.status===401&&Y.dispatch(`logout`).then(()=>{$.currentRoute.value.path!==`/auth/login`&&$.replace(`/auth/login`)}),Promise.reject(e)));var J=e,Tt=[];try{Tt=JSON.parse(localStorage.getItem(`user`))||null}catch{Tt=[]}var Y=p({state:{isLoggedIn:!!localStorage.getItem(`isLoggedIn`),user:Tt,token:localStorage.getItem(`token`)||``,menuData:[],menuLoadError:null,pageContent:``,pageTitle:``,selectedPage:``},mutations:{setLogin(e,{user:t,token:n}){e.isLoggedIn=!0,e.user=t,e.token=n,localStorage.setItem(`isLoggedIn`,`true`),localStorage.setItem(`user`,JSON.stringify(t)),localStorage.setItem(`token`,n)},logout(e){e.isLoggedIn=!1,e.user=null,e.token=``,localStorage.removeItem(`isLoggedIn`),localStorage.removeItem(`user`),localStorage.removeItem(`token`)},setMenuData(e,t){e.menuData=t,e.menuLoadError=null},setMenuLoadError(e,t){e.menuLoadError=t},SET_PAGE_CONTENT(e,t){e.pageContent=t},UPDATE_PAGE_CONTENT(e,t){e.pageContent=t},setPageTitle(e,t){e.pageTitle=t},setSelectedPage(e,t){e.selectedPage=t}},actions:{async loadMenuData({commit:e}){try{e(`setMenuData`,(await J.get(`/menu-data`)).data)}catch(t){console.error(`Fehler beim Laden der Menü-Daten:`,t);let n=t.response?.data&&typeof t.response.data==`object`&&t.response.data.error;e(`setMenuLoadError`,typeof n==`string`?n:`Die Website ist vorübergehend nicht vollständig erreichbar. Bitte versuchen Sie es später erneut.`)}},async loadPageContent({commit:e},t){try{e(`SET_PAGE_CONTENT`,(await J.get(`/page-content?link=${t}`)).data.content||``)}catch(e){console.error(`Fehler beim Laden des Seiteninhalts:`,e)}},async savePageContent({state:e},{link:t,name:n}){try{let r=e.pageContent;await J.post(`/page-content`,{link:t,name:n,content:r}),alert(`Seiteninhalt gespeichert!`)}catch(e){console.error(`Fehler beim Speichern des Seiteninhalts:`,e)}},setPageTitle({commit:e},t){e(`setPageTitle`,t)},setSelectedPage({commit:e},t){e(`setSelectedPage`,t)},login({commit:e},{user:t,token:n}){e(`setLogin`,{user:t,token:n})},async logout({commit:e}){try{await J.post(`/auth/logout`)}catch(e){console.error(`Fehler beim Logout:`,e)}finally{e(`logout`),$.currentRoute.value.path!==`/auth/login`&&$.replace(`/auth/login`)}}},getters:{isLoggedIn:e=>e.isLoggedIn,user:e=>e.user,menuData:e=>e.menuData,pageContent:e=>e.pageContent,pageTitle:e=>e.pageTitle,selectedPage:e=>e.selectedPage,menuLoadError:e=>e.menuLoadError}}),Et=`modulepreload`,Dt=function(e){return`/`+e},Ot={},X=function(e,t,n){let r=Promise.resolve();if(t&&t.length>0){let e=document.getElementsByTagName(`link`),i=document.querySelector(`meta[property=csp-nonce]`),a=i?.nonce||i?.getAttribute(`nonce`);function o(e){return Promise.all(e.map(e=>Promise.resolve(e).then(e=>({status:`fulfilled`,value:e}),e=>({status:`rejected`,reason:e}))))}r=o(t.map(t=>{if(t=Dt(t,n),t in Ot)return;Ot[t]=!0;let r=t.endsWith(`.css`),i=r?`[rel="stylesheet"]`:``;if(n)for(let n=e.length-1;n>=0;n--){let i=e[n];if(i.href===t&&(!r||i.rel===`stylesheet`))return}else if(document.querySelector(`link[href="${t}"]${i}`))return;let o=document.createElement(`link`);if(o.rel=r?`stylesheet`:Et,r||(o.as=`script`),o.crossOrigin=``,o.href=t,a&&o.setAttribute(`nonce`,a),document.head.appendChild(o),r)return new Promise((e,n)=>{o.addEventListener(`load`,e),o.addEventListener(`error`,()=>n(Error(`Unable to preload CSS for ${t}`)))})}))}function i(e){let t=new Event(`vite:preloadError`,{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}return r.then(t=>{for(let e of t||[])e.status===`rejected`&&i(e.reason);return e().catch(i)})},Z={ADMIN_EDIT_PAGES:`admin-edit-pages`,REGISTER:`register`,FORGOT_PASSWORD:`forgot-password`,RESET_PASSWORD:`reset-password`,AUTH_LOGIN:`auth-login`,HOME:`home`,TERMS:`terms`,PRIVACY_POLICY:`privacy-policy`,NOT_FOUND:`not-found`},kt=Object.assign({"./content/DefaultComponent.vue":()=>X(()=>import(`./DefaultComponent-C7CdA2ge.js`),__vite__mapDeps([0,1,2])),"./content/DefaultContent.vue":()=>X(()=>import(`./DefaultContent-6cD_EegN.js`),__vite__mapDeps([3,1,4,5,6,7,8,9])),"./content/ImageContent.vue":()=>X(()=>import(`./ImageContent-B_9Srbxr.js`),__vite__mapDeps([10,1,4,11])),"./content/ServiceUnavailableComponent.vue":()=>X(()=>import(`./ServiceUnavailableComponent-DxkW7FHw.js`),__vite__mapDeps([12,1,4,13])),"./content/admin/ContactPersonManagement.vue":()=>X(()=>import(`./ContactPersonManagement-BxVIiyJn.js`),__vite__mapDeps([14,1,6,7,15,16])),"./content/admin/EditPagesComponent.vue":()=>X(()=>import(`./EditPagesComponent-BGLdpTZ3.js`),__vite__mapDeps([17,1,4,7,15,18,19,20])),"./content/admin/EventManagement.vue":()=>X(()=>import(`./EventManagement-DQmR17IN.js`),__vite__mapDeps([21,1,6,7,15,18,19,8,22])),"./content/admin/EventPlacesManagement.vue":()=>X(()=>import(`./EventPlacesManagement-BHvzm7Go.js`),__vite__mapDeps([23,1,6,7,24])),"./content/admin/EventTypesManagement.vue":()=>X(()=>import(`./EventTypesManagement-Ddjslfnc.js`),__vite__mapDeps([25,1,6,7,26])),"./content/admin/ImageUpload.vue":()=>X(()=>import(`./ImageUpload-CyKuJlsJ.js`),__vite__mapDeps([27,1,7,8,28])),"./content/admin/IndexContent.vue":()=>X(()=>import(`./IndexContent-VbTNGidY.js`),__vite__mapDeps([29,1,30])),"./content/admin/InstitutionManagement.vue":()=>X(()=>import(`./InstitutionManagement-IosXDWBg.js`),__vite__mapDeps([31,1,6,7,32])),"./content/admin/MenuManagement.vue":()=>X(()=>import(`./MenuManagement-CBelxJnl.js`),__vite__mapDeps([33,1,4,7,34])),"./content/admin/PagePreviewComponent.vue":()=>X(()=>import(`./PagePreviewComponent-D5kWi4I6.js`),__vite__mapDeps([35,1,4,5,6,7,8,9,36])),"./content/admin/PositionManagement.vue":()=>X(()=>import(`./PositionManagement-BiCbhrMC.js`),__vite__mapDeps([37,1,6,7,38])),"./content/admin/UploadFileManagement.vue":()=>X(()=>import(`./UploadFileManagement-BgjN_9sF.js`),__vite__mapDeps([39,1,7,40])),"./content/admin/UserAdministration.vue":()=>X(()=>import(`./UserAdministration-ChD41pNM.js`),__vite__mapDeps([41,1,7,42])),"./content/admin/WorshipManagement.vue":()=>X(()=>import(`./WorshipManagement-W7lr0rFK.js`),__vite__mapDeps([43,1,6,7,15,8,44])),"./content/authentication/ForgotPasswordContent.vue":()=>X(()=>import(`./ForgotPasswordContent-Cb83bMVu.js`),__vite__mapDeps([45,1,7,46])),"./content/authentication/LoginContent.vue":()=>X(()=>import(`./LoginContent-Pl_xIOaP.js`),__vite__mapDeps([47,1,6,4,7,48])),"./content/authentication/RegisterContent.vue":()=>X(()=>import(`./RegisterContent-B9VIVIZy.js`),__vite__mapDeps([49,1,7,50])),"./content/authentication/ResetPasswordContent.vue":()=>X(()=>import(`./ResetPasswordContent-C4rZ07Ue.js`),__vite__mapDeps([51,1,7,52])),"./content/disclaimers/PrivacyPolicyComponent.vue":()=>X(()=>import(`./PrivacyPolicyComponent-CEOhjarf.js`),__vite__mapDeps([53,1,54])),"./content/disclaimers/TermsComponent.vue":()=>X(()=>import(`./TermsComponent-D5IisTL9.js`),__vite__mapDeps([55,1,56]))});function Q(e){return async()=>{let t=kt[`./content/${e||`DefaultComponent`}.vue`];if(!t){let e=kt[`./content/DefaultComponent.vue`];return e?e():X(()=>import(`./DefaultComponent-C7CdA2ge.js`),__vite__mapDeps([0,1,2]))}return t()}}function At(e){let t=[];return e.forEach(e=>{if(e.link===`/admin/edit-pages`)return;let n=null;if(e.link&&e.link!==``&&(n={path:e.link,meta:{requiresAuth:e.requiresAuth||!1},components:{default:Q(e.component),rightColumn:Q(`ImageContent`)}}),e.submenu&&e.submenu.length>0){let n=At(e.submenu);t.push(...n)}n&&t.push(n)}),t}var $=Ct({history:Ge(),routes:[]}),jt=!1;$.beforeEach(async(e,t,n)=>{jt?(Vt(),e.matched.some(e=>e.meta.requiresAuth)&&!Y.getters.isLoggedIn?n(`/auth/login`):n()):(jt=!0,await Y.dispatch(`loadMenuData`),At(Y.state.menuData).forEach(e=>$.addRoute(e)),Mt(),Nt(),Pt(),Ft(),It(),Y.state.menuLoadError&&$.hasRoute(Z.NOT_FOUND)&&($.removeRoute(Z.NOT_FOUND),$.addRoute({path:`/:pathMatch(.*)*`,components:{default:Q(`ServiceUnavailableComponent`),rightColumn:Q(`ImageContent`)},name:Z.NOT_FOUND})),n({...e,replace:!0}))});function Mt(){$.hasRoute(Z.ADMIN_EDIT_PAGES)&&$.removeRoute(Z.ADMIN_EDIT_PAGES),$.addRoute({path:`/admin/edit-pages`,components:{default:Q(`admin/PagePreviewComponent`),rightColumn:Q(`admin/EditPagesComponent`)},name:Z.ADMIN_EDIT_PAGES})}function Nt(){$.hasRoute(Z.REGISTER)&&$.removeRoute(Z.REGISTER),$.addRoute({path:`/register`,components:{default:()=>X(()=>import(`./RegisterContent-B9VIVIZy.js`),__vite__mapDeps([49,1,7,50])),rightColumn:Q(`ImageContent`)},name:Z.REGISTER})}function Pt(){$.hasRoute(Z.FORGOT_PASSWORD)&&$.removeRoute(Z.FORGOT_PASSWORD),$.addRoute({path:`/forgot-password`,components:{default:()=>X(()=>import(`./ForgotPasswordContent-Cb83bMVu.js`),__vite__mapDeps([45,1,7,46])),rightColumn:Q(`ImageContent`)},name:Z.FORGOT_PASSWORD})}function Ft(){$.hasRoute(Z.RESET_PASSWORD)&&$.removeRoute(Z.RESET_PASSWORD),$.addRoute({path:`/reset-password`,components:{default:()=>X(()=>import(`./ResetPasswordContent-C4rZ07Ue.js`),__vite__mapDeps([51,1,7,52])),rightColumn:Q(`ImageContent`)},name:Z.RESET_PASSWORD})}function It(){$.hasRoute(Z.AUTH_LOGIN)&&$.removeRoute(Z.AUTH_LOGIN),$.addRoute({path:`/auth/login`,components:{default:()=>X(()=>import(`./LoginContent-Pl_xIOaP.js`),__vite__mapDeps([47,1,6,4,7,48])),rightColumn:Q(`ImageContent`)},name:Z.AUTH_LOGIN})}function Lt(){$.hasRoute(Z.HOME)&&$.removeRoute(Z.HOME),$.addRoute({path:`/`,components:{default:Q(`DefaultContent`),rightColumn:Q(`ImageContent`)},name:Z.HOME})}function Rt(){$.hasRoute(Z.TERMS)&&$.removeRoute(Z.TERMS),$.addRoute({path:`/terms`,components:{default:()=>X(()=>import(`./TermsComponent-D5IisTL9.js`),__vite__mapDeps([55,1,56])),rightColumn:Q(`ImageContent`)},name:Z.TERMS})}function zt(){$.hasRoute(Z.PRIVACY_POLICY)&&$.removeRoute(Z.PRIVACY_POLICY),$.addRoute({path:`/privacy-policy`,components:{default:()=>X(()=>import(`./PrivacyPolicyComponent-CEOhjarf.js`),__vite__mapDeps([53,1,54])),rightColumn:Q(`ImageContent`)},name:Z.PRIVACY_POLICY})}function Bt(){$.hasRoute(Z.NOT_FOUND)||$.addRoute({path:`/:pathMatch(.*)*`,components:{default:Q(`DefaultComponent`),rightColumn:Q(`ImageContent`)},name:Z.NOT_FOUND})}function Vt(){$.hasRoute(Z.ADMIN_EDIT_PAGES)||Mt(),$.hasRoute(Z.REGISTER)||Nt(),$.hasRoute(Z.FORGOT_PASSWORD)||Pt(),$.hasRoute(Z.RESET_PASSWORD)||Ft(),$.hasRoute(Z.AUTH_LOGIN)||It(),$.hasRoute(Z.HOME)||Lt(),$.hasRoute(Z.TERMS)||Rt(),$.hasRoute(Z.PRIVACY_POLICY)||zt(),Bt()}Mt(),Nt(),Pt(),Ft(),It(),Lt(),Rt(),zt(),Bt();export{wt as i,Y as n,J as r,$ as t}; +//# sourceMappingURL=router--Un6xX_2.js.map \ No newline at end of file diff --git a/public/assets/router-9tkBnM0Q.js b/public/assets/router-9tkBnM0Q.js new file mode 100644 index 0000000..834d274 --- /dev/null +++ b/public/assets/router-9tkBnM0Q.js @@ -0,0 +1,3 @@ +const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/DefaultComponent-DOKlbqlp.js","assets/_plugin-vue_export-helper-Conii5fq.js","assets/DefaultComponent-_KgE6iQv.css","assets/DefaultContent-BCLhVRkV.js","assets/vuex.esm-bundler-CDO_-3pz.js","assets/RenderContentComponent-aHr8KSUB.js","assets/axios-DHQprbt3.js","assets/runtime-dom.esm-bundler-CI28bPhn.js","assets/strings-ldR5sTJW.js","assets/RenderContentComponent-BtTJBGcC.css","assets/ImageContent-DLBo3HLn.js","assets/ImageContent-DQSMerBx.css","assets/ServiceUnavailableComponent-8ZFfJRMP.js","assets/ServiceUnavailableComponent-7ZLQmSTl.css","assets/ContactPersonManagement-CDNj9_m_.js","assets/vue-multiselect.esm-Cg9K2y4Y.js","assets/ContactPersonManagement-D91tKnsd.css","assets/EditPagesComponent-ZhLfPY87.js","assets/AddImageDialog-Dt42vF2F.js","assets/AddImageDialog-XDsmnWhC.css","assets/EditPagesComponent-Ba9JOUmo.css","assets/EventManagement-DqE9pBS_.js","assets/EventManagement-DGPDJgOd.css","assets/EventPlacesManagement-B5ZfENOq.js","assets/EventPlacesManagement-BBBtyweL.css","assets/EventTypesManagement-CIyLBb6P.js","assets/EventTypesManagement-DsvWHFru.css","assets/ImageUpload-B09pT3Rf.js","assets/ImageUpload-DjMaumWQ.css","assets/IndexContent-BQTrQTTe.js","assets/IndexContent-galV-8fR.css","assets/InstitutionManagement-CVRND2x-.js","assets/InstitutionManagement-DGHKcIlr.css","assets/MenuManagement-BjPcq4JI.js","assets/MenuManagement-By5K7zQz.css","assets/PagePreviewComponent-Bss-FSf0.js","assets/PagePreviewComponent-CVf7BAaI.css","assets/PositionManagement-Bhcjg9-q.js","assets/PositionManagement-CzPEbVhG.css","assets/UploadFileManagement-niX1nEAL.js","assets/UploadFileManagement-C4MG8IQC.css","assets/UserAdministration-oIGIFwHw.js","assets/UserAdministration-5uUT_Af2.css","assets/WorshipManagement-ooysBqUr.js","assets/WorshipManagement-ZRPtAoqA.css","assets/ForgotPasswordContent-Bk9IgMh_.js","assets/ForgotPasswordContent-B4cj5PB_.css","assets/LoginContent-BuB5FgEi.js","assets/DialogComponent-Xljax2a4.js","assets/DialogComponent-Cs1ZJRNx.css","assets/LoginContent-amRZGjxQ.css","assets/RegisterContent-BuZAyj65.js","assets/RegisterContent-CCVlHcet.css","assets/ResetPasswordContent-DEs34Pi0.js","assets/ResetPasswordContent-UYlaksIR.css","assets/PrivacyPolicyComponent-nebezP20.js","assets/PrivacyPolicyComponent-BATcZDCC.css","assets/TermsComponent-DrG0mFh4.js","assets/TermsComponent-BH0CU8SP.css"])))=>i.map(i=>d[i]); +import{t as e}from"./axios-DHQprbt3.js";import{t}from"./vuex.esm-bundler-CDO_-3pz.js";import{n,t as r}from"./vue-router-TV9y4Y2n.js";e.defaults.baseURL=`/api`,console.log(`Axios baseURL:`,e.defaults.baseURL),e.interceptors.request.use(e=>{let t=o.state.token;return t&&(e.headers.Authorization=`Bearer ${t}`),e},e=>Promise.reject(e)),e.interceptors.response.use(e=>e,e=>(e.response&&e.response.status===401&&o.dispatch(`logout`).then(()=>{h.currentRoute.value.path!==`/auth/login`&&h.replace(`/auth/login`)}),Promise.reject(e)));var i=e,a=[];try{a=JSON.parse(localStorage.getItem(`user`))||null}catch{a=[]}var o=t({state:{isLoggedIn:!!localStorage.getItem(`isLoggedIn`),user:a,token:localStorage.getItem(`token`)||``,menuData:[],menuLoadError:null,pageContent:``,pageTitle:``,selectedPage:``},mutations:{setLogin(e,{user:t,token:n}){e.isLoggedIn=!0,e.user=t,e.token=n,localStorage.setItem(`isLoggedIn`,`true`),localStorage.setItem(`user`,JSON.stringify(t)),localStorage.setItem(`token`,n)},logout(e){e.isLoggedIn=!1,e.user=null,e.token=``,localStorage.removeItem(`isLoggedIn`),localStorage.removeItem(`user`),localStorage.removeItem(`token`)},setMenuData(e,t){e.menuData=t,e.menuLoadError=null},setMenuLoadError(e,t){e.menuLoadError=t},SET_PAGE_CONTENT(e,t){e.pageContent=t},UPDATE_PAGE_CONTENT(e,t){e.pageContent=t},setPageTitle(e,t){e.pageTitle=t},setSelectedPage(e,t){e.selectedPage=t}},actions:{async loadMenuData({commit:e}){try{e(`setMenuData`,(await i.get(`/menu-data`)).data)}catch(t){console.error(`Fehler beim Laden der Menü-Daten:`,t);let n=t.response?.data&&typeof t.response.data==`object`&&t.response.data.error;e(`setMenuLoadError`,typeof n==`string`?n:`Die Website ist vorübergehend nicht vollständig erreichbar. Bitte versuchen Sie es später erneut.`)}},async loadPageContent({commit:e},t){try{e(`SET_PAGE_CONTENT`,(await i.get(`/page-content?link=${t}`)).data.content||``)}catch(e){console.error(`Fehler beim Laden des Seiteninhalts:`,e)}},async savePageContent({state:e},{link:t,name:n}){try{let r=e.pageContent;await i.post(`/page-content`,{link:t,name:n,content:r}),alert(`Seiteninhalt gespeichert!`)}catch(e){console.error(`Fehler beim Speichern des Seiteninhalts:`,e)}},setPageTitle({commit:e},t){e(`setPageTitle`,t)},setSelectedPage({commit:e},t){e(`setSelectedPage`,t)},login({commit:e},{user:t,token:n}){e(`setLogin`,{user:t,token:n})},async logout({commit:e}){try{await i.post(`/auth/logout`)}catch(e){console.error(`Fehler beim Logout:`,e)}finally{e(`logout`),h.currentRoute.value.path!==`/auth/login`&&h.replace(`/auth/login`)}}},getters:{isLoggedIn:e=>e.isLoggedIn,user:e=>e.user,menuData:e=>e.menuData,pageContent:e=>e.pageContent,pageTitle:e=>e.pageTitle,selectedPage:e=>e.selectedPage,menuLoadError:e=>e.menuLoadError}}),s=`modulepreload`,c=function(e){return`/`+e},l={},u=function(e,t,n){let r=Promise.resolve();if(t&&t.length>0){let e=document.getElementsByTagName(`link`),i=document.querySelector(`meta[property=csp-nonce]`),a=i?.nonce||i?.getAttribute(`nonce`);function o(e){return Promise.all(e.map(e=>Promise.resolve(e).then(e=>({status:`fulfilled`,value:e}),e=>({status:`rejected`,reason:e}))))}r=o(t.map(t=>{if(t=c(t,n),t in l)return;l[t]=!0;let r=t.endsWith(`.css`),i=r?`[rel="stylesheet"]`:``;if(n)for(let n=e.length-1;n>=0;n--){let i=e[n];if(i.href===t&&(!r||i.rel===`stylesheet`))return}else if(document.querySelector(`link[href="${t}"]${i}`))return;let o=document.createElement(`link`);if(o.rel=r?`stylesheet`:s,r||(o.as=`script`),o.crossOrigin=``,o.href=t,a&&o.setAttribute(`nonce`,a),document.head.appendChild(o),r)return new Promise((e,n)=>{o.addEventListener(`load`,e),o.addEventListener(`error`,()=>n(Error(`Unable to preload CSS for ${t}`)))})}))}function i(e){let t=new Event(`vite:preloadError`,{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}return r.then(t=>{for(let e of t||[])e.status===`rejected`&&i(e.reason);return e().catch(i)})},d={ADMIN_EDIT_PAGES:`admin-edit-pages`,REGISTER:`register`,FORGOT_PASSWORD:`forgot-password`,RESET_PASSWORD:`reset-password`,AUTH_LOGIN:`auth-login`,HOME:`home`,TERMS:`terms`,PRIVACY_POLICY:`privacy-policy`,NOT_FOUND:`not-found`},f=Object.assign({"./content/DefaultComponent.vue":()=>u(()=>import(`./DefaultComponent-DOKlbqlp.js`),__vite__mapDeps([0,1,2])),"./content/DefaultContent.vue":()=>u(()=>import(`./DefaultContent-BCLhVRkV.js`),__vite__mapDeps([3,1,4,5,6,7,8,9])),"./content/ImageContent.vue":()=>u(()=>import(`./ImageContent-DLBo3HLn.js`),__vite__mapDeps([10,1,4,11])),"./content/ServiceUnavailableComponent.vue":()=>u(()=>import(`./ServiceUnavailableComponent-8ZFfJRMP.js`),__vite__mapDeps([12,1,4,13])),"./content/admin/ContactPersonManagement.vue":()=>u(()=>import(`./ContactPersonManagement-CDNj9_m_.js`),__vite__mapDeps([14,1,6,7,15,16])),"./content/admin/EditPagesComponent.vue":()=>u(()=>import(`./EditPagesComponent-ZhLfPY87.js`),__vite__mapDeps([17,1,4,7,15,18,19,20])),"./content/admin/EventManagement.vue":()=>u(()=>import(`./EventManagement-DqE9pBS_.js`),__vite__mapDeps([21,1,6,7,15,18,19,8,22])),"./content/admin/EventPlacesManagement.vue":()=>u(()=>import(`./EventPlacesManagement-B5ZfENOq.js`),__vite__mapDeps([23,1,6,7,24])),"./content/admin/EventTypesManagement.vue":()=>u(()=>import(`./EventTypesManagement-CIyLBb6P.js`),__vite__mapDeps([25,1,6,7,26])),"./content/admin/ImageUpload.vue":()=>u(()=>import(`./ImageUpload-B09pT3Rf.js`),__vite__mapDeps([27,1,7,8,28])),"./content/admin/IndexContent.vue":()=>u(()=>import(`./IndexContent-BQTrQTTe.js`),__vite__mapDeps([29,1,30])),"./content/admin/InstitutionManagement.vue":()=>u(()=>import(`./InstitutionManagement-CVRND2x-.js`),__vite__mapDeps([31,1,6,7,32])),"./content/admin/MenuManagement.vue":()=>u(()=>import(`./MenuManagement-BjPcq4JI.js`),__vite__mapDeps([33,1,4,7,34])),"./content/admin/PagePreviewComponent.vue":()=>u(()=>import(`./PagePreviewComponent-Bss-FSf0.js`),__vite__mapDeps([35,1,4,5,6,7,8,9,36])),"./content/admin/PositionManagement.vue":()=>u(()=>import(`./PositionManagement-Bhcjg9-q.js`),__vite__mapDeps([37,1,6,7,38])),"./content/admin/UploadFileManagement.vue":()=>u(()=>import(`./UploadFileManagement-niX1nEAL.js`),__vite__mapDeps([39,1,7,40])),"./content/admin/UserAdministration.vue":()=>u(()=>import(`./UserAdministration-oIGIFwHw.js`),__vite__mapDeps([41,1,7,42])),"./content/admin/WorshipManagement.vue":()=>u(()=>import(`./WorshipManagement-ooysBqUr.js`),__vite__mapDeps([43,1,6,7,15,8,44])),"./content/authentication/ForgotPasswordContent.vue":()=>u(()=>import(`./ForgotPasswordContent-Bk9IgMh_.js`),__vite__mapDeps([45,1,7,46])),"./content/authentication/LoginContent.vue":()=>u(()=>import(`./LoginContent-BuB5FgEi.js`),__vite__mapDeps([47,1,6,4,7,48,49,50])),"./content/authentication/RegisterContent.vue":()=>u(()=>import(`./RegisterContent-BuZAyj65.js`),__vite__mapDeps([51,1,7,52])),"./content/authentication/ResetPasswordContent.vue":()=>u(()=>import(`./ResetPasswordContent-DEs34Pi0.js`),__vite__mapDeps([53,1,7,54])),"./content/disclaimers/PrivacyPolicyComponent.vue":()=>u(()=>import(`./PrivacyPolicyComponent-nebezP20.js`),__vite__mapDeps([55,1,56])),"./content/disclaimers/TermsComponent.vue":()=>u(()=>import(`./TermsComponent-DrG0mFh4.js`),__vite__mapDeps([57,1,58]))});function p(e){return async()=>{let t=f[`./content/${e||`DefaultComponent`}.vue`];if(!t){let e=f[`./content/DefaultComponent.vue`];return e?e():u(()=>import(`./DefaultComponent-DOKlbqlp.js`),__vite__mapDeps([0,1,2]))}return t()}}function m(e){let t=[];return e.forEach(e=>{if(e.link===`/admin/edit-pages`)return;let n=null;if(e.link&&e.link!==``&&(n={path:e.link,meta:{requiresAuth:e.requiresAuth||!1},components:{default:p(e.component),rightColumn:p(`ImageContent`)}}),e.submenu&&e.submenu.length>0){let n=m(e.submenu);t.push(...n)}n&&t.push(n)}),t}var h=r({history:n(),routes:[]}),g=!1;h.beforeEach(async(e,t,n)=>{g?(E(),e.matched.some(e=>e.meta.requiresAuth)&&!o.getters.isLoggedIn?n(`/auth/login`):n()):(g=!0,await o.dispatch(`loadMenuData`),m(o.state.menuData).forEach(e=>h.addRoute(e)),_(),v(),y(),b(),x(),o.state.menuLoadError&&h.hasRoute(d.NOT_FOUND)&&(h.removeRoute(d.NOT_FOUND),h.addRoute({path:`/:pathMatch(.*)*`,components:{default:p(`ServiceUnavailableComponent`),rightColumn:p(`ImageContent`)},name:d.NOT_FOUND})),n({...e,replace:!0}))});function _(){h.hasRoute(d.ADMIN_EDIT_PAGES)&&h.removeRoute(d.ADMIN_EDIT_PAGES),h.addRoute({path:`/admin/edit-pages`,components:{default:p(`admin/PagePreviewComponent`),rightColumn:p(`admin/EditPagesComponent`)},name:d.ADMIN_EDIT_PAGES})}function v(){h.hasRoute(d.REGISTER)&&h.removeRoute(d.REGISTER),h.addRoute({path:`/register`,components:{default:()=>u(()=>import(`./RegisterContent-BuZAyj65.js`),__vite__mapDeps([51,1,7,52])),rightColumn:p(`ImageContent`)},name:d.REGISTER})}function y(){h.hasRoute(d.FORGOT_PASSWORD)&&h.removeRoute(d.FORGOT_PASSWORD),h.addRoute({path:`/forgot-password`,components:{default:()=>u(()=>import(`./ForgotPasswordContent-Bk9IgMh_.js`),__vite__mapDeps([45,1,7,46])),rightColumn:p(`ImageContent`)},name:d.FORGOT_PASSWORD})}function b(){h.hasRoute(d.RESET_PASSWORD)&&h.removeRoute(d.RESET_PASSWORD),h.addRoute({path:`/reset-password`,components:{default:()=>u(()=>import(`./ResetPasswordContent-DEs34Pi0.js`),__vite__mapDeps([53,1,7,54])),rightColumn:p(`ImageContent`)},name:d.RESET_PASSWORD})}function x(){h.hasRoute(d.AUTH_LOGIN)&&h.removeRoute(d.AUTH_LOGIN),h.addRoute({path:`/auth/login`,components:{default:()=>u(()=>import(`./LoginContent-BuB5FgEi.js`),__vite__mapDeps([47,1,6,4,7,48,49,50])),rightColumn:p(`ImageContent`)},name:d.AUTH_LOGIN})}function S(){h.hasRoute(d.HOME)&&h.removeRoute(d.HOME),h.addRoute({path:`/`,components:{default:p(`DefaultContent`),rightColumn:p(`ImageContent`)},name:d.HOME})}function C(){h.hasRoute(d.TERMS)&&h.removeRoute(d.TERMS),h.addRoute({path:`/terms`,components:{default:()=>u(()=>import(`./TermsComponent-DrG0mFh4.js`),__vite__mapDeps([57,1,58])),rightColumn:p(`ImageContent`)},name:d.TERMS})}function w(){h.hasRoute(d.PRIVACY_POLICY)&&h.removeRoute(d.PRIVACY_POLICY),h.addRoute({path:`/privacy-policy`,components:{default:()=>u(()=>import(`./PrivacyPolicyComponent-nebezP20.js`),__vite__mapDeps([55,1,56])),rightColumn:p(`ImageContent`)},name:d.PRIVACY_POLICY})}function T(){h.hasRoute(d.NOT_FOUND)||h.addRoute({path:`/:pathMatch(.*)*`,components:{default:p(`DefaultComponent`),rightColumn:p(`ImageContent`)},name:d.NOT_FOUND})}function E(){h.hasRoute(d.ADMIN_EDIT_PAGES)||_(),h.hasRoute(d.REGISTER)||v(),h.hasRoute(d.FORGOT_PASSWORD)||y(),h.hasRoute(d.RESET_PASSWORD)||b(),h.hasRoute(d.AUTH_LOGIN)||x(),h.hasRoute(d.HOME)||S(),h.hasRoute(d.TERMS)||C(),h.hasRoute(d.PRIVACY_POLICY)||w(),T()}_(),v(),y(),b(),x(),S(),C(),w(),T();export{i,u as n,o as r,h as t}; +//# sourceMappingURL=router-9tkBnM0Q.js.map \ No newline at end of file diff --git a/public/assets/router-BMknwoXv.js b/public/assets/router-BMknwoXv.js new file mode 100644 index 0000000..8690611 --- /dev/null +++ b/public/assets/router-BMknwoXv.js @@ -0,0 +1,3 @@ +const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/DefaultComponent-C7CdA2ge.js","assets/_plugin-vue_export-helper-Conii5fq.js","assets/DefaultComponent-_KgE6iQv.css","assets/DefaultContent-iZnWdqMK.js","assets/vuex.esm-bundler-CDO_-3pz.js","assets/RenderContentComponent-co5qeVWC.js","assets/axios-DHQprbt3.js","assets/runtime-dom.esm-bundler-CI28bPhn.js","assets/strings-CNeI630x.js","assets/RenderContentComponent-BxSffKIg.css","assets/ImageContent-B_9Srbxr.js","assets/ImageContent-DQSMerBx.css","assets/ServiceUnavailableComponent-DxkW7FHw.js","assets/ServiceUnavailableComponent-7ZLQmSTl.css","assets/ContactPersonManagement-BxVIiyJn.js","assets/vue-multiselect.esm-9oGQ1abz.js","assets/ContactPersonManagement-D91tKnsd.css","assets/EditPagesComponent-FEnVo2lF.js","assets/AddImageDialog-BoPA5G64.js","assets/AddImageDialog-XDsmnWhC.css","assets/EditPagesComponent-Ba9JOUmo.css","assets/EventManagement-DGwBaSZc.js","assets/EventManagement-DGPDJgOd.css","assets/EventPlacesManagement-BHvzm7Go.js","assets/EventPlacesManagement-BBBtyweL.css","assets/EventTypesManagement-Ddjslfnc.js","assets/EventTypesManagement-DsvWHFru.css","assets/ImageUpload-BXsxOgof.js","assets/ImageUpload-DjMaumWQ.css","assets/IndexContent-BWCJ2zin.js","assets/IndexContent-galV-8fR.css","assets/InstitutionManagement-IosXDWBg.js","assets/InstitutionManagement-DGHKcIlr.css","assets/MenuManagement-Cu7dU8Sy.js","assets/MenuManagement-By5K7zQz.css","assets/PagePreviewComponent-DK2vnb5H.js","assets/PagePreviewComponent-CVf7BAaI.css","assets/PositionManagement-BiCbhrMC.js","assets/PositionManagement-CzPEbVhG.css","assets/UploadFileManagement-MFuLXprS.js","assets/UploadFileManagement-C4MG8IQC.css","assets/UserAdministration-BG1e0rFf.js","assets/UserAdministration-5uUT_Af2.css","assets/WorshipManagement-W7lr0rFK.js","assets/WorshipManagement-ZRPtAoqA.css","assets/ForgotPasswordContent-wEddGjMu.js","assets/ForgotPasswordContent-B4cj5PB_.css","assets/LoginContent-Pl_xIOaP.js","assets/LoginContent-BCzf_WKN.css","assets/RegisterContent-sw8WoeTh.js","assets/RegisterContent-CCVlHcet.css","assets/ResetPasswordContent-Cz8BCdUa.js","assets/ResetPasswordContent-UYlaksIR.css","assets/PrivacyPolicyComponent-CEOhjarf.js","assets/PrivacyPolicyComponent-BATcZDCC.css","assets/TermsComponent-D5IisTL9.js","assets/TermsComponent-BH0CU8SP.css"])))=>i.map(i=>d[i]); +import{t as e}from"./axios-DHQprbt3.js";import{I as t,L as n,R as r,T as i,V as a,g as o,k as s,s as c,v as l,x as u,y as d,z as f}from"./_plugin-vue_export-helper-Conii5fq.js";import{t as p}from"./vuex.esm-bundler-CDO_-3pz.js";var m=typeof document<`u`;function h(e){return typeof e==`object`||`displayName`in e||`props`in e||`__vccOpts`in e}function ee(e){return e.__esModule||e[Symbol.toStringTag]===`Module`||e.default&&h(e.default)}var g=Object.assign;function te(e,t){let n={};for(let r in t){let i=t[r];n[r]=v(i)?i.map(e):e(i)}return n}var _=()=>{},v=Array.isArray;function y(e,t){let n={};for(let r in e)n[r]=r in t?t[r]:e[r];return n}var ne=/#/g,re=/&/g,ie=/\//g,ae=/=/g,b=/\?/g,x=/\+/g,oe=/%5B/g,se=/%5D/g,ce=/%5E/g,le=/%60/g,S=/%7B/g,ue=/%7C/g,C=/%7D/g,de=/%20/g;function w(e){return e==null?``:encodeURI(``+e).replace(ue,`|`).replace(oe,`[`).replace(se,`]`)}function fe(e){return w(e).replace(S,`{`).replace(C,`}`).replace(ce,`^`)}function T(e){return w(e).replace(x,`%2B`).replace(de,`+`).replace(ne,`%23`).replace(re,`%26`).replace(le,"`").replace(S,`{`).replace(C,`}`).replace(ce,`^`)}function E(e){return T(e).replace(ae,`%3D`)}function pe(e){return w(e).replace(ne,`%23`).replace(b,`%3F`)}function me(e){return pe(e).replace(ie,`%2F`)}function D(e){if(e==null)return null;try{return decodeURIComponent(``+e)}catch{}return``+e}var O=/\/$/,he=e=>e.replace(O,``);function ge(e,t,n=`/`){let r,i={},a=``,o=``,s=t.indexOf(`#`),c=t.indexOf(`?`);return c=s>=0&&c>s?-1:c,c>=0&&(r=t.slice(0,c),a=t.slice(c,s>0?s:t.length),i=e(a.slice(1))),s>=0&&(r||=t.slice(0,s),o=t.slice(s,t.length)),r=N(r??t,n),{fullPath:r+a+o,path:r,query:i,hash:D(o)}}function _e(e,t){let n=t.query?e(t.query):``;return t.path+(n&&`?`)+n+(t.hash||``)}function k(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||`/`}function ve(e,t,n){let r=t.matched.length-1,i=n.matched.length-1;return r>-1&&r===i&&A(t.matched[r],n.matched[i])&&ye(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function A(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function ye(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(var n in e)if(!j(e[n],t[n]))return!1;return!0}function j(e,t){return v(e)?M(e,t):v(t)?M(t,e):e?.valueOf()===t?.valueOf()}function M(e,t){return v(t)?e.length===t.length&&e.every((e,n)=>e===t[n]):e.length===1&&e[0]===t}function N(e,t){if(e.startsWith(`/`))return e;if(!e)return t;let n=t.split(`/`),r=e.split(`/`),i=r[r.length-1];(i===`..`||i===`.`)&&r.push(``);let a=n.length-1,o,s;for(o=0;o1&&a--;else break;return n.slice(0,a).join(`/`)+`/`+r.slice(o).join(`/`)}var P={path:`/`,name:void 0,params:{},query:{},hash:``,fullPath:`/`,matched:[],meta:{},redirectedFrom:void 0},be=function(e){return e.pop=`pop`,e.push=`push`,e}({}),F=function(e){return e.back=`back`,e.forward=`forward`,e.unknown=``,e}({});function I(e){if(!e)if(m){let t=document.querySelector(`base`);e=t&&t.getAttribute(`href`)||`/`,e=e.replace(/^\w+:\/\/[^\/]+/,``)}else e=`/`;return e[0]!==`/`&&e[0]!==`#`&&(e=`/`+e),he(e)}var L=/^[^#]+#/;function R(e,t){return e.replace(L,`#`)+t}function xe(e,t){let n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}var z=()=>({left:window.scrollX,top:window.scrollY});function Se(e){let t;if(`el`in e){let n=e.el,r=typeof n==`string`&&n.startsWith(`#`),i=typeof n==`string`?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!i)return;t=xe(i,e)}else t=e;`scrollBehavior`in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left==null?window.scrollX:t.left,t.top==null?window.scrollY:t.top)}function Ce(e,t){return(history.state?history.state.position-t:-1)+e}var we=new Map;function Te(e,t){we.set(e,t)}function Ee(e){let t=we.get(e);return we.delete(e),t}function De(e){return typeof e==`string`||e&&typeof e==`object`}function Oe(e){return typeof e==`string`||typeof e==`symbol`}var B=function(e){return e[e.MATCHER_NOT_FOUND=1]=`MATCHER_NOT_FOUND`,e[e.NAVIGATION_GUARD_REDIRECT=2]=`NAVIGATION_GUARD_REDIRECT`,e[e.NAVIGATION_ABORTED=4]=`NAVIGATION_ABORTED`,e[e.NAVIGATION_CANCELLED=8]=`NAVIGATION_CANCELLED`,e[e.NAVIGATION_DUPLICATED=16]=`NAVIGATION_DUPLICATED`,e}({}),ke=Symbol(``);B.MATCHER_NOT_FOUND,B.NAVIGATION_GUARD_REDIRECT,B.NAVIGATION_ABORTED,B.NAVIGATION_CANCELLED,B.NAVIGATION_DUPLICATED;function V(e,t){return g(Error(),{type:e,[ke]:!0},t)}function H(e,t){return e instanceof Error&&ke in e&&(t==null||!!(e.type&t))}function Ae(e){let t={};if(e===``||e===`?`)return t;let n=(e[0]===`?`?e.slice(1):e).split(`&`);for(let e=0;ee&&T(e)):[r&&T(r)]).forEach(e=>{e!==void 0&&(t+=(t.length?`&`:``)+n,e!=null&&(t+=`=`+e))})}return t}function Me(e){let t={};for(let n in e){let r=e[n];r!==void 0&&(t[n]=v(r)?r.map(e=>e==null?null:``+e):r==null?r:``+r)}return t}var Ne=Symbol(``),Pe=Symbol(``),Fe=Symbol(``),Ie=Symbol(``),Le=Symbol(``);function U(){let e=[];function t(t){return e.push(t),()=>{let n=e.indexOf(t);n>-1&&e.splice(n,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function W(e,t,n,r,i,a=e=>e()){let o=r&&(r.enterCallbacks[i]=r.enterCallbacks[i]||[]);return()=>new Promise((s,c)=>{let l=e=>{e===!1?c(V(B.NAVIGATION_ABORTED,{from:n,to:t})):e instanceof Error?c(e):De(e)?c(V(B.NAVIGATION_GUARD_REDIRECT,{from:t,to:e})):(o&&r.enterCallbacks[i]===o&&typeof e==`function`&&o.push(e),s())},u=a(()=>e.call(r&&r.instances[i],t,n,l)),d=Promise.resolve(u);e.length<3&&(d=d.then(l)),d.catch(e=>c(e))})}function Re(e,t,n,r,i=e=>e()){let a=[];for(let o of e)for(let e in o.components){let s=o.components[e];if(!(t!==`beforeRouteEnter`&&!o.instances[e]))if(h(s)){let c=(s.__vccOpts||s)[t];c&&a.push(W(c,n,r,o,e,i))}else{let c=s();a.push(()=>c.then(a=>{if(!a)throw Error(`Couldn't resolve component "${e}" at "${o.path}"`);let s=ee(a)?a.default:a;o.mods[e]=a,o.components[e]=s;let c=(s.__vccOpts||s)[t];return c&&W(c,n,r,o,e,i)()}))}}return a}function ze(e,t){let n=[],r=[],i=[],a=Math.max(t.matched.length,e.matched.length);for(let o=0;oA(e,a))?r.push(a):n.push(a));let s=e.matched[o];s&&(t.matched.find(e=>A(e,s))||i.push(s))}return[n,r,i]}var Be=()=>location.protocol+`//`+location.host;function Ve(e,t){let{pathname:n,search:r,hash:i}=t,a=e.indexOf(`#`);if(a>-1){let t=i.includes(e.slice(a))?e.slice(a).length:1,n=i.slice(t);return n[0]!==`/`&&(n=`/`+n),k(n,``)}return k(n,e)+r+i}function He(e,t,n,r){let i=[],a=[],o=null,s=({state:a})=>{let s=Ve(e,location),c=n.value,l=t.value,u=0;if(a){if(n.value=s,t.value=a,o&&o===c){o=null;return}u=l?a.position-l.position:0}else r(s);i.forEach(e=>{e(n.value,c,{delta:u,type:be.pop,direction:u?u>0?F.forward:F.back:F.unknown})})};function c(){o=n.value}function l(e){i.push(e);let t=()=>{let t=i.indexOf(e);t>-1&&i.splice(t,1)};return a.push(t),t}function u(){if(document.visibilityState===`hidden`){let{history:e}=window;if(!e.state)return;e.replaceState(g({},e.state,{scroll:z()}),``)}}function d(){for(let e of a)e();a=[],window.removeEventListener(`popstate`,s),window.removeEventListener(`pagehide`,u),document.removeEventListener(`visibilitychange`,u)}return window.addEventListener(`popstate`,s),window.addEventListener(`pagehide`,u),document.addEventListener(`visibilitychange`,u),{pauseListeners:c,listen:l,destroy:d}}function Ue(e,t,n,r=!1,i=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:i?z():null}}function We(e){let{history:t,location:n}=window,r={value:Ve(e,n)},i={value:t.state};i.value||a(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function a(r,a,o){let s=e.indexOf(`#`),c=s>-1?(n.host&&document.querySelector(`base`)?e:e.slice(s))+r:Be()+e+r;try{t[o?`replaceState`:`pushState`](a,``,c),i.value=a}catch(e){console.error(e),n[o?`replace`:`assign`](c)}}function o(e,n){a(e,g({},t.state,Ue(i.value.back,e,i.value.forward,!0),n,{position:i.value.position}),!0),r.value=e}function s(e,n){let o=g({},i.value,t.state,{forward:e,scroll:z()});a(o.current,o,!0),a(e,g({},Ue(r.value,e,null),{position:o.position+1},n),!1),r.value=e}return{location:r,state:i,push:s,replace:o}}function Ge(e){e=I(e);let t=We(e),n=He(e,t.state,t.location,t.replace);function r(e,t=!0){t||n.pauseListeners(),history.go(e)}let i=g({location:``,base:e,go:r,createHref:R.bind(null,e)},t,n);return Object.defineProperty(i,`location`,{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(i,`state`,{enumerable:!0,get:()=>t.state.value}),i}var G=function(e){return e[e.Static=0]=`Static`,e[e.Param=1]=`Param`,e[e.Group=2]=`Group`,e}({}),K=function(e){return e[e.Static=0]=`Static`,e[e.Param=1]=`Param`,e[e.ParamRegExp=2]=`ParamRegExp`,e[e.ParamRegExpEnd=3]=`ParamRegExpEnd`,e[e.EscapeNext=4]=`EscapeNext`,e}(K||{}),Ke={type:G.Static,value:``},qe=/[a-zA-Z0-9_]/;function Je(e){if(!e)return[[]];if(e===`/`)return[[Ke]];if(!e.startsWith(`/`))throw Error(`Invalid path "${e}"`);function t(e){throw Error(`ERR (${n})/"${l}": ${e}`)}let n=K.Static,r=n,i=[],a;function o(){a&&i.push(a),a=[]}let s=0,c,l=``,u=``;function d(){l&&=(n===K.Static?a.push({type:G.Static,value:l}):n===K.Param||n===K.ParamRegExp||n===K.ParamRegExpEnd?(a.length>1&&(c===`*`||c===`+`)&&t(`A repeatable param (${l}) must be alone in its segment. eg: '/:ids+.`),a.push({type:G.Param,value:l,regexp:u,repeatable:c===`*`||c===`+`,optional:c===`*`||c===`?`})):t(`Invalid state to consume buffer`),``)}function f(){l+=c}for(;st.length?t.length===1&&t[0]===q.Static+q.Segment?1:-1:0}function et(e,t){let n=0,r=e.score,i=t.score;for(;n0&&t[t.length-1]<0}var nt={strict:!1,end:!0,sensitive:!1};function rt(e,t,n){let r=g(Qe(Je(e.path),n),{record:e,parent:t,children:[],alias:[]});return t&&!r.record.aliasOf==!t.record.aliasOf&&t.children.push(r),r}function it(e,t){let n=[],r=new Map;t=y(nt,t);function i(e){return r.get(e)}function a(e,n,r){let i=!r,s=ot(e);s.aliasOf=r&&r.record;let l=y(t,e),u=[s];if(`alias`in e){let t=typeof e.alias==`string`?[e.alias]:e.alias;for(let e of t)u.push(ot(g({},s,{components:r?r.record.components:s.components,path:e,aliasOf:r?r.record:s})))}let d,f;for(let t of u){let{path:u}=t;if(n&&u[0]!==`/`){let e=n.record.path,r=e[e.length-1]===`/`?``:`/`;t.path=n.record.path+(u&&r+u)}if(d=rt(t,n,l),r?r.alias.push(d):(f||=d,f!==d&&f.alias.push(d),i&&e.name&&!ct(d)&&o(e.name)),ft(d)&&c(d),s.children){let e=s.children;for(let t=0;t{o(f)}:_}function o(e){if(Oe(e)){let t=r.get(e);t&&(r.delete(e),n.splice(n.indexOf(t),1),t.children.forEach(o),t.alias.forEach(o))}else{let t=n.indexOf(e);t>-1&&(n.splice(t,1),e.record.name&&r.delete(e.record.name),e.children.forEach(o),e.alias.forEach(o))}}function s(){return n}function c(e){let t=ut(e,n);n.splice(t,0,e),e.record.name&&!ct(e)&&r.set(e.record.name,e)}function l(e,t){let i,a={},o,s;if(`name`in e&&e.name){if(i=r.get(e.name),!i)throw V(B.MATCHER_NOT_FOUND,{location:e});s=i.record.name,a=g(at(t.params,i.keys.filter(e=>!e.optional).concat(i.parent?i.parent.keys.filter(e=>e.optional):[]).map(e=>e.name)),e.params&&at(e.params,i.keys.map(e=>e.name))),o=i.stringify(a)}else if(e.path!=null)o=e.path,i=n.find(e=>e.re.test(o)),i&&(a=i.parse(o),s=i.record.name);else{if(i=t.name?r.get(t.name):n.find(e=>e.re.test(t.path)),!i)throw V(B.MATCHER_NOT_FOUND,{location:e,currentLocation:t});s=i.record.name,a=g({},t.params,e.params),o=i.stringify(a)}let c=[],l=i;for(;l;)c.unshift(l.record),l=l.parent;return{name:s,path:o,params:a,matched:c,meta:lt(c)}}e.forEach(e=>a(e));function u(){n.length=0,r.clear()}return{addRoute:a,resolve:l,removeRoute:o,clearRoutes:u,getRoutes:s,getRecordMatcher:i}}function at(e,t){let n={};for(let r of t)r in e&&(n[r]=e[r]);return n}function ot(e){let t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:st(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:`components`in e?e.components||null:e.component&&{default:e.component}};return Object.defineProperty(t,`mods`,{value:{}}),t}function st(e){let t={},n=e.props||!1;if(`component`in e)t.default=n;else for(let r in e.components)t[r]=typeof n==`object`?n[r]:n;return t}function ct(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function lt(e){return e.reduce((e,t)=>g(e,t.meta),{})}function ut(e,t){let n=0,r=t.length;for(;n!==r;){let i=n+r>>1;et(e,t[i])<0?r=i:n=i+1}let i=dt(e);return i&&(r=t.lastIndexOf(i,r-1)),r}function dt(e){let t=e;for(;t=t.parent;)if(ft(t)&&et(e,t)===0)return t}function ft({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function pt(e){let t=d(Fe),n=d(Ie),r=c(()=>{let n=a(e.to);return t.resolve(n)}),i=c(()=>{let{matched:e}=r.value,{length:t}=e,i=e[t-1],a=n.matched;if(!i||!a.length)return-1;let o=a.findIndex(A.bind(null,i));if(o>-1)return o;let s=vt(e[t-2]);return t>1&&vt(i)===s&&a[a.length-1].path!==s?a.findIndex(A.bind(null,e[t-2])):o}),o=c(()=>i.value>-1&&_t(n.params,r.value.params)),s=c(()=>i.value>-1&&i.value===n.matched.length-1&&ye(n.params,r.value.params));function l(n={}){if(gt(n)){let n=t[a(e.replace)?`replace`:`push`](a(e.to)).catch(_);return e.viewTransition&&typeof document<`u`&&`startViewTransition`in document&&document.startViewTransition(()=>n),n}return Promise.resolve()}return{route:r,href:c(()=>r.value.href),isActive:o,isExactActive:s,navigate:l}}function mt(e){return e.length===1?e[0]:e}var ht=o({name:`RouterLink`,compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:`page`},viewTransition:Boolean},useLink:pt,setup(e,{slots:n}){let r=t(pt(e)),{options:i}=d(Fe),a=c(()=>({[yt(e.activeClass,i.linkActiveClass,`router-link-active`)]:r.isActive,[yt(e.exactActiveClass,i.linkExactActiveClass,`router-link-exact-active`)]:r.isExactActive}));return()=>{let t=n.default&&mt(n.default(r));return e.custom?t:l(`a`,{"aria-current":r.isExactActive?e.ariaCurrentValue:null,href:r.href,onClick:r.navigate,class:a.value},t)}}});function gt(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){let t=e.currentTarget.getAttribute(`target`);if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function _t(e,t){for(let n in t){let r=t[n],i=e[n];if(typeof r==`string`){if(r!==i)return!1}else if(!v(i)||i.length!==r.length||r.some((e,t)=>e.valueOf()!==i[t].valueOf()))return!1}return!0}function vt(e){return e?e.aliasOf?e.aliasOf.path:e.path:``}var yt=(e,t,n)=>e??t??n,bt=o({name:`RouterView`,inheritAttrs:!1,props:{name:{type:String,default:`default`},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:r}){let o=d(Le),u=c(()=>e.route||o.value),f=d(Pe,0),p=c(()=>{let e=a(f),{matched:t}=u.value,n;for(;(n=t[e])&&!n.components;)e++;return e}),m=c(()=>u.value.matched[p.value]);i(Pe,c(()=>p.value+1)),i(Ne,m),i(Le,u);let h=n();return s(()=>[h.value,m.value,e.name],([e,t,n],[r,i,a])=>{t&&(t.instances[n]=e,i&&i!==t&&e&&e===r&&(t.leaveGuards.size||(t.leaveGuards=i.leaveGuards),t.updateGuards.size||(t.updateGuards=i.updateGuards))),e&&t&&(!i||!A(t,i)||!r)&&(t.enterCallbacks[n]||[]).forEach(t=>t(e))},{flush:`post`}),()=>{let n=u.value,i=e.name,a=m.value,o=a&&a.components[i];if(!o)return xt(r.default,{Component:o,route:n});let s=a.props[i],c=l(o,g({},s?s===!0?n.params:typeof s==`function`?s(n):s:null,t,{onVnodeUnmounted:e=>{e.component.isUnmounted&&(a.instances[i]=null)},ref:h}));return xt(r.default,{Component:c,route:n})||c}}});function xt(e,t){if(!e)return null;let n=e(t);return n.length===1?n[0]:n}var St=bt;function Ct(e){let t=it(e.routes,e),n=e.parseQuery||Ae,i=e.stringifyQuery||je,o=e.history,s=U(),c=U(),l=U(),d=f(P),p=P;m&&e.scrollBehavior&&`scrollRestoration`in history&&(history.scrollRestoration=`manual`);let h=te.bind(null,e=>``+e),ee=te.bind(null,me),y=te.bind(null,D);function ne(e,n){let r,i;return Oe(e)?(r=t.getRecordMatcher(e),i=n):i=e,t.addRoute(i,r)}function re(e){let n=t.getRecordMatcher(e);n&&t.removeRoute(n)}function ie(){return t.getRoutes().map(e=>e.record)}function ae(e){return!!t.getRecordMatcher(e)}function b(e,r){if(r=g({},r||d.value),typeof e==`string`){let i=ge(n,e,r.path),a=t.resolve({path:i.path},r),s=o.createHref(i.fullPath);return g(i,a,{params:y(a.params),hash:D(i.hash),redirectedFrom:void 0,href:s})}let a;if(e.path!=null)a=g({},e,{path:ge(n,e.path,r.path).path});else{let t=g({},e.params);for(let e in t)t[e]??delete t[e];a=g({},e,{params:ee(t)}),r.params=ee(r.params)}let s=t.resolve(a,r),c=e.hash||``;s.params=h(y(s.params));let l=_e(i,g({},e,{hash:fe(c),path:s.path})),u=o.createHref(l);return g({fullPath:l,hash:c,query:i===je?Me(e.query):e.query||{}},s,{redirectedFrom:void 0,href:u})}function x(e){return typeof e==`string`?ge(n,e,d.value.path):g({},e)}function oe(e,t){if(p!==e)return V(B.NAVIGATION_CANCELLED,{from:t,to:e})}function se(e){return S(e)}function ce(e){return se(g(x(e),{replace:!0}))}function le(e,t){let n=e.matched[e.matched.length-1];if(n&&n.redirect){let{redirect:r}=n,i=typeof r==`function`?r(e,t):r;return typeof i==`string`&&(i=i.includes(`?`)||i.includes(`#`)?i=x(i):{path:i},i.params={}),g({query:e.query,hash:e.hash,params:i.path==null?e.params:{}},i)}}function S(e,t){let n=p=b(e),r=d.value,a=e.state,o=e.force,s=e.replace===!0,c=le(n,r);if(c)return S(g(x(c),{state:typeof c==`object`?g({},a,c.state):a,force:o,replace:s}),t||n);let l=n;l.redirectedFrom=t;let u;return!o&&ve(i,r,n)&&(u=V(B.NAVIGATION_DUPLICATED,{to:l,from:r}),M(r,r,!0,!1)),(u?Promise.resolve(u):de(l,r)).catch(e=>H(e)?H(e,B.NAVIGATION_GUARD_REDIRECT)?e:j(e):A(e,l,r)).then(e=>{if(e){if(H(e,B.NAVIGATION_GUARD_REDIRECT))return S(g({replace:s},x(e.to),{state:typeof e.to==`object`?g({},a,e.to.state):a,force:o}),t||l)}else e=T(l,r,!0,s,a);return w(l,r,e),e})}function ue(e,t){let n=oe(e,t);return n?Promise.reject(n):Promise.resolve()}function C(e){let t=I.values().next().value;return t&&typeof t.runWithContext==`function`?t.runWithContext(e):e()}function de(e,t){let n,[r,i,a]=ze(e,t);n=Re(r.reverse(),`beforeRouteLeave`,e,t);for(let i of r)i.leaveGuards.forEach(r=>{n.push(W(r,e,t))});let o=ue.bind(null,e,t);return n.push(o),R(n).then(()=>{n=[];for(let r of s.list())n.push(W(r,e,t));return n.push(o),R(n)}).then(()=>{n=Re(i,`beforeRouteUpdate`,e,t);for(let r of i)r.updateGuards.forEach(r=>{n.push(W(r,e,t))});return n.push(o),R(n)}).then(()=>{n=[];for(let r of a)if(r.beforeEnter)if(v(r.beforeEnter))for(let i of r.beforeEnter)n.push(W(i,e,t));else n.push(W(r.beforeEnter,e,t));return n.push(o),R(n)}).then(()=>(e.matched.forEach(e=>e.enterCallbacks={}),n=Re(a,`beforeRouteEnter`,e,t,C),n.push(o),R(n))).then(()=>{n=[];for(let r of c.list())n.push(W(r,e,t));return n.push(o),R(n)}).catch(e=>H(e,B.NAVIGATION_CANCELLED)?e:Promise.reject(e))}function w(e,t,n){l.list().forEach(r=>C(()=>r(e,t,n)))}function T(e,t,n,r,i){let a=oe(e,t);if(a)return a;let s=t===P,c=m?history.state:{};n&&(r||s?o.replace(e.fullPath,g({scroll:s&&c&&c.scroll},i)):o.push(e.fullPath,i)),d.value=e,M(e,t,n,s),j()}let E;function pe(){E||=o.listen((e,t,n)=>{if(!L.listening)return;let r=b(e),i=le(r,L.currentRoute.value);if(i){S(g(i,{replace:!0,force:!0}),r).catch(_);return}p=r;let a=d.value;m&&Te(Ce(a.fullPath,n.delta),z()),de(r,a).catch(e=>H(e,B.NAVIGATION_ABORTED|B.NAVIGATION_CANCELLED)?e:H(e,B.NAVIGATION_GUARD_REDIRECT)?(S(g(x(e.to),{force:!0}),r).then(e=>{H(e,B.NAVIGATION_ABORTED|B.NAVIGATION_DUPLICATED)&&!n.delta&&n.type===be.pop&&o.go(-1,!1)}).catch(_),Promise.reject()):(n.delta&&o.go(-n.delta,!1),A(e,r,a))).then(e=>{e||=T(r,a,!1),e&&(n.delta&&!H(e,B.NAVIGATION_CANCELLED)?o.go(-n.delta,!1):n.type===be.pop&&H(e,B.NAVIGATION_ABORTED|B.NAVIGATION_DUPLICATED)&&o.go(-1,!1)),w(r,a,e)}).catch(_)})}let O=U(),he=U(),k;function A(e,t,n){j(e);let r=he.list();return r.length?r.forEach(r=>r(e,t,n)):console.error(e),Promise.reject(e)}function ye(){return k&&d.value!==P?Promise.resolve():new Promise((e,t)=>{O.add([e,t])})}function j(e){return k||(k=!e,pe(),O.list().forEach(([t,n])=>e?n(e):t()),O.reset()),e}function M(t,n,r,i){let{scrollBehavior:a}=e;if(!m||!a)return Promise.resolve();let o=!r&&Ee(Ce(t.fullPath,0))||(i||!r)&&history.state&&history.state.scroll||null;return u().then(()=>a(t,n,o)).then(e=>e&&Se(e)).catch(e=>A(e,t,n))}let N=e=>o.go(e),F,I=new Set,L={currentRoute:d,listening:!0,addRoute:ne,removeRoute:re,clearRoutes:t.clearRoutes,hasRoute:ae,getRoutes:ie,resolve:b,options:e,push:se,replace:ce,go:N,back:()=>N(-1),forward:()=>N(1),beforeEach:s.add,beforeResolve:c.add,afterEach:l.add,onError:he.add,isReady:ye,install(e){e.component(`RouterLink`,ht),e.component(`RouterView`,St),e.config.globalProperties.$router=L,Object.defineProperty(e.config.globalProperties,`$route`,{enumerable:!0,get:()=>a(d)}),m&&!F&&d.value===P&&(F=!0,se(o.location).catch(e=>{}));let t={};for(let e in P)Object.defineProperty(t,e,{get:()=>d.value[e],enumerable:!0});e.provide(Fe,L),e.provide(Ie,r(t)),e.provide(Le,d);let n=e.unmount;I.add(e),e.unmount=function(){I.delete(e),I.size<1&&(p=P,E&&E(),E=null,d.value=P,F=!1,k=!1),n()}}};function R(e){return e.reduce((e,t)=>e.then(()=>C(t)),Promise.resolve())}return L}function wt(e){return d(Ie)}e.defaults.baseURL=`/api`,console.log(`Axios baseURL:`,e.defaults.baseURL),e.interceptors.request.use(e=>{let t=Y.state.token;return t&&(e.headers.Authorization=`Bearer ${t}`),e},e=>Promise.reject(e)),e.interceptors.response.use(e=>e,e=>(e.response&&e.response.status===401&&Y.dispatch(`logout`).then(()=>{$.currentRoute.value.path!==`/auth/login`&&$.replace(`/auth/login`)}),Promise.reject(e)));var J=e,Tt=[];try{Tt=JSON.parse(localStorage.getItem(`user`))||null}catch{Tt=[]}var Y=p({state:{isLoggedIn:!!localStorage.getItem(`isLoggedIn`),user:Tt,token:localStorage.getItem(`token`)||``,menuData:[],menuLoadError:null,pageContent:``,pageTitle:``,selectedPage:``},mutations:{setLogin(e,{user:t,token:n}){e.isLoggedIn=!0,e.user=t,e.token=n,localStorage.setItem(`isLoggedIn`,`true`),localStorage.setItem(`user`,JSON.stringify(t)),localStorage.setItem(`token`,n)},logout(e){e.isLoggedIn=!1,e.user=null,e.token=``,localStorage.removeItem(`isLoggedIn`),localStorage.removeItem(`user`),localStorage.removeItem(`token`)},setMenuData(e,t){e.menuData=t,e.menuLoadError=null},setMenuLoadError(e,t){e.menuLoadError=t},SET_PAGE_CONTENT(e,t){e.pageContent=t},UPDATE_PAGE_CONTENT(e,t){e.pageContent=t},setPageTitle(e,t){e.pageTitle=t},setSelectedPage(e,t){e.selectedPage=t}},actions:{async loadMenuData({commit:e}){try{e(`setMenuData`,(await J.get(`/menu-data`)).data)}catch(t){console.error(`Fehler beim Laden der Menü-Daten:`,t);let n=t.response?.data&&typeof t.response.data==`object`&&t.response.data.error;e(`setMenuLoadError`,typeof n==`string`?n:`Die Website ist vorübergehend nicht vollständig erreichbar. Bitte versuchen Sie es später erneut.`)}},async loadPageContent({commit:e},t){try{e(`SET_PAGE_CONTENT`,(await J.get(`/page-content?link=${t}`)).data.content||``)}catch(e){console.error(`Fehler beim Laden des Seiteninhalts:`,e)}},async savePageContent({state:e},{link:t,name:n}){try{let r=e.pageContent;await J.post(`/page-content`,{link:t,name:n,content:r}),alert(`Seiteninhalt gespeichert!`)}catch(e){console.error(`Fehler beim Speichern des Seiteninhalts:`,e)}},setPageTitle({commit:e},t){e(`setPageTitle`,t)},setSelectedPage({commit:e},t){e(`setSelectedPage`,t)},login({commit:e},{user:t,token:n}){e(`setLogin`,{user:t,token:n})},async logout({commit:e}){try{await J.post(`/auth/logout`)}catch(e){console.error(`Fehler beim Logout:`,e)}finally{e(`logout`),$.currentRoute.value.path!==`/auth/login`&&$.replace(`/auth/login`)}}},getters:{isLoggedIn:e=>e.isLoggedIn,user:e=>e.user,menuData:e=>e.menuData,pageContent:e=>e.pageContent,pageTitle:e=>e.pageTitle,selectedPage:e=>e.selectedPage,menuLoadError:e=>e.menuLoadError}}),Et=`modulepreload`,Dt=function(e){return`/`+e},Ot={},X=function(e,t,n){let r=Promise.resolve();if(t&&t.length>0){let e=document.getElementsByTagName(`link`),i=document.querySelector(`meta[property=csp-nonce]`),a=i?.nonce||i?.getAttribute(`nonce`);function o(e){return Promise.all(e.map(e=>Promise.resolve(e).then(e=>({status:`fulfilled`,value:e}),e=>({status:`rejected`,reason:e}))))}r=o(t.map(t=>{if(t=Dt(t,n),t in Ot)return;Ot[t]=!0;let r=t.endsWith(`.css`),i=r?`[rel="stylesheet"]`:``;if(n)for(let n=e.length-1;n>=0;n--){let i=e[n];if(i.href===t&&(!r||i.rel===`stylesheet`))return}else if(document.querySelector(`link[href="${t}"]${i}`))return;let o=document.createElement(`link`);if(o.rel=r?`stylesheet`:Et,r||(o.as=`script`),o.crossOrigin=``,o.href=t,a&&o.setAttribute(`nonce`,a),document.head.appendChild(o),r)return new Promise((e,n)=>{o.addEventListener(`load`,e),o.addEventListener(`error`,()=>n(Error(`Unable to preload CSS for ${t}`)))})}))}function i(e){let t=new Event(`vite:preloadError`,{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}return r.then(t=>{for(let e of t||[])e.status===`rejected`&&i(e.reason);return e().catch(i)})},Z={ADMIN_EDIT_PAGES:`admin-edit-pages`,REGISTER:`register`,FORGOT_PASSWORD:`forgot-password`,RESET_PASSWORD:`reset-password`,AUTH_LOGIN:`auth-login`,HOME:`home`,TERMS:`terms`,PRIVACY_POLICY:`privacy-policy`,NOT_FOUND:`not-found`},kt=Object.assign({"./content/DefaultComponent.vue":()=>X(()=>import(`./DefaultComponent-C7CdA2ge.js`),__vite__mapDeps([0,1,2])),"./content/DefaultContent.vue":()=>X(()=>import(`./DefaultContent-iZnWdqMK.js`),__vite__mapDeps([3,1,4,5,6,7,8,9])),"./content/ImageContent.vue":()=>X(()=>import(`./ImageContent-B_9Srbxr.js`),__vite__mapDeps([10,1,4,11])),"./content/ServiceUnavailableComponent.vue":()=>X(()=>import(`./ServiceUnavailableComponent-DxkW7FHw.js`),__vite__mapDeps([12,1,4,13])),"./content/admin/ContactPersonManagement.vue":()=>X(()=>import(`./ContactPersonManagement-BxVIiyJn.js`),__vite__mapDeps([14,1,6,7,15,16])),"./content/admin/EditPagesComponent.vue":()=>X(()=>import(`./EditPagesComponent-FEnVo2lF.js`),__vite__mapDeps([17,1,4,7,15,18,19,20])),"./content/admin/EventManagement.vue":()=>X(()=>import(`./EventManagement-DGwBaSZc.js`),__vite__mapDeps([21,1,6,7,15,18,19,8,22])),"./content/admin/EventPlacesManagement.vue":()=>X(()=>import(`./EventPlacesManagement-BHvzm7Go.js`),__vite__mapDeps([23,1,6,7,24])),"./content/admin/EventTypesManagement.vue":()=>X(()=>import(`./EventTypesManagement-Ddjslfnc.js`),__vite__mapDeps([25,1,6,7,26])),"./content/admin/ImageUpload.vue":()=>X(()=>import(`./ImageUpload-BXsxOgof.js`),__vite__mapDeps([27,1,7,8,28])),"./content/admin/IndexContent.vue":()=>X(()=>import(`./IndexContent-BWCJ2zin.js`),__vite__mapDeps([29,1,30])),"./content/admin/InstitutionManagement.vue":()=>X(()=>import(`./InstitutionManagement-IosXDWBg.js`),__vite__mapDeps([31,1,6,7,32])),"./content/admin/MenuManagement.vue":()=>X(()=>import(`./MenuManagement-Cu7dU8Sy.js`),__vite__mapDeps([33,1,4,7,34])),"./content/admin/PagePreviewComponent.vue":()=>X(()=>import(`./PagePreviewComponent-DK2vnb5H.js`),__vite__mapDeps([35,1,4,5,6,7,8,9,36])),"./content/admin/PositionManagement.vue":()=>X(()=>import(`./PositionManagement-BiCbhrMC.js`),__vite__mapDeps([37,1,6,7,38])),"./content/admin/UploadFileManagement.vue":()=>X(()=>import(`./UploadFileManagement-MFuLXprS.js`),__vite__mapDeps([39,1,7,40])),"./content/admin/UserAdministration.vue":()=>X(()=>import(`./UserAdministration-BG1e0rFf.js`),__vite__mapDeps([41,1,7,42])),"./content/admin/WorshipManagement.vue":()=>X(()=>import(`./WorshipManagement-W7lr0rFK.js`),__vite__mapDeps([43,1,6,7,15,8,44])),"./content/authentication/ForgotPasswordContent.vue":()=>X(()=>import(`./ForgotPasswordContent-wEddGjMu.js`),__vite__mapDeps([45,1,7,46])),"./content/authentication/LoginContent.vue":()=>X(()=>import(`./LoginContent-Pl_xIOaP.js`),__vite__mapDeps([47,1,6,4,7,48])),"./content/authentication/RegisterContent.vue":()=>X(()=>import(`./RegisterContent-sw8WoeTh.js`),__vite__mapDeps([49,1,7,50])),"./content/authentication/ResetPasswordContent.vue":()=>X(()=>import(`./ResetPasswordContent-Cz8BCdUa.js`),__vite__mapDeps([51,1,7,52])),"./content/disclaimers/PrivacyPolicyComponent.vue":()=>X(()=>import(`./PrivacyPolicyComponent-CEOhjarf.js`),__vite__mapDeps([53,1,54])),"./content/disclaimers/TermsComponent.vue":()=>X(()=>import(`./TermsComponent-D5IisTL9.js`),__vite__mapDeps([55,1,56]))});function Q(e){return async()=>{let t=kt[`./content/${e||`DefaultComponent`}.vue`];if(!t){let e=kt[`./content/DefaultComponent.vue`];return e?e():X(()=>import(`./DefaultComponent-C7CdA2ge.js`),__vite__mapDeps([0,1,2]))}return t()}}function At(e){if(!e||typeof e!=`string`)return`/`;let t=e.trim();return t.startsWith(`/`)||(t=`/${t}`),t.length>1&&(t=t.replace(/\/+$/,``)),t||`/`}function jt(e){let t=[];return e.forEach(e=>{let n=At(e.link||``);if(n===`/admin/edit-pages`)return;let r=null;if(e.link&&e.link!==``&&(r={path:n,meta:{requiresAuth:e.requiresAuth||!1},components:{default:Q(e.component),rightColumn:Q(`ImageContent`)}}),e.submenu&&e.submenu.length>0){let n=jt(e.submenu);t.push(...n)}r&&t.push(r)}),t}var $=Ct({history:Ge(),routes:[]}),Mt=!1;$.beforeEach(async(e,t,n)=>{if(Mt){Ht();let t=At(e.path);if(t!==e.path){n({path:t,query:e.query,hash:e.hash,replace:!0});return}e.matched.some(e=>e.meta.requiresAuth)&&!Y.getters.isLoggedIn?n(`/auth/login`):n()}else{Mt=!0,await Y.dispatch(`loadMenuData`),jt(Y.state.menuData).forEach(e=>$.addRoute(e)),Nt(),Pt(),Ft(),It(),Lt(),Y.state.menuLoadError&&$.hasRoute(Z.NOT_FOUND)&&($.removeRoute(Z.NOT_FOUND),$.addRoute({path:`/:pathMatch(.*)*`,components:{default:Q(`ServiceUnavailableComponent`),rightColumn:Q(`ImageContent`)},name:Z.NOT_FOUND}));let t=At(e.path);if(t!==e.path){n({path:t,query:e.query,hash:e.hash,replace:!0});return}n({...e,replace:!0})}});function Nt(){$.hasRoute(Z.ADMIN_EDIT_PAGES)&&$.removeRoute(Z.ADMIN_EDIT_PAGES),$.addRoute({path:`/admin/edit-pages`,components:{default:Q(`admin/PagePreviewComponent`),rightColumn:Q(`admin/EditPagesComponent`)},name:Z.ADMIN_EDIT_PAGES})}function Pt(){$.hasRoute(Z.REGISTER)&&$.removeRoute(Z.REGISTER),$.addRoute({path:`/register`,components:{default:()=>X(()=>import(`./RegisterContent-sw8WoeTh.js`),__vite__mapDeps([49,1,7,50])),rightColumn:Q(`ImageContent`)},name:Z.REGISTER})}function Ft(){$.hasRoute(Z.FORGOT_PASSWORD)&&$.removeRoute(Z.FORGOT_PASSWORD),$.addRoute({path:`/forgot-password`,components:{default:()=>X(()=>import(`./ForgotPasswordContent-wEddGjMu.js`),__vite__mapDeps([45,1,7,46])),rightColumn:Q(`ImageContent`)},name:Z.FORGOT_PASSWORD})}function It(){$.hasRoute(Z.RESET_PASSWORD)&&$.removeRoute(Z.RESET_PASSWORD),$.addRoute({path:`/reset-password`,components:{default:()=>X(()=>import(`./ResetPasswordContent-Cz8BCdUa.js`),__vite__mapDeps([51,1,7,52])),rightColumn:Q(`ImageContent`)},name:Z.RESET_PASSWORD})}function Lt(){$.hasRoute(Z.AUTH_LOGIN)&&$.removeRoute(Z.AUTH_LOGIN),$.addRoute({path:`/auth/login`,components:{default:()=>X(()=>import(`./LoginContent-Pl_xIOaP.js`),__vite__mapDeps([47,1,6,4,7,48])),rightColumn:Q(`ImageContent`)},name:Z.AUTH_LOGIN})}function Rt(){$.hasRoute(Z.HOME)&&$.removeRoute(Z.HOME),$.addRoute({path:`/`,components:{default:Q(`DefaultContent`),rightColumn:Q(`ImageContent`)},name:Z.HOME})}function zt(){$.hasRoute(Z.TERMS)&&$.removeRoute(Z.TERMS),$.addRoute({path:`/terms`,components:{default:()=>X(()=>import(`./TermsComponent-D5IisTL9.js`),__vite__mapDeps([55,1,56])),rightColumn:Q(`ImageContent`)},name:Z.TERMS})}function Bt(){$.hasRoute(Z.PRIVACY_POLICY)&&$.removeRoute(Z.PRIVACY_POLICY),$.addRoute({path:`/privacy-policy`,components:{default:()=>X(()=>import(`./PrivacyPolicyComponent-CEOhjarf.js`),__vite__mapDeps([53,1,54])),rightColumn:Q(`ImageContent`)},name:Z.PRIVACY_POLICY})}function Vt(){$.hasRoute(Z.NOT_FOUND)||$.addRoute({path:`/:pathMatch(.*)*`,components:{default:Q(`DefaultComponent`),rightColumn:Q(`ImageContent`)},name:Z.NOT_FOUND})}function Ht(){$.hasRoute(Z.ADMIN_EDIT_PAGES)||Nt(),$.hasRoute(Z.REGISTER)||Pt(),$.hasRoute(Z.FORGOT_PASSWORD)||Ft(),$.hasRoute(Z.RESET_PASSWORD)||It(),$.hasRoute(Z.AUTH_LOGIN)||Lt(),$.hasRoute(Z.HOME)||Rt(),$.hasRoute(Z.TERMS)||zt(),$.hasRoute(Z.PRIVACY_POLICY)||Bt(),Vt()}Nt(),Pt(),Ft(),It(),Lt(),Rt(),zt(),Bt(),Vt();export{wt as i,Y as n,J as r,$ as t}; +//# sourceMappingURL=router-BMknwoXv.js.map \ No newline at end of file diff --git a/public/assets/router-CRKq-u_C.js b/public/assets/router-CRKq-u_C.js new file mode 100644 index 0000000..828ffe3 --- /dev/null +++ b/public/assets/router-CRKq-u_C.js @@ -0,0 +1,3 @@ +const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/DefaultComponent-C7CdA2ge.js","assets/_plugin-vue_export-helper-Conii5fq.js","assets/DefaultComponent-_KgE6iQv.css","assets/DefaultContent-BEgKjzXV.js","assets/vuex.esm-bundler-CDO_-3pz.js","assets/RenderContentComponent-BMRK9xic.js","assets/axios-DHQprbt3.js","assets/runtime-dom.esm-bundler-CI28bPhn.js","assets/strings-CNeI630x.js","assets/RenderContentComponent-BxSffKIg.css","assets/ImageContent-B_9Srbxr.js","assets/ImageContent-DQSMerBx.css","assets/ServiceUnavailableComponent-DxkW7FHw.js","assets/ServiceUnavailableComponent-7ZLQmSTl.css","assets/ContactPersonManagement-BxVIiyJn.js","assets/vue-multiselect.esm-9oGQ1abz.js","assets/ContactPersonManagement-D91tKnsd.css","assets/EditPagesComponent-C69VrK9O.js","assets/AddImageDialog-C4VdPcdq.js","assets/AddImageDialog-XDsmnWhC.css","assets/EditPagesComponent-Ba9JOUmo.css","assets/EventManagement-BDHatUSX.js","assets/EventManagement-DGPDJgOd.css","assets/EventPlacesManagement-BHvzm7Go.js","assets/EventPlacesManagement-BBBtyweL.css","assets/EventTypesManagement-Ddjslfnc.js","assets/EventTypesManagement-DsvWHFru.css","assets/ImageUpload-DBHMQAGg.js","assets/ImageUpload-DjMaumWQ.css","assets/IndexContent-CyX4-9Du.js","assets/IndexContent-galV-8fR.css","assets/InstitutionManagement-IosXDWBg.js","assets/InstitutionManagement-DGHKcIlr.css","assets/MenuManagement-DjcjMg1q.js","assets/MenuManagement-By5K7zQz.css","assets/PagePreviewComponent-BvOZcmUU.js","assets/PagePreviewComponent-CVf7BAaI.css","assets/PositionManagement-BiCbhrMC.js","assets/PositionManagement-CzPEbVhG.css","assets/UploadFileManagement-BxKu8Xcq.js","assets/UploadFileManagement-C4MG8IQC.css","assets/UserAdministration-H6fhnCfl.js","assets/UserAdministration-5uUT_Af2.css","assets/WorshipManagement-W7lr0rFK.js","assets/WorshipManagement-ZRPtAoqA.css","assets/ForgotPasswordContent-Dlv7thWv.js","assets/ForgotPasswordContent-B4cj5PB_.css","assets/LoginContent-Pl_xIOaP.js","assets/LoginContent-BCzf_WKN.css","assets/RegisterContent-C5lMkTs4.js","assets/RegisterContent-CCVlHcet.css","assets/ResetPasswordContent-ChARgD9H.js","assets/ResetPasswordContent-UYlaksIR.css","assets/PrivacyPolicyComponent-CEOhjarf.js","assets/PrivacyPolicyComponent-BATcZDCC.css","assets/TermsComponent-D5IisTL9.js","assets/TermsComponent-BH0CU8SP.css"])))=>i.map(i=>d[i]); +import{t as e}from"./axios-DHQprbt3.js";import{I as t,L as n,R as r,T as i,V as a,g as o,k as s,s as c,v as l,x as u,y as d,z as f}from"./_plugin-vue_export-helper-Conii5fq.js";import{t as p}from"./vuex.esm-bundler-CDO_-3pz.js";var m=typeof document<`u`;function h(e){return typeof e==`object`||`displayName`in e||`props`in e||`__vccOpts`in e}function ee(e){return e.__esModule||e[Symbol.toStringTag]===`Module`||e.default&&h(e.default)}var g=Object.assign;function te(e,t){let n={};for(let r in t){let i=t[r];n[r]=v(i)?i.map(e):e(i)}return n}var _=()=>{},v=Array.isArray;function y(e,t){let n={};for(let r in e)n[r]=r in t?t[r]:e[r];return n}var ne=/#/g,re=/&/g,ie=/\//g,ae=/=/g,oe=/\?/g,b=/\+/g,se=/%5B/g,ce=/%5D/g,le=/%5E/g,ue=/%60/g,x=/%7B/g,de=/%7C/g,S=/%7D/g,fe=/%20/g;function C(e){return e==null?``:encodeURI(``+e).replace(de,`|`).replace(se,`[`).replace(ce,`]`)}function pe(e){return C(e).replace(x,`{`).replace(S,`}`).replace(le,`^`)}function w(e){return C(e).replace(b,`%2B`).replace(fe,`+`).replace(ne,`%23`).replace(re,`%26`).replace(ue,"`").replace(x,`{`).replace(S,`}`).replace(le,`^`)}function T(e){return w(e).replace(ae,`%3D`)}function me(e){return C(e).replace(ne,`%23`).replace(oe,`%3F`)}function he(e){return me(e).replace(ie,`%2F`)}function E(e){if(e==null)return null;try{return decodeURIComponent(``+e)}catch{}return``+e}var D=/\/$/,ge=e=>e.replace(D,``);function _e(e,t,n=`/`){let r,i={},a=``,o=``,s=t.indexOf(`#`),c=t.indexOf(`?`);return c=s>=0&&c>s?-1:c,c>=0&&(r=t.slice(0,c),a=t.slice(c,s>0?s:t.length),i=e(a.slice(1))),s>=0&&(r||=t.slice(0,s),o=t.slice(s,t.length)),r=M(r??t,n),{fullPath:r+a+o,path:r,query:i,hash:E(o)}}function ve(e,t){let n=t.query?e(t.query):``;return t.path+(n&&`?`)+n+(t.hash||``)}function O(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||`/`}function ye(e,t,n){let r=t.matched.length-1,i=n.matched.length-1;return r>-1&&r===i&&k(t.matched[r],n.matched[i])&&be(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function k(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function be(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(var n in e)if(!A(e[n],t[n]))return!1;return!0}function A(e,t){return v(e)?j(e,t):v(t)?j(t,e):e?.valueOf()===t?.valueOf()}function j(e,t){return v(t)?e.length===t.length&&e.every((e,n)=>e===t[n]):e.length===1&&e[0]===t}function M(e,t){if(e.startsWith(`/`))return e;if(!e)return t;let n=t.split(`/`),r=e.split(`/`),i=r[r.length-1];(i===`..`||i===`.`)&&r.push(``);let a=n.length-1,o,s;for(o=0;o1&&a--;else break;return n.slice(0,a).join(`/`)+`/`+r.slice(o).join(`/`)}var N={path:`/`,name:void 0,params:{},query:{},hash:``,fullPath:`/`,matched:[],meta:{},redirectedFrom:void 0},xe=function(e){return e.pop=`pop`,e.push=`push`,e}({}),P=function(e){return e.back=`back`,e.forward=`forward`,e.unknown=``,e}({});function F(e){if(!e)if(m){let t=document.querySelector(`base`);e=t&&t.getAttribute(`href`)||`/`,e=e.replace(/^\w+:\/\/[^\/]+/,``)}else e=`/`;return e[0]!==`/`&&e[0]!==`#`&&(e=`/`+e),ge(e)}var I=/^[^#]+#/;function L(e,t){return e.replace(I,`#`)+t}function Se(e,t){let n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}var R=()=>({left:window.scrollX,top:window.scrollY});function Ce(e){let t;if(`el`in e){let n=e.el,r=typeof n==`string`&&n.startsWith(`#`),i=typeof n==`string`?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!i)return;t=Se(i,e)}else t=e;`scrollBehavior`in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left==null?window.scrollX:t.left,t.top==null?window.scrollY:t.top)}function we(e,t){return(history.state?history.state.position-t:-1)+e}var Te=new Map;function Ee(e,t){Te.set(e,t)}function De(e){let t=Te.get(e);return Te.delete(e),t}function Oe(e){return typeof e==`string`||e&&typeof e==`object`}function ke(e){return typeof e==`string`||typeof e==`symbol`}var z=function(e){return e[e.MATCHER_NOT_FOUND=1]=`MATCHER_NOT_FOUND`,e[e.NAVIGATION_GUARD_REDIRECT=2]=`NAVIGATION_GUARD_REDIRECT`,e[e.NAVIGATION_ABORTED=4]=`NAVIGATION_ABORTED`,e[e.NAVIGATION_CANCELLED=8]=`NAVIGATION_CANCELLED`,e[e.NAVIGATION_DUPLICATED=16]=`NAVIGATION_DUPLICATED`,e}({}),Ae=Symbol(``);z.MATCHER_NOT_FOUND,z.NAVIGATION_GUARD_REDIRECT,z.NAVIGATION_ABORTED,z.NAVIGATION_CANCELLED,z.NAVIGATION_DUPLICATED;function B(e,t){return g(Error(),{type:e,[Ae]:!0},t)}function V(e,t){return e instanceof Error&&Ae in e&&(t==null||!!(e.type&t))}function je(e){let t={};if(e===``||e===`?`)return t;let n=(e[0]===`?`?e.slice(1):e).split(`&`);for(let e=0;ee&&w(e)):[r&&w(r)]).forEach(e=>{e!==void 0&&(t+=(t.length?`&`:``)+n,e!=null&&(t+=`=`+e))})}return t}function Ne(e){let t={};for(let n in e){let r=e[n];r!==void 0&&(t[n]=v(r)?r.map(e=>e==null?null:``+e):r==null?r:``+r)}return t}var Pe=Symbol(``),Fe=Symbol(``),Ie=Symbol(``),Le=Symbol(``),Re=Symbol(``);function H(){let e=[];function t(t){return e.push(t),()=>{let n=e.indexOf(t);n>-1&&e.splice(n,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function U(e,t,n,r,i,a=e=>e()){let o=r&&(r.enterCallbacks[i]=r.enterCallbacks[i]||[]);return()=>new Promise((s,c)=>{let l=e=>{e===!1?c(B(z.NAVIGATION_ABORTED,{from:n,to:t})):e instanceof Error?c(e):Oe(e)?c(B(z.NAVIGATION_GUARD_REDIRECT,{from:t,to:e})):(o&&r.enterCallbacks[i]===o&&typeof e==`function`&&o.push(e),s())},u=a(()=>e.call(r&&r.instances[i],t,n,l)),d=Promise.resolve(u);e.length<3&&(d=d.then(l)),d.catch(e=>c(e))})}function ze(e,t,n,r,i=e=>e()){let a=[];for(let o of e)for(let e in o.components){let s=o.components[e];if(!(t!==`beforeRouteEnter`&&!o.instances[e]))if(h(s)){let c=(s.__vccOpts||s)[t];c&&a.push(U(c,n,r,o,e,i))}else{let c=s();a.push(()=>c.then(a=>{if(!a)throw Error(`Couldn't resolve component "${e}" at "${o.path}"`);let s=ee(a)?a.default:a;o.mods[e]=a,o.components[e]=s;let c=(s.__vccOpts||s)[t];return c&&U(c,n,r,o,e,i)()}))}}return a}function Be(e,t){let n=[],r=[],i=[],a=Math.max(t.matched.length,e.matched.length);for(let o=0;ok(e,a))?r.push(a):n.push(a));let s=e.matched[o];s&&(t.matched.find(e=>k(e,s))||i.push(s))}return[n,r,i]}var Ve=()=>location.protocol+`//`+location.host;function He(e,t){let{pathname:n,search:r,hash:i}=t,a=e.indexOf(`#`);if(a>-1){let t=i.includes(e.slice(a))?e.slice(a).length:1,n=i.slice(t);return n[0]!==`/`&&(n=`/`+n),O(n,``)}return O(n,e)+r+i}function Ue(e,t,n,r){let i=[],a=[],o=null,s=({state:a})=>{let s=He(e,location),c=n.value,l=t.value,u=0;if(a){if(n.value=s,t.value=a,o&&o===c){o=null;return}u=l?a.position-l.position:0}else r(s);i.forEach(e=>{e(n.value,c,{delta:u,type:xe.pop,direction:u?u>0?P.forward:P.back:P.unknown})})};function c(){o=n.value}function l(e){i.push(e);let t=()=>{let t=i.indexOf(e);t>-1&&i.splice(t,1)};return a.push(t),t}function u(){if(document.visibilityState===`hidden`){let{history:e}=window;if(!e.state)return;e.replaceState(g({},e.state,{scroll:R()}),``)}}function d(){for(let e of a)e();a=[],window.removeEventListener(`popstate`,s),window.removeEventListener(`pagehide`,u),document.removeEventListener(`visibilitychange`,u)}return window.addEventListener(`popstate`,s),window.addEventListener(`pagehide`,u),document.addEventListener(`visibilitychange`,u),{pauseListeners:c,listen:l,destroy:d}}function We(e,t,n,r=!1,i=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:i?R():null}}function Ge(e){let{history:t,location:n}=window,r={value:He(e,n)},i={value:t.state};i.value||a(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function a(r,a,o){let s=e.indexOf(`#`),c=s>-1?(n.host&&document.querySelector(`base`)?e:e.slice(s))+r:Ve()+e+r;try{t[o?`replaceState`:`pushState`](a,``,c),i.value=a}catch(e){console.error(e),n[o?`replace`:`assign`](c)}}function o(e,n){a(e,g({},t.state,We(i.value.back,e,i.value.forward,!0),n,{position:i.value.position}),!0),r.value=e}function s(e,n){let o=g({},i.value,t.state,{forward:e,scroll:R()});a(o.current,o,!0),a(e,g({},We(r.value,e,null),{position:o.position+1},n),!1),r.value=e}return{location:r,state:i,push:s,replace:o}}function Ke(e){e=F(e);let t=Ge(e),n=Ue(e,t.state,t.location,t.replace);function r(e,t=!0){t||n.pauseListeners(),history.go(e)}let i=g({location:``,base:e,go:r,createHref:L.bind(null,e)},t,n);return Object.defineProperty(i,`location`,{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(i,`state`,{enumerable:!0,get:()=>t.state.value}),i}var W=function(e){return e[e.Static=0]=`Static`,e[e.Param=1]=`Param`,e[e.Group=2]=`Group`,e}({}),G=function(e){return e[e.Static=0]=`Static`,e[e.Param=1]=`Param`,e[e.ParamRegExp=2]=`ParamRegExp`,e[e.ParamRegExpEnd=3]=`ParamRegExpEnd`,e[e.EscapeNext=4]=`EscapeNext`,e}(G||{}),qe={type:W.Static,value:``},Je=/[a-zA-Z0-9_]/;function Ye(e){if(!e)return[[]];if(e===`/`)return[[qe]];if(!e.startsWith(`/`))throw Error(`Invalid path "${e}"`);function t(e){throw Error(`ERR (${n})/"${l}": ${e}`)}let n=G.Static,r=n,i=[],a;function o(){a&&i.push(a),a=[]}let s=0,c,l=``,u=``;function d(){l&&=(n===G.Static?a.push({type:W.Static,value:l}):n===G.Param||n===G.ParamRegExp||n===G.ParamRegExpEnd?(a.length>1&&(c===`*`||c===`+`)&&t(`A repeatable param (${l}) must be alone in its segment. eg: '/:ids+.`),a.push({type:W.Param,value:l,regexp:u,repeatable:c===`*`||c===`+`,optional:c===`*`||c===`?`})):t(`Invalid state to consume buffer`),``)}function f(){l+=c}for(;st.length?t.length===1&&t[0]===K.Static+K.Segment?1:-1:0}function tt(e,t){let n=0,r=e.score,i=t.score;for(;n0&&t[t.length-1]<0}var rt={strict:!1,end:!0,sensitive:!1};function it(e,t,n){let r=g($e(Ye(e.path),n),{record:e,parent:t,children:[],alias:[]});return t&&!r.record.aliasOf==!t.record.aliasOf&&t.children.push(r),r}function at(e,t){let n=[],r=new Map;t=y(rt,t);function i(e){return r.get(e)}function a(e,n,r){let i=!r,s=st(e);s.aliasOf=r&&r.record;let l=y(t,e),u=[s];if(`alias`in e){let t=typeof e.alias==`string`?[e.alias]:e.alias;for(let e of t)u.push(st(g({},s,{components:r?r.record.components:s.components,path:e,aliasOf:r?r.record:s})))}let d,f;for(let t of u){let{path:u}=t;if(n&&u[0]!==`/`){let e=n.record.path,r=e[e.length-1]===`/`?``:`/`;t.path=n.record.path+(u&&r+u)}if(d=it(t,n,l),r?r.alias.push(d):(f||=d,f!==d&&f.alias.push(d),i&&e.name&&!lt(d)&&o(e.name)),pt(d)&&c(d),s.children){let e=s.children;for(let t=0;t{o(f)}:_}function o(e){if(ke(e)){let t=r.get(e);t&&(r.delete(e),n.splice(n.indexOf(t),1),t.children.forEach(o),t.alias.forEach(o))}else{let t=n.indexOf(e);t>-1&&(n.splice(t,1),e.record.name&&r.delete(e.record.name),e.children.forEach(o),e.alias.forEach(o))}}function s(){return n}function c(e){let t=dt(e,n);n.splice(t,0,e),e.record.name&&!lt(e)&&r.set(e.record.name,e)}function l(e,t){let i,a={},o,s;if(`name`in e&&e.name){if(i=r.get(e.name),!i)throw B(z.MATCHER_NOT_FOUND,{location:e});s=i.record.name,a=g(ot(t.params,i.keys.filter(e=>!e.optional).concat(i.parent?i.parent.keys.filter(e=>e.optional):[]).map(e=>e.name)),e.params&&ot(e.params,i.keys.map(e=>e.name))),o=i.stringify(a)}else if(e.path!=null)o=e.path,i=n.find(e=>e.re.test(o)),i&&(a=i.parse(o),s=i.record.name);else{if(i=t.name?r.get(t.name):n.find(e=>e.re.test(t.path)),!i)throw B(z.MATCHER_NOT_FOUND,{location:e,currentLocation:t});s=i.record.name,a=g({},t.params,e.params),o=i.stringify(a)}let c=[],l=i;for(;l;)c.unshift(l.record),l=l.parent;return{name:s,path:o,params:a,matched:c,meta:ut(c)}}e.forEach(e=>a(e));function u(){n.length=0,r.clear()}return{addRoute:a,resolve:l,removeRoute:o,clearRoutes:u,getRoutes:s,getRecordMatcher:i}}function ot(e,t){let n={};for(let r of t)r in e&&(n[r]=e[r]);return n}function st(e){let t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:ct(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:`components`in e?e.components||null:e.component&&{default:e.component}};return Object.defineProperty(t,`mods`,{value:{}}),t}function ct(e){let t={},n=e.props||!1;if(`component`in e)t.default=n;else for(let r in e.components)t[r]=typeof n==`object`?n[r]:n;return t}function lt(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function ut(e){return e.reduce((e,t)=>g(e,t.meta),{})}function dt(e,t){let n=0,r=t.length;for(;n!==r;){let i=n+r>>1;tt(e,t[i])<0?r=i:n=i+1}let i=ft(e);return i&&(r=t.lastIndexOf(i,r-1)),r}function ft(e){let t=e;for(;t=t.parent;)if(pt(t)&&tt(e,t)===0)return t}function pt({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function mt(e){let t=d(Ie),n=d(Le),r=c(()=>{let n=a(e.to);return t.resolve(n)}),i=c(()=>{let{matched:e}=r.value,{length:t}=e,i=e[t-1],a=n.matched;if(!i||!a.length)return-1;let o=a.findIndex(k.bind(null,i));if(o>-1)return o;let s=yt(e[t-2]);return t>1&&yt(i)===s&&a[a.length-1].path!==s?a.findIndex(k.bind(null,e[t-2])):o}),o=c(()=>i.value>-1&&vt(n.params,r.value.params)),s=c(()=>i.value>-1&&i.value===n.matched.length-1&&be(n.params,r.value.params));function l(n={}){if(_t(n)){let n=t[a(e.replace)?`replace`:`push`](a(e.to)).catch(_);return e.viewTransition&&typeof document<`u`&&`startViewTransition`in document&&document.startViewTransition(()=>n),n}return Promise.resolve()}return{route:r,href:c(()=>r.value.href),isActive:o,isExactActive:s,navigate:l}}function ht(e){return e.length===1?e[0]:e}var gt=o({name:`RouterLink`,compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:`page`},viewTransition:Boolean},useLink:mt,setup(e,{slots:n}){let r=t(mt(e)),{options:i}=d(Ie),a=c(()=>({[bt(e.activeClass,i.linkActiveClass,`router-link-active`)]:r.isActive,[bt(e.exactActiveClass,i.linkExactActiveClass,`router-link-exact-active`)]:r.isExactActive}));return()=>{let t=n.default&&ht(n.default(r));return e.custom?t:l(`a`,{"aria-current":r.isExactActive?e.ariaCurrentValue:null,href:r.href,onClick:r.navigate,class:a.value},t)}}});function _t(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){let t=e.currentTarget.getAttribute(`target`);if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function vt(e,t){for(let n in t){let r=t[n],i=e[n];if(typeof r==`string`){if(r!==i)return!1}else if(!v(i)||i.length!==r.length||r.some((e,t)=>e.valueOf()!==i[t].valueOf()))return!1}return!0}function yt(e){return e?e.aliasOf?e.aliasOf.path:e.path:``}var bt=(e,t,n)=>e??t??n,xt=o({name:`RouterView`,inheritAttrs:!1,props:{name:{type:String,default:`default`},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:r}){let o=d(Re),u=c(()=>e.route||o.value),f=d(Fe,0),p=c(()=>{let e=a(f),{matched:t}=u.value,n;for(;(n=t[e])&&!n.components;)e++;return e}),m=c(()=>u.value.matched[p.value]);i(Fe,c(()=>p.value+1)),i(Pe,m),i(Re,u);let h=n();return s(()=>[h.value,m.value,e.name],([e,t,n],[r,i,a])=>{t&&(t.instances[n]=e,i&&i!==t&&e&&e===r&&(t.leaveGuards.size||(t.leaveGuards=i.leaveGuards),t.updateGuards.size||(t.updateGuards=i.updateGuards))),e&&t&&(!i||!k(t,i)||!r)&&(t.enterCallbacks[n]||[]).forEach(t=>t(e))},{flush:`post`}),()=>{let n=u.value,i=e.name,a=m.value,o=a&&a.components[i];if(!o)return St(r.default,{Component:o,route:n});let s=a.props[i],c=l(o,g({},s?s===!0?n.params:typeof s==`function`?s(n):s:null,t,{onVnodeUnmounted:e=>{e.component.isUnmounted&&(a.instances[i]=null)},ref:h}));return St(r.default,{Component:c,route:n})||c}}});function St(e,t){if(!e)return null;let n=e(t);return n.length===1?n[0]:n}var Ct=xt;function wt(e){let t=at(e.routes,e),n=e.parseQuery||je,i=e.stringifyQuery||Me,o=e.history,s=H(),c=H(),l=H(),d=f(N),p=N;m&&e.scrollBehavior&&`scrollRestoration`in history&&(history.scrollRestoration=`manual`);let h=te.bind(null,e=>``+e),ee=te.bind(null,he),y=te.bind(null,E);function ne(e,n){let r,i;return ke(e)?(r=t.getRecordMatcher(e),i=n):i=e,t.addRoute(i,r)}function re(e){let n=t.getRecordMatcher(e);n&&t.removeRoute(n)}function ie(){return t.getRoutes().map(e=>e.record)}function ae(e){return!!t.getRecordMatcher(e)}function oe(e,r){if(r=g({},r||d.value),typeof e==`string`){let i=_e(n,e,r.path),a=t.resolve({path:i.path},r),s=o.createHref(i.fullPath);return g(i,a,{params:y(a.params),hash:E(i.hash),redirectedFrom:void 0,href:s})}let a;if(e.path!=null)a=g({},e,{path:_e(n,e.path,r.path).path});else{let t=g({},e.params);for(let e in t)t[e]??delete t[e];a=g({},e,{params:ee(t)}),r.params=ee(r.params)}let s=t.resolve(a,r),c=e.hash||``;s.params=h(y(s.params));let l=ve(i,g({},e,{hash:pe(c),path:s.path})),u=o.createHref(l);return g({fullPath:l,hash:c,query:i===Me?Ne(e.query):e.query||{}},s,{redirectedFrom:void 0,href:u})}function b(e){return typeof e==`string`?_e(n,e,d.value.path):g({},e)}function se(e,t){if(p!==e)return B(z.NAVIGATION_CANCELLED,{from:t,to:e})}function ce(e){return x(e)}function le(e){return ce(g(b(e),{replace:!0}))}function ue(e,t){let n=e.matched[e.matched.length-1];if(n&&n.redirect){let{redirect:r}=n,i=typeof r==`function`?r(e,t):r;return typeof i==`string`&&(i=i.includes(`?`)||i.includes(`#`)?i=b(i):{path:i},i.params={}),g({query:e.query,hash:e.hash,params:i.path==null?e.params:{}},i)}}function x(e,t){let n=p=oe(e),r=d.value,a=e.state,o=e.force,s=e.replace===!0,c=ue(n,r);if(c)return x(g(b(c),{state:typeof c==`object`?g({},a,c.state):a,force:o,replace:s}),t||n);let l=n;l.redirectedFrom=t;let u;return!o&&ye(i,r,n)&&(u=B(z.NAVIGATION_DUPLICATED,{to:l,from:r}),j(r,r,!0,!1)),(u?Promise.resolve(u):fe(l,r)).catch(e=>V(e)?V(e,z.NAVIGATION_GUARD_REDIRECT)?e:A(e):k(e,l,r)).then(e=>{if(e){if(V(e,z.NAVIGATION_GUARD_REDIRECT))return x(g({replace:s},b(e.to),{state:typeof e.to==`object`?g({},a,e.to.state):a,force:o}),t||l)}else e=w(l,r,!0,s,a);return C(l,r,e),e})}function de(e,t){let n=se(e,t);return n?Promise.reject(n):Promise.resolve()}function S(e){let t=F.values().next().value;return t&&typeof t.runWithContext==`function`?t.runWithContext(e):e()}function fe(e,t){let n,[r,i,a]=Be(e,t);n=ze(r.reverse(),`beforeRouteLeave`,e,t);for(let i of r)i.leaveGuards.forEach(r=>{n.push(U(r,e,t))});let o=de.bind(null,e,t);return n.push(o),L(n).then(()=>{n=[];for(let r of s.list())n.push(U(r,e,t));return n.push(o),L(n)}).then(()=>{n=ze(i,`beforeRouteUpdate`,e,t);for(let r of i)r.updateGuards.forEach(r=>{n.push(U(r,e,t))});return n.push(o),L(n)}).then(()=>{n=[];for(let r of a)if(r.beforeEnter)if(v(r.beforeEnter))for(let i of r.beforeEnter)n.push(U(i,e,t));else n.push(U(r.beforeEnter,e,t));return n.push(o),L(n)}).then(()=>(e.matched.forEach(e=>e.enterCallbacks={}),n=ze(a,`beforeRouteEnter`,e,t,S),n.push(o),L(n))).then(()=>{n=[];for(let r of c.list())n.push(U(r,e,t));return n.push(o),L(n)}).catch(e=>V(e,z.NAVIGATION_CANCELLED)?e:Promise.reject(e))}function C(e,t,n){l.list().forEach(r=>S(()=>r(e,t,n)))}function w(e,t,n,r,i){let a=se(e,t);if(a)return a;let s=t===N,c=m?history.state:{};n&&(r||s?o.replace(e.fullPath,g({scroll:s&&c&&c.scroll},i)):o.push(e.fullPath,i)),d.value=e,j(e,t,n,s),A()}let T;function me(){T||=o.listen((e,t,n)=>{if(!I.listening)return;let r=oe(e),i=ue(r,I.currentRoute.value);if(i){x(g(i,{replace:!0,force:!0}),r).catch(_);return}p=r;let a=d.value;m&&Ee(we(a.fullPath,n.delta),R()),fe(r,a).catch(e=>V(e,z.NAVIGATION_ABORTED|z.NAVIGATION_CANCELLED)?e:V(e,z.NAVIGATION_GUARD_REDIRECT)?(x(g(b(e.to),{force:!0}),r).then(e=>{V(e,z.NAVIGATION_ABORTED|z.NAVIGATION_DUPLICATED)&&!n.delta&&n.type===xe.pop&&o.go(-1,!1)}).catch(_),Promise.reject()):(n.delta&&o.go(-n.delta,!1),k(e,r,a))).then(e=>{e||=w(r,a,!1),e&&(n.delta&&!V(e,z.NAVIGATION_CANCELLED)?o.go(-n.delta,!1):n.type===xe.pop&&V(e,z.NAVIGATION_ABORTED|z.NAVIGATION_DUPLICATED)&&o.go(-1,!1)),C(r,a,e)}).catch(_)})}let D=H(),ge=H(),O;function k(e,t,n){A(e);let r=ge.list();return r.length?r.forEach(r=>r(e,t,n)):console.error(e),Promise.reject(e)}function be(){return O&&d.value!==N?Promise.resolve():new Promise((e,t)=>{D.add([e,t])})}function A(e){return O||(O=!e,me(),D.list().forEach(([t,n])=>e?n(e):t()),D.reset()),e}function j(t,n,r,i){let{scrollBehavior:a}=e;if(!m||!a)return Promise.resolve();let o=!r&&De(we(t.fullPath,0))||(i||!r)&&history.state&&history.state.scroll||null;return u().then(()=>a(t,n,o)).then(e=>e&&Ce(e)).catch(e=>k(e,t,n))}let M=e=>o.go(e),P,F=new Set,I={currentRoute:d,listening:!0,addRoute:ne,removeRoute:re,clearRoutes:t.clearRoutes,hasRoute:ae,getRoutes:ie,resolve:oe,options:e,push:ce,replace:le,go:M,back:()=>M(-1),forward:()=>M(1),beforeEach:s.add,beforeResolve:c.add,afterEach:l.add,onError:ge.add,isReady:be,install(e){e.component(`RouterLink`,gt),e.component(`RouterView`,Ct),e.config.globalProperties.$router=I,Object.defineProperty(e.config.globalProperties,`$route`,{enumerable:!0,get:()=>a(d)}),m&&!P&&d.value===N&&(P=!0,ce(o.location).catch(e=>{}));let t={};for(let e in N)Object.defineProperty(t,e,{get:()=>d.value[e],enumerable:!0});e.provide(Ie,I),e.provide(Le,r(t)),e.provide(Re,d);let n=e.unmount;F.add(e),e.unmount=function(){F.delete(e),F.size<1&&(p=N,T&&T(),T=null,d.value=N,P=!1,O=!1),n()}}};function L(e){return e.reduce((e,t)=>e.then(()=>S(t)),Promise.resolve())}return I}function Tt(e){return d(Le)}e.defaults.baseURL=`/api`,console.log(`Axios baseURL:`,e.defaults.baseURL),e.interceptors.request.use(e=>{let t=J.state.token;return t&&(e.headers.Authorization=`Bearer ${t}`),e},e=>Promise.reject(e)),e.interceptors.response.use(e=>e,e=>(e.response&&e.response.status===401&&J.dispatch(`logout`).then(()=>{$.currentRoute.value.path!==`/auth/login`&&$.replace(`/auth/login`)}),Promise.reject(e)));var q=e,Et=[];try{Et=JSON.parse(localStorage.getItem(`user`))||null}catch{Et=[]}var J=p({state:{isLoggedIn:!!localStorage.getItem(`isLoggedIn`),user:Et,token:localStorage.getItem(`token`)||``,menuData:[],menuLoadError:null,pageContent:``,pageTitle:``,selectedPage:``},mutations:{setLogin(e,{user:t,token:n}){e.isLoggedIn=!0,e.user=t,e.token=n,localStorage.setItem(`isLoggedIn`,`true`),localStorage.setItem(`user`,JSON.stringify(t)),localStorage.setItem(`token`,n)},logout(e){e.isLoggedIn=!1,e.user=null,e.token=``,localStorage.removeItem(`isLoggedIn`),localStorage.removeItem(`user`),localStorage.removeItem(`token`)},setMenuData(e,t){e.menuData=t,e.menuLoadError=null},setMenuLoadError(e,t){e.menuLoadError=t},SET_PAGE_CONTENT(e,t){e.pageContent=t},UPDATE_PAGE_CONTENT(e,t){e.pageContent=t},setPageTitle(e,t){e.pageTitle=t},setSelectedPage(e,t){e.selectedPage=t}},actions:{async loadMenuData({commit:e}){try{e(`setMenuData`,(await q.get(`/menu-data`)).data)}catch(t){console.error(`Fehler beim Laden der Menü-Daten:`,t);let n=t.response?.data&&typeof t.response.data==`object`&&t.response.data.error;e(`setMenuLoadError`,typeof n==`string`?n:`Die Website ist vorübergehend nicht vollständig erreichbar. Bitte versuchen Sie es später erneut.`)}},async loadPageContent({commit:e},t){try{e(`SET_PAGE_CONTENT`,(await q.get(`/page-content?link=${t}`)).data.content||``)}catch(e){console.error(`Fehler beim Laden des Seiteninhalts:`,e)}},async savePageContent({state:e},{link:t,name:n}){try{let r=e.pageContent;await q.post(`/page-content`,{link:t,name:n,content:r}),alert(`Seiteninhalt gespeichert!`)}catch(e){console.error(`Fehler beim Speichern des Seiteninhalts:`,e)}},setPageTitle({commit:e},t){e(`setPageTitle`,t)},setSelectedPage({commit:e},t){e(`setSelectedPage`,t)},login({commit:e},{user:t,token:n}){e(`setLogin`,{user:t,token:n})},async logout({commit:e}){try{await q.post(`/auth/logout`)}catch(e){console.error(`Fehler beim Logout:`,e)}finally{e(`logout`),$.currentRoute.value.path!==`/auth/login`&&$.replace(`/auth/login`)}}},getters:{isLoggedIn:e=>e.isLoggedIn,user:e=>e.user,menuData:e=>e.menuData,pageContent:e=>e.pageContent,pageTitle:e=>e.pageTitle,selectedPage:e=>e.selectedPage,menuLoadError:e=>e.menuLoadError}}),Dt=`modulepreload`,Ot=function(e){return`/`+e},kt={},Y=function(e,t,n){let r=Promise.resolve();if(t&&t.length>0){let e=document.getElementsByTagName(`link`),i=document.querySelector(`meta[property=csp-nonce]`),a=i?.nonce||i?.getAttribute(`nonce`);function o(e){return Promise.all(e.map(e=>Promise.resolve(e).then(e=>({status:`fulfilled`,value:e}),e=>({status:`rejected`,reason:e}))))}r=o(t.map(t=>{if(t=Ot(t,n),t in kt)return;kt[t]=!0;let r=t.endsWith(`.css`),i=r?`[rel="stylesheet"]`:``;if(n)for(let n=e.length-1;n>=0;n--){let i=e[n];if(i.href===t&&(!r||i.rel===`stylesheet`))return}else if(document.querySelector(`link[href="${t}"]${i}`))return;let o=document.createElement(`link`);if(o.rel=r?`stylesheet`:Dt,r||(o.as=`script`),o.crossOrigin=``,o.href=t,a&&o.setAttribute(`nonce`,a),document.head.appendChild(o),r)return new Promise((e,n)=>{o.addEventListener(`load`,e),o.addEventListener(`error`,()=>n(Error(`Unable to preload CSS for ${t}`)))})}))}function i(e){let t=new Event(`vite:preloadError`,{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}return r.then(t=>{for(let e of t||[])e.status===`rejected`&&i(e.reason);return e().catch(i)})},X={ADMIN_EDIT_PAGES:`admin-edit-pages`,REGISTER:`register`,FORGOT_PASSWORD:`forgot-password`,RESET_PASSWORD:`reset-password`,AUTH_LOGIN:`auth-login`,HOME:`home`,TERMS:`terms`,PRIVACY_POLICY:`privacy-policy`,NOT_FOUND:`not-found`},At=Object.assign({"./content/DefaultComponent.vue":()=>Y(()=>import(`./DefaultComponent-C7CdA2ge.js`),__vite__mapDeps([0,1,2])),"./content/DefaultContent.vue":()=>Y(()=>import(`./DefaultContent-BEgKjzXV.js`),__vite__mapDeps([3,1,4,5,6,7,8,9])),"./content/ImageContent.vue":()=>Y(()=>import(`./ImageContent-B_9Srbxr.js`),__vite__mapDeps([10,1,4,11])),"./content/ServiceUnavailableComponent.vue":()=>Y(()=>import(`./ServiceUnavailableComponent-DxkW7FHw.js`),__vite__mapDeps([12,1,4,13])),"./content/admin/ContactPersonManagement.vue":()=>Y(()=>import(`./ContactPersonManagement-BxVIiyJn.js`),__vite__mapDeps([14,1,6,7,15,16])),"./content/admin/EditPagesComponent.vue":()=>Y(()=>import(`./EditPagesComponent-C69VrK9O.js`),__vite__mapDeps([17,1,4,7,15,18,19,20])),"./content/admin/EventManagement.vue":()=>Y(()=>import(`./EventManagement-BDHatUSX.js`),__vite__mapDeps([21,1,6,7,15,18,19,8,22])),"./content/admin/EventPlacesManagement.vue":()=>Y(()=>import(`./EventPlacesManagement-BHvzm7Go.js`),__vite__mapDeps([23,1,6,7,24])),"./content/admin/EventTypesManagement.vue":()=>Y(()=>import(`./EventTypesManagement-Ddjslfnc.js`),__vite__mapDeps([25,1,6,7,26])),"./content/admin/ImageUpload.vue":()=>Y(()=>import(`./ImageUpload-DBHMQAGg.js`),__vite__mapDeps([27,1,7,8,28])),"./content/admin/IndexContent.vue":()=>Y(()=>import(`./IndexContent-CyX4-9Du.js`),__vite__mapDeps([29,1,30])),"./content/admin/InstitutionManagement.vue":()=>Y(()=>import(`./InstitutionManagement-IosXDWBg.js`),__vite__mapDeps([31,1,6,7,32])),"./content/admin/MenuManagement.vue":()=>Y(()=>import(`./MenuManagement-DjcjMg1q.js`),__vite__mapDeps([33,1,4,7,34])),"./content/admin/PagePreviewComponent.vue":()=>Y(()=>import(`./PagePreviewComponent-BvOZcmUU.js`),__vite__mapDeps([35,1,4,5,6,7,8,9,36])),"./content/admin/PositionManagement.vue":()=>Y(()=>import(`./PositionManagement-BiCbhrMC.js`),__vite__mapDeps([37,1,6,7,38])),"./content/admin/UploadFileManagement.vue":()=>Y(()=>import(`./UploadFileManagement-BxKu8Xcq.js`),__vite__mapDeps([39,1,7,40])),"./content/admin/UserAdministration.vue":()=>Y(()=>import(`./UserAdministration-H6fhnCfl.js`),__vite__mapDeps([41,1,7,42])),"./content/admin/WorshipManagement.vue":()=>Y(()=>import(`./WorshipManagement-W7lr0rFK.js`),__vite__mapDeps([43,1,6,7,15,8,44])),"./content/authentication/ForgotPasswordContent.vue":()=>Y(()=>import(`./ForgotPasswordContent-Dlv7thWv.js`),__vite__mapDeps([45,1,7,46])),"./content/authentication/LoginContent.vue":()=>Y(()=>import(`./LoginContent-Pl_xIOaP.js`),__vite__mapDeps([47,1,6,4,7,48])),"./content/authentication/RegisterContent.vue":()=>Y(()=>import(`./RegisterContent-C5lMkTs4.js`),__vite__mapDeps([49,1,7,50])),"./content/authentication/ResetPasswordContent.vue":()=>Y(()=>import(`./ResetPasswordContent-ChARgD9H.js`),__vite__mapDeps([51,1,7,52])),"./content/disclaimers/PrivacyPolicyComponent.vue":()=>Y(()=>import(`./PrivacyPolicyComponent-CEOhjarf.js`),__vite__mapDeps([53,1,54])),"./content/disclaimers/TermsComponent.vue":()=>Y(()=>import(`./TermsComponent-D5IisTL9.js`),__vite__mapDeps([55,1,56]))});function Z(e){return async()=>{let t=At[`./content/${e||`DefaultComponent`}.vue`];if(!t){let e=At[`./content/DefaultComponent.vue`];return e?e():Y(()=>import(`./DefaultComponent-C7CdA2ge.js`),__vite__mapDeps([0,1,2]))}return t()}}function Q(e){if(!e||typeof e!=`string`)return`/`;let t=e.trim();return t.startsWith(`/`)||(t=`/${t}`),t.length>1&&(t=t.replace(/\/+$/,``)),t||`/`}function jt(e){let t=[];return e.forEach(e=>{let n=Q(e.link||``);if(n===`/admin/edit-pages`)return;let r=null;if(e.link&&e.link!==``&&(r={path:n,meta:{requiresAuth:e.requiresAuth||!1},components:{default:Z(e.component),rightColumn:Z(`ImageContent`)}}),e.submenu&&e.submenu.length>0){let n=jt(e.submenu);t.push(...n)}r&&t.push(r)}),t}function Mt(e,t){let n=Q(t);for(let t of e||[]){if(Q(t.link||``)===n)return t;if(t.submenu&&t.submenu.length>0){let e=Mt(t.submenu,n);if(e)return e}}return null}function Nt(e){let t=Q(e);if($.getRoutes().some(e=>Q(e.path)===t))return!0;let n=Mt(J.state.menuData,t);return!n||!n.link?!1:($.addRoute({path:t,meta:{requiresAuth:n.requiresAuth||!1},components:{default:Z(n.component),rightColumn:Z(`ImageContent`)}}),!0)}var $=wt({history:Ke(),routes:[]}),Pt=!1;$.beforeEach(async(e,t,n)=>{if(Pt){Wt();let t=Q(e.path);if(t!==e.path){n({path:t,query:e.query,hash:e.hash,replace:!0});return}if(e.matched.length===0&&Nt(t)){n({path:t,query:e.query,hash:e.hash,replace:!0});return}e.matched.some(e=>e.meta.requiresAuth)&&!J.getters.isLoggedIn?n(`/auth/login`):n()}else{Pt=!0,await J.dispatch(`loadMenuData`),jt(J.state.menuData).forEach(e=>$.addRoute(e)),Ft(),It(),Lt(),Rt(),zt(),J.state.menuLoadError&&$.hasRoute(X.NOT_FOUND)&&($.removeRoute(X.NOT_FOUND),$.addRoute({path:`/:pathMatch(.*)*`,components:{default:Z(`ServiceUnavailableComponent`),rightColumn:Z(`ImageContent`)},name:X.NOT_FOUND}));let t=Q(e.path);if(t!==e.path){n({path:t,query:e.query,hash:e.hash,replace:!0});return}n({...e,replace:!0})}});function Ft(){$.hasRoute(X.ADMIN_EDIT_PAGES)&&$.removeRoute(X.ADMIN_EDIT_PAGES),$.addRoute({path:`/admin/edit-pages`,components:{default:Z(`admin/PagePreviewComponent`),rightColumn:Z(`admin/EditPagesComponent`)},name:X.ADMIN_EDIT_PAGES})}function It(){$.hasRoute(X.REGISTER)&&$.removeRoute(X.REGISTER),$.addRoute({path:`/register`,components:{default:()=>Y(()=>import(`./RegisterContent-C5lMkTs4.js`),__vite__mapDeps([49,1,7,50])),rightColumn:Z(`ImageContent`)},name:X.REGISTER})}function Lt(){$.hasRoute(X.FORGOT_PASSWORD)&&$.removeRoute(X.FORGOT_PASSWORD),$.addRoute({path:`/forgot-password`,components:{default:()=>Y(()=>import(`./ForgotPasswordContent-Dlv7thWv.js`),__vite__mapDeps([45,1,7,46])),rightColumn:Z(`ImageContent`)},name:X.FORGOT_PASSWORD})}function Rt(){$.hasRoute(X.RESET_PASSWORD)&&$.removeRoute(X.RESET_PASSWORD),$.addRoute({path:`/reset-password`,components:{default:()=>Y(()=>import(`./ResetPasswordContent-ChARgD9H.js`),__vite__mapDeps([51,1,7,52])),rightColumn:Z(`ImageContent`)},name:X.RESET_PASSWORD})}function zt(){$.hasRoute(X.AUTH_LOGIN)&&$.removeRoute(X.AUTH_LOGIN),$.addRoute({path:`/auth/login`,components:{default:()=>Y(()=>import(`./LoginContent-Pl_xIOaP.js`),__vite__mapDeps([47,1,6,4,7,48])),rightColumn:Z(`ImageContent`)},name:X.AUTH_LOGIN})}function Bt(){$.hasRoute(X.HOME)&&$.removeRoute(X.HOME),$.addRoute({path:`/`,components:{default:Z(`DefaultContent`),rightColumn:Z(`ImageContent`)},name:X.HOME})}function Vt(){$.hasRoute(X.TERMS)&&$.removeRoute(X.TERMS),$.addRoute({path:`/terms`,components:{default:()=>Y(()=>import(`./TermsComponent-D5IisTL9.js`),__vite__mapDeps([55,1,56])),rightColumn:Z(`ImageContent`)},name:X.TERMS})}function Ht(){$.hasRoute(X.PRIVACY_POLICY)&&$.removeRoute(X.PRIVACY_POLICY),$.addRoute({path:`/privacy-policy`,components:{default:()=>Y(()=>import(`./PrivacyPolicyComponent-CEOhjarf.js`),__vite__mapDeps([53,1,54])),rightColumn:Z(`ImageContent`)},name:X.PRIVACY_POLICY})}function Ut(){$.hasRoute(X.NOT_FOUND)||$.addRoute({path:`/:pathMatch(.*)*`,components:{default:Z(`DefaultComponent`),rightColumn:Z(`ImageContent`)},name:X.NOT_FOUND})}function Wt(){$.hasRoute(X.ADMIN_EDIT_PAGES)||Ft(),$.hasRoute(X.REGISTER)||It(),$.hasRoute(X.FORGOT_PASSWORD)||Lt(),$.hasRoute(X.RESET_PASSWORD)||Rt(),$.hasRoute(X.AUTH_LOGIN)||zt(),$.hasRoute(X.HOME)||Bt(),$.hasRoute(X.TERMS)||Vt(),$.hasRoute(X.PRIVACY_POLICY)||Ht(),Ut()}Ft(),It(),Lt(),Rt(),zt(),Bt(),Vt(),Ht(),Ut();export{Tt as i,J as n,q as r,$ as t}; +//# sourceMappingURL=router-CRKq-u_C.js.map \ No newline at end of file diff --git a/public/assets/router-CbChscq0.js b/public/assets/router-CbChscq0.js new file mode 100644 index 0000000..6c83717 --- /dev/null +++ b/public/assets/router-CbChscq0.js @@ -0,0 +1,3 @@ +const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/DefaultComponent-DOKlbqlp.js","assets/_plugin-vue_export-helper-Conii5fq.js","assets/DefaultComponent-_KgE6iQv.css","assets/DefaultContent-DHmvdQtI.js","assets/vuex.esm-bundler-CDO_-3pz.js","assets/RenderContentComponent-CB1lnW4i.js","assets/axios-DHQprbt3.js","assets/runtime-dom.esm-bundler-CI28bPhn.js","assets/strings-ldR5sTJW.js","assets/RenderContentComponent-BQ5tORIm.css","assets/ImageContent-DLBo3HLn.js","assets/ImageContent-DQSMerBx.css","assets/ServiceUnavailableComponent-8ZFfJRMP.js","assets/ServiceUnavailableComponent-7ZLQmSTl.css","assets/ContactPersonManagement-CDNj9_m_.js","assets/vue-multiselect.esm-Cg9K2y4Y.js","assets/ContactPersonManagement-D91tKnsd.css","assets/EditPagesComponent-DKTXMw29.js","assets/AddImageDialog-BCivX9P-.js","assets/AddImageDialog-XDsmnWhC.css","assets/EditPagesComponent-Ba9JOUmo.css","assets/EventManagement-j1VeMHrs.js","assets/EventManagement-DGPDJgOd.css","assets/EventPlacesManagement-B5ZfENOq.js","assets/EventPlacesManagement-BBBtyweL.css","assets/EventTypesManagement-CIyLBb6P.js","assets/EventTypesManagement-DsvWHFru.css","assets/ImageUpload-5bEam1wQ.js","assets/ImageUpload-DjMaumWQ.css","assets/IndexContent-B6wrRqI6.js","assets/IndexContent-galV-8fR.css","assets/InstitutionManagement-CVRND2x-.js","assets/InstitutionManagement-DGHKcIlr.css","assets/MenuManagement-D9pbhVtg.js","assets/MenuManagement-By5K7zQz.css","assets/PagePreviewComponent-nV7UBBog.js","assets/PagePreviewComponent-CVf7BAaI.css","assets/PositionManagement-Bhcjg9-q.js","assets/PositionManagement-CzPEbVhG.css","assets/UploadFileManagement-C4YHJQmh.js","assets/UploadFileManagement-C4MG8IQC.css","assets/UserAdministration-DuuTnoIX.js","assets/UserAdministration-5uUT_Af2.css","assets/WorshipManagement-ooysBqUr.js","assets/WorshipManagement-ZRPtAoqA.css","assets/ForgotPasswordContent-Dkf0ZOW3.js","assets/ForgotPasswordContent-B4cj5PB_.css","assets/LoginContent-BuB5FgEi.js","assets/DialogComponent-Xljax2a4.js","assets/DialogComponent-Cs1ZJRNx.css","assets/LoginContent-amRZGjxQ.css","assets/RegisterContent-Br3yN9JT.js","assets/RegisterContent-CCVlHcet.css","assets/ResetPasswordContent-3jsjkPAN.js","assets/ResetPasswordContent-UYlaksIR.css","assets/PrivacyPolicyComponent-nebezP20.js","assets/PrivacyPolicyComponent-BATcZDCC.css","assets/TermsComponent-DrG0mFh4.js","assets/TermsComponent-BH0CU8SP.css"])))=>i.map(i=>d[i]); +import{t as e}from"./axios-DHQprbt3.js";import{t}from"./vuex.esm-bundler-CDO_-3pz.js";import{n,t as r}from"./vue-router-TV9y4Y2n.js";e.defaults.baseURL=`/api`,console.log(`Axios baseURL:`,e.defaults.baseURL),e.interceptors.request.use(e=>{let t=o.state.token;return t&&(e.headers.Authorization=`Bearer ${t}`),e},e=>Promise.reject(e)),e.interceptors.response.use(e=>e,e=>(e.response&&e.response.status===401&&o.dispatch(`logout`).then(()=>{h.currentRoute.value.path!==`/auth/login`&&h.replace(`/auth/login`)}),Promise.reject(e)));var i=e,a=[];try{a=JSON.parse(localStorage.getItem(`user`))||null}catch{a=[]}var o=t({state:{isLoggedIn:!!localStorage.getItem(`isLoggedIn`),user:a,token:localStorage.getItem(`token`)||``,menuData:[],menuLoadError:null,pageContent:``,pageTitle:``,selectedPage:``},mutations:{setLogin(e,{user:t,token:n}){e.isLoggedIn=!0,e.user=t,e.token=n,localStorage.setItem(`isLoggedIn`,`true`),localStorage.setItem(`user`,JSON.stringify(t)),localStorage.setItem(`token`,n)},logout(e){e.isLoggedIn=!1,e.user=null,e.token=``,localStorage.removeItem(`isLoggedIn`),localStorage.removeItem(`user`),localStorage.removeItem(`token`)},setMenuData(e,t){e.menuData=t,e.menuLoadError=null},setMenuLoadError(e,t){e.menuLoadError=t},SET_PAGE_CONTENT(e,t){e.pageContent=t},UPDATE_PAGE_CONTENT(e,t){e.pageContent=t},setPageTitle(e,t){e.pageTitle=t},setSelectedPage(e,t){e.selectedPage=t}},actions:{async loadMenuData({commit:e}){try{e(`setMenuData`,(await i.get(`/menu-data`)).data)}catch(t){console.error(`Fehler beim Laden der Menü-Daten:`,t);let n=t.response?.data&&typeof t.response.data==`object`&&t.response.data.error;e(`setMenuLoadError`,typeof n==`string`?n:`Die Website ist vorübergehend nicht vollständig erreichbar. Bitte versuchen Sie es später erneut.`)}},async loadPageContent({commit:e},t){try{e(`SET_PAGE_CONTENT`,(await i.get(`/page-content?link=${t}`)).data.content||``)}catch(e){console.error(`Fehler beim Laden des Seiteninhalts:`,e)}},async savePageContent({state:e},{link:t,name:n}){try{let r=e.pageContent;await i.post(`/page-content`,{link:t,name:n,content:r}),alert(`Seiteninhalt gespeichert!`)}catch(e){console.error(`Fehler beim Speichern des Seiteninhalts:`,e)}},setPageTitle({commit:e},t){e(`setPageTitle`,t)},setSelectedPage({commit:e},t){e(`setSelectedPage`,t)},login({commit:e},{user:t,token:n}){e(`setLogin`,{user:t,token:n})},async logout({commit:e}){try{await i.post(`/auth/logout`)}catch(e){console.error(`Fehler beim Logout:`,e)}finally{e(`logout`),h.currentRoute.value.path!==`/auth/login`&&h.replace(`/auth/login`)}}},getters:{isLoggedIn:e=>e.isLoggedIn,user:e=>e.user,menuData:e=>e.menuData,pageContent:e=>e.pageContent,pageTitle:e=>e.pageTitle,selectedPage:e=>e.selectedPage,menuLoadError:e=>e.menuLoadError}}),s=`modulepreload`,c=function(e){return`/`+e},l={},u=function(e,t,n){let r=Promise.resolve();if(t&&t.length>0){let e=document.getElementsByTagName(`link`),i=document.querySelector(`meta[property=csp-nonce]`),a=i?.nonce||i?.getAttribute(`nonce`);function o(e){return Promise.all(e.map(e=>Promise.resolve(e).then(e=>({status:`fulfilled`,value:e}),e=>({status:`rejected`,reason:e}))))}r=o(t.map(t=>{if(t=c(t,n),t in l)return;l[t]=!0;let r=t.endsWith(`.css`),i=r?`[rel="stylesheet"]`:``;if(n)for(let n=e.length-1;n>=0;n--){let i=e[n];if(i.href===t&&(!r||i.rel===`stylesheet`))return}else if(document.querySelector(`link[href="${t}"]${i}`))return;let o=document.createElement(`link`);if(o.rel=r?`stylesheet`:s,r||(o.as=`script`),o.crossOrigin=``,o.href=t,a&&o.setAttribute(`nonce`,a),document.head.appendChild(o),r)return new Promise((e,n)=>{o.addEventListener(`load`,e),o.addEventListener(`error`,()=>n(Error(`Unable to preload CSS for ${t}`)))})}))}function i(e){let t=new Event(`vite:preloadError`,{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}return r.then(t=>{for(let e of t||[])e.status===`rejected`&&i(e.reason);return e().catch(i)})},d={ADMIN_EDIT_PAGES:`admin-edit-pages`,REGISTER:`register`,FORGOT_PASSWORD:`forgot-password`,RESET_PASSWORD:`reset-password`,AUTH_LOGIN:`auth-login`,HOME:`home`,TERMS:`terms`,PRIVACY_POLICY:`privacy-policy`,NOT_FOUND:`not-found`},f=Object.assign({"./content/DefaultComponent.vue":()=>u(()=>import(`./DefaultComponent-DOKlbqlp.js`),__vite__mapDeps([0,1,2])),"./content/DefaultContent.vue":()=>u(()=>import(`./DefaultContent-DHmvdQtI.js`),__vite__mapDeps([3,1,4,5,6,7,8,9])),"./content/ImageContent.vue":()=>u(()=>import(`./ImageContent-DLBo3HLn.js`),__vite__mapDeps([10,1,4,11])),"./content/ServiceUnavailableComponent.vue":()=>u(()=>import(`./ServiceUnavailableComponent-8ZFfJRMP.js`),__vite__mapDeps([12,1,4,13])),"./content/admin/ContactPersonManagement.vue":()=>u(()=>import(`./ContactPersonManagement-CDNj9_m_.js`),__vite__mapDeps([14,1,6,7,15,16])),"./content/admin/EditPagesComponent.vue":()=>u(()=>import(`./EditPagesComponent-DKTXMw29.js`),__vite__mapDeps([17,1,4,7,15,18,19,20])),"./content/admin/EventManagement.vue":()=>u(()=>import(`./EventManagement-j1VeMHrs.js`),__vite__mapDeps([21,1,6,7,15,18,19,8,22])),"./content/admin/EventPlacesManagement.vue":()=>u(()=>import(`./EventPlacesManagement-B5ZfENOq.js`),__vite__mapDeps([23,1,6,7,24])),"./content/admin/EventTypesManagement.vue":()=>u(()=>import(`./EventTypesManagement-CIyLBb6P.js`),__vite__mapDeps([25,1,6,7,26])),"./content/admin/ImageUpload.vue":()=>u(()=>import(`./ImageUpload-5bEam1wQ.js`),__vite__mapDeps([27,1,7,8,28])),"./content/admin/IndexContent.vue":()=>u(()=>import(`./IndexContent-B6wrRqI6.js`),__vite__mapDeps([29,1,30])),"./content/admin/InstitutionManagement.vue":()=>u(()=>import(`./InstitutionManagement-CVRND2x-.js`),__vite__mapDeps([31,1,6,7,32])),"./content/admin/MenuManagement.vue":()=>u(()=>import(`./MenuManagement-D9pbhVtg.js`),__vite__mapDeps([33,1,4,7,34])),"./content/admin/PagePreviewComponent.vue":()=>u(()=>import(`./PagePreviewComponent-nV7UBBog.js`),__vite__mapDeps([35,1,4,5,6,7,8,9,36])),"./content/admin/PositionManagement.vue":()=>u(()=>import(`./PositionManagement-Bhcjg9-q.js`),__vite__mapDeps([37,1,6,7,38])),"./content/admin/UploadFileManagement.vue":()=>u(()=>import(`./UploadFileManagement-C4YHJQmh.js`),__vite__mapDeps([39,1,7,40])),"./content/admin/UserAdministration.vue":()=>u(()=>import(`./UserAdministration-DuuTnoIX.js`),__vite__mapDeps([41,1,7,42])),"./content/admin/WorshipManagement.vue":()=>u(()=>import(`./WorshipManagement-ooysBqUr.js`),__vite__mapDeps([43,1,6,7,15,8,44])),"./content/authentication/ForgotPasswordContent.vue":()=>u(()=>import(`./ForgotPasswordContent-Dkf0ZOW3.js`),__vite__mapDeps([45,1,7,46])),"./content/authentication/LoginContent.vue":()=>u(()=>import(`./LoginContent-BuB5FgEi.js`),__vite__mapDeps([47,1,6,4,7,48,49,50])),"./content/authentication/RegisterContent.vue":()=>u(()=>import(`./RegisterContent-Br3yN9JT.js`),__vite__mapDeps([51,1,7,52])),"./content/authentication/ResetPasswordContent.vue":()=>u(()=>import(`./ResetPasswordContent-3jsjkPAN.js`),__vite__mapDeps([53,1,7,54])),"./content/disclaimers/PrivacyPolicyComponent.vue":()=>u(()=>import(`./PrivacyPolicyComponent-nebezP20.js`),__vite__mapDeps([55,1,56])),"./content/disclaimers/TermsComponent.vue":()=>u(()=>import(`./TermsComponent-DrG0mFh4.js`),__vite__mapDeps([57,1,58]))});function p(e){return async()=>{let t=f[`./content/${e||`DefaultComponent`}.vue`];if(!t){let e=f[`./content/DefaultComponent.vue`];return e?e():u(()=>import(`./DefaultComponent-DOKlbqlp.js`),__vite__mapDeps([0,1,2]))}return t()}}function m(e){let t=[];return e.forEach(e=>{if(e.link===`/admin/edit-pages`)return;let n=null;if(e.link&&e.link!==``&&(n={path:e.link,meta:{requiresAuth:e.requiresAuth||!1},components:{default:p(e.component),rightColumn:p(`ImageContent`)}}),e.submenu&&e.submenu.length>0){let n=m(e.submenu);t.push(...n)}n&&t.push(n)}),t}var h=r({history:n(),routes:[]}),g=!1;h.beforeEach(async(e,t,n)=>{g?(E(),e.matched.some(e=>e.meta.requiresAuth)&&!o.getters.isLoggedIn?n(`/auth/login`):n()):(g=!0,await o.dispatch(`loadMenuData`),m(o.state.menuData).forEach(e=>h.addRoute(e)),_(),v(),y(),b(),x(),o.state.menuLoadError&&h.hasRoute(d.NOT_FOUND)&&(h.removeRoute(d.NOT_FOUND),h.addRoute({path:`/:pathMatch(.*)*`,components:{default:p(`ServiceUnavailableComponent`),rightColumn:p(`ImageContent`)},name:d.NOT_FOUND})),n({...e,replace:!0}))});function _(){h.hasRoute(d.ADMIN_EDIT_PAGES)&&h.removeRoute(d.ADMIN_EDIT_PAGES),h.addRoute({path:`/admin/edit-pages`,components:{default:p(`admin/PagePreviewComponent`),rightColumn:p(`admin/EditPagesComponent`)},name:d.ADMIN_EDIT_PAGES})}function v(){h.hasRoute(d.REGISTER)&&h.removeRoute(d.REGISTER),h.addRoute({path:`/register`,components:{default:()=>u(()=>import(`./RegisterContent-Br3yN9JT.js`),__vite__mapDeps([51,1,7,52])),rightColumn:p(`ImageContent`)},name:d.REGISTER})}function y(){h.hasRoute(d.FORGOT_PASSWORD)&&h.removeRoute(d.FORGOT_PASSWORD),h.addRoute({path:`/forgot-password`,components:{default:()=>u(()=>import(`./ForgotPasswordContent-Dkf0ZOW3.js`),__vite__mapDeps([45,1,7,46])),rightColumn:p(`ImageContent`)},name:d.FORGOT_PASSWORD})}function b(){h.hasRoute(d.RESET_PASSWORD)&&h.removeRoute(d.RESET_PASSWORD),h.addRoute({path:`/reset-password`,components:{default:()=>u(()=>import(`./ResetPasswordContent-3jsjkPAN.js`),__vite__mapDeps([53,1,7,54])),rightColumn:p(`ImageContent`)},name:d.RESET_PASSWORD})}function x(){h.hasRoute(d.AUTH_LOGIN)&&h.removeRoute(d.AUTH_LOGIN),h.addRoute({path:`/auth/login`,components:{default:()=>u(()=>import(`./LoginContent-BuB5FgEi.js`),__vite__mapDeps([47,1,6,4,7,48,49,50])),rightColumn:p(`ImageContent`)},name:d.AUTH_LOGIN})}function S(){h.hasRoute(d.HOME)&&h.removeRoute(d.HOME),h.addRoute({path:`/`,components:{default:p(`DefaultContent`),rightColumn:p(`ImageContent`)},name:d.HOME})}function C(){h.hasRoute(d.TERMS)&&h.removeRoute(d.TERMS),h.addRoute({path:`/terms`,components:{default:()=>u(()=>import(`./TermsComponent-DrG0mFh4.js`),__vite__mapDeps([57,1,58])),rightColumn:p(`ImageContent`)},name:d.TERMS})}function w(){h.hasRoute(d.PRIVACY_POLICY)&&h.removeRoute(d.PRIVACY_POLICY),h.addRoute({path:`/privacy-policy`,components:{default:()=>u(()=>import(`./PrivacyPolicyComponent-nebezP20.js`),__vite__mapDeps([55,1,56])),rightColumn:p(`ImageContent`)},name:d.PRIVACY_POLICY})}function T(){h.hasRoute(d.NOT_FOUND)||h.addRoute({path:`/:pathMatch(.*)*`,components:{default:p(`DefaultComponent`),rightColumn:p(`ImageContent`)},name:d.NOT_FOUND})}function E(){h.hasRoute(d.ADMIN_EDIT_PAGES)||_(),h.hasRoute(d.REGISTER)||v(),h.hasRoute(d.FORGOT_PASSWORD)||y(),h.hasRoute(d.RESET_PASSWORD)||b(),h.hasRoute(d.AUTH_LOGIN)||x(),h.hasRoute(d.HOME)||S(),h.hasRoute(d.TERMS)||C(),h.hasRoute(d.PRIVACY_POLICY)||w(),T()}_(),v(),y(),b(),x(),S(),C(),w(),T();export{i,u as n,o as r,h as t}; +//# sourceMappingURL=router-CbChscq0.js.map \ No newline at end of file diff --git a/public/assets/router-Cubu3_vL.js b/public/assets/router-Cubu3_vL.js new file mode 100644 index 0000000..e60f4e5 --- /dev/null +++ b/public/assets/router-Cubu3_vL.js @@ -0,0 +1,3 @@ +const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/DefaultComponent-DOKlbqlp.js","assets/_plugin-vue_export-helper-Conii5fq.js","assets/DefaultComponent-_KgE6iQv.css","assets/DefaultContent-DpGpNSA7.js","assets/vuex.esm-bundler-CDO_-3pz.js","assets/RenderContentComponent-CejE6WMc.js","assets/axios-DHQprbt3.js","assets/runtime-dom.esm-bundler-CI28bPhn.js","assets/strings-ldR5sTJW.js","assets/RenderContentComponent-BxSffKIg.css","assets/ImageContent-DLBo3HLn.js","assets/ImageContent-DQSMerBx.css","assets/ServiceUnavailableComponent-8ZFfJRMP.js","assets/ServiceUnavailableComponent-7ZLQmSTl.css","assets/ContactPersonManagement-CDNj9_m_.js","assets/vue-multiselect.esm-Cg9K2y4Y.js","assets/ContactPersonManagement-D91tKnsd.css","assets/EditPagesComponent-BiodI5aY.js","assets/AddImageDialog-BcwvM30_.js","assets/AddImageDialog-XDsmnWhC.css","assets/EditPagesComponent-Ba9JOUmo.css","assets/EventManagement-BG94M3ID.js","assets/EventManagement-DGPDJgOd.css","assets/EventPlacesManagement-B5ZfENOq.js","assets/EventPlacesManagement-BBBtyweL.css","assets/EventTypesManagement-CIyLBb6P.js","assets/EventTypesManagement-DsvWHFru.css","assets/ImageUpload-ClQERbfj.js","assets/ImageUpload-DjMaumWQ.css","assets/IndexContent-Dapgt3B5.js","assets/IndexContent-galV-8fR.css","assets/InstitutionManagement-CVRND2x-.js","assets/InstitutionManagement-DGHKcIlr.css","assets/MenuManagement-DcVR4DCB.js","assets/MenuManagement-By5K7zQz.css","assets/PagePreviewComponent-BdW-Z5Bp.js","assets/PagePreviewComponent-CVf7BAaI.css","assets/PositionManagement-Bhcjg9-q.js","assets/PositionManagement-CzPEbVhG.css","assets/UploadFileManagement-DFj_gnbn.js","assets/UploadFileManagement-C4MG8IQC.css","assets/UserAdministration-GCworj4E.js","assets/UserAdministration-5uUT_Af2.css","assets/WorshipManagement-ooysBqUr.js","assets/WorshipManagement-ZRPtAoqA.css","assets/ForgotPasswordContent-OG2rKEu-.js","assets/ForgotPasswordContent-B4cj5PB_.css","assets/LoginContent-BuB5FgEi.js","assets/DialogComponent-Xljax2a4.js","assets/DialogComponent-Cs1ZJRNx.css","assets/LoginContent-amRZGjxQ.css","assets/RegisterContent-CKRLz4su.js","assets/RegisterContent-CCVlHcet.css","assets/ResetPasswordContent-a4tvQ985.js","assets/ResetPasswordContent-UYlaksIR.css","assets/PrivacyPolicyComponent-nebezP20.js","assets/PrivacyPolicyComponent-BATcZDCC.css","assets/TermsComponent-DrG0mFh4.js","assets/TermsComponent-BH0CU8SP.css"])))=>i.map(i=>d[i]); +import{t as e}from"./axios-DHQprbt3.js";import{t}from"./vuex.esm-bundler-CDO_-3pz.js";import{n,t as r}from"./vue-router-TV9y4Y2n.js";e.defaults.baseURL=`/api`,console.log(`Axios baseURL:`,e.defaults.baseURL),e.interceptors.request.use(e=>{let t=o.state.token;return t&&(e.headers.Authorization=`Bearer ${t}`),e},e=>Promise.reject(e)),e.interceptors.response.use(e=>e,e=>(e.response&&e.response.status===401&&o.dispatch(`logout`).then(()=>{h.currentRoute.value.path!==`/auth/login`&&h.replace(`/auth/login`)}),Promise.reject(e)));var i=e,a=[];try{a=JSON.parse(localStorage.getItem(`user`))||null}catch{a=[]}var o=t({state:{isLoggedIn:!!localStorage.getItem(`isLoggedIn`),user:a,token:localStorage.getItem(`token`)||``,menuData:[],menuLoadError:null,pageContent:``,pageTitle:``,selectedPage:``},mutations:{setLogin(e,{user:t,token:n}){e.isLoggedIn=!0,e.user=t,e.token=n,localStorage.setItem(`isLoggedIn`,`true`),localStorage.setItem(`user`,JSON.stringify(t)),localStorage.setItem(`token`,n)},logout(e){e.isLoggedIn=!1,e.user=null,e.token=``,localStorage.removeItem(`isLoggedIn`),localStorage.removeItem(`user`),localStorage.removeItem(`token`)},setMenuData(e,t){e.menuData=t,e.menuLoadError=null},setMenuLoadError(e,t){e.menuLoadError=t},SET_PAGE_CONTENT(e,t){e.pageContent=t},UPDATE_PAGE_CONTENT(e,t){e.pageContent=t},setPageTitle(e,t){e.pageTitle=t},setSelectedPage(e,t){e.selectedPage=t}},actions:{async loadMenuData({commit:e}){try{e(`setMenuData`,(await i.get(`/menu-data`)).data)}catch(t){console.error(`Fehler beim Laden der Menü-Daten:`,t);let n=t.response?.data&&typeof t.response.data==`object`&&t.response.data.error;e(`setMenuLoadError`,typeof n==`string`?n:`Die Website ist vorübergehend nicht vollständig erreichbar. Bitte versuchen Sie es später erneut.`)}},async loadPageContent({commit:e},t){try{e(`SET_PAGE_CONTENT`,(await i.get(`/page-content?link=${t}`)).data.content||``)}catch(e){console.error(`Fehler beim Laden des Seiteninhalts:`,e)}},async savePageContent({state:e},{link:t,name:n}){try{let r=e.pageContent;await i.post(`/page-content`,{link:t,name:n,content:r}),alert(`Seiteninhalt gespeichert!`)}catch(e){console.error(`Fehler beim Speichern des Seiteninhalts:`,e)}},setPageTitle({commit:e},t){e(`setPageTitle`,t)},setSelectedPage({commit:e},t){e(`setSelectedPage`,t)},login({commit:e},{user:t,token:n}){e(`setLogin`,{user:t,token:n})},async logout({commit:e}){try{await i.post(`/auth/logout`)}catch(e){console.error(`Fehler beim Logout:`,e)}finally{e(`logout`),h.currentRoute.value.path!==`/auth/login`&&h.replace(`/auth/login`)}}},getters:{isLoggedIn:e=>e.isLoggedIn,user:e=>e.user,menuData:e=>e.menuData,pageContent:e=>e.pageContent,pageTitle:e=>e.pageTitle,selectedPage:e=>e.selectedPage,menuLoadError:e=>e.menuLoadError}}),s=`modulepreload`,c=function(e){return`/`+e},l={},u=function(e,t,n){let r=Promise.resolve();if(t&&t.length>0){let e=document.getElementsByTagName(`link`),i=document.querySelector(`meta[property=csp-nonce]`),a=i?.nonce||i?.getAttribute(`nonce`);function o(e){return Promise.all(e.map(e=>Promise.resolve(e).then(e=>({status:`fulfilled`,value:e}),e=>({status:`rejected`,reason:e}))))}r=o(t.map(t=>{if(t=c(t,n),t in l)return;l[t]=!0;let r=t.endsWith(`.css`),i=r?`[rel="stylesheet"]`:``;if(n)for(let n=e.length-1;n>=0;n--){let i=e[n];if(i.href===t&&(!r||i.rel===`stylesheet`))return}else if(document.querySelector(`link[href="${t}"]${i}`))return;let o=document.createElement(`link`);if(o.rel=r?`stylesheet`:s,r||(o.as=`script`),o.crossOrigin=``,o.href=t,a&&o.setAttribute(`nonce`,a),document.head.appendChild(o),r)return new Promise((e,n)=>{o.addEventListener(`load`,e),o.addEventListener(`error`,()=>n(Error(`Unable to preload CSS for ${t}`)))})}))}function i(e){let t=new Event(`vite:preloadError`,{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}return r.then(t=>{for(let e of t||[])e.status===`rejected`&&i(e.reason);return e().catch(i)})},d={ADMIN_EDIT_PAGES:`admin-edit-pages`,REGISTER:`register`,FORGOT_PASSWORD:`forgot-password`,RESET_PASSWORD:`reset-password`,AUTH_LOGIN:`auth-login`,HOME:`home`,TERMS:`terms`,PRIVACY_POLICY:`privacy-policy`,NOT_FOUND:`not-found`},f=Object.assign({"./content/DefaultComponent.vue":()=>u(()=>import(`./DefaultComponent-DOKlbqlp.js`),__vite__mapDeps([0,1,2])),"./content/DefaultContent.vue":()=>u(()=>import(`./DefaultContent-DpGpNSA7.js`),__vite__mapDeps([3,1,4,5,6,7,8,9])),"./content/ImageContent.vue":()=>u(()=>import(`./ImageContent-DLBo3HLn.js`),__vite__mapDeps([10,1,4,11])),"./content/ServiceUnavailableComponent.vue":()=>u(()=>import(`./ServiceUnavailableComponent-8ZFfJRMP.js`),__vite__mapDeps([12,1,4,13])),"./content/admin/ContactPersonManagement.vue":()=>u(()=>import(`./ContactPersonManagement-CDNj9_m_.js`),__vite__mapDeps([14,1,6,7,15,16])),"./content/admin/EditPagesComponent.vue":()=>u(()=>import(`./EditPagesComponent-BiodI5aY.js`),__vite__mapDeps([17,1,4,7,15,18,19,20])),"./content/admin/EventManagement.vue":()=>u(()=>import(`./EventManagement-BG94M3ID.js`),__vite__mapDeps([21,1,6,7,15,18,19,8,22])),"./content/admin/EventPlacesManagement.vue":()=>u(()=>import(`./EventPlacesManagement-B5ZfENOq.js`),__vite__mapDeps([23,1,6,7,24])),"./content/admin/EventTypesManagement.vue":()=>u(()=>import(`./EventTypesManagement-CIyLBb6P.js`),__vite__mapDeps([25,1,6,7,26])),"./content/admin/ImageUpload.vue":()=>u(()=>import(`./ImageUpload-ClQERbfj.js`),__vite__mapDeps([27,1,7,8,28])),"./content/admin/IndexContent.vue":()=>u(()=>import(`./IndexContent-Dapgt3B5.js`),__vite__mapDeps([29,1,30])),"./content/admin/InstitutionManagement.vue":()=>u(()=>import(`./InstitutionManagement-CVRND2x-.js`),__vite__mapDeps([31,1,6,7,32])),"./content/admin/MenuManagement.vue":()=>u(()=>import(`./MenuManagement-DcVR4DCB.js`),__vite__mapDeps([33,1,4,7,34])),"./content/admin/PagePreviewComponent.vue":()=>u(()=>import(`./PagePreviewComponent-BdW-Z5Bp.js`),__vite__mapDeps([35,1,4,5,6,7,8,9,36])),"./content/admin/PositionManagement.vue":()=>u(()=>import(`./PositionManagement-Bhcjg9-q.js`),__vite__mapDeps([37,1,6,7,38])),"./content/admin/UploadFileManagement.vue":()=>u(()=>import(`./UploadFileManagement-DFj_gnbn.js`),__vite__mapDeps([39,1,7,40])),"./content/admin/UserAdministration.vue":()=>u(()=>import(`./UserAdministration-GCworj4E.js`),__vite__mapDeps([41,1,7,42])),"./content/admin/WorshipManagement.vue":()=>u(()=>import(`./WorshipManagement-ooysBqUr.js`),__vite__mapDeps([43,1,6,7,15,8,44])),"./content/authentication/ForgotPasswordContent.vue":()=>u(()=>import(`./ForgotPasswordContent-OG2rKEu-.js`),__vite__mapDeps([45,1,7,46])),"./content/authentication/LoginContent.vue":()=>u(()=>import(`./LoginContent-BuB5FgEi.js`),__vite__mapDeps([47,1,6,4,7,48,49,50])),"./content/authentication/RegisterContent.vue":()=>u(()=>import(`./RegisterContent-CKRLz4su.js`),__vite__mapDeps([51,1,7,52])),"./content/authentication/ResetPasswordContent.vue":()=>u(()=>import(`./ResetPasswordContent-a4tvQ985.js`),__vite__mapDeps([53,1,7,54])),"./content/disclaimers/PrivacyPolicyComponent.vue":()=>u(()=>import(`./PrivacyPolicyComponent-nebezP20.js`),__vite__mapDeps([55,1,56])),"./content/disclaimers/TermsComponent.vue":()=>u(()=>import(`./TermsComponent-DrG0mFh4.js`),__vite__mapDeps([57,1,58]))});function p(e){return async()=>{let t=f[`./content/${e||`DefaultComponent`}.vue`];if(!t){let e=f[`./content/DefaultComponent.vue`];return e?e():u(()=>import(`./DefaultComponent-DOKlbqlp.js`),__vite__mapDeps([0,1,2]))}return t()}}function m(e){let t=[];return e.forEach(e=>{if(e.link===`/admin/edit-pages`)return;let n=null;if(e.link&&e.link!==``&&(n={path:e.link,meta:{requiresAuth:e.requiresAuth||!1},components:{default:p(e.component),rightColumn:p(`ImageContent`)}}),e.submenu&&e.submenu.length>0){let n=m(e.submenu);t.push(...n)}n&&t.push(n)}),t}var h=r({history:n(),routes:[]}),g=!1;h.beforeEach(async(e,t,n)=>{g?(E(),e.matched.some(e=>e.meta.requiresAuth)&&!o.getters.isLoggedIn?n(`/auth/login`):n()):(g=!0,await o.dispatch(`loadMenuData`),m(o.state.menuData).forEach(e=>h.addRoute(e)),_(),v(),y(),b(),x(),o.state.menuLoadError&&h.hasRoute(d.NOT_FOUND)&&(h.removeRoute(d.NOT_FOUND),h.addRoute({path:`/:pathMatch(.*)*`,components:{default:p(`ServiceUnavailableComponent`),rightColumn:p(`ImageContent`)},name:d.NOT_FOUND})),n({...e,replace:!0}))});function _(){h.hasRoute(d.ADMIN_EDIT_PAGES)&&h.removeRoute(d.ADMIN_EDIT_PAGES),h.addRoute({path:`/admin/edit-pages`,components:{default:p(`admin/PagePreviewComponent`),rightColumn:p(`admin/EditPagesComponent`)},name:d.ADMIN_EDIT_PAGES})}function v(){h.hasRoute(d.REGISTER)&&h.removeRoute(d.REGISTER),h.addRoute({path:`/register`,components:{default:()=>u(()=>import(`./RegisterContent-CKRLz4su.js`),__vite__mapDeps([51,1,7,52])),rightColumn:p(`ImageContent`)},name:d.REGISTER})}function y(){h.hasRoute(d.FORGOT_PASSWORD)&&h.removeRoute(d.FORGOT_PASSWORD),h.addRoute({path:`/forgot-password`,components:{default:()=>u(()=>import(`./ForgotPasswordContent-OG2rKEu-.js`),__vite__mapDeps([45,1,7,46])),rightColumn:p(`ImageContent`)},name:d.FORGOT_PASSWORD})}function b(){h.hasRoute(d.RESET_PASSWORD)&&h.removeRoute(d.RESET_PASSWORD),h.addRoute({path:`/reset-password`,components:{default:()=>u(()=>import(`./ResetPasswordContent-a4tvQ985.js`),__vite__mapDeps([53,1,7,54])),rightColumn:p(`ImageContent`)},name:d.RESET_PASSWORD})}function x(){h.hasRoute(d.AUTH_LOGIN)&&h.removeRoute(d.AUTH_LOGIN),h.addRoute({path:`/auth/login`,components:{default:()=>u(()=>import(`./LoginContent-BuB5FgEi.js`),__vite__mapDeps([47,1,6,4,7,48,49,50])),rightColumn:p(`ImageContent`)},name:d.AUTH_LOGIN})}function S(){h.hasRoute(d.HOME)&&h.removeRoute(d.HOME),h.addRoute({path:`/`,components:{default:p(`DefaultContent`),rightColumn:p(`ImageContent`)},name:d.HOME})}function C(){h.hasRoute(d.TERMS)&&h.removeRoute(d.TERMS),h.addRoute({path:`/terms`,components:{default:()=>u(()=>import(`./TermsComponent-DrG0mFh4.js`),__vite__mapDeps([57,1,58])),rightColumn:p(`ImageContent`)},name:d.TERMS})}function w(){h.hasRoute(d.PRIVACY_POLICY)&&h.removeRoute(d.PRIVACY_POLICY),h.addRoute({path:`/privacy-policy`,components:{default:()=>u(()=>import(`./PrivacyPolicyComponent-nebezP20.js`),__vite__mapDeps([55,1,56])),rightColumn:p(`ImageContent`)},name:d.PRIVACY_POLICY})}function T(){h.hasRoute(d.NOT_FOUND)||h.addRoute({path:`/:pathMatch(.*)*`,components:{default:p(`DefaultComponent`),rightColumn:p(`ImageContent`)},name:d.NOT_FOUND})}function E(){h.hasRoute(d.ADMIN_EDIT_PAGES)||_(),h.hasRoute(d.REGISTER)||v(),h.hasRoute(d.FORGOT_PASSWORD)||y(),h.hasRoute(d.RESET_PASSWORD)||b(),h.hasRoute(d.AUTH_LOGIN)||x(),h.hasRoute(d.HOME)||S(),h.hasRoute(d.TERMS)||C(),h.hasRoute(d.PRIVACY_POLICY)||w(),T()}_(),v(),y(),b(),x(),S(),C(),w(),T();export{i,u as n,o as r,h as t}; +//# sourceMappingURL=router-Cubu3_vL.js.map \ No newline at end of file diff --git a/public/assets/router-DXnXJqfT.js b/public/assets/router-DXnXJqfT.js new file mode 100644 index 0000000..5157ccc --- /dev/null +++ b/public/assets/router-DXnXJqfT.js @@ -0,0 +1,3 @@ +const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/DefaultComponent-BmfkgrHV.js","assets/_plugin-vue_export-helper-Conii5fq.js","assets/vuex.esm-bundler-CDO_-3pz.js","assets/ContentComponent-6l8x2RYi.js","assets/RenderContentComponent-CkyIeuuz.js","assets/axios-DHQprbt3.js","assets/runtime-dom.esm-bundler-CI28bPhn.js","assets/strings-DzAmoxIw.js","assets/RenderContentComponent-BxSffKIg.css","assets/DefaultComponent-BFTIccNL.css","assets/DefaultContent-UxRac0QA.js","assets/ImageContent-o13RN2r3.js","assets/ImageContent-DQSMerBx.css","assets/ServiceUnavailableComponent-D7g29eOz.js","assets/ServiceUnavailableComponent-7ZLQmSTl.css","assets/ContactPersonManagement-DtzQTtlj.js","assets/vue-multiselect.esm-ClUY7h_I.js","assets/ContactPersonManagement-D91tKnsd.css","assets/EditPagesComponent-C9IBz-2U.js","assets/AddImageDialog-C8rQBBBA.js","assets/AddImageDialog-XDsmnWhC.css","assets/EditPagesComponent-Ba9JOUmo.css","assets/EventManagement-C-Jz1w_d.js","assets/EventManagement-DGPDJgOd.css","assets/EventPlacesManagement-D34PDDIa.js","assets/EventPlacesManagement-BBBtyweL.css","assets/EventTypesManagement-BHPLrWT6.js","assets/EventTypesManagement-DsvWHFru.css","assets/ImageUpload-THspMFL3.js","assets/ImageUpload-DjMaumWQ.css","assets/IndexContent-CAiODJ8o.js","assets/IndexContent-galV-8fR.css","assets/InstitutionManagement-DDDfcGXR.js","assets/InstitutionManagement-DGHKcIlr.css","assets/MenuManagement-DOTVuGou.js","assets/MenuManagement-By5K7zQz.css","assets/PagePreviewComponent-BLUZ_oBk.js","assets/PagePreviewComponent-CVf7BAaI.css","assets/PositionManagement-BxDB1yVB.js","assets/PositionManagement-CzPEbVhG.css","assets/UploadFileManagement-CQLSg8yj.js","assets/UploadFileManagement-C4MG8IQC.css","assets/UserAdministration-GNay5fow.js","assets/UserAdministration-5uUT_Af2.css","assets/WorshipManagement-xg8VYwYO.js","assets/WorshipManagement-ZRPtAoqA.css","assets/ForgotPasswordContent-D6cmoYf5.js","assets/ForgotPasswordContent-B4cj5PB_.css","assets/LoginContent-SWC8lNdR.js","assets/LoginContent-BCzf_WKN.css","assets/RegisterContent-iKr18at8.js","assets/RegisterContent-CCVlHcet.css","assets/ResetPasswordContent-Cw3v3Zc_.js","assets/ResetPasswordContent-UYlaksIR.css","assets/PrivacyPolicyComponent-CFtlpE96.js","assets/PrivacyPolicyComponent-BATcZDCC.css","assets/TermsComponent-D6PyUZCS.js","assets/TermsComponent-BH0CU8SP.css"])))=>i.map(i=>d[i]); +import{t as e}from"./axios-DHQprbt3.js";import{I as t,L as n,R as r,T as i,V as a,g as o,k as s,s as c,v as l,x as u,y as d,z as f}from"./_plugin-vue_export-helper-Conii5fq.js";import{t as p}from"./vuex.esm-bundler-CDO_-3pz.js";var m=typeof document<`u`;function h(e){return typeof e==`object`||`displayName`in e||`props`in e||`__vccOpts`in e}function ee(e){return e.__esModule||e[Symbol.toStringTag]===`Module`||e.default&&h(e.default)}var g=Object.assign;function te(e,t){let n={};for(let r in t){let i=t[r];n[r]=v(i)?i.map(e):e(i)}return n}var _=()=>{},v=Array.isArray;function y(e,t){let n={};for(let r in e)n[r]=r in t?t[r]:e[r];return n}var ne=/#/g,re=/&/g,ie=/\//g,ae=/=/g,oe=/\?/g,b=/\+/g,se=/%5B/g,ce=/%5D/g,le=/%5E/g,ue=/%60/g,x=/%7B/g,de=/%7C/g,S=/%7D/g,fe=/%20/g;function C(e){return e==null?``:encodeURI(``+e).replace(de,`|`).replace(se,`[`).replace(ce,`]`)}function pe(e){return C(e).replace(x,`{`).replace(S,`}`).replace(le,`^`)}function w(e){return C(e).replace(b,`%2B`).replace(fe,`+`).replace(ne,`%23`).replace(re,`%26`).replace(ue,"`").replace(x,`{`).replace(S,`}`).replace(le,`^`)}function T(e){return w(e).replace(ae,`%3D`)}function me(e){return C(e).replace(ne,`%23`).replace(oe,`%3F`)}function he(e){return me(e).replace(ie,`%2F`)}function E(e){if(e==null)return null;try{return decodeURIComponent(``+e)}catch{}return``+e}var D=/\/$/,ge=e=>e.replace(D,``);function _e(e,t,n=`/`){let r,i={},a=``,o=``,s=t.indexOf(`#`),c=t.indexOf(`?`);return c=s>=0&&c>s?-1:c,c>=0&&(r=t.slice(0,c),a=t.slice(c,s>0?s:t.length),i=e(a.slice(1))),s>=0&&(r||=t.slice(0,s),o=t.slice(s,t.length)),r=M(r??t,n),{fullPath:r+a+o,path:r,query:i,hash:E(o)}}function ve(e,t){let n=t.query?e(t.query):``;return t.path+(n&&`?`)+n+(t.hash||``)}function O(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||`/`}function ye(e,t,n){let r=t.matched.length-1,i=n.matched.length-1;return r>-1&&r===i&&k(t.matched[r],n.matched[i])&&be(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function k(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function be(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(var n in e)if(!A(e[n],t[n]))return!1;return!0}function A(e,t){return v(e)?j(e,t):v(t)?j(t,e):e?.valueOf()===t?.valueOf()}function j(e,t){return v(t)?e.length===t.length&&e.every((e,n)=>e===t[n]):e.length===1&&e[0]===t}function M(e,t){if(e.startsWith(`/`))return e;if(!e)return t;let n=t.split(`/`),r=e.split(`/`),i=r[r.length-1];(i===`..`||i===`.`)&&r.push(``);let a=n.length-1,o,s;for(o=0;o1&&a--;else break;return n.slice(0,a).join(`/`)+`/`+r.slice(o).join(`/`)}var N={path:`/`,name:void 0,params:{},query:{},hash:``,fullPath:`/`,matched:[],meta:{},redirectedFrom:void 0},xe=function(e){return e.pop=`pop`,e.push=`push`,e}({}),P=function(e){return e.back=`back`,e.forward=`forward`,e.unknown=``,e}({});function F(e){if(!e)if(m){let t=document.querySelector(`base`);e=t&&t.getAttribute(`href`)||`/`,e=e.replace(/^\w+:\/\/[^\/]+/,``)}else e=`/`;return e[0]!==`/`&&e[0]!==`#`&&(e=`/`+e),ge(e)}var I=/^[^#]+#/;function L(e,t){return e.replace(I,`#`)+t}function Se(e,t){let n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}var R=()=>({left:window.scrollX,top:window.scrollY});function Ce(e){let t;if(`el`in e){let n=e.el,r=typeof n==`string`&&n.startsWith(`#`),i=typeof n==`string`?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!i)return;t=Se(i,e)}else t=e;`scrollBehavior`in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left==null?window.scrollX:t.left,t.top==null?window.scrollY:t.top)}function we(e,t){return(history.state?history.state.position-t:-1)+e}var Te=new Map;function Ee(e,t){Te.set(e,t)}function De(e){let t=Te.get(e);return Te.delete(e),t}function Oe(e){return typeof e==`string`||e&&typeof e==`object`}function ke(e){return typeof e==`string`||typeof e==`symbol`}var z=function(e){return e[e.MATCHER_NOT_FOUND=1]=`MATCHER_NOT_FOUND`,e[e.NAVIGATION_GUARD_REDIRECT=2]=`NAVIGATION_GUARD_REDIRECT`,e[e.NAVIGATION_ABORTED=4]=`NAVIGATION_ABORTED`,e[e.NAVIGATION_CANCELLED=8]=`NAVIGATION_CANCELLED`,e[e.NAVIGATION_DUPLICATED=16]=`NAVIGATION_DUPLICATED`,e}({}),Ae=Symbol(``);z.MATCHER_NOT_FOUND,z.NAVIGATION_GUARD_REDIRECT,z.NAVIGATION_ABORTED,z.NAVIGATION_CANCELLED,z.NAVIGATION_DUPLICATED;function B(e,t){return g(Error(),{type:e,[Ae]:!0},t)}function V(e,t){return e instanceof Error&&Ae in e&&(t==null||!!(e.type&t))}function je(e){let t={};if(e===``||e===`?`)return t;let n=(e[0]===`?`?e.slice(1):e).split(`&`);for(let e=0;ee&&w(e)):[r&&w(r)]).forEach(e=>{e!==void 0&&(t+=(t.length?`&`:``)+n,e!=null&&(t+=`=`+e))})}return t}function Ne(e){let t={};for(let n in e){let r=e[n];r!==void 0&&(t[n]=v(r)?r.map(e=>e==null?null:``+e):r==null?r:``+r)}return t}var Pe=Symbol(``),Fe=Symbol(``),Ie=Symbol(``),Le=Symbol(``),Re=Symbol(``);function H(){let e=[];function t(t){return e.push(t),()=>{let n=e.indexOf(t);n>-1&&e.splice(n,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function U(e,t,n,r,i,a=e=>e()){let o=r&&(r.enterCallbacks[i]=r.enterCallbacks[i]||[]);return()=>new Promise((s,c)=>{let l=e=>{e===!1?c(B(z.NAVIGATION_ABORTED,{from:n,to:t})):e instanceof Error?c(e):Oe(e)?c(B(z.NAVIGATION_GUARD_REDIRECT,{from:t,to:e})):(o&&r.enterCallbacks[i]===o&&typeof e==`function`&&o.push(e),s())},u=a(()=>e.call(r&&r.instances[i],t,n,l)),d=Promise.resolve(u);e.length<3&&(d=d.then(l)),d.catch(e=>c(e))})}function ze(e,t,n,r,i=e=>e()){let a=[];for(let o of e)for(let e in o.components){let s=o.components[e];if(!(t!==`beforeRouteEnter`&&!o.instances[e]))if(h(s)){let c=(s.__vccOpts||s)[t];c&&a.push(U(c,n,r,o,e,i))}else{let c=s();a.push(()=>c.then(a=>{if(!a)throw Error(`Couldn't resolve component "${e}" at "${o.path}"`);let s=ee(a)?a.default:a;o.mods[e]=a,o.components[e]=s;let c=(s.__vccOpts||s)[t];return c&&U(c,n,r,o,e,i)()}))}}return a}function Be(e,t){let n=[],r=[],i=[],a=Math.max(t.matched.length,e.matched.length);for(let o=0;ok(e,a))?r.push(a):n.push(a));let s=e.matched[o];s&&(t.matched.find(e=>k(e,s))||i.push(s))}return[n,r,i]}var Ve=()=>location.protocol+`//`+location.host;function He(e,t){let{pathname:n,search:r,hash:i}=t,a=e.indexOf(`#`);if(a>-1){let t=i.includes(e.slice(a))?e.slice(a).length:1,n=i.slice(t);return n[0]!==`/`&&(n=`/`+n),O(n,``)}return O(n,e)+r+i}function Ue(e,t,n,r){let i=[],a=[],o=null,s=({state:a})=>{let s=He(e,location),c=n.value,l=t.value,u=0;if(a){if(n.value=s,t.value=a,o&&o===c){o=null;return}u=l?a.position-l.position:0}else r(s);i.forEach(e=>{e(n.value,c,{delta:u,type:xe.pop,direction:u?u>0?P.forward:P.back:P.unknown})})};function c(){o=n.value}function l(e){i.push(e);let t=()=>{let t=i.indexOf(e);t>-1&&i.splice(t,1)};return a.push(t),t}function u(){if(document.visibilityState===`hidden`){let{history:e}=window;if(!e.state)return;e.replaceState(g({},e.state,{scroll:R()}),``)}}function d(){for(let e of a)e();a=[],window.removeEventListener(`popstate`,s),window.removeEventListener(`pagehide`,u),document.removeEventListener(`visibilitychange`,u)}return window.addEventListener(`popstate`,s),window.addEventListener(`pagehide`,u),document.addEventListener(`visibilitychange`,u),{pauseListeners:c,listen:l,destroy:d}}function We(e,t,n,r=!1,i=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:i?R():null}}function Ge(e){let{history:t,location:n}=window,r={value:He(e,n)},i={value:t.state};i.value||a(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function a(r,a,o){let s=e.indexOf(`#`),c=s>-1?(n.host&&document.querySelector(`base`)?e:e.slice(s))+r:Ve()+e+r;try{t[o?`replaceState`:`pushState`](a,``,c),i.value=a}catch(e){console.error(e),n[o?`replace`:`assign`](c)}}function o(e,n){a(e,g({},t.state,We(i.value.back,e,i.value.forward,!0),n,{position:i.value.position}),!0),r.value=e}function s(e,n){let o=g({},i.value,t.state,{forward:e,scroll:R()});a(o.current,o,!0),a(e,g({},We(r.value,e,null),{position:o.position+1},n),!1),r.value=e}return{location:r,state:i,push:s,replace:o}}function Ke(e){e=F(e);let t=Ge(e),n=Ue(e,t.state,t.location,t.replace);function r(e,t=!0){t||n.pauseListeners(),history.go(e)}let i=g({location:``,base:e,go:r,createHref:L.bind(null,e)},t,n);return Object.defineProperty(i,`location`,{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(i,`state`,{enumerable:!0,get:()=>t.state.value}),i}var W=function(e){return e[e.Static=0]=`Static`,e[e.Param=1]=`Param`,e[e.Group=2]=`Group`,e}({}),G=function(e){return e[e.Static=0]=`Static`,e[e.Param=1]=`Param`,e[e.ParamRegExp=2]=`ParamRegExp`,e[e.ParamRegExpEnd=3]=`ParamRegExpEnd`,e[e.EscapeNext=4]=`EscapeNext`,e}(G||{}),qe={type:W.Static,value:``},Je=/[a-zA-Z0-9_]/;function Ye(e){if(!e)return[[]];if(e===`/`)return[[qe]];if(!e.startsWith(`/`))throw Error(`Invalid path "${e}"`);function t(e){throw Error(`ERR (${n})/"${l}": ${e}`)}let n=G.Static,r=n,i=[],a;function o(){a&&i.push(a),a=[]}let s=0,c,l=``,u=``;function d(){l&&=(n===G.Static?a.push({type:W.Static,value:l}):n===G.Param||n===G.ParamRegExp||n===G.ParamRegExpEnd?(a.length>1&&(c===`*`||c===`+`)&&t(`A repeatable param (${l}) must be alone in its segment. eg: '/:ids+.`),a.push({type:W.Param,value:l,regexp:u,repeatable:c===`*`||c===`+`,optional:c===`*`||c===`?`})):t(`Invalid state to consume buffer`),``)}function f(){l+=c}for(;st.length?t.length===1&&t[0]===K.Static+K.Segment?1:-1:0}function tt(e,t){let n=0,r=e.score,i=t.score;for(;n0&&t[t.length-1]<0}var rt={strict:!1,end:!0,sensitive:!1};function it(e,t,n){let r=g($e(Ye(e.path),n),{record:e,parent:t,children:[],alias:[]});return t&&!r.record.aliasOf==!t.record.aliasOf&&t.children.push(r),r}function at(e,t){let n=[],r=new Map;t=y(rt,t);function i(e){return r.get(e)}function a(e,n,r){let i=!r,s=st(e);s.aliasOf=r&&r.record;let l=y(t,e),u=[s];if(`alias`in e){let t=typeof e.alias==`string`?[e.alias]:e.alias;for(let e of t)u.push(st(g({},s,{components:r?r.record.components:s.components,path:e,aliasOf:r?r.record:s})))}let d,f;for(let t of u){let{path:u}=t;if(n&&u[0]!==`/`){let e=n.record.path,r=e[e.length-1]===`/`?``:`/`;t.path=n.record.path+(u&&r+u)}if(d=it(t,n,l),r?r.alias.push(d):(f||=d,f!==d&&f.alias.push(d),i&&e.name&&!lt(d)&&o(e.name)),pt(d)&&c(d),s.children){let e=s.children;for(let t=0;t{o(f)}:_}function o(e){if(ke(e)){let t=r.get(e);t&&(r.delete(e),n.splice(n.indexOf(t),1),t.children.forEach(o),t.alias.forEach(o))}else{let t=n.indexOf(e);t>-1&&(n.splice(t,1),e.record.name&&r.delete(e.record.name),e.children.forEach(o),e.alias.forEach(o))}}function s(){return n}function c(e){let t=dt(e,n);n.splice(t,0,e),e.record.name&&!lt(e)&&r.set(e.record.name,e)}function l(e,t){let i,a={},o,s;if(`name`in e&&e.name){if(i=r.get(e.name),!i)throw B(z.MATCHER_NOT_FOUND,{location:e});s=i.record.name,a=g(ot(t.params,i.keys.filter(e=>!e.optional).concat(i.parent?i.parent.keys.filter(e=>e.optional):[]).map(e=>e.name)),e.params&&ot(e.params,i.keys.map(e=>e.name))),o=i.stringify(a)}else if(e.path!=null)o=e.path,i=n.find(e=>e.re.test(o)),i&&(a=i.parse(o),s=i.record.name);else{if(i=t.name?r.get(t.name):n.find(e=>e.re.test(t.path)),!i)throw B(z.MATCHER_NOT_FOUND,{location:e,currentLocation:t});s=i.record.name,a=g({},t.params,e.params),o=i.stringify(a)}let c=[],l=i;for(;l;)c.unshift(l.record),l=l.parent;return{name:s,path:o,params:a,matched:c,meta:ut(c)}}e.forEach(e=>a(e));function u(){n.length=0,r.clear()}return{addRoute:a,resolve:l,removeRoute:o,clearRoutes:u,getRoutes:s,getRecordMatcher:i}}function ot(e,t){let n={};for(let r of t)r in e&&(n[r]=e[r]);return n}function st(e){let t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:ct(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:`components`in e?e.components||null:e.component&&{default:e.component}};return Object.defineProperty(t,`mods`,{value:{}}),t}function ct(e){let t={},n=e.props||!1;if(`component`in e)t.default=n;else for(let r in e.components)t[r]=typeof n==`object`?n[r]:n;return t}function lt(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function ut(e){return e.reduce((e,t)=>g(e,t.meta),{})}function dt(e,t){let n=0,r=t.length;for(;n!==r;){let i=n+r>>1;tt(e,t[i])<0?r=i:n=i+1}let i=ft(e);return i&&(r=t.lastIndexOf(i,r-1)),r}function ft(e){let t=e;for(;t=t.parent;)if(pt(t)&&tt(e,t)===0)return t}function pt({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function mt(e){let t=d(Ie),n=d(Le),r=c(()=>{let n=a(e.to);return t.resolve(n)}),i=c(()=>{let{matched:e}=r.value,{length:t}=e,i=e[t-1],a=n.matched;if(!i||!a.length)return-1;let o=a.findIndex(k.bind(null,i));if(o>-1)return o;let s=yt(e[t-2]);return t>1&&yt(i)===s&&a[a.length-1].path!==s?a.findIndex(k.bind(null,e[t-2])):o}),o=c(()=>i.value>-1&&vt(n.params,r.value.params)),s=c(()=>i.value>-1&&i.value===n.matched.length-1&&be(n.params,r.value.params));function l(n={}){if(_t(n)){let n=t[a(e.replace)?`replace`:`push`](a(e.to)).catch(_);return e.viewTransition&&typeof document<`u`&&`startViewTransition`in document&&document.startViewTransition(()=>n),n}return Promise.resolve()}return{route:r,href:c(()=>r.value.href),isActive:o,isExactActive:s,navigate:l}}function ht(e){return e.length===1?e[0]:e}var gt=o({name:`RouterLink`,compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:`page`},viewTransition:Boolean},useLink:mt,setup(e,{slots:n}){let r=t(mt(e)),{options:i}=d(Ie),a=c(()=>({[bt(e.activeClass,i.linkActiveClass,`router-link-active`)]:r.isActive,[bt(e.exactActiveClass,i.linkExactActiveClass,`router-link-exact-active`)]:r.isExactActive}));return()=>{let t=n.default&&ht(n.default(r));return e.custom?t:l(`a`,{"aria-current":r.isExactActive?e.ariaCurrentValue:null,href:r.href,onClick:r.navigate,class:a.value},t)}}});function _t(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){let t=e.currentTarget.getAttribute(`target`);if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function vt(e,t){for(let n in t){let r=t[n],i=e[n];if(typeof r==`string`){if(r!==i)return!1}else if(!v(i)||i.length!==r.length||r.some((e,t)=>e.valueOf()!==i[t].valueOf()))return!1}return!0}function yt(e){return e?e.aliasOf?e.aliasOf.path:e.path:``}var bt=(e,t,n)=>e??t??n,xt=o({name:`RouterView`,inheritAttrs:!1,props:{name:{type:String,default:`default`},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:r}){let o=d(Re),u=c(()=>e.route||o.value),f=d(Fe,0),p=c(()=>{let e=a(f),{matched:t}=u.value,n;for(;(n=t[e])&&!n.components;)e++;return e}),m=c(()=>u.value.matched[p.value]);i(Fe,c(()=>p.value+1)),i(Pe,m),i(Re,u);let h=n();return s(()=>[h.value,m.value,e.name],([e,t,n],[r,i,a])=>{t&&(t.instances[n]=e,i&&i!==t&&e&&e===r&&(t.leaveGuards.size||(t.leaveGuards=i.leaveGuards),t.updateGuards.size||(t.updateGuards=i.updateGuards))),e&&t&&(!i||!k(t,i)||!r)&&(t.enterCallbacks[n]||[]).forEach(t=>t(e))},{flush:`post`}),()=>{let n=u.value,i=e.name,a=m.value,o=a&&a.components[i];if(!o)return St(r.default,{Component:o,route:n});let s=a.props[i],c=l(o,g({},s?s===!0?n.params:typeof s==`function`?s(n):s:null,t,{onVnodeUnmounted:e=>{e.component.isUnmounted&&(a.instances[i]=null)},ref:h}));return St(r.default,{Component:c,route:n})||c}}});function St(e,t){if(!e)return null;let n=e(t);return n.length===1?n[0]:n}var Ct=xt;function wt(e){let t=at(e.routes,e),n=e.parseQuery||je,i=e.stringifyQuery||Me,o=e.history,s=H(),c=H(),l=H(),d=f(N),p=N;m&&e.scrollBehavior&&`scrollRestoration`in history&&(history.scrollRestoration=`manual`);let h=te.bind(null,e=>``+e),ee=te.bind(null,he),y=te.bind(null,E);function ne(e,n){let r,i;return ke(e)?(r=t.getRecordMatcher(e),i=n):i=e,t.addRoute(i,r)}function re(e){let n=t.getRecordMatcher(e);n&&t.removeRoute(n)}function ie(){return t.getRoutes().map(e=>e.record)}function ae(e){return!!t.getRecordMatcher(e)}function oe(e,r){if(r=g({},r||d.value),typeof e==`string`){let i=_e(n,e,r.path),a=t.resolve({path:i.path},r),s=o.createHref(i.fullPath);return g(i,a,{params:y(a.params),hash:E(i.hash),redirectedFrom:void 0,href:s})}let a;if(e.path!=null)a=g({},e,{path:_e(n,e.path,r.path).path});else{let t=g({},e.params);for(let e in t)t[e]??delete t[e];a=g({},e,{params:ee(t)}),r.params=ee(r.params)}let s=t.resolve(a,r),c=e.hash||``;s.params=h(y(s.params));let l=ve(i,g({},e,{hash:pe(c),path:s.path})),u=o.createHref(l);return g({fullPath:l,hash:c,query:i===Me?Ne(e.query):e.query||{}},s,{redirectedFrom:void 0,href:u})}function b(e){return typeof e==`string`?_e(n,e,d.value.path):g({},e)}function se(e,t){if(p!==e)return B(z.NAVIGATION_CANCELLED,{from:t,to:e})}function ce(e){return x(e)}function le(e){return ce(g(b(e),{replace:!0}))}function ue(e,t){let n=e.matched[e.matched.length-1];if(n&&n.redirect){let{redirect:r}=n,i=typeof r==`function`?r(e,t):r;return typeof i==`string`&&(i=i.includes(`?`)||i.includes(`#`)?i=b(i):{path:i},i.params={}),g({query:e.query,hash:e.hash,params:i.path==null?e.params:{}},i)}}function x(e,t){let n=p=oe(e),r=d.value,a=e.state,o=e.force,s=e.replace===!0,c=ue(n,r);if(c)return x(g(b(c),{state:typeof c==`object`?g({},a,c.state):a,force:o,replace:s}),t||n);let l=n;l.redirectedFrom=t;let u;return!o&&ye(i,r,n)&&(u=B(z.NAVIGATION_DUPLICATED,{to:l,from:r}),j(r,r,!0,!1)),(u?Promise.resolve(u):fe(l,r)).catch(e=>V(e)?V(e,z.NAVIGATION_GUARD_REDIRECT)?e:A(e):k(e,l,r)).then(e=>{if(e){if(V(e,z.NAVIGATION_GUARD_REDIRECT))return x(g({replace:s},b(e.to),{state:typeof e.to==`object`?g({},a,e.to.state):a,force:o}),t||l)}else e=w(l,r,!0,s,a);return C(l,r,e),e})}function de(e,t){let n=se(e,t);return n?Promise.reject(n):Promise.resolve()}function S(e){let t=F.values().next().value;return t&&typeof t.runWithContext==`function`?t.runWithContext(e):e()}function fe(e,t){let n,[r,i,a]=Be(e,t);n=ze(r.reverse(),`beforeRouteLeave`,e,t);for(let i of r)i.leaveGuards.forEach(r=>{n.push(U(r,e,t))});let o=de.bind(null,e,t);return n.push(o),L(n).then(()=>{n=[];for(let r of s.list())n.push(U(r,e,t));return n.push(o),L(n)}).then(()=>{n=ze(i,`beforeRouteUpdate`,e,t);for(let r of i)r.updateGuards.forEach(r=>{n.push(U(r,e,t))});return n.push(o),L(n)}).then(()=>{n=[];for(let r of a)if(r.beforeEnter)if(v(r.beforeEnter))for(let i of r.beforeEnter)n.push(U(i,e,t));else n.push(U(r.beforeEnter,e,t));return n.push(o),L(n)}).then(()=>(e.matched.forEach(e=>e.enterCallbacks={}),n=ze(a,`beforeRouteEnter`,e,t,S),n.push(o),L(n))).then(()=>{n=[];for(let r of c.list())n.push(U(r,e,t));return n.push(o),L(n)}).catch(e=>V(e,z.NAVIGATION_CANCELLED)?e:Promise.reject(e))}function C(e,t,n){l.list().forEach(r=>S(()=>r(e,t,n)))}function w(e,t,n,r,i){let a=se(e,t);if(a)return a;let s=t===N,c=m?history.state:{};n&&(r||s?o.replace(e.fullPath,g({scroll:s&&c&&c.scroll},i)):o.push(e.fullPath,i)),d.value=e,j(e,t,n,s),A()}let T;function me(){T||=o.listen((e,t,n)=>{if(!I.listening)return;let r=oe(e),i=ue(r,I.currentRoute.value);if(i){x(g(i,{replace:!0,force:!0}),r).catch(_);return}p=r;let a=d.value;m&&Ee(we(a.fullPath,n.delta),R()),fe(r,a).catch(e=>V(e,z.NAVIGATION_ABORTED|z.NAVIGATION_CANCELLED)?e:V(e,z.NAVIGATION_GUARD_REDIRECT)?(x(g(b(e.to),{force:!0}),r).then(e=>{V(e,z.NAVIGATION_ABORTED|z.NAVIGATION_DUPLICATED)&&!n.delta&&n.type===xe.pop&&o.go(-1,!1)}).catch(_),Promise.reject()):(n.delta&&o.go(-n.delta,!1),k(e,r,a))).then(e=>{e||=w(r,a,!1),e&&(n.delta&&!V(e,z.NAVIGATION_CANCELLED)?o.go(-n.delta,!1):n.type===xe.pop&&V(e,z.NAVIGATION_ABORTED|z.NAVIGATION_DUPLICATED)&&o.go(-1,!1)),C(r,a,e)}).catch(_)})}let D=H(),ge=H(),O;function k(e,t,n){A(e);let r=ge.list();return r.length?r.forEach(r=>r(e,t,n)):console.error(e),Promise.reject(e)}function be(){return O&&d.value!==N?Promise.resolve():new Promise((e,t)=>{D.add([e,t])})}function A(e){return O||(O=!e,me(),D.list().forEach(([t,n])=>e?n(e):t()),D.reset()),e}function j(t,n,r,i){let{scrollBehavior:a}=e;if(!m||!a)return Promise.resolve();let o=!r&&De(we(t.fullPath,0))||(i||!r)&&history.state&&history.state.scroll||null;return u().then(()=>a(t,n,o)).then(e=>e&&Ce(e)).catch(e=>k(e,t,n))}let M=e=>o.go(e),P,F=new Set,I={currentRoute:d,listening:!0,addRoute:ne,removeRoute:re,clearRoutes:t.clearRoutes,hasRoute:ae,getRoutes:ie,resolve:oe,options:e,push:ce,replace:le,go:M,back:()=>M(-1),forward:()=>M(1),beforeEach:s.add,beforeResolve:c.add,afterEach:l.add,onError:ge.add,isReady:be,install(e){e.component(`RouterLink`,gt),e.component(`RouterView`,Ct),e.config.globalProperties.$router=I,Object.defineProperty(e.config.globalProperties,`$route`,{enumerable:!0,get:()=>a(d)}),m&&!P&&d.value===N&&(P=!0,ce(o.location).catch(e=>{}));let t={};for(let e in N)Object.defineProperty(t,e,{get:()=>d.value[e],enumerable:!0});e.provide(Ie,I),e.provide(Le,r(t)),e.provide(Re,d);let n=e.unmount;F.add(e),e.unmount=function(){F.delete(e),F.size<1&&(p=N,T&&T(),T=null,d.value=N,P=!1,O=!1),n()}}};function L(e){return e.reduce((e,t)=>e.then(()=>S(t)),Promise.resolve())}return I}function Tt(e){return d(Le)}e.defaults.baseURL=`/api`,console.log(`Axios baseURL:`,e.defaults.baseURL),e.interceptors.request.use(e=>{let t=J.state.token;return t&&(e.headers.Authorization=`Bearer ${t}`),e},e=>Promise.reject(e)),e.interceptors.response.use(e=>e,e=>(e.response&&e.response.status===401&&J.dispatch(`logout`).then(()=>{$.currentRoute.value.path!==`/auth/login`&&$.replace(`/auth/login`)}),Promise.reject(e)));var q=e,Et=[];try{Et=JSON.parse(localStorage.getItem(`user`))||null}catch{Et=[]}var J=p({state:{isLoggedIn:!!localStorage.getItem(`isLoggedIn`),user:Et,token:localStorage.getItem(`token`)||``,menuData:[],menuLoadError:null,pageContent:``,pageTitle:``,selectedPage:``},mutations:{setLogin(e,{user:t,token:n}){e.isLoggedIn=!0,e.user=t,e.token=n,localStorage.setItem(`isLoggedIn`,`true`),localStorage.setItem(`user`,JSON.stringify(t)),localStorage.setItem(`token`,n)},logout(e){e.isLoggedIn=!1,e.user=null,e.token=``,localStorage.removeItem(`isLoggedIn`),localStorage.removeItem(`user`),localStorage.removeItem(`token`)},setMenuData(e,t){e.menuData=t,e.menuLoadError=null},setMenuLoadError(e,t){e.menuLoadError=t},SET_PAGE_CONTENT(e,t){e.pageContent=t},UPDATE_PAGE_CONTENT(e,t){e.pageContent=t},setPageTitle(e,t){e.pageTitle=t},setSelectedPage(e,t){e.selectedPage=t}},actions:{async loadMenuData({commit:e}){try{e(`setMenuData`,(await q.get(`/menu-data`)).data)}catch(t){console.error(`Fehler beim Laden der Menü-Daten:`,t);let n=t.response?.data&&typeof t.response.data==`object`&&t.response.data.error;e(`setMenuLoadError`,typeof n==`string`?n:`Die Website ist vorübergehend nicht vollständig erreichbar. Bitte versuchen Sie es später erneut.`)}},async loadPageContent({commit:e},t){try{e(`SET_PAGE_CONTENT`,(await q.get(`/page-content?link=${t}`)).data.content||``)}catch(e){console.error(`Fehler beim Laden des Seiteninhalts:`,e)}},async savePageContent({state:e},{link:t,name:n}){try{let r=e.pageContent;await q.post(`/page-content`,{link:t,name:n,content:r}),alert(`Seiteninhalt gespeichert!`)}catch(e){console.error(`Fehler beim Speichern des Seiteninhalts:`,e)}},setPageTitle({commit:e},t){e(`setPageTitle`,t)},setSelectedPage({commit:e},t){e(`setSelectedPage`,t)},login({commit:e},{user:t,token:n}){e(`setLogin`,{user:t,token:n})},async logout({commit:e}){try{await q.post(`/auth/logout`)}catch(e){console.error(`Fehler beim Logout:`,e)}finally{e(`logout`),$.currentRoute.value.path!==`/auth/login`&&$.replace(`/auth/login`)}}},getters:{isLoggedIn:e=>e.isLoggedIn,user:e=>e.user,menuData:e=>e.menuData,pageContent:e=>e.pageContent,pageTitle:e=>e.pageTitle,selectedPage:e=>e.selectedPage,menuLoadError:e=>e.menuLoadError}}),Dt=`modulepreload`,Ot=function(e){return`/`+e},kt={},Y=function(e,t,n){let r=Promise.resolve();if(t&&t.length>0){let e=document.getElementsByTagName(`link`),i=document.querySelector(`meta[property=csp-nonce]`),a=i?.nonce||i?.getAttribute(`nonce`);function o(e){return Promise.all(e.map(e=>Promise.resolve(e).then(e=>({status:`fulfilled`,value:e}),e=>({status:`rejected`,reason:e}))))}r=o(t.map(t=>{if(t=Ot(t,n),t in kt)return;kt[t]=!0;let r=t.endsWith(`.css`),i=r?`[rel="stylesheet"]`:``;if(n)for(let n=e.length-1;n>=0;n--){let i=e[n];if(i.href===t&&(!r||i.rel===`stylesheet`))return}else if(document.querySelector(`link[href="${t}"]${i}`))return;let o=document.createElement(`link`);if(o.rel=r?`stylesheet`:Dt,r||(o.as=`script`),o.crossOrigin=``,o.href=t,a&&o.setAttribute(`nonce`,a),document.head.appendChild(o),r)return new Promise((e,n)=>{o.addEventListener(`load`,e),o.addEventListener(`error`,()=>n(Error(`Unable to preload CSS for ${t}`)))})}))}function i(e){let t=new Event(`vite:preloadError`,{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}return r.then(t=>{for(let e of t||[])e.status===`rejected`&&i(e.reason);return e().catch(i)})},X={ADMIN_EDIT_PAGES:`admin-edit-pages`,REGISTER:`register`,FORGOT_PASSWORD:`forgot-password`,RESET_PASSWORD:`reset-password`,AUTH_LOGIN:`auth-login`,HOME:`home`,TERMS:`terms`,PRIVACY_POLICY:`privacy-policy`,NOT_FOUND:`not-found`},At=Object.assign({"./content/DefaultComponent.vue":()=>Y(()=>import(`./DefaultComponent-BmfkgrHV.js`),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9])),"./content/DefaultContent.vue":()=>Y(()=>import(`./DefaultContent-UxRac0QA.js`),__vite__mapDeps([10,1,3,2,4,5,6,7,8])),"./content/ImageContent.vue":()=>Y(()=>import(`./ImageContent-o13RN2r3.js`),__vite__mapDeps([11,1,2,12])),"./content/ServiceUnavailableComponent.vue":()=>Y(()=>import(`./ServiceUnavailableComponent-D7g29eOz.js`),__vite__mapDeps([13,1,2,14])),"./content/admin/ContactPersonManagement.vue":()=>Y(()=>import(`./ContactPersonManagement-DtzQTtlj.js`),__vite__mapDeps([15,1,5,6,16,17])),"./content/admin/EditPagesComponent.vue":()=>Y(()=>import(`./EditPagesComponent-C9IBz-2U.js`),__vite__mapDeps([18,1,2,6,16,19,20,21])),"./content/admin/EventManagement.vue":()=>Y(()=>import(`./EventManagement-C-Jz1w_d.js`),__vite__mapDeps([22,1,5,6,16,19,20,7,23])),"./content/admin/EventPlacesManagement.vue":()=>Y(()=>import(`./EventPlacesManagement-D34PDDIa.js`),__vite__mapDeps([24,1,5,6,25])),"./content/admin/EventTypesManagement.vue":()=>Y(()=>import(`./EventTypesManagement-BHPLrWT6.js`),__vite__mapDeps([26,1,5,6,27])),"./content/admin/ImageUpload.vue":()=>Y(()=>import(`./ImageUpload-THspMFL3.js`),__vite__mapDeps([28,1,6,7,29])),"./content/admin/IndexContent.vue":()=>Y(()=>import(`./IndexContent-CAiODJ8o.js`),__vite__mapDeps([30,1,31])),"./content/admin/InstitutionManagement.vue":()=>Y(()=>import(`./InstitutionManagement-DDDfcGXR.js`),__vite__mapDeps([32,1,5,6,33])),"./content/admin/MenuManagement.vue":()=>Y(()=>import(`./MenuManagement-DOTVuGou.js`),__vite__mapDeps([34,1,2,6,35])),"./content/admin/PagePreviewComponent.vue":()=>Y(()=>import(`./PagePreviewComponent-BLUZ_oBk.js`),__vite__mapDeps([36,1,2,4,5,6,7,8,37])),"./content/admin/PositionManagement.vue":()=>Y(()=>import(`./PositionManagement-BxDB1yVB.js`),__vite__mapDeps([38,1,5,6,39])),"./content/admin/UploadFileManagement.vue":()=>Y(()=>import(`./UploadFileManagement-CQLSg8yj.js`),__vite__mapDeps([40,1,6,41])),"./content/admin/UserAdministration.vue":()=>Y(()=>import(`./UserAdministration-GNay5fow.js`),__vite__mapDeps([42,1,6,43])),"./content/admin/WorshipManagement.vue":()=>Y(()=>import(`./WorshipManagement-xg8VYwYO.js`),__vite__mapDeps([44,1,5,6,16,7,45])),"./content/authentication/ForgotPasswordContent.vue":()=>Y(()=>import(`./ForgotPasswordContent-D6cmoYf5.js`),__vite__mapDeps([46,1,6,47])),"./content/authentication/LoginContent.vue":()=>Y(()=>import(`./LoginContent-SWC8lNdR.js`),__vite__mapDeps([48,1,5,2,6,49])),"./content/authentication/RegisterContent.vue":()=>Y(()=>import(`./RegisterContent-iKr18at8.js`),__vite__mapDeps([50,1,6,51])),"./content/authentication/ResetPasswordContent.vue":()=>Y(()=>import(`./ResetPasswordContent-Cw3v3Zc_.js`),__vite__mapDeps([52,1,6,53])),"./content/disclaimers/PrivacyPolicyComponent.vue":()=>Y(()=>import(`./PrivacyPolicyComponent-CFtlpE96.js`),__vite__mapDeps([54,1,55])),"./content/disclaimers/TermsComponent.vue":()=>Y(()=>import(`./TermsComponent-D6PyUZCS.js`),__vite__mapDeps([56,1,57]))});function Z(e){return async()=>{let t=At[`./content/${e||`DefaultComponent`}.vue`];if(!t){let e=At[`./content/DefaultComponent.vue`];return e?e():Y(()=>import(`./DefaultComponent-BmfkgrHV.js`),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9]))}return t()}}function Q(e){if(!e||typeof e!=`string`)return`/`;let t=e.trim();return t.startsWith(`/`)||(t=`/${t}`),t.length>1&&(t=t.replace(/\/+$/,``)),t||`/`}function jt(e){let t=[];return e.forEach(e=>{let n=Q(e.link||``);if(n===`/admin/edit-pages`)return;let r=null;if(e.link&&e.link!==``&&(r={path:n,meta:{requiresAuth:e.requiresAuth||!1},components:{default:Z(e.component),rightColumn:Z(`ImageContent`)}}),e.submenu&&e.submenu.length>0){let n=jt(e.submenu);t.push(...n)}r&&t.push(r)}),t}function Mt(e,t){let n=Q(t);for(let t of e||[]){if(Q(t.link||``)===n)return t;if(t.submenu&&t.submenu.length>0){let e=Mt(t.submenu,n);if(e)return e}}return null}function Nt(e){let t=Q(e);if($.getRoutes().some(e=>Q(e.path)===t))return!0;let n=Mt(J.state.menuData,t);return!n||!n.link?!1:($.addRoute({path:t,meta:{requiresAuth:n.requiresAuth||!1},components:{default:Z(n.component),rightColumn:Z(`ImageContent`)}}),!0)}var $=wt({history:Ke(),routes:[]}),Pt=!1;$.beforeEach(async(e,t,n)=>{if(Pt){Wt();let t=Q(e.path);if(t!==e.path){n({path:t,query:e.query,hash:e.hash,replace:!0});return}if(e.matched.length===0&&Nt(t)){n({path:t,query:e.query,hash:e.hash,replace:!0});return}e.matched.some(e=>e.meta.requiresAuth)&&!J.getters.isLoggedIn?n(`/auth/login`):n()}else{Pt=!0,await J.dispatch(`loadMenuData`),jt(J.state.menuData).forEach(e=>$.addRoute(e)),Ft(),It(),Lt(),Rt(),zt(),J.state.menuLoadError&&$.hasRoute(X.NOT_FOUND)&&($.removeRoute(X.NOT_FOUND),$.addRoute({path:`/:pathMatch(.*)*`,components:{default:Z(`ServiceUnavailableComponent`),rightColumn:Z(`ImageContent`)},name:X.NOT_FOUND}));let t=Q(e.path);if(t!==e.path){n({path:t,query:e.query,hash:e.hash,replace:!0});return}n({...e,replace:!0})}});function Ft(){$.hasRoute(X.ADMIN_EDIT_PAGES)&&$.removeRoute(X.ADMIN_EDIT_PAGES),$.addRoute({path:`/admin/edit-pages`,components:{default:Z(`admin/PagePreviewComponent`),rightColumn:Z(`admin/EditPagesComponent`)},name:X.ADMIN_EDIT_PAGES})}function It(){$.hasRoute(X.REGISTER)&&$.removeRoute(X.REGISTER),$.addRoute({path:`/register`,components:{default:()=>Y(()=>import(`./RegisterContent-iKr18at8.js`),__vite__mapDeps([50,1,6,51])),rightColumn:Z(`ImageContent`)},name:X.REGISTER})}function Lt(){$.hasRoute(X.FORGOT_PASSWORD)&&$.removeRoute(X.FORGOT_PASSWORD),$.addRoute({path:`/forgot-password`,components:{default:()=>Y(()=>import(`./ForgotPasswordContent-D6cmoYf5.js`),__vite__mapDeps([46,1,6,47])),rightColumn:Z(`ImageContent`)},name:X.FORGOT_PASSWORD})}function Rt(){$.hasRoute(X.RESET_PASSWORD)&&$.removeRoute(X.RESET_PASSWORD),$.addRoute({path:`/reset-password`,components:{default:()=>Y(()=>import(`./ResetPasswordContent-Cw3v3Zc_.js`),__vite__mapDeps([52,1,6,53])),rightColumn:Z(`ImageContent`)},name:X.RESET_PASSWORD})}function zt(){$.hasRoute(X.AUTH_LOGIN)&&$.removeRoute(X.AUTH_LOGIN),$.addRoute({path:`/auth/login`,components:{default:()=>Y(()=>import(`./LoginContent-SWC8lNdR.js`),__vite__mapDeps([48,1,5,2,6,49])),rightColumn:Z(`ImageContent`)},name:X.AUTH_LOGIN})}function Bt(){$.hasRoute(X.HOME)&&$.removeRoute(X.HOME),$.addRoute({path:`/`,components:{default:Z(`DefaultContent`),rightColumn:Z(`ImageContent`)},name:X.HOME})}function Vt(){$.hasRoute(X.TERMS)&&$.removeRoute(X.TERMS),$.addRoute({path:`/terms`,components:{default:()=>Y(()=>import(`./TermsComponent-D6PyUZCS.js`),__vite__mapDeps([56,1,57])),rightColumn:Z(`ImageContent`)},name:X.TERMS})}function Ht(){$.hasRoute(X.PRIVACY_POLICY)&&$.removeRoute(X.PRIVACY_POLICY),$.addRoute({path:`/privacy-policy`,components:{default:()=>Y(()=>import(`./PrivacyPolicyComponent-CFtlpE96.js`),__vite__mapDeps([54,1,55])),rightColumn:Z(`ImageContent`)},name:X.PRIVACY_POLICY})}function Ut(){$.hasRoute(X.NOT_FOUND)||$.addRoute({path:`/:pathMatch(.*)*`,components:{default:Z(`DefaultComponent`),rightColumn:Z(`ImageContent`)},name:X.NOT_FOUND})}function Wt(){$.hasRoute(X.ADMIN_EDIT_PAGES)||Ft(),$.hasRoute(X.REGISTER)||It(),$.hasRoute(X.FORGOT_PASSWORD)||Lt(),$.hasRoute(X.RESET_PASSWORD)||Rt(),$.hasRoute(X.AUTH_LOGIN)||zt(),$.hasRoute(X.HOME)||Bt(),$.hasRoute(X.TERMS)||Vt(),$.hasRoute(X.PRIVACY_POLICY)||Ht(),Ut()}Ft(),It(),Lt(),Rt(),zt(),Bt(),Vt(),Ht(),Ut();export{Tt as i,J as n,q as r,$ as t}; +//# sourceMappingURL=router-DXnXJqfT.js.map \ No newline at end of file diff --git a/public/assets/strings-CNeI630x.js b/public/assets/strings-CNeI630x.js new file mode 100644 index 0000000..9393435 --- /dev/null +++ b/public/assets/strings-CNeI630x.js @@ -0,0 +1,2 @@ +function e(e){let[t,n]=e.split(`:`);return`${t}:${n}`}function t(e){return new Date(e).toLocaleDateString(`de-DE`,{year:`numeric`,month:`2-digit`,day:`2-digit`})}function n(e){let t=new Date(e);return`${String(t.getHours()).padStart(2,`0`)}:${String(t.getMinutes()).padStart(2,`0`)}`}export{e as n,n as r,t}; +//# sourceMappingURL=strings-CNeI630x.js.map \ No newline at end of file diff --git a/public/assets/strings-DzAmoxIw.js b/public/assets/strings-DzAmoxIw.js new file mode 100644 index 0000000..fe2962d --- /dev/null +++ b/public/assets/strings-DzAmoxIw.js @@ -0,0 +1,2 @@ +function e(e){let[t,n]=e.split(`:`);return`${t}:${n}`}function t(e){return new Date(e).toLocaleDateString(`de-DE`,{year:`numeric`,month:`2-digit`,day:`2-digit`})}function n(e){let t=new Date(e);return`${String(t.getHours()).padStart(2,`0`)}:${String(t.getMinutes()).padStart(2,`0`)}`}export{e as n,n as r,t}; +//# sourceMappingURL=strings-DzAmoxIw.js.map \ No newline at end of file diff --git a/public/assets/vue-multiselect.esm-9oGQ1abz.js b/public/assets/vue-multiselect.esm-9oGQ1abz.js new file mode 100644 index 0000000..bb5a534 --- /dev/null +++ b/public/assets/vue-multiselect.esm-9oGQ1abz.js @@ -0,0 +1,2 @@ +import{D as e,E as t,M as n,a as r,c as i,ct as a,d as o,h as s,i as c,j as l,l as u,m as d,ot as f,st as p,u as m,w as h}from"./_plugin-vue_export-helper-Conii5fq.js";import{c as g,o as _,s as v,t as y}from"./runtime-dom.esm-bundler-CI28bPhn.js";function b(e){return e===0?!1:Array.isArray(e)&&e.length===0?!0:!e}function x(e){return(...t)=>!e(...t)}function S(e,t){return e===void 0&&(e=`undefined`),e===null&&(e=`null`),e===!1&&(e=`false`),e.toString().toLowerCase().indexOf(t.trim())!==-1}function C(e){return e.filter(e=>!e.$isLabel)}function w(e,t){return n=>n.reduce((n,r)=>r[e]&&r[e].length?(n.push({$groupLabel:r[t],$isLabel:!0}),n.concat(r[e])):n,[])}var T=(...e)=>t=>e.reduce((e,t)=>t(e),t),E={name:`vue-multiselect`,mixins:[{data(){return{search:``,isOpen:!1,preferredOpenDirection:`below`,optimizedHeight:this.maxHeight}},props:{internalSearch:{type:Boolean,default:!0},options:{type:Array,required:!0},multiple:{type:Boolean,default:!1},trackBy:{type:String},label:{type:String},searchable:{type:Boolean,default:!0},clearOnSelect:{type:Boolean,default:!0},hideSelected:{type:Boolean,default:!1},placeholder:{type:String,default:`Select option`},allowEmpty:{type:Boolean,default:!0},resetAfter:{type:Boolean,default:!1},closeOnSelect:{type:Boolean,default:!0},customLabel:{type:Function,default(e,t){return b(e)?``:t?e[t]:e}},taggable:{type:Boolean,default:!1},tagPlaceholder:{type:String,default:`Press enter to create a tag`},tagPosition:{type:String,default:`top`},max:{type:[Number,Boolean],default:!1},id:{default:null},optionsLimit:{type:Number,default:1e3},groupValues:{type:String},groupLabel:{type:String},groupSelect:{type:Boolean,default:!1},blockKeys:{type:Array,default(){return[]}},preserveSearch:{type:Boolean,default:!1},preselectFirst:{type:Boolean,default:!1},preventAutofocus:{type:Boolean,default:!1},filteringSortFunc:{type:Function,default:null}},mounted(){!this.multiple&&this.max&&console.warn(`[Vue-Multiselect warn]: Max prop should not be used when prop Multiple equals false.`),this.preselectFirst&&!this.internalValue.length&&this.options.length&&this.select(this.filteredOptions[0])},computed:{internalValue(){return this.modelValue||this.modelValue===0?Array.isArray(this.modelValue)?this.modelValue:[this.modelValue]:[]},filteredOptions(){let e=this.search||``,t=e.toLowerCase().trim(),n=this.options.concat();return n=this.internalSearch?this.groupValues?this.filterAndFlat(n,t,this.label):this.filterOptions(n,t,this.label,this.customLabel):this.groupValues?w(this.groupValues,this.groupLabel)(n):n,n=this.hideSelected?n.filter(x(this.isSelected)):n,this.taggable&&t.length&&!this.isExistingOption(t)&&(this.tagPosition===`bottom`?n.push({isTag:!0,label:e}):n.unshift({isTag:!0,label:e})),n.slice(0,this.optionsLimit)},valueKeys(){return this.trackBy?this.internalValue.map(e=>e[this.trackBy]):this.internalValue},optionKeys(){return(this.groupValues?this.flatAndStrip(this.options):this.options).map(e=>this.customLabel(e,this.label).toString().toLowerCase())},currentOptionLabel(){return this.multiple?this.searchable?``:this.placeholder:this.internalValue.length?this.getOptionLabel(this.internalValue[0]):this.searchable?``:this.placeholder}},watch:{internalValue:{handler(){this.resetAfter&&this.internalValue.length&&(this.search=``,this.$emit(`update:modelValue`,this.multiple?[]:null))},deep:!0},search(){this.$emit(`search-change`,this.search)}},emits:[`open`,`search-change`,`close`,`select`,`update:modelValue`,`remove`,`tag`],methods:{getValue(){return this.multiple?this.internalValue:this.internalValue.length===0?null:this.internalValue[0]},filterAndFlat(e,t,n){return T(this.filterGroups(t,n,this.groupValues,this.groupLabel,this.customLabel),w(this.groupValues,this.groupLabel))(e)},flatAndStrip(e){return T(w(this.groupValues,this.groupLabel),C)(e)},updateSearch(e){this.search=e},isExistingOption(e){return this.options?this.optionKeys.indexOf(e)>-1:!1},isSelected(e){let t=this.trackBy?e[this.trackBy]:e;return this.valueKeys.indexOf(t)>-1},isOptionDisabled(e){return!!e.$isDisabled},getOptionLabel(e){if(b(e))return``;if(e.isTag)return e.label;if(e.$isLabel)return e.$groupLabel;let t=this.customLabel(e,this.label);return b(t)?``:t},select(e,t){if(e.$isLabel&&this.groupSelect){this.selectGroup(e);return}if(!(this.blockKeys.indexOf(t)!==-1||this.disabled||e.$isDisabled||e.$isLabel)&&!(this.max&&this.multiple&&this.internalValue.length===this.max)&&!(t===`Tab`&&!this.pointerDirty)){if(e.isTag)this.$emit(`tag`,e.label,this.id),this.search=``,this.closeOnSelect&&!this.multiple&&this.deactivate();else{if(this.isSelected(e)){t!==`Tab`&&this.removeElement(e);return}this.multiple?this.$emit(`update:modelValue`,this.internalValue.concat([e])):this.$emit(`update:modelValue`,e),this.$emit(`select`,e,this.id),this.clearOnSelect&&(this.search=``)}this.closeOnSelect&&this.deactivate()}},selectGroup(e){let t=this.options.find(t=>t[this.groupLabel]===e.$groupLabel);if(t){if(this.wholeGroupSelected(t)){this.$emit(`remove`,t[this.groupValues],this.id);let e=this.trackBy?t[this.groupValues].map(e=>e[this.trackBy]):t[this.groupValues],n=this.internalValue.filter(t=>e.indexOf(this.trackBy?t[this.trackBy]:t)===-1);this.$emit(`update:modelValue`,n)}else{let e=t[this.groupValues].filter(e=>!(this.isOptionDisabled(e)||this.isSelected(e)));this.max&&e.splice(this.max-this.internalValue.length),this.$emit(`select`,e,this.id),this.$emit(`update:modelValue`,this.internalValue.concat(e))}this.closeOnSelect&&this.deactivate()}},wholeGroupSelected(e){return e[this.groupValues].every(e=>this.isSelected(e)||this.isOptionDisabled(e))},wholeGroupDisabled(e){return e[this.groupValues].every(this.isOptionDisabled)},removeElement(e,t=!0){if(this.disabled||e.$isDisabled)return;if(!this.allowEmpty&&this.internalValue.length<=1){this.deactivate();return}let n=typeof e==`object`?this.valueKeys.indexOf(e[this.trackBy]):this.valueKeys.indexOf(e);if(this.multiple){let e=this.internalValue.slice(0,n).concat(this.internalValue.slice(n+1));this.$emit(`update:modelValue`,e)}else this.$emit(`update:modelValue`,null);this.$emit(`remove`,e,this.id),this.closeOnSelect&&t&&this.deactivate()},removeLastElement(){this.blockKeys.indexOf(`Delete`)===-1&&this.search.length===0&&Array.isArray(this.internalValue)&&this.internalValue.length&&this.removeElement(this.internalValue[this.internalValue.length-1],!1)},activate(){this.isOpen||this.disabled||(this.adjustPosition(),this.groupValues&&this.pointer===0&&this.filteredOptions.length&&(this.pointer=1),this.isOpen=!0,this.searchable?(this.preserveSearch||(this.search=``),this.preventAutofocus||this.$nextTick(()=>this.$refs.search&&this.$refs.search.focus())):this.preventAutofocus||this.$el!==void 0&&this.$el.focus(),this.$emit(`open`,this.id))},deactivate(){this.isOpen&&(this.isOpen=!1,this.searchable?this.$refs.search!==null&&this.$refs.search!==void 0&&this.$refs.search.blur():this.$el!==void 0&&this.$el.blur(),this.preserveSearch||(this.search=``),this.$emit(`close`,this.getValue(),this.id))},toggle(){this.isOpen?this.deactivate():this.activate()},adjustPosition(){if(typeof window>`u`)return;let e=this.$el.getBoundingClientRect().top,t=window.innerHeight-this.$el.getBoundingClientRect().bottom;t>this.maxHeight||t>e||this.openDirection===`below`||this.openDirection===`bottom`?(this.preferredOpenDirection=`below`,this.optimizedHeight=Math.min(t-40,this.maxHeight)):(this.preferredOpenDirection=`above`,this.optimizedHeight=Math.min(e-40,this.maxHeight))},filterOptions(e,t,n,r){return t?e.filter(e=>S(r(e,n),t)).sort((e,t)=>typeof this.filteringSortFunc==`function`?this.filteringSortFunc(e,t):r(e,n).length-r(t,n).length):e},filterGroups(e,t,n,r,i){return a=>a.map(a=>{if(!a[n])return console.warn(`Options passed to vue-multiselect do not contain groups, despite the config.`),[];let o=this.filterOptions(a[n],e,t,i);return o.length?{[r]:a[r],[n]:o}:[]})}}},{data(){return{pointer:0,pointerDirty:!1}},props:{showPointer:{type:Boolean,default:!0},optionHeight:{type:Number,default:40}},computed:{pointerPosition(){return this.pointer*this.optionHeight},visibleElements(){return this.optimizedHeight/this.optionHeight}},watch:{filteredOptions(){this.pointerAdjust()},isOpen(){this.pointerDirty=!1},pointer(){this.$refs.search&&this.$refs.search.setAttribute(`aria-activedescendant`,this.id+`-`+this.pointer.toString())}},methods:{optionHighlight(e,t){return{"multiselect__option--highlight":e===this.pointer&&this.showPointer,"multiselect__option--selected":this.isSelected(t)}},groupHighlight(e,t){if(!this.groupSelect)return[`multiselect__option--disabled`,{"multiselect__option--group":t.$isLabel}];let n=this.options.find(e=>e[this.groupLabel]===t.$groupLabel);return n&&!this.wholeGroupDisabled(n)?[`multiselect__option--group`,{"multiselect__option--highlight":e===this.pointer&&this.showPointer},{"multiselect__option--group-selected":this.wholeGroupSelected(n)}]:`multiselect__option--disabled`},addPointerElement({key:e}=`Enter`){this.filteredOptions.length>0&&this.select(this.filteredOptions[this.pointer],e),this.pointerReset()},pointerForward(){this.pointer0?(this.pointer--,this.$refs.list?.scrollTop>=this.pointerPosition&&(this.$refs.list.scrollTop=this.pointerPosition),this.filteredOptions[this.pointer]&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerBackward()):this.filteredOptions[this.pointer]&&this.filteredOptions[0].$isLabel&&!this.groupSelect&&this.pointerForward(),this.pointerDirty=!0},pointerReset(){this.closeOnSelect&&(this.pointer=0,this.$refs.list&&(this.$refs.list.scrollTop=0))},pointerAdjust(){this.pointer>=this.filteredOptions.length-1&&(this.pointer=this.filteredOptions.length?this.filteredOptions.length-1:0),this.filteredOptions.length>0&&this.filteredOptions[this.pointer]&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerForward()},pointerSet(e){this.pointer=e,this.pointerDirty=!0}}}],compatConfig:{MODE:3,ATTR_ENUMERATED_COERCION:!1},props:{name:{type:String,default:``},modelValue:{type:null,default(){return[]}},selectLabel:{type:String,default:`Press enter to select`},selectGroupLabel:{type:String,default:`Press enter to select group`},selectedLabel:{type:String,default:`Selected`},deselectLabel:{type:String,default:`Press enter to remove`},deselectGroupLabel:{type:String,default:`Press enter to deselect group`},showLabels:{type:Boolean,default:!0},limit:{type:Number,default:99999},maxHeight:{type:Number,default:300},limitText:{type:Function,default:e=>`and ${e} more`},loading:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},spellcheck:{type:Boolean,default:!1},openDirection:{type:String,default:``},showNoOptions:{type:Boolean,default:!0},showNoResults:{type:Boolean,default:!0},tabindex:{type:Number,default:0},required:{type:Boolean,default:!1},useTeleport:{type:Boolean,default:!1},teleportTarget:{type:[String,Object],default:`body`},contentWrapperClass:{type:[String,Array,Object],default:``}},data(){return{dropdownStyles:{},ready:!1}},computed:{hasOptionGroup(){return this.groupValues&&this.groupLabel&&this.groupSelect},isSingleLabelVisible(){return(this.singleValue||this.singleValue===0)&&(!this.isOpen||!this.searchable)&&!this.visibleValues.length},isPlaceholderVisible(){return!this.internalValue.length&&(!this.searchable||!this.isOpen)},visibleValues(){return this.multiple?this.internalValue.slice(0,this.limit):[]},singleValue(){return this.internalValue[0]},deselectLabelText(){return this.showLabels?this.deselectLabel:``},deselectGroupLabelText(){return this.showLabels?this.deselectGroupLabel:``},selectLabelText(){return this.showLabels?this.selectLabel:``},selectGroupLabelText(){return this.showLabels?this.selectGroupLabel:``},selectedLabelText(){return this.showLabels?this.selectedLabel:``},inputStyle(){return this.searchable||this.multiple&&this.modelValue&&this.modelValue.length?this.isOpen?{width:`100%`}:{width:`0`,position:`absolute`,padding:`0`}:``},contentStyle(){return this.options.length?{display:`inline-block`}:{display:`block`}},isAbove(){return this.openDirection===`above`||this.openDirection===`top`?!0:this.openDirection===`below`||this.openDirection===`bottom`?!1:this.preferredOpenDirection===`above`},showSearchInput(){return this.searchable&&(this.hasSingleSelectedSlot&&(this.visibleSingleValue||this.visibleSingleValue===0)?this.isOpen:!0)},isRequired(){return this.required===!1?!1:this.internalValue.length<=0}},watch:{isOpen(e){e&&(this.useTeleport?(this.ready=!1,this.$nextTick(()=>{let e=this.$el.getBoundingClientRect();this.dropdownStyles={position:`absolute`,top:`${e.bottom+window.scrollY}px`,left:`${e.left+window.scrollX}px`,width:`${e.width}px`,zIndex:9999},this.ready=!0})):this.ready=!0)}}},D=[`tabindex`,`aria-expanded`,`aria-owns`,`aria-activedescendant`],O={ref:`tags`,class:`multiselect__tags`},k={class:`multiselect__tags-wrap`},A=[`textContent`],j=[`onKeydown`,`onMousedown`],M=[`textContent`],N={class:`multiselect__spinner`},P=[`name`,`id`,`spellcheck`,`placeholder`,`required`,`value`,`disabled`,`tabindex`,`aria-label`,`aria-controls`],F=[`id`,`aria-multiselectable`],I={key:0},L={class:`multiselect__option`},R=[`aria-selected`,`id`,`role`],z=[`onClick`,`onMouseenter`,`data-select`,`data-selected`,`data-deselect`],B=[`data-select`,`data-deselect`,`onMouseenter`,`onMousedown`],V={class:`multiselect__option`},H={class:`multiselect__option`};function U(b,x,S,C,w,T){return h(),o(`div`,{tabindex:b.searchable?-1:S.tabindex,class:f([{"multiselect--active":b.isOpen,"multiselect--disabled":S.disabled,"multiselect--above":T.isAbove,"multiselect--has-options-group":T.hasOptionGroup},`multiselect`]),onFocus:x[14]||=e=>b.activate(),onBlur:x[15]||=e=>b.searchable?!1:b.deactivate(),onKeydown:[x[16]||=v(g(e=>b.pointerForward(),[`self`,`prevent`]),[`down`]),x[17]||=v(g(e=>b.pointerBackward(),[`self`,`prevent`]),[`up`]),x[18]||=v(g(e=>b.addPointerElement(e),[`stop`,`self`]),[`enter`,`tab`])],onKeyup:x[19]||=v(e=>b.deactivate(),[`esc`]),role:`combobox`,"aria-expanded":b.isOpen,"aria-owns":`listbox-`+b.id,"aria-activedescendant":b.isOpen&&b.pointer!==null?b.id+`-`+b.pointer:null},[e(b.$slots,`caret`,{toggle:b.toggle},()=>[i(`div`,{onMousedown:x[0]||=g(e=>b.toggle(),[`prevent`,`stop`]),class:`multiselect__select`},null,32)]),e(b.$slots,`clear`,{search:b.search}),i(`div`,O,[e(b.$slots,`selection`,{search:b.search,remove:b.removeElement,values:T.visibleValues,isOpen:b.isOpen},()=>[n(i(`div`,k,[(h(!0),o(c,null,t(T.visibleValues,(t,n)=>e(b.$slots,`tag`,{option:t,search:b.search,remove:b.removeElement},()=>[(h(),o(`span`,{class:`multiselect__tag`,key:n,onMousedown:x[1]||=g(()=>{},[`prevent`])},[i(`span`,{textContent:a(b.getOptionLabel(t))},null,8,A),i(`i`,{tabindex:`1`,onKeydown:v(g(e=>b.removeElement(t),[`prevent`]),[`enter`]),onMousedown:g(e=>b.removeElement(t),[`prevent`]),class:`multiselect__tag-icon`},null,40,j)],32))])),256))],512),[[_,T.visibleValues.length>0]]),b.internalValue&&b.internalValue.length>S.limit?e(b.$slots,`limit`,{key:0},()=>[i(`strong`,{class:`multiselect__strong`,textContent:a(S.limitText(b.internalValue.length-S.limit))},null,8,M)]):m(`v-if`,!0)]),s(y,{name:`multiselect__loading`},{default:l(()=>[e(b.$slots,`loading`,{},()=>[n(i(`div`,N,null,512),[[_,S.loading]])])]),_:3}),b.searchable?(h(),o(`input`,{key:0,ref:`search`,name:S.name,id:b.id,type:`text`,autocomplete:`off`,spellcheck:S.spellcheck,placeholder:b.placeholder,required:T.isRequired,style:p(T.inputStyle),value:b.search,disabled:S.disabled,tabindex:S.tabindex,"aria-label":S.name+`-searchbox`,onInput:x[2]||=e=>b.updateSearch(e.target.value),onFocus:x[3]||=g(e=>b.activate(),[`prevent`]),onBlur:x[4]||=g(e=>b.deactivate(),[`prevent`]),onKeyup:x[5]||=v(e=>b.deactivate(),[`esc`]),onKeydown:[x[6]||=v(g(e=>b.pointerForward(),[`prevent`]),[`down`]),x[7]||=v(g(e=>b.pointerBackward(),[`prevent`]),[`up`]),x[8]||=v(g(e=>b.addPointerElement(e),[`prevent`,`stop`,`self`]),[`enter`]),x[9]||=v(g(e=>b.removeLastElement(),[`stop`]),[`delete`])],class:`multiselect__input`,"aria-controls":`listbox-`+b.id},null,44,P)):m(`v-if`,!0),T.isSingleLabelVisible?(h(),o(`span`,{key:1,class:`multiselect__single`,onMousedown:x[10]||=g((...e)=>b.toggle&&b.toggle(...e),[`prevent`])},[e(b.$slots,`singleLabel`,{option:T.singleValue},()=>[d(a(b.currentOptionLabel),1)])],32)):m(`v-if`,!0),T.isPlaceholderVisible?(h(),o(`span`,{key:2,class:`multiselect__placeholder`,onMousedown:x[11]||=g((...e)=>b.toggle&&b.toggle(...e),[`prevent`])},[e(b.$slots,`placeholder`,{},()=>[d(a(b.placeholder),1)])],32)):m(`v-if`,!0)],512),(h(),u(r,{to:S.teleportTarget,disabled:!S.useTeleport},[s(y,{name:`multiselect`},{default:l(()=>[b.isOpen&&w.ready?(h(),o(`div`,{key:0,class:f([`multiselect__content-wrapper`,S.contentWrapperClass]),onFocus:x[12]||=(...e)=>b.activate&&b.activate(...e),tabindex:`-1`,onMousedown:x[13]||=g(()=>{},[`prevent`]),style:p([w.dropdownStyles,{maxHeight:b.optimizedHeight+`px`}]),ref:`list`},[i(`ul`,{class:`multiselect__content`,style:p(T.contentStyle),role:`listbox`,id:`listbox-`+b.id,"aria-multiselectable":b.multiple},[e(b.$slots,`beforeList`),b.multiple&&b.max===b.internalValue.length?(h(),o(`li`,I,[i(`span`,L,[e(b.$slots,`maxElements`,{},()=>[d(`Maximum of `+a(b.max)+` options selected. First remove a selected option to select another.`,1)])])])):m(`v-if`,!0),!b.max||b.internalValue.length(h(),o(`li`,{class:`multiselect__element`,key:n,"aria-selected":b.isSelected(t),id:b.id+`-`+n,role:t&&(t.$isLabel||t.$isDisabled)?null:`option`},[t&&(t.$isLabel||t.$isDisabled)?m(`v-if`,!0):(h(),o(`span`,{key:0,class:f([b.optionHighlight(n,t),`multiselect__option`]),onClick:g(e=>b.select(t),[`stop`]),onMouseenter:g(e=>b.pointerSet(n),[`self`]),"data-select":t&&t.isTag?b.tagPlaceholder:T.selectLabelText,"data-selected":T.selectedLabelText,"data-deselect":T.deselectLabelText},[e(b.$slots,`option`,{option:t,search:b.search,index:n},()=>[i(`span`,null,a(b.getOptionLabel(t)),1)])],42,z)),t&&(t.$isLabel||t.$isDisabled)?(h(),o(`span`,{key:1,"data-select":b.groupSelect&&T.selectGroupLabelText,"data-deselect":b.groupSelect&&T.deselectGroupLabelText,class:f([b.groupHighlight(n,t),`multiselect__option`]),onMouseenter:g(e=>b.groupSelect&&b.pointerSet(n),[`self`]),onMousedown:g(e=>b.selectGroup(t),[`prevent`])},[e(b.$slots,`option`,{option:t,search:b.search,index:n},()=>[i(`span`,null,a(b.getOptionLabel(t)),1)])],42,B)):m(`v-if`,!0)],8,R))),128)):m(`v-if`,!0),n(i(`li`,null,[i(`span`,V,[e(b.$slots,`noResult`,{search:b.search},()=>[x[20]||=d(`No elements found. Consider changing the search query.`)])])],512),[[_,S.showNoResults&&b.filteredOptions.length===0&&b.search&&!S.loading]]),n(i(`li`,null,[i(`span`,H,[e(b.$slots,`noOptions`,{},()=>[x[21]||=d(`List is empty.`)])])],512),[[_,S.showNoOptions&&b.filteredOptions.length===0&&!b.search&&!S.loading]]),e(b.$slots,`afterList`)],12,F)],38)):m(`v-if`,!0)]),_:3})],8,[`to`,`disabled`]))],42,D)}E.render=U;export{E as t}; +//# sourceMappingURL=vue-multiselect.esm-9oGQ1abz.js.map \ No newline at end of file diff --git a/public/assets/vue-multiselect.esm-ClUY7h_I.js b/public/assets/vue-multiselect.esm-ClUY7h_I.js new file mode 100644 index 0000000..624deaa --- /dev/null +++ b/public/assets/vue-multiselect.esm-ClUY7h_I.js @@ -0,0 +1,2 @@ +import{D as e,E as t,M as n,a as r,c as i,ct as a,d as o,h as s,i as c,j as l,l as u,m as d,ot as f,st as p,u as m,w as h}from"./_plugin-vue_export-helper-Conii5fq.js";import{c as g,o as _,s as v,t as y}from"./runtime-dom.esm-bundler-CI28bPhn.js";function b(e){return e===0?!1:Array.isArray(e)&&e.length===0?!0:!e}function x(e){return(...t)=>!e(...t)}function S(e,t){return e===void 0&&(e=`undefined`),e===null&&(e=`null`),e===!1&&(e=`false`),e.toString().toLowerCase().indexOf(t.trim())!==-1}function C(e){return e.filter(e=>!e.$isLabel)}function w(e,t){return n=>n.reduce((n,r)=>r[e]&&r[e].length?(n.push({$groupLabel:r[t],$isLabel:!0}),n.concat(r[e])):n,[])}var T=(...e)=>t=>e.reduce((e,t)=>t(e),t),E={name:`vue-multiselect`,mixins:[{data(){return{search:``,isOpen:!1,preferredOpenDirection:`below`,optimizedHeight:this.maxHeight}},props:{internalSearch:{type:Boolean,default:!0},options:{type:Array,required:!0},multiple:{type:Boolean,default:!1},trackBy:{type:String},label:{type:String},searchable:{type:Boolean,default:!0},clearOnSelect:{type:Boolean,default:!0},hideSelected:{type:Boolean,default:!1},placeholder:{type:String,default:`Select option`},allowEmpty:{type:Boolean,default:!0},resetAfter:{type:Boolean,default:!1},closeOnSelect:{type:Boolean,default:!0},customLabel:{type:Function,default(e,t){return b(e)?``:t?e[t]:e}},taggable:{type:Boolean,default:!1},tagPlaceholder:{type:String,default:`Press enter to create a tag`},tagPosition:{type:String,default:`top`},max:{type:[Number,Boolean],default:!1},id:{default:null},optionsLimit:{type:Number,default:1e3},groupValues:{type:String},groupLabel:{type:String},groupSelect:{type:Boolean,default:!1},blockKeys:{type:Array,default(){return[]}},preserveSearch:{type:Boolean,default:!1},preselectFirst:{type:Boolean,default:!1},preventAutofocus:{type:Boolean,default:!1},filteringSortFunc:{type:Function,default:null}},mounted(){!this.multiple&&this.max&&console.warn(`[Vue-Multiselect warn]: Max prop should not be used when prop Multiple equals false.`),this.preselectFirst&&!this.internalValue.length&&this.options.length&&this.select(this.filteredOptions[0])},computed:{internalValue(){return this.modelValue||this.modelValue===0?Array.isArray(this.modelValue)?this.modelValue:[this.modelValue]:[]},filteredOptions(){let e=this.search||``,t=e.toLowerCase().trim(),n=this.options.concat();return n=this.internalSearch?this.groupValues?this.filterAndFlat(n,t,this.label):this.filterOptions(n,t,this.label,this.customLabel):this.groupValues?w(this.groupValues,this.groupLabel)(n):n,n=this.hideSelected?n.filter(x(this.isSelected)):n,this.taggable&&t.length&&!this.isExistingOption(t)&&(this.tagPosition===`bottom`?n.push({isTag:!0,label:e}):n.unshift({isTag:!0,label:e})),n.slice(0,this.optionsLimit)},valueKeys(){return this.trackBy?this.internalValue.map(e=>e[this.trackBy]):this.internalValue},optionKeys(){return(this.groupValues?this.flatAndStrip(this.options):this.options).map(e=>this.customLabel(e,this.label).toString().toLowerCase())},currentOptionLabel(){return this.multiple?this.searchable?``:this.placeholder:this.internalValue.length?this.getOptionLabel(this.internalValue[0]):this.searchable?``:this.placeholder}},watch:{internalValue:{handler(){this.resetAfter&&this.internalValue.length&&(this.search=``,this.$emit(`update:modelValue`,this.multiple?[]:null))},deep:!0},search(){this.$emit(`search-change`,this.search)}},emits:[`open`,`search-change`,`close`,`select`,`update:modelValue`,`remove`,`tag`],methods:{getValue(){return this.multiple?this.internalValue:this.internalValue.length===0?null:this.internalValue[0]},filterAndFlat(e,t,n){return T(this.filterGroups(t,n,this.groupValues,this.groupLabel,this.customLabel),w(this.groupValues,this.groupLabel))(e)},flatAndStrip(e){return T(w(this.groupValues,this.groupLabel),C)(e)},updateSearch(e){this.search=e},isExistingOption(e){return this.options?this.optionKeys.indexOf(e)>-1:!1},isSelected(e){let t=this.trackBy?e[this.trackBy]:e;return this.valueKeys.indexOf(t)>-1},isOptionDisabled(e){return!!e.$isDisabled},getOptionLabel(e){if(b(e))return``;if(e.isTag)return e.label;if(e.$isLabel)return e.$groupLabel;let t=this.customLabel(e,this.label);return b(t)?``:t},select(e,t){if(e.$isLabel&&this.groupSelect){this.selectGroup(e);return}if(!(this.blockKeys.indexOf(t)!==-1||this.disabled||e.$isDisabled||e.$isLabel)&&!(this.max&&this.multiple&&this.internalValue.length===this.max)&&!(t===`Tab`&&!this.pointerDirty)){if(e.isTag)this.$emit(`tag`,e.label,this.id),this.search=``,this.closeOnSelect&&!this.multiple&&this.deactivate();else{if(this.isSelected(e)){t!==`Tab`&&this.removeElement(e);return}this.multiple?this.$emit(`update:modelValue`,this.internalValue.concat([e])):this.$emit(`update:modelValue`,e),this.$emit(`select`,e,this.id),this.clearOnSelect&&(this.search=``)}this.closeOnSelect&&this.deactivate()}},selectGroup(e){let t=this.options.find(t=>t[this.groupLabel]===e.$groupLabel);if(t){if(this.wholeGroupSelected(t)){this.$emit(`remove`,t[this.groupValues],this.id);let e=this.trackBy?t[this.groupValues].map(e=>e[this.trackBy]):t[this.groupValues],n=this.internalValue.filter(t=>e.indexOf(this.trackBy?t[this.trackBy]:t)===-1);this.$emit(`update:modelValue`,n)}else{let e=t[this.groupValues].filter(e=>!(this.isOptionDisabled(e)||this.isSelected(e)));this.max&&e.splice(this.max-this.internalValue.length),this.$emit(`select`,e,this.id),this.$emit(`update:modelValue`,this.internalValue.concat(e))}this.closeOnSelect&&this.deactivate()}},wholeGroupSelected(e){return e[this.groupValues].every(e=>this.isSelected(e)||this.isOptionDisabled(e))},wholeGroupDisabled(e){return e[this.groupValues].every(this.isOptionDisabled)},removeElement(e,t=!0){if(this.disabled||e.$isDisabled)return;if(!this.allowEmpty&&this.internalValue.length<=1){this.deactivate();return}let n=typeof e==`object`?this.valueKeys.indexOf(e[this.trackBy]):this.valueKeys.indexOf(e);if(this.multiple){let e=this.internalValue.slice(0,n).concat(this.internalValue.slice(n+1));this.$emit(`update:modelValue`,e)}else this.$emit(`update:modelValue`,null);this.$emit(`remove`,e,this.id),this.closeOnSelect&&t&&this.deactivate()},removeLastElement(){this.blockKeys.indexOf(`Delete`)===-1&&this.search.length===0&&Array.isArray(this.internalValue)&&this.internalValue.length&&this.removeElement(this.internalValue[this.internalValue.length-1],!1)},activate(){this.isOpen||this.disabled||(this.adjustPosition(),this.groupValues&&this.pointer===0&&this.filteredOptions.length&&(this.pointer=1),this.isOpen=!0,this.searchable?(this.preserveSearch||(this.search=``),this.preventAutofocus||this.$nextTick(()=>this.$refs.search&&this.$refs.search.focus())):this.preventAutofocus||this.$el!==void 0&&this.$el.focus(),this.$emit(`open`,this.id))},deactivate(){this.isOpen&&(this.isOpen=!1,this.searchable?this.$refs.search!==null&&this.$refs.search!==void 0&&this.$refs.search.blur():this.$el!==void 0&&this.$el.blur(),this.preserveSearch||(this.search=``),this.$emit(`close`,this.getValue(),this.id))},toggle(){this.isOpen?this.deactivate():this.activate()},adjustPosition(){if(typeof window>`u`)return;let e=this.$el.getBoundingClientRect().top,t=window.innerHeight-this.$el.getBoundingClientRect().bottom;t>this.maxHeight||t>e||this.openDirection===`below`||this.openDirection===`bottom`?(this.preferredOpenDirection=`below`,this.optimizedHeight=Math.min(t-40,this.maxHeight)):(this.preferredOpenDirection=`above`,this.optimizedHeight=Math.min(e-40,this.maxHeight))},filterOptions(e,t,n,r){return t?e.filter(e=>S(r(e,n),t)).sort((e,t)=>typeof this.filteringSortFunc==`function`?this.filteringSortFunc(e,t):r(e,n).length-r(t,n).length):e},filterGroups(e,t,n,r,i){return a=>a.map(a=>{if(!a[n])return console.warn(`Options passed to vue-multiselect do not contain groups, despite the config.`),[];let o=this.filterOptions(a[n],e,t,i);return o.length?{[r]:a[r],[n]:o}:[]})}}},{data(){return{pointer:0,pointerDirty:!1}},props:{showPointer:{type:Boolean,default:!0},optionHeight:{type:Number,default:40}},computed:{pointerPosition(){return this.pointer*this.optionHeight},visibleElements(){return this.optimizedHeight/this.optionHeight}},watch:{filteredOptions(){this.pointerAdjust()},isOpen(){this.pointerDirty=!1},pointer(){this.$refs.search&&this.$refs.search.setAttribute(`aria-activedescendant`,this.id+`-`+this.pointer.toString())}},methods:{optionHighlight(e,t){return{"multiselect__option--highlight":e===this.pointer&&this.showPointer,"multiselect__option--selected":this.isSelected(t)}},groupHighlight(e,t){if(!this.groupSelect)return[`multiselect__option--disabled`,{"multiselect__option--group":t.$isLabel}];let n=this.options.find(e=>e[this.groupLabel]===t.$groupLabel);return n&&!this.wholeGroupDisabled(n)?[`multiselect__option--group`,{"multiselect__option--highlight":e===this.pointer&&this.showPointer},{"multiselect__option--group-selected":this.wholeGroupSelected(n)}]:`multiselect__option--disabled`},addPointerElement({key:e}=`Enter`){this.filteredOptions.length>0&&this.select(this.filteredOptions[this.pointer],e),this.pointerReset()},pointerForward(){this.pointer0?(this.pointer--,this.$refs.list?.scrollTop>=this.pointerPosition&&(this.$refs.list.scrollTop=this.pointerPosition),this.filteredOptions[this.pointer]&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerBackward()):this.filteredOptions[this.pointer]&&this.filteredOptions[0].$isLabel&&!this.groupSelect&&this.pointerForward(),this.pointerDirty=!0},pointerReset(){this.closeOnSelect&&(this.pointer=0,this.$refs.list&&(this.$refs.list.scrollTop=0))},pointerAdjust(){this.pointer>=this.filteredOptions.length-1&&(this.pointer=this.filteredOptions.length?this.filteredOptions.length-1:0),this.filteredOptions.length>0&&this.filteredOptions[this.pointer]&&this.filteredOptions[this.pointer].$isLabel&&!this.groupSelect&&this.pointerForward()},pointerSet(e){this.pointer=e,this.pointerDirty=!0}}}],compatConfig:{MODE:3,ATTR_ENUMERATED_COERCION:!1},props:{name:{type:String,default:``},modelValue:{type:null,default(){return[]}},selectLabel:{type:String,default:`Press enter to select`},selectGroupLabel:{type:String,default:`Press enter to select group`},selectedLabel:{type:String,default:`Selected`},deselectLabel:{type:String,default:`Press enter to remove`},deselectGroupLabel:{type:String,default:`Press enter to deselect group`},showLabels:{type:Boolean,default:!0},limit:{type:Number,default:99999},maxHeight:{type:Number,default:300},limitText:{type:Function,default:e=>`and ${e} more`},loading:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},spellcheck:{type:Boolean,default:!1},openDirection:{type:String,default:``},showNoOptions:{type:Boolean,default:!0},showNoResults:{type:Boolean,default:!0},tabindex:{type:Number,default:0},required:{type:Boolean,default:!1},useTeleport:{type:Boolean,default:!1},teleportTarget:{type:[String,Object],default:`body`},contentWrapperClass:{type:[String,Array,Object],default:``}},data(){return{dropdownStyles:{},ready:!1}},computed:{hasOptionGroup(){return this.groupValues&&this.groupLabel&&this.groupSelect},isSingleLabelVisible(){return(this.singleValue||this.singleValue===0)&&(!this.isOpen||!this.searchable)&&!this.visibleValues.length},isPlaceholderVisible(){return!this.internalValue.length&&(!this.searchable||!this.isOpen)},visibleValues(){return this.multiple?this.internalValue.slice(0,this.limit):[]},singleValue(){return this.internalValue[0]},deselectLabelText(){return this.showLabels?this.deselectLabel:``},deselectGroupLabelText(){return this.showLabels?this.deselectGroupLabel:``},selectLabelText(){return this.showLabels?this.selectLabel:``},selectGroupLabelText(){return this.showLabels?this.selectGroupLabel:``},selectedLabelText(){return this.showLabels?this.selectedLabel:``},inputStyle(){return this.searchable||this.multiple&&this.modelValue&&this.modelValue.length?this.isOpen?{width:`100%`}:{width:`0`,position:`absolute`,padding:`0`}:``},contentStyle(){return this.options.length?{display:`inline-block`}:{display:`block`}},isAbove(){return this.openDirection===`above`||this.openDirection===`top`?!0:this.openDirection===`below`||this.openDirection===`bottom`?!1:this.preferredOpenDirection===`above`},showSearchInput(){return this.searchable&&(this.hasSingleSelectedSlot&&(this.visibleSingleValue||this.visibleSingleValue===0)?this.isOpen:!0)},isRequired(){return this.required===!1?!1:this.internalValue.length<=0}},watch:{isOpen(e){e&&(this.useTeleport?(this.ready=!1,this.$nextTick(()=>{let e=this.$el.getBoundingClientRect();this.dropdownStyles={position:`absolute`,top:`${e.bottom+window.scrollY}px`,left:`${e.left+window.scrollX}px`,width:`${e.width}px`,zIndex:9999},this.ready=!0})):this.ready=!0)}}},D=[`tabindex`,`aria-expanded`,`aria-owns`,`aria-activedescendant`],O={ref:`tags`,class:`multiselect__tags`},k={class:`multiselect__tags-wrap`},A=[`textContent`],j=[`onKeydown`,`onMousedown`],M=[`textContent`],N={class:`multiselect__spinner`},P=[`name`,`id`,`spellcheck`,`placeholder`,`required`,`value`,`disabled`,`tabindex`,`aria-label`,`aria-controls`],F=[`id`,`aria-multiselectable`],I={key:0},L={class:`multiselect__option`},R=[`aria-selected`,`id`,`role`],z=[`onClick`,`onMouseenter`,`data-select`,`data-selected`,`data-deselect`],B=[`data-select`,`data-deselect`,`onMouseenter`,`onMousedown`],V={class:`multiselect__option`},H={class:`multiselect__option`};function U(b,x,S,C,w,T){return h(),o(`div`,{tabindex:b.searchable?-1:S.tabindex,class:f([{"multiselect--active":b.isOpen,"multiselect--disabled":S.disabled,"multiselect--above":T.isAbove,"multiselect--has-options-group":T.hasOptionGroup},`multiselect`]),onFocus:x[14]||=e=>b.activate(),onBlur:x[15]||=e=>b.searchable?!1:b.deactivate(),onKeydown:[x[16]||=v(g(e=>b.pointerForward(),[`self`,`prevent`]),[`down`]),x[17]||=v(g(e=>b.pointerBackward(),[`self`,`prevent`]),[`up`]),x[18]||=v(g(e=>b.addPointerElement(e),[`stop`,`self`]),[`enter`,`tab`])],onKeyup:x[19]||=v(e=>b.deactivate(),[`esc`]),role:`combobox`,"aria-expanded":b.isOpen,"aria-owns":`listbox-`+b.id,"aria-activedescendant":b.isOpen&&b.pointer!==null?b.id+`-`+b.pointer:null},[e(b.$slots,`caret`,{toggle:b.toggle},()=>[i(`div`,{onMousedown:x[0]||=g(e=>b.toggle(),[`prevent`,`stop`]),class:`multiselect__select`},null,32)]),e(b.$slots,`clear`,{search:b.search}),i(`div`,O,[e(b.$slots,`selection`,{search:b.search,remove:b.removeElement,values:T.visibleValues,isOpen:b.isOpen},()=>[n(i(`div`,k,[(h(!0),o(c,null,t(T.visibleValues,(t,n)=>e(b.$slots,`tag`,{option:t,search:b.search,remove:b.removeElement},()=>[(h(),o(`span`,{class:`multiselect__tag`,key:n,onMousedown:x[1]||=g(()=>{},[`prevent`])},[i(`span`,{textContent:a(b.getOptionLabel(t))},null,8,A),i(`i`,{tabindex:`1`,onKeydown:v(g(e=>b.removeElement(t),[`prevent`]),[`enter`]),onMousedown:g(e=>b.removeElement(t),[`prevent`]),class:`multiselect__tag-icon`},null,40,j)],32))])),256))],512),[[_,T.visibleValues.length>0]]),b.internalValue&&b.internalValue.length>S.limit?e(b.$slots,`limit`,{key:0},()=>[i(`strong`,{class:`multiselect__strong`,textContent:a(S.limitText(b.internalValue.length-S.limit))},null,8,M)]):m(`v-if`,!0)]),s(y,{name:`multiselect__loading`},{default:l(()=>[e(b.$slots,`loading`,{},()=>[n(i(`div`,N,null,512),[[_,S.loading]])])]),_:3}),b.searchable?(h(),o(`input`,{key:0,ref:`search`,name:S.name,id:b.id,type:`text`,autocomplete:`off`,spellcheck:S.spellcheck,placeholder:b.placeholder,required:T.isRequired,style:p(T.inputStyle),value:b.search,disabled:S.disabled,tabindex:S.tabindex,"aria-label":S.name+`-searchbox`,onInput:x[2]||=e=>b.updateSearch(e.target.value),onFocus:x[3]||=g(e=>b.activate(),[`prevent`]),onBlur:x[4]||=g(e=>b.deactivate(),[`prevent`]),onKeyup:x[5]||=v(e=>b.deactivate(),[`esc`]),onKeydown:[x[6]||=v(g(e=>b.pointerForward(),[`prevent`]),[`down`]),x[7]||=v(g(e=>b.pointerBackward(),[`prevent`]),[`up`]),x[8]||=v(g(e=>b.addPointerElement(e),[`prevent`,`stop`,`self`]),[`enter`]),x[9]||=v(g(e=>b.removeLastElement(),[`stop`]),[`delete`])],class:`multiselect__input`,"aria-controls":`listbox-`+b.id},null,44,P)):m(`v-if`,!0),T.isSingleLabelVisible?(h(),o(`span`,{key:1,class:`multiselect__single`,onMousedown:x[10]||=g((...e)=>b.toggle&&b.toggle(...e),[`prevent`])},[e(b.$slots,`singleLabel`,{option:T.singleValue},()=>[d(a(b.currentOptionLabel),1)])],32)):m(`v-if`,!0),T.isPlaceholderVisible?(h(),o(`span`,{key:2,class:`multiselect__placeholder`,onMousedown:x[11]||=g((...e)=>b.toggle&&b.toggle(...e),[`prevent`])},[e(b.$slots,`placeholder`,{},()=>[d(a(b.placeholder),1)])],32)):m(`v-if`,!0)],512),(h(),u(r,{to:S.teleportTarget,disabled:!S.useTeleport},[s(y,{name:`multiselect`},{default:l(()=>[b.isOpen&&w.ready?(h(),o(`div`,{key:0,class:f([`multiselect__content-wrapper`,S.contentWrapperClass]),onFocus:x[12]||=(...e)=>b.activate&&b.activate(...e),tabindex:`-1`,onMousedown:x[13]||=g(()=>{},[`prevent`]),style:p([w.dropdownStyles,{maxHeight:b.optimizedHeight+`px`}]),ref:`list`},[i(`ul`,{class:`multiselect__content`,style:p(T.contentStyle),role:`listbox`,id:`listbox-`+b.id,"aria-multiselectable":b.multiple},[e(b.$slots,`beforeList`),b.multiple&&b.max===b.internalValue.length?(h(),o(`li`,I,[i(`span`,L,[e(b.$slots,`maxElements`,{},()=>[d(`Maximum of `+a(b.max)+` options selected. First remove a selected option to select another.`,1)])])])):m(`v-if`,!0),!b.max||b.internalValue.length(h(),o(`li`,{class:`multiselect__element`,key:n,"aria-selected":b.isSelected(t),id:b.id+`-`+n,role:t&&(t.$isLabel||t.$isDisabled)?null:`option`},[t&&(t.$isLabel||t.$isDisabled)?m(`v-if`,!0):(h(),o(`span`,{key:0,class:f([b.optionHighlight(n,t),`multiselect__option`]),onClick:g(e=>b.select(t),[`stop`]),onMouseenter:g(e=>b.pointerSet(n),[`self`]),"data-select":t&&t.isTag?b.tagPlaceholder:T.selectLabelText,"data-selected":T.selectedLabelText,"data-deselect":T.deselectLabelText},[e(b.$slots,`option`,{option:t,search:b.search,index:n},()=>[i(`span`,null,a(b.getOptionLabel(t)),1)])],42,z)),t&&(t.$isLabel||t.$isDisabled)?(h(),o(`span`,{key:1,"data-select":b.groupSelect&&T.selectGroupLabelText,"data-deselect":b.groupSelect&&T.deselectGroupLabelText,class:f([b.groupHighlight(n,t),`multiselect__option`]),onMouseenter:g(e=>b.groupSelect&&b.pointerSet(n),[`self`]),onMousedown:g(e=>b.selectGroup(t),[`prevent`])},[e(b.$slots,`option`,{option:t,search:b.search,index:n},()=>[i(`span`,null,a(b.getOptionLabel(t)),1)])],42,B)):m(`v-if`,!0)],8,R))),128)):m(`v-if`,!0),n(i(`li`,null,[i(`span`,V,[e(b.$slots,`noResult`,{search:b.search},()=>[x[20]||=d(`No elements found. Consider changing the search query.`)])])],512),[[_,S.showNoResults&&b.filteredOptions.length===0&&b.search&&!S.loading]]),n(i(`li`,null,[i(`span`,H,[e(b.$slots,`noOptions`,{},()=>[x[21]||=d(`List is empty.`)])])],512),[[_,S.showNoOptions&&b.filteredOptions.length===0&&!b.search&&!S.loading]]),e(b.$slots,`afterList`)],12,F)],38)):m(`v-if`,!0)]),_:3})],8,[`to`,`disabled`]))],42,D)}E.render=U;export{E as t}; +//# sourceMappingURL=vue-multiselect.esm-ClUY7h_I.js.map \ No newline at end of file diff --git a/public/index.html b/public/index.html index 8e87c94..d82a6f5 100644 --- a/public/index.html +++ b/public/index.html @@ -5,14 +5,13 @@ Miriamgemeinde - + - - + - +