From c9fdc5efa2c50b71dc20a514c7059f46b7463c1e Mon Sep 17 00:00:00 2001 From: Tom H Anderson Date: Sun, 14 Apr 2024 21:53:05 -0600 Subject: [PATCH] Added OAuth2 --- composer.json | 3 +- composer.lock | 1084 ++++++++++++++++- ...sList.DiHnB2bA.js => ArgsList.DxQdV4-Y.js} | 2 +- ...{Button.C_rOrgVq.js => Button.CByCVkpw.js} | 2 +- ...wn.CbSzYa8s.js => ChevronDown.CmYd3myn.js} | 2 +- ...g.DbXhTq84.js => DirectiveTag.DXOjfS2C.js} | 2 +- ...s.Dg6bK-AW.js => FieldDetails.qFsX1Vyn.js} | 2 +- ...3K97dO.js => PreviousNextPage.BdMdrLc-.js} | 2 +- .../_app/immutable/chunks/control.N0296igh.js | 1 - .../_app/immutable/chunks/control.e7CDtKCx.js | 1 + .../{entry.CI97bZmp.js => entry.DZ2M09qS.js} | 2 +- .../{index.B3J8KsPS.js => index.X_9yf3oX.js} | 2 +- .../{pages.BCP16mL4.js => pages.CcTkWsNO.js} | 4 +- ...{stores.DF19nNhK.js => stores.CKxda2LT.js} | 2 +- .../{app.C8LYIsrO.js => app.BOkvIw4N.js} | 4 +- .../_app/immutable/entry/start.Cc8V18aH.js | 1 - .../_app/immutable/entry/start.WXaHjhXz.js | 1 + .../nodes/{0.vPo7VLAv.js => 0.BpFUFp99.js} | 2 +- .../nodes/{1.DJMaOT67.js => 1.BYN-DKjw.js} | 2 +- .../nodes/{2.BvLi7NMs.js => 2.DDnf3l2F.js} | 2 +- .../nodes/{3.CEd56bC0.js => 3.C02ndAS5.js} | 2 +- .../nodes/{4.B2iPVb3e.js => 4.DDVfQCIE.js} | 2 +- .../nodes/{5.Bxhppqru.js => 5.aCIyQopu.js} | 2 +- .../nodes/{6.zeX5NABM.js => 6.DBfd8vij.js} | 2 +- .../nodes/{7.DdZ7yK2v.js => 7.D7DADmTJ.js} | 2 +- .../nodes/{8.C5v0T_kg.js => 8.BXNrLDNa.js} | 2 +- public/docs/_app/version.json | 2 +- .../composer-tools-for-code-quality.html | 30 +- .../doctrine-erd-with-skipper.html | 30 +- public/docs/database-quality/fixtures.html | 30 +- .../graphql-documentation.html | 30 +- .../graphql-quality/doctrine-orm-graphql.html | 30 +- .../external-documentation.html | 32 +- public/docs/introduction/getting-started.html | 30 +- public/docs/introduction/welcome.html | 33 +- public/docs/license/license.html | 30 +- .../docs/pages/01.Introduction/01.Welcome.md | 1 + .../01.External Documentation.md | 1 + 38 files changed, 1200 insertions(+), 214 deletions(-) rename public/docs/_app/immutable/chunks/{ArgsList.DiHnB2bA.js => ArgsList.DxQdV4-Y.js} (99%) rename public/docs/_app/immutable/chunks/{Button.C_rOrgVq.js => Button.CByCVkpw.js} (99%) rename public/docs/_app/immutable/chunks/{ChevronDown.CbSzYa8s.js => ChevronDown.CmYd3myn.js} (99%) rename public/docs/_app/immutable/chunks/{DirectiveTag.DbXhTq84.js => DirectiveTag.DXOjfS2C.js} (95%) rename public/docs/_app/immutable/chunks/{FieldDetails.Dg6bK-AW.js => FieldDetails.qFsX1Vyn.js} (99%) rename public/docs/_app/immutable/chunks/{PreviousNextPage.Co3K97dO.js => PreviousNextPage.BdMdrLc-.js} (99%) delete mode 100644 public/docs/_app/immutable/chunks/control.N0296igh.js create mode 100644 public/docs/_app/immutable/chunks/control.e7CDtKCx.js rename public/docs/_app/immutable/chunks/{entry.CI97bZmp.js => entry.DZ2M09qS.js} (99%) rename public/docs/_app/immutable/chunks/{index.B3J8KsPS.js => index.X_9yf3oX.js} (61%) rename public/docs/_app/immutable/chunks/{pages.BCP16mL4.js => pages.CcTkWsNO.js} (96%) rename public/docs/_app/immutable/chunks/{stores.DF19nNhK.js => stores.CKxda2LT.js} (72%) rename public/docs/_app/immutable/entry/{app.C8LYIsrO.js => app.BOkvIw4N.js} (81%) delete mode 100644 public/docs/_app/immutable/entry/start.Cc8V18aH.js create mode 100644 public/docs/_app/immutable/entry/start.WXaHjhXz.js rename public/docs/_app/immutable/nodes/{0.vPo7VLAv.js => 0.BpFUFp99.js} (99%) rename public/docs/_app/immutable/nodes/{1.DJMaOT67.js => 1.BYN-DKjw.js} (94%) rename public/docs/_app/immutable/nodes/{2.BvLi7NMs.js => 2.DDnf3l2F.js} (53%) rename public/docs/_app/immutable/nodes/{3.CEd56bC0.js => 3.C02ndAS5.js} (88%) rename public/docs/_app/immutable/nodes/{4.B2iPVb3e.js => 4.DDVfQCIE.js} (92%) rename public/docs/_app/immutable/nodes/{5.Bxhppqru.js => 5.aCIyQopu.js} (83%) rename public/docs/_app/immutable/nodes/{6.zeX5NABM.js => 6.DBfd8vij.js} (83%) rename public/docs/_app/immutable/nodes/{7.DdZ7yK2v.js => 7.D7DADmTJ.js} (83%) rename public/docs/_app/immutable/nodes/{8.C5v0T_kg.js => 8.BXNrLDNa.js} (99%) diff --git a/composer.json b/composer.json index da6adf2..368069e 100644 --- a/composer.json +++ b/composer.json @@ -6,13 +6,14 @@ "license": "MIT", "require": { "php": "^8.3", - "api-skeletons/doctrine-orm-graphql": "^10.2", + "api-skeletons/doctrine-orm-graphql": "^11.0", "api-skeletons/laravel-doctrine-apikey": "^2.0.2", "api-skeletons/laravel-doctrine-data-fixtures": "^1.0", "guzzlehttp/guzzle": "^7.2", "laravel-doctrine/migrations": "^3.1", "laravel-doctrine/orm": "^2.0", "laravel/framework": "^10.0", + "laravel/passport": "^12.0", "laravel/sanctum": "^3.2", "laravel/tinker": "^2.8", "mll-lab/laravel-graphiql": "^3.2" diff --git a/composer.lock b/composer.lock index aac51b8..6d0cfa9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,26 +4,26 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4895ff86d618c44b5400a4883df0fa36", + "content-hash": "1fd19b34bb18af0b5c323e57641fc61d", "packages": [ { "name": "api-skeletons/doctrine-orm-graphql", - "version": "10.2.1", + "version": "11.0.0", "source": { "type": "git", "url": "https://github.com/API-Skeletons/doctrine-orm-graphql.git", - "reference": "18f7e38501e62ea82e4c3bbceb25c6dde47f9d27" + "reference": "e73ee62065bbe2263a82a076208039868ba8ef5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/API-Skeletons/doctrine-orm-graphql/zipball/18f7e38501e62ea82e4c3bbceb25c6dde47f9d27", - "reference": "18f7e38501e62ea82e4c3bbceb25c6dde47f9d27", + "url": "https://api.github.com/repos/API-Skeletons/doctrine-orm-graphql/zipball/e73ee62065bbe2263a82a076208039868ba8ef5d", + "reference": "e73ee62065bbe2263a82a076208039868ba8ef5d", "shasum": "" }, "require": { "doctrine/doctrine-laminas-hydrator": "^3.2", "doctrine/orm": "^2.18 || ^3.0", - "league/event": "^3.0", + "league/event": "^2.2", "php": "^8.1", "psr/container": "^1.1 || ^2.0", "ramsey/uuid": "^4.7", @@ -57,9 +57,9 @@ "description": "GraphQL Type Driver for Doctrine ORM", "support": { "issues": "https://github.com/API-Skeletons/doctrine-orm-graphql/issues", - "source": "https://github.com/API-Skeletons/doctrine-orm-graphql/tree/10.2.1" + "source": "https://github.com/API-Skeletons/doctrine-orm-graphql/tree/11.0.0" }, - "time": "2024-04-06T17:52:28+00:00" + "time": "2024-04-15T03:34:41+00:00" }, { "name": "api-skeletons/laravel-api-problem", @@ -364,6 +364,73 @@ ], "time": "2023-12-11T17:09:12+00:00" }, + { + "name": "defuse/php-encryption", + "version": "v2.4.0", + "source": { + "type": "git", + "url": "https://github.com/defuse/php-encryption.git", + "reference": "f53396c2d34225064647a05ca76c1da9d99e5828" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/defuse/php-encryption/zipball/f53396c2d34225064647a05ca76c1da9d99e5828", + "reference": "f53396c2d34225064647a05ca76c1da9d99e5828", + "shasum": "" + }, + "require": { + "ext-openssl": "*", + "paragonie/random_compat": ">= 2", + "php": ">=5.6.0" + }, + "require-dev": { + "phpunit/phpunit": "^5|^6|^7|^8|^9|^10", + "yoast/phpunit-polyfills": "^2.0.0" + }, + "bin": [ + "bin/generate-defuse-key" + ], + "type": "library", + "autoload": { + "psr-4": { + "Defuse\\Crypto\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Hornby", + "email": "taylor@defuse.ca", + "homepage": "https://defuse.ca/" + }, + { + "name": "Scott Arciszewski", + "email": "info@paragonie.com", + "homepage": "https://paragonie.com" + } + ], + "description": "Secure PHP Encryption Library", + "keywords": [ + "aes", + "authenticated encryption", + "cipher", + "crypto", + "cryptography", + "encrypt", + "encryption", + "openssl", + "security", + "symmetric key cryptography" + ], + "support": { + "issues": "https://github.com/defuse/php-encryption/issues", + "source": "https://github.com/defuse/php-encryption/tree/v2.4.0" + }, + "time": "2023-06-19T06:10:36+00:00" + }, { "name": "dflydev/dot-access-data", "version": "v3.0.2", @@ -1853,6 +1920,69 @@ ], "time": "2023-10-06T06:47:41+00:00" }, + { + "name": "firebase/php-jwt", + "version": "v6.10.0", + "source": { + "type": "git", + "url": "https://github.com/firebase/php-jwt.git", + "reference": "a49db6f0a5033aef5143295342f1c95521b075ff" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/a49db6f0a5033aef5143295342f1c95521b075ff", + "reference": "a49db6f0a5033aef5143295342f1c95521b075ff", + "shasum": "" + }, + "require": { + "php": "^7.4||^8.0" + }, + "require-dev": { + "guzzlehttp/guzzle": "^6.5||^7.4", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.5", + "psr/cache": "^1.0||^2.0", + "psr/http-client": "^1.0", + "psr/http-factory": "^1.0" + }, + "suggest": { + "ext-sodium": "Support EdDSA (Ed25519) signatures", + "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" + }, + "type": "library", + "autoload": { + "psr-4": { + "Firebase\\JWT\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Neuman Vong", + "email": "neuman+pear@twilio.com", + "role": "Developer" + }, + { + "name": "Anant Narayanan", + "email": "anant@php.net", + "role": "Developer" + } + ], + "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", + "homepage": "https://github.com/firebase/php-jwt", + "keywords": [ + "jwt", + "php" + ], + "support": { + "issues": "https://github.com/firebase/php-jwt/issues", + "source": "https://github.com/firebase/php-jwt/tree/v6.10.0" + }, + "time": "2023-12-01T16:26:39+00:00" + }, { "name": "fruitcake/php-cors", "version": "v1.3.0", @@ -2910,6 +3040,82 @@ }, "time": "2024-04-10T14:57:20+00:00" }, + { + "name": "laravel/passport", + "version": "v12.0.3", + "source": { + "type": "git", + "url": "https://github.com/laravel/passport.git", + "reference": "b33d6fce4268d997299547c6e714bada2dab9888" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/passport/zipball/b33d6fce4268d997299547c6e714bada2dab9888", + "reference": "b33d6fce4268d997299547c6e714bada2dab9888", + "shasum": "" + }, + "require": { + "ext-json": "*", + "firebase/php-jwt": "^6.4", + "illuminate/auth": "^9.21|^10.0|^11.0", + "illuminate/console": "^9.21|^10.0|^11.0", + "illuminate/container": "^9.21|^10.0|^11.0", + "illuminate/contracts": "^9.21|^10.0|^11.0", + "illuminate/cookie": "^9.21|^10.0|^11.0", + "illuminate/database": "^9.21|^10.0|^11.0", + "illuminate/encryption": "^9.21|^10.0|^11.0", + "illuminate/http": "^9.21|^10.0|^11.0", + "illuminate/support": "^9.21|^10.0|^11.0", + "lcobucci/jwt": "^4.3|^5.0", + "league/oauth2-server": "^8.5.3", + "nyholm/psr7": "^1.5", + "php": "^8.0", + "phpseclib/phpseclib": "^2.0|^3.0", + "symfony/console": "^6.0|^7.0", + "symfony/psr-http-message-bridge": "^2.1|^6.0|^7.0" + }, + "require-dev": { + "mockery/mockery": "^1.0", + "orchestra/testbench": "^7.35|^8.14|^9.0", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^9.3|^10.5" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Laravel\\Passport\\PassportServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Laravel\\Passport\\": "src/", + "Laravel\\Passport\\Database\\Factories\\": "database/factories/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylor@laravel.com" + } + ], + "description": "Laravel Passport provides OAuth2 server support to Laravel.", + "keywords": [ + "laravel", + "oauth", + "passport" + ], + "support": { + "issues": "https://github.com/laravel/passport/issues", + "source": "https://github.com/laravel/passport" + }, + "time": "2024-04-05T15:09:10+00:00" + }, { "name": "laravel/prompts", "version": "v0.1.18", @@ -3159,6 +3365,143 @@ }, "time": "2024-01-04T16:10:04+00:00" }, + { + "name": "lcobucci/clock", + "version": "3.2.0", + "source": { + "type": "git", + "url": "https://github.com/lcobucci/clock.git", + "reference": "6f28b826ea01306b07980cb8320ab30b966cd715" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lcobucci/clock/zipball/6f28b826ea01306b07980cb8320ab30b966cd715", + "reference": "6f28b826ea01306b07980cb8320ab30b966cd715", + "shasum": "" + }, + "require": { + "php": "~8.2.0 || ~8.3.0", + "psr/clock": "^1.0" + }, + "provide": { + "psr/clock-implementation": "1.0" + }, + "require-dev": { + "infection/infection": "^0.27", + "lcobucci/coding-standard": "^11.0.0", + "phpstan/extension-installer": "^1.3.1", + "phpstan/phpstan": "^1.10.25", + "phpstan/phpstan-deprecation-rules": "^1.1.3", + "phpstan/phpstan-phpunit": "^1.3.13", + "phpstan/phpstan-strict-rules": "^1.5.1", + "phpunit/phpunit": "^10.2.3" + }, + "type": "library", + "autoload": { + "psr-4": { + "Lcobucci\\Clock\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Luís Cobucci", + "email": "lcobucci@gmail.com" + } + ], + "description": "Yet another clock abstraction", + "support": { + "issues": "https://github.com/lcobucci/clock/issues", + "source": "https://github.com/lcobucci/clock/tree/3.2.0" + }, + "funding": [ + { + "url": "https://github.com/lcobucci", + "type": "github" + }, + { + "url": "https://www.patreon.com/lcobucci", + "type": "patreon" + } + ], + "time": "2023-11-17T17:00:27+00:00" + }, + { + "name": "lcobucci/jwt", + "version": "5.3.0", + "source": { + "type": "git", + "url": "https://github.com/lcobucci/jwt.git", + "reference": "08071d8d2c7f4b00222cc4b1fb6aa46990a80f83" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lcobucci/jwt/zipball/08071d8d2c7f4b00222cc4b1fb6aa46990a80f83", + "reference": "08071d8d2c7f4b00222cc4b1fb6aa46990a80f83", + "shasum": "" + }, + "require": { + "ext-openssl": "*", + "ext-sodium": "*", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "psr/clock": "^1.0" + }, + "require-dev": { + "infection/infection": "^0.27.0", + "lcobucci/clock": "^3.0", + "lcobucci/coding-standard": "^11.0", + "phpbench/phpbench": "^1.2.9", + "phpstan/extension-installer": "^1.2", + "phpstan/phpstan": "^1.10.7", + "phpstan/phpstan-deprecation-rules": "^1.1.3", + "phpstan/phpstan-phpunit": "^1.3.10", + "phpstan/phpstan-strict-rules": "^1.5.0", + "phpunit/phpunit": "^10.2.6" + }, + "suggest": { + "lcobucci/clock": ">= 3.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Lcobucci\\JWT\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Luís Cobucci", + "email": "lcobucci@gmail.com", + "role": "Developer" + } + ], + "description": "A simple library to work with JSON Web Token and JSON Web Signature", + "keywords": [ + "JWS", + "jwt" + ], + "support": { + "issues": "https://github.com/lcobucci/jwt/issues", + "source": "https://github.com/lcobucci/jwt/tree/5.3.0" + }, + "funding": [ + { + "url": "https://github.com/lcobucci", + "type": "github" + }, + { + "url": "https://www.patreon.com/lcobucci", + "type": "patreon" + } + ], + "time": "2024-04-11T23:07:54+00:00" + }, { "name": "league/commonmark", "version": "2.4.2", @@ -3349,34 +3692,29 @@ }, { "name": "league/event", - "version": "3.0.2", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/thephpleague/event.git", - "reference": "221867a61087ee265ca07bd39aa757879afca820" + "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/event/zipball/221867a61087ee265ca07bd39aa757879afca820", - "reference": "221867a61087ee265ca07bd39aa757879afca820", + "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119", + "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119", "shasum": "" }, "require": { - "php": ">=7.2.0", - "psr/event-dispatcher": "^1.0" - }, - "provide": { - "psr/event-dispatcher-implementation": "1.0" + "php": ">=5.4.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.16", - "phpstan/phpstan": "^0.12.45", - "phpunit/phpunit": "^8.5" + "henrikbjorn/phpspec-code-coverage": "~1.0.1", + "phpspec/phpspec": "^2.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "2.2-dev" } }, "autoload": { @@ -3402,9 +3740,9 @@ ], "support": { "issues": "https://github.com/thephpleague/event/issues", - "source": "https://github.com/thephpleague/event/tree/3.0.2" + "source": "https://github.com/thephpleague/event/tree/master" }, - "time": "2022-10-29T09:31:25+00:00" + "time": "2018-11-26T11:52:41+00:00" }, { "name": "league/flysystem", @@ -3594,22 +3932,284 @@ "email": "info@frankdejonge.nl" } ], - "description": "Mime-type detection for Flysystem", + "description": "Mime-type detection for Flysystem", + "support": { + "issues": "https://github.com/thephpleague/mime-type-detection/issues", + "source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.0" + }, + "funding": [ + { + "url": "https://github.com/frankdejonge", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/league/flysystem", + "type": "tidelift" + } + ], + "time": "2024-01-28T23:22:08+00:00" + }, + { + "name": "league/oauth2-server", + "version": "8.5.4", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/oauth2-server.git", + "reference": "ab7714d073844497fd222d5d0a217629089936bc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/ab7714d073844497fd222d5d0a217629089936bc", + "reference": "ab7714d073844497fd222d5d0a217629089936bc", + "shasum": "" + }, + "require": { + "defuse/php-encryption": "^2.3", + "ext-openssl": "*", + "lcobucci/clock": "^2.2 || ^3.0", + "lcobucci/jwt": "^4.3 || ^5.0", + "league/event": "^2.2", + "league/uri": "^6.7 || ^7.0", + "php": "^8.0", + "psr/http-message": "^1.0.1 || ^2.0" + }, + "replace": { + "league/oauth2server": "*", + "lncd/oauth2": "*" + }, + "require-dev": { + "laminas/laminas-diactoros": "^3.0.0", + "phpstan/phpstan": "^0.12.57", + "phpstan/phpstan-phpunit": "^0.12.16", + "phpunit/phpunit": "^9.6.6", + "roave/security-advisories": "dev-master" + }, + "type": "library", + "autoload": { + "psr-4": { + "League\\OAuth2\\Server\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alex Bilbie", + "email": "hello@alexbilbie.com", + "homepage": "http://www.alexbilbie.com", + "role": "Developer" + }, + { + "name": "Andy Millington", + "email": "andrew@noexceptions.io", + "homepage": "https://www.noexceptions.io", + "role": "Developer" + } + ], + "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.", + "homepage": "https://oauth2.thephpleague.com/", + "keywords": [ + "Authentication", + "api", + "auth", + "authorisation", + "authorization", + "oauth", + "oauth 2", + "oauth 2.0", + "oauth2", + "protect", + "resource", + "secure", + "server" + ], + "support": { + "issues": "https://github.com/thephpleague/oauth2-server/issues", + "source": "https://github.com/thephpleague/oauth2-server/tree/8.5.4" + }, + "funding": [ + { + "url": "https://github.com/sephster", + "type": "github" + } + ], + "time": "2023-08-25T22:35:12+00:00" + }, + { + "name": "league/uri", + "version": "7.4.1", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/uri.git", + "reference": "bedb6e55eff0c933668addaa7efa1e1f2c417cc4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/uri/zipball/bedb6e55eff0c933668addaa7efa1e1f2c417cc4", + "reference": "bedb6e55eff0c933668addaa7efa1e1f2c417cc4", + "shasum": "" + }, + "require": { + "league/uri-interfaces": "^7.3", + "php": "^8.1" + }, + "conflict": { + "league/uri-schemes": "^1.0" + }, + "suggest": { + "ext-bcmath": "to improve IPV4 host parsing", + "ext-fileinfo": "to create Data URI from file contennts", + "ext-gmp": "to improve IPV4 host parsing", + "ext-intl": "to handle IDN host with the best performance", + "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain", + "league/uri-components": "Needed to easily manipulate URI objects components", + "php-64bit": "to improve IPV4 host parsing", + "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "7.x-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Uri\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ignace Nyamagana Butera", + "email": "nyamsprod@gmail.com", + "homepage": "https://nyamsprod.com" + } + ], + "description": "URI manipulation library", + "homepage": "https://uri.thephpleague.com", + "keywords": [ + "data-uri", + "file-uri", + "ftp", + "hostname", + "http", + "https", + "middleware", + "parse_str", + "parse_url", + "psr-7", + "query-string", + "querystring", + "rfc3986", + "rfc3987", + "rfc6570", + "uri", + "uri-template", + "url", + "ws" + ], + "support": { + "docs": "https://uri.thephpleague.com", + "forum": "https://thephpleague.slack.com", + "issues": "https://github.com/thephpleague/uri-src/issues", + "source": "https://github.com/thephpleague/uri/tree/7.4.1" + }, + "funding": [ + { + "url": "https://github.com/sponsors/nyamsprod", + "type": "github" + } + ], + "time": "2024-03-23T07:42:40+00:00" + }, + { + "name": "league/uri-interfaces", + "version": "7.4.1", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/uri-interfaces.git", + "reference": "8d43ef5c841032c87e2de015972c06f3865ef718" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/8d43ef5c841032c87e2de015972c06f3865ef718", + "reference": "8d43ef5c841032c87e2de015972c06f3865ef718", + "shasum": "" + }, + "require": { + "ext-filter": "*", + "php": "^8.1", + "psr/http-factory": "^1", + "psr/http-message": "^1.1 || ^2.0" + }, + "suggest": { + "ext-bcmath": "to improve IPV4 host parsing", + "ext-gmp": "to improve IPV4 host parsing", + "ext-intl": "to handle IDN host with the best performance", + "php-64bit": "to improve IPV4 host parsing", + "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "7.x-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Uri\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ignace Nyamagana Butera", + "email": "nyamsprod@gmail.com", + "homepage": "https://nyamsprod.com" + } + ], + "description": "Common interfaces and classes for URI representation and interaction", + "homepage": "https://uri.thephpleague.com", + "keywords": [ + "data-uri", + "file-uri", + "ftp", + "hostname", + "http", + "https", + "parse_str", + "parse_url", + "psr-7", + "query-string", + "querystring", + "rfc3986", + "rfc3987", + "rfc6570", + "uri", + "url", + "ws" + ], "support": { - "issues": "https://github.com/thephpleague/mime-type-detection/issues", - "source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.0" + "docs": "https://uri.thephpleague.com", + "forum": "https://thephpleague.slack.com", + "issues": "https://github.com/thephpleague/uri-src/issues", + "source": "https://github.com/thephpleague/uri-interfaces/tree/7.4.1" }, "funding": [ { - "url": "https://github.com/frankdejonge", + "url": "https://github.com/sponsors/nyamsprod", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/league/flysystem", - "type": "tidelift" } ], - "time": "2024-01-28T23:22:08+00:00" + "time": "2024-03-23T07:42:40+00:00" }, { "name": "mll-lab/laravel-graphiql", @@ -4174,6 +4774,201 @@ ], "time": "2023-02-08T01:06:31+00:00" }, + { + "name": "nyholm/psr7", + "version": "1.8.1", + "source": { + "type": "git", + "url": "https://github.com/Nyholm/psr7.git", + "reference": "aa5fc277a4f5508013d571341ade0c3886d4d00e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Nyholm/psr7/zipball/aa5fc277a4f5508013d571341ade0c3886d4d00e", + "reference": "aa5fc277a4f5508013d571341ade0c3886d4d00e", + "shasum": "" + }, + "require": { + "php": ">=7.2", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.1 || ^2.0" + }, + "provide": { + "php-http/message-factory-implementation": "1.0", + "psr/http-factory-implementation": "1.0", + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "http-interop/http-factory-tests": "^0.9", + "php-http/message-factory": "^1.0", + "php-http/psr7-integration-tests": "^1.0", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4", + "symfony/error-handler": "^4.4" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.8-dev" + } + }, + "autoload": { + "psr-4": { + "Nyholm\\Psr7\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com" + }, + { + "name": "Martijn van der Ven", + "email": "martijn@vanderven.se" + } + ], + "description": "A fast PHP7 implementation of PSR-7", + "homepage": "https://tnyholm.se", + "keywords": [ + "psr-17", + "psr-7" + ], + "support": { + "issues": "https://github.com/Nyholm/psr7/issues", + "source": "https://github.com/Nyholm/psr7/tree/1.8.1" + }, + "funding": [ + { + "url": "https://github.com/Zegnat", + "type": "github" + }, + { + "url": "https://github.com/nyholm", + "type": "github" + } + ], + "time": "2023-11-13T09:31:12+00:00" + }, + { + "name": "paragonie/constant_time_encoding", + "version": "v2.6.3", + "source": { + "type": "git", + "url": "https://github.com/paragonie/constant_time_encoding.git", + "reference": "58c3f47f650c94ec05a151692652a868995d2938" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938", + "reference": "58c3f47f650c94ec05a151692652a868995d2938", + "shasum": "" + }, + "require": { + "php": "^7|^8" + }, + "require-dev": { + "phpunit/phpunit": "^6|^7|^8|^9", + "vimeo/psalm": "^1|^2|^3|^4" + }, + "type": "library", + "autoload": { + "psr-4": { + "ParagonIE\\ConstantTime\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com", + "role": "Maintainer" + }, + { + "name": "Steve 'Sc00bz' Thomas", + "email": "steve@tobtu.com", + "homepage": "https://www.tobtu.com", + "role": "Original Developer" + } + ], + "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", + "keywords": [ + "base16", + "base32", + "base32_decode", + "base32_encode", + "base64", + "base64_decode", + "base64_encode", + "bin2hex", + "encoding", + "hex", + "hex2bin", + "rfc4648" + ], + "support": { + "email": "info@paragonie.com", + "issues": "https://github.com/paragonie/constant_time_encoding/issues", + "source": "https://github.com/paragonie/constant_time_encoding" + }, + "time": "2022-06-14T06:56:20+00:00" + }, + { + "name": "paragonie/random_compat", + "version": "v9.99.100", + "source": { + "type": "git", + "url": "https://github.com/paragonie/random_compat.git", + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", + "shasum": "" + }, + "require": { + "php": ">= 7" + }, + "require-dev": { + "phpunit/phpunit": "4.*|5.*", + "vimeo/psalm": "^1" + }, + "suggest": { + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + }, + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" + } + ], + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", + "keywords": [ + "csprng", + "polyfill", + "pseudorandom", + "random" + ], + "support": { + "email": "info@paragonie.com", + "issues": "https://github.com/paragonie/random_compat/issues", + "source": "https://github.com/paragonie/random_compat" + }, + "time": "2020-10-15T08:29:30+00:00" + }, { "name": "phpoption/phpoption", "version": "1.9.2", @@ -4249,6 +5044,116 @@ ], "time": "2023-11-12T21:59:55+00:00" }, + { + "name": "phpseclib/phpseclib", + "version": "3.0.37", + "source": { + "type": "git", + "url": "https://github.com/phpseclib/phpseclib.git", + "reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/cfa2013d0f68c062055180dd4328cc8b9d1f30b8", + "reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8", + "shasum": "" + }, + "require": { + "paragonie/constant_time_encoding": "^1|^2", + "paragonie/random_compat": "^1.4|^2.0|^9.99.99", + "php": ">=5.6.1" + }, + "require-dev": { + "phpunit/phpunit": "*" + }, + "suggest": { + "ext-dom": "Install the DOM extension to load XML formatted public keys.", + "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", + "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", + "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", + "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." + }, + "type": "library", + "autoload": { + "files": [ + "phpseclib/bootstrap.php" + ], + "psr-4": { + "phpseclib3\\": "phpseclib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jim Wigginton", + "email": "terrafrost@php.net", + "role": "Lead Developer" + }, + { + "name": "Patrick Monnerat", + "email": "pm@datasphere.ch", + "role": "Developer" + }, + { + "name": "Andreas Fischer", + "email": "bantu@phpbb.com", + "role": "Developer" + }, + { + "name": "Hans-Jürgen Petrich", + "email": "petrich@tronic-media.com", + "role": "Developer" + }, + { + "name": "Graham Campbell", + "email": "graham@alt-three.com", + "role": "Developer" + } + ], + "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", + "homepage": "http://phpseclib.sourceforge.net", + "keywords": [ + "BigInteger", + "aes", + "asn.1", + "asn1", + "blowfish", + "crypto", + "cryptography", + "encryption", + "rsa", + "security", + "sftp", + "signature", + "signing", + "ssh", + "twofish", + "x.509", + "x509" + ], + "support": { + "issues": "https://github.com/phpseclib/phpseclib/issues", + "source": "https://github.com/phpseclib/phpseclib/tree/3.0.37" + }, + "funding": [ + { + "url": "https://github.com/terrafrost", + "type": "github" + }, + { + "url": "https://www.patreon.com/phpseclib", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", + "type": "tidelift" + } + ], + "time": "2024-03-03T02:14:58+00:00" + }, { "name": "psr/cache", "version": "3.0.0", @@ -6921,6 +7826,89 @@ ], "time": "2024-02-20T12:31:00+00:00" }, + { + "name": "symfony/psr-http-message-bridge", + "version": "v7.0.6", + "source": { + "type": "git", + "url": "https://github.com/symfony/psr-http-message-bridge.git", + "reference": "fbc500cbcb64d3ea7469f019ab7aa717b320ff3f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/fbc500cbcb64d3ea7469f019ab7aa717b320ff3f", + "reference": "fbc500cbcb64d3ea7469f019ab7aa717b320ff3f", + "shasum": "" + }, + "require": { + "php": ">=8.2", + "psr/http-message": "^1.0|^2.0", + "symfony/http-foundation": "^6.4|^7.0" + }, + "conflict": { + "php-http/discovery": "<1.15", + "symfony/http-kernel": "<6.4" + }, + "require-dev": { + "nyholm/psr7": "^1.1", + "php-http/discovery": "^1.15", + "psr/log": "^1.1.4|^2|^3", + "symfony/browser-kit": "^6.4|^7.0", + "symfony/config": "^6.4|^7.0", + "symfony/event-dispatcher": "^6.4|^7.0", + "symfony/framework-bundle": "^6.4|^7.0", + "symfony/http-kernel": "^6.4|^7.0" + }, + "type": "symfony-bridge", + "autoload": { + "psr-4": { + "Symfony\\Bridge\\PsrHttpMessage\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "PSR HTTP message bridge", + "homepage": "https://symfony.com", + "keywords": [ + "http", + "http-message", + "psr-17", + "psr-7" + ], + "support": { + "source": "https://github.com/symfony/psr-http-message-bridge/tree/v7.0.6" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-03-28T09:20:36+00:00" + }, { "name": "symfony/routing", "version": "v6.4.6", @@ -8248,16 +9236,16 @@ }, { "name": "amphp/byte-stream", - "version": "v1.8.1", + "version": "v1.8.2", "source": { "type": "git", "url": "https://github.com/amphp/byte-stream.git", - "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd" + "reference": "4f0e968ba3798a423730f567b1b50d3441c16ddc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/amphp/byte-stream/zipball/acbd8002b3536485c997c4e019206b3f10ca15bd", - "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd", + "url": "https://api.github.com/repos/amphp/byte-stream/zipball/4f0e968ba3798a423730f567b1b50d3441c16ddc", + "reference": "4f0e968ba3798a423730f567b1b50d3441c16ddc", "shasum": "" }, "require": { @@ -8273,11 +9261,6 @@ "psalm/phar": "^3.11.4" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, "autoload": { "files": [ "lib/functions.php" @@ -8301,7 +9284,7 @@ } ], "description": "A stream abstraction to make working with non-blocking I/O simple.", - "homepage": "http://amphp.org/byte-stream", + "homepage": "https://amphp.org/byte-stream", "keywords": [ "amp", "amphp", @@ -8311,9 +9294,8 @@ "stream" ], "support": { - "irc": "irc://irc.freenode.org/amphp", "issues": "https://github.com/amphp/byte-stream/issues", - "source": "https://github.com/amphp/byte-stream/tree/v1.8.1" + "source": "https://github.com/amphp/byte-stream/tree/v1.8.2" }, "funding": [ { @@ -8321,7 +9303,7 @@ "type": "github" } ], - "time": "2021-03-30T17:13:30+00:00" + "time": "2024-04-13T18:00:56+00:00" }, { "name": "composer/pcre", @@ -10138,16 +11120,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.17", + "version": "10.5.18", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "c1f736a473d21957ead7e94fcc029f571895abf5" + "reference": "835df1709ac6c968ba34bf23f3c30e5d5a266de8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c1f736a473d21957ead7e94fcc029f571895abf5", - "reference": "c1f736a473d21957ead7e94fcc029f571895abf5", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/835df1709ac6c968ba34bf23f3c30e5d5a266de8", + "reference": "835df1709ac6c968ba34bf23f3c30e5d5a266de8", "shasum": "" }, "require": { @@ -10219,7 +11201,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.17" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.18" }, "funding": [ { @@ -10235,7 +11217,7 @@ "type": "tidelift" } ], - "time": "2024-04-05T04:39:01+00:00" + "time": "2024-04-14T07:05:31+00:00" }, { "name": "sebastian/cli-parser", diff --git a/public/docs/_app/immutable/chunks/ArgsList.DiHnB2bA.js b/public/docs/_app/immutable/chunks/ArgsList.DxQdV4-Y.js similarity index 99% rename from public/docs/_app/immutable/chunks/ArgsList.DiHnB2bA.js rename to public/docs/_app/immutable/chunks/ArgsList.DxQdV4-Y.js index e42f03a..c2ff118 100644 --- a/public/docs/_app/immutable/chunks/ArgsList.DiHnB2bA.js +++ b/public/docs/_app/immutable/chunks/ArgsList.DxQdV4-Y.js @@ -1 +1 @@ -import{s as I,q as P,l as k,n as x,d as g,t as E,j as A,o as H,E as ee,v as X,e as q,b as j,f as G,g as J,c as O,k as B,z as y,y as te,m as C,A as R,F as ne,G as le,H as re,r as he,u as ie,a1 as ke,w as ye,x as K,D as ve,a2 as Te,L as Ne,a3 as we}from"./scheduler.Eaj42bxH.js";import{S as M,i as V,t as p,b as d,g as z,e as F,c as v,a as T,m as N,d as w}from"./index.CMSEJhCx.js";import{l as Se,q as oe,r as De,t as Le,v as Ee,u as se,j as ae,w as Ae,x as Pe,_ as Re,y as fe}from"./pages.BCP16mL4.js";import{T as Y,S as Ce,a as je,b as Oe,c as Ue,C as Be}from"./PreviousNextPage.Co3K97dO.js";import{L as qe}from"./ChevronDown.CbSzYa8s.js";function Ge(i){let e=(i[0]??"-")+"",l;return{c(){l=E(e)},l(t){l=A(t,e)},m(t,n){k(t,l,n)},p(t,n){n&1&&e!==(e=(t[0]??"-")+"")&&H(l,e)},d(t){t&&g(l)}}}function Ie(i){let e=JSON.stringify(i[0],null,2)+"",l;return{c(){l=E(e)},l(t){l=A(t,e)},m(t,n){k(t,l,n)},p(t,n){n&1&&e!==(e=JSON.stringify(t[0],null,2)+"")&&H(l,e)},d(t){t&&g(l)}}}function Me(i){let e,l,t;return{c(){e=E('"'),l=E(i[0]),t=E('"')},l(n){e=A(n,'"'),l=A(n,i[0]),t=A(n,'"')},m(n,r){k(n,e,r),k(n,l,r),k(n,t,r)},p(n,r){r&1&&H(l,n[0])},d(n){n&&(g(e),g(l),g(t))}}}function Ve(i){let e;function l(r,o){return typeof r[0]=="string"?Me:typeof r[0]=="object"?Ie:Ge}let t=l(i),n=t(i);return{c(){n.c(),e=P()},l(r){n.l(r),e=P()},m(r,o){n.m(r,o),k(r,e,o)},p(r,[o]){t===(t=l(r))&&n?n.p(r,o):(n.d(1),n=t(r),n&&(n.c(),n.m(e.parentNode,e)))},i:x,o:x,d(r){r&&g(e),n.d(r)}}}function Je(i,e,l){let{value:t}=e;return i.$$set=n=>{"value"in n&&l(0,t=n.value)},[t]}class ze extends M{constructor(e){super(),V(this,e,Je,Ve,I,{value:0})}}const Fe=i=>({}),ue=i=>({});function He(i){let e;return{c(){e=E(i[2])},l(l){e=A(l,i[2])},m(l,t){k(l,e,t)},p(l,t){t&4&&H(e,l[2])},d(l){l&&g(e)}}}function Ke(i){let e,l,t,n,r,o,a;const f=i[10].default,c=ee(f,i,i[9],null),D=i[10].tooltip,_=ee(D,i,i[9],ue),$=_||He(i);let S=[i[8]],L={};for(let s=0;sl(0,f=!1),s=()=>l(0,f=!0);function u(b){K.call(this,i,b)}function m(b){K.call(this,i,b)}function h(b){K.call(this,i,b)}function U(b){K.call(this,i,b)}function Q(b){K.call(this,i,b)}const W=({key:b})=>{b==="Escape"&&L()};function be(b){ve[b?"unshift":"push"](()=>{$=b,l(1,$)})}return i.$$set=b=>{e=X(X({},e),ye(b)),l(8,n=ie(e,t)),"tooltipText"in b&&l(2,a=b.tooltipText),"open"in b&&l(0,f=b.open),"align"in b&&l(3,c=b.align),"direction"in b&&l(4,D=b.direction),"id"in b&&l(5,_=b.id),"ref"in b&&l(1,$=b.ref),"$$scope"in b&&l(9,o=b.$$scope)},i.$$.update=()=>{i.$$.dirty&1&&S(f?"open":"close")},[f,$,a,c,D,_,L,s,n,o,r,u,m,h,U,Q,W,be]}class We extends M{constructor(e){super(),V(this,e,Qe,Ke,I,{tooltipText:2,open:0,align:3,direction:4,id:5,ref:1})}}const Xe=We;function ce(i){let e,l;return e=new Y({props:{type:"red",$$slots:{default:[Ze]},$$scope:{ctx:i}}}),{c(){v(e.$$.fragment)},l(t){T(e.$$.fragment,t)},m(t,n){N(e,t,n),l=!0},p(t,n){const r={};n&3&&(r.$$scope={dirty:n,ctx:t}),e.$set(r)},i(t){l||(p(e.$$.fragment,t),l=!0)},o(t){d(e.$$.fragment,t),l=!1},d(t){w(e,t)}}}function Ye(i){let e;return{c(){e=E("Deprecated")},l(l){e=A(l,"Deprecated")},m(l,t){k(l,e,t)},d(l){l&&g(e)}}}function Ze(i){let e,l;return e=new Xe({props:{tooltipText:i[0],$$slots:{default:[Ye]},$$scope:{ctx:i}}}),{c(){v(e.$$.fragment)},l(t){T(e.$$.fragment,t)},m(t,n){N(e,t,n),l=!0},p(t,n){const r={};n&1&&(r.tooltipText=t[0]),n&2&&(r.$$scope={dirty:n,ctx:t}),e.$set(r)},i(t){l||(p(e.$$.fragment,t),l=!0)},o(t){d(e.$$.fragment,t),l=!1},d(t){w(e,t)}}}function xe(i){let e,l,t=i[0]&&ce(i);return{c(){t&&t.c(),e=P()},l(n){t&&t.l(n),e=P()},m(n,r){t&&t.m(n,r),k(n,e,r),l=!0},p(n,[r]){n[0]?t?(t.p(n,r),r&1&&p(t,1)):(t=ce(n),t.c(),p(t,1),t.m(e.parentNode,e)):t&&(z(),d(t,1,1,()=>{t=null}),F())},i(n){l||(p(t),l=!0)},o(n){d(t),l=!1},d(n){n&&g(e),t&&t.d(n)}}}function et(i,e,l){let{reason:t}=e;return i.$$set=n=>{"reason"in n&&l(0,t=n.reason)},[t]}class tt extends M{constructor(e){super(),V(this,e,et,xe,I,{reason:0})}}function pe(i){let e,l;return e=new Y({props:{type:"purple",$$slots:{default:[nt]},$$scope:{ctx:i}}}),{c(){v(e.$$.fragment)},l(t){T(e.$$.fragment,t)},m(t,n){N(e,t,n),l=!0},i(t){l||(p(e.$$.fragment,t),l=!0)},o(t){d(e.$$.fragment,t),l=!1},d(t){w(e,t)}}}function nt(i){let e;return{c(){e=E("Non-null")},l(l){e=A(l,"Non-null")},m(l,t){k(l,e,t)},d(l){l&&g(e)}}}function lt(i){let e=!oe(i[0]),l,t,n=e&&pe(i);return{c(){n&&n.c(),l=P()},l(r){n&&n.l(r),l=P()},m(r,o){n&&n.m(r,o),k(r,l,o),t=!0},p(r,[o]){o&1&&(e=!oe(r[0])),e?n?o&1&&p(n,1):(n=pe(r),n.c(),p(n,1),n.m(l.parentNode,l)):n&&(z(),d(n,1,1,()=>{n=null}),F())},i(r){t||(p(n),t=!0)},o(r){d(n),t=!1},d(r){r&&g(l),n&&n.d(r)}}}function rt(i,e,l){let{type:t}=e;return i.$$set=n=>{"type"in n&&l(0,t=n.type)},[t]}class it extends M{constructor(e){super(),V(this,e,rt,lt,I,{type:0})}}function ot(i){let e,l;return e=new qe({props:{href:se.joinUrlPaths(ae(),"types",String(i[0].name)),$$slots:{default:[ft]},$$scope:{ctx:i}}}),{c(){v(e.$$.fragment)},l(t){T(e.$$.fragment,t)},m(t,n){N(e,t,n),l=!0},p(t,n){const r={};n&1&&(r.href=se.joinUrlPaths(ae(),"types",String(t[0].name))),n&3&&(r.$$scope={dirty:n,ctx:t}),e.$set(r)},i(t){l||(p(e.$$.fragment,t),l=!0)},o(t){d(e.$$.fragment,t),l=!1},d(t){w(e,t)}}}function st(i){let e,l,t;return e=new Z({props:{type:i[0].ofType}}),{c(){v(e.$$.fragment),l=E("!")},l(n){T(e.$$.fragment,n),l=A(n,"!")},m(n,r){N(e,n,r),k(n,l,r),t=!0},p(n,r){const o={};r&1&&(o.type=n[0].ofType),e.$set(o)},i(n){t||(p(e.$$.fragment,n),t=!0)},o(n){d(e.$$.fragment,n),t=!1},d(n){n&&g(l),w(e,n)}}}function at(i){let e,l,t,n;return l=new Z({props:{type:i[0].ofType}}),{c(){e=E("["),v(l.$$.fragment),t=E("]")},l(r){e=A(r,"["),T(l.$$.fragment,r),t=A(r,"]")},m(r,o){k(r,e,o),N(l,r,o),k(r,t,o),n=!0},p(r,o){const a={};o&1&&(a.type=r[0].ofType),l.$set(a)},i(r){n||(p(l.$$.fragment,r),n=!0)},o(r){d(l.$$.fragment,r),n=!1},d(r){r&&(g(e),g(t)),w(l,r)}}}function ft(i){let e=i[0].name+"",l;return{c(){l=E(e)},l(t){l=A(t,e)},m(t,n){k(t,l,n)},p(t,n){n&1&&e!==(e=t[0].name+"")&&H(l,e)},d(t){t&&g(l)}}}function ut(i){let e,l,t,n,r,o,a;const f=[at,st,ot],c=[];function D(_,$){return $&1&&(e=null),$&1&&(l=null),$&1&&(t=null),e==null&&(e=!!De(_[0])),e?0:(l==null&&(l=!!Le(_[0])),l?1:(t==null&&(t=!!Ee(_[0])),t?2:-1))}return~(n=D(i,-1))&&(r=c[n]=f[n](i)),{c(){r&&r.c(),o=P()},l(_){r&&r.l(_),o=P()},m(_,$){~n&&c[n].m(_,$),k(_,o,$),a=!0},p(_,[$]){let S=n;n=D(_,$),n===S?~n&&c[n].p(_,$):(r&&(z(),d(c[S],1,1,()=>{c[S]=null}),F()),~n?(r=c[n],r?r.p(_,$):(r=c[n]=f[n](_),r.c()),p(r,1),r.m(o.parentNode,o)):r=null)},i(_){a||(p(r),a=!0)},o(_){d(r),a=!1},d(_){_&&g(o),~n&&c[n].d(_)}}}function ct(i,e,l){let{type:t}=e;return i.$$set=n=>{"type"in n&&l(0,t=n.type)},[t]}class Z extends M{constructor(e){super(),V(this,e,ct,ut,I,{type:0})}}function pt(i){let e,l;return e=new Z({props:{type:i[0]}}),{c(){v(e.$$.fragment)},l(t){T(e.$$.fragment,t)},m(t,n){N(e,t,n),l=!0},p(t,n){const r={};n&1&&(r.type=t[0]),e.$set(r)},i(t){l||(p(e.$$.fragment,t),l=!0)},o(t){d(e.$$.fragment,t),l=!1},d(t){w(e,t)}}}function _t(i){let e,l;return e=new Y({props:{type:"blue",$$slots:{default:[pt]},$$scope:{ctx:i}}}),{c(){v(e.$$.fragment)},l(t){T(e.$$.fragment,t)},m(t,n){N(e,t,n),l=!0},p(t,[n]){const r={};n&3&&(r.$$scope={dirty:n,ctx:t}),e.$set(r)},i(t){l||(p(e.$$.fragment,t),l=!0)},o(t){d(e.$$.fragment,t),l=!1},d(t){w(e,t)}}}function mt(i,e,l){let{type:t}=e;return i.$$set=n=>{"type"in n&&l(0,t=n.type)},[t]}class $t extends M{constructor(e){super(),V(this,e,mt,_t,I,{type:0})}}function _e(i,e,l){const t=i.slice();return t[3]=e[l],t}function me(i){let e,l="=",t,n,r,o;return r=new ze({props:{value:i[3].default}}),{c(){e=q("span"),e.textContent=l,t=j(),n=q("span"),v(r.$$.fragment)},l(a){e=G(a,"SPAN",{"data-svelte-h":!0}),we(e)!=="svelte-u057kv"&&(e.textContent=l),t=O(a),n=G(a,"SPAN",{});var f=J(n);T(r.$$.fragment,f),f.forEach(g)},m(a,f){k(a,e,f),k(a,t,f),k(a,n,f),N(r,n,null),o=!0},p(a,f){const c={};f&1&&(c.value=a[3].default),r.$set(c)},i(a){o||(p(r.$$.fragment,a),o=!0)},o(a){d(r.$$.fragment,a),o=!1},d(a){a&&(g(e),g(t),g(n)),w(r)}}}function $e(i){let e,l;return e=new Be({props:{source:i[3].description}}),{c(){v(e.$$.fragment)},l(t){T(e.$$.fragment,t)},m(t,n){N(e,t,n),l=!0},p(t,n){const r={};n&1&&(r.source=t[3].description),e.$set(r)},i(t){l||(p(e.$$.fragment,t),l=!0)},o(t){d(e.$$.fragment,t),l=!1},d(t){w(e,t)}}}function dt(i){let e,l,t=i[3].name+"",n,r,o,a,f,c,D,_,$,S,L,s=i[3].default&&me(i);a=new $t({props:{type:i[3].type}}),c=new tt({props:{reason:i[3].deprecationReason}}),_=new it({props:{type:i[3].type}});let u=i[3].description&&$e(i);return{c(){e=q("p"),l=q("span"),n=E(t),r=j(),s&&s.c(),o=j(),v(a.$$.fragment),f=j(),v(c.$$.fragment),D=j(),v(_.$$.fragment),$=j(),u&&u.c(),S=P(),this.h()},l(m){e=G(m,"P",{class:!0});var h=J(e);l=G(h,"SPAN",{style:!0});var U=J(l);n=A(U,t),U.forEach(g),r=O(h),s&&s.l(h),o=O(h),T(a.$$.fragment,h),f=O(h),T(c.$$.fragment,h),D=O(h),T(_.$$.fragment,h),h.forEach(g),$=O(m),u&&u.l(m),S=P(),this.h()},h(){Ne(l,"font-weight","bold"),B(e,"class","arg-name-section svelte-9cf7d2")},m(m,h){k(m,e,h),C(e,l),C(l,n),C(e,r),s&&s.m(e,null),C(e,o),N(a,e,null),C(e,f),N(c,e,null),C(e,D),N(_,e,null),k(m,$,h),u&&u.m(m,h),k(m,S,h),L=!0},p(m,h){(!L||h&1)&&t!==(t=m[3].name+"")&&H(n,t),m[3].default?s?(s.p(m,h),h&1&&p(s,1)):(s=me(m),s.c(),p(s,1),s.m(e,o)):s&&(z(),d(s,1,1,()=>{s=null}),F());const U={};h&1&&(U.type=m[3].type),a.$set(U);const Q={};h&1&&(Q.reason=m[3].deprecationReason),c.$set(Q);const W={};h&1&&(W.type=m[3].type),_.$set(W),m[3].description?u?(u.p(m,h),h&1&&p(u,1)):(u=$e(m),u.c(),p(u,1),u.m(S.parentNode,S)):u&&(z(),d(u,1,1,()=>{u=null}),F())},i(m){L||(p(s),p(a.$$.fragment,m),p(c.$$.fragment,m),p(_.$$.fragment,m),p(u),L=!0)},o(m){d(s),d(a.$$.fragment,m),d(c.$$.fragment,m),d(_.$$.fragment,m),d(u),L=!1},d(m){m&&(g(e),g($),g(S)),s&&s.d(),w(a),w(c),w(_),u&&u.d(m)}}}function gt(i){let e,l,t;return e=new Ue({props:{$$slots:{default:[dt]},$$scope:{ctx:i}}}),{c(){v(e.$$.fragment),l=j()},l(n){T(e.$$.fragment,n),l=O(n)},m(n,r){N(e,n,r),k(n,l,r),t=!0},p(n,r){const o={};r&65&&(o.$$scope={dirty:r,ctx:n}),e.$set(o)},i(n){t||(p(e.$$.fragment,n),t=!0)},o(n){d(e.$$.fragment,n),t=!1},d(n){n&&g(l),w(e,n)}}}function de(i){let e,l;return e=new Oe({props:{$$slots:{default:[gt]},$$scope:{ctx:i}}}),{c(){v(e.$$.fragment)},l(t){T(e.$$.fragment,t)},m(t,n){N(e,t,n),l=!0},p(t,n){const r={};n&65&&(r.$$scope={dirty:n,ctx:t}),e.$set(r)},i(t){l||(p(e.$$.fragment,t),l=!0)},o(t){d(e.$$.fragment,t),l=!1},d(t){w(e,t)}}}function bt(i){let e,l,t=fe(i[0]),n=[];for(let o=0;od(n[o],1,1,()=>{n[o]=null});return{c(){for(let o=0;o({id:e.name,deprecationReason:e.deprecationReason,name:e.name,description:e.description,default:e.defaultValue,type:e.type}))}function yt(i,e,l){let{data:t}=e;const n=Ae(Pe.ARGUMENTS_SORTING,"default");let r;return i.$$set=o=>{"data"in o&&l(1,t=o.data)},i.$$.update=()=>{i.$$.dirty&2&&(n==="alphabetical"?l(0,r=Re.sortBy(ge(t),o=>o.name)):l(0,r=ge(t)))},[r,t]}class Dt extends M{constructor(e){super(),V(this,e,yt,kt,I,{data:1})}}export{Dt as A,tt as D,it as N,Xe as T,$t as a,Z as b,ze as c}; +import{s as I,q as P,l as k,n as x,d as g,t as E,j as A,o as H,E as ee,v as X,e as q,b as j,f as G,g as J,c as O,k as B,z as y,y as te,m as C,A as R,F as ne,G as le,H as re,r as he,u as ie,a1 as ke,w as ye,x as K,D as ve,a2 as Te,L as Ne,a3 as we}from"./scheduler.Eaj42bxH.js";import{S as M,i as V,t as p,b as d,g as z,e as F,c as v,a as T,m as N,d as w}from"./index.CMSEJhCx.js";import{l as Se,q as oe,r as De,t as Le,v as Ee,u as se,j as ae,w as Ae,x as Pe,_ as Re,y as fe}from"./pages.CcTkWsNO.js";import{T as Y,S as Ce,a as je,b as Oe,c as Ue,C as Be}from"./PreviousNextPage.BdMdrLc-.js";import{L as qe}from"./ChevronDown.CmYd3myn.js";function Ge(i){let e=(i[0]??"-")+"",l;return{c(){l=E(e)},l(t){l=A(t,e)},m(t,n){k(t,l,n)},p(t,n){n&1&&e!==(e=(t[0]??"-")+"")&&H(l,e)},d(t){t&&g(l)}}}function Ie(i){let e=JSON.stringify(i[0],null,2)+"",l;return{c(){l=E(e)},l(t){l=A(t,e)},m(t,n){k(t,l,n)},p(t,n){n&1&&e!==(e=JSON.stringify(t[0],null,2)+"")&&H(l,e)},d(t){t&&g(l)}}}function Me(i){let e,l,t;return{c(){e=E('"'),l=E(i[0]),t=E('"')},l(n){e=A(n,'"'),l=A(n,i[0]),t=A(n,'"')},m(n,r){k(n,e,r),k(n,l,r),k(n,t,r)},p(n,r){r&1&&H(l,n[0])},d(n){n&&(g(e),g(l),g(t))}}}function Ve(i){let e;function l(r,o){return typeof r[0]=="string"?Me:typeof r[0]=="object"?Ie:Ge}let t=l(i),n=t(i);return{c(){n.c(),e=P()},l(r){n.l(r),e=P()},m(r,o){n.m(r,o),k(r,e,o)},p(r,[o]){t===(t=l(r))&&n?n.p(r,o):(n.d(1),n=t(r),n&&(n.c(),n.m(e.parentNode,e)))},i:x,o:x,d(r){r&&g(e),n.d(r)}}}function Je(i,e,l){let{value:t}=e;return i.$$set=n=>{"value"in n&&l(0,t=n.value)},[t]}class ze extends M{constructor(e){super(),V(this,e,Je,Ve,I,{value:0})}}const Fe=i=>({}),ue=i=>({});function He(i){let e;return{c(){e=E(i[2])},l(l){e=A(l,i[2])},m(l,t){k(l,e,t)},p(l,t){t&4&&H(e,l[2])},d(l){l&&g(e)}}}function Ke(i){let e,l,t,n,r,o,a;const f=i[10].default,c=ee(f,i,i[9],null),D=i[10].tooltip,_=ee(D,i,i[9],ue),$=_||He(i);let S=[i[8]],L={};for(let s=0;sl(0,f=!1),s=()=>l(0,f=!0);function u(b){K.call(this,i,b)}function m(b){K.call(this,i,b)}function h(b){K.call(this,i,b)}function U(b){K.call(this,i,b)}function Q(b){K.call(this,i,b)}const W=({key:b})=>{b==="Escape"&&L()};function be(b){ve[b?"unshift":"push"](()=>{$=b,l(1,$)})}return i.$$set=b=>{e=X(X({},e),ye(b)),l(8,n=ie(e,t)),"tooltipText"in b&&l(2,a=b.tooltipText),"open"in b&&l(0,f=b.open),"align"in b&&l(3,c=b.align),"direction"in b&&l(4,D=b.direction),"id"in b&&l(5,_=b.id),"ref"in b&&l(1,$=b.ref),"$$scope"in b&&l(9,o=b.$$scope)},i.$$.update=()=>{i.$$.dirty&1&&S(f?"open":"close")},[f,$,a,c,D,_,L,s,n,o,r,u,m,h,U,Q,W,be]}class We extends M{constructor(e){super(),V(this,e,Qe,Ke,I,{tooltipText:2,open:0,align:3,direction:4,id:5,ref:1})}}const Xe=We;function ce(i){let e,l;return e=new Y({props:{type:"red",$$slots:{default:[Ze]},$$scope:{ctx:i}}}),{c(){v(e.$$.fragment)},l(t){T(e.$$.fragment,t)},m(t,n){N(e,t,n),l=!0},p(t,n){const r={};n&3&&(r.$$scope={dirty:n,ctx:t}),e.$set(r)},i(t){l||(p(e.$$.fragment,t),l=!0)},o(t){d(e.$$.fragment,t),l=!1},d(t){w(e,t)}}}function Ye(i){let e;return{c(){e=E("Deprecated")},l(l){e=A(l,"Deprecated")},m(l,t){k(l,e,t)},d(l){l&&g(e)}}}function Ze(i){let e,l;return e=new Xe({props:{tooltipText:i[0],$$slots:{default:[Ye]},$$scope:{ctx:i}}}),{c(){v(e.$$.fragment)},l(t){T(e.$$.fragment,t)},m(t,n){N(e,t,n),l=!0},p(t,n){const r={};n&1&&(r.tooltipText=t[0]),n&2&&(r.$$scope={dirty:n,ctx:t}),e.$set(r)},i(t){l||(p(e.$$.fragment,t),l=!0)},o(t){d(e.$$.fragment,t),l=!1},d(t){w(e,t)}}}function xe(i){let e,l,t=i[0]&&ce(i);return{c(){t&&t.c(),e=P()},l(n){t&&t.l(n),e=P()},m(n,r){t&&t.m(n,r),k(n,e,r),l=!0},p(n,[r]){n[0]?t?(t.p(n,r),r&1&&p(t,1)):(t=ce(n),t.c(),p(t,1),t.m(e.parentNode,e)):t&&(z(),d(t,1,1,()=>{t=null}),F())},i(n){l||(p(t),l=!0)},o(n){d(t),l=!1},d(n){n&&g(e),t&&t.d(n)}}}function et(i,e,l){let{reason:t}=e;return i.$$set=n=>{"reason"in n&&l(0,t=n.reason)},[t]}class tt extends M{constructor(e){super(),V(this,e,et,xe,I,{reason:0})}}function pe(i){let e,l;return e=new Y({props:{type:"purple",$$slots:{default:[nt]},$$scope:{ctx:i}}}),{c(){v(e.$$.fragment)},l(t){T(e.$$.fragment,t)},m(t,n){N(e,t,n),l=!0},i(t){l||(p(e.$$.fragment,t),l=!0)},o(t){d(e.$$.fragment,t),l=!1},d(t){w(e,t)}}}function nt(i){let e;return{c(){e=E("Non-null")},l(l){e=A(l,"Non-null")},m(l,t){k(l,e,t)},d(l){l&&g(e)}}}function lt(i){let e=!oe(i[0]),l,t,n=e&&pe(i);return{c(){n&&n.c(),l=P()},l(r){n&&n.l(r),l=P()},m(r,o){n&&n.m(r,o),k(r,l,o),t=!0},p(r,[o]){o&1&&(e=!oe(r[0])),e?n?o&1&&p(n,1):(n=pe(r),n.c(),p(n,1),n.m(l.parentNode,l)):n&&(z(),d(n,1,1,()=>{n=null}),F())},i(r){t||(p(n),t=!0)},o(r){d(n),t=!1},d(r){r&&g(l),n&&n.d(r)}}}function rt(i,e,l){let{type:t}=e;return i.$$set=n=>{"type"in n&&l(0,t=n.type)},[t]}class it extends M{constructor(e){super(),V(this,e,rt,lt,I,{type:0})}}function ot(i){let e,l;return e=new qe({props:{href:se.joinUrlPaths(ae(),"types",String(i[0].name)),$$slots:{default:[ft]},$$scope:{ctx:i}}}),{c(){v(e.$$.fragment)},l(t){T(e.$$.fragment,t)},m(t,n){N(e,t,n),l=!0},p(t,n){const r={};n&1&&(r.href=se.joinUrlPaths(ae(),"types",String(t[0].name))),n&3&&(r.$$scope={dirty:n,ctx:t}),e.$set(r)},i(t){l||(p(e.$$.fragment,t),l=!0)},o(t){d(e.$$.fragment,t),l=!1},d(t){w(e,t)}}}function st(i){let e,l,t;return e=new Z({props:{type:i[0].ofType}}),{c(){v(e.$$.fragment),l=E("!")},l(n){T(e.$$.fragment,n),l=A(n,"!")},m(n,r){N(e,n,r),k(n,l,r),t=!0},p(n,r){const o={};r&1&&(o.type=n[0].ofType),e.$set(o)},i(n){t||(p(e.$$.fragment,n),t=!0)},o(n){d(e.$$.fragment,n),t=!1},d(n){n&&g(l),w(e,n)}}}function at(i){let e,l,t,n;return l=new Z({props:{type:i[0].ofType}}),{c(){e=E("["),v(l.$$.fragment),t=E("]")},l(r){e=A(r,"["),T(l.$$.fragment,r),t=A(r,"]")},m(r,o){k(r,e,o),N(l,r,o),k(r,t,o),n=!0},p(r,o){const a={};o&1&&(a.type=r[0].ofType),l.$set(a)},i(r){n||(p(l.$$.fragment,r),n=!0)},o(r){d(l.$$.fragment,r),n=!1},d(r){r&&(g(e),g(t)),w(l,r)}}}function ft(i){let e=i[0].name+"",l;return{c(){l=E(e)},l(t){l=A(t,e)},m(t,n){k(t,l,n)},p(t,n){n&1&&e!==(e=t[0].name+"")&&H(l,e)},d(t){t&&g(l)}}}function ut(i){let e,l,t,n,r,o,a;const f=[at,st,ot],c=[];function D(_,$){return $&1&&(e=null),$&1&&(l=null),$&1&&(t=null),e==null&&(e=!!De(_[0])),e?0:(l==null&&(l=!!Le(_[0])),l?1:(t==null&&(t=!!Ee(_[0])),t?2:-1))}return~(n=D(i,-1))&&(r=c[n]=f[n](i)),{c(){r&&r.c(),o=P()},l(_){r&&r.l(_),o=P()},m(_,$){~n&&c[n].m(_,$),k(_,o,$),a=!0},p(_,[$]){let S=n;n=D(_,$),n===S?~n&&c[n].p(_,$):(r&&(z(),d(c[S],1,1,()=>{c[S]=null}),F()),~n?(r=c[n],r?r.p(_,$):(r=c[n]=f[n](_),r.c()),p(r,1),r.m(o.parentNode,o)):r=null)},i(_){a||(p(r),a=!0)},o(_){d(r),a=!1},d(_){_&&g(o),~n&&c[n].d(_)}}}function ct(i,e,l){let{type:t}=e;return i.$$set=n=>{"type"in n&&l(0,t=n.type)},[t]}class Z extends M{constructor(e){super(),V(this,e,ct,ut,I,{type:0})}}function pt(i){let e,l;return e=new Z({props:{type:i[0]}}),{c(){v(e.$$.fragment)},l(t){T(e.$$.fragment,t)},m(t,n){N(e,t,n),l=!0},p(t,n){const r={};n&1&&(r.type=t[0]),e.$set(r)},i(t){l||(p(e.$$.fragment,t),l=!0)},o(t){d(e.$$.fragment,t),l=!1},d(t){w(e,t)}}}function _t(i){let e,l;return e=new Y({props:{type:"blue",$$slots:{default:[pt]},$$scope:{ctx:i}}}),{c(){v(e.$$.fragment)},l(t){T(e.$$.fragment,t)},m(t,n){N(e,t,n),l=!0},p(t,[n]){const r={};n&3&&(r.$$scope={dirty:n,ctx:t}),e.$set(r)},i(t){l||(p(e.$$.fragment,t),l=!0)},o(t){d(e.$$.fragment,t),l=!1},d(t){w(e,t)}}}function mt(i,e,l){let{type:t}=e;return i.$$set=n=>{"type"in n&&l(0,t=n.type)},[t]}class $t extends M{constructor(e){super(),V(this,e,mt,_t,I,{type:0})}}function _e(i,e,l){const t=i.slice();return t[3]=e[l],t}function me(i){let e,l="=",t,n,r,o;return r=new ze({props:{value:i[3].default}}),{c(){e=q("span"),e.textContent=l,t=j(),n=q("span"),v(r.$$.fragment)},l(a){e=G(a,"SPAN",{"data-svelte-h":!0}),we(e)!=="svelte-u057kv"&&(e.textContent=l),t=O(a),n=G(a,"SPAN",{});var f=J(n);T(r.$$.fragment,f),f.forEach(g)},m(a,f){k(a,e,f),k(a,t,f),k(a,n,f),N(r,n,null),o=!0},p(a,f){const c={};f&1&&(c.value=a[3].default),r.$set(c)},i(a){o||(p(r.$$.fragment,a),o=!0)},o(a){d(r.$$.fragment,a),o=!1},d(a){a&&(g(e),g(t),g(n)),w(r)}}}function $e(i){let e,l;return e=new Be({props:{source:i[3].description}}),{c(){v(e.$$.fragment)},l(t){T(e.$$.fragment,t)},m(t,n){N(e,t,n),l=!0},p(t,n){const r={};n&1&&(r.source=t[3].description),e.$set(r)},i(t){l||(p(e.$$.fragment,t),l=!0)},o(t){d(e.$$.fragment,t),l=!1},d(t){w(e,t)}}}function dt(i){let e,l,t=i[3].name+"",n,r,o,a,f,c,D,_,$,S,L,s=i[3].default&&me(i);a=new $t({props:{type:i[3].type}}),c=new tt({props:{reason:i[3].deprecationReason}}),_=new it({props:{type:i[3].type}});let u=i[3].description&&$e(i);return{c(){e=q("p"),l=q("span"),n=E(t),r=j(),s&&s.c(),o=j(),v(a.$$.fragment),f=j(),v(c.$$.fragment),D=j(),v(_.$$.fragment),$=j(),u&&u.c(),S=P(),this.h()},l(m){e=G(m,"P",{class:!0});var h=J(e);l=G(h,"SPAN",{style:!0});var U=J(l);n=A(U,t),U.forEach(g),r=O(h),s&&s.l(h),o=O(h),T(a.$$.fragment,h),f=O(h),T(c.$$.fragment,h),D=O(h),T(_.$$.fragment,h),h.forEach(g),$=O(m),u&&u.l(m),S=P(),this.h()},h(){Ne(l,"font-weight","bold"),B(e,"class","arg-name-section svelte-9cf7d2")},m(m,h){k(m,e,h),C(e,l),C(l,n),C(e,r),s&&s.m(e,null),C(e,o),N(a,e,null),C(e,f),N(c,e,null),C(e,D),N(_,e,null),k(m,$,h),u&&u.m(m,h),k(m,S,h),L=!0},p(m,h){(!L||h&1)&&t!==(t=m[3].name+"")&&H(n,t),m[3].default?s?(s.p(m,h),h&1&&p(s,1)):(s=me(m),s.c(),p(s,1),s.m(e,o)):s&&(z(),d(s,1,1,()=>{s=null}),F());const U={};h&1&&(U.type=m[3].type),a.$set(U);const Q={};h&1&&(Q.reason=m[3].deprecationReason),c.$set(Q);const W={};h&1&&(W.type=m[3].type),_.$set(W),m[3].description?u?(u.p(m,h),h&1&&p(u,1)):(u=$e(m),u.c(),p(u,1),u.m(S.parentNode,S)):u&&(z(),d(u,1,1,()=>{u=null}),F())},i(m){L||(p(s),p(a.$$.fragment,m),p(c.$$.fragment,m),p(_.$$.fragment,m),p(u),L=!0)},o(m){d(s),d(a.$$.fragment,m),d(c.$$.fragment,m),d(_.$$.fragment,m),d(u),L=!1},d(m){m&&(g(e),g($),g(S)),s&&s.d(),w(a),w(c),w(_),u&&u.d(m)}}}function gt(i){let e,l,t;return e=new Ue({props:{$$slots:{default:[dt]},$$scope:{ctx:i}}}),{c(){v(e.$$.fragment),l=j()},l(n){T(e.$$.fragment,n),l=O(n)},m(n,r){N(e,n,r),k(n,l,r),t=!0},p(n,r){const o={};r&65&&(o.$$scope={dirty:r,ctx:n}),e.$set(o)},i(n){t||(p(e.$$.fragment,n),t=!0)},o(n){d(e.$$.fragment,n),t=!1},d(n){n&&g(l),w(e,n)}}}function de(i){let e,l;return e=new Oe({props:{$$slots:{default:[gt]},$$scope:{ctx:i}}}),{c(){v(e.$$.fragment)},l(t){T(e.$$.fragment,t)},m(t,n){N(e,t,n),l=!0},p(t,n){const r={};n&65&&(r.$$scope={dirty:n,ctx:t}),e.$set(r)},i(t){l||(p(e.$$.fragment,t),l=!0)},o(t){d(e.$$.fragment,t),l=!1},d(t){w(e,t)}}}function bt(i){let e,l,t=fe(i[0]),n=[];for(let o=0;od(n[o],1,1,()=>{n[o]=null});return{c(){for(let o=0;o({id:e.name,deprecationReason:e.deprecationReason,name:e.name,description:e.description,default:e.defaultValue,type:e.type}))}function yt(i,e,l){let{data:t}=e;const n=Ae(Pe.ARGUMENTS_SORTING,"default");let r;return i.$$set=o=>{"data"in o&&l(1,t=o.data)},i.$$.update=()=>{i.$$.dirty&2&&(n==="alphabetical"?l(0,r=Re.sortBy(ge(t),o=>o.name)):l(0,r=ge(t)))},[r,t]}class Dt extends M{constructor(e){super(),V(this,e,yt,kt,I,{data:1})}}export{Dt as A,tt as D,it as N,Xe as T,$t as a,Z as b,ze as c}; diff --git a/public/docs/_app/immutable/chunks/Button.C_rOrgVq.js b/public/docs/_app/immutable/chunks/Button.CByCVkpw.js similarity index 99% rename from public/docs/_app/immutable/chunks/Button.C_rOrgVq.js rename to public/docs/_app/immutable/chunks/Button.CByCVkpw.js index 92780f2..6a0b758 100644 --- a/public/docs/_app/immutable/chunks/Button.C_rOrgVq.js +++ b/public/docs/_app/immutable/chunks/Button.CByCVkpw.js @@ -1 +1 @@ -import{s as de,q as j,l as E,n as fe,d as A,u as Y,v as B,w as me,x as h,e as O,f as T,g as F,y as I,z as k,A as p,r as $,t as te,j as le,m as q,B as Me,C as Re,D as ue,E as J,b as Z,c as w,F as K,G as L,H as Q,o as he,I as x}from"./scheduler.Eaj42bxH.js";import{S as ge,i as ke,g as W,b as z,e as X,t as P,c as M,a as ie,m as R,d as U}from"./index.CMSEJhCx.js";import{l as N,m as V}from"./pages.BCP16mL4.js";function Ue(n){let e,o,i,t=[n[2]],l={};for(let r=0;r{e=B(B({},e),me(b)),o(2,t=Y(e,i)),"href"in b&&o(0,l=b.href),"size"in b&&o(1,r=b.size)},[l,r,t,a,c,s,m,d,v,g,D,y,S,u,_]}class Le extends ge{constructor(e){super(),ke(this,e,Ke,Je,de,{href:0,size:1})}}const Qe=n=>n[0]&1024,We=n=>({style:n[0]&256}),re=n=>({style:n[8]?"margin-left: 0":void 0,...n[10]}),Xe=n=>n[0]&1024,Ye=n=>({style:n[0]&256}),ae=n=>({style:n[8]?"margin-left: 0":void 0,...n[10]}),Ze=n=>({props:n[0]&512}),ce=n=>({props:n[9]});function we(n){let e,o,i,t,l,r,a,c,s=n[8]&&_e(n);const m=n[21].default,d=J(m,n,n[20],null),v=[tn,nn],g=[];function D(u,_){return u[12].icon?0:u[2]?1:-1}~(t=D(n))&&(l=g[t]=v[t](n));let y=[n[9]],S={};for(let u=0;u{g[b]=null}),X()),~t?(l=g[t],l?l.p(u,_):(l=g[t]=v[t](u),l.c()),P(l,1),l.m(e,null)):l=null),I(e,S=N(y,[_[0]&512&&u[9]]))},i(u){r||(P(d,u),P(l),r=!0)},o(u){z(d,u),z(l),r=!1},d(u){u&&A(e),s&&s.d(),d&&d.d(u),~t&&g[t].d(),n[41](null),a=!1,$(c)}}}function xe(n){let e,o,i,t,l,r,a,c,s=n[8]&&be(n);const m=n[21].default,d=J(m,n,n[20],null),v=[on,ln],g=[];function D(u,_){return u[12].icon?0:u[2]?1:-1}~(t=D(n))&&(l=g[t]=v[t](n));let y=[n[9]],S={};for(let u=0;u{g[b]=null}),X()),~t?(l=g[t],l?l.p(u,_):(l=g[t]=v[t](u),l.c()),P(l,1),l.m(e,null)):l=null),I(e,S=N(y,[_[0]&512&&u[9]]))},i(u){r||(P(d,u),P(l),r=!0)},o(u){z(d,u),z(l),r=!1},d(u){u&&A(e),s&&s.d(),d&&d.d(u),~t&&g[t].d(),n[40](null),a=!1,$(c)}}}function $e(n){let e;const o=n[21].default,i=J(o,n,n[20],ce);return{c(){i&&i.c()},l(t){i&&i.l(t)},m(t,l){i&&i.m(t,l),e=!0},p(t,l){i&&i.p&&(!e||l[0]&1049088)&&K(i,o,t,t[20],e?Q(o,t[20],l,Ze):L(t[20]),ce)},i(t){e||(P(i,t),e=!0)},o(t){z(i,t),e=!1},d(t){i&&i.d(t)}}}function en(n){let e,o;const i=[{href:n[7]},{size:n[1]},n[11],{style:n[8]&&"width: 3rem;"}];let t={};for(let l=0;l{U(s,1)}),X()}l?(e=x(l,r(a,c)),M(e.$$.fragment),P(e.$$.fragment,1),R(e,o.parentNode,o)):e=null}else if(l){const s=c[0]&1280?N(t,[c[0]&256&&{style:a[8]?"margin-left: 0":void 0},c[0]&1024&&V(a[10])]):{};e.$set(s)}},i(a){i||(e&&P(e.$$.fragment,a),i=!0)},o(a){e&&z(e.$$.fragment,a),i=!1},d(a){a&&A(o),e&&U(e,a)}}}function tn(n){let e;const o=n[21].icon,i=J(o,n,n[20],re);return{c(){i&&i.c()},l(t){i&&i.l(t)},m(t,l){i&&i.m(t,l),e=!0},p(t,l){i&&i.p&&(!e||l[0]&1049856)&&K(i,o,t,t[20],Qe(l)||!e?L(t[20]):Q(o,t[20],l,We),re)},i(t){e||(P(i,t),e=!0)},o(t){z(i,t),e=!1},d(t){i&&i.d(t)}}}function be(n){let e,o;return{c(){e=O("span"),o=te(n[3]),this.h()},l(i){e=T(i,"SPAN",{});var t=F(e);o=le(t,n[3]),t.forEach(A),this.h()},h(){k(e,"bx--assistive-text",!0)},m(i,t){E(i,e,t),q(e,o)},p(i,t){t[0]&8&&he(o,i[3])},d(i){i&&A(e)}}}function ln(n){let e,o,i;const t=[{style:n[8]?"margin-left: 0":void 0},n[10]];var l=n[2];function r(a,c){let s={};for(let m=0;m{U(s,1)}),X()}l?(e=x(l,r(a,c)),M(e.$$.fragment),P(e.$$.fragment,1),R(e,o.parentNode,o)):e=null}else if(l){const s=c[0]&1280?N(t,[c[0]&256&&{style:a[8]?"margin-left: 0":void 0},c[0]&1024&&V(a[10])]):{};e.$set(s)}},i(a){i||(e&&P(e.$$.fragment,a),i=!0)},o(a){e&&z(e.$$.fragment,a),i=!1},d(a){a&&A(o),e&&U(e,a)}}}function on(n){let e;const o=n[21].icon,i=J(o,n,n[20],ae);return{c(){i&&i.c()},l(t){i&&i.l(t)},m(t,l){i&&i.m(t,l),e=!0},p(t,l){i&&i.p&&(!e||l[0]&1049856)&&K(i,o,t,t[20],Xe(l)||!e?L(t[20]):Q(o,t[20],l,Ye),ae)},i(t){e||(P(i,t),e=!0)},o(t){z(i,t),e=!1},d(t){i&&i.d(t)}}}function sn(n){let e,o,i,t;const l=[en,$e,xe,we],r=[];function a(c,s){return c[5]?0:c[4]?1:c[7]&&!c[6]?2:3}return e=a(n),o=r[e]=l[e](n),{c(){o.c(),i=j()},l(c){o.l(c),i=j()},m(c,s){r[e].m(c,s),E(c,i,s),t=!0},p(c,s){let m=e;e=a(c),e===m?r[e].p(c,s):(W(),z(r[m],1,1,()=>{r[m]=null}),X(),o=r[e],o?o.p(c,s):(o=r[e]=l[e](c),o.c()),P(o,1),o.m(i.parentNode,i))},i(c){t||(P(o),t=!0)},o(c){z(o),t=!1},d(c){c&&A(i),r[e].d(c)}}}function fn(n,e,o){let i,t,l;const r=["kind","size","expressive","isSelected","icon","iconDescription","tooltipAlignment","tooltipPosition","as","skeleton","disabled","href","tabindex","type","ref"];let a=Y(e,r),{$$slots:c={},$$scope:s}=e;const m=Me(c);let{kind:d="primary"}=e,{size:v="default"}=e,{expressive:g=!1}=e,{isSelected:D=!1}=e,{icon:y=void 0}=e,{iconDescription:S=void 0}=e,{tooltipAlignment:u="center"}=e,{tooltipPosition:_="bottom"}=e,{as:b=!1}=e,{skeleton:oe=!1}=e,{disabled:G=!1}=e,{href:H=void 0}=e,{tabindex:ee="0"}=e,{type:ne="button"}=e,{ref:C=null}=e;const se=Re("ComposedModal");function pe(f){h.call(this,n,f)}function ve(f){h.call(this,n,f)}function ze(f){h.call(this,n,f)}function Pe(f){h.call(this,n,f)}function Ae(f){h.call(this,n,f)}function Se(f){h.call(this,n,f)}function ye(f){h.call(this,n,f)}function Be(f){h.call(this,n,f)}function De(f){h.call(this,n,f)}function Ee(f){h.call(this,n,f)}function Ne(f){h.call(this,n,f)}function Ce(f){h.call(this,n,f)}function je(f){h.call(this,n,f)}function Ie(f){h.call(this,n,f)}function qe(f){h.call(this,n,f)}function Oe(f){h.call(this,n,f)}function Te(f){h.call(this,n,f)}function Fe(f){h.call(this,n,f)}function Ge(f){ue[f?"unshift":"push"](()=>{C=f,o(0,C)})}function He(f){ue[f?"unshift":"push"](()=>{C=f,o(0,C)})}return n.$$set=f=>{e=B(B({},e),me(f)),o(11,a=Y(e,r)),"kind"in f&&o(13,d=f.kind),"size"in f&&o(1,v=f.size),"expressive"in f&&o(14,g=f.expressive),"isSelected"in f&&o(15,D=f.isSelected),"icon"in f&&o(2,y=f.icon),"iconDescription"in f&&o(3,S=f.iconDescription),"tooltipAlignment"in f&&o(16,u=f.tooltipAlignment),"tooltipPosition"in f&&o(17,_=f.tooltipPosition),"as"in f&&o(4,b=f.as),"skeleton"in f&&o(5,oe=f.skeleton),"disabled"in f&&o(6,G=f.disabled),"href"in f&&o(7,H=f.href),"tabindex"in f&&o(18,ee=f.tabindex),"type"in f&&o(19,ne=f.type),"ref"in f&&o(0,C=f.ref),"$$scope"in f&&o(20,s=f.$$scope)},n.$$.update=()=>{n.$$.dirty[0]&1&&se&&C&&se.declareRef(C),n.$$.dirty[0]&4&&o(8,i=(y||m.icon)&&!m.default),n.$$.dirty[0]&8&&o(10,t={"aria-hidden":"true",class:"bx--btn__icon","aria-label":S}),o(9,l={type:H&&!G?void 0:ne,tabindex:ee,disabled:G===!0?!0:void 0,href:H,"aria-pressed":i&&d==="ghost"&&!H?D:void 0,...a,class:["bx--btn",g&&"bx--btn--expressive",(v==="small"&&!g||v==="sm"&&!g||v==="small"&&!g)&&"bx--btn--sm",v==="field"&&!g||v==="md"&&!g&&"bx--btn--md",v==="field"&&"bx--btn--field",v==="small"&&"bx--btn--sm",v==="lg"&&"bx--btn--lg",v==="xl"&&"bx--btn--xl",d&&`bx--btn--${d}`,G&&"bx--btn--disabled",i&&"bx--btn--icon-only",i&&"bx--tooltip__trigger",i&&"bx--tooltip--a11y",i&&_&&`bx--btn--icon-only--${_}`,i&&u&&`bx--tooltip--align-${u}`,i&&D&&d==="ghost"&&"bx--btn--selected",a.class].filter(Boolean).join(" ")})},[C,v,y,S,b,oe,G,H,i,l,t,a,m,d,g,D,u,_,ee,ne,s,c,pe,ve,ze,Pe,Ae,Se,ye,Be,De,Ee,Ne,Ce,je,Ie,qe,Oe,Te,Fe,Ge,He]}class un extends ge{constructor(e){super(),ke(this,e,fn,sn,de,{kind:13,size:1,expressive:14,isSelected:15,icon:2,iconDescription:3,tooltipAlignment:16,tooltipPosition:17,as:4,skeleton:5,disabled:6,href:7,tabindex:18,type:19,ref:0},null,[-1,-1])}}const _n=un;export{_n as B}; +import{s as de,q as j,l as E,n as fe,d as A,u as Y,v as B,w as me,x as h,e as O,f as T,g as F,y as I,z as k,A as p,r as $,t as te,j as le,m as q,B as Me,C as Re,D as ue,E as J,b as Z,c as w,F as K,G as L,H as Q,o as he,I as x}from"./scheduler.Eaj42bxH.js";import{S as ge,i as ke,g as W,b as z,e as X,t as P,c as M,a as ie,m as R,d as U}from"./index.CMSEJhCx.js";import{l as N,m as V}from"./pages.CcTkWsNO.js";function Ue(n){let e,o,i,t=[n[2]],l={};for(let r=0;r{e=B(B({},e),me(b)),o(2,t=Y(e,i)),"href"in b&&o(0,l=b.href),"size"in b&&o(1,r=b.size)},[l,r,t,a,c,s,m,d,v,g,D,y,S,u,_]}class Le extends ge{constructor(e){super(),ke(this,e,Ke,Je,de,{href:0,size:1})}}const Qe=n=>n[0]&1024,We=n=>({style:n[0]&256}),re=n=>({style:n[8]?"margin-left: 0":void 0,...n[10]}),Xe=n=>n[0]&1024,Ye=n=>({style:n[0]&256}),ae=n=>({style:n[8]?"margin-left: 0":void 0,...n[10]}),Ze=n=>({props:n[0]&512}),ce=n=>({props:n[9]});function we(n){let e,o,i,t,l,r,a,c,s=n[8]&&_e(n);const m=n[21].default,d=J(m,n,n[20],null),v=[tn,nn],g=[];function D(u,_){return u[12].icon?0:u[2]?1:-1}~(t=D(n))&&(l=g[t]=v[t](n));let y=[n[9]],S={};for(let u=0;u{g[b]=null}),X()),~t?(l=g[t],l?l.p(u,_):(l=g[t]=v[t](u),l.c()),P(l,1),l.m(e,null)):l=null),I(e,S=N(y,[_[0]&512&&u[9]]))},i(u){r||(P(d,u),P(l),r=!0)},o(u){z(d,u),z(l),r=!1},d(u){u&&A(e),s&&s.d(),d&&d.d(u),~t&&g[t].d(),n[41](null),a=!1,$(c)}}}function xe(n){let e,o,i,t,l,r,a,c,s=n[8]&&be(n);const m=n[21].default,d=J(m,n,n[20],null),v=[on,ln],g=[];function D(u,_){return u[12].icon?0:u[2]?1:-1}~(t=D(n))&&(l=g[t]=v[t](n));let y=[n[9]],S={};for(let u=0;u{g[b]=null}),X()),~t?(l=g[t],l?l.p(u,_):(l=g[t]=v[t](u),l.c()),P(l,1),l.m(e,null)):l=null),I(e,S=N(y,[_[0]&512&&u[9]]))},i(u){r||(P(d,u),P(l),r=!0)},o(u){z(d,u),z(l),r=!1},d(u){u&&A(e),s&&s.d(),d&&d.d(u),~t&&g[t].d(),n[40](null),a=!1,$(c)}}}function $e(n){let e;const o=n[21].default,i=J(o,n,n[20],ce);return{c(){i&&i.c()},l(t){i&&i.l(t)},m(t,l){i&&i.m(t,l),e=!0},p(t,l){i&&i.p&&(!e||l[0]&1049088)&&K(i,o,t,t[20],e?Q(o,t[20],l,Ze):L(t[20]),ce)},i(t){e||(P(i,t),e=!0)},o(t){z(i,t),e=!1},d(t){i&&i.d(t)}}}function en(n){let e,o;const i=[{href:n[7]},{size:n[1]},n[11],{style:n[8]&&"width: 3rem;"}];let t={};for(let l=0;l{U(s,1)}),X()}l?(e=x(l,r(a,c)),M(e.$$.fragment),P(e.$$.fragment,1),R(e,o.parentNode,o)):e=null}else if(l){const s=c[0]&1280?N(t,[c[0]&256&&{style:a[8]?"margin-left: 0":void 0},c[0]&1024&&V(a[10])]):{};e.$set(s)}},i(a){i||(e&&P(e.$$.fragment,a),i=!0)},o(a){e&&z(e.$$.fragment,a),i=!1},d(a){a&&A(o),e&&U(e,a)}}}function tn(n){let e;const o=n[21].icon,i=J(o,n,n[20],re);return{c(){i&&i.c()},l(t){i&&i.l(t)},m(t,l){i&&i.m(t,l),e=!0},p(t,l){i&&i.p&&(!e||l[0]&1049856)&&K(i,o,t,t[20],Qe(l)||!e?L(t[20]):Q(o,t[20],l,We),re)},i(t){e||(P(i,t),e=!0)},o(t){z(i,t),e=!1},d(t){i&&i.d(t)}}}function be(n){let e,o;return{c(){e=O("span"),o=te(n[3]),this.h()},l(i){e=T(i,"SPAN",{});var t=F(e);o=le(t,n[3]),t.forEach(A),this.h()},h(){k(e,"bx--assistive-text",!0)},m(i,t){E(i,e,t),q(e,o)},p(i,t){t[0]&8&&he(o,i[3])},d(i){i&&A(e)}}}function ln(n){let e,o,i;const t=[{style:n[8]?"margin-left: 0":void 0},n[10]];var l=n[2];function r(a,c){let s={};for(let m=0;m{U(s,1)}),X()}l?(e=x(l,r(a,c)),M(e.$$.fragment),P(e.$$.fragment,1),R(e,o.parentNode,o)):e=null}else if(l){const s=c[0]&1280?N(t,[c[0]&256&&{style:a[8]?"margin-left: 0":void 0},c[0]&1024&&V(a[10])]):{};e.$set(s)}},i(a){i||(e&&P(e.$$.fragment,a),i=!0)},o(a){e&&z(e.$$.fragment,a),i=!1},d(a){a&&A(o),e&&U(e,a)}}}function on(n){let e;const o=n[21].icon,i=J(o,n,n[20],ae);return{c(){i&&i.c()},l(t){i&&i.l(t)},m(t,l){i&&i.m(t,l),e=!0},p(t,l){i&&i.p&&(!e||l[0]&1049856)&&K(i,o,t,t[20],Xe(l)||!e?L(t[20]):Q(o,t[20],l,Ye),ae)},i(t){e||(P(i,t),e=!0)},o(t){z(i,t),e=!1},d(t){i&&i.d(t)}}}function sn(n){let e,o,i,t;const l=[en,$e,xe,we],r=[];function a(c,s){return c[5]?0:c[4]?1:c[7]&&!c[6]?2:3}return e=a(n),o=r[e]=l[e](n),{c(){o.c(),i=j()},l(c){o.l(c),i=j()},m(c,s){r[e].m(c,s),E(c,i,s),t=!0},p(c,s){let m=e;e=a(c),e===m?r[e].p(c,s):(W(),z(r[m],1,1,()=>{r[m]=null}),X(),o=r[e],o?o.p(c,s):(o=r[e]=l[e](c),o.c()),P(o,1),o.m(i.parentNode,i))},i(c){t||(P(o),t=!0)},o(c){z(o),t=!1},d(c){c&&A(i),r[e].d(c)}}}function fn(n,e,o){let i,t,l;const r=["kind","size","expressive","isSelected","icon","iconDescription","tooltipAlignment","tooltipPosition","as","skeleton","disabled","href","tabindex","type","ref"];let a=Y(e,r),{$$slots:c={},$$scope:s}=e;const m=Me(c);let{kind:d="primary"}=e,{size:v="default"}=e,{expressive:g=!1}=e,{isSelected:D=!1}=e,{icon:y=void 0}=e,{iconDescription:S=void 0}=e,{tooltipAlignment:u="center"}=e,{tooltipPosition:_="bottom"}=e,{as:b=!1}=e,{skeleton:oe=!1}=e,{disabled:G=!1}=e,{href:H=void 0}=e,{tabindex:ee="0"}=e,{type:ne="button"}=e,{ref:C=null}=e;const se=Re("ComposedModal");function pe(f){h.call(this,n,f)}function ve(f){h.call(this,n,f)}function ze(f){h.call(this,n,f)}function Pe(f){h.call(this,n,f)}function Ae(f){h.call(this,n,f)}function Se(f){h.call(this,n,f)}function ye(f){h.call(this,n,f)}function Be(f){h.call(this,n,f)}function De(f){h.call(this,n,f)}function Ee(f){h.call(this,n,f)}function Ne(f){h.call(this,n,f)}function Ce(f){h.call(this,n,f)}function je(f){h.call(this,n,f)}function Ie(f){h.call(this,n,f)}function qe(f){h.call(this,n,f)}function Oe(f){h.call(this,n,f)}function Te(f){h.call(this,n,f)}function Fe(f){h.call(this,n,f)}function Ge(f){ue[f?"unshift":"push"](()=>{C=f,o(0,C)})}function He(f){ue[f?"unshift":"push"](()=>{C=f,o(0,C)})}return n.$$set=f=>{e=B(B({},e),me(f)),o(11,a=Y(e,r)),"kind"in f&&o(13,d=f.kind),"size"in f&&o(1,v=f.size),"expressive"in f&&o(14,g=f.expressive),"isSelected"in f&&o(15,D=f.isSelected),"icon"in f&&o(2,y=f.icon),"iconDescription"in f&&o(3,S=f.iconDescription),"tooltipAlignment"in f&&o(16,u=f.tooltipAlignment),"tooltipPosition"in f&&o(17,_=f.tooltipPosition),"as"in f&&o(4,b=f.as),"skeleton"in f&&o(5,oe=f.skeleton),"disabled"in f&&o(6,G=f.disabled),"href"in f&&o(7,H=f.href),"tabindex"in f&&o(18,ee=f.tabindex),"type"in f&&o(19,ne=f.type),"ref"in f&&o(0,C=f.ref),"$$scope"in f&&o(20,s=f.$$scope)},n.$$.update=()=>{n.$$.dirty[0]&1&&se&&C&&se.declareRef(C),n.$$.dirty[0]&4&&o(8,i=(y||m.icon)&&!m.default),n.$$.dirty[0]&8&&o(10,t={"aria-hidden":"true",class:"bx--btn__icon","aria-label":S}),o(9,l={type:H&&!G?void 0:ne,tabindex:ee,disabled:G===!0?!0:void 0,href:H,"aria-pressed":i&&d==="ghost"&&!H?D:void 0,...a,class:["bx--btn",g&&"bx--btn--expressive",(v==="small"&&!g||v==="sm"&&!g||v==="small"&&!g)&&"bx--btn--sm",v==="field"&&!g||v==="md"&&!g&&"bx--btn--md",v==="field"&&"bx--btn--field",v==="small"&&"bx--btn--sm",v==="lg"&&"bx--btn--lg",v==="xl"&&"bx--btn--xl",d&&`bx--btn--${d}`,G&&"bx--btn--disabled",i&&"bx--btn--icon-only",i&&"bx--tooltip__trigger",i&&"bx--tooltip--a11y",i&&_&&`bx--btn--icon-only--${_}`,i&&u&&`bx--tooltip--align-${u}`,i&&D&&d==="ghost"&&"bx--btn--selected",a.class].filter(Boolean).join(" ")})},[C,v,y,S,b,oe,G,H,i,l,t,a,m,d,g,D,u,_,ee,ne,s,c,pe,ve,ze,Pe,Ae,Se,ye,Be,De,Ee,Ne,Ce,je,Ie,qe,Oe,Te,Fe,Ge,He]}class un extends ge{constructor(e){super(),ke(this,e,fn,sn,de,{kind:13,size:1,expressive:14,isSelected:15,icon:2,iconDescription:3,tooltipAlignment:16,tooltipPosition:17,as:4,skeleton:5,disabled:6,href:7,tabindex:18,type:19,ref:0},null,[-1,-1])}}const _n=un;export{_n as B}; diff --git a/public/docs/_app/immutable/chunks/ChevronDown.CbSzYa8s.js b/public/docs/_app/immutable/chunks/ChevronDown.CmYd3myn.js similarity index 99% rename from public/docs/_app/immutable/chunks/ChevronDown.CbSzYa8s.js rename to public/docs/_app/immutable/chunks/ChevronDown.CmYd3myn.js index e80aae7..3692c0f 100644 --- a/public/docs/_app/immutable/chunks/ChevronDown.CbSzYa8s.js +++ b/public/docs/_app/immutable/chunks/ChevronDown.CmYd3myn.js @@ -1,4 +1,4 @@ -import{z as Se,A as Ye,l as oe}from"./pages.BCP16mL4.js";import{s as _e,v as R,a4 as G,a5 as W,g as D,d as S,k as Me,a6 as ne,l as M,m as Y,n as re,u as U,w as X,t as He,j as Re,o as De,q as Z,B as Ve,x as j,D as xe,E as ce,e as fe,b as Ie,f as de,c as Be,y as ie,z as E,A as q,F as ge,G as he,H as pe,r as je,I as ae}from"./scheduler.Eaj42bxH.js";import{S as ye,i as we,g as J,b as P,e as K,t as T,c as le,a as qe,m as se,d as ue}from"./index.CMSEJhCx.js";typeof window<"u"&&(window.Prism=window.Prism||{},window.Prism.manual=!0);var Oe={exports:{}};(function(l){var e=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{};/** +import{z as Se,A as Ye,l as oe}from"./pages.CcTkWsNO.js";import{s as _e,v as R,a4 as G,a5 as W,g as D,d as S,k as Me,a6 as ne,l as M,m as Y,n as re,u as U,w as X,t as He,j as Re,o as De,q as Z,B as Ve,x as j,D as xe,E as ce,e as fe,b as Ie,f as de,c as Be,y as ie,z as E,A as q,F as ge,G as he,H as pe,r as je,I as ae}from"./scheduler.Eaj42bxH.js";import{S as ye,i as we,g as J,b as P,e as K,t as T,c as le,a as qe,m as se,d as ue}from"./index.CMSEJhCx.js";typeof window<"u"&&(window.Prism=window.Prism||{},window.Prism.manual=!0);var Oe={exports:{}};(function(l){var e=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{};/** * Prism: Lightweight, robust, elegant syntax highlighting * * @license MIT diff --git a/public/docs/_app/immutable/chunks/DirectiveTag.DbXhTq84.js b/public/docs/_app/immutable/chunks/DirectiveTag.DXOjfS2C.js similarity index 95% rename from public/docs/_app/immutable/chunks/DirectiveTag.DbXhTq84.js rename to public/docs/_app/immutable/chunks/DirectiveTag.DXOjfS2C.js index 7d10177..a834f13 100644 --- a/public/docs/_app/immutable/chunks/DirectiveTag.DbXhTq84.js +++ b/public/docs/_app/immutable/chunks/DirectiveTag.DXOjfS2C.js @@ -1 +1 @@ -import{s as b,q as v,l as p,d as m,e as L,f as O,g as U,k as $,t as g,j as h,o as y}from"./scheduler.Eaj42bxH.js";import{S as E,i as V,t as d,b as _,c as D,a as A,m as S,d as j}from"./index.CMSEJhCx.js";import{s as B,i as I,u as T,j as w,k as q,K as l}from"./pages.BCP16mL4.js";import{T as x}from"./PreviousNextPage.Co3K97dO.js";import{T as C}from"./ArgsList.DiHnB2bA.js";function J(s){let n,a;return n=new x({props:{type:"blue",$$slots:{default:[P]},$$scope:{ctx:s}}}),{c(){D(n.$$.fragment)},l(i){A(n.$$.fragment,i)},m(i,e){S(n,i,e),a=!0},p(i,e){const t={};e&67&&(t.$$scope={dirty:e,ctx:i}),n.$set(t)},i(i){a||(d(n.$$.fragment,i),a=!0)},o(i){_(n.$$.fragment,i),a=!1},d(i){j(n,i)}}}function K(s){let n,a=s[0].name.value+"",i;return{c(){n=g("@"),i=g(a)},l(e){n=h(e,"@"),i=h(e,a)},m(e,t){p(e,n,t),p(e,i,t)},p(e,t){t&1&&a!==(a=e[0].name.value+"")&&y(i,a)},d(e){e&&(m(n),m(i))}}}function P(s){let n,a,i,e;return a=new C({props:{tooltipText:s[1],direction:"top",align:"center",$$slots:{default:[K]},$$scope:{ctx:s}}}),{c(){n=L("a"),D(a.$$.fragment),this.h()},l(t){n=O(t,"A",{href:!0,class:!0});var r=U(n);A(a.$$.fragment,r),r.forEach(m),this.h()},h(){$(n,"href",i=T.joinUrlPaths(w(),`/directives/${s[0].name.value}`)),$(n,"class","override-tooltip-width svelte-a6h330")},m(t,r){p(t,n,r),S(a,n,null),e=!0},p(t,r){const u={};r&2&&(u.tooltipText=t[1]),r&65&&(u.$$scope={dirty:r,ctx:t}),a.$set(u),(!e||r&1&&i!==(i=T.joinUrlPaths(w(),`/directives/${t[0].name.value}`)))&&$(n,"href",i)},i(t){e||(d(a.$$.fragment,t),e=!0)},o(t){_(a.$$.fragment,t),e=!1},d(t){t&&m(n),j(a)}}}function R(s){let n=s[2](),a,i,e=n&&J(s);return{c(){e&&e.c(),a=v()},l(t){e&&e.l(t),a=v()},m(t,r){e&&e.m(t,r),p(t,a,r),i=!0},p(t,[r]){n&&e.p(t,r)},i(t){i||(d(e),i=!0)},o(t){_(e),i=!1},d(t){t&&m(a),e&&e.d(t)}}}function F(s,n,a){let{directive:i}=n,e,t;function r(o){switch(o.kind){case l.INT:case l.BOOLEAN:case l.FLOAT:return String(o.value);case l.STRING:case l.ENUM:return`"${o.value}"`;case l.NULL:return"null";case l.LIST:return`[${o.values.map(r).join(", ")}]`;case l.OBJECT:return`{${o.fields.map(c=>`${c.name.value}: ${r(c.value)}`).join(", ")}}`}}function u(){return!!e&&q(e)}function k(o,c){const f=c.find(N=>N.name.value===o.name);return f?r(f.value):JSON.stringify(o.defaultValue)}return s.$$set=o=>{"directive"in o&&a(0,i=o.directive)},s.$$.update=()=>{if(s.$$.dirty&1&&a(3,e=B.getDirective(i.name.value)),s.$$.dirty&9){let o=`@${i.name.value}`;const c=e?I(e):[];c.length>0&&(o+=`(${c.map(f=>`${f.name}: ${k(f,i.arguments||[])}`).join(", ")})`),a(1,t=o.trim())}},[i,t,u,e]}class W extends E{constructor(n){super(),V(this,n,F,R,b,{directive:0})}}export{W as D}; +import{s as b,q as v,l as p,d as m,e as L,f as O,g as U,k as $,t as g,j as h,o as y}from"./scheduler.Eaj42bxH.js";import{S as E,i as V,t as d,b as _,c as D,a as A,m as S,d as j}from"./index.CMSEJhCx.js";import{s as B,i as I,u as T,j as w,k as q,K as l}from"./pages.CcTkWsNO.js";import{T as x}from"./PreviousNextPage.BdMdrLc-.js";import{T as C}from"./ArgsList.DxQdV4-Y.js";function J(s){let n,a;return n=new x({props:{type:"blue",$$slots:{default:[P]},$$scope:{ctx:s}}}),{c(){D(n.$$.fragment)},l(i){A(n.$$.fragment,i)},m(i,e){S(n,i,e),a=!0},p(i,e){const t={};e&67&&(t.$$scope={dirty:e,ctx:i}),n.$set(t)},i(i){a||(d(n.$$.fragment,i),a=!0)},o(i){_(n.$$.fragment,i),a=!1},d(i){j(n,i)}}}function K(s){let n,a=s[0].name.value+"",i;return{c(){n=g("@"),i=g(a)},l(e){n=h(e,"@"),i=h(e,a)},m(e,t){p(e,n,t),p(e,i,t)},p(e,t){t&1&&a!==(a=e[0].name.value+"")&&y(i,a)},d(e){e&&(m(n),m(i))}}}function P(s){let n,a,i,e;return a=new C({props:{tooltipText:s[1],direction:"top",align:"center",$$slots:{default:[K]},$$scope:{ctx:s}}}),{c(){n=L("a"),D(a.$$.fragment),this.h()},l(t){n=O(t,"A",{href:!0,class:!0});var r=U(n);A(a.$$.fragment,r),r.forEach(m),this.h()},h(){$(n,"href",i=T.joinUrlPaths(w(),`/directives/${s[0].name.value}`)),$(n,"class","override-tooltip-width svelte-a6h330")},m(t,r){p(t,n,r),S(a,n,null),e=!0},p(t,r){const u={};r&2&&(u.tooltipText=t[1]),r&65&&(u.$$scope={dirty:r,ctx:t}),a.$set(u),(!e||r&1&&i!==(i=T.joinUrlPaths(w(),`/directives/${t[0].name.value}`)))&&$(n,"href",i)},i(t){e||(d(a.$$.fragment,t),e=!0)},o(t){_(a.$$.fragment,t),e=!1},d(t){t&&m(n),j(a)}}}function R(s){let n=s[2](),a,i,e=n&&J(s);return{c(){e&&e.c(),a=v()},l(t){e&&e.l(t),a=v()},m(t,r){e&&e.m(t,r),p(t,a,r),i=!0},p(t,[r]){n&&e.p(t,r)},i(t){i||(d(e),i=!0)},o(t){_(e),i=!1},d(t){t&&m(a),e&&e.d(t)}}}function F(s,n,a){let{directive:i}=n,e,t;function r(o){switch(o.kind){case l.INT:case l.BOOLEAN:case l.FLOAT:return String(o.value);case l.STRING:case l.ENUM:return`"${o.value}"`;case l.NULL:return"null";case l.LIST:return`[${o.values.map(r).join(", ")}]`;case l.OBJECT:return`{${o.fields.map(c=>`${c.name.value}: ${r(c.value)}`).join(", ")}}`}}function u(){return!!e&&q(e)}function k(o,c){const f=c.find(N=>N.name.value===o.name);return f?r(f.value):JSON.stringify(o.defaultValue)}return s.$$set=o=>{"directive"in o&&a(0,i=o.directive)},s.$$.update=()=>{if(s.$$.dirty&1&&a(3,e=B.getDirective(i.name.value)),s.$$.dirty&9){let o=`@${i.name.value}`;const c=e?I(e):[];c.length>0&&(o+=`(${c.map(f=>`${f.name}: ${k(f,i.arguments||[])}`).join(", ")})`),a(1,t=o.trim())}},[i,t,u,e]}class W extends E{constructor(n){super(),V(this,n,F,R,b,{directive:0})}}export{W as D}; diff --git a/public/docs/_app/immutable/chunks/FieldDetails.Dg6bK-AW.js b/public/docs/_app/immutable/chunks/FieldDetails.qFsX1Vyn.js similarity index 99% rename from public/docs/_app/immutable/chunks/FieldDetails.Dg6bK-AW.js rename to public/docs/_app/immutable/chunks/FieldDetails.qFsX1Vyn.js index 16b912c..ac78024 100644 --- a/public/docs/_app/immutable/chunks/FieldDetails.Dg6bK-AW.js +++ b/public/docs/_app/immutable/chunks/FieldDetails.qFsX1Vyn.js @@ -1,4 +1,4 @@ -var Fu=Object.defineProperty;var gu=(e,t,n)=>t in e?Fu(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var ee=(e,t,n)=>(gu(e,typeof t!="symbol"?t+"":t,n),n);import{a8 as Eu,a9 as yu,X as _t,T as vu,s as ye,v as X,a4 as M,a5 as V,g as $,d as E,k as H,a6 as Fe,l as k,m as I,n as A,u as ge,w as Ee,t as ae,j as se,o as Pe,e as Ge,b as G,f as ze,c as z,p as Vr,q as le,L as Cu,D as bu,a7 as _u,a2 as Au}from"./scheduler.Eaj42bxH.js";import{g as $e,b,e as xe,t as v,S as ve,i as Ce,c as T,a as S,m as B,d as O,f as ku}from"./index.CMSEJhCx.js";import{l as Et,_ as re,M as wu,t as bn,r as Ot,J as Ur,q as qr,F as Nu,E as Tu,N as _n,H as Dn,I as Gr,G as zr,O as Su,x as Bu,y as Gn}from"./pages.BCP16mL4.js";import{w as Ou}from"./index.Cx9QXIn7.js";import{e as Iu,f as $u,g as Xt,h as Zt,T as xu,I as Lu,C as Kr,A as It}from"./PreviousNextPage.Co3K97dO.js";import"./prism-json.CMKj7kFV.js";import{B as At}from"./Button.C_rOrgVq.js";import{A as Ru,b as Pu}from"./ArgsList.DiHnB2bA.js";import{D as ju}from"./DirectiveTag.DbXhTq84.js";function $t(e,t){const n=t.token={};function r(i,u,a,s){if(t.token!==n)return;t.resolved=s;let o=t.ctx;a!==void 0&&(o=o.slice(),o[a]=s);const l=i&&(t.current=i)(o);let c=!1;t.block&&(t.blocks?t.blocks.forEach((d,D)=>{D!==u&&d&&($e(),b(d,1,1,()=>{t.blocks[D]===d&&(t.blocks[D]=null)}),xe())}):t.block.d(1),l.c(),v(l,1),l.m(t.mount(),t.anchor),c=!0),t.block=l,t.blocks&&(t.blocks[u]=l),c&&vu()}if(Eu(e)){const i=yu();if(e.then(u=>{_t(i),r(t.then,1,t.value,u),_t(null)},u=>{if(_t(i),r(t.catch,2,t.error,u),_t(null),!t.hasCatch)throw u}),t.current!==t.pending)return r(t.pending,0),!0}else{if(t.current!==t.then)return r(t.then,1,t.value,e),!0;t.resolved=e}}function Yr(e,t,n){const r=t.slice(),{resolved:i}=e;e.current===e.then&&(r[e.value]=i),e.current===e.catch&&(r[e.error]=i),e.block.p(r,n)}function zn(e){let t,n;return{c(){t=M("title"),n=ae(e[1])},l(r){t=V(r,"title",{});var i=$(t);n=se(i,e[1]),i.forEach(E)},m(r,i){k(r,t,i),I(t,n)},p(r,i){i&2&&Pe(n,r[1])},d(r){r&&E(t)}}}function Mu(e){let t,n,r=e[1]&&zn(e),i=[{xmlns:"http://www.w3.org/2000/svg"},{viewBox:"0 0 32 32"},{fill:"currentColor"},{preserveAspectRatio:"xMidYMid meet"},{width:e[0]},{height:e[0]},e[2],e[3]],u={};for(let a=0;a{n(5,t=X(X({},t),Ee(l))),n(3,a=ge(t,u)),"size"in l&&n(0,s=l.size),"title"in l&&n(1,o=l.title)},e.$$.update=()=>{n(4,r=t["aria-label"]||t["aria-labelledby"]||o),n(2,i={"aria-hidden":r?void 0:!0,role:r?"img":void 0,focusable:Number(t.tabindex)===0?!0:void 0})},t=Ee(t),[s,o,i,a,r]}class Uu extends ve{constructor(t){super(),Ce(this,t,Vu,Mu,ye,{size:0,title:1})}}function Kn(e){let t,n;return{c(){t=M("title"),n=ae(e[1])},l(r){t=V(r,"title",{});var i=$(t);n=se(i,e[1]),i.forEach(E)},m(r,i){k(r,t,i),I(t,n)},p(r,i){i&2&&Pe(n,r[1])},d(r){r&&E(t)}}}function qu(e){let t,n,r,i=e[1]&&Kn(e),u=[{xmlns:"http://www.w3.org/2000/svg"},{viewBox:"0 0 32 32"},{fill:"currentColor"},{preserveAspectRatio:"xMidYMid meet"},{width:e[0]},{height:e[0]},e[2],e[3]],a={};for(let s=0;s{n(5,t=X(X({},t),Ee(l))),n(3,a=ge(t,u)),"size"in l&&n(0,s=l.size),"title"in l&&n(1,o=l.title)},e.$$.update=()=>{n(4,r=t["aria-label"]||t["aria-labelledby"]||o),n(2,i={"aria-hidden":r?void 0:!0,role:r?"img":void 0,focusable:Number(t.tabindex)===0?!0:void 0})},t=Ee(t),[s,o,i,a,r]}class zu extends ve{constructor(t){super(),Ce(this,t,Gu,qu,ye,{size:0,title:1})}}function Yn(e){let t,n;return{c(){t=M("title"),n=ae(e[1])},l(r){t=V(r,"title",{});var i=$(t);n=se(i,e[1]),i.forEach(E)},m(r,i){k(r,t,i),I(t,n)},p(r,i){i&2&&Pe(n,r[1])},d(r){r&&E(t)}}}function Ku(e){let t,n,r,i=e[1]&&Yn(e),u=[{xmlns:"http://www.w3.org/2000/svg"},{viewBox:"0 0 32 32"},{fill:"currentColor"},{preserveAspectRatio:"xMidYMid meet"},{width:e[0]},{height:e[0]},e[2],e[3]],a={};for(let s=0;s{n(5,t=X(X({},t),Ee(l))),n(3,a=ge(t,u)),"size"in l&&n(0,s=l.size),"title"in l&&n(1,o=l.title)},e.$$.update=()=>{n(4,r=t["aria-label"]||t["aria-labelledby"]||o),n(2,i={"aria-hidden":r?void 0:!0,role:r?"img":void 0,focusable:Number(t.tabindex)===0?!0:void 0})},t=Ee(t),[s,o,i,a,r]}class Jn extends ve{constructor(t){super(),Ce(this,t,Yu,Ku,ye,{size:0,title:1})}}function Wn(e){let t,n;return{c(){t=M("title"),n=ae(e[1])},l(r){t=V(r,"title",{});var i=$(t);n=se(i,e[1]),i.forEach(E)},m(r,i){k(r,t,i),I(t,n)},p(r,i){i&2&&Pe(n,r[1])},d(r){r&&E(t)}}}function Ju(e){let t,n,r,i,u=e[1]&&Wn(e),a=[{xmlns:"http://www.w3.org/2000/svg"},{viewBox:"0 0 32 32"},{fill:"currentColor"},{preserveAspectRatio:"xMidYMid meet"},{width:e[0]},{height:e[0]},e[2],e[3]],s={};for(let o=0;o{n(5,t=X(X({},t),Ee(l))),n(3,a=ge(t,u)),"size"in l&&n(0,s=l.size),"title"in l&&n(1,o=l.title)},e.$$.update=()=>{n(4,r=t["aria-label"]||t["aria-labelledby"]||o),n(2,i={"aria-hidden":r?void 0:!0,role:r?"img":void 0,focusable:Number(t.tabindex)===0?!0:void 0})},t=Ee(t),[s,o,i,a,r]}class Hn extends ve{constructor(t){super(),Ce(this,t,Wu,Ju,ye,{size:0,title:1})}}function Qn(e){let t,n;return{c(){t=M("title"),n=ae(e[1])},l(r){t=V(r,"title",{});var i=$(t);n=se(i,e[1]),i.forEach(E)},m(r,i){k(r,t,i),I(t,n)},p(r,i){i&2&&Pe(n,r[1])},d(r){r&&E(t)}}}function Hu(e){let t,n,r=e[1]&&Qn(e),i=[{xmlns:"http://www.w3.org/2000/svg"},{viewBox:"0 0 32 32"},{fill:"currentColor"},{preserveAspectRatio:"xMidYMid meet"},{width:e[0]},{height:e[0]},e[2],e[3]],u={};for(let a=0;a{n(5,t=X(X({},t),Ee(l))),n(3,a=ge(t,u)),"size"in l&&n(0,s=l.size),"title"in l&&n(1,o=l.title)},e.$$.update=()=>{n(4,r=t["aria-label"]||t["aria-labelledby"]||o),n(2,i={"aria-hidden":r?void 0:!0,role:r?"img":void 0,focusable:Number(t.tabindex)===0?!0:void 0})},t=Ee(t),[s,o,i,a,r]}class Xu extends ve{constructor(t){super(),Ce(this,t,Qu,Hu,ye,{size:0,title:1})}}var Q;(function(e){e.NEVER_NULL="never",e.ALWAYS_NULL="always",e.SOMETIMES_NULL="sometimes"})(Q||(Q={}));class Jr extends Error{constructor(n,r){super(r);ee(this,"type");this.type=n}}var Zu=Object.defineProperty,Wr=(e,t)=>{for(var n in t)Zu(e,n,{get:t[n],enumerable:!0})},Hr={};Wr(Hr,{languages:()=>Ma,options:()=>qa,parsers:()=>ui,printers:()=>ws});var ea=(e,t,n,r)=>{if(!(e&&t==null))return t.replaceAll?t.replaceAll(n,r):n.global?t.replace(n,r):t.split(n).join(r)},en=ea,ta="indent",na="group",ra="if-break",An="line",ia="break-parent",ua=()=>{},aa=ua;function te(e){return{type:ta,contents:e}}function oe(e,t={}){return aa(t.expandedStates),{type:na,id:t.id,contents:e,break:!!t.shouldBreak,expandedStates:t.expandedStates}}function he(e,t="",n={}){return{type:ra,breakContents:e,flatContents:t,groupId:n.groupId}}var sa={type:ia},oa={type:An,hard:!0},it={type:An},x={type:An,soft:!0},R=[oa,sa];function K(e,t){let n=[];for(let r=0;r{let i=!!(r!=null&&r.backwards);if(n===!1)return!1;let{length:u}=t,a=n;for(;a>=0&&at in e?Fu(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var ee=(e,t,n)=>(gu(e,typeof t!="symbol"?t+"":t,n),n);import{a8 as Eu,a9 as yu,X as _t,T as vu,s as ye,v as X,a4 as M,a5 as V,g as $,d as E,k as H,a6 as Fe,l as k,m as I,n as A,u as ge,w as Ee,t as ae,j as se,o as Pe,e as Ge,b as G,f as ze,c as z,p as Vr,q as le,L as Cu,D as bu,a7 as _u,a2 as Au}from"./scheduler.Eaj42bxH.js";import{g as $e,b,e as xe,t as v,S as ve,i as Ce,c as T,a as S,m as B,d as O,f as ku}from"./index.CMSEJhCx.js";import{l as Et,_ as re,M as wu,t as bn,r as Ot,J as Ur,q as qr,F as Nu,E as Tu,N as _n,H as Dn,I as Gr,G as zr,O as Su,x as Bu,y as Gn}from"./pages.CcTkWsNO.js";import{w as Ou}from"./index.Cx9QXIn7.js";import{e as Iu,f as $u,g as Xt,h as Zt,T as xu,I as Lu,C as Kr,A as It}from"./PreviousNextPage.BdMdrLc-.js";import"./prism-json.CMKj7kFV.js";import{B as At}from"./Button.CByCVkpw.js";import{A as Ru,b as Pu}from"./ArgsList.DxQdV4-Y.js";import{D as ju}from"./DirectiveTag.DXOjfS2C.js";function $t(e,t){const n=t.token={};function r(i,u,a,s){if(t.token!==n)return;t.resolved=s;let o=t.ctx;a!==void 0&&(o=o.slice(),o[a]=s);const l=i&&(t.current=i)(o);let c=!1;t.block&&(t.blocks?t.blocks.forEach((d,D)=>{D!==u&&d&&($e(),b(d,1,1,()=>{t.blocks[D]===d&&(t.blocks[D]=null)}),xe())}):t.block.d(1),l.c(),v(l,1),l.m(t.mount(),t.anchor),c=!0),t.block=l,t.blocks&&(t.blocks[u]=l),c&&vu()}if(Eu(e)){const i=yu();if(e.then(u=>{_t(i),r(t.then,1,t.value,u),_t(null)},u=>{if(_t(i),r(t.catch,2,t.error,u),_t(null),!t.hasCatch)throw u}),t.current!==t.pending)return r(t.pending,0),!0}else{if(t.current!==t.then)return r(t.then,1,t.value,e),!0;t.resolved=e}}function Yr(e,t,n){const r=t.slice(),{resolved:i}=e;e.current===e.then&&(r[e.value]=i),e.current===e.catch&&(r[e.error]=i),e.block.p(r,n)}function zn(e){let t,n;return{c(){t=M("title"),n=ae(e[1])},l(r){t=V(r,"title",{});var i=$(t);n=se(i,e[1]),i.forEach(E)},m(r,i){k(r,t,i),I(t,n)},p(r,i){i&2&&Pe(n,r[1])},d(r){r&&E(t)}}}function Mu(e){let t,n,r=e[1]&&zn(e),i=[{xmlns:"http://www.w3.org/2000/svg"},{viewBox:"0 0 32 32"},{fill:"currentColor"},{preserveAspectRatio:"xMidYMid meet"},{width:e[0]},{height:e[0]},e[2],e[3]],u={};for(let a=0;a{n(5,t=X(X({},t),Ee(l))),n(3,a=ge(t,u)),"size"in l&&n(0,s=l.size),"title"in l&&n(1,o=l.title)},e.$$.update=()=>{n(4,r=t["aria-label"]||t["aria-labelledby"]||o),n(2,i={"aria-hidden":r?void 0:!0,role:r?"img":void 0,focusable:Number(t.tabindex)===0?!0:void 0})},t=Ee(t),[s,o,i,a,r]}class Uu extends ve{constructor(t){super(),Ce(this,t,Vu,Mu,ye,{size:0,title:1})}}function Kn(e){let t,n;return{c(){t=M("title"),n=ae(e[1])},l(r){t=V(r,"title",{});var i=$(t);n=se(i,e[1]),i.forEach(E)},m(r,i){k(r,t,i),I(t,n)},p(r,i){i&2&&Pe(n,r[1])},d(r){r&&E(t)}}}function qu(e){let t,n,r,i=e[1]&&Kn(e),u=[{xmlns:"http://www.w3.org/2000/svg"},{viewBox:"0 0 32 32"},{fill:"currentColor"},{preserveAspectRatio:"xMidYMid meet"},{width:e[0]},{height:e[0]},e[2],e[3]],a={};for(let s=0;s{n(5,t=X(X({},t),Ee(l))),n(3,a=ge(t,u)),"size"in l&&n(0,s=l.size),"title"in l&&n(1,o=l.title)},e.$$.update=()=>{n(4,r=t["aria-label"]||t["aria-labelledby"]||o),n(2,i={"aria-hidden":r?void 0:!0,role:r?"img":void 0,focusable:Number(t.tabindex)===0?!0:void 0})},t=Ee(t),[s,o,i,a,r]}class zu extends ve{constructor(t){super(),Ce(this,t,Gu,qu,ye,{size:0,title:1})}}function Yn(e){let t,n;return{c(){t=M("title"),n=ae(e[1])},l(r){t=V(r,"title",{});var i=$(t);n=se(i,e[1]),i.forEach(E)},m(r,i){k(r,t,i),I(t,n)},p(r,i){i&2&&Pe(n,r[1])},d(r){r&&E(t)}}}function Ku(e){let t,n,r,i=e[1]&&Yn(e),u=[{xmlns:"http://www.w3.org/2000/svg"},{viewBox:"0 0 32 32"},{fill:"currentColor"},{preserveAspectRatio:"xMidYMid meet"},{width:e[0]},{height:e[0]},e[2],e[3]],a={};for(let s=0;s{n(5,t=X(X({},t),Ee(l))),n(3,a=ge(t,u)),"size"in l&&n(0,s=l.size),"title"in l&&n(1,o=l.title)},e.$$.update=()=>{n(4,r=t["aria-label"]||t["aria-labelledby"]||o),n(2,i={"aria-hidden":r?void 0:!0,role:r?"img":void 0,focusable:Number(t.tabindex)===0?!0:void 0})},t=Ee(t),[s,o,i,a,r]}class Jn extends ve{constructor(t){super(),Ce(this,t,Yu,Ku,ye,{size:0,title:1})}}function Wn(e){let t,n;return{c(){t=M("title"),n=ae(e[1])},l(r){t=V(r,"title",{});var i=$(t);n=se(i,e[1]),i.forEach(E)},m(r,i){k(r,t,i),I(t,n)},p(r,i){i&2&&Pe(n,r[1])},d(r){r&&E(t)}}}function Ju(e){let t,n,r,i,u=e[1]&&Wn(e),a=[{xmlns:"http://www.w3.org/2000/svg"},{viewBox:"0 0 32 32"},{fill:"currentColor"},{preserveAspectRatio:"xMidYMid meet"},{width:e[0]},{height:e[0]},e[2],e[3]],s={};for(let o=0;o{n(5,t=X(X({},t),Ee(l))),n(3,a=ge(t,u)),"size"in l&&n(0,s=l.size),"title"in l&&n(1,o=l.title)},e.$$.update=()=>{n(4,r=t["aria-label"]||t["aria-labelledby"]||o),n(2,i={"aria-hidden":r?void 0:!0,role:r?"img":void 0,focusable:Number(t.tabindex)===0?!0:void 0})},t=Ee(t),[s,o,i,a,r]}class Hn extends ve{constructor(t){super(),Ce(this,t,Wu,Ju,ye,{size:0,title:1})}}function Qn(e){let t,n;return{c(){t=M("title"),n=ae(e[1])},l(r){t=V(r,"title",{});var i=$(t);n=se(i,e[1]),i.forEach(E)},m(r,i){k(r,t,i),I(t,n)},p(r,i){i&2&&Pe(n,r[1])},d(r){r&&E(t)}}}function Hu(e){let t,n,r=e[1]&&Qn(e),i=[{xmlns:"http://www.w3.org/2000/svg"},{viewBox:"0 0 32 32"},{fill:"currentColor"},{preserveAspectRatio:"xMidYMid meet"},{width:e[0]},{height:e[0]},e[2],e[3]],u={};for(let a=0;a{n(5,t=X(X({},t),Ee(l))),n(3,a=ge(t,u)),"size"in l&&n(0,s=l.size),"title"in l&&n(1,o=l.title)},e.$$.update=()=>{n(4,r=t["aria-label"]||t["aria-labelledby"]||o),n(2,i={"aria-hidden":r?void 0:!0,role:r?"img":void 0,focusable:Number(t.tabindex)===0?!0:void 0})},t=Ee(t),[s,o,i,a,r]}class Xu extends ve{constructor(t){super(),Ce(this,t,Qu,Hu,ye,{size:0,title:1})}}var Q;(function(e){e.NEVER_NULL="never",e.ALWAYS_NULL="always",e.SOMETIMES_NULL="sometimes"})(Q||(Q={}));class Jr extends Error{constructor(n,r){super(r);ee(this,"type");this.type=n}}var Zu=Object.defineProperty,Wr=(e,t)=>{for(var n in t)Zu(e,n,{get:t[n],enumerable:!0})},Hr={};Wr(Hr,{languages:()=>Ma,options:()=>qa,parsers:()=>ui,printers:()=>ws});var ea=(e,t,n,r)=>{if(!(e&&t==null))return t.replaceAll?t.replaceAll(n,r):n.global?t.replace(n,r):t.split(n).join(r)},en=ea,ta="indent",na="group",ra="if-break",An="line",ia="break-parent",ua=()=>{},aa=ua;function te(e){return{type:ta,contents:e}}function oe(e,t={}){return aa(t.expandedStates),{type:na,id:t.id,contents:e,break:!!t.shouldBreak,expandedStates:t.expandedStates}}function he(e,t="",n={}){return{type:ra,breakContents:e,flatContents:t,groupId:n.groupId}}var sa={type:ia},oa={type:An,hard:!0},it={type:An},x={type:An,soft:!0},R=[oa,sa];function K(e,t){let n=[];for(let r=0;r{let i=!!(r!=null&&r.backwards);if(n===!1)return!1;let{length:u}=t,a=n;for(;a>=0&&ah.classList.remove(w)),c&&(h.classList.add(`language-${c}`),h.classList.add("prism--code")),Fe.highlightElement(h)}function _(h){Ue[h?"unshift":"push"](()=>{u=h,n(4,u)})}return i.$$set=h=>{"language"in h&&n(5,t=h.language),"source"in h&&n(6,l=h.source),"showLineNumbers"in h&&n(0,r=h.showLineNumbers),"showCopyButton"in h&&n(1,s=h.showCopyButton),"minHeight"in h&&n(2,o=h.minHeight),"maxHeight"in h&&n(3,a=h.maxHeight)},i.$$.update=()=>{i.$$.dirty&112&&u&&Fe&&f(u,t,l)},[r,s,o,a,u,t,l,_]}class yt extends Z{constructor(e){super(),U(this,e,Xt,Qt,W,{language:5,source:6,showLineNumbers:0,showCopyButton:1,minHeight:2,maxHeight:3})}}function je(i){let e,n;return{c(){e=y("title"),n=re(i[1])},l(t){e=x(t,"title",{});var l=p(e);n=oe(l,i[1]),l.forEach(m)},m(t,l){E(t,e,l),N(e,n)},p(t,l){l&2&&me(n,t[1])},d(t){t&&m(e)}}}function xt(i){let e,n,t=i[1]&&je(i),l=[{xmlns:"http://www.w3.org/2000/svg"},{viewBox:"0 0 32 32"},{fill:"currentColor"},{preserveAspectRatio:"xMidYMid meet"},{width:i[0]},{height:i[0]},i[2],i[3]],r={};for(let s=0;s{n(5,e=C(C({},e),X(u))),n(3,s=S(e,r)),"size"in u&&n(0,o=u.size),"title"in u&&n(1,a=u.title)},i.$$.update=()=>{n(4,t=e["aria-label"]||e["aria-labelledby"]||a),n(2,l={"aria-hidden":t?void 0:!0,role:t?"img":void 0,focusable:Number(e.tabindex)===0?!0:void 0})},e=X(e),[o,a,l,s,t]}class el extends Z{constructor(e){super(),U(this,e,$t,xt,W,{size:0,title:1})}}function Oe(i){let e,n;return{c(){e=y("title"),n=re(i[1])},l(t){e=x(t,"title",{});var l=p(e);n=oe(l,i[1]),l.forEach(m)},m(t,l){E(t,e,l),N(e,n)},p(t,l){l&2&&me(n,t[1])},d(t){t&&m(e)}}}function tl(i){let e,n,t=i[1]&&Oe(i),l=[{xmlns:"http://www.w3.org/2000/svg"},{viewBox:"0 0 32 32"},{fill:"currentColor"},{preserveAspectRatio:"xMidYMid meet"},{width:i[0]},{height:i[0]},i[2],i[3]],r={};for(let s=0;s{n(5,e=C(C({},e),X(u))),n(3,s=S(e,r)),"size"in u&&n(0,o=u.size),"title"in u&&n(1,a=u.title)},i.$$.update=()=>{n(4,t=e["aria-label"]||e["aria-labelledby"]||a),n(2,l={"aria-hidden":t?void 0:!0,role:t?"img":void 0,focusable:Number(e.tabindex)===0?!0:void 0})},e=X(e),[o,a,l,s,t]}class nl extends Z{constructor(e){super(),U(this,e,ll,tl,W,{size:0,title:1})}}function il(i){let e,n;return e=new yt({props:{language:i[2].lang||"plain",source:i[2].text,showCopyButton:i[0],showLineNumbers:i[1]}}),{c(){F(e.$$.fragment)},l(t){G(e.$$.fragment,t)},m(t,l){q(e,t,l),n=!0},p(t,[l]){const r={};l&4&&(r.language=t[2].lang||"plain"),l&4&&(r.source=t[2].text),l&1&&(r.showCopyButton=t[0]),l&2&&(r.showLineNumbers=t[1]),e.$set(r)},i(t){n||(b(e.$$.fragment,t),n=!0)},o(t){k(e.$$.fragment,t),n=!1},d(t){j(e,t)}}}function sl(i,e,n){let{showCopyButton:t=!0}=e,{showLineNumbers:l=!0}=e,{token:r}=e;return i.$$set=s=>{"showCopyButton"in s&&n(0,t=s.showCopyButton),"showLineNumbers"in s&&n(1,l=s.showLineNumbers),"token"in s&&n(2,r=s.token)},[t,l,r]}class rl extends Z{constructor(e){super(),U(this,e,sl,il,W,{showCopyButton:0,showLineNumbers:1,token:2})}}function ol(i){let e,n;const t=i[1].default,l=$(t,i,i[0],null);return{c(){e=L("code"),l&&l.c(),this.h()},l(r){e=P(r,"CODE",{class:!0});var s=p(e);l&&l.l(s),s.forEach(m),this.h()},h(){M(e,"class","code-span svelte-1292o4f")},m(r,s){E(r,e,s),l&&l.m(e,null),n=!0},p(r,[s]){l&&l.p&&(!n||s&1)&&ee(l,t,r,r[0],n?le(t,r[0],s,null):te(r[0]),null)},i(r){n||(b(l,r),n=!0)},o(r){k(l,r),n=!1},d(r){r&&m(e),l&&l.d(r)}}}function al(i,e,n){let{$$slots:t={},$$scope:l}=e;return i.$$set=r=>{"$$scope"in r&&n(0,l=r.$$scope)},[l,t]}class ul extends Z{constructor(e){super(),U(this,e,al,ol,W,{})}}function fl(i){let e=i[0].raw.slice(1,i[0].raw.length-1)+"",n;return{c(){n=re(e)},l(t){n=oe(t,e)},m(t,l){E(t,n,l)},p(t,l){l&1&&e!==(e=t[0].raw.slice(1,t[0].raw.length-1)+"")&&me(n,e)},d(t){t&&m(n)}}}function cl(i){let e,n;return e=new ul({props:{$$slots:{default:[fl]},$$scope:{ctx:i}}}),{c(){F(e.$$.fragment)},l(t){G(e.$$.fragment,t)},m(t,l){q(e,t,l),n=!0},p(t,[l]){const r={};l&3&&(r.$$scope={dirty:l,ctx:t}),e.$set(r)},i(t){n||(b(e.$$.fragment,t),n=!0)},o(t){k(e.$$.fragment,t),n=!1},d(t){j(e,t)}}}function dl(i,e,n){let{token:t}=e;return i.$$set=l=>{"token"in l&&n(0,t=l.token)},[t]}class hl extends Z{constructor(e){super(),U(this,e,dl,cl,W,{token:0})}}function Ge(i){let e,n;return{c(){e=y("title"),n=re(i[1])},l(t){e=x(t,"title",{});var l=p(e);n=oe(l,i[1]),l.forEach(m)},m(t,l){E(t,e,l),N(e,n)},p(t,l){l&2&&me(n,t[1])},d(t){t&&m(e)}}}function ml(i){let e,n,t,l=i[1]&&Ge(i),r=[{xmlns:"http://www.w3.org/2000/svg"},{viewBox:"0 0 32 32"},{fill:"currentColor"},{preserveAspectRatio:"xMidYMid meet"},{width:i[0]},{height:i[0]},i[2],i[3]],s={};for(let o=0;o{n(5,e=C(C({},e),X(u))),n(3,s=S(e,r)),"size"in u&&n(0,o=u.size),"title"in u&&n(1,a=u.title)},i.$$.update=()=>{n(4,t=e["aria-label"]||e["aria-labelledby"]||a),n(2,l={"aria-hidden":t?void 0:!0,role:t?"img":void 0,focusable:Number(e.tabindex)===0?!0:void 0})},e=X(e),[o,a,l,s,t]}class gl extends Z{constructor(e){super(),U(this,e,_l,ml,W,{size:0,title:1})}}const bl=gl;function Je(i){let e,n;return{c(){e=y("title"),n=re(i[1])},l(t){e=x(t,"title",{});var l=p(e);n=oe(l,i[1]),l.forEach(m)},m(t,l){E(t,e,l),N(e,n)},p(t,l){l&2&&me(n,t[1])},d(t){t&&m(e)}}}function vl(i){let e,n,t,l=i[1]&&Je(i),r=[{xmlns:"http://www.w3.org/2000/svg"},{viewBox:"0 0 32 32"},{fill:"currentColor"},{preserveAspectRatio:"xMidYMid meet"},{width:i[0]},{height:i[0]},i[2],i[3]],s={};for(let o=0;o{n(5,e=C(C({},e),X(u))),n(3,s=S(e,r)),"size"in u&&n(0,o=u.size),"title"in u&&n(1,a=u.title)},i.$$.update=()=>{n(4,t=e["aria-label"]||e["aria-labelledby"]||a),n(2,l={"aria-hidden":t?void 0:!0,role:t?"img":void 0,focusable:Number(e.tabindex)===0?!0:void 0})},e=X(e),[o,a,l,s,t]}class wl extends Z{constructor(e){super(),U(this,e,kl,vl,W,{size:0,title:1})}}const pl=wl;function Ke(i){let e,n;return{c(){e=y("title"),n=re(i[1])},l(t){e=x(t,"title",{});var l=p(e);n=oe(l,i[1]),l.forEach(m)},m(t,l){E(t,e,l),N(e,n)},p(t,l){l&2&&me(n,t[1])},d(t){t&&m(e)}}}function El(i){let e,n,t,l=i[1]&&Ke(i),r=[{xmlns:"http://www.w3.org/2000/svg"},{viewBox:"0 0 32 32"},{fill:"currentColor"},{preserveAspectRatio:"xMidYMid meet"},{width:i[0]},{height:i[0]},i[2],i[3]],s={};for(let o=0;o{n(5,e=C(C({},e),X(u))),n(3,s=S(e,r)),"size"in u&&n(0,o=u.size),"title"in u&&n(1,a=u.title)},i.$$.update=()=>{n(4,t=e["aria-label"]||e["aria-labelledby"]||a),n(2,l={"aria-hidden":t?void 0:!0,role:t?"img":void 0,focusable:Number(e.tabindex)===0?!0:void 0})},e=X(e),[o,a,l,s,t]}class Cl extends Z{constructor(e){super(),U(this,e,Ml,El,W,{size:0,title:1})}}const zl=Cl;function Qe(i){let e,n;return{c(){e=y("title"),n=re(i[1])},l(t){e=x(t,"title",{});var l=p(e);n=oe(l,i[1]),l.forEach(m)},m(t,l){E(t,e,l),N(e,n)},p(t,l){l&2&&me(n,t[1])},d(t){t&&m(e)}}}function Bl(i){let e,n,t,l=i[1]&&Qe(i),r=[{xmlns:"http://www.w3.org/2000/svg"},{viewBox:"0 0 32 32"},{fill:"currentColor"},{preserveAspectRatio:"xMidYMid meet"},{width:i[0]},{height:i[0]},i[2],i[3]],s={};for(let o=0;o{n(5,e=C(C({},e),X(u))),n(3,s=S(e,r)),"size"in u&&n(0,o=u.size),"title"in u&&n(1,a=u.title)},i.$$.update=()=>{n(4,t=e["aria-label"]||e["aria-labelledby"]||a),n(2,l={"aria-hidden":t?void 0:!0,role:t?"img":void 0,focusable:Number(e.tabindex)===0?!0:void 0})},e=X(e),[o,a,l,s,t]}class Dl extends Z{constructor(e){super(),U(this,e,Al,Bl,W,{size:0,title:1})}}const Nl=Dl;function Xe(i){let e,n;return{c(){e=y("title"),n=re(i[1])},l(t){e=x(t,"title",{});var l=p(e);n=oe(l,i[1]),l.forEach(m)},m(t,l){E(t,e,l),N(e,n)},p(t,l){l&2&&me(n,t[1])},d(t){t&&m(e)}}}function Il(i){let e,n,t,l=i[1]&&Xe(i),r=[{xmlns:"http://www.w3.org/2000/svg"},{viewBox:"0 0 32 32"},{fill:"currentColor"},{preserveAspectRatio:"xMidYMid meet"},{width:i[0]},{height:i[0]},i[2],i[3]],s={};for(let o=0;o{n(5,e=C(C({},e),X(u))),n(3,s=S(e,r)),"size"in u&&n(0,o=u.size),"title"in u&&n(1,a=u.title)},i.$$.update=()=>{n(4,t=e["aria-label"]||e["aria-labelledby"]||a),n(2,l={"aria-hidden":t?void 0:!0,role:t?"img":void 0,focusable:Number(e.tabindex)===0?!0:void 0})},e=X(e),[o,a,l,s,t]}class Pl extends Z{constructor(e){super(),U(this,e,Ll,Il,W,{size:0,title:1})}}const Tl=Pl;function ye(i){let e,n;return{c(){e=y("title"),n=re(i[1])},l(t){e=x(t,"title",{});var l=p(e);n=oe(l,i[1]),l.forEach(m)},m(t,l){E(t,e,l),N(e,n)},p(t,l){l&2&&me(n,t[1])},d(t){t&&m(e)}}}function Hl(i){let e,n,t,l,r=i[1]&&ye(i),s=[{xmlns:"http://www.w3.org/2000/svg"},{viewBox:"0 0 32 32"},{fill:"currentColor"},{preserveAspectRatio:"xMidYMid meet"},{width:i[0]},{height:i[0]},i[2],i[3]],o={};for(let a=0;a{n(5,e=C(C({},e),X(u))),n(3,s=S(e,r)),"size"in u&&n(0,o=u.size),"title"in u&&n(1,a=u.title)},i.$$.update=()=>{n(4,t=e["aria-label"]||e["aria-labelledby"]||a),n(2,l={"aria-hidden":t?void 0:!0,role:t?"img":void 0,focusable:Number(e.tabindex)===0?!0:void 0})},e=X(e),[o,a,l,s,t]}class Sl extends Z{constructor(e){super(),U(this,e,Rl,Hl,W,{size:0,title:1})}}const Vl=Sl;function Wl(i){let e,n,t;var l=i[3][i[0]];function r(s,o){return{props:{size:20,title:s[2],class:(s[1]==="toast"&&"bx--toast-notification__icon")+" "+(s[1]==="inline"&&"bx--inline-notification__icon")}}}return l&&(e=Ce(l,r(i))),{c(){e&&F(e.$$.fragment),n=ie()},l(s){e&&G(e.$$.fragment,s),n=ie()},m(s,o){e&&q(e,s,o),E(s,n,o),t=!0},p(s,[o]){if(o&1&&l!==(l=s[3][s[0]])){if(e){ce();const a=e;k(a.$$.fragment,1,0,()=>{j(a,1)}),de()}l?(e=Ce(l,r(s)),F(e.$$.fragment),b(e.$$.fragment,1),q(e,n.parentNode,n)):e=null}else if(l){const a={};o&4&&(a.title=s[2]),o&2&&(a.class=(s[1]==="toast"&&"bx--toast-notification__icon")+" "+(s[1]==="inline"&&"bx--inline-notification__icon")),e.$set(a)}},i(s){t||(e&&b(e.$$.fragment,s),t=!0)},o(s){e&&k(e.$$.fragment,s),t=!1},d(s){s&&m(n),e&&j(e,s)}}}function Zl(i,e,n){let{kind:t="error"}=e,{notificationType:l="toast"}=e,{iconDescription:r}=e;const s={error:pl,"info-square":Nl,info:zl,success:bl,warning:Tl,"warning-alt":Vl};return i.$$set=o=>{"kind"in o&&n(0,t=o.kind),"notificationType"in o&&n(1,l=o.notificationType),"iconDescription"in o&&n(2,r=o.iconDescription)},[t,l,r,s]}class Ul extends Z{constructor(e){super(),U(this,e,Zl,Wl,W,{kind:0,notificationType:1,iconDescription:2})}}const Yl=Ul;function Fl(i){let e,n,t,l,r;var s=i[1];function o(f,_){return{props:{size:20,title:f[2],class:(f[0]==="toast"&&"bx--toast-notification__close-icon")+" "+(f[0]==="inline"&&"bx--inline-notification__close-icon")}}}s&&(n=Ce(s,o(i)));let a=[{type:"button"},{"aria-label":i[3]},{title:i[3]},i[4]],u={};for(let f=0;f{j(h,1)}),de()}s?(n=Ce(s,o(f)),F(n.$$.fragment),b(n.$$.fragment,1),q(n,e,null)):n=null}else if(s){const h={};_&4&&(h.title=f[2]),_&1&&(h.class=(f[0]==="toast"&&"bx--toast-notification__close-icon")+" "+(f[0]==="inline"&&"bx--inline-notification__close-icon")),n.$set(h)}O(e,u=se(a,[{type:"button"},(!t||_&8)&&{"aria-label":f[3]},(!t||_&8)&&{title:f[3]},_&16&&f[4]])),d(e,"bx--toast-notification__close-button",f[0]==="toast"),d(e,"bx--inline-notification__close-button",f[0]==="inline")},i(f){t||(n&&b(n.$$.fragment,f),t=!0)},o(f){n&&k(n.$$.fragment,f),t=!1},d(f){f&&m(e),n&&j(n),l=!1,be(r)}}}function ql(i,e,n){const t=["notificationType","icon","title","iconDescription"];let l=S(e,t),{notificationType:r="toast"}=e,{icon:s=Tt}=e,{title:o=void 0}=e,{iconDescription:a="Close icon"}=e;function u(c){A.call(this,i,c)}function f(c){A.call(this,i,c)}function _(c){A.call(this,i,c)}function h(c){A.call(this,i,c)}return i.$$set=c=>{e=C(C({},e),X(c)),n(4,l=S(e,t)),"notificationType"in c&&n(0,r=c.notificationType),"icon"in c&&n(1,s=c.icon),"title"in c&&n(2,o=c.title),"iconDescription"in c&&n(3,a=c.iconDescription)},[r,s,o,a,l,u,f,_,h]}class jl extends Z{constructor(e){super(),U(this,e,ql,Fl,W,{notificationType:0,icon:1,title:2,iconDescription:3})}}const Ol=jl,Gl=i=>({}),xe=i=>({}),Jl=i=>({}),$e=i=>({}),Kl=i=>({}),et=i=>({});function tt(i){let e,n,t,l,r,s,o,a,u,f,_,h,c,g;t=new Yl({props:{notificationType:"inline",kind:i[0],iconDescription:i[6]}});const w=i[13].title,R=$(w,i,i[12],et),V=R||Ql(i),I=i[13].subtitle,D=$(I,i,i[12],$e),B=D||Xl(i),K=i[13].default,Q=$(K,i,i[12],null),_e=i[13].actions,H=$(_e,i,i[12],xe);let ne=!i[5]&<(i),ke=[{role:i[2]},{kind:i[0]},i[10]],ge={};for(let v=0;v{ne=null}),de()):ne?(ne.p(v,J),J&32&&b(ne,1)):(ne=lt(v),ne.c(),b(ne,1),ne.m(e,null)),O(e,ge=se(ke,[(!h||J&4)&&{role:v[2]},(!h||J&1)&&{kind:v[0]},J&1024&&v[10]])),d(e,"bx--inline-notification",!0),d(e,"bx--inline-notification--low-contrast",v[1]),d(e,"bx--inline-notification--hide-close-button",v[5]),d(e,"bx--inline-notification--error",v[0]==="error"),d(e,"bx--inline-notification--info",v[0]==="info"),d(e,"bx--inline-notification--info-square",v[0]==="info-square"),d(e,"bx--inline-notification--success",v[0]==="success"),d(e,"bx--inline-notification--warning",v[0]==="warning"),d(e,"bx--inline-notification--warning-alt",v[0]==="warning-alt")},i(v){h||(b(t.$$.fragment,v),b(V,v),b(B,v),b(Q,v),b(H,v),b(ne),h=!0)},o(v){k(t.$$.fragment,v),k(V,v),k(B,v),k(Q,v),k(H,v),k(ne),h=!1},d(v){v&&m(e),j(t),V&&V.d(v),B&&B.d(v),Q&&Q.d(v),H&&H.d(v),ne&&ne.d(),c=!1,be(g)}}}function Ql(i){let e;return{c(){e=re(i[3])},l(n){e=oe(n,i[3])},m(n,t){E(n,e,t)},p(n,t){t&8&&me(e,n[3])},d(n){n&&m(e)}}}function Xl(i){let e;return{c(){e=re(i[4])},l(n){e=oe(n,i[4])},m(n,t){E(n,e,t)},p(n,t){t&16&&me(e,n[4])},d(n){n&&m(e)}}}function lt(i){let e,n;return e=new Ol({props:{iconDescription:i[7],notificationType:"inline"}}),e.$on("click",i[9]),{c(){F(e.$$.fragment)},l(t){G(e.$$.fragment,t)},m(t,l){q(e,t,l),n=!0},p(t,l){const r={};l&128&&(r.iconDescription=t[7]),e.$set(r)},i(t){n||(b(e.$$.fragment,t),n=!0)},o(t){k(e.$$.fragment,t),n=!1},d(t){j(e,t)}}}function yl(i){let e,n,t=i[8]&&tt(i);return{c(){t&&t.c(),e=ie()},l(l){t&&t.l(l),e=ie()},m(l,r){t&&t.m(l,r),E(l,e,r),n=!0},p(l,[r]){l[8]?t?(t.p(l,r),r&256&&b(t,1)):(t=tt(l),t.c(),b(t,1),t.m(e.parentNode,e)):t&&(ce(),k(t,1,1,()=>{t=null}),de())},i(l){n||(b(t),n=!0)},o(l){k(t),n=!1},d(l){l&&m(e),t&&t.d(l)}}}function xl(i,e,n){const t=["kind","lowContrast","timeout","role","title","subtitle","hideCloseButton","statusIconDescription","closeButtonDescription"];let l=S(e,t),{$$slots:r={},$$scope:s}=e,{kind:o="error"}=e,{lowContrast:a=!1}=e,{timeout:u=0}=e,{role:f="alert"}=e,{title:_=""}=e,{subtitle:h=""}=e,{hideCloseButton:c=!1}=e,{statusIconDescription:g=o+" icon"}=e,{closeButtonDescription:w="Close notification"}=e;const R=Pe();let V=!0,I;function D(H){R("close",{timeout:H===!0},{cancelable:!0})&&n(8,V=!1)}Zt(()=>(u&&(I=setTimeout(()=>D(!0),u)),()=>{clearTimeout(I)}));function B(H){A.call(this,i,H)}function K(H){A.call(this,i,H)}function Q(H){A.call(this,i,H)}function _e(H){A.call(this,i,H)}return i.$$set=H=>{e=C(C({},e),X(H)),n(10,l=S(e,t)),"kind"in H&&n(0,o=H.kind),"lowContrast"in H&&n(1,a=H.lowContrast),"timeout"in H&&n(11,u=H.timeout),"role"in H&&n(2,f=H.role),"title"in H&&n(3,_=H.title),"subtitle"in H&&n(4,h=H.subtitle),"hideCloseButton"in H&&n(5,c=H.hideCloseButton),"statusIconDescription"in H&&n(6,g=H.statusIconDescription),"closeButtonDescription"in H&&n(7,w=H.closeButtonDescription),"$$scope"in H&&n(12,s=H.$$scope)},[o,a,f,_,h,c,g,w,V,D,l,u,s,r,B,K,Q,_e]}class $l extends Z{constructor(e){super(),U(this,e,xl,yl,W,{kind:0,lowContrast:1,timeout:11,role:2,title:3,subtitle:4,hideCloseButton:5,statusIconDescription:6,closeButtonDescription:7})}}function en(i){let e;const n=i[1].default,t=$(n,i,i[2],null);return{c(){t&&t.c()},l(l){t&&t.l(l)},m(l,r){t&&t.m(l,r),e=!0},p(l,r){t&&t.p&&(!e||r&4)&&ee(t,n,l,l[2],e?le(n,l[2],r,null):te(l[2]),null)},i(l){e||(b(t,l),e=!0)},o(l){k(t,l),e=!1},d(l){t&&t.d(l)}}}function tn(i){let e,n;return e=new $l({props:{kind:i[0].style,lowContrast:!0,hideCloseButton:!0,$$slots:{default:[en]},$$scope:{ctx:i}}}),{c(){F(e.$$.fragment)},l(t){G(e.$$.fragment,t)},m(t,l){q(e,t,l),n=!0},p(t,[l]){const r={};l&1&&(r.kind=t[0].style),l&4&&(r.$$scope={dirty:l,ctx:t}),e.$set(r)},i(t){n||(b(e.$$.fragment,t),n=!0)},o(t){k(e.$$.fragment,t),n=!1},d(t){j(e,t)}}}function ln(i,e,n){let{$$slots:t={},$$scope:l}=e,{token:r}=e;return i.$$set=s=>{"token"in s&&n(0,r=s.token),"$$scope"in s&&n(2,l=s.$$scope)},[r,t,l]}class Ht extends Z{constructor(e){super(),U(this,e,ln,tn,W,{token:0})}}function nn(i){let e;const n=i[1].default,t=$(n,i,i[2],null);return{c(){t&&t.c()},l(l){t&&t.l(l)},m(l,r){t&&t.m(l,r),e=!0},p(l,r){t&&t.p&&(!e||r&4)&&ee(t,n,l,l[2],e?le(n,l[2],r,null):te(l[2]),null)},i(l){e||(b(t,l),e=!0)},o(l){k(t,l),e=!1},d(l){t&&t.d(l)}}}function sn(i){let e,n;return e=new Ht({props:{token:{type:"notification",raw:i[0].raw,style:"info",tokens:i[0].tokens},$$slots:{default:[nn]},$$scope:{ctx:i}}}),{c(){F(e.$$.fragment)},l(t){G(e.$$.fragment,t)},m(t,l){q(e,t,l),n=!0},p(t,[l]){const r={};l&1&&(r.token={type:"notification",raw:t[0].raw,style:"info",tokens:t[0].tokens}),l&4&&(r.$$scope={dirty:l,ctx:t}),e.$set(r)},i(t){n||(b(e.$$.fragment,t),n=!0)},o(t){k(e.$$.fragment,t),n=!1},d(t){j(e,t)}}}function rn(i,e,n){let{$$slots:t={},$$scope:l}=e,{token:r}=e;return i.$$set=s=>{"token"in s&&n(0,r=s.token),"$$scope"in s&&n(2,l=s.$$scope)},[r,t,l]}class on extends Z{constructor(e){super(),U(this,e,rn,sn,W,{token:0})}}function an(i){let e;const n=i[2].default,t=$(n,i,i[3],null);return{c(){t&&t.c()},l(l){t&&t.l(l)},m(l,r){t&&t.m(l,r),e=!0},p(l,r){t&&t.p&&(!e||r&8)&&ee(t,n,l,l[3],e?le(n,l[3],r,null):te(l[3]),null)},i(l){e||(b(t,l),e=!0)},o(l){k(t,l),e=!1},d(l){t&&t.d(l)}}}function un(i){let e,n;return e=new qt({props:{href:nt(i[0].href)?Ze.joinUrlPaths(i[1].baseUrl,i[0].href):i[0].href,title:i[0].title,$$slots:{default:[an]},$$scope:{ctx:i}}}),{c(){F(e.$$.fragment)},l(t){G(e.$$.fragment,t)},m(t,l){q(e,t,l),n=!0},p(t,[l]){const r={};l&3&&(r.href=nt(t[0].href)?Ze.joinUrlPaths(t[1].baseUrl,t[0].href):t[0].href),l&1&&(r.title=t[0].title),l&8&&(r.$$scope={dirty:l,ctx:t}),e.$set(r)},i(t){n||(b(e.$$.fragment,t),n=!0)},o(t){k(e.$$.fragment,t),n=!1},d(t){j(e,t)}}}function nt(i){return i.startsWith("/")||i.startsWith("#")}function fn(i,e,n){let{$$slots:t={},$$scope:l}=e,{token:r}=e,{options:s}=e;return i.$$set=o=>{"token"in o&&n(0,r=o.token),"options"in o&&n(1,s=o.options),"$$scope"in o&&n(3,l=o.$$scope)},[r,s,t,l]}class cn extends Z{constructor(e){super(),U(this,e,fn,un,W,{token:0,options:1})}}function dn(i){let e,n;const t=i[1].default,l=$(t,i,i[0],null);return{c(){e=L("p"),l&&l.c(),this.h()},l(r){e=P(r,"P",{class:!0});var s=p(e);l&&l.l(s),s.forEach(m),this.h()},h(){M(e,"class","md-paragraph svelte-uzcm98")},m(r,s){E(r,e,s),l&&l.m(e,null),n=!0},p(r,[s]){l&&l.p&&(!n||s&1)&&ee(l,t,r,r[0],n?le(t,r[0],s,null):te(r[0]),null)},i(r){n||(b(l,r),n=!0)},o(r){k(l,r),n=!1},d(r){r&&m(e),l&&l.d(r)}}}function hn(i,e,n){let{$$slots:t={},$$scope:l}=e;return i.$$set=r=>{"$$scope"in r&&n(0,l=r.$$scope)},[l,t]}class mn extends Z{constructor(e){super(),U(this,e,hn,dn,W,{})}}function _n(i){let e,n,t,l;const r=i[8].default,s=$(r,i,i[7],null);let o=[{role:"table"},i[4]],a={};for(let u=0;un(6,r=I)),Lt("StructuredListWrapper",{selectedValue:c,update:I=>{c.set(I)}});function g(I){A.call(this,i,I)}function w(I){A.call(this,i,I)}function R(I){A.call(this,i,I)}function V(I){A.call(this,i,I)}return i.$$set=I=>{e=C(C({},e),X(I)),n(4,l=S(e,t)),"selected"in I&&n(5,a=I.selected),"condensed"in I&&n(0,u=I.condensed),"flush"in I&&n(1,f=I.flush),"selection"in I&&n(2,_=I.selection),"$$scope"in I&&n(7,o=I.$$scope)},i.$$.update=()=>{i.$$.dirty&64&&n(5,a=r),i.$$.dirty&64&&h("change",r)},[u,f,_,c,l,a,r,o,s,g,w,R,V]}class bn extends Z{constructor(e){super(),U(this,e,gn,_n,W,{selected:5,condensed:0,flush:1,selection:2})}}function vn(i){let e,n,t,l;const r=i[2].default,s=$(r,i,i[1],null);let o=[{role:"rowgroup"},i[0]],a={};for(let u=0;u{e=C(C({},e),X(_)),n(0,l=S(e,t)),"$$scope"in _&&n(1,s=_.$$scope)},[l,s,r,o,a,u,f]}class wn extends Z{constructor(e){super(),U(this,e,kn,vn,W,{})}}function pn(i){let e,n,t,l,r;const s=i[4].default,o=$(s,i,i[3],null);let a=[{role:n=i[0]?"columnheader":"cell"},i[2]],u={};for(let f=0;f{e=C(C({},e),X(c)),n(2,l=S(e,t)),"head"in c&&n(0,o=c.head),"noWrap"in c&&n(1,a=c.noWrap),"$$scope"in c&&n(3,s=c.$$scope)},[o,a,l,s,r,u,f,_,h]}class Rt extends Z{constructor(e){super(),U(this,e,En,pn,W,{head:0,noWrap:1})}}function Mn(i){let e,n,t,l;const r=i[2].default,s=$(r,i,i[1],null);let o=[{role:"rowgroup"},i[0]],a={};for(let u=0;u{e=C(C({},e),X(_)),n(0,l=S(e,t)),"$$scope"in _&&n(1,s=_.$$scope)},[l,s,r,o,a,u,f]}class zn extends Z{constructor(e){super(),U(this,e,Cn,Mn,W,{})}}function Bn(i){let e,n,t,l;const r=i[5].default,s=$(r,i,i[4],null);let o=[{role:"row"},i[3]],a={};for(let u=0;u{s[f]=null}),de(),n=s[e],n?n.p(a,u):(n=s[e]=r[e](a),n.c()),b(n,1),n.m(t.parentNode,t))},i(a){l||(b(n),l=!0)},o(a){k(n),l=!1},d(a){a&&m(t),s[e].d(a)}}}function Nn(i,e,n){const t=["head","label","tabindex"];let l=S(e,t),{$$slots:r={},$$scope:s}=e,{head:o=!1}=e,{label:a=!1}=e,{tabindex:u="0"}=e;function f(D){A.call(this,i,D)}function _(D){A.call(this,i,D)}function h(D){A.call(this,i,D)}function c(D){A.call(this,i,D)}function g(D){A.call(this,i,D)}function w(D){A.call(this,i,D)}function R(D){A.call(this,i,D)}function V(D){A.call(this,i,D)}function I(D){A.call(this,i,D)}return i.$$set=D=>{e=C(C({},e),X(D)),n(3,l=S(e,t)),"head"in D&&n(0,o=D.head),"label"in D&&n(1,a=D.label),"tabindex"in D&&n(2,u=D.tabindex),"$$scope"in D&&n(4,s=D.$$scope)},[o,a,u,l,s,r,f,_,h,c,g,w,R,V,I]}class St extends Z{constructor(e){super(),U(this,e,Nn,Dn,W,{head:0,label:1,tabindex:2})}}function it(i,e,n){const t=i.slice();return t[3]=e[n],t}function st(i,e,n){const t=i.slice();return t[6]=e[n],t}function rt(i,e,n){const t=i.slice();return t[9]=e[n],t}function In(i){let e,n,t;return e=new Ye({props:{tokens:i[9].tokens,options:i[1],renderers:i[2]}}),{c(){F(e.$$.fragment),n=ue()},l(l){G(e.$$.fragment,l),n=fe(l)},m(l,r){q(e,l,r),E(l,n,r),t=!0},p(l,r){const s={};r&1&&(s.tokens=l[9].tokens),r&2&&(s.options=l[1]),r&4&&(s.renderers=l[2]),e.$set(s)},i(l){t||(b(e.$$.fragment,l),t=!0)},o(l){k(e.$$.fragment,l),t=!1},d(l){l&&m(n),j(e,l)}}}function ot(i){let e,n;return e=new Rt({props:{head:!0,$$slots:{default:[In]},$$scope:{ctx:i}}}),{c(){F(e.$$.fragment)},l(t){G(e.$$.fragment,t)},m(t,l){q(e,t,l),n=!0},p(t,l){const r={};l&4103&&(r.$$scope={dirty:l,ctx:t}),e.$set(r)},i(t){n||(b(e.$$.fragment,t),n=!0)},o(t){k(e.$$.fragment,t),n=!1},d(t){j(e,t)}}}function Ln(i){let e,n,t=we(i[0].header),l=[];for(let s=0;sk(l[s],1,1,()=>{l[s]=null});return{c(){for(let s=0;sk(l[s],1,1,()=>{l[s]=null});return{c(){for(let s=0;sk(l[s],1,1,()=>{l[s]=null});return{c(){for(let s=0;s{"token"in s&&n(0,t=s.token),"options"in s&&n(1,l=s.options),"renderers"in s&&n(2,r=s.renderers)},[t,l,r]}class Zn extends Z{constructor(e){super(),U(this,e,Wn,Vn,W,{token:0,options:1,renderers:2})}}function Un(i){let e,n,t,l;const r=i[5].default,s=$(r,i,i[4],null);let o=[i[3]],a={};for(let u=0;u{e=C(C({},e),X(g)),n(3,l=S(e,t)),"nested"in g&&n(0,o=g.nested),"native"in g&&n(1,a=g.native),"expressive"in g&&n(2,u=g.expressive),"$$scope"in g&&n(4,s=g.$$scope)},[o,a,u,l,s,r,f,_,h,c]}class Fn extends Z{constructor(e){super(),U(this,e,Yn,Un,W,{nested:0,native:1,expressive:2})}}const Vt=Fn;function qn(i){let e,n,t,l;const r=i[4].default,s=$(r,i,i[3],null);let o=[i[2]],a={};for(let u=0;u{e=C(C({},e),X(c)),n(2,l=S(e,t)),"nested"in c&&n(0,o=c.nested),"expressive"in c&&n(1,a=c.expressive),"$$scope"in c&&n(3,s=c.$$scope)},[o,a,l,s,r,u,f,_,h]}class On extends Z{constructor(e){super(),U(this,e,jn,qn,W,{nested:0,expressive:1})}}const Wt=On;function Gn(i){let e;const n=i[3].default,t=$(n,i,i[4],null);return{c(){t&&t.c()},l(l){t&&t.l(l)},m(l,r){t&&t.m(l,r),e=!0},p(l,r){t&&t.p&&(!e||r&16)&&ee(t,n,l,l[4],e?le(n,l[4],r,null):te(l[4]),null)},i(l){e||(b(t,l),e=!0)},o(l){k(t,l),e=!1},d(l){t&&t.d(l)}}}function Jn(i){let e,n,t;var l=i[1];function r(s,o){return{props:{class:"markdown-list-style",style:`counter-reset: item ${Number(s[0])-1}`,$$slots:{default:[Gn]},$$scope:{ctx:s}}}}return l&&(e=Ce(l,r(i))),{c(){e&&F(e.$$.fragment),n=ie()},l(s){e&&G(e.$$.fragment,s),n=ie()},m(s,o){e&&q(e,s,o),E(s,n,o),t=!0},p(s,[o]){if(o&2&&l!==(l=s[1])){if(e){ce();const a=e;k(a.$$.fragment,1,0,()=>{j(a,1)}),de()}l?(e=Ce(l,r(s)),F(e.$$.fragment),b(e.$$.fragment,1),q(e,n.parentNode,n)):e=null}else if(l){const a={};o&1&&(a.style=`counter-reset: item ${Number(s[0])-1}`),o&16&&(a.$$scope={dirty:o,ctx:s}),e.$set(a)}},i(s){t||(e&&b(e.$$.fragment,s),t=!0)},o(s){e&&k(e.$$.fragment,s),t=!1},d(s){s&&m(n),e&&j(e,s)}}}function Kn(i,e,n){let{$$slots:t={},$$scope:l}=e,{start:r=1}=e,{ordered:s=!1}=e,o;return i.$$set=a=>{"start"in a&&n(0,r=a.start),"ordered"in a&&n(2,s=a.ordered),"$$scope"in a&&n(4,l=a.$$scope)},i.$$.update=()=>{i.$$.dirty&4&&n(1,o=s?Vt:Wt)},[r,o,s,t,l]}class Qn extends Z{constructor(e){super(),U(this,e,Kn,Jn,W,{start:0,ordered:2})}}function ft(i,e,n){const t=i.slice();return t[4]=e[n],t}function ct(i){let e,n;return e=new Ot({props:{token:{...i[4]},options:i[1],renderers:i[2]}}),{c(){F(e.$$.fragment)},l(t){G(e.$$.fragment,t)},m(t,l){q(e,t,l),n=!0},p(t,l){const r={};l&1&&(r.token={...t[4]}),l&2&&(r.options=t[1]),l&4&&(r.renderers=t[2]),e.$set(r)},i(t){n||(b(e.$$.fragment,t),n=!0)},o(t){k(e.$$.fragment,t),n=!1},d(t){j(e,t)}}}function Xn(i){let e,n,t=we(i[0].items),l=[];for(let s=0;sk(l[s],1,1,()=>{l[s]=null});return{c(){for(let s=0;s{"token"in s&&n(0,t=s.token),"options"in s&&n(1,l=s.options),"renderers"in s&&n(2,r=s.renderers)},i.$$.update=()=>{i.$$.dirty&1&&t.ordered},[t,l,r]}class $n extends Z{constructor(e){super(),U(this,e,xn,yn,W,{token:0,options:1,renderers:2})}}function ei(i){let e,n,t,l;const r=i[2].default,s=$(r,i,i[1],null);let o=[i[0]],a={};for(let u=0;u{e=C(C({},e),X(_)),n(0,l=S(e,t)),"$$scope"in _&&n(1,s=_.$$scope)},[l,s,r,o,a,u,f]}class li extends Z{constructor(e){super(),U(this,e,ti,ei,W,{})}}function ni(i){let e;const n=i[0].default,t=$(n,i,i[1],null);return{c(){t&&t.c()},l(l){t&&t.l(l)},m(l,r){t&&t.m(l,r),e=!0},p(l,r){t&&t.p&&(!e||r&2)&&ee(t,n,l,l[1],e?le(n,l[1],r,null):te(l[1]),null)},i(l){e||(b(t,l),e=!0)},o(l){k(t,l),e=!1},d(l){t&&t.d(l)}}}function ii(i){let e,n;return e=new li({props:{class:"markdown-list-item",$$slots:{default:[ni]},$$scope:{ctx:i}}}),{c(){F(e.$$.fragment)},l(t){G(e.$$.fragment,t)},m(t,l){q(e,t,l),n=!0},p(t,[l]){const r={};l&2&&(r.$$scope={dirty:l,ctx:t}),e.$set(r)},i(t){n||(b(e.$$.fragment,t),n=!0)},o(t){k(e.$$.fragment,t),n=!1},d(t){j(e,t)}}}function si(i,e,n){let{$$slots:t={},$$scope:l}=e;return i.$$set=r=>{"$$scope"in r&&n(1,l=r.$$scope)},[t,l]}class ri extends Z{constructor(e){super(),U(this,e,si,ii,W,{})}}function oi(i){let e;return{c(){e=re(i[1])},l(n){e=oe(n,i[1])},m(n,t){E(n,e,t)},p(n,t){t&2&&me(e,n[1])},d(n){n&&m(e)}}}function ai(i){let e,n,t,l,r,s;const o=i[15].default,a=$(o,i,i[14],null),u=a||oi(i);let f=[{tabindex:"-1"},{role:"presentation"},i[12]],_={};for(let h=0;hn(13,s=v)),Me(i,V,v=>n(7,o=v)),I({id:g,label:f,disabled:h});function K(v){A.call(this,i,v)}function Q(v){A.call(this,i,v)}function _e(v){A.call(this,i,v)}function H(v){A.call(this,i,v)}function ne(v){Ue[v?"unshift":"push"](()=>{w=v,n(0,w)})}const ke=()=>{h||D(g)},ge=({key:v})=>{h||(v==="ArrowRight"?B(1):v==="ArrowLeft"?B(-1):(v===" "||v==="Enter")&&D(g))};return i.$$set=v=>{e=C(C({},e),X(v)),n(12,r=S(e,l)),"label"in v&&n(1,f=v.label),"href"in v&&n(2,_=v.href),"disabled"in v&&n(3,h=v.disabled),"tabindex"in v&&n(4,c=v.tabindex),"id"in v&&n(5,g=v.id),"ref"in v&&n(0,w=v.ref),"$$scope"in v&&n(14,u=v.$$scope)},i.$$.update=()=>{i.$$.dirty&8224&&n(6,t=s===g)},[w,f,_,h,c,g,t,o,R,V,D,B,r,s,u,a,K,Q,_e,H,ne,ke,ge]}class fi extends Z{constructor(e){super(),U(this,e,ui,ai,W,{label:1,href:2,disabled:3,tabindex:4,id:5,ref:0})}}const ci=fi;function di(i){let e,n,t,l;const r=i[12].default,s=$(r,i,i[11],null);let o=[{role:"tabpanel"},{"aria-labelledby":i[1]},{"aria-hidden":n=!i[2]},{hidden:t=i[2]?void 0:""},{id:i[0]},i[6]],a={};for(let u=0;un(10,f=I)),Me(i,R,I=>n(8,a=I)),Me(i,V,I=>n(9,u=I)),w({id:c}),i.$$set=I=>{e=C(C({},e),X(I)),n(6,o=S(e,s)),"id"in I&&n(0,c=I.id),"$$scope"in I&&n(11,h=I.$$scope)},i.$$.update=()=>{i.$$.dirty&1025&&n(2,t=f===c),i.$$.dirty&513&&n(7,l=u[c].index),i.$$.dirty&384&&n(1,r=a[l].id)},[c,r,t,g,R,V,o,l,a,u,f,h,_]}class mi extends Z{constructor(e){super(),U(this,e,hi,di,W,{id:0})}}const _i=i=>({}),dt=i=>({});function ht(i){let e=i[3].label+"",n;return{c(){n=re(e)},l(t){n=oe(t,e)},m(t,l){E(t,n,l)},p(t,l){l[0]&8&&e!==(e=t[3].label+"")&&me(n,e)},d(t){t&&m(n)}}}function gi(i){let e,n,t,l,r,s,o,a,u,f,_,h,c=i[3]&&ht(i);r=new jt({props:{"aria-hidden":"true",title:i[1]}});const g=i[20].default,w=$(g,i,i[19],null);let R=[{role:"navigation"},i[10]],V={};for(let B=0;Bn(18,u=Y));const B=qe(D,Y=>Y.reduce((ae,ze)=>({...ae,[ze.id]:ze}),{}));Me(i,B,Y=>n(28,f=Y));const K=Ne(w),Q=Ne(void 0);Me(i,Q,Y=>n(16,o=Y));const _e=Ne([]);Me(i,_e,Y=>n(17,a=Y));const H=qe(_e,Y=>Y.reduce((ae,ze)=>({...ae,[ze.id]:ze}),{})),ne=Ne(void 0);let ke=null;Lt("Tabs",{tabs:D,contentById:H,selectedTab:Q,selectedContent:ne,useAutoWidth:K,add:Y=>{D.update(ae=>[...ae,{...Y,index:ae.length}])},addContent:Y=>{_e.update(ae=>[...ae,{...Y,index:ae.length}])},update:Y=>{n(14,v=f[Y].index)},change:async Y=>{let ae=v+Y;ae<0?ae=u.length-1:ae>=u.length&&(ae=0);let ze=u[ae].disabled;for(;ze;)ae=ae+Y,ae<0?ae=u.length-1:ae>=u.length&&(ae=0),ze=u[ae].disabled;n(14,v=ae),await Ut();const He=ke==null?void 0:ke.querySelectorAll("[role='tab']")[v];He==null||He.focus()}}),Yt(()=>{n(12,c=v),J>-1&&J!==v&&I("change",v),J=v});let ge=!0,v=c,J=-1;function pe(Y){A.call(this,i,Y)}function Ee(Y){A.call(this,i,Y)}const Ae=()=>{n(5,ge=!ge)},De=()=>{n(5,ge=!ge)},Te=()=>{n(5,ge=!ge)};function T(Y){Ue[Y?"unshift":"push"](()=>{ke=Y,n(4,ke)})}return i.$$set=Y=>{n(11,e=C(C({},e),X(Y))),n(10,s=S(e,r)),"selected"in Y&&n(12,c=Y.selected),"type"in Y&&n(0,g=Y.type),"autoWidth"in Y&&n(13,w=Y.autoWidth),"iconDescription"in Y&&n(1,R=Y.iconDescription),"triggerHref"in Y&&n(2,V=Y.triggerHref),"$$scope"in Y&&n(19,h=Y.$$scope)},i.$$.update=()=>{i.$$.dirty[0]&4096&&n(14,v=c),i.$$.dirty[0]&278528&&n(3,t=u[v]||void 0),i.$$.dirty[0]&147456&&n(15,l=a[v]||void 0),i.$$.dirty[0]&32776&&(t&&Q.set(t.id),l&&ne.set(l.id)),i.$$.dirty[0]&65536&&o&&n(5,ge=!0),i.$$.dirty[0]&8192&&K.set(w)},e=X(e),[g,R,V,t,ke,ge,D,B,Q,_e,s,e,c,w,v,l,o,a,u,h,_,pe,Ee,Ae,De,Te,T]}class vi extends Z{constructor(e){super(),U(this,e,bi,gi,W,{selected:12,type:0,autoWidth:13,iconDescription:1,triggerHref:2},null,[-1,-1])}}function mt(i,e,n){const t=i.slice();return t[3]=e[n],t}function _t(i,e,n){const t=i.slice();return t[3]=e[n],t}function gt(i){let e,n;return e=new ci({props:{label:i[3].title}}),{c(){F(e.$$.fragment)},l(t){G(e.$$.fragment,t)},m(t,l){q(e,t,l),n=!0},p(t,l){const r={};l&1&&(r.label=t[3].title),e.$set(r)},i(t){n||(b(e.$$.fragment,t),n=!0)},o(t){k(e.$$.fragment,t),n=!1},d(t){j(e,t)}}}function ki(i){let e,n,t=we(i[0].tabs),l=[];for(let s=0;sk(l[s],1,1,()=>{l[s]=null});return{c(){for(let s=0;sk(l[s],1,1,()=>{l[s]=null});return{c(){for(let s=0;s{"token"in s&&n(0,t=s.token),"options"in s&&n(1,l=s.options),"renderers"in s&&n(2,r=s.renderers)},[t,l,r]}class Ci extends Z{constructor(e){super(),U(this,e,Mi,Ei,W,{token:0,options:1,renderers:2})}}function zi(i){let e,n,t,l=[i[1]],r={};for(let s=0;s{e=C(C({},e),X(f)),n(1,l=S(e,t)),"size"in f&&n(0,r=f.size)},[r,l,s,o,a,u]}class Ai extends Z{constructor(e){super(),U(this,e,Bi,zi,W,{size:0})}}const Di=i=>({}),vt=i=>({}),Ni=i=>({}),kt=i=>({}),Ii=i=>({}),wt=i=>({props:{class:"bx--tag__label"}});function Li(i){let e,n,t,l,r,s,o=(i[11].icon||i[7])&&pt(i);const a=i[13].default,u=$(a,i,i[12],null);let f=[{id:i[8]},i[10]],_={};for(let h=0;h{o=null}),de()),u&&u.p&&(!l||c&4096)&&ee(u,a,h,h[12],l?le(a,h[12],c,null):te(h[12]),null),O(e,_=se(f,[(!l||c&256)&&{id:h[8]},c&1024&&h[10]])),d(e,"bx--tag",!0),d(e,"bx--tag--disabled",h[3]),d(e,"bx--tag--sm",h[1]==="sm"),d(e,"bx--tag--red",h[0]==="red"),d(e,"bx--tag--magenta",h[0]==="magenta"),d(e,"bx--tag--purple",h[0]==="purple"),d(e,"bx--tag--blue",h[0]==="blue"),d(e,"bx--tag--cyan",h[0]==="cyan"),d(e,"bx--tag--teal",h[0]==="teal"),d(e,"bx--tag--green",h[0]==="green"),d(e,"bx--tag--gray",h[0]==="gray"),d(e,"bx--tag--cool-gray",h[0]==="cool-gray"),d(e,"bx--tag--warm-gray",h[0]==="warm-gray"),d(e,"bx--tag--high-contrast",h[0]==="high-contrast"),d(e,"bx--tag--outline",h[0]==="outline")},i(h){l||(b(o),b(u,h),l=!0)},o(h){k(o),k(u,h),l=!1},d(h){h&&m(e),o&&o.d(),u&&u.d(h),r=!1,be(s)}}}function Pi(i){let e,n,t,l,r,s,o,a=(i[11].icon||i[7])&&Et(i);const u=i[13].default,f=$(u,i,i[12],null);let _=[{type:"button"},{id:i[8]},{disabled:i[3]},{"aria-disabled":i[3]},{tabindex:l=i[3]?"-1":void 0},i[10]],h={};for(let c=0;c<_.length;c+=1)h=C(h,_[c]);return{c(){e=L("button"),a&&a.c(),n=ue(),t=L("span"),f&&f.c(),this.h()},l(c){e=P(c,"BUTTON",{type:!0,id:!0,"aria-disabled":!0,tabindex:!0});var g=p(e);a&&a.l(g),n=fe(g),t=P(g,"SPAN",{});var w=p(t);f&&f.l(w),w.forEach(m),g.forEach(m),this.h()},h(){O(e,h),d(e,"bx--tag",!0),d(e,"bx--tag--interactive",!0),d(e,"bx--tag--disabled",i[3]),d(e,"bx--tag--sm",i[1]==="sm"),d(e,"bx--tag--red",i[0]==="red"),d(e,"bx--tag--magenta",i[0]==="magenta"),d(e,"bx--tag--purple",i[0]==="purple"),d(e,"bx--tag--blue",i[0]==="blue"),d(e,"bx--tag--cyan",i[0]==="cyan"),d(e,"bx--tag--teal",i[0]==="teal"),d(e,"bx--tag--green",i[0]==="green"),d(e,"bx--tag--gray",i[0]==="gray"),d(e,"bx--tag--cool-gray",i[0]==="cool-gray"),d(e,"bx--tag--warm-gray",i[0]==="warm-gray"),d(e,"bx--tag--high-contrast",i[0]==="high-contrast"),d(e,"bx--tag--outline",i[0]==="outline")},m(c,g){E(c,e,g),a&&a.m(e,null),N(e,n),N(e,t),f&&f.m(t,null),e.autofocus&&e.focus(),r=!0,s||(o=[z(e,"click",i[18]),z(e,"mouseover",i[19]),z(e,"mouseenter",i[20]),z(e,"mouseleave",i[21])],s=!0)},p(c,g){c[11].icon||c[7]?a?(a.p(c,g),g&2176&&b(a,1)):(a=Et(c),a.c(),b(a,1),a.m(e,n)):a&&(ce(),k(a,1,1,()=>{a=null}),de()),f&&f.p&&(!r||g&4096)&&ee(f,u,c,c[12],r?le(u,c[12],g,null):te(c[12]),null),O(e,h=se(_,[{type:"button"},(!r||g&256)&&{id:c[8]},(!r||g&8)&&{disabled:c[3]},(!r||g&8)&&{"aria-disabled":c[3]},(!r||g&8&&l!==(l=c[3]?"-1":void 0))&&{tabindex:l},g&1024&&c[10]])),d(e,"bx--tag",!0),d(e,"bx--tag--interactive",!0),d(e,"bx--tag--disabled",c[3]),d(e,"bx--tag--sm",c[1]==="sm"),d(e,"bx--tag--red",c[0]==="red"),d(e,"bx--tag--magenta",c[0]==="magenta"),d(e,"bx--tag--purple",c[0]==="purple"),d(e,"bx--tag--blue",c[0]==="blue"),d(e,"bx--tag--cyan",c[0]==="cyan"),d(e,"bx--tag--teal",c[0]==="teal"),d(e,"bx--tag--green",c[0]==="green"),d(e,"bx--tag--gray",c[0]==="gray"),d(e,"bx--tag--cool-gray",c[0]==="cool-gray"),d(e,"bx--tag--warm-gray",c[0]==="warm-gray"),d(e,"bx--tag--high-contrast",c[0]==="high-contrast"),d(e,"bx--tag--outline",c[0]==="outline")},i(c){r||(b(a),b(f,c),r=!0)},o(c){k(a),k(f,c),r=!1},d(c){c&&m(e),a&&a.d(),f&&f.d(c),s=!1,be(o)}}}function Ti(i){let e,n,t,l,r,s,o;const a=i[13].default,u=$(a,i,i[12],wt),f=u||Vi(i);l=new Tt({});let _=[{"aria-label":i[6]},{id:i[8]},i[10]],h={};for(let c=0;c<_.length;c+=1)h=C(h,_[c]);return{c(){e=L("div"),f&&f.c(),n=ue(),t=L("button"),F(l.$$.fragment),this.h()},l(c){e=P(c,"DIV",{"aria-label":!0,id:!0});var g=p(e);f&&f.l(g),n=fe(g),t=P(g,"BUTTON",{type:!0,"aria-labelledby":!0,title:!0});var w=p(t);G(l.$$.fragment,w),w.forEach(m),g.forEach(m),this.h()},h(){M(t,"type","button"),M(t,"aria-labelledby",i[8]),t.disabled=i[3],M(t,"title",i[6]),d(t,"bx--tag__close-icon",!0),O(e,h),d(e,"bx--tag",!0),d(e,"bx--tag--disabled",i[3]),d(e,"bx--tag--filter",i[2]),d(e,"bx--tag--sm",i[1]==="sm"),d(e,"bx--tag--red",i[0]==="red"),d(e,"bx--tag--magenta",i[0]==="magenta"),d(e,"bx--tag--purple",i[0]==="purple"),d(e,"bx--tag--blue",i[0]==="blue"),d(e,"bx--tag--cyan",i[0]==="cyan"),d(e,"bx--tag--teal",i[0]==="teal"),d(e,"bx--tag--green",i[0]==="green"),d(e,"bx--tag--gray",i[0]==="gray"),d(e,"bx--tag--cool-gray",i[0]==="cool-gray"),d(e,"bx--tag--warm-gray",i[0]==="warm-gray"),d(e,"bx--tag--high-contrast",i[0]==="high-contrast"),d(e,"bx--tag--outline",i[0]==="outline")},m(c,g){E(c,e,g),f&&f.m(e,null),N(e,n),N(e,t),q(l,t,null),r=!0,s||(o=[z(t,"click",Ve(i[14])),z(t,"click",Ve(i[30])),z(t,"mouseover",i[15]),z(t,"mouseenter",i[16]),z(t,"mouseleave",i[17])],s=!0)},p(c,g){u?u.p&&(!r||g&4096)&&ee(u,a,c,c[12],r?le(a,c[12],g,Ii):te(c[12]),wt):f&&f.p&&(!r||g&1)&&f.p(c,r?g:-1),(!r||g&256)&&M(t,"aria-labelledby",c[8]),(!r||g&8)&&(t.disabled=c[3]),(!r||g&64)&&M(t,"title",c[6]),O(e,h=se(_,[(!r||g&64)&&{"aria-label":c[6]},(!r||g&256)&&{id:c[8]},g&1024&&c[10]])),d(e,"bx--tag",!0),d(e,"bx--tag--disabled",c[3]),d(e,"bx--tag--filter",c[2]),d(e,"bx--tag--sm",c[1]==="sm"),d(e,"bx--tag--red",c[0]==="red"),d(e,"bx--tag--magenta",c[0]==="magenta"),d(e,"bx--tag--purple",c[0]==="purple"),d(e,"bx--tag--blue",c[0]==="blue"),d(e,"bx--tag--cyan",c[0]==="cyan"),d(e,"bx--tag--teal",c[0]==="teal"),d(e,"bx--tag--green",c[0]==="green"),d(e,"bx--tag--gray",c[0]==="gray"),d(e,"bx--tag--cool-gray",c[0]==="cool-gray"),d(e,"bx--tag--warm-gray",c[0]==="warm-gray"),d(e,"bx--tag--high-contrast",c[0]==="high-contrast"),d(e,"bx--tag--outline",c[0]==="outline")},i(c){r||(b(f,c),b(l.$$.fragment,c),r=!0)},o(c){k(f,c),k(l.$$.fragment,c),r=!1},d(c){c&&m(e),f&&f.d(c),j(l),s=!1,be(o)}}}function Hi(i){let e,n;const t=[{size:i[1]},i[10]];let l={};for(let r=0;r{j(a,1)}),de()}l?(e=Ce(l,r()),F(e.$$.fragment),b(e.$$.fragment,1),q(e,n.parentNode,n)):e=null}},i(s){t||(e&&b(e.$$.fragment,s),t=!0)},o(s){e&&k(e.$$.fragment,s),t=!1},d(s){s&&m(n),e&&j(e,s)}}}function Et(i){let e,n;const t=i[13].icon,l=$(t,i,i[12],kt),r=l||Si(i);return{c(){e=L("div"),r&&r.c(),this.h()},l(s){e=P(s,"DIV",{});var o=p(e);r&&r.l(o),o.forEach(m),this.h()},h(){d(e,"bx--tag__custom-icon",!0)},m(s,o){E(s,e,o),r&&r.m(e,null),n=!0},p(s,o){l?l.p&&(!n||o&4096)&&ee(l,t,s,s[12],n?le(t,s[12],o,Ni):te(s[12]),kt):r&&r.p&&(!n||o&128)&&r.p(s,n?o:-1)},i(s){n||(b(r,s),n=!0)},o(s){k(r,s),n=!1},d(s){s&&m(e),r&&r.d(s)}}}function Si(i){let e,n,t;var l=i[7];function r(s,o){return{}}return l&&(e=Ce(l,r())),{c(){e&&F(e.$$.fragment),n=ie()},l(s){e&&G(e.$$.fragment,s),n=ie()},m(s,o){e&&q(e,s,o),E(s,n,o),t=!0},p(s,o){if(o&128&&l!==(l=s[7])){if(e){ce();const a=e;k(a.$$.fragment,1,0,()=>{j(a,1)}),de()}l?(e=Ce(l,r()),F(e.$$.fragment),b(e.$$.fragment,1),q(e,n.parentNode,n)):e=null}},i(s){t||(e&&b(e.$$.fragment,s),t=!0)},o(s){e&&k(e.$$.fragment,s),t=!1},d(s){s&&m(n),e&&j(e,s)}}}function Vi(i){let e,n;return{c(){e=L("span"),n=re(i[0]),this.h()},l(t){e=P(t,"SPAN",{});var l=p(e);n=oe(l,i[0]),l.forEach(m),this.h()},h(){d(e,"bx--tag__label",!0)},m(t,l){E(t,e,l),N(e,n)},p(t,l){l&1&&me(n,t[0])},d(t){t&&m(e)}}}function Wi(i){let e,n,t,l;const r=[Hi,Ti,Pi,Li],s=[];function o(a,u){return a[5]?0:a[2]?1:a[4]?2:3}return e=o(i),n=s[e]=r[e](i),{c(){n.c(),t=ie()},l(a){n.l(a),t=ie()},m(a,u){s[e].m(a,u),E(a,t,u),l=!0},p(a,[u]){let f=e;e=o(a),e===f?s[e].p(a,u):(ce(),k(s[f],1,1,()=>{s[f]=null}),de(),n=s[e],n?n.p(a,u):(n=s[e]=r[e](a),n.c()),b(n,1),n.m(t.parentNode,t))},i(a){l||(b(n),l=!0)},o(a){k(n),l=!1},d(a){a&&m(t),s[e].d(a)}}}function Zi(i,e,n){const t=["type","size","filter","disabled","interactive","skeleton","title","icon","id"];let l=S(e,t),{$$slots:r={},$$scope:s}=e;const o=Ft(r);let{type:a=void 0}=e,{size:u="default"}=e,{filter:f=!1}=e,{disabled:_=!1}=e,{interactive:h=!1}=e,{skeleton:c=!1}=e,{title:g="Clear filter"}=e,{icon:w=void 0}=e,{id:R="ccs-"+Math.random().toString(36)}=e;const V=Pe();function I(T){A.call(this,i,T)}function D(T){A.call(this,i,T)}function B(T){A.call(this,i,T)}function K(T){A.call(this,i,T)}function Q(T){A.call(this,i,T)}function _e(T){A.call(this,i,T)}function H(T){A.call(this,i,T)}function ne(T){A.call(this,i,T)}function ke(T){A.call(this,i,T)}function ge(T){A.call(this,i,T)}function v(T){A.call(this,i,T)}function J(T){A.call(this,i,T)}function pe(T){A.call(this,i,T)}function Ee(T){A.call(this,i,T)}function Ae(T){A.call(this,i,T)}function De(T){A.call(this,i,T)}const Te=()=>{V("close")};return i.$$set=T=>{e=C(C({},e),X(T)),n(10,l=S(e,t)),"type"in T&&n(0,a=T.type),"size"in T&&n(1,u=T.size),"filter"in T&&n(2,f=T.filter),"disabled"in T&&n(3,_=T.disabled),"interactive"in T&&n(4,h=T.interactive),"skeleton"in T&&n(5,c=T.skeleton),"title"in T&&n(6,g=T.title),"icon"in T&&n(7,w=T.icon),"id"in T&&n(8,R=T.id),"$$scope"in T&&n(12,s=T.$$scope)},[a,u,f,_,h,c,g,w,R,V,l,o,s,r,I,D,B,K,Q,_e,H,ne,ke,ge,v,J,pe,Ee,Ae,De,Te]}class Ui extends Z{constructor(e){super(),U(this,e,Zi,Wi,W,{type:0,size:1,filter:2,disabled:3,interactive:4,skeleton:5,title:6,icon:7,id:8})}}function Mt(i,e,n){const t=i.slice();return t[1]=e[n],t[3]=n,t}function Yi(i){let e=i[1].name+"",n,t;return{c(){n=re(e),t=ue()},l(l){n=oe(l,e),t=fe(l)},m(l,r){E(l,n,r),E(l,t,r)},p(l,r){r&1&&e!==(e=l[1].name+"")&&me(n,e)},d(l){l&&(m(n),m(t))}}}function Ct(i){let e,n;return e=new Ui({props:{type:i[0].colors[i[3]%i[0].colors.length],$$slots:{default:[Yi]},$$scope:{ctx:i}}}),{c(){F(e.$$.fragment)},l(t){G(e.$$.fragment,t)},m(t,l){q(e,t,l),n=!0},p(t,l){const r={};l&1&&(r.type=t[0].colors[t[3]%t[0].colors.length]),l&17&&(r.$$scope={dirty:l,ctx:t}),e.$set(r)},i(t){n||(b(e.$$.fragment,t),n=!0)},o(t){k(e.$$.fragment,t),n=!1},d(t){j(e,t)}}}function Fi(i){let e,n,t=we(i[0].tags),l=[];for(let s=0;sk(l[s],1,1,()=>{l[s]=null});return{c(){e=L("div");for(let s=0;s{"token"in l&&n(0,t=l.token)},[t]}class ji extends Z{constructor(e){super(),U(this,e,qi,Fi,W,{token:0})}}function Re(i){let e,n;const t=i[3].default,l=$(t,i,i[2],null);let r=[{id:i[0]},{class:"header header-base svelte-1jlumb"}],s={};for(let o=0;o1&&zt(i);return{c(){e=L("div"),r&&r.c(),t=ue(),s&&s.c(),this.h()},l(o){e=P(o,"DIV",{class:!0});var a=p(e);r&&r.l(a),t=fe(a),s&&s.l(a),a.forEach(m),this.h()},h(){M(e,"class","parent svelte-1jlumb")},m(o,a){E(o,e,a),r&&r.m(e,null),N(e,t),s&&s.m(e,null),l=!0},p(o,[a]){`h${o[1]}`?n?W(n,`h${o[1]}`)?(r.d(1),r=Re(o),n=`h${o[1]}`,r.c(),r.m(e,t)):r.p(o,a):(r=Re(o),n=`h${o[1]}`,r.c(),r.m(e,t)):n&&(r.d(1),r=null,n=`h${o[1]}`),o[1]>1?s?s.p(o,a):(s=zt(o),s.c(),s.m(e,null)):s&&(s.d(1),s=null)},i(o){l||(b(r,o),l=!0)},o(o){k(r,o),l=!1},d(o){o&&m(e),r&&r.d(o),s&&s.d()}}}function Gi(i,e,n){let{$$slots:t={},$$scope:l}=e,{id:r}=e,{depth:s}=e;return i.$$set=o=>{"id"in o&&n(0,r=o.id),"depth"in o&&n(1,s=o.depth),"$$scope"in o&&n(2,l=o.$$scope)},[r,s,l,t]}class Ji extends Z{constructor(e){super(),U(this,e,Gi,Oi,W,{id:0,depth:1})}}function Ki(i){let e;const n=i[3].default,t=$(n,i,i[4],null);return{c(){t&&t.c()},l(l){t&&t.l(l)},m(l,r){t&&t.m(l,r),e=!0},p(l,r){t&&t.p&&(!e||r&16)&&ee(t,n,l,l[4],e?le(n,l[4],r,null):te(l[4]),null)},i(l){e||(b(t,l),e=!0)},o(l){k(t,l),e=!1},d(l){t&&t.d(l)}}}function Qi(i){let e,n;return e=new Ji({props:{id:i[1],depth:i[0].depth,$$slots:{default:[Ki]},$$scope:{ctx:i}}}),{c(){F(e.$$.fragment)},l(t){G(e.$$.fragment,t)},m(t,l){q(e,t,l),n=!0},p(t,[l]){const r={};l&2&&(r.id=t[1]),l&1&&(r.depth=t[0].depth),l&16&&(r.$$scope={dirty:l,ctx:t}),e.$set(r)},i(t){n||(b(e.$$.fragment,t),n=!0)},o(t){k(e.$$.fragment,t),n=!1},d(t){j(e,t)}}}function Xi(i,e,n){let{$$slots:t={},$$scope:l}=e,{token:r}=e,{options:s}=e,o;return i.$$set=a=>{"token"in a&&n(0,r=a.token),"options"in a&&n(2,s=a.options),"$$scope"in a&&n(4,l=a.$$scope)},i.$$.update=()=>{i.$$.dirty&5&&n(1,o=Ze.generatePathSegment(r.text,s.slugger))},[r,o,s,t,l]}class yi extends Z{constructor(e){super(),U(this,e,Xi,Qi,W,{token:0,options:2})}}function Bt(i){let e,n;return e=new Kt({props:{source:i[0],renderers:{heading:yi,code:rl,codespan:hl,blockquote:on,link:cn,paragraph:mn,table:Zn,list:$n,list_item:ri,tabs:Ci,notification:Ht,tags:ji},options:{baseUrl:i[1]}}}),{c(){F(e.$$.fragment)},l(t){G(e.$$.fragment,t)},m(t,l){q(e,t,l),n=!0},p(t,l){const r={};l&1&&(r.source=t[0]),e.$set(r)},i(t){n||(b(e.$$.fragment,t),n=!0)},o(t){k(e.$$.fragment,t),n=!1},d(t){j(e,t)}}}function xi(i){let e,n,t=i[0]&&Bt(i);return{c(){t&&t.c(),e=ie()},l(l){t&&t.l(l),e=ie()},m(l,r){t&&t.m(l,r),E(l,e,r),n=!0},p(l,[r]){l[0]?t?(t.p(l,r),r&1&&b(t,1)):(t=Bt(l),t.c(),b(t,1),t.m(e.parentNode,e)):t&&(ce(),k(t,1,1,()=>{t=null}),de())},i(l){n||(b(t),n=!0)},o(l){k(t),n=!1},d(l){l&&m(e),t&&t.d(l)}}}function $i(i,e,n){let{source:t}=e;const l=Jt();return i.$$set=r=>{"source"in r&&n(0,t=r.source)},[t,l]}class os extends Z{constructor(e){super(),U(this,e,$i,xi,W,{source:0})}}function At(i){let e,n,t,l,r,s,o,a,u,f=i[0].previous.title+"",_,h,c,g=i[0].previous.section&&i[0].previous.section!==i[0].section&&Dt(i);return o=new el({props:{class:"previous-next-arrow",size:20}}),{c(){e=L("div"),n=L("strong"),t=re(`Previous diff --git a/public/docs/_app/immutable/chunks/control.N0296igh.js b/public/docs/_app/immutable/chunks/control.N0296igh.js deleted file mode 100644 index 4568d35..0000000 --- a/public/docs/_app/immutable/chunks/control.N0296igh.js +++ /dev/null @@ -1 +0,0 @@ -var r;const o=((r=globalThis.__sveltekit_vja569)==null?void 0:r.base)??"/docs";var a;const c=((a=globalThis.__sveltekit_vja569)==null?void 0:a.assets)??o;class l{constructor(t,s){this.status=t,typeof s=="string"?this.body={message:s}:s?this.body=s:this.body={message:`Error: ${t}`}}toString(){return JSON.stringify(this.body)}}class h{constructor(t,s){this.status=t,this.location=s}}class n extends Error{constructor(t,s,i){super(i),this.status=t,this.text=s}}export{l as H,h as R,n as S,c as a,o as b}; diff --git a/public/docs/_app/immutable/chunks/control.e7CDtKCx.js b/public/docs/_app/immutable/chunks/control.e7CDtKCx.js new file mode 100644 index 0000000..f482699 --- /dev/null +++ b/public/docs/_app/immutable/chunks/control.e7CDtKCx.js @@ -0,0 +1 @@ +var r;const a=((r=globalThis.__sveltekit_12ngshf)==null?void 0:r.base)??"/docs";var i;const c=((i=globalThis.__sveltekit_12ngshf)==null?void 0:i.assets)??a;class h{constructor(t,s){this.status=t,typeof s=="string"?this.body={message:s}:s?this.body=s:this.body={message:`Error: ${t}`}}toString(){return JSON.stringify(this.body)}}class l{constructor(t,s){this.status=t,this.location=s}}class n extends Error{constructor(t,s,o){super(o),this.status=t,this.text=s}}export{h as H,l as R,n as S,c as a,a as b}; diff --git a/public/docs/_app/immutable/chunks/entry.CI97bZmp.js b/public/docs/_app/immutable/chunks/entry.DZ2M09qS.js similarity index 99% rename from public/docs/_app/immutable/chunks/entry.CI97bZmp.js rename to public/docs/_app/immutable/chunks/entry.DZ2M09qS.js index 5b8236b..a5194e7 100644 --- a/public/docs/_app/immutable/chunks/entry.CI97bZmp.js +++ b/public/docs/_app/immutable/chunks/entry.DZ2M09qS.js @@ -1,3 +1,3 @@ -import{M as ot}from"./scheduler.Eaj42bxH.js";import{w as pe}from"./index.Cx9QXIn7.js";import{a as it,H as ne,S as ge,R as je,b as P}from"./control.N0296igh.js";new URL("sveltekit-internal://");function st(e,n){return e==="/"||n==="ignore"?e:n==="never"?e.endsWith("/")?e.slice(0,-1):e:n==="always"&&!e.endsWith("/")?e+"/":e}function ct(e){return e.split("%25").map(decodeURI).join("%25")}function lt(e){for(const n in e)e[n]=decodeURIComponent(e[n]);return e}function ce({href:e}){return e.split("#")[0]}const ft=["href","pathname","search","toString","toJSON"];function ut(e,n,t){const a=new URL(e);Object.defineProperty(a,"searchParams",{value:new Proxy(a.searchParams,{get(r,o){if(o==="get"||o==="getAll"||o==="has")return i=>(t(i),r[o](i));n();const s=Reflect.get(r,o);return typeof s=="function"?s.bind(r):s}}),enumerable:!0,configurable:!0});for(const r of ft)Object.defineProperty(a,r,{get(){return n(),e[r]},enumerable:!0,configurable:!0});return a}const dt="/__data.json",ht=".html__data.json";function pt(e){return e.endsWith(".html")?e.replace(/\.html$/,ht):e.replace(/\/$/,"")+dt}function gt(...e){let n=5381;for(const t of e)if(typeof t=="string"){let a=t.length;for(;a;)n=n*33^t.charCodeAt(--a)}else if(ArrayBuffer.isView(t)){const a=new Uint8Array(t.buffer,t.byteOffset,t.byteLength);let r=a.length;for(;r;)n=n*33^a[--r]}else throw new TypeError("value must be a string or TypedArray");return(n>>>0).toString(36)}function mt(e){const n=atob(e),t=new Uint8Array(n.length);for(let a=0;a((e instanceof Request?e.method:(n==null?void 0:n.method)||"GET")!=="GET"&&M.delete(me(e)),De(e,n));const M=new Map;function _t(e,n){const t=me(e,n),a=document.querySelector(t);if(a!=null&&a.textContent){let{body:r,...o}=JSON.parse(a.textContent);const s=a.getAttribute("data-ttl");return s&&M.set(t,{body:r,init:o,ttl:1e3*Number(s)}),a.getAttribute("data-b64")!==null&&(r=mt(r)),Promise.resolve(new Response(r,o))}return window.fetch(e,n)}function wt(e,n,t){if(M.size>0){const a=me(e,t),r=M.get(a);if(r){if(performance.now(){const r=/^\[\.\.\.(\w+)(?:=(\w+))?\]$/.exec(a);if(r)return n.push({name:r[1],matcher:r[2],optional:!1,rest:!0,chained:!0}),"(?:/(.*))?";const o=/^\[\[(\w+)(?:=(\w+))?\]\]$/.exec(a);if(o)return n.push({name:o[1],matcher:o[2],optional:!0,rest:!1,chained:!0}),"(?:/([^/]+))?";if(!a)return;const s=a.split(/\[(.+?)\](?!\])/);return"/"+s.map((c,f)=>{if(f%2){if(c.startsWith("x+"))return le(String.fromCharCode(parseInt(c.slice(2),16)));if(c.startsWith("u+"))return le(String.fromCharCode(...c.slice(2).split("-").map(l=>parseInt(l,16))));const u=yt.exec(c),[,h,g,d,_]=u;return n.push({name:d,matcher:_,optional:!!h,rest:!!g,chained:g?f===1&&s[0]==="":!1}),g?"(.*?)":h?"([^/]*)?":"([^/]+?)"}return le(c)}).join("")}).join("")}/?$`),params:n}}function bt(e){return!/^\([^)]+\)$/.test(e)}function Et(e){return e.slice(1).split("/").filter(bt)}function kt(e,n,t){const a={},r=e.slice(1),o=r.filter(i=>i!==void 0);let s=0;for(let i=0;iu).join("/"),s=0),f===void 0){c.rest&&(a[c.name]="");continue}if(!c.matcher||t[c.matcher](f)){a[c.name]=f;const u=n[i+1],h=r[i+1];u&&!u.rest&&u.optional&&h&&c.chained&&(s=0),!u&&!h&&Object.keys(a).length===o.length&&(s=0);continue}if(c.optional&&c.chained){s++;continue}return}if(!s)return a}function le(e){return e.normalize().replace(/[[\]]/g,"\\$&").replace(/%/g,"%25").replace(/\//g,"%2[Ff]").replace(/\?/g,"%3[Ff]").replace(/#/g,"%23").replace(/[.*+?^${}()|\\]/g,"\\$&")}function St({nodes:e,server_loads:n,dictionary:t,matchers:a}){const r=new Set(n);return Object.entries(t).map(([i,[c,f,u]])=>{const{pattern:h,params:g}=vt(i),d={id:i,exec:_=>{const l=h.exec(_);if(l)return kt(l,g,a)},errors:[1,...u||[]].map(_=>e[_]),layouts:[0,...f||[]].map(s),leaf:o(c)};return d.errors.length=d.layouts.length=Math.max(d.errors.length,d.layouts.length),d});function o(i){const c=i<0;return c&&(i=~i),[c,e[i]]}function s(i){return i===void 0?i:[r.has(i),e[i]]}}function $e(e,n=JSON.parse){try{return n(sessionStorage[e])}catch{}}function Ie(e,n,t=JSON.stringify){const a=t(n);try{sessionStorage[e]=a}catch{}}const At="1712982241674",Ce="sveltekit:snapshot",Ve="sveltekit:scroll",Fe="sveltekit:states",Rt="sveltekit:pageurl",D="sveltekit:history",H="sveltekit:navigation",W={tap:1,hover:2,viewport:3,eager:4,off:-1,false:-1},K=location.origin;function Me(e){if(e instanceof URL)return e;let n=document.baseURI;if(!n){const t=document.getElementsByTagName("base");n=t.length?t[0].href:document.URL}return new URL(e,n)}function _e(){return{x:pageXOffset,y:pageYOffset}}function O(e,n){return e.getAttribute(`data-sveltekit-${n}`)}const Le={...W,"":W.hover};function Ge(e){let n=e.assignedSlot??e.parentNode;return(n==null?void 0:n.nodeType)===11&&(n=n.host),n}function He(e,n){for(;e&&e!==n;){if(e.nodeName.toUpperCase()==="A"&&e.hasAttribute("href"))return e;e=Ge(e)}}function ue(e,n){let t;try{t=new URL(e instanceof SVGAElement?e.href.baseVal:e.href,document.baseURI)}catch{}const a=e instanceof SVGAElement?e.target.baseVal:e.target,r=!t||!!a||ae(t,n)||(e.getAttribute("rel")||"").split(/\s+/).includes("external"),o=(t==null?void 0:t.origin)===K&&e.hasAttribute("download");return{url:t,external:r,target:a,download:o}}function z(e){let n=null,t=null,a=null,r=null,o=null,s=null,i=e;for(;i&&i!==document.documentElement;)a===null&&(a=O(i,"preload-code")),r===null&&(r=O(i,"preload-data")),n===null&&(n=O(i,"keepfocus")),t===null&&(t=O(i,"noscroll")),o===null&&(o=O(i,"reload")),s===null&&(s=O(i,"replacestate")),i=Ge(i);function c(f){switch(f){case"":case"true":return!0;case"off":case"false":return!1;default:return}}return{preload_code:Le[a??"off"],preload_data:Le[r??"off"],keepfocus:c(n),noscroll:c(t),reload:c(o),replace_state:c(s)}}function Pe(e){const n=pe(e);let t=!0;function a(){t=!0,n.update(s=>s)}function r(s){t=!1,n.set(s)}function o(s){let i;return n.subscribe(c=>{(i===void 0||t&&c!==i)&&s(i=c)})}return{notify:a,set:r,subscribe:o}}function It(){const{set:e,subscribe:n}=pe(!1);let t;async function a(){clearTimeout(t);try{const r=await fetch(`${it}/_app/version.json`,{headers:{pragma:"no-cache","cache-control":"no-cache"}});if(!r.ok)return!1;const s=(await r.json()).version!==At;return s&&(e(!0),clearTimeout(t)),s}catch{return!1}}return{subscribe:n,check:a}}function ae(e,n){return e.origin!==K||!e.pathname.startsWith(n)}const Lt=-1,Pt=-2,Ut=-3,Tt=-4,xt=-5,Nt=-6;function Ot(e,n){if(typeof e=="number")return r(e,!0);if(!Array.isArray(e)||e.length===0)throw new Error("Invalid input");const t=e,a=Array(t.length);function r(o,s=!1){if(o===Lt)return;if(o===Ut)return NaN;if(o===Tt)return 1/0;if(o===xt)return-1/0;if(o===Nt)return-0;if(s)throw new Error("Invalid input");if(o in a)return a[o];const i=t[o];if(!i||typeof i!="object")a[o]=i;else if(Array.isArray(i))if(typeof i[0]=="string"){const c=i[0],f=n==null?void 0:n[c];if(f)return a[o]=f(r(i[1]));switch(c){case"Date":a[o]=new Date(i[1]);break;case"Set":const u=new Set;a[o]=u;for(let d=1;dn!=null)}const $t="x-sveltekit-invalidated",Ct="x-sveltekit-trailing-slash";function J(e){return e instanceof ne||e instanceof ge?e.status:500}function Vt(e){return e instanceof ge?e.text:"Internal Error"}const N=$e(Ve)??{},q=$e(Ce)??{},T={url:Pe({}),page:Pe({}),navigating:pe(null),updated:It()};function we(e){N[e]=_e()}function Ft(e,n){let t=e+1;for(;N[t];)delete N[t],t+=1;for(t=n+1;q[t];)delete q[t],t+=1}function C(e){return location.href=e.href,new Promise(()=>{})}function Ue(){}let re,de,X,U,he,V;const Be=[],Z=[];let R=null;const Ke=[],Mt=[];let j=[],w={branch:[],error:null,url:null},ye=!1,Q=!1,Te=!0,B=!1,F=!1,Ye=!1,ve=!1,be,S,L,I,ee;const G=new Set;async function en(e,n,t){var r,o;document.URL!==location.href&&(location.href=location.href),V=e,re=St(e),U=document.documentElement,he=n,de=e.nodes[0],X=e.nodes[1],de(),X(),S=(r=history.state)==null?void 0:r[D],L=(o=history.state)==null?void 0:o[H],S||(S=L=Date.now(),history.replaceState({...history.state,[D]:S,[H]:L},""));const a=N[S];a&&(history.scrollRestoration="manual",scrollTo(a.x,a.y)),t?await zt(he,t):Yt(location.href,{replaceState:!0}),Wt()}function Gt(){Be.length=0,ve=!1}function We(e){Z.some(n=>n==null?void 0:n.snapshot)&&(q[e]=Z.map(n=>{var t;return(t=n==null?void 0:n.snapshot)==null?void 0:t.capture()}))}function ze(e){var n;(n=q[e])==null||n.forEach((t,a)=>{var r,o;(o=(r=Z[a])==null?void 0:r.snapshot)==null||o.restore(t)})}function xe(){we(S),Ie(Ve,N),We(L),Ie(Ce,q)}async function Je(e,n,t,a){return Y({type:"goto",url:Me(e),keepfocus:n.keepFocus,noscroll:n.noScroll,replace_state:n.replaceState,state:n.state,redirect_count:t,nav_token:a,accept:()=>{n.invalidateAll&&(ve=!0)}})}async function Ht(e){if(e.id!==(R==null?void 0:R.id)){const n={};G.add(n),R={id:e.id,token:n,promise:Ze({...e,preload:n}).then(t=>(G.delete(n),t.type==="loaded"&&t.state.error&&(R=null),t))}}return R.promise}async function fe(e){const n=re.find(t=>t.exec(Qe(e)));n&&await Promise.all([...n.layouts,n.leaf].map(t=>t==null?void 0:t[1]()))}function Xe(e,n,t){var o;w=e.state;const a=document.querySelector("style[data-sveltekit]");a&&a.remove(),I=e.props.page,be=new V.root({target:n,props:{...e.props,stores:T,components:Z},hydrate:t}),ze(L);const r={from:null,to:{params:w.params,route:{id:((o=w.route)==null?void 0:o.id)??null},url:new URL(location.href)},willUnload:!1,type:"enter",complete:Promise.resolve()};j.forEach(s=>s(r)),Q=!0}async function te({url:e,params:n,branch:t,status:a,error:r,route:o,form:s}){let i="never";if(P&&(e.pathname===P||e.pathname===P+"/"))i="always";else for(const d of t)(d==null?void 0:d.slash)!==void 0&&(i=d.slash);e.pathname=st(e.pathname,i),e.search=e.search;const c={type:"loaded",state:{url:e,params:n,branch:t,error:r,route:o},props:{constructors:Dt(t).map(d=>d.node.component),page:I}};s!==void 0&&(c.props.form=s);let f={},u=!I,h=0;for(let d=0;d(i&&(c.route=!0),l[m])}),params:new Proxy(a,{get:(l,m)=>(i&&c.params.add(m),l[m])}),data:(o==null?void 0:o.data)??null,url:ut(t,()=>{i&&(c.url=!0)},l=>{i&&c.search_params.add(l)}),async fetch(l,m){let b;l instanceof Request?(b=l.url,m={body:l.method==="GET"||l.method==="HEAD"?void 0:await l.blob(),cache:l.cache,credentials:l.credentials,headers:l.headers,integrity:l.integrity,keepalive:l.keepalive,method:l.method,mode:l.mode,redirect:l.redirect,referrer:l.referrer,referrerPolicy:l.referrerPolicy,signal:l.signal,...m}):b=l;const A=new URL(b,t);return i&&d(A.href),A.origin===t.origin&&(b=A.href.slice(t.origin.length)),Q?wt(b,A.href,m):_t(b,m)},setHeaders:()=>{},depends:d,parent(){return i&&(c.parent=!0),n()},untrack(l){i=!1;try{return l()}finally{i=!0}}};s=await f.universal.load.call(null,_)??null}return{node:f,loader:e,server:o,universal:(h=f.universal)!=null&&h.load?{type:"data",data:s,uses:c}:null,data:s??(o==null?void 0:o.data)??null,slash:((g=f.universal)==null?void 0:g.trailingSlash)??(o==null?void 0:o.slash)}}function Ne(e,n,t,a,r,o){if(ve)return!0;if(!r)return!1;if(r.parent&&e||r.route&&n||r.url&&t)return!0;for(const s of r.search_params)if(a.has(s))return!0;for(const s of r.params)if(o[s]!==w.params[s])return!0;for(const s of r.dependencies)if(Be.some(i=>i(new URL(s))))return!0;return!1}function ke(e,n){return(e==null?void 0:e.type)==="data"?e:(e==null?void 0:e.type)==="skip"?n??null:null}function qt(e,n){if(!e)return new Set(n.searchParams.keys());const t=new Set([...e.searchParams.keys(),...n.searchParams.keys()]);for(const a of t){const r=e.searchParams.getAll(a),o=n.searchParams.getAll(a);r.every(s=>o.includes(s))&&o.every(s=>r.includes(s))&&t.delete(a)}return t}function Oe({error:e,url:n,route:t,params:a}){return{type:"loaded",state:{error:e,url:n,route:t,params:a,branch:[]},props:{page:I,constructors:[]}}}async function Ze({id:e,invalidating:n,url:t,params:a,route:r,preload:o}){if((R==null?void 0:R.id)===e)return G.delete(R.token),R.promise;const{errors:s,layouts:i,leaf:c}=r,f=[...i,c];s.forEach(p=>p==null?void 0:p().catch(()=>{})),f.forEach(p=>p==null?void 0:p[1]().catch(()=>{}));let u=null;const h=w.url?e!==w.url.pathname+w.url.search:!1,g=w.route?r.id!==w.route.id:!1,d=qt(w.url,t);let _=!1;const l=f.map((p,v)=>{var x;const E=w.branch[v],k=!!(p!=null&&p[0])&&((E==null?void 0:E.loader)!==p[1]||Ne(_,g,h,d,(x=E.server)==null?void 0:x.uses,a));return k&&(_=!0),k});if(l.some(Boolean)){try{u=await nt(t,l)}catch(p){const v=await $(p,{url:t,params:a,route:{id:e}});return G.has(o)?Oe({error:v,url:t,params:a,route:r}):oe({status:J(p),error:v,url:t,route:r})}if(u.type==="redirect")return u}const m=u==null?void 0:u.nodes;let b=!1;const A=f.map(async(p,v)=>{var ie;if(!p)return;const E=w.branch[v],k=m==null?void 0:m[v];if((!k||k.type==="skip")&&p[1]===(E==null?void 0:E.loader)&&!Ne(b,g,h,d,(ie=E.universal)==null?void 0:ie.uses,a))return E;if(b=!0,(k==null?void 0:k.type)==="error")throw k;return Ee({loader:p[1],url:t,params:a,route:r,parent:async()=>{var Re;const Ae={};for(let se=0;se{});const y=[];for(let p=0;pPromise.resolve({}),server_data_node:ke(o)}),c={node:await X(),loader:X,universal:null,server:null,data:null};return await te({url:t,params:r,branch:[i,c],status:e,error:n,route:null})}function Se(e,n){if(!e||ae(e,P))return;let t;try{t=V.hooks.reroute({url:new URL(e)})??e.pathname}catch{return}const a=Qe(t);for(const r of re){const o=r.exec(a);if(o)return{id:e.pathname+e.search,invalidating:n,route:r,params:lt(o),url:e}}}function Qe(e){return ct(e.slice(P.length)||"/")}function et({url:e,type:n,intent:t,delta:a}){let r=!1;const o=rt(w,t,e,n);a!==void 0&&(o.navigation.delta=a);const s={...o.navigation,cancel:()=>{r=!0,o.reject(new Error("navigation cancelled"))}};return B||Ke.forEach(i=>i(s)),r?null:o}async function Y({type:e,url:n,popped:t,keepfocus:a,noscroll:r,replace_state:o,state:s={},redirect_count:i=0,nav_token:c={},accept:f=Ue,block:u=Ue}){const h=Se(n,!1),g=et({url:n,type:e,delta:t==null?void 0:t.delta,intent:h});if(!g){u();return}const d=S,_=L;f(),B=!0,Q&&T.navigating.set(g.navigation),ee=c;let l=h&&await Ze(h);if(!l){if(ae(n,P))return await C(n);l=await tt(n,{id:null},await $(new ge(404,"Not Found",`Not found: ${n.pathname}`),{url:n,params:{},route:{id:null}}),404)}if(n=(h==null?void 0:h.url)||n,ee!==c)return g.reject(new Error("navigation aborted")),!1;if(l.type==="redirect")if(i>=20)l=await oe({status:500,error:await $(new Error("Redirect loop"),{url:n,params:{},route:{id:null}}),url:n,route:{id:null}});else return Je(new URL(l.location,n).href,{},i+1,c),!1;else l.props.page.status>=400&&await T.updated.check()&&await C(n);if(Gt(),we(d),We(_),l.props.page.url.pathname!==n.pathname&&(n.pathname=l.props.page.url.pathname),s=t?t.state:s,!t){const y=o?0:1,p={[D]:S+=y,[H]:L+=y,[Fe]:s};(o?history.replaceState:history.pushState).call(history,p,"",n),o||Ft(S,L)}if(R=null,l.props.page.state=s,Q){w=l.state,l.props.page&&(l.props.page.url=n);const y=(await Promise.all(Mt.map(p=>p(g.navigation)))).filter(p=>typeof p=="function");if(y.length>0){let p=function(){j=j.filter(v=>!y.includes(v))};y.push(p),j.push(...y)}be.$set(l.props),Ye=!0}else Xe(l,he,!1);const{activeElement:m}=document;await ot();const b=t?t.scroll:r?_e():null;if(Te){const y=n.hash&&document.getElementById(decodeURIComponent(n.hash.slice(1)));b?scrollTo(b.x,b.y):y?y.scrollIntoView():scrollTo(0,0)}const A=document.activeElement!==m&&document.activeElement!==document.body;!a&&!A&&Jt(),Te=!0,l.props.page&&(I=l.props.page),B=!1,e==="popstate"&&ze(L),g.fulfil(void 0),j.forEach(y=>y(g.navigation)),T.navigating.set(null)}async function tt(e,n,t,a){return e.origin===K&&e.pathname===location.pathname&&!ye?await oe({status:a,error:t,url:e,route:n}):await C(e)}function Kt(){let e;U.addEventListener("mousemove",o=>{const s=o.target;clearTimeout(e),e=setTimeout(()=>{a(s,2)},20)});function n(o){a(o.composedPath()[0],1)}U.addEventListener("mousedown",n),U.addEventListener("touchstart",n,{passive:!0});const t=new IntersectionObserver(o=>{for(const s of o)s.isIntersecting&&(fe(s.target.href),t.unobserve(s.target))},{threshold:0});function a(o,s){const i=He(o,U);if(!i)return;const{url:c,external:f,download:u}=ue(i,P);if(f||u)return;const h=z(i);if(!h.reload)if(s<=h.preload_data){const g=Se(c,!1);g&&Ht(g)}else s<=h.preload_code&&fe(c.pathname)}function r(){t.disconnect();for(const o of U.querySelectorAll("a")){const{url:s,external:i,download:c}=ue(o,P);if(i||c)continue;const f=z(o);f.reload||(f.preload_code===W.viewport&&t.observe(o),f.preload_code===W.eager&&fe(s.pathname))}}j.push(r),r()}function $(e,n){if(e instanceof ne)return e.body;const t=J(e),a=Vt(e);return V.hooks.handleError({error:e,event:n,status:t,message:a})??{message:a}}function Yt(e,n={}){return e=Me(e),e.origin!==K?Promise.reject(new Error("goto: invalid URL")):Je(e,n,0)}function Wt(){var n;history.scrollRestoration="manual",addEventListener("beforeunload",t=>{let a=!1;if(xe(),!B){const r=rt(w,void 0,null,"leave"),o={...r.navigation,cancel:()=>{a=!0,r.reject(new Error("navigation cancelled"))}};Ke.forEach(s=>s(o))}a?(t.preventDefault(),t.returnValue=""):history.scrollRestoration="auto"}),addEventListener("visibilitychange",()=>{document.visibilityState==="hidden"&&xe()}),(n=navigator.connection)!=null&&n.saveData||Kt(),U.addEventListener("click",t=>{var g;if(t.button||t.which!==1||t.metaKey||t.ctrlKey||t.shiftKey||t.altKey||t.defaultPrevented)return;const a=He(t.composedPath()[0],U);if(!a)return;const{url:r,external:o,target:s,download:i}=ue(a,P);if(!r)return;if(s==="_parent"||s==="_top"){if(window.parent!==window)return}else if(s&&s!=="_self")return;const c=z(a);if(!(a instanceof SVGAElement)&&r.protocol!==location.protocol&&!(r.protocol==="https:"||r.protocol==="http:")||i)return;if(o||c.reload){et({url:r,type:"link"})?B=!0:t.preventDefault();return}const[u,h]=r.href.split("#");if(h!==void 0&&u===ce(location)){const[,d]=w.url.href.split("#");if(d===h){t.preventDefault(),h===""||h==="top"&&a.ownerDocument.getElementById("top")===null?window.scrollTo({top:0}):(g=a.ownerDocument.getElementById(h))==null||g.scrollIntoView();return}if(F=!0,we(S),e(r),!c.replace_state)return;F=!1}t.preventDefault(),Y({type:"link",url:r,keepfocus:c.keepfocus,noscroll:c.noscroll,replace_state:c.replace_state??r.href===location.href})}),U.addEventListener("submit",t=>{if(t.defaultPrevented)return;const a=HTMLFormElement.prototype.cloneNode.call(t.target),r=t.submitter;if(((r==null?void 0:r.formMethod)||a.method)!=="get")return;const s=new URL((r==null?void 0:r.hasAttribute("formaction"))&&(r==null?void 0:r.formAction)||a.action);if(ae(s,P))return;const i=t.target,c=z(i);if(c.reload)return;t.preventDefault(),t.stopPropagation();const f=new FormData(i),u=r==null?void 0:r.getAttribute("name");u&&f.append(u,(r==null?void 0:r.getAttribute("value"))??""),s.search=new URLSearchParams(f).toString(),Y({type:"form",url:s,keepfocus:c.keepfocus,noscroll:c.noscroll,replace_state:c.replace_state??s.href===location.href})}),addEventListener("popstate",async t=>{var a;if((a=t.state)!=null&&a[D]){const r=t.state[D];if(ee={},r===S)return;const o=N[r],s=t.state[Fe]??{},i=new URL(t.state[Rt]??location.href),c=t.state[H],f=ce(location)===ce(w.url);if(c===L&&(Ye||f)){e(i),N[S]=_e(),o&&scrollTo(o.x,o.y),s!==I.state&&(I={...I,state:s},be.$set({page:I})),S=r;return}const h=r-S;await Y({type:"popstate",url:i,popped:{state:s,scroll:o,delta:h},accept:()=>{S=r,L=c},block:()=>{history.go(-h)},nav_token:ee})}else if(!F){const r=new URL(location.href);e(r)}}),addEventListener("hashchange",()=>{F&&(F=!1,history.replaceState({...history.state,[D]:++S,[H]:L},"",location.href))});for(const t of document.querySelectorAll("link"))t.rel==="icon"&&(t.href=t.href);addEventListener("pageshow",t=>{t.persisted&&T.navigating.set(null)});function e(t){w.url=t,T.page.set({...I,url:t}),T.page.notify()}}async function zt(e,{status:n=200,error:t,node_ids:a,params:r,route:o,data:s,form:i}){ye=!0;const c=new URL(location.href);({params:r={},route:o={id:null}}=Se(c,!1)||{});let f;try{const u=a.map(async(d,_)=>{const l=s[_];return l!=null&&l.uses&&(l.uses=at(l.uses)),Ee({loader:V.nodes[d],url:c,params:r,route:o,parent:async()=>{const m={};for(let b=0;b<_;b+=1)Object.assign(m,(await u[b]).data);return m},server_data_node:ke(l)})}),h=await Promise.all(u),g=re.find(({id:d})=>d===o.id);if(g){const d=g.layouts;for(let _=0;_o?"1":"0").join(""));const a=await De(t.href);if(!a.ok){let o;throw(r=a.headers.get("content-type"))!=null&&r.includes("application/json")?o=await a.json():a.status===404?o="Not Found":a.status===500&&(o="Internal Error"),new ne(a.status,o)}return new Promise(async o=>{var h;const s=new Map,i=a.body.getReader(),c=new TextDecoder;function f(g){return Ot(g,{Promise:d=>new Promise((_,l)=>{s.set(d,{fulfil:_,reject:l})})})}let u="";for(;;){const{done:g,value:d}=await i.read();if(g&&!u)break;for(u+=!d&&u?` +import{M as ot}from"./scheduler.Eaj42bxH.js";import{w as pe}from"./index.Cx9QXIn7.js";import{a as it,H as ne,S as ge,R as je,b as P}from"./control.e7CDtKCx.js";new URL("sveltekit-internal://");function st(e,n){return e==="/"||n==="ignore"?e:n==="never"?e.endsWith("/")?e.slice(0,-1):e:n==="always"&&!e.endsWith("/")?e+"/":e}function ct(e){return e.split("%25").map(decodeURI).join("%25")}function lt(e){for(const n in e)e[n]=decodeURIComponent(e[n]);return e}function ce({href:e}){return e.split("#")[0]}const ft=["href","pathname","search","toString","toJSON"];function ut(e,n,t){const a=new URL(e);Object.defineProperty(a,"searchParams",{value:new Proxy(a.searchParams,{get(r,o){if(o==="get"||o==="getAll"||o==="has")return i=>(t(i),r[o](i));n();const s=Reflect.get(r,o);return typeof s=="function"?s.bind(r):s}}),enumerable:!0,configurable:!0});for(const r of ft)Object.defineProperty(a,r,{get(){return n(),e[r]},enumerable:!0,configurable:!0});return a}const dt="/__data.json",ht=".html__data.json";function pt(e){return e.endsWith(".html")?e.replace(/\.html$/,ht):e.replace(/\/$/,"")+dt}function gt(...e){let n=5381;for(const t of e)if(typeof t=="string"){let a=t.length;for(;a;)n=n*33^t.charCodeAt(--a)}else if(ArrayBuffer.isView(t)){const a=new Uint8Array(t.buffer,t.byteOffset,t.byteLength);let r=a.length;for(;r;)n=n*33^a[--r]}else throw new TypeError("value must be a string or TypedArray");return(n>>>0).toString(36)}function mt(e){const n=atob(e),t=new Uint8Array(n.length);for(let a=0;a((e instanceof Request?e.method:(n==null?void 0:n.method)||"GET")!=="GET"&&M.delete(me(e)),De(e,n));const M=new Map;function _t(e,n){const t=me(e,n),a=document.querySelector(t);if(a!=null&&a.textContent){let{body:r,...o}=JSON.parse(a.textContent);const s=a.getAttribute("data-ttl");return s&&M.set(t,{body:r,init:o,ttl:1e3*Number(s)}),a.getAttribute("data-b64")!==null&&(r=mt(r)),Promise.resolve(new Response(r,o))}return window.fetch(e,n)}function wt(e,n,t){if(M.size>0){const a=me(e,t),r=M.get(a);if(r){if(performance.now(){const r=/^\[\.\.\.(\w+)(?:=(\w+))?\]$/.exec(a);if(r)return n.push({name:r[1],matcher:r[2],optional:!1,rest:!0,chained:!0}),"(?:/(.*))?";const o=/^\[\[(\w+)(?:=(\w+))?\]\]$/.exec(a);if(o)return n.push({name:o[1],matcher:o[2],optional:!0,rest:!1,chained:!0}),"(?:/([^/]+))?";if(!a)return;const s=a.split(/\[(.+?)\](?!\])/);return"/"+s.map((c,f)=>{if(f%2){if(c.startsWith("x+"))return le(String.fromCharCode(parseInt(c.slice(2),16)));if(c.startsWith("u+"))return le(String.fromCharCode(...c.slice(2).split("-").map(l=>parseInt(l,16))));const u=yt.exec(c),[,h,g,d,_]=u;return n.push({name:d,matcher:_,optional:!!h,rest:!!g,chained:g?f===1&&s[0]==="":!1}),g?"(.*?)":h?"([^/]*)?":"([^/]+?)"}return le(c)}).join("")}).join("")}/?$`),params:n}}function bt(e){return!/^\([^)]+\)$/.test(e)}function Et(e){return e.slice(1).split("/").filter(bt)}function kt(e,n,t){const a={},r=e.slice(1),o=r.filter(i=>i!==void 0);let s=0;for(let i=0;iu).join("/"),s=0),f===void 0){c.rest&&(a[c.name]="");continue}if(!c.matcher||t[c.matcher](f)){a[c.name]=f;const u=n[i+1],h=r[i+1];u&&!u.rest&&u.optional&&h&&c.chained&&(s=0),!u&&!h&&Object.keys(a).length===o.length&&(s=0);continue}if(c.optional&&c.chained){s++;continue}return}if(!s)return a}function le(e){return e.normalize().replace(/[[\]]/g,"\\$&").replace(/%/g,"%25").replace(/\//g,"%2[Ff]").replace(/\?/g,"%3[Ff]").replace(/#/g,"%23").replace(/[.*+?^${}()|\\]/g,"\\$&")}function St({nodes:e,server_loads:n,dictionary:t,matchers:a}){const r=new Set(n);return Object.entries(t).map(([i,[c,f,u]])=>{const{pattern:h,params:g}=vt(i),d={id:i,exec:_=>{const l=h.exec(_);if(l)return kt(l,g,a)},errors:[1,...u||[]].map(_=>e[_]),layouts:[0,...f||[]].map(s),leaf:o(c)};return d.errors.length=d.layouts.length=Math.max(d.errors.length,d.layouts.length),d});function o(i){const c=i<0;return c&&(i=~i),[c,e[i]]}function s(i){return i===void 0?i:[r.has(i),e[i]]}}function $e(e,n=JSON.parse){try{return n(sessionStorage[e])}catch{}}function Ie(e,n,t=JSON.stringify){const a=t(n);try{sessionStorage[e]=a}catch{}}const At="1713153089756",Ce="sveltekit:snapshot",Ve="sveltekit:scroll",Fe="sveltekit:states",Rt="sveltekit:pageurl",D="sveltekit:history",H="sveltekit:navigation",W={tap:1,hover:2,viewport:3,eager:4,off:-1,false:-1},K=location.origin;function Me(e){if(e instanceof URL)return e;let n=document.baseURI;if(!n){const t=document.getElementsByTagName("base");n=t.length?t[0].href:document.URL}return new URL(e,n)}function _e(){return{x:pageXOffset,y:pageYOffset}}function O(e,n){return e.getAttribute(`data-sveltekit-${n}`)}const Le={...W,"":W.hover};function Ge(e){let n=e.assignedSlot??e.parentNode;return(n==null?void 0:n.nodeType)===11&&(n=n.host),n}function He(e,n){for(;e&&e!==n;){if(e.nodeName.toUpperCase()==="A"&&e.hasAttribute("href"))return e;e=Ge(e)}}function ue(e,n){let t;try{t=new URL(e instanceof SVGAElement?e.href.baseVal:e.href,document.baseURI)}catch{}const a=e instanceof SVGAElement?e.target.baseVal:e.target,r=!t||!!a||ae(t,n)||(e.getAttribute("rel")||"").split(/\s+/).includes("external"),o=(t==null?void 0:t.origin)===K&&e.hasAttribute("download");return{url:t,external:r,target:a,download:o}}function z(e){let n=null,t=null,a=null,r=null,o=null,s=null,i=e;for(;i&&i!==document.documentElement;)a===null&&(a=O(i,"preload-code")),r===null&&(r=O(i,"preload-data")),n===null&&(n=O(i,"keepfocus")),t===null&&(t=O(i,"noscroll")),o===null&&(o=O(i,"reload")),s===null&&(s=O(i,"replacestate")),i=Ge(i);function c(f){switch(f){case"":case"true":return!0;case"off":case"false":return!1;default:return}}return{preload_code:Le[a??"off"],preload_data:Le[r??"off"],keepfocus:c(n),noscroll:c(t),reload:c(o),replace_state:c(s)}}function Pe(e){const n=pe(e);let t=!0;function a(){t=!0,n.update(s=>s)}function r(s){t=!1,n.set(s)}function o(s){let i;return n.subscribe(c=>{(i===void 0||t&&c!==i)&&s(i=c)})}return{notify:a,set:r,subscribe:o}}function It(){const{set:e,subscribe:n}=pe(!1);let t;async function a(){clearTimeout(t);try{const r=await fetch(`${it}/_app/version.json`,{headers:{pragma:"no-cache","cache-control":"no-cache"}});if(!r.ok)return!1;const s=(await r.json()).version!==At;return s&&(e(!0),clearTimeout(t)),s}catch{return!1}}return{subscribe:n,check:a}}function ae(e,n){return e.origin!==K||!e.pathname.startsWith(n)}const Lt=-1,Pt=-2,Ut=-3,Tt=-4,xt=-5,Nt=-6;function Ot(e,n){if(typeof e=="number")return r(e,!0);if(!Array.isArray(e)||e.length===0)throw new Error("Invalid input");const t=e,a=Array(t.length);function r(o,s=!1){if(o===Lt)return;if(o===Ut)return NaN;if(o===Tt)return 1/0;if(o===xt)return-1/0;if(o===Nt)return-0;if(s)throw new Error("Invalid input");if(o in a)return a[o];const i=t[o];if(!i||typeof i!="object")a[o]=i;else if(Array.isArray(i))if(typeof i[0]=="string"){const c=i[0],f=n==null?void 0:n[c];if(f)return a[o]=f(r(i[1]));switch(c){case"Date":a[o]=new Date(i[1]);break;case"Set":const u=new Set;a[o]=u;for(let d=1;dn!=null)}const $t="x-sveltekit-invalidated",Ct="x-sveltekit-trailing-slash";function J(e){return e instanceof ne||e instanceof ge?e.status:500}function Vt(e){return e instanceof ge?e.text:"Internal Error"}const N=$e(Ve)??{},q=$e(Ce)??{},T={url:Pe({}),page:Pe({}),navigating:pe(null),updated:It()};function we(e){N[e]=_e()}function Ft(e,n){let t=e+1;for(;N[t];)delete N[t],t+=1;for(t=n+1;q[t];)delete q[t],t+=1}function C(e){return location.href=e.href,new Promise(()=>{})}function Ue(){}let re,de,X,U,he,V;const Be=[],Z=[];let R=null;const Ke=[],Mt=[];let j=[],w={branch:[],error:null,url:null},ye=!1,Q=!1,Te=!0,B=!1,F=!1,Ye=!1,ve=!1,be,S,L,I,ee;const G=new Set;async function en(e,n,t){var r,o;document.URL!==location.href&&(location.href=location.href),V=e,re=St(e),U=document.documentElement,he=n,de=e.nodes[0],X=e.nodes[1],de(),X(),S=(r=history.state)==null?void 0:r[D],L=(o=history.state)==null?void 0:o[H],S||(S=L=Date.now(),history.replaceState({...history.state,[D]:S,[H]:L},""));const a=N[S];a&&(history.scrollRestoration="manual",scrollTo(a.x,a.y)),t?await zt(he,t):Yt(location.href,{replaceState:!0}),Wt()}function Gt(){Be.length=0,ve=!1}function We(e){Z.some(n=>n==null?void 0:n.snapshot)&&(q[e]=Z.map(n=>{var t;return(t=n==null?void 0:n.snapshot)==null?void 0:t.capture()}))}function ze(e){var n;(n=q[e])==null||n.forEach((t,a)=>{var r,o;(o=(r=Z[a])==null?void 0:r.snapshot)==null||o.restore(t)})}function xe(){we(S),Ie(Ve,N),We(L),Ie(Ce,q)}async function Je(e,n,t,a){return Y({type:"goto",url:Me(e),keepfocus:n.keepFocus,noscroll:n.noScroll,replace_state:n.replaceState,state:n.state,redirect_count:t,nav_token:a,accept:()=>{n.invalidateAll&&(ve=!0)}})}async function Ht(e){if(e.id!==(R==null?void 0:R.id)){const n={};G.add(n),R={id:e.id,token:n,promise:Ze({...e,preload:n}).then(t=>(G.delete(n),t.type==="loaded"&&t.state.error&&(R=null),t))}}return R.promise}async function fe(e){const n=re.find(t=>t.exec(Qe(e)));n&&await Promise.all([...n.layouts,n.leaf].map(t=>t==null?void 0:t[1]()))}function Xe(e,n,t){var o;w=e.state;const a=document.querySelector("style[data-sveltekit]");a&&a.remove(),I=e.props.page,be=new V.root({target:n,props:{...e.props,stores:T,components:Z},hydrate:t}),ze(L);const r={from:null,to:{params:w.params,route:{id:((o=w.route)==null?void 0:o.id)??null},url:new URL(location.href)},willUnload:!1,type:"enter",complete:Promise.resolve()};j.forEach(s=>s(r)),Q=!0}async function te({url:e,params:n,branch:t,status:a,error:r,route:o,form:s}){let i="never";if(P&&(e.pathname===P||e.pathname===P+"/"))i="always";else for(const d of t)(d==null?void 0:d.slash)!==void 0&&(i=d.slash);e.pathname=st(e.pathname,i),e.search=e.search;const c={type:"loaded",state:{url:e,params:n,branch:t,error:r,route:o},props:{constructors:Dt(t).map(d=>d.node.component),page:I}};s!==void 0&&(c.props.form=s);let f={},u=!I,h=0;for(let d=0;d(i&&(c.route=!0),l[m])}),params:new Proxy(a,{get:(l,m)=>(i&&c.params.add(m),l[m])}),data:(o==null?void 0:o.data)??null,url:ut(t,()=>{i&&(c.url=!0)},l=>{i&&c.search_params.add(l)}),async fetch(l,m){let b;l instanceof Request?(b=l.url,m={body:l.method==="GET"||l.method==="HEAD"?void 0:await l.blob(),cache:l.cache,credentials:l.credentials,headers:l.headers,integrity:l.integrity,keepalive:l.keepalive,method:l.method,mode:l.mode,redirect:l.redirect,referrer:l.referrer,referrerPolicy:l.referrerPolicy,signal:l.signal,...m}):b=l;const A=new URL(b,t);return i&&d(A.href),A.origin===t.origin&&(b=A.href.slice(t.origin.length)),Q?wt(b,A.href,m):_t(b,m)},setHeaders:()=>{},depends:d,parent(){return i&&(c.parent=!0),n()},untrack(l){i=!1;try{return l()}finally{i=!0}}};s=await f.universal.load.call(null,_)??null}return{node:f,loader:e,server:o,universal:(h=f.universal)!=null&&h.load?{type:"data",data:s,uses:c}:null,data:s??(o==null?void 0:o.data)??null,slash:((g=f.universal)==null?void 0:g.trailingSlash)??(o==null?void 0:o.slash)}}function Ne(e,n,t,a,r,o){if(ve)return!0;if(!r)return!1;if(r.parent&&e||r.route&&n||r.url&&t)return!0;for(const s of r.search_params)if(a.has(s))return!0;for(const s of r.params)if(o[s]!==w.params[s])return!0;for(const s of r.dependencies)if(Be.some(i=>i(new URL(s))))return!0;return!1}function ke(e,n){return(e==null?void 0:e.type)==="data"?e:(e==null?void 0:e.type)==="skip"?n??null:null}function qt(e,n){if(!e)return new Set(n.searchParams.keys());const t=new Set([...e.searchParams.keys(),...n.searchParams.keys()]);for(const a of t){const r=e.searchParams.getAll(a),o=n.searchParams.getAll(a);r.every(s=>o.includes(s))&&o.every(s=>r.includes(s))&&t.delete(a)}return t}function Oe({error:e,url:n,route:t,params:a}){return{type:"loaded",state:{error:e,url:n,route:t,params:a,branch:[]},props:{page:I,constructors:[]}}}async function Ze({id:e,invalidating:n,url:t,params:a,route:r,preload:o}){if((R==null?void 0:R.id)===e)return G.delete(R.token),R.promise;const{errors:s,layouts:i,leaf:c}=r,f=[...i,c];s.forEach(p=>p==null?void 0:p().catch(()=>{})),f.forEach(p=>p==null?void 0:p[1]().catch(()=>{}));let u=null;const h=w.url?e!==w.url.pathname+w.url.search:!1,g=w.route?r.id!==w.route.id:!1,d=qt(w.url,t);let _=!1;const l=f.map((p,v)=>{var x;const E=w.branch[v],k=!!(p!=null&&p[0])&&((E==null?void 0:E.loader)!==p[1]||Ne(_,g,h,d,(x=E.server)==null?void 0:x.uses,a));return k&&(_=!0),k});if(l.some(Boolean)){try{u=await nt(t,l)}catch(p){const v=await $(p,{url:t,params:a,route:{id:e}});return G.has(o)?Oe({error:v,url:t,params:a,route:r}):oe({status:J(p),error:v,url:t,route:r})}if(u.type==="redirect")return u}const m=u==null?void 0:u.nodes;let b=!1;const A=f.map(async(p,v)=>{var ie;if(!p)return;const E=w.branch[v],k=m==null?void 0:m[v];if((!k||k.type==="skip")&&p[1]===(E==null?void 0:E.loader)&&!Ne(b,g,h,d,(ie=E.universal)==null?void 0:ie.uses,a))return E;if(b=!0,(k==null?void 0:k.type)==="error")throw k;return Ee({loader:p[1],url:t,params:a,route:r,parent:async()=>{var Re;const Ae={};for(let se=0;se{});const y=[];for(let p=0;pPromise.resolve({}),server_data_node:ke(o)}),c={node:await X(),loader:X,universal:null,server:null,data:null};return await te({url:t,params:r,branch:[i,c],status:e,error:n,route:null})}function Se(e,n){if(!e||ae(e,P))return;let t;try{t=V.hooks.reroute({url:new URL(e)})??e.pathname}catch{return}const a=Qe(t);for(const r of re){const o=r.exec(a);if(o)return{id:e.pathname+e.search,invalidating:n,route:r,params:lt(o),url:e}}}function Qe(e){return ct(e.slice(P.length)||"/")}function et({url:e,type:n,intent:t,delta:a}){let r=!1;const o=rt(w,t,e,n);a!==void 0&&(o.navigation.delta=a);const s={...o.navigation,cancel:()=>{r=!0,o.reject(new Error("navigation cancelled"))}};return B||Ke.forEach(i=>i(s)),r?null:o}async function Y({type:e,url:n,popped:t,keepfocus:a,noscroll:r,replace_state:o,state:s={},redirect_count:i=0,nav_token:c={},accept:f=Ue,block:u=Ue}){const h=Se(n,!1),g=et({url:n,type:e,delta:t==null?void 0:t.delta,intent:h});if(!g){u();return}const d=S,_=L;f(),B=!0,Q&&T.navigating.set(g.navigation),ee=c;let l=h&&await Ze(h);if(!l){if(ae(n,P))return await C(n);l=await tt(n,{id:null},await $(new ge(404,"Not Found",`Not found: ${n.pathname}`),{url:n,params:{},route:{id:null}}),404)}if(n=(h==null?void 0:h.url)||n,ee!==c)return g.reject(new Error("navigation aborted")),!1;if(l.type==="redirect")if(i>=20)l=await oe({status:500,error:await $(new Error("Redirect loop"),{url:n,params:{},route:{id:null}}),url:n,route:{id:null}});else return Je(new URL(l.location,n).href,{},i+1,c),!1;else l.props.page.status>=400&&await T.updated.check()&&await C(n);if(Gt(),we(d),We(_),l.props.page.url.pathname!==n.pathname&&(n.pathname=l.props.page.url.pathname),s=t?t.state:s,!t){const y=o?0:1,p={[D]:S+=y,[H]:L+=y,[Fe]:s};(o?history.replaceState:history.pushState).call(history,p,"",n),o||Ft(S,L)}if(R=null,l.props.page.state=s,Q){w=l.state,l.props.page&&(l.props.page.url=n);const y=(await Promise.all(Mt.map(p=>p(g.navigation)))).filter(p=>typeof p=="function");if(y.length>0){let p=function(){j=j.filter(v=>!y.includes(v))};y.push(p),j.push(...y)}be.$set(l.props),Ye=!0}else Xe(l,he,!1);const{activeElement:m}=document;await ot();const b=t?t.scroll:r?_e():null;if(Te){const y=n.hash&&document.getElementById(decodeURIComponent(n.hash.slice(1)));b?scrollTo(b.x,b.y):y?y.scrollIntoView():scrollTo(0,0)}const A=document.activeElement!==m&&document.activeElement!==document.body;!a&&!A&&Jt(),Te=!0,l.props.page&&(I=l.props.page),B=!1,e==="popstate"&&ze(L),g.fulfil(void 0),j.forEach(y=>y(g.navigation)),T.navigating.set(null)}async function tt(e,n,t,a){return e.origin===K&&e.pathname===location.pathname&&!ye?await oe({status:a,error:t,url:e,route:n}):await C(e)}function Kt(){let e;U.addEventListener("mousemove",o=>{const s=o.target;clearTimeout(e),e=setTimeout(()=>{a(s,2)},20)});function n(o){a(o.composedPath()[0],1)}U.addEventListener("mousedown",n),U.addEventListener("touchstart",n,{passive:!0});const t=new IntersectionObserver(o=>{for(const s of o)s.isIntersecting&&(fe(s.target.href),t.unobserve(s.target))},{threshold:0});function a(o,s){const i=He(o,U);if(!i)return;const{url:c,external:f,download:u}=ue(i,P);if(f||u)return;const h=z(i);if(!h.reload)if(s<=h.preload_data){const g=Se(c,!1);g&&Ht(g)}else s<=h.preload_code&&fe(c.pathname)}function r(){t.disconnect();for(const o of U.querySelectorAll("a")){const{url:s,external:i,download:c}=ue(o,P);if(i||c)continue;const f=z(o);f.reload||(f.preload_code===W.viewport&&t.observe(o),f.preload_code===W.eager&&fe(s.pathname))}}j.push(r),r()}function $(e,n){if(e instanceof ne)return e.body;const t=J(e),a=Vt(e);return V.hooks.handleError({error:e,event:n,status:t,message:a})??{message:a}}function Yt(e,n={}){return e=Me(e),e.origin!==K?Promise.reject(new Error("goto: invalid URL")):Je(e,n,0)}function Wt(){var n;history.scrollRestoration="manual",addEventListener("beforeunload",t=>{let a=!1;if(xe(),!B){const r=rt(w,void 0,null,"leave"),o={...r.navigation,cancel:()=>{a=!0,r.reject(new Error("navigation cancelled"))}};Ke.forEach(s=>s(o))}a?(t.preventDefault(),t.returnValue=""):history.scrollRestoration="auto"}),addEventListener("visibilitychange",()=>{document.visibilityState==="hidden"&&xe()}),(n=navigator.connection)!=null&&n.saveData||Kt(),U.addEventListener("click",t=>{var g;if(t.button||t.which!==1||t.metaKey||t.ctrlKey||t.shiftKey||t.altKey||t.defaultPrevented)return;const a=He(t.composedPath()[0],U);if(!a)return;const{url:r,external:o,target:s,download:i}=ue(a,P);if(!r)return;if(s==="_parent"||s==="_top"){if(window.parent!==window)return}else if(s&&s!=="_self")return;const c=z(a);if(!(a instanceof SVGAElement)&&r.protocol!==location.protocol&&!(r.protocol==="https:"||r.protocol==="http:")||i)return;if(o||c.reload){et({url:r,type:"link"})?B=!0:t.preventDefault();return}const[u,h]=r.href.split("#");if(h!==void 0&&u===ce(location)){const[,d]=w.url.href.split("#");if(d===h){t.preventDefault(),h===""||h==="top"&&a.ownerDocument.getElementById("top")===null?window.scrollTo({top:0}):(g=a.ownerDocument.getElementById(h))==null||g.scrollIntoView();return}if(F=!0,we(S),e(r),!c.replace_state)return;F=!1}t.preventDefault(),Y({type:"link",url:r,keepfocus:c.keepfocus,noscroll:c.noscroll,replace_state:c.replace_state??r.href===location.href})}),U.addEventListener("submit",t=>{if(t.defaultPrevented)return;const a=HTMLFormElement.prototype.cloneNode.call(t.target),r=t.submitter;if(((r==null?void 0:r.formMethod)||a.method)!=="get")return;const s=new URL((r==null?void 0:r.hasAttribute("formaction"))&&(r==null?void 0:r.formAction)||a.action);if(ae(s,P))return;const i=t.target,c=z(i);if(c.reload)return;t.preventDefault(),t.stopPropagation();const f=new FormData(i),u=r==null?void 0:r.getAttribute("name");u&&f.append(u,(r==null?void 0:r.getAttribute("value"))??""),s.search=new URLSearchParams(f).toString(),Y({type:"form",url:s,keepfocus:c.keepfocus,noscroll:c.noscroll,replace_state:c.replace_state??s.href===location.href})}),addEventListener("popstate",async t=>{var a;if((a=t.state)!=null&&a[D]){const r=t.state[D];if(ee={},r===S)return;const o=N[r],s=t.state[Fe]??{},i=new URL(t.state[Rt]??location.href),c=t.state[H],f=ce(location)===ce(w.url);if(c===L&&(Ye||f)){e(i),N[S]=_e(),o&&scrollTo(o.x,o.y),s!==I.state&&(I={...I,state:s},be.$set({page:I})),S=r;return}const h=r-S;await Y({type:"popstate",url:i,popped:{state:s,scroll:o,delta:h},accept:()=>{S=r,L=c},block:()=>{history.go(-h)},nav_token:ee})}else if(!F){const r=new URL(location.href);e(r)}}),addEventListener("hashchange",()=>{F&&(F=!1,history.replaceState({...history.state,[D]:++S,[H]:L},"",location.href))});for(const t of document.querySelectorAll("link"))t.rel==="icon"&&(t.href=t.href);addEventListener("pageshow",t=>{t.persisted&&T.navigating.set(null)});function e(t){w.url=t,T.page.set({...I,url:t}),T.page.notify()}}async function zt(e,{status:n=200,error:t,node_ids:a,params:r,route:o,data:s,form:i}){ye=!0;const c=new URL(location.href);({params:r={},route:o={id:null}}=Se(c,!1)||{});let f;try{const u=a.map(async(d,_)=>{const l=s[_];return l!=null&&l.uses&&(l.uses=at(l.uses)),Ee({loader:V.nodes[d],url:c,params:r,route:o,parent:async()=>{const m={};for(let b=0;b<_;b+=1)Object.assign(m,(await u[b]).data);return m},server_data_node:ke(l)})}),h=await Promise.all(u),g=re.find(({id:d})=>d===o.id);if(g){const d=g.layouts;for(let _=0;_o?"1":"0").join(""));const a=await De(t.href);if(!a.ok){let o;throw(r=a.headers.get("content-type"))!=null&&r.includes("application/json")?o=await a.json():a.status===404?o="Not Found":a.status===500&&(o="Internal Error"),new ne(a.status,o)}return new Promise(async o=>{var h;const s=new Map,i=a.body.getReader(),c=new TextDecoder;function f(g){return Ot(g,{Promise:d=>new Promise((_,l)=>{s.set(d,{fulfil:_,reject:l})})})}let u="";for(;;){const{done:g,value:d}=await i.read();if(g&&!u)break;for(u+=!d&&u?` `:c.decode(d,{stream:!0});;){const _=u.indexOf(` `);if(_===-1)break;const l=JSON.parse(u.slice(0,_));if(u=u.slice(_+1),l.type==="redirect")return o(l);if(l.type==="data")(h=l.nodes)==null||h.forEach(m=>{(m==null?void 0:m.type)==="data"&&(m.uses=at(m.uses),m.data=f(m.data))}),o(l);else if(l.type==="chunk"){const{id:m,data:b,error:A}=l,y=s.get(m);s.delete(m),A?y.reject(f(A)):y.fulfil(f(b))}}}})}function at(e){return{dependencies:new Set((e==null?void 0:e.dependencies)??[]),params:new Set((e==null?void 0:e.params)??[]),parent:!!(e!=null&&e.parent),route:!!(e!=null&&e.route),url:!!(e!=null&&e.url),search_params:new Set((e==null?void 0:e.search_params)??[])}}function Jt(){const e=document.querySelector("[autofocus]");if(e)e.focus();else{const n=document.body,t=n.getAttribute("tabindex");n.tabIndex=-1,n.focus({preventScroll:!0,focusVisible:!1}),t!==null?n.setAttribute("tabindex",t):n.removeAttribute("tabindex");const a=getSelection();if(a&&a.type!=="None"){const r=[];for(let o=0;o{if(a.rangeCount===r.length){for(let o=0;o{r=u,o=h});return s.catch(()=>{}),{navigation:{from:{params:e.params,route:{id:((c=e.route)==null?void 0:c.id)??null},url:e.url},to:t&&{params:(n==null?void 0:n.params)??null,route:{id:((f=n==null?void 0:n.route)==null?void 0:f.id)??null},url:t},willUnload:!n,type:a,complete:s},fulfil:r,reject:o}}export{en as a,T as s}; diff --git a/public/docs/_app/immutable/chunks/index.B3J8KsPS.js b/public/docs/_app/immutable/chunks/index.X_9yf3oX.js similarity index 61% rename from public/docs/_app/immutable/chunks/index.B3J8KsPS.js rename to public/docs/_app/immutable/chunks/index.X_9yf3oX.js index a144728..2c34dc9 100644 --- a/public/docs/_app/immutable/chunks/index.B3J8KsPS.js +++ b/public/docs/_app/immutable/chunks/index.X_9yf3oX.js @@ -1 +1 @@ -import{H as e,R as o}from"./control.N0296igh.js";function i(r,t){throw new e(r,t)}function c(r,t){throw new o(r,t.toString())}new TextEncoder;export{i as e,c as r}; +import{H as e,R as o}from"./control.e7CDtKCx.js";function i(r,t){throw new e(r,t)}function c(r,t){throw new o(r,t.toString())}new TextEncoder;export{i as e,c as r}; diff --git a/public/docs/_app/immutable/chunks/pages.BCP16mL4.js b/public/docs/_app/immutable/chunks/pages.CcTkWsNO.js similarity index 96% rename from public/docs/_app/immutable/chunks/pages.BCP16mL4.js rename to public/docs/_app/immutable/chunks/pages.CcTkWsNO.js index 5c92f4b..0f3cbfe 100644 --- a/public/docs/_app/immutable/chunks/pages.BCP16mL4.js +++ b/public/docs/_app/immutable/chunks/pages.CcTkWsNO.js @@ -1,4 +1,4 @@ -var WD=Object.defineProperty;var QD=(r,t,n)=>t in r?WD(r,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):r[t]=n;var Fe=(r,t,n)=>(QD(r,typeof t!="symbol"?t+"":t,n),n),zD=(r,t,n)=>{if(!t.has(r))throw TypeError("Cannot "+n)};var uu=(r,t,n)=>{if(t.has(r))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(r):t.set(r,n)};var us=(r,t,n)=>(zD(r,t,"access private method"),n);import{S as Le,i as Re,t as ee,b as oe,g as In,e as Nn,c as jn,a as ar,m as qn,d as Yn}from"./index.CMSEJhCx.js";import{s as Ne,q as et,l as _e,d as J,E as Zt,v as of,e as ke,f as Ce,g as Ve,ad as Es,F as Kt,G as en,H as tn,a2 as ai,I as vc,t as wu,j as Iu,o as Nu,n as He,k as ht,m as wn,b as bu,c as xu,ah as HD,ai as JD,ak as Tc,K as XD}from"./scheduler.Eaj42bxH.js";import{b as ZD}from"./control.N0296igh.js";function an(r){return(r==null?void 0:r.length)!==void 0?r:Array.from(r)}function uf(r,t){const n={},s={},o={$$scope:1};let a=r.length;for(;a--;){const l=r[a],f=t[a];if(f){for(const h in l)h in f||(s[h]=1);for(const h in f)o[h]||(n[h]=f[h],o[h]=1);r[a]=f}else for(const h in l)o[h]=1}for(const l in s)l in n||(n[l]=void 0);return n}function Fy(r){return typeof r=="object"&&r!==null?r:{}}function gu(...r){return"/"+r.flatMap(t=>t.split("/")).filter(t=>!!t).join("/")}function mu(r){return r.startsWith("/")||r.startsWith("#")}function af(r,t){return t.slug(r).replace(/--+/g,"-")}function au(r){let t,n;const s=r[5].default,o=Zt(s,r,r[4],null);let a=[{id:r[1]}],l={};for(let f=0;f{"token"in E&&n(0,a=E.token),"options"in E&&n(2,l=E.options),"$$scope"in E&&n(4,o=E.$$scope)},r.$$.update=()=>{r.$$.dirty&5&&n(1,h=af(a.text,l.slugger))},[a,h,l,f,o,s]}class t_ extends Le{constructor(t){super(),Re(this,t,e_,KD,Ne,{token:0,options:2,renderers:3})}get renderers(){return this.$$.ctx[3]}}function n_(r){let t,n;const s=r[4].default,o=Zt(s,r,r[3],null);return{c(){t=ke("blockquote"),o&&o.c()},l(a){t=Ce(a,"BLOCKQUOTE",{});var l=Ve(t);o&&o.l(l),l.forEach(J)},m(a,l){_e(a,t,l),o&&o.m(t,null),n=!0},p(a,[l]){o&&o.p&&(!n||l&8)&&Kt(o,s,a,a[3],n?tn(s,a[3],l,null):en(a[3]),null)},i(a){n||(ee(o,a),n=!0)},o(a){oe(o,a),n=!1},d(a){a&&J(t),o&&o.d(a)}}}function r_(r,t,n){let{$$slots:s={},$$scope:o}=t;const a=void 0,l=void 0,f=void 0;return r.$$set=h=>{"$$scope"in h&&n(3,o=h.$$scope)},[a,l,f,o,s]}class i_ extends Le{constructor(t){super(),Re(this,t,r_,n_,Ne,{token:0,options:1,renderers:2})}get token(){return this.$$.ctx[0]}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function yc(r,t,n){const s=r.slice();return s[3]=t[n],s}function Ac(r){let t,n,s=an(r[0]),o=[];for(let l=0;loe(o[l],1,1,()=>{o[l]=null});return{c(){for(let l=0;l{s=null}),Nn())},i(o){n||(ee(s),n=!0)},o(o){oe(s),n=!1},d(o){o&&J(t),s&&s.d(o)}}}function o_(r,t,n){let{tokens:s}=t,{renderers:o}=t,{options:a}=t;return r.$$set=l=>{"tokens"in l&&n(0,s=l.tokens),"renderers"in l&&n(1,o=l.renderers),"options"in l&&n(2,a=l.options)},[s,o,a]}class Is extends Le{constructor(t){super(),Re(this,t,o_,s_,Ne,{tokens:0,renderers:1,options:2})}}function wc(r){let t,n,s;var o=r[1][r[0].type];function a(l,f){return{props:{token:l[0],options:l[2],renderers:l[1],$$slots:{default:[l_]},$$scope:{ctx:l}}}}return o&&(t=vc(o,a(r))),{c(){t&&jn(t.$$.fragment),n=et()},l(l){t&&ar(t.$$.fragment,l),n=et()},m(l,f){t&&qn(t,l,f),_e(l,n,f),s=!0},p(l,f){if(f&3&&o!==(o=l[1][l[0].type])){if(t){In();const h=t;oe(h.$$.fragment,1,0,()=>{Yn(h,1)}),Nn()}o?(t=vc(o,a(l)),jn(t.$$.fragment),ee(t.$$.fragment,1),qn(t,n.parentNode,n)):t=null}else if(o){const h={};f&1&&(h.token=l[0]),f&4&&(h.options=l[2]),f&2&&(h.renderers=l[1]),f&15&&(h.$$scope={dirty:f,ctx:l}),t.$set(h)}},i(l){s||(t&&ee(t.$$.fragment,l),s=!0)},o(l){t&&oe(t.$$.fragment,l),s=!1},d(l){l&&J(n),t&&Yn(t,l)}}}function u_(r){let t=r[0].raw+"",n;return{c(){n=wu(t)},l(s){n=Iu(s,t)},m(s,o){_e(s,n,o)},p(s,o){o&1&&t!==(t=s[0].raw+"")&&Nu(n,t)},i:He,o:He,d(s){s&&J(n)}}}function a_(r){let t,n;return t=new Is({props:{tokens:r[0].tokens,renderers:r[1],options:r[2]}}),{c(){jn(t.$$.fragment)},l(s){ar(t.$$.fragment,s)},m(s,o){qn(t,s,o),n=!0},p(s,o){const a={};o&1&&(a.tokens=s[0].tokens),o&2&&(a.renderers=s[1]),o&4&&(a.options=s[2]),t.$set(a)},i(s){n||(ee(t.$$.fragment,s),n=!0)},o(s){oe(t.$$.fragment,s),n=!1},d(s){Yn(t,s)}}}function l_(r){let t,n,s,o;const a=[a_,u_],l=[];function f(h,E){return"tokens"in h[0]&&h[0].tokens?0:1}return t=f(r),n=l[t]=a[t](r),{c(){n.c(),s=et()},l(h){n.l(h),s=et()},m(h,E){l[t].m(h,E),_e(h,s,E),o=!0},p(h,E){let D=t;t=f(h),t===D?l[t].p(h,E):(In(),oe(l[D],1,1,()=>{l[D]=null}),Nn(),n=l[t],n?n.p(h,E):(n=l[t]=a[t](h),n.c()),ee(n,1),n.m(s.parentNode,s))},i(h){o||(ee(n),o=!0)},o(h){oe(n),o=!1},d(h){h&&J(s),l[t].d(h)}}}function c_(r){let t,n,s=r[1][r[0].type]&&wc(r);return{c(){s&&s.c(),t=et()},l(o){s&&s.l(o),t=et()},m(o,a){s&&s.m(o,a),_e(o,t,a),n=!0},p(o,[a]){o[1][o[0].type]?s?(s.p(o,a),a&3&&ee(s,1)):(s=wc(o),s.c(),ee(s,1),s.m(t.parentNode,t)):s&&(In(),oe(s,1,1,()=>{s=null}),Nn())},i(o){n||(ee(s),n=!0)},o(o){oe(s),n=!1},d(o){o&&J(t),s&&s.d(o)}}}function f_(r,t,n){let{token:s}=t,{renderers:o}=t,{options:a}=t;return r.$$set=l=>{"token"in l&&n(0,s=l.token),"renderers"in l&&n(1,o=l.renderers),"options"in l&&n(2,a=l.options)},[s,o,a]}class lf extends Le{constructor(t){super(),Re(this,t,f_,c_,Ne,{token:0,renderers:1,options:2})}}function Ic(r,t,n){const s=r.slice();return s[4]=t[n],s}function Nc(r){let t,n;return t=new lf({props:{token:{...r[4]},options:r[1],renderers:r[2]}}),{c(){jn(t.$$.fragment)},l(s){ar(t.$$.fragment,s)},m(s,o){qn(t,s,o),n=!0},p(s,o){const a={};o&1&&(a.token={...s[4]}),o&2&&(a.options=s[1]),o&4&&(a.renderers=s[2]),t.$set(a)},i(s){n||(ee(t.$$.fragment,s),n=!0)},o(s){oe(t.$$.fragment,s),n=!1},d(s){Yn(t,s)}}}function lu(r){let t,n,s,o=an(r[0].items),a=[];for(let E=0;Eoe(a[E],1,1,()=>{a[E]=null});let f=[{start:n=r[0].start||1}],h={};for(let E=0;E{"token"in f&&n(0,s=f.token),"options"in f&&n(1,o=f.options),"renderers"in f&&n(2,a=f.renderers)},r.$$.update=()=>{r.$$.dirty&1&&n(3,l=s.ordered?"ol":"ul")},[s,o,a,l]}class d_ extends Le{constructor(t){super(),Re(this,t,h_,p_,Ne,{token:0,options:1,renderers:2})}}function g_(r){let t,n;const s=r[4].default,o=Zt(s,r,r[3],null);return{c(){t=ke("li"),o&&o.c()},l(a){t=Ce(a,"LI",{});var l=Ve(t);o&&o.l(l),l.forEach(J)},m(a,l){_e(a,t,l),o&&o.m(t,null),n=!0},p(a,[l]){o&&o.p&&(!n||l&8)&&Kt(o,s,a,a[3],n?tn(s,a[3],l,null):en(a[3]),null)},i(a){n||(ee(o,a),n=!0)},o(a){oe(o,a),n=!1},d(a){a&&J(t),o&&o.d(a)}}}function m_(r,t,n){let{$$slots:s={},$$scope:o}=t;const a=void 0,l=void 0,f=void 0;return r.$$set=h=>{"$$scope"in h&&n(3,o=h.$$scope)},[a,l,f,o,s]}class E_ extends Le{constructor(t){super(),Re(this,t,m_,g_,Ne,{token:0,options:1,renderers:2})}get token(){return this.$$.ctx[0]}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function D_(r){let t;return{c(){t=ke("br")},l(n){t=Ce(n,"BR",{})},m(n,s){_e(n,t,s)},p:He,i:He,o:He,d(n){n&&J(t)}}}function __(r,t,n){return[void 0,void 0,void 0]}class v_ extends Le{constructor(t){super(),Re(this,t,__,D_,Ne,{token:0,options:1,renderers:2})}get token(){return this.$$.ctx[0]}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function T_(r){let t,n,s=r[0].text+"",o,a;return{c(){t=ke("pre"),n=ke("code"),o=wu(s),this.h()},l(l){t=Ce(l,"PRE",{});var f=Ve(t);n=Ce(f,"CODE",{class:!0});var h=Ve(n);o=Iu(h,s),h.forEach(J),f.forEach(J),this.h()},h(){ht(n,"class",a=`lang-${r[0].lang}`)},m(l,f){_e(l,t,f),wn(t,n),wn(n,o)},p(l,[f]){f&1&&s!==(s=l[0].text+"")&&Nu(o,s),f&1&&a!==(a=`lang-${l[0].lang}`)&&ht(n,"class",a)},i:He,o:He,d(l){l&&J(t)}}}function y_(r,t,n){let{token:s}=t;const o=void 0,a=void 0;return r.$$set=l=>{"token"in l&&n(0,s=l.token)},[s,o,a]}class A_ extends Le{constructor(t){super(),Re(this,t,y_,T_,Ne,{token:0,options:1,renderers:2})}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function F_(r){let t,n=r[0].raw.slice(1,r[0].raw.length-1)+"",s;return{c(){t=ke("code"),s=wu(n)},l(o){t=Ce(o,"CODE",{});var a=Ve(t);s=Iu(a,n),a.forEach(J)},m(o,a){_e(o,t,a),wn(t,s)},p(o,[a]){a&1&&n!==(n=o[0].raw.slice(1,o[0].raw.length-1)+"")&&Nu(s,n)},i:He,o:He,d(o){o&&J(t)}}}function w_(r,t,n){let{token:s}=t;const o=void 0,a=void 0;return r.$$set=l=>{"token"in l&&n(0,s=l.token)},[s,o,a]}class I_ extends Le{constructor(t){super(),Re(this,t,w_,F_,Ne,{token:0,options:1,renderers:2})}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function bc(r,t,n){const s=r.slice();return s[3]=t[n],s}function xc(r,t,n){const s=r.slice();return s[6]=t[n],s}function kc(r,t,n){const s=r.slice();return s[9]=t[n],s}function Cc(r){let t,n,s,o;return n=new Is({props:{tokens:r[9].tokens,options:r[1],renderers:r[2]}}),{c(){t=ke("th"),jn(n.$$.fragment),s=bu(),this.h()},l(a){t=Ce(a,"TH",{scope:!0});var l=Ve(t);ar(n.$$.fragment,l),s=xu(l),l.forEach(J),this.h()},h(){ht(t,"scope","col")},m(a,l){_e(a,t,l),qn(n,t,null),wn(t,s),o=!0},p(a,l){const f={};l&1&&(f.tokens=a[9].tokens),l&2&&(f.options=a[1]),l&4&&(f.renderers=a[2]),n.$set(f)},i(a){o||(ee(n.$$.fragment,a),o=!0)},o(a){oe(n.$$.fragment,a),o=!1},d(a){a&&J(t),Yn(n)}}}function Oc(r){let t,n,s;return n=new Is({props:{tokens:r[6].tokens,options:r[1],renderers:r[2]}}),{c(){t=ke("td"),jn(n.$$.fragment)},l(o){t=Ce(o,"TD",{});var a=Ve(t);ar(n.$$.fragment,a),a.forEach(J)},m(o,a){_e(o,t,a),qn(n,t,null),s=!0},p(o,a){const l={};a&1&&(l.tokens=o[6].tokens),a&2&&(l.options=o[1]),a&4&&(l.renderers=o[2]),n.$set(l)},i(o){s||(ee(n.$$.fragment,o),s=!0)},o(o){oe(n.$$.fragment,o),s=!1},d(o){o&&J(t),Yn(n)}}}function Sc(r){let t,n,s,o=an(r[3]),a=[];for(let f=0;foe(a[f],1,1,()=>{a[f]=null});return{c(){t=ke("tr");for(let f=0;foe(h[C],1,1,()=>{h[C]=null});let D=an(r[0].rows),T=[];for(let C=0;Coe(T[C],1,1,()=>{T[C]=null});return{c(){t=ke("table"),n=ke("thead"),s=ke("tr");for(let C=0;C{"token"in l&&n(0,s=l.token),"options"in l&&n(1,o=l.options),"renderers"in l&&n(2,a=l.renderers)},[s,o,a]}class x_ extends Le{constructor(t){super(),Re(this,t,b_,N_,Ne,{token:0,options:1,renderers:2})}}function k_(r){let t,n=r[0].text+"",s;return{c(){t=new HD(!1),s=et(),this.h()},l(o){t=JD(o,!1),s=et(),this.h()},h(){t.a=s},m(o,a){t.m(n,o,a),_e(o,s,a)},p(o,[a]){a&1&&n!==(n=o[0].text+"")&&t.p(n)},i:He,o:He,d(o){o&&(J(s),t.d())}}}function C_(r,t,n){let{token:s}=t;const o=void 0,a=void 0;return r.$$set=l=>{"token"in l&&n(0,s=l.token)},[s,o,a]}class O_ extends Le{constructor(t){super(),Re(this,t,C_,k_,Ne,{token:0,options:1,renderers:2})}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function S_(r){let t,n;const s=r[4].default,o=Zt(s,r,r[3],null);return{c(){t=ke("p"),o&&o.c()},l(a){t=Ce(a,"P",{});var l=Ve(t);o&&o.l(l),l.forEach(J)},m(a,l){_e(a,t,l),o&&o.m(t,null),n=!0},p(a,[l]){o&&o.p&&(!n||l&8)&&Kt(o,s,a,a[3],n?tn(s,a[3],l,null):en(a[3]),null)},i(a){n||(ee(o,a),n=!0)},o(a){oe(o,a),n=!1},d(a){a&&J(t),o&&o.d(a)}}}function L_(r,t,n){let{$$slots:s={},$$scope:o}=t;const a=void 0,l=void 0,f=void 0;return r.$$set=h=>{"$$scope"in h&&n(3,o=h.$$scope)},[a,l,f,o,s]}class R_ extends Le{constructor(t){super(),Re(this,t,L_,S_,Ne,{token:0,options:1,renderers:2})}get token(){return this.$$.ctx[0]}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function B_(r){let t,n,s,o;const a=r[4].default,l=Zt(a,r,r[3],null);return{c(){t=ke("a"),l&&l.c(),this.h()},l(f){t=Ce(f,"A",{href:!0,title:!0});var h=Ve(t);l&&l.l(h),h.forEach(J),this.h()},h(){ht(t,"href",n=mu(r[0].href)?gu(r[1].baseUrl,r[0].href):r[0].href),ht(t,"title",s=r[0].title)},m(f,h){_e(f,t,h),l&&l.m(t,null),o=!0},p(f,[h]){l&&l.p&&(!o||h&8)&&Kt(l,a,f,f[3],o?tn(a,f[3],h,null):en(f[3]),null),(!o||h&3&&n!==(n=mu(f[0].href)?gu(f[1].baseUrl,f[0].href):f[0].href))&&ht(t,"href",n),(!o||h&1&&s!==(s=f[0].title))&&ht(t,"title",s)},i(f){o||(ee(l,f),o=!0)},o(f){oe(l,f),o=!1},d(f){f&&J(t),l&&l.d(f)}}}function $_(r,t,n){let{$$slots:s={},$$scope:o}=t,{token:a}=t,{options:l}=t;const f=void 0;return r.$$set=h=>{"token"in h&&n(0,a=h.token),"options"in h&&n(1,l=h.options),"$$scope"in h&&n(3,o=h.$$scope)},[a,l,f,o,s]}class M_ extends Le{constructor(t){super(),Re(this,t,$_,B_,Ne,{token:0,options:1,renderers:2})}get renderers(){return this.$$.ctx[2]}}function P_(r){let t;const n=r[4].default,s=Zt(n,r,r[3],null);return{c(){s&&s.c()},l(o){s&&s.l(o)},m(o,a){s&&s.m(o,a),t=!0},p(o,[a]){s&&s.p&&(!t||a&8)&&Kt(s,n,o,o[3],t?tn(n,o[3],a,null):en(o[3]),null)},i(o){t||(ee(s,o),t=!0)},o(o){oe(s,o),t=!1},d(o){s&&s.d(o)}}}function U_(r,t,n){let{$$slots:s={},$$scope:o}=t;const a=void 0,l=void 0,f=void 0;return r.$$set=h=>{"$$scope"in h&&n(3,o=h.$$scope)},[a,l,f,o,s]}class G_ extends Le{constructor(t){super(),Re(this,t,U_,P_,Ne,{token:0,options:1,renderers:2})}get token(){return this.$$.ctx[0]}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function V_(r){let t,n;const s=r[4].default,o=Zt(s,r,r[3],null);return{c(){t=ke("dfn"),o&&o.c()},l(a){t=Ce(a,"DFN",{});var l=Ve(t);o&&o.l(l),l.forEach(J)},m(a,l){_e(a,t,l),o&&o.m(t,null),n=!0},p(a,[l]){o&&o.p&&(!n||l&8)&&Kt(o,s,a,a[3],n?tn(s,a[3],l,null):en(a[3]),null)},i(a){n||(ee(o,a),n=!0)},o(a){oe(o,a),n=!1},d(a){a&&J(t),o&&o.d(a)}}}function j_(r,t,n){let{$$slots:s={},$$scope:o}=t;const a=void 0,l=void 0,f=void 0;return r.$$set=h=>{"$$scope"in h&&n(3,o=h.$$scope)},[a,l,f,o,s]}class q_ extends Le{constructor(t){super(),Re(this,t,j_,V_,Ne,{token:0,options:1,renderers:2})}get token(){return this.$$.ctx[0]}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function Y_(r){let t,n;const s=r[4].default,o=Zt(s,r,r[3],null);return{c(){t=ke("del"),o&&o.c()},l(a){t=Ce(a,"DEL",{});var l=Ve(t);o&&o.l(l),l.forEach(J)},m(a,l){_e(a,t,l),o&&o.m(t,null),n=!0},p(a,[l]){o&&o.p&&(!n||l&8)&&Kt(o,s,a,a[3],n?tn(s,a[3],l,null):en(a[3]),null)},i(a){n||(ee(o,a),n=!0)},o(a){oe(o,a),n=!1},d(a){a&&J(t),o&&o.d(a)}}}function W_(r,t,n){let{$$slots:s={},$$scope:o}=t;const a=void 0,l=void 0,f=void 0;return r.$$set=h=>{"$$scope"in h&&n(3,o=h.$$scope)},[a,l,f,o,s]}class Q_ extends Le{constructor(t){super(),Re(this,t,W_,Y_,Ne,{token:0,options:1,renderers:2})}get token(){return this.$$.ctx[0]}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function z_(r){let t,n;const s=r[4].default,o=Zt(s,r,r[3],null);return{c(){t=ke("em"),o&&o.c()},l(a){t=Ce(a,"EM",{});var l=Ve(t);o&&o.l(l),l.forEach(J)},m(a,l){_e(a,t,l),o&&o.m(t,null),n=!0},p(a,[l]){o&&o.p&&(!n||l&8)&&Kt(o,s,a,a[3],n?tn(s,a[3],l,null):en(a[3]),null)},i(a){n||(ee(o,a),n=!0)},o(a){oe(o,a),n=!1},d(a){a&&J(t),o&&o.d(a)}}}function H_(r,t,n){let{$$slots:s={},$$scope:o}=t;const a=void 0,l=void 0,f=void 0;return r.$$set=h=>{"$$scope"in h&&n(3,o=h.$$scope)},[a,l,f,o,s]}class J_ extends Le{constructor(t){super(),Re(this,t,H_,z_,Ne,{token:0,options:1,renderers:2})}get token(){return this.$$.ctx[0]}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function X_(r){let t;return{c(){t=ke("hr")},l(n){t=Ce(n,"HR",{})},m(n,s){_e(n,t,s)},p:He,i:He,o:He,d(n){n&&J(t)}}}function Z_(r,t,n){return[void 0,void 0,void 0]}class K_ extends Le{constructor(t){super(),Re(this,t,Z_,X_,Ne,{token:0,options:1,renderers:2})}get token(){return this.$$.ctx[0]}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function ev(r){let t,n;const s=r[4].default,o=Zt(s,r,r[3],null);return{c(){t=ke("strong"),o&&o.c()},l(a){t=Ce(a,"STRONG",{});var l=Ve(t);o&&o.l(l),l.forEach(J)},m(a,l){_e(a,t,l),o&&o.m(t,null),n=!0},p(a,[l]){o&&o.p&&(!n||l&8)&&Kt(o,s,a,a[3],n?tn(s,a[3],l,null):en(a[3]),null)},i(a){n||(ee(o,a),n=!0)},o(a){oe(o,a),n=!1},d(a){a&&J(t),o&&o.d(a)}}}function tv(r,t,n){let{$$slots:s={},$$scope:o}=t;const a=void 0,l=void 0,f=void 0;return r.$$set=h=>{"$$scope"in h&&n(3,o=h.$$scope)},[a,l,f,o,s]}class nv extends Le{constructor(t){super(),Re(this,t,tv,ev,Ne,{token:0,options:1,renderers:2})}get token(){return this.$$.ctx[0]}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function rv(r){let t,n,s,o;return{c(){t=ke("img"),this.h()},l(a){t=Ce(a,"IMG",{src:!0,title:!0,alt:!0,class:!0}),this.h()},h(){Tc(t.src,n=r[0].href)||ht(t,"src",n),ht(t,"title",s=r[0].title),ht(t,"alt",o=r[0].text),ht(t,"class","markdown-image svelte-z38cge")},m(a,l){_e(a,t,l)},p(a,[l]){l&1&&!Tc(t.src,n=a[0].href)&&ht(t,"src",n),l&1&&s!==(s=a[0].title)&&ht(t,"title",s),l&1&&o!==(o=a[0].text)&&ht(t,"alt",o)},i:He,o:He,d(a){a&&J(t)}}}function iv(r,t,n){let{token:s}=t;const o=void 0,a=void 0;return r.$$set=l=>{"token"in l&&n(0,s=l.token)},[s,o,a]}class sv extends Le{constructor(t){super(),Re(this,t,iv,rv,Ne,{token:0,options:1,renderers:2})}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function ov(r){let t;const n=r[4].default,s=Zt(n,r,r[3],null);return{c(){s&&s.c()},l(o){s&&s.l(o)},m(o,a){s&&s.m(o,a),t=!0},p(o,[a]){s&&s.p&&(!t||a&8)&&Kt(s,n,o,o[3],t?tn(n,o[3],a,null):en(o[3]),null)},i(o){t||(ee(s,o),t=!0)},o(o){oe(s,o),t=!1},d(o){s&&s.d(o)}}}function uv(r,t,n){let{$$slots:s={},$$scope:o}=t;const a=void 0,l=void 0,f=void 0;return r.$$set=h=>{"$$scope"in h&&n(3,o=h.$$scope)},[a,l,f,o,s]}class Lc extends Le{constructor(t){super(),Re(this,t,uv,ov,Ne,{token:0,options:1,renderers:2})}get token(){return this.$$.ctx[0]}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function ku(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}let lr=ku();function cf(r){lr=r}const ff=/[&<>"']/,av=new RegExp(ff.source,"g"),pf=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,lv=new RegExp(pf.source,"g"),cv={"&":"&","<":"<",">":">",'"':""","'":"'"},Rc=r=>cv[r];function At(r,t){if(t){if(ff.test(r))return r.replace(av,Rc)}else if(pf.test(r))return r.replace(lv,Rc);return r}const fv=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function pv(r){return r.replace(fv,(t,n)=>(n=n.toLowerCase(),n==="colon"?":":n.charAt(0)==="#"?n.charAt(1)==="x"?String.fromCharCode(parseInt(n.substring(2),16)):String.fromCharCode(+n.substring(1)):""))}const hv=/(^|[^\[])\^/g;function De(r,t){let n=typeof r=="string"?r:r.source;t=t||"";const s={replace:(o,a)=>{let l=typeof a=="string"?a:a.source;return l=l.replace(hv,"$1"),n=n.replace(o,l),s},getRegex:()=>new RegExp(n,t)};return s}function Bc(r){try{r=encodeURI(r).replace(/%25/g,"%")}catch{return null}return r}const si={exec:()=>null};function $c(r,t){const n=r.replace(/\|/g,(a,l,f)=>{let h=!1,E=l;for(;--E>=0&&f[E]==="\\";)h=!h;return h?"|":" |"}),s=n.split(/ \|/);let o=0;if(s[0].trim()||s.shift(),s.length>0&&!s[s.length-1].trim()&&s.pop(),t)if(s.length>t)s.splice(t);else for(;s.lengtht in r?WD(r,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):r[t]=n;var Fe=(r,t,n)=>(QD(r,typeof t!="symbol"?t+"":t,n),n),zD=(r,t,n)=>{if(!t.has(r))throw TypeError("Cannot "+n)};var uu=(r,t,n)=>{if(t.has(r))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(r):t.set(r,n)};var us=(r,t,n)=>(zD(r,t,"access private method"),n);import{S as Le,i as Re,t as ee,b as oe,g as In,e as Nn,c as jn,a as ar,m as qn,d as Yn}from"./index.CMSEJhCx.js";import{s as Ne,q as et,l as _e,d as J,E as Zt,v as of,e as ke,f as Ce,g as Ve,ad as Es,F as Kt,G as en,H as tn,a2 as ai,I as vc,t as wu,j as Iu,o as Nu,n as He,k as ht,m as wn,b as bu,c as xu,ah as HD,ai as JD,ak as Tc,K as XD}from"./scheduler.Eaj42bxH.js";import{b as ZD}from"./control.e7CDtKCx.js";function an(r){return(r==null?void 0:r.length)!==void 0?r:Array.from(r)}function uf(r,t){const n={},s={},o={$$scope:1};let a=r.length;for(;a--;){const l=r[a],f=t[a];if(f){for(const h in l)h in f||(s[h]=1);for(const h in f)o[h]||(n[h]=f[h],o[h]=1);r[a]=f}else for(const h in l)o[h]=1}for(const l in s)l in n||(n[l]=void 0);return n}function Fy(r){return typeof r=="object"&&r!==null?r:{}}function gu(...r){return"/"+r.flatMap(t=>t.split("/")).filter(t=>!!t).join("/")}function mu(r){return r.startsWith("/")||r.startsWith("#")}function af(r,t){return t.slug(r).replace(/--+/g,"-")}function au(r){let t,n;const s=r[5].default,o=Zt(s,r,r[4],null);let a=[{id:r[1]}],l={};for(let f=0;f{"token"in E&&n(0,a=E.token),"options"in E&&n(2,l=E.options),"$$scope"in E&&n(4,o=E.$$scope)},r.$$.update=()=>{r.$$.dirty&5&&n(1,h=af(a.text,l.slugger))},[a,h,l,f,o,s]}class t_ extends Le{constructor(t){super(),Re(this,t,e_,KD,Ne,{token:0,options:2,renderers:3})}get renderers(){return this.$$.ctx[3]}}function n_(r){let t,n;const s=r[4].default,o=Zt(s,r,r[3],null);return{c(){t=ke("blockquote"),o&&o.c()},l(a){t=Ce(a,"BLOCKQUOTE",{});var l=Ve(t);o&&o.l(l),l.forEach(J)},m(a,l){_e(a,t,l),o&&o.m(t,null),n=!0},p(a,[l]){o&&o.p&&(!n||l&8)&&Kt(o,s,a,a[3],n?tn(s,a[3],l,null):en(a[3]),null)},i(a){n||(ee(o,a),n=!0)},o(a){oe(o,a),n=!1},d(a){a&&J(t),o&&o.d(a)}}}function r_(r,t,n){let{$$slots:s={},$$scope:o}=t;const a=void 0,l=void 0,f=void 0;return r.$$set=h=>{"$$scope"in h&&n(3,o=h.$$scope)},[a,l,f,o,s]}class i_ extends Le{constructor(t){super(),Re(this,t,r_,n_,Ne,{token:0,options:1,renderers:2})}get token(){return this.$$.ctx[0]}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function yc(r,t,n){const s=r.slice();return s[3]=t[n],s}function Ac(r){let t,n,s=an(r[0]),o=[];for(let l=0;loe(o[l],1,1,()=>{o[l]=null});return{c(){for(let l=0;l{s=null}),Nn())},i(o){n||(ee(s),n=!0)},o(o){oe(s),n=!1},d(o){o&&J(t),s&&s.d(o)}}}function o_(r,t,n){let{tokens:s}=t,{renderers:o}=t,{options:a}=t;return r.$$set=l=>{"tokens"in l&&n(0,s=l.tokens),"renderers"in l&&n(1,o=l.renderers),"options"in l&&n(2,a=l.options)},[s,o,a]}class Is extends Le{constructor(t){super(),Re(this,t,o_,s_,Ne,{tokens:0,renderers:1,options:2})}}function wc(r){let t,n,s;var o=r[1][r[0].type];function a(l,f){return{props:{token:l[0],options:l[2],renderers:l[1],$$slots:{default:[l_]},$$scope:{ctx:l}}}}return o&&(t=vc(o,a(r))),{c(){t&&jn(t.$$.fragment),n=et()},l(l){t&&ar(t.$$.fragment,l),n=et()},m(l,f){t&&qn(t,l,f),_e(l,n,f),s=!0},p(l,f){if(f&3&&o!==(o=l[1][l[0].type])){if(t){In();const h=t;oe(h.$$.fragment,1,0,()=>{Yn(h,1)}),Nn()}o?(t=vc(o,a(l)),jn(t.$$.fragment),ee(t.$$.fragment,1),qn(t,n.parentNode,n)):t=null}else if(o){const h={};f&1&&(h.token=l[0]),f&4&&(h.options=l[2]),f&2&&(h.renderers=l[1]),f&15&&(h.$$scope={dirty:f,ctx:l}),t.$set(h)}},i(l){s||(t&&ee(t.$$.fragment,l),s=!0)},o(l){t&&oe(t.$$.fragment,l),s=!1},d(l){l&&J(n),t&&Yn(t,l)}}}function u_(r){let t=r[0].raw+"",n;return{c(){n=wu(t)},l(s){n=Iu(s,t)},m(s,o){_e(s,n,o)},p(s,o){o&1&&t!==(t=s[0].raw+"")&&Nu(n,t)},i:He,o:He,d(s){s&&J(n)}}}function a_(r){let t,n;return t=new Is({props:{tokens:r[0].tokens,renderers:r[1],options:r[2]}}),{c(){jn(t.$$.fragment)},l(s){ar(t.$$.fragment,s)},m(s,o){qn(t,s,o),n=!0},p(s,o){const a={};o&1&&(a.tokens=s[0].tokens),o&2&&(a.renderers=s[1]),o&4&&(a.options=s[2]),t.$set(a)},i(s){n||(ee(t.$$.fragment,s),n=!0)},o(s){oe(t.$$.fragment,s),n=!1},d(s){Yn(t,s)}}}function l_(r){let t,n,s,o;const a=[a_,u_],l=[];function f(h,E){return"tokens"in h[0]&&h[0].tokens?0:1}return t=f(r),n=l[t]=a[t](r),{c(){n.c(),s=et()},l(h){n.l(h),s=et()},m(h,E){l[t].m(h,E),_e(h,s,E),o=!0},p(h,E){let D=t;t=f(h),t===D?l[t].p(h,E):(In(),oe(l[D],1,1,()=>{l[D]=null}),Nn(),n=l[t],n?n.p(h,E):(n=l[t]=a[t](h),n.c()),ee(n,1),n.m(s.parentNode,s))},i(h){o||(ee(n),o=!0)},o(h){oe(n),o=!1},d(h){h&&J(s),l[t].d(h)}}}function c_(r){let t,n,s=r[1][r[0].type]&&wc(r);return{c(){s&&s.c(),t=et()},l(o){s&&s.l(o),t=et()},m(o,a){s&&s.m(o,a),_e(o,t,a),n=!0},p(o,[a]){o[1][o[0].type]?s?(s.p(o,a),a&3&&ee(s,1)):(s=wc(o),s.c(),ee(s,1),s.m(t.parentNode,t)):s&&(In(),oe(s,1,1,()=>{s=null}),Nn())},i(o){n||(ee(s),n=!0)},o(o){oe(s),n=!1},d(o){o&&J(t),s&&s.d(o)}}}function f_(r,t,n){let{token:s}=t,{renderers:o}=t,{options:a}=t;return r.$$set=l=>{"token"in l&&n(0,s=l.token),"renderers"in l&&n(1,o=l.renderers),"options"in l&&n(2,a=l.options)},[s,o,a]}class lf extends Le{constructor(t){super(),Re(this,t,f_,c_,Ne,{token:0,renderers:1,options:2})}}function Ic(r,t,n){const s=r.slice();return s[4]=t[n],s}function Nc(r){let t,n;return t=new lf({props:{token:{...r[4]},options:r[1],renderers:r[2]}}),{c(){jn(t.$$.fragment)},l(s){ar(t.$$.fragment,s)},m(s,o){qn(t,s,o),n=!0},p(s,o){const a={};o&1&&(a.token={...s[4]}),o&2&&(a.options=s[1]),o&4&&(a.renderers=s[2]),t.$set(a)},i(s){n||(ee(t.$$.fragment,s),n=!0)},o(s){oe(t.$$.fragment,s),n=!1},d(s){Yn(t,s)}}}function lu(r){let t,n,s,o=an(r[0].items),a=[];for(let E=0;Eoe(a[E],1,1,()=>{a[E]=null});let f=[{start:n=r[0].start||1}],h={};for(let E=0;E{"token"in f&&n(0,s=f.token),"options"in f&&n(1,o=f.options),"renderers"in f&&n(2,a=f.renderers)},r.$$.update=()=>{r.$$.dirty&1&&n(3,l=s.ordered?"ol":"ul")},[s,o,a,l]}class d_ extends Le{constructor(t){super(),Re(this,t,h_,p_,Ne,{token:0,options:1,renderers:2})}}function g_(r){let t,n;const s=r[4].default,o=Zt(s,r,r[3],null);return{c(){t=ke("li"),o&&o.c()},l(a){t=Ce(a,"LI",{});var l=Ve(t);o&&o.l(l),l.forEach(J)},m(a,l){_e(a,t,l),o&&o.m(t,null),n=!0},p(a,[l]){o&&o.p&&(!n||l&8)&&Kt(o,s,a,a[3],n?tn(s,a[3],l,null):en(a[3]),null)},i(a){n||(ee(o,a),n=!0)},o(a){oe(o,a),n=!1},d(a){a&&J(t),o&&o.d(a)}}}function m_(r,t,n){let{$$slots:s={},$$scope:o}=t;const a=void 0,l=void 0,f=void 0;return r.$$set=h=>{"$$scope"in h&&n(3,o=h.$$scope)},[a,l,f,o,s]}class E_ extends Le{constructor(t){super(),Re(this,t,m_,g_,Ne,{token:0,options:1,renderers:2})}get token(){return this.$$.ctx[0]}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function D_(r){let t;return{c(){t=ke("br")},l(n){t=Ce(n,"BR",{})},m(n,s){_e(n,t,s)},p:He,i:He,o:He,d(n){n&&J(t)}}}function __(r,t,n){return[void 0,void 0,void 0]}class v_ extends Le{constructor(t){super(),Re(this,t,__,D_,Ne,{token:0,options:1,renderers:2})}get token(){return this.$$.ctx[0]}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function T_(r){let t,n,s=r[0].text+"",o,a;return{c(){t=ke("pre"),n=ke("code"),o=wu(s),this.h()},l(l){t=Ce(l,"PRE",{});var f=Ve(t);n=Ce(f,"CODE",{class:!0});var h=Ve(n);o=Iu(h,s),h.forEach(J),f.forEach(J),this.h()},h(){ht(n,"class",a=`lang-${r[0].lang}`)},m(l,f){_e(l,t,f),wn(t,n),wn(n,o)},p(l,[f]){f&1&&s!==(s=l[0].text+"")&&Nu(o,s),f&1&&a!==(a=`lang-${l[0].lang}`)&&ht(n,"class",a)},i:He,o:He,d(l){l&&J(t)}}}function y_(r,t,n){let{token:s}=t;const o=void 0,a=void 0;return r.$$set=l=>{"token"in l&&n(0,s=l.token)},[s,o,a]}class A_ extends Le{constructor(t){super(),Re(this,t,y_,T_,Ne,{token:0,options:1,renderers:2})}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function F_(r){let t,n=r[0].raw.slice(1,r[0].raw.length-1)+"",s;return{c(){t=ke("code"),s=wu(n)},l(o){t=Ce(o,"CODE",{});var a=Ve(t);s=Iu(a,n),a.forEach(J)},m(o,a){_e(o,t,a),wn(t,s)},p(o,[a]){a&1&&n!==(n=o[0].raw.slice(1,o[0].raw.length-1)+"")&&Nu(s,n)},i:He,o:He,d(o){o&&J(t)}}}function w_(r,t,n){let{token:s}=t;const o=void 0,a=void 0;return r.$$set=l=>{"token"in l&&n(0,s=l.token)},[s,o,a]}class I_ extends Le{constructor(t){super(),Re(this,t,w_,F_,Ne,{token:0,options:1,renderers:2})}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function bc(r,t,n){const s=r.slice();return s[3]=t[n],s}function xc(r,t,n){const s=r.slice();return s[6]=t[n],s}function kc(r,t,n){const s=r.slice();return s[9]=t[n],s}function Cc(r){let t,n,s,o;return n=new Is({props:{tokens:r[9].tokens,options:r[1],renderers:r[2]}}),{c(){t=ke("th"),jn(n.$$.fragment),s=bu(),this.h()},l(a){t=Ce(a,"TH",{scope:!0});var l=Ve(t);ar(n.$$.fragment,l),s=xu(l),l.forEach(J),this.h()},h(){ht(t,"scope","col")},m(a,l){_e(a,t,l),qn(n,t,null),wn(t,s),o=!0},p(a,l){const f={};l&1&&(f.tokens=a[9].tokens),l&2&&(f.options=a[1]),l&4&&(f.renderers=a[2]),n.$set(f)},i(a){o||(ee(n.$$.fragment,a),o=!0)},o(a){oe(n.$$.fragment,a),o=!1},d(a){a&&J(t),Yn(n)}}}function Oc(r){let t,n,s;return n=new Is({props:{tokens:r[6].tokens,options:r[1],renderers:r[2]}}),{c(){t=ke("td"),jn(n.$$.fragment)},l(o){t=Ce(o,"TD",{});var a=Ve(t);ar(n.$$.fragment,a),a.forEach(J)},m(o,a){_e(o,t,a),qn(n,t,null),s=!0},p(o,a){const l={};a&1&&(l.tokens=o[6].tokens),a&2&&(l.options=o[1]),a&4&&(l.renderers=o[2]),n.$set(l)},i(o){s||(ee(n.$$.fragment,o),s=!0)},o(o){oe(n.$$.fragment,o),s=!1},d(o){o&&J(t),Yn(n)}}}function Sc(r){let t,n,s,o=an(r[3]),a=[];for(let f=0;foe(a[f],1,1,()=>{a[f]=null});return{c(){t=ke("tr");for(let f=0;foe(h[C],1,1,()=>{h[C]=null});let D=an(r[0].rows),T=[];for(let C=0;Coe(T[C],1,1,()=>{T[C]=null});return{c(){t=ke("table"),n=ke("thead"),s=ke("tr");for(let C=0;C{"token"in l&&n(0,s=l.token),"options"in l&&n(1,o=l.options),"renderers"in l&&n(2,a=l.renderers)},[s,o,a]}class x_ extends Le{constructor(t){super(),Re(this,t,b_,N_,Ne,{token:0,options:1,renderers:2})}}function k_(r){let t,n=r[0].text+"",s;return{c(){t=new HD(!1),s=et(),this.h()},l(o){t=JD(o,!1),s=et(),this.h()},h(){t.a=s},m(o,a){t.m(n,o,a),_e(o,s,a)},p(o,[a]){a&1&&n!==(n=o[0].text+"")&&t.p(n)},i:He,o:He,d(o){o&&(J(s),t.d())}}}function C_(r,t,n){let{token:s}=t;const o=void 0,a=void 0;return r.$$set=l=>{"token"in l&&n(0,s=l.token)},[s,o,a]}class O_ extends Le{constructor(t){super(),Re(this,t,C_,k_,Ne,{token:0,options:1,renderers:2})}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function S_(r){let t,n;const s=r[4].default,o=Zt(s,r,r[3],null);return{c(){t=ke("p"),o&&o.c()},l(a){t=Ce(a,"P",{});var l=Ve(t);o&&o.l(l),l.forEach(J)},m(a,l){_e(a,t,l),o&&o.m(t,null),n=!0},p(a,[l]){o&&o.p&&(!n||l&8)&&Kt(o,s,a,a[3],n?tn(s,a[3],l,null):en(a[3]),null)},i(a){n||(ee(o,a),n=!0)},o(a){oe(o,a),n=!1},d(a){a&&J(t),o&&o.d(a)}}}function L_(r,t,n){let{$$slots:s={},$$scope:o}=t;const a=void 0,l=void 0,f=void 0;return r.$$set=h=>{"$$scope"in h&&n(3,o=h.$$scope)},[a,l,f,o,s]}class R_ extends Le{constructor(t){super(),Re(this,t,L_,S_,Ne,{token:0,options:1,renderers:2})}get token(){return this.$$.ctx[0]}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function B_(r){let t,n,s,o;const a=r[4].default,l=Zt(a,r,r[3],null);return{c(){t=ke("a"),l&&l.c(),this.h()},l(f){t=Ce(f,"A",{href:!0,title:!0});var h=Ve(t);l&&l.l(h),h.forEach(J),this.h()},h(){ht(t,"href",n=mu(r[0].href)?gu(r[1].baseUrl,r[0].href):r[0].href),ht(t,"title",s=r[0].title)},m(f,h){_e(f,t,h),l&&l.m(t,null),o=!0},p(f,[h]){l&&l.p&&(!o||h&8)&&Kt(l,a,f,f[3],o?tn(a,f[3],h,null):en(f[3]),null),(!o||h&3&&n!==(n=mu(f[0].href)?gu(f[1].baseUrl,f[0].href):f[0].href))&&ht(t,"href",n),(!o||h&1&&s!==(s=f[0].title))&&ht(t,"title",s)},i(f){o||(ee(l,f),o=!0)},o(f){oe(l,f),o=!1},d(f){f&&J(t),l&&l.d(f)}}}function $_(r,t,n){let{$$slots:s={},$$scope:o}=t,{token:a}=t,{options:l}=t;const f=void 0;return r.$$set=h=>{"token"in h&&n(0,a=h.token),"options"in h&&n(1,l=h.options),"$$scope"in h&&n(3,o=h.$$scope)},[a,l,f,o,s]}class M_ extends Le{constructor(t){super(),Re(this,t,$_,B_,Ne,{token:0,options:1,renderers:2})}get renderers(){return this.$$.ctx[2]}}function P_(r){let t;const n=r[4].default,s=Zt(n,r,r[3],null);return{c(){s&&s.c()},l(o){s&&s.l(o)},m(o,a){s&&s.m(o,a),t=!0},p(o,[a]){s&&s.p&&(!t||a&8)&&Kt(s,n,o,o[3],t?tn(n,o[3],a,null):en(o[3]),null)},i(o){t||(ee(s,o),t=!0)},o(o){oe(s,o),t=!1},d(o){s&&s.d(o)}}}function U_(r,t,n){let{$$slots:s={},$$scope:o}=t;const a=void 0,l=void 0,f=void 0;return r.$$set=h=>{"$$scope"in h&&n(3,o=h.$$scope)},[a,l,f,o,s]}class G_ extends Le{constructor(t){super(),Re(this,t,U_,P_,Ne,{token:0,options:1,renderers:2})}get token(){return this.$$.ctx[0]}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function V_(r){let t,n;const s=r[4].default,o=Zt(s,r,r[3],null);return{c(){t=ke("dfn"),o&&o.c()},l(a){t=Ce(a,"DFN",{});var l=Ve(t);o&&o.l(l),l.forEach(J)},m(a,l){_e(a,t,l),o&&o.m(t,null),n=!0},p(a,[l]){o&&o.p&&(!n||l&8)&&Kt(o,s,a,a[3],n?tn(s,a[3],l,null):en(a[3]),null)},i(a){n||(ee(o,a),n=!0)},o(a){oe(o,a),n=!1},d(a){a&&J(t),o&&o.d(a)}}}function j_(r,t,n){let{$$slots:s={},$$scope:o}=t;const a=void 0,l=void 0,f=void 0;return r.$$set=h=>{"$$scope"in h&&n(3,o=h.$$scope)},[a,l,f,o,s]}class q_ extends Le{constructor(t){super(),Re(this,t,j_,V_,Ne,{token:0,options:1,renderers:2})}get token(){return this.$$.ctx[0]}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function Y_(r){let t,n;const s=r[4].default,o=Zt(s,r,r[3],null);return{c(){t=ke("del"),o&&o.c()},l(a){t=Ce(a,"DEL",{});var l=Ve(t);o&&o.l(l),l.forEach(J)},m(a,l){_e(a,t,l),o&&o.m(t,null),n=!0},p(a,[l]){o&&o.p&&(!n||l&8)&&Kt(o,s,a,a[3],n?tn(s,a[3],l,null):en(a[3]),null)},i(a){n||(ee(o,a),n=!0)},o(a){oe(o,a),n=!1},d(a){a&&J(t),o&&o.d(a)}}}function W_(r,t,n){let{$$slots:s={},$$scope:o}=t;const a=void 0,l=void 0,f=void 0;return r.$$set=h=>{"$$scope"in h&&n(3,o=h.$$scope)},[a,l,f,o,s]}class Q_ extends Le{constructor(t){super(),Re(this,t,W_,Y_,Ne,{token:0,options:1,renderers:2})}get token(){return this.$$.ctx[0]}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function z_(r){let t,n;const s=r[4].default,o=Zt(s,r,r[3],null);return{c(){t=ke("em"),o&&o.c()},l(a){t=Ce(a,"EM",{});var l=Ve(t);o&&o.l(l),l.forEach(J)},m(a,l){_e(a,t,l),o&&o.m(t,null),n=!0},p(a,[l]){o&&o.p&&(!n||l&8)&&Kt(o,s,a,a[3],n?tn(s,a[3],l,null):en(a[3]),null)},i(a){n||(ee(o,a),n=!0)},o(a){oe(o,a),n=!1},d(a){a&&J(t),o&&o.d(a)}}}function H_(r,t,n){let{$$slots:s={},$$scope:o}=t;const a=void 0,l=void 0,f=void 0;return r.$$set=h=>{"$$scope"in h&&n(3,o=h.$$scope)},[a,l,f,o,s]}class J_ extends Le{constructor(t){super(),Re(this,t,H_,z_,Ne,{token:0,options:1,renderers:2})}get token(){return this.$$.ctx[0]}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function X_(r){let t;return{c(){t=ke("hr")},l(n){t=Ce(n,"HR",{})},m(n,s){_e(n,t,s)},p:He,i:He,o:He,d(n){n&&J(t)}}}function Z_(r,t,n){return[void 0,void 0,void 0]}class K_ extends Le{constructor(t){super(),Re(this,t,Z_,X_,Ne,{token:0,options:1,renderers:2})}get token(){return this.$$.ctx[0]}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function ev(r){let t,n;const s=r[4].default,o=Zt(s,r,r[3],null);return{c(){t=ke("strong"),o&&o.c()},l(a){t=Ce(a,"STRONG",{});var l=Ve(t);o&&o.l(l),l.forEach(J)},m(a,l){_e(a,t,l),o&&o.m(t,null),n=!0},p(a,[l]){o&&o.p&&(!n||l&8)&&Kt(o,s,a,a[3],n?tn(s,a[3],l,null):en(a[3]),null)},i(a){n||(ee(o,a),n=!0)},o(a){oe(o,a),n=!1},d(a){a&&J(t),o&&o.d(a)}}}function tv(r,t,n){let{$$slots:s={},$$scope:o}=t;const a=void 0,l=void 0,f=void 0;return r.$$set=h=>{"$$scope"in h&&n(3,o=h.$$scope)},[a,l,f,o,s]}class nv extends Le{constructor(t){super(),Re(this,t,tv,ev,Ne,{token:0,options:1,renderers:2})}get token(){return this.$$.ctx[0]}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function rv(r){let t,n,s,o;return{c(){t=ke("img"),this.h()},l(a){t=Ce(a,"IMG",{src:!0,title:!0,alt:!0,class:!0}),this.h()},h(){Tc(t.src,n=r[0].href)||ht(t,"src",n),ht(t,"title",s=r[0].title),ht(t,"alt",o=r[0].text),ht(t,"class","markdown-image svelte-z38cge")},m(a,l){_e(a,t,l)},p(a,[l]){l&1&&!Tc(t.src,n=a[0].href)&&ht(t,"src",n),l&1&&s!==(s=a[0].title)&&ht(t,"title",s),l&1&&o!==(o=a[0].text)&&ht(t,"alt",o)},i:He,o:He,d(a){a&&J(t)}}}function iv(r,t,n){let{token:s}=t;const o=void 0,a=void 0;return r.$$set=l=>{"token"in l&&n(0,s=l.token)},[s,o,a]}class sv extends Le{constructor(t){super(),Re(this,t,iv,rv,Ne,{token:0,options:1,renderers:2})}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function ov(r){let t;const n=r[4].default,s=Zt(n,r,r[3],null);return{c(){s&&s.c()},l(o){s&&s.l(o)},m(o,a){s&&s.m(o,a),t=!0},p(o,[a]){s&&s.p&&(!t||a&8)&&Kt(s,n,o,o[3],t?tn(n,o[3],a,null):en(o[3]),null)},i(o){t||(ee(s,o),t=!0)},o(o){oe(s,o),t=!1},d(o){s&&s.d(o)}}}function uv(r,t,n){let{$$slots:s={},$$scope:o}=t;const a=void 0,l=void 0,f=void 0;return r.$$set=h=>{"$$scope"in h&&n(3,o=h.$$scope)},[a,l,f,o,s]}class Lc extends Le{constructor(t){super(),Re(this,t,uv,ov,Ne,{token:0,options:1,renderers:2})}get token(){return this.$$.ctx[0]}get options(){return this.$$.ctx[1]}get renderers(){return this.$$.ctx[2]}}function ku(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}let lr=ku();function cf(r){lr=r}const ff=/[&<>"']/,av=new RegExp(ff.source,"g"),pf=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,lv=new RegExp(pf.source,"g"),cv={"&":"&","<":"<",">":">",'"':""","'":"'"},Rc=r=>cv[r];function At(r,t){if(t){if(ff.test(r))return r.replace(av,Rc)}else if(pf.test(r))return r.replace(lv,Rc);return r}const fv=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;function pv(r){return r.replace(fv,(t,n)=>(n=n.toLowerCase(),n==="colon"?":":n.charAt(0)==="#"?n.charAt(1)==="x"?String.fromCharCode(parseInt(n.substring(2),16)):String.fromCharCode(+n.substring(1)):""))}const hv=/(^|[^\[])\^/g;function De(r,t){let n=typeof r=="string"?r:r.source;t=t||"";const s={replace:(o,a)=>{let l=typeof a=="string"?a:a.source;return l=l.replace(hv,"$1"),n=n.replace(o,l),s},getRegex:()=>new RegExp(n,t)};return s}function Bc(r){try{r=encodeURI(r).replace(/%25/g,"%")}catch{return null}return r}const si={exec:()=>null};function $c(r,t){const n=r.replace(/\|/g,(a,l,f)=>{let h=!1,E=l;for(;--E>=0&&f[E]==="\\";)h=!h;return h?"|":" |"}),s=n.split(/ \|/);let o=0;if(s[0].trim()||s.shift(),s.length>0&&!s[s.length-1].trim()&&s.pop(),t)if(s.length>t)s.splice(t);else for(;s.length{const a=o.match(/^\s+/);if(a===null)return o;const[l]=a;return l.length>=s.length?o.slice(s.length):o}).join(` `)}class Ds{constructor(t){Fe(this,"options");Fe(this,"rules");Fe(this,"lexer");this.options=t||lr}space(t){const n=this.rules.block.newline.exec(t);if(n&&n[0].length>0)return{type:"space",raw:n[0]}}code(t){const n=this.rules.block.code.exec(t);if(n){const s=n[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:n[0],codeBlockStyle:"indented",text:this.options.pedantic?s:as(s,` `)}}}fences(t){const n=this.rules.block.fences.exec(t);if(n){const s=n[0],o=gv(s,n[3]||"");return{type:"code",raw:s,lang:n[2]?n[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):n[2],text:o}}}heading(t){const n=this.rules.block.heading.exec(t);if(n){let s=n[2].trim();if(/#$/.test(s)){const o=as(s,"#");(this.options.pedantic||!o||/ $/.test(o))&&(s=o.trim())}return{type:"heading",raw:n[0],depth:n[1].length,text:s,tokens:this.lexer.inline(s)}}}hr(t){const n=this.rules.block.hr.exec(t);if(n)return{type:"hr",raw:n[0]}}blockquote(t){const n=this.rules.block.blockquote.exec(t);if(n){const s=as(n[0].replace(/^ *>[ \t]?/gm,""),` @@ -68,7 +68,7 @@ __p += '`),le&&(S+=`' + function print() { __p += __j.call(arguments, '') } `:`; `)+S+`return __p -}`;var ne=Ec(function(){return fe(g,V+"return "+S).apply(n,m)});if(ne.source=S,Jo(ne))throw ne;return ne}function KE(e){return ge(e).toLowerCase()}function eD(e){return ge(e).toUpperCase()}function tD(e,i,u){if(e=ge(e),e&&(u||i===n))return Ia(e);if(!e||!(i=Dt(i)))return e;var c=Ut(e),p=Ut(i),g=Na(c,p),m=ba(c,p)+1;return Un(c,g,m).join("")}function nD(e,i,u){if(e=ge(e),e&&(u||i===n))return e.slice(0,ka(e)+1);if(!e||!(i=Dt(i)))return e;var c=Ut(e),p=ba(c,Ut(i))+1;return Un(c,0,p).join("")}function rD(e,i,u){if(e=ge(e),e&&(u||i===n))return e.replace(Hs,"");if(!e||!(i=Dt(i)))return e;var c=Ut(e),p=Na(c,Ut(i));return Un(c,p).join("")}function iD(e,i){var u=X,c=nt;if(xe(i)){var p="separator"in i?i.separator:p;u="length"in i?te(i.length):u,c="omission"in i?Dt(i.omission):c}e=ge(e);var g=e.length;if(mr(e)){var m=Ut(e);g=m.length}if(u>=g)return e;var _=u-Er(c);if(_<1)return c;var y=m?Un(m,0,_).join(""):e.slice(0,_);if(p===n)return y+c;if(m&&(_+=y.length-_),Xo(p)){if(e.slice(_).search(p)){var N,x=y;for(p.global||(p=po(p.source,ge(zu.exec(p))+"g")),p.lastIndex=0;N=p.exec(x);)var S=N.index;y=y.slice(0,S===n?_:S)}}else if(e.indexOf(Dt(p),_)!=_){var B=y.lastIndexOf(p);B>-1&&(y=y.slice(0,B))}return y+c}function sD(e){return e=ge(e),e&&mp.test(e)?e.replace(Yu,Lh):e}var oD=Fr(function(e,i,u){return e+(u?" ":"")+i.toUpperCase()}),eu=Dl("toUpperCase");function mc(e,i,u){return e=ge(e),i=u?n:i,i===n?xh(e)?$h(e):vh(e):e.match(i)||[]}var Ec=re(function(e,i){try{return mt(e,n,i)}catch(u){return Jo(u)?u:new Z(u)}}),uD=_n(function(e,i){return Nt(i,function(u){u=un(u),En(e,u,zo(e[u],e))}),e});function aD(e){var i=e==null?0:e.length,u=W();return e=i?Ie(e,function(c){if(typeof c[1]!="function")throw new bt(l);return[u(c[0]),c[1]]}):[],re(function(c){for(var p=-1;++p$t)return[];var u=Ft,c=Ze(e,Ft);i=W(i),e-=Ft;for(var p=lo(c,i);++u0||i<0)?new ue(u):(e<0?u=u.takeRight(-e):e&&(u=u.drop(e)),i!==n&&(i=te(i),u=i<0?u.dropRight(-i):u.take(i-e)),u)},ue.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},ue.prototype.toArray=function(){return this.take(Ft)},sn(ue.prototype,function(e,i){var u=/^(?:filter|find|map|reject)|While$/.test(i),c=/^(?:head|last)$/.test(i),p=d[c?"take"+(i=="last"?"Right":""):i],g=c||/^find/.test(i);p&&(d.prototype[i]=function(){var m=this.__wrapped__,_=c?[1]:arguments,y=m instanceof ue,N=_[0],x=y||K(m),S=function(ie){var le=p.apply(d,Ln([ie],_));return c&&B?le[0]:le};x&&u&&typeof N=="function"&&N.length!=1&&(y=x=!1);var B=this.__chain__,V=!!this.__actions__.length,Q=g&&!B,ne=y&&!V;if(!g&&x){m=ne?m:new ue(this);var z=e.apply(m,_);return z.__actions__.push({func:Ki,args:[S],thisArg:n}),new xt(z,B)}return Q&&ne?e.apply(this,_):(z=this.thru(S),Q?c?z.value()[0]:z.value():z)})}),Nt(["pop","push","shift","sort","splice","unshift"],function(e){var i=wi[e],u=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",c=/^(?:pop|shift)$/.test(e);d.prototype[e]=function(){var p=arguments;if(c&&!this.__chain__){var g=this.value();return i.apply(K(g)?g:[],p)}return this[u](function(m){return i.apply(K(m)?m:[],p)})}}),sn(ue.prototype,function(e,i){var u=d[i];if(u){var c=u.name+"";me.call(Tr,c)||(Tr[c]=[]),Tr[c].push({name:i,func:u})}}),Tr[Wi(n,pe).name]=[{name:"wrapper",func:n}],ue.prototype.clone=sd,ue.prototype.reverse=od,ue.prototype.value=ud,d.prototype.at=Bg,d.prototype.chain=$g,d.prototype.commit=Mg,d.prototype.next=Pg,d.prototype.plant=Gg,d.prototype.reverse=Vg,d.prototype.toJSON=d.prototype.valueOf=d.prototype.value=jg,d.prototype.first=d.prototype.head,Ur&&(d.prototype[Ur]=Ug),d},Dr=Mh();Jn?((Jn.exports=Dr)._=Dr,to._=Dr):Qe._=Dr}).call(ti)})(Ts,Ts.exports);var tT=Ts.exports;const bn=Zv(tT),nT="/docs",rT="LDOG Stack",iT="https://apiskeletons.com/images/favicon.ico",sT="https://raw.githubusercontent.com/API-Skeletons/ldog/main/public/ldog.svg",oT='{"description":"A PHP Stack with Laravel, Doctrine ORM, and GraphQL.","og:description":"A PHP Stack with Laravel, Doctrine ORM, and GraphQL.","keywords":"laravel,doctrine,orm,graphql","author":"API Skeletons, Inc. ","og:title":"LDOG Stack","og:type":"article","og:image":"https://raw.githubusercontent.com/API-Skeletons/ldog/main/public/ldog.svg"}',uT='[{"title":"Introduction","content":[{"title":"Welcome","content":"# LDOG Stack\\n\\n## Laravel, Doctrine ORM, and GraphQL\\n\\nThis is a template application for building GraphQL applications in\\nLaravel with Doctrine ORM. **Known as the LDOG (el-dog) Stack.**\\n\\nTo create a new project run\\n```\\ncomposer create-project api-skeletons/ldog\\n```\\n\\nSource code available at https://github.com/api-skeletons/ldog\\n\\nThis site is the ldog project running on Google Cloud. It includes an example\\nDoctrine ORM schema and database served as GraphQL.\\n\\nYou may explore the GraphQL with [graphiql](https://ldog.apiskeletons.dev/graphiql)\\nor POST to this server\'s GraphQL endpoint at https://ldog.apisketons.dev\\n\\n\\n## Features\\n\\n* Dockerfile suitable to immediate deployment to Cloud Run\\n* docker-compose.yml file - no Laravel Sail integration\\n* Doctrine ORM configured for XML metadata and no database naming strategy\\n* Includes the [doctrine-orm-graphql](https://github.com/api-skeletons/doctrine-orm-graphql)\\n type driver\\n* The [GraphQLController](https://github.com/API-Skeletons/ldog/blob/main/app/Http/Controllers/GraphQLController.php)\\n is pre-configured with example endpoints for connection, entity, and mutation\\n* The Doctrine [entities](https://github.com/API-Skeletons/ldog/blob/main/app/Doctrine/ORM/Entity/Artist.php)\\n have default configuration for [doctrine-orm-graphql](https://github.com/API-Skeletons/doctrine-orm-graphql)\\n* Authorization provided by [api-skeletons/laravel-doctrine-apikey](https://github.com/API-Skeletons/laravel-doctrine-apikey)\\n* The Laravel code has been modified so the entire project passes the\\n [Doctrine Coding Standard](https://www.doctrine-project.org/projects/doctrine-coding-standard/en/11.0/reference/index.html)\\n* Code quality tools include parallel-lint, phpcs, psalm, and phpunit\\n* An unit test is included that tests the GraphQL endpoints\\n\\n\\n## Why use this template application?\\n\\nThis template application is based on Laravel 10.x. Nothing has been taken away from that\\ndefault Laravel release but a lot has been added.\\n\\nThere are many GraphQL solutions available including those that integrate with Laravel\\nand Eloquent. But Doctrine ORM is the superior ORM because it is a\\n[data mapper pattern](https://www.thoughtfulcode.com/orm-active-record-vs-data-mapper/).\\n\\nThe [doctrine-orm-graphql](https://github.com/api-skeletons/doctrine-orm-graphql) library\\ncreates the types for your Doctrine entities and has numerous other features.\\n\\nA [Skipper](https://skipper18.com) diagram is included and the example database metadata\\nis exported from it as XML. The advantages of XML metadata over annotations or attributes\\nare many and not needing to edit the XML manually is a big benefit.\\n\\n\\n## Convert an existing database to GraphQL\\n\\nUsing skipper, import a new external model and import your database. Change the\\nExport Data Format to XML and set the path to `~/config/doctrine-orm-metadata`.\\nExport from Skipper and build your entities. Turn on `globalEnable` in the driver\\nand create at least one endpoint.\\n\\n\\n## Support\\n\\nSupport for this template application is available through\\n[API Skeletons](mailto:contact@apiskeletons.com).\\n"},{"title":"Getting Started","content":"# Getting Started\\n\\n* Copy `.env.example` or `.env.dev` to `.env`\\n* Run `docker-compose up -d`\\n* Connect to the docker instance by running `docker ps` to get the instance id,\\n then `docker exec -it {instanceId} bash`\\n* Run `composer install`\\n* Create the database with `php artisan doctrine:schema:create`\\n* Generate the GraphQL documentation with `magidoc generate`\\n\\n---\\n\\nA project of [API Skeletons](mailto:contact@apiskeletons.com)\\n* https://github.com/api-skeletons/ldog\\n"}]},{"title":"Database Quality","content":[{"title":"Doctrine ERD with Skipper","content":"# Doctrine ERD with Skipper\\n\\nIncluded is an ERD you can use to extend your project\'s database. The ERD is created with [Skipper](https://skipper18.com).\\nFind it at `~/ldog.skipper`. The export path is set to `~/config/doctrine-orm-metadata`.\\n\\nThis an an immensely powerful tool and every Doctrine ORM project should use it.\\n\\nThis is the ERD for the entities used in developing the stack.\\n\\n\\n\\n---\\n\\nA project of [API Skeletons](mailto:contact@apiskeletons.com)\\n* https://github.com/api-skeletons/ldog\\n"},{"title":"Fixtures","content":"# Fixtures\\n\\nIncluded with LDOG is a Laravel Doctrine fixture library. There are two included fixtures. To rebuild the\\nSQLite database, copy `.env.dev` to `.env`, delete the `~/database/database.sqlite` file, and run\\n\\n```\\nrm database/database.sqlite\\nphp artisan doctrine:schema:create\\nphp artisan doctrine:data-fixture:import faker\\n```\\n\\n---\\n\\nA project of [API Skeletons](mailto:contact@apiskeletons.com)\\n* https://github.com/api-skeletons/ldog\\n"}]},{"title":"Code Quality","content":[{"title":"Composer Tools for Code Quality","content":"# Composer Tools for Code Quality\\n\\nTo ensure code quality, run `composer test` to run the following:\\n\\n* [Parallel Lint](https://github.com/php-parallel-lint/PHP-Parallel-Lint)\\n* [Doctrine Coding Standard](https://www.doctrine-project.org/projects/doctrine-coding-standard/en/11.0/reference/index.html)\\n* [Psalm](https://psalm.dev/docs/)\\n* [PHPUnit](https://docs.phpunit.de/en/10.5/)\\n\\n---\\n\\nA project of [API Skeletons](mailto:contact@apiskeletons.com)\\n* https://github.com/api-skeletons/ldog\\n"}]},{"title":"GraphQL Quality","content":[{"title":"doctrine-orm-graphql","content":"Central to developing GraphQL for your project is the \\n[api-skeletons/doctrine-orm-graphql](https://github.com/api-skeletons/doctrine-orm-graphql) library.\\n\\nDeveloped over 6 years, this tool is the most powerful GraphQL tool for Doctrine ORM. \\n\\n\\n## Documentation\\n\\nhttps://doctrine-orm-graphql.apiskeletons.dev/en/latest/\\n"}]},{"title":"Generate Quality Documentation","content":[{"title":"GraphQL Documentation","content":"# GraphQL Documentation\\n\\nGraphQL documentation is created with `magidoc`. Inside the container and from the root of the project,\\n`/var/www`, run `magidoc generate` to create the documentation.\\n\\nConfiguration is done via the `~/magidoc.mjs` file.\\n\\n---\\n\\nA project of [API Skeletons](mailto:contact@apiskeletons.com)\\n* https://github.com/api-skeletons/ldog\\n"}]},{"title":"Help Resources","content":[{"title":"External Documentation","content":"# Help Resources\\n\\n* Laravel - https://laravel.com/docs/10.x\\n* Doctrine - https://www.doctrine-project.org/projects/doctrine-orm/en/2.10/index.html\\n* Laravel Doctrine Adapter - https://www.laraveldoctrine.org/\\n* GraphQL Documentation - https://graphql.org/learn/\\n* GraphQL-php - https://webonyx.github.io/graphql-php/\\n* GraphQL Type Driver for Doctrine ORM - https://doctrine-orm-graphql.apiskeletons.dev/en/latest/\\n* API Key - https://github.com/API-Skeletons/laravel-doctrine-apikey\\n* Skipper - https://www.skipper18.com/help/\\n* magidoc - https://magidoc.js.org/introduction/welcome\\n* migrations - https://laraveldoctrine.org/docs/1.8/migrations\\n* data fixtures - https://github.com/API-Skeletons/laravel-doctrine-data-fixtures/blob/main/README.md\\n\\n---\\n\\nA project of [API Skeletons](mailto:contact@apiskeletons.com)\\n* https://github.com/api-skeletons/ldog\\n"}]},{"title":"LICENSE","content":[{"title":"LICENSE","content":"The MIT License (MIT)\\n\\nCopyright (c) 2024 API Skeletons, Inc. \\nCopyright (c) Taylor Otwell\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"}]}]',aT="true",yf={SITE_ROOT:nT,APP_TITLE:rT,APP_FAVICON:iT,APP_LOGO:sT,SITE_META:oT,PAGES:uT,MAGIDOC_GENERATE:aT};function Iy(r){return r.get(yf)}function xs(r,t){return r.getOrDefault(yf,t)}function ks(){return xs(bs.SITE_ROOT,ZD)}function ce(r,t){if(!!!r)throw new Error(t)}function xn(r){return typeof r=="object"&&r!==null}function zt(r,t){if(!!!r)throw new Error(t??"Unexpected invariant triggered.")}const lT=/\r\n|[\n\r]/g;function _u(r,t){let n=0,s=1;for(const o of r.body.matchAll(lT)){if(typeof o.index=="number"||zt(!1),o.index>=t)break;n=o.index+o[0].length,s+=1}return{line:s,column:t+1-n}}function cT(r){return Af(r.source,_u(r.source,r.start))}function Af(r,t){const n=r.locationOffset.column-1,s="".padStart(n)+r.body,o=t.line-1,a=r.locationOffset.line-1,l=t.line+a,f=t.line===1?n:0,h=t.column+f,E=`${r.name}:${l}:${h} +}`;var ne=Ec(function(){return fe(g,V+"return "+S).apply(n,m)});if(ne.source=S,Jo(ne))throw ne;return ne}function KE(e){return ge(e).toLowerCase()}function eD(e){return ge(e).toUpperCase()}function tD(e,i,u){if(e=ge(e),e&&(u||i===n))return Ia(e);if(!e||!(i=Dt(i)))return e;var c=Ut(e),p=Ut(i),g=Na(c,p),m=ba(c,p)+1;return Un(c,g,m).join("")}function nD(e,i,u){if(e=ge(e),e&&(u||i===n))return e.slice(0,ka(e)+1);if(!e||!(i=Dt(i)))return e;var c=Ut(e),p=ba(c,Ut(i))+1;return Un(c,0,p).join("")}function rD(e,i,u){if(e=ge(e),e&&(u||i===n))return e.replace(Hs,"");if(!e||!(i=Dt(i)))return e;var c=Ut(e),p=Na(c,Ut(i));return Un(c,p).join("")}function iD(e,i){var u=X,c=nt;if(xe(i)){var p="separator"in i?i.separator:p;u="length"in i?te(i.length):u,c="omission"in i?Dt(i.omission):c}e=ge(e);var g=e.length;if(mr(e)){var m=Ut(e);g=m.length}if(u>=g)return e;var _=u-Er(c);if(_<1)return c;var y=m?Un(m,0,_).join(""):e.slice(0,_);if(p===n)return y+c;if(m&&(_+=y.length-_),Xo(p)){if(e.slice(_).search(p)){var N,x=y;for(p.global||(p=po(p.source,ge(zu.exec(p))+"g")),p.lastIndex=0;N=p.exec(x);)var S=N.index;y=y.slice(0,S===n?_:S)}}else if(e.indexOf(Dt(p),_)!=_){var B=y.lastIndexOf(p);B>-1&&(y=y.slice(0,B))}return y+c}function sD(e){return e=ge(e),e&&mp.test(e)?e.replace(Yu,Lh):e}var oD=Fr(function(e,i,u){return e+(u?" ":"")+i.toUpperCase()}),eu=Dl("toUpperCase");function mc(e,i,u){return e=ge(e),i=u?n:i,i===n?xh(e)?$h(e):vh(e):e.match(i)||[]}var Ec=re(function(e,i){try{return mt(e,n,i)}catch(u){return Jo(u)?u:new Z(u)}}),uD=_n(function(e,i){return Nt(i,function(u){u=un(u),En(e,u,zo(e[u],e))}),e});function aD(e){var i=e==null?0:e.length,u=W();return e=i?Ie(e,function(c){if(typeof c[1]!="function")throw new bt(l);return[u(c[0]),c[1]]}):[],re(function(c){for(var p=-1;++p$t)return[];var u=Ft,c=Ze(e,Ft);i=W(i),e-=Ft;for(var p=lo(c,i);++u0||i<0)?new ue(u):(e<0?u=u.takeRight(-e):e&&(u=u.drop(e)),i!==n&&(i=te(i),u=i<0?u.dropRight(-i):u.take(i-e)),u)},ue.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},ue.prototype.toArray=function(){return this.take(Ft)},sn(ue.prototype,function(e,i){var u=/^(?:filter|find|map|reject)|While$/.test(i),c=/^(?:head|last)$/.test(i),p=d[c?"take"+(i=="last"?"Right":""):i],g=c||/^find/.test(i);p&&(d.prototype[i]=function(){var m=this.__wrapped__,_=c?[1]:arguments,y=m instanceof ue,N=_[0],x=y||K(m),S=function(ie){var le=p.apply(d,Ln([ie],_));return c&&B?le[0]:le};x&&u&&typeof N=="function"&&N.length!=1&&(y=x=!1);var B=this.__chain__,V=!!this.__actions__.length,Q=g&&!B,ne=y&&!V;if(!g&&x){m=ne?m:new ue(this);var z=e.apply(m,_);return z.__actions__.push({func:Ki,args:[S],thisArg:n}),new xt(z,B)}return Q&&ne?e.apply(this,_):(z=this.thru(S),Q?c?z.value()[0]:z.value():z)})}),Nt(["pop","push","shift","sort","splice","unshift"],function(e){var i=wi[e],u=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",c=/^(?:pop|shift)$/.test(e);d.prototype[e]=function(){var p=arguments;if(c&&!this.__chain__){var g=this.value();return i.apply(K(g)?g:[],p)}return this[u](function(m){return i.apply(K(m)?m:[],p)})}}),sn(ue.prototype,function(e,i){var u=d[i];if(u){var c=u.name+"";me.call(Tr,c)||(Tr[c]=[]),Tr[c].push({name:i,func:u})}}),Tr[Wi(n,pe).name]=[{name:"wrapper",func:n}],ue.prototype.clone=sd,ue.prototype.reverse=od,ue.prototype.value=ud,d.prototype.at=Bg,d.prototype.chain=$g,d.prototype.commit=Mg,d.prototype.next=Pg,d.prototype.plant=Gg,d.prototype.reverse=Vg,d.prototype.toJSON=d.prototype.valueOf=d.prototype.value=jg,d.prototype.first=d.prototype.head,Ur&&(d.prototype[Ur]=Ug),d},Dr=Mh();Jn?((Jn.exports=Dr)._=Dr,to._=Dr):Qe._=Dr}).call(ti)})(Ts,Ts.exports);var tT=Ts.exports;const bn=Zv(tT),nT="/docs",rT="LDOG Stack",iT="https://apiskeletons.com/images/favicon.ico",sT="https://raw.githubusercontent.com/API-Skeletons/ldog/main/public/ldog.svg",oT='{"description":"A PHP Stack with Laravel, Doctrine ORM, and GraphQL.","og:description":"A PHP Stack with Laravel, Doctrine ORM, and GraphQL.","keywords":"laravel,doctrine,orm,graphql","author":"API Skeletons, Inc. ","og:title":"LDOG Stack","og:type":"article","og:image":"https://raw.githubusercontent.com/API-Skeletons/ldog/main/public/ldog.svg"}',uT='[{"title":"Introduction","content":[{"title":"Welcome","content":"# LDOG Stack\\n\\n## Laravel, Doctrine ORM, and GraphQL\\n\\nThis is a template application for building GraphQL applications in\\nLaravel with Doctrine ORM. **Known as the LDOG (el-dog) Stack.**\\n\\nTo create a new project run\\n```\\ncomposer create-project api-skeletons/ldog\\n```\\n\\nSource code available at https://github.com/api-skeletons/ldog\\n\\nThis site is the ldog project running on Google Cloud. It includes an example\\nDoctrine ORM schema and database served as GraphQL.\\n\\nYou may explore the GraphQL with [graphiql](https://ldog.apiskeletons.dev/graphiql)\\nor POST to this server\'s GraphQL endpoint at https://ldog.apisketons.dev\\n\\n\\n## Features\\n\\n* Dockerfile suitable to immediate deployment to Cloud Run\\n* docker-compose.yml file - no Laravel Sail integration\\n* Doctrine ORM configured for XML metadata and no database naming strategy\\n* Includes the [doctrine-orm-graphql](https://github.com/api-skeletons/doctrine-orm-graphql)\\n type driver\\n* The [GraphQLController](https://github.com/API-Skeletons/ldog/blob/main/app/Http/Controllers/GraphQLController.php)\\n is pre-configured with example endpoints for connection, entity, and mutation\\n* The Doctrine [entities](https://github.com/API-Skeletons/ldog/blob/main/app/Doctrine/ORM/Entity/Artist.php)\\n have default configuration for [doctrine-orm-graphql](https://github.com/API-Skeletons/doctrine-orm-graphql)\\n* Authorization provided by [api-skeletons/laravel-doctrine-apikey](https://github.com/API-Skeletons/laravel-doctrine-apikey)\\n and [laravel/passort](https://laravel.com/docs/10.x/passport)\\n* The Laravel code has been modified so the entire project passes the\\n [Doctrine Coding Standard](https://www.doctrine-project.org/projects/doctrine-coding-standard/en/11.0/reference/index.html)\\n* Code quality tools include parallel-lint, phpcs, psalm, and phpunit\\n* An unit test is included that tests the GraphQL endpoints\\n\\n\\n## Why use this template application?\\n\\nThis template application is based on Laravel 10.x. Nothing has been taken away from that\\ndefault Laravel release but a lot has been added.\\n\\nThere are many GraphQL solutions available including those that integrate with Laravel\\nand Eloquent. But Doctrine ORM is the superior ORM because it is a\\n[data mapper pattern](https://www.thoughtfulcode.com/orm-active-record-vs-data-mapper/).\\n\\nThe [doctrine-orm-graphql](https://github.com/api-skeletons/doctrine-orm-graphql) library\\ncreates the types for your Doctrine entities and has numerous other features.\\n\\nA [Skipper](https://skipper18.com) diagram is included and the example database metadata\\nis exported from it as XML. The advantages of XML metadata over annotations or attributes\\nare many and not needing to edit the XML manually is a big benefit.\\n\\n\\n## Convert an existing database to GraphQL\\n\\nUsing skipper, import a new external model and import your database. Change the\\nExport Data Format to XML and set the path to `~/config/doctrine-orm-metadata`.\\nExport from Skipper and build your entities. Turn on `globalEnable` in the driver\\nand create at least one endpoint.\\n\\n\\n## Support\\n\\nSupport for this template application is available through\\n[API Skeletons](mailto:contact@apiskeletons.com).\\n"},{"title":"Getting Started","content":"# Getting Started\\n\\n* Copy `.env.example` or `.env.dev` to `.env`\\n* Run `docker-compose up -d`\\n* Connect to the docker instance by running `docker ps` to get the instance id,\\n then `docker exec -it {instanceId} bash`\\n* Run `composer install`\\n* Create the database with `php artisan doctrine:schema:create`\\n* Generate the GraphQL documentation with `magidoc generate`\\n\\n---\\n\\nA project of [API Skeletons](mailto:contact@apiskeletons.com)\\n* https://github.com/api-skeletons/ldog\\n"}]},{"title":"Database Quality","content":[{"title":"Doctrine ERD with Skipper","content":"# Doctrine ERD with Skipper\\n\\nIncluded is an ERD you can use to extend your project\'s database. The ERD is created with [Skipper](https://skipper18.com).\\nFind it at `~/ldog.skipper`. The export path is set to `~/config/doctrine-orm-metadata`.\\n\\nThis an an immensely powerful tool and every Doctrine ORM project should use it.\\n\\nThis is the ERD for the entities used in developing the stack.\\n\\n\\n\\n---\\n\\nA project of [API Skeletons](mailto:contact@apiskeletons.com)\\n* https://github.com/api-skeletons/ldog\\n"},{"title":"Fixtures","content":"# Fixtures\\n\\nIncluded with LDOG is a Laravel Doctrine fixture library. There are two included fixtures. To rebuild the\\nSQLite database, copy `.env.dev` to `.env`, delete the `~/database/database.sqlite` file, and run\\n\\n```\\nrm database/database.sqlite\\nphp artisan doctrine:schema:create\\nphp artisan doctrine:data-fixture:import faker\\n```\\n\\n---\\n\\nA project of [API Skeletons](mailto:contact@apiskeletons.com)\\n* https://github.com/api-skeletons/ldog\\n"}]},{"title":"Code Quality","content":[{"title":"Composer Tools for Code Quality","content":"# Composer Tools for Code Quality\\n\\nTo ensure code quality, run `composer test` to run the following:\\n\\n* [Parallel Lint](https://github.com/php-parallel-lint/PHP-Parallel-Lint)\\n* [Doctrine Coding Standard](https://www.doctrine-project.org/projects/doctrine-coding-standard/en/11.0/reference/index.html)\\n* [Psalm](https://psalm.dev/docs/)\\n* [PHPUnit](https://docs.phpunit.de/en/10.5/)\\n\\n---\\n\\nA project of [API Skeletons](mailto:contact@apiskeletons.com)\\n* https://github.com/api-skeletons/ldog\\n"}]},{"title":"GraphQL Quality","content":[{"title":"doctrine-orm-graphql","content":"Central to developing GraphQL for your project is the \\n[api-skeletons/doctrine-orm-graphql](https://github.com/api-skeletons/doctrine-orm-graphql) library.\\n\\nDeveloped over 6 years, this tool is the most powerful GraphQL tool for Doctrine ORM. \\n\\n\\n## Documentation\\n\\nhttps://doctrine-orm-graphql.apiskeletons.dev/en/latest/\\n"}]},{"title":"Generate Quality Documentation","content":[{"title":"GraphQL Documentation","content":"# GraphQL Documentation\\n\\nGraphQL documentation is created with `magidoc`. Inside the container and from the root of the project,\\n`/var/www`, run `magidoc generate` to create the documentation.\\n\\nConfiguration is done via the `~/magidoc.mjs` file.\\n\\n---\\n\\nA project of [API Skeletons](mailto:contact@apiskeletons.com)\\n* https://github.com/api-skeletons/ldog\\n"}]},{"title":"Help Resources","content":[{"title":"External Documentation","content":"# Help Resources\\n\\n* Laravel - https://laravel.com/docs/10.x\\n* Doctrine - https://www.doctrine-project.org/projects/doctrine-orm/en/2.10/index.html\\n* Laravel Doctrine Adapter - https://www.laraveldoctrine.org/\\n* GraphQL Documentation - https://graphql.org/learn/\\n* GraphQL-php - https://webonyx.github.io/graphql-php/\\n* GraphQL Type Driver for Doctrine ORM - https://doctrine-orm-graphql.apiskeletons.dev/en/latest/\\n* API Key - https://github.com/API-Skeletons/laravel-doctrine-apikey\\n* Passport - https://laravel.com/docs/10.x/passport\\n* Skipper - https://www.skipper18.com/help/\\n* magidoc - https://magidoc.js.org/introduction/welcome\\n* migrations - https://laraveldoctrine.org/docs/1.8/migrations\\n* data fixtures - https://github.com/API-Skeletons/laravel-doctrine-data-fixtures/blob/main/README.md\\n\\n---\\n\\nA project of [API Skeletons](mailto:contact@apiskeletons.com)\\n* https://github.com/api-skeletons/ldog\\n"}]},{"title":"LICENSE","content":[{"title":"LICENSE","content":"The MIT License (MIT)\\n\\nCopyright (c) 2024 API Skeletons, Inc. \\nCopyright (c) Taylor Otwell\\n\\nPermission is hereby granted, free of charge, to any person obtaining a copy\\nof this software and associated documentation files (the \\"Software\\"), to deal\\nin the Software without restriction, including without limitation the rights\\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\\ncopies of the Software, and to permit persons to whom the Software is\\nfurnished to do so, subject to the following conditions:\\n\\nThe above copyright notice and this permission notice shall be included in all\\ncopies or substantial portions of the Software.\\n\\nTHE SOFTWARE IS PROVIDED \\"AS IS\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\nSOFTWARE.\\n"}]}]',aT="true",yf={SITE_ROOT:nT,APP_TITLE:rT,APP_FAVICON:iT,APP_LOGO:sT,SITE_META:oT,PAGES:uT,MAGIDOC_GENERATE:aT};function Iy(r){return r.get(yf)}function xs(r,t){return r.getOrDefault(yf,t)}function ks(){return xs(bs.SITE_ROOT,ZD)}function ce(r,t){if(!!!r)throw new Error(t)}function xn(r){return typeof r=="object"&&r!==null}function zt(r,t){if(!!!r)throw new Error(t??"Unexpected invariant triggered.")}const lT=/\r\n|[\n\r]/g;function _u(r,t){let n=0,s=1;for(const o of r.body.matchAll(lT)){if(typeof o.index=="number"||zt(!1),o.index>=t)break;n=o.index+o[0].length,s+=1}return{line:s,column:t+1-n}}function cT(r){return Af(r.source,_u(r.source,r.start))}function Af(r,t){const n=r.locationOffset.column-1,s="".padStart(n)+r.body,o=t.line-1,a=r.locationOffset.line-1,l=t.line+a,f=t.line===1?n:0,h=t.column+f,E=`${r.name}:${l}:${h} `,D=s.split(/\r\n|[\n\r]/g),T=D[o];if(T.length>120){const b=Math.floor(h/80),C=h%80,L=[];for(let R=0;R["|",R]),["|","^".padStart(C)],["|",L[b+1]]])}return E+Vc([[`${l-1} |`,D[o-1]],[`${l} |`,T],["|","^".padStart(h)],[`${l+1} |`,D[o+1]]])}function Vc(r){const t=r.filter(([s,o])=>o!==void 0),n=Math.max(...t.map(([s])=>s.length));return t.map(([s,o])=>s.padStart(n)+(o?" "+o:"")).join(` `)}function fT(r){const t=r[0];return t==null||"kind"in t||"length"in t?{nodes:t,source:r[1],positions:r[2],path:r[3],originalError:r[4],extensions:r[5]}:t}class j extends Error{constructor(t,...n){var s,o,a;const{nodes:l,source:f,positions:h,path:E,originalError:D,extensions:T}=fT(n);super(t),this.name="GraphQLError",this.path=E??void 0,this.originalError=D??void 0,this.nodes=jc(Array.isArray(l)?l:l?[l]:void 0);const b=jc((s=this.nodes)===null||s===void 0?void 0:s.map(L=>L.loc).filter(L=>L!=null));this.source=f??(b==null||(o=b[0])===null||o===void 0?void 0:o.source),this.positions=h??(b==null?void 0:b.map(L=>L.start)),this.locations=h&&f?h.map(L=>_u(f,L)):b==null?void 0:b.map(L=>_u(L.source,L.start));const C=xn(D==null?void 0:D.extensions)?D==null?void 0:D.extensions:void 0;this.extensions=(a=T??C)!==null&&a!==void 0?a:Object.create(null),Object.defineProperties(this,{message:{writable:!0,enumerable:!0},name:{enumerable:!1},nodes:{enumerable:!1},source:{enumerable:!1},positions:{enumerable:!1},originalError:{enumerable:!1}}),D!=null&&D.stack?Object.defineProperty(this,"stack",{value:D.stack,writable:!0,configurable:!0}):Error.captureStackTrace?Error.captureStackTrace(this,j):Object.defineProperty(this,"stack",{value:Error().stack,writable:!0,configurable:!0})}get[Symbol.toStringTag](){return"GraphQLError"}toString(){let t=this.message;if(this.nodes)for(const n of this.nodes)n.loc&&(t+=` diff --git a/public/docs/_app/immutable/chunks/stores.DF19nNhK.js b/public/docs/_app/immutable/chunks/stores.CKxda2LT.js similarity index 72% rename from public/docs/_app/immutable/chunks/stores.DF19nNhK.js rename to public/docs/_app/immutable/chunks/stores.CKxda2LT.js index 7925c1b..e12ba0e 100644 --- a/public/docs/_app/immutable/chunks/stores.DF19nNhK.js +++ b/public/docs/_app/immutable/chunks/stores.CKxda2LT.js @@ -1 +1 @@ -import{s as e}from"./entry.CI97bZmp.js";const r=()=>{const s=e;return{page:{subscribe:s.page.subscribe},navigating:{subscribe:s.navigating.subscribe},updated:s.updated}},b={subscribe(s){return r().page.subscribe(s)}};export{b as p}; +import{s as e}from"./entry.DZ2M09qS.js";const r=()=>{const s=e;return{page:{subscribe:s.page.subscribe},navigating:{subscribe:s.navigating.subscribe},updated:s.updated}},b={subscribe(s){return r().page.subscribe(s)}};export{b as p}; diff --git a/public/docs/_app/immutable/entry/app.C8LYIsrO.js b/public/docs/_app/immutable/entry/app.BOkvIw4N.js similarity index 81% rename from public/docs/_app/immutable/entry/app.C8LYIsrO.js rename to public/docs/_app/immutable/entry/app.BOkvIw4N.js index 3752c81..9874c50 100644 --- a/public/docs/_app/immutable/entry/app.C8LYIsrO.js +++ b/public/docs/_app/immutable/entry/app.BOkvIw4N.js @@ -1,7 +1,7 @@ function __vite__mapDeps(indexes) { if (!__vite__mapDeps.viteFileDeps) { - __vite__mapDeps.viteFileDeps = ["../nodes/0.vPo7VLAv.js","../chunks/scheduler.Eaj42bxH.js","../chunks/index.CMSEJhCx.js","../chunks/pages.BCP16mL4.js","../chunks/control.N0296igh.js","../assets/pages.BZ7dBxQt.css","../chunks/ChevronDown.CbSzYa8s.js","../assets/ChevronDown.DFnX4Nf0.css","../chunks/prism-json.CMKj7kFV.js","../chunks/index.Cx9QXIn7.js","../chunks/Button.C_rOrgVq.js","../chunks/stores.DF19nNhK.js","../chunks/entry.CI97bZmp.js","../assets/0.Dc85tgr_.css","../nodes/1.DJMaOT67.js","../assets/1.DDNgGNlk.css","../nodes/2.BvLi7NMs.js","../chunks/index.B3J8KsPS.js","../nodes/3.CEd56bC0.js","../chunks/PreviousNextPage.Co3K97dO.js","../assets/PreviousNextPage.CSTXT5K2.css","../nodes/4.B2iPVb3e.js","../chunks/ArgsList.DiHnB2bA.js","../assets/ArgsList.tGPHACmx.css","../nodes/5.Bxhppqru.js","../chunks/FieldDetails.Dg6bK-AW.js","../chunks/DirectiveTag.DbXhTq84.js","../assets/DirectiveTag.DuCFScKg.css","../assets/FieldDetails.DpqSh-Zn.css","../nodes/6.zeX5NABM.js","../nodes/7.DdZ7yK2v.js","../nodes/8.C5v0T_kg.js","../assets/8.lLT_wvMO.css"] + __vite__mapDeps.viteFileDeps = ["../nodes/0.BpFUFp99.js","../chunks/scheduler.Eaj42bxH.js","../chunks/index.CMSEJhCx.js","../chunks/pages.CcTkWsNO.js","../chunks/control.e7CDtKCx.js","../assets/pages.BZ7dBxQt.css","../chunks/ChevronDown.CmYd3myn.js","../assets/ChevronDown.DFnX4Nf0.css","../chunks/prism-json.CMKj7kFV.js","../chunks/index.Cx9QXIn7.js","../chunks/Button.CByCVkpw.js","../chunks/stores.CKxda2LT.js","../chunks/entry.DZ2M09qS.js","../assets/0.Dc85tgr_.css","../nodes/1.BYN-DKjw.js","../assets/1.DDNgGNlk.css","../nodes/2.DDnf3l2F.js","../chunks/index.X_9yf3oX.js","../nodes/3.C02ndAS5.js","../chunks/PreviousNextPage.BdMdrLc-.js","../assets/PreviousNextPage.CSTXT5K2.css","../nodes/4.DDVfQCIE.js","../chunks/ArgsList.DxQdV4-Y.js","../assets/ArgsList.tGPHACmx.css","../nodes/5.aCIyQopu.js","../chunks/FieldDetails.qFsX1Vyn.js","../chunks/DirectiveTag.DXOjfS2C.js","../assets/DirectiveTag.DuCFScKg.css","../assets/FieldDetails.DpqSh-Zn.css","../nodes/6.DBfd8vij.js","../nodes/7.D7DADmTJ.js","../nodes/8.BXNrLDNa.js","../assets/8.lLT_wvMO.css"] } return indexes.map((i) => __vite__mapDeps.viteFileDeps[i]) } -import{s as N,b as B,q as h,c as U,l as v,d as g,J as j,K as J,e as K,f as W,g as z,k as I,L as p,t as F,j as G,o as H,D as O,I as y,M as Q}from"../chunks/scheduler.Eaj42bxH.js";import{S as X,i as Y,b as w,e as A,t as b,g as D,c as R,a as T,m as L,d as P}from"../chunks/index.CMSEJhCx.js";const Z="modulepreload",M=function(a,e){return new URL(a,e).href},V={},d=function(e,n,i){let r=Promise.resolve();if(n&&n.length>0){const _=document.getElementsByTagName("link"),t=document.querySelector("meta[property=csp-nonce]"),s=(t==null?void 0:t.nonce)||(t==null?void 0:t.getAttribute("nonce"));r=Promise.all(n.map(o=>{if(o=M(o,i),o in V)return;V[o]=!0;const c=o.endsWith(".css"),l=c?'[rel="stylesheet"]':"";if(!!i)for(let E=_.length-1;E>=0;E--){const k=_[E];if(k.href===o&&(!c||k.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${o}"]${l}`))return;const u=document.createElement("link");if(u.rel=c?"stylesheet":Z,c||(u.as="script",u.crossOrigin=""),u.href=o,s&&u.setAttribute("nonce",s),document.head.appendChild(u),c)return new Promise((E,k)=>{u.addEventListener("load",E),u.addEventListener("error",()=>k(new Error(`Unable to preload CSS for ${o}`)))})}))}return r.then(()=>e()).catch(_=>{const t=new Event("vite:preloadError",{cancelable:!0});if(t.payload=_,window.dispatchEvent(t),!t.defaultPrevented)throw _})},se={};function $(a){let e,n,i;var r=a[1][0];function _(t,s){return{props:{data:t[3],form:t[2]}}}return r&&(e=y(r,_(a)),a[12](e)),{c(){e&&R(e.$$.fragment),n=h()},l(t){e&&T(e.$$.fragment,t),n=h()},m(t,s){e&&L(e,t,s),v(t,n,s),i=!0},p(t,s){if(s&2&&r!==(r=t[1][0])){if(e){D();const o=e;w(o.$$.fragment,1,0,()=>{P(o,1)}),A()}r?(e=y(r,_(t)),t[12](e),R(e.$$.fragment),b(e.$$.fragment,1),L(e,n.parentNode,n)):e=null}else if(r){const o={};s&8&&(o.data=t[3]),s&4&&(o.form=t[2]),e.$set(o)}},i(t){i||(e&&b(e.$$.fragment,t),i=!0)},o(t){e&&w(e.$$.fragment,t),i=!1},d(t){t&&g(n),a[12](null),e&&P(e,t)}}}function x(a){let e,n,i;var r=a[1][0];function _(t,s){return{props:{data:t[3],$$slots:{default:[ee]},$$scope:{ctx:t}}}}return r&&(e=y(r,_(a)),a[11](e)),{c(){e&&R(e.$$.fragment),n=h()},l(t){e&&T(e.$$.fragment,t),n=h()},m(t,s){e&&L(e,t,s),v(t,n,s),i=!0},p(t,s){if(s&2&&r!==(r=t[1][0])){if(e){D();const o=e;w(o.$$.fragment,1,0,()=>{P(o,1)}),A()}r?(e=y(r,_(t)),t[11](e),R(e.$$.fragment),b(e.$$.fragment,1),L(e,n.parentNode,n)):e=null}else if(r){const o={};s&8&&(o.data=t[3]),s&8215&&(o.$$scope={dirty:s,ctx:t}),e.$set(o)}},i(t){i||(e&&b(e.$$.fragment,t),i=!0)},o(t){e&&w(e.$$.fragment,t),i=!1},d(t){t&&g(n),a[11](null),e&&P(e,t)}}}function ee(a){let e,n,i;var r=a[1][1];function _(t,s){return{props:{data:t[4],form:t[2]}}}return r&&(e=y(r,_(a)),a[10](e)),{c(){e&&R(e.$$.fragment),n=h()},l(t){e&&T(e.$$.fragment,t),n=h()},m(t,s){e&&L(e,t,s),v(t,n,s),i=!0},p(t,s){if(s&2&&r!==(r=t[1][1])){if(e){D();const o=e;w(o.$$.fragment,1,0,()=>{P(o,1)}),A()}r?(e=y(r,_(t)),t[10](e),R(e.$$.fragment),b(e.$$.fragment,1),L(e,n.parentNode,n)):e=null}else if(r){const o={};s&16&&(o.data=t[4]),s&4&&(o.form=t[2]),e.$set(o)}},i(t){i||(e&&b(e.$$.fragment,t),i=!0)},o(t){e&&w(e.$$.fragment,t),i=!1},d(t){t&&g(n),a[10](null),e&&P(e,t)}}}function S(a){let e,n=a[6]&&q(a);return{c(){e=K("div"),n&&n.c(),this.h()},l(i){e=W(i,"DIV",{id:!0,"aria-live":!0,"aria-atomic":!0,style:!0});var r=z(e);n&&n.l(r),r.forEach(g),this.h()},h(){I(e,"id","svelte-announcer"),I(e,"aria-live","assertive"),I(e,"aria-atomic","true"),p(e,"position","absolute"),p(e,"left","0"),p(e,"top","0"),p(e,"clip","rect(0 0 0 0)"),p(e,"clip-path","inset(50%)"),p(e,"overflow","hidden"),p(e,"white-space","nowrap"),p(e,"width","1px"),p(e,"height","1px")},m(i,r){v(i,e,r),n&&n.m(e,null)},p(i,r){i[6]?n?n.p(i,r):(n=q(i),n.c(),n.m(e,null)):n&&(n.d(1),n=null)},d(i){i&&g(e),n&&n.d()}}}function q(a){let e;return{c(){e=F(a[7])},l(n){e=G(n,a[7])},m(n,i){v(n,e,i)},p(n,i){i&128&&H(e,n[7])},d(n){n&&g(e)}}}function te(a){let e,n,i,r,_;const t=[x,$],s=[];function o(l,m){return l[1][1]?0:1}e=o(a),n=s[e]=t[e](a);let c=a[5]&&S(a);return{c(){n.c(),i=B(),c&&c.c(),r=h()},l(l){n.l(l),i=U(l),c&&c.l(l),r=h()},m(l,m){s[e].m(l,m),v(l,i,m),c&&c.m(l,m),v(l,r,m),_=!0},p(l,[m]){let u=e;e=o(l),e===u?s[e].p(l,m):(D(),w(s[u],1,1,()=>{s[u]=null}),A(),n=s[e],n?n.p(l,m):(n=s[e]=t[e](l),n.c()),b(n,1),n.m(i.parentNode,i)),l[5]?c?c.p(l,m):(c=S(l),c.c(),c.m(r.parentNode,r)):c&&(c.d(1),c=null)},i(l){_||(b(n),_=!0)},o(l){w(n),_=!1},d(l){l&&(g(i),g(r)),s[e].d(l),c&&c.d(l)}}}function ne(a,e,n){let{stores:i}=e,{page:r}=e,{constructors:_}=e,{components:t=[]}=e,{form:s}=e,{data_0:o=null}=e,{data_1:c=null}=e;j(i.page.notify);let l=!1,m=!1,u=null;J(()=>{const f=i.page.subscribe(()=>{l&&(n(6,m=!0),Q().then(()=>{n(7,u=document.title||"untitled page")}))});return n(5,l=!0),f});function E(f){O[f?"unshift":"push"](()=>{t[1]=f,n(0,t)})}function k(f){O[f?"unshift":"push"](()=>{t[0]=f,n(0,t)})}function C(f){O[f?"unshift":"push"](()=>{t[0]=f,n(0,t)})}return a.$$set=f=>{"stores"in f&&n(8,i=f.stores),"page"in f&&n(9,r=f.page),"constructors"in f&&n(1,_=f.constructors),"components"in f&&n(0,t=f.components),"form"in f&&n(2,s=f.form),"data_0"in f&&n(3,o=f.data_0),"data_1"in f&&n(4,c=f.data_1)},a.$$.update=()=>{a.$$.dirty&768&&i.page.set(r)},[t,_,s,o,c,l,m,u,i,r,E,k,C]}class oe extends X{constructor(e){super(),Y(this,e,ne,te,N,{stores:8,page:9,constructors:1,components:0,form:2,data_0:3,data_1:4})}}const ae=[()=>d(()=>import("../nodes/0.vPo7VLAv.js"),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13]),import.meta.url),()=>d(()=>import("../nodes/1.DJMaOT67.js"),__vite__mapDeps([14,1,2,11,12,9,4,15]),import.meta.url),()=>d(()=>import("../nodes/2.BvLi7NMs.js"),__vite__mapDeps([16,17,4,3,2,1,5]),import.meta.url),()=>d(()=>import("../nodes/3.CEd56bC0.js"),__vite__mapDeps([18,17,4,3,2,1,5,19,6,7,9,20]),import.meta.url),()=>d(()=>import("../nodes/4.B2iPVb3e.js"),__vite__mapDeps([21,3,2,1,4,5,17,19,6,7,9,20,22,23]),import.meta.url),()=>d(()=>import("../nodes/5.Bxhppqru.js"),__vite__mapDeps([24,3,2,1,4,5,17,25,9,19,6,7,20,8,10,22,23,26,27,28]),import.meta.url),()=>d(()=>import("../nodes/6.zeX5NABM.js"),__vite__mapDeps([29,3,2,1,4,5,17,25,9,19,6,7,20,8,10,22,23,26,27,28]),import.meta.url),()=>d(()=>import("../nodes/7.DdZ7yK2v.js"),__vite__mapDeps([30,3,2,1,4,5,17,25,9,19,6,7,20,8,10,22,23,26,27,28]),import.meta.url),()=>d(()=>import("../nodes/8.C5v0T_kg.js"),__vite__mapDeps([31,3,2,1,4,5,17,19,6,7,9,20,22,23,10,26,27,32]),import.meta.url)],le=[],ce={"/":[2],"/directives/[directive]":[4],"/mutations/[mutation]":[5],"/queries/[query]":[6],"/subscriptions/[subscription]":[7],"/types/[type]":[8],"/[...page]":[3]},fe={handleError:({error:a})=>{console.error(a)},reroute:()=>{}};export{ce as dictionary,fe as hooks,se as matchers,ae as nodes,oe as root,le as server_loads}; +import{s as N,b as B,q as h,c as U,l as v,d as g,J as j,K as J,e as K,f as W,g as z,k as I,L as p,t as F,j as G,o as H,D as O,I as y,M as Q}from"../chunks/scheduler.Eaj42bxH.js";import{S as X,i as Y,b as w,e as A,t as b,g as D,c as R,a as T,m as L,d as P}from"../chunks/index.CMSEJhCx.js";const Z="modulepreload",M=function(a,e){return new URL(a,e).href},V={},d=function(e,n,i){let r=Promise.resolve();if(n&&n.length>0){const _=document.getElementsByTagName("link"),t=document.querySelector("meta[property=csp-nonce]"),s=(t==null?void 0:t.nonce)||(t==null?void 0:t.getAttribute("nonce"));r=Promise.all(n.map(o=>{if(o=M(o,i),o in V)return;V[o]=!0;const c=o.endsWith(".css"),l=c?'[rel="stylesheet"]':"";if(!!i)for(let E=_.length-1;E>=0;E--){const k=_[E];if(k.href===o&&(!c||k.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${o}"]${l}`))return;const u=document.createElement("link");if(u.rel=c?"stylesheet":Z,c||(u.as="script",u.crossOrigin=""),u.href=o,s&&u.setAttribute("nonce",s),document.head.appendChild(u),c)return new Promise((E,k)=>{u.addEventListener("load",E),u.addEventListener("error",()=>k(new Error(`Unable to preload CSS for ${o}`)))})}))}return r.then(()=>e()).catch(_=>{const t=new Event("vite:preloadError",{cancelable:!0});if(t.payload=_,window.dispatchEvent(t),!t.defaultPrevented)throw _})},se={};function $(a){let e,n,i;var r=a[1][0];function _(t,s){return{props:{data:t[3],form:t[2]}}}return r&&(e=y(r,_(a)),a[12](e)),{c(){e&&R(e.$$.fragment),n=h()},l(t){e&&T(e.$$.fragment,t),n=h()},m(t,s){e&&L(e,t,s),v(t,n,s),i=!0},p(t,s){if(s&2&&r!==(r=t[1][0])){if(e){D();const o=e;w(o.$$.fragment,1,0,()=>{P(o,1)}),A()}r?(e=y(r,_(t)),t[12](e),R(e.$$.fragment),b(e.$$.fragment,1),L(e,n.parentNode,n)):e=null}else if(r){const o={};s&8&&(o.data=t[3]),s&4&&(o.form=t[2]),e.$set(o)}},i(t){i||(e&&b(e.$$.fragment,t),i=!0)},o(t){e&&w(e.$$.fragment,t),i=!1},d(t){t&&g(n),a[12](null),e&&P(e,t)}}}function x(a){let e,n,i;var r=a[1][0];function _(t,s){return{props:{data:t[3],$$slots:{default:[ee]},$$scope:{ctx:t}}}}return r&&(e=y(r,_(a)),a[11](e)),{c(){e&&R(e.$$.fragment),n=h()},l(t){e&&T(e.$$.fragment,t),n=h()},m(t,s){e&&L(e,t,s),v(t,n,s),i=!0},p(t,s){if(s&2&&r!==(r=t[1][0])){if(e){D();const o=e;w(o.$$.fragment,1,0,()=>{P(o,1)}),A()}r?(e=y(r,_(t)),t[11](e),R(e.$$.fragment),b(e.$$.fragment,1),L(e,n.parentNode,n)):e=null}else if(r){const o={};s&8&&(o.data=t[3]),s&8215&&(o.$$scope={dirty:s,ctx:t}),e.$set(o)}},i(t){i||(e&&b(e.$$.fragment,t),i=!0)},o(t){e&&w(e.$$.fragment,t),i=!1},d(t){t&&g(n),a[11](null),e&&P(e,t)}}}function ee(a){let e,n,i;var r=a[1][1];function _(t,s){return{props:{data:t[4],form:t[2]}}}return r&&(e=y(r,_(a)),a[10](e)),{c(){e&&R(e.$$.fragment),n=h()},l(t){e&&T(e.$$.fragment,t),n=h()},m(t,s){e&&L(e,t,s),v(t,n,s),i=!0},p(t,s){if(s&2&&r!==(r=t[1][1])){if(e){D();const o=e;w(o.$$.fragment,1,0,()=>{P(o,1)}),A()}r?(e=y(r,_(t)),t[10](e),R(e.$$.fragment),b(e.$$.fragment,1),L(e,n.parentNode,n)):e=null}else if(r){const o={};s&16&&(o.data=t[4]),s&4&&(o.form=t[2]),e.$set(o)}},i(t){i||(e&&b(e.$$.fragment,t),i=!0)},o(t){e&&w(e.$$.fragment,t),i=!1},d(t){t&&g(n),a[10](null),e&&P(e,t)}}}function S(a){let e,n=a[6]&&q(a);return{c(){e=K("div"),n&&n.c(),this.h()},l(i){e=W(i,"DIV",{id:!0,"aria-live":!0,"aria-atomic":!0,style:!0});var r=z(e);n&&n.l(r),r.forEach(g),this.h()},h(){I(e,"id","svelte-announcer"),I(e,"aria-live","assertive"),I(e,"aria-atomic","true"),p(e,"position","absolute"),p(e,"left","0"),p(e,"top","0"),p(e,"clip","rect(0 0 0 0)"),p(e,"clip-path","inset(50%)"),p(e,"overflow","hidden"),p(e,"white-space","nowrap"),p(e,"width","1px"),p(e,"height","1px")},m(i,r){v(i,e,r),n&&n.m(e,null)},p(i,r){i[6]?n?n.p(i,r):(n=q(i),n.c(),n.m(e,null)):n&&(n.d(1),n=null)},d(i){i&&g(e),n&&n.d()}}}function q(a){let e;return{c(){e=F(a[7])},l(n){e=G(n,a[7])},m(n,i){v(n,e,i)},p(n,i){i&128&&H(e,n[7])},d(n){n&&g(e)}}}function te(a){let e,n,i,r,_;const t=[x,$],s=[];function o(l,m){return l[1][1]?0:1}e=o(a),n=s[e]=t[e](a);let c=a[5]&&S(a);return{c(){n.c(),i=B(),c&&c.c(),r=h()},l(l){n.l(l),i=U(l),c&&c.l(l),r=h()},m(l,m){s[e].m(l,m),v(l,i,m),c&&c.m(l,m),v(l,r,m),_=!0},p(l,[m]){let u=e;e=o(l),e===u?s[e].p(l,m):(D(),w(s[u],1,1,()=>{s[u]=null}),A(),n=s[e],n?n.p(l,m):(n=s[e]=t[e](l),n.c()),b(n,1),n.m(i.parentNode,i)),l[5]?c?c.p(l,m):(c=S(l),c.c(),c.m(r.parentNode,r)):c&&(c.d(1),c=null)},i(l){_||(b(n),_=!0)},o(l){w(n),_=!1},d(l){l&&(g(i),g(r)),s[e].d(l),c&&c.d(l)}}}function ne(a,e,n){let{stores:i}=e,{page:r}=e,{constructors:_}=e,{components:t=[]}=e,{form:s}=e,{data_0:o=null}=e,{data_1:c=null}=e;j(i.page.notify);let l=!1,m=!1,u=null;J(()=>{const f=i.page.subscribe(()=>{l&&(n(6,m=!0),Q().then(()=>{n(7,u=document.title||"untitled page")}))});return n(5,l=!0),f});function E(f){O[f?"unshift":"push"](()=>{t[1]=f,n(0,t)})}function k(f){O[f?"unshift":"push"](()=>{t[0]=f,n(0,t)})}function C(f){O[f?"unshift":"push"](()=>{t[0]=f,n(0,t)})}return a.$$set=f=>{"stores"in f&&n(8,i=f.stores),"page"in f&&n(9,r=f.page),"constructors"in f&&n(1,_=f.constructors),"components"in f&&n(0,t=f.components),"form"in f&&n(2,s=f.form),"data_0"in f&&n(3,o=f.data_0),"data_1"in f&&n(4,c=f.data_1)},a.$$.update=()=>{a.$$.dirty&768&&i.page.set(r)},[t,_,s,o,c,l,m,u,i,r,E,k,C]}class oe extends X{constructor(e){super(),Y(this,e,ne,te,N,{stores:8,page:9,constructors:1,components:0,form:2,data_0:3,data_1:4})}}const ae=[()=>d(()=>import("../nodes/0.BpFUFp99.js"),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13]),import.meta.url),()=>d(()=>import("../nodes/1.BYN-DKjw.js"),__vite__mapDeps([14,1,2,11,12,9,4,15]),import.meta.url),()=>d(()=>import("../nodes/2.DDnf3l2F.js"),__vite__mapDeps([16,17,4,3,2,1,5]),import.meta.url),()=>d(()=>import("../nodes/3.C02ndAS5.js"),__vite__mapDeps([18,17,4,3,2,1,5,19,6,7,9,20]),import.meta.url),()=>d(()=>import("../nodes/4.DDVfQCIE.js"),__vite__mapDeps([21,3,2,1,4,5,17,19,6,7,9,20,22,23]),import.meta.url),()=>d(()=>import("../nodes/5.aCIyQopu.js"),__vite__mapDeps([24,3,2,1,4,5,17,25,9,19,6,7,20,8,10,22,23,26,27,28]),import.meta.url),()=>d(()=>import("../nodes/6.DBfd8vij.js"),__vite__mapDeps([29,3,2,1,4,5,17,25,9,19,6,7,20,8,10,22,23,26,27,28]),import.meta.url),()=>d(()=>import("../nodes/7.D7DADmTJ.js"),__vite__mapDeps([30,3,2,1,4,5,17,25,9,19,6,7,20,8,10,22,23,26,27,28]),import.meta.url),()=>d(()=>import("../nodes/8.BXNrLDNa.js"),__vite__mapDeps([31,3,2,1,4,5,17,19,6,7,9,20,22,23,10,26,27,32]),import.meta.url)],le=[],ce={"/":[2],"/directives/[directive]":[4],"/mutations/[mutation]":[5],"/queries/[query]":[6],"/subscriptions/[subscription]":[7],"/types/[type]":[8],"/[...page]":[3]},fe={handleError:({error:a})=>{console.error(a)},reroute:()=>{}};export{ce as dictionary,fe as hooks,se as matchers,ae as nodes,oe as root,le as server_loads}; diff --git a/public/docs/_app/immutable/entry/start.Cc8V18aH.js b/public/docs/_app/immutable/entry/start.Cc8V18aH.js deleted file mode 100644 index 64083f5..0000000 --- a/public/docs/_app/immutable/entry/start.Cc8V18aH.js +++ /dev/null @@ -1 +0,0 @@ -import{a as t}from"../chunks/entry.CI97bZmp.js";export{t as start}; diff --git a/public/docs/_app/immutable/entry/start.WXaHjhXz.js b/public/docs/_app/immutable/entry/start.WXaHjhXz.js new file mode 100644 index 0000000..775ed7f --- /dev/null +++ b/public/docs/_app/immutable/entry/start.WXaHjhXz.js @@ -0,0 +1 @@ +import{a as t}from"../chunks/entry.DZ2M09qS.js";export{t as start}; diff --git a/public/docs/_app/immutable/nodes/0.vPo7VLAv.js b/public/docs/_app/immutable/nodes/0.BpFUFp99.js similarity index 99% rename from public/docs/_app/immutable/nodes/0.vPo7VLAv.js rename to public/docs/_app/immutable/nodes/0.BpFUFp99.js index c278db0..ffbd8ef 100644 --- a/public/docs/_app/immutable/nodes/0.vPo7VLAv.js +++ b/public/docs/_app/immutable/nodes/0.BpFUFp99.js @@ -1,4 +1,4 @@ -import{s as J,E as _e,v as M,e as V,f as U,g as y,d as g,y as ve,z as A,L as je,l as w,F as be,G as pe,H as ke,u as B,p as Ze,w as x,q as Y,a4 as Z,a5 as K,k as L,a6 as ge,m as N,n as X,t as oe,j as ue,o as me,I as Ie,A as se,r as We,x as ce,D as Ae,P as lt,b as ie,c as re,B as Nt,a7 as He,a1 as st,ae as Lt,ac as $i,a2 as Le,K as Ct,af as er,J as tr,ag as _t,ah as nr,ai as ir,aj as fi,h as rr}from"../chunks/scheduler.Eaj42bxH.js";import{S as Q,i as $,t as b,b as k,g as fe,e as de,c as D,a as W,m as P,d as G,f as De,h as Ft}from"../chunks/index.CMSEJhCx.js";import{T as di,U as Bt,l as he,m as at,w as Je,x as xe,_ as bt,y as ye,V as lr,F as sr,I as ar,G as or,E as ur,H as cr,J as fr,p as hi,s as dr,B as hr,u as tt,j as nt,W as pt,O as gr}from"../chunks/pages.BCP16mL4.js";import{C as Ke,L as mr,a as _r,P as br}from"../chunks/ChevronDown.CbSzYa8s.js";import"../chunks/prism-json.CMKj7kFV.js";import{w as $e}from"../chunks/index.Cx9QXIn7.js";import{B as ot}from"../chunks/Button.C_rOrgVq.js";import{b as pr}from"../chunks/control.N0296igh.js";import{p as gi}from"../chunks/stores.DF19nNhK.js";const kr=typeof window<"u"?window:typeof globalThis<"u"?globalThis:global;function vr(i){return{name:"container",level:"block",start(e){var t;return(t=e.match(/^:::[^:\n\s]/))==null?void 0:t.index},tokenizer(e){const n=/^:::(?[a-z0-9-]+)(?.*)?\n(?(?:.|\n)*)\n:::(?:\n|$)/i.exec(wr(e));if(!n||!n.groups)return null;const r=n.groups.type.toLocaleLowerCase(),s=Er(n.groups.options||""),l=n.groups.content||"",a=i({type:r,content:l,raw:n[0],options:s,lexer:this.lexer});return a&&a.tokens&&this.lexer.blockTokens(l,a.tokens),a}}}function wr(i){if(!i.startsWith(":::"))return;const e=i.split(` +import{s as J,E as _e,v as M,e as V,f as U,g as y,d as g,y as ve,z as A,L as je,l as w,F as be,G as pe,H as ke,u as B,p as Ze,w as x,q as Y,a4 as Z,a5 as K,k as L,a6 as ge,m as N,n as X,t as oe,j as ue,o as me,I as Ie,A as se,r as We,x as ce,D as Ae,P as lt,b as ie,c as re,B as Nt,a7 as He,a1 as st,ae as Lt,ac as $i,a2 as Le,K as Ct,af as er,J as tr,ag as _t,ah as nr,ai as ir,aj as fi,h as rr}from"../chunks/scheduler.Eaj42bxH.js";import{S as Q,i as $,t as b,b as k,g as fe,e as de,c as D,a as W,m as P,d as G,f as De,h as Ft}from"../chunks/index.CMSEJhCx.js";import{T as di,U as Bt,l as he,m as at,w as Je,x as xe,_ as bt,y as ye,V as lr,F as sr,I as ar,G as or,E as ur,H as cr,J as fr,p as hi,s as dr,B as hr,u as tt,j as nt,W as pt,O as gr}from"../chunks/pages.CcTkWsNO.js";import{C as Ke,L as mr,a as _r,P as br}from"../chunks/ChevronDown.CmYd3myn.js";import"../chunks/prism-json.CMKj7kFV.js";import{w as $e}from"../chunks/index.Cx9QXIn7.js";import{B as ot}from"../chunks/Button.CByCVkpw.js";import{b as pr}from"../chunks/control.e7CDtKCx.js";import{p as gi}from"../chunks/stores.CKxda2LT.js";const kr=typeof window<"u"?window:typeof globalThis<"u"?globalThis:global;function vr(i){return{name:"container",level:"block",start(e){var t;return(t=e.match(/^:::[^:\n\s]/))==null?void 0:t.index},tokenizer(e){const n=/^:::(?[a-z0-9-]+)(?.*)?\n(?(?:.|\n)*)\n:::(?:\n|$)/i.exec(wr(e));if(!n||!n.groups)return null;const r=n.groups.type.toLocaleLowerCase(),s=Er(n.groups.options||""),l=n.groups.content||"",a=i({type:r,content:l,raw:n[0],options:s,lexer:this.lexer});return a&&a.tokens&&this.lexer.blockTokens(l,a.tokens),a}}}function wr(i){if(!i.startsWith(":::"))return;const e=i.split(` `);let t=1,n=1;for(n=1;n[a-z0-9]+)(?:="(?(?:.*?))")?/i.exec(t);if(!l)break;const a=(n=l==null?void 0:l.groups)==null?void 0:n.name;a&&(e[a]=((r=l==null?void 0:l.groups)==null?void 0:r.value)??!0),t=t.slice(l.index+l[0].length)}return e}const Sr={containerExtension:vr},Ar=["error","success","info","warning"];function yr({options:i,raw:e}){var r,s,l;const t=((l=(s=(r=i.type)==null?void 0:r.toString())==null?void 0:s.toLocaleLowerCase())==null?void 0:l.trim())??"info",n=Ar.some(a=>a===t)?t:"info";return{type:"notification",raw:e,style:n,tokens:[]}}function Mr({lexer:i,content:e,raw:t}){const n=e.split(` `),r=n.map((l,a)=>l.startsWith("---")?a:-1).filter(l=>l!==-1);if(r.length===0)return null;const s=r.map((l,a)=>{const o=n[l].replace("---","").trim(),u=n.slice(l+1,r[a+1]??n.length).join(` diff --git a/public/docs/_app/immutable/nodes/1.DJMaOT67.js b/public/docs/_app/immutable/nodes/1.BYN-DKjw.js similarity index 94% rename from public/docs/_app/immutable/nodes/1.DJMaOT67.js rename to public/docs/_app/immutable/nodes/1.BYN-DKjw.js index f4690ba..6b645f0 100644 --- a/public/docs/_app/immutable/nodes/1.DJMaOT67.js +++ b/public/docs/_app/immutable/nodes/1.BYN-DKjw.js @@ -1 +1 @@ -import{s as x,b,e as _,t as j,h as y,d as p,c as w,f,g as v,j as S,k as z,l as $,m as d,o as k,n as q,p as A}from"../chunks/scheduler.Eaj42bxH.js";import{S as C,i as D}from"../chunks/index.CMSEJhCx.js";import{p as H}from"../chunks/stores.DF19nNhK.js";function I(a){let n,i,e,r,s=a[0].status+"",o,u,c,h;return document.title=n="Error - "+a[0].status,{c(){i=b(),e=_("div"),r=_("h1"),o=j(s),u=b(),c=_("p"),h=j(a[1]),this.h()},l(t){y("svelte-1wpfhz9",document.head).forEach(p),i=w(t),e=f(t,"DIV",{class:!0});var m=v(e);r=f(m,"H1",{});var E=v(r);o=S(E,s),E.forEach(p),u=w(m),c=f(m,"P",{});var g=v(c);h=S(g,a[1]),g.forEach(p),m.forEach(p),this.h()},h(){z(e,"class","wrapper svelte-1ldjxpt")},m(t,l){$(t,i,l),$(t,e,l),d(e,r),d(r,o),d(e,u),d(e,c),d(c,h)},p(t,[l]){l&1&&n!==(n="Error - "+t[0].status)&&(document.title=n),l&1&&s!==(s=t[0].status+"")&&k(o,s),l&2&&k(h,t[1])},i:q,o:q,d(t){t&&(p(i),p(e))}}}function P(a,n,i){let e;A(a,H,s=>i(0,e=s));let r;return a.$$.update=()=>{var s;if(a.$$.dirty&1){const o=((s=e.error)==null?void 0:s.message)||"An unexpected error occurred.";i(1,r=o.endsWith(".")?o:`${o}.`)}},[e,r]}class F extends C{constructor(n){super(),D(this,n,P,I,x,{})}}export{F as component}; +import{s as x,b,e as _,t as j,h as y,d as p,c as w,f,g as v,j as S,k as z,l as $,m as d,o as k,n as q,p as A}from"../chunks/scheduler.Eaj42bxH.js";import{S as C,i as D}from"../chunks/index.CMSEJhCx.js";import{p as H}from"../chunks/stores.CKxda2LT.js";function I(a){let n,i,e,r,s=a[0].status+"",o,u,c,h;return document.title=n="Error - "+a[0].status,{c(){i=b(),e=_("div"),r=_("h1"),o=j(s),u=b(),c=_("p"),h=j(a[1]),this.h()},l(t){y("svelte-1wpfhz9",document.head).forEach(p),i=w(t),e=f(t,"DIV",{class:!0});var m=v(e);r=f(m,"H1",{});var E=v(r);o=S(E,s),E.forEach(p),u=w(m),c=f(m,"P",{});var g=v(c);h=S(g,a[1]),g.forEach(p),m.forEach(p),this.h()},h(){z(e,"class","wrapper svelte-1ldjxpt")},m(t,l){$(t,i,l),$(t,e,l),d(e,r),d(r,o),d(e,u),d(e,c),d(c,h)},p(t,[l]){l&1&&n!==(n="Error - "+t[0].status)&&(document.title=n),l&1&&s!==(s=t[0].status+"")&&k(o,s),l&2&&k(h,t[1])},i:q,o:q,d(t){t&&(p(i),p(e))}}}function P(a,n,i){let e;A(a,H,s=>i(0,e=s));let r;return a.$$.update=()=>{var s;if(a.$$.dirty&1){const o=((s=e.error)==null?void 0:s.message)||"An unexpected error occurred.";i(1,r=o.endsWith(".")?o:`${o}.`)}},[e,r]}class F extends C{constructor(n){super(),D(this,n,P,I,x,{})}}export{F as component}; diff --git a/public/docs/_app/immutable/nodes/2.BvLi7NMs.js b/public/docs/_app/immutable/nodes/2.DDnf3l2F.js similarity index 53% rename from public/docs/_app/immutable/nodes/2.BvLi7NMs.js rename to public/docs/_app/immutable/nodes/2.DDnf3l2F.js index 98ddb73..bdf3178 100644 --- a/public/docs/_app/immutable/nodes/2.BvLi7NMs.js +++ b/public/docs/_app/immutable/nodes/2.DDnf3l2F.js @@ -1 +1 @@ -import{r as e}from"../chunks/index.B3J8KsPS.js";import{h as r}from"../chunks/pages.BCP16mL4.js";const o=!0;function t(){throw e(301,r)}const l=Object.freeze(Object.defineProperty({__proto__:null,load:t,prerender:o},Symbol.toStringTag,{value:"Module"}));export{l as universal}; +import{r as e}from"../chunks/index.X_9yf3oX.js";import{h as r}from"../chunks/pages.CcTkWsNO.js";const o=!0;function t(){throw e(301,r)}const l=Object.freeze(Object.defineProperty({__proto__:null,load:t,prerender:o},Symbol.toStringTag,{value:"Module"}));export{l as universal}; diff --git a/public/docs/_app/immutable/nodes/3.CEd56bC0.js b/public/docs/_app/immutable/nodes/3.C02ndAS5.js similarity index 88% rename from public/docs/_app/immutable/nodes/3.CEd56bC0.js rename to public/docs/_app/immutable/nodes/3.C02ndAS5.js index ca7f5e4..6705607 100644 --- a/public/docs/_app/immutable/nodes/3.CEd56bC0.js +++ b/public/docs/_app/immutable/nodes/3.C02ndAS5.js @@ -1,4 +1,4 @@ -import{e as k}from"../chunks/index.B3J8KsPS.js";import{p as y,f as C}from"../chunks/pages.BCP16mL4.js";import{s as S,b as u,h as j,d as m,c as d,l as _}from"../chunks/scheduler.Eaj42bxH.js";import{S as q,i as M,c as $,a as h,m as b,t as v,b as w,d as P}from"../chunks/index.CMSEJhCx.js";import{C as O,P as z}from"../chunks/PreviousNextPage.Co3K97dO.js";const B=y.length>0,E=({url:n})=>{const t=C(n.pathname);if(!t)throw k(404,"Could not find the page you are looking for");return{page:t}},I=Object.freeze(Object.defineProperty({__proto__:null,load:E,prerender:B},Symbol.toStringTag,{value:"Module"}));function H(n){var c;let t,i,a,s,r,p;return document.title=t=` +import{e as k}from"../chunks/index.X_9yf3oX.js";import{p as y,f as C}from"../chunks/pages.CcTkWsNO.js";import{s as S,b as u,h as j,d as m,c as d,l as _}from"../chunks/scheduler.Eaj42bxH.js";import{S as q,i as M,c as $,a as h,m as b,t as v,b as w,d as P}from"../chunks/index.CMSEJhCx.js";import{C as O,P as z}from"../chunks/PreviousNextPage.BdMdrLc-.js";const B=y.length>0,E=({url:n})=>{const t=C(n.pathname);if(!t)throw k(404,"Could not find the page you are looking for");return{page:t}},I=Object.freeze(Object.defineProperty({__proto__:null,load:E,prerender:B},Symbol.toStringTag,{value:"Module"}));function H(n){var c;let t,i,a,s,r,p;return document.title=t=` `+((c=n[0].page)!=null&&c.section?`${n[0].page.section} - `:"")+n[0].page.title+` `,a=new O({props:{source:n[0].page.content}}),r=new z({props:{page:n[0].page}}),{c(){i=u(),$(a.$$.fragment),s=u(),$(r.$$.fragment)},l(e){j("svelte-sbhnqj",document.head).forEach(m),i=d(e),h(a.$$.fragment,e),s=d(e),h(r.$$.fragment,e)},m(e,o){_(e,i,o),b(a,e,o),_(e,s,o),b(r,e,o),p=!0},p(e,[o]){var l;(!p||o&1)&&t!==(t=` `+((l=e[0].page)!=null&&l.section?`${e[0].page.section} - `:"")+e[0].page.title+` diff --git a/public/docs/_app/immutable/nodes/4.B2iPVb3e.js b/public/docs/_app/immutable/nodes/4.DDVfQCIE.js similarity index 92% rename from public/docs/_app/immutable/nodes/4.B2iPVb3e.js rename to public/docs/_app/immutable/nodes/4.DDVfQCIE.js index 08c150b..5212019 100644 --- a/public/docs/_app/immutable/nodes/4.B2iPVb3e.js +++ b/public/docs/_app/immutable/nodes/4.DDVfQCIE.js @@ -1 +1 @@ -import{n as E,o as N,f as O,i as y}from"../chunks/pages.BCP16mL4.js";import{e as H}from"../chunks/index.B3J8KsPS.js";import{s as k,e as M,b as h,f as T,g as q,c as w,d as $,l as u,m as A,t as P,j as S,o as z,h as I}from"../chunks/scheduler.Eaj42bxH.js";import{S as j,i as C,c as d,a as p,m as g,t as l,g as L,b as m,e as F,d as _}from"../chunks/index.CMSEJhCx.js";import{A as B,C as G,P as J}from"../chunks/PreviousNextPage.Co3K97dO.js";import{A as K}from"../chunks/ArgsList.DiHnB2bA.js";const Q=E(),R=({params:o,url:t})=>{const n=N(o.directive),r=O(t.pathname);if(!n||!r)throw H(404,`Directive ${o.directive} not found.`);return{directive:n,page:r}},ie=Object.freeze(Object.defineProperty({__proto__:null,load:R,prerender:Q},Symbol.toStringTag,{value:"Module"}));function U(o){let t=o[0].name+"",n;return{c(){n=P(t)},l(r){n=S(r,t)},m(r,i){u(r,n,i)},p(r,i){i&1&&t!==(t=r[0].name+"")&&z(n,t)},d(r){r&&$(n)}}}function D(o){let t,n,r,i;return t=new B({props:{id:"arguments",depth:2,$$slots:{default:[V]},$$scope:{ctx:o}}}),r=new K({props:{data:o[1]}}),{c(){d(t.$$.fragment),n=h(),d(r.$$.fragment)},l(a){p(t.$$.fragment,a),n=w(a),p(r.$$.fragment,a)},m(a,c){g(t,a,c),u(a,n,c),g(r,a,c),i=!0},p(a,c){const e={};c&4&&(e.$$scope={dirty:c,ctx:a}),t.$set(e);const s={};c&2&&(s.data=a[1]),r.$set(s)},i(a){i||(l(t.$$.fragment,a),l(r.$$.fragment,a),i=!0)},o(a){m(t.$$.fragment,a),m(r.$$.fragment,a),i=!1},d(a){a&&$(n),_(t,a),_(r,a)}}}function V(o){let t;return{c(){t=P("Arguments")},l(n){t=S(n,"Arguments")},m(n,r){u(n,t,r)},d(n){n&&$(t)}}}function W(o){let t,n,r,i,a,c;n=new B({props:{id:"title",depth:1,$$slots:{default:[U]},$$scope:{ctx:o}}}),i=new G({props:{source:o[0].description}});let e=o[1].length>0&&D(o);return{c(){t=M("section"),d(n.$$.fragment),r=h(),d(i.$$.fragment),a=h(),e&&e.c()},l(s){t=T(s,"SECTION",{});var f=q(t);p(n.$$.fragment,f),r=w(f),p(i.$$.fragment,f),a=w(f),e&&e.l(f),f.forEach($)},m(s,f){u(s,t,f),g(n,t,null),A(t,r),g(i,t,null),A(t,a),e&&e.m(t,null),c=!0},p(s,[f]){const v={};f&5&&(v.$$scope={dirty:f,ctx:s}),n.$set(v);const b={};f&1&&(b.source=s[0].description),i.$set(b),s[1].length>0?e?(e.p(s,f),f&2&&l(e,1)):(e=D(s),e.c(),l(e,1),e.m(t,null)):e&&(L(),m(e,1,1,()=>{e=null}),F())},i(s){c||(l(n.$$.fragment,s),l(i.$$.fragment,s),l(e),c=!0)},o(s){m(n.$$.fragment,s),m(i.$$.fragment,s),m(e),c=!1},d(s){s&&$(t),_(n),_(i),e&&e.d()}}}function X(o,t,n){let{directive:r}=t,i;return o.$$set=a=>{"directive"in a&&n(0,r=a.directive)},o.$$.update=()=>{o.$$.dirty&1&&n(1,i=y(r))},[r,i]}class Y extends j{constructor(t){super(),C(this,t,X,W,k,{directive:0})}}function Z(o){let t,n,r,i,a,c;return document.title=t="Directive - "+o[0].directive.name,r=new Y({props:{directive:o[0].directive}}),a=new J({props:{page:o[0].page}}),{c(){n=h(),d(r.$$.fragment),i=h(),d(a.$$.fragment)},l(e){I("svelte-fycjkl",document.head).forEach($),n=w(e),p(r.$$.fragment,e),i=w(e),p(a.$$.fragment,e)},m(e,s){u(e,n,s),g(r,e,s),u(e,i,s),g(a,e,s),c=!0},p(e,[s]){(!c||s&1)&&t!==(t="Directive - "+e[0].directive.name)&&(document.title=t);const f={};s&1&&(f.directive=e[0].directive),r.$set(f);const v={};s&1&&(v.page=e[0].page),a.$set(v)},i(e){c||(l(r.$$.fragment,e),l(a.$$.fragment,e),c=!0)},o(e){m(r.$$.fragment,e),m(a.$$.fragment,e),c=!1},d(e){e&&($(n),$(i)),_(r,e),_(a,e)}}}function x(o,t,n){let{data:r}=t;return o.$$set=i=>{"data"in i&&n(0,r=i.data)},[r]}class oe extends j{constructor(t){super(),C(this,t,x,Z,k,{data:0})}}export{oe as component,ie as universal}; +import{n as E,o as N,f as O,i as y}from"../chunks/pages.CcTkWsNO.js";import{e as H}from"../chunks/index.X_9yf3oX.js";import{s as k,e as M,b as h,f as T,g as q,c as w,d as $,l as u,m as A,t as P,j as S,o as z,h as I}from"../chunks/scheduler.Eaj42bxH.js";import{S as j,i as C,c as d,a as p,m as g,t as l,g as L,b as m,e as F,d as _}from"../chunks/index.CMSEJhCx.js";import{A as B,C as G,P as J}from"../chunks/PreviousNextPage.BdMdrLc-.js";import{A as K}from"../chunks/ArgsList.DxQdV4-Y.js";const Q=E(),R=({params:o,url:t})=>{const n=N(o.directive),r=O(t.pathname);if(!n||!r)throw H(404,`Directive ${o.directive} not found.`);return{directive:n,page:r}},ie=Object.freeze(Object.defineProperty({__proto__:null,load:R,prerender:Q},Symbol.toStringTag,{value:"Module"}));function U(o){let t=o[0].name+"",n;return{c(){n=P(t)},l(r){n=S(r,t)},m(r,i){u(r,n,i)},p(r,i){i&1&&t!==(t=r[0].name+"")&&z(n,t)},d(r){r&&$(n)}}}function D(o){let t,n,r,i;return t=new B({props:{id:"arguments",depth:2,$$slots:{default:[V]},$$scope:{ctx:o}}}),r=new K({props:{data:o[1]}}),{c(){d(t.$$.fragment),n=h(),d(r.$$.fragment)},l(a){p(t.$$.fragment,a),n=w(a),p(r.$$.fragment,a)},m(a,c){g(t,a,c),u(a,n,c),g(r,a,c),i=!0},p(a,c){const e={};c&4&&(e.$$scope={dirty:c,ctx:a}),t.$set(e);const s={};c&2&&(s.data=a[1]),r.$set(s)},i(a){i||(l(t.$$.fragment,a),l(r.$$.fragment,a),i=!0)},o(a){m(t.$$.fragment,a),m(r.$$.fragment,a),i=!1},d(a){a&&$(n),_(t,a),_(r,a)}}}function V(o){let t;return{c(){t=P("Arguments")},l(n){t=S(n,"Arguments")},m(n,r){u(n,t,r)},d(n){n&&$(t)}}}function W(o){let t,n,r,i,a,c;n=new B({props:{id:"title",depth:1,$$slots:{default:[U]},$$scope:{ctx:o}}}),i=new G({props:{source:o[0].description}});let e=o[1].length>0&&D(o);return{c(){t=M("section"),d(n.$$.fragment),r=h(),d(i.$$.fragment),a=h(),e&&e.c()},l(s){t=T(s,"SECTION",{});var f=q(t);p(n.$$.fragment,f),r=w(f),p(i.$$.fragment,f),a=w(f),e&&e.l(f),f.forEach($)},m(s,f){u(s,t,f),g(n,t,null),A(t,r),g(i,t,null),A(t,a),e&&e.m(t,null),c=!0},p(s,[f]){const v={};f&5&&(v.$$scope={dirty:f,ctx:s}),n.$set(v);const b={};f&1&&(b.source=s[0].description),i.$set(b),s[1].length>0?e?(e.p(s,f),f&2&&l(e,1)):(e=D(s),e.c(),l(e,1),e.m(t,null)):e&&(L(),m(e,1,1,()=>{e=null}),F())},i(s){c||(l(n.$$.fragment,s),l(i.$$.fragment,s),l(e),c=!0)},o(s){m(n.$$.fragment,s),m(i.$$.fragment,s),m(e),c=!1},d(s){s&&$(t),_(n),_(i),e&&e.d()}}}function X(o,t,n){let{directive:r}=t,i;return o.$$set=a=>{"directive"in a&&n(0,r=a.directive)},o.$$.update=()=>{o.$$.dirty&1&&n(1,i=y(r))},[r,i]}class Y extends j{constructor(t){super(),C(this,t,X,W,k,{directive:0})}}function Z(o){let t,n,r,i,a,c;return document.title=t="Directive - "+o[0].directive.name,r=new Y({props:{directive:o[0].directive}}),a=new J({props:{page:o[0].page}}),{c(){n=h(),d(r.$$.fragment),i=h(),d(a.$$.fragment)},l(e){I("svelte-fycjkl",document.head).forEach($),n=w(e),p(r.$$.fragment,e),i=w(e),p(a.$$.fragment,e)},m(e,s){u(e,n,s),g(r,e,s),u(e,i,s),g(a,e,s),c=!0},p(e,[s]){(!c||s&1)&&t!==(t="Directive - "+e[0].directive.name)&&(document.title=t);const f={};s&1&&(f.directive=e[0].directive),r.$set(f);const v={};s&1&&(v.page=e[0].page),a.$set(v)},i(e){c||(l(r.$$.fragment,e),l(a.$$.fragment,e),c=!0)},o(e){m(r.$$.fragment,e),m(a.$$.fragment,e),c=!1},d(e){e&&($(n),$(i)),_(r,e),_(a,e)}}}function x(o,t,n){let{data:r}=t;return o.$$set=i=>{"data"in i&&n(0,r=i.data)},[r]}class oe extends j{constructor(t){super(),C(this,t,x,Z,k,{data:0})}}export{oe as component,ie as universal}; diff --git a/public/docs/_app/immutable/nodes/5.Bxhppqru.js b/public/docs/_app/immutable/nodes/5.aCIyQopu.js similarity index 83% rename from public/docs/_app/immutable/nodes/5.Bxhppqru.js rename to public/docs/_app/immutable/nodes/5.aCIyQopu.js index 22c69ae..7b43686 100644 --- a/public/docs/_app/immutable/nodes/5.Bxhppqru.js +++ b/public/docs/_app/immutable/nodes/5.aCIyQopu.js @@ -1 +1 @@ -import{a as M,g as P,f as b}from"../chunks/pages.BCP16mL4.js";import{e as S}from"../chunks/index.B3J8KsPS.js";import{s as T,b as u,h as w,d as m,c as d,l as c}from"../chunks/scheduler.Eaj42bxH.js";import{S as N,i as O,c as _,a as g,m as $,t as h,b as v,d as y}from"../chunks/index.CMSEJhCx.js";import{F as j,Q as B}from"../chunks/FieldDetails.Dg6bK-AW.js";import{P as F}from"../chunks/PreviousNextPage.Co3K97dO.js";const Q=M(),q=({params:n,url:a})=>{const o=P(n.mutation),t=b(a.pathname);if(!o||!t)throw S(404,`Mutation ${n.mutation} not found.`);return{field:o,page:t}},U=Object.freeze(Object.defineProperty({__proto__:null,load:q,prerender:Q},Symbol.toStringTag,{value:"Module"}));function x(n){let a,o,t,r,i,f;return document.title=a="Mutation - "+n[0].field.name,t=new j({props:{field:n[0].field,type:B.MUTATION}}),i=new F({props:{page:n[0].page}}),{c(){o=u(),_(t.$$.fragment),r=u(),_(i.$$.fragment)},l(e){w("svelte-1ha51ns",document.head).forEach(m),o=d(e),g(t.$$.fragment,e),r=d(e),g(i.$$.fragment,e)},m(e,s){c(e,o,s),$(t,e,s),c(e,r,s),$(i,e,s),f=!0},p(e,[s]){(!f||s&1)&&a!==(a="Mutation - "+e[0].field.name)&&(document.title=a);const l={};s&1&&(l.field=e[0].field),t.$set(l);const p={};s&1&&(p.page=e[0].page),i.$set(p)},i(e){f||(h(t.$$.fragment,e),h(i.$$.fragment,e),f=!0)},o(e){v(t.$$.fragment,e),v(i.$$.fragment,e),f=!1},d(e){e&&(m(o),m(r)),y(t,e),y(i,e)}}}function z(n,a,o){let{data:t}=a;return n.$$set=r=>{"data"in r&&o(0,t=r.data)},[t]}class k extends N{constructor(a){super(),O(this,a,z,x,T,{data:0})}}export{k as component,U as universal}; +import{a as M,g as P,f as b}from"../chunks/pages.CcTkWsNO.js";import{e as S}from"../chunks/index.X_9yf3oX.js";import{s as T,b as u,h as w,d as m,c as d,l as c}from"../chunks/scheduler.Eaj42bxH.js";import{S as N,i as O,c as _,a as g,m as $,t as h,b as v,d as y}from"../chunks/index.CMSEJhCx.js";import{F as j,Q as B}from"../chunks/FieldDetails.qFsX1Vyn.js";import{P as F}from"../chunks/PreviousNextPage.BdMdrLc-.js";const Q=M(),q=({params:n,url:a})=>{const o=P(n.mutation),t=b(a.pathname);if(!o||!t)throw S(404,`Mutation ${n.mutation} not found.`);return{field:o,page:t}},U=Object.freeze(Object.defineProperty({__proto__:null,load:q,prerender:Q},Symbol.toStringTag,{value:"Module"}));function x(n){let a,o,t,r,i,f;return document.title=a="Mutation - "+n[0].field.name,t=new j({props:{field:n[0].field,type:B.MUTATION}}),i=new F({props:{page:n[0].page}}),{c(){o=u(),_(t.$$.fragment),r=u(),_(i.$$.fragment)},l(e){w("svelte-1ha51ns",document.head).forEach(m),o=d(e),g(t.$$.fragment,e),r=d(e),g(i.$$.fragment,e)},m(e,s){c(e,o,s),$(t,e,s),c(e,r,s),$(i,e,s),f=!0},p(e,[s]){(!f||s&1)&&a!==(a="Mutation - "+e[0].field.name)&&(document.title=a);const l={};s&1&&(l.field=e[0].field),t.$set(l);const p={};s&1&&(p.page=e[0].page),i.$set(p)},i(e){f||(h(t.$$.fragment,e),h(i.$$.fragment,e),f=!0)},o(e){v(t.$$.fragment,e),v(i.$$.fragment,e),f=!1},d(e){e&&(m(o),m(r)),y(t,e),y(i,e)}}}function z(n,a,o){let{data:t}=a;return n.$$set=r=>{"data"in r&&o(0,t=r.data)},[t]}class k extends N{constructor(a){super(),O(this,a,z,x,T,{data:0})}}export{k as component,U as universal}; diff --git a/public/docs/_app/immutable/nodes/6.zeX5NABM.js b/public/docs/_app/immutable/nodes/6.DBfd8vij.js similarity index 83% rename from public/docs/_app/immutable/nodes/6.zeX5NABM.js rename to public/docs/_app/immutable/nodes/6.DBfd8vij.js index 1fa5058..e030ad8 100644 --- a/public/docs/_app/immutable/nodes/6.zeX5NABM.js +++ b/public/docs/_app/immutable/nodes/6.DBfd8vij.js @@ -1 +1 @@ -import{b as Q,c as b,f as P}from"../chunks/pages.BCP16mL4.js";import{e as S}from"../chunks/index.B3J8KsPS.js";import{s as q,b as u,h as w,d as m,c as d,l as c}from"../chunks/scheduler.Eaj42bxH.js";import{S as j,i as B,c as _,a as g,m as $,t as y,b as h,d as v}from"../chunks/index.CMSEJhCx.js";import{F as E,Q as F}from"../chunks/FieldDetails.Dg6bK-AW.js";import{P as N}from"../chunks/PreviousNextPage.Co3K97dO.js";const O=Q(),T=({params:n,url:a})=>{const r=b(n.query),t=P(a.pathname);if(!r||!t)throw S(404,`Query ${n.query} not found.`);return{field:r,page:t}},Y=Object.freeze(Object.defineProperty({__proto__:null,load:T,prerender:O},Symbol.toStringTag,{value:"Module"}));function x(n){let a,r,t,i,o,f;return document.title=a="Query - "+n[0].field.name,t=new E({props:{field:n[0].field,type:F.QUERY}}),o=new N({props:{page:n[0].page}}),{c(){r=u(),_(t.$$.fragment),i=u(),_(o.$$.fragment)},l(e){w("svelte-19yffit",document.head).forEach(m),r=d(e),g(t.$$.fragment,e),i=d(e),g(o.$$.fragment,e)},m(e,s){c(e,r,s),$(t,e,s),c(e,i,s),$(o,e,s),f=!0},p(e,[s]){(!f||s&1)&&a!==(a="Query - "+e[0].field.name)&&(document.title=a);const l={};s&1&&(l.field=e[0].field),t.$set(l);const p={};s&1&&(p.page=e[0].page),o.$set(p)},i(e){f||(y(t.$$.fragment,e),y(o.$$.fragment,e),f=!0)},o(e){h(t.$$.fragment,e),h(o.$$.fragment,e),f=!1},d(e){e&&(m(r),m(i)),v(t,e),v(o,e)}}}function z(n,a,r){let{data:t}=a;return n.$$set=i=>{"data"in i&&r(0,t=i.data)},[t]}class k extends j{constructor(a){super(),B(this,a,z,x,q,{data:0})}}export{k as component,Y as universal}; +import{b as Q,c as b,f as P}from"../chunks/pages.CcTkWsNO.js";import{e as S}from"../chunks/index.X_9yf3oX.js";import{s as q,b as u,h as w,d as m,c as d,l as c}from"../chunks/scheduler.Eaj42bxH.js";import{S as j,i as B,c as _,a as g,m as $,t as y,b as h,d as v}from"../chunks/index.CMSEJhCx.js";import{F as E,Q as F}from"../chunks/FieldDetails.qFsX1Vyn.js";import{P as N}from"../chunks/PreviousNextPage.BdMdrLc-.js";const O=Q(),T=({params:n,url:a})=>{const r=b(n.query),t=P(a.pathname);if(!r||!t)throw S(404,`Query ${n.query} not found.`);return{field:r,page:t}},Y=Object.freeze(Object.defineProperty({__proto__:null,load:T,prerender:O},Symbol.toStringTag,{value:"Module"}));function x(n){let a,r,t,i,o,f;return document.title=a="Query - "+n[0].field.name,t=new E({props:{field:n[0].field,type:F.QUERY}}),o=new N({props:{page:n[0].page}}),{c(){r=u(),_(t.$$.fragment),i=u(),_(o.$$.fragment)},l(e){w("svelte-19yffit",document.head).forEach(m),r=d(e),g(t.$$.fragment,e),i=d(e),g(o.$$.fragment,e)},m(e,s){c(e,r,s),$(t,e,s),c(e,i,s),$(o,e,s),f=!0},p(e,[s]){(!f||s&1)&&a!==(a="Query - "+e[0].field.name)&&(document.title=a);const l={};s&1&&(l.field=e[0].field),t.$set(l);const p={};s&1&&(p.page=e[0].page),o.$set(p)},i(e){f||(y(t.$$.fragment,e),y(o.$$.fragment,e),f=!0)},o(e){h(t.$$.fragment,e),h(o.$$.fragment,e),f=!1},d(e){e&&(m(r),m(i)),v(t,e),v(o,e)}}}function z(n,a,r){let{data:t}=a;return n.$$set=i=>{"data"in i&&r(0,t=i.data)},[t]}class k extends j{constructor(a){super(),B(this,a,z,x,q,{data:0})}}export{k as component,Y as universal}; diff --git a/public/docs/_app/immutable/nodes/7.DdZ7yK2v.js b/public/docs/_app/immutable/nodes/7.D7DADmTJ.js similarity index 83% rename from public/docs/_app/immutable/nodes/7.DdZ7yK2v.js rename to public/docs/_app/immutable/nodes/7.D7DADmTJ.js index 579f21e..1df7fd0 100644 --- a/public/docs/_app/immutable/nodes/7.DdZ7yK2v.js +++ b/public/docs/_app/immutable/nodes/7.D7DADmTJ.js @@ -1 +1 @@ -import{d as v,e as y,f as P}from"../chunks/pages.BCP16mL4.js";import{e as w}from"../chunks/index.B3J8KsPS.js";import{s as B,b as c,h as N,d as p,c as u,l as d}from"../chunks/scheduler.Eaj42bxH.js";import{S as O,i as T,c as _,a as g,m as $,t as b,b as S,d as h}from"../chunks/index.CMSEJhCx.js";import{F as j,Q as x}from"../chunks/FieldDetails.Dg6bK-AW.js";import{P as C}from"../chunks/PreviousNextPage.Co3K97dO.js";const F=v(),I=({params:n,url:a})=>{const s=y(n.subscription),t=P(a.pathname);if(!s||!t)throw w(404,`Subscription ${n.subscription} not found.`);return{field:s,page:t}},U=Object.freeze(Object.defineProperty({__proto__:null,load:I,prerender:F},Symbol.toStringTag,{value:"Module"}));function Q(n){let a,s,t,r,i,f;return document.title=a="Subscription - "+n[0].field.name,t=new j({props:{field:n[0].field,type:x.SUBSCRIPTION}}),i=new C({props:{page:n[0].page}}),{c(){s=c(),_(t.$$.fragment),r=c(),_(i.$$.fragment)},l(e){N("svelte-40g4xm",document.head).forEach(p),s=u(e),g(t.$$.fragment,e),r=u(e),g(i.$$.fragment,e)},m(e,o){d(e,s,o),$(t,e,o),d(e,r,o),$(i,e,o),f=!0},p(e,[o]){(!f||o&1)&&a!==(a="Subscription - "+e[0].field.name)&&(document.title=a);const m={};o&1&&(m.field=e[0].field),t.$set(m);const l={};o&1&&(l.page=e[0].page),i.$set(l)},i(e){f||(b(t.$$.fragment,e),b(i.$$.fragment,e),f=!0)},o(e){S(t.$$.fragment,e),S(i.$$.fragment,e),f=!1},d(e){e&&(p(s),p(r)),h(t,e),h(i,e)}}}function q(n,a,s){let{data:t}=a;return n.$$set=r=>{"data"in r&&s(0,t=r.data)},[t]}class k extends O{constructor(a){super(),T(this,a,q,Q,B,{data:0})}}export{k as component,U as universal}; +import{d as v,e as y,f as P}from"../chunks/pages.CcTkWsNO.js";import{e as w}from"../chunks/index.X_9yf3oX.js";import{s as B,b as c,h as N,d as p,c as u,l as d}from"../chunks/scheduler.Eaj42bxH.js";import{S as O,i as T,c as _,a as g,m as $,t as b,b as S,d as h}from"../chunks/index.CMSEJhCx.js";import{F as j,Q as x}from"../chunks/FieldDetails.qFsX1Vyn.js";import{P as C}from"../chunks/PreviousNextPage.BdMdrLc-.js";const F=v(),I=({params:n,url:a})=>{const s=y(n.subscription),t=P(a.pathname);if(!s||!t)throw w(404,`Subscription ${n.subscription} not found.`);return{field:s,page:t}},U=Object.freeze(Object.defineProperty({__proto__:null,load:I,prerender:F},Symbol.toStringTag,{value:"Module"}));function Q(n){let a,s,t,r,i,f;return document.title=a="Subscription - "+n[0].field.name,t=new j({props:{field:n[0].field,type:x.SUBSCRIPTION}}),i=new C({props:{page:n[0].page}}),{c(){s=c(),_(t.$$.fragment),r=c(),_(i.$$.fragment)},l(e){N("svelte-40g4xm",document.head).forEach(p),s=u(e),g(t.$$.fragment,e),r=u(e),g(i.$$.fragment,e)},m(e,o){d(e,s,o),$(t,e,o),d(e,r,o),$(i,e,o),f=!0},p(e,[o]){(!f||o&1)&&a!==(a="Subscription - "+e[0].field.name)&&(document.title=a);const m={};o&1&&(m.field=e[0].field),t.$set(m);const l={};o&1&&(l.page=e[0].page),i.$set(l)},i(e){f||(b(t.$$.fragment,e),b(i.$$.fragment,e),f=!0)},o(e){S(t.$$.fragment,e),S(i.$$.fragment,e),f=!1},d(e){e&&(p(s),p(r)),h(t,e),h(i,e)}}}function q(n,a,s){let{data:t}=a;return n.$$set=r=>{"data"in r&&s(0,t=r.data)},[t]}class k extends O{constructor(a){super(),T(this,a,q,Q,B,{data:0})}}export{k as component,U as universal}; diff --git a/public/docs/_app/immutable/nodes/8.C5v0T_kg.js b/public/docs/_app/immutable/nodes/8.BXNrLDNa.js similarity index 99% rename from public/docs/_app/immutable/nodes/8.C5v0T_kg.js rename to public/docs/_app/immutable/nodes/8.BXNrLDNa.js index 7c28445..4b1f4da 100644 --- a/public/docs/_app/immutable/nodes/8.C5v0T_kg.js +++ b/public/docs/_app/immutable/nodes/8.BXNrLDNa.js @@ -1,4 +1,4 @@ -import{l as $t,B as Nt,C as St,D as At,f as Bt,E as pt,F as mt,G as _t,H as gt,I as dt,J as ht,y as J,w as Dt,x as Pt,_ as le,s as Ft,L as bt,R as $e}from"../chunks/pages.BCP16mL4.js";import{e as Rt}from"../chunks/index.B3J8KsPS.js";import{s as H,v as Z,a4 as x,a5 as ee,g as O,d as m,k as ie,a6 as fe,l as d,m as A,n as re,u as se,w as ae,t as B,j as D,o as q,e as U,b as I,f as V,c as N,q as j,a2 as X,L as pe,D as wt,a7 as kt,E as me,F as _e,G as ge,H as de,h as Lt}from"../chunks/scheduler.Eaj42bxH.js";import{S as G,i as Y,c as b,a as w,m as k,t as c,b as $,d as y,g as M,e as z,f as yt}from"../chunks/index.CMSEJhCx.js";import{T as Ot,A as K,C as W,S as he,a as be,b as we,c as ke,L as jt,d as Mt,P as zt}from"../chunks/PreviousNextPage.Co3K97dO.js";import{D as ye,a as vt,N as Tt,A as Ct,b as oe,c as Ut}from"../chunks/ArgsList.DiHnB2bA.js";import{B as Vt}from"../chunks/Button.C_rOrgVq.js";import{D as Ht}from"../chunks/DirectiveTag.DbXhTq84.js";function Ne(a){let e,r;return{c(){e=x("title"),r=B(a[1])},l(t){e=ee(t,"title",{});var n=O(e);r=D(n,a[1]),n.forEach(m)},m(t,n){d(t,e,n),A(e,r)},p(t,n){n&2&&q(r,t[1])},d(t){t&&m(e)}}}function Gt(a){let e,r,t=a[1]&&Ne(a),n=[{xmlns:"http://www.w3.org/2000/svg"},{viewBox:"0 0 32 32"},{fill:"currentColor"},{preserveAspectRatio:"xMidYMid meet"},{width:a[0]},{height:a[0]},a[2],a[3]],s={};for(let l=0;l{r(5,e=Z(Z({},e),ae(o))),r(3,l=se(e,s)),"size"in o&&r(0,i=o.size),"title"in o&&r(1,f=o.title)},a.$$.update=()=>{r(4,t=e["aria-label"]||e["aria-labelledby"]||f),r(2,n={"aria-hidden":t?void 0:!0,role:t?"img":void 0,focusable:Number(e.tabindex)===0?!0:void 0})},e=ae(e),[i,f,n,l,t]}class Se extends G{constructor(e){super(),Y(this,e,Yt,Gt,H,{size:0,title:1})}}function Ae(a){let e,r;return{c(){e=x("title"),r=B(a[1])},l(t){e=ee(t,"title",{});var n=O(e);r=D(n,a[1]),n.forEach(m)},m(t,n){d(t,e,n),A(e,r)},p(t,n){n&2&&q(r,t[1])},d(t){t&&m(e)}}}function qt(a){let e,r,t=a[1]&&Ae(a),n=[{xmlns:"http://www.w3.org/2000/svg"},{viewBox:"0 0 32 32"},{fill:"currentColor"},{preserveAspectRatio:"xMidYMid meet"},{width:a[0]},{height:a[0]},a[2],a[3]],s={};for(let l=0;l{r(5,e=Z(Z({},e),ae(o))),r(3,l=se(e,s)),"size"in o&&r(0,i=o.size),"title"in o&&r(1,f=o.title)},a.$$.update=()=>{r(4,t=e["aria-label"]||e["aria-labelledby"]||f),r(2,n={"aria-hidden":t?void 0:!0,role:t?"img":void 0,focusable:Number(e.tabindex)===0?!0:void 0})},e=ae(e),[i,f,n,l,t]}class Be extends G{constructor(e){super(),Y(this,e,Jt,qt,H,{size:0,title:1})}}const Kt=!Nt(),Qt=({params:a,url:e})=>{const r=St(a.type),t=At(r),n=Bt(e.pathname);if(!r||!n)throw Rt(404,`Type ${a.type} not found.`);return{type:r,usages:t,page:n}},qr=Object.freeze(Object.defineProperty({__proto__:null,load:Qt,prerender:Kt},Symbol.toStringTag,{value:"Module"}));function Wt(a){let e=a[0]()+"",r;return{c(){r=B(e)},l(t){r=D(t,e)},m(t,n){d(t,r,n)},p:re,d(t){t&&m(r)}}}function Xt(a){let e,r;return e=new Ot({props:{type:"teal",$$slots:{default:[Wt]},$$scope:{ctx:a}}}),{c(){b(e.$$.fragment)},l(t){w(e.$$.fragment,t)},m(t,n){k(e,t,n),r=!0},p(t,[n]){const s={};n&4&&(s.$$scope={dirty:n,ctx:t}),e.$set(s)},i(t){r||(c(e.$$.fragment,t),r=!0)},o(t){$(e.$$.fragment,t),r=!1},d(t){y(e,t)}}}function Zt(a,e,r){let{type:t}=e;function n(){return pt(t)?"Scalar":mt(t)?"Enum":_t(t)?"Interface":gt(t)?"Union":dt(t)?"Object":ht(t)?"Input Object":"Unknown"}return a.$$set=s=>{"type"in s&&r(1,t=s.type)},[n,t]}class te extends G{constructor(e){super(),Y(this,e,Zt,Xt,H,{type:1})}}function xt(a){let e=a[0].name+"",r,t,n,s;return n=new te({props:{type:a[0]}}),{c(){r=B(e),t=I(),b(n.$$.fragment)},l(l){r=D(l,e),t=N(l),w(n.$$.fragment,l)},m(l,i){d(l,r,i),d(l,t,i),k(n,l,i),s=!0},p(l,i){(!s||i&1)&&e!==(e=l[0].name+"")&&q(r,e);const f={};i&1&&(f.type=l[0]),n.$set(f)},i(l){s||(c(n.$$.fragment,l),s=!0)},o(l){$(n.$$.fragment,l),s=!1},d(l){l&&(m(r),m(t)),y(n,l)}}}function en(a){let e,r,t,n,s;return r=new K({props:{id:"title",depth:1,$$slots:{default:[xt]},$$scope:{ctx:a}}}),n=new W({props:{source:a[0].description}}),{c(){e=U("section"),b(r.$$.fragment),t=I(),b(n.$$.fragment)},l(l){e=V(l,"SECTION",{});var i=O(e);w(r.$$.fragment,i),t=N(i),w(n.$$.fragment,i),i.forEach(m)},m(l,i){d(l,e,i),k(r,e,null),A(e,t),k(n,e,null),s=!0},p(l,[i]){const f={};i&3&&(f.$$scope={dirty:i,ctx:l}),r.$set(f);const o={};i&1&&(o.source=l[0].description),n.$set(o)},i(l){s||(c(r.$$.fragment,l),c(n.$$.fragment,l),s=!0)},o(l){$(r.$$.fragment,l),$(n.$$.fragment,l),s=!1},d(l){l&&m(e),y(r),y(n)}}}function tn(a,e,r){let{type:t}=e;return a.$$set=n=>{"type"in n&&r(0,t=n.type)},[t]}class nn extends G{constructor(e){super(),Y(this,e,tn,en,H,{type:0})}}function De(a,e,r){const t=a.slice();return t[1]=e[r],t}function rn(a){let e=a[0].name+"",r,t,n,s;return n=new te({props:{type:a[0]}}),{c(){r=B(e),t=I(),b(n.$$.fragment)},l(l){r=D(l,e),t=N(l),w(n.$$.fragment,l)},m(l,i){d(l,r,i),d(l,t,i),k(n,l,i),s=!0},p(l,i){(!s||i&1)&&e!==(e=l[0].name+"")&&q(r,e);const f={};i&1&&(f.type=l[0]),n.$set(f)},i(l){s||(c(n.$$.fragment,l),s=!0)},o(l){$(n.$$.fragment,l),s=!1},d(l){l&&(m(r),m(t)),y(n,l)}}}function ln(a){let e;return{c(){e=B("Possible Values")},l(r){e=D(r,"Possible Values")},m(r,t){d(r,e,t)},d(r){r&&m(e)}}}function Pe(a){let e,r;return e=new W({props:{source:a[1].description}}),{c(){b(e.$$.fragment)},l(t){w(e.$$.fragment,t)},m(t,n){k(e,t,n),r=!0},p(t,n){const s={};n&1&&(s.source=t[1].description),e.$set(s)},i(t){r||(c(e.$$.fragment,t),r=!0)},o(t){$(e.$$.fragment,t),r=!1},d(t){y(e,t)}}}function fn(a){let e,r,t=a[1].name+"",n,s,l,i,f,o;l=new ye({props:{reason:a[1].deprecationReason}});let u=a[1].description&&Pe(a);return{c(){e=U("p"),r=U("span"),n=B(t),s=I(),b(l.$$.fragment),i=I(),u&&u.c(),f=j(),this.h()},l(p){e=V(p,"P",{});var _=O(e);r=V(_,"SPAN",{style:!0});var g=O(r);n=D(g,t),g.forEach(m),s=N(_),w(l.$$.fragment,_),_.forEach(m),i=N(p),u&&u.l(p),f=j(),this.h()},h(){pe(r,"font-weight","bold")},m(p,_){d(p,e,_),A(e,r),A(r,n),A(e,s),k(l,e,null),d(p,i,_),u&&u.m(p,_),d(p,f,_),o=!0},p(p,_){(!o||_&1)&&t!==(t=p[1].name+"")&&q(n,t);const g={};_&1&&(g.reason=p[1].deprecationReason),l.$set(g),p[1].description?u?(u.p(p,_),_&1&&c(u,1)):(u=Pe(p),u.c(),c(u,1),u.m(f.parentNode,f)):u&&(M(),$(u,1,1,()=>{u=null}),z())},i(p){o||(c(l.$$.fragment,p),c(u),o=!0)},o(p){$(l.$$.fragment,p),$(u),o=!1},d(p){p&&(m(e),m(i),m(f)),y(l),u&&u.d(p)}}}function sn(a){let e,r,t;return e=new ke({props:{$$slots:{default:[fn]},$$scope:{ctx:a}}}),{c(){b(e.$$.fragment),r=I()},l(n){w(e.$$.fragment,n),r=N(n)},m(n,s){k(e,n,s),d(n,r,s),t=!0},p(n,s){const l={};s&17&&(l.$$scope={dirty:s,ctx:n}),e.$set(l)},i(n){t||(c(e.$$.fragment,n),t=!0)},o(n){$(e.$$.fragment,n),t=!1},d(n){n&&m(r),y(e,n)}}}function Fe(a){let e,r;return e=new we({props:{$$slots:{default:[sn]},$$scope:{ctx:a}}}),{c(){b(e.$$.fragment)},l(t){w(e.$$.fragment,t)},m(t,n){k(e,t,n),r=!0},p(t,n){const s={};n&17&&(s.$$scope={dirty:n,ctx:t}),e.$set(s)},i(t){r||(c(e.$$.fragment,t),r=!0)},o(t){$(e.$$.fragment,t),r=!1},d(t){y(e,t)}}}function an(a){let e,r,t=J(a[0].getValues()),n=[];for(let l=0;l$(n[l],1,1,()=>{n[l]=null});return{c(){for(let l=0;l{"type"in n&&r(0,t=n.type)},[t]}class $n extends G{constructor(e){super(),Y(this,e,cn,un,H,{type:0})}}function pn(a){let e=(a[0]?a[2]:a[3])+` (${a[1]})`,r;return{c(){r=B(e)},l(t){r=D(t,e)},m(t,n){d(t,r,n)},p(t,n){n&15&&e!==(e=(t[0]?t[2]:t[3])+` (${t[1]})`)&&q(r,e)},d(t){t&&m(r)}}}function mn(a){let e,r,t;return r=new Vt({props:{kind:"ghost",size:"small",style:"border-radius: 20px",icon:a[0]?Be:Se,$$slots:{default:[pn]},$$scope:{ctx:a}}}),r.$on("click",a[4]),{c(){e=U("div"),b(r.$$.fragment),this.h()},l(n){e=V(n,"DIV",{class:!0});var s=O(e);w(r.$$.fragment,s),s.forEach(m),this.h()},h(){ie(e,"class","button-wrapper svelte-8qz4j")},m(n,s){d(n,e,s),k(r,e,null),t=!0},p(n,[s]){const l={};s&1&&(l.icon=n[0]?Be:Se),s&47&&(l.$$scope={dirty:s,ctx:n}),r.$set(l)},i(n){t||(c(r.$$.fragment,n),t=!0)},o(n){$(r.$$.fragment,n),t=!1},d(n){n&&m(e),y(r)}}}function _n(a,e,r){let{totalItems:t}=e,{expandedText:n}=e,{collapsedText:s}=e,{expanded:l=!1}=e;const i=()=>r(0,l=!l);return a.$$set=f=>{"totalItems"in f&&r(1,t=f.totalItems),"expandedText"in f&&r(2,n=f.expandedText),"collapsedText"in f&&r(3,s=f.collapsedText),"expanded"in f&&r(0,l=f.expanded)},[l,t,n,s,i]}class Et extends G{constructor(e){super(),Y(this,e,_n,mn,H,{totalItems:1,expandedText:2,collapsedText:3,expanded:0})}}function gn(a){let e,r,t=a[0].from.name+"",n,s,l,i;return l=new W({props:{source:a[0].description}}),{c(){e=B("By "),r=U("em"),n=B(t),s=I(),b(l.$$.fragment)},l(f){e=D(f,"By "),r=V(f,"EM",{});var o=O(r);n=D(o,t),o.forEach(m),s=N(f),w(l.$$.fragment,f)},m(f,o){d(f,e,o),d(f,r,o),A(r,n),d(f,s,o),k(l,f,o),i=!0},p(f,[o]){(!i||o&1)&&t!==(t=f[0].from.name+"")&&q(n,t);const u={};o&1&&(u.source=f[0].description),l.$set(u)},i(f){i||(c(l.$$.fragment,f),i=!0)},o(f){$(l.$$.fragment,f),i=!1},d(f){f&&(m(e),m(r),m(s)),y(l,f)}}}function dn(a,e,r){let{item:t}=e;return a.$$set=n=>{"item"in n&&r(0,t=n.item)},[t]}class hn extends G{constructor(e){super(),Y(this,e,dn,gn,H,{item:0})}}function Re(a,e,r){const t=a.slice();return t[3]=e[r],t}function Le(a,e,r){const t=a.slice();return t[6]=e[r],t}function Oe(a){let e,r,t=J(a[0].field.astNode.directives),n=[];for(let l=0;l$(n[l],1,1,()=>{n[l]=null});return{c(){for(let l=0;l$(n[l],1,1,()=>{n[l]=null});return{c(){for(let l=0;lyt(r,"expanded",l)),{c(){s&&s.c(),e=I(),b(r.$$.fragment)},l(f){s&&s.l(f),e=N(f),w(r.$$.fragment,f)},m(f,o){s&&s.m(f,o),d(f,e,o),k(r,f,o),n=!0},p(f,o){f[1]?s?(s.p(f,o),o&2&&c(s,1)):(s=Ce(f),s.c(),c(s,1),s.m(e.parentNode,e)):s&&(M(),$(s,1,1,()=>{s=null}),z());const u={};o&1&&(u.totalItems=f[0].field.args.length),!t&&o&2&&(t=!0,u.expanded=f[1],kt(()=>t=!1)),r.$set(u)},i(f){n||(c(s),c(r.$$.fragment,f),n=!0)},o(f){$(s),$(r.$$.fragment,f),n=!1},d(f){f&&m(e),s&&s.d(f),y(r,f)}}}function Ce(a){let e,r,t;return r=new Ct({props:{data:a[0].field.args}}),{c(){e=U("div"),b(r.$$.fragment),this.h()},l(n){e=V(n,"DIV",{class:!0});var s=O(e);w(r.$$.fragment,s),s.forEach(m),this.h()},h(){ie(e,"class","arguments-list-wrapper svelte-1di407r")},m(n,s){d(n,e,s),k(r,e,null),t=!0},p(n,s){const l={};s&1&&(l.data=n[0].field.args),r.$set(l)},i(n){t||(c(r.$$.fragment,n),t=!0)},o(n){$(r.$$.fragment,n),t=!1},d(n){n&&m(e),y(r)}}}function kn(a){var ve;let e,r,t=a[0].field.name+"",n,s,l,i,f,o,u,p,_,g,h,T,P,E;l=new vt({props:{type:a[0].field.type}}),f=new ye({props:{reason:a[0].field.deprecationReason}}),u=new Tt({props:{type:a[0].field.type}});let v=((ve=a[0].field.astNode)==null?void 0:ve.directives)&&Oe(a);const S=[wn,bn],R=[];function Q(F,L){return F[0].possibleDescriptions.length===1?0:F[0].possibleDescriptions.length>1?1:-1}~(g=Q(a))&&(h=R[g]=S[g](a));let C=a[0].field.args.length>0&&ze(a);return{c(){e=U("p"),r=U("span"),n=B(t),s=I(),b(l.$$.fragment),i=I(),b(f.$$.fragment),o=I(),b(u.$$.fragment),p=I(),v&&v.c(),_=I(),h&&h.c(),T=I(),C&&C.c(),P=j(),this.h()},l(F){e=V(F,"P",{});var L=O(e);r=V(L,"SPAN",{style:!0});var ne=O(r);n=D(ne,t),ne.forEach(m),s=N(L),w(l.$$.fragment,L),i=N(L),w(f.$$.fragment,L),o=N(L),w(u.$$.fragment,L),p=N(L),v&&v.l(L),L.forEach(m),_=N(F),h&&h.l(F),T=N(F),C&&C.l(F),P=j(),this.h()},h(){pe(r,"font-weight","bold")},m(F,L){d(F,e,L),A(e,r),A(r,n),A(e,s),k(l,e,null),A(e,i),k(f,e,null),A(e,o),k(u,e,null),A(e,p),v&&v.m(e,null),d(F,_,L),~g&&R[g].m(F,L),d(F,T,L),C&&C.m(F,L),d(F,P,L),E=!0},p(F,L){var Ie;(!E||L&1)&&t!==(t=F[0].field.name+"")&&q(n,t);const ne={};L&1&&(ne.type=F[0].field.type),l.$set(ne);const Te={};L&1&&(Te.reason=F[0].field.deprecationReason),f.$set(Te);const Ee={};L&1&&(Ee.type=F[0].field.type),u.$set(Ee),(Ie=F[0].field.astNode)!=null&&Ie.directives?v?(v.p(F,L),L&1&&c(v,1)):(v=Oe(F),v.c(),c(v,1),v.m(e,null)):v&&(M(),$(v,1,1,()=>{v=null}),z());let ce=g;g=Q(F),g===ce?~g&&R[g].p(F,L):(h&&(M(),$(R[ce],1,1,()=>{R[ce]=null}),z()),~g?(h=R[g],h?h.p(F,L):(h=R[g]=S[g](F),h.c()),c(h,1),h.m(T.parentNode,T)):h=null),F[0].field.args.length>0?C?(C.p(F,L),L&1&&c(C,1)):(C=ze(F),C.c(),c(C,1),C.m(P.parentNode,P)):C&&(M(),$(C,1,1,()=>{C=null}),z())},i(F){E||(c(l.$$.fragment,F),c(f.$$.fragment,F),c(u.$$.fragment,F),c(v),c(h),c(C),E=!0)},o(F){$(l.$$.fragment,F),$(f.$$.fragment,F),$(u.$$.fragment,F),$(v),$(h),$(C),E=!1},d(F){F&&(m(e),m(_),m(T),m(P)),y(l),y(f),y(u),v&&v.d(),~g&&R[g].d(F),C&&C.d(F)}}}function yn(a){let e,r;return e=new ke({props:{$$slots:{default:[kn]},$$scope:{ctx:a}}}),{c(){b(e.$$.fragment)},l(t){w(e.$$.fragment,t)},m(t,n){k(e,t,n),r=!0},p(t,n){const s={};n&515&&(s.$$scope={dirty:n,ctx:t}),e.$set(s)},i(t){r||(c(e.$$.fragment,t),r=!0)},o(t){$(e.$$.fragment,t),r=!1},d(t){y(e,t)}}}function vn(a){let e,r;return e=new we({props:{$$slots:{default:[yn]},$$scope:{ctx:a}}}),{c(){b(e.$$.fragment)},l(t){w(e.$$.fragment,t)},m(t,n){k(e,t,n),r=!0},p(t,[n]){const s={};n&515&&(s.$$scope={dirty:n,ctx:t}),e.$set(s)},i(t){r||(c(e.$$.fragment,t),r=!0)},o(t){$(e.$$.fragment,t),r=!1},d(t){y(e,t)}}}function Tn(a,e,r){let{item:t}=e;var n=!1;function s(l){n=l,r(1,n)}return a.$$set=l=>{"item"in l&&r(0,t=l.item)},[t,n,s]}class En extends G{constructor(e){super(),Y(this,e,Tn,vn,H,{item:0})}}function Ue(a,e,r){const t=a.slice();return t[3]=e[r],t}function Ve(a){let e,r;return e=new En({props:{item:a[3]}}),{c(){b(e.$$.fragment)},l(t){w(e.$$.fragment,t)},m(t,n){k(e,t,n),r=!0},p(t,n){const s={};n&1&&(s.item=t[3]),e.$set(s)},i(t){r||(c(e.$$.fragment,t),r=!0)},o(t){$(e.$$.fragment,t),r=!1},d(t){y(e,t)}}}function In(a){let e,r,t=J(a[0]),n=[];for(let l=0;l$(n[l],1,1,()=>{n[l]=null});return{c(){for(let l=0;l{"data"in l&&r(1,t=l.data)},a.$$.update=()=>{a.$$.dirty&2&&(n==="alphabetical"?r(0,s=le.sortBy(t,l=>l.field.name)):r(0,s=t))},[s,t]}class It extends G{constructor(e){super(),Y(this,e,An,Sn,H,{data:1})}}function He(a,e,r){const t=a.slice();return t[1]=e[r],t[3]=r,t}function Ge(a){let e=", ",r;return{c(){r=B(e)},l(t){r=D(t,e)},m(t,n){d(t,r,n)},d(t){t&&m(r)}}}function Ye(a){let e,r,t;e=new oe({props:{type:a[1]}});let n=a[3]!==a[0].length-1&&Ge();return{c(){b(e.$$.fragment),n&&n.c(),r=j()},l(s){w(e.$$.fragment,s),n&&n.l(s),r=j()},m(s,l){k(e,s,l),n&&n.m(s,l),d(s,r,l),t=!0},p(s,l){const i={};l&1&&(i.type=s[1]),e.$set(i),s[3]!==s[0].length-1?n||(n=Ge(),n.c(),n.m(r.parentNode,r)):n&&(n.d(1),n=null)},i(s){t||(c(e.$$.fragment,s),t=!0)},o(s){$(e.$$.fragment,s),t=!1},d(s){s&&m(r),y(e,s),n&&n.d(s)}}}function Bn(a){let e,r,t=J(a[0]),n=[];for(let l=0;l$(n[l],1,1,()=>{n[l]=null});return{c(){for(let l=0;l{"types"in n&&r(0,t=n.types)},[t]}class ue extends G{constructor(e){super(),Y(this,e,Dn,Bn,H,{types:0})}}function Pn(a){let e=a[0].name+"",r,t,n,s;return n=new te({props:{type:a[0]}}),{c(){r=B(e),t=I(),b(n.$$.fragment)},l(l){r=D(l,e),t=N(l),w(n.$$.fragment,l)},m(l,i){d(l,r,i),d(l,t,i),k(n,l,i),s=!0},p(l,i){(!s||i&1)&&e!==(e=l[0].name+"")&&q(r,e);const f={};i&1&&(f.type=l[0]),n.$set(f)},i(l){s||(c(n.$$.fragment,l),s=!0)},o(l){$(n.$$.fragment,l),s=!1},d(l){l&&(m(r),m(t)),y(n,l)}}}function qe(a){let e,r,t,n;return e=new K({props:{id:"fields",depth:2,$$slots:{default:[Fn]},$$scope:{ctx:a}}}),t=new It({props:{data:a[2]}}),{c(){b(e.$$.fragment),r=I(),b(t.$$.fragment)},l(s){w(e.$$.fragment,s),r=N(s),w(t.$$.fragment,s)},m(s,l){k(e,s,l),d(s,r,l),k(t,s,l),n=!0},p(s,l){const i={};l&8&&(i.$$scope={dirty:l,ctx:s}),e.$set(i);const f={};l&4&&(f.data=s[2]),t.$set(f)},i(s){n||(c(e.$$.fragment,s),c(t.$$.fragment,s),n=!0)},o(s){$(e.$$.fragment,s),$(t.$$.fragment,s),n=!1},d(s){s&&m(r),y(e,s),y(t,s)}}}function Fn(a){let e;return{c(){e=B("Fields")},l(r){e=D(r,"Fields")},m(r,t){d(r,e,t)},d(r){r&&m(e)}}}function Je(a){let e,r,t,n,s;return e=new K({props:{id:"implementations",depth:2,$$slots:{default:[Rn]},$$scope:{ctx:a}}}),t=new ue({props:{types:a[1]}}),{c(){b(e.$$.fragment),r=B(` +import{l as $t,B as Nt,C as St,D as At,f as Bt,E as pt,F as mt,G as _t,H as gt,I as dt,J as ht,y as J,w as Dt,x as Pt,_ as le,s as Ft,L as bt,R as $e}from"../chunks/pages.CcTkWsNO.js";import{e as Rt}from"../chunks/index.X_9yf3oX.js";import{s as H,v as Z,a4 as x,a5 as ee,g as O,d as m,k as ie,a6 as fe,l as d,m as A,n as re,u as se,w as ae,t as B,j as D,o as q,e as U,b as I,f as V,c as N,q as j,a2 as X,L as pe,D as wt,a7 as kt,E as me,F as _e,G as ge,H as de,h as Lt}from"../chunks/scheduler.Eaj42bxH.js";import{S as G,i as Y,c as b,a as w,m as k,t as c,b as $,d as y,g as M,e as z,f as yt}from"../chunks/index.CMSEJhCx.js";import{T as Ot,A as K,C as W,S as he,a as be,b as we,c as ke,L as jt,d as Mt,P as zt}from"../chunks/PreviousNextPage.BdMdrLc-.js";import{D as ye,a as vt,N as Tt,A as Ct,b as oe,c as Ut}from"../chunks/ArgsList.DxQdV4-Y.js";import{B as Vt}from"../chunks/Button.CByCVkpw.js";import{D as Ht}from"../chunks/DirectiveTag.DXOjfS2C.js";function Ne(a){let e,r;return{c(){e=x("title"),r=B(a[1])},l(t){e=ee(t,"title",{});var n=O(e);r=D(n,a[1]),n.forEach(m)},m(t,n){d(t,e,n),A(e,r)},p(t,n){n&2&&q(r,t[1])},d(t){t&&m(e)}}}function Gt(a){let e,r,t=a[1]&&Ne(a),n=[{xmlns:"http://www.w3.org/2000/svg"},{viewBox:"0 0 32 32"},{fill:"currentColor"},{preserveAspectRatio:"xMidYMid meet"},{width:a[0]},{height:a[0]},a[2],a[3]],s={};for(let l=0;l{r(5,e=Z(Z({},e),ae(o))),r(3,l=se(e,s)),"size"in o&&r(0,i=o.size),"title"in o&&r(1,f=o.title)},a.$$.update=()=>{r(4,t=e["aria-label"]||e["aria-labelledby"]||f),r(2,n={"aria-hidden":t?void 0:!0,role:t?"img":void 0,focusable:Number(e.tabindex)===0?!0:void 0})},e=ae(e),[i,f,n,l,t]}class Se extends G{constructor(e){super(),Y(this,e,Yt,Gt,H,{size:0,title:1})}}function Ae(a){let e,r;return{c(){e=x("title"),r=B(a[1])},l(t){e=ee(t,"title",{});var n=O(e);r=D(n,a[1]),n.forEach(m)},m(t,n){d(t,e,n),A(e,r)},p(t,n){n&2&&q(r,t[1])},d(t){t&&m(e)}}}function qt(a){let e,r,t=a[1]&&Ae(a),n=[{xmlns:"http://www.w3.org/2000/svg"},{viewBox:"0 0 32 32"},{fill:"currentColor"},{preserveAspectRatio:"xMidYMid meet"},{width:a[0]},{height:a[0]},a[2],a[3]],s={};for(let l=0;l{r(5,e=Z(Z({},e),ae(o))),r(3,l=se(e,s)),"size"in o&&r(0,i=o.size),"title"in o&&r(1,f=o.title)},a.$$.update=()=>{r(4,t=e["aria-label"]||e["aria-labelledby"]||f),r(2,n={"aria-hidden":t?void 0:!0,role:t?"img":void 0,focusable:Number(e.tabindex)===0?!0:void 0})},e=ae(e),[i,f,n,l,t]}class Be extends G{constructor(e){super(),Y(this,e,Jt,qt,H,{size:0,title:1})}}const Kt=!Nt(),Qt=({params:a,url:e})=>{const r=St(a.type),t=At(r),n=Bt(e.pathname);if(!r||!n)throw Rt(404,`Type ${a.type} not found.`);return{type:r,usages:t,page:n}},qr=Object.freeze(Object.defineProperty({__proto__:null,load:Qt,prerender:Kt},Symbol.toStringTag,{value:"Module"}));function Wt(a){let e=a[0]()+"",r;return{c(){r=B(e)},l(t){r=D(t,e)},m(t,n){d(t,r,n)},p:re,d(t){t&&m(r)}}}function Xt(a){let e,r;return e=new Ot({props:{type:"teal",$$slots:{default:[Wt]},$$scope:{ctx:a}}}),{c(){b(e.$$.fragment)},l(t){w(e.$$.fragment,t)},m(t,n){k(e,t,n),r=!0},p(t,[n]){const s={};n&4&&(s.$$scope={dirty:n,ctx:t}),e.$set(s)},i(t){r||(c(e.$$.fragment,t),r=!0)},o(t){$(e.$$.fragment,t),r=!1},d(t){y(e,t)}}}function Zt(a,e,r){let{type:t}=e;function n(){return pt(t)?"Scalar":mt(t)?"Enum":_t(t)?"Interface":gt(t)?"Union":dt(t)?"Object":ht(t)?"Input Object":"Unknown"}return a.$$set=s=>{"type"in s&&r(1,t=s.type)},[n,t]}class te extends G{constructor(e){super(),Y(this,e,Zt,Xt,H,{type:1})}}function xt(a){let e=a[0].name+"",r,t,n,s;return n=new te({props:{type:a[0]}}),{c(){r=B(e),t=I(),b(n.$$.fragment)},l(l){r=D(l,e),t=N(l),w(n.$$.fragment,l)},m(l,i){d(l,r,i),d(l,t,i),k(n,l,i),s=!0},p(l,i){(!s||i&1)&&e!==(e=l[0].name+"")&&q(r,e);const f={};i&1&&(f.type=l[0]),n.$set(f)},i(l){s||(c(n.$$.fragment,l),s=!0)},o(l){$(n.$$.fragment,l),s=!1},d(l){l&&(m(r),m(t)),y(n,l)}}}function en(a){let e,r,t,n,s;return r=new K({props:{id:"title",depth:1,$$slots:{default:[xt]},$$scope:{ctx:a}}}),n=new W({props:{source:a[0].description}}),{c(){e=U("section"),b(r.$$.fragment),t=I(),b(n.$$.fragment)},l(l){e=V(l,"SECTION",{});var i=O(e);w(r.$$.fragment,i),t=N(i),w(n.$$.fragment,i),i.forEach(m)},m(l,i){d(l,e,i),k(r,e,null),A(e,t),k(n,e,null),s=!0},p(l,[i]){const f={};i&3&&(f.$$scope={dirty:i,ctx:l}),r.$set(f);const o={};i&1&&(o.source=l[0].description),n.$set(o)},i(l){s||(c(r.$$.fragment,l),c(n.$$.fragment,l),s=!0)},o(l){$(r.$$.fragment,l),$(n.$$.fragment,l),s=!1},d(l){l&&m(e),y(r),y(n)}}}function tn(a,e,r){let{type:t}=e;return a.$$set=n=>{"type"in n&&r(0,t=n.type)},[t]}class nn extends G{constructor(e){super(),Y(this,e,tn,en,H,{type:0})}}function De(a,e,r){const t=a.slice();return t[1]=e[r],t}function rn(a){let e=a[0].name+"",r,t,n,s;return n=new te({props:{type:a[0]}}),{c(){r=B(e),t=I(),b(n.$$.fragment)},l(l){r=D(l,e),t=N(l),w(n.$$.fragment,l)},m(l,i){d(l,r,i),d(l,t,i),k(n,l,i),s=!0},p(l,i){(!s||i&1)&&e!==(e=l[0].name+"")&&q(r,e);const f={};i&1&&(f.type=l[0]),n.$set(f)},i(l){s||(c(n.$$.fragment,l),s=!0)},o(l){$(n.$$.fragment,l),s=!1},d(l){l&&(m(r),m(t)),y(n,l)}}}function ln(a){let e;return{c(){e=B("Possible Values")},l(r){e=D(r,"Possible Values")},m(r,t){d(r,e,t)},d(r){r&&m(e)}}}function Pe(a){let e,r;return e=new W({props:{source:a[1].description}}),{c(){b(e.$$.fragment)},l(t){w(e.$$.fragment,t)},m(t,n){k(e,t,n),r=!0},p(t,n){const s={};n&1&&(s.source=t[1].description),e.$set(s)},i(t){r||(c(e.$$.fragment,t),r=!0)},o(t){$(e.$$.fragment,t),r=!1},d(t){y(e,t)}}}function fn(a){let e,r,t=a[1].name+"",n,s,l,i,f,o;l=new ye({props:{reason:a[1].deprecationReason}});let u=a[1].description&&Pe(a);return{c(){e=U("p"),r=U("span"),n=B(t),s=I(),b(l.$$.fragment),i=I(),u&&u.c(),f=j(),this.h()},l(p){e=V(p,"P",{});var _=O(e);r=V(_,"SPAN",{style:!0});var g=O(r);n=D(g,t),g.forEach(m),s=N(_),w(l.$$.fragment,_),_.forEach(m),i=N(p),u&&u.l(p),f=j(),this.h()},h(){pe(r,"font-weight","bold")},m(p,_){d(p,e,_),A(e,r),A(r,n),A(e,s),k(l,e,null),d(p,i,_),u&&u.m(p,_),d(p,f,_),o=!0},p(p,_){(!o||_&1)&&t!==(t=p[1].name+"")&&q(n,t);const g={};_&1&&(g.reason=p[1].deprecationReason),l.$set(g),p[1].description?u?(u.p(p,_),_&1&&c(u,1)):(u=Pe(p),u.c(),c(u,1),u.m(f.parentNode,f)):u&&(M(),$(u,1,1,()=>{u=null}),z())},i(p){o||(c(l.$$.fragment,p),c(u),o=!0)},o(p){$(l.$$.fragment,p),$(u),o=!1},d(p){p&&(m(e),m(i),m(f)),y(l),u&&u.d(p)}}}function sn(a){let e,r,t;return e=new ke({props:{$$slots:{default:[fn]},$$scope:{ctx:a}}}),{c(){b(e.$$.fragment),r=I()},l(n){w(e.$$.fragment,n),r=N(n)},m(n,s){k(e,n,s),d(n,r,s),t=!0},p(n,s){const l={};s&17&&(l.$$scope={dirty:s,ctx:n}),e.$set(l)},i(n){t||(c(e.$$.fragment,n),t=!0)},o(n){$(e.$$.fragment,n),t=!1},d(n){n&&m(r),y(e,n)}}}function Fe(a){let e,r;return e=new we({props:{$$slots:{default:[sn]},$$scope:{ctx:a}}}),{c(){b(e.$$.fragment)},l(t){w(e.$$.fragment,t)},m(t,n){k(e,t,n),r=!0},p(t,n){const s={};n&17&&(s.$$scope={dirty:n,ctx:t}),e.$set(s)},i(t){r||(c(e.$$.fragment,t),r=!0)},o(t){$(e.$$.fragment,t),r=!1},d(t){y(e,t)}}}function an(a){let e,r,t=J(a[0].getValues()),n=[];for(let l=0;l$(n[l],1,1,()=>{n[l]=null});return{c(){for(let l=0;l{"type"in n&&r(0,t=n.type)},[t]}class $n extends G{constructor(e){super(),Y(this,e,cn,un,H,{type:0})}}function pn(a){let e=(a[0]?a[2]:a[3])+` (${a[1]})`,r;return{c(){r=B(e)},l(t){r=D(t,e)},m(t,n){d(t,r,n)},p(t,n){n&15&&e!==(e=(t[0]?t[2]:t[3])+` (${t[1]})`)&&q(r,e)},d(t){t&&m(r)}}}function mn(a){let e,r,t;return r=new Vt({props:{kind:"ghost",size:"small",style:"border-radius: 20px",icon:a[0]?Be:Se,$$slots:{default:[pn]},$$scope:{ctx:a}}}),r.$on("click",a[4]),{c(){e=U("div"),b(r.$$.fragment),this.h()},l(n){e=V(n,"DIV",{class:!0});var s=O(e);w(r.$$.fragment,s),s.forEach(m),this.h()},h(){ie(e,"class","button-wrapper svelte-8qz4j")},m(n,s){d(n,e,s),k(r,e,null),t=!0},p(n,[s]){const l={};s&1&&(l.icon=n[0]?Be:Se),s&47&&(l.$$scope={dirty:s,ctx:n}),r.$set(l)},i(n){t||(c(r.$$.fragment,n),t=!0)},o(n){$(r.$$.fragment,n),t=!1},d(n){n&&m(e),y(r)}}}function _n(a,e,r){let{totalItems:t}=e,{expandedText:n}=e,{collapsedText:s}=e,{expanded:l=!1}=e;const i=()=>r(0,l=!l);return a.$$set=f=>{"totalItems"in f&&r(1,t=f.totalItems),"expandedText"in f&&r(2,n=f.expandedText),"collapsedText"in f&&r(3,s=f.collapsedText),"expanded"in f&&r(0,l=f.expanded)},[l,t,n,s,i]}class Et extends G{constructor(e){super(),Y(this,e,_n,mn,H,{totalItems:1,expandedText:2,collapsedText:3,expanded:0})}}function gn(a){let e,r,t=a[0].from.name+"",n,s,l,i;return l=new W({props:{source:a[0].description}}),{c(){e=B("By "),r=U("em"),n=B(t),s=I(),b(l.$$.fragment)},l(f){e=D(f,"By "),r=V(f,"EM",{});var o=O(r);n=D(o,t),o.forEach(m),s=N(f),w(l.$$.fragment,f)},m(f,o){d(f,e,o),d(f,r,o),A(r,n),d(f,s,o),k(l,f,o),i=!0},p(f,[o]){(!i||o&1)&&t!==(t=f[0].from.name+"")&&q(n,t);const u={};o&1&&(u.source=f[0].description),l.$set(u)},i(f){i||(c(l.$$.fragment,f),i=!0)},o(f){$(l.$$.fragment,f),i=!1},d(f){f&&(m(e),m(r),m(s)),y(l,f)}}}function dn(a,e,r){let{item:t}=e;return a.$$set=n=>{"item"in n&&r(0,t=n.item)},[t]}class hn extends G{constructor(e){super(),Y(this,e,dn,gn,H,{item:0})}}function Re(a,e,r){const t=a.slice();return t[3]=e[r],t}function Le(a,e,r){const t=a.slice();return t[6]=e[r],t}function Oe(a){let e,r,t=J(a[0].field.astNode.directives),n=[];for(let l=0;l$(n[l],1,1,()=>{n[l]=null});return{c(){for(let l=0;l$(n[l],1,1,()=>{n[l]=null});return{c(){for(let l=0;lyt(r,"expanded",l)),{c(){s&&s.c(),e=I(),b(r.$$.fragment)},l(f){s&&s.l(f),e=N(f),w(r.$$.fragment,f)},m(f,o){s&&s.m(f,o),d(f,e,o),k(r,f,o),n=!0},p(f,o){f[1]?s?(s.p(f,o),o&2&&c(s,1)):(s=Ce(f),s.c(),c(s,1),s.m(e.parentNode,e)):s&&(M(),$(s,1,1,()=>{s=null}),z());const u={};o&1&&(u.totalItems=f[0].field.args.length),!t&&o&2&&(t=!0,u.expanded=f[1],kt(()=>t=!1)),r.$set(u)},i(f){n||(c(s),c(r.$$.fragment,f),n=!0)},o(f){$(s),$(r.$$.fragment,f),n=!1},d(f){f&&m(e),s&&s.d(f),y(r,f)}}}function Ce(a){let e,r,t;return r=new Ct({props:{data:a[0].field.args}}),{c(){e=U("div"),b(r.$$.fragment),this.h()},l(n){e=V(n,"DIV",{class:!0});var s=O(e);w(r.$$.fragment,s),s.forEach(m),this.h()},h(){ie(e,"class","arguments-list-wrapper svelte-1di407r")},m(n,s){d(n,e,s),k(r,e,null),t=!0},p(n,s){const l={};s&1&&(l.data=n[0].field.args),r.$set(l)},i(n){t||(c(r.$$.fragment,n),t=!0)},o(n){$(r.$$.fragment,n),t=!1},d(n){n&&m(e),y(r)}}}function kn(a){var ve;let e,r,t=a[0].field.name+"",n,s,l,i,f,o,u,p,_,g,h,T,P,E;l=new vt({props:{type:a[0].field.type}}),f=new ye({props:{reason:a[0].field.deprecationReason}}),u=new Tt({props:{type:a[0].field.type}});let v=((ve=a[0].field.astNode)==null?void 0:ve.directives)&&Oe(a);const S=[wn,bn],R=[];function Q(F,L){return F[0].possibleDescriptions.length===1?0:F[0].possibleDescriptions.length>1?1:-1}~(g=Q(a))&&(h=R[g]=S[g](a));let C=a[0].field.args.length>0&&ze(a);return{c(){e=U("p"),r=U("span"),n=B(t),s=I(),b(l.$$.fragment),i=I(),b(f.$$.fragment),o=I(),b(u.$$.fragment),p=I(),v&&v.c(),_=I(),h&&h.c(),T=I(),C&&C.c(),P=j(),this.h()},l(F){e=V(F,"P",{});var L=O(e);r=V(L,"SPAN",{style:!0});var ne=O(r);n=D(ne,t),ne.forEach(m),s=N(L),w(l.$$.fragment,L),i=N(L),w(f.$$.fragment,L),o=N(L),w(u.$$.fragment,L),p=N(L),v&&v.l(L),L.forEach(m),_=N(F),h&&h.l(F),T=N(F),C&&C.l(F),P=j(),this.h()},h(){pe(r,"font-weight","bold")},m(F,L){d(F,e,L),A(e,r),A(r,n),A(e,s),k(l,e,null),A(e,i),k(f,e,null),A(e,o),k(u,e,null),A(e,p),v&&v.m(e,null),d(F,_,L),~g&&R[g].m(F,L),d(F,T,L),C&&C.m(F,L),d(F,P,L),E=!0},p(F,L){var Ie;(!E||L&1)&&t!==(t=F[0].field.name+"")&&q(n,t);const ne={};L&1&&(ne.type=F[0].field.type),l.$set(ne);const Te={};L&1&&(Te.reason=F[0].field.deprecationReason),f.$set(Te);const Ee={};L&1&&(Ee.type=F[0].field.type),u.$set(Ee),(Ie=F[0].field.astNode)!=null&&Ie.directives?v?(v.p(F,L),L&1&&c(v,1)):(v=Oe(F),v.c(),c(v,1),v.m(e,null)):v&&(M(),$(v,1,1,()=>{v=null}),z());let ce=g;g=Q(F),g===ce?~g&&R[g].p(F,L):(h&&(M(),$(R[ce],1,1,()=>{R[ce]=null}),z()),~g?(h=R[g],h?h.p(F,L):(h=R[g]=S[g](F),h.c()),c(h,1),h.m(T.parentNode,T)):h=null),F[0].field.args.length>0?C?(C.p(F,L),L&1&&c(C,1)):(C=ze(F),C.c(),c(C,1),C.m(P.parentNode,P)):C&&(M(),$(C,1,1,()=>{C=null}),z())},i(F){E||(c(l.$$.fragment,F),c(f.$$.fragment,F),c(u.$$.fragment,F),c(v),c(h),c(C),E=!0)},o(F){$(l.$$.fragment,F),$(f.$$.fragment,F),$(u.$$.fragment,F),$(v),$(h),$(C),E=!1},d(F){F&&(m(e),m(_),m(T),m(P)),y(l),y(f),y(u),v&&v.d(),~g&&R[g].d(F),C&&C.d(F)}}}function yn(a){let e,r;return e=new ke({props:{$$slots:{default:[kn]},$$scope:{ctx:a}}}),{c(){b(e.$$.fragment)},l(t){w(e.$$.fragment,t)},m(t,n){k(e,t,n),r=!0},p(t,n){const s={};n&515&&(s.$$scope={dirty:n,ctx:t}),e.$set(s)},i(t){r||(c(e.$$.fragment,t),r=!0)},o(t){$(e.$$.fragment,t),r=!1},d(t){y(e,t)}}}function vn(a){let e,r;return e=new we({props:{$$slots:{default:[yn]},$$scope:{ctx:a}}}),{c(){b(e.$$.fragment)},l(t){w(e.$$.fragment,t)},m(t,n){k(e,t,n),r=!0},p(t,[n]){const s={};n&515&&(s.$$scope={dirty:n,ctx:t}),e.$set(s)},i(t){r||(c(e.$$.fragment,t),r=!0)},o(t){$(e.$$.fragment,t),r=!1},d(t){y(e,t)}}}function Tn(a,e,r){let{item:t}=e;var n=!1;function s(l){n=l,r(1,n)}return a.$$set=l=>{"item"in l&&r(0,t=l.item)},[t,n,s]}class En extends G{constructor(e){super(),Y(this,e,Tn,vn,H,{item:0})}}function Ue(a,e,r){const t=a.slice();return t[3]=e[r],t}function Ve(a){let e,r;return e=new En({props:{item:a[3]}}),{c(){b(e.$$.fragment)},l(t){w(e.$$.fragment,t)},m(t,n){k(e,t,n),r=!0},p(t,n){const s={};n&1&&(s.item=t[3]),e.$set(s)},i(t){r||(c(e.$$.fragment,t),r=!0)},o(t){$(e.$$.fragment,t),r=!1},d(t){y(e,t)}}}function In(a){let e,r,t=J(a[0]),n=[];for(let l=0;l$(n[l],1,1,()=>{n[l]=null});return{c(){for(let l=0;l{"data"in l&&r(1,t=l.data)},a.$$.update=()=>{a.$$.dirty&2&&(n==="alphabetical"?r(0,s=le.sortBy(t,l=>l.field.name)):r(0,s=t))},[s,t]}class It extends G{constructor(e){super(),Y(this,e,An,Sn,H,{data:1})}}function He(a,e,r){const t=a.slice();return t[1]=e[r],t[3]=r,t}function Ge(a){let e=", ",r;return{c(){r=B(e)},l(t){r=D(t,e)},m(t,n){d(t,r,n)},d(t){t&&m(r)}}}function Ye(a){let e,r,t;e=new oe({props:{type:a[1]}});let n=a[3]!==a[0].length-1&&Ge();return{c(){b(e.$$.fragment),n&&n.c(),r=j()},l(s){w(e.$$.fragment,s),n&&n.l(s),r=j()},m(s,l){k(e,s,l),n&&n.m(s,l),d(s,r,l),t=!0},p(s,l){const i={};l&1&&(i.type=s[1]),e.$set(i),s[3]!==s[0].length-1?n||(n=Ge(),n.c(),n.m(r.parentNode,r)):n&&(n.d(1),n=null)},i(s){t||(c(e.$$.fragment,s),t=!0)},o(s){$(e.$$.fragment,s),t=!1},d(s){s&&m(r),y(e,s),n&&n.d(s)}}}function Bn(a){let e,r,t=J(a[0]),n=[];for(let l=0;l$(n[l],1,1,()=>{n[l]=null});return{c(){for(let l=0;l{"types"in n&&r(0,t=n.types)},[t]}class ue extends G{constructor(e){super(),Y(this,e,Dn,Bn,H,{types:0})}}function Pn(a){let e=a[0].name+"",r,t,n,s;return n=new te({props:{type:a[0]}}),{c(){r=B(e),t=I(),b(n.$$.fragment)},l(l){r=D(l,e),t=N(l),w(n.$$.fragment,l)},m(l,i){d(l,r,i),d(l,t,i),k(n,l,i),s=!0},p(l,i){(!s||i&1)&&e!==(e=l[0].name+"")&&q(r,e);const f={};i&1&&(f.type=l[0]),n.$set(f)},i(l){s||(c(n.$$.fragment,l),s=!0)},o(l){$(n.$$.fragment,l),s=!1},d(l){l&&(m(r),m(t)),y(n,l)}}}function qe(a){let e,r,t,n;return e=new K({props:{id:"fields",depth:2,$$slots:{default:[Fn]},$$scope:{ctx:a}}}),t=new It({props:{data:a[2]}}),{c(){b(e.$$.fragment),r=I(),b(t.$$.fragment)},l(s){w(e.$$.fragment,s),r=N(s),w(t.$$.fragment,s)},m(s,l){k(e,s,l),d(s,r,l),k(t,s,l),n=!0},p(s,l){const i={};l&8&&(i.$$scope={dirty:l,ctx:s}),e.$set(i);const f={};l&4&&(f.data=s[2]),t.$set(f)},i(s){n||(c(e.$$.fragment,s),c(t.$$.fragment,s),n=!0)},o(s){$(e.$$.fragment,s),$(t.$$.fragment,s),n=!1},d(s){s&&m(r),y(e,s),y(t,s)}}}function Fn(a){let e;return{c(){e=B("Fields")},l(r){e=D(r,"Fields")},m(r,t){d(r,e,t)},d(r){r&&m(e)}}}function Je(a){let e,r,t,n,s;return e=new K({props:{id:"implementations",depth:2,$$slots:{default:[Rn]},$$scope:{ctx:a}}}),t=new ue({props:{types:a[1]}}),{c(){b(e.$$.fragment),r=B(` Implemented by `),b(t.$$.fragment),n=B(".")},l(l){w(e.$$.fragment,l),r=D(l,` Implemented by `),w(t.$$.fragment,l),n=D(l,".")},m(l,i){k(e,l,i),d(l,r,i),k(t,l,i),d(l,n,i),s=!0},p(l,i){const f={};i&8&&(f.$$scope={dirty:i,ctx:l}),e.$set(f);const o={};i&2&&(o.types=l[1]),t.$set(o)},i(l){s||(c(e.$$.fragment,l),c(t.$$.fragment,l),s=!0)},o(l){$(e.$$.fragment,l),$(t.$$.fragment,l),s=!1},d(l){l&&(m(r),m(n)),y(e,l),y(t,l)}}}function Rn(a){let e;return{c(){e=B("Implementations")},l(r){e=D(r,"Implementations")},m(r,t){d(r,e,t)},d(r){r&&m(e)}}}function Ke(a){let e,r,t,n,s,l,i;return e=new K({props:{id:"interfaces",depth:2,$$slots:{default:[Ln]},$$scope:{ctx:a}}}),s=new ue({props:{types:a[0].getInterfaces()}}),{c(){b(e.$$.fragment),r=I(),t=U("p"),n=B("Also implements "),b(s.$$.fragment),l=B(".")},l(f){w(e.$$.fragment,f),r=N(f),t=V(f,"P",{});var o=O(t);n=D(o,"Also implements "),w(s.$$.fragment,o),l=D(o,"."),o.forEach(m)},m(f,o){k(e,f,o),d(f,r,o),d(f,t,o),A(t,n),k(s,t,null),A(t,l),i=!0},p(f,o){const u={};o&8&&(u.$$scope={dirty:o,ctx:f}),e.$set(u);const p={};o&1&&(p.types=f[0].getInterfaces()),s.$set(p)},i(f){i||(c(e.$$.fragment,f),c(s.$$.fragment,f),i=!0)},o(f){$(e.$$.fragment,f),$(s.$$.fragment,f),i=!1},d(f){f&&(m(r),m(t)),y(e,f),y(s)}}}function Ln(a){let e;return{c(){e=B("Interfaces")},l(r){e=D(r,"Interfaces")},m(r,t){d(r,e,t)},d(r){r&&m(e)}}}function On(a){let e,r,t,n,s,l=Object.keys(a[0].getFields()).length>0,i,f,o=a[0].getInterfaces().length>0,u;r=new K({props:{id:"title",depth:1,$$slots:{default:[Pn]},$$scope:{ctx:a}}}),n=new W({props:{source:a[0].description}});let p=l&&qe(a),_=a[1].length>0&&Je(a),g=o&&Ke(a);return{c(){e=U("section"),b(r.$$.fragment),t=I(),b(n.$$.fragment),s=I(),p&&p.c(),i=I(),_&&_.c(),f=I(),g&&g.c()},l(h){e=V(h,"SECTION",{});var T=O(e);w(r.$$.fragment,T),t=N(T),w(n.$$.fragment,T),s=N(T),p&&p.l(T),i=N(T),_&&_.l(T),f=N(T),g&&g.l(T),T.forEach(m)},m(h,T){d(h,e,T),k(r,e,null),A(e,t),k(n,e,null),A(e,s),p&&p.m(e,null),A(e,i),_&&_.m(e,null),A(e,f),g&&g.m(e,null),u=!0},p(h,[T]){const P={};T&9&&(P.$$scope={dirty:T,ctx:h}),r.$set(P);const E={};T&1&&(E.source=h[0].description),n.$set(E),T&1&&(l=Object.keys(h[0].getFields()).length>0),l?p?(p.p(h,T),T&1&&c(p,1)):(p=qe(h),p.c(),c(p,1),p.m(e,i)):p&&(M(),$(p,1,1,()=>{p=null}),z()),h[1].length>0?_?(_.p(h,T),T&2&&c(_,1)):(_=Je(h),_.c(),c(_,1),_.m(e,f)):_&&(M(),$(_,1,1,()=>{_=null}),z()),T&1&&(o=h[0].getInterfaces().length>0),o?g?(g.p(h,T),T&1&&c(g,1)):(g=Ke(h),g.c(),c(g,1),g.m(e,null)):g&&(M(),$(g,1,1,()=>{g=null}),z())},i(h){u||(c(r.$$.fragment,h),c(n.$$.fragment,h),c(p),c(_),c(g),u=!0)},o(h){$(r.$$.fragment,h),$(n.$$.fragment,h),$(p),$(_),$(g),u=!1},d(h){h&&m(e),y(r),y(n),p&&p.d(),_&&_.d(),g&&g.d()}}}function jn(a,e,r){let{type:t}=e,n,s;return a.$$set=l=>{"type"in l&&r(0,t=l.type)},a.$$.update=()=>{a.$$.dirty&1&&r(1,n=Ft.getPossibleTypes(t)),a.$$.dirty&1&&r(2,s=bt(t))},[t,n,s]}class Mn extends G{constructor(e){super(),Y(this,e,jn,On,H,{type:0})}}function zn(a){let e=a[0].name+"",r,t,n,s;return n=new te({props:{type:a[0]}}),{c(){r=B(e),t=I(),b(n.$$.fragment)},l(l){r=D(l,e),t=N(l),w(n.$$.fragment,l)},m(l,i){d(l,r,i),d(l,t,i),k(n,l,i),s=!0},p(l,i){(!s||i&1)&&e!==(e=l[0].name+"")&&q(r,e);const f={};i&1&&(f.type=l[0]),n.$set(f)},i(l){s||(c(n.$$.fragment,l),s=!0)},o(l){$(n.$$.fragment,l),s=!1},d(l){l&&(m(r),m(t)),y(n,l)}}}function Qe(a){let e,r,t,n;return e=new K({props:{id:"fields",depth:2,$$slots:{default:[Cn]},$$scope:{ctx:a}}}),t=new It({props:{data:a[1]}}),{c(){b(e.$$.fragment),r=I(),b(t.$$.fragment)},l(s){w(e.$$.fragment,s),r=N(s),w(t.$$.fragment,s)},m(s,l){k(e,s,l),d(s,r,l),k(t,s,l),n=!0},p(s,l){const i={};l&4&&(i.$$scope={dirty:l,ctx:s}),e.$set(i);const f={};l&2&&(f.data=s[1]),t.$set(f)},i(s){n||(c(e.$$.fragment,s),c(t.$$.fragment,s),n=!0)},o(s){$(e.$$.fragment,s),$(t.$$.fragment,s),n=!1},d(s){s&&m(r),y(e,s),y(t,s)}}}function Cn(a){let e;return{c(){e=B("Fields")},l(r){e=D(r,"Fields")},m(r,t){d(r,e,t)},d(r){r&&m(e)}}}function We(a){let e,r,t,n,s,l,i;return e=new K({props:{id:"interfaces",depth:2,$$slots:{default:[Un]},$$scope:{ctx:a}}}),s=new ue({props:{types:a[0].getInterfaces()}}),{c(){b(e.$$.fragment),r=I(),t=U("p"),n=B("Also implements "),b(s.$$.fragment),l=B(".")},l(f){w(e.$$.fragment,f),r=N(f),t=V(f,"P",{});var o=O(t);n=D(o,"Also implements "),w(s.$$.fragment,o),l=D(o,"."),o.forEach(m)},m(f,o){k(e,f,o),d(f,r,o),d(f,t,o),A(t,n),k(s,t,null),A(t,l),i=!0},p(f,o){const u={};o&4&&(u.$$scope={dirty:o,ctx:f}),e.$set(u);const p={};o&1&&(p.types=f[0].getInterfaces()),s.$set(p)},i(f){i||(c(e.$$.fragment,f),c(s.$$.fragment,f),i=!0)},o(f){$(e.$$.fragment,f),$(s.$$.fragment,f),i=!1},d(f){f&&(m(r),m(t)),y(e,f),y(s)}}}function Un(a){let e;return{c(){e=B("Interfaces")},l(r){e=D(r,"Interfaces")},m(r,t){d(r,e,t)},d(r){r&&m(e)}}}function Vn(a){let e,r,t,n,s,l,i=a[0].getInterfaces().length>0,f;r=new K({props:{id:"title",depth:1,$$slots:{default:[zn]},$$scope:{ctx:a}}}),n=new W({props:{source:a[0].description}});let o=a[1].length>0&&Qe(a),u=i&&We(a);return{c(){e=U("section"),b(r.$$.fragment),t=I(),b(n.$$.fragment),s=I(),o&&o.c(),l=I(),u&&u.c()},l(p){e=V(p,"SECTION",{});var _=O(e);w(r.$$.fragment,_),t=N(_),w(n.$$.fragment,_),s=N(_),o&&o.l(_),l=N(_),u&&u.l(_),_.forEach(m)},m(p,_){d(p,e,_),k(r,e,null),A(e,t),k(n,e,null),A(e,s),o&&o.m(e,null),A(e,l),u&&u.m(e,null),f=!0},p(p,[_]){const g={};_&5&&(g.$$scope={dirty:_,ctx:p}),r.$set(g);const h={};_&1&&(h.source=p[0].description),n.$set(h),p[1].length>0?o?(o.p(p,_),_&2&&c(o,1)):(o=Qe(p),o.c(),c(o,1),o.m(e,l)):o&&(M(),$(o,1,1,()=>{o=null}),z()),_&1&&(i=p[0].getInterfaces().length>0),i?u?(u.p(p,_),_&1&&c(u,1)):(u=We(p),u.c(),c(u,1),u.m(e,null)):u&&(M(),$(u,1,1,()=>{u=null}),z())},i(p){f||(c(r.$$.fragment,p),c(n.$$.fragment,p),c(o),c(u),f=!0)},o(p){$(r.$$.fragment,p),$(n.$$.fragment,p),$(o),$(u),f=!1},d(p){p&&m(e),y(r),y(n),o&&o.d(),u&&u.d()}}}function Hn(a,e,r){let{type:t}=e,n;return a.$$set=s=>{"type"in s&&r(0,t=s.type)},a.$$.update=()=>{a.$$.dirty&1&&r(1,n=bt(t))},[t,n]}class Gn extends G{constructor(e){super(),Y(this,e,Hn,Vn,H,{type:0})}}function Yn(a){let e=a[0].name+"",r,t,n,s;return n=new te({props:{type:a[0]}}),{c(){r=B(e),t=I(),b(n.$$.fragment)},l(l){r=D(l,e),t=N(l),w(n.$$.fragment,l)},m(l,i){d(l,r,i),d(l,t,i),k(n,l,i),s=!0},p(l,i){(!s||i&1)&&e!==(e=l[0].name+"")&&q(r,e);const f={};i&1&&(f.type=l[0]),n.$set(f)},i(l){s||(c(n.$$.fragment,l),s=!0)},o(l){$(n.$$.fragment,l),s=!1},d(l){l&&(m(r),m(t)),y(n,l)}}}function qn(a){let e;return{c(){e=B("Types")},l(r){e=D(r,"Types")},m(r,t){d(r,e,t)},d(r){r&&m(e)}}}function Jn(a){let e,r,t,n,s,l,i,f,o,u,p,_;return r=new K({props:{id:"title",depth:1,$$slots:{default:[Yn]},$$scope:{ctx:a}}}),n=new W({props:{source:a[0].description}}),l=new K({props:{id:"types",depth:2,$$slots:{default:[qn]},$$scope:{ctx:a}}}),u=new ue({props:{types:a[0].getTypes()}}),{c(){e=U("section"),b(r.$$.fragment),t=I(),b(n.$$.fragment),s=I(),b(l.$$.fragment),i=I(),f=U("p"),o=B("Union of types "),b(u.$$.fragment),p=B(".")},l(g){e=V(g,"SECTION",{});var h=O(e);w(r.$$.fragment,h),t=N(h),w(n.$$.fragment,h),s=N(h),w(l.$$.fragment,h),i=N(h),f=V(h,"P",{});var T=O(f);o=D(T,"Union of types "),w(u.$$.fragment,T),p=D(T,"."),T.forEach(m),h.forEach(m)},m(g,h){d(g,e,h),k(r,e,null),A(e,t),k(n,e,null),A(e,s),k(l,e,null),A(e,i),A(e,f),A(f,o),k(u,f,null),A(f,p),_=!0},p(g,[h]){const T={};h&3&&(T.$$scope={dirty:h,ctx:g}),r.$set(T);const P={};h&1&&(P.source=g[0].description),n.$set(P);const E={};h&2&&(E.$$scope={dirty:h,ctx:g}),l.$set(E);const v={};h&1&&(v.types=g[0].getTypes()),u.$set(v)},i(g){_||(c(r.$$.fragment,g),c(n.$$.fragment,g),c(l.$$.fragment,g),c(u.$$.fragment,g),_=!0)},o(g){$(r.$$.fragment,g),$(n.$$.fragment,g),$(l.$$.fragment,g),$(u.$$.fragment,g),_=!1},d(g){g&&m(e),y(r),y(n),y(l),y(u)}}}function Kn(a,e,r){let{type:t}=e;return a.$$set=n=>{"type"in n&&r(0,t=n.type)},[t]}class Qn extends G{constructor(e){super(),Y(this,e,Kn,Jn,H,{type:0})}}function Xe(a,e,r){const t=a.slice();return t[2]=e[r],t}function Ze(a){let e,r=a[2].description+"",t;return{c(){e=U("p"),t=B(r)},l(n){e=V(n,"P",{});var s=O(e);t=D(s,r),s.forEach(m)},m(n,s){d(n,e,s),A(e,t)},p(n,s){s&1&&r!==(r=n[2].description+"")&&q(t,r)},d(n){n&&m(e)}}}function xe(a){let e,r,t;return r=new Ut({props:{value:a[2].default}}),{c(){e=B("Default: "),b(r.$$.fragment)},l(n){e=D(n,"Default: "),w(r.$$.fragment,n)},m(n,s){d(n,e,s),k(r,n,s),t=!0},p(n,s){const l={};s&1&&(l.value=n[2].default),r.$set(l)},i(n){t||(c(r.$$.fragment,n),t=!0)},o(n){$(r.$$.fragment,n),t=!1},d(n){n&&m(e),y(r,n)}}}function Wn(a){let e,r,t=a[2].name+"",n,s,l,i,f,o,u,p,_,g,h;l=new vt({props:{type:a[2].type}}),f=new ye({props:{reason:a[2].deprecationReason}}),u=new Tt({props:{type:a[2].type}});let T=a[2].description&&Ze(a),P=a[2].default&&xe(a);return{c(){e=U("p"),r=U("span"),n=B(t),s=I(),b(l.$$.fragment),i=I(),b(f.$$.fragment),o=I(),b(u.$$.fragment),p=I(),T&&T.c(),_=I(),P&&P.c(),g=j(),this.h()},l(E){e=V(E,"P",{});var v=O(e);r=V(v,"SPAN",{style:!0});var S=O(r);n=D(S,t),S.forEach(m),s=N(v),w(l.$$.fragment,v),i=N(v),w(f.$$.fragment,v),o=N(v),w(u.$$.fragment,v),v.forEach(m),p=N(E),T&&T.l(E),_=N(E),P&&P.l(E),g=j(),this.h()},h(){pe(r,"font-weight","bold")},m(E,v){d(E,e,v),A(e,r),A(r,n),A(e,s),k(l,e,null),A(e,i),k(f,e,null),A(e,o),k(u,e,null),d(E,p,v),T&&T.m(E,v),d(E,_,v),P&&P.m(E,v),d(E,g,v),h=!0},p(E,v){(!h||v&1)&&t!==(t=E[2].name+"")&&q(n,t);const S={};v&1&&(S.type=E[2].type),l.$set(S);const R={};v&1&&(R.reason=E[2].deprecationReason),f.$set(R);const Q={};v&1&&(Q.type=E[2].type),u.$set(Q),E[2].description?T?T.p(E,v):(T=Ze(E),T.c(),T.m(_.parentNode,_)):T&&(T.d(1),T=null),E[2].default?P?(P.p(E,v),v&1&&c(P,1)):(P=xe(E),P.c(),c(P,1),P.m(g.parentNode,g)):P&&(M(),$(P,1,1,()=>{P=null}),z())},i(E){h||(c(l.$$.fragment,E),c(f.$$.fragment,E),c(u.$$.fragment,E),c(P),h=!0)},o(E){$(l.$$.fragment,E),$(f.$$.fragment,E),$(u.$$.fragment,E),$(P),h=!1},d(E){E&&(m(e),m(p),m(_),m(g)),y(l),y(f),y(u),T&&T.d(E),P&&P.d(E)}}}function Xn(a){let e,r,t;return e=new ke({props:{$$slots:{default:[Wn]},$$scope:{ctx:a}}}),{c(){b(e.$$.fragment),r=I()},l(n){w(e.$$.fragment,n),r=N(n)},m(n,s){k(e,n,s),d(n,r,s),t=!0},p(n,s){const l={};s&33&&(l.$$scope={dirty:s,ctx:n}),e.$set(l)},i(n){t||(c(e.$$.fragment,n),t=!0)},o(n){$(e.$$.fragment,n),t=!1},d(n){n&&m(r),y(e,n)}}}function et(a){let e,r;return e=new we({props:{$$slots:{default:[Xn]},$$scope:{ctx:a}}}),{c(){b(e.$$.fragment)},l(t){w(e.$$.fragment,t)},m(t,n){k(e,t,n),r=!0},p(t,n){const s={};n&33&&(s.$$scope={dirty:n,ctx:t}),e.$set(s)},i(t){r||(c(e.$$.fragment,t),r=!0)},o(t){$(e.$$.fragment,t),r=!1},d(t){y(e,t)}}}function Zn(a){let e,r,t=J(a[0]),n=[];for(let l=0;l$(n[l],1,1,()=>{n[l]=null});return{c(){for(let l=0;l{"data"in s&&r(1,n=s.data)},a.$$.update=()=>{a.$$.dirty&2&&r(0,t=le.sortBy(n.map(s=>({id:s.name,deprecationReason:s.deprecationReason,name:s.name,type:s.type,description:s.description,default:s.defaultValue})),s=>s.name)||[])},[t,n]}class nr extends G{constructor(e){super(),Y(this,e,tr,er,H,{data:1})}}function rr(a){let e=a[0].name+"",r,t,n,s;return n=new te({props:{type:a[0]}}),{c(){r=B(e),t=I(),b(n.$$.fragment)},l(l){r=D(l,e),t=N(l),w(n.$$.fragment,l)},m(l,i){d(l,r,i),d(l,t,i),k(n,l,i),s=!0},p(l,i){(!s||i&1)&&e!==(e=l[0].name+"")&&q(r,e);const f={};i&1&&(f.type=l[0]),n.$set(f)},i(l){s||(c(n.$$.fragment,l),s=!0)},o(l){$(n.$$.fragment,l),s=!1},d(l){l&&(m(r),m(t)),y(n,l)}}}function tt(a){let e,r,t,n;return e=new K({props:{id:"fields",depth:2,$$slots:{default:[lr]},$$scope:{ctx:a}}}),t=new nr({props:{data:le.map(a[0].getFields(),nt)}}),{c(){b(e.$$.fragment),r=I(),b(t.$$.fragment)},l(s){w(e.$$.fragment,s),r=N(s),w(t.$$.fragment,s)},m(s,l){k(e,s,l),d(s,r,l),k(t,s,l),n=!0},p(s,l){const i={};l&2&&(i.$$scope={dirty:l,ctx:s}),e.$set(i);const f={};l&1&&(f.data=le.map(s[0].getFields(),nt)),t.$set(f)},i(s){n||(c(e.$$.fragment,s),c(t.$$.fragment,s),n=!0)},o(s){$(e.$$.fragment,s),$(t.$$.fragment,s),n=!1},d(s){s&&m(r),y(e,s),y(t,s)}}}function lr(a){let e;return{c(){e=B("Fields")},l(r){e=D(r,"Fields")},m(r,t){d(r,e,t)},d(r){r&&m(e)}}}function fr(a){let e,r,t,n,s,l=Object.keys(a[0].getFields()).length>0,i;r=new K({props:{id:"title",depth:1,$$slots:{default:[rr]},$$scope:{ctx:a}}}),n=new W({props:{source:a[0].description}});let f=l&&tt(a);return{c(){e=U("section"),b(r.$$.fragment),t=I(),b(n.$$.fragment),s=I(),f&&f.c()},l(o){e=V(o,"SECTION",{});var u=O(e);w(r.$$.fragment,u),t=N(u),w(n.$$.fragment,u),s=N(u),f&&f.l(u),u.forEach(m)},m(o,u){d(o,e,u),k(r,e,null),A(e,t),k(n,e,null),A(e,s),f&&f.m(e,null),i=!0},p(o,[u]){const p={};u&3&&(p.$$scope={dirty:u,ctx:o}),r.$set(p);const _={};u&1&&(_.source=o[0].description),n.$set(_),u&1&&(l=Object.keys(o[0].getFields()).length>0),l?f?(f.p(o,u),u&1&&c(f,1)):(f=tt(o),f.c(),c(f,1),f.m(e,null)):f&&(M(),$(f,1,1,()=>{f=null}),z())},i(o){i||(c(r.$$.fragment,o),c(n.$$.fragment,o),c(f),i=!0)},o(o){$(r.$$.fragment,o),$(n.$$.fragment,o),$(f),i=!1},d(o){o&&m(e),y(r),y(n),f&&f.d()}}}const nt=a=>a;function sr(a,e,r){let{type:t}=e;return a.$$set=n=>{"type"in n&&r(0,t=n.type)},[t]}class ar extends G{constructor(e){super(),Y(this,e,sr,fr,H,{type:0})}}function ir(a){let e;const r=a[0].default,t=me(r,a,a[1],null);return{c(){t&&t.c()},l(n){t&&t.l(n)},m(n,s){t&&t.m(n,s),e=!0},p(n,s){t&&t.p&&(!e||s&2)&&_e(t,r,n,n[1],e?de(r,n[1],s,null):ge(n[1]),null)},i(n){e||(c(t,n),e=!0)},o(n){$(t,n),e=!1},d(n){t&&t.d(n)}}}function or(a){let e,r;return e=new jt({props:{class:"markdown-list-item",$$slots:{default:[ir]},$$scope:{ctx:a}}}),{c(){b(e.$$.fragment)},l(t){w(e.$$.fragment,t)},m(t,n){k(e,t,n),r=!0},p(t,[n]){const s={};n&2&&(s.$$scope={dirty:n,ctx:t}),e.$set(s)},i(t){r||(c(e.$$.fragment,t),r=!0)},o(t){$(e.$$.fragment,t),r=!1},d(t){y(e,t)}}}function ur(a,e,r){let{$$slots:t={},$$scope:n}=e;return a.$$set=s=>{"$$scope"in s&&r(1,n=s.$$scope)},[t,n]}class cr extends G{constructor(e){super(),Y(this,e,ur,or,H,{})}}function rt(a,e,r){const t=a.slice();return t[5]=e[r],t[7]=r,t}const $r=a=>({}),lt=a=>({index:a[7]});function ft(a,e,r){const t=a.slice();return t[5]=e[r],t[7]=r,t}const pr=a=>({}),st=a=>({index:a[7]});function mr(a){let e,r,t=J(a[0].slice(0,3)),n=[];for(let l=0;l$(n[l],1,1,()=>{n[l]=null});return{c(){for(let l=0;l$(n[l],1,1,()=>{n[l]=null});return{c(){for(let l=0;lyt(e,"expanded",n)),{c(){b(e.$$.fragment)},l(l){w(e.$$.fragment,l)},m(l,i){k(e,l,i),t=!0},p(l,i){const f={};i&1&&(f.totalItems=l[0].length),!r&&i&2&&(r=!0,f.expanded=l[1],kt(()=>r=!1)),e.$set(f)},i(l){t||(c(e.$$.fragment,l),t=!0)},o(l){$(e.$$.fragment,l),t=!1},d(l){y(e,l)}}}function gr(a){let e,r,t,n,s;const l=[_r,mr],i=[];function f(u,p){return u[1]?0:1}e=f(a),r=i[e]=l[e](a);let o=a[0].length>3&&ot(a);return{c(){r.c(),t=I(),o&&o.c(),n=j()},l(u){r.l(u),t=N(u),o&&o.l(u),n=j()},m(u,p){i[e].m(u,p),d(u,t,p),o&&o.m(u,p),d(u,n,p),s=!0},p(u,[p]){let _=e;e=f(u),e===_?i[e].p(u,p):(M(),$(i[_],1,1,()=>{i[_]=null}),z(),r=i[e],r?r.p(u,p):(r=i[e]=l[e](u),r.c()),c(r,1),r.m(t.parentNode,t)),u[0].length>3?o?(o.p(u,p),p&1&&c(o,1)):(o=ot(u),o.c(),c(o,1),o.m(n.parentNode,n)):o&&(M(),$(o,1,1,()=>{o=null}),z())},i(u){s||(c(r),c(o),s=!0)},o(u){$(r),$(o),s=!1},d(u){u&&(m(t),m(n)),i[e].d(u),o&&o.d(u)}}}function dr(a,e,r){let{$$slots:t={},$$scope:n}=e,{items:s}=e,l=!1;function i(f){l=f,r(1,l)}return a.$$set=f=>{"items"in f&&r(0,s=f.items),"$$scope"in f&&r(2,n=f.$$scope)},[s,l,n,t,i]}class hr extends G{constructor(e){super(),Y(this,e,dr,gr,H,{items:0})}}function ut(a){const e=a[0].references[a[1]];a[2]=e}function br(a){let e;return{c(){e=B("Usages")},l(r){e=D(r,"Usages")},m(r,t){d(r,e,t)},d(r){r&&m(e)}}}function wr(a){let e;return{c(){e=B("References")},l(r){e=D(r,"References")},m(r,t){d(r,e,t)},d(r){r&&m(e)}}}function kr(a){let e,r,t=a[2].by.name+"",n,s,l,i=a[2].field.name+"",f,o,u,p;return u=new oe({props:{type:a[2].type}}),{c(){e=B("Argument "),r=U("em"),n=B(t),s=B(" of field "),l=U("em"),f=B(i),o=B(` from type `),b(u.$$.fragment)},l(_){e=D(_,"Argument "),r=V(_,"EM",{});var g=O(r);n=D(g,t),g.forEach(m),s=D(_," of field "),l=V(_,"EM",{});var h=O(l);f=D(h,i),h.forEach(m),o=D(_,` diff --git a/public/docs/_app/version.json b/public/docs/_app/version.json index ecdea22..5f42e81 100644 --- a/public/docs/_app/version.json +++ b/public/docs/_app/version.json @@ -1 +1 @@ -{"version":"1712982241674"} \ No newline at end of file +{"version":"1713153089756"} \ No newline at end of file diff --git a/public/docs/code-quality/composer-tools-for-code-quality.html b/public/docs/code-quality/composer-tools-for-code-quality.html index 8140034..9b23b63 100644 --- a/public/docs/code-quality/composer-tools-for-code-quality.html +++ b/public/docs/code-quality/composer-tools-for-code-quality.html @@ -14,22 +14,22 @@ - - + + - - + + - - - + + + - - - - - Code Quality - Composer Tools for Code Quality + + + + + Code Quality - Composer Tools for Code Quality
Magidoc

Composer Tools for Code Quality

To ensure code quality, run composer test to run the following:

@@ -43,7 +43,7 @@