From 895b99f4ca069a082e669b7077ce4b47125ec52e Mon Sep 17 00:00:00 2001 From: vegim carkaxhija Date: Wed, 20 Mar 2024 09:56:59 +0100 Subject: [PATCH 1/3] fix val for requiredDropDownSelection --- views/js/buckaroo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/js/buckaroo.js b/views/js/buckaroo.js index 0958fc1c..cf40d7e8 100644 --- a/views/js/buckaroo.js +++ b/views/js/buckaroo.js @@ -182,7 +182,7 @@ function buckaroo($) { } }, requiredDropDownSelection: (element, errorLabel) => { - if ($(`.${element} option:selected`).length === 0 || $(`.${element} option:selected`).val === '0') { + if ($(`.${element} option:selected`).length === 0 || $(`.${element} option:selected`).val() === '0') { methodValidator.valid = false; methodValidator.displayMessage($(errorLabel), buckarooMessages.validation.bank, false); } From 0e662b8eda56485c6f5b734f134262a013418657 Mon Sep 17 00:00:00 2001 From: vegim carkaxhija Date: Wed, 20 Mar 2024 09:58:56 +0100 Subject: [PATCH 2/3] remove console log --- views/js/buckaroo.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/views/js/buckaroo.js b/views/js/buckaroo.js index cf40d7e8..b5a6f7fc 100644 --- a/views/js/buckaroo.js +++ b/views/js/buckaroo.js @@ -232,10 +232,8 @@ function buckaroo($) { default: } if (methodValidator.valid) { - console.log(methodValidator.methodSelector + ' is validated!'); return false; } else { - console.log(methodValidator.methodSelector + ' is NOT validated!'); e.stopPropagation(); return false; } From 53dd0f66571bd49a4fd8fd41cd5d5ebae0fd7a6b Mon Sep 17 00:00:00 2001 From: vegim carkaxhija Date: Wed, 20 Mar 2024 13:41:30 +0100 Subject: [PATCH 3/3] update axios remove package-lock --- dev/package-lock.json | 3655 ----------------------------------- dev/package.json | 2 +- views/img/logo-Cemr2hPu.png | Bin 0 -> 11233 bytes views/js/buckaroo.vue.js | 117 +- 4 files changed, 60 insertions(+), 3714 deletions(-) delete mode 100644 dev/package-lock.json create mode 100644 views/img/logo-Cemr2hPu.png diff --git a/dev/package-lock.json b/dev/package-lock.json deleted file mode 100644 index 5d710c02..00000000 --- a/dev/package-lock.json +++ /dev/null @@ -1,3655 +0,0 @@ -{ - "name": "dev", - "version": "0.1.0", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "dev", - "version": "0.1.0", - "devDependencies": { - "@babel/core": "^7.23.7", - "@vitejs/plugin-vue": "^5.0.3", - "@vitejs/plugin-vue-jsx": "^3.1.0", - "@vueuse/core": "^10.7.2", - "autoprefixer": "^10.4.17", - "axios": "1.6.5", - "fos-routing": "^0.0.6", - "lodash": "^4.17.21", - "postcss": "^8.4.33", - "sass": "^1.70.0", - "tailwindcss": "^3.4.1", - "toastr": "^2.1.4", - "typescript": "^4.9.5", - "vite": "^5.0.12", - "vue": "^3.4.15", - "vue-i18n": "^9.9.0", - "vue-tsc": "^0.39.5", - "vuedraggable": "^4.1.0" - } - }, - "node_modules/@alloc/quick-lru": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", - "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@ampproject/remapping": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", - "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==", - "dev": true, - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.0", - "@jridgewell/trace-mapping": "^0.3.9" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/code-frame": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz", - "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==", - "dev": true, - "dependencies": { - "@babel/highlight": "^7.23.4", - "chalk": "^2.4.2" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/compat-data": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz", - "integrity": "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/core": { - "version": "7.23.7", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.7.tgz", - "integrity": "sha512-+UpDgowcmqe36d4NwqvKsyPMlOLNGMsfMmQ5WGCu+siCe3t3dfe9njrzGfdN4qq+bcNUt0+Vw6haRxBOycs4dw==", - "dev": true, - "dependencies": { - "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.23.5", - "@babel/generator": "^7.23.6", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helpers": "^7.23.7", - "@babel/parser": "^7.23.6", - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.7", - "@babel/types": "^7.23.6", - "convert-source-map": "^2.0.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.3", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/@babel/generator": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz", - "integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==", - "dev": true, - "dependencies": { - "@babel/types": "^7.23.6", - "@jridgewell/gen-mapping": "^0.3.2", - "@jridgewell/trace-mapping": "^0.3.17", - "jsesc": "^2.5.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", - "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", - "dev": true, - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-compilation-targets": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", - "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", - "dev": true, - "dependencies": { - "@babel/compat-data": "^7.23.5", - "@babel/helper-validator-option": "^7.23.5", - "browserslist": "^4.22.2", - "lru-cache": "^5.1.1", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.23.7", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.7.tgz", - "integrity": "sha512-xCoqR/8+BoNnXOY7RVSgv6X+o7pmT5q1d+gGcRlXYkI+9B31glE4jeejhKVpA04O1AtzOt7OSQ6VYKP5FcRl9g==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-member-expression-to-functions": "^7.23.0", - "@babel/helper-optimise-call-expression": "^7.22.5", - "@babel/helper-replace-supers": "^7.22.20", - "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-environment-visitor": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", - "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-function-name": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", - "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", - "dev": true, - "dependencies": { - "@babel/template": "^7.22.15", - "@babel/types": "^7.23.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", - "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", - "dev": true, - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz", - "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==", - "dev": true, - "dependencies": { - "@babel/types": "^7.23.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-imports": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", - "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", - "dev": true, - "dependencies": { - "@babel/types": "^7.22.15" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-transforms": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", - "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", - "dev": true, - "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-simple-access": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/helper-validator-identifier": "^7.22.20" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz", - "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==", - "dev": true, - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-plugin-utils": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz", - "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-replace-supers": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz", - "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==", - "dev": true, - "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-member-expression-to-functions": "^7.22.15", - "@babel/helper-optimise-call-expression": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-simple-access": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", - "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", - "dev": true, - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz", - "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==", - "dev": true, - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "7.22.6", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", - "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", - "dev": true, - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-string-parser": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz", - "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-identifier": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", - "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-option": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", - "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helpers": { - "version": "7.23.8", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.8.tgz", - "integrity": "sha512-KDqYz4PiOWvDFrdHLPhKtCThtIcKVy6avWD2oG4GEvyQ+XDZwHD4YQd+H2vNMnq2rkdxsDkU82T+Vk8U/WXHRQ==", - "dev": true, - "dependencies": { - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.7", - "@babel/types": "^7.23.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz", - "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==", - "dev": true, - "dependencies": { - "@babel/helper-validator-identifier": "^7.22.20", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/parser": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.6.tgz", - "integrity": "sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==", - "dev": true, - "bin": { - "parser": "bin/babel-parser.js" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz", - "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz", - "integrity": "sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-typescript": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.6.tgz", - "integrity": "sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==", - "dev": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-create-class-features-plugin": "^7.23.6", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-typescript": "^7.23.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/template": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", - "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.22.13", - "@babel/parser": "^7.22.15", - "@babel/types": "^7.22.15" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/traverse": { - "version": "7.23.7", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.7.tgz", - "integrity": "sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.23.5", - "@babel/generator": "^7.23.6", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.23.6", - "@babel/types": "^7.23.6", - "debug": "^4.3.1", - "globals": "^11.1.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/types": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.6.tgz", - "integrity": "sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==", - "dev": true, - "dependencies": { - "@babel/helper-string-parser": "^7.23.4", - "@babel/helper-validator-identifier": "^7.22.20", - "to-fast-properties": "^2.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@esbuild/aix-ppc64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.11.tgz", - "integrity": "sha512-FnzU0LyE3ySQk7UntJO4+qIiQgI7KoODnZg5xzXIrFJlKd2P2gwHsHY4927xj9y5PJmJSzULiUCWmv7iWnNa7g==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "aix" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/android-arm": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.11.tgz", - "integrity": "sha512-5OVapq0ClabvKvQ58Bws8+wkLCV+Rxg7tUVbo9xu034Nm536QTII4YzhaFriQ7rMrorfnFKUsArD2lqKbFY4vw==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/android-arm64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.11.tgz", - "integrity": "sha512-aiu7K/5JnLj//KOnOfEZ0D90obUkRzDMyqd/wNAUQ34m4YUPVhRZpnqKV9uqDGxT7cToSDnIHsGooyIczu9T+Q==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/android-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.11.tgz", - "integrity": "sha512-eccxjlfGw43WYoY9QgB82SgGgDbibcqyDTlk3l3C0jOVHKxrjdc9CTwDUQd0vkvYg5um0OH+GpxYvp39r+IPOg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/darwin-arm64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.11.tgz", - "integrity": "sha512-ETp87DRWuSt9KdDVkqSoKoLFHYTrkyz2+65fj9nfXsaV3bMhTCjtQfw3y+um88vGRKRiF7erPrh/ZuIdLUIVxQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/darwin-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.11.tgz", - "integrity": "sha512-fkFUiS6IUK9WYUO/+22omwetaSNl5/A8giXvQlcinLIjVkxwTLSktbF5f/kJMftM2MJp9+fXqZ5ezS7+SALp4g==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/freebsd-arm64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.11.tgz", - "integrity": "sha512-lhoSp5K6bxKRNdXUtHoNc5HhbXVCS8V0iZmDvyWvYq9S5WSfTIHU2UGjcGt7UeS6iEYp9eeymIl5mJBn0yiuxA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/freebsd-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.11.tgz", - "integrity": "sha512-JkUqn44AffGXitVI6/AbQdoYAq0TEullFdqcMY/PCUZ36xJ9ZJRtQabzMA+Vi7r78+25ZIBosLTOKnUXBSi1Kw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-arm": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.11.tgz", - "integrity": "sha512-3CRkr9+vCV2XJbjwgzjPtO8T0SZUmRZla+UL1jw+XqHZPkPgZiyWvbDvl9rqAN8Zl7qJF0O/9ycMtjU67HN9/Q==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-arm64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.11.tgz", - "integrity": "sha512-LneLg3ypEeveBSMuoa0kwMpCGmpu8XQUh+mL8XXwoYZ6Be2qBnVtcDI5azSvh7vioMDhoJFZzp9GWp9IWpYoUg==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-ia32": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.11.tgz", - "integrity": "sha512-caHy++CsD8Bgq2V5CodbJjFPEiDPq8JJmBdeyZ8GWVQMjRD0sU548nNdwPNvKjVpamYYVL40AORekgfIubwHoA==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-loong64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.11.tgz", - "integrity": "sha512-ppZSSLVpPrwHccvC6nQVZaSHlFsvCQyjnvirnVjbKSHuE5N24Yl8F3UwYUUR1UEPaFObGD2tSvVKbvR+uT1Nrg==", - "cpu": [ - "loong64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-mips64el": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.11.tgz", - "integrity": "sha512-B5x9j0OgjG+v1dF2DkH34lr+7Gmv0kzX6/V0afF41FkPMMqaQ77pH7CrhWeR22aEeHKaeZVtZ6yFwlxOKPVFyg==", - "cpu": [ - "mips64el" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-ppc64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.11.tgz", - "integrity": "sha512-MHrZYLeCG8vXblMetWyttkdVRjQlQUb/oMgBNurVEnhj4YWOr4G5lmBfZjHYQHHN0g6yDmCAQRR8MUHldvvRDA==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-riscv64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.11.tgz", - "integrity": "sha512-f3DY++t94uVg141dozDu4CCUkYW+09rWtaWfnb3bqe4w5NqmZd6nPVBm+qbz7WaHZCoqXqHz5p6CM6qv3qnSSQ==", - "cpu": [ - "riscv64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-s390x": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.11.tgz", - "integrity": "sha512-A5xdUoyWJHMMlcSMcPGVLzYzpcY8QP1RtYzX5/bS4dvjBGVxdhuiYyFwp7z74ocV7WDc0n1harxmpq2ePOjI0Q==", - "cpu": [ - "s390x" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.11.tgz", - "integrity": "sha512-grbyMlVCvJSfxFQUndw5mCtWs5LO1gUlwP4CDi4iJBbVpZcqLVT29FxgGuBJGSzyOxotFG4LoO5X+M1350zmPA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/netbsd-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.11.tgz", - "integrity": "sha512-13jvrQZJc3P230OhU8xgwUnDeuC/9egsjTkXN49b3GcS5BKvJqZn86aGM8W9pd14Kd+u7HuFBMVtrNGhh6fHEQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/openbsd-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.11.tgz", - "integrity": "sha512-ysyOGZuTp6SNKPE11INDUeFVVQFrhcNDVUgSQVDzqsqX38DjhPEPATpid04LCoUr2WXhQTEZ8ct/EgJCUDpyNw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/sunos-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.11.tgz", - "integrity": "sha512-Hf+Sad9nVwvtxy4DXCZQqLpgmRTQqyFyhT3bZ4F2XlJCjxGmRFF0Shwn9rzhOYRB61w9VMXUkxlBy56dk9JJiQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/win32-arm64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.11.tgz", - "integrity": "sha512-0P58Sbi0LctOMOQbpEOvOL44Ne0sqbS0XWHMvvrg6NE5jQ1xguCSSw9jQeUk2lfrXYsKDdOe6K+oZiwKPilYPQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/win32-ia32": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.11.tgz", - "integrity": "sha512-6YOrWS+sDJDmshdBIQU+Uoyh7pQKrdykdefC1avn76ss5c+RN6gut3LZA4E2cH5xUEp5/cA0+YxRaVtRAb0xBg==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/win32-x64": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.11.tgz", - "integrity": "sha512-vfkhltrjCAb603XaFhqhAF4LGDi2M4OrCRrFusyQ+iTLQ/o60QQXxc9cZC/FFpihBI9N1Grn6SMKVJ4KP7Fuiw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@intlify/core-base": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-9.9.0.tgz", - "integrity": "sha512-C7UXPymDIOlMGSNjAhNLtKgzITc/8BjINK5gNKXg8GiWCTwL6n3MWr55czksxn8RM5wTMz0qcLOFT+adtaVQaA==", - "dev": true, - "dependencies": { - "@intlify/message-compiler": "9.9.0", - "@intlify/shared": "9.9.0" - }, - "engines": { - "node": ">= 16" - }, - "funding": { - "url": "https://github.com/sponsors/kazupon" - } - }, - "node_modules/@intlify/message-compiler": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-9.9.0.tgz", - "integrity": "sha512-yDU/jdUm9KuhEzYfS+wuyja209yXgdl1XFhMlKtXEgSFTxz4COZQCRXXbbH8JrAjMsaJ7bdoPSLsKlY6mXG2iA==", - "dev": true, - "dependencies": { - "@intlify/shared": "9.9.0", - "source-map-js": "^1.0.2" - }, - "engines": { - "node": ">= 16" - }, - "funding": { - "url": "https://github.com/sponsors/kazupon" - } - }, - "node_modules/@intlify/shared": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-9.9.0.tgz", - "integrity": "sha512-1ECUyAHRrzOJbOizyGufYP2yukqGrWXtkmTu4PcswVnWbkcjzk3YQGmJ0bLkM7JZ0ZYAaohLGdYvBYnTOGYJ9g==", - "dev": true, - "engines": { - "node": ">= 16" - }, - "funding": { - "url": "https://github.com/sponsors/kazupon" - } - }, - "node_modules/@isaacs/cliui": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", - "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", - "dev": true, - "dependencies": { - "string-width": "^5.1.2", - "string-width-cjs": "npm:string-width@^4.2.0", - "strip-ansi": "^7.0.1", - "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", - "wrap-ansi": "^8.1.0", - "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/@isaacs/cliui/node_modules/ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, - "node_modules/@isaacs/cliui/node_modules/ansi-styles": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@isaacs/cliui/node_modules/string-width": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", - "dev": true, - "dependencies": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@isaacs/cliui/node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", - "dev": true, - "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, - "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", - "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^6.1.0", - "string-width": "^5.0.1", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", - "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", - "dev": true, - "dependencies": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", - "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", - "dev": true, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/set-array": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", - "dev": true, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/source-map": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz", - "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==", - "dev": true, - "optional": true, - "peer": true, - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.0", - "@jridgewell/trace-mapping": "^0.3.9" - } - }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", - "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", - "dev": true - }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.22", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.22.tgz", - "integrity": "sha512-Wf963MzWtA2sjrNt+g18IAln9lKnlRp+K2eH4jjIoF1wYeq3aMREpG09xhlhdzS0EjwU7qmUJYangWa+151vZw==", - "dev": true, - "dependencies": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" - } - }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@pkgjs/parseargs": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", - "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", - "dev": true, - "optional": true, - "engines": { - "node": ">=14" - } - }, - "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.9.6", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.9.6.tgz", - "integrity": "sha512-MVNXSSYN6QXOulbHpLMKYi60ppyO13W9my1qogeiAqtjb2yR4LSmfU2+POvDkLzhjYLXz9Rf9+9a3zFHW1Lecg==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ] - }, - "node_modules/@rollup/rollup-android-arm64": { - "version": "4.9.6", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.9.6.tgz", - "integrity": "sha512-T14aNLpqJ5wzKNf5jEDpv5zgyIqcpn1MlwCrUXLrwoADr2RkWA0vOWP4XxbO9aiO3dvMCQICZdKeDrFl7UMClw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ] - }, - "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.9.6", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.9.6.tgz", - "integrity": "sha512-CqNNAyhRkTbo8VVZ5R85X73H3R5NX9ONnKbXuHisGWC0qRbTTxnF1U4V9NafzJbgGM0sHZpdO83pLPzq8uOZFw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.9.6", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.9.6.tgz", - "integrity": "sha512-zRDtdJuRvA1dc9Mp6BWYqAsU5oeLixdfUvkTHuiYOHwqYuQ4YgSmi6+/lPvSsqc/I0Omw3DdICx4Tfacdzmhog==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.9.6", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.9.6.tgz", - "integrity": "sha512-oNk8YXDDnNyG4qlNb6is1ojTOGL/tRhbbKeE/YuccItzerEZT68Z9gHrY3ROh7axDc974+zYAPxK5SH0j/G+QQ==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.9.6", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.9.6.tgz", - "integrity": "sha512-Z3O60yxPtuCYobrtzjo0wlmvDdx2qZfeAWTyfOjEDqd08kthDKexLpV97KfAeUXPosENKd8uyJMRDfFMxcYkDQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.9.6", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.9.6.tgz", - "integrity": "sha512-gpiG0qQJNdYEVad+1iAsGAbgAnZ8j07FapmnIAQgODKcOTjLEWM9sRb+MbQyVsYCnA0Im6M6QIq6ax7liws6eQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.9.6", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.9.6.tgz", - "integrity": "sha512-+uCOcvVmFUYvVDr27aiyun9WgZk0tXe7ThuzoUTAukZJOwS5MrGbmSlNOhx1j80GdpqbOty05XqSl5w4dQvcOA==", - "cpu": [ - "riscv64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.9.6", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.9.6.tgz", - "integrity": "sha512-HUNqM32dGzfBKuaDUBqFB7tP6VMN74eLZ33Q9Y1TBqRDn+qDonkAUyKWwF9BR9unV7QUzffLnz9GrnKvMqC/fw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.9.6", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.9.6.tgz", - "integrity": "sha512-ch7M+9Tr5R4FK40FHQk8VnML0Szi2KRujUgHXd/HjuH9ifH72GUmw6lStZBo3c3GB82vHa0ZoUfjfcM7JiiMrQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.9.6", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.9.6.tgz", - "integrity": "sha512-VD6qnR99dhmTQ1mJhIzXsRcTBvTjbfbGGwKAHcu+52cVl15AC/kplkhxzW/uT0Xl62Y/meBKDZvoJSJN+vTeGA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.9.6", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.9.6.tgz", - "integrity": "sha512-J9AFDq/xiRI58eR2NIDfyVmTYGyIZmRcvcAoJ48oDld/NTR8wyiPUu2X/v1navJ+N/FGg68LEbX3Ejd6l8B7MQ==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.9.6", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.9.6.tgz", - "integrity": "sha512-jqzNLhNDvIZOrt69Ce4UjGRpXJBzhUBzawMwnaDAwyHriki3XollsewxWzOzz+4yOFDkuJHtTsZFwMxhYJWmLQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@types/estree": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", - "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", - "dev": true - }, - "node_modules/@types/node": { - "version": "20.11.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.5.tgz", - "integrity": "sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==", - "dev": true, - "optional": true, - "peer": true, - "dependencies": { - "undici-types": "~5.26.4" - } - }, - "node_modules/@types/web-bluetooth": { - "version": "0.0.20", - "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz", - "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==", - "dev": true - }, - "node_modules/@vitejs/plugin-vue": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.0.3.tgz", - "integrity": "sha512-b8S5dVS40rgHdDrw+DQi/xOM9ed+kSRZzfm1T74bMmBDCd8XO87NKlFYInzCtwvtWwXZvo1QxE2OSspTATWrbA==", - "dev": true, - "engines": { - "node": "^18.0.0 || >=20.0.0" - }, - "peerDependencies": { - "vite": "^5.0.0", - "vue": "^3.2.25" - } - }, - "node_modules/@vitejs/plugin-vue-jsx": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-3.1.0.tgz", - "integrity": "sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==", - "dev": true, - "dependencies": { - "@babel/core": "^7.23.3", - "@babel/plugin-transform-typescript": "^7.23.3", - "@vue/babel-plugin-jsx": "^1.1.5" - }, - "engines": { - "node": "^14.18.0 || >=16.0.0" - }, - "peerDependencies": { - "vite": "^4.0.0 || ^5.0.0", - "vue": "^3.0.0" - } - }, - "node_modules/@volar/code-gen": { - "version": "0.39.5", - "resolved": "https://registry.npmjs.org/@volar/code-gen/-/code-gen-0.39.5.tgz", - "integrity": "sha512-vQr5VoCH8T2NHmqLc/AA1/4F8l41WB+24+I+VjxBaev/Hmwjye9K0GlmMHAOl84WB3hWGOqpHaPX6JkqzRNjJg==", - "dev": true, - "dependencies": { - "@volar/source-map": "0.39.5" - } - }, - "node_modules/@volar/source-map": { - "version": "0.39.5", - "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-0.39.5.tgz", - "integrity": "sha512-IVOX+v++Sr5Kok4/cLbDJp2vf1ia1rChpV7adgcnMle6uORBuGFEur234UzamK0iHRCcfFFRz7z+hSPf2CO23Q==", - "dev": true - }, - "node_modules/@volar/typescript-faster": { - "version": "0.39.5", - "resolved": "https://registry.npmjs.org/@volar/typescript-faster/-/typescript-faster-0.39.5.tgz", - "integrity": "sha512-IzLqlxefmKkjNKXC/8aFiqPcTqnj6RG31D2f9cIWxmW9pvUYJxLED+y9phnOxNxq0OmeRtQ3Pfmvu85tUBoZsQ==", - "dev": true, - "dependencies": { - "semver": "^7.3.7" - } - }, - "node_modules/@volar/typescript-faster/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@volar/typescript-faster/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@volar/typescript-faster/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/@volar/vue-code-gen": { - "version": "0.39.5", - "resolved": "https://registry.npmjs.org/@volar/vue-code-gen/-/vue-code-gen-0.39.5.tgz", - "integrity": "sha512-y+QUV9MuuasiIuRoGKQl+gMhDaAX6XNhckAyJCvD1FZ8f2eJuPY2VtoFxmu/Z2bGWBdtUW/g98jaeKJ+j3wwOw==", - "deprecated": "WARNING: This project has been renamed to @vue/language-core. Install using @vue/language-core instead.", - "dev": true, - "dependencies": { - "@volar/code-gen": "0.39.5", - "@volar/source-map": "0.39.5", - "@vue/compiler-core": "^3.2.37", - "@vue/compiler-dom": "^3.2.37", - "@vue/shared": "^3.2.37" - } - }, - "node_modules/@volar/vue-language-core": { - "version": "0.39.5", - "resolved": "https://registry.npmjs.org/@volar/vue-language-core/-/vue-language-core-0.39.5.tgz", - "integrity": "sha512-m+e1tYuL/WRPhSeC7hZ0NuSwHsfnnGJVxCBHLaP7jR0f6xcC0DAegP3QF+gfu9ZJFPGznpZYFKadngMjuhQS9Q==", - "dev": true, - "dependencies": { - "@volar/code-gen": "0.39.5", - "@volar/source-map": "0.39.5", - "@volar/vue-code-gen": "0.39.5", - "@vue/compiler-sfc": "^3.2.37", - "@vue/reactivity": "^3.2.37" - } - }, - "node_modules/@volar/vue-typescript": { - "version": "0.39.5", - "resolved": "https://registry.npmjs.org/@volar/vue-typescript/-/vue-typescript-0.39.5.tgz", - "integrity": "sha512-ckhWD1xOi0OMr702XVkv/Npsb9FKAp5gvhxyLv0QqWekPdSo04t4KrZfwosJLGERIEcyr50SuB7HqBp8ndQmzA==", - "deprecated": "WARNING: This project has been renamed to @vue/typescript. Install using @vue/typescript instead.", - "dev": true, - "dependencies": { - "@volar/code-gen": "0.39.5", - "@volar/typescript-faster": "0.39.5", - "@volar/vue-language-core": "0.39.5" - } - }, - "node_modules/@vue/babel-helper-vue-transform-on": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.2.0.tgz", - "integrity": "sha512-Zn6iRYAVvWl835GCcNsLUroy+jwNjH1yd83hvKNSgbiCkzeZwXvEFCC1u0lVKwoqL7z0IcrtY3dkBMuMxwB1fw==", - "dev": true - }, - "node_modules/@vue/babel-plugin-jsx": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.2.0.tgz", - "integrity": "sha512-z0t7fjk03TqncyWYoChKQ4rWx1LXJaw1kNEDrUU5tbPWI2zkCPv2imQJOYlJ8GyTDoQ6/nD82asFcSxDRJ8YgQ==", - "dev": true, - "dependencies": { - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-jsx": "^7.23.3", - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.23.7", - "@babel/types": "^7.23.6", - "@vue/babel-helper-vue-transform-on": "1.2.0", - "@vue/babel-plugin-resolve-type": "1.2.0-beta.0", - "camelcase": "^6.3.0", - "html-tags": "^3.3.1", - "svg-tags": "^1.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - }, - "peerDependenciesMeta": { - "@babel/core": { - "optional": true - } - } - }, - "node_modules/@vue/babel-plugin-resolve-type": { - "version": "1.2.0-beta.0", - "resolved": "https://registry.npmjs.org/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.2.0-beta.0.tgz", - "integrity": "sha512-zG5nXU+89UjXHVvvf0yehU0MDF1caJssCUF+bU5HWevEoR5qoRLt7wX6rNTtG/ZKHFUvB8BibIKL62Ix167Wxg==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.22.10", - "@babel/helper-module-imports": "^7.22.5", - "@babel/helper-plugin-utils": "^7.22.5", - "@babel/parser": "^7.22.11", - "@vue/compiler-sfc": "^3.4.15" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@vue/compiler-core": { - "version": "3.4.15", - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.15.tgz", - "integrity": "sha512-XcJQVOaxTKCnth1vCxEChteGuwG6wqnUHxAm1DO3gCz0+uXKaJNx8/digSz4dLALCy8n2lKq24jSUs8segoqIw==", - "dev": true, - "dependencies": { - "@babel/parser": "^7.23.6", - "@vue/shared": "3.4.15", - "entities": "^4.5.0", - "estree-walker": "^2.0.2", - "source-map-js": "^1.0.2" - } - }, - "node_modules/@vue/compiler-dom": { - "version": "3.4.15", - "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.15.tgz", - "integrity": "sha512-wox0aasVV74zoXyblarOM3AZQz/Z+OunYcIHe1OsGclCHt8RsRm04DObjefaI82u6XDzv+qGWZ24tIsRAIi5MQ==", - "dev": true, - "dependencies": { - "@vue/compiler-core": "3.4.15", - "@vue/shared": "3.4.15" - } - }, - "node_modules/@vue/compiler-sfc": { - "version": "3.4.15", - "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.15.tgz", - "integrity": "sha512-LCn5M6QpkpFsh3GQvs2mJUOAlBQcCco8D60Bcqmf3O3w5a+KWS5GvYbrrJBkgvL1BDnTp+e8q0lXCLgHhKguBA==", - "dev": true, - "dependencies": { - "@babel/parser": "^7.23.6", - "@vue/compiler-core": "3.4.15", - "@vue/compiler-dom": "3.4.15", - "@vue/compiler-ssr": "3.4.15", - "@vue/shared": "3.4.15", - "estree-walker": "^2.0.2", - "magic-string": "^0.30.5", - "postcss": "^8.4.33", - "source-map-js": "^1.0.2" - } - }, - "node_modules/@vue/compiler-ssr": { - "version": "3.4.15", - "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.15.tgz", - "integrity": "sha512-1jdeQyiGznr8gjFDadVmOJqZiLNSsMa5ZgqavkPZ8O2wjHv0tVuAEsw5hTdUoUW4232vpBbL/wJhzVW/JwY1Uw==", - "dev": true, - "dependencies": { - "@vue/compiler-dom": "3.4.15", - "@vue/shared": "3.4.15" - } - }, - "node_modules/@vue/devtools-api": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.5.1.tgz", - "integrity": "sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==", - "dev": true - }, - "node_modules/@vue/reactivity": { - "version": "3.4.15", - "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.15.tgz", - "integrity": "sha512-55yJh2bsff20K5O84MxSvXKPHHt17I2EomHznvFiJCAZpJTNW8IuLj1xZWMLELRhBK3kkFV/1ErZGHJfah7i7w==", - "dev": true, - "dependencies": { - "@vue/shared": "3.4.15" - } - }, - "node_modules/@vue/runtime-core": { - "version": "3.4.15", - "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.15.tgz", - "integrity": "sha512-6E3by5m6v1AkW0McCeAyhHTw+3y17YCOKG0U0HDKDscV4Hs0kgNT5G+GCHak16jKgcCDHpI9xe5NKb8sdLCLdw==", - "dev": true, - "dependencies": { - "@vue/reactivity": "3.4.15", - "@vue/shared": "3.4.15" - } - }, - "node_modules/@vue/runtime-dom": { - "version": "3.4.15", - "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.15.tgz", - "integrity": "sha512-EVW8D6vfFVq3V/yDKNPBFkZKGMFSvZrUQmx196o/v2tHKdwWdiZjYUBS+0Ez3+ohRyF8Njwy/6FH5gYJ75liUw==", - "dev": true, - "dependencies": { - "@vue/runtime-core": "3.4.15", - "@vue/shared": "3.4.15", - "csstype": "^3.1.3" - } - }, - "node_modules/@vue/server-renderer": { - "version": "3.4.15", - "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.15.tgz", - "integrity": "sha512-3HYzaidu9cHjrT+qGUuDhFYvF/j643bHC6uUN9BgM11DVy+pM6ATsG6uPBLnkwOgs7BpJABReLmpL3ZPAsUaqw==", - "dev": true, - "dependencies": { - "@vue/compiler-ssr": "3.4.15", - "@vue/shared": "3.4.15" - }, - "peerDependencies": { - "vue": "3.4.15" - } - }, - "node_modules/@vue/shared": { - "version": "3.4.15", - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.15.tgz", - "integrity": "sha512-KzfPTxVaWfB+eGcGdbSf4CWdaXcGDqckoeXUh7SB3fZdEtzPCK2Vq9B/lRRL3yutax/LWITz+SwvgyOxz5V75g==", - "dev": true - }, - "node_modules/@vueuse/core": { - "version": "10.7.2", - "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.7.2.tgz", - "integrity": "sha512-AOyAL2rK0By62Hm+iqQn6Rbu8bfmbgaIMXcE3TSr7BdQ42wnSFlwIdPjInO62onYsEMK/yDMU8C6oGfDAtZ2qQ==", - "dev": true, - "dependencies": { - "@types/web-bluetooth": "^0.0.20", - "@vueuse/metadata": "10.7.2", - "@vueuse/shared": "10.7.2", - "vue-demi": ">=0.14.6" - }, - "funding": { - "url": "https://github.com/sponsors/antfu" - } - }, - "node_modules/@vueuse/core/node_modules/vue-demi": { - "version": "0.14.6", - "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.6.tgz", - "integrity": "sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==", - "dev": true, - "hasInstallScript": true, - "bin": { - "vue-demi-fix": "bin/vue-demi-fix.js", - "vue-demi-switch": "bin/vue-demi-switch.js" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/antfu" - }, - "peerDependencies": { - "@vue/composition-api": "^1.0.0-rc.1", - "vue": "^3.0.0-0 || ^2.6.0" - }, - "peerDependenciesMeta": { - "@vue/composition-api": { - "optional": true - } - } - }, - "node_modules/@vueuse/metadata": { - "version": "10.7.2", - "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.7.2.tgz", - "integrity": "sha512-kCWPb4J2KGrwLtn1eJwaJD742u1k5h6v/St5wFe8Quih90+k2a0JP8BS4Zp34XUuJqS2AxFYMb1wjUL8HfhWsQ==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/antfu" - } - }, - "node_modules/@vueuse/shared": { - "version": "10.7.2", - "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.7.2.tgz", - "integrity": "sha512-qFbXoxS44pi2FkgFjPvF4h7c9oMDutpyBdcJdMYIMg9XyXli2meFMuaKn+UMgsClo//Th6+beeCgqweT/79BVA==", - "dev": true, - "dependencies": { - "vue-demi": ">=0.14.6" - }, - "funding": { - "url": "https://github.com/sponsors/antfu" - } - }, - "node_modules/@vueuse/shared/node_modules/vue-demi": { - "version": "0.14.6", - "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.6.tgz", - "integrity": "sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==", - "dev": true, - "hasInstallScript": true, - "bin": { - "vue-demi-fix": "bin/vue-demi-fix.js", - "vue-demi-switch": "bin/vue-demi-switch.js" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/antfu" - }, - "peerDependencies": { - "@vue/composition-api": "^1.0.0-rc.1", - "vue": "^3.0.0-0 || ^2.6.0" - }, - "peerDependenciesMeta": { - "@vue/composition-api": { - "optional": true - } - } - }, - "node_modules/acorn": { - "version": "8.11.3", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", - "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", - "dev": true, - "optional": true, - "peer": true, - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/any-promise": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", - "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", - "dev": true - }, - "node_modules/anymatch": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "dev": true, - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/arg": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", - "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", - "dev": true - }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", - "dev": true - }, - "node_modules/autoprefixer": { - "version": "10.4.17", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.17.tgz", - "integrity": "sha512-/cpVNRLSfhOtcGflT13P2794gVSgmPgTR+erw5ifnMLZb0UnSlkK4tquLmkd3BhA+nLo5tX8Cu0upUsGKvKbmg==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/autoprefixer" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "browserslist": "^4.22.2", - "caniuse-lite": "^1.0.30001578", - "fraction.js": "^4.3.7", - "normalize-range": "^0.1.2", - "picocolors": "^1.0.0", - "postcss-value-parser": "^4.2.0" - }, - "bin": { - "autoprefixer": "bin/autoprefixer" - }, - "engines": { - "node": "^10 || ^12 || >=14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/axios": { - "version": "1.6.5", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.5.tgz", - "integrity": "sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==", - "dev": true, - "dependencies": { - "follow-redirects": "^1.15.4", - "form-data": "^4.0.0", - "proxy-from-env": "^1.1.0" - } - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true - }, - "node_modules/binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "dependencies": { - "fill-range": "^7.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/browserslist": { - "version": "4.22.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.2.tgz", - "integrity": "sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "caniuse-lite": "^1.0.30001565", - "electron-to-chromium": "^1.4.601", - "node-releases": "^2.0.14", - "update-browserslist-db": "^1.0.13" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, - "node_modules/buffer-from": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", - "dev": true, - "optional": true, - "peer": true - }, - "node_modules/camelcase": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/camelcase-css": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", - "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001579", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001579.tgz", - "integrity": "sha512-u5AUVkixruKHJjw/pj9wISlcMpgFWzSrczLZbrqBSxukQixmg0SJ5sZTpvaFvxU0HoQKd4yoyAogyrAz9pzJnA==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ] - }, - "node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/chokidar": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", - "dev": true, - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ], - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/chokidar/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, - "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dev": true, - "dependencies": { - "delayed-stream": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/convert-source-map": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true - }, - "node_modules/cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "dev": true, - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/csstype": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", - "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", - "dev": true - }, - "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", - "dev": true, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/didyoumean": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", - "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", - "dev": true - }, - "node_modules/dlv": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", - "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", - "dev": true - }, - "node_modules/eastasianwidth": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", - "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", - "dev": true - }, - "node_modules/electron-to-chromium": { - "version": "1.4.640", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.640.tgz", - "integrity": "sha512-z/6oZ/Muqk4BaE7P69bXhUhpJbUM9ZJeka43ZwxsDshKtePns4mhBlh8bU5+yrnOnz3fhG82XLzGUXazOmsWnA==", - "dev": true - }, - "node_modules/emoji-regex": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", - "dev": true - }, - "node_modules/entities": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", - "dev": true, - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/esbuild": { - "version": "0.19.11", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.11.tgz", - "integrity": "sha512-HJ96Hev2hX/6i5cDVwcqiJBBtuo9+FeIJOtZ9W1kA5M6AMJRHUZlpYZ1/SbEwtO0ioNAW8rUooVpC/WehY2SfA==", - "dev": true, - "hasInstallScript": true, - "bin": { - "esbuild": "bin/esbuild" - }, - "engines": { - "node": ">=12" - }, - "optionalDependencies": { - "@esbuild/aix-ppc64": "0.19.11", - "@esbuild/android-arm": "0.19.11", - "@esbuild/android-arm64": "0.19.11", - "@esbuild/android-x64": "0.19.11", - "@esbuild/darwin-arm64": "0.19.11", - "@esbuild/darwin-x64": "0.19.11", - "@esbuild/freebsd-arm64": "0.19.11", - "@esbuild/freebsd-x64": "0.19.11", - "@esbuild/linux-arm": "0.19.11", - "@esbuild/linux-arm64": "0.19.11", - "@esbuild/linux-ia32": "0.19.11", - "@esbuild/linux-loong64": "0.19.11", - "@esbuild/linux-mips64el": "0.19.11", - "@esbuild/linux-ppc64": "0.19.11", - "@esbuild/linux-riscv64": "0.19.11", - "@esbuild/linux-s390x": "0.19.11", - "@esbuild/linux-x64": "0.19.11", - "@esbuild/netbsd-x64": "0.19.11", - "@esbuild/openbsd-x64": "0.19.11", - "@esbuild/sunos-x64": "0.19.11", - "@esbuild/win32-arm64": "0.19.11", - "@esbuild/win32-ia32": "0.19.11", - "@esbuild/win32-x64": "0.19.11" - } - }, - "node_modules/escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/estree-walker": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", - "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", - "dev": true - }, - "node_modules/fast-glob": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", - "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/fastq": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.16.0.tgz", - "integrity": "sha512-ifCoaXsDrsdkWTtiNJX5uzHDsrck5TzfKKDcuFFTIrrc/BS076qgEIfoIy1VeZqViznfKiysPYTh/QeHtnIsYA==", - "dev": true, - "dependencies": { - "reusify": "^1.0.4" - } - }, - "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/follow-redirects": { - "version": "1.15.5", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.5.tgz", - "integrity": "sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==", - "dev": true, - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/RubenVerborgh" - } - ], - "engines": { - "node": ">=4.0" - }, - "peerDependenciesMeta": { - "debug": { - "optional": true - } - } - }, - "node_modules/foreground-child": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", - "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", - "dev": true, - "dependencies": { - "cross-spawn": "^7.0.0", - "signal-exit": "^4.0.1" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/foreground-child/node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dev": true, - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/foreground-child/node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/foreground-child/node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/foreground-child/node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/foreground-child/node_modules/signal-exit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", - "dev": true, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/foreground-child/node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/form-data": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", - "dev": true, - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/fos-routing": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/fos-routing/-/fos-routing-0.0.6.tgz", - "integrity": "sha512-+eeaFADJSbxdBI7l/hqZGZlvYmxFudOhiv+GHypQHvzbkr05pBYrm7AON80uuQp+3kBDiaRSh8Ln34Y1rHYzYw==", - "dev": true - }, - "node_modules/fraction.js": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", - "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", - "dev": true, - "engines": { - "node": "*" - }, - "funding": { - "type": "patreon", - "url": "https://github.com/sponsors/rawify" - } - }, - "node_modules/fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, - "node_modules/function-bind": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/hasown": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", - "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", - "dev": true, - "dependencies": { - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/html-tags": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz", - "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/immutable": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.4.tgz", - "integrity": "sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==", - "dev": true - }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-core-module": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", - "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", - "dev": true, - "dependencies": { - "hasown": "^2.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dev": true, - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true, - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", - "dev": true - }, - "node_modules/jackspeak": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", - "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", - "dev": true, - "dependencies": { - "@isaacs/cliui": "^8.0.2" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - }, - "optionalDependencies": { - "@pkgjs/parseargs": "^0.11.0" - } - }, - "node_modules/jiti": { - "version": "1.21.0", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz", - "integrity": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==", - "dev": true, - "bin": { - "jiti": "bin/jiti.js" - } - }, - "node_modules/jquery": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", - "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==", - "dev": true - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "dev": true - }, - "node_modules/jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", - "dev": true, - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/json5": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", - "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", - "dev": true, - "bin": { - "json5": "lib/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/lilconfig": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", - "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "dev": true - }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - }, - "node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/magic-string": { - "version": "0.30.5", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.5.tgz", - "integrity": "sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==", - "dev": true, - "dependencies": { - "@jridgewell/sourcemap-codec": "^1.4.15" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "dev": true, - "dependencies": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "dev": true, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "dev": true, - "dependencies": { - "mime-db": "1.52.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "node_modules/mz": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", - "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", - "dev": true, - "dependencies": { - "any-promise": "^1.0.0", - "object-assign": "^4.0.1", - "thenify-all": "^1.0.0" - } - }, - "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, - "node_modules/node-releases": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", - "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", - "dev": true - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-hash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", - "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true - }, - "node_modules/path-scurry": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", - "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==", - "dev": true, - "dependencies": { - "lru-cache": "^9.1.1 || ^10.0.0", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/path-scurry/node_modules/lru-cache": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz", - "integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==", - "dev": true, - "engines": { - "node": "14 || >=16.14" - } - }, - "node_modules/path-scurry/node_modules/minipass": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", - "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", - "dev": true, - "engines": { - "node": ">=16 || 14 >=14.17" - } - }, - "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true - }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pirates": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", - "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/postcss": { - "version": "8.4.33", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.33.tgz", - "integrity": "sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "nanoid": "^3.3.7", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, - "node_modules/postcss-import": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", - "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", - "dev": true, - "dependencies": { - "postcss-value-parser": "^4.0.0", - "read-cache": "^1.0.0", - "resolve": "^1.1.7" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "postcss": "^8.0.0" - } - }, - "node_modules/postcss-js": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", - "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", - "dev": true, - "dependencies": { - "camelcase-css": "^2.0.1" - }, - "engines": { - "node": "^12 || ^14 || >= 16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - "peerDependencies": { - "postcss": "^8.4.21" - } - }, - "node_modules/postcss-load-config": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", - "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "lilconfig": "^3.0.0", - "yaml": "^2.3.4" - }, - "engines": { - "node": ">= 14" - }, - "peerDependencies": { - "postcss": ">=8.0.9", - "ts-node": ">=9.0.0" - }, - "peerDependenciesMeta": { - "postcss": { - "optional": true - }, - "ts-node": { - "optional": true - } - } - }, - "node_modules/postcss-load-config/node_modules/lilconfig": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.0.0.tgz", - "integrity": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==", - "dev": true, - "engines": { - "node": ">=14" - } - }, - "node_modules/postcss-load-config/node_modules/yaml": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz", - "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==", - "dev": true, - "engines": { - "node": ">= 14" - } - }, - "node_modules/postcss-nested": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", - "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", - "dev": true, - "dependencies": { - "postcss-selector-parser": "^6.0.11" - }, - "engines": { - "node": ">=12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - "peerDependencies": { - "postcss": "^8.2.14" - } - }, - "node_modules/postcss-selector-parser": { - "version": "6.0.15", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz", - "integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==", - "dev": true, - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true - }, - "node_modules/proxy-from-env": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", - "dev": true - }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/read-cache": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", - "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", - "dev": true, - "dependencies": { - "pify": "^2.3.0" - } - }, - "node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/resolve": { - "version": "1.22.8", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", - "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", - "dev": true, - "dependencies": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "dev": true, - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "dependencies": { - "queue-microtask": "^1.2.2" - } - }, - "node_modules/sass": { - "version": "1.70.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.70.0.tgz", - "integrity": "sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ==", - "dev": true, - "dependencies": { - "chokidar": ">=3.0.0 <4.0.0", - "immutable": "^4.0.0", - "source-map-js": ">=0.6.2 <2.0.0" - }, - "bin": { - "sass": "sass.js" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/sortablejs": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.14.0.tgz", - "integrity": "sha512-pBXvQCs5/33fdN1/39pPL0NZF20LeRbLQ5jtnheIPN9JQAaufGjKdWduZn4U7wCtVuzKhmRkI0DFYHYRbB2H1w==", - "dev": true - }, - "node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "optional": true, - "peer": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-support": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "dev": true, - "optional": true, - "peer": true, - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/string-width-cjs": { - "name": "string-width", - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/string-width-cjs/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/string-width/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-ansi-cjs": { - "name": "strip-ansi", - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/sucrase": { - "version": "3.35.0", - "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz", - "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==", - "dev": true, - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.2", - "commander": "^4.0.0", - "glob": "^10.3.10", - "lines-and-columns": "^1.1.6", - "mz": "^2.7.0", - "pirates": "^4.0.1", - "ts-interface-checker": "^0.1.9" - }, - "bin": { - "sucrase": "bin/sucrase", - "sucrase-node": "bin/sucrase-node" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - } - }, - "node_modules/sucrase/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/sucrase/node_modules/commander": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", - "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/sucrase/node_modules/glob": { - "version": "10.3.10", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", - "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", - "dev": true, - "dependencies": { - "foreground-child": "^3.1.0", - "jackspeak": "^2.3.5", - "minimatch": "^9.0.1", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", - "path-scurry": "^1.10.1" - }, - "bin": { - "glob": "dist/esm/bin.mjs" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/sucrase/node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", - "dev": true, - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/sucrase/node_modules/minipass": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", - "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", - "dev": true, - "engines": { - "node": ">=16 || 14 >=14.17" - } - }, - "node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "dev": true, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/svg-tags": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", - "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==", - "dev": true - }, - "node_modules/tailwindcss": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", - "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", - "dev": true, - "dependencies": { - "@alloc/quick-lru": "^5.2.0", - "arg": "^5.0.2", - "chokidar": "^3.5.3", - "didyoumean": "^1.2.2", - "dlv": "^1.1.3", - "fast-glob": "^3.3.0", - "glob-parent": "^6.0.2", - "is-glob": "^4.0.3", - "jiti": "^1.19.1", - "lilconfig": "^2.1.0", - "micromatch": "^4.0.5", - "normalize-path": "^3.0.0", - "object-hash": "^3.0.0", - "picocolors": "^1.0.0", - "postcss": "^8.4.23", - "postcss-import": "^15.1.0", - "postcss-js": "^4.0.1", - "postcss-load-config": "^4.0.1", - "postcss-nested": "^6.0.1", - "postcss-selector-parser": "^6.0.11", - "resolve": "^1.22.2", - "sucrase": "^3.32.0" - }, - "bin": { - "tailwind": "lib/cli.js", - "tailwindcss": "lib/cli.js" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/terser": { - "version": "5.27.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.27.0.tgz", - "integrity": "sha512-bi1HRwVRskAjheeYl291n3JC4GgO/Ty4z1nVs5AAsmonJulGxpSektecnNedrwK9C7vpvVtcX3cw00VSLt7U2A==", - "dev": true, - "optional": true, - "peer": true, - "dependencies": { - "@jridgewell/source-map": "^0.3.3", - "acorn": "^8.8.2", - "commander": "^2.20.0", - "source-map-support": "~0.5.20" - }, - "bin": { - "terser": "bin/terser" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/terser/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true, - "optional": true, - "peer": true - }, - "node_modules/thenify": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", - "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", - "dev": true, - "dependencies": { - "any-promise": "^1.0.0" - } - }, - "node_modules/thenify-all": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", - "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", - "dev": true, - "dependencies": { - "thenify": ">= 3.1.0 < 4" - }, - "engines": { - "node": ">=0.8" - } - }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/toastr": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/toastr/-/toastr-2.1.4.tgz", - "integrity": "sha512-LIy77F5n+sz4tefMmFOntcJ6HL0Fv3k1TDnNmFZ0bU/GcvIIfy6eG2v7zQmMiYgaalAiUv75ttFrPn5s0gyqlA==", - "dev": true, - "dependencies": { - "jquery": ">=1.12.0" - } - }, - "node_modules/ts-interface-checker": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", - "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", - "dev": true - }, - "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", - "dev": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=4.2.0" - } - }, - "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", - "dev": true, - "optional": true, - "peer": true - }, - "node_modules/update-browserslist-db": { - "version": "1.0.13", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", - "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0" - }, - "bin": { - "update-browserslist-db": "cli.js" - }, - "peerDependencies": { - "browserslist": ">= 4.21.0" - } - }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", - "dev": true - }, - "node_modules/vite": { - "version": "5.0.12", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.12.tgz", - "integrity": "sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==", - "dev": true, - "dependencies": { - "esbuild": "^0.19.3", - "postcss": "^8.4.32", - "rollup": "^4.2.0" - }, - "bin": { - "vite": "bin/vite.js" - }, - "engines": { - "node": "^18.0.0 || >=20.0.0" - }, - "funding": { - "url": "https://github.com/vitejs/vite?sponsor=1" - }, - "optionalDependencies": { - "fsevents": "~2.3.3" - }, - "peerDependencies": { - "@types/node": "^18.0.0 || >=20.0.0", - "less": "*", - "lightningcss": "^1.21.0", - "sass": "*", - "stylus": "*", - "sugarss": "*", - "terser": "^5.4.0" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - }, - "less": { - "optional": true - }, - "lightningcss": { - "optional": true - }, - "sass": { - "optional": true - }, - "stylus": { - "optional": true - }, - "sugarss": { - "optional": true - }, - "terser": { - "optional": true - } - } - }, - "node_modules/vite/node_modules/rollup": { - "version": "4.9.6", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.9.6.tgz", - "integrity": "sha512-05lzkCS2uASX0CiLFybYfVkwNbKZG5NFQ6Go0VWyogFTXXbR039UVsegViTntkk4OglHBdF54ccApXRRuXRbsg==", - "dev": true, - "dependencies": { - "@types/estree": "1.0.5" - }, - "bin": { - "rollup": "dist/bin/rollup" - }, - "engines": { - "node": ">=18.0.0", - "npm": ">=8.0.0" - }, - "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.9.6", - "@rollup/rollup-android-arm64": "4.9.6", - "@rollup/rollup-darwin-arm64": "4.9.6", - "@rollup/rollup-darwin-x64": "4.9.6", - "@rollup/rollup-linux-arm-gnueabihf": "4.9.6", - "@rollup/rollup-linux-arm64-gnu": "4.9.6", - "@rollup/rollup-linux-arm64-musl": "4.9.6", - "@rollup/rollup-linux-riscv64-gnu": "4.9.6", - "@rollup/rollup-linux-x64-gnu": "4.9.6", - "@rollup/rollup-linux-x64-musl": "4.9.6", - "@rollup/rollup-win32-arm64-msvc": "4.9.6", - "@rollup/rollup-win32-ia32-msvc": "4.9.6", - "@rollup/rollup-win32-x64-msvc": "4.9.6", - "fsevents": "~2.3.2" - } - }, - "node_modules/vue": { - "version": "3.4.15", - "resolved": "https://registry.npmjs.org/vue/-/vue-3.4.15.tgz", - "integrity": "sha512-jC0GH4KkWLWJOEQjOpkqU1bQsBwf4R1rsFtw5GQJbjHVKWDzO6P0nWWBTmjp1xSemAioDFj1jdaK1qa3DnMQoQ==", - "dev": true, - "dependencies": { - "@vue/compiler-dom": "3.4.15", - "@vue/compiler-sfc": "3.4.15", - "@vue/runtime-dom": "3.4.15", - "@vue/server-renderer": "3.4.15", - "@vue/shared": "3.4.15" - }, - "peerDependencies": { - "typescript": "*" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/vue-i18n": { - "version": "9.9.0", - "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.9.0.tgz", - "integrity": "sha512-xQ5SxszUAqK5n84N+uUyHH/PiQl9xZ24FOxyAaNonmOQgXeN+rD9z/6DStOpOxNFQn4Cgcquot05gZc+CdOujA==", - "dev": true, - "dependencies": { - "@intlify/core-base": "9.9.0", - "@intlify/shared": "9.9.0", - "@vue/devtools-api": "^6.5.0" - }, - "engines": { - "node": ">= 16" - }, - "funding": { - "url": "https://github.com/sponsors/kazupon" - }, - "peerDependencies": { - "vue": "^3.0.0" - } - }, - "node_modules/vue-tsc": { - "version": "0.39.5", - "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-0.39.5.tgz", - "integrity": "sha512-jhTsrKhZkafpIeN4Cbhr1K53hNfa/oesSrlh7hUaeHyCk55VhZT6oJkwJbtqN4MYkWZIwPrm3/xTwsELuf2ocg==", - "dev": true, - "dependencies": { - "@volar/vue-language-core": "0.39.5", - "@volar/vue-typescript": "0.39.5" - }, - "bin": { - "vue-tsc": "bin/vue-tsc.js" - }, - "peerDependencies": { - "typescript": "*" - } - }, - "node_modules/vuedraggable": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/vuedraggable/-/vuedraggable-4.1.0.tgz", - "integrity": "sha512-FU5HCWBmsf20GpP3eudURW3WdWTKIbEIQxh9/8GE806hydR9qZqRRxRE3RjqX7PkuLuMQG/A7n3cfj9rCEchww==", - "dev": true, - "dependencies": { - "sortablejs": "1.14.0" - }, - "peerDependencies": { - "vue": "^3.0.1" - } - }, - "node_modules/wrap-ansi-cjs": { - "name": "wrap-ansi", - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/wrap-ansi-cjs/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/wrap-ansi-cjs/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true - } - } -} diff --git a/dev/package.json b/dev/package.json index a12acab0..1009b3b1 100644 --- a/dev/package.json +++ b/dev/package.json @@ -13,7 +13,7 @@ "@vitejs/plugin-vue-jsx": "^3.1.0", "@vueuse/core": "^10.7.2", "autoprefixer": "^10.4.17", - "axios": "1.6.5", + "axios": "1.6.8", "lodash": "^4.17.21", "postcss": "^8.4.33", "sass": "^1.70.0", diff --git a/views/img/logo-Cemr2hPu.png b/views/img/logo-Cemr2hPu.png new file mode 100644 index 0000000000000000000000000000000000000000..2994f08580546815bf61bb1df71f183ada0e673b GIT binary patch literal 11233 zcma)iRa9GD7cFkZ9g4TO7Aph@5UfCPcXunn9ZIl5(L#z7DDDKYzNn!^3&{_82%D zdb;4hdt>5*hW3p7-v@o>XZT+@|{e{8EuU9-Xq7h4xiySO<+g88{>41iy&yLsSFB z=3I5>PtJ*K5fO`?sk|RIef51A4rN_cWnGWizpD<=bts7f^od8ncxXq_eNr~dgorL2 zEF5@;NLGo@_Ls+1?iTYPxgg+|bh_hC_3z+?sI$MgS&R)yavcK0>t=rfShF}AYX;B6 zMK}5R1g%Zp?`Q?y&tHeoXGP6vVT{!@o$7E+*Rk4v^%ozwB+jr?7AsTUS*|DvIBJo! zxa$K3?4t|Xm}K+$bmH`N7KL0>u%3gXlGk3f6$9%__nVXp9pd=MsxgndaAmX*9Y@wR zPJ(~$g&sV~)gDRZ!WK$;lS>&d?uZ{Ah!Nk63%;K5WJPcepX3@p#5mApnFLNx|G6@k zT=&vx0Rq2+;TTu(4c#16mPsFe#P@M-ov8HiiWGTmKGf;6a+@?lmEiJVS_~Yndt&?Ac@u^JK zJJ`snU{X+z*Y0;bfA4esNH%`C1XpKTO-%JB6}^Ncdze?+BuYs}7xYdUyp-_T|2loW zFiD-?iofV>sY!j6{JhYJr2WM?U(JB#b{qE)HB+_v+3u=Ox0S_ ziA@jCx^Qh4nB6?5GfE{ndKCq4Y!5j1l7zHZw0V3XVf1(vvD{#pdF0c18Ih?+L#cqm zI%A|iTs3ql@_5U)K746J^QDVG42;D;Ag(&-Zm@k|$28$#(6WsM7Wckx-~laS@n2X| z_*h6I(2DN)J-l?d;*pJ0Y5j%vV-Xv69LE!8;-Pqn$PncT|Jo9M>WgH$p;ckpt7n>F z+6=J8Q|xu|#At?O*b=*)xb_0~MxX(_$$(Jl8RIvTWF})J6n%ei3fix*Wgcfb5GUtz zQY#Mzq{z~2Sx=0N3co$69b`Kql9$oKTIVVrS06lWD*R`?xigkqhIn<6 zHRQusKp->xzBr7m4F}ZHiU+T945g{!9h5TU>WwDMtpMWzD{Ju37f{1MEkz&%sBwvZhPck*JKuZu$0QUJL2^3X zW^?l_KG4o0Rbh{qNkb(#8T&4khrTamw00UHH-S&tB&M6Z{{8xjqA@Qeq8BHEx&N%& zAs1`htg%Du?#q&EX6eLE8&!!goAXXVf$!ZqTK!J~1PfnAqpvH$1MVuW5gDLs@;}i+ z4FDRwbX!%xmhE&VtgR^=`AbR83Ea_t1qwZbjkmQRa!oNa&Z5H8^-j~H=QBwvX za8%95z9^b1aeu-#%?+|!MNNx2qtg|BdC~#q?CF-ZLQnCwB;Aoy>j&WnwsCQ)!Rw#m zGjGviuiP=%oCY5^PV8cZNderutI&_OXDdstO6toWbjT8s&5@uaj5KKoc6az^7qh0G z56Jmr?lFGMIaY2}m>gjQ7)6$sv|>w>!pwJ+GZ=h ztp9Qy_pUEd__9)kDZ@r8GNT^|=88{>H*bLBi#il}2xrt!GVwWmmdJEOKMZ-j5Wo^Y z`gv52<4o8o#wiEQK?=;@Jg;1(tlz-qiy?W7_L#UMj)3!kroGfhwmOMFw90%Hr_M`! z^Tnm~^-2rP*BNpEQFzU+JW*GH%d92!u7J!RE7z3MuYz~ZX1Ld9-oTR`1wjO3;7eZ& z{!+~UN{Q<4vt6X9_>k^@KB&mU4%<3@Zqs4)tp)lS zUJ7#Z*u46z7}O|8C($o>LjOYlnCfTnR}mOOd{pH<#pX?(r)Cu2D9!MQ*e&fZ0ld$x z8lF1H&+`{j+PgH!Ptoodiha#gTaKI%0jkgAX<1pSd@B`rGCdzBVQI7mMGOla+~NvR zYgsy38NV3I5xQiZNxurG#P}>9F*E#qg}U7OUK`j;dhN@{lt!1zcw1JiTtD|aj75WJ zZcK=s1xY3JB`cchGE!#sF|V#MDl+*BJbb)mJgT~X!$3R#=swiGOb4@*!MzsuR6^|| z^9Y?2?nUa(eXvQbj>@woW+JUXkL-&Lbx`YO20~%3-f|M4N31`W zPJ&Gy&knB{+EP@rIhNoqiEkLd!e$DdreO`hK6J(8Faa*LqCX@wPH@{FsC49OtXKv7 zj=#BZ9kO88dpo-6j^v%~(qr8|VKiwnz}kN=h*lpsz@MpJk@!G~pTB*z$1`J&3^V>y zVvz792wZogHZ7&D_rJO0Xk6zSUJ6gbzKO zAYCvLlk;iey(FYVh+34#fD8}Ft17qGwZn2zloYsc`fpj%PTwC}o4up6-y2LeLb0#N zoUTxI3gb!$RGq^7W@IFUDPap{@Y!W~SWE17*<0Woj89j5OR5(>u3{^V>#|byv$Q~f zr6g>^W2k*h490s!uTxo=yI@5YtoPH(LD~*uNP)z!*31Mg89!goiZC$@a$DK2QCXGI zGK4+)U4yO)exABhcA;PldZgaFF++jws%si}gTMO1GDt>$5I));cxR|S&#c9v1fi~k zAl>6F4)RCB=l)+!bKein9N#kWe`_Q-! z^|-&y&gl!>9RCiYad~@o5IDFW_mH2;Rnw#|#U!Ov-F zx?Y}(D~C+0Q14&zfUNZPfP`ith#7tHNOoBC=+WThYpv)8QO+E{1r81FoG%?iqWb*A zc#0^N?&-|zQ53Ibo9BmEG;dTUfv?&+9Nr1RI=Jj3?7^#P-YKnRI^Khm6Msp1Wi zsQ+!M@%j)8?AcfnDg?_%DXn(`YQ@ZEkk^ zJf5nH{F%~+tD1~H% zthVTp-R1x!5y$_9?myYV3fq$PN-52?K>*Zf2o#KeNL`i{kLBpS{dbVjAOhbKU6cF` zqvdI-E*2WH@-2RT9;B<=iBiIb+zz>Dzs& zz>+7cFELVX>3~5?3V4{smCuWt9NJgfFUNSDt)3PG?&?BP4UpcpP5^DrX9$y=Sx6BR zrI!m+7~}U!W%rl1a|X+5p@byoYN){V*rn4x;v{xVQmaqTS9zXrQb?pMbfhu$j{g_k zAx4oZYK}%;kgCKlSZm#QP6X`u{Y$=)J7|6rZ5on%Wm)uHu-95!_Cm&?y|RuoFq>s| zx6X0tm)cL9L6;O}`M>gzFT7KS3(`jmZRfPEc_jclWo+lYw*rn!-Omrr*Z-N} z{A7l=3@N8zW8_s>z4N_<@sdce;?q(FPcaQnV33IU#78kKn_+F>JM7I@8Ap*|j6H~Q z@@#DvpWN~y_Hfk8sxU9o2mZ`jxhX3`g_`s+iYbg&+{4evzGHvl$43ycW6lVC%_mf^VfUL^78YRb9VSz(=Ua$ zh?=_ltK$j{iOg9`l@kf4xCOKnq*jsJeyMnAHw_}<{hvZw$c`^x1loN`T#9%a^NCd6 z@?c$^yCIhLgA^@bEyGAfwrM_}kZ});_mc)??v`Vp|JzL;vSzeyt{k?0QK`3#CJicY zUN5hxOZ?^U+!)p|wem$z0_$*KHLsy!4|P)oH-}UWp+Eg-E@%6VzB;#WWRujHxE}vQ~W~XzR$54UGflAC`c(x zM<`3;K7Zxm5GtW*(%&+Fzy|#>=9VJ8Iz8Of!8^nYI(gQ*`DKxRGJA~miNzUDrG-GQ z;~)NIpk-_;%NEgVO>TC75LM#lF;5;FA_c_k6dZ%X&qf_vUL%yulrSzBhL9P%O%wCx zjvTEIw!B>F$gMzCz=8?$D-$w+d%})`a+u2PLiJlTCfH(R+PDag8vAm3_GP=(bbf1s zQO?}DiJNSkQD3fhs|1TQOl#!y+}r3Z!|8R&B(8a@5vBID9c?f<%qjfO#S1e=1hQEa zVmY#oVm0HjBm+bv$vk>5cqk(GD6c5?#SlMLIBNz&Vkv721(;Cu-B&g2m`2rj0l#N3 zEk!FMN$`)F?|3O90~Aqx#d*y#JZ54W>kco@ zfg1{)7>KU7lqV+;&3xuTXbA!5%|A;%O8DOF6m9+b%d_TV{2g#$t8?`#!aiInLaBTW zTV{lCZ(eFmeUusU!gu_;cip~uCU(tBKK|%)i~YbtiCIU zy_iG+6hnK$n)j>i1{>9!}Jhb!1qx-j=zzQz`*JC|x@LG9ANz=TPG3EKSJ_a7R zFZa7ABd06R+6PEDlY(RZTkk%{CBHhY{Bay1Sq~4PKhyG@$PWu&*nCChRXhe%89-J` zJ}-IC%bUgb!J1)-!6Qj$r4$lx?mvXta2}8poua=tJ{oAGIlQ4PZ!|O`Q^TOeWrig$ z@*FIMd9+c5(TaHZ>AeHhV=A`O<5DsW0zdUC;add#E!?F6>`BOv7o4LP24~`12Qb|N zi`x7Yao1atQUM;ResSdO&jIAgN&h?XBV72VI}EtIcRkXMewtl8>1d$$adrD(>xxB}Z4v8Ad*mPXZ#QD>9PX{C4xr9G{dB=Z2V6^cp$e*Pt`X zMO2MOd-9c^%&&5nD@41$!sdFJW*hjx4B^qrIAXXhYSbr>T@TS@NpXv1XnRG}znt5*SPtxz3)&U32O2bMF8JeY z`t+XjQ1p|*DE@S&pq-%Q1^$Ev8-Ay6&LRw6J%9E*;nq~Mf}X6;OQxR!hUjb?XiB#z=CWVE3QV-xB|&% zKbahwRa$Z`L@Z0P+XS|Q&}(FHQQ{c9xjYID7OI>@N-T~Z>%V`*&)Nde%@AB~8O^P&N zwBe%`rl9+8IzF=%6a|5EBJXGAF4OY0aYOQ?Lj}@XCWelvUvn%Le>3TNxm@D4^4rlY zlh=0AzAmq_^uA~7>_)qSVCUQ$a0C78jAwI>Ha$u{wGeN@bX#kq0MvZmG-i371PHP z0!pjtmSzF^_z3oa1rM02F+dnJ*$zs0b3)g65 zTncXi=XRV3f8&r>EL!)Z*^6gGA7XBrn zQjHTTQG2h{Ud?8YpxAwjk>ts7ujw2hf z2ReCBBp9;r%nfhD=pw~}^tQMlO+*1f9QEWo)wt_-S!>*3LU-;TjPDO^vunQ>qH1Do z1pMYc1=x{}I5+>|p=yQI68NP1yYdeA0DU?NVX$aV+srW0gK&Hz(I0Wi+~Ds8{(^b} zX9eMH-{5`4HWVOS+Q8gSEIh5SoT9C@+qUO(6iG<@me*6hfk|7_Itf!AW%~6CkTsc= zv1gUUMQ9*Sp*G|#0~^udBUZfVk~xxK1AF5g@h`N&4qO25d;1K8`8d++DREz4baA5` z8N;t+OU2CfKVk_&b6rYcLf!OA_f%TeJc=SEte&6H?aL=W7jp*%W?bS~@WpsXdDJBy zGsg6Zu=J#SDnR0&Pl$nX4?Zhc{wJ^_G*nywmvSEseQ2_gQ5q$}CIjG&ym5ehJaSXe zSn0o0cDdvnFc#|T)l@3-SCzMlpshVh zPF~`j8w3hUPDK6c<%s9AEq`weU%<{s?aX>bZ947IjVcvU;har)Vj|o_SZ3B{7Di)O zECVGp-$SyVs(%Y%rDgdp14fR@=O6#ol|@;7&cX%N9Jx}F_+%&U1gk9#dZKrFjH1K8 zzk%6|Ctd}f#BM{QcU=GeCrjwCKYSM;lo|ExBNt@hsS?WuJ}>%0C-Mbcb;e10+OA0Z z>F_paLo)FTMyABdT&kbqU+F%VB0)X2hUQUkjEI1*O+@i8)VS4`;Ae>RJlo{N!Js31 zK~Iz-xmVmfWW1sjPuJwONXJ%u8o+jBBiq>#Gx9U4 z2uM%pUEBZF`x0^3e}%olvb666z8SH`mX*mu&eE=^P7Xj{y^bxbQ-9(3 zfNk};?tzQwqZ<<<@T-P_1_+h8L4dQnf8zq)T;1?(g}BRGBbP)tzkQmx6i zy3b{zhRjVp#O28+9Vg`13a9B8U!27|<$Y$Fg)HU!@q+BI$fJCK+}d|xWtuzWsSd1- z0fK@XW&|=ysvM;3K7onBA;`1!;C?9 z2e)>tNK`f(+!-0(5*1#`>dT!{*G$Y<;+#i5OYH+?YA>GnSLsp3lOe}d^1gaoYq-ni z?OJk7ouh?Zto9~wgBn-=Yl`5L!UAQ-DOQ&lm=6R$7#hAG_~d_CD}u{~@GOF+vWhxp z(0JQt0h{$90uBHRy@+5k119Zl%zsIiu)=(2VyYl97d}kgMAHUnw$j@?ZcLpJT{(r* z_}7f%ElG#f)K^ot>f+LrsJt)l%Qi5*{W}-9O^D@_$+zDaR(+GSx5r@IAOBEJ6uGEf z_SD>rc-~V4fe7pXOlFw`t?6h@H3$CJYs&w{k#7WX_m)e*vl#z2dD6!MPQ{>w_)trF zdF#5~4IYsa_lg@Ix*If*3yx{SzY-UGB(u-Ewqdd4GM5tlVuO#Dax-I(rH&bYUTW7c zf%WlIW3t?_4iIex=N)-3E<3v~_v&d84L)dVw;u`iKTqyxt@-D^8@&8(m1AW_H85i zhf8sp;;n2JjJOnFl8D){r|4pLf*V21-m(}-lO@82nBAE{W9RVYUY9_Icn3e*VWiR> z4no8-r#|`tA68P&?9tVfQMw%YEeOtb_uO>V?~8>=(PbnATSA+JNY@vPX2BSrSXk4E zFjfu%1>pl~oWWcf4R2Xg1o^)GnJ&yEW>d~i1HB;UmP#1pa=a~Pxy*z{voyEhzTJNO z5NhlzbbsO?4Pc+Wk;uBDtj*vp(qvW)i`_g4nvp7i^L5H^Yj7~f*N_5(VI^T8wHyUi zz2C(&Qh)C;vU{wKtH|bXKz)9Jw;4&L zR@H}__0wJ$9nj>rWoYUM#tybgOK^olF*jysfcpMWUgl5kv6eXEs1)%kZCFiexQOqd zFuzm;-^Bcvr=ftjf3pCD5we-IedpfIwG(D!=YP_hU`+-w1XMiw71}V+|Nl)9Hl5ML z5CN%EiPrF)xQGkMiASPQ{Kea`G!M1n`>|L6&!Oty$1#rMmn%PB!S=L=WdPG`3Hqxq z54T6t{JhQ{`Rz4qV+WEmdXXt0xo~u=?P}YDAuG_ZI%G04n)T%+tUpl>k3~$;YagSa53|VcdwC z;C)LOwQGlM#8r3lrlq6YF~lR`vdqDpM#Xb)5A8TuqkEu<6tJwP5I2CA58(fkTqJrB z#}Fn4d+AF`@q@rXiCiWRz<3~c?DCO+uvTD z7QJ_R;80`i@Ay-&cT%`&><}5kQ8&-}WwPirs^(2dmuhp={;Iih7uL=X(N)Yx8(C)jXDXjEc;^wGC3yJ5w}TvH;F~LQ_0QG-x_vo5zwOA#Mfv; z=p#yCqG(kKF5)2llk3*q8!I*(Ea z{?QqEI>elgEDi5q>}CNi9vG#fHUPq%>5?UN+h;E>RQQYE9>k)MeoV8@>WJU4)vHRV z9f)Kh!eZ1zN^s=-PjLVjNYJ)Bcz>2UbC|gsoGs9Z1qaa!348{7Nq=|TH3}%UoXTBJ zT545wf-@R`*$)oJD%AJw$>Wh*URxdFf=|~CiAm9;N0VD%d*0GVj^R(i=^2pmYQSh9 z@y}kZ9tPPfiSA1)6^N&dAVugt;|C-x^7NooE7!0pg!yH>=7Sm7#9XzYh~@AT?zdB5 z@}eXiIaYnAtf7{9A(O@P7?yL&_W^6a+<#Aoz=J%7K6qbe^4@W_S)9Q`K3|AwbV@Gb z&`tl(FhS7O&nLr(e(yR620tab#lzK5AfqituvqcwJ$*MZbpg}HbUn9??`ZDa>T^^C5`!#AvgOCdw9{7Tqm3y)1NS? z-~st&_=m$3&Kd4U!TZ!Fd4cdt<$aH|yK;1JK1lQGo0`e&OqDcL5#FiK(ku1oiQVcz zHHhu}4{BQi`j4$?QbXbk|22{Hgi!>i{iC(-m7>9%?H1W#{2X$5$fm4rVqtWIMbb-AwE_NWrYwN;PHfKFkb z4bv0p!NbWJ6CY_3jU*WmS%O1Lvt;KSVx&D9?S3&G*)xHtyATf(cX`)CFxC*$3}3bz ziux+NzN@#U+cYq-Wc8QZlSOV-;W@BNN_1QWdx`b;kaczsa+g7bht4R!V?g6ok6 zvBd4pxZr(FW%p88Qu2QDS3h*k!NK`jx5F zpMjSCr2!FazL=u2BnUMhXevw+!sjE1O}{Rk$CoW~k`f{R+Rt5EV!oocpVbLluJjpA z7Nnp9YKQ~UN^1>2(^>IPoQDAf@EFN~baim-;@!~IO1m*zX(`F=;l+P0E`$^~kGMRF zG1`$@TWXHF)UF6b|77o(05B08)6x+~T6#qm-F z&BhPvv4prCO=Q8!&&LGO>`qK6?#kygQp>f=C2(#TpzT{4*jE3GR!LGsW^`9p&p=l| zL6L38{bTEJufV!0w<5W6368Uo51vj7+FU_uIR|c*hqrt;9cM!;2Ei}|WygYevYga8 zL{_NZ*IEi)hV5}plpmU%Y%1oHE>-=uP!xnefBV_m;I3}>2?#Mq)htgqM&T< zXHLw0>yTPWI^JG@&)MV@T1_(JW|Yb#Vn$*1VX};frgLd7`wTA85rZcqxlbE2Ch_uo zh9fIMdPFrOPpf<100Z>;;OS*?IZ(+B6k|NnjHfZF%3Cm>uIU?%@5YXAgm};d~ zw2#@@2|aw&e1=-`wn>^rMP-UMj z4BY~tm)1kY&`4zN%t35}NAXj8?#^Tk-9=4X;JEN?$hqY;E}aRP&x*l8Y7_mI`+g4> zNUJNh8ma&yS&8u5!O{A!NvlVJw9}pQI?#h1l;Y$)`|(*yM&TmGIQg&<9D84-ga=ww zr1Ye}bNv3grLqS&|3EltjN)f!PJeHmpz|wb9I1G&yNp9Wf_8}7aNF;B1A;EP9Pa4u zrrs}FyNBdL!}b|dkTiE{*!-`x{?+yz$E1SUy8HD>?tAD2Vv zuFWm!tRIiVGq^ch(@!gUt;0t1u$_T?@j}`1*kV{PHN(p|>3P&Y^nale~=SPqPiDVUE9Tg!z?F-0IMk zGh-mszKr{TgmdIhm$K9mvl;As+G3g+>UJ{ANsceJ00Dll|9ki8)8R5M(LM@oQd4z7 z{X~fZAa5i{;$xlqQ0+o-@{frW$UD1%OMxC#phe4I)yfykH{E<@k-G`5O+B~K3=9QWVI|OLermJ0q5=H;q7vw# zH%--}D|zQt&~n@w4Bujn!oEAJ013O9TtcPBeJb@3yqmI?Lvc9kfV2Rk*d%7^%OsN+ zGAf4|HKA!bjL5u1NfO_D|3cq}A=}n-OKK43yNk0|zwLW0?*tb)NS~;rGT5J?q1Q zbV)CvqiLI9wn1dTjP(q}uu#Zw&JQE8*ZEE8RMwihGK#M!l&rI6)$DQpTARz((!V$$ q4Z>9Y4G~Brw*LR9YS88*`au|Txoz!^`_s%WnyQkfVjal({r>^Z;Nd&~ literal 0 HcmV?d00001 diff --git a/views/js/buckaroo.vue.js b/views/js/buckaroo.vue.js index 679935ce..fef107c4 100644 --- a/views/js/buckaroo.vue.js +++ b/views/js/buckaroo.vue.js @@ -1,93 +1,94 @@ -var mO=Object.defineProperty;var yO=(e,t,n)=>t in e?mO(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var Ov=(e,t,n)=>(yO(e,typeof t!="symbol"?t+"":t,n),n);var io=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Gf(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function W0(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var n=function r(){return this instanceof r?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach(function(r){var a=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(n,r,a.get?a:{enumerable:!0,get:function(){return e[r]}})}),n}var mf={exports:{}};/** +var gO=Object.defineProperty;var mO=(e,t,n)=>t in e?gO(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var Ov=(e,t,n)=>(mO(e,typeof t!="symbol"?t+"":t,n),n);var ao=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function zf(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function V0(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var n=function r(){return this instanceof r?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach(function(r){var a=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(n,r,a.get?a:{enumerable:!0,get:function(){return e[r]}})}),n}var yf={exports:{}};/** * @license * Lodash * Copyright OpenJS Foundation and other contributors * Released under MIT license * Based on Underscore.js 1.8.3 * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */mf.exports;(function(e,t){(function(){var n,r="4.17.21",a=200,o="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",i="Expected a function",c="Invalid `variable` option passed into `_.template`",d="__lodash_hash_undefined__",f=500,y="__lodash_placeholder__",g=1,v=2,w=4,S=1,T=2,N=1,I=2,D=4,L=8,R=16,U=32,j=64,m=128,K=256,F=512,V=30,re="...",ce=800,J=16,ye=1,Me=2,fe=3,we=1/0,Ee=9007199254740991,Qe=17976931348623157e292,ht=NaN,ot=4294967295,vt=ot-1,Yt=ot>>>1,tn=[["ary",m],["bind",N],["bindKey",I],["curry",L],["curryRight",R],["flip",F],["partial",U],["partialRight",j],["rearg",K]],Ft="[object Arguments]",yt="[object Array]",Lt="[object AsyncFunction]",Qt="[object Boolean]",Kt="[object Date]",Rt="[object DOMException]",yn="[object Error]",on="[object Function]",A="[object GeneratorFunction]",C="[object Map]",G="[object Number]",ie="[object Null]",te="[object Object]",be="[object Promise]",$e="[object Proxy]",Ce="[object RegExp]",Le="[object Set]",Te="[object String]",Fe="[object Symbol]",Be="[object Undefined]",Y="[object WeakMap]",ge="[object WeakSet]",He="[object ArrayBuffer]",Xe="[object DataView]",se="[object Float32Array]",le="[object Float64Array]",pe="[object Int8Array]",Pe="[object Int16Array]",je="[object Int32Array]",Je="[object Uint8Array]",rt="[object Uint8ClampedArray]",lt="[object Uint16Array]",Ot="[object Uint32Array]",st=/\b__p \+= '';/g,Ze=/\b(__p \+=) '' \+/g,it=/(__e\(.*?\)|\b__t\)) \+\n'';/g,_t=/&(?:amp|lt|gt|quot|#39);/g,It=/[&<>"']/g,Yn=RegExp(_t.source),zi=RegExp(It.source),yr=/<%-([\s\S]+?)%>/g,jn=/<%([\s\S]+?)%>/g,Oo=/<%=([\s\S]+?)%>/g,kh=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,wu=/^\w*$/,Eu=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Qs=/[\\^$.*+?()[\]{}|]/g,qi=RegExp(Qs.source),$a=/^\s+/,Po=/\s/,Ah=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Oh=/\{\n\/\* \[wrapped with (.+)\] \*/,Ph=/,? & /,Tu=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Nh=/[()=,{}\[\]\/\s]/,Lh=/\\(\\)?/g,Cu=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Iu=/\w*$/,Yi=/^[-+]0x[0-9a-f]+$/i,ku=/^0b[01]+$/i,kl=/^\[object .+?Constructor\]$/,Al=/^0o[0-7]+$/i,No=/^(?:0|[1-9]\d*)$/,Au=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Lo=/($^)/,Fa=/['\n\r\u2028\u2029\\]/g,Ba="\\ud800-\\udfff",Ou="\\u0300-\\u036f",Pu="\\ufe20-\\ufe2f",Nu="\\u20d0-\\u20ff",Lu=Ou+Pu+Nu,Ro="\\u2700-\\u27bf",Ru="a-z\\xdf-\\xf6\\xf8-\\xff",Rh="\\xac\\xb1\\xd7\\xf7",Du="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",Mu="\\u2000-\\u206f",Ol=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Pl="A-Z\\xc0-\\xd6\\xd8-\\xde",ur="\\ufe0e\\ufe0f",bi=Rh+Du+Mu+Ol,Xi="['’]",Dh="["+Ba+"]",$u="["+bi+"]",Ji="["+Lu+"]",Nl="\\d+",Do="["+Ro+"]",Ll="["+Ru+"]",Fu="[^"+Ba+bi+Nl+Ro+Ru+Pl+"]",Rl="\\ud83c[\\udffb-\\udfff]",ts="(?:"+Ji+"|"+Rl+")",Dl="[^"+Ba+"]",vi="(?:\\ud83c[\\udde6-\\uddff]){2}",Ml="[\\ud800-\\udbff][\\udc00-\\udfff]",Zi="["+Pl+"]",ei="\\u200d",ti="(?:"+Ll+"|"+Fu+")",$l="(?:"+Zi+"|"+Fu+")",Bu="(?:"+Xi+"(?:d|ll|m|re|s|t|ve))?",Qi="(?:"+Xi+"(?:D|LL|M|RE|S|T|VE))?",Fl=ts+"?",Mo="["+ur+"]?",Uu="(?:"+ei+"(?:"+[Dl,vi,Ml].join("|")+")"+Mo+Fl+")*",ju="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Mh="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Bl=Mo+Fl+Uu,$h="(?:"+[Do,vi,Ml].join("|")+")"+Bl,Fh="(?:"+[Dl+Ji+"?",Ji,vi,Ml,Dh].join("|")+")",Ul=RegExp(Xi,"g"),Bh=RegExp(Ji,"g"),jl=RegExp(Rl+"(?="+Rl+")|"+Fh+Bl,"g"),Uh=RegExp([Zi+"?"+Ll+"+"+Bu+"(?="+[$u,Zi,"$"].join("|")+")",$l+"+"+Qi+"(?="+[$u,Zi+ti,"$"].join("|")+")",Zi+"?"+ti+"+"+Bu,Zi+"+"+Qi,Mh,ju,Nl,$h].join("|"),"g"),jh=RegExp("["+ei+Ba+Lu+ur+"]"),Hh=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Vh=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Wh=-1,bn={};bn[se]=bn[le]=bn[pe]=bn[Pe]=bn[je]=bn[Je]=bn[rt]=bn[lt]=bn[Ot]=!0,bn[Ft]=bn[yt]=bn[He]=bn[Qt]=bn[Xe]=bn[Kt]=bn[yn]=bn[on]=bn[C]=bn[G]=bn[te]=bn[Ce]=bn[Le]=bn[Te]=bn[Y]=!1;var fn={};fn[Ft]=fn[yt]=fn[He]=fn[Xe]=fn[Qt]=fn[Kt]=fn[se]=fn[le]=fn[pe]=fn[Pe]=fn[je]=fn[C]=fn[G]=fn[te]=fn[Ce]=fn[Le]=fn[Te]=fn[Fe]=fn[Je]=fn[rt]=fn[lt]=fn[Ot]=!0,fn[yn]=fn[on]=fn[Y]=!1;var Hu={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},Hl={"&":"&","<":"<",">":">",'"':""","'":"'"},Vu={"&":"&","<":"<",">":">",""":'"',"'":"'"},Wu={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Vl=parseFloat,Gh=parseInt,Gu=typeof io=="object"&&io&&io.Object===Object&&io,Kh=typeof self=="object"&&self&&self.Object===Object&&self,An=Gu||Kh||Function("return this")(),$o=t&&!t.nodeType&&t,Ds=$o&&!0&&e&&!e.nodeType&&e,Ku=Ds&&Ds.exports===$o,Wl=Ku&&Gu.process,Br=function(){try{var H=Ds&&Ds.require&&Ds.require("util").types;return H||Wl&&Wl.binding&&Wl.binding("util")}catch{}}(),u=Br&&Br.isArrayBuffer,p=Br&&Br.isDate,b=Br&&Br.isMap,x=Br&&Br.isRegExp,k=Br&&Br.isSet,O=Br&&Br.isTypedArray;function M(H,Q,Z){switch(Z.length){case 0:return H.call(Q);case 1:return H.call(Q,Z[0]);case 2:return H.call(Q,Z[0],Z[1]);case 3:return H.call(Q,Z[0],Z[1],Z[2])}return H.apply(Q,Z)}function X(H,Q,Z,Se){for(var Ie=-1,ze=H==null?0:H.length;++Ie-1}function De(H,Q,Z){for(var Se=-1,Ie=H==null?0:H.length;++Se-1;);return Z}function Va(H,Q){for(var Z=H.length;Z--&&gn(Q,H[Z],0)>-1;);return Z}function rs(H,Q){for(var Z=H.length,Se=0;Z--;)H[Z]===Q&&++Se;return Se}var ea=Ur(Hu),zh=Ur(Hl);function qh(H){return"\\"+Wu[H]}function zu(H,Q){return H==null?n:H[Q]}function jr(H){return jh.test(H)}function Kl(H){return Hh.test(H)}function si(H){for(var Q,Z=[];!(Q=H.next()).done;)Z.push(Q.value);return Z}function Bo(H){var Q=-1,Z=Array(H.size);return H.forEach(function(Se,Ie){Z[++Q]=[Ie,Se]}),Z}function ta(H,Q){return function(Z){return H(Q(Z))}}function ss(H,Q){for(var Z=-1,Se=H.length,Ie=0,ze=[];++Z-1}function jE(s,l){var h=this.__data__,_=od(h,s);return _<0?(++this.size,h.push([s,l])):h[_][1]=l,this}Si.prototype.clear=$E,Si.prototype.delete=FE,Si.prototype.get=BE,Si.prototype.has=UE,Si.prototype.set=jE;function wi(s){var l=-1,h=s==null?0:s.length;for(this.clear();++l=l?s:l)),s}function Ss(s,l,h,_,P,B){var q,ee=l&g,ue=l&v,ke=l&w;if(h&&(q=P?h(s,_,P,B):h(s)),q!==n)return q;if(!Pn(s))return s;var Ae=Ct(s);if(Ae){if(q=GT(s),!ee)return Hr(s,q)}else{var Re=_r(s),Ve=Re==on||Re==A;if(oa(s))return xb(s,ee);if(Re==te||Re==Ft||Ve&&!P){if(q=ue||Ve?{}:Ub(s),!ee)return ue?RT(s,rT(q,s)):LT(s,Jy(q,s))}else{if(!fn[Re])return P?s:{};q=KT(s,Re,ee)}}B||(B=new Bs);var tt=B.get(s);if(tt)return tt;B.set(s,q),gv(s)?s.forEach(function(dt){q.add(Ss(dt,l,h,dt,s,B))}):hv(s)&&s.forEach(function(dt,zt){q.set(zt,Ss(dt,l,h,zt,s,B))});var ut=ke?ue?_p:vp:ue?Wr:lr,Dt=Ae?n:ut(s);return z(Dt||s,function(dt,zt){Dt&&(zt=dt,dt=s[zt]),ec(q,zt,Ss(dt,l,h,zt,s,B))}),q}function sT(s){var l=lr(s);return function(h){return Zy(h,s,l)}}function Zy(s,l,h){var _=h.length;if(s==null)return!_;for(s=We(s);_--;){var P=h[_],B=l[P],q=s[P];if(q===n&&!(P in s)||!B(q))return!1}return!0}function Qy(s,l,h){if(typeof s!="function")throw new Bt(i);return oc(function(){s.apply(n,h)},l)}function tc(s,l,h,_){var P=-1,B=he,q=!0,ee=s.length,ue=[],ke=l.length;if(!ee)return ue;h&&(l=Ke(l,kr(h))),_?(B=De,q=!1):l.length>=a&&(B=Ha,q=!1,l=new Ka(l));e:for(;++PP?0:P+h),_=_===n||_>P?P:Nt(_),_<0&&(_+=P),_=h>_?0:yv(_);h<_;)s[h++]=l;return s}function tb(s,l){var h=[];return ra(s,function(_,P,B){l(_,P,B)&&h.push(_)}),h}function dr(s,l,h,_,P){var B=-1,q=s.length;for(h||(h=qT),P||(P=[]);++B0&&h(ee)?l>1?dr(ee,l-1,h,_,P):Tt(P,ee):_||(P[P.length]=ee)}return P}var tp=Ib(),nb=Ib(!0);function ai(s,l){return s&&tp(s,l,lr)}function np(s,l){return s&&nb(s,l,lr)}function cd(s,l){return xe(l,function(h){return ki(s[h])})}function qa(s,l){l=ia(l,s);for(var h=0,_=l.length;s!=null&&h<_;)s=s[li(l[h++])];return h&&h==_?s:n}function rb(s,l,h){var _=l(s);return Ct(s)?_:Tt(_,h(s))}function Pr(s){return s==null?s===n?Be:ie:Wa&&Wa in We(s)?HT(s):tC(s)}function rp(s,l){return s>l}function oT(s,l){return s!=null&&xt.call(s,l)}function lT(s,l){return s!=null&&l in We(s)}function cT(s,l,h){return s>=vr(l,h)&&s=120&&Ae.length>=120)?new Ka(q&&Ae):n}Ae=s[0];var Re=-1,Ve=ee[0];e:for(;++Re-1;)ee!==s&&ed.call(ee,ue,1),ed.call(s,ue,1);return s}function hb(s,l){for(var h=s?l.length:0,_=h-1;h--;){var P=l[h];if(h==_||P!==B){var B=P;Ii(P)?ed.call(s,P,1):fp(s,P)}}return s}function cp(s,l){return s+rd(zy()*(l-s+1))}function ST(s,l,h,_){for(var P=-1,B=Qn(nd((l-s)/(h||1)),0),q=Z(B);B--;)q[_?B:++P]=s,s+=h;return q}function up(s,l){var h="";if(!s||l<1||l>Ee)return h;do l%2&&(h+=s),l=rd(l/2),l&&(s+=s);while(l);return h}function Ut(s,l){return Ip(Vb(s,l,Gr),s+"")}function wT(s){return Xy(qo(s))}function ET(s,l){var h=qo(s);return _d(h,za(l,0,h.length))}function sc(s,l,h,_){if(!Pn(s))return s;l=ia(l,s);for(var P=-1,B=l.length,q=B-1,ee=s;ee!=null&&++PP?0:P+l),h=h>P?P:h,h<0&&(h+=P),P=l>h?0:h-l>>>0,l>>>=0;for(var B=Z(P);++_>>1,q=s[B];q!==null&&!as(q)&&(h?q<=l:q=a){var ke=l?null:FT(s);if(ke)return xi(ke);q=!1,P=Ha,ue=new Ka}else ue=l?[]:ee;e:for(;++_=_?s:ws(s,l,h)}var _b=gE||function(s){return An.clearTimeout(s)};function xb(s,l){if(l)return s.slice();var h=s.length,_=Hy?Hy(h):new s.constructor(h);return s.copy(_),_}function mp(s){var l=new s.constructor(s.byteLength);return new Zu(l).set(new Zu(s)),l}function AT(s,l){var h=l?mp(s.buffer):s.buffer;return new s.constructor(h,s.byteOffset,s.byteLength)}function OT(s){var l=new s.constructor(s.source,Iu.exec(s));return l.lastIndex=s.lastIndex,l}function PT(s){return Ql?We(Ql.call(s)):{}}function Sb(s,l){var h=l?mp(s.buffer):s.buffer;return new s.constructor(h,s.byteOffset,s.length)}function wb(s,l){if(s!==l){var h=s!==n,_=s===null,P=s===s,B=as(s),q=l!==n,ee=l===null,ue=l===l,ke=as(l);if(!ee&&!ke&&!B&&s>l||B&&q&&ue&&!ee&&!ke||_&&q&&ue||!h&&ue||!P)return 1;if(!_&&!B&&!ke&&s=ee)return ue;var ke=h[_];return ue*(ke=="desc"?-1:1)}}return s.index-l.index}function Eb(s,l,h,_){for(var P=-1,B=s.length,q=h.length,ee=-1,ue=l.length,ke=Qn(B-q,0),Ae=Z(ue+ke),Re=!_;++ee1?h[P-1]:n,q=P>2?h[2]:n;for(B=s.length>3&&typeof B=="function"?(P--,B):n,q&&Nr(h[0],h[1],q)&&(B=P<3?n:B,P=1),l=We(l);++_-1?P[B?l[q]:q]:n}}function Ob(s){return Ci(function(l){var h=l.length,_=h,P=xs.prototype.thru;for(s&&l.reverse();_--;){var B=l[_];if(typeof B!="function")throw new Bt(i);if(P&&!q&&bd(B)=="wrapper")var q=new xs([],!0)}for(_=q?_:h;++_1&&en.reverse(),Ae&&ueee))return!1;var ke=B.get(s),Ae=B.get(l);if(ke&&Ae)return ke==l&&Ae==s;var Re=-1,Ve=!0,tt=h&T?new Ka:n;for(B.set(s,l),B.set(l,s);++Re1?"& ":"")+l[_],l=l.join(h>2?", ":" "),s.replace(Ah,`{ + */yf.exports;(function(e,t){(function(){var n,r="4.17.21",a=200,o="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",i="Expected a function",c="Invalid `variable` option passed into `_.template`",d="__lodash_hash_undefined__",h=500,y="__lodash_placeholder__",g=1,v=2,E=4,S=1,I=2,L=1,C=2,D=4,R=8,N=16,U=32,j=64,m=128,q=256,$=512,V=30,re="...",ce=800,X=16,me=1,$e=2,fe=3,we=1/0,Te=9007199254740991,Qe=17976931348623157e292,wt=NaN,nt=4294967295,bt=nt-1,Yt=nt>>>1,tn=[["ary",m],["bind",L],["bindKey",C],["curry",R],["curryRight",N],["flip",$],["partial",U],["partialRight",j],["rearg",q]],$t="[object Arguments]",ht="[object Array]",Ft="[object AsyncFunction]",Qt="[object Boolean]",Kt="[object Date]",Rt="[object DOMException]",yn="[object Error]",on="[object Function]",A="[object GeneratorFunction]",T="[object Map]",G="[object Number]",se="[object Null]",ee="[object Object]",be="[object Promise]",Fe="[object Proxy]",ke="[object RegExp]",Re="[object Set]",Ce="[object String]",Be="[object Symbol]",Xe="[object Undefined]",ye="[object WeakMap]",le="[object WeakSet]",ve="[object ArrayBuffer]",Ge="[object DataView]",te="[object Float32Array]",ie="[object Float64Array]",pe="[object Int8Array]",Ie="[object Int16Array]",Ue="[object Int32Array]",Je="[object Uint8Array]",st="[object Uint8ClampedArray]",lt="[object Uint16Array]",Ot="[object Uint32Array]",it=/\b__p \+= '';/g,Ze=/\b(__p \+=) '' \+/g,at=/(__e\(.*?\)|\b__t\)) \+\n'';/g,vt=/&(?:amp|lt|gt|quot|#39);/g,It=/[&<>"']/g,Yn=RegExp(vt.source),zi=RegExp(It.source),yr=/<%-([\s\S]+?)%>/g,jn=/<%([\s\S]+?)%>/g,Oo=/<%=([\s\S]+?)%>/g,Oh=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Eu=/^\w*$/,wu=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Qs=/[\\^$.*+?()[\]{}|]/g,qi=RegExp(Qs.source),Fa=/^\s+/,Po=/\s/,Ph=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,Nh=/\{\n\/\* \[wrapped with (.+)\] \*/,Lh=/,? & /,Tu=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Rh=/[()=,{}\[\]\/\s]/,Dh=/\\(\\)?/g,Cu=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Iu=/\w*$/,Yi=/^[-+]0x[0-9a-f]+$/i,ku=/^0b[01]+$/i,Al=/^\[object .+?Constructor\]$/,Ol=/^0o[0-7]+$/i,No=/^(?:0|[1-9]\d*)$/,Au=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Lo=/($^)/,Ba=/['\n\r\u2028\u2029\\]/g,Ua="\\ud800-\\udfff",Ou="\\u0300-\\u036f",Pu="\\ufe20-\\ufe2f",Nu="\\u20d0-\\u20ff",Lu=Ou+Pu+Nu,Ro="\\u2700-\\u27bf",Ru="a-z\\xdf-\\xf6\\xf8-\\xff",Mh="\\xac\\xb1\\xd7\\xf7",Du="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",Mu="\\u2000-\\u206f",Pl=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Nl="A-Z\\xc0-\\xd6\\xd8-\\xde",ur="\\ufe0e\\ufe0f",bi=Mh+Du+Mu+Pl,Xi="['’]",$h="["+Ua+"]",$u="["+bi+"]",Ji="["+Lu+"]",Ll="\\d+",Do="["+Ro+"]",Rl="["+Ru+"]",Fu="[^"+Ua+bi+Ll+Ro+Ru+Nl+"]",Dl="\\ud83c[\\udffb-\\udfff]",ts="(?:"+Ji+"|"+Dl+")",Ml="[^"+Ua+"]",vi="(?:\\ud83c[\\udde6-\\uddff]){2}",$l="[\\ud800-\\udbff][\\udc00-\\udfff]",Zi="["+Nl+"]",ei="\\u200d",ti="(?:"+Rl+"|"+Fu+")",Fl="(?:"+Zi+"|"+Fu+")",Bu="(?:"+Xi+"(?:d|ll|m|re|s|t|ve))?",Qi="(?:"+Xi+"(?:D|LL|M|RE|S|T|VE))?",Bl=ts+"?",Mo="["+ur+"]?",Uu="(?:"+ei+"(?:"+[Ml,vi,$l].join("|")+")"+Mo+Bl+")*",ju="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Fh="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Ul=Mo+Bl+Uu,Bh="(?:"+[Do,vi,$l].join("|")+")"+Ul,Uh="(?:"+[Ml+Ji+"?",Ji,vi,$l,$h].join("|")+")",jl=RegExp(Xi,"g"),jh=RegExp(Ji,"g"),Hl=RegExp(Dl+"(?="+Dl+")|"+Uh+Ul,"g"),Hh=RegExp([Zi+"?"+Rl+"+"+Bu+"(?="+[$u,Zi,"$"].join("|")+")",Fl+"+"+Qi+"(?="+[$u,Zi+ti,"$"].join("|")+")",Zi+"?"+ti+"+"+Bu,Zi+"+"+Qi,Fh,ju,Ll,Bh].join("|"),"g"),Vh=RegExp("["+ei+Ua+Lu+ur+"]"),Wh=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Gh=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Kh=-1,bn={};bn[te]=bn[ie]=bn[pe]=bn[Ie]=bn[Ue]=bn[Je]=bn[st]=bn[lt]=bn[Ot]=!0,bn[$t]=bn[ht]=bn[ve]=bn[Qt]=bn[Ge]=bn[Kt]=bn[yn]=bn[on]=bn[T]=bn[G]=bn[ee]=bn[ke]=bn[Re]=bn[Ce]=bn[ye]=!1;var fn={};fn[$t]=fn[ht]=fn[ve]=fn[Ge]=fn[Qt]=fn[Kt]=fn[te]=fn[ie]=fn[pe]=fn[Ie]=fn[Ue]=fn[T]=fn[G]=fn[ee]=fn[ke]=fn[Re]=fn[Ce]=fn[Be]=fn[Je]=fn[st]=fn[lt]=fn[Ot]=!0,fn[yn]=fn[on]=fn[ye]=!1;var Hu={À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"},Vl={"&":"&","<":"<",">":">",'"':""","'":"'"},Vu={"&":"&","<":"<",">":">",""":'"',"'":"'"},Wu={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Wl=parseFloat,zh=parseInt,Gu=typeof ao=="object"&&ao&&ao.Object===Object&&ao,qh=typeof self=="object"&&self&&self.Object===Object&&self,On=Gu||qh||Function("return this")(),$o=t&&!t.nodeType&&t,Ds=$o&&!0&&e&&!e.nodeType&&e,Ku=Ds&&Ds.exports===$o,Gl=Ku&&Gu.process,Br=function(){try{var H=Ds&&Ds.require&&Ds.require("util").types;return H||Gl&&Gl.binding&&Gl.binding("util")}catch{}}(),u=Br&&Br.isArrayBuffer,p=Br&&Br.isDate,b=Br&&Br.isMap,x=Br&&Br.isRegExp,k=Br&&Br.isSet,O=Br&&Br.isTypedArray;function M(H,Z,J){switch(J.length){case 0:return H.call(Z);case 1:return H.call(Z,J[0]);case 2:return H.call(Z,J[0],J[1]);case 3:return H.call(Z,J[0],J[1],J[2])}return H.apply(Z,J)}function Y(H,Z,J,Ee){for(var Ae=-1,ze=H==null?0:H.length;++Ae-1}function Me(H,Z,J){for(var Ee=-1,Ae=H==null?0:H.length;++Ee-1;);return J}function Wa(H,Z){for(var J=H.length;J--&&gn(Z,H[J],0)>-1;);return J}function rs(H,Z){for(var J=H.length,Ee=0;J--;)H[J]===Z&&++Ee;return Ee}var ea=Ur(Hu),Yh=Ur(Vl);function Xh(H){return"\\"+Wu[H]}function zu(H,Z){return H==null?n:H[Z]}function jr(H){return Vh.test(H)}function zl(H){return Wh.test(H)}function si(H){for(var Z,J=[];!(Z=H.next()).done;)J.push(Z.value);return J}function Bo(H){var Z=-1,J=Array(H.size);return H.forEach(function(Ee,Ae){J[++Z]=[Ae,Ee]}),J}function ta(H,Z){return function(J){return H(Z(J))}}function ss(H,Z){for(var J=-1,Ee=H.length,Ae=0,ze=[];++J-1}function Uw(s,l){var f=this.__data__,_=od(f,s);return _<0?(++this.size,f.push([s,l])):f[_][1]=l,this}Si.prototype.clear=Mw,Si.prototype.delete=$w,Si.prototype.get=Fw,Si.prototype.has=Bw,Si.prototype.set=Uw;function Ei(s){var l=-1,f=s==null?0:s.length;for(this.clear();++l=l?s:l)),s}function Ss(s,l,f,_,P,B){var z,Q=l&g,ue=l&v,Oe=l&E;if(f&&(z=P?f(s,_,P,B):f(s)),z!==n)return z;if(!Nn(s))return s;var Pe=Ct(s);if(Pe){if(z=WT(s),!Q)return Hr(s,z)}else{var De=_r(s),He=De==on||De==A;if(oa(s))return xb(s,Q);if(De==ee||De==$t||He&&!P){if(z=ue||He?{}:Ub(s),!Q)return ue?LT(s,nT(z,s)):NT(s,Jy(z,s))}else{if(!fn[De])return P?s:{};z=GT(s,De,Q)}}B||(B=new Bs);var tt=B.get(s);if(tt)return tt;B.set(s,z),gv(s)?s.forEach(function(dt){z.add(Ss(dt,l,f,dt,s,B))}):hv(s)&&s.forEach(function(dt,zt){z.set(zt,Ss(dt,l,f,zt,s,B))});var ut=Oe?ue?Sp:xp:ue?Wr:lr,Dt=Pe?n:ut(s);return K(Dt||s,function(dt,zt){Dt&&(zt=dt,dt=s[zt]),tc(z,zt,Ss(dt,l,f,zt,s,B))}),z}function rT(s){var l=lr(s);return function(f){return Zy(f,s,l)}}function Zy(s,l,f){var _=f.length;if(s==null)return!_;for(s=Ve(s);_--;){var P=f[_],B=l[P],z=s[P];if(z===n&&!(P in s)||!B(z))return!1}return!0}function Qy(s,l,f){if(typeof s!="function")throw new Bt(i);return lc(function(){s.apply(n,f)},l)}function nc(s,l,f,_){var P=-1,B=he,z=!0,Q=s.length,ue=[],Oe=l.length;if(!Q)return ue;f&&(l=Ke(l,kr(f))),_?(B=Me,z=!1):l.length>=a&&(B=Va,z=!1,l=new za(l));e:for(;++PP?0:P+f),_=_===n||_>P?P:Nt(_),_<0&&(_+=P),_=f>_?0:yv(_);f<_;)s[f++]=l;return s}function tb(s,l){var f=[];return ra(s,function(_,P,B){l(_,P,B)&&f.push(_)}),f}function dr(s,l,f,_,P){var B=-1,z=s.length;for(f||(f=zT),P||(P=[]);++B0&&f(Q)?l>1?dr(Q,l-1,f,_,P):Tt(P,Q):_||(P[P.length]=Q)}return P}var rp=Ib(),nb=Ib(!0);function ai(s,l){return s&&rp(s,l,lr)}function sp(s,l){return s&&nb(s,l,lr)}function cd(s,l){return Se(l,function(f){return ki(s[f])})}function Ya(s,l){l=ia(l,s);for(var f=0,_=l.length;s!=null&&f<_;)s=s[li(l[f++])];return f&&f==_?s:n}function rb(s,l,f){var _=l(s);return Ct(s)?_:Tt(_,f(s))}function Pr(s){return s==null?s===n?Xe:se:Ga&&Ga in Ve(s)?jT(s):eC(s)}function ip(s,l){return s>l}function aT(s,l){return s!=null&&_t.call(s,l)}function oT(s,l){return s!=null&&l in Ve(s)}function lT(s,l,f){return s>=vr(l,f)&&s=120&&Pe.length>=120)?new za(z&&Pe):n}Pe=s[0];var De=-1,He=Q[0];e:for(;++De-1;)Q!==s&&ed.call(Q,ue,1),ed.call(s,ue,1);return s}function hb(s,l){for(var f=s?l.length:0,_=f-1;f--;){var P=l[f];if(f==_||P!==B){var B=P;Ii(P)?ed.call(s,P,1):pp(s,P)}}return s}function dp(s,l){return s+rd(zy()*(l-s+1))}function xT(s,l,f,_){for(var P=-1,B=Qn(nd((l-s)/(f||1)),0),z=J(B);B--;)z[_?B:++P]=s,s+=f;return z}function fp(s,l){var f="";if(!s||l<1||l>Te)return f;do l%2&&(f+=s),l=rd(l/2),l&&(s+=s);while(l);return f}function Ut(s,l){return Ap(Vb(s,l,Gr),s+"")}function ST(s){return Xy(qo(s))}function ET(s,l){var f=qo(s);return _d(f,qa(l,0,f.length))}function ic(s,l,f,_){if(!Nn(s))return s;l=ia(l,s);for(var P=-1,B=l.length,z=B-1,Q=s;Q!=null&&++PP?0:P+l),f=f>P?P:f,f<0&&(f+=P),P=l>f?0:f-l>>>0,l>>>=0;for(var B=J(P);++_>>1,z=s[B];z!==null&&!as(z)&&(f?z<=l:z=a){var Oe=l?null:$T(s);if(Oe)return xi(Oe);z=!1,P=Va,ue=new za}else ue=l?[]:Q;e:for(;++_=_?s:Es(s,l,f)}var _b=pw||function(s){return On.clearTimeout(s)};function xb(s,l){if(l)return s.slice();var f=s.length,_=Hy?Hy(f):new s.constructor(f);return s.copy(_),_}function bp(s){var l=new s.constructor(s.byteLength);return new Zu(l).set(new Zu(s)),l}function kT(s,l){var f=l?bp(s.buffer):s.buffer;return new s.constructor(f,s.byteOffset,s.byteLength)}function AT(s){var l=new s.constructor(s.source,Iu.exec(s));return l.lastIndex=s.lastIndex,l}function OT(s){return ec?Ve(ec.call(s)):{}}function Sb(s,l){var f=l?bp(s.buffer):s.buffer;return new s.constructor(f,s.byteOffset,s.length)}function Eb(s,l){if(s!==l){var f=s!==n,_=s===null,P=s===s,B=as(s),z=l!==n,Q=l===null,ue=l===l,Oe=as(l);if(!Q&&!Oe&&!B&&s>l||B&&z&&ue&&!Q&&!Oe||_&&z&&ue||!f&&ue||!P)return 1;if(!_&&!B&&!Oe&&s=Q)return ue;var Oe=f[_];return ue*(Oe=="desc"?-1:1)}}return s.index-l.index}function wb(s,l,f,_){for(var P=-1,B=s.length,z=f.length,Q=-1,ue=l.length,Oe=Qn(B-z,0),Pe=J(ue+Oe),De=!_;++Q1?f[P-1]:n,z=P>2?f[2]:n;for(B=s.length>3&&typeof B=="function"?(P--,B):n,z&&Nr(f[0],f[1],z)&&(B=P<3?n:B,P=1),l=Ve(l);++_-1?P[B?l[z]:z]:n}}function Ob(s){return Ci(function(l){var f=l.length,_=f,P=xs.prototype.thru;for(s&&l.reverse();_--;){var B=l[_];if(typeof B!="function")throw new Bt(i);if(P&&!z&&bd(B)=="wrapper")var z=new xs([],!0)}for(_=z?_:f;++_1&&en.reverse(),Pe&&ueQ))return!1;var Oe=B.get(s),Pe=B.get(l);if(Oe&&Pe)return Oe==l&&Pe==s;var De=-1,He=!0,tt=f&I?new za:n;for(B.set(s,l),B.set(l,s);++De1?"& ":"")+l[_],l=l.join(f>2?", ":" "),s.replace(Ph,`{ /* [wrapped with `+l+`] */ -`)}function qT(s){return Ct(s)||Ja(s)||!!(Gy&&s&&s[Gy])}function Ii(s,l){var h=typeof s;return l=l??Ee,!!l&&(h=="number"||h!="symbol"&&No.test(s))&&s>-1&&s%1==0&&s0){if(++l>=ce)return arguments[0]}else l=0;return s.apply(n,arguments)}}function _d(s,l){var h=-1,_=s.length,P=_-1;for(l=l===n?_:l;++h1?s[l-1]:n;return h=typeof h=="function"?(s.pop(),h):n,tv(s,h)});function nv(s){var l=$(s);return l.__chain__=!0,l}function iI(s,l){return l(s),s}function xd(s,l){return l(s)}var aI=Ci(function(s){var l=s.length,h=l?s[0]:0,_=this.__wrapped__,P=function(B){return ep(B,s)};return l>1||this.__actions__.length||!(_ instanceof Xt)||!Ii(h)?this.thru(P):(_=_.slice(h,+h+(l?1:0)),_.__actions__.push({func:xd,args:[P],thisArg:n}),new xs(_,this.__chain__).thru(function(B){return l&&!B.length&&B.push(n),B}))});function oI(){return nv(this)}function lI(){return new xs(this.value(),this.__chain__)}function cI(){this.__values__===n&&(this.__values__=mv(this.value()));var s=this.__index__>=this.__values__.length,l=s?n:this.__values__[this.__index__++];return{done:s,value:l}}function uI(){return this}function dI(s){for(var l,h=this;h instanceof ad;){var _=Yb(h);_.__index__=0,_.__values__=n,l?P.__wrapped__=_:l=_;var P=_;h=h.__wrapped__}return P.__wrapped__=s,l}function fI(){var s=this.__wrapped__;if(s instanceof Xt){var l=s;return this.__actions__.length&&(l=new Xt(this)),l=l.reverse(),l.__actions__.push({func:xd,args:[kp],thisArg:n}),new xs(l,this.__chain__)}return this.thru(kp)}function hI(){return bb(this.__wrapped__,this.__actions__)}var pI=hd(function(s,l,h){xt.call(s,h)?++s[h]:Ei(s,h,1)});function gI(s,l,h){var _=Ct(s)?ve:iT;return h&&Nr(s,l,h)&&(l=n),_(s,ct(l,3))}function mI(s,l){var h=Ct(s)?xe:tb;return h(s,ct(l,3))}var yI=Ab(Xb),bI=Ab(Jb);function vI(s,l){return dr(Sd(s,l),1)}function _I(s,l){return dr(Sd(s,l),we)}function xI(s,l,h){return h=h===n?1:Nt(h),dr(Sd(s,l),h)}function rv(s,l){var h=Ct(s)?z:ra;return h(s,ct(l,3))}function sv(s,l){var h=Ct(s)?ae:eb;return h(s,ct(l,3))}var SI=hd(function(s,l,h){xt.call(s,h)?s[h].push(l):Ei(s,h,[l])});function wI(s,l,h,_){s=Vr(s)?s:qo(s),h=h&&!_?Nt(h):0;var P=s.length;return h<0&&(h=Qn(P+h,0)),Id(s)?h<=P&&s.indexOf(l,h)>-1:!!P&&gn(s,l,h)>-1}var EI=Ut(function(s,l,h){var _=-1,P=typeof l=="function",B=Vr(s)?Z(s.length):[];return ra(s,function(q){B[++_]=P?M(l,q,h):nc(q,l,h)}),B}),TI=hd(function(s,l,h){Ei(s,h,l)});function Sd(s,l){var h=Ct(s)?Ke:ob;return h(s,ct(l,3))}function CI(s,l,h,_){return s==null?[]:(Ct(l)||(l=l==null?[]:[l]),h=_?n:h,Ct(h)||(h=h==null?[]:[h]),db(s,l,h))}var II=hd(function(s,l,h){s[h?0:1].push(l)},function(){return[[],[]]});function kI(s,l,h){var _=Ct(s)?wt:Ms,P=arguments.length<3;return _(s,ct(l,4),h,P,ra)}function AI(s,l,h){var _=Ct(s)?Xn:Ms,P=arguments.length<3;return _(s,ct(l,4),h,P,eb)}function OI(s,l){var h=Ct(s)?xe:tb;return h(s,Td(ct(l,3)))}function PI(s){var l=Ct(s)?Xy:wT;return l(s)}function NI(s,l,h){(h?Nr(s,l,h):l===n)?l=1:l=Nt(l);var _=Ct(s)?eT:ET;return _(s,l)}function LI(s){var l=Ct(s)?tT:CT;return l(s)}function RI(s){if(s==null)return 0;if(Vr(s))return Id(s)?ii(s):s.length;var l=_r(s);return l==C||l==Le?s.size:ap(s).length}function DI(s,l,h){var _=Ct(s)?On:IT;return h&&Nr(s,l,h)&&(l=n),_(s,ct(l,3))}var MI=Ut(function(s,l){if(s==null)return[];var h=l.length;return h>1&&Nr(s,l[0],l[1])?l=[]:h>2&&Nr(l[0],l[1],l[2])&&(l=[l[0]]),db(s,dr(l,1),[])}),wd=mE||function(){return An.Date.now()};function $I(s,l){if(typeof l!="function")throw new Bt(i);return s=Nt(s),function(){if(--s<1)return l.apply(this,arguments)}}function iv(s,l,h){return l=h?n:l,l=s&&l==null?s.length:l,Ti(s,m,n,n,n,n,l)}function av(s,l){var h;if(typeof l!="function")throw new Bt(i);return s=Nt(s),function(){return--s>0&&(h=l.apply(this,arguments)),s<=1&&(l=n),h}}var Op=Ut(function(s,l,h){var _=N;if(h.length){var P=ss(h,Ko(Op));_|=U}return Ti(s,_,l,h,P)}),ov=Ut(function(s,l,h){var _=N|I;if(h.length){var P=ss(h,Ko(ov));_|=U}return Ti(l,_,s,h,P)});function lv(s,l,h){l=h?n:l;var _=Ti(s,L,n,n,n,n,n,l);return _.placeholder=lv.placeholder,_}function cv(s,l,h){l=h?n:l;var _=Ti(s,R,n,n,n,n,n,l);return _.placeholder=cv.placeholder,_}function uv(s,l,h){var _,P,B,q,ee,ue,ke=0,Ae=!1,Re=!1,Ve=!0;if(typeof s!="function")throw new Bt(i);l=Ts(l)||0,Pn(h)&&(Ae=!!h.leading,Re="maxWait"in h,B=Re?Qn(Ts(h.maxWait)||0,l):B,Ve="trailing"in h?!!h.trailing:Ve);function tt(Vn){var js=_,Oi=P;return _=P=n,ke=Vn,q=s.apply(Oi,js),q}function ut(Vn){return ke=Vn,ee=oc(zt,l),Ae?tt(Vn):q}function Dt(Vn){var js=Vn-ue,Oi=Vn-ke,Av=l-js;return Re?vr(Av,B-Oi):Av}function dt(Vn){var js=Vn-ue,Oi=Vn-ke;return ue===n||js>=l||js<0||Re&&Oi>=B}function zt(){var Vn=wd();if(dt(Vn))return en(Vn);ee=oc(zt,Dt(Vn))}function en(Vn){return ee=n,Ve&&_?tt(Vn):(_=P=n,q)}function os(){ee!==n&&_b(ee),ke=0,_=ue=P=ee=n}function Lr(){return ee===n?q:en(wd())}function ls(){var Vn=wd(),js=dt(Vn);if(_=arguments,P=this,ue=Vn,js){if(ee===n)return ut(ue);if(Re)return _b(ee),ee=oc(zt,l),tt(ue)}return ee===n&&(ee=oc(zt,l)),q}return ls.cancel=os,ls.flush=Lr,ls}var FI=Ut(function(s,l){return Qy(s,1,l)}),BI=Ut(function(s,l,h){return Qy(s,Ts(l)||0,h)});function UI(s){return Ti(s,F)}function Ed(s,l){if(typeof s!="function"||l!=null&&typeof l!="function")throw new Bt(i);var h=function(){var _=arguments,P=l?l.apply(this,_):_[0],B=h.cache;if(B.has(P))return B.get(P);var q=s.apply(this,_);return h.cache=B.set(P,q)||B,q};return h.cache=new(Ed.Cache||wi),h}Ed.Cache=wi;function Td(s){if(typeof s!="function")throw new Bt(i);return function(){var l=arguments;switch(l.length){case 0:return!s.call(this);case 1:return!s.call(this,l[0]);case 2:return!s.call(this,l[0],l[1]);case 3:return!s.call(this,l[0],l[1],l[2])}return!s.apply(this,l)}}function jI(s){return av(2,s)}var HI=kT(function(s,l){l=l.length==1&&Ct(l[0])?Ke(l[0],kr(ct())):Ke(dr(l,1),kr(ct()));var h=l.length;return Ut(function(_){for(var P=-1,B=vr(_.length,h);++P=l}),Ja=sb(function(){return arguments}())?sb:function(s){return Rn(s)&&xt.call(s,"callee")&&!Wy.call(s,"callee")},Ct=Z.isArray,rk=u?kr(u):dT;function Vr(s){return s!=null&&Cd(s.length)&&!ki(s)}function Hn(s){return Rn(s)&&Vr(s)}function sk(s){return s===!0||s===!1||Rn(s)&&Pr(s)==Qt}var oa=bE||Hp,ik=p?kr(p):fT;function ak(s){return Rn(s)&&s.nodeType===1&&!lc(s)}function ok(s){if(s==null)return!0;if(Vr(s)&&(Ct(s)||typeof s=="string"||typeof s.splice=="function"||oa(s)||zo(s)||Ja(s)))return!s.length;var l=_r(s);if(l==C||l==Le)return!s.size;if(ac(s))return!ap(s).length;for(var h in s)if(xt.call(s,h))return!1;return!0}function lk(s,l){return rc(s,l)}function ck(s,l,h){h=typeof h=="function"?h:n;var _=h?h(s,l):n;return _===n?rc(s,l,n,h):!!_}function Np(s){if(!Rn(s))return!1;var l=Pr(s);return l==yn||l==Rt||typeof s.message=="string"&&typeof s.name=="string"&&!lc(s)}function uk(s){return typeof s=="number"&&Ky(s)}function ki(s){if(!Pn(s))return!1;var l=Pr(s);return l==on||l==A||l==Lt||l==$e}function fv(s){return typeof s=="number"&&s==Nt(s)}function Cd(s){return typeof s=="number"&&s>-1&&s%1==0&&s<=Ee}function Pn(s){var l=typeof s;return s!=null&&(l=="object"||l=="function")}function Rn(s){return s!=null&&typeof s=="object"}var hv=b?kr(b):pT;function dk(s,l){return s===l||ip(s,l,Sp(l))}function fk(s,l,h){return h=typeof h=="function"?h:n,ip(s,l,Sp(l),h)}function hk(s){return pv(s)&&s!=+s}function pk(s){if(JT(s))throw new Ie(o);return ib(s)}function gk(s){return s===null}function mk(s){return s==null}function pv(s){return typeof s=="number"||Rn(s)&&Pr(s)==G}function lc(s){if(!Rn(s)||Pr(s)!=te)return!1;var l=Qu(s);if(l===null)return!0;var h=xt.call(l,"constructor")&&l.constructor;return typeof h=="function"&&h instanceof h&&Fs.call(h)==fE}var Lp=x?kr(x):gT;function yk(s){return fv(s)&&s>=-Ee&&s<=Ee}var gv=k?kr(k):mT;function Id(s){return typeof s=="string"||!Ct(s)&&Rn(s)&&Pr(s)==Te}function as(s){return typeof s=="symbol"||Rn(s)&&Pr(s)==Fe}var zo=O?kr(O):yT;function bk(s){return s===n}function vk(s){return Rn(s)&&_r(s)==Y}function _k(s){return Rn(s)&&Pr(s)==ge}var xk=yd(op),Sk=yd(function(s,l){return s<=l});function mv(s){if(!s)return[];if(Vr(s))return Id(s)?Ar(s):Hr(s);if(Yl&&s[Yl])return si(s[Yl]());var l=_r(s),h=l==C?Bo:l==Le?xi:qo;return h(s)}function Ai(s){if(!s)return s===0?s:0;if(s=Ts(s),s===we||s===-we){var l=s<0?-1:1;return l*Qe}return s===s?s:0}function Nt(s){var l=Ai(s),h=l%1;return l===l?h?l-h:l:0}function yv(s){return s?za(Nt(s),0,ot):0}function Ts(s){if(typeof s=="number")return s;if(as(s))return ht;if(Pn(s)){var l=typeof s.valueOf=="function"?s.valueOf():s;s=Pn(l)?l+"":l}if(typeof s!="string")return s===0?s:+s;s=_s(s);var h=ku.test(s);return h||Al.test(s)?Gh(s.slice(2),h?2:8):Yi.test(s)?ht:+s}function bv(s){return oi(s,Wr(s))}function wk(s){return s?za(Nt(s),-Ee,Ee):s===0?s:0}function hn(s){return s==null?"":is(s)}var Ek=Wo(function(s,l){if(ac(l)||Vr(l)){oi(l,lr(l),s);return}for(var h in l)xt.call(l,h)&&ec(s,h,l[h])}),vv=Wo(function(s,l){oi(l,Wr(l),s)}),kd=Wo(function(s,l,h,_){oi(l,Wr(l),s,_)}),Tk=Wo(function(s,l,h,_){oi(l,lr(l),s,_)}),Ck=Ci(ep);function Ik(s,l){var h=Vo(s);return l==null?h:Jy(h,l)}var kk=Ut(function(s,l){s=We(s);var h=-1,_=l.length,P=_>2?l[2]:n;for(P&&Nr(l[0],l[1],P)&&(_=1);++h<_;)for(var B=l[h],q=Wr(B),ee=-1,ue=q.length;++ee1),B}),oi(s,_p(s),h),_&&(h=Ss(h,g|v|w,BT));for(var P=l.length;P--;)fp(h,l[P]);return h});function Kk(s,l){return xv(s,Td(ct(l)))}var zk=Ci(function(s,l){return s==null?{}:_T(s,l)});function xv(s,l){if(s==null)return{};var h=Ke(_p(s),function(_){return[_]});return l=ct(l),fb(s,h,function(_,P){return l(_,P[0])})}function qk(s,l,h){l=ia(l,s);var _=-1,P=l.length;for(P||(P=1,s=n);++_l){var _=s;s=l,l=_}if(h||s%1||l%1){var P=zy();return vr(s+P*(l-s+Vl("1e-"+((P+"").length-1))),l)}return cp(s,l)}var iA=Go(function(s,l,h){return l=l.toLowerCase(),s+(h?Ev(l):l)});function Ev(s){return Mp(hn(s).toLowerCase())}function Tv(s){return s=hn(s),s&&s.replace(Au,ea).replace(Bh,"")}function aA(s,l,h){s=hn(s),l=is(l);var _=s.length;h=h===n?_:za(Nt(h),0,_);var P=h;return h-=l.length,h>=0&&s.slice(h,P)==l}function oA(s){return s=hn(s),s&&zi.test(s)?s.replace(It,zh):s}function lA(s){return s=hn(s),s&&qi.test(s)?s.replace(Qs,"\\$&"):s}var cA=Go(function(s,l,h){return s+(h?"-":"")+l.toLowerCase()}),uA=Go(function(s,l,h){return s+(h?" ":"")+l.toLowerCase()}),dA=kb("toLowerCase");function fA(s,l,h){s=hn(s),l=Nt(l);var _=l?ii(s):0;if(!l||_>=l)return s;var P=(l-_)/2;return md(rd(P),h)+s+md(nd(P),h)}function hA(s,l,h){s=hn(s),l=Nt(l);var _=l?ii(s):0;return l&&_>>0,h?(s=hn(s),s&&(typeof l=="string"||l!=null&&!Lp(l))&&(l=is(l),!l&&jr(s))?aa(Ar(s),0,h):s.split(l,h)):[]}var _A=Go(function(s,l,h){return s+(h?" ":"")+Mp(l)});function xA(s,l,h){return s=hn(s),h=h==null?0:za(Nt(h),0,s.length),l=is(l),s.slice(h,h+l.length)==l}function SA(s,l,h){var _=$.templateSettings;h&&Nr(s,l,h)&&(l=n),s=hn(s),l=kd({},l,_,Db);var P=kd({},l.imports,_.imports,Db),B=lr(P),q=Gl(P,B),ee,ue,ke=0,Ae=l.interpolate||Lo,Re="__p += '",Ve=Pt((l.escape||Lo).source+"|"+Ae.source+"|"+(Ae===Oo?Cu:Lo).source+"|"+(l.evaluate||Lo).source+"|$","g"),tt="//# sourceURL="+(xt.call(l,"sourceURL")?(l.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Wh+"]")+` -`;s.replace(Ve,function(dt,zt,en,os,Lr,ls){return en||(en=os),Re+=s.slice(ke,ls).replace(Fa,qh),zt&&(ee=!0,Re+=`' + +`)}function zT(s){return Ct(s)||Za(s)||!!(Gy&&s&&s[Gy])}function Ii(s,l){var f=typeof s;return l=l??Te,!!l&&(f=="number"||f!="symbol"&&No.test(s))&&s>-1&&s%1==0&&s0){if(++l>=ce)return arguments[0]}else l=0;return s.apply(n,arguments)}}function _d(s,l){var f=-1,_=s.length,P=_-1;for(l=l===n?_:l;++f1?s[l-1]:n;return f=typeof f=="function"?(s.pop(),f):n,tv(s,f)});function nv(s){var l=F(s);return l.__chain__=!0,l}function sI(s,l){return l(s),s}function xd(s,l){return l(s)}var iI=Ci(function(s){var l=s.length,f=l?s[0]:0,_=this.__wrapped__,P=function(B){return np(B,s)};return l>1||this.__actions__.length||!(_ instanceof Xt)||!Ii(f)?this.thru(P):(_=_.slice(f,+f+(l?1:0)),_.__actions__.push({func:xd,args:[P],thisArg:n}),new xs(_,this.__chain__).thru(function(B){return l&&!B.length&&B.push(n),B}))});function aI(){return nv(this)}function oI(){return new xs(this.value(),this.__chain__)}function lI(){this.__values__===n&&(this.__values__=mv(this.value()));var s=this.__index__>=this.__values__.length,l=s?n:this.__values__[this.__index__++];return{done:s,value:l}}function cI(){return this}function uI(s){for(var l,f=this;f instanceof ad;){var _=Yb(f);_.__index__=0,_.__values__=n,l?P.__wrapped__=_:l=_;var P=_;f=f.__wrapped__}return P.__wrapped__=s,l}function dI(){var s=this.__wrapped__;if(s instanceof Xt){var l=s;return this.__actions__.length&&(l=new Xt(this)),l=l.reverse(),l.__actions__.push({func:xd,args:[Op],thisArg:n}),new xs(l,this.__chain__)}return this.thru(Op)}function fI(){return bb(this.__wrapped__,this.__actions__)}var hI=hd(function(s,l,f){_t.call(s,f)?++s[f]:wi(s,f,1)});function pI(s,l,f){var _=Ct(s)?_e:sT;return f&&Nr(s,l,f)&&(l=n),_(s,ct(l,3))}function gI(s,l){var f=Ct(s)?Se:tb;return f(s,ct(l,3))}var mI=Ab(Xb),yI=Ab(Jb);function bI(s,l){return dr(Sd(s,l),1)}function vI(s,l){return dr(Sd(s,l),we)}function _I(s,l,f){return f=f===n?1:Nt(f),dr(Sd(s,l),f)}function rv(s,l){var f=Ct(s)?K:ra;return f(s,ct(l,3))}function sv(s,l){var f=Ct(s)?ae:eb;return f(s,ct(l,3))}var xI=hd(function(s,l,f){_t.call(s,f)?s[f].push(l):wi(s,f,[l])});function SI(s,l,f,_){s=Vr(s)?s:qo(s),f=f&&!_?Nt(f):0;var P=s.length;return f<0&&(f=Qn(P+f,0)),Id(s)?f<=P&&s.indexOf(l,f)>-1:!!P&&gn(s,l,f)>-1}var EI=Ut(function(s,l,f){var _=-1,P=typeof l=="function",B=Vr(s)?J(s.length):[];return ra(s,function(z){B[++_]=P?M(l,z,f):rc(z,l,f)}),B}),wI=hd(function(s,l,f){wi(s,f,l)});function Sd(s,l){var f=Ct(s)?Ke:ob;return f(s,ct(l,3))}function TI(s,l,f,_){return s==null?[]:(Ct(l)||(l=l==null?[]:[l]),f=_?n:f,Ct(f)||(f=f==null?[]:[f]),db(s,l,f))}var CI=hd(function(s,l,f){s[f?0:1].push(l)},function(){return[[],[]]});function II(s,l,f){var _=Ct(s)?St:Ms,P=arguments.length<3;return _(s,ct(l,4),f,P,ra)}function kI(s,l,f){var _=Ct(s)?Xn:Ms,P=arguments.length<3;return _(s,ct(l,4),f,P,eb)}function AI(s,l){var f=Ct(s)?Se:tb;return f(s,Td(ct(l,3)))}function OI(s){var l=Ct(s)?Xy:ST;return l(s)}function PI(s,l,f){(f?Nr(s,l,f):l===n)?l=1:l=Nt(l);var _=Ct(s)?Qw:ET;return _(s,l)}function NI(s){var l=Ct(s)?eT:TT;return l(s)}function LI(s){if(s==null)return 0;if(Vr(s))return Id(s)?ii(s):s.length;var l=_r(s);return l==T||l==Re?s.size:lp(s).length}function RI(s,l,f){var _=Ct(s)?Pn:CT;return f&&Nr(s,l,f)&&(l=n),_(s,ct(l,3))}var DI=Ut(function(s,l){if(s==null)return[];var f=l.length;return f>1&&Nr(s,l[0],l[1])?l=[]:f>2&&Nr(l[0],l[1],l[2])&&(l=[l[0]]),db(s,dr(l,1),[])}),Ed=gw||function(){return On.Date.now()};function MI(s,l){if(typeof l!="function")throw new Bt(i);return s=Nt(s),function(){if(--s<1)return l.apply(this,arguments)}}function iv(s,l,f){return l=f?n:l,l=s&&l==null?s.length:l,Ti(s,m,n,n,n,n,l)}function av(s,l){var f;if(typeof l!="function")throw new Bt(i);return s=Nt(s),function(){return--s>0&&(f=l.apply(this,arguments)),s<=1&&(l=n),f}}var Np=Ut(function(s,l,f){var _=L;if(f.length){var P=ss(f,Ko(Np));_|=U}return Ti(s,_,l,f,P)}),ov=Ut(function(s,l,f){var _=L|C;if(f.length){var P=ss(f,Ko(ov));_|=U}return Ti(l,_,s,f,P)});function lv(s,l,f){l=f?n:l;var _=Ti(s,R,n,n,n,n,n,l);return _.placeholder=lv.placeholder,_}function cv(s,l,f){l=f?n:l;var _=Ti(s,N,n,n,n,n,n,l);return _.placeholder=cv.placeholder,_}function uv(s,l,f){var _,P,B,z,Q,ue,Oe=0,Pe=!1,De=!1,He=!0;if(typeof s!="function")throw new Bt(i);l=Ts(l)||0,Nn(f)&&(Pe=!!f.leading,De="maxWait"in f,B=De?Qn(Ts(f.maxWait)||0,l):B,He="trailing"in f?!!f.trailing:He);function tt(Vn){var js=_,Oi=P;return _=P=n,Oe=Vn,z=s.apply(Oi,js),z}function ut(Vn){return Oe=Vn,Q=lc(zt,l),Pe?tt(Vn):z}function Dt(Vn){var js=Vn-ue,Oi=Vn-Oe,Av=l-js;return De?vr(Av,B-Oi):Av}function dt(Vn){var js=Vn-ue,Oi=Vn-Oe;return ue===n||js>=l||js<0||De&&Oi>=B}function zt(){var Vn=Ed();if(dt(Vn))return en(Vn);Q=lc(zt,Dt(Vn))}function en(Vn){return Q=n,He&&_?tt(Vn):(_=P=n,z)}function os(){Q!==n&&_b(Q),Oe=0,_=ue=P=Q=n}function Lr(){return Q===n?z:en(Ed())}function ls(){var Vn=Ed(),js=dt(Vn);if(_=arguments,P=this,ue=Vn,js){if(Q===n)return ut(ue);if(De)return _b(Q),Q=lc(zt,l),tt(ue)}return Q===n&&(Q=lc(zt,l)),z}return ls.cancel=os,ls.flush=Lr,ls}var $I=Ut(function(s,l){return Qy(s,1,l)}),FI=Ut(function(s,l,f){return Qy(s,Ts(l)||0,f)});function BI(s){return Ti(s,$)}function wd(s,l){if(typeof s!="function"||l!=null&&typeof l!="function")throw new Bt(i);var f=function(){var _=arguments,P=l?l.apply(this,_):_[0],B=f.cache;if(B.has(P))return B.get(P);var z=s.apply(this,_);return f.cache=B.set(P,z)||B,z};return f.cache=new(wd.Cache||Ei),f}wd.Cache=Ei;function Td(s){if(typeof s!="function")throw new Bt(i);return function(){var l=arguments;switch(l.length){case 0:return!s.call(this);case 1:return!s.call(this,l[0]);case 2:return!s.call(this,l[0],l[1]);case 3:return!s.call(this,l[0],l[1],l[2])}return!s.apply(this,l)}}function UI(s){return av(2,s)}var jI=IT(function(s,l){l=l.length==1&&Ct(l[0])?Ke(l[0],kr(ct())):Ke(dr(l,1),kr(ct()));var f=l.length;return Ut(function(_){for(var P=-1,B=vr(_.length,f);++P=l}),Za=sb(function(){return arguments}())?sb:function(s){return Rn(s)&&_t.call(s,"callee")&&!Wy.call(s,"callee")},Ct=J.isArray,nk=u?kr(u):uT;function Vr(s){return s!=null&&Cd(s.length)&&!ki(s)}function Hn(s){return Rn(s)&&Vr(s)}function rk(s){return s===!0||s===!1||Rn(s)&&Pr(s)==Qt}var oa=yw||Wp,sk=p?kr(p):dT;function ik(s){return Rn(s)&&s.nodeType===1&&!cc(s)}function ak(s){if(s==null)return!0;if(Vr(s)&&(Ct(s)||typeof s=="string"||typeof s.splice=="function"||oa(s)||zo(s)||Za(s)))return!s.length;var l=_r(s);if(l==T||l==Re)return!s.size;if(oc(s))return!lp(s).length;for(var f in s)if(_t.call(s,f))return!1;return!0}function ok(s,l){return sc(s,l)}function lk(s,l,f){f=typeof f=="function"?f:n;var _=f?f(s,l):n;return _===n?sc(s,l,n,f):!!_}function Rp(s){if(!Rn(s))return!1;var l=Pr(s);return l==yn||l==Rt||typeof s.message=="string"&&typeof s.name=="string"&&!cc(s)}function ck(s){return typeof s=="number"&&Ky(s)}function ki(s){if(!Nn(s))return!1;var l=Pr(s);return l==on||l==A||l==Ft||l==Fe}function fv(s){return typeof s=="number"&&s==Nt(s)}function Cd(s){return typeof s=="number"&&s>-1&&s%1==0&&s<=Te}function Nn(s){var l=typeof s;return s!=null&&(l=="object"||l=="function")}function Rn(s){return s!=null&&typeof s=="object"}var hv=b?kr(b):hT;function uk(s,l){return s===l||op(s,l,wp(l))}function dk(s,l,f){return f=typeof f=="function"?f:n,op(s,l,wp(l),f)}function fk(s){return pv(s)&&s!=+s}function hk(s){if(XT(s))throw new Ae(o);return ib(s)}function pk(s){return s===null}function gk(s){return s==null}function pv(s){return typeof s=="number"||Rn(s)&&Pr(s)==G}function cc(s){if(!Rn(s)||Pr(s)!=ee)return!1;var l=Qu(s);if(l===null)return!0;var f=_t.call(l,"constructor")&&l.constructor;return typeof f=="function"&&f instanceof f&&Fs.call(f)==dw}var Dp=x?kr(x):pT;function mk(s){return fv(s)&&s>=-Te&&s<=Te}var gv=k?kr(k):gT;function Id(s){return typeof s=="string"||!Ct(s)&&Rn(s)&&Pr(s)==Ce}function as(s){return typeof s=="symbol"||Rn(s)&&Pr(s)==Be}var zo=O?kr(O):mT;function yk(s){return s===n}function bk(s){return Rn(s)&&_r(s)==ye}function vk(s){return Rn(s)&&Pr(s)==le}var _k=yd(cp),xk=yd(function(s,l){return s<=l});function mv(s){if(!s)return[];if(Vr(s))return Id(s)?Ar(s):Hr(s);if(Xl&&s[Xl])return si(s[Xl]());var l=_r(s),f=l==T?Bo:l==Re?xi:qo;return f(s)}function Ai(s){if(!s)return s===0?s:0;if(s=Ts(s),s===we||s===-we){var l=s<0?-1:1;return l*Qe}return s===s?s:0}function Nt(s){var l=Ai(s),f=l%1;return l===l?f?l-f:l:0}function yv(s){return s?qa(Nt(s),0,nt):0}function Ts(s){if(typeof s=="number")return s;if(as(s))return wt;if(Nn(s)){var l=typeof s.valueOf=="function"?s.valueOf():s;s=Nn(l)?l+"":l}if(typeof s!="string")return s===0?s:+s;s=_s(s);var f=ku.test(s);return f||Ol.test(s)?zh(s.slice(2),f?2:8):Yi.test(s)?wt:+s}function bv(s){return oi(s,Wr(s))}function Sk(s){return s?qa(Nt(s),-Te,Te):s===0?s:0}function hn(s){return s==null?"":is(s)}var Ek=Wo(function(s,l){if(oc(l)||Vr(l)){oi(l,lr(l),s);return}for(var f in l)_t.call(l,f)&&tc(s,f,l[f])}),vv=Wo(function(s,l){oi(l,Wr(l),s)}),kd=Wo(function(s,l,f,_){oi(l,Wr(l),s,_)}),wk=Wo(function(s,l,f,_){oi(l,lr(l),s,_)}),Tk=Ci(np);function Ck(s,l){var f=Vo(s);return l==null?f:Jy(f,l)}var Ik=Ut(function(s,l){s=Ve(s);var f=-1,_=l.length,P=_>2?l[2]:n;for(P&&Nr(l[0],l[1],P)&&(_=1);++f<_;)for(var B=l[f],z=Wr(B),Q=-1,ue=z.length;++Q1),B}),oi(s,Sp(s),f),_&&(f=Ss(f,g|v|E,FT));for(var P=l.length;P--;)pp(f,l[P]);return f});function Gk(s,l){return xv(s,Td(ct(l)))}var Kk=Ci(function(s,l){return s==null?{}:vT(s,l)});function xv(s,l){if(s==null)return{};var f=Ke(Sp(s),function(_){return[_]});return l=ct(l),fb(s,f,function(_,P){return l(_,P[0])})}function zk(s,l,f){l=ia(l,s);var _=-1,P=l.length;for(P||(P=1,s=n);++_l){var _=s;s=l,l=_}if(f||s%1||l%1){var P=zy();return vr(s+P*(l-s+Wl("1e-"+((P+"").length-1))),l)}return dp(s,l)}var sA=Go(function(s,l,f){return l=l.toLowerCase(),s+(f?wv(l):l)});function wv(s){return Fp(hn(s).toLowerCase())}function Tv(s){return s=hn(s),s&&s.replace(Au,ea).replace(jh,"")}function iA(s,l,f){s=hn(s),l=is(l);var _=s.length;f=f===n?_:qa(Nt(f),0,_);var P=f;return f-=l.length,f>=0&&s.slice(f,P)==l}function aA(s){return s=hn(s),s&&zi.test(s)?s.replace(It,Yh):s}function oA(s){return s=hn(s),s&&qi.test(s)?s.replace(Qs,"\\$&"):s}var lA=Go(function(s,l,f){return s+(f?"-":"")+l.toLowerCase()}),cA=Go(function(s,l,f){return s+(f?" ":"")+l.toLowerCase()}),uA=kb("toLowerCase");function dA(s,l,f){s=hn(s),l=Nt(l);var _=l?ii(s):0;if(!l||_>=l)return s;var P=(l-_)/2;return md(rd(P),f)+s+md(nd(P),f)}function fA(s,l,f){s=hn(s),l=Nt(l);var _=l?ii(s):0;return l&&_>>0,f?(s=hn(s),s&&(typeof l=="string"||l!=null&&!Dp(l))&&(l=is(l),!l&&jr(s))?aa(Ar(s),0,f):s.split(l,f)):[]}var vA=Go(function(s,l,f){return s+(f?" ":"")+Fp(l)});function _A(s,l,f){return s=hn(s),f=f==null?0:qa(Nt(f),0,s.length),l=is(l),s.slice(f,f+l.length)==l}function xA(s,l,f){var _=F.templateSettings;f&&Nr(s,l,f)&&(l=n),s=hn(s),l=kd({},l,_,Db);var P=kd({},l.imports,_.imports,Db),B=lr(P),z=Kl(P,B),Q,ue,Oe=0,Pe=l.interpolate||Lo,De="__p += '",He=Pt((l.escape||Lo).source+"|"+Pe.source+"|"+(Pe===Oo?Cu:Lo).source+"|"+(l.evaluate||Lo).source+"|$","g"),tt="//# sourceURL="+(_t.call(l,"sourceURL")?(l.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++Kh+"]")+` +`;s.replace(He,function(dt,zt,en,os,Lr,ls){return en||(en=os),De+=s.slice(Oe,ls).replace(Ba,Xh),zt&&(Q=!0,De+=`' + __e(`+zt+`) + -'`),Lr&&(ue=!0,Re+=`'; +'`),Lr&&(ue=!0,De+=`'; `+Lr+`; -__p += '`),en&&(Re+=`' + +__p += '`),en&&(De+=`' + ((__t = (`+en+`)) == null ? '' : __t) + -'`),ke=ls+dt.length,dt}),Re+=`'; -`;var ut=xt.call(l,"variable")&&l.variable;if(!ut)Re=`with (obj) { -`+Re+` +'`),Oe=ls+dt.length,dt}),De+=`'; +`;var ut=_t.call(l,"variable")&&l.variable;if(!ut)De=`with (obj) { +`+De+` } -`;else if(Nh.test(ut))throw new Ie(c);Re=(ue?Re.replace(st,""):Re).replace(Ze,"$1").replace(it,"$1;"),Re="function("+(ut||"obj")+`) { +`;else if(Rh.test(ut))throw new Ae(c);De=(ue?De.replace(it,""):De).replace(Ze,"$1").replace(at,"$1;"),De="function("+(ut||"obj")+`) { `+(ut?"":`obj || (obj = {}); -`)+"var __t, __p = ''"+(ee?", __e = _.escape":"")+(ue?`, __j = Array.prototype.join; +`)+"var __t, __p = ''"+(Q?", __e = _.escape":"")+(ue?`, __j = Array.prototype.join; function print() { __p += __j.call(arguments, '') } `:`; -`)+Re+`return __p -}`;var Dt=Iv(function(){return ze(B,tt+"return "+Re).apply(n,q)});if(Dt.source=Re,Np(Dt))throw Dt;return Dt}function wA(s){return hn(s).toLowerCase()}function EA(s){return hn(s).toUpperCase()}function TA(s,l,h){if(s=hn(s),s&&(h||l===n))return _s(s);if(!s||!(l=is(l)))return s;var _=Ar(s),P=Ar(l),B=ln(_,P),q=Va(_,P)+1;return aa(_,B,q).join("")}function CA(s,l,h){if(s=hn(s),s&&(h||l===n))return s.slice(0,qu(s)+1);if(!s||!(l=is(l)))return s;var _=Ar(s),P=Va(_,Ar(l))+1;return aa(_,0,P).join("")}function IA(s,l,h){if(s=hn(s),s&&(h||l===n))return s.replace($a,"");if(!s||!(l=is(l)))return s;var _=Ar(s),P=ln(_,Ar(l));return aa(_,P).join("")}function kA(s,l){var h=V,_=re;if(Pn(l)){var P="separator"in l?l.separator:P;h="length"in l?Nt(l.length):h,_="omission"in l?is(l.omission):_}s=hn(s);var B=s.length;if(jr(s)){var q=Ar(s);B=q.length}if(h>=B)return s;var ee=h-ii(_);if(ee<1)return _;var ue=q?aa(q,0,ee).join(""):s.slice(0,ee);if(P===n)return ue+_;if(q&&(ee+=ue.length-ee),Lp(P)){if(s.slice(ee).search(P)){var ke,Ae=ue;for(P.global||(P=Pt(P.source,hn(Iu.exec(P))+"g")),P.lastIndex=0;ke=P.exec(Ae);)var Re=ke.index;ue=ue.slice(0,Re===n?ee:Re)}}else if(s.indexOf(is(P),ee)!=ee){var Ve=ue.lastIndexOf(P);Ve>-1&&(ue=ue.slice(0,Ve))}return ue+_}function AA(s){return s=hn(s),s&&Yn.test(s)?s.replace(_t,ql):s}var OA=Go(function(s,l,h){return s+(h?" ":"")+l.toUpperCase()}),Mp=kb("toUpperCase");function Cv(s,l,h){return s=hn(s),l=h?n:l,l===n?Kl(s)?ne(s):Ht(s):s.match(l)||[]}var Iv=Ut(function(s,l){try{return M(s,n,l)}catch(h){return Np(h)?h:new Ie(h)}}),PA=Ci(function(s,l){return z(l,function(h){h=li(h),Ei(s,h,Op(s[h],s))}),s});function NA(s){var l=s==null?0:s.length,h=ct();return s=l?Ke(s,function(_){if(typeof _[1]!="function")throw new Bt(i);return[h(_[0]),_[1]]}):[],Ut(function(_){for(var P=-1;++PEe)return[];var h=ot,_=vr(s,ot);l=ct(l),s-=ot;for(var P=ja(_,l);++h0||l<0)?new Xt(h):(s<0?h=h.takeRight(-s):s&&(h=h.drop(s)),l!==n&&(l=Nt(l),h=l<0?h.dropRight(-l):h.take(l-s)),h)},Xt.prototype.takeRightWhile=function(s){return this.reverse().takeWhile(s).reverse()},Xt.prototype.toArray=function(){return this.take(ot)},ai(Xt.prototype,function(s,l){var h=/^(?:filter|find|map|reject)|While$/.test(l),_=/^(?:head|last)$/.test(l),P=$[_?"take"+(l=="last"?"Right":""):l],B=_||/^find/.test(l);P&&($.prototype[l]=function(){var q=this.__wrapped__,ee=_?[1]:arguments,ue=q instanceof Xt,ke=ee[0],Ae=ue||Ct(q),Re=function(zt){var en=P.apply($,Tt([zt],ee));return _&&Ve?en[0]:en};Ae&&h&&typeof ke=="function"&&ke.length!=1&&(ue=Ae=!1);var Ve=this.__chain__,tt=!!this.__actions__.length,ut=B&&!Ve,Dt=ue&&!tt;if(!B&&Ae){q=Dt?q:new Xt(this);var dt=s.apply(q,ee);return dt.__actions__.push({func:xd,args:[Re],thisArg:n}),new xs(dt,Ve)}return ut&&Dt?s.apply(this,ee):(dt=this.thru(Re),ut?_?dt.value()[0]:dt.value():dt)})}),z(["pop","push","shift","sort","splice","unshift"],function(s){var l=Jn[s],h=/^(?:push|sort|unshift)$/.test(s)?"tap":"thru",_=/^(?:pop|shift)$/.test(s);$.prototype[s]=function(){var P=arguments;if(_&&!this.__chain__){var B=this.value();return l.apply(Ct(B)?B:[],P)}return this[h](function(q){return l.apply(Ct(q)?q:[],P)})}}),ai(Xt.prototype,function(s,l){var h=$[l];if(h){var _=h.name+"";xt.call(Ho,_)||(Ho[_]=[]),Ho[_].push({name:l,func:h})}}),Ho[pd(n,I).name]=[{name:"wrapper",func:n}],Xt.prototype.clone=AE,Xt.prototype.reverse=OE,Xt.prototype.value=PE,$.prototype.at=aI,$.prototype.chain=oI,$.prototype.commit=lI,$.prototype.next=cI,$.prototype.plant=dI,$.prototype.reverse=fI,$.prototype.toJSON=$.prototype.valueOf=$.prototype.value=hI,$.prototype.first=$.prototype.head,Yl&&($.prototype[Yl]=uI),$},me=de();Ds?((Ds.exports=me)._=me,$o._=me):An._=me}).call(io)})(mf,mf.exports);var bO=mf.exports;const vO=Gf(bO);function G0(e,t){return function(){return e.apply(t,arguments)}}const{toString:_O}=Object.prototype,{getPrototypeOf:hm}=Object,Kf=(e=>t=>{const n=_O.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),yi=e=>(e=e.toLowerCase(),t=>Kf(t)===e),zf=e=>t=>typeof t===e,{isArray:Sl}=Array,Rc=zf("undefined");function xO(e){return e!==null&&!Rc(e)&&e.constructor!==null&&!Rc(e.constructor)&&Ps(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const K0=yi("ArrayBuffer");function SO(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&K0(e.buffer),t}const wO=zf("string"),Ps=zf("function"),z0=zf("number"),qf=e=>e!==null&&typeof e=="object",EO=e=>e===!0||e===!1,Zd=e=>{if(Kf(e)!=="object")return!1;const t=hm(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},TO=yi("Date"),CO=yi("File"),IO=yi("Blob"),kO=yi("FileList"),AO=e=>qf(e)&&Ps(e.pipe),OO=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||Ps(e.append)&&((t=Kf(e))==="formdata"||t==="object"&&Ps(e.toString)&&e.toString()==="[object FormData]"))},PO=yi("URLSearchParams"),NO=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Qc(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let r,a;if(typeof e!="object"&&(e=[e]),Sl(e))for(r=0,a=e.length;r0;)if(a=n[r],t===a.toLowerCase())return a;return null}const Y0=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,X0=e=>!Rc(e)&&e!==Y0;function _g(){const{caseless:e}=X0(this)&&this||{},t={},n=(r,a)=>{const o=e&&q0(t,a)||a;Zd(t[o])&&Zd(r)?t[o]=_g(t[o],r):Zd(r)?t[o]=_g({},r):Sl(r)?t[o]=r.slice():t[o]=r};for(let r=0,a=arguments.length;r(Qc(t,(a,o)=>{n&&Ps(a)?e[o]=G0(a,n):e[o]=a},{allOwnKeys:r}),e),RO=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),DO=(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},MO=(e,t,n,r)=>{let a,o,i;const c={};if(t=t||{},e==null)return t;do{for(a=Object.getOwnPropertyNames(e),o=a.length;o-- >0;)i=a[o],(!r||r(i,e,t))&&!c[i]&&(t[i]=e[i],c[i]=!0);e=n!==!1&&hm(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},$O=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return r!==-1&&r===n},FO=e=>{if(!e)return null;if(Sl(e))return e;let t=e.length;if(!z0(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},BO=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&hm(Uint8Array)),UO=(e,t)=>{const r=(e&&e[Symbol.iterator]).call(e);let a;for(;(a=r.next())&&!a.done;){const o=a.value;t.call(e,o[0],o[1])}},jO=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},HO=yi("HTMLFormElement"),VO=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,a){return r.toUpperCase()+a}),Pv=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),WO=yi("RegExp"),J0=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};Qc(n,(a,o)=>{let i;(i=t(a,o,e))!==!1&&(r[o]=i||a)}),Object.defineProperties(e,r)},GO=e=>{J0(e,(t,n)=>{if(Ps(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=e[n];if(Ps(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},KO=(e,t)=>{const n={},r=a=>{a.forEach(o=>{n[o]=!0})};return Sl(e)?r(e):r(String(e).split(t)),n},zO=()=>{},qO=(e,t)=>(e=+e,Number.isFinite(e)?e:t),Vp="abcdefghijklmnopqrstuvwxyz",Nv="0123456789",Z0={DIGIT:Nv,ALPHA:Vp,ALPHA_DIGIT:Vp+Vp.toUpperCase()+Nv},YO=(e=16,t=Z0.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n};function XO(e){return!!(e&&Ps(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const JO=e=>{const t=new Array(10),n=(r,a)=>{if(qf(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[a]=r;const o=Sl(r)?[]:{};return Qc(r,(i,c)=>{const d=n(i,a+1);!Rc(d)&&(o[c]=d)}),t[a]=void 0,o}}return r};return n(e,0)},ZO=yi("AsyncFunction"),QO=e=>e&&(qf(e)||Ps(e))&&Ps(e.then)&&Ps(e.catch),Oe={isArray:Sl,isArrayBuffer:K0,isBuffer:xO,isFormData:OO,isArrayBufferView:SO,isString:wO,isNumber:z0,isBoolean:EO,isObject:qf,isPlainObject:Zd,isUndefined:Rc,isDate:TO,isFile:CO,isBlob:IO,isRegExp:WO,isFunction:Ps,isStream:AO,isURLSearchParams:PO,isTypedArray:BO,isFileList:kO,forEach:Qc,merge:_g,extend:LO,trim:NO,stripBOM:RO,inherits:DO,toFlatObject:MO,kindOf:Kf,kindOfTest:yi,endsWith:$O,toArray:FO,forEachEntry:UO,matchAll:jO,isHTMLForm:HO,hasOwnProperty:Pv,hasOwnProp:Pv,reduceDescriptors:J0,freezeMethods:GO,toObjectSet:KO,toCamelCase:VO,noop:zO,toFiniteNumber:qO,findKey:q0,global:Y0,isContextDefined:X0,ALPHABET:Z0,generateString:YO,isSpecCompliantForm:XO,toJSONObject:JO,isAsyncFn:ZO,isThenable:QO};function rn(e,t,n,r,a){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),a&&(this.response=a)}Oe.inherits(rn,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:Oe.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const Q0=rn.prototype,e1={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{e1[e]={value:e}});Object.defineProperties(rn,e1);Object.defineProperty(Q0,"isAxiosError",{value:!0});rn.from=(e,t,n,r,a,o)=>{const i=Object.create(Q0);return Oe.toFlatObject(e,i,function(d){return d!==Error.prototype},c=>c!=="isAxiosError"),rn.call(i,e.message,t,n,r,a),i.cause=e,i.name=e.name,o&&Object.assign(i,o),i};const eP=null;function xg(e){return Oe.isPlainObject(e)||Oe.isArray(e)}function t1(e){return Oe.endsWith(e,"[]")?e.slice(0,-2):e}function Lv(e,t,n){return e?e.concat(t).map(function(a,o){return a=t1(a),!n&&o?"["+a+"]":a}).join(n?".":""):t}function tP(e){return Oe.isArray(e)&&!e.some(xg)}const nP=Oe.toFlatObject(Oe,{},null,function(t){return/^is[A-Z]/.test(t)});function Yf(e,t,n){if(!Oe.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=Oe.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(T,N){return!Oe.isUndefined(N[T])});const r=n.metaTokens,a=n.visitor||y,o=n.dots,i=n.indexes,d=(n.Blob||typeof Blob<"u"&&Blob)&&Oe.isSpecCompliantForm(t);if(!Oe.isFunction(a))throw new TypeError("visitor must be a function");function f(S){if(S===null)return"";if(Oe.isDate(S))return S.toISOString();if(!d&&Oe.isBlob(S))throw new rn("Blob is not supported. Use a Buffer instead.");return Oe.isArrayBuffer(S)||Oe.isTypedArray(S)?d&&typeof Blob=="function"?new Blob([S]):Buffer.from(S):S}function y(S,T,N){let I=S;if(S&&!N&&typeof S=="object"){if(Oe.endsWith(T,"{}"))T=r?T:T.slice(0,-2),S=JSON.stringify(S);else if(Oe.isArray(S)&&tP(S)||(Oe.isFileList(S)||Oe.endsWith(T,"[]"))&&(I=Oe.toArray(S)))return T=t1(T),I.forEach(function(L,R){!(Oe.isUndefined(L)||L===null)&&t.append(i===!0?Lv([T],R,o):i===null?T:T+"[]",f(L))}),!1}return xg(S)?!0:(t.append(Lv(N,T,o),f(S)),!1)}const g=[],v=Object.assign(nP,{defaultVisitor:y,convertValue:f,isVisitable:xg});function w(S,T){if(!Oe.isUndefined(S)){if(g.indexOf(S)!==-1)throw Error("Circular reference detected in "+T.join("."));g.push(S),Oe.forEach(S,function(I,D){(!(Oe.isUndefined(I)||I===null)&&a.call(t,I,Oe.isString(D)?D.trim():D,T,v))===!0&&w(I,T?T.concat(D):[D])}),g.pop()}}if(!Oe.isObject(e))throw new TypeError("data must be an object");return w(e),t}function Rv(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function pm(e,t){this._pairs=[],e&&Yf(e,this,t)}const n1=pm.prototype;n1.append=function(t,n){this._pairs.push([t,n])};n1.toString=function(t){const n=t?function(r){return t.call(this,r,Rv)}:Rv;return this._pairs.map(function(a){return n(a[0])+"="+n(a[1])},"").join("&")};function rP(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function r1(e,t,n){if(!t)return e;const r=n&&n.encode||rP,a=n&&n.serialize;let o;if(a?o=a(t,n):o=Oe.isURLSearchParams(t)?t.toString():new pm(t,n).toString(r),o){const i=e.indexOf("#");i!==-1&&(e=e.slice(0,i)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}class Dv{constructor(){this.handlers=[]}use(t,n,r){return this.handlers.push({fulfilled:t,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){Oe.forEach(this.handlers,function(r){r!==null&&t(r)})}}const s1={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},sP=typeof URLSearchParams<"u"?URLSearchParams:pm,iP=typeof FormData<"u"?FormData:null,aP=typeof Blob<"u"?Blob:null,oP={isBrowser:!0,classes:{URLSearchParams:sP,FormData:iP,Blob:aP},protocols:["http","https","file","blob","url","data"]},i1=typeof window<"u"&&typeof document<"u",lP=(e=>i1&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),cP=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",uP=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:i1,hasStandardBrowserEnv:lP,hasStandardBrowserWebWorkerEnv:cP},Symbol.toStringTag,{value:"Module"})),fi={...uP,...oP};function dP(e,t){return Yf(e,new fi.classes.URLSearchParams,Object.assign({visitor:function(n,r,a,o){return fi.isNode&&Oe.isBuffer(n)?(this.append(r,n.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)}},t))}function fP(e){return Oe.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function hP(e){const t={},n=Object.keys(e);let r;const a=n.length;let o;for(r=0;r=n.length;return i=!i&&Oe.isArray(a)?a.length:i,d?(Oe.hasOwnProp(a,i)?a[i]=[a[i],r]:a[i]=r,!c):((!a[i]||!Oe.isObject(a[i]))&&(a[i]=[]),t(n,r,a[i],o)&&Oe.isArray(a[i])&&(a[i]=hP(a[i])),!c)}if(Oe.isFormData(e)&&Oe.isFunction(e.entries)){const n={};return Oe.forEachEntry(e,(r,a)=>{t(fP(r),a,n,0)}),n}return null}function pP(e,t,n){if(Oe.isString(e))try{return(t||JSON.parse)(e),Oe.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(e)}const gm={transitional:s1,adapter:["xhr","http"],transformRequest:[function(t,n){const r=n.getContentType()||"",a=r.indexOf("application/json")>-1,o=Oe.isObject(t);if(o&&Oe.isHTMLForm(t)&&(t=new FormData(t)),Oe.isFormData(t))return a&&a?JSON.stringify(a1(t)):t;if(Oe.isArrayBuffer(t)||Oe.isBuffer(t)||Oe.isStream(t)||Oe.isFile(t)||Oe.isBlob(t))return t;if(Oe.isArrayBufferView(t))return t.buffer;if(Oe.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let c;if(o){if(r.indexOf("application/x-www-form-urlencoded")>-1)return dP(t,this.formSerializer).toString();if((c=Oe.isFileList(t))||r.indexOf("multipart/form-data")>-1){const d=this.env&&this.env.FormData;return Yf(c?{"files[]":t}:t,d&&new d,this.formSerializer)}}return o||a?(n.setContentType("application/json",!1),pP(t)):t}],transformResponse:[function(t){const n=this.transitional||gm.transitional,r=n&&n.forcedJSONParsing,a=this.responseType==="json";if(t&&Oe.isString(t)&&(r&&!this.responseType||a)){const i=!(n&&n.silentJSONParsing)&&a;try{return JSON.parse(t)}catch(c){if(i)throw c.name==="SyntaxError"?rn.from(c,rn.ERR_BAD_RESPONSE,this,null,this.response):c}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:fi.classes.FormData,Blob:fi.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};Oe.forEach(["delete","get","head","post","put","patch"],e=>{gm.headers[e]={}});const mm=gm,gP=Oe.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),mP=e=>{const t={};let n,r,a;return e&&e.split(` -`).forEach(function(i){a=i.indexOf(":"),n=i.substring(0,a).trim().toLowerCase(),r=i.substring(a+1).trim(),!(!n||t[n]&&gP[n])&&(n==="set-cookie"?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t},Mv=Symbol("internals");function cc(e){return e&&String(e).trim().toLowerCase()}function Qd(e){return e===!1||e==null?e:Oe.isArray(e)?e.map(Qd):String(e)}function yP(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}const bP=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Wp(e,t,n,r,a){if(Oe.isFunction(r))return r.call(this,t,n);if(a&&(t=n),!!Oe.isString(t)){if(Oe.isString(r))return t.indexOf(r)!==-1;if(Oe.isRegExp(r))return r.test(t)}}function vP(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,r)=>n.toUpperCase()+r)}function _P(e,t){const n=Oe.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{value:function(a,o,i){return this[r].call(this,t,a,o,i)},configurable:!0})})}class Xf{constructor(t){t&&this.set(t)}set(t,n,r){const a=this;function o(c,d,f){const y=cc(d);if(!y)throw new Error("header name must be a non-empty string");const g=Oe.findKey(a,y);(!g||a[g]===void 0||f===!0||f===void 0&&a[g]!==!1)&&(a[g||d]=Qd(c))}const i=(c,d)=>Oe.forEach(c,(f,y)=>o(f,y,d));return Oe.isPlainObject(t)||t instanceof this.constructor?i(t,n):Oe.isString(t)&&(t=t.trim())&&!bP(t)?i(mP(t),n):t!=null&&o(n,t,r),this}get(t,n){if(t=cc(t),t){const r=Oe.findKey(this,t);if(r){const a=this[r];if(!n)return a;if(n===!0)return yP(a);if(Oe.isFunction(n))return n.call(this,a,r);if(Oe.isRegExp(n))return n.exec(a);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=cc(t),t){const r=Oe.findKey(this,t);return!!(r&&this[r]!==void 0&&(!n||Wp(this,this[r],r,n)))}return!1}delete(t,n){const r=this;let a=!1;function o(i){if(i=cc(i),i){const c=Oe.findKey(r,i);c&&(!n||Wp(r,r[c],c,n))&&(delete r[c],a=!0)}}return Oe.isArray(t)?t.forEach(o):o(t),a}clear(t){const n=Object.keys(this);let r=n.length,a=!1;for(;r--;){const o=n[r];(!t||Wp(this,this[o],o,t,!0))&&(delete this[o],a=!0)}return a}normalize(t){const n=this,r={};return Oe.forEach(this,(a,o)=>{const i=Oe.findKey(r,o);if(i){n[i]=Qd(a),delete n[o];return}const c=t?vP(o):String(o).trim();c!==o&&delete n[o],n[c]=Qd(a),r[c]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return Oe.forEach(this,(r,a)=>{r!=null&&r!==!1&&(n[a]=t&&Oe.isArray(r)?r.join(", "):r)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join(` -`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const r=new this(t);return n.forEach(a=>r.set(a)),r}static accessor(t){const r=(this[Mv]=this[Mv]={accessors:{}}).accessors,a=this.prototype;function o(i){const c=cc(i);r[c]||(_P(a,i),r[c]=!0)}return Oe.isArray(t)?t.forEach(o):o(t),this}}Xf.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);Oe.reduceDescriptors(Xf.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[n]=r}}});Oe.freezeMethods(Xf);const Fi=Xf;function Gp(e,t){const n=this||mm,r=t||n,a=Fi.from(r.headers);let o=r.data;return Oe.forEach(e,function(c){o=c.call(n,o,a.normalize(),t?t.status:void 0)}),a.normalize(),o}function o1(e){return!!(e&&e.__CANCEL__)}function eu(e,t,n){rn.call(this,e??"canceled",rn.ERR_CANCELED,t,n),this.name="CanceledError"}Oe.inherits(eu,rn,{__CANCEL__:!0});function xP(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new rn("Request failed with status code "+n.status,[rn.ERR_BAD_REQUEST,rn.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}const SP=fi.hasStandardBrowserEnv?{write(e,t,n,r,a,o){const i=[e+"="+encodeURIComponent(t)];Oe.isNumber(n)&&i.push("expires="+new Date(n).toGMTString()),Oe.isString(r)&&i.push("path="+r),Oe.isString(a)&&i.push("domain="+a),o===!0&&i.push("secure"),document.cookie=i.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function wP(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function EP(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function l1(e,t){return e&&!wP(t)?EP(e,t):t}const TP=fi.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");let r;function a(o){let i=o;return t&&(n.setAttribute("href",i),i=n.href),n.setAttribute("href",i),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return r=a(window.location.href),function(i){const c=Oe.isString(i)?a(i):i;return c.protocol===r.protocol&&c.host===r.host}}():function(){return function(){return!0}}();function CP(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function IP(e,t){e=e||10;const n=new Array(e),r=new Array(e);let a=0,o=0,i;return t=t!==void 0?t:1e3,function(d){const f=Date.now(),y=r[o];i||(i=f),n[a]=d,r[a]=f;let g=o,v=0;for(;g!==a;)v+=n[g++],g=g%e;if(a=(a+1)%e,a===o&&(o=(o+1)%e),f-i{const o=a.loaded,i=a.lengthComputable?a.total:void 0,c=o-n,d=r(c),f=o<=i;n=o;const y={loaded:o,total:i,progress:i?o/i:void 0,bytes:c,rate:d||void 0,estimated:d&&i&&f?(i-o)/d:void 0,event:a};y[t?"download":"upload"]=!0,e(y)}}const kP=typeof XMLHttpRequest<"u",AP=kP&&function(e){return new Promise(function(n,r){let a=e.data;const o=Fi.from(e.headers).normalize();let{responseType:i,withXSRFToken:c}=e,d;function f(){e.cancelToken&&e.cancelToken.unsubscribe(d),e.signal&&e.signal.removeEventListener("abort",d)}let y;if(Oe.isFormData(a)){if(fi.hasStandardBrowserEnv||fi.hasStandardBrowserWebWorkerEnv)o.setContentType(!1);else if((y=o.getContentType())!==!1){const[T,...N]=y?y.split(";").map(I=>I.trim()).filter(Boolean):[];o.setContentType([T||"multipart/form-data",...N].join("; "))}}let g=new XMLHttpRequest;if(e.auth){const T=e.auth.username||"",N=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";o.set("Authorization","Basic "+btoa(T+":"+N))}const v=l1(e.baseURL,e.url);g.open(e.method.toUpperCase(),r1(v,e.params,e.paramsSerializer),!0),g.timeout=e.timeout;function w(){if(!g)return;const T=Fi.from("getAllResponseHeaders"in g&&g.getAllResponseHeaders()),I={data:!i||i==="text"||i==="json"?g.responseText:g.response,status:g.status,statusText:g.statusText,headers:T,config:e,request:g};xP(function(L){n(L),f()},function(L){r(L),f()},I),g=null}if("onloadend"in g?g.onloadend=w:g.onreadystatechange=function(){!g||g.readyState!==4||g.status===0&&!(g.responseURL&&g.responseURL.indexOf("file:")===0)||setTimeout(w)},g.onabort=function(){g&&(r(new rn("Request aborted",rn.ECONNABORTED,e,g)),g=null)},g.onerror=function(){r(new rn("Network Error",rn.ERR_NETWORK,e,g)),g=null},g.ontimeout=function(){let N=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const I=e.transitional||s1;e.timeoutErrorMessage&&(N=e.timeoutErrorMessage),r(new rn(N,I.clarifyTimeoutError?rn.ETIMEDOUT:rn.ECONNABORTED,e,g)),g=null},fi.hasStandardBrowserEnv&&(c&&Oe.isFunction(c)&&(c=c(e)),c||c!==!1&&TP(v))){const T=e.xsrfHeaderName&&e.xsrfCookieName&&SP.read(e.xsrfCookieName);T&&o.set(e.xsrfHeaderName,T)}a===void 0&&o.setContentType(null),"setRequestHeader"in g&&Oe.forEach(o.toJSON(),function(N,I){g.setRequestHeader(I,N)}),Oe.isUndefined(e.withCredentials)||(g.withCredentials=!!e.withCredentials),i&&i!=="json"&&(g.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&g.addEventListener("progress",$v(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&g.upload&&g.upload.addEventListener("progress",$v(e.onUploadProgress)),(e.cancelToken||e.signal)&&(d=T=>{g&&(r(!T||T.type?new eu(null,e,g):T),g.abort(),g=null)},e.cancelToken&&e.cancelToken.subscribe(d),e.signal&&(e.signal.aborted?d():e.signal.addEventListener("abort",d)));const S=CP(v);if(S&&fi.protocols.indexOf(S)===-1){r(new rn("Unsupported protocol "+S+":",rn.ERR_BAD_REQUEST,e));return}g.send(a||null)})},Sg={http:eP,xhr:AP};Oe.forEach(Sg,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Fv=e=>`- ${e}`,OP=e=>Oe.isFunction(e)||e===null||e===!1,c1={getAdapter:e=>{e=Oe.isArray(e)?e:[e];const{length:t}=e;let n,r;const a={};for(let o=0;o`adapter ${c} `+(d===!1?"is not supported by the environment":"is not available in the build"));let i=t?o.length>1?`since : +`)+De+`return __p +}`;var Dt=Iv(function(){return ze(B,tt+"return "+De).apply(n,z)});if(Dt.source=De,Rp(Dt))throw Dt;return Dt}function SA(s){return hn(s).toLowerCase()}function EA(s){return hn(s).toUpperCase()}function wA(s,l,f){if(s=hn(s),s&&(f||l===n))return _s(s);if(!s||!(l=is(l)))return s;var _=Ar(s),P=Ar(l),B=ln(_,P),z=Wa(_,P)+1;return aa(_,B,z).join("")}function TA(s,l,f){if(s=hn(s),s&&(f||l===n))return s.slice(0,qu(s)+1);if(!s||!(l=is(l)))return s;var _=Ar(s),P=Wa(_,Ar(l))+1;return aa(_,0,P).join("")}function CA(s,l,f){if(s=hn(s),s&&(f||l===n))return s.replace(Fa,"");if(!s||!(l=is(l)))return s;var _=Ar(s),P=ln(_,Ar(l));return aa(_,P).join("")}function IA(s,l){var f=V,_=re;if(Nn(l)){var P="separator"in l?l.separator:P;f="length"in l?Nt(l.length):f,_="omission"in l?is(l.omission):_}s=hn(s);var B=s.length;if(jr(s)){var z=Ar(s);B=z.length}if(f>=B)return s;var Q=f-ii(_);if(Q<1)return _;var ue=z?aa(z,0,Q).join(""):s.slice(0,Q);if(P===n)return ue+_;if(z&&(Q+=ue.length-Q),Dp(P)){if(s.slice(Q).search(P)){var Oe,Pe=ue;for(P.global||(P=Pt(P.source,hn(Iu.exec(P))+"g")),P.lastIndex=0;Oe=P.exec(Pe);)var De=Oe.index;ue=ue.slice(0,De===n?Q:De)}}else if(s.indexOf(is(P),Q)!=Q){var He=ue.lastIndexOf(P);He>-1&&(ue=ue.slice(0,He))}return ue+_}function kA(s){return s=hn(s),s&&Yn.test(s)?s.replace(vt,Yl):s}var AA=Go(function(s,l,f){return s+(f?" ":"")+l.toUpperCase()}),Fp=kb("toUpperCase");function Cv(s,l,f){return s=hn(s),l=f?n:l,l===n?zl(s)?ne(s):Ht(s):s.match(l)||[]}var Iv=Ut(function(s,l){try{return M(s,n,l)}catch(f){return Rp(f)?f:new Ae(f)}}),OA=Ci(function(s,l){return K(l,function(f){f=li(f),wi(s,f,Np(s[f],s))}),s});function PA(s){var l=s==null?0:s.length,f=ct();return s=l?Ke(s,function(_){if(typeof _[1]!="function")throw new Bt(i);return[f(_[0]),_[1]]}):[],Ut(function(_){for(var P=-1;++PTe)return[];var f=nt,_=vr(s,nt);l=ct(l),s-=nt;for(var P=Ha(_,l);++f0||l<0)?new Xt(f):(s<0?f=f.takeRight(-s):s&&(f=f.drop(s)),l!==n&&(l=Nt(l),f=l<0?f.dropRight(-l):f.take(l-s)),f)},Xt.prototype.takeRightWhile=function(s){return this.reverse().takeWhile(s).reverse()},Xt.prototype.toArray=function(){return this.take(nt)},ai(Xt.prototype,function(s,l){var f=/^(?:filter|find|map|reject)|While$/.test(l),_=/^(?:head|last)$/.test(l),P=F[_?"take"+(l=="last"?"Right":""):l],B=_||/^find/.test(l);P&&(F.prototype[l]=function(){var z=this.__wrapped__,Q=_?[1]:arguments,ue=z instanceof Xt,Oe=Q[0],Pe=ue||Ct(z),De=function(zt){var en=P.apply(F,Tt([zt],Q));return _&&He?en[0]:en};Pe&&f&&typeof Oe=="function"&&Oe.length!=1&&(ue=Pe=!1);var He=this.__chain__,tt=!!this.__actions__.length,ut=B&&!He,Dt=ue&&!tt;if(!B&&Pe){z=Dt?z:new Xt(this);var dt=s.apply(z,Q);return dt.__actions__.push({func:xd,args:[De],thisArg:n}),new xs(dt,He)}return ut&&Dt?s.apply(this,Q):(dt=this.thru(De),ut?_?dt.value()[0]:dt.value():dt)})}),K(["pop","push","shift","sort","splice","unshift"],function(s){var l=Jn[s],f=/^(?:push|sort|unshift)$/.test(s)?"tap":"thru",_=/^(?:pop|shift)$/.test(s);F.prototype[s]=function(){var P=arguments;if(_&&!this.__chain__){var B=this.value();return l.apply(Ct(B)?B:[],P)}return this[f](function(z){return l.apply(Ct(z)?z:[],P)})}}),ai(Xt.prototype,function(s,l){var f=F[l];if(f){var _=f.name+"";_t.call(Ho,_)||(Ho[_]=[]),Ho[_].push({name:l,func:f})}}),Ho[pd(n,C).name]=[{name:"wrapper",func:n}],Xt.prototype.clone=kw,Xt.prototype.reverse=Aw,Xt.prototype.value=Ow,F.prototype.at=iI,F.prototype.chain=aI,F.prototype.commit=oI,F.prototype.next=lI,F.prototype.plant=uI,F.prototype.reverse=dI,F.prototype.toJSON=F.prototype.valueOf=F.prototype.value=fI,F.prototype.first=F.prototype.head,Xl&&(F.prototype[Xl]=cI),F},ge=de();Ds?((Ds.exports=ge)._=ge,$o._=ge):On._=ge}).call(ao)})(yf,yf.exports);var yO=yf.exports;const bO=zf(yO);function W0(e,t){return function(){return e.apply(t,arguments)}}const{toString:vO}=Object.prototype,{getPrototypeOf:pm}=Object,qf=(e=>t=>{const n=vO.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),yi=e=>(e=e.toLowerCase(),t=>qf(t)===e),Yf=e=>t=>typeof t===e,{isArray:El}=Array,Dc=Yf("undefined");function _O(e){return e!==null&&!Dc(e)&&e.constructor!==null&&!Dc(e.constructor)&&Ps(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const G0=yi("ArrayBuffer");function xO(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&G0(e.buffer),t}const SO=Yf("string"),Ps=Yf("function"),K0=Yf("number"),Xf=e=>e!==null&&typeof e=="object",EO=e=>e===!0||e===!1,Zd=e=>{if(qf(e)!=="object")return!1;const t=pm(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},wO=yi("Date"),TO=yi("File"),CO=yi("Blob"),IO=yi("FileList"),kO=e=>Xf(e)&&Ps(e.pipe),AO=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||Ps(e.append)&&((t=qf(e))==="formdata"||t==="object"&&Ps(e.toString)&&e.toString()==="[object FormData]"))},OO=yi("URLSearchParams"),PO=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Qc(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let r,a;if(typeof e!="object"&&(e=[e]),El(e))for(r=0,a=e.length;r0;)if(a=n[r],t===a.toLowerCase())return a;return null}const q0=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,Y0=e=>!Dc(e)&&e!==q0;function Sg(){const{caseless:e}=Y0(this)&&this||{},t={},n=(r,a)=>{const o=e&&z0(t,a)||a;Zd(t[o])&&Zd(r)?t[o]=Sg(t[o],r):Zd(r)?t[o]=Sg({},r):El(r)?t[o]=r.slice():t[o]=r};for(let r=0,a=arguments.length;r(Qc(t,(a,o)=>{n&&Ps(a)?e[o]=W0(a,n):e[o]=a},{allOwnKeys:r}),e),LO=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),RO=(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},DO=(e,t,n,r)=>{let a,o,i;const c={};if(t=t||{},e==null)return t;do{for(a=Object.getOwnPropertyNames(e),o=a.length;o-- >0;)i=a[o],(!r||r(i,e,t))&&!c[i]&&(t[i]=e[i],c[i]=!0);e=n!==!1&&pm(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},MO=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return r!==-1&&r===n},$O=e=>{if(!e)return null;if(El(e))return e;let t=e.length;if(!K0(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},FO=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&pm(Uint8Array)),BO=(e,t)=>{const r=(e&&e[Symbol.iterator]).call(e);let a;for(;(a=r.next())&&!a.done;){const o=a.value;t.call(e,o[0],o[1])}},UO=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},jO=yi("HTMLFormElement"),HO=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,a){return r.toUpperCase()+a}),Pv=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),VO=yi("RegExp"),X0=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};Qc(n,(a,o)=>{let i;(i=t(a,o,e))!==!1&&(r[o]=i||a)}),Object.defineProperties(e,r)},WO=e=>{X0(e,(t,n)=>{if(Ps(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=e[n];if(Ps(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},GO=(e,t)=>{const n={},r=a=>{a.forEach(o=>{n[o]=!0})};return El(e)?r(e):r(String(e).split(t)),n},KO=()=>{},zO=(e,t)=>(e=+e,Number.isFinite(e)?e:t),Gp="abcdefghijklmnopqrstuvwxyz",Nv="0123456789",J0={DIGIT:Nv,ALPHA:Gp,ALPHA_DIGIT:Gp+Gp.toUpperCase()+Nv},qO=(e=16,t=J0.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n};function YO(e){return!!(e&&Ps(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const XO=e=>{const t=new Array(10),n=(r,a)=>{if(Xf(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[a]=r;const o=El(r)?[]:{};return Qc(r,(i,c)=>{const d=n(i,a+1);!Dc(d)&&(o[c]=d)}),t[a]=void 0,o}}return r};return n(e,0)},JO=yi("AsyncFunction"),ZO=e=>e&&(Xf(e)||Ps(e))&&Ps(e.then)&&Ps(e.catch),Ne={isArray:El,isArrayBuffer:G0,isBuffer:_O,isFormData:AO,isArrayBufferView:xO,isString:SO,isNumber:K0,isBoolean:EO,isObject:Xf,isPlainObject:Zd,isUndefined:Dc,isDate:wO,isFile:TO,isBlob:CO,isRegExp:VO,isFunction:Ps,isStream:kO,isURLSearchParams:OO,isTypedArray:FO,isFileList:IO,forEach:Qc,merge:Sg,extend:NO,trim:PO,stripBOM:LO,inherits:RO,toFlatObject:DO,kindOf:qf,kindOfTest:yi,endsWith:MO,toArray:$O,forEachEntry:BO,matchAll:UO,isHTMLForm:jO,hasOwnProperty:Pv,hasOwnProp:Pv,reduceDescriptors:X0,freezeMethods:WO,toObjectSet:GO,toCamelCase:HO,noop:KO,toFiniteNumber:zO,findKey:z0,global:q0,isContextDefined:Y0,ALPHABET:J0,generateString:qO,isSpecCompliantForm:YO,toJSONObject:XO,isAsyncFn:JO,isThenable:ZO};function rn(e,t,n,r,a){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),a&&(this.response=a)}Ne.inherits(rn,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:Ne.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const Z0=rn.prototype,Q0={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{Q0[e]={value:e}});Object.defineProperties(rn,Q0);Object.defineProperty(Z0,"isAxiosError",{value:!0});rn.from=(e,t,n,r,a,o)=>{const i=Object.create(Z0);return Ne.toFlatObject(e,i,function(d){return d!==Error.prototype},c=>c!=="isAxiosError"),rn.call(i,e.message,t,n,r,a),i.cause=e,i.name=e.name,o&&Object.assign(i,o),i};const QO=null;function Eg(e){return Ne.isPlainObject(e)||Ne.isArray(e)}function e1(e){return Ne.endsWith(e,"[]")?e.slice(0,-2):e}function Lv(e,t,n){return e?e.concat(t).map(function(a,o){return a=e1(a),!n&&o?"["+a+"]":a}).join(n?".":""):t}function eP(e){return Ne.isArray(e)&&!e.some(Eg)}const tP=Ne.toFlatObject(Ne,{},null,function(t){return/^is[A-Z]/.test(t)});function Jf(e,t,n){if(!Ne.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=Ne.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(I,L){return!Ne.isUndefined(L[I])});const r=n.metaTokens,a=n.visitor||y,o=n.dots,i=n.indexes,d=(n.Blob||typeof Blob<"u"&&Blob)&&Ne.isSpecCompliantForm(t);if(!Ne.isFunction(a))throw new TypeError("visitor must be a function");function h(S){if(S===null)return"";if(Ne.isDate(S))return S.toISOString();if(!d&&Ne.isBlob(S))throw new rn("Blob is not supported. Use a Buffer instead.");return Ne.isArrayBuffer(S)||Ne.isTypedArray(S)?d&&typeof Blob=="function"?new Blob([S]):Buffer.from(S):S}function y(S,I,L){let C=S;if(S&&!L&&typeof S=="object"){if(Ne.endsWith(I,"{}"))I=r?I:I.slice(0,-2),S=JSON.stringify(S);else if(Ne.isArray(S)&&eP(S)||(Ne.isFileList(S)||Ne.endsWith(I,"[]"))&&(C=Ne.toArray(S)))return I=e1(I),C.forEach(function(R,N){!(Ne.isUndefined(R)||R===null)&&t.append(i===!0?Lv([I],N,o):i===null?I:I+"[]",h(R))}),!1}return Eg(S)?!0:(t.append(Lv(L,I,o),h(S)),!1)}const g=[],v=Object.assign(tP,{defaultVisitor:y,convertValue:h,isVisitable:Eg});function E(S,I){if(!Ne.isUndefined(S)){if(g.indexOf(S)!==-1)throw Error("Circular reference detected in "+I.join("."));g.push(S),Ne.forEach(S,function(C,D){(!(Ne.isUndefined(C)||C===null)&&a.call(t,C,Ne.isString(D)?D.trim():D,I,v))===!0&&E(C,I?I.concat(D):[D])}),g.pop()}}if(!Ne.isObject(e))throw new TypeError("data must be an object");return E(e),t}function Rv(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function gm(e,t){this._pairs=[],e&&Jf(e,this,t)}const t1=gm.prototype;t1.append=function(t,n){this._pairs.push([t,n])};t1.toString=function(t){const n=t?function(r){return t.call(this,r,Rv)}:Rv;return this._pairs.map(function(a){return n(a[0])+"="+n(a[1])},"").join("&")};function nP(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function n1(e,t,n){if(!t)return e;const r=n&&n.encode||nP,a=n&&n.serialize;let o;if(a?o=a(t,n):o=Ne.isURLSearchParams(t)?t.toString():new gm(t,n).toString(r),o){const i=e.indexOf("#");i!==-1&&(e=e.slice(0,i)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}class Dv{constructor(){this.handlers=[]}use(t,n,r){return this.handlers.push({fulfilled:t,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){Ne.forEach(this.handlers,function(r){r!==null&&t(r)})}}const r1={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},rP=typeof URLSearchParams<"u"?URLSearchParams:gm,sP=typeof FormData<"u"?FormData:null,iP=typeof Blob<"u"?Blob:null,aP={isBrowser:!0,classes:{URLSearchParams:rP,FormData:sP,Blob:iP},protocols:["http","https","file","blob","url","data"]},s1=typeof window<"u"&&typeof document<"u",oP=(e=>s1&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),lP=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",cP=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:s1,hasStandardBrowserEnv:oP,hasStandardBrowserWebWorkerEnv:lP},Symbol.toStringTag,{value:"Module"})),fi={...cP,...aP};function uP(e,t){return Jf(e,new fi.classes.URLSearchParams,Object.assign({visitor:function(n,r,a,o){return fi.isNode&&Ne.isBuffer(n)?(this.append(r,n.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)}},t))}function dP(e){return Ne.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function fP(e){const t={},n=Object.keys(e);let r;const a=n.length;let o;for(r=0;r=n.length;return i=!i&&Ne.isArray(a)?a.length:i,d?(Ne.hasOwnProp(a,i)?a[i]=[a[i],r]:a[i]=r,!c):((!a[i]||!Ne.isObject(a[i]))&&(a[i]=[]),t(n,r,a[i],o)&&Ne.isArray(a[i])&&(a[i]=fP(a[i])),!c)}if(Ne.isFormData(e)&&Ne.isFunction(e.entries)){const n={};return Ne.forEachEntry(e,(r,a)=>{t(dP(r),a,n,0)}),n}return null}function hP(e,t,n){if(Ne.isString(e))try{return(t||JSON.parse)(e),Ne.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(e)}const mm={transitional:r1,adapter:["xhr","http"],transformRequest:[function(t,n){const r=n.getContentType()||"",a=r.indexOf("application/json")>-1,o=Ne.isObject(t);if(o&&Ne.isHTMLForm(t)&&(t=new FormData(t)),Ne.isFormData(t))return a?JSON.stringify(i1(t)):t;if(Ne.isArrayBuffer(t)||Ne.isBuffer(t)||Ne.isStream(t)||Ne.isFile(t)||Ne.isBlob(t))return t;if(Ne.isArrayBufferView(t))return t.buffer;if(Ne.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let c;if(o){if(r.indexOf("application/x-www-form-urlencoded")>-1)return uP(t,this.formSerializer).toString();if((c=Ne.isFileList(t))||r.indexOf("multipart/form-data")>-1){const d=this.env&&this.env.FormData;return Jf(c?{"files[]":t}:t,d&&new d,this.formSerializer)}}return o||a?(n.setContentType("application/json",!1),hP(t)):t}],transformResponse:[function(t){const n=this.transitional||mm.transitional,r=n&&n.forcedJSONParsing,a=this.responseType==="json";if(t&&Ne.isString(t)&&(r&&!this.responseType||a)){const i=!(n&&n.silentJSONParsing)&&a;try{return JSON.parse(t)}catch(c){if(i)throw c.name==="SyntaxError"?rn.from(c,rn.ERR_BAD_RESPONSE,this,null,this.response):c}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:fi.classes.FormData,Blob:fi.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};Ne.forEach(["delete","get","head","post","put","patch"],e=>{mm.headers[e]={}});const ym=mm,pP=Ne.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),gP=e=>{const t={};let n,r,a;return e&&e.split(` +`).forEach(function(i){a=i.indexOf(":"),n=i.substring(0,a).trim().toLowerCase(),r=i.substring(a+1).trim(),!(!n||t[n]&&pP[n])&&(n==="set-cookie"?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t},Mv=Symbol("internals");function uc(e){return e&&String(e).trim().toLowerCase()}function Qd(e){return e===!1||e==null?e:Ne.isArray(e)?e.map(Qd):String(e)}function mP(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}const yP=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Kp(e,t,n,r,a){if(Ne.isFunction(r))return r.call(this,t,n);if(a&&(t=n),!!Ne.isString(t)){if(Ne.isString(r))return t.indexOf(r)!==-1;if(Ne.isRegExp(r))return r.test(t)}}function bP(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,r)=>n.toUpperCase()+r)}function vP(e,t){const n=Ne.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{value:function(a,o,i){return this[r].call(this,t,a,o,i)},configurable:!0})})}class Zf{constructor(t){t&&this.set(t)}set(t,n,r){const a=this;function o(c,d,h){const y=uc(d);if(!y)throw new Error("header name must be a non-empty string");const g=Ne.findKey(a,y);(!g||a[g]===void 0||h===!0||h===void 0&&a[g]!==!1)&&(a[g||d]=Qd(c))}const i=(c,d)=>Ne.forEach(c,(h,y)=>o(h,y,d));return Ne.isPlainObject(t)||t instanceof this.constructor?i(t,n):Ne.isString(t)&&(t=t.trim())&&!yP(t)?i(gP(t),n):t!=null&&o(n,t,r),this}get(t,n){if(t=uc(t),t){const r=Ne.findKey(this,t);if(r){const a=this[r];if(!n)return a;if(n===!0)return mP(a);if(Ne.isFunction(n))return n.call(this,a,r);if(Ne.isRegExp(n))return n.exec(a);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=uc(t),t){const r=Ne.findKey(this,t);return!!(r&&this[r]!==void 0&&(!n||Kp(this,this[r],r,n)))}return!1}delete(t,n){const r=this;let a=!1;function o(i){if(i=uc(i),i){const c=Ne.findKey(r,i);c&&(!n||Kp(r,r[c],c,n))&&(delete r[c],a=!0)}}return Ne.isArray(t)?t.forEach(o):o(t),a}clear(t){const n=Object.keys(this);let r=n.length,a=!1;for(;r--;){const o=n[r];(!t||Kp(this,this[o],o,t,!0))&&(delete this[o],a=!0)}return a}normalize(t){const n=this,r={};return Ne.forEach(this,(a,o)=>{const i=Ne.findKey(r,o);if(i){n[i]=Qd(a),delete n[o];return}const c=t?bP(o):String(o).trim();c!==o&&delete n[o],n[c]=Qd(a),r[c]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return Ne.forEach(this,(r,a)=>{r!=null&&r!==!1&&(n[a]=t&&Ne.isArray(r)?r.join(", "):r)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join(` +`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const r=new this(t);return n.forEach(a=>r.set(a)),r}static accessor(t){const r=(this[Mv]=this[Mv]={accessors:{}}).accessors,a=this.prototype;function o(i){const c=uc(i);r[c]||(vP(a,i),r[c]=!0)}return Ne.isArray(t)?t.forEach(o):o(t),this}}Zf.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);Ne.reduceDescriptors(Zf.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[n]=r}}});Ne.freezeMethods(Zf);const Bi=Zf;function zp(e,t){const n=this||ym,r=t||n,a=Bi.from(r.headers);let o=r.data;return Ne.forEach(e,function(c){o=c.call(n,o,a.normalize(),t?t.status:void 0)}),a.normalize(),o}function a1(e){return!!(e&&e.__CANCEL__)}function eu(e,t,n){rn.call(this,e??"canceled",rn.ERR_CANCELED,t,n),this.name="CanceledError"}Ne.inherits(eu,rn,{__CANCEL__:!0});function _P(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new rn("Request failed with status code "+n.status,[rn.ERR_BAD_REQUEST,rn.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}const xP=fi.hasStandardBrowserEnv?{write(e,t,n,r,a,o){const i=[e+"="+encodeURIComponent(t)];Ne.isNumber(n)&&i.push("expires="+new Date(n).toGMTString()),Ne.isString(r)&&i.push("path="+r),Ne.isString(a)&&i.push("domain="+a),o===!0&&i.push("secure"),document.cookie=i.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function SP(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function EP(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function o1(e,t){return e&&!SP(t)?EP(e,t):t}const wP=fi.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");let r;function a(o){let i=o;return t&&(n.setAttribute("href",i),i=n.href),n.setAttribute("href",i),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return r=a(window.location.href),function(i){const c=Ne.isString(i)?a(i):i;return c.protocol===r.protocol&&c.host===r.host}}():function(){return function(){return!0}}();function TP(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function CP(e,t){e=e||10;const n=new Array(e),r=new Array(e);let a=0,o=0,i;return t=t!==void 0?t:1e3,function(d){const h=Date.now(),y=r[o];i||(i=h),n[a]=d,r[a]=h;let g=o,v=0;for(;g!==a;)v+=n[g++],g=g%e;if(a=(a+1)%e,a===o&&(o=(o+1)%e),h-i{const o=a.loaded,i=a.lengthComputable?a.total:void 0,c=o-n,d=r(c),h=o<=i;n=o;const y={loaded:o,total:i,progress:i?o/i:void 0,bytes:c,rate:d||void 0,estimated:d&&i&&h?(i-o)/d:void 0,event:a};y[t?"download":"upload"]=!0,e(y)}}const IP=typeof XMLHttpRequest<"u",kP=IP&&function(e){return new Promise(function(n,r){let a=e.data;const o=Bi.from(e.headers).normalize();let{responseType:i,withXSRFToken:c}=e,d;function h(){e.cancelToken&&e.cancelToken.unsubscribe(d),e.signal&&e.signal.removeEventListener("abort",d)}let y;if(Ne.isFormData(a)){if(fi.hasStandardBrowserEnv||fi.hasStandardBrowserWebWorkerEnv)o.setContentType(!1);else if((y=o.getContentType())!==!1){const[I,...L]=y?y.split(";").map(C=>C.trim()).filter(Boolean):[];o.setContentType([I||"multipart/form-data",...L].join("; "))}}let g=new XMLHttpRequest;if(e.auth){const I=e.auth.username||"",L=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";o.set("Authorization","Basic "+btoa(I+":"+L))}const v=o1(e.baseURL,e.url);g.open(e.method.toUpperCase(),n1(v,e.params,e.paramsSerializer),!0),g.timeout=e.timeout;function E(){if(!g)return;const I=Bi.from("getAllResponseHeaders"in g&&g.getAllResponseHeaders()),C={data:!i||i==="text"||i==="json"?g.responseText:g.response,status:g.status,statusText:g.statusText,headers:I,config:e,request:g};_P(function(R){n(R),h()},function(R){r(R),h()},C),g=null}if("onloadend"in g?g.onloadend=E:g.onreadystatechange=function(){!g||g.readyState!==4||g.status===0&&!(g.responseURL&&g.responseURL.indexOf("file:")===0)||setTimeout(E)},g.onabort=function(){g&&(r(new rn("Request aborted",rn.ECONNABORTED,e,g)),g=null)},g.onerror=function(){r(new rn("Network Error",rn.ERR_NETWORK,e,g)),g=null},g.ontimeout=function(){let L=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const C=e.transitional||r1;e.timeoutErrorMessage&&(L=e.timeoutErrorMessage),r(new rn(L,C.clarifyTimeoutError?rn.ETIMEDOUT:rn.ECONNABORTED,e,g)),g=null},fi.hasStandardBrowserEnv&&(c&&Ne.isFunction(c)&&(c=c(e)),c||c!==!1&&wP(v))){const I=e.xsrfHeaderName&&e.xsrfCookieName&&xP.read(e.xsrfCookieName);I&&o.set(e.xsrfHeaderName,I)}a===void 0&&o.setContentType(null),"setRequestHeader"in g&&Ne.forEach(o.toJSON(),function(L,C){g.setRequestHeader(C,L)}),Ne.isUndefined(e.withCredentials)||(g.withCredentials=!!e.withCredentials),i&&i!=="json"&&(g.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&g.addEventListener("progress",$v(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&g.upload&&g.upload.addEventListener("progress",$v(e.onUploadProgress)),(e.cancelToken||e.signal)&&(d=I=>{g&&(r(!I||I.type?new eu(null,e,g):I),g.abort(),g=null)},e.cancelToken&&e.cancelToken.subscribe(d),e.signal&&(e.signal.aborted?d():e.signal.addEventListener("abort",d)));const S=TP(v);if(S&&fi.protocols.indexOf(S)===-1){r(new rn("Unsupported protocol "+S+":",rn.ERR_BAD_REQUEST,e));return}g.send(a||null)})},wg={http:QO,xhr:kP};Ne.forEach(wg,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Fv=e=>`- ${e}`,AP=e=>Ne.isFunction(e)||e===null||e===!1,l1={getAdapter:e=>{e=Ne.isArray(e)?e:[e];const{length:t}=e;let n,r;const a={};for(let o=0;o`adapter ${c} `+(d===!1?"is not supported by the environment":"is not available in the build"));let i=t?o.length>1?`since : `+o.map(Fv).join(` -`):" "+Fv(o[0]):"as no adapter specified";throw new rn("There is no suitable adapter to dispatch the request "+i,"ERR_NOT_SUPPORT")}return r},adapters:Sg};function Kp(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new eu(null,e)}function Bv(e){return Kp(e),e.headers=Fi.from(e.headers),e.data=Gp.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),c1.getAdapter(e.adapter||mm.adapter)(e).then(function(r){return Kp(e),r.data=Gp.call(e,e.transformResponse,r),r.headers=Fi.from(r.headers),r},function(r){return o1(r)||(Kp(e),r&&r.response&&(r.response.data=Gp.call(e,e.transformResponse,r.response),r.response.headers=Fi.from(r.response.headers))),Promise.reject(r)})}const Uv=e=>e instanceof Fi?e.toJSON():e;function ul(e,t){t=t||{};const n={};function r(f,y,g){return Oe.isPlainObject(f)&&Oe.isPlainObject(y)?Oe.merge.call({caseless:g},f,y):Oe.isPlainObject(y)?Oe.merge({},y):Oe.isArray(y)?y.slice():y}function a(f,y,g){if(Oe.isUndefined(y)){if(!Oe.isUndefined(f))return r(void 0,f,g)}else return r(f,y,g)}function o(f,y){if(!Oe.isUndefined(y))return r(void 0,y)}function i(f,y){if(Oe.isUndefined(y)){if(!Oe.isUndefined(f))return r(void 0,f)}else return r(void 0,y)}function c(f,y,g){if(g in t)return r(f,y);if(g in e)return r(void 0,f)}const d={url:o,method:o,data:o,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:c,headers:(f,y)=>a(Uv(f),Uv(y),!0)};return Oe.forEach(Object.keys(Object.assign({},e,t)),function(y){const g=d[y]||a,v=g(e[y],t[y],y);Oe.isUndefined(v)&&g!==c||(n[y]=v)}),n}const u1="1.6.5",ym={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{ym[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});const jv={};ym.transitional=function(t,n,r){function a(o,i){return"[Axios v"+u1+"] Transitional option '"+o+"'"+i+(r?". "+r:"")}return(o,i,c)=>{if(t===!1)throw new rn(a(i," has been removed"+(n?" in "+n:"")),rn.ERR_DEPRECATED);return n&&!jv[i]&&(jv[i]=!0,console.warn(a(i," has been deprecated since v"+n+" and will be removed in the near future"))),t?t(o,i,c):!0}};function PP(e,t,n){if(typeof e!="object")throw new rn("options must be an object",rn.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let a=r.length;for(;a-- >0;){const o=r[a],i=t[o];if(i){const c=e[o],d=c===void 0||i(c,o,e);if(d!==!0)throw new rn("option "+o+" must be "+d,rn.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new rn("Unknown option "+o,rn.ERR_BAD_OPTION)}}const wg={assertOptions:PP,validators:ym},la=wg.validators;class yf{constructor(t){this.defaults=t,this.interceptors={request:new Dv,response:new Dv}}request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=ul(this.defaults,n);const{transitional:r,paramsSerializer:a,headers:o}=n;r!==void 0&&wg.assertOptions(r,{silentJSONParsing:la.transitional(la.boolean),forcedJSONParsing:la.transitional(la.boolean),clarifyTimeoutError:la.transitional(la.boolean)},!1),a!=null&&(Oe.isFunction(a)?n.paramsSerializer={serialize:a}:wg.assertOptions(a,{encode:la.function,serialize:la.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let i=o&&Oe.merge(o.common,o[n.method]);o&&Oe.forEach(["delete","get","head","post","put","patch","common"],S=>{delete o[S]}),n.headers=Fi.concat(i,o);const c=[];let d=!0;this.interceptors.request.forEach(function(T){typeof T.runWhen=="function"&&T.runWhen(n)===!1||(d=d&&T.synchronous,c.unshift(T.fulfilled,T.rejected))});const f=[];this.interceptors.response.forEach(function(T){f.push(T.fulfilled,T.rejected)});let y,g=0,v;if(!d){const S=[Bv.bind(this),void 0];for(S.unshift.apply(S,c),S.push.apply(S,f),v=S.length,y=Promise.resolve(n);g{if(!r._listeners)return;let o=r._listeners.length;for(;o-- >0;)r._listeners[o](a);r._listeners=null}),this.promise.then=a=>{let o;const i=new Promise(c=>{r.subscribe(c),o=c}).then(a);return i.cancel=function(){r.unsubscribe(o)},i},t(function(o,i,c){r.reason||(r.reason=new eu(o,i,c),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}static source(){let t;return{token:new bm(function(a){t=a}),cancel:t}}}const NP=bm;function LP(e){return function(n){return e.apply(null,n)}}function RP(e){return Oe.isObject(e)&&e.isAxiosError===!0}const Eg={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Eg).forEach(([e,t])=>{Eg[t]=e});const DP=Eg;function d1(e){const t=new ef(e),n=G0(ef.prototype.request,t);return Oe.extend(n,ef.prototype,t,{allOwnKeys:!0}),Oe.extend(n,t,null,{allOwnKeys:!0}),n.create=function(a){return d1(ul(e,a))},n}const qn=d1(mm);qn.Axios=ef;qn.CanceledError=eu;qn.CancelToken=NP;qn.isCancel=o1;qn.VERSION=u1;qn.toFormData=Yf;qn.AxiosError=rn;qn.Cancel=qn.CanceledError;qn.all=function(t){return Promise.all(t)};qn.spread=LP;qn.isAxiosError=RP;qn.mergeConfig=ul;qn.AxiosHeaders=Fi;qn.formToJSON=e=>a1(Oe.isHTMLForm(e)?new FormData(e):e);qn.getAdapter=c1.getAdapter;qn.HttpStatusCode=DP;qn.default=qn;const f1=qn;window._=vO;window.axios=f1;window.axios.defaults.headers.common["X-Requested-With"]="XMLHttpRequest";/** -* @vue/shared v3.4.15 +`):" "+Fv(o[0]):"as no adapter specified";throw new rn("There is no suitable adapter to dispatch the request "+i,"ERR_NOT_SUPPORT")}return r},adapters:wg};function qp(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new eu(null,e)}function Bv(e){return qp(e),e.headers=Bi.from(e.headers),e.data=zp.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),l1.getAdapter(e.adapter||ym.adapter)(e).then(function(r){return qp(e),r.data=zp.call(e,e.transformResponse,r),r.headers=Bi.from(r.headers),r},function(r){return a1(r)||(qp(e),r&&r.response&&(r.response.data=zp.call(e,e.transformResponse,r.response),r.response.headers=Bi.from(r.response.headers))),Promise.reject(r)})}const Uv=e=>e instanceof Bi?{...e}:e;function dl(e,t){t=t||{};const n={};function r(h,y,g){return Ne.isPlainObject(h)&&Ne.isPlainObject(y)?Ne.merge.call({caseless:g},h,y):Ne.isPlainObject(y)?Ne.merge({},y):Ne.isArray(y)?y.slice():y}function a(h,y,g){if(Ne.isUndefined(y)){if(!Ne.isUndefined(h))return r(void 0,h,g)}else return r(h,y,g)}function o(h,y){if(!Ne.isUndefined(y))return r(void 0,y)}function i(h,y){if(Ne.isUndefined(y)){if(!Ne.isUndefined(h))return r(void 0,h)}else return r(void 0,y)}function c(h,y,g){if(g in t)return r(h,y);if(g in e)return r(void 0,h)}const d={url:o,method:o,data:o,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:c,headers:(h,y)=>a(Uv(h),Uv(y),!0)};return Ne.forEach(Object.keys(Object.assign({},e,t)),function(y){const g=d[y]||a,v=g(e[y],t[y],y);Ne.isUndefined(v)&&g!==c||(n[y]=v)}),n}const c1="1.6.8",bm={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{bm[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});const jv={};bm.transitional=function(t,n,r){function a(o,i){return"[Axios v"+c1+"] Transitional option '"+o+"'"+i+(r?". "+r:"")}return(o,i,c)=>{if(t===!1)throw new rn(a(i," has been removed"+(n?" in "+n:"")),rn.ERR_DEPRECATED);return n&&!jv[i]&&(jv[i]=!0,console.warn(a(i," has been deprecated since v"+n+" and will be removed in the near future"))),t?t(o,i,c):!0}};function OP(e,t,n){if(typeof e!="object")throw new rn("options must be an object",rn.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let a=r.length;for(;a-- >0;){const o=r[a],i=t[o];if(i){const c=e[o],d=c===void 0||i(c,o,e);if(d!==!0)throw new rn("option "+o+" must be "+d,rn.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new rn("Unknown option "+o,rn.ERR_BAD_OPTION)}}const Tg={assertOptions:OP,validators:bm},la=Tg.validators;class bf{constructor(t){this.defaults=t,this.interceptors={request:new Dv,response:new Dv}}async request(t,n){try{return await this._request(t,n)}catch(r){if(r instanceof Error){let a;Error.captureStackTrace?Error.captureStackTrace(a={}):a=new Error;const o=a.stack?a.stack.replace(/^.+\n/,""):"";r.stack?o&&!String(r.stack).endsWith(o.replace(/^.+\n.+\n/,""))&&(r.stack+=` +`+o):r.stack=o}throw r}}_request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=dl(this.defaults,n);const{transitional:r,paramsSerializer:a,headers:o}=n;r!==void 0&&Tg.assertOptions(r,{silentJSONParsing:la.transitional(la.boolean),forcedJSONParsing:la.transitional(la.boolean),clarifyTimeoutError:la.transitional(la.boolean)},!1),a!=null&&(Ne.isFunction(a)?n.paramsSerializer={serialize:a}:Tg.assertOptions(a,{encode:la.function,serialize:la.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let i=o&&Ne.merge(o.common,o[n.method]);o&&Ne.forEach(["delete","get","head","post","put","patch","common"],S=>{delete o[S]}),n.headers=Bi.concat(i,o);const c=[];let d=!0;this.interceptors.request.forEach(function(I){typeof I.runWhen=="function"&&I.runWhen(n)===!1||(d=d&&I.synchronous,c.unshift(I.fulfilled,I.rejected))});const h=[];this.interceptors.response.forEach(function(I){h.push(I.fulfilled,I.rejected)});let y,g=0,v;if(!d){const S=[Bv.bind(this),void 0];for(S.unshift.apply(S,c),S.push.apply(S,h),v=S.length,y=Promise.resolve(n);g{if(!r._listeners)return;let o=r._listeners.length;for(;o-- >0;)r._listeners[o](a);r._listeners=null}),this.promise.then=a=>{let o;const i=new Promise(c=>{r.subscribe(c),o=c}).then(a);return i.cancel=function(){r.unsubscribe(o)},i},t(function(o,i,c){r.reason||(r.reason=new eu(o,i,c),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}static source(){let t;return{token:new vm(function(a){t=a}),cancel:t}}}const PP=vm;function NP(e){return function(n){return e.apply(null,n)}}function LP(e){return Ne.isObject(e)&&e.isAxiosError===!0}const Cg={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Cg).forEach(([e,t])=>{Cg[t]=e});const RP=Cg;function u1(e){const t=new ef(e),n=W0(ef.prototype.request,t);return Ne.extend(n,ef.prototype,t,{allOwnKeys:!0}),Ne.extend(n,t,null,{allOwnKeys:!0}),n.create=function(a){return u1(dl(e,a))},n}const qn=u1(ym);qn.Axios=ef;qn.CanceledError=eu;qn.CancelToken=PP;qn.isCancel=a1;qn.VERSION=c1;qn.toFormData=Jf;qn.AxiosError=rn;qn.Cancel=qn.CanceledError;qn.all=function(t){return Promise.all(t)};qn.spread=NP;qn.isAxiosError=LP;qn.mergeConfig=dl;qn.AxiosHeaders=Bi;qn.formToJSON=e=>i1(Ne.isHTMLForm(e)?new FormData(e):e);qn.getAdapter=l1.getAdapter;qn.HttpStatusCode=RP;qn.default=qn;const d1=qn;window._=bO;window.axios=d1;window.axios.defaults.headers.common["X-Requested-With"]="XMLHttpRequest";/** +* @vue/shared v3.4.21 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT -**/function ms(e,t){const n=new Set(e.split(","));return t?r=>n.has(r.toLowerCase()):r=>n.has(r)}const cn={},sl=[],sr=()=>{},tf=()=>!1,Eo=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),vm=e=>e.startsWith("onUpdate:"),an=Object.assign,_m=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},MP=Object.prototype.hasOwnProperty,sn=(e,t)=>MP.call(e,t),Ye=Array.isArray,il=e=>wl(e)==="[object Map]",To=e=>wl(e)==="[object Set]",Hv=e=>wl(e)==="[object Date]",$P=e=>wl(e)==="[object RegExp]",bt=e=>typeof e=="function",At=e=>typeof e=="string",Ys=e=>typeof e=="symbol",mn=e=>e!==null&&typeof e=="object",xm=e=>(mn(e)||bt(e))&&bt(e.then)&&bt(e.catch),h1=Object.prototype.toString,wl=e=>h1.call(e),FP=e=>wl(e).slice(8,-1),p1=e=>wl(e)==="[object Object]",Sm=e=>At(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,uo=ms(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),BP=ms("bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo"),Jf=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},UP=/-(\w)/g,Ln=Jf(e=>e.replace(UP,(t,n)=>n?n.toUpperCase():"")),jP=/\B([A-Z])/g,ps=Jf(e=>e.replace(jP,"-$1").toLowerCase()),Na=Jf(e=>e.charAt(0).toUpperCase()+e.slice(1)),fo=Jf(e=>e?`on${Na(e)}`:""),Xs=(e,t)=>!Object.is(e,t),al=(e,t)=>{for(let n=0;n{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},Dc=e=>{const t=parseFloat(e);return isNaN(t)?e:t},vf=e=>{const t=At(e)?Number(e):NaN;return isNaN(t)?e:t};let Vv;const g1=()=>Vv||(Vv=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{}),HP="Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,console,Error",VP=ms(HP);function El(e){if(Ye(e)){const t={};for(let n=0;n{if(n){const r=n.split(GP);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function qt(e){let t="";if(At(e))t=e;else if(Ye(e))for(let n=0;nji(n,t))}const oe=e=>At(e)?e:e==null?"":Ye(e)||mn(e)&&(e.toString===h1||!bt(e.toString))?JSON.stringify(e,v1,2):String(e),v1=(e,t)=>t&&t.__v_isRef?v1(e,t.value):il(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,a],o)=>(n[zp(r,o)+" =>"]=a,n),{})}:To(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>zp(n))}:Ys(t)?zp(t):mn(t)&&!Ye(t)&&!p1(t)?String(t):t,zp=(e,t="")=>{var n;return Ys(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/** -* @vue/reactivity v3.4.15 +**/function ms(e,t){const n=new Set(e.split(","));return t?r=>n.has(r.toLowerCase()):r=>n.has(r)}const cn={},sl=[],sr=()=>{},tf=()=>!1,wo=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),_m=e=>e.startsWith("onUpdate:"),an=Object.assign,xm=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},DP=Object.prototype.hasOwnProperty,sn=(e,t)=>DP.call(e,t),Ye=Array.isArray,il=e=>wl(e)==="[object Map]",To=e=>wl(e)==="[object Set]",Hv=e=>wl(e)==="[object Date]",MP=e=>wl(e)==="[object RegExp]",yt=e=>typeof e=="function",At=e=>typeof e=="string",Ys=e=>typeof e=="symbol",mn=e=>e!==null&&typeof e=="object",Sm=e=>(mn(e)||yt(e))&&yt(e.then)&&yt(e.catch),f1=Object.prototype.toString,wl=e=>f1.call(e),$P=e=>wl(e).slice(8,-1),h1=e=>wl(e)==="[object Object]",Em=e=>At(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,Ea=ms(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),FP=ms("bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo"),Qf=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},BP=/-(\w)/g,An=Qf(e=>e.replace(BP,(t,n)=>n?n.toUpperCase():"")),UP=/\B([A-Z])/g,ps=Qf(e=>e.replace(UP,"-$1").toLowerCase()),La=Qf(e=>e.charAt(0).toUpperCase()+e.slice(1)),fo=Qf(e=>e?`on${La(e)}`:""),Xs=(e,t)=>!Object.is(e,t),al=(e,t)=>{for(let n=0;n{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},Mc=e=>{const t=parseFloat(e);return isNaN(t)?e:t},_f=e=>{const t=At(e)?Number(e):NaN;return isNaN(t)?e:t};let Vv;const p1=()=>Vv||(Vv=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{}),jP="Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,console,Error",HP=ms(jP);function Tl(e){if(Ye(e)){const t={};for(let n=0;n{if(n){const r=n.split(WP);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function qt(e){let t="";if(At(e))t=e;else if(Ye(e))for(let n=0;nka(n,t))}const oe=e=>At(e)?e:e==null?"":Ye(e)||mn(e)&&(e.toString===f1||!yt(e.toString))?JSON.stringify(e,b1,2):String(e),b1=(e,t)=>t&&t.__v_isRef?b1(e,t.value):il(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,a],o)=>(n[Yp(r,o)+" =>"]=a,n),{})}:To(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>Yp(n))}:Ys(t)?Yp(t):mn(t)&&!Ye(t)&&!h1(t)?String(t):t,Yp=(e,t="")=>{var n;return Ys(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/** +* @vue/reactivity v3.4.21 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT -**/let ds;class Qf{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=ds,!t&&ds&&(this.index=(ds.scopes||(ds.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=ds;try{return ds=this,t()}finally{ds=n}}}on(){ds=this}off(){ds=this.parent}stop(t){if(this._active){let n,r;for(n=0,r=this.effects.length;n=2))break}this._dirtyLevel<2&&(this._dirtyLevel=0),Io()}return this._dirtyLevel>=2}set dirty(t){this._dirtyLevel=t?2:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=Ea,n=ho;try{return Ea=!0,ho=this,this._runnings++,Wv(this),this.fn()}finally{Gv(this),this._runnings--,ho=n,Ea=t}}stop(){var t;this.active&&(Wv(this),Gv(this),(t=this.onStop)==null||t.call(this),this.active=!1)}}function sN(e){return e.value}function Wv(e){e._trackId++,e._depsLength=0}function Gv(e){if(e.deps&&e.deps.length>e._depsLength){for(let t=e._depsLength;t{n.dirty&&n.run()});t&&(an(n,t),t.scope&&_1(n,t.scope)),(!t||!t.lazy)&&n.run();const r=n.run.bind(n);return r.effect=n,r}function w1(e){e.effect.stop()}let Ea=!0,Tg=0;const E1=[];function Co(){E1.push(Ea),Ea=!1}function Io(){const e=E1.pop();Ea=e===void 0?!0:e}function Tm(){Tg++}function Cm(){for(Tg--;!Tg&&Cg.length;)Cg.shift()()}function T1(e,t,n){if(t.get(e)!==e._trackId){t.set(e,e._trackId);const r=e.deps[e._depsLength];r!==t?(r&&x1(r,e),e.deps[e._depsLength++]=t):e._depsLength++}}const Cg=[];function C1(e,t,n){Tm();for(const r of e.keys())if(r._dirtyLevel{const n=new Map;return n.cleanup=e,n.computed=t,n},_f=new WeakMap,po=Symbol(""),Ig=Symbol("");function es(e,t,n){if(Ea&&ho){let r=_f.get(e);r||_f.set(e,r=new Map);let a=r.get(n);a||r.set(n,a=k1(()=>r.delete(n))),T1(ho,a)}}function Bi(e,t,n,r,a,o){const i=_f.get(e);if(!i)return;let c=[];if(t==="clear")c=[...i.values()];else if(n==="length"&&Ye(e)){const d=Number(r);i.forEach((f,y)=>{(y==="length"||!Ys(y)&&y>=d)&&c.push(f)})}else switch(n!==void 0&&c.push(i.get(n)),t){case"add":Ye(e)?Sm(n)&&c.push(i.get("length")):(c.push(i.get(po)),il(e)&&c.push(i.get(Ig)));break;case"delete":Ye(e)||(c.push(i.get(po)),il(e)&&c.push(i.get(Ig)));break;case"set":il(e)&&c.push(i.get(po));break}Tm();for(const d of c)d&&C1(d,2);Cm()}function iN(e,t){var n;return(n=_f.get(e))==null?void 0:n.get(t)}const aN=ms("__proto__,__v_isRef,__isVue"),A1=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Ys)),Kv=oN();function oN(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const r=Zt(this);for(let o=0,i=this.length;o{e[t]=function(...n){Co(),Tm();const r=Zt(this)[t].apply(this,n);return Cm(),Io(),r}}),e}function lN(e){const t=Zt(this);return es(t,"has",e),t.hasOwnProperty(e)}class O1{constructor(t=!1,n=!1){this._isReadonly=t,this._shallow=n}get(t,n,r){const a=this._isReadonly,o=this._shallow;if(n==="__v_isReactive")return!a;if(n==="__v_isReadonly")return a;if(n==="__v_isShallow")return o;if(n==="__v_raw")return r===(a?o?M1:D1:o?R1:L1).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const i=Ye(t);if(!a){if(i&&sn(Kv,n))return Reflect.get(Kv,n,r);if(n==="hasOwnProperty")return lN}const c=Reflect.get(t,n,r);return(Ys(n)?A1.has(n):aN(n))||(a||es(t,"get",n),o)?c:ar(c)?i&&Sm(n)?c:c.value:mn(c)?a?rh(c):tu(c):c}}class P1 extends O1{constructor(t=!1){super(!1,t)}set(t,n,r,a){let o=t[n];if(!this._shallow){const d=ka(o);if(!dl(r)&&!ka(r)&&(o=Zt(o),r=Zt(r)),!Ye(t)&&ar(o)&&!ar(r))return d?!1:(o.value=r,!0)}const i=Ye(t)&&Sm(n)?Number(n)e,th=e=>Reflect.getPrototypeOf(e);function Ad(e,t,n=!1,r=!1){e=e.__v_raw;const a=Zt(e),o=Zt(t);n||(Xs(t,o)&&es(a,"get",t),es(a,"get",o));const{has:i}=th(a),c=r?Im:n?Am:Mc;if(i.call(a,t))return c(e.get(t));if(i.call(a,o))return c(e.get(o));e!==a&&e.get(t)}function Od(e,t=!1){const n=this.__v_raw,r=Zt(n),a=Zt(e);return t||(Xs(e,a)&&es(r,"has",e),es(r,"has",a)),e===a?n.has(e):n.has(e)||n.has(a)}function Pd(e,t=!1){return e=e.__v_raw,!t&&es(Zt(e),"iterate",po),Reflect.get(e,"size",e)}function zv(e){e=Zt(e);const t=Zt(this);return th(t).has.call(t,e)||(t.add(e),Bi(t,"add",e,e)),this}function qv(e,t){t=Zt(t);const n=Zt(this),{has:r,get:a}=th(n);let o=r.call(n,e);o||(e=Zt(e),o=r.call(n,e));const i=a.call(n,e);return n.set(e,t),o?Xs(t,i)&&Bi(n,"set",e,t):Bi(n,"add",e,t),this}function Yv(e){const t=Zt(this),{has:n,get:r}=th(t);let a=n.call(t,e);a||(e=Zt(e),a=n.call(t,e)),r&&r.call(t,e);const o=t.delete(e);return a&&Bi(t,"delete",e,void 0),o}function Xv(){const e=Zt(this),t=e.size!==0,n=e.clear();return t&&Bi(e,"clear",void 0,void 0),n}function Nd(e,t){return function(r,a){const o=this,i=o.__v_raw,c=Zt(i),d=t?Im:e?Am:Mc;return!e&&es(c,"iterate",po),i.forEach((f,y)=>r.call(a,d(f),d(y),o))}}function Ld(e,t,n){return function(...r){const a=this.__v_raw,o=Zt(a),i=il(o),c=e==="entries"||e===Symbol.iterator&&i,d=e==="keys"&&i,f=a[e](...r),y=n?Im:t?Am:Mc;return!t&&es(o,"iterate",d?Ig:po),{next(){const{value:g,done:v}=f.next();return v?{value:g,done:v}:{value:c?[y(g[0]),y(g[1])]:y(g),done:v}},[Symbol.iterator](){return this}}}}function ca(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function hN(){const e={get(o){return Ad(this,o)},get size(){return Pd(this)},has:Od,add:zv,set:qv,delete:Yv,clear:Xv,forEach:Nd(!1,!1)},t={get(o){return Ad(this,o,!1,!0)},get size(){return Pd(this)},has:Od,add:zv,set:qv,delete:Yv,clear:Xv,forEach:Nd(!1,!0)},n={get(o){return Ad(this,o,!0)},get size(){return Pd(this,!0)},has(o){return Od.call(this,o,!0)},add:ca("add"),set:ca("set"),delete:ca("delete"),clear:ca("clear"),forEach:Nd(!0,!1)},r={get(o){return Ad(this,o,!0,!0)},get size(){return Pd(this,!0)},has(o){return Od.call(this,o,!0)},add:ca("add"),set:ca("set"),delete:ca("delete"),clear:ca("clear"),forEach:Nd(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(o=>{e[o]=Ld(o,!1,!1),n[o]=Ld(o,!0,!1),t[o]=Ld(o,!1,!0),r[o]=Ld(o,!0,!0)}),[e,n,t,r]}const[pN,gN,mN,yN]=hN();function nh(e,t){const n=t?e?yN:mN:e?gN:pN;return(r,a,o)=>a==="__v_isReactive"?!e:a==="__v_isReadonly"?e:a==="__v_raw"?r:Reflect.get(sn(n,a)&&a in r?n:r,a,o)}const bN={get:nh(!1,!1)},vN={get:nh(!1,!0)},_N={get:nh(!0,!1)},xN={get:nh(!0,!0)},L1=new WeakMap,R1=new WeakMap,D1=new WeakMap,M1=new WeakMap;function SN(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function wN(e){return e.__v_skip||!Object.isExtensible(e)?0:SN(FP(e))}function tu(e){return ka(e)?e:sh(e,!1,cN,bN,L1)}function km(e){return sh(e,!1,dN,vN,R1)}function rh(e){return sh(e,!0,uN,_N,D1)}function $1(e){return sh(e,!0,fN,xN,M1)}function sh(e,t,n,r,a){if(!mn(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const o=a.get(e);if(o)return o;const i=wN(e);if(i===0)return e;const c=new Proxy(e,i===2?r:n);return a.set(e,c),c}function Ta(e){return ka(e)?Ta(e.__v_raw):!!(e&&e.__v_isReactive)}function ka(e){return!!(e&&e.__v_isReadonly)}function dl(e){return!!(e&&e.__v_isShallow)}function ih(e){return Ta(e)||ka(e)}function Zt(e){const t=e&&e.__v_raw;return t?Zt(t):e}function ah(e){return bf(e,"__v_skip",!0),e}const Mc=e=>mn(e)?tu(e):e,Am=e=>mn(e)?rh(e):e;class F1{constructor(t,n,r,a){this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new vo(()=>t(this._value),()=>ol(this,1),()=>this.dep&&I1(this.dep)),this.effect.computed=this,this.effect.active=this._cacheable=!a,this.__v_isReadonly=r}get value(){const t=Zt(this);return(!t._cacheable||t.effect.dirty)&&Xs(t._value,t._value=t.effect.run())&&ol(t,2),Om(t),t.effect._dirtyLevel>=1&&ol(t,1),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function EN(e,t,n=!1){let r,a;const o=bt(e);return o?(r=e,a=sr):(r=e.get,a=e.set),new F1(r,a,o||!a,n)}function Om(e){Ea&&ho&&(e=Zt(e),T1(ho,e.dep||(e.dep=k1(()=>e.dep=void 0,e instanceof F1?e:void 0))))}function ol(e,t=2,n){e=Zt(e);const r=e.dep;r&&C1(r,t)}function ar(e){return!!(e&&e.__v_isRef===!0)}function ft(e){return B1(e,!1)}function oh(e){return B1(e,!0)}function B1(e,t){return ar(e)?e:new TN(e,t)}class TN{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:Zt(t),this._value=n?t:Mc(t)}get value(){return Om(this),this._value}set value(t){const n=this.__v_isShallow||dl(t)||ka(t);t=n?t:Zt(t),Xs(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:Mc(t),ol(this,2))}}function U1(e){ol(e,2)}function nu(e){return ar(e)?e.value:e}function j1(e){return bt(e)?e():nu(e)}const CN={get:(e,t,n)=>nu(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const a=e[t];return ar(a)&&!ar(n)?(a.value=n,!0):Reflect.set(e,t,n,r)}};function lh(e){return Ta(e)?e:new Proxy(e,CN)}class IN{constructor(t){this.dep=void 0,this.__v_isRef=!0;const{get:n,set:r}=t(()=>Om(this),()=>ol(this));this._get=n,this._set=r}get value(){return this._get()}set value(t){this._set(t)}}function Pm(e){return new IN(e)}function H1(e){const t=Ye(e)?new Array(e.length):{};for(const n in e)t[n]=W1(e,n);return t}class kN{constructor(t,n,r){this._object=t,this._key=n,this._defaultValue=r,this.__v_isRef=!0}get value(){const t=this._object[this._key];return t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return iN(Zt(this._object),this._key)}}class AN{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function V1(e,t,n){return ar(e)?e:bt(e)?new AN(e):mn(e)&&arguments.length>1?W1(e,t,n):ft(e)}function W1(e,t,n){const r=e[t];return ar(r)?r:new kN(e,t,n)}const G1={GET:"get",HAS:"has",ITERATE:"iterate"},K1={SET:"set",ADD:"add",DELETE:"delete",CLEAR:"clear"};/** -* @vue/runtime-core v3.4.15 +**/let ds;class th{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=ds,!t&&ds&&(this.index=(ds.scopes||(ds.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const n=ds;try{return ds=this,t()}finally{ds=n}}}on(){ds=this}off(){ds=this.parent}stop(t){if(this._active){let n,r;for(n=0,r=this.effects.length;n=4))break}this._dirtyLevel===1&&(this._dirtyLevel=0),Io()}return this._dirtyLevel>=4}set dirty(t){this._dirtyLevel=t?4:0}run(){if(this._dirtyLevel=0,!this.active)return this.fn();let t=wa,n=ho;try{return wa=!0,ho=this,this._runnings++,Wv(this),this.fn()}finally{Gv(this),this._runnings--,ho=n,wa=t}}stop(){var t;this.active&&(Wv(this),Gv(this),(t=this.onStop)==null||t.call(this),this.active=!1)}}function rN(e){return e.value}function Wv(e){e._trackId++,e._depsLength=0}function Gv(e){if(e.deps.length>e._depsLength){for(let t=e._depsLength;t{n.dirty&&n.run()});t&&(an(n,t),t.scope&&v1(n,t.scope)),(!t||!t.lazy)&&n.run();const r=n.run.bind(n);return r.effect=n,r}function S1(e){e.effect.stop()}let wa=!0,Ig=0;const E1=[];function Co(){E1.push(wa),wa=!1}function Io(){const e=E1.pop();wa=e===void 0?!0:e}function Cm(){Ig++}function Im(){for(Ig--;!Ig&&kg.length;)kg.shift()()}function w1(e,t,n){if(t.get(e)!==e._trackId){t.set(e,e._trackId);const r=e.deps[e._depsLength];r!==t?(r&&_1(r,e),e.deps[e._depsLength++]=t):e._depsLength++}}const kg=[];function T1(e,t,n){Cm();for(const r of e.keys()){let a;r._dirtyLevel{const n=new Map;return n.cleanup=e,n.computed=t,n},xf=new WeakMap,po=Symbol(""),Ag=Symbol("");function es(e,t,n){if(wa&&ho){let r=xf.get(e);r||xf.set(e,r=new Map);let a=r.get(n);a||r.set(n,a=C1(()=>r.delete(n))),w1(ho,a)}}function Ui(e,t,n,r,a,o){const i=xf.get(e);if(!i)return;let c=[];if(t==="clear")c=[...i.values()];else if(n==="length"&&Ye(e)){const d=Number(r);i.forEach((h,y)=>{(y==="length"||!Ys(y)&&y>=d)&&c.push(h)})}else switch(n!==void 0&&c.push(i.get(n)),t){case"add":Ye(e)?Em(n)&&c.push(i.get("length")):(c.push(i.get(po)),il(e)&&c.push(i.get(Ag)));break;case"delete":Ye(e)||(c.push(i.get(po)),il(e)&&c.push(i.get(Ag)));break;case"set":il(e)&&c.push(i.get(po));break}Cm();for(const d of c)d&&T1(d,4);Im()}function sN(e,t){var n;return(n=xf.get(e))==null?void 0:n.get(t)}const iN=ms("__proto__,__v_isRef,__isVue"),I1=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(Ys)),Kv=aN();function aN(){const e={};return["includes","indexOf","lastIndexOf"].forEach(t=>{e[t]=function(...n){const r=Zt(this);for(let o=0,i=this.length;o{e[t]=function(...n){Co(),Cm();const r=Zt(this)[t].apply(this,n);return Im(),Io(),r}}),e}function oN(e){const t=Zt(this);return es(t,"has",e),t.hasOwnProperty(e)}class k1{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){const a=this._isReadonly,o=this._isShallow;if(n==="__v_isReactive")return!a;if(n==="__v_isReadonly")return a;if(n==="__v_isShallow")return o;if(n==="__v_raw")return r===(a?o?R1:L1:o?N1:P1).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const i=Ye(t);if(!a){if(i&&sn(Kv,n))return Reflect.get(Kv,n,r);if(n==="hasOwnProperty")return oN}const c=Reflect.get(t,n,r);return(Ys(n)?I1.has(n):iN(n))||(a||es(t,"get",n),o)?c:ar(c)?i&&Em(n)?c:c.value:mn(c)?a?ih(c):tu(c):c}}class A1 extends k1{constructor(t=!1){super(!1,t)}set(t,n,r,a){let o=t[n];if(!this._isShallow){const d=Aa(o);if(!fl(r)&&!Aa(r)&&(o=Zt(o),r=Zt(r)),!Ye(t)&&ar(o)&&!ar(r))return d?!1:(o.value=r,!0)}const i=Ye(t)&&Em(n)?Number(n)e,rh=e=>Reflect.getPrototypeOf(e);function Ad(e,t,n=!1,r=!1){e=e.__v_raw;const a=Zt(e),o=Zt(t);n||(Xs(t,o)&&es(a,"get",t),es(a,"get",o));const{has:i}=rh(a),c=r?km:n?Om:$c;if(i.call(a,t))return c(e.get(t));if(i.call(a,o))return c(e.get(o));e!==a&&e.get(t)}function Od(e,t=!1){const n=this.__v_raw,r=Zt(n),a=Zt(e);return t||(Xs(e,a)&&es(r,"has",e),es(r,"has",a)),e===a?n.has(e):n.has(e)||n.has(a)}function Pd(e,t=!1){return e=e.__v_raw,!t&&es(Zt(e),"iterate",po),Reflect.get(e,"size",e)}function zv(e){e=Zt(e);const t=Zt(this);return rh(t).has.call(t,e)||(t.add(e),Ui(t,"add",e,e)),this}function qv(e,t){t=Zt(t);const n=Zt(this),{has:r,get:a}=rh(n);let o=r.call(n,e);o||(e=Zt(e),o=r.call(n,e));const i=a.call(n,e);return n.set(e,t),o?Xs(t,i)&&Ui(n,"set",e,t):Ui(n,"add",e,t),this}function Yv(e){const t=Zt(this),{has:n,get:r}=rh(t);let a=n.call(t,e);a||(e=Zt(e),a=n.call(t,e)),r&&r.call(t,e);const o=t.delete(e);return a&&Ui(t,"delete",e,void 0),o}function Xv(){const e=Zt(this),t=e.size!==0,n=e.clear();return t&&Ui(e,"clear",void 0,void 0),n}function Nd(e,t){return function(r,a){const o=this,i=o.__v_raw,c=Zt(i),d=t?km:e?Om:$c;return!e&&es(c,"iterate",po),i.forEach((h,y)=>r.call(a,d(h),d(y),o))}}function Ld(e,t,n){return function(...r){const a=this.__v_raw,o=Zt(a),i=il(o),c=e==="entries"||e===Symbol.iterator&&i,d=e==="keys"&&i,h=a[e](...r),y=n?km:t?Om:$c;return!t&&es(o,"iterate",d?Ag:po),{next(){const{value:g,done:v}=h.next();return v?{value:g,done:v}:{value:c?[y(g[0]),y(g[1])]:y(g),done:v}},[Symbol.iterator](){return this}}}}function ca(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function fN(){const e={get(o){return Ad(this,o)},get size(){return Pd(this)},has:Od,add:zv,set:qv,delete:Yv,clear:Xv,forEach:Nd(!1,!1)},t={get(o){return Ad(this,o,!1,!0)},get size(){return Pd(this)},has:Od,add:zv,set:qv,delete:Yv,clear:Xv,forEach:Nd(!1,!0)},n={get(o){return Ad(this,o,!0)},get size(){return Pd(this,!0)},has(o){return Od.call(this,o,!0)},add:ca("add"),set:ca("set"),delete:ca("delete"),clear:ca("clear"),forEach:Nd(!0,!1)},r={get(o){return Ad(this,o,!0,!0)},get size(){return Pd(this,!0)},has(o){return Od.call(this,o,!0)},add:ca("add"),set:ca("set"),delete:ca("delete"),clear:ca("clear"),forEach:Nd(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(o=>{e[o]=Ld(o,!1,!1),n[o]=Ld(o,!0,!1),t[o]=Ld(o,!1,!0),r[o]=Ld(o,!0,!0)}),[e,n,t,r]}const[hN,pN,gN,mN]=fN();function sh(e,t){const n=t?e?mN:gN:e?pN:hN;return(r,a,o)=>a==="__v_isReactive"?!e:a==="__v_isReadonly"?e:a==="__v_raw"?r:Reflect.get(sn(n,a)&&a in r?n:r,a,o)}const yN={get:sh(!1,!1)},bN={get:sh(!1,!0)},vN={get:sh(!0,!1)},_N={get:sh(!0,!0)},P1=new WeakMap,N1=new WeakMap,L1=new WeakMap,R1=new WeakMap;function xN(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function SN(e){return e.__v_skip||!Object.isExtensible(e)?0:xN($P(e))}function tu(e){return Aa(e)?e:ah(e,!1,lN,yN,P1)}function Am(e){return ah(e,!1,uN,bN,N1)}function ih(e){return ah(e,!0,cN,vN,L1)}function D1(e){return ah(e,!0,dN,_N,R1)}function ah(e,t,n,r,a){if(!mn(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const o=a.get(e);if(o)return o;const i=SN(e);if(i===0)return e;const c=new Proxy(e,i===2?r:n);return a.set(e,c),c}function Ta(e){return Aa(e)?Ta(e.__v_raw):!!(e&&e.__v_isReactive)}function Aa(e){return!!(e&&e.__v_isReadonly)}function fl(e){return!!(e&&e.__v_isShallow)}function oh(e){return Ta(e)||Aa(e)}function Zt(e){const t=e&&e.__v_raw;return t?Zt(t):e}function lh(e){return Object.isExtensible(e)&&vf(e,"__v_skip",!0),e}const $c=e=>mn(e)?tu(e):e,Om=e=>mn(e)?ih(e):e;class M1{constructor(t,n,r,a){this.getter=t,this._setter=n,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this.effect=new vo(()=>t(this._value),()=>ol(this,this.effect._dirtyLevel===2?2:3)),this.effect.computed=this,this.effect.active=this._cacheable=!a,this.__v_isReadonly=r}get value(){const t=Zt(this);return(!t._cacheable||t.effect.dirty)&&Xs(t._value,t._value=t.effect.run())&&ol(t,4),Pm(t),t.effect._dirtyLevel>=2&&ol(t,2),t._value}set value(t){this._setter(t)}get _dirty(){return this.effect.dirty}set _dirty(t){this.effect.dirty=t}}function EN(e,t,n=!1){let r,a;const o=yt(e);return o?(r=e,a=sr):(r=e.get,a=e.set),new M1(r,a,o||!a,n)}function Pm(e){var t;wa&&ho&&(e=Zt(e),w1(ho,(t=e.dep)!=null?t:e.dep=C1(()=>e.dep=void 0,e instanceof M1?e:void 0)))}function ol(e,t=4,n){e=Zt(e);const r=e.dep;r&&T1(r,t)}function ar(e){return!!(e&&e.__v_isRef===!0)}function ft(e){return $1(e,!1)}function ch(e){return $1(e,!0)}function $1(e,t){return ar(e)?e:new wN(e,t)}class wN{constructor(t,n){this.__v_isShallow=n,this.dep=void 0,this.__v_isRef=!0,this._rawValue=n?t:Zt(t),this._value=n?t:$c(t)}get value(){return Pm(this),this._value}set value(t){const n=this.__v_isShallow||fl(t)||Aa(t);t=n?t:Zt(t),Xs(t,this._rawValue)&&(this._rawValue=t,this._value=n?t:$c(t),ol(this,4))}}function F1(e){ol(e,4)}function nu(e){return ar(e)?e.value:e}function B1(e){return yt(e)?e():nu(e)}const TN={get:(e,t,n)=>nu(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const a=e[t];return ar(a)&&!ar(n)?(a.value=n,!0):Reflect.set(e,t,n,r)}};function uh(e){return Ta(e)?e:new Proxy(e,TN)}class CN{constructor(t){this.dep=void 0,this.__v_isRef=!0;const{get:n,set:r}=t(()=>Pm(this),()=>ol(this));this._get=n,this._set=r}get value(){return this._get()}set value(t){this._set(t)}}function Nm(e){return new CN(e)}function U1(e){const t=Ye(e)?new Array(e.length):{};for(const n in e)t[n]=H1(e,n);return t}class IN{constructor(t,n,r){this._object=t,this._key=n,this._defaultValue=r,this.__v_isRef=!0}get value(){const t=this._object[this._key];return t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return sN(Zt(this._object),this._key)}}class kN{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function j1(e,t,n){return ar(e)?e:yt(e)?new kN(e):mn(e)&&arguments.length>1?H1(e,t,n):ft(e)}function H1(e,t,n){const r=e[t];return ar(r)?r:new IN(e,t,n)}const V1={GET:"get",HAS:"has",ITERATE:"iterate"},W1={SET:"set",ADD:"add",DELETE:"delete",CLEAR:"clear"};/** +* @vue/runtime-core v3.4.21 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT -**/function z1(e,t){}const q1={SETUP_FUNCTION:0,0:"SETUP_FUNCTION",RENDER_FUNCTION:1,1:"RENDER_FUNCTION",WATCH_GETTER:2,2:"WATCH_GETTER",WATCH_CALLBACK:3,3:"WATCH_CALLBACK",WATCH_CLEANUP:4,4:"WATCH_CLEANUP",NATIVE_EVENT_HANDLER:5,5:"NATIVE_EVENT_HANDLER",COMPONENT_EVENT_HANDLER:6,6:"COMPONENT_EVENT_HANDLER",VNODE_HOOK:7,7:"VNODE_HOOK",DIRECTIVE_HOOK:8,8:"DIRECTIVE_HOOK",TRANSITION_HOOK:9,9:"TRANSITION_HOOK",APP_ERROR_HANDLER:10,10:"APP_ERROR_HANDLER",APP_WARN_HANDLER:11,11:"APP_WARN_HANDLER",FUNCTION_REF:12,12:"FUNCTION_REF",ASYNC_COMPONENT_LOADER:13,13:"ASYNC_COMPONENT_LOADER",SCHEDULER:14,14:"SCHEDULER"},ON={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush. This is likely a Vue internals bug. Please open an issue at https://github.com/vuejs/core ."};function pi(e,t,n,r){let a;try{a=r?e(...r):e()}catch(o){La(o,t,n)}return a}function Qr(e,t,n,r){if(bt(e)){const o=pi(e,t,n,r);return o&&xm(o)&&o.catch(i=>{La(i,t,n)}),o}const a=[];for(let o=0;o>>1,a=Er[r],o=Bc(a);odi&&Er.splice(t,1)}function Fc(e){Ye(e)?ll.push(...e):(!ma||!ma.includes(e,e.allowRecurse?ao+1:ao))&&ll.push(e),X1()}function Jv(e,t,n=$c?di+1:0){for(;nBc(n)-Bc(r));if(ll.length=0,ma){ma.push(...t);return}for(ma=t,ao=0;aoe.id==null?1/0:e.id,RN=(e,t)=>{const n=Bc(e)-Bc(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function J1(e){kg=!1,$c=!0,Er.sort(RN);try{for(di=0;diQo.emit(a,...o)),Rd=[]):typeof window<"u"&&window.HTMLElement&&!((r=(n=window.navigator)==null?void 0:n.userAgent)!=null&&r.includes("jsdom"))?((t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(o=>{Z1(o,t)}),setTimeout(()=>{Qo||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,Rd=[])},3e3)):Rd=[]}function DN(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||cn;let a=n;const o=t.startsWith("update:"),i=o&&t.slice(7);if(i&&i in r){const y=`${i==="modelValue"?"model":i}Modifiers`,{number:g,trim:v}=r[y]||cn;v&&(a=n.map(w=>At(w)?w.trim():w)),g&&(a=n.map(Dc))}let c,d=r[c=fo(t)]||r[c=fo(Ln(t))];!d&&o&&(d=r[c=fo(ps(t))]),d&&Qr(d,e,6,a);const f=r[c+"Once"];if(f){if(!e.emitted)e.emitted={};else if(e.emitted[c])return;e.emitted[c]=!0,Qr(f,e,6,a)}}function Q1(e,t,n=!1){const r=t.emitsCache,a=r.get(e);if(a!==void 0)return a;const o=e.emits;let i={},c=!1;if(!bt(e)){const d=f=>{const y=Q1(f,t,!0);y&&(c=!0,an(i,y))};!n&&t.mixins.length&&t.mixins.forEach(d),e.extends&&d(e.extends),e.mixins&&e.mixins.forEach(d)}return!o&&!c?(mn(e)&&r.set(e,null),null):(Ye(o)?o.forEach(d=>i[d]=null):an(i,o),mn(e)&&r.set(e,i),i)}function uh(e,t){return!e||!Eo(t)?!1:(t=t.slice(2).replace(/Once$/,""),sn(e,t[0].toLowerCase()+t.slice(1))||sn(e,ps(t))||sn(e,t))}let Kn=null,dh=null;function Uc(e){const t=Kn;return Kn=e,dh=e&&e.type.__scopeId||null,t}function ex(e){dh=e}function tx(){dh=null}const nx=e=>$r;function $r(e,t=Kn,n){if(!t||e._n)return e;const r=(...a)=>{r._d&&Ef(-1);const o=Uc(t);let i;try{i=e(...a)}finally{Uc(o),r._d&&Ef(1)}return i};return r._n=!0,r._c=!0,r._d=!0,r}function nf(e){const{type:t,vnode:n,proxy:r,withProxy:a,props:o,propsOptions:[i],slots:c,attrs:d,emit:f,render:y,renderCache:g,data:v,setupState:w,ctx:S,inheritAttrs:T}=e;let N,I;const D=Uc(e);try{if(n.shapeFlag&4){const R=a||r,U=R;N=hs(y.call(U,R,g,o,w,v,S)),I=d}else{const R=t;N=hs(R.length>1?R(o,{attrs:d,slots:c,emit:f}):R(o,null)),I=t.props?d:$N(d)}}catch(R){Cc.length=0,La(R,e,1),N=mt(gr)}let L=N;if(I&&T!==!1){const R=Object.keys(I),{shapeFlag:U}=L;R.length&&U&7&&(i&&R.some(vm)&&(I=FN(I,i)),L=Js(L,I))}return n.dirs&&(L=Js(L),L.dirs=L.dirs?L.dirs.concat(n.dirs):n.dirs),n.transition&&(L.transition=n.transition),N=L,Uc(D),N}function MN(e,t=!0){let n;for(let r=0;r{let t;for(const n in e)(n==="class"||n==="style"||Eo(n))&&((t||(t={}))[n]=e[n]);return t},FN=(e,t)=>{const n={};for(const r in e)(!vm(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function BN(e,t,n){const{props:r,children:a,component:o}=e,{props:i,children:c,patchFlag:d}=t,f=o.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&d>=0){if(d&1024)return!0;if(d&16)return r?Zv(r,i,f):!!i;if(d&8){const y=t.dynamicProps;for(let g=0;ge.__isSuspense;let Ag=0;const jN={name:"Suspense",__isSuspense:!0,process(e,t,n,r,a,o,i,c,d,f){if(e==null)HN(t,n,r,a,o,i,c,d,f);else{if(o&&o.deps>0){t.suspense=e.suspense;return}VN(e,t,n,r,a,i,c,d,f)}},hydrate:WN,create:Mm,normalize:GN},ox=jN;function jc(e,t){const n=e.props&&e.props[t];bt(n)&&n()}function HN(e,t,n,r,a,o,i,c,d){const{p:f,o:{createElement:y}}=d,g=y("div"),v=e.suspense=Mm(e,a,r,t,g,n,o,i,c,d);f(null,v.pendingBranch=e.ssContent,g,null,r,v,o,i),v.deps>0?(jc(e,"onPending"),jc(e,"onFallback"),f(null,e.ssFallback,t,n,r,null,o,i),cl(v,e.ssFallback)):v.resolve(!1,!0)}function VN(e,t,n,r,a,o,i,c,{p:d,um:f,o:{createElement:y}}){const g=t.suspense=e.suspense;g.vnode=t,t.el=e.el;const v=t.ssContent,w=t.ssFallback,{activeBranch:S,pendingBranch:T,isInFallback:N,isHydrating:I}=g;if(T)g.pendingBranch=v,Ks(v,T)?(d(T,v,g.hiddenContainer,null,a,g,o,i,c),g.deps<=0?g.resolve():N&&(I||(d(S,w,n,r,a,null,o,i,c),cl(g,w)))):(g.pendingId=Ag++,I?(g.isHydrating=!1,g.activeBranch=T):f(T,a,g),g.deps=0,g.effects.length=0,g.hiddenContainer=y("div"),N?(d(null,v,g.hiddenContainer,null,a,g,o,i,c),g.deps<=0?g.resolve():(d(S,w,n,r,a,null,o,i,c),cl(g,w))):S&&Ks(v,S)?(d(S,v,n,r,a,g,o,i,c),g.resolve(!0)):(d(null,v,g.hiddenContainer,null,a,g,o,i,c),g.deps<=0&&g.resolve()));else if(S&&Ks(v,S))d(S,v,n,r,a,g,o,i,c),cl(g,v);else if(jc(t,"onPending"),g.pendingBranch=v,v.shapeFlag&512?g.pendingId=v.component.suspenseId:g.pendingId=Ag++,d(null,v,g.hiddenContainer,null,a,g,o,i,c),g.deps<=0)g.resolve();else{const{timeout:D,pendingId:L}=g;D>0?setTimeout(()=>{g.pendingId===L&&g.fallback(w)},D):D===0&&g.fallback(w)}}function Mm(e,t,n,r,a,o,i,c,d,f,y=!1){const{p:g,m:v,um:w,n:S,o:{parentNode:T,remove:N}}=f;let I;const D=KN(e);D&&t!=null&&t.pendingBranch&&(I=t.pendingId,t.deps++);const L=e.props?vf(e.props.timeout):void 0,R=o,U={vnode:e,parent:t,parentComponent:n,namespace:i,container:r,hiddenContainer:a,deps:0,pendingId:Ag++,timeout:typeof L=="number"?L:-1,activeBranch:null,pendingBranch:null,isInFallback:!y,isHydrating:y,isUnmounted:!1,effects:[],resolve(j=!1,m=!1){const{vnode:K,activeBranch:F,pendingBranch:V,pendingId:re,effects:ce,parentComponent:J,container:ye}=U;let Me=!1;U.isHydrating?U.isHydrating=!1:j||(Me=F&&V.transition&&V.transition.mode==="out-in",Me&&(F.transition.afterLeave=()=>{re===U.pendingId&&(v(V,ye,o===R?S(F):o,0),Fc(ce))}),F&&(T(F.el)!==U.hiddenContainer&&(o=S(F)),w(F,J,U,!0)),Me||v(V,ye,o,0)),cl(U,V),U.pendingBranch=null,U.isInFallback=!1;let fe=U.parent,we=!1;for(;fe;){if(fe.pendingBranch){fe.effects.push(...ce),we=!0;break}fe=fe.parent}!we&&!Me&&Fc(ce),U.effects=[],D&&t&&t.pendingBranch&&I===t.pendingId&&(t.deps--,t.deps===0&&!m&&t.resolve()),jc(K,"onResolve")},fallback(j){if(!U.pendingBranch)return;const{vnode:m,activeBranch:K,parentComponent:F,container:V,namespace:re}=U;jc(m,"onFallback");const ce=S(K),J=()=>{U.isInFallback&&(g(null,j,V,ce,F,null,re,c,d),cl(U,j))},ye=j.transition&&j.transition.mode==="out-in";ye&&(K.transition.afterLeave=J),U.isInFallback=!0,w(K,F,null,!0),ye||J()},move(j,m,K){U.activeBranch&&v(U.activeBranch,j,m,K),U.container=j},next(){return U.activeBranch&&S(U.activeBranch)},registerDep(j,m){const K=!!U.pendingBranch;K&&U.deps++;const F=j.vnode.el;j.asyncDep.catch(V=>{La(V,j,0)}).then(V=>{if(j.isUnmounted||U.isUnmounted||U.pendingId!==j.suspenseId)return;j.asyncResolved=!0;const{vnode:re}=j;Fg(j,V,!1),F&&(re.el=F);const ce=!F&&j.subTree.el;m(j,re,T(F||j.subTree.el),F?null:S(j.subTree),U,i,d),ce&&N(ce),Lm(j,re.el),K&&--U.deps===0&&U.resolve()})},unmount(j,m){U.isUnmounted=!0,U.activeBranch&&w(U.activeBranch,n,j,m),U.pendingBranch&&w(U.pendingBranch,n,j,m)}};return U}function WN(e,t,n,r,a,o,i,c,d){const f=t.suspense=Mm(t,r,n,e.parentNode,document.createElement("div"),null,a,o,i,c,!0),y=d(e,f.pendingBranch=t.ssContent,n,f,o,i);return f.deps===0&&f.resolve(!1,!0),y}function GN(e){const{shapeFlag:t,children:n}=e,r=t&32;e.ssContent=e_(r?n.default:n),e.ssFallback=r?e_(n.fallback):mt(gr)}function e_(e){let t;if(bt(e)){const n=xo&&e._c;n&&(e._d=!1,_e()),e=e(),n&&(e._d=!0,t=Jr,Gx())}return Ye(e)&&(e=MN(e)),e=hs(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(n=>n!==e)),e}function lx(e,t){t&&t.pendingBranch?Ye(e)?t.effects.push(...e):t.effects.push(e):Fc(e)}function cl(e,t){e.activeBranch=t;const{vnode:n,parentComponent:r}=e;let a=t.el;for(;!a&&t.component;)t=t.component.subTree,a=t.el;n.el=a,r&&r.subTree===n&&(r.vnode.el=a,Lm(r,a))}function KN(e){var t;return((t=e.props)==null?void 0:t.suspensible)!=null&&e.props.suspensible!==!1}const $m=Symbol.for("v-scx"),Fm=()=>_n($m);function cx(e,t){return su(e,null,t)}function Bm(e,t){return su(e,null,{flush:"post"})}function Um(e,t){return su(e,null,{flush:"sync"})}const Dd={};function Ns(e,t,n){return su(e,t,n)}function su(e,t,{immediate:n,deep:r,flush:a,once:o,onTrack:i,onTrigger:c}=cn){if(t&&o){const j=t;t=(...m)=>{j(...m),U()}}const d=nr,f=j=>r===!0?j:oo(j,r===!1?1:void 0);let y,g=!1,v=!1;if(ar(e)?(y=()=>e.value,g=dl(e)):Ta(e)?(y=()=>f(e),g=!0):Ye(e)?(v=!0,g=e.some(j=>Ta(j)||dl(j)),y=()=>e.map(j=>{if(ar(j))return j.value;if(Ta(j))return f(j);if(bt(j))return pi(j,d,2)})):bt(e)?t?y=()=>pi(e,d,2):y=()=>(w&&w(),Qr(e,d,3,[S])):y=sr,t&&r){const j=y;y=()=>oo(j())}let w,S=j=>{w=L.onStop=()=>{pi(j,d,4),w=L.onStop=void 0}},T;if(uu)if(S=sr,t?n&&Qr(t,d,3,[y(),v?[]:void 0,S]):y(),a==="sync"){const j=Fm();T=j.__watcherHandles||(j.__watcherHandles=[])}else return sr;let N=v?new Array(e.length).fill(Dd):Dd;const I=()=>{if(!(!L.active||!L.dirty))if(t){const j=L.run();(r||g||(v?j.some((m,K)=>Xs(m,N[K])):Xs(j,N)))&&(w&&w(),Qr(t,d,3,[j,N===Dd?void 0:v&&N[0]===Dd?[]:N,S]),N=j)}else L.run()};I.allowRecurse=!!t;let D;a==="sync"?D=I:a==="post"?D=()=>pr(I,d&&d.suspense):(I.pre=!0,d&&(I.id=d.uid),D=()=>ch(I));const L=new vo(y,sr,D),R=eh(),U=()=>{L.stop(),R&&_m(R.effects,L)};return t?n?I():N=L.run():a==="post"?pr(L.run.bind(L),d&&d.suspense):L.run(),T&&T.push(U),U}function zN(e,t,n){const r=this.proxy,a=At(e)?e.includes(".")?ux(r,e):()=>r[e]:e.bind(r,r);let o;bt(t)?o=t:(o=t.handler,n=t);const i=So(this),c=su(a,o.bind(r),n);return i(),c}function ux(e,t){const n=t.split(".");return()=>{let r=e;for(let a=0;a0){if(n>=t)return e;n++}if(r=r||new Set,r.has(e))return e;if(r.add(e),ar(e))oo(e.value,t,n,r);else if(Ye(e))for(let a=0;a{oo(a,t,n,r)});else if(p1(e))for(const a in e)oo(e[a],t,n,r);return e}function un(e,t){if(Kn===null)return e;const n=yh(Kn)||Kn.proxy,r=e.dirs||(e.dirs=[]);for(let a=0;a{e.isMounted=!0}),lu(()=>{e.isUnmounting=!0}),e}const Cs=[Function,Array],hh={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Cs,onEnter:Cs,onAfterEnter:Cs,onEnterCancelled:Cs,onBeforeLeave:Cs,onLeave:Cs,onAfterLeave:Cs,onLeaveCancelled:Cs,onBeforeAppear:Cs,onAppear:Cs,onAfterAppear:Cs,onAppearCancelled:Cs},qN={name:"BaseTransition",props:hh,setup(e,{slots:t}){const n=Fr(),r=fh();let a;return()=>{const o=t.default&&iu(t.default(),!0);if(!o||!o.length)return;let i=o[0];if(o.length>1){for(const T of o)if(T.type!==gr){i=T;break}}const c=Zt(e),{mode:d}=c;if(r.isLeaving)return qp(i);const f=t_(i);if(!f)return qp(i);const y=_o(f,c,r,n);Aa(f,y);const g=n.subTree,v=g&&t_(g);let w=!1;const{getTransitionKey:S}=f.type;if(S){const T=S();a===void 0?a=T:T!==a&&(a=T,w=!0)}if(v&&v.type!==gr&&(!Ks(f,v)||w)){const T=_o(v,c,r,n);if(Aa(v,T),d==="out-in")return r.isLeaving=!0,T.afterLeave=()=>{r.isLeaving=!1,n.update.active!==!1&&(n.effect.dirty=!0,n.update())},qp(i);d==="in-out"&&f.type!==gr&&(T.delayLeave=(N,I,D)=>{const L=dx(r,v);L[String(v.key)]=v,N[ya]=()=>{I(),N[ya]=void 0,delete y.delayedLeave},y.delayedLeave=D})}return i}}},jm=qN;function dx(e,t){const{leavingVNodes:n}=e;let r=n.get(t.type);return r||(r=Object.create(null),n.set(t.type,r)),r}function _o(e,t,n,r){const{appear:a,mode:o,persisted:i=!1,onBeforeEnter:c,onEnter:d,onAfterEnter:f,onEnterCancelled:y,onBeforeLeave:g,onLeave:v,onAfterLeave:w,onLeaveCancelled:S,onBeforeAppear:T,onAppear:N,onAfterAppear:I,onAppearCancelled:D}=t,L=String(e.key),R=dx(n,e),U=(K,F)=>{K&&Qr(K,r,9,F)},j=(K,F)=>{const V=F[1];U(K,F),Ye(K)?K.every(re=>re.length<=1)&&V():K.length<=1&&V()},m={mode:o,persisted:i,beforeEnter(K){let F=c;if(!n.isMounted)if(a)F=T||c;else return;K[ya]&&K[ya](!0);const V=R[L];V&&Ks(e,V)&&V.el[ya]&&V.el[ya](),U(F,[K])},enter(K){let F=d,V=f,re=y;if(!n.isMounted)if(a)F=N||d,V=I||f,re=D||y;else return;let ce=!1;const J=K[Md]=ye=>{ce||(ce=!0,ye?U(re,[K]):U(V,[K]),m.delayedLeave&&m.delayedLeave(),K[Md]=void 0)};F?j(F,[K,J]):J()},leave(K,F){const V=String(e.key);if(K[Md]&&K[Md](!0),n.isUnmounting)return F();U(g,[K]);let re=!1;const ce=K[ya]=J=>{re||(re=!0,F(),J?U(S,[K]):U(w,[K]),K[ya]=void 0,R[V]===e&&delete R[V])};R[V]=e,v?j(v,[K,ce]):ce()},clone(K){return _o(K,t,n,r)}};return m}function qp(e){if(au(e))return e=Js(e),e.children=null,e}function t_(e){return au(e)?e.children?e.children[0]:void 0:e}function Aa(e,t){e.shapeFlag&6&&e.component?Aa(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function iu(e,t=!1,n){let r=[],a=0;for(let o=0;o1)for(let o=0;o!!e.type.__asyncLoader;/*! #__NO_SIDE_EFFECTS__ */function fx(e){bt(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:r,delay:a=200,timeout:o,suspensible:i=!0,onError:c}=e;let d=null,f,y=0;const g=()=>(y++,d=null,v()),v=()=>{let w;return d||(w=d=t().catch(S=>{if(S=S instanceof Error?S:new Error(String(S)),c)return new Promise((T,N)=>{c(S,()=>T(g()),()=>N(S),y+1)});throw S}).then(S=>w!==d&&d?d:(S&&(S.__esModule||S[Symbol.toStringTag]==="Module")&&(S=S.default),f=S,S)))};return ko({name:"AsyncComponentWrapper",__asyncLoader:v,get __asyncResolved(){return f},setup(){const w=nr;if(f)return()=>Yp(f,w);const S=D=>{d=null,La(D,w,13,!r)};if(i&&w.suspense||uu)return v().then(D=>()=>Yp(D,w)).catch(D=>(S(D),()=>r?mt(r,{error:D}):null));const T=ft(!1),N=ft(),I=ft(!!a);return a&&setTimeout(()=>{I.value=!1},a),o!=null&&setTimeout(()=>{if(!T.value&&!N.value){const D=new Error(`Async component timed out after ${o}ms.`);S(D),N.value=D}},o),v().then(()=>{T.value=!0,w.parent&&au(w.parent.vnode)&&(w.parent.effect.dirty=!0,ch(w.parent.update))}).catch(D=>{S(D),N.value=D}),()=>{if(T.value&&f)return Yp(f,w);if(N.value&&r)return mt(r,{error:N.value});if(n&&!I.value)return mt(n)}}})}function Yp(e,t){const{ref:n,props:r,children:a,ce:o}=t.vnode,i=mt(e,r,a);return i.ref=n,i.ce=o,delete t.vnode.ce,i}const au=e=>e.type.__isKeepAlive,YN={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(e,{slots:t}){const n=Fr(),r=n.ctx;if(!r.renderer)return()=>{const D=t.default&&t.default();return D&&D.length===1?D[0]:D};const a=new Map,o=new Set;let i=null;const c=n.suspense,{renderer:{p:d,m:f,um:y,o:{createElement:g}}}=r,v=g("div");r.activate=(D,L,R,U,j)=>{const m=D.component;f(D,L,R,0,c),d(m.vnode,D,L,R,m,c,U,D.slotScopeIds,j),pr(()=>{m.isDeactivated=!1,m.a&&al(m.a);const K=D.props&&D.props.onVnodeMounted;K&&Xr(K,m.parent,D)},c)},r.deactivate=D=>{const L=D.component;f(D,v,null,1,c),pr(()=>{L.da&&al(L.da);const R=D.props&&D.props.onVnodeUnmounted;R&&Xr(R,L.parent,D),L.isDeactivated=!0},c)};function w(D){Xp(D),y(D,n,c,!0)}function S(D){a.forEach((L,R)=>{const U=Ug(L.type);U&&(!D||!D(U))&&T(R)})}function T(D){const L=a.get(D);!i||!Ks(L,i)?w(L):i&&Xp(i),a.delete(D),o.delete(D)}Ns(()=>[e.include,e.exclude],([D,L])=>{D&&S(R=>yc(D,R)),L&&S(R=>!yc(L,R))},{flush:"post",deep:!0});let N=null;const I=()=>{N!=null&&a.set(N,Jp(n.subTree))};return Ao(I),ou(I),lu(()=>{a.forEach(D=>{const{subTree:L,suspense:R}=n,U=Jp(L);if(D.type===U.type&&D.key===U.key){Xp(U);const j=U.component.da;j&&pr(j,R);return}w(D)})}),()=>{if(N=null,!t.default)return null;const D=t.default(),L=D[0];if(D.length>1)return i=null,D;if(!Vi(L)||!(L.shapeFlag&4)&&!(L.shapeFlag&128))return i=null,L;let R=Jp(L);const U=R.type,j=Ug(go(R)?R.type.__asyncResolved||{}:U),{include:m,exclude:K,max:F}=e;if(m&&(!j||!yc(m,j))||K&&j&&yc(K,j))return i=R,L;const V=R.key==null?U:R.key,re=a.get(V);return R.el&&(R=Js(R),L.shapeFlag&128&&(L.ssContent=R)),N=V,re?(R.el=re.el,R.component=re.component,R.transition&&Aa(R,R.transition),R.shapeFlag|=512,o.delete(V),o.add(V)):(o.add(V),F&&o.size>parseInt(F,10)&&T(o.values().next().value)),R.shapeFlag|=256,i=R,ax(L.type)?L:R}}},hx=YN;function yc(e,t){return Ye(e)?e.some(n=>yc(n,t)):At(e)?e.split(",").includes(t):$P(e)?e.test(t):!1}function Hm(e,t){px(e,"a",t)}function Vm(e,t){px(e,"da",t)}function px(e,t,n=nr){const r=e.__wdc||(e.__wdc=()=>{let a=n;for(;a;){if(a.isDeactivated)return;a=a.parent}return e()});if(ph(t,r,n),n){let a=n.parent;for(;a&&a.parent;)au(a.parent.vnode)&&XN(r,t,n,a),a=a.parent}}function XN(e,t,n,r){const a=ph(t,e,r,!0);Tl(()=>{_m(r[t],a)},n)}function Xp(e){e.shapeFlag&=-257,e.shapeFlag&=-513}function Jp(e){return e.shapeFlag&128?e.ssContent:e}function ph(e,t,n=nr,r=!1){if(n){const a=n[e]||(n[e]=[]),o=t.__weh||(t.__weh=(...i)=>{if(n.isUnmounted)return;Co();const c=So(n),d=Qr(t,n,e,i);return c(),Io(),d});return r?a.unshift(o):a.push(o),o}}const Wi=e=>(t,n=nr)=>(!uu||e==="sp")&&ph(e,(...r)=>t(...r),n),gh=Wi("bm"),Ao=Wi("m"),Wm=Wi("bu"),ou=Wi("u"),lu=Wi("bum"),Tl=Wi("um"),Gm=Wi("sp"),Km=Wi("rtg"),zm=Wi("rtc");function qm(e,t=nr){ph("ec",e,t)}function Ir(e,t,n,r){let a;const o=n&&n[r];if(Ye(e)||At(e)){a=new Array(e.length);for(let i=0,c=e.length;it(i,c,void 0,o&&o[c]));else{const i=Object.keys(e);a=new Array(i.length);for(let c=0,d=i.length;c{const o=r.fn(...a);return o&&(o.key=r.key),o}:r.fn)}return e}function cu(e,t,n={},r,a){if(Kn.isCE||Kn.parent&&go(Kn.parent)&&Kn.parent.isCE)return t!=="default"&&(n.name=t),mt("slot",n,r&&r());let o=e[t];o&&o._c&&(o._d=!1),_e();const i=o&&mx(o(n)),c=Sn(jt,{key:n.key||i&&i.key||`_${t}`},i||(r?r():[]),i&&e._===1?64:-2);return!a&&c.scopeId&&(c.slotScopeIds=[c.scopeId+"-s"]),o&&o._c&&(o._d=!0),c}function mx(e){return e.some(t=>Vi(t)?!(t.type===gr||t.type===jt&&!mx(t.children)):!0)?e:null}function yx(e,t){const n={};for(const r in e)n[t&&/[A-Z]/.test(r)?`on:${r}`:fo(r)]=e[r];return n}const Og=e=>e?Jx(e)?yh(e)||e.proxy:Og(e.parent):null,Ec=an(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>Og(e.parent),$root:e=>Og(e.root),$emit:e=>e.emit,$options:e=>Ym(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,ch(e.update)}),$nextTick:e=>e.n||(e.n=ru.bind(e.proxy)),$watch:e=>zN.bind(e)}),Zp=(e,t)=>e!==cn&&!e.__isScriptSetup&&sn(e,t),Pg={get({_:e},t){const{ctx:n,setupState:r,data:a,props:o,accessCache:i,type:c,appContext:d}=e;let f;if(t[0]!=="$"){const w=i[t];if(w!==void 0)switch(w){case 1:return r[t];case 2:return a[t];case 4:return n[t];case 3:return o[t]}else{if(Zp(r,t))return i[t]=1,r[t];if(a!==cn&&sn(a,t))return i[t]=2,a[t];if((f=e.propsOptions[0])&&sn(f,t))return i[t]=3,o[t];if(n!==cn&&sn(n,t))return i[t]=4,n[t];Ng&&(i[t]=0)}}const y=Ec[t];let g,v;if(y)return t==="$attrs"&&es(e,"get",t),y(e);if((g=c.__cssModules)&&(g=g[t]))return g;if(n!==cn&&sn(n,t))return i[t]=4,n[t];if(v=d.config.globalProperties,sn(v,t))return v[t]},set({_:e},t,n){const{data:r,setupState:a,ctx:o}=e;return Zp(a,t)?(a[t]=n,!0):r!==cn&&sn(r,t)?(r[t]=n,!0):sn(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(o[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:a,propsOptions:o}},i){let c;return!!n[i]||e!==cn&&sn(e,i)||Zp(t,i)||(c=o[0])&&sn(c,i)||sn(r,i)||sn(Ec,i)||sn(a.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:sn(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}},JN=an({},Pg,{get(e,t){if(t!==Symbol.unscopables)return Pg.get(e,t,e)},has(e,t){return t[0]!=="_"&&!VP(t)}});function bx(){return null}function vx(){return null}function _x(e){}function xx(e){}function Sx(){return null}function wx(){}function Ex(e,t){return null}function Tx(){return Ix().slots}function Cx(){return Ix().attrs}function Ix(){const e=Fr();return e.setupContext||(e.setupContext=tS(e))}function Hc(e){return Ye(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}function kx(e,t){const n=Hc(e);for(const r in t){if(r.startsWith("__skip"))continue;let a=n[r];a?Ye(a)||bt(a)?a=n[r]={type:a,default:t[r]}:a.default=t[r]:a===null&&(a=n[r]={default:t[r]}),a&&t[`__skip_${r}`]&&(a.skipFactory=!0)}return n}function Ax(e,t){return!e||!t?e||t:Ye(e)&&Ye(t)?e.concat(t):an({},Hc(e),Hc(t))}function Ox(e,t){const n={};for(const r in e)t.includes(r)||Object.defineProperty(n,r,{enumerable:!0,get:()=>e[r]});return n}function Px(e){const t=Fr();let n=e();return $g(),xm(n)&&(n=n.catch(r=>{throw So(t),r})),[n,()=>So(t)]}let Ng=!0;function ZN(e){const t=Ym(e),n=e.proxy,r=e.ctx;Ng=!1,t.beforeCreate&&n_(t.beforeCreate,e,"bc");const{data:a,computed:o,methods:i,watch:c,provide:d,inject:f,created:y,beforeMount:g,mounted:v,beforeUpdate:w,updated:S,activated:T,deactivated:N,beforeDestroy:I,beforeUnmount:D,destroyed:L,unmounted:R,render:U,renderTracked:j,renderTriggered:m,errorCaptured:K,serverPrefetch:F,expose:V,inheritAttrs:re,components:ce,directives:J,filters:ye}=t;if(f&&QN(f,r,null),i)for(const we in i){const Ee=i[we];bt(Ee)&&(r[we]=Ee.bind(n))}if(a){const we=a.call(n,n);mn(we)&&(e.data=tu(we))}if(Ng=!0,o)for(const we in o){const Ee=o[we],Qe=bt(Ee)?Ee.bind(n,n):bt(Ee.get)?Ee.get.bind(n,n):sr,ht=!bt(Ee)&&bt(Ee.set)?Ee.set.bind(n):sr,ot=Wn({get:Qe,set:ht});Object.defineProperty(r,we,{enumerable:!0,configurable:!0,get:()=>ot.value,set:vt=>ot.value=vt})}if(c)for(const we in c)Nx(c[we],r,n,we);if(d){const we=bt(d)?d.call(n):d;Reflect.ownKeys(we).forEach(Ee=>{$i(Ee,we[Ee])})}y&&n_(y,e,"c");function fe(we,Ee){Ye(Ee)?Ee.forEach(Qe=>we(Qe.bind(n))):Ee&&we(Ee.bind(n))}if(fe(gh,g),fe(Ao,v),fe(Wm,w),fe(ou,S),fe(Hm,T),fe(Vm,N),fe(qm,K),fe(zm,j),fe(Km,m),fe(lu,D),fe(Tl,R),fe(Gm,F),Ye(V))if(V.length){const we=e.exposed||(e.exposed={});V.forEach(Ee=>{Object.defineProperty(we,Ee,{get:()=>n[Ee],set:Qe=>n[Ee]=Qe})})}else e.exposed||(e.exposed={});U&&e.render===sr&&(e.render=U),re!=null&&(e.inheritAttrs=re),ce&&(e.components=ce),J&&(e.directives=J)}function QN(e,t,n=sr){Ye(e)&&(e=Lg(e));for(const r in e){const a=e[r];let o;mn(a)?"default"in a?o=_n(a.from||r,a.default,!0):o=_n(a.from||r):o=_n(a),ar(o)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>o.value,set:i=>o.value=i}):t[r]=o}}function n_(e,t,n){Qr(Ye(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function Nx(e,t,n,r){const a=r.includes(".")?ux(n,r):()=>n[r];if(At(e)){const o=t[e];bt(o)&&Ns(a,o)}else if(bt(e))Ns(a,e.bind(n));else if(mn(e))if(Ye(e))e.forEach(o=>Nx(o,t,n,r));else{const o=bt(e.handler)?e.handler.bind(n):t[e.handler];bt(o)&&Ns(a,o,e)}}function Ym(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:a,optionsCache:o,config:{optionMergeStrategies:i}}=e.appContext,c=o.get(t);let d;return c?d=c:!a.length&&!n&&!r?d=t:(d={},a.length&&a.forEach(f=>Sf(d,f,i,!0)),Sf(d,t,i)),mn(t)&&o.set(t,d),d}function Sf(e,t,n,r=!1){const{mixins:a,extends:o}=t;o&&Sf(e,o,n,!0),a&&a.forEach(i=>Sf(e,i,n,!0));for(const i in t)if(!(r&&i==="expose")){const c=e2[i]||n&&n[i];e[i]=c?c(e[i],t[i]):t[i]}return e}const e2={data:r_,props:s_,emits:s_,methods:bc,computed:bc,beforeCreate:Rr,created:Rr,beforeMount:Rr,mounted:Rr,beforeUpdate:Rr,updated:Rr,beforeDestroy:Rr,beforeUnmount:Rr,destroyed:Rr,unmounted:Rr,activated:Rr,deactivated:Rr,errorCaptured:Rr,serverPrefetch:Rr,components:bc,directives:bc,watch:n2,provide:r_,inject:t2};function r_(e,t){return t?e?function(){return an(bt(e)?e.call(this,this):e,bt(t)?t.call(this,this):t)}:t:e}function t2(e,t){return bc(Lg(e),Lg(t))}function Lg(e){if(Ye(e)){const t={};for(let n=0;n1)return n&&bt(t)?t.call(r&&r.proxy):t}}function Rx(){return!!(nr||Kn||Vc)}function i2(e,t,n,r=!1){const a={},o={};bf(o,mh,1),e.propsDefaults=Object.create(null),Dx(e,t,a,o);for(const i in e.propsOptions[0])i in a||(a[i]=void 0);n?e.props=r?a:km(a):e.type.props?e.props=a:e.props=o,e.attrs=o}function a2(e,t,n,r){const{props:a,attrs:o,vnode:{patchFlag:i}}=e,c=Zt(a),[d]=e.propsOptions;let f=!1;if((r||i>0)&&!(i&16)){if(i&8){const y=e.vnode.dynamicProps;for(let g=0;g{d=!0;const[v,w]=Mx(g,t,!0);an(i,v),w&&c.push(...w)};!n&&t.mixins.length&&t.mixins.forEach(y),e.extends&&y(e.extends),e.mixins&&e.mixins.forEach(y)}if(!o&&!d)return mn(e)&&r.set(e,sl),sl;if(Ye(o))for(let y=0;y-1,w[1]=T<0||S-1||sn(w,"default"))&&c.push(g)}}}const f=[i,c];return mn(e)&&r.set(e,f),f}function i_(e){return e[0]!=="$"}function a_(e){const t=e&&e.toString().match(/^\s*(function|class) (\w+)/);return t?t[2]:e===null?"null":""}function o_(e,t){return a_(e)===a_(t)}function l_(e,t){return Ye(t)?t.findIndex(n=>o_(n,e)):bt(t)&&o_(t,e)?0:-1}const $x=e=>e[0]==="_"||e==="$stable",Xm=e=>Ye(e)?e.map(hs):[hs(e)],o2=(e,t,n)=>{if(t._n)return t;const r=$r((...a)=>Xm(t(...a)),n);return r._c=!1,r},Fx=(e,t,n)=>{const r=e._ctx;for(const a in e){if($x(a))continue;const o=e[a];if(bt(o))t[a]=o2(a,o,r);else if(o!=null){const i=Xm(o);t[a]=()=>i}}},Bx=(e,t)=>{const n=Xm(t);e.slots.default=()=>n},l2=(e,t)=>{if(e.vnode.shapeFlag&32){const n=t._;n?(e.slots=Zt(t),bf(t,"_",n)):Fx(t,e.slots={})}else e.slots={},t&&Bx(e,t);bf(e.slots,mh,1)},c2=(e,t,n)=>{const{vnode:r,slots:a}=e;let o=!0,i=cn;if(r.shapeFlag&32){const c=t._;c?n&&c===1?o=!1:(an(a,t),!n&&c===1&&delete a._):(o=!t.$stable,Fx(t,a)),i=t}else t&&(Bx(e,t),i={default:1});if(o)for(const c in a)!$x(c)&&i[c]==null&&delete a[c]};function wf(e,t,n,r,a=!1){if(Ye(e)){e.forEach((v,w)=>wf(v,t&&(Ye(t)?t[w]:t),n,r,a));return}if(go(r)&&!a)return;const o=r.shapeFlag&4?yh(r.component)||r.component.proxy:r.el,i=a?null:o,{i:c,r:d}=e,f=t&&t.r,y=c.refs===cn?c.refs={}:c.refs,g=c.setupState;if(f!=null&&f!==d&&(At(f)?(y[f]=null,sn(g,f)&&(g[f]=null)):ar(f)&&(f.value=null)),bt(d))pi(d,c,12,[i,y]);else{const v=At(d),w=ar(d),S=e.f;if(v||w){const T=()=>{if(S){const N=v?sn(g,d)?g[d]:y[d]:d.value;a?Ye(N)&&_m(N,o):Ye(N)?N.includes(o)||N.push(o):v?(y[d]=[o],sn(g,d)&&(g[d]=y[d])):(d.value=[o],e.k&&(y[e.k]=d.value))}else v?(y[d]=i,sn(g,d)&&(g[d]=i)):w&&(d.value=i,e.k&&(y[e.k]=i))};a||S?T():(T.id=-1,pr(T,n))}}}let ua=!1;const u2=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",d2=e=>e.namespaceURI.includes("MathML"),$d=e=>{if(u2(e))return"svg";if(d2(e))return"mathml"},Fd=e=>e.nodeType===8;function f2(e){const{mt:t,p:n,o:{patchProp:r,createText:a,nextSibling:o,parentNode:i,remove:c,insert:d,createComment:f}}=e,y=(L,R)=>{if(!R.hasChildNodes()){n(null,L,R),xf(),R._vnode=L;return}ua=!1,g(R.firstChild,L,null,null,null),xf(),R._vnode=L,ua&&console.error("Hydration completed but contains mismatches.")},g=(L,R,U,j,m,K=!1)=>{const F=Fd(L)&&L.data==="[",V=()=>T(L,R,U,j,m,F),{type:re,ref:ce,shapeFlag:J,patchFlag:ye}=R;let Me=L.nodeType;R.el=L,ye===-2&&(K=!1,R.dynamicChildren=null);let fe=null;switch(re){case Hi:Me!==3?R.children===""?(d(R.el=a(""),i(L),L),fe=L):fe=V():(L.data!==R.children&&(ua=!0,L.data=R.children),fe=o(L));break;case gr:D(L)?(fe=o(L),I(R.el=L.content.firstChild,L,U)):Me!==8||F?fe=V():fe=o(L);break;case Ca:if(F&&(L=o(L),Me=L.nodeType),Me===1||Me===3){fe=L;const we=!R.children.length;for(let Ee=0;Ee{K=K||!!R.dynamicChildren;const{type:F,props:V,patchFlag:re,shapeFlag:ce,dirs:J,transition:ye}=R,Me=F==="input"||F==="option";if(Me||re!==-1){J&&ui(R,null,U,"created");let fe=!1;if(D(L)){fe=jx(j,ye)&&U&&U.vnode.props&&U.vnode.props.appear;const Ee=L.content.firstChild;fe&&ye.beforeEnter(Ee),I(Ee,L,U),R.el=L=Ee}if(ce&16&&!(V&&(V.innerHTML||V.textContent))){let Ee=w(L.firstChild,R,L,U,j,m,K);for(;Ee;){ua=!0;const Qe=Ee;Ee=Ee.nextSibling,c(Qe)}}else ce&8&&L.textContent!==R.children&&(ua=!0,L.textContent=R.children);if(V)if(Me||!K||re&48)for(const Ee in V)(Me&&(Ee.endsWith("value")||Ee==="indeterminate")||Eo(Ee)&&!uo(Ee)||Ee[0]===".")&&r(L,Ee,null,V[Ee],void 0,void 0,U);else V.onClick&&r(L,"onClick",null,V.onClick,void 0,void 0,U);let we;(we=V&&V.onVnodeBeforeMount)&&Xr(we,U,R),J&&ui(R,null,U,"beforeMount"),((we=V&&V.onVnodeMounted)||J||fe)&&lx(()=>{we&&Xr(we,U,R),fe&&ye.enter(L),J&&ui(R,null,U,"mounted")},j)}return L.nextSibling},w=(L,R,U,j,m,K,F)=>{F=F||!!R.dynamicChildren;const V=R.children,re=V.length;for(let ce=0;ce{const{slotScopeIds:F}=R;F&&(m=m?m.concat(F):F);const V=i(L),re=w(o(L),R,V,U,j,m,K);return re&&Fd(re)&&re.data==="]"?o(R.anchor=re):(ua=!0,d(R.anchor=f("]"),V,re),re)},T=(L,R,U,j,m,K)=>{if(ua=!0,R.el=null,K){const re=N(L);for(;;){const ce=o(L);if(ce&&ce!==re)c(ce);else break}}const F=o(L),V=i(L);return c(L),n(null,R,V,F,U,j,$d(V),m),F},N=(L,R="[",U="]")=>{let j=0;for(;L;)if(L=o(L),L&&Fd(L)&&(L.data===R&&j++,L.data===U)){if(j===0)return o(L);j--}return L},I=(L,R,U)=>{const j=R.parentNode;j&&j.replaceChild(L,R);let m=U;for(;m;)m.vnode.el===R&&(m.vnode.el=m.subTree.el=L),m=m.parent},D=L=>L.nodeType===1&&L.tagName.toLowerCase()==="template";return[y,g]}const pr=lx;function Jm(e){return Ux(e)}function Zm(e){return Ux(e,f2)}function Ux(e,t){const n=g1();n.__VUE__=!0;const{insert:r,remove:a,patchProp:o,createElement:i,createText:c,createComment:d,setText:f,setElementText:y,parentNode:g,nextSibling:v,setScopeId:w=sr,insertStaticContent:S}=e,T=(A,C,G,ie=null,te=null,be=null,$e=void 0,Ce=null,Le=!!C.dynamicChildren)=>{if(A===C)return;A&&!Ks(A,C)&&(ie=Lt(A),vt(A,te,be,!0),A=null),C.patchFlag===-2&&(Le=!1,C.dynamicChildren=null);const{type:Te,ref:Fe,shapeFlag:Be}=C;switch(Te){case Hi:N(A,C,G,ie);break;case gr:I(A,C,G,ie);break;case Ca:A==null&&D(C,G,ie,$e);break;case jt:ce(A,C,G,ie,te,be,$e,Ce,Le);break;default:Be&1?U(A,C,G,ie,te,be,$e,Ce,Le):Be&6?J(A,C,G,ie,te,be,$e,Ce,Le):(Be&64||Be&128)&&Te.process(A,C,G,ie,te,be,$e,Ce,Le,Rt)}Fe!=null&&te&&wf(Fe,A&&A.ref,be,C||A,!C)},N=(A,C,G,ie)=>{if(A==null)r(C.el=c(C.children),G,ie);else{const te=C.el=A.el;C.children!==A.children&&f(te,C.children)}},I=(A,C,G,ie)=>{A==null?r(C.el=d(C.children||""),G,ie):C.el=A.el},D=(A,C,G,ie)=>{[A.el,A.anchor]=S(A.children,C,G,ie,A.el,A.anchor)},L=({el:A,anchor:C},G,ie)=>{let te;for(;A&&A!==C;)te=v(A),r(A,G,ie),A=te;r(C,G,ie)},R=({el:A,anchor:C})=>{let G;for(;A&&A!==C;)G=v(A),a(A),A=G;a(C)},U=(A,C,G,ie,te,be,$e,Ce,Le)=>{C.type==="svg"?$e="svg":C.type==="math"&&($e="mathml"),A==null?j(C,G,ie,te,be,$e,Ce,Le):F(A,C,te,be,$e,Ce,Le)},j=(A,C,G,ie,te,be,$e,Ce)=>{let Le,Te;const{props:Fe,shapeFlag:Be,transition:Y,dirs:ge}=A;if(Le=A.el=i(A.type,be,Fe&&Fe.is,Fe),Be&8?y(Le,A.children):Be&16&&K(A.children,Le,null,ie,te,Qp(A,be),$e,Ce),ge&&ui(A,null,ie,"created"),m(Le,A,A.scopeId,$e,ie),Fe){for(const Xe in Fe)Xe!=="value"&&!uo(Xe)&&o(Le,Xe,null,Fe[Xe],be,A.children,ie,te,yt);"value"in Fe&&o(Le,"value",null,Fe.value,be),(Te=Fe.onVnodeBeforeMount)&&Xr(Te,ie,A)}ge&&ui(A,null,ie,"beforeMount");const He=jx(te,Y);He&&Y.beforeEnter(Le),r(Le,C,G),((Te=Fe&&Fe.onVnodeMounted)||He||ge)&&pr(()=>{Te&&Xr(Te,ie,A),He&&Y.enter(Le),ge&&ui(A,null,ie,"mounted")},te)},m=(A,C,G,ie,te)=>{if(G&&w(A,G),ie)for(let be=0;be{for(let Te=Le;Te{const Ce=C.el=A.el;let{patchFlag:Le,dynamicChildren:Te,dirs:Fe}=C;Le|=A.patchFlag&16;const Be=A.props||cn,Y=C.props||cn;let ge;if(G&&Za(G,!1),(ge=Y.onVnodeBeforeUpdate)&&Xr(ge,G,C,A),Fe&&ui(C,A,G,"beforeUpdate"),G&&Za(G,!0),Te?V(A.dynamicChildren,Te,Ce,G,ie,Qp(C,te),be):$e||Ee(A,C,Ce,null,G,ie,Qp(C,te),be,!1),Le>0){if(Le&16)re(Ce,C,Be,Y,G,ie,te);else if(Le&2&&Be.class!==Y.class&&o(Ce,"class",null,Y.class,te),Le&4&&o(Ce,"style",Be.style,Y.style,te),Le&8){const He=C.dynamicProps;for(let Xe=0;Xe{ge&&Xr(ge,G,C,A),Fe&&ui(C,A,G,"updated")},ie)},V=(A,C,G,ie,te,be,$e)=>{for(let Ce=0;Ce{if(G!==ie){if(G!==cn)for(const Ce in G)!uo(Ce)&&!(Ce in ie)&&o(A,Ce,G[Ce],null,$e,C.children,te,be,yt);for(const Ce in ie){if(uo(Ce))continue;const Le=ie[Ce],Te=G[Ce];Le!==Te&&Ce!=="value"&&o(A,Ce,Te,Le,$e,C.children,te,be,yt)}"value"in ie&&o(A,"value",G.value,ie.value,$e)}},ce=(A,C,G,ie,te,be,$e,Ce,Le)=>{const Te=C.el=A?A.el:c(""),Fe=C.anchor=A?A.anchor:c("");let{patchFlag:Be,dynamicChildren:Y,slotScopeIds:ge}=C;ge&&(Ce=Ce?Ce.concat(ge):ge),A==null?(r(Te,G,ie),r(Fe,G,ie),K(C.children||[],G,Fe,te,be,$e,Ce,Le)):Be>0&&Be&64&&Y&&A.dynamicChildren?(V(A.dynamicChildren,Y,G,te,be,$e,Ce),(C.key!=null||te&&C===te.subTree)&&Qm(A,C,!0)):Ee(A,C,G,Fe,te,be,$e,Ce,Le)},J=(A,C,G,ie,te,be,$e,Ce,Le)=>{C.slotScopeIds=Ce,A==null?C.shapeFlag&512?te.ctx.activate(C,G,ie,$e,Le):ye(C,G,ie,te,be,$e,Le):Me(A,C,Le)},ye=(A,C,G,ie,te,be,$e)=>{const Ce=A.component=Xx(A,ie,te);if(au(A)&&(Ce.ctx.renderer=Rt),Zx(Ce),Ce.asyncDep){if(te&&te.registerDep(Ce,fe),!A.el){const Le=Ce.subTree=mt(gr);I(null,Le,C,G)}}else fe(Ce,A,C,G,te,be,$e)},Me=(A,C,G)=>{const ie=C.component=A.component;if(BN(A,C,G))if(ie.asyncDep&&!ie.asyncResolved){we(ie,C,G);return}else ie.next=C,LN(ie.update),ie.effect.dirty=!0,ie.update();else C.el=A.el,ie.vnode=C},fe=(A,C,G,ie,te,be,$e)=>{const Ce=()=>{if(A.isMounted){let{next:Fe,bu:Be,u:Y,parent:ge,vnode:He}=A;{const Pe=Hx(A);if(Pe){Fe&&(Fe.el=He.el,we(A,Fe,$e)),Pe.asyncDep.then(()=>{A.isUnmounted||Ce()});return}}let Xe=Fe,se;Za(A,!1),Fe?(Fe.el=He.el,we(A,Fe,$e)):Fe=He,Be&&al(Be),(se=Fe.props&&Fe.props.onVnodeBeforeUpdate)&&Xr(se,ge,Fe,He),Za(A,!0);const le=nf(A),pe=A.subTree;A.subTree=le,T(pe,le,g(pe.el),Lt(pe),A,te,be),Fe.el=le.el,Xe===null&&Lm(A,le.el),Y&&pr(Y,te),(se=Fe.props&&Fe.props.onVnodeUpdated)&&pr(()=>Xr(se,ge,Fe,He),te)}else{let Fe;const{el:Be,props:Y}=C,{bm:ge,m:He,parent:Xe}=A,se=go(C);if(Za(A,!1),ge&&al(ge),!se&&(Fe=Y&&Y.onVnodeBeforeMount)&&Xr(Fe,Xe,C),Za(A,!0),Be&&on){const le=()=>{A.subTree=nf(A),on(Be,A.subTree,A,te,null)};se?C.type.__asyncLoader().then(()=>!A.isUnmounted&&le()):le()}else{const le=A.subTree=nf(A);T(null,le,G,ie,A,te,be),C.el=le.el}if(He&&pr(He,te),!se&&(Fe=Y&&Y.onVnodeMounted)){const le=C;pr(()=>Xr(Fe,Xe,le),te)}(C.shapeFlag&256||Xe&&go(Xe.vnode)&&Xe.vnode.shapeFlag&256)&&A.a&&pr(A.a,te),A.isMounted=!0,C=G=ie=null}},Le=A.effect=new vo(Ce,sr,()=>ch(Te),A.scope),Te=A.update=()=>{Le.dirty&&Le.run()};Te.id=A.uid,Za(A,!0),Te()},we=(A,C,G)=>{C.component=A;const ie=A.vnode.props;A.vnode=C,A.next=null,a2(A,C.props,ie,G),c2(A,C.children,G),Co(),Jv(A),Io()},Ee=(A,C,G,ie,te,be,$e,Ce,Le=!1)=>{const Te=A&&A.children,Fe=A?A.shapeFlag:0,Be=C.children,{patchFlag:Y,shapeFlag:ge}=C;if(Y>0){if(Y&128){ht(Te,Be,G,ie,te,be,$e,Ce,Le);return}else if(Y&256){Qe(Te,Be,G,ie,te,be,$e,Ce,Le);return}}ge&8?(Fe&16&&yt(Te,te,be),Be!==Te&&y(G,Be)):Fe&16?ge&16?ht(Te,Be,G,ie,te,be,$e,Ce,Le):yt(Te,te,be,!0):(Fe&8&&y(G,""),ge&16&&K(Be,G,ie,te,be,$e,Ce,Le))},Qe=(A,C,G,ie,te,be,$e,Ce,Le)=>{A=A||sl,C=C||sl;const Te=A.length,Fe=C.length,Be=Math.min(Te,Fe);let Y;for(Y=0;YFe?yt(A,te,be,!0,!1,Be):K(C,G,ie,te,be,$e,Ce,Le,Be)},ht=(A,C,G,ie,te,be,$e,Ce,Le)=>{let Te=0;const Fe=C.length;let Be=A.length-1,Y=Fe-1;for(;Te<=Be&&Te<=Y;){const ge=A[Te],He=C[Te]=Le?ba(C[Te]):hs(C[Te]);if(Ks(ge,He))T(ge,He,G,null,te,be,$e,Ce,Le);else break;Te++}for(;Te<=Be&&Te<=Y;){const ge=A[Be],He=C[Y]=Le?ba(C[Y]):hs(C[Y]);if(Ks(ge,He))T(ge,He,G,null,te,be,$e,Ce,Le);else break;Be--,Y--}if(Te>Be){if(Te<=Y){const ge=Y+1,He=geY)for(;Te<=Be;)vt(A[Te],te,be,!0),Te++;else{const ge=Te,He=Te,Xe=new Map;for(Te=He;Te<=Y;Te++){const lt=C[Te]=Le?ba(C[Te]):hs(C[Te]);lt.key!=null&&Xe.set(lt.key,Te)}let se,le=0;const pe=Y-He+1;let Pe=!1,je=0;const Je=new Array(pe);for(Te=0;Te=pe){vt(lt,te,be,!0);continue}let Ot;if(lt.key!=null)Ot=Xe.get(lt.key);else for(se=He;se<=Y;se++)if(Je[se-He]===0&&Ks(lt,C[se])){Ot=se;break}Ot===void 0?vt(lt,te,be,!0):(Je[Ot-He]=Te+1,Ot>=je?je=Ot:Pe=!0,T(lt,C[Ot],G,null,te,be,$e,Ce,Le),le++)}const rt=Pe?h2(Je):sl;for(se=rt.length-1,Te=pe-1;Te>=0;Te--){const lt=He+Te,Ot=C[lt],st=lt+1{const{el:be,type:$e,transition:Ce,children:Le,shapeFlag:Te}=A;if(Te&6){ot(A.component.subTree,C,G,ie);return}if(Te&128){A.suspense.move(C,G,ie);return}if(Te&64){$e.move(A,C,G,Rt);return}if($e===jt){r(be,C,G);for(let Be=0;BeCe.enter(be),te);else{const{leave:Be,delayLeave:Y,afterLeave:ge}=Ce,He=()=>r(be,C,G),Xe=()=>{Be(be,()=>{He(),ge&&ge()})};Y?Y(be,He,Xe):Xe()}else r(be,C,G)},vt=(A,C,G,ie=!1,te=!1)=>{const{type:be,props:$e,ref:Ce,children:Le,dynamicChildren:Te,shapeFlag:Fe,patchFlag:Be,dirs:Y}=A;if(Ce!=null&&wf(Ce,null,G,A,!0),Fe&256){C.ctx.deactivate(A);return}const ge=Fe&1&&Y,He=!go(A);let Xe;if(He&&(Xe=$e&&$e.onVnodeBeforeUnmount)&&Xr(Xe,C,A),Fe&6)Ft(A.component,G,ie);else{if(Fe&128){A.suspense.unmount(G,ie);return}ge&&ui(A,null,C,"beforeUnmount"),Fe&64?A.type.remove(A,C,G,te,Rt,ie):Te&&(be!==jt||Be>0&&Be&64)?yt(Te,C,G,!1,!0):(be===jt&&Be&384||!te&&Fe&16)&&yt(Le,C,G),ie&&Yt(A)}(He&&(Xe=$e&&$e.onVnodeUnmounted)||ge)&&pr(()=>{Xe&&Xr(Xe,C,A),ge&&ui(A,null,C,"unmounted")},G)},Yt=A=>{const{type:C,el:G,anchor:ie,transition:te}=A;if(C===jt){tn(G,ie);return}if(C===Ca){R(A);return}const be=()=>{a(G),te&&!te.persisted&&te.afterLeave&&te.afterLeave()};if(A.shapeFlag&1&&te&&!te.persisted){const{leave:$e,delayLeave:Ce}=te,Le=()=>$e(G,be);Ce?Ce(A.el,be,Le):Le()}else be()},tn=(A,C)=>{let G;for(;A!==C;)G=v(A),a(A),A=G;a(C)},Ft=(A,C,G)=>{const{bum:ie,scope:te,update:be,subTree:$e,um:Ce}=A;ie&&al(ie),te.stop(),be&&(be.active=!1,vt($e,A,C,G)),Ce&&pr(Ce,C),pr(()=>{A.isUnmounted=!0},C),C&&C.pendingBranch&&!C.isUnmounted&&A.asyncDep&&!A.asyncResolved&&A.suspenseId===C.pendingId&&(C.deps--,C.deps===0&&C.resolve())},yt=(A,C,G,ie=!1,te=!1,be=0)=>{for(let $e=be;$eA.shapeFlag&6?Lt(A.component.subTree):A.shapeFlag&128?A.suspense.next():v(A.anchor||A.el);let Qt=!1;const Kt=(A,C,G)=>{A==null?C._vnode&&vt(C._vnode,null,null,!0):T(C._vnode||null,A,C,null,null,null,G),Qt||(Qt=!0,Jv(),xf(),Qt=!1),C._vnode=A},Rt={p:T,um:vt,m:ot,r:Yt,mt:ye,mc:K,pc:Ee,pbc:V,n:Lt,o:e};let yn,on;return t&&([yn,on]=t(Rt)),{render:Kt,hydrate:yn,createApp:s2(Kt,yn)}}function Qp({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function Za({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function jx(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Qm(e,t,n=!1){const r=e.children,a=t.children;if(Ye(r)&&Ye(a))for(let o=0;o>1,e[n[c]]0&&(t[r]=n[o-1]),n[o]=r)}}for(o=n.length,i=n[o-1];o-- >0;)n[o]=i,i=t[i];return n}function Hx(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Hx(t)}const p2=e=>e.__isTeleport,Tc=e=>e&&(e.disabled||e.disabled===""),c_=e=>typeof SVGElement<"u"&&e instanceof SVGElement,u_=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,Dg=(e,t)=>{const n=e&&e.to;return At(n)?t?t(n):null:n},g2={name:"Teleport",__isTeleport:!0,process(e,t,n,r,a,o,i,c,d,f){const{mc:y,pc:g,pbc:v,o:{insert:w,querySelector:S,createText:T,createComment:N}}=f,I=Tc(t.props);let{shapeFlag:D,children:L,dynamicChildren:R}=t;if(e==null){const U=t.el=T(""),j=t.anchor=T("");w(U,n,r),w(j,n,r);const m=t.target=Dg(t.props,S),K=t.targetAnchor=T("");m&&(w(K,m),i==="svg"||c_(m)?i="svg":(i==="mathml"||u_(m))&&(i="mathml"));const F=(V,re)=>{D&16&&y(L,V,re,a,o,i,c,d)};I?F(n,j):m&&F(m,K)}else{t.el=e.el;const U=t.anchor=e.anchor,j=t.target=e.target,m=t.targetAnchor=e.targetAnchor,K=Tc(e.props),F=K?n:j,V=K?U:m;if(i==="svg"||c_(j)?i="svg":(i==="mathml"||u_(j))&&(i="mathml"),R?(v(e.dynamicChildren,R,F,a,o,i,c),Qm(e,t,!0)):d||g(e,t,F,V,a,o,i,c,!1),I)K?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):Bd(t,n,U,f,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const re=t.target=Dg(t.props,S);re&&Bd(t,re,null,f,0)}else K&&Bd(t,j,m,f,1)}Wx(t)},remove(e,t,n,r,{um:a,o:{remove:o}},i){const{shapeFlag:c,children:d,anchor:f,targetAnchor:y,target:g,props:v}=e;if(g&&o(y),i&&o(f),c&16){const w=i||!Tc(v);for(let S=0;S0?Jr||sl:null,Gx(),xo>0&&Jr&&Jr.push(e),e}function Ne(e,t,n,r,a,o){return Kx(E(e,t,n,r,a,o,!0))}function Sn(e,t,n,r,a){return Kx(mt(e,t,n,r,a,!0))}function Vi(e){return e?e.__v_isVNode===!0:!1}function Ks(e,t){return e.type===t.type&&e.key===t.key}function zx(e){}const mh="__vInternal",qx=({key:e})=>e??null,rf=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?At(e)||ar(e)||bt(e)?{i:Kn,r:e,k:t,f:!!n}:e:null);function E(e,t=null,n=null,r=0,a=null,o=e===jt?0:1,i=!1,c=!1){const d={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&qx(t),ref:t&&rf(t),scopeId:dh,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:o,patchFlag:r,dynamicProps:a,dynamicChildren:null,appContext:null,ctx:Kn};return c?(ty(d,n),o&128&&e.normalize(d)):n&&(d.shapeFlag|=At(n)?8:16),xo>0&&!i&&Jr&&(d.patchFlag>0||o&6)&&d.patchFlag!==32&&Jr.push(d),d}const mt=y2;function y2(e,t=null,n=null,r=0,a=null,o=!1){if((!e||e===rx)&&(e=gr),Vi(e)){const c=Js(e,t,!0);return n&&ty(c,n),xo>0&&!o&&Jr&&(c.shapeFlag&6?Jr[Jr.indexOf(e)]=c:Jr.push(c)),c.patchFlag|=-2,c}if(S2(e)&&(e=e.__vccOpts),t){t=ey(t);let{class:c,style:d}=t;c&&!At(c)&&(t.class=qt(c)),mn(d)&&(ih(d)&&!Ye(d)&&(d=an({},d)),t.style=El(d))}const i=At(e)?1:ax(e)?128:p2(e)?64:mn(e)?4:bt(e)?2:0;return E(e,t,n,r,a,i,o,!0)}function ey(e){return e?ih(e)||mh in e?an({},e):e:null}function Js(e,t,n=!1){const{props:r,ref:a,patchFlag:o,children:i}=e,c=t?ny(r||{},t):r;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:c,key:c&&qx(c),ref:t&&t.ref?n&&a?Ye(a)?a.concat(rf(t)):[a,rf(t)]:rf(t):a,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:i,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==jt?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Js(e.ssContent),ssFallback:e.ssFallback&&Js(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function vn(e=" ",t=0){return mt(Hi,null,e,t)}function Yx(e,t){const n=mt(Ca,null,e);return n.staticCount=t,n}function nt(e="",t=!1){return t?(_e(),Sn(gr,null,e)):mt(gr,null,e)}function hs(e){return e==null||typeof e=="boolean"?mt(gr):Ye(e)?mt(jt,null,e.slice()):typeof e=="object"?ba(e):mt(Hi,null,String(e))}function ba(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Js(e)}function ty(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(Ye(t))n=16;else if(typeof t=="object")if(r&65){const a=t.default;a&&(a._c&&(a._d=!1),ty(e,a()),a._c&&(a._d=!0));return}else{n=32;const a=t._;!a&&!(mh in t)?t._ctx=Kn:a===3&&Kn&&(Kn.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else bt(t)?(t={default:t,_ctx:Kn},n=32):(t=String(t),r&64?(n=16,t=[vn(t)]):n=8);e.children=t,e.shapeFlag|=n}function ny(...e){const t={};for(let n=0;nnr||Kn;let Tf,Mg;{const e=g1(),t=(n,r)=>{let a;return(a=e[n])||(a=e[n]=[]),a.push(r),o=>{a.length>1?a.forEach(i=>i(o)):a[0](o)}};Tf=t("__VUE_INSTANCE_SETTERS__",n=>nr=n),Mg=t("__VUE_SSR_SETTERS__",n=>uu=n)}const So=e=>{const t=nr;return Tf(e),e.scope.on(),()=>{e.scope.off(),Tf(t)}},$g=()=>{nr&&nr.scope.off(),Tf(null)};function Jx(e){return e.vnode.shapeFlag&4}let uu=!1;function Zx(e,t=!1){t&&Mg(t);const{props:n,children:r}=e.vnode,a=Jx(e);i2(e,n,a,t),l2(e,r);const o=a?_2(e,t):void 0;return t&&Mg(!1),o}function _2(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=ah(new Proxy(e.ctx,Pg));const{setup:r}=n;if(r){const a=e.setupContext=r.length>1?tS(e):null,o=So(e);Co();const i=pi(r,e,0,[e.props,a]);if(Io(),o(),xm(i)){if(i.then($g,$g),t)return i.then(c=>{Fg(e,c,t)}).catch(c=>{La(c,e,0)});e.asyncDep=i}else Fg(e,i,t)}else eS(e,t)}function Fg(e,t,n){bt(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:mn(t)&&(e.setupState=lh(t)),eS(e,n)}let Cf,Bg;function ry(e){Cf=e,Bg=t=>{t.render._rc&&(t.withProxy=new Proxy(t.ctx,JN))}}const Qx=()=>!Cf;function eS(e,t,n){const r=e.type;if(!e.render){if(!t&&Cf&&!r.render){const a=r.template||Ym(e).template;if(a){const{isCustomElement:o,compilerOptions:i}=e.appContext.config,{delimiters:c,compilerOptions:d}=r,f=an(an({isCustomElement:o,delimiters:c},i),d);r.render=Cf(a,f)}}e.render=r.render||sr,Bg&&Bg(e)}{const a=So(e);Co();try{ZN(e)}finally{Io(),a()}}}function x2(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get(t,n){return es(e,"get","$attrs"),t[n]}}))}function tS(e){const t=n=>{e.exposed=n||{}};return{get attrs(){return x2(e)},slots:e.slots,emit:e.emit,expose:t}}function yh(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(lh(ah(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in Ec)return Ec[n](e)},has(t,n){return n in t||n in Ec}}))}function Ug(e,t=!0){return bt(e)?e.displayName||e.name:e.name||t&&e.__name}function S2(e){return bt(e)&&"__vccOpts"in e}const Wn=(e,t)=>EN(e,t,uu);function nS(e,t,n=cn){const r=Fr(),a=Ln(t),o=ps(t),i=Pm((d,f)=>{let y;return Um(()=>{const g=e[t];Xs(y,g)&&(y=g,f())}),{get(){return d(),n.get?n.get(y):y},set(g){const v=r.vnode.props;!(v&&(t in v||a in v||o in v)&&(`onUpdate:${t}`in v||`onUpdate:${a}`in v||`onUpdate:${o}`in v))&&Xs(g,y)&&(y=g,f()),r.emit(`update:${t}`,n.set?n.set(g):g)}}}),c=t==="modelValue"?"modelModifiers":`${t}Modifiers`;return i[Symbol.iterator]=()=>{let d=0;return{next(){return d<2?{value:d++?e[c]||{}:i,done:!1}:{done:!0}}}},i}function du(e,t,n){const r=arguments.length;return r===2?mn(t)&&!Ye(t)?Vi(t)?mt(e,null,[t]):mt(e,t):mt(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&Vi(n)&&(n=[n]),mt(e,t,n))}function rS(){}function sS(e,t,n,r){const a=n[r];if(a&&sy(a,e))return a;const o=t();return o.memo=e.slice(),n[r]=o}function sy(e,t){const n=e.memo;if(n.length!=t.length)return!1;for(let r=0;r0&&Jr&&Jr.push(e),!0}const iy="3.4.15",iS=sr,aS=ON,oS=Qo,lS=Z1,w2={createComponentInstance:Xx,setupComponent:Zx,renderComponentRoot:nf,setCurrentRenderingInstance:Uc,isVNode:Vi,normalizeVNode:hs},cS=w2,uS=null,dS=null,fS=null;/** -* @vue/runtime-dom v3.4.15 +**/function G1(e,t){}const K1={SETUP_FUNCTION:0,0:"SETUP_FUNCTION",RENDER_FUNCTION:1,1:"RENDER_FUNCTION",WATCH_GETTER:2,2:"WATCH_GETTER",WATCH_CALLBACK:3,3:"WATCH_CALLBACK",WATCH_CLEANUP:4,4:"WATCH_CLEANUP",NATIVE_EVENT_HANDLER:5,5:"NATIVE_EVENT_HANDLER",COMPONENT_EVENT_HANDLER:6,6:"COMPONENT_EVENT_HANDLER",VNODE_HOOK:7,7:"VNODE_HOOK",DIRECTIVE_HOOK:8,8:"DIRECTIVE_HOOK",TRANSITION_HOOK:9,9:"TRANSITION_HOOK",APP_ERROR_HANDLER:10,10:"APP_ERROR_HANDLER",APP_WARN_HANDLER:11,11:"APP_WARN_HANDLER",FUNCTION_REF:12,12:"FUNCTION_REF",ASYNC_COMPONENT_LOADER:13,13:"ASYNC_COMPONENT_LOADER",SCHEDULER:14,14:"SCHEDULER"},AN={sp:"serverPrefetch hook",bc:"beforeCreate hook",c:"created hook",bm:"beforeMount hook",m:"mounted hook",bu:"beforeUpdate hook",u:"updated",bum:"beforeUnmount hook",um:"unmounted hook",a:"activated hook",da:"deactivated hook",ec:"errorCaptured hook",rtc:"renderTracked hook",rtg:"renderTriggered hook",0:"setup function",1:"render function",2:"watcher getter",3:"watcher callback",4:"watcher cleanup function",5:"native event handler",6:"component event handler",7:"vnode hook",8:"directive hook",9:"transition hook",10:"app errorHandler",11:"app warnHandler",12:"ref function",13:"async component loader",14:"scheduler flush. This is likely a Vue internals bug. Please open an issue at https://github.com/vuejs/core ."};function pi(e,t,n,r){try{return r?e(...r):e()}catch(a){Ra(a,t,n)}}function Qr(e,t,n,r){if(yt(e)){const o=pi(e,t,n,r);return o&&Sm(o)&&o.catch(i=>{Ra(i,t,n)}),o}const a=[];for(let o=0;o>>1,a=wr[r],o=Uc(a);odi&&wr.splice(t,1)}function Bc(e){Ye(e)?ll.push(...e):(!ga||!ga.includes(e,e.allowRecurse?oo+1:oo))&&ll.push(e),q1()}function Jv(e,t,n=Fc?di+1:0){for(;nUc(n)-Uc(r));if(ll.length=0,ga){ga.push(...t);return}for(ga=t,oo=0;ooe.id==null?1/0:e.id,LN=(e,t)=>{const n=Uc(e)-Uc(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function Y1(e){Og=!1,Fc=!0,wr.sort(LN);try{for(di=0;diQo.emit(a,...o)),Rd=[]):typeof window<"u"&&window.HTMLElement&&!((r=(n=window.navigator)==null?void 0:n.userAgent)!=null&&r.includes("jsdom"))?((t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push(o=>{X1(o,t)}),setTimeout(()=>{Qo||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,Rd=[])},3e3)):Rd=[]}function RN(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||cn;let a=n;const o=t.startsWith("update:"),i=o&&t.slice(7);if(i&&i in r){const y=`${i==="modelValue"?"model":i}Modifiers`,{number:g,trim:v}=r[y]||cn;v&&(a=n.map(E=>At(E)?E.trim():E)),g&&(a=n.map(Mc))}let c,d=r[c=fo(t)]||r[c=fo(An(t))];!d&&o&&(d=r[c=fo(ps(t))]),d&&Qr(d,e,6,a);const h=r[c+"Once"];if(h){if(!e.emitted)e.emitted={};else if(e.emitted[c])return;e.emitted[c]=!0,Qr(h,e,6,a)}}function J1(e,t,n=!1){const r=t.emitsCache,a=r.get(e);if(a!==void 0)return a;const o=e.emits;let i={},c=!1;if(!yt(e)){const d=h=>{const y=J1(h,t,!0);y&&(c=!0,an(i,y))};!n&&t.mixins.length&&t.mixins.forEach(d),e.extends&&d(e.extends),e.mixins&&e.mixins.forEach(d)}return!o&&!c?(mn(e)&&r.set(e,null),null):(Ye(o)?o.forEach(d=>i[d]=null):an(i,o),mn(e)&&r.set(e,i),i)}function fh(e,t){return!e||!wo(t)?!1:(t=t.slice(2).replace(/Once$/,""),sn(e,t[0].toLowerCase()+t.slice(1))||sn(e,ps(t))||sn(e,t))}let Kn=null,hh=null;function jc(e){const t=Kn;return Kn=e,hh=e&&e.type.__scopeId||null,t}function Z1(e){hh=e}function Q1(){hh=null}const ex=e=>$r;function $r(e,t=Kn,n){if(!t||e._n)return e;const r=(...a)=>{r._d&&Tf(-1);const o=jc(t);let i;try{i=e(...a)}finally{jc(o),r._d&&Tf(1)}return i};return r._n=!0,r._c=!0,r._d=!0,r}function nf(e){const{type:t,vnode:n,proxy:r,withProxy:a,props:o,propsOptions:[i],slots:c,attrs:d,emit:h,render:y,renderCache:g,data:v,setupState:E,ctx:S,inheritAttrs:I}=e;let L,C;const D=jc(e);try{if(n.shapeFlag&4){const N=a||r,U=N;L=hs(y.call(U,N,g,o,E,v,S)),C=d}else{const N=t;L=hs(N.length>1?N(o,{attrs:d,slots:c,emit:h}):N(o,null)),C=t.props?d:MN(d)}}catch(N){Ic.length=0,Ra(N,e,1),L=mt(gr)}let R=L;if(C&&I!==!1){const N=Object.keys(C),{shapeFlag:U}=R;N.length&&U&7&&(i&&N.some(_m)&&(C=$N(C,i)),R=Js(R,C))}return n.dirs&&(R=Js(R),R.dirs=R.dirs?R.dirs.concat(n.dirs):n.dirs),n.transition&&(R.transition=n.transition),L=R,jc(D),L}function DN(e,t=!0){let n;for(let r=0;r{let t;for(const n in e)(n==="class"||n==="style"||wo(n))&&((t||(t={}))[n]=e[n]);return t},$N=(e,t)=>{const n={};for(const r in e)(!_m(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function FN(e,t,n){const{props:r,children:a,component:o}=e,{props:i,children:c,patchFlag:d}=t,h=o.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&d>=0){if(d&1024)return!0;if(d&16)return r?Zv(r,i,h):!!i;if(d&8){const y=t.dynamicProps;for(let g=0;ge.__isSuspense;let Pg=0;const UN={name:"Suspense",__isSuspense:!0,process(e,t,n,r,a,o,i,c,d,h){if(e==null)jN(t,n,r,a,o,i,c,d,h);else{if(o&&o.deps>0&&!e.suspense.isInFallback){t.suspense=e.suspense,t.suspense.vnode=t,t.el=e.el;return}HN(e,t,n,r,a,i,c,d,h)}},hydrate:VN,create:$m,normalize:WN},ix=UN;function Hc(e,t){const n=e.props&&e.props[t];yt(n)&&n()}function jN(e,t,n,r,a,o,i,c,d){const{p:h,o:{createElement:y}}=d,g=y("div"),v=e.suspense=$m(e,a,r,t,g,n,o,i,c,d);h(null,v.pendingBranch=e.ssContent,g,null,r,v,o,i),v.deps>0?(Hc(e,"onPending"),Hc(e,"onFallback"),h(null,e.ssFallback,t,n,r,null,o,i),cl(v,e.ssFallback)):v.resolve(!1,!0)}function HN(e,t,n,r,a,o,i,c,{p:d,um:h,o:{createElement:y}}){const g=t.suspense=e.suspense;g.vnode=t,t.el=e.el;const v=t.ssContent,E=t.ssFallback,{activeBranch:S,pendingBranch:I,isInFallback:L,isHydrating:C}=g;if(I)g.pendingBranch=v,Ks(v,I)?(d(I,v,g.hiddenContainer,null,a,g,o,i,c),g.deps<=0?g.resolve():L&&(C||(d(S,E,n,r,a,null,o,i,c),cl(g,E)))):(g.pendingId=Pg++,C?(g.isHydrating=!1,g.activeBranch=I):h(I,a,g),g.deps=0,g.effects.length=0,g.hiddenContainer=y("div"),L?(d(null,v,g.hiddenContainer,null,a,g,o,i,c),g.deps<=0?g.resolve():(d(S,E,n,r,a,null,o,i,c),cl(g,E))):S&&Ks(v,S)?(d(S,v,n,r,a,g,o,i,c),g.resolve(!0)):(d(null,v,g.hiddenContainer,null,a,g,o,i,c),g.deps<=0&&g.resolve()));else if(S&&Ks(v,S))d(S,v,n,r,a,g,o,i,c),cl(g,v);else if(Hc(t,"onPending"),g.pendingBranch=v,v.shapeFlag&512?g.pendingId=v.component.suspenseId:g.pendingId=Pg++,d(null,v,g.hiddenContainer,null,a,g,o,i,c),g.deps<=0)g.resolve();else{const{timeout:D,pendingId:R}=g;D>0?setTimeout(()=>{g.pendingId===R&&g.fallback(E)},D):D===0&&g.fallback(E)}}function $m(e,t,n,r,a,o,i,c,d,h,y=!1){const{p:g,m:v,um:E,n:S,o:{parentNode:I,remove:L}}=h;let C;const D=GN(e);D&&t!=null&&t.pendingBranch&&(C=t.pendingId,t.deps++);const R=e.props?_f(e.props.timeout):void 0,N=o,U={vnode:e,parent:t,parentComponent:n,namespace:i,container:r,hiddenContainer:a,deps:0,pendingId:Pg++,timeout:typeof R=="number"?R:-1,activeBranch:null,pendingBranch:null,isInFallback:!y,isHydrating:y,isUnmounted:!1,effects:[],resolve(j=!1,m=!1){const{vnode:q,activeBranch:$,pendingBranch:V,pendingId:re,effects:ce,parentComponent:X,container:me}=U;let $e=!1;U.isHydrating?U.isHydrating=!1:j||($e=$&&V.transition&&V.transition.mode==="out-in",$e&&($.transition.afterLeave=()=>{re===U.pendingId&&(v(V,me,o===N?S($):o,0),Bc(ce))}),$&&(I($.el)!==U.hiddenContainer&&(o=S($)),E($,X,U,!0)),$e||v(V,me,o,0)),cl(U,V),U.pendingBranch=null,U.isInFallback=!1;let fe=U.parent,we=!1;for(;fe;){if(fe.pendingBranch){fe.effects.push(...ce),we=!0;break}fe=fe.parent}!we&&!$e&&Bc(ce),U.effects=[],D&&t&&t.pendingBranch&&C===t.pendingId&&(t.deps--,t.deps===0&&!m&&t.resolve()),Hc(q,"onResolve")},fallback(j){if(!U.pendingBranch)return;const{vnode:m,activeBranch:q,parentComponent:$,container:V,namespace:re}=U;Hc(m,"onFallback");const ce=S(q),X=()=>{U.isInFallback&&(g(null,j,V,ce,$,null,re,c,d),cl(U,j))},me=j.transition&&j.transition.mode==="out-in";me&&(q.transition.afterLeave=X),U.isInFallback=!0,E(q,$,null,!0),me||X()},move(j,m,q){U.activeBranch&&v(U.activeBranch,j,m,q),U.container=j},next(){return U.activeBranch&&S(U.activeBranch)},registerDep(j,m){const q=!!U.pendingBranch;q&&U.deps++;const $=j.vnode.el;j.asyncDep.catch(V=>{Ra(V,j,0)}).then(V=>{if(j.isUnmounted||U.isUnmounted||U.pendingId!==j.suspenseId)return;j.asyncResolved=!0;const{vnode:re}=j;Ug(j,V,!1),$&&(re.el=$);const ce=!$&&j.subTree.el;m(j,re,I($||j.subTree.el),$?null:S(j.subTree),U,i,d),ce&&L(ce),Rm(j,re.el),q&&--U.deps===0&&U.resolve()})},unmount(j,m){U.isUnmounted=!0,U.activeBranch&&E(U.activeBranch,n,j,m),U.pendingBranch&&E(U.pendingBranch,n,j,m)}};return U}function VN(e,t,n,r,a,o,i,c,d){const h=t.suspense=$m(t,r,n,e.parentNode,document.createElement("div"),null,a,o,i,c,!0),y=d(e,h.pendingBranch=t.ssContent,n,h,o,i);return h.deps===0&&h.resolve(!1,!0),y}function WN(e){const{shapeFlag:t,children:n}=e,r=t&32;e.ssContent=e_(r?n.default:n),e.ssFallback=r?e_(n.fallback):mt(gr)}function e_(e){let t;if(yt(e)){const n=xo&&e._c;n&&(e._d=!1,xe()),e=e(),n&&(e._d=!0,t=Jr,Vx())}return Ye(e)&&(e=DN(e)),e=hs(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter(n=>n!==e)),e}function ax(e,t){t&&t.pendingBranch?Ye(e)?t.effects.push(...e):t.effects.push(e):Bc(e)}function cl(e,t){e.activeBranch=t;const{vnode:n,parentComponent:r}=e;let a=t.el;for(;!a&&t.component;)t=t.component.subTree,a=t.el;n.el=a,r&&r.subTree===n&&(r.vnode.el=a,Rm(r,a))}function GN(e){var t;return((t=e.props)==null?void 0:t.suspensible)!=null&&e.props.suspensible!==!1}const Fm=Symbol.for("v-scx"),Bm=()=>_n(Fm);function ox(e,t){return su(e,null,t)}function Um(e,t){return su(e,null,{flush:"post"})}function jm(e,t){return su(e,null,{flush:"sync"})}const Dd={};function Ns(e,t,n){return su(e,t,n)}function su(e,t,{immediate:n,deep:r,flush:a,once:o,onTrack:i,onTrigger:c}=cn){if(t&&o){const j=t;t=(...m)=>{j(...m),U()}}const d=nr,h=j=>r===!0?j:lo(j,r===!1?1:void 0);let y,g=!1,v=!1;if(ar(e)?(y=()=>e.value,g=fl(e)):Ta(e)?(y=()=>h(e),g=!0):Ye(e)?(v=!0,g=e.some(j=>Ta(j)||fl(j)),y=()=>e.map(j=>{if(ar(j))return j.value;if(Ta(j))return h(j);if(yt(j))return pi(j,d,2)})):yt(e)?t?y=()=>pi(e,d,2):y=()=>(E&&E(),Qr(e,d,3,[S])):y=sr,t&&r){const j=y;y=()=>lo(j())}let E,S=j=>{E=R.onStop=()=>{pi(j,d,4),E=R.onStop=void 0}},I;if(uu)if(S=sr,t?n&&Qr(t,d,3,[y(),v?[]:void 0,S]):y(),a==="sync"){const j=Bm();I=j.__watcherHandles||(j.__watcherHandles=[])}else return sr;let L=v?new Array(e.length).fill(Dd):Dd;const C=()=>{if(!(!R.active||!R.dirty))if(t){const j=R.run();(r||g||(v?j.some((m,q)=>Xs(m,L[q])):Xs(j,L)))&&(E&&E(),Qr(t,d,3,[j,L===Dd?void 0:v&&L[0]===Dd?[]:L,S]),L=j)}else R.run()};C.allowRecurse=!!t;let D;a==="sync"?D=C:a==="post"?D=()=>pr(C,d&&d.suspense):(C.pre=!0,d&&(C.id=d.uid),D=()=>dh(C));const R=new vo(y,sr,D),N=nh(),U=()=>{R.stop(),N&&xm(N.effects,R)};return t?n?C():L=R.run():a==="post"?pr(R.run.bind(R),d&&d.suspense):R.run(),I&&I.push(U),U}function KN(e,t,n){const r=this.proxy,a=At(e)?e.includes(".")?lx(r,e):()=>r[e]:e.bind(r,r);let o;yt(t)?o=t:(o=t.handler,n=t);const i=So(this),c=su(a,o.bind(r),n);return i(),c}function lx(e,t){const n=t.split(".");return()=>{let r=e;for(let a=0;a0){if(n>=t)return e;n++}if(r=r||new Set,r.has(e))return e;if(r.add(e),ar(e))lo(e.value,t,n,r);else if(Ye(e))for(let a=0;a{lo(a,t,n,r)});else if(h1(e))for(const a in e)lo(e[a],t,n,r);return e}function un(e,t){if(Kn===null)return e;const n=vh(Kn)||Kn.proxy,r=e.dirs||(e.dirs=[]);for(let a=0;a{e.isMounted=!0}),lu(()=>{e.isUnmounting=!0}),e}const Cs=[Function,Array],gh={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Cs,onEnter:Cs,onAfterEnter:Cs,onEnterCancelled:Cs,onBeforeLeave:Cs,onLeave:Cs,onAfterLeave:Cs,onLeaveCancelled:Cs,onBeforeAppear:Cs,onAppear:Cs,onAfterAppear:Cs,onAppearCancelled:Cs},zN={name:"BaseTransition",props:gh,setup(e,{slots:t}){const n=Fr(),r=ph();return()=>{const a=t.default&&iu(t.default(),!0);if(!a||!a.length)return;let o=a[0];if(a.length>1){for(const v of a)if(v.type!==gr){o=v;break}}const i=Zt(e),{mode:c}=i;if(r.isLeaving)return Xp(o);const d=t_(o);if(!d)return Xp(o);const h=_o(d,i,r,n);Oa(d,h);const y=n.subTree,g=y&&t_(y);if(g&&g.type!==gr&&!Ks(d,g)){const v=_o(g,i,r,n);if(Oa(g,v),c==="out-in")return r.isLeaving=!0,v.afterLeave=()=>{r.isLeaving=!1,n.update.active!==!1&&(n.effect.dirty=!0,n.update())},Xp(o);c==="in-out"&&d.type!==gr&&(v.delayLeave=(E,S,I)=>{const L=cx(r,g);L[String(g.key)]=g,E[ma]=()=>{S(),E[ma]=void 0,delete h.delayedLeave},h.delayedLeave=I})}return o}}},Hm=zN;function cx(e,t){const{leavingVNodes:n}=e;let r=n.get(t.type);return r||(r=Object.create(null),n.set(t.type,r)),r}function _o(e,t,n,r){const{appear:a,mode:o,persisted:i=!1,onBeforeEnter:c,onEnter:d,onAfterEnter:h,onEnterCancelled:y,onBeforeLeave:g,onLeave:v,onAfterLeave:E,onLeaveCancelled:S,onBeforeAppear:I,onAppear:L,onAfterAppear:C,onAppearCancelled:D}=t,R=String(e.key),N=cx(n,e),U=(q,$)=>{q&&Qr(q,r,9,$)},j=(q,$)=>{const V=$[1];U(q,$),Ye(q)?q.every(re=>re.length<=1)&&V():q.length<=1&&V()},m={mode:o,persisted:i,beforeEnter(q){let $=c;if(!n.isMounted)if(a)$=I||c;else return;q[ma]&&q[ma](!0);const V=N[R];V&&Ks(e,V)&&V.el[ma]&&V.el[ma](),U($,[q])},enter(q){let $=d,V=h,re=y;if(!n.isMounted)if(a)$=L||d,V=C||h,re=D||y;else return;let ce=!1;const X=q[Md]=me=>{ce||(ce=!0,me?U(re,[q]):U(V,[q]),m.delayedLeave&&m.delayedLeave(),q[Md]=void 0)};$?j($,[q,X]):X()},leave(q,$){const V=String(e.key);if(q[Md]&&q[Md](!0),n.isUnmounting)return $();U(g,[q]);let re=!1;const ce=q[ma]=X=>{re||(re=!0,$(),X?U(S,[q]):U(E,[q]),q[ma]=void 0,N[V]===e&&delete N[V])};N[V]=e,v?j(v,[q,ce]):ce()},clone(q){return _o(q,t,n,r)}};return m}function Xp(e){if(au(e))return e=Js(e),e.children=null,e}function t_(e){return au(e)?e.children?e.children[0]:void 0:e}function Oa(e,t){e.shapeFlag&6&&e.component?Oa(e.component.subTree,t):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function iu(e,t=!1,n){let r=[],a=0;for(let o=0;o1)for(let o=0;o!!e.type.__asyncLoader;/*! #__NO_SIDE_EFFECTS__ */function ux(e){yt(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:r,delay:a=200,timeout:o,suspensible:i=!0,onError:c}=e;let d=null,h,y=0;const g=()=>(y++,d=null,v()),v=()=>{let E;return d||(E=d=t().catch(S=>{if(S=S instanceof Error?S:new Error(String(S)),c)return new Promise((I,L)=>{c(S,()=>I(g()),()=>L(S),y+1)});throw S}).then(S=>E!==d&&d?d:(S&&(S.__esModule||S[Symbol.toStringTag]==="Module")&&(S=S.default),h=S,S)))};return ko({name:"AsyncComponentWrapper",__asyncLoader:v,get __asyncResolved(){return h},setup(){const E=nr;if(h)return()=>Jp(h,E);const S=D=>{d=null,Ra(D,E,13,!r)};if(i&&E.suspense||uu)return v().then(D=>()=>Jp(D,E)).catch(D=>(S(D),()=>r?mt(r,{error:D}):null));const I=ft(!1),L=ft(),C=ft(!!a);return a&&setTimeout(()=>{C.value=!1},a),o!=null&&setTimeout(()=>{if(!I.value&&!L.value){const D=new Error(`Async component timed out after ${o}ms.`);S(D),L.value=D}},o),v().then(()=>{I.value=!0,E.parent&&au(E.parent.vnode)&&(E.parent.effect.dirty=!0,dh(E.parent.update))}).catch(D=>{S(D),L.value=D}),()=>{if(I.value&&h)return Jp(h,E);if(L.value&&r)return mt(r,{error:L.value});if(n&&!C.value)return mt(n)}}})}function Jp(e,t){const{ref:n,props:r,children:a,ce:o}=t.vnode,i=mt(e,r,a);return i.ref=n,i.ce=o,delete t.vnode.ce,i}const au=e=>e.type.__isKeepAlive,qN={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(e,{slots:t}){const n=Fr(),r=n.ctx;if(!r.renderer)return()=>{const D=t.default&&t.default();return D&&D.length===1?D[0]:D};const a=new Map,o=new Set;let i=null;const c=n.suspense,{renderer:{p:d,m:h,um:y,o:{createElement:g}}}=r,v=g("div");r.activate=(D,R,N,U,j)=>{const m=D.component;h(D,R,N,0,c),d(m.vnode,D,R,N,m,c,U,D.slotScopeIds,j),pr(()=>{m.isDeactivated=!1,m.a&&al(m.a);const q=D.props&&D.props.onVnodeMounted;q&&Xr(q,m.parent,D)},c)},r.deactivate=D=>{const R=D.component;h(D,v,null,1,c),pr(()=>{R.da&&al(R.da);const N=D.props&&D.props.onVnodeUnmounted;N&&Xr(N,R.parent,D),R.isDeactivated=!0},c)};function E(D){Zp(D),y(D,n,c,!0)}function S(D){a.forEach((R,N)=>{const U=Hg(R.type);U&&(!D||!D(U))&&I(N)})}function I(D){const R=a.get(D);!i||!Ks(R,i)?E(R):i&&Zp(i),a.delete(D),o.delete(D)}Ns(()=>[e.include,e.exclude],([D,R])=>{D&&S(N=>bc(D,N)),R&&S(N=>!bc(R,N))},{flush:"post",deep:!0});let L=null;const C=()=>{L!=null&&a.set(L,Qp(n.subTree))};return Ao(C),ou(C),lu(()=>{a.forEach(D=>{const{subTree:R,suspense:N}=n,U=Qp(R);if(D.type===U.type&&D.key===U.key){Zp(U);const j=U.component.da;j&&pr(j,N);return}E(D)})}),()=>{if(L=null,!t.default)return null;const D=t.default(),R=D[0];if(D.length>1)return i=null,D;if(!Vi(R)||!(R.shapeFlag&4)&&!(R.shapeFlag&128))return i=null,R;let N=Qp(R);const U=N.type,j=Hg(go(N)?N.type.__asyncResolved||{}:U),{include:m,exclude:q,max:$}=e;if(m&&(!j||!bc(m,j))||q&&j&&bc(q,j))return i=N,R;const V=N.key==null?U:N.key,re=a.get(V);return N.el&&(N=Js(N),R.shapeFlag&128&&(R.ssContent=N)),L=V,re?(N.el=re.el,N.component=re.component,N.transition&&Oa(N,N.transition),N.shapeFlag|=512,o.delete(V),o.add(V)):(o.add(V),$&&o.size>parseInt($,10)&&I(o.values().next().value)),N.shapeFlag|=256,i=N,sx(R.type)?R:N}}},dx=qN;function bc(e,t){return Ye(e)?e.some(n=>bc(n,t)):At(e)?e.split(",").includes(t):MP(e)?e.test(t):!1}function Vm(e,t){fx(e,"a",t)}function Wm(e,t){fx(e,"da",t)}function fx(e,t,n=nr){const r=e.__wdc||(e.__wdc=()=>{let a=n;for(;a;){if(a.isDeactivated)return;a=a.parent}return e()});if(mh(t,r,n),n){let a=n.parent;for(;a&&a.parent;)au(a.parent.vnode)&&YN(r,t,n,a),a=a.parent}}function YN(e,t,n,r){const a=mh(t,e,r,!0);Cl(()=>{xm(r[t],a)},n)}function Zp(e){e.shapeFlag&=-257,e.shapeFlag&=-513}function Qp(e){return e.shapeFlag&128?e.ssContent:e}function mh(e,t,n=nr,r=!1){if(n){const a=n[e]||(n[e]=[]),o=t.__weh||(t.__weh=(...i)=>{if(n.isUnmounted)return;Co();const c=So(n),d=Qr(t,n,e,i);return c(),Io(),d});return r?a.unshift(o):a.push(o),o}}const Wi=e=>(t,n=nr)=>(!uu||e==="sp")&&mh(e,(...r)=>t(...r),n),yh=Wi("bm"),Ao=Wi("m"),Gm=Wi("bu"),ou=Wi("u"),lu=Wi("bum"),Cl=Wi("um"),Km=Wi("sp"),zm=Wi("rtg"),qm=Wi("rtc");function Ym(e,t=nr){mh("ec",e,t)}function Ir(e,t,n,r){let a;const o=n&&n[r];if(Ye(e)||At(e)){a=new Array(e.length);for(let i=0,c=e.length;it(i,c,void 0,o&&o[c]));else{const i=Object.keys(e);a=new Array(i.length);for(let c=0,d=i.length;c{const o=r.fn(...a);return o&&(o.key=r.key),o}:r.fn)}return e}function cu(e,t,n={},r,a){if(Kn.isCE||Kn.parent&&go(Kn.parent)&&Kn.parent.isCE)return t!=="default"&&(n.name=t),mt("slot",n,r&&r());let o=e[t];o&&o._c&&(o._d=!1),xe();const i=o&&px(o(n)),c=Sn(jt,{key:n.key||i&&i.key||`_${t}`},i||(r?r():[]),i&&e._===1?64:-2);return!a&&c.scopeId&&(c.slotScopeIds=[c.scopeId+"-s"]),o&&o._c&&(o._d=!0),c}function px(e){return e.some(t=>Vi(t)?!(t.type===gr||t.type===jt&&!px(t.children)):!0)?e:null}function gx(e,t){const n={};for(const r in e)n[t&&/[A-Z]/.test(r)?`on:${r}`:fo(r)]=e[r];return n}const Ng=e=>e?Yx(e)?vh(e)||e.proxy:Ng(e.parent):null,Tc=an(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>Ng(e.parent),$root:e=>Ng(e.root),$emit:e=>e.emit,$options:e=>Xm(e),$forceUpdate:e=>e.f||(e.f=()=>{e.effect.dirty=!0,dh(e.update)}),$nextTick:e=>e.n||(e.n=ru.bind(e.proxy)),$watch:e=>KN.bind(e)}),eg=(e,t)=>e!==cn&&!e.__isScriptSetup&&sn(e,t),Lg={get({_:e},t){const{ctx:n,setupState:r,data:a,props:o,accessCache:i,type:c,appContext:d}=e;let h;if(t[0]!=="$"){const E=i[t];if(E!==void 0)switch(E){case 1:return r[t];case 2:return a[t];case 4:return n[t];case 3:return o[t]}else{if(eg(r,t))return i[t]=1,r[t];if(a!==cn&&sn(a,t))return i[t]=2,a[t];if((h=e.propsOptions[0])&&sn(h,t))return i[t]=3,o[t];if(n!==cn&&sn(n,t))return i[t]=4,n[t];Rg&&(i[t]=0)}}const y=Tc[t];let g,v;if(y)return t==="$attrs"&&es(e,"get",t),y(e);if((g=c.__cssModules)&&(g=g[t]))return g;if(n!==cn&&sn(n,t))return i[t]=4,n[t];if(v=d.config.globalProperties,sn(v,t))return v[t]},set({_:e},t,n){const{data:r,setupState:a,ctx:o}=e;return eg(a,t)?(a[t]=n,!0):r!==cn&&sn(r,t)?(r[t]=n,!0):sn(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(o[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:a,propsOptions:o}},i){let c;return!!n[i]||e!==cn&&sn(e,i)||eg(t,i)||(c=o[0])&&sn(c,i)||sn(r,i)||sn(Tc,i)||sn(a.config.globalProperties,i)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:sn(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}},XN=an({},Lg,{get(e,t){if(t!==Symbol.unscopables)return Lg.get(e,t,e)},has(e,t){return t[0]!=="_"&&!HP(t)}});function mx(){return null}function yx(){return null}function bx(e){}function vx(e){}function _x(){return null}function xx(){}function Sx(e,t){return null}function Ex(){return Tx().slots}function wx(){return Tx().attrs}function Tx(){const e=Fr();return e.setupContext||(e.setupContext=Qx(e))}function Vc(e){return Ye(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}function Cx(e,t){const n=Vc(e);for(const r in t){if(r.startsWith("__skip"))continue;let a=n[r];a?Ye(a)||yt(a)?a=n[r]={type:a,default:t[r]}:a.default=t[r]:a===null&&(a=n[r]={default:t[r]}),a&&t[`__skip_${r}`]&&(a.skipFactory=!0)}return n}function Ix(e,t){return!e||!t?e||t:Ye(e)&&Ye(t)?e.concat(t):an({},Vc(e),Vc(t))}function kx(e,t){const n={};for(const r in e)t.includes(r)||Object.defineProperty(n,r,{enumerable:!0,get:()=>e[r]});return n}function Ax(e){const t=Fr();let n=e();return Bg(),Sm(n)&&(n=n.catch(r=>{throw So(t),r})),[n,()=>So(t)]}let Rg=!0;function JN(e){const t=Xm(e),n=e.proxy,r=e.ctx;Rg=!1,t.beforeCreate&&n_(t.beforeCreate,e,"bc");const{data:a,computed:o,methods:i,watch:c,provide:d,inject:h,created:y,beforeMount:g,mounted:v,beforeUpdate:E,updated:S,activated:I,deactivated:L,beforeDestroy:C,beforeUnmount:D,destroyed:R,unmounted:N,render:U,renderTracked:j,renderTriggered:m,errorCaptured:q,serverPrefetch:$,expose:V,inheritAttrs:re,components:ce,directives:X,filters:me}=t;if(h&&ZN(h,r,null),i)for(const we in i){const Te=i[we];yt(Te)&&(r[we]=Te.bind(n))}if(a){const we=a.call(n,n);mn(we)&&(e.data=tu(we))}if(Rg=!0,o)for(const we in o){const Te=o[we],Qe=yt(Te)?Te.bind(n,n):yt(Te.get)?Te.get.bind(n,n):sr,wt=!yt(Te)&&yt(Te.set)?Te.set.bind(n):sr,nt=Wn({get:Qe,set:wt});Object.defineProperty(r,we,{enumerable:!0,configurable:!0,get:()=>nt.value,set:bt=>nt.value=bt})}if(c)for(const we in c)Ox(c[we],r,n,we);if(d){const we=yt(d)?d.call(n):d;Reflect.ownKeys(we).forEach(Te=>{Fi(Te,we[Te])})}y&&n_(y,e,"c");function fe(we,Te){Ye(Te)?Te.forEach(Qe=>we(Qe.bind(n))):Te&&we(Te.bind(n))}if(fe(yh,g),fe(Ao,v),fe(Gm,E),fe(ou,S),fe(Vm,I),fe(Wm,L),fe(Ym,q),fe(qm,j),fe(zm,m),fe(lu,D),fe(Cl,N),fe(Km,$),Ye(V))if(V.length){const we=e.exposed||(e.exposed={});V.forEach(Te=>{Object.defineProperty(we,Te,{get:()=>n[Te],set:Qe=>n[Te]=Qe})})}else e.exposed||(e.exposed={});U&&e.render===sr&&(e.render=U),re!=null&&(e.inheritAttrs=re),ce&&(e.components=ce),X&&(e.directives=X)}function ZN(e,t,n=sr){Ye(e)&&(e=Dg(e));for(const r in e){const a=e[r];let o;mn(a)?"default"in a?o=_n(a.from||r,a.default,!0):o=_n(a.from||r):o=_n(a),ar(o)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>o.value,set:i=>o.value=i}):t[r]=o}}function n_(e,t,n){Qr(Ye(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function Ox(e,t,n,r){const a=r.includes(".")?lx(n,r):()=>n[r];if(At(e)){const o=t[e];yt(o)&&Ns(a,o)}else if(yt(e))Ns(a,e.bind(n));else if(mn(e))if(Ye(e))e.forEach(o=>Ox(o,t,n,r));else{const o=yt(e.handler)?e.handler.bind(n):t[e.handler];yt(o)&&Ns(a,o,e)}}function Xm(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:a,optionsCache:o,config:{optionMergeStrategies:i}}=e.appContext,c=o.get(t);let d;return c?d=c:!a.length&&!n&&!r?d=t:(d={},a.length&&a.forEach(h=>Ef(d,h,i,!0)),Ef(d,t,i)),mn(t)&&o.set(t,d),d}function Ef(e,t,n,r=!1){const{mixins:a,extends:o}=t;o&&Ef(e,o,n,!0),a&&a.forEach(i=>Ef(e,i,n,!0));for(const i in t)if(!(r&&i==="expose")){const c=QN[i]||n&&n[i];e[i]=c?c(e[i],t[i]):t[i]}return e}const QN={data:r_,props:s_,emits:s_,methods:vc,computed:vc,beforeCreate:Rr,created:Rr,beforeMount:Rr,mounted:Rr,beforeUpdate:Rr,updated:Rr,beforeDestroy:Rr,beforeUnmount:Rr,destroyed:Rr,unmounted:Rr,activated:Rr,deactivated:Rr,errorCaptured:Rr,serverPrefetch:Rr,components:vc,directives:vc,watch:t2,provide:r_,inject:e2};function r_(e,t){return t?e?function(){return an(yt(e)?e.call(this,this):e,yt(t)?t.call(this,this):t)}:t:e}function e2(e,t){return vc(Dg(e),Dg(t))}function Dg(e){if(Ye(e)){const t={};for(let n=0;n1)return n&&yt(t)?t.call(r&&r.proxy):t}}function Nx(){return!!(nr||Kn||ul)}function s2(e,t,n,r=!1){const a={},o={};vf(o,bh,1),e.propsDefaults=Object.create(null),Lx(e,t,a,o);for(const i in e.propsOptions[0])i in a||(a[i]=void 0);n?e.props=r?a:Am(a):e.type.props?e.props=a:e.props=o,e.attrs=o}function i2(e,t,n,r){const{props:a,attrs:o,vnode:{patchFlag:i}}=e,c=Zt(a),[d]=e.propsOptions;let h=!1;if((r||i>0)&&!(i&16)){if(i&8){const y=e.vnode.dynamicProps;for(let g=0;g{d=!0;const[v,E]=Rx(g,t,!0);an(i,v),E&&c.push(...E)};!n&&t.mixins.length&&t.mixins.forEach(y),e.extends&&y(e.extends),e.mixins&&e.mixins.forEach(y)}if(!o&&!d)return mn(e)&&r.set(e,sl),sl;if(Ye(o))for(let y=0;y-1,E[1]=I<0||S-1||sn(E,"default"))&&c.push(g)}}}const h=[i,c];return mn(e)&&r.set(e,h),h}function i_(e){return e[0]!=="$"&&!Ea(e)}function a_(e){return e===null?"null":typeof e=="function"?e.name||"":typeof e=="object"&&e.constructor&&e.constructor.name||""}function o_(e,t){return a_(e)===a_(t)}function l_(e,t){return Ye(t)?t.findIndex(n=>o_(n,e)):yt(t)&&o_(t,e)?0:-1}const Dx=e=>e[0]==="_"||e==="$stable",Jm=e=>Ye(e)?e.map(hs):[hs(e)],a2=(e,t,n)=>{if(t._n)return t;const r=$r((...a)=>Jm(t(...a)),n);return r._c=!1,r},Mx=(e,t,n)=>{const r=e._ctx;for(const a in e){if(Dx(a))continue;const o=e[a];if(yt(o))t[a]=a2(a,o,r);else if(o!=null){const i=Jm(o);t[a]=()=>i}}},$x=(e,t)=>{const n=Jm(t);e.slots.default=()=>n},o2=(e,t)=>{if(e.vnode.shapeFlag&32){const n=t._;n?(e.slots=Zt(t),vf(t,"_",n)):Mx(t,e.slots={})}else e.slots={},t&&$x(e,t);vf(e.slots,bh,1)},l2=(e,t,n)=>{const{vnode:r,slots:a}=e;let o=!0,i=cn;if(r.shapeFlag&32){const c=t._;c?n&&c===1?o=!1:(an(a,t),!n&&c===1&&delete a._):(o=!t.$stable,Mx(t,a)),i=t}else t&&($x(e,t),i={default:1});if(o)for(const c in a)!Dx(c)&&i[c]==null&&delete a[c]};function wf(e,t,n,r,a=!1){if(Ye(e)){e.forEach((v,E)=>wf(v,t&&(Ye(t)?t[E]:t),n,r,a));return}if(go(r)&&!a)return;const o=r.shapeFlag&4?vh(r.component)||r.component.proxy:r.el,i=a?null:o,{i:c,r:d}=e,h=t&&t.r,y=c.refs===cn?c.refs={}:c.refs,g=c.setupState;if(h!=null&&h!==d&&(At(h)?(y[h]=null,sn(g,h)&&(g[h]=null)):ar(h)&&(h.value=null)),yt(d))pi(d,c,12,[i,y]);else{const v=At(d),E=ar(d);if(v||E){const S=()=>{if(e.f){const I=v?sn(g,d)?g[d]:y[d]:d.value;a?Ye(I)&&xm(I,o):Ye(I)?I.includes(o)||I.push(o):v?(y[d]=[o],sn(g,d)&&(g[d]=y[d])):(d.value=[o],e.k&&(y[e.k]=d.value))}else v?(y[d]=i,sn(g,d)&&(g[d]=i)):E&&(d.value=i,e.k&&(y[e.k]=i))};i?(S.id=-1,pr(S,n)):S()}}}let ua=!1;const c2=e=>e.namespaceURI.includes("svg")&&e.tagName!=="foreignObject",u2=e=>e.namespaceURI.includes("MathML"),$d=e=>{if(c2(e))return"svg";if(u2(e))return"mathml"},Fd=e=>e.nodeType===8;function d2(e){const{mt:t,p:n,o:{patchProp:r,createText:a,nextSibling:o,parentNode:i,remove:c,insert:d,createComment:h}}=e,y=(R,N)=>{if(!N.hasChildNodes()){n(null,R,N),Sf(),N._vnode=R;return}ua=!1,g(N.firstChild,R,null,null,null),Sf(),N._vnode=R,ua&&console.error("Hydration completed but contains mismatches.")},g=(R,N,U,j,m,q=!1)=>{const $=Fd(R)&&R.data==="[",V=()=>I(R,N,U,j,m,$),{type:re,ref:ce,shapeFlag:X,patchFlag:me}=N;let $e=R.nodeType;N.el=R,me===-2&&(q=!1,N.dynamicChildren=null);let fe=null;switch(re){case Hi:$e!==3?N.children===""?(d(N.el=a(""),i(R),R),fe=R):fe=V():(R.data!==N.children&&(ua=!0,R.data=N.children),fe=o(R));break;case gr:D(R)?(fe=o(R),C(N.el=R.content.firstChild,R,U)):$e!==8||$?fe=V():fe=o(R);break;case Ca:if($&&(R=o(R),$e=R.nodeType),$e===1||$e===3){fe=R;const we=!N.children.length;for(let Te=0;Te{q=q||!!N.dynamicChildren;const{type:$,props:V,patchFlag:re,shapeFlag:ce,dirs:X,transition:me}=N,$e=$==="input"||$==="option";if($e||re!==-1){X&&ui(N,null,U,"created");let fe=!1;if(D(R)){fe=Bx(j,me)&&U&&U.vnode.props&&U.vnode.props.appear;const Te=R.content.firstChild;fe&&me.beforeEnter(Te),C(Te,R,U),N.el=R=Te}if(ce&16&&!(V&&(V.innerHTML||V.textContent))){let Te=E(R.firstChild,N,R,U,j,m,q);for(;Te;){ua=!0;const Qe=Te;Te=Te.nextSibling,c(Qe)}}else ce&8&&R.textContent!==N.children&&(ua=!0,R.textContent=N.children);if(V)if($e||!q||re&48)for(const Te in V)($e&&(Te.endsWith("value")||Te==="indeterminate")||wo(Te)&&!Ea(Te)||Te[0]===".")&&r(R,Te,null,V[Te],void 0,void 0,U);else V.onClick&&r(R,"onClick",null,V.onClick,void 0,void 0,U);let we;(we=V&&V.onVnodeBeforeMount)&&Xr(we,U,N),X&&ui(N,null,U,"beforeMount"),((we=V&&V.onVnodeMounted)||X||fe)&&ax(()=>{we&&Xr(we,U,N),fe&&me.enter(R),X&&ui(N,null,U,"mounted")},j)}return R.nextSibling},E=(R,N,U,j,m,q,$)=>{$=$||!!N.dynamicChildren;const V=N.children,re=V.length;for(let ce=0;ce{const{slotScopeIds:$}=N;$&&(m=m?m.concat($):$);const V=i(R),re=E(o(R),N,V,U,j,m,q);return re&&Fd(re)&&re.data==="]"?o(N.anchor=re):(ua=!0,d(N.anchor=h("]"),V,re),re)},I=(R,N,U,j,m,q)=>{if(ua=!0,N.el=null,q){const re=L(R);for(;;){const ce=o(R);if(ce&&ce!==re)c(ce);else break}}const $=o(R),V=i(R);return c(R),n(null,N,V,$,U,j,$d(V),m),$},L=(R,N="[",U="]")=>{let j=0;for(;R;)if(R=o(R),R&&Fd(R)&&(R.data===N&&j++,R.data===U)){if(j===0)return o(R);j--}return R},C=(R,N,U)=>{const j=N.parentNode;j&&j.replaceChild(R,N);let m=U;for(;m;)m.vnode.el===N&&(m.vnode.el=m.subTree.el=R),m=m.parent},D=R=>R.nodeType===1&&R.tagName.toLowerCase()==="template";return[y,g]}const pr=ax;function Zm(e){return Fx(e)}function Qm(e){return Fx(e,d2)}function Fx(e,t){const n=p1();n.__VUE__=!0;const{insert:r,remove:a,patchProp:o,createElement:i,createText:c,createComment:d,setText:h,setElementText:y,parentNode:g,nextSibling:v,setScopeId:E=sr,insertStaticContent:S}=e,I=(A,T,G,se=null,ee=null,be=null,Fe=void 0,ke=null,Re=!!T.dynamicChildren)=>{if(A===T)return;A&&!Ks(A,T)&&(se=Ft(A),bt(A,ee,be,!0),A=null),T.patchFlag===-2&&(Re=!1,T.dynamicChildren=null);const{type:Ce,ref:Be,shapeFlag:Xe}=T;switch(Ce){case Hi:L(A,T,G,se);break;case gr:C(A,T,G,se);break;case Ca:A==null&&D(T,G,se,Fe);break;case jt:ce(A,T,G,se,ee,be,Fe,ke,Re);break;default:Xe&1?U(A,T,G,se,ee,be,Fe,ke,Re):Xe&6?X(A,T,G,se,ee,be,Fe,ke,Re):(Xe&64||Xe&128)&&Ce.process(A,T,G,se,ee,be,Fe,ke,Re,Rt)}Be!=null&&ee&&wf(Be,A&&A.ref,be,T||A,!T)},L=(A,T,G,se)=>{if(A==null)r(T.el=c(T.children),G,se);else{const ee=T.el=A.el;T.children!==A.children&&h(ee,T.children)}},C=(A,T,G,se)=>{A==null?r(T.el=d(T.children||""),G,se):T.el=A.el},D=(A,T,G,se)=>{[A.el,A.anchor]=S(A.children,T,G,se,A.el,A.anchor)},R=({el:A,anchor:T},G,se)=>{let ee;for(;A&&A!==T;)ee=v(A),r(A,G,se),A=ee;r(T,G,se)},N=({el:A,anchor:T})=>{let G;for(;A&&A!==T;)G=v(A),a(A),A=G;a(T)},U=(A,T,G,se,ee,be,Fe,ke,Re)=>{T.type==="svg"?Fe="svg":T.type==="math"&&(Fe="mathml"),A==null?j(T,G,se,ee,be,Fe,ke,Re):$(A,T,ee,be,Fe,ke,Re)},j=(A,T,G,se,ee,be,Fe,ke)=>{let Re,Ce;const{props:Be,shapeFlag:Xe,transition:ye,dirs:le}=A;if(Re=A.el=i(A.type,be,Be&&Be.is,Be),Xe&8?y(Re,A.children):Xe&16&&q(A.children,Re,null,se,ee,tg(A,be),Fe,ke),le&&ui(A,null,se,"created"),m(Re,A,A.scopeId,Fe,se),Be){for(const Ge in Be)Ge!=="value"&&!Ea(Ge)&&o(Re,Ge,null,Be[Ge],be,A.children,se,ee,ht);"value"in Be&&o(Re,"value",null,Be.value,be),(Ce=Be.onVnodeBeforeMount)&&Xr(Ce,se,A)}le&&ui(A,null,se,"beforeMount");const ve=Bx(ee,ye);ve&&ye.beforeEnter(Re),r(Re,T,G),((Ce=Be&&Be.onVnodeMounted)||ve||le)&&pr(()=>{Ce&&Xr(Ce,se,A),ve&&ye.enter(Re),le&&ui(A,null,se,"mounted")},ee)},m=(A,T,G,se,ee)=>{if(G&&E(A,G),se)for(let be=0;be{for(let Ce=Re;Ce{const ke=T.el=A.el;let{patchFlag:Re,dynamicChildren:Ce,dirs:Be}=T;Re|=A.patchFlag&16;const Xe=A.props||cn,ye=T.props||cn;let le;if(G&&Qa(G,!1),(le=ye.onVnodeBeforeUpdate)&&Xr(le,G,T,A),Be&&ui(T,A,G,"beforeUpdate"),G&&Qa(G,!0),Ce?V(A.dynamicChildren,Ce,ke,G,se,tg(T,ee),be):Fe||Te(A,T,ke,null,G,se,tg(T,ee),be,!1),Re>0){if(Re&16)re(ke,T,Xe,ye,G,se,ee);else if(Re&2&&Xe.class!==ye.class&&o(ke,"class",null,ye.class,ee),Re&4&&o(ke,"style",Xe.style,ye.style,ee),Re&8){const ve=T.dynamicProps;for(let Ge=0;Ge{le&&Xr(le,G,T,A),Be&&ui(T,A,G,"updated")},se)},V=(A,T,G,se,ee,be,Fe)=>{for(let ke=0;ke{if(G!==se){if(G!==cn)for(const ke in G)!Ea(ke)&&!(ke in se)&&o(A,ke,G[ke],null,Fe,T.children,ee,be,ht);for(const ke in se){if(Ea(ke))continue;const Re=se[ke],Ce=G[ke];Re!==Ce&&ke!=="value"&&o(A,ke,Ce,Re,Fe,T.children,ee,be,ht)}"value"in se&&o(A,"value",G.value,se.value,Fe)}},ce=(A,T,G,se,ee,be,Fe,ke,Re)=>{const Ce=T.el=A?A.el:c(""),Be=T.anchor=A?A.anchor:c("");let{patchFlag:Xe,dynamicChildren:ye,slotScopeIds:le}=T;le&&(ke=ke?ke.concat(le):le),A==null?(r(Ce,G,se),r(Be,G,se),q(T.children||[],G,Be,ee,be,Fe,ke,Re)):Xe>0&&Xe&64&&ye&&A.dynamicChildren?(V(A.dynamicChildren,ye,G,ee,be,Fe,ke),(T.key!=null||ee&&T===ee.subTree)&&ey(A,T,!0)):Te(A,T,G,Be,ee,be,Fe,ke,Re)},X=(A,T,G,se,ee,be,Fe,ke,Re)=>{T.slotScopeIds=ke,A==null?T.shapeFlag&512?ee.ctx.activate(T,G,se,Fe,Re):me(T,G,se,ee,be,Fe,Re):$e(A,T,Re)},me=(A,T,G,se,ee,be,Fe)=>{const ke=A.component=qx(A,se,ee);if(au(A)&&(ke.ctx.renderer=Rt),Xx(ke),ke.asyncDep){if(ee&&ee.registerDep(ke,fe),!A.el){const Re=ke.subTree=mt(gr);C(null,Re,T,G)}}else fe(ke,A,T,G,ee,be,Fe)},$e=(A,T,G)=>{const se=T.component=A.component;if(FN(A,T,G))if(se.asyncDep&&!se.asyncResolved){we(se,T,G);return}else se.next=T,NN(se.update),se.effect.dirty=!0,se.update();else T.el=A.el,se.vnode=T},fe=(A,T,G,se,ee,be,Fe)=>{const ke=()=>{if(A.isMounted){let{next:Be,bu:Xe,u:ye,parent:le,vnode:ve}=A;{const Ie=Ux(A);if(Ie){Be&&(Be.el=ve.el,we(A,Be,Fe)),Ie.asyncDep.then(()=>{A.isUnmounted||ke()});return}}let Ge=Be,te;Qa(A,!1),Be?(Be.el=ve.el,we(A,Be,Fe)):Be=ve,Xe&&al(Xe),(te=Be.props&&Be.props.onVnodeBeforeUpdate)&&Xr(te,le,Be,ve),Qa(A,!0);const ie=nf(A),pe=A.subTree;A.subTree=ie,I(pe,ie,g(pe.el),Ft(pe),A,ee,be),Be.el=ie.el,Ge===null&&Rm(A,ie.el),ye&&pr(ye,ee),(te=Be.props&&Be.props.onVnodeUpdated)&&pr(()=>Xr(te,le,Be,ve),ee)}else{let Be;const{el:Xe,props:ye}=T,{bm:le,m:ve,parent:Ge}=A,te=go(T);if(Qa(A,!1),le&&al(le),!te&&(Be=ye&&ye.onVnodeBeforeMount)&&Xr(Be,Ge,T),Qa(A,!0),Xe&&on){const ie=()=>{A.subTree=nf(A),on(Xe,A.subTree,A,ee,null)};te?T.type.__asyncLoader().then(()=>!A.isUnmounted&&ie()):ie()}else{const ie=A.subTree=nf(A);I(null,ie,G,se,A,ee,be),T.el=ie.el}if(ve&&pr(ve,ee),!te&&(Be=ye&&ye.onVnodeMounted)){const ie=T;pr(()=>Xr(Be,Ge,ie),ee)}(T.shapeFlag&256||Ge&&go(Ge.vnode)&&Ge.vnode.shapeFlag&256)&&A.a&&pr(A.a,ee),A.isMounted=!0,T=G=se=null}},Re=A.effect=new vo(ke,sr,()=>dh(Ce),A.scope),Ce=A.update=()=>{Re.dirty&&Re.run()};Ce.id=A.uid,Qa(A,!0),Ce()},we=(A,T,G)=>{T.component=A;const se=A.vnode.props;A.vnode=T,A.next=null,i2(A,T.props,se,G),l2(A,T.children,G),Co(),Jv(A),Io()},Te=(A,T,G,se,ee,be,Fe,ke,Re=!1)=>{const Ce=A&&A.children,Be=A?A.shapeFlag:0,Xe=T.children,{patchFlag:ye,shapeFlag:le}=T;if(ye>0){if(ye&128){wt(Ce,Xe,G,se,ee,be,Fe,ke,Re);return}else if(ye&256){Qe(Ce,Xe,G,se,ee,be,Fe,ke,Re);return}}le&8?(Be&16&&ht(Ce,ee,be),Xe!==Ce&&y(G,Xe)):Be&16?le&16?wt(Ce,Xe,G,se,ee,be,Fe,ke,Re):ht(Ce,ee,be,!0):(Be&8&&y(G,""),le&16&&q(Xe,G,se,ee,be,Fe,ke,Re))},Qe=(A,T,G,se,ee,be,Fe,ke,Re)=>{A=A||sl,T=T||sl;const Ce=A.length,Be=T.length,Xe=Math.min(Ce,Be);let ye;for(ye=0;yeBe?ht(A,ee,be,!0,!1,Xe):q(T,G,se,ee,be,Fe,ke,Re,Xe)},wt=(A,T,G,se,ee,be,Fe,ke,Re)=>{let Ce=0;const Be=T.length;let Xe=A.length-1,ye=Be-1;for(;Ce<=Xe&&Ce<=ye;){const le=A[Ce],ve=T[Ce]=Re?ya(T[Ce]):hs(T[Ce]);if(Ks(le,ve))I(le,ve,G,null,ee,be,Fe,ke,Re);else break;Ce++}for(;Ce<=Xe&&Ce<=ye;){const le=A[Xe],ve=T[ye]=Re?ya(T[ye]):hs(T[ye]);if(Ks(le,ve))I(le,ve,G,null,ee,be,Fe,ke,Re);else break;Xe--,ye--}if(Ce>Xe){if(Ce<=ye){const le=ye+1,ve=leye)for(;Ce<=Xe;)bt(A[Ce],ee,be,!0),Ce++;else{const le=Ce,ve=Ce,Ge=new Map;for(Ce=ve;Ce<=ye;Ce++){const lt=T[Ce]=Re?ya(T[Ce]):hs(T[Ce]);lt.key!=null&&Ge.set(lt.key,Ce)}let te,ie=0;const pe=ye-ve+1;let Ie=!1,Ue=0;const Je=new Array(pe);for(Ce=0;Ce=pe){bt(lt,ee,be,!0);continue}let Ot;if(lt.key!=null)Ot=Ge.get(lt.key);else for(te=ve;te<=ye;te++)if(Je[te-ve]===0&&Ks(lt,T[te])){Ot=te;break}Ot===void 0?bt(lt,ee,be,!0):(Je[Ot-ve]=Ce+1,Ot>=Ue?Ue=Ot:Ie=!0,I(lt,T[Ot],G,null,ee,be,Fe,ke,Re),ie++)}const st=Ie?f2(Je):sl;for(te=st.length-1,Ce=pe-1;Ce>=0;Ce--){const lt=ve+Ce,Ot=T[lt],it=lt+1{const{el:be,type:Fe,transition:ke,children:Re,shapeFlag:Ce}=A;if(Ce&6){nt(A.component.subTree,T,G,se);return}if(Ce&128){A.suspense.move(T,G,se);return}if(Ce&64){Fe.move(A,T,G,Rt);return}if(Fe===jt){r(be,T,G);for(let Xe=0;Xeke.enter(be),ee);else{const{leave:Xe,delayLeave:ye,afterLeave:le}=ke,ve=()=>r(be,T,G),Ge=()=>{Xe(be,()=>{ve(),le&&le()})};ye?ye(be,ve,Ge):Ge()}else r(be,T,G)},bt=(A,T,G,se=!1,ee=!1)=>{const{type:be,props:Fe,ref:ke,children:Re,dynamicChildren:Ce,shapeFlag:Be,patchFlag:Xe,dirs:ye}=A;if(ke!=null&&wf(ke,null,G,A,!0),Be&256){T.ctx.deactivate(A);return}const le=Be&1&&ye,ve=!go(A);let Ge;if(ve&&(Ge=Fe&&Fe.onVnodeBeforeUnmount)&&Xr(Ge,T,A),Be&6)$t(A.component,G,se);else{if(Be&128){A.suspense.unmount(G,se);return}le&&ui(A,null,T,"beforeUnmount"),Be&64?A.type.remove(A,T,G,ee,Rt,se):Ce&&(be!==jt||Xe>0&&Xe&64)?ht(Ce,T,G,!1,!0):(be===jt&&Xe&384||!ee&&Be&16)&&ht(Re,T,G),se&&Yt(A)}(ve&&(Ge=Fe&&Fe.onVnodeUnmounted)||le)&&pr(()=>{Ge&&Xr(Ge,T,A),le&&ui(A,null,T,"unmounted")},G)},Yt=A=>{const{type:T,el:G,anchor:se,transition:ee}=A;if(T===jt){tn(G,se);return}if(T===Ca){N(A);return}const be=()=>{a(G),ee&&!ee.persisted&&ee.afterLeave&&ee.afterLeave()};if(A.shapeFlag&1&&ee&&!ee.persisted){const{leave:Fe,delayLeave:ke}=ee,Re=()=>Fe(G,be);ke?ke(A.el,be,Re):Re()}else be()},tn=(A,T)=>{let G;for(;A!==T;)G=v(A),a(A),A=G;a(T)},$t=(A,T,G)=>{const{bum:se,scope:ee,update:be,subTree:Fe,um:ke}=A;se&&al(se),ee.stop(),be&&(be.active=!1,bt(Fe,A,T,G)),ke&&pr(ke,T),pr(()=>{A.isUnmounted=!0},T),T&&T.pendingBranch&&!T.isUnmounted&&A.asyncDep&&!A.asyncResolved&&A.suspenseId===T.pendingId&&(T.deps--,T.deps===0&&T.resolve())},ht=(A,T,G,se=!1,ee=!1,be=0)=>{for(let Fe=be;FeA.shapeFlag&6?Ft(A.component.subTree):A.shapeFlag&128?A.suspense.next():v(A.anchor||A.el);let Qt=!1;const Kt=(A,T,G)=>{A==null?T._vnode&&bt(T._vnode,null,null,!0):I(T._vnode||null,A,T,null,null,null,G),Qt||(Qt=!0,Jv(),Sf(),Qt=!1),T._vnode=A},Rt={p:I,um:bt,m:nt,r:Yt,mt:me,mc:q,pc:Te,pbc:V,n:Ft,o:e};let yn,on;return t&&([yn,on]=t(Rt)),{render:Kt,hydrate:yn,createApp:r2(Kt,yn)}}function tg({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function Qa({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function Bx(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function ey(e,t,n=!1){const r=e.children,a=t.children;if(Ye(r)&&Ye(a))for(let o=0;o>1,e[n[c]]0&&(t[r]=n[o-1]),n[o]=r)}}for(o=n.length,i=n[o-1];o-- >0;)n[o]=i,i=t[i];return n}function Ux(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:Ux(t)}const h2=e=>e.__isTeleport,Cc=e=>e&&(e.disabled||e.disabled===""),c_=e=>typeof SVGElement<"u"&&e instanceof SVGElement,u_=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,$g=(e,t)=>{const n=e&&e.to;return At(n)?t?t(n):null:n},p2={name:"Teleport",__isTeleport:!0,process(e,t,n,r,a,o,i,c,d,h){const{mc:y,pc:g,pbc:v,o:{insert:E,querySelector:S,createText:I,createComment:L}}=h,C=Cc(t.props);let{shapeFlag:D,children:R,dynamicChildren:N}=t;if(e==null){const U=t.el=I(""),j=t.anchor=I("");E(U,n,r),E(j,n,r);const m=t.target=$g(t.props,S),q=t.targetAnchor=I("");m&&(E(q,m),i==="svg"||c_(m)?i="svg":(i==="mathml"||u_(m))&&(i="mathml"));const $=(V,re)=>{D&16&&y(R,V,re,a,o,i,c,d)};C?$(n,j):m&&$(m,q)}else{t.el=e.el;const U=t.anchor=e.anchor,j=t.target=e.target,m=t.targetAnchor=e.targetAnchor,q=Cc(e.props),$=q?n:j,V=q?U:m;if(i==="svg"||c_(j)?i="svg":(i==="mathml"||u_(j))&&(i="mathml"),N?(v(e.dynamicChildren,N,$,a,o,i,c),ey(e,t,!0)):d||g(e,t,$,V,a,o,i,c,!1),C)q?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):Bd(t,n,U,h,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const re=t.target=$g(t.props,S);re&&Bd(t,re,null,h,0)}else q&&Bd(t,j,m,h,1)}Hx(t)},remove(e,t,n,r,{um:a,o:{remove:o}},i){const{shapeFlag:c,children:d,anchor:h,targetAnchor:y,target:g,props:v}=e;if(g&&o(y),i&&o(h),c&16){const E=i||!Cc(v);for(let S=0;S0?Jr||sl:null,Vx(),xo>0&&Jr&&Jr.push(e),e}function Le(e,t,n,r,a,o){return Wx(w(e,t,n,r,a,o,!0))}function Sn(e,t,n,r,a){return Wx(mt(e,t,n,r,a,!0))}function Vi(e){return e?e.__v_isVNode===!0:!1}function Ks(e,t){return e.type===t.type&&e.key===t.key}function Gx(e){}const bh="__vInternal",Kx=({key:e})=>e??null,rf=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?At(e)||ar(e)||yt(e)?{i:Kn,r:e,k:t,f:!!n}:e:null);function w(e,t=null,n=null,r=0,a=null,o=e===jt?0:1,i=!1,c=!1){const d={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Kx(t),ref:t&&rf(t),scopeId:hh,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:o,patchFlag:r,dynamicProps:a,dynamicChildren:null,appContext:null,ctx:Kn};return c?(ny(d,n),o&128&&e.normalize(d)):n&&(d.shapeFlag|=At(n)?8:16),xo>0&&!i&&Jr&&(d.patchFlag>0||o&6)&&d.patchFlag!==32&&Jr.push(d),d}const mt=m2;function m2(e,t=null,n=null,r=0,a=null,o=!1){if((!e||e===tx)&&(e=gr),Vi(e)){const c=Js(e,t,!0);return n&&ny(c,n),xo>0&&!o&&Jr&&(c.shapeFlag&6?Jr[Jr.indexOf(e)]=c:Jr.push(c)),c.patchFlag|=-2,c}if(x2(e)&&(e=e.__vccOpts),t){t=ty(t);let{class:c,style:d}=t;c&&!At(c)&&(t.class=qt(c)),mn(d)&&(oh(d)&&!Ye(d)&&(d=an({},d)),t.style=Tl(d))}const i=At(e)?1:sx(e)?128:h2(e)?64:mn(e)?4:yt(e)?2:0;return w(e,t,n,r,a,i,o,!0)}function ty(e){return e?oh(e)||bh in e?an({},e):e:null}function Js(e,t,n=!1){const{props:r,ref:a,patchFlag:o,children:i}=e,c=t?ry(r||{},t):r;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:c,key:c&&Kx(c),ref:t&&t.ref?n&&a?Ye(a)?a.concat(rf(t)):[a,rf(t)]:rf(t):a,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:i,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==jt?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Js(e.ssContent),ssFallback:e.ssFallback&&Js(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function vn(e=" ",t=0){return mt(Hi,null,e,t)}function zx(e,t){const n=mt(Ca,null,e);return n.staticCount=t,n}function rt(e="",t=!1){return t?(xe(),Sn(gr,null,e)):mt(gr,null,e)}function hs(e){return e==null||typeof e=="boolean"?mt(gr):Ye(e)?mt(jt,null,e.slice()):typeof e=="object"?ya(e):mt(Hi,null,String(e))}function ya(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Js(e)}function ny(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(Ye(t))n=16;else if(typeof t=="object")if(r&65){const a=t.default;a&&(a._c&&(a._d=!1),ny(e,a()),a._c&&(a._d=!0));return}else{n=32;const a=t._;!a&&!(bh in t)?t._ctx=Kn:a===3&&Kn&&(Kn.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else yt(t)?(t={default:t,_ctx:Kn},n=32):(t=String(t),r&64?(n=16,t=[vn(t)]):n=8);e.children=t,e.shapeFlag|=n}function ry(...e){const t={};for(let n=0;nnr||Kn;let Cf,Fg;{const e=p1(),t=(n,r)=>{let a;return(a=e[n])||(a=e[n]=[]),a.push(r),o=>{a.length>1?a.forEach(i=>i(o)):a[0](o)}};Cf=t("__VUE_INSTANCE_SETTERS__",n=>nr=n),Fg=t("__VUE_SSR_SETTERS__",n=>uu=n)}const So=e=>{const t=nr;return Cf(e),e.scope.on(),()=>{e.scope.off(),Cf(t)}},Bg=()=>{nr&&nr.scope.off(),Cf(null)};function Yx(e){return e.vnode.shapeFlag&4}let uu=!1;function Xx(e,t=!1){t&&Fg(t);const{props:n,children:r}=e.vnode,a=Yx(e);s2(e,n,a,t),o2(e,r);const o=a?v2(e,t):void 0;return t&&Fg(!1),o}function v2(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=lh(new Proxy(e.ctx,Lg));const{setup:r}=n;if(r){const a=e.setupContext=r.length>1?Qx(e):null,o=So(e);Co();const i=pi(r,e,0,[e.props,a]);if(Io(),o(),Sm(i)){if(i.then(Bg,Bg),t)return i.then(c=>{Ug(e,c,t)}).catch(c=>{Ra(c,e,0)});e.asyncDep=i}else Ug(e,i,t)}else Zx(e,t)}function Ug(e,t,n){yt(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:mn(t)&&(e.setupState=uh(t)),Zx(e,n)}let If,jg;function sy(e){If=e,jg=t=>{t.render._rc&&(t.withProxy=new Proxy(t.ctx,XN))}}const Jx=()=>!If;function Zx(e,t,n){const r=e.type;if(!e.render){if(!t&&If&&!r.render){const a=r.template||Xm(e).template;if(a){const{isCustomElement:o,compilerOptions:i}=e.appContext.config,{delimiters:c,compilerOptions:d}=r,h=an(an({isCustomElement:o,delimiters:c},i),d);r.render=If(a,h)}}e.render=r.render||sr,jg&&jg(e)}{const a=So(e);Co();try{JN(e)}finally{Io(),a()}}}function _2(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get(t,n){return es(e,"get","$attrs"),t[n]}}))}function Qx(e){const t=n=>{e.exposed=n||{}};return{get attrs(){return _2(e)},slots:e.slots,emit:e.emit,expose:t}}function vh(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(uh(lh(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in Tc)return Tc[n](e)},has(t,n){return n in t||n in Tc}}))}function Hg(e,t=!0){return yt(e)?e.displayName||e.name:e.name||t&&e.__name}function x2(e){return yt(e)&&"__vccOpts"in e}const Wn=(e,t)=>EN(e,t,uu);function eS(e,t,n=cn){const r=Fr(),a=An(t),o=ps(t),i=Nm((d,h)=>{let y;return jm(()=>{const g=e[t];Xs(y,g)&&(y=g,h())}),{get(){return d(),n.get?n.get(y):y},set(g){const v=r.vnode.props;!(v&&(t in v||a in v||o in v)&&(`onUpdate:${t}`in v||`onUpdate:${a}`in v||`onUpdate:${o}`in v))&&Xs(g,y)&&(y=g,h()),r.emit(`update:${t}`,n.set?n.set(g):g)}}}),c=t==="modelValue"?"modelModifiers":`${t}Modifiers`;return i[Symbol.iterator]=()=>{let d=0;return{next(){return d<2?{value:d++?e[c]||{}:i,done:!1}:{done:!0}}}},i}function du(e,t,n){const r=arguments.length;return r===2?mn(t)&&!Ye(t)?Vi(t)?mt(e,null,[t]):mt(e,t):mt(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&Vi(n)&&(n=[n]),mt(e,t,n))}function tS(){}function nS(e,t,n,r){const a=n[r];if(a&&iy(a,e))return a;const o=t();return o.memo=e.slice(),n[r]=o}function iy(e,t){const n=e.memo;if(n.length!=t.length)return!1;for(let r=0;r0&&Jr&&Jr.push(e),!0}const ay="3.4.21",rS=sr,sS=AN,iS=Qo,aS=X1,S2={createComponentInstance:qx,setupComponent:Xx,renderComponentRoot:nf,setCurrentRenderingInstance:jc,isVNode:Vi,normalizeVNode:hs},oS=S2,lS=null,cS=null,uS=null;/** +* @vue/runtime-dom v3.4.21 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT -**/const E2="http://www.w3.org/2000/svg",T2="http://www.w3.org/1998/Math/MathML",va=typeof document<"u"?document:null,d_=va&&va.createElement("template"),C2={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const a=t==="svg"?va.createElementNS(E2,e):t==="mathml"?va.createElementNS(T2,e):va.createElement(e,n?{is:n}:void 0);return e==="select"&&r&&r.multiple!=null&&a.setAttribute("multiple",r.multiple),a},createText:e=>va.createTextNode(e),createComment:e=>va.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>va.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,a,o){const i=n?n.previousSibling:t.lastChild;if(a&&(a===o||a.nextSibling))for(;t.insertBefore(a.cloneNode(!0),n),!(a===o||!(a=a.nextSibling)););else{d_.innerHTML=r==="svg"?`${e}`:r==="mathml"?`${e}`:e;const c=d_.content;if(r==="svg"||r==="mathml"){const d=c.firstChild;for(;d.firstChild;)c.appendChild(d.firstChild);c.removeChild(d)}t.insertBefore(c,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},da="transition",uc="animation",fl=Symbol("_vtc"),Ra=(e,{slots:t})=>du(jm,pS(e),t);Ra.displayName="Transition";const hS={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},I2=Ra.props=an({},hh,hS),Qa=(e,t=[])=>{Ye(e)?e.forEach(n=>n(...t)):e&&e(...t)},f_=e=>e?Ye(e)?e.some(t=>t.length>1):e.length>1:!1;function pS(e){const t={};for(const ce in e)ce in hS||(t[ce]=e[ce]);if(e.css===!1)return t;const{name:n="v",type:r,duration:a,enterFromClass:o=`${n}-enter-from`,enterActiveClass:i=`${n}-enter-active`,enterToClass:c=`${n}-enter-to`,appearFromClass:d=o,appearActiveClass:f=i,appearToClass:y=c,leaveFromClass:g=`${n}-leave-from`,leaveActiveClass:v=`${n}-leave-active`,leaveToClass:w=`${n}-leave-to`}=e,S=k2(a),T=S&&S[0],N=S&&S[1],{onBeforeEnter:I,onEnter:D,onEnterCancelled:L,onLeave:R,onLeaveCancelled:U,onBeforeAppear:j=I,onAppear:m=D,onAppearCancelled:K=L}=t,F=(ce,J,ye)=>{ga(ce,J?y:c),ga(ce,J?f:i),ye&&ye()},V=(ce,J)=>{ce._isLeaving=!1,ga(ce,g),ga(ce,w),ga(ce,v),J&&J()},re=ce=>(J,ye)=>{const Me=ce?m:D,fe=()=>F(J,ce,ye);Qa(Me,[J,fe]),h_(()=>{ga(J,ce?d:o),Li(J,ce?y:c),f_(Me)||p_(J,r,T,fe)})};return an(t,{onBeforeEnter(ce){Qa(I,[ce]),Li(ce,o),Li(ce,i)},onBeforeAppear(ce){Qa(j,[ce]),Li(ce,d),Li(ce,f)},onEnter:re(!1),onAppear:re(!0),onLeave(ce,J){ce._isLeaving=!0;const ye=()=>V(ce,J);Li(ce,g),mS(),Li(ce,v),h_(()=>{ce._isLeaving&&(ga(ce,g),Li(ce,w),f_(R)||p_(ce,r,N,ye))}),Qa(R,[ce,ye])},onEnterCancelled(ce){F(ce,!1),Qa(L,[ce])},onAppearCancelled(ce){F(ce,!0),Qa(K,[ce])},onLeaveCancelled(ce){V(ce),Qa(U,[ce])}})}function k2(e){if(e==null)return null;if(mn(e))return[eg(e.enter),eg(e.leave)];{const t=eg(e);return[t,t]}}function eg(e){return vf(e)}function Li(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[fl]||(e[fl]=new Set)).add(t)}function ga(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const n=e[fl];n&&(n.delete(t),n.size||(e[fl]=void 0))}function h_(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let A2=0;function p_(e,t,n,r){const a=e._endId=++A2,o=()=>{a===e._endId&&r()};if(n)return setTimeout(o,n);const{type:i,timeout:c,propCount:d}=gS(e,t);if(!i)return r();const f=i+"end";let y=0;const g=()=>{e.removeEventListener(f,v),o()},v=w=>{w.target===e&&++y>=d&&g()};setTimeout(()=>{y(n[S]||"").split(", "),a=r(`${da}Delay`),o=r(`${da}Duration`),i=g_(a,o),c=r(`${uc}Delay`),d=r(`${uc}Duration`),f=g_(c,d);let y=null,g=0,v=0;t===da?i>0&&(y=da,g=i,v=o.length):t===uc?f>0&&(y=uc,g=f,v=d.length):(g=Math.max(i,f),y=g>0?i>f?da:uc:null,v=y?y===da?o.length:d.length:0);const w=y===da&&/\b(transform|all)(,|$)/.test(r(`${da}Property`).toString());return{type:y,timeout:g,propCount:v,hasTransform:w}}function g_(e,t){for(;e.lengthm_(n)+m_(e[r])))}function m_(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function mS(){return document.body.offsetHeight}function O2(e,t,n){const r=e[fl];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const ay=Symbol("_vod"),bh={beforeMount(e,{value:t},{transition:n}){e[ay]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):dc(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),dc(e,!0),r.enter(e)):r.leave(e,()=>{dc(e,!1)}):dc(e,t))},beforeUnmount(e,{value:t}){dc(e,t)}};function dc(e,t){e.style.display=t?e[ay]:"none"}function P2(){bh.getSSRProps=({value:e})=>{if(!e)return{style:{display:"none"}}}}const yS=Symbol("");function bS(e){const t=Fr();if(!t)return;const n=t.ut=(a=e(t.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${t.uid}"]`)).forEach(o=>Hg(o,a))},r=()=>{const a=e(t.proxy);jg(t.subTree,a),n(a)};Bm(r),Ao(()=>{const a=new MutationObserver(r);a.observe(t.subTree.el.parentNode,{childList:!0}),Tl(()=>a.disconnect())})}function jg(e,t){if(e.shapeFlag&128){const n=e.suspense;e=n.activeBranch,n.pendingBranch&&!n.isHydrating&&n.effects.push(()=>{jg(n.activeBranch,t)})}for(;e.component;)e=e.component.subTree;if(e.shapeFlag&1&&e.el)Hg(e.el,t);else if(e.type===jt)e.children.forEach(n=>jg(n,t));else if(e.type===Ca){let{el:n,anchor:r}=e;for(;n&&(Hg(n,t),n!==r);)n=n.nextSibling}}function Hg(e,t){if(e.nodeType===1){const n=e.style;let r="";for(const a in t)n.setProperty(`--${a}`,t[a]),r+=`--${a}: ${t[a]};`;n[yS]=r}}function N2(e,t,n){const r=e.style,a=r.display,o=At(n);if(n&&!o){if(t&&!At(t))for(const i in t)n[i]==null&&Vg(r,i,"");for(const i in n)Vg(r,i,n[i])}else if(o){if(t!==n){const i=r[yS];i&&(n+=";"+i),r.cssText=n}}else t&&e.removeAttribute("style");ay in e&&(r.display=a)}const y_=/\s*!important$/;function Vg(e,t,n){if(Ye(n))n.forEach(r=>Vg(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=L2(e,t);y_.test(n)?e.setProperty(ps(r),n.replace(y_,""),"important"):e[r]=n}}const b_=["Webkit","Moz","ms"],tg={};function L2(e,t){const n=tg[t];if(n)return n;let r=Ln(t);if(r!=="filter"&&r in e)return tg[t]=r;r=Na(r);for(let a=0;ang||(B2.then(()=>ng=0),ng=Date.now());function j2(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;Qr(H2(r,n.value),t,5,[r])};return n.value=e,n.attached=U2(),n}function H2(e,t){if(Ye(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>a=>!a._stopped&&r&&r(a))}else return t}const S_=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,V2=(e,t,n,r,a,o,i,c,d)=>{const f=a==="svg";t==="class"?O2(e,r,f):t==="style"?N2(e,n,r):Eo(t)?vm(t)||$2(e,t,n,r,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):W2(e,t,r,f))?D2(e,t,r,o,i,c,d):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),R2(e,t,r,f))};function W2(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&S_(t)&&bt(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const a=e.tagName;if(a==="IMG"||a==="VIDEO"||a==="CANVAS"||a==="SOURCE")return!1}return S_(t)&&At(n)?!1:t in e}/*! #__NO_SIDE_EFFECTS__ */function oy(e,t){const n=ko(e);class r extends fu{constructor(o){super(n,o,t)}}return r.def=n,r}/*! #__NO_SIDE_EFFECTS__ */const vS=e=>oy(e,ly),G2=typeof HTMLElement<"u"?HTMLElement:class{};class fu extends G2{constructor(t,n={},r){super(),this._def=t,this._props=n,this._instance=null,this._connected=!1,this._resolved=!1,this._numberProps=null,this._ob=null,this.shadowRoot&&r?r(this._createVNode(),this.shadowRoot):(this.attachShadow({mode:"open"}),this._def.__asyncLoader||this._resolveProps(this._def))}connectedCallback(){this._connected=!0,this._instance||(this._resolved?this._update():this._resolveDef())}disconnectedCallback(){this._connected=!1,this._ob&&(this._ob.disconnect(),this._ob=null),ru(()=>{this._connected||(kf(null,this.shadowRoot),this._instance=null)})}_resolveDef(){this._resolved=!0;for(let r=0;r{for(const a of r)this._setAttr(a.attributeName)}),this._ob.observe(this,{attributes:!0});const t=(r,a=!1)=>{const{props:o,styles:i}=r;let c;if(o&&!Ye(o))for(const d in o){const f=o[d];(f===Number||f&&f.type===Number)&&(d in this._props&&(this._props[d]=vf(this._props[d])),(c||(c=Object.create(null)))[Ln(d)]=!0)}this._numberProps=c,a&&this._resolveProps(r),this._applyStyles(i),this._update()},n=this._def.__asyncLoader;n?n().then(r=>t(r,!0)):t(this._def)}_resolveProps(t){const{props:n}=t,r=Ye(n)?n:Object.keys(n||{});for(const a of Object.keys(this))a[0]!=="_"&&r.includes(a)&&this._setProp(a,this[a],!0,!1);for(const a of r.map(Ln))Object.defineProperty(this,a,{get(){return this._getProp(a)},set(o){this._setProp(a,o)}})}_setAttr(t){let n=this.getAttribute(t);const r=Ln(t);this._numberProps&&this._numberProps[r]&&(n=vf(n)),this._setProp(r,n,!1)}_getProp(t){return this._props[t]}_setProp(t,n,r=!0,a=!0){n!==this._props[t]&&(this._props[t]=n,a&&this._instance&&this._update(),r&&(n===!0?this.setAttribute(ps(t),""):typeof n=="string"||typeof n=="number"?this.setAttribute(ps(t),n+""):n||this.removeAttribute(ps(t))))}_update(){kf(this._createVNode(),this.shadowRoot)}_createVNode(){const t=mt(this._def,an({},this._props));return this._instance||(t.ce=n=>{this._instance=n,n.isCE=!0;const r=(o,i)=>{this.dispatchEvent(new CustomEvent(o,{detail:i}))};n.emit=(o,...i)=>{r(o,i),ps(o)!==o&&r(ps(o),i)};let a=this;for(;a=a&&(a.parentNode||a.host);)if(a instanceof fu){n.parent=a._instance,n.provides=a._instance.provides;break}}),t}_applyStyles(t){t&&t.forEach(n=>{const r=document.createElement("style");r.textContent=n,this.shadowRoot.appendChild(r)})}}function _S(e="$style"){{const t=Fr();if(!t)return cn;const n=t.type.__cssModules;if(!n)return cn;const r=n[e];return r||cn}}const xS=new WeakMap,SS=new WeakMap,If=Symbol("_moveCb"),w_=Symbol("_enterCb"),wS={name:"TransitionGroup",props:an({},I2,{tag:String,moveClass:String}),setup(e,{slots:t}){const n=Fr(),r=fh();let a,o;return ou(()=>{if(!a.length)return;const i=e.moveClass||`${e.name||"v"}-move`;if(!X2(a[0].el,n.vnode.el,i))return;a.forEach(z2),a.forEach(q2);const c=a.filter(Y2);mS(),c.forEach(d=>{const f=d.el,y=f.style;Li(f,i),y.transform=y.webkitTransform=y.transitionDuration="";const g=f[If]=v=>{v&&v.target!==f||(!v||/transform$/.test(v.propertyName))&&(f.removeEventListener("transitionend",g),f[If]=null,ga(f,i))};f.addEventListener("transitionend",g)})}),()=>{const i=Zt(e),c=pS(i);let d=i.tag||jt;a=o,o=t.default?iu(t.default()):[];for(let f=0;fdelete e.mode;wS.props;const ES=wS;function z2(e){const t=e.el;t[If]&&t[If](),t[w_]&&t[w_]()}function q2(e){SS.set(e,e.el.getBoundingClientRect())}function Y2(e){const t=xS.get(e),n=SS.get(e),r=t.left-n.left,a=t.top-n.top;if(r||a){const o=e.el.style;return o.transform=o.webkitTransform=`translate(${r}px,${a}px)`,o.transitionDuration="0s",e}}function X2(e,t,n){const r=e.cloneNode(),a=e[fl];a&&a.forEach(c=>{c.split(/\s+/).forEach(d=>d&&r.classList.remove(d))}),n.split(/\s+/).forEach(c=>c&&r.classList.add(c)),r.style.display="none";const o=t.nodeType===1?t:t.parentNode;o.appendChild(r);const{hasTransform:i}=gS(r);return o.removeChild(r),i}const Oa=e=>{const t=e.props["onUpdate:modelValue"]||!1;return Ye(t)?n=>al(t,n):t};function J2(e){e.target.composing=!0}function E_(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const Ls=Symbol("_assign"),zn={created(e,{modifiers:{lazy:t,trim:n,number:r}},a){e[Ls]=Oa(a);const o=r||a.props&&a.props.type==="number";Di(e,t?"change":"input",i=>{if(i.target.composing)return;let c=e.value;n&&(c=c.trim()),o&&(c=Dc(c)),e[Ls](c)}),n&&Di(e,"change",()=>{e.value=e.value.trim()}),t||(Di(e,"compositionstart",J2),Di(e,"compositionend",E_),Di(e,"change",E_))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,modifiers:{lazy:n,trim:r,number:a}},o){if(e[Ls]=Oa(o),e.composing)return;const i=a||e.type==="number"?Dc(e.value):e.value,c=t??"";i!==c&&(document.activeElement===e&&e.type!=="range"&&(n||r&&e.value.trim()===c)||(e.value=c))}},hu={deep:!0,created(e,t,n){e[Ls]=Oa(n),Di(e,"change",()=>{const r=e._modelValue,a=hl(e),o=e.checked,i=e[Ls];if(Ye(r)){const c=Zf(r,a),d=c!==-1;if(o&&!d)i(r.concat(a));else if(!o&&d){const f=[...r];f.splice(c,1),i(f)}}else if(To(r)){const c=new Set(r);o?c.add(a):c.delete(a),i(c)}else i(TS(e,o))})},mounted:T_,beforeUpdate(e,t,n){e[Ls]=Oa(n),T_(e,t,n)}};function T_(e,{value:t,oldValue:n},r){e._modelValue=t,Ye(t)?e.checked=Zf(t,r.props.value)>-1:To(t)?e.checked=t.has(r.props.value):t!==n&&(e.checked=ji(t,TS(e,!0)))}const pu={created(e,{value:t},n){e.checked=ji(t,n.props.value),e[Ls]=Oa(n),Di(e,"change",()=>{e[Ls](hl(e))})},beforeUpdate(e,{value:t,oldValue:n},r){e[Ls]=Oa(r),t!==n&&(e.checked=ji(t,r.props.value))}},gs={deep:!0,created(e,{value:t,modifiers:{number:n}},r){const a=To(t);Di(e,"change",()=>{const o=Array.prototype.filter.call(e.options,i=>i.selected).map(i=>n?Dc(hl(i)):hl(i));e[Ls](e.multiple?a?new Set(o):o:o[0]),e._assigning=!0,ru(()=>{e._assigning=!1})}),e[Ls]=Oa(r)},mounted(e,{value:t,oldValue:n,modifiers:{number:r}}){C_(e,t,n,r)},beforeUpdate(e,t,n){e[Ls]=Oa(n)},updated(e,{value:t,oldValue:n,modifiers:{number:r}}){e._assigning||C_(e,t,n,r)}};function C_(e,t,n,r){const a=e.multiple,o=Ye(t);if(!(a&&!o&&!To(t))&&!(o&&ji(t,n))){for(let i=0,c=e.options.length;i-1}else d.selected=t.has(f);else if(ji(hl(d),t)){e.selectedIndex!==i&&(e.selectedIndex=i);return}}!a&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}}function hl(e){return"_value"in e?e._value:e.value}function TS(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const Wc={created(e,t,n){Ud(e,t,n,null,"created")},mounted(e,t,n){Ud(e,t,n,null,"mounted")},beforeUpdate(e,t,n,r){Ud(e,t,n,r,"beforeUpdate")},updated(e,t,n,r){Ud(e,t,n,r,"updated")}};function CS(e,t){switch(e){case"SELECT":return gs;case"TEXTAREA":return zn;default:switch(t){case"checkbox":return hu;case"radio":return pu;default:return zn}}}function Ud(e,t,n,r,a){const i=CS(e.tagName,n.props&&n.props.type)[a];i&&i(e,t,n,r)}function Z2(){zn.getSSRProps=({value:e})=>({value:e}),pu.getSSRProps=({value:e},t)=>{if(t.props&&ji(t.props.value,e))return{checked:!0}},hu.getSSRProps=({value:e},t)=>{if(Ye(e)){if(t.props&&Zf(e,t.props.value)>-1)return{checked:!0}}else if(To(e)){if(t.props&&e.has(t.props.value))return{checked:!0}}else if(e)return{checked:!0}},Wc.getSSRProps=(e,t)=>{if(typeof t.type!="string")return;const n=CS(t.type.toUpperCase(),t.props&&t.props.type);if(n.getSSRProps)return n.getSSRProps(e,t)}}const Q2=["ctrl","shift","alt","meta"],eL={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>Q2.some(n=>e[`${n}Key`]&&!t.includes(n))},IS=(e,t)=>{const n=e._withMods||(e._withMods={}),r=t.join(".");return n[r]||(n[r]=(a,...o)=>{for(let i=0;i{const n=e._withKeys||(e._withKeys={}),r=t.join(".");return n[r]||(n[r]=a=>{if(!("key"in a))return;const o=ps(a.key);if(t.some(i=>i===o||tL[i]===o))return e(a)})},AS=an({patchProp:V2},C2);let Ic,I_=!1;function OS(){return Ic||(Ic=Jm(AS))}function PS(){return Ic=I_?Ic:Zm(AS),I_=!0,Ic}const kf=(...e)=>{OS().render(...e)},ly=(...e)=>{PS().hydrate(...e)},cy=(...e)=>{const t=OS().createApp(...e),{mount:n}=t;return t.mount=r=>{const a=RS(r);if(!a)return;const o=t._component;!bt(o)&&!o.render&&!o.template&&(o.template=a.innerHTML),a.innerHTML="";const i=n(a,!1,LS(a));return a instanceof Element&&(a.removeAttribute("v-cloak"),a.setAttribute("data-v-app","")),i},t},NS=(...e)=>{const t=PS().createApp(...e),{mount:n}=t;return t.mount=r=>{const a=RS(r);if(a)return n(a,!0,LS(a))},t};function LS(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function RS(e){return At(e)?document.querySelector(e):e}let k_=!1;const DS=()=>{k_||(k_=!0,Z2(),P2())},nL=Object.freeze(Object.defineProperty({__proto__:null,BaseTransition:jm,BaseTransitionPropsValidators:hh,Comment:gr,DeprecationTypes:fS,EffectScope:Qf,ErrorCodes:q1,ErrorTypeStrings:aS,Fragment:jt,KeepAlive:hx,ReactiveEffect:vo,Static:Ca,Suspense:ox,Teleport:Vx,Text:Hi,TrackOpTypes:G1,Transition:Ra,TransitionGroup:ES,TriggerOpTypes:K1,VueElement:fu,assertNumber:z1,callWithAsyncErrorHandling:Qr,callWithErrorHandling:pi,camelize:Ln,capitalize:Na,cloneVNode:Js,compatUtils:dS,computed:Wn,createApp:cy,createBlock:Sn,createCommentVNode:nt,createElementBlock:Ne,createElementVNode:E,createHydrationRenderer:Zm,createPropsRestProxy:Ox,createRenderer:Jm,createSSRApp:NS,createSlots:gx,createStaticVNode:Yx,createTextVNode:vn,createVNode:mt,customRef:Pm,defineAsyncComponent:fx,defineComponent:ko,defineCustomElement:oy,defineEmits:vx,defineExpose:_x,defineModel:wx,defineOptions:xx,defineProps:bx,defineSSRCustomElement:vS,defineSlots:Sx,devtools:oS,effect:S1,effectScope:wm,getCurrentInstance:Fr,getCurrentScope:eh,getTransitionRawChildren:iu,guardReactiveProps:ey,h:du,handleError:La,hasInjectionContext:Rx,hydrate:ly,initCustomFormatter:rS,initDirectivesForSSR:DS,inject:_n,isMemoSame:sy,isProxy:ih,isReactive:Ta,isReadonly:ka,isRef:ar,isRuntimeOnly:Qx,isShallow:dl,isVNode:Vi,markRaw:ah,mergeDefaults:kx,mergeModels:Ax,mergeProps:ny,nextTick:ru,normalizeClass:qt,normalizeProps:y1,normalizeStyle:El,onActivated:Hm,onBeforeMount:gh,onBeforeUnmount:lu,onBeforeUpdate:Wm,onDeactivated:Vm,onErrorCaptured:qm,onMounted:Ao,onRenderTracked:zm,onRenderTriggered:Km,onScopeDispose:Em,onServerPrefetch:Gm,onUnmounted:Tl,onUpdated:ou,openBlock:_e,popScopeId:tx,provide:$i,proxyRefs:lh,pushScopeId:ex,queuePostFlushCb:Fc,reactive:tu,readonly:rh,ref:ft,registerRuntimeCompiler:ry,render:kf,renderList:Ir,renderSlot:cu,resolveComponent:Mt,resolveDirective:ix,resolveDynamicComponent:sx,resolveFilter:uS,resolveTransitionHooks:_o,setBlockTracking:Ef,setDevtoolsHook:lS,setTransitionHooks:Aa,shallowReactive:km,shallowReadonly:$1,shallowRef:oh,ssrContextKey:$m,ssrUtils:cS,stop:w1,toDisplayString:oe,toHandlerKey:fo,toHandlers:yx,toRaw:Zt,toRef:V1,toRefs:H1,toValue:j1,transformVNodeArgs:zx,triggerRef:U1,unref:nu,useAttrs:Cx,useCssModule:_S,useCssVars:bS,useModel:nS,useSSRContext:Fm,useSlots:Tx,useTransitionState:fh,vModelCheckbox:hu,vModelDynamic:Wc,vModelRadio:pu,vModelSelect:gs,vModelText:zn,vShow:bh,version:iy,warn:iS,watch:Ns,watchEffect:cx,watchPostEffect:Bm,watchSyncEffect:Um,withAsyncContext:Px,withCtx:$r,withDefaults:Ex,withDirectives:un,withKeys:kS,withMemo:sS,withModifiers:IS,withScopeId:nx},Symbol.toStringTag,{value:"Module"}));/** -* @vue/compiler-core v3.4.15 +**/const E2="http://www.w3.org/2000/svg",w2="http://www.w3.org/1998/Math/MathML",ba=typeof document<"u"?document:null,d_=ba&&ba.createElement("template"),T2={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const a=t==="svg"?ba.createElementNS(E2,e):t==="mathml"?ba.createElementNS(w2,e):ba.createElement(e,n?{is:n}:void 0);return e==="select"&&r&&r.multiple!=null&&a.setAttribute("multiple",r.multiple),a},createText:e=>ba.createTextNode(e),createComment:e=>ba.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>ba.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,a,o){const i=n?n.previousSibling:t.lastChild;if(a&&(a===o||a.nextSibling))for(;t.insertBefore(a.cloneNode(!0),n),!(a===o||!(a=a.nextSibling)););else{d_.innerHTML=r==="svg"?`${e}`:r==="mathml"?`${e}`:e;const c=d_.content;if(r==="svg"||r==="mathml"){const d=c.firstChild;for(;d.firstChild;)c.appendChild(d.firstChild);c.removeChild(d)}t.insertBefore(c,n)}return[i?i.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},da="transition",dc="animation",hl=Symbol("_vtc"),Da=(e,{slots:t})=>du(Hm,fS(e),t);Da.displayName="Transition";const dS={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},C2=Da.props=an({},gh,dS),eo=(e,t=[])=>{Ye(e)?e.forEach(n=>n(...t)):e&&e(...t)},f_=e=>e?Ye(e)?e.some(t=>t.length>1):e.length>1:!1;function fS(e){const t={};for(const ce in e)ce in dS||(t[ce]=e[ce]);if(e.css===!1)return t;const{name:n="v",type:r,duration:a,enterFromClass:o=`${n}-enter-from`,enterActiveClass:i=`${n}-enter-active`,enterToClass:c=`${n}-enter-to`,appearFromClass:d=o,appearActiveClass:h=i,appearToClass:y=c,leaveFromClass:g=`${n}-leave-from`,leaveActiveClass:v=`${n}-leave-active`,leaveToClass:E=`${n}-leave-to`}=e,S=I2(a),I=S&&S[0],L=S&&S[1],{onBeforeEnter:C,onEnter:D,onEnterCancelled:R,onLeave:N,onLeaveCancelled:U,onBeforeAppear:j=C,onAppear:m=D,onAppearCancelled:q=R}=t,$=(ce,X,me)=>{pa(ce,X?y:c),pa(ce,X?h:i),me&&me()},V=(ce,X)=>{ce._isLeaving=!1,pa(ce,g),pa(ce,E),pa(ce,v),X&&X()},re=ce=>(X,me)=>{const $e=ce?m:D,fe=()=>$(X,ce,me);eo($e,[X,fe]),h_(()=>{pa(X,ce?d:o),Ri(X,ce?y:c),f_($e)||p_(X,r,I,fe)})};return an(t,{onBeforeEnter(ce){eo(C,[ce]),Ri(ce,o),Ri(ce,i)},onBeforeAppear(ce){eo(j,[ce]),Ri(ce,d),Ri(ce,h)},onEnter:re(!1),onAppear:re(!0),onLeave(ce,X){ce._isLeaving=!0;const me=()=>V(ce,X);Ri(ce,g),pS(),Ri(ce,v),h_(()=>{ce._isLeaving&&(pa(ce,g),Ri(ce,E),f_(N)||p_(ce,r,L,me))}),eo(N,[ce,me])},onEnterCancelled(ce){$(ce,!1),eo(R,[ce])},onAppearCancelled(ce){$(ce,!0),eo(q,[ce])},onLeaveCancelled(ce){V(ce),eo(U,[ce])}})}function I2(e){if(e==null)return null;if(mn(e))return[ng(e.enter),ng(e.leave)];{const t=ng(e);return[t,t]}}function ng(e){return _f(e)}function Ri(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[hl]||(e[hl]=new Set)).add(t)}function pa(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const n=e[hl];n&&(n.delete(t),n.size||(e[hl]=void 0))}function h_(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let k2=0;function p_(e,t,n,r){const a=e._endId=++k2,o=()=>{a===e._endId&&r()};if(n)return setTimeout(o,n);const{type:i,timeout:c,propCount:d}=hS(e,t);if(!i)return r();const h=i+"end";let y=0;const g=()=>{e.removeEventListener(h,v),o()},v=E=>{E.target===e&&++y>=d&&g()};setTimeout(()=>{y(n[S]||"").split(", "),a=r(`${da}Delay`),o=r(`${da}Duration`),i=g_(a,o),c=r(`${dc}Delay`),d=r(`${dc}Duration`),h=g_(c,d);let y=null,g=0,v=0;t===da?i>0&&(y=da,g=i,v=o.length):t===dc?h>0&&(y=dc,g=h,v=d.length):(g=Math.max(i,h),y=g>0?i>h?da:dc:null,v=y?y===da?o.length:d.length:0);const E=y===da&&/\b(transform|all)(,|$)/.test(r(`${da}Property`).toString());return{type:y,timeout:g,propCount:v,hasTransform:E}}function g_(e,t){for(;e.lengthm_(n)+m_(e[r])))}function m_(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function pS(){return document.body.offsetHeight}function A2(e,t,n){const r=e[hl];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const kf=Symbol("_vod"),gS=Symbol("_vsh"),_h={beforeMount(e,{value:t},{transition:n}){e[kf]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):fc(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),fc(e,!0),r.enter(e)):r.leave(e,()=>{fc(e,!1)}):fc(e,t))},beforeUnmount(e,{value:t}){fc(e,t)}};function fc(e,t){e.style.display=t?e[kf]:"none",e[gS]=!t}function O2(){_h.getSSRProps=({value:e})=>{if(!e)return{style:{display:"none"}}}}const mS=Symbol("");function yS(e){const t=Fr();if(!t)return;const n=t.ut=(a=e(t.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${t.uid}"]`)).forEach(o=>Wg(o,a))},r=()=>{const a=e(t.proxy);Vg(t.subTree,a),n(a)};Um(r),Ao(()=>{const a=new MutationObserver(r);a.observe(t.subTree.el.parentNode,{childList:!0}),Cl(()=>a.disconnect())})}function Vg(e,t){if(e.shapeFlag&128){const n=e.suspense;e=n.activeBranch,n.pendingBranch&&!n.isHydrating&&n.effects.push(()=>{Vg(n.activeBranch,t)})}for(;e.component;)e=e.component.subTree;if(e.shapeFlag&1&&e.el)Wg(e.el,t);else if(e.type===jt)e.children.forEach(n=>Vg(n,t));else if(e.type===Ca){let{el:n,anchor:r}=e;for(;n&&(Wg(n,t),n!==r);)n=n.nextSibling}}function Wg(e,t){if(e.nodeType===1){const n=e.style;let r="";for(const a in t)n.setProperty(`--${a}`,t[a]),r+=`--${a}: ${t[a]};`;n[mS]=r}}const P2=/(^|;)\s*display\s*:/;function N2(e,t,n){const r=e.style,a=At(n);let o=!1;if(n&&!a){if(t)if(At(t))for(const i of t.split(";")){const c=i.slice(0,i.indexOf(":")).trim();n[c]==null&&sf(r,c,"")}else for(const i in t)n[i]==null&&sf(r,i,"");for(const i in n)i==="display"&&(o=!0),sf(r,i,n[i])}else if(a){if(t!==n){const i=r[mS];i&&(n+=";"+i),r.cssText=n,o=P2.test(n)}}else t&&e.removeAttribute("style");kf in e&&(e[kf]=o?r.display:"",e[gS]&&(r.display="none"))}const y_=/\s*!important$/;function sf(e,t,n){if(Ye(n))n.forEach(r=>sf(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=L2(e,t);y_.test(n)?e.setProperty(ps(r),n.replace(y_,""),"important"):e[r]=n}}const b_=["Webkit","Moz","ms"],rg={};function L2(e,t){const n=rg[t];if(n)return n;let r=An(t);if(r!=="filter"&&r in e)return rg[t]=r;r=La(r);for(let a=0;asg||(B2.then(()=>sg=0),sg=Date.now());function j2(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;Qr(H2(r,n.value),t,5,[r])};return n.value=e,n.attached=U2(),n}function H2(e,t){if(Ye(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>a=>!a._stopped&&r&&r(a))}else return t}const S_=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,V2=(e,t,n,r,a,o,i,c,d)=>{const h=a==="svg";t==="class"?A2(e,r,h):t==="style"?N2(e,n,r):wo(t)?_m(t)||$2(e,t,n,r,i):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):W2(e,t,r,h))?D2(e,t,r,o,i,c,d):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),R2(e,t,r,h))};function W2(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&S_(t)&&yt(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const a=e.tagName;if(a==="IMG"||a==="VIDEO"||a==="CANVAS"||a==="SOURCE")return!1}return S_(t)&&At(n)?!1:t in e}/*! #__NO_SIDE_EFFECTS__ */function oy(e,t){const n=ko(e);class r extends fu{constructor(o){super(n,o,t)}}return r.def=n,r}/*! #__NO_SIDE_EFFECTS__ */const bS=e=>oy(e,ly),G2=typeof HTMLElement<"u"?HTMLElement:class{};class fu extends G2{constructor(t,n={},r){super(),this._def=t,this._props=n,this._instance=null,this._connected=!1,this._resolved=!1,this._numberProps=null,this._ob=null,this.shadowRoot&&r?r(this._createVNode(),this.shadowRoot):(this.attachShadow({mode:"open"}),this._def.__asyncLoader||this._resolveProps(this._def))}connectedCallback(){this._connected=!0,this._instance||(this._resolved?this._update():this._resolveDef())}disconnectedCallback(){this._connected=!1,this._ob&&(this._ob.disconnect(),this._ob=null),ru(()=>{this._connected||(Of(null,this.shadowRoot),this._instance=null)})}_resolveDef(){this._resolved=!0;for(let r=0;r{for(const a of r)this._setAttr(a.attributeName)}),this._ob.observe(this,{attributes:!0});const t=(r,a=!1)=>{const{props:o,styles:i}=r;let c;if(o&&!Ye(o))for(const d in o){const h=o[d];(h===Number||h&&h.type===Number)&&(d in this._props&&(this._props[d]=_f(this._props[d])),(c||(c=Object.create(null)))[An(d)]=!0)}this._numberProps=c,a&&this._resolveProps(r),this._applyStyles(i),this._update()},n=this._def.__asyncLoader;n?n().then(r=>t(r,!0)):t(this._def)}_resolveProps(t){const{props:n}=t,r=Ye(n)?n:Object.keys(n||{});for(const a of Object.keys(this))a[0]!=="_"&&r.includes(a)&&this._setProp(a,this[a],!0,!1);for(const a of r.map(An))Object.defineProperty(this,a,{get(){return this._getProp(a)},set(o){this._setProp(a,o)}})}_setAttr(t){let n=this.getAttribute(t);const r=An(t);this._numberProps&&this._numberProps[r]&&(n=_f(n)),this._setProp(r,n,!1)}_getProp(t){return this._props[t]}_setProp(t,n,r=!0,a=!0){n!==this._props[t]&&(this._props[t]=n,a&&this._instance&&this._update(),r&&(n===!0?this.setAttribute(ps(t),""):typeof n=="string"||typeof n=="number"?this.setAttribute(ps(t),n+""):n||this.removeAttribute(ps(t))))}_update(){Of(this._createVNode(),this.shadowRoot)}_createVNode(){const t=mt(this._def,an({},this._props));return this._instance||(t.ce=n=>{this._instance=n,n.isCE=!0;const r=(o,i)=>{this.dispatchEvent(new CustomEvent(o,{detail:i}))};n.emit=(o,...i)=>{r(o,i),ps(o)!==o&&r(ps(o),i)};let a=this;for(;a=a&&(a.parentNode||a.host);)if(a instanceof fu){n.parent=a._instance,n.provides=a._instance.provides;break}}),t}_applyStyles(t){t&&t.forEach(n=>{const r=document.createElement("style");r.textContent=n,this.shadowRoot.appendChild(r)})}}function vS(e="$style"){{const t=Fr();if(!t)return cn;const n=t.type.__cssModules;if(!n)return cn;const r=n[e];return r||cn}}const _S=new WeakMap,xS=new WeakMap,Af=Symbol("_moveCb"),E_=Symbol("_enterCb"),SS={name:"TransitionGroup",props:an({},C2,{tag:String,moveClass:String}),setup(e,{slots:t}){const n=Fr(),r=ph();let a,o;return ou(()=>{if(!a.length)return;const i=e.moveClass||`${e.name||"v"}-move`;if(!X2(a[0].el,n.vnode.el,i))return;a.forEach(z2),a.forEach(q2);const c=a.filter(Y2);pS(),c.forEach(d=>{const h=d.el,y=h.style;Ri(h,i),y.transform=y.webkitTransform=y.transitionDuration="";const g=h[Af]=v=>{v&&v.target!==h||(!v||/transform$/.test(v.propertyName))&&(h.removeEventListener("transitionend",g),h[Af]=null,pa(h,i))};h.addEventListener("transitionend",g)})}),()=>{const i=Zt(e),c=fS(i);let d=i.tag||jt;a=o,o=t.default?iu(t.default()):[];for(let h=0;hdelete e.mode;SS.props;const ES=SS;function z2(e){const t=e.el;t[Af]&&t[Af](),t[E_]&&t[E_]()}function q2(e){xS.set(e,e.el.getBoundingClientRect())}function Y2(e){const t=_S.get(e),n=xS.get(e),r=t.left-n.left,a=t.top-n.top;if(r||a){const o=e.el.style;return o.transform=o.webkitTransform=`translate(${r}px,${a}px)`,o.transitionDuration="0s",e}}function X2(e,t,n){const r=e.cloneNode(),a=e[hl];a&&a.forEach(c=>{c.split(/\s+/).forEach(d=>d&&r.classList.remove(d))}),n.split(/\s+/).forEach(c=>c&&r.classList.add(c)),r.style.display="none";const o=t.nodeType===1?t:t.parentNode;o.appendChild(r);const{hasTransform:i}=hS(r);return o.removeChild(r),i}const Pa=e=>{const t=e.props["onUpdate:modelValue"]||!1;return Ye(t)?n=>al(t,n):t};function J2(e){e.target.composing=!0}function w_(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const Ls=Symbol("_assign"),zn={created(e,{modifiers:{lazy:t,trim:n,number:r}},a){e[Ls]=Pa(a);const o=r||a.props&&a.props.type==="number";Mi(e,t?"change":"input",i=>{if(i.target.composing)return;let c=e.value;n&&(c=c.trim()),o&&(c=Mc(c)),e[Ls](c)}),n&&Mi(e,"change",()=>{e.value=e.value.trim()}),t||(Mi(e,"compositionstart",J2),Mi(e,"compositionend",w_),Mi(e,"change",w_))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,modifiers:{lazy:n,trim:r,number:a}},o){if(e[Ls]=Pa(o),e.composing)return;const i=a||e.type==="number"?Mc(e.value):e.value,c=t??"";i!==c&&(document.activeElement===e&&e.type!=="range"&&(n||r&&e.value.trim()===c)||(e.value=c))}},hu={deep:!0,created(e,t,n){e[Ls]=Pa(n),Mi(e,"change",()=>{const r=e._modelValue,a=pl(e),o=e.checked,i=e[Ls];if(Ye(r)){const c=eh(r,a),d=c!==-1;if(o&&!d)i(r.concat(a));else if(!o&&d){const h=[...r];h.splice(c,1),i(h)}}else if(To(r)){const c=new Set(r);o?c.add(a):c.delete(a),i(c)}else i(wS(e,o))})},mounted:T_,beforeUpdate(e,t,n){e[Ls]=Pa(n),T_(e,t,n)}};function T_(e,{value:t,oldValue:n},r){e._modelValue=t,Ye(t)?e.checked=eh(t,r.props.value)>-1:To(t)?e.checked=t.has(r.props.value):t!==n&&(e.checked=ka(t,wS(e,!0)))}const pu={created(e,{value:t},n){e.checked=ka(t,n.props.value),e[Ls]=Pa(n),Mi(e,"change",()=>{e[Ls](pl(e))})},beforeUpdate(e,{value:t,oldValue:n},r){e[Ls]=Pa(r),t!==n&&(e.checked=ka(t,r.props.value))}},gs={deep:!0,created(e,{value:t,modifiers:{number:n}},r){const a=To(t);Mi(e,"change",()=>{const o=Array.prototype.filter.call(e.options,i=>i.selected).map(i=>n?Mc(pl(i)):pl(i));e[Ls](e.multiple?a?new Set(o):o:o[0]),e._assigning=!0,ru(()=>{e._assigning=!1})}),e[Ls]=Pa(r)},mounted(e,{value:t,modifiers:{number:n}}){C_(e,t,n)},beforeUpdate(e,t,n){e[Ls]=Pa(n)},updated(e,{value:t,modifiers:{number:n}}){e._assigning||C_(e,t,n)}};function C_(e,t,n){const r=e.multiple,a=Ye(t);if(!(r&&!a&&!To(t))){for(let o=0,i=e.options.length;o-1}else c.selected=t.has(d);else if(ka(pl(c),t)){e.selectedIndex!==o&&(e.selectedIndex=o);return}}!r&&e.selectedIndex!==-1&&(e.selectedIndex=-1)}}function pl(e){return"_value"in e?e._value:e.value}function wS(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const Wc={created(e,t,n){Ud(e,t,n,null,"created")},mounted(e,t,n){Ud(e,t,n,null,"mounted")},beforeUpdate(e,t,n,r){Ud(e,t,n,r,"beforeUpdate")},updated(e,t,n,r){Ud(e,t,n,r,"updated")}};function TS(e,t){switch(e){case"SELECT":return gs;case"TEXTAREA":return zn;default:switch(t){case"checkbox":return hu;case"radio":return pu;default:return zn}}}function Ud(e,t,n,r,a){const i=TS(e.tagName,n.props&&n.props.type)[a];i&&i(e,t,n,r)}function Z2(){zn.getSSRProps=({value:e})=>({value:e}),pu.getSSRProps=({value:e},t)=>{if(t.props&&ka(t.props.value,e))return{checked:!0}},hu.getSSRProps=({value:e},t)=>{if(Ye(e)){if(t.props&&eh(e,t.props.value)>-1)return{checked:!0}}else if(To(e)){if(t.props&&e.has(t.props.value))return{checked:!0}}else if(e)return{checked:!0}},Wc.getSSRProps=(e,t)=>{if(typeof t.type!="string")return;const n=TS(t.type.toUpperCase(),t.props&&t.props.type);if(n.getSSRProps)return n.getSSRProps(e,t)}}const Q2=["ctrl","shift","alt","meta"],eL={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>Q2.some(n=>e[`${n}Key`]&&!t.includes(n))},CS=(e,t)=>{const n=e._withMods||(e._withMods={}),r=t.join(".");return n[r]||(n[r]=(a,...o)=>{for(let i=0;i{const n=e._withKeys||(e._withKeys={}),r=t.join(".");return n[r]||(n[r]=a=>{if(!("key"in a))return;const o=ps(a.key);if(t.some(i=>i===o||tL[i]===o))return e(a)})},kS=an({patchProp:V2},T2);let kc,I_=!1;function AS(){return kc||(kc=Zm(kS))}function OS(){return kc=I_?kc:Qm(kS),I_=!0,kc}const Of=(...e)=>{AS().render(...e)},ly=(...e)=>{OS().hydrate(...e)},cy=(...e)=>{const t=AS().createApp(...e),{mount:n}=t;return t.mount=r=>{const a=LS(r);if(!a)return;const o=t._component;!yt(o)&&!o.render&&!o.template&&(o.template=a.innerHTML),a.innerHTML="";const i=n(a,!1,NS(a));return a instanceof Element&&(a.removeAttribute("v-cloak"),a.setAttribute("data-v-app","")),i},t},PS=(...e)=>{const t=OS().createApp(...e),{mount:n}=t;return t.mount=r=>{const a=LS(r);if(a)return n(a,!0,NS(a))},t};function NS(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function LS(e){return At(e)?document.querySelector(e):e}let k_=!1;const RS=()=>{k_||(k_=!0,Z2(),O2())},nL=Object.freeze(Object.defineProperty({__proto__:null,BaseTransition:Hm,BaseTransitionPropsValidators:gh,Comment:gr,DeprecationTypes:uS,EffectScope:th,ErrorCodes:K1,ErrorTypeStrings:sS,Fragment:jt,KeepAlive:dx,ReactiveEffect:vo,Static:Ca,Suspense:ix,Teleport:jx,Text:Hi,TrackOpTypes:V1,Transition:Da,TransitionGroup:ES,TriggerOpTypes:W1,VueElement:fu,assertNumber:G1,callWithAsyncErrorHandling:Qr,callWithErrorHandling:pi,camelize:An,capitalize:La,cloneVNode:Js,compatUtils:cS,computed:Wn,createApp:cy,createBlock:Sn,createCommentVNode:rt,createElementBlock:Le,createElementVNode:w,createHydrationRenderer:Qm,createPropsRestProxy:kx,createRenderer:Zm,createSSRApp:PS,createSlots:hx,createStaticVNode:zx,createTextVNode:vn,createVNode:mt,customRef:Nm,defineAsyncComponent:ux,defineComponent:ko,defineCustomElement:oy,defineEmits:yx,defineExpose:bx,defineModel:xx,defineOptions:vx,defineProps:mx,defineSSRCustomElement:bS,defineSlots:_x,devtools:iS,effect:x1,effectScope:wm,getCurrentInstance:Fr,getCurrentScope:nh,getTransitionRawChildren:iu,guardReactiveProps:ty,h:du,handleError:Ra,hasInjectionContext:Nx,hydrate:ly,initCustomFormatter:tS,initDirectivesForSSR:RS,inject:_n,isMemoSame:iy,isProxy:oh,isReactive:Ta,isReadonly:Aa,isRef:ar,isRuntimeOnly:Jx,isShallow:fl,isVNode:Vi,markRaw:lh,mergeDefaults:Cx,mergeModels:Ix,mergeProps:ry,nextTick:ru,normalizeClass:qt,normalizeProps:m1,normalizeStyle:Tl,onActivated:Vm,onBeforeMount:yh,onBeforeUnmount:lu,onBeforeUpdate:Gm,onDeactivated:Wm,onErrorCaptured:Ym,onMounted:Ao,onRenderTracked:qm,onRenderTriggered:zm,onScopeDispose:Tm,onServerPrefetch:Km,onUnmounted:Cl,onUpdated:ou,openBlock:xe,popScopeId:Q1,provide:Fi,proxyRefs:uh,pushScopeId:Z1,queuePostFlushCb:Bc,reactive:tu,readonly:ih,ref:ft,registerRuntimeCompiler:sy,render:Of,renderList:Ir,renderSlot:cu,resolveComponent:Mt,resolveDirective:rx,resolveDynamicComponent:nx,resolveFilter:lS,resolveTransitionHooks:_o,setBlockTracking:Tf,setDevtoolsHook:aS,setTransitionHooks:Oa,shallowReactive:Am,shallowReadonly:D1,shallowRef:ch,ssrContextKey:Fm,ssrUtils:oS,stop:S1,toDisplayString:oe,toHandlerKey:fo,toHandlers:gx,toRaw:Zt,toRef:j1,toRefs:U1,toValue:B1,transformVNodeArgs:Gx,triggerRef:F1,unref:nu,useAttrs:wx,useCssModule:vS,useCssVars:yS,useModel:eS,useSSRContext:Bm,useSlots:Ex,useTransitionState:ph,vModelCheckbox:hu,vModelDynamic:Wc,vModelRadio:pu,vModelSelect:gs,vModelText:zn,vShow:_h,version:ay,warn:rS,watch:Ns,watchEffect:ox,watchPostEffect:Um,watchSyncEffect:jm,withAsyncContext:Ax,withCtx:$r,withDefaults:Sx,withDirectives:un,withKeys:IS,withMemo:nS,withModifiers:CS,withScopeId:ex},Symbol.toStringTag,{value:"Module"}));/** +* @vue/compiler-core v3.4.21 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT -**/const Gc=Symbol(""),kc=Symbol(""),uy=Symbol(""),Af=Symbol(""),MS=Symbol(""),wo=Symbol(""),$S=Symbol(""),FS=Symbol(""),dy=Symbol(""),fy=Symbol(""),gu=Symbol(""),hy=Symbol(""),BS=Symbol(""),py=Symbol(""),gy=Symbol(""),my=Symbol(""),yy=Symbol(""),by=Symbol(""),vy=Symbol(""),US=Symbol(""),jS=Symbol(""),vh=Symbol(""),Of=Symbol(""),_y=Symbol(""),xy=Symbol(""),Kc=Symbol(""),mu=Symbol(""),Sy=Symbol(""),Wg=Symbol(""),rL=Symbol(""),Gg=Symbol(""),Pf=Symbol(""),sL=Symbol(""),iL=Symbol(""),wy=Symbol(""),aL=Symbol(""),oL=Symbol(""),Ey=Symbol(""),HS=Symbol(""),pl={[Gc]:"Fragment",[kc]:"Teleport",[uy]:"Suspense",[Af]:"KeepAlive",[MS]:"BaseTransition",[wo]:"openBlock",[$S]:"createBlock",[FS]:"createElementBlock",[dy]:"createVNode",[fy]:"createElementVNode",[gu]:"createCommentVNode",[hy]:"createTextVNode",[BS]:"createStaticVNode",[py]:"resolveComponent",[gy]:"resolveDynamicComponent",[my]:"resolveDirective",[yy]:"resolveFilter",[by]:"withDirectives",[vy]:"renderList",[US]:"renderSlot",[jS]:"createSlots",[vh]:"toDisplayString",[Of]:"mergeProps",[_y]:"normalizeClass",[xy]:"normalizeStyle",[Kc]:"normalizeProps",[mu]:"guardReactiveProps",[Sy]:"toHandlers",[Wg]:"camelize",[rL]:"capitalize",[Gg]:"toHandlerKey",[Pf]:"setBlockTracking",[sL]:"pushScopeId",[iL]:"popScopeId",[wy]:"withCtx",[aL]:"unref",[oL]:"isRef",[Ey]:"withMemo",[HS]:"isMemoSame"};function lL(e){Object.getOwnPropertySymbols(e).forEach(t=>{pl[t]=e[t]})}const ys={start:{line:1,column:1,offset:0},end:{line:1,column:1,offset:0},source:""};function cL(e,t=""){return{type:0,source:t,children:e,helpers:new Set,components:[],directives:[],hoists:[],imports:[],cached:0,temps:0,codegenNode:void 0,loc:ys}}function zc(e,t,n,r,a,o,i,c=!1,d=!1,f=!1,y=ys){return e&&(c?(e.helper(wo),e.helper(yl(e.inSSR,f))):e.helper(ml(e.inSSR,f)),i&&e.helper(by)),{type:13,tag:t,props:n,children:r,patchFlag:a,dynamicProps:o,directives:i,isBlock:c,disableTracking:d,isComponent:f,loc:y}}function yu(e,t=ys){return{type:17,loc:t,elements:e}}function As(e,t=ys){return{type:15,loc:t,properties:e}}function Un(e,t){return{type:16,loc:ys,key:At(e)?$t(e,!0):e,value:t}}function $t(e,t=!1,n=ys,r=0){return{type:4,loc:n,content:e,isStatic:t,constType:t?3:r}}function qs(e,t=ys){return{type:8,loc:t,children:e}}function tr(e,t=[],n=ys){return{type:14,loc:n,callee:e,arguments:t}}function gl(e,t=void 0,n=!1,r=!1,a=ys){return{type:18,params:e,returns:t,newline:n,isSlot:r,loc:a}}function Kg(e,t,n,r=!0){return{type:19,test:e,consequent:t,alternate:n,newline:r,loc:ys}}function uL(e,t,n=!1){return{type:20,index:e,value:t,isVNode:n,loc:ys}}function dL(e){return{type:21,body:e,loc:ys}}function ml(e,t){return e||t?dy:fy}function yl(e,t){return e||t?$S:FS}function Ty(e,{helper:t,removeHelper:n,inSSR:r}){e.isBlock||(e.isBlock=!0,n(ml(r,e.isComponent)),t(wo),t(yl(r,e.isComponent)))}const A_=new Uint8Array([123,123]),O_=new Uint8Array([125,125]);function P_(e){return e>=97&&e<=122||e>=65&&e<=90}function fs(e){return e===32||e===10||e===9||e===12||e===13}function fa(e){return e===47||e===62||fs(e)}function Nf(e){const t=new Uint8Array(e.length);for(let n=0;n=0;a--){const o=this.newlines[a];if(t>o){n=a+2,r=t-o;break}}return{column:r,line:n,offset:t}}peek(){return this.buffer.charCodeAt(this.index+1)}stateText(t){t===60?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=5,this.sectionStart=this.index):!this.inVPre&&t===this.delimiterOpen[0]&&(this.state=2,this.delimiterIndex=0,this.stateInterpolationOpen(t))}stateInterpolationOpen(t){if(t===this.delimiterOpen[this.delimiterIndex])if(this.delimiterIndex===this.delimiterOpen.length-1){const n=this.index+1-this.delimiterOpen.length;n>this.sectionStart&&this.cbs.ontext(this.sectionStart,n),this.state=3,this.sectionStart=n}else this.delimiterIndex++;else this.inRCDATA?(this.state=32,this.stateInRCDATA(t)):(this.state=1,this.stateText(t))}stateInterpolation(t){t===this.delimiterClose[0]&&(this.state=4,this.delimiterIndex=0,this.stateInterpolationClose(t))}stateInterpolationClose(t){t===this.delimiterClose[this.delimiterIndex]?this.delimiterIndex===this.delimiterClose.length-1?(this.cbs.oninterpolation(this.sectionStart,this.index+1),this.inRCDATA?this.state=32:this.state=1,this.sectionStart=this.index+1):this.delimiterIndex++:(this.state=3,this.stateInterpolation(t))}stateSpecialStartSequence(t){const n=this.sequenceIndex===this.currentSequence.length;if(!(n?fa(t):(t|32)===this.currentSequence[this.sequenceIndex]))this.inRCDATA=!1;else if(!n){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=6,this.stateInTagName(t)}stateInRCDATA(t){if(this.sequenceIndex===this.currentSequence.length){if(t===62||fs(t)){const n=this.index-this.currentSequence.length;if(this.sectionStart=t||(this.state===28?this.currentSequence===xr.CdataEnd?this.cbs.oncdata(this.sectionStart,t):this.cbs.oncomment(this.sectionStart,t):this.state===6||this.state===11||this.state===18||this.state===17||this.state===12||this.state===13||this.state===14||this.state===15||this.state===16||this.state===20||this.state===19||this.state===21||this.state===9||this.cbs.ontext(this.sectionStart,t))}emitCodePoint(t,n){}}function N_(e,{compatConfig:t}){const n=t&&t[e];return e==="MODE"?n||3:n}function mo(e,t){const n=N_("MODE",t),r=N_(e,t);return n===3?r===!0:r!==!1}function qc(e,t,n,...r){return mo(e,t)}function Cy(e){throw e}function VS(e){}function kn(e,t,n,r){const a=`https://vuejs.org/error-reference/#compiler-${e}`,o=new SyntaxError(String(a));return o.code=e,o.loc=t,o}const Zr=e=>e.type===4&&e.isStatic;function WS(e){switch(e){case"Teleport":case"teleport":return kc;case"Suspense":case"suspense":return uy;case"KeepAlive":case"keep-alive":return Af;case"BaseTransition":case"base-transition":return MS}}const hL=/^\d|[^\$\w]/,Iy=e=>!hL.test(e),pL=/[A-Za-z_$\xA0-\uFFFF]/,gL=/[\.\?\w$\xA0-\uFFFF]/,mL=/\s+[.[]\s*|\s*[.[]\s+/g,yL=e=>{e=e.trim().replace(mL,i=>i.trim());let t=0,n=[],r=0,a=0,o=null;for(let i=0;it.type===7&&t.name==="bind"&&(!t.arg||t.arg.type!==4||!t.arg.isStatic))}function rg(e){return e.type===5||e.type===2}function vL(e){return e.type===7&&e.name==="slot"}function Lf(e){return e.type===1&&e.tagType===3}function Rf(e){return e.type===1&&e.tagType===2}const _L=new Set([Kc,mu]);function KS(e,t=[]){if(e&&!At(e)&&e.type===14){const n=e.callee;if(!At(n)&&_L.has(n))return KS(e.arguments[0],t.concat(e))}return[e,t]}function Df(e,t,n){let r,a=e.type===13?e.props:e.arguments[2],o=[],i;if(a&&!At(a)&&a.type===14){const c=KS(a);a=c[0],o=c[1],i=o[o.length-1]}if(a==null||At(a))r=As([t]);else if(a.type===14){const c=a.arguments[0];!At(c)&&c.type===15?L_(t,c)||c.properties.unshift(t):a.callee===Sy?r=tr(n.helper(Of),[As([t]),a]):a.arguments.unshift(As([t])),!r&&(r=a)}else a.type===15?(L_(t,a)||a.properties.unshift(t),r=a):(r=tr(n.helper(Of),[As([t]),a]),i&&i.callee===mu&&(i=o[o.length-2]));e.type===13?i?i.arguments[0]=r:e.props=r:i?i.arguments[0]=r:e.arguments[2]=r}function L_(e,t){let n=!1;if(e.key.type===4){const r=e.key.content;n=t.properties.some(a=>a.key.type===4&&a.key.content===r)}return n}function Yc(e,t){return`_${t}_${e.replace(/[^\w]/g,(n,r)=>n==="-"?"_":e.charCodeAt(r).toString())}`}function xL(e){return e.type===14&&e.callee===Ey?e.arguments[1].returns:e}const SL=/([\s\S]*?)\s+(?:in|of)\s+([\s\S]*)/,zS={parseMode:"base",ns:0,delimiters:["{{","}}"],getNamespace:()=>0,isVoidTag:tf,isPreTag:tf,isCustomElement:tf,onError:Cy,onWarn:VS,comments:!1,prefixIdentifiers:!1};let dn=zS,Xc=null,yo="",wr=null,nn=null,Yr="",Ri=-1,ro=-1,Mf=0,_a=!1,zg=null;const $n=[],Bn=new fL($n,{onerr:Pi,ontext(e,t){jd(hr(e,t),e,t)},ontextentity(e,t,n){jd(e,t,n)},oninterpolation(e,t){if(_a)return jd(hr(e,t),e,t);let n=e+Bn.delimiterOpen.length,r=t-Bn.delimiterClose.length;for(;fs(yo.charCodeAt(n));)n++;for(;fs(yo.charCodeAt(r-1));)r--;let a=hr(n,r);a.includes("&")&&(a=dn.decodeEntities(a,!1)),qg({type:5,content:af(a,!1,er(n,r)),loc:er(e,t)})},onopentagname(e,t){const n=hr(e,t);wr={type:1,tag:n,ns:dn.getNamespace(n,$n[0],dn.ns),tagType:0,props:[],children:[],loc:er(e-1,t),codegenNode:void 0}},onopentagend(e){D_(e)},onclosetag(e,t){const n=hr(e,t);if(!dn.isVoidTag(n)){let r=!1;for(let a=0;a<$n.length;a++)if($n[a].tag.toLowerCase()===n.toLowerCase()){r=!0,a>0&&Pi(24,$n[0].loc.start.offset);for(let i=0;i<=a;i++){const c=$n.shift();sf(c,t,i(r.type===7?r.rawName:r.name)===n)&&Pi(2,t)},onattribend(e,t){if(wr&&nn){if(co(nn.loc,t),e!==0)if(Yr.includes("&")&&(Yr=dn.decodeEntities(Yr,!0)),nn.type===6)nn.name==="class"&&(Yr=XS(Yr).trim()),e===1&&!Yr&&Pi(13,t),nn.value={type:2,content:Yr,loc:e===1?er(Ri,ro):er(Ri-1,ro+1)},Bn.inSFCRoot&&wr.tag==="template"&&nn.name==="lang"&&Yr&&Yr!=="html"&&Bn.enterRCDATA(Nf("-1&&qc("COMPILER_V_BIND_SYNC",dn,nn.loc,nn.rawName)&&(nn.name="model",nn.modifiers.splice(r,1))}(nn.type!==7||nn.name!=="pre")&&wr.props.push(nn)}Yr="",Ri=ro=-1},oncomment(e,t){dn.comments&&qg({type:3,content:hr(e,t),loc:er(e-4,t+3)})},onend(){const e=yo.length;for(let t=0;t<$n.length;t++)sf($n[t],e-1),Pi(24,$n[t].loc.start.offset)},oncdata(e,t){$n[0].ns!==0?jd(hr(e,t),e,t):Pi(1,e-9)},onprocessinginstruction(e){($n[0]?$n[0].ns:dn.ns)===0&&Pi(21,e-1)}}),R_=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,wL=/^\(|\)$/g;function EL(e){const t=e.loc,n=e.content,r=n.match(SL);if(!r)return;const[,a,o]=r,i=(g,v,w=!1)=>{const S=t.start.offset+v,T=S+g.length;return af(g,!1,er(S,T),0,w?1:0)},c={source:i(o.trim(),n.indexOf(o,a.length)),value:void 0,key:void 0,index:void 0,finalized:!1};let d=a.trim().replace(wL,"").trim();const f=a.indexOf(d),y=d.match(R_);if(y){d=d.replace(R_,"").trim();const g=y[1].trim();let v;if(g&&(v=n.indexOf(g,f+d.length),c.key=i(g,v,!0)),y[2]){const w=y[2].trim();w&&(c.index=i(w,n.indexOf(w,c.key?v+g.length:f+d.length),!0))}}return d&&(c.value=i(d,f,!0)),c}function hr(e,t){return yo.slice(e,t)}function D_(e){Bn.inSFCRoot&&(wr.innerLoc=er(e+1,e+1)),qg(wr);const{tag:t,ns:n}=wr;n===0&&dn.isPreTag(t)&&Mf++,dn.isVoidTag(t)?sf(wr,e):($n.unshift(wr),(n===1||n===2)&&(Bn.inXML=!0)),wr=null}function jd(e,t,n){var r;{const i=(r=$n[0])==null?void 0:r.tag;i!=="script"&&i!=="style"&&e.includes("&")&&(e=dn.decodeEntities(e,!1))}const a=$n[0]||Xc,o=a.children[a.children.length-1];(o==null?void 0:o.type)===2?(o.content+=e,co(o.loc,n)):a.children.push({type:2,content:e,loc:er(t,n)})}function sf(e,t,n=!1){n?co(e.loc,qS(t,60)):co(e.loc,t+1),Bn.inSFCRoot&&(e.children.length?e.innerLoc.end=an({},e.children[e.children.length-1].loc.end):e.innerLoc.end=an({},e.innerLoc.start),e.innerLoc.source=hr(e.innerLoc.start.offset,e.innerLoc.end.offset));const{tag:r,ns:a}=e;_a||(r==="slot"?e.tagType=2:M_(e)?e.tagType=3:CL(e)&&(e.tagType=1)),Bn.inRCDATA||(e.children=YS(e.children,e.tag)),a===0&&dn.isPreTag(r)&&Mf--,zg===e&&(_a=Bn.inVPre=!1,zg=null),Bn.inXML&&($n[0]?$n[0].ns:dn.ns)===0&&(Bn.inXML=!1);{const o=e.props;if(!Bn.inSFCRoot&&mo("COMPILER_NATIVE_TEMPLATE",dn)&&e.tag==="template"&&!M_(e)){const c=$n[0]||Xc,d=c.children.indexOf(e);c.children.splice(d,1,...e.children)}const i=o.find(c=>c.type===6&&c.name==="inline-template");i&&qc("COMPILER_INLINE_TEMPLATE",dn,i.loc)&&e.children.length&&(i.value={type:2,content:hr(e.children[0].loc.start.offset,e.children[e.children.length-1].loc.end.offset),loc:i.loc})}}function qS(e,t){let n=e;for(;yo.charCodeAt(n)!==t&&n>=0;)n--;return n}const TL=new Set(["if","else","else-if","for","slot"]);function M_({tag:e,props:t}){if(e==="template"){for(let n=0;n64&&e<91}const kL=/\r\n/g;function YS(e,t){var n,r;const a=dn.whitespace!=="preserve";let o=!1;for(let i=0;i0){if(d>=2){c.codegenNode.patchFlag="-1",c.codegenNode=t.hoist(c.codegenNode),o++;continue}}else{const f=c.codegenNode;if(f.type===13){const y=tw(f);if((!y||y===512||y===1)&&QS(c,t)>=2){const g=ew(c);g&&(f.props=t.hoist(g))}f.dynamicProps&&(f.dynamicProps=t.hoist(f.dynamicProps))}}}if(c.type===1){const d=c.tagType===1;d&&t.scopes.vSlot++,of(c,t),d&&t.scopes.vSlot--}else if(c.type===11)of(c,t,c.children.length===1);else if(c.type===9)for(let d=0;d1)for(let f=0;fre&&(K.childIndex--,K.onNodeRemoved()),K.parent.children.splice(re,1)},onNodeRemoved:sr,addIdentifiers(F){},removeIdentifiers(F){},hoist(F){At(F)&&(F=$t(F)),K.hoists.push(F);const V=$t(`_hoisted_${K.hoists.length}`,!1,F.loc,2);return V.hoisted=F,V},cache(F,V=!1){return uL(K.cached++,F,V)}};return K.filters=new Set,K}function $L(e,t){const n=ML(e,t);xh(e,n),t.hoistStatic&&RL(e,n),t.ssr||FL(e,n),e.helpers=new Set([...n.helpers.keys()]),e.components=[...n.components],e.directives=[...n.directives],e.imports=n.imports,e.hoists=n.hoists,e.temps=n.temps,e.cached=n.cached,e.transformed=!0,e.filters=[...n.filters]}function FL(e,t){const{helper:n}=t,{children:r}=e;if(r.length===1){const a=r[0];if(JS(e,a)&&a.codegenNode){const o=a.codegenNode;o.type===13&&Ty(o,t),e.codegenNode=o}else e.codegenNode=a}else if(r.length>1){let a=64;e.codegenNode=zc(t,n(Gc),void 0,e.children,a+"",void 0,void 0,!0,void 0,!1)}}function BL(e,t){let n=0;const r=()=>{n--};for(;nr===e:r=>e.test(r);return(r,a)=>{if(r.type===1){const{props:o}=r;if(r.tagType===3&&o.some(vL))return;const i=[];for(let c=0;c`${pl[e]}: _${pl[e]}`;function $_(e,{mode:t="function",prefixIdentifiers:n=t==="module",sourceMap:r=!1,filename:a="template.vue.html",scopeId:o=null,optimizeImports:i=!1,runtimeGlobalName:c="Vue",runtimeModuleName:d="vue",ssrRuntimeModuleName:f="vue/server-renderer",ssr:y=!1,isTS:g=!1,inSSR:v=!1}){const w={mode:t,prefixIdentifiers:n,sourceMap:r,filename:a,scopeId:o,optimizeImports:i,runtimeGlobalName:c,runtimeModuleName:d,ssrRuntimeModuleName:f,ssr:y,isTS:g,inSSR:v,source:e.source,code:"",column:1,line:1,offset:0,indentLevel:0,pure:!1,map:void 0,helper(T){return`_${pl[T]}`},push(T,N=-2,I){w.code+=T},indent(){S(++w.indentLevel)},deindent(T=!1){T?--w.indentLevel:S(--w.indentLevel)},newline(){S(w.indentLevel)}};function S(T){w.push(` -`+" ".repeat(T),0)}return w}function UL(e,t={}){const n=$_(e,t);t.onContextCreated&&t.onContextCreated(n);const{mode:r,push:a,prefixIdentifiers:o,indent:i,deindent:c,newline:d,scopeId:f,ssr:y}=n,g=Array.from(e.helpers),v=g.length>0,w=!o&&r!=="module",S=!1,T=S?$_(e,t):n;jL(e,T);const N=y?"ssrRender":"render",D=(y?["_ctx","_push","_parent","_attrs"]:["_ctx","_cache"]).join(", ");if(a(`function ${N}(${D}) {`),i(),w&&(a("with (_ctx) {"),i(),v&&(a(`const { ${g.map(rw).join(", ")} } = _Vue -`,-1),d())),e.components.length&&(sg(e.components,"component",n),(e.directives.length||e.temps>0)&&d()),e.directives.length&&(sg(e.directives,"directive",n),e.temps>0&&d()),e.filters&&e.filters.length&&(d(),sg(e.filters,"filter",n),d()),e.temps>0){a("let ");for(let L=0;L0?", ":""}_temp${L}`)}return(e.components.length||e.directives.length||e.temps)&&(a(` -`,0),d()),y||a("return "),e.codegenNode?Cr(e.codegenNode,n):a("null"),w&&(c(),a("}")),c(),a("}"),{ast:e,code:n.code,preamble:S?T.code:"",map:n.map?n.map.toJSON():void 0}}function jL(e,t){const{ssr:n,prefixIdentifiers:r,push:a,newline:o,runtimeModuleName:i,runtimeGlobalName:c,ssrRuntimeModuleName:d}=t,f=c,y=Array.from(e.helpers);if(y.length>0&&(a(`const _Vue = ${f} -`,-1),e.hoists.length)){const g=[dy,fy,gu,hy,BS].filter(v=>y.includes(v)).map(rw).join(", ");a(`const { ${g} } = _Vue -`,-1)}HL(e.hoists,t),o(),a("return ")}function sg(e,t,{helper:n,push:r,newline:a,isTS:o}){const i=n(t==="filter"?yy:t==="component"?py:my);for(let c=0;c3||!1;t.push("["),n&&t.indent(),bu(e,t,n),n&&t.deindent(),t.push("]")}function bu(e,t,n=!1,r=!0){const{push:a,newline:o}=t;for(let i=0;in||"null")}function YL(e,t){const{push:n,helper:r,pure:a}=t,o=At(e.callee)?e.callee:r(e.callee);a&&n(Sh),n(o+"(",-2,e),bu(e.arguments,t),n(")")}function XL(e,t){const{push:n,indent:r,deindent:a,newline:o}=t,{properties:i}=e;if(!i.length){n("{}",-2,e);return}const c=i.length>1||!1;n(c?"{":"{ "),c&&r();for(let d=0;d "),(d||c)&&(n("{"),r()),i?(d&&n("return "),Ye(i)?ky(i,t):Cr(i,t)):c&&Cr(c,t),(d||c)&&(a(),n("}")),f&&(e.isNonScopedSlot&&n(", undefined, true"),n(")"))}function QL(e,t){const{test:n,consequent:r,alternate:a,newline:o}=e,{push:i,indent:c,deindent:d,newline:f}=t;if(n.type===4){const g=!Iy(n.content);g&&i("("),sw(n,t),g&&i(")")}else i("("),Cr(n,t),i(")");o&&c(),t.indentLevel++,o||i(" "),i("? "),Cr(r,t),t.indentLevel--,o&&f(),o||i(" "),i(": ");const y=a.type===19;y||t.indentLevel++,Cr(a,t),y||t.indentLevel--,o&&d(!0)}function eR(e,t){const{push:n,helper:r,indent:a,deindent:o,newline:i}=t;n(`_cache[${e.index}] || (`),e.isVNode&&(a(),n(`${r(Pf)}(-1),`),i()),n(`_cache[${e.index}] = `),Cr(e.value,t),e.isVNode&&(n(","),i(),n(`${r(Pf)}(1),`),i(),n(`_cache[${e.index}]`),o()),n(")")}new RegExp("\\b"+"arguments,await,break,case,catch,class,const,continue,debugger,default,delete,do,else,export,extends,finally,for,function,if,import,let,new,return,super,switch,throw,try,var,void,while,with,yield".split(",").join("\\b|\\b")+"\\b");const tR=nw(/^(if|else|else-if)$/,(e,t,n)=>nR(e,t,n,(r,a,o)=>{const i=n.parent.children;let c=i.indexOf(r),d=0;for(;c-->=0;){const f=i[c];f&&f.type===9&&(d+=f.branches.length)}return()=>{if(o)r.codegenNode=B_(a,d,n);else{const f=rR(r.codegenNode);f.alternate=B_(a,d+r.branches.length-1,n)}}}));function nR(e,t,n,r){if(t.name!=="else"&&(!t.exp||!t.exp.content.trim())){const a=t.exp?t.exp.loc:e.loc;n.onError(kn(28,t.loc)),t.exp=$t("true",!1,a)}if(t.name==="if"){const a=F_(e,t),o={type:9,loc:e.loc,branches:[a]};if(n.replaceNode(o),r)return r(o,a,!0)}else{const a=n.parent.children;let o=a.indexOf(e);for(;o-->=-1;){const i=a[o];if(i&&i.type===3){n.removeNode(i);continue}if(i&&i.type===2&&!i.content.trim().length){n.removeNode(i);continue}if(i&&i.type===9){t.name==="else-if"&&i.branches[i.branches.length-1].condition===void 0&&n.onError(kn(30,e.loc)),n.removeNode();const c=F_(e,t);i.branches.push(c);const d=r&&r(i,c,!1);xh(c,n),d&&d(),n.currentNode=null}else n.onError(kn(30,e.loc));break}}}function F_(e,t){const n=e.tagType===3;return{type:10,loc:e.loc,condition:t.name==="else"?void 0:t.exp,children:n&&!Gs(e,"for")?e.children:[e],userKey:_h(e,"key"),isTemplateIf:n}}function B_(e,t,n){return e.condition?Kg(e.condition,U_(e,t,n),tr(n.helper(gu),['""',"true"])):U_(e,t,n)}function U_(e,t,n){const{helper:r}=n,a=Un("key",$t(`${t}`,!1,ys,2)),{children:o}=e,i=o[0];if(o.length!==1||i.type!==1)if(o.length===1&&i.type===11){const d=i.codegenNode;return Df(d,a,n),d}else return zc(n,r(Gc),As([a]),o,64+"",void 0,void 0,!0,!1,!1,e.loc);else{const d=i.codegenNode,f=xL(d);return f.type===13&&Ty(f,n),Df(f,a,n),d}}function rR(e){for(;;)if(e.type===19)if(e.alternate.type===19)e=e.alternate;else return e;else e.type===20&&(e=e.value)}const sR=nw("for",(e,t,n)=>{const{helper:r,removeHelper:a}=n;return iR(e,t,n,o=>{const i=tr(r(vy),[o.source]),c=Lf(e),d=Gs(e,"memo"),f=_h(e,"key"),y=f&&(f.type===6?$t(f.value.content,!0):f.exp),g=f?Un("key",y):null,v=o.source.type===4&&o.source.constType>0,w=v?64:f?128:256;return o.codegenNode=zc(n,r(Gc),void 0,i,w+"",void 0,void 0,!0,!v,!1,e.loc),()=>{let S;const{children:T}=o,N=T.length!==1||T[0].type!==1,I=Rf(e)?e:c&&e.children.length===1&&Rf(e.children[0])?e.children[0]:null;if(I?(S=I.codegenNode,c&&g&&Df(S,g,n)):N?S=zc(n,r(Gc),g?As([g]):void 0,e.children,"64",void 0,void 0,!0,void 0,!1):(S=T[0].codegenNode,c&&g&&Df(S,g,n),S.isBlock!==!v&&(S.isBlock?(a(wo),a(yl(n.inSSR,S.isComponent))):a(ml(n.inSSR,S.isComponent))),S.isBlock=!v,S.isBlock?(r(wo),r(yl(n.inSSR,S.isComponent))):r(ml(n.inSSR,S.isComponent))),d){const D=gl(Yg(o.parseResult,[$t("_cached")]));D.body=dL([qs(["const _memo = (",d.exp,")"]),qs(["if (_cached",...y?[" && _cached.key === ",y]:[],` && ${n.helperString(HS)}(_cached, _memo)) return _cached`]),qs(["const _item = ",S]),$t("_item.memo = _memo"),$t("return _item")]),i.arguments.push(D,$t("_cache"),$t(String(n.cached++)))}else i.arguments.push(gl(Yg(o.parseResult),S,!0))}})});function iR(e,t,n,r){if(!t.exp){n.onError(kn(31,t.loc));return}const a=t.forParseResult;if(!a){n.onError(kn(32,t.loc));return}aw(a);const{addIdentifiers:o,removeIdentifiers:i,scopes:c}=n,{source:d,value:f,key:y,index:g}=a,v={type:11,loc:t.loc,source:d,valueAlias:f,keyAlias:y,objectIndexAlias:g,parseResult:a,children:Lf(e)?e.children:[e]};n.replaceNode(v),c.vFor++;const w=r&&r(v);return()=>{c.vFor--,w&&w()}}function aw(e,t){e.finalized||(e.finalized=!0)}function Yg({value:e,key:t,index:n},r=[]){return aR([e,t,n,...r])}function aR(e){let t=e.length;for(;t--&&!e[t];);return e.slice(0,t+1).map((n,r)=>n||$t("_".repeat(r+1),!1))}const j_=$t("undefined",!1),oR=(e,t)=>{if(e.type===1&&(e.tagType===1||e.tagType===3)){const n=Gs(e,"slot");if(n)return n.exp,t.scopes.vSlot++,()=>{t.scopes.vSlot--}}},lR=(e,t,n,r)=>gl(e,n,!1,!0,n.length?n[0].loc:r);function cR(e,t,n=lR){t.helper(wy);const{children:r,loc:a}=e,o=[],i=[];let c=t.scopes.vSlot>0||t.scopes.vFor>0;const d=Gs(e,"slot",!0);if(d){const{arg:N,exp:I}=d;N&&!Zr(N)&&(c=!0),o.push(Un(N||$t("default",!0),n(I,void 0,r,a)))}let f=!1,y=!1;const g=[],v=new Set;let w=0;for(let N=0;N{const L=n(I,void 0,D,a);return t.compatConfig&&(L.isNonScopedSlot=!0),Un("default",L)};f?g.length&&g.some(I=>ow(I))&&(y?t.onError(kn(39,g[0].loc)):o.push(N(void 0,g))):o.push(N(void 0,r))}const S=c?2:lf(e.children)?3:1;let T=As(o.concat(Un("_",$t(S+"",!1))),a);return i.length&&(T=tr(t.helper(jS),[T,yu(i)])),{slots:T,hasDynamicSlots:c}}function Hd(e,t,n){const r=[Un("name",e),Un("fn",t)];return n!=null&&r.push(Un("key",$t(String(n),!0))),As(r)}function lf(e){for(let t=0;tfunction(){if(e=t.currentNode,!(e.type===1&&(e.tagType===0||e.tagType===1)))return;const{tag:r,props:a}=e,o=e.tagType===1;let i=o?dR(e,t):`"${r}"`;const c=mn(i)&&i.callee===gy;let d,f,y,g=0,v,w,S,T=c||i===kc||i===uy||!o&&(r==="svg"||r==="foreignObject");if(a.length>0){const N=cw(e,t,void 0,o,c);d=N.props,g=N.patchFlag,w=N.dynamicPropNames;const I=N.directives;S=I&&I.length?yu(I.map(D=>hR(D,t))):void 0,N.shouldUseBlock&&(T=!0)}if(e.children.length>0)if(i===Af&&(T=!0,g|=1024),o&&i!==kc&&i!==Af){const{slots:I,hasDynamicSlots:D}=cR(e,t);f=I,D&&(g|=1024)}else if(e.children.length===1&&i!==kc){const I=e.children[0],D=I.type,L=D===5||D===8;L&&Os(I,t)===0&&(g|=1),L||D===2?f=I:f=e.children}else f=e.children;g!==0&&(y=String(g),w&&w.length&&(v=pR(w))),e.codegenNode=zc(t,i,d,f,y,v,S,!!T,!1,o,e.loc)};function dR(e,t,n=!1){let{tag:r}=e;const a=Xg(r),o=_h(e,"is");if(o)if(a||mo("COMPILER_IS_ON_ELEMENT",t)){const c=o.type===6?o.value&&$t(o.value.content,!0):o.exp;if(c)return tr(t.helper(gy),[c])}else o.type===6&&o.value.content.startsWith("vue:")&&(r=o.value.content.slice(4));const i=WS(r)||t.isBuiltInComponent(r);return i?(n||t.helper(i),i):(t.helper(py),t.components.add(r),Yc(r,"component"))}function cw(e,t,n=e.props,r,a,o=!1){const{tag:i,loc:c,children:d}=e;let f=[];const y=[],g=[],v=d.length>0;let w=!1,S=0,T=!1,N=!1,I=!1,D=!1,L=!1,R=!1;const U=[],j=F=>{f.length&&(y.push(As(H_(f),c)),f=[]),F&&y.push(F)},m=({key:F,value:V})=>{if(Zr(F)){const re=F.content,ce=Eo(re);if(ce&&(!r||a)&&re.toLowerCase()!=="onclick"&&re!=="onUpdate:modelValue"&&!uo(re)&&(D=!0),ce&&uo(re)&&(R=!0),ce&&V.type===14&&(V=V.arguments[0]),V.type===20||(V.type===4||V.type===8)&&Os(V,t)>0)return;re==="ref"?T=!0:re==="class"?N=!0:re==="style"?I=!0:re!=="key"&&!U.includes(re)&&U.push(re),r&&(re==="class"||re==="style")&&!U.includes(re)&&U.push(re)}else L=!0};for(let F=0;F0&&f.push(Un($t("ref_for",!0),$t("true")))),ce==="is"&&(Xg(i)||ye&&ye.content.startsWith("vue:")||mo("COMPILER_IS_ON_ELEMENT",t)))continue;f.push(Un($t(ce,!0,J),$t(ye?ye.content:"",Me,ye?ye.loc:re)))}else{const{name:re,arg:ce,exp:J,loc:ye,modifiers:Me}=V,fe=re==="bind",we=re==="on";if(re==="slot"){r||t.onError(kn(40,ye));continue}if(re==="once"||re==="memo"||re==="is"||fe&&lo(ce,"is")&&(Xg(i)||mo("COMPILER_IS_ON_ELEMENT",t))||we&&o)continue;if((fe&&lo(ce,"key")||we&&v&&lo(ce,"vue:before-update"))&&(w=!0),fe&&lo(ce,"ref")&&t.scopes.vFor>0&&f.push(Un($t("ref_for",!0),$t("true"))),!ce&&(fe||we)){if(L=!0,J)if(fe){if(j(),mo("COMPILER_V_BIND_OBJECT_ORDER",t)){y.unshift(J);continue}y.push(J)}else j({type:14,loc:ye,callee:t.helper(Sy),arguments:r?[J]:[J,"true"]});else t.onError(kn(fe?34:35,ye));continue}fe&&Me.includes("prop")&&(S|=32);const Ee=t.directiveTransforms[re];if(Ee){const{props:Qe,needRuntime:ht}=Ee(V,e,t);!o&&Qe.forEach(m),we&&ce&&!Zr(ce)?j(As(Qe,c)):f.push(...Qe),ht&&(g.push(V),Ys(ht)&&lw.set(V,ht))}else BP(re)||(g.push(V),v&&(w=!0))}}let K;if(y.length?(j(),y.length>1?K=tr(t.helper(Of),y,c):K=y[0]):f.length&&(K=As(H_(f),c)),L?S|=16:(N&&!r&&(S|=2),I&&!r&&(S|=4),U.length&&(S|=8),D&&(S|=32)),!w&&(S===0||S===32)&&(T||R||g.length>0)&&(S|=512),!t.inSSR&&K)switch(K.type){case 15:let F=-1,V=-1,re=!1;for(let ye=0;yeUn(i,o)),a))}return yu(n,e.loc)}function pR(e){let t="[";for(let n=0,r=e.length;n{if(Rf(e)){const{children:n,loc:r}=e,{slotName:a,slotProps:o}=mR(e,t),i=[t.prefixIdentifiers?"_ctx.$slots":"$slots",a,"{}","undefined","true"];let c=2;o&&(i[2]=o,c=3),n.length&&(i[3]=gl([],n,!1,!1,r),c=4),t.scopeId&&!t.slotted&&(c=5),i.splice(c),e.codegenNode=tr(t.helper(US),i,r)}};function mR(e,t){let n='"default"',r;const a=[];for(let o=0;o0){const{props:o,directives:i}=cw(e,t,a,!1,!1);r=o,i.length&&t.onError(kn(36,i[0].loc))}return{slotName:n,slotProps:r}}const yR=/^\s*([\w$_]+|(async\s*)?\([^)]*?\))\s*(:[^=]+)?=>|^\s*(async\s+)?function(?:\s+[\w$]+)?\s*\(/,uw=(e,t,n,r)=>{const{loc:a,modifiers:o,arg:i}=e;!e.exp&&!o.length&&n.onError(kn(35,a));let c;if(i.type===4)if(i.isStatic){let g=i.content;g.startsWith("vue:")&&(g=`vnode-${g.slice(4)}`);const v=t.tagType!==0||g.startsWith("vnode")||!/[A-Z]/.test(g)?fo(Ln(g)):`on:${g}`;c=$t(v,!0,i.loc)}else c=qs([`${n.helperString(Gg)}(`,i,")"]);else c=i,c.children.unshift(`${n.helperString(Gg)}(`),c.children.push(")");let d=e.exp;d&&!d.content.trim()&&(d=void 0);let f=n.cacheHandlers&&!d&&!n.inVOnce;if(d){const g=GS(d.content),v=!(g||yR.test(d.content)),w=d.content.includes(";");(v||f&&g)&&(d=qs([`${v?"$event":"(...args)"} => ${w?"{":"("}`,d,w?"}":")"]))}let y={props:[Un(c,d||$t("() => {}",!1,a))]};return r&&(y=r(y)),f&&(y.props[0].value=n.cache(y.props[0].value)),y.props.forEach(g=>g.key.isHandlerKey=!0),y},bR=(e,t,n)=>{const{modifiers:r,loc:a}=e,o=e.arg;let{exp:i}=e;if(!i&&o.type===4){const c=Ln(o.content);i=e.exp=$t(c,!1,o.loc)}return o.type!==4?(o.children.unshift("("),o.children.push(') || ""')):o.isStatic||(o.content=`${o.content} || ""`),r.includes("camel")&&(o.type===4?o.isStatic?o.content=Ln(o.content):o.content=`${n.helperString(Wg)}(${o.content})`:(o.children.unshift(`${n.helperString(Wg)}(`),o.children.push(")"))),n.inSSR||(r.includes("prop")&&V_(o,"."),r.includes("attr")&&V_(o,"^")),!i||i.type===4&&!i.content.trim()?(n.onError(kn(34,a)),{props:[Un(o,$t("",!0,a))]}):{props:[Un(o,i)]}},V_=(e,t)=>{e.type===4?e.isStatic?e.content=t+e.content:e.content=`\`${t}\${${e.content}}\``:(e.children.unshift(`'${t}' + (`),e.children.push(")"))},vR=(e,t)=>{if(e.type===0||e.type===1||e.type===11||e.type===10)return()=>{const n=e.children;let r,a=!1;for(let o=0;oo.type===7&&!t.directiveTransforms[o.name])&&e.tag!=="template")))for(let o=0;o{if(e.type===1&&Gs(e,"once",!0))return W_.has(e)||t.inVOnce||t.inSSR?void 0:(W_.add(e),t.inVOnce=!0,t.helper(Pf),()=>{t.inVOnce=!1;const n=t.currentNode;n.codegenNode&&(n.codegenNode=t.cache(n.codegenNode,!0))})},dw=(e,t,n)=>{const{exp:r,arg:a}=e;if(!r)return n.onError(kn(41,e.loc)),Vd();const o=r.loc.source,i=r.type===4?r.content:o,c=n.bindingMetadata[o];if(c==="props"||c==="props-aliased")return n.onError(kn(44,r.loc)),Vd();if(!i.trim()||!GS(i)&&!!1)return n.onError(kn(42,r.loc)),Vd();const f=a||$t("modelValue",!0),y=a?Zr(a)?`onUpdate:${Ln(a.content)}`:qs(['"onUpdate:" + ',a]):"onUpdate:modelValue";let g;const v=n.isTS?"($event: any)":"$event";g=qs([`${v} => ((`,r,") = $event)"]);const w=[Un(f,e.exp),Un(y,g)];if(e.modifiers.length&&t.tagType===1){const S=e.modifiers.map(N=>(Iy(N)?N:JSON.stringify(N))+": true").join(", "),T=a?Zr(a)?`${a.content}Modifiers`:qs([a,' + "Modifiers"']):"modelModifiers";w.push(Un(T,$t(`{ ${S} }`,!1,e.loc,2)))}return Vd(w)};function Vd(e=[]){return{props:e}}const xR=/[\w).+\-_$\]]/,SR=(e,t)=>{mo("COMPILER_FILTERS",t)&&(e.type===5&&$f(e.content,t),e.type===1&&e.props.forEach(n=>{n.type===7&&n.name!=="for"&&n.exp&&$f(n.exp,t)}))};function $f(e,t){if(e.type===4)G_(e,t);else for(let n=0;n=0&&(D=n.charAt(I),D===" ");I--);(!D||!xR.test(D))&&(i=!0)}}S===void 0?S=n.slice(0,w).trim():y!==0&&N();function N(){T.push(n.slice(y,w).trim()),y=w+1}if(T.length){for(w=0;w{if(e.type===1){const n=Gs(e,"memo");return!n||K_.has(e)?void 0:(K_.add(e),()=>{const r=e.codegenNode||t.currentNode.codegenNode;r&&r.type===13&&(e.tagType!==1&&Ty(r,t),e.codegenNode=tr(t.helper(Ey),[n.exp,gl(void 0,r),"_cache",String(t.cached++)]))})}};function TR(e){return[[_R,tR,ER,sR,SR,gR,uR,oR,vR],{on:uw,bind:bR,model:dw}]}function CR(e,t={}){const n=t.onError||Cy,r=t.mode==="module";t.prefixIdentifiers===!0?n(kn(47)):r&&n(kn(48));const a=!1;t.cacheHandlers&&n(kn(49)),t.scopeId&&!r&&n(kn(50));const o=an({},t,{prefixIdentifiers:a}),i=At(e)?LL(e,o):e,[c,d]=TR();return $L(i,an({},o,{nodeTransforms:[...c,...t.nodeTransforms||[]],directiveTransforms:an({},d,t.directiveTransforms||{})})),UL(i,o)}const IR=()=>({props:[]});/** -* @vue/compiler-dom v3.4.15 +**/const Gc=Symbol(""),Ac=Symbol(""),uy=Symbol(""),Pf=Symbol(""),DS=Symbol(""),Eo=Symbol(""),MS=Symbol(""),$S=Symbol(""),dy=Symbol(""),fy=Symbol(""),gu=Symbol(""),hy=Symbol(""),FS=Symbol(""),py=Symbol(""),gy=Symbol(""),my=Symbol(""),yy=Symbol(""),by=Symbol(""),vy=Symbol(""),BS=Symbol(""),US=Symbol(""),xh=Symbol(""),Nf=Symbol(""),_y=Symbol(""),xy=Symbol(""),Kc=Symbol(""),mu=Symbol(""),Sy=Symbol(""),Gg=Symbol(""),rL=Symbol(""),Kg=Symbol(""),Lf=Symbol(""),sL=Symbol(""),iL=Symbol(""),Ey=Symbol(""),aL=Symbol(""),oL=Symbol(""),wy=Symbol(""),jS=Symbol(""),gl={[Gc]:"Fragment",[Ac]:"Teleport",[uy]:"Suspense",[Pf]:"KeepAlive",[DS]:"BaseTransition",[Eo]:"openBlock",[MS]:"createBlock",[$S]:"createElementBlock",[dy]:"createVNode",[fy]:"createElementVNode",[gu]:"createCommentVNode",[hy]:"createTextVNode",[FS]:"createStaticVNode",[py]:"resolveComponent",[gy]:"resolveDynamicComponent",[my]:"resolveDirective",[yy]:"resolveFilter",[by]:"withDirectives",[vy]:"renderList",[BS]:"renderSlot",[US]:"createSlots",[xh]:"toDisplayString",[Nf]:"mergeProps",[_y]:"normalizeClass",[xy]:"normalizeStyle",[Kc]:"normalizeProps",[mu]:"guardReactiveProps",[Sy]:"toHandlers",[Gg]:"camelize",[rL]:"capitalize",[Kg]:"toHandlerKey",[Lf]:"setBlockTracking",[sL]:"pushScopeId",[iL]:"popScopeId",[Ey]:"withCtx",[aL]:"unref",[oL]:"isRef",[wy]:"withMemo",[jS]:"isMemoSame"};function lL(e){Object.getOwnPropertySymbols(e).forEach(t=>{gl[t]=e[t]})}const ys={start:{line:1,column:1,offset:0},end:{line:1,column:1,offset:0},source:""};function cL(e,t=""){return{type:0,source:t,children:e,helpers:new Set,components:[],directives:[],hoists:[],imports:[],cached:0,temps:0,codegenNode:void 0,loc:ys}}function zc(e,t,n,r,a,o,i,c=!1,d=!1,h=!1,y=ys){return e&&(c?(e.helper(Eo),e.helper(bl(e.inSSR,h))):e.helper(yl(e.inSSR,h)),i&&e.helper(by)),{type:13,tag:t,props:n,children:r,patchFlag:a,dynamicProps:o,directives:i,isBlock:c,disableTracking:d,isComponent:h,loc:y}}function yu(e,t=ys){return{type:17,loc:t,elements:e}}function As(e,t=ys){return{type:15,loc:t,properties:e}}function Un(e,t){return{type:16,loc:ys,key:At(e)?Lt(e,!0):e,value:t}}function Lt(e,t=!1,n=ys,r=0){return{type:4,loc:n,content:e,isStatic:t,constType:t?3:r}}function qs(e,t=ys){return{type:8,loc:t,children:e}}function tr(e,t=[],n=ys){return{type:14,loc:n,callee:e,arguments:t}}function ml(e,t=void 0,n=!1,r=!1,a=ys){return{type:18,params:e,returns:t,newline:n,isSlot:r,loc:a}}function zg(e,t,n,r=!0){return{type:19,test:e,consequent:t,alternate:n,newline:r,loc:ys}}function uL(e,t,n=!1){return{type:20,index:e,value:t,isVNode:n,loc:ys}}function dL(e){return{type:21,body:e,loc:ys}}function yl(e,t){return e||t?dy:fy}function bl(e,t){return e||t?MS:$S}function Ty(e,{helper:t,removeHelper:n,inSSR:r}){e.isBlock||(e.isBlock=!0,n(yl(r,e.isComponent)),t(Eo),t(bl(r,e.isComponent)))}const A_=new Uint8Array([123,123]),O_=new Uint8Array([125,125]);function P_(e){return e>=97&&e<=122||e>=65&&e<=90}function fs(e){return e===32||e===10||e===9||e===12||e===13}function fa(e){return e===47||e===62||fs(e)}function Rf(e){const t=new Uint8Array(e.length);for(let n=0;n=0;a--){const o=this.newlines[a];if(t>o){n=a+2,r=t-o;break}}return{column:r,line:n,offset:t}}peek(){return this.buffer.charCodeAt(this.index+1)}stateText(t){t===60?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=5,this.sectionStart=this.index):!this.inVPre&&t===this.delimiterOpen[0]&&(this.state=2,this.delimiterIndex=0,this.stateInterpolationOpen(t))}stateInterpolationOpen(t){if(t===this.delimiterOpen[this.delimiterIndex])if(this.delimiterIndex===this.delimiterOpen.length-1){const n=this.index+1-this.delimiterOpen.length;n>this.sectionStart&&this.cbs.ontext(this.sectionStart,n),this.state=3,this.sectionStart=n}else this.delimiterIndex++;else this.inRCDATA?(this.state=32,this.stateInRCDATA(t)):(this.state=1,this.stateText(t))}stateInterpolation(t){t===this.delimiterClose[0]&&(this.state=4,this.delimiterIndex=0,this.stateInterpolationClose(t))}stateInterpolationClose(t){t===this.delimiterClose[this.delimiterIndex]?this.delimiterIndex===this.delimiterClose.length-1?(this.cbs.oninterpolation(this.sectionStart,this.index+1),this.inRCDATA?this.state=32:this.state=1,this.sectionStart=this.index+1):this.delimiterIndex++:(this.state=3,this.stateInterpolation(t))}stateSpecialStartSequence(t){const n=this.sequenceIndex===this.currentSequence.length;if(!(n?fa(t):(t|32)===this.currentSequence[this.sequenceIndex]))this.inRCDATA=!1;else if(!n){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=6,this.stateInTagName(t)}stateInRCDATA(t){if(this.sequenceIndex===this.currentSequence.length){if(t===62||fs(t)){const n=this.index-this.currentSequence.length;if(this.sectionStart=t||(this.state===28?this.currentSequence===xr.CdataEnd?this.cbs.oncdata(this.sectionStart,t):this.cbs.oncomment(this.sectionStart,t):this.state===6||this.state===11||this.state===18||this.state===17||this.state===12||this.state===13||this.state===14||this.state===15||this.state===16||this.state===20||this.state===19||this.state===21||this.state===9||this.cbs.ontext(this.sectionStart,t))}emitCodePoint(t,n){}}function N_(e,{compatConfig:t}){const n=t&&t[e];return e==="MODE"?n||3:n}function mo(e,t){const n=N_("MODE",t),r=N_(e,t);return n===3?r===!0:r!==!1}function qc(e,t,n,...r){return mo(e,t)}function Cy(e){throw e}function HS(e){}function kn(e,t,n,r){const a=`https://vuejs.org/error-reference/#compiler-${e}`,o=new SyntaxError(String(a));return o.code=e,o.loc=t,o}const Zr=e=>e.type===4&&e.isStatic;function VS(e){switch(e){case"Teleport":case"teleport":return Ac;case"Suspense":case"suspense":return uy;case"KeepAlive":case"keep-alive":return Pf;case"BaseTransition":case"base-transition":return DS}}const hL=/^\d|[^\$\w]/,Iy=e=>!hL.test(e),pL=/[A-Za-z_$\xA0-\uFFFF]/,gL=/[\.\?\w$\xA0-\uFFFF]/,mL=/\s+[.[]\s*|\s*[.[]\s+/g,yL=e=>{e=e.trim().replace(mL,i=>i.trim());let t=0,n=[],r=0,a=0,o=null;for(let i=0;it.type===7&&t.name==="bind"&&(!t.arg||t.arg.type!==4||!t.arg.isStatic))}function ig(e){return e.type===5||e.type===2}function vL(e){return e.type===7&&e.name==="slot"}function Df(e){return e.type===1&&e.tagType===3}function Mf(e){return e.type===1&&e.tagType===2}const _L=new Set([Kc,mu]);function GS(e,t=[]){if(e&&!At(e)&&e.type===14){const n=e.callee;if(!At(n)&&_L.has(n))return GS(e.arguments[0],t.concat(e))}return[e,t]}function $f(e,t,n){let r,a=e.type===13?e.props:e.arguments[2],o=[],i;if(a&&!At(a)&&a.type===14){const c=GS(a);a=c[0],o=c[1],i=o[o.length-1]}if(a==null||At(a))r=As([t]);else if(a.type===14){const c=a.arguments[0];!At(c)&&c.type===15?L_(t,c)||c.properties.unshift(t):a.callee===Sy?r=tr(n.helper(Nf),[As([t]),a]):a.arguments.unshift(As([t])),!r&&(r=a)}else a.type===15?(L_(t,a)||a.properties.unshift(t),r=a):(r=tr(n.helper(Nf),[As([t]),a]),i&&i.callee===mu&&(i=o[o.length-2]));e.type===13?i?i.arguments[0]=r:e.props=r:i?i.arguments[0]=r:e.arguments[2]=r}function L_(e,t){let n=!1;if(e.key.type===4){const r=e.key.content;n=t.properties.some(a=>a.key.type===4&&a.key.content===r)}return n}function Yc(e,t){return`_${t}_${e.replace(/[^\w]/g,(n,r)=>n==="-"?"_":e.charCodeAt(r).toString())}`}function xL(e){return e.type===14&&e.callee===wy?e.arguments[1].returns:e}const SL=/([\s\S]*?)\s+(?:in|of)\s+([\s\S]*)/,KS={parseMode:"base",ns:0,delimiters:["{{","}}"],getNamespace:()=>0,isVoidTag:tf,isPreTag:tf,isCustomElement:tf,onError:Cy,onWarn:HS,comments:!1,prefixIdentifiers:!1};let dn=KS,Xc=null,yo="",Er=null,nn=null,Yr="",Di=-1,so=-1,Ff=0,va=!1,qg=null;const $n=[],Bn=new fL($n,{onerr:Pi,ontext(e,t){jd(hr(e,t),e,t)},ontextentity(e,t,n){jd(e,t,n)},oninterpolation(e,t){if(va)return jd(hr(e,t),e,t);let n=e+Bn.delimiterOpen.length,r=t-Bn.delimiterClose.length;for(;fs(yo.charCodeAt(n));)n++;for(;fs(yo.charCodeAt(r-1));)r--;let a=hr(n,r);a.includes("&")&&(a=dn.decodeEntities(a,!1)),Yg({type:5,content:of(a,!1,er(n,r)),loc:er(e,t)})},onopentagname(e,t){const n=hr(e,t);Er={type:1,tag:n,ns:dn.getNamespace(n,$n[0],dn.ns),tagType:0,props:[],children:[],loc:er(e-1,t),codegenNode:void 0}},onopentagend(e){D_(e)},onclosetag(e,t){const n=hr(e,t);if(!dn.isVoidTag(n)){let r=!1;for(let a=0;a<$n.length;a++)if($n[a].tag.toLowerCase()===n.toLowerCase()){r=!0,a>0&&Pi(24,$n[0].loc.start.offset);for(let i=0;i<=a;i++){const c=$n.shift();af(c,t,i(r.type===7?r.rawName:r.name)===n)&&Pi(2,t)},onattribend(e,t){if(Er&&nn){if(uo(nn.loc,t),e!==0)if(Yr.includes("&")&&(Yr=dn.decodeEntities(Yr,!0)),nn.type===6)nn.name==="class"&&(Yr=YS(Yr).trim()),e===1&&!Yr&&Pi(13,t),nn.value={type:2,content:Yr,loc:e===1?er(Di,so):er(Di-1,so+1)},Bn.inSFCRoot&&Er.tag==="template"&&nn.name==="lang"&&Yr&&Yr!=="html"&&Bn.enterRCDATA(Rf("-1&&qc("COMPILER_V_BIND_SYNC",dn,nn.loc,nn.rawName)&&(nn.name="model",nn.modifiers.splice(r,1))}(nn.type!==7||nn.name!=="pre")&&Er.props.push(nn)}Yr="",Di=so=-1},oncomment(e,t){dn.comments&&Yg({type:3,content:hr(e,t),loc:er(e-4,t+3)})},onend(){const e=yo.length;for(let t=0;t<$n.length;t++)af($n[t],e-1),Pi(24,$n[t].loc.start.offset)},oncdata(e,t){$n[0].ns!==0?jd(hr(e,t),e,t):Pi(1,e-9)},onprocessinginstruction(e){($n[0]?$n[0].ns:dn.ns)===0&&Pi(21,e-1)}}),R_=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,EL=/^\(|\)$/g;function wL(e){const t=e.loc,n=e.content,r=n.match(SL);if(!r)return;const[,a,o]=r,i=(g,v,E=!1)=>{const S=t.start.offset+v,I=S+g.length;return of(g,!1,er(S,I),0,E?1:0)},c={source:i(o.trim(),n.indexOf(o,a.length)),value:void 0,key:void 0,index:void 0,finalized:!1};let d=a.trim().replace(EL,"").trim();const h=a.indexOf(d),y=d.match(R_);if(y){d=d.replace(R_,"").trim();const g=y[1].trim();let v;if(g&&(v=n.indexOf(g,h+d.length),c.key=i(g,v,!0)),y[2]){const E=y[2].trim();E&&(c.index=i(E,n.indexOf(E,c.key?v+g.length:h+d.length),!0))}}return d&&(c.value=i(d,h,!0)),c}function hr(e,t){return yo.slice(e,t)}function D_(e){Bn.inSFCRoot&&(Er.innerLoc=er(e+1,e+1)),Yg(Er);const{tag:t,ns:n}=Er;n===0&&dn.isPreTag(t)&&Ff++,dn.isVoidTag(t)?af(Er,e):($n.unshift(Er),(n===1||n===2)&&(Bn.inXML=!0)),Er=null}function jd(e,t,n){var r;{const i=(r=$n[0])==null?void 0:r.tag;i!=="script"&&i!=="style"&&e.includes("&")&&(e=dn.decodeEntities(e,!1))}const a=$n[0]||Xc,o=a.children[a.children.length-1];(o==null?void 0:o.type)===2?(o.content+=e,uo(o.loc,n)):a.children.push({type:2,content:e,loc:er(t,n)})}function af(e,t,n=!1){n?uo(e.loc,zS(t,60)):uo(e.loc,t+1),Bn.inSFCRoot&&(e.children.length?e.innerLoc.end=an({},e.children[e.children.length-1].loc.end):e.innerLoc.end=an({},e.innerLoc.start),e.innerLoc.source=hr(e.innerLoc.start.offset,e.innerLoc.end.offset));const{tag:r,ns:a}=e;va||(r==="slot"?e.tagType=2:M_(e)?e.tagType=3:CL(e)&&(e.tagType=1)),Bn.inRCDATA||(e.children=qS(e.children,e.tag)),a===0&&dn.isPreTag(r)&&Ff--,qg===e&&(va=Bn.inVPre=!1,qg=null),Bn.inXML&&($n[0]?$n[0].ns:dn.ns)===0&&(Bn.inXML=!1);{const o=e.props;if(!Bn.inSFCRoot&&mo("COMPILER_NATIVE_TEMPLATE",dn)&&e.tag==="template"&&!M_(e)){const c=$n[0]||Xc,d=c.children.indexOf(e);c.children.splice(d,1,...e.children)}const i=o.find(c=>c.type===6&&c.name==="inline-template");i&&qc("COMPILER_INLINE_TEMPLATE",dn,i.loc)&&e.children.length&&(i.value={type:2,content:hr(e.children[0].loc.start.offset,e.children[e.children.length-1].loc.end.offset),loc:i.loc})}}function zS(e,t){let n=e;for(;yo.charCodeAt(n)!==t&&n>=0;)n--;return n}const TL=new Set(["if","else","else-if","for","slot"]);function M_({tag:e,props:t}){if(e==="template"){for(let n=0;n64&&e<91}const kL=/\r\n/g;function qS(e,t){var n,r;const a=dn.whitespace!=="preserve";let o=!1;for(let i=0;i0){if(d>=2){c.codegenNode.patchFlag="-1",c.codegenNode=t.hoist(c.codegenNode),o++;continue}}else{const h=c.codegenNode;if(h.type===13){const y=eE(h);if((!y||y===512||y===1)&&ZS(c,t)>=2){const g=QS(c);g&&(h.props=t.hoist(g))}h.dynamicProps&&(h.dynamicProps=t.hoist(h.dynamicProps))}}}if(c.type===1){const d=c.tagType===1;d&&t.scopes.vSlot++,lf(c,t),d&&t.scopes.vSlot--}else if(c.type===11)lf(c,t,c.children.length===1);else if(c.type===9)for(let d=0;d1)for(let h=0;hre&&(q.childIndex--,q.onNodeRemoved()),q.parent.children.splice(re,1)},onNodeRemoved:sr,addIdentifiers($){},removeIdentifiers($){},hoist($){At($)&&($=Lt($)),q.hoists.push($);const V=Lt(`_hoisted_${q.hoists.length}`,!1,$.loc,2);return V.hoisted=$,V},cache($,V=!1){return uL(q.cached++,$,V)}};return q.filters=new Set,q}function $L(e,t){const n=ML(e,t);Eh(e,n),t.hoistStatic&&RL(e,n),t.ssr||FL(e,n),e.helpers=new Set([...n.helpers.keys()]),e.components=[...n.components],e.directives=[...n.directives],e.imports=n.imports,e.hoists=n.hoists,e.temps=n.temps,e.cached=n.cached,e.transformed=!0,e.filters=[...n.filters]}function FL(e,t){const{helper:n}=t,{children:r}=e;if(r.length===1){const a=r[0];if(XS(e,a)&&a.codegenNode){const o=a.codegenNode;o.type===13&&Ty(o,t),e.codegenNode=o}else e.codegenNode=a}else if(r.length>1){let a=64;e.codegenNode=zc(t,n(Gc),void 0,e.children,a+"",void 0,void 0,!0,void 0,!1)}}function BL(e,t){let n=0;const r=()=>{n--};for(;nr===e:r=>e.test(r);return(r,a)=>{if(r.type===1){const{props:o}=r;if(r.tagType===3&&o.some(vL))return;const i=[];for(let c=0;c`${gl[e]}: _${gl[e]}`;function UL(e,{mode:t="function",prefixIdentifiers:n=t==="module",sourceMap:r=!1,filename:a="template.vue.html",scopeId:o=null,optimizeImports:i=!1,runtimeGlobalName:c="Vue",runtimeModuleName:d="vue",ssrRuntimeModuleName:h="vue/server-renderer",ssr:y=!1,isTS:g=!1,inSSR:v=!1}){const E={mode:t,prefixIdentifiers:n,sourceMap:r,filename:a,scopeId:o,optimizeImports:i,runtimeGlobalName:c,runtimeModuleName:d,ssrRuntimeModuleName:h,ssr:y,isTS:g,inSSR:v,source:e.source,code:"",column:1,line:1,offset:0,indentLevel:0,pure:!1,map:void 0,helper(I){return`_${gl[I]}`},push(I,L=-2,C){E.code+=I},indent(){S(++E.indentLevel)},deindent(I=!1){I?--E.indentLevel:S(--E.indentLevel)},newline(){S(E.indentLevel)}};function S(I){E.push(` +`+" ".repeat(I),0)}return E}function jL(e,t={}){const n=UL(e,t);t.onContextCreated&&t.onContextCreated(n);const{mode:r,push:a,prefixIdentifiers:o,indent:i,deindent:c,newline:d,scopeId:h,ssr:y}=n,g=Array.from(e.helpers),v=g.length>0,E=!o&&r!=="module";HL(e,n);const I=y?"ssrRender":"render",C=(y?["_ctx","_push","_parent","_attrs"]:["_ctx","_cache"]).join(", ");if(a(`function ${I}(${C}) {`),i(),E&&(a("with (_ctx) {"),i(),v&&(a(`const { ${g.map(nE).join(", ")} } = _Vue +`,-1),d())),e.components.length&&(ag(e.components,"component",n),(e.directives.length||e.temps>0)&&d()),e.directives.length&&(ag(e.directives,"directive",n),e.temps>0&&d()),e.filters&&e.filters.length&&(d(),ag(e.filters,"filter",n),d()),e.temps>0){a("let ");for(let D=0;D0?", ":""}_temp${D}`)}return(e.components.length||e.directives.length||e.temps)&&(a(` +`,0),d()),y||a("return "),e.codegenNode?Cr(e.codegenNode,n):a("null"),E&&(c(),a("}")),c(),a("}"),{ast:e,code:n.code,preamble:"",map:n.map?n.map.toJSON():void 0}}function HL(e,t){const{ssr:n,prefixIdentifiers:r,push:a,newline:o,runtimeModuleName:i,runtimeGlobalName:c,ssrRuntimeModuleName:d}=t,h=c,y=Array.from(e.helpers);if(y.length>0&&(a(`const _Vue = ${h} +`,-1),e.hoists.length)){const g=[dy,fy,gu,hy,FS].filter(v=>y.includes(v)).map(nE).join(", ");a(`const { ${g} } = _Vue +`,-1)}VL(e.hoists,t),o(),a("return ")}function ag(e,t,{helper:n,push:r,newline:a,isTS:o}){const i=n(t==="filter"?yy:t==="component"?py:my);for(let c=0;c3||!1;t.push("["),n&&t.indent(),bu(e,t,n),n&&t.deindent(),t.push("]")}function bu(e,t,n=!1,r=!0){const{push:a,newline:o}=t;for(let i=0;in||"null")}function XL(e,t){const{push:n,helper:r,pure:a}=t,o=At(e.callee)?e.callee:r(e.callee);a&&n(wh),n(o+"(",-2,e),bu(e.arguments,t),n(")")}function JL(e,t){const{push:n,indent:r,deindent:a,newline:o}=t,{properties:i}=e;if(!i.length){n("{}",-2,e);return}const c=i.length>1||!1;n(c?"{":"{ "),c&&r();for(let d=0;d "),(d||c)&&(n("{"),r()),i?(d&&n("return "),Ye(i)?ky(i,t):Cr(i,t)):c&&Cr(c,t),(d||c)&&(a(),n("}")),h&&(e.isNonScopedSlot&&n(", undefined, true"),n(")"))}function eR(e,t){const{test:n,consequent:r,alternate:a,newline:o}=e,{push:i,indent:c,deindent:d,newline:h}=t;if(n.type===4){const g=!Iy(n.content);g&&i("("),rE(n,t),g&&i(")")}else i("("),Cr(n,t),i(")");o&&c(),t.indentLevel++,o||i(" "),i("? "),Cr(r,t),t.indentLevel--,o&&h(),o||i(" "),i(": ");const y=a.type===19;y||t.indentLevel++,Cr(a,t),y||t.indentLevel--,o&&d(!0)}function tR(e,t){const{push:n,helper:r,indent:a,deindent:o,newline:i}=t;n(`_cache[${e.index}] || (`),e.isVNode&&(a(),n(`${r(Lf)}(-1),`),i()),n(`_cache[${e.index}] = `),Cr(e.value,t),e.isVNode&&(n(","),i(),n(`${r(Lf)}(1),`),i(),n(`_cache[${e.index}]`),o()),n(")")}new RegExp("\\b"+"arguments,await,break,case,catch,class,const,continue,debugger,default,delete,do,else,export,extends,finally,for,function,if,import,let,new,return,super,switch,throw,try,var,void,while,with,yield".split(",").join("\\b|\\b")+"\\b");const nR=tE(/^(if|else|else-if)$/,(e,t,n)=>rR(e,t,n,(r,a,o)=>{const i=n.parent.children;let c=i.indexOf(r),d=0;for(;c-->=0;){const h=i[c];h&&h.type===9&&(d+=h.branches.length)}return()=>{if(o)r.codegenNode=F_(a,d,n);else{const h=sR(r.codegenNode);h.alternate=F_(a,d+r.branches.length-1,n)}}}));function rR(e,t,n,r){if(t.name!=="else"&&(!t.exp||!t.exp.content.trim())){const a=t.exp?t.exp.loc:e.loc;n.onError(kn(28,t.loc)),t.exp=Lt("true",!1,a)}if(t.name==="if"){const a=$_(e,t),o={type:9,loc:e.loc,branches:[a]};if(n.replaceNode(o),r)return r(o,a,!0)}else{const a=n.parent.children;let o=a.indexOf(e);for(;o-->=-1;){const i=a[o];if(i&&i.type===3){n.removeNode(i);continue}if(i&&i.type===2&&!i.content.trim().length){n.removeNode(i);continue}if(i&&i.type===9){t.name==="else-if"&&i.branches[i.branches.length-1].condition===void 0&&n.onError(kn(30,e.loc)),n.removeNode();const c=$_(e,t);i.branches.push(c);const d=r&&r(i,c,!1);Eh(c,n),d&&d(),n.currentNode=null}else n.onError(kn(30,e.loc));break}}}function $_(e,t){const n=e.tagType===3;return{type:10,loc:e.loc,condition:t.name==="else"?void 0:t.exp,children:n&&!Gs(e,"for")?e.children:[e],userKey:Sh(e,"key"),isTemplateIf:n}}function F_(e,t,n){return e.condition?zg(e.condition,B_(e,t,n),tr(n.helper(gu),['""',"true"])):B_(e,t,n)}function B_(e,t,n){const{helper:r}=n,a=Un("key",Lt(`${t}`,!1,ys,2)),{children:o}=e,i=o[0];if(o.length!==1||i.type!==1)if(o.length===1&&i.type===11){const d=i.codegenNode;return $f(d,a,n),d}else return zc(n,r(Gc),As([a]),o,64+"",void 0,void 0,!0,!1,!1,e.loc);else{const d=i.codegenNode,h=xL(d);return h.type===13&&Ty(h,n),$f(h,a,n),d}}function sR(e){for(;;)if(e.type===19)if(e.alternate.type===19)e=e.alternate;else return e;else e.type===20&&(e=e.value)}const iR=tE("for",(e,t,n)=>{const{helper:r,removeHelper:a}=n;return aR(e,t,n,o=>{const i=tr(r(vy),[o.source]),c=Df(e),d=Gs(e,"memo"),h=Sh(e,"key"),y=h&&(h.type===6?Lt(h.value.content,!0):h.exp),g=h?Un("key",y):null,v=o.source.type===4&&o.source.constType>0,E=v?64:h?128:256;return o.codegenNode=zc(n,r(Gc),void 0,i,E+"",void 0,void 0,!0,!v,!1,e.loc),()=>{let S;const{children:I}=o,L=I.length!==1||I[0].type!==1,C=Mf(e)?e:c&&e.children.length===1&&Mf(e.children[0])?e.children[0]:null;if(C?(S=C.codegenNode,c&&g&&$f(S,g,n)):L?S=zc(n,r(Gc),g?As([g]):void 0,e.children,"64",void 0,void 0,!0,void 0,!1):(S=I[0].codegenNode,c&&g&&$f(S,g,n),S.isBlock!==!v&&(S.isBlock?(a(Eo),a(bl(n.inSSR,S.isComponent))):a(yl(n.inSSR,S.isComponent))),S.isBlock=!v,S.isBlock?(r(Eo),r(bl(n.inSSR,S.isComponent))):r(yl(n.inSSR,S.isComponent))),d){const D=ml(Xg(o.parseResult,[Lt("_cached")]));D.body=dL([qs(["const _memo = (",d.exp,")"]),qs(["if (_cached",...y?[" && _cached.key === ",y]:[],` && ${n.helperString(jS)}(_cached, _memo)) return _cached`]),qs(["const _item = ",S]),Lt("_item.memo = _memo"),Lt("return _item")]),i.arguments.push(D,Lt("_cache"),Lt(String(n.cached++)))}else i.arguments.push(ml(Xg(o.parseResult),S,!0))}})});function aR(e,t,n,r){if(!t.exp){n.onError(kn(31,t.loc));return}const a=t.forParseResult;if(!a){n.onError(kn(32,t.loc));return}iE(a);const{addIdentifiers:o,removeIdentifiers:i,scopes:c}=n,{source:d,value:h,key:y,index:g}=a,v={type:11,loc:t.loc,source:d,valueAlias:h,keyAlias:y,objectIndexAlias:g,parseResult:a,children:Df(e)?e.children:[e]};n.replaceNode(v),c.vFor++;const E=r&&r(v);return()=>{c.vFor--,E&&E()}}function iE(e,t){e.finalized||(e.finalized=!0)}function Xg({value:e,key:t,index:n},r=[]){return oR([e,t,n,...r])}function oR(e){let t=e.length;for(;t--&&!e[t];);return e.slice(0,t+1).map((n,r)=>n||Lt("_".repeat(r+1),!1))}const U_=Lt("undefined",!1),lR=(e,t)=>{if(e.type===1&&(e.tagType===1||e.tagType===3)){const n=Gs(e,"slot");if(n)return n.exp,t.scopes.vSlot++,()=>{t.scopes.vSlot--}}},cR=(e,t,n,r)=>ml(e,n,!1,!0,n.length?n[0].loc:r);function uR(e,t,n=cR){t.helper(Ey);const{children:r,loc:a}=e,o=[],i=[];let c=t.scopes.vSlot>0||t.scopes.vFor>0;const d=Gs(e,"slot",!0);if(d){const{arg:L,exp:C}=d;L&&!Zr(L)&&(c=!0),o.push(Un(L||Lt("default",!0),n(C,void 0,r,a)))}let h=!1,y=!1;const g=[],v=new Set;let E=0;for(let L=0;L{const R=n(C,void 0,D,a);return t.compatConfig&&(R.isNonScopedSlot=!0),Un("default",R)};h?g.length&&g.some(C=>aE(C))&&(y?t.onError(kn(39,g[0].loc)):o.push(L(void 0,g))):o.push(L(void 0,r))}const S=c?2:cf(e.children)?3:1;let I=As(o.concat(Un("_",Lt(S+"",!1))),a);return i.length&&(I=tr(t.helper(US),[I,yu(i)])),{slots:I,hasDynamicSlots:c}}function Hd(e,t,n){const r=[Un("name",e),Un("fn",t)];return n!=null&&r.push(Un("key",Lt(String(n),!0))),As(r)}function cf(e){for(let t=0;tfunction(){if(e=t.currentNode,!(e.type===1&&(e.tagType===0||e.tagType===1)))return;const{tag:r,props:a}=e,o=e.tagType===1;let i=o?fR(e,t):`"${r}"`;const c=mn(i)&&i.callee===gy;let d,h,y,g=0,v,E,S,I=c||i===Ac||i===uy||!o&&(r==="svg"||r==="foreignObject");if(a.length>0){const L=lE(e,t,void 0,o,c);d=L.props,g=L.patchFlag,E=L.dynamicPropNames;const C=L.directives;S=C&&C.length?yu(C.map(D=>pR(D,t))):void 0,L.shouldUseBlock&&(I=!0)}if(e.children.length>0)if(i===Pf&&(I=!0,g|=1024),o&&i!==Ac&&i!==Pf){const{slots:C,hasDynamicSlots:D}=uR(e,t);h=C,D&&(g|=1024)}else if(e.children.length===1&&i!==Ac){const C=e.children[0],D=C.type,R=D===5||D===8;R&&Os(C,t)===0&&(g|=1),R||D===2?h=C:h=e.children}else h=e.children;g!==0&&(y=String(g),E&&E.length&&(v=gR(E))),e.codegenNode=zc(t,i,d,h,y,v,S,!!I,!1,o,e.loc)};function fR(e,t,n=!1){let{tag:r}=e;const a=Jg(r),o=Sh(e,"is");if(o)if(a||mo("COMPILER_IS_ON_ELEMENT",t)){const c=o.type===6?o.value&&Lt(o.value.content,!0):o.exp;if(c)return tr(t.helper(gy),[c])}else o.type===6&&o.value.content.startsWith("vue:")&&(r=o.value.content.slice(4));const i=VS(r)||t.isBuiltInComponent(r);return i?(n||t.helper(i),i):(t.helper(py),t.components.add(r),Yc(r,"component"))}function lE(e,t,n=e.props,r,a,o=!1){const{tag:i,loc:c,children:d}=e;let h=[];const y=[],g=[],v=d.length>0;let E=!1,S=0,I=!1,L=!1,C=!1,D=!1,R=!1,N=!1;const U=[],j=$=>{h.length&&(y.push(As(j_(h),c)),h=[]),$&&y.push($)},m=({key:$,value:V})=>{if(Zr($)){const re=$.content,ce=wo(re);if(ce&&(!r||a)&&re.toLowerCase()!=="onclick"&&re!=="onUpdate:modelValue"&&!Ea(re)&&(D=!0),ce&&Ea(re)&&(N=!0),ce&&V.type===14&&(V=V.arguments[0]),V.type===20||(V.type===4||V.type===8)&&Os(V,t)>0)return;re==="ref"?I=!0:re==="class"?L=!0:re==="style"?C=!0:re!=="key"&&!U.includes(re)&&U.push(re),r&&(re==="class"||re==="style")&&!U.includes(re)&&U.push(re)}else R=!0};for(let $=0;$0&&h.push(Un(Lt("ref_for",!0),Lt("true")))),ce==="is"&&(Jg(i)||me&&me.content.startsWith("vue:")||mo("COMPILER_IS_ON_ELEMENT",t)))continue;h.push(Un(Lt(ce,!0,X),Lt(me?me.content:"",$e,me?me.loc:re)))}else{const{name:re,arg:ce,exp:X,loc:me,modifiers:$e}=V,fe=re==="bind",we=re==="on";if(re==="slot"){r||t.onError(kn(40,me));continue}if(re==="once"||re==="memo"||re==="is"||fe&&co(ce,"is")&&(Jg(i)||mo("COMPILER_IS_ON_ELEMENT",t))||we&&o)continue;if((fe&&co(ce,"key")||we&&v&&co(ce,"vue:before-update"))&&(E=!0),fe&&co(ce,"ref")&&t.scopes.vFor>0&&h.push(Un(Lt("ref_for",!0),Lt("true"))),!ce&&(fe||we)){if(R=!0,X)if(fe){if(j(),mo("COMPILER_V_BIND_OBJECT_ORDER",t)){y.unshift(X);continue}y.push(X)}else j({type:14,loc:me,callee:t.helper(Sy),arguments:r?[X]:[X,"true"]});else t.onError(kn(fe?34:35,me));continue}fe&&$e.includes("prop")&&(S|=32);const Te=t.directiveTransforms[re];if(Te){const{props:Qe,needRuntime:wt}=Te(V,e,t);!o&&Qe.forEach(m),we&&ce&&!Zr(ce)?j(As(Qe,c)):h.push(...Qe),wt&&(g.push(V),Ys(wt)&&oE.set(V,wt))}else FP(re)||(g.push(V),v&&(E=!0))}}let q;if(y.length?(j(),y.length>1?q=tr(t.helper(Nf),y,c):q=y[0]):h.length&&(q=As(j_(h),c)),R?S|=16:(L&&!r&&(S|=2),C&&!r&&(S|=4),U.length&&(S|=8),D&&(S|=32)),!E&&(S===0||S===32)&&(I||N||g.length>0)&&(S|=512),!t.inSSR&&q)switch(q.type){case 15:let $=-1,V=-1,re=!1;for(let me=0;meUn(i,o)),a))}return yu(n,e.loc)}function gR(e){let t="[";for(let n=0,r=e.length;n{if(Mf(e)){const{children:n,loc:r}=e,{slotName:a,slotProps:o}=yR(e,t),i=[t.prefixIdentifiers?"_ctx.$slots":"$slots",a,"{}","undefined","true"];let c=2;o&&(i[2]=o,c=3),n.length&&(i[3]=ml([],n,!1,!1,r),c=4),t.scopeId&&!t.slotted&&(c=5),i.splice(c),e.codegenNode=tr(t.helper(BS),i,r)}};function yR(e,t){let n='"default"',r;const a=[];for(let o=0;o0){const{props:o,directives:i}=lE(e,t,a,!1,!1);r=o,i.length&&t.onError(kn(36,i[0].loc))}return{slotName:n,slotProps:r}}const bR=/^\s*([\w$_]+|(async\s*)?\([^)]*?\))\s*(:[^=]+)?=>|^\s*(async\s+)?function(?:\s+[\w$]+)?\s*\(/,cE=(e,t,n,r)=>{const{loc:a,modifiers:o,arg:i}=e;!e.exp&&!o.length&&n.onError(kn(35,a));let c;if(i.type===4)if(i.isStatic){let g=i.content;g.startsWith("vue:")&&(g=`vnode-${g.slice(4)}`);const v=t.tagType!==0||g.startsWith("vnode")||!/[A-Z]/.test(g)?fo(An(g)):`on:${g}`;c=Lt(v,!0,i.loc)}else c=qs([`${n.helperString(Kg)}(`,i,")"]);else c=i,c.children.unshift(`${n.helperString(Kg)}(`),c.children.push(")");let d=e.exp;d&&!d.content.trim()&&(d=void 0);let h=n.cacheHandlers&&!d&&!n.inVOnce;if(d){const g=WS(d.content),v=!(g||bR.test(d.content)),E=d.content.includes(";");(v||h&&g)&&(d=qs([`${v?"$event":"(...args)"} => ${E?"{":"("}`,d,E?"}":")"]))}let y={props:[Un(c,d||Lt("() => {}",!1,a))]};return r&&(y=r(y)),h&&(y.props[0].value=n.cache(y.props[0].value)),y.props.forEach(g=>g.key.isHandlerKey=!0),y},vR=(e,t,n)=>{const{modifiers:r,loc:a}=e,o=e.arg;let{exp:i}=e;if(i&&i.type===4&&!i.content.trim()&&(i=void 0),!i){if(o.type!==4||!o.isStatic)return n.onError(kn(52,o.loc)),{props:[Un(o,Lt("",!0,a))]};const c=An(o.content);i=e.exp=Lt(c,!1,o.loc)}return o.type!==4?(o.children.unshift("("),o.children.push(') || ""')):o.isStatic||(o.content=`${o.content} || ""`),r.includes("camel")&&(o.type===4?o.isStatic?o.content=An(o.content):o.content=`${n.helperString(Gg)}(${o.content})`:(o.children.unshift(`${n.helperString(Gg)}(`),o.children.push(")"))),n.inSSR||(r.includes("prop")&&H_(o,"."),r.includes("attr")&&H_(o,"^")),{props:[Un(o,i)]}},H_=(e,t)=>{e.type===4?e.isStatic?e.content=t+e.content:e.content=`\`${t}\${${e.content}}\``:(e.children.unshift(`'${t}' + (`),e.children.push(")"))},_R=(e,t)=>{if(e.type===0||e.type===1||e.type===11||e.type===10)return()=>{const n=e.children;let r,a=!1;for(let o=0;oo.type===7&&!t.directiveTransforms[o.name])&&e.tag!=="template")))for(let o=0;o{if(e.type===1&&Gs(e,"once",!0))return V_.has(e)||t.inVOnce||t.inSSR?void 0:(V_.add(e),t.inVOnce=!0,t.helper(Lf),()=>{t.inVOnce=!1;const n=t.currentNode;n.codegenNode&&(n.codegenNode=t.cache(n.codegenNode,!0))})},uE=(e,t,n)=>{const{exp:r,arg:a}=e;if(!r)return n.onError(kn(41,e.loc)),Vd();const o=r.loc.source,i=r.type===4?r.content:o,c=n.bindingMetadata[o];if(c==="props"||c==="props-aliased")return n.onError(kn(44,r.loc)),Vd();if(!i.trim()||!WS(i)&&!!1)return n.onError(kn(42,r.loc)),Vd();const h=a||Lt("modelValue",!0),y=a?Zr(a)?`onUpdate:${An(a.content)}`:qs(['"onUpdate:" + ',a]):"onUpdate:modelValue";let g;const v=n.isTS?"($event: any)":"$event";g=qs([`${v} => ((`,r,") = $event)"]);const E=[Un(h,e.exp),Un(y,g)];if(e.modifiers.length&&t.tagType===1){const S=e.modifiers.map(L=>(Iy(L)?L:JSON.stringify(L))+": true").join(", "),I=a?Zr(a)?`${a.content}Modifiers`:qs([a,' + "Modifiers"']):"modelModifiers";E.push(Un(I,Lt(`{ ${S} }`,!1,e.loc,2)))}return Vd(E)};function Vd(e=[]){return{props:e}}const SR=/[\w).+\-_$\]]/,ER=(e,t)=>{mo("COMPILER_FILTERS",t)&&(e.type===5&&Bf(e.content,t),e.type===1&&e.props.forEach(n=>{n.type===7&&n.name!=="for"&&n.exp&&Bf(n.exp,t)}))};function Bf(e,t){if(e.type===4)W_(e,t);else for(let n=0;n=0&&(D=n.charAt(C),D===" ");C--);(!D||!SR.test(D))&&(i=!0)}}S===void 0?S=n.slice(0,E).trim():y!==0&&L();function L(){I.push(n.slice(y,E).trim()),y=E+1}if(I.length){for(E=0;E{if(e.type===1){const n=Gs(e,"memo");return!n||G_.has(e)?void 0:(G_.add(e),()=>{const r=e.codegenNode||t.currentNode.codegenNode;r&&r.type===13&&(e.tagType!==1&&Ty(r,t),e.codegenNode=tr(t.helper(wy),[n.exp,ml(void 0,r),"_cache",String(t.cached++)]))})}};function CR(e){return[[xR,nR,TR,iR,ER,mR,dR,lR,_R],{on:cE,bind:vR,model:uE}]}function IR(e,t={}){const n=t.onError||Cy,r=t.mode==="module";t.prefixIdentifiers===!0?n(kn(47)):r&&n(kn(48));const a=!1;t.cacheHandlers&&n(kn(49)),t.scopeId&&!r&&n(kn(50));const o=an({},t,{prefixIdentifiers:a}),i=At(e)?LL(e,o):e,[c,d]=CR();return $L(i,an({},o,{nodeTransforms:[...c,...t.nodeTransforms||[]],directiveTransforms:an({},d,t.directiveTransforms||{})})),jL(i,o)}const kR=()=>({props:[]});/** +* @vue/compiler-dom v3.4.21 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT -**/const fw=Symbol(""),hw=Symbol(""),pw=Symbol(""),gw=Symbol(""),Jg=Symbol(""),mw=Symbol(""),yw=Symbol(""),bw=Symbol(""),vw=Symbol(""),_w=Symbol("");lL({[fw]:"vModelRadio",[hw]:"vModelCheckbox",[pw]:"vModelText",[gw]:"vModelSelect",[Jg]:"vModelDynamic",[mw]:"withModifiers",[yw]:"withKeys",[bw]:"vShow",[vw]:"Transition",[_w]:"TransitionGroup"});let Yo;function kR(e,t=!1){return Yo||(Yo=document.createElement("div")),t?(Yo.innerHTML=`
`,Yo.children[0].getAttribute("foo")):(Yo.innerHTML=e,Yo.textContent)}const AR={parseMode:"html",isVoidTag:eN,isNativeTag:e=>JP(e)||ZP(e)||QP(e),isPreTag:e=>e==="pre",decodeEntities:kR,isBuiltInComponent:e=>{if(e==="Transition"||e==="transition")return vw;if(e==="TransitionGroup"||e==="transition-group")return _w},getNamespace(e,t,n){let r=t?t.ns:n;if(t&&r===2)if(t.tag==="annotation-xml"){if(e==="svg")return 1;t.props.some(a=>a.type===6&&a.name==="encoding"&&a.value!=null&&(a.value.content==="text/html"||a.value.content==="application/xhtml+xml"))&&(r=0)}else/^m(?:[ions]|text)$/.test(t.tag)&&e!=="mglyph"&&e!=="malignmark"&&(r=0);else t&&r===1&&(t.tag==="foreignObject"||t.tag==="desc"||t.tag==="title")&&(r=0);if(r===0){if(e==="svg")return 1;if(e==="math")return 2}return r}},OR=e=>{e.type===1&&e.props.forEach((t,n)=>{t.type===6&&t.name==="style"&&t.value&&(e.props[n]={type:7,name:"bind",arg:$t("style",!0,t.loc),exp:PR(t.value.content,t.loc),modifiers:[],loc:t.loc})})},PR=(e,t)=>{const n=m1(e);return $t(JSON.stringify(n),!1,t,3)};function Ia(e,t){return kn(e,t)}const NR=(e,t,n)=>{const{exp:r,loc:a}=e;return r||n.onError(Ia(53,a)),t.children.length&&(n.onError(Ia(54,a)),t.children.length=0),{props:[Un($t("innerHTML",!0,a),r||$t("",!0))]}},LR=(e,t,n)=>{const{exp:r,loc:a}=e;return r||n.onError(Ia(55,a)),t.children.length&&(n.onError(Ia(56,a)),t.children.length=0),{props:[Un($t("textContent",!0),r?Os(r,n)>0?r:tr(n.helperString(vh),[r],a):$t("",!0))]}},RR=(e,t,n)=>{const r=dw(e,t,n);if(!r.props.length||t.tagType===1)return r;e.arg&&n.onError(Ia(58,e.arg.loc));const{tag:a}=t,o=n.isCustomElement(a);if(a==="input"||a==="textarea"||a==="select"||o){let i=pw,c=!1;if(a==="input"||o){const d=_h(t,"type");if(d){if(d.type===7)i=Jg;else if(d.value)switch(d.value.content){case"radio":i=fw;break;case"checkbox":i=hw;break;case"file":c=!0,n.onError(Ia(59,e.loc));break}}else bL(t)&&(i=Jg)}else a==="select"&&(i=gw);c||(r.needRuntime=n.helper(i))}else n.onError(Ia(57,e.loc));return r.props=r.props.filter(i=>!(i.key.type===4&&i.key.content==="modelValue")),r},DR=ms("passive,once,capture"),MR=ms("stop,prevent,self,ctrl,shift,alt,meta,exact,middle"),$R=ms("left,right"),xw=ms("onkeyup,onkeydown,onkeypress",!0),FR=(e,t,n,r)=>{const a=[],o=[],i=[];for(let c=0;cZr(e)&&e.content.toLowerCase()==="onclick"?$t(t,!0):e.type!==4?qs(["(",e,`) === "onClick" ? "${t}" : (`,e,")"]):e,BR=(e,t,n)=>uw(e,t,n,r=>{const{modifiers:a}=e;if(!a.length)return r;let{key:o,value:i}=r.props[0];const{keyModifiers:c,nonKeyModifiers:d,eventOptionModifiers:f}=FR(o,a,n,e.loc);if(d.includes("right")&&(o=z_(o,"onContextmenu")),d.includes("middle")&&(o=z_(o,"onMouseup")),d.length&&(i=tr(n.helper(mw),[i,JSON.stringify(d)])),c.length&&(!Zr(o)||xw(o.content))&&(i=tr(n.helper(yw),[i,JSON.stringify(c)])),f.length){const y=f.map(Na).join("");o=Zr(o)?$t(`${o.content}${y}`,!0):qs(["(",o,`) + "${y}"`])}return{props:[Un(o,i)]}}),UR=(e,t,n)=>{const{exp:r,loc:a}=e;return r||n.onError(Ia(61,a)),{props:[],needRuntime:n.helper(bw)}},jR=(e,t)=>{e.type===1&&e.tagType===0&&(e.tag==="script"||e.tag==="style")&&t.removeNode()},HR=[OR],VR={cloak:IR,html:NR,text:LR,model:RR,on:BR,show:UR};function WR(e,t={}){return CR(e,an({},AR,t,{nodeTransforms:[jR,...HR,...t.nodeTransforms||[]],directiveTransforms:an({},VR,t.directiveTransforms||{}),transformHoist:null}))}/** -* vue v3.4.15 +**/const dE=Symbol(""),fE=Symbol(""),hE=Symbol(""),pE=Symbol(""),Zg=Symbol(""),gE=Symbol(""),mE=Symbol(""),yE=Symbol(""),bE=Symbol(""),vE=Symbol("");lL({[dE]:"vModelRadio",[fE]:"vModelCheckbox",[hE]:"vModelText",[pE]:"vModelSelect",[Zg]:"vModelDynamic",[gE]:"withModifiers",[mE]:"withKeys",[yE]:"vShow",[bE]:"Transition",[vE]:"TransitionGroup"});let Yo;function AR(e,t=!1){return Yo||(Yo=document.createElement("div")),t?(Yo.innerHTML=`
`,Yo.children[0].getAttribute("foo")):(Yo.innerHTML=e,Yo.textContent)}const OR={parseMode:"html",isVoidTag:QP,isNativeTag:e=>XP(e)||JP(e)||ZP(e),isPreTag:e=>e==="pre",decodeEntities:AR,isBuiltInComponent:e=>{if(e==="Transition"||e==="transition")return bE;if(e==="TransitionGroup"||e==="transition-group")return vE},getNamespace(e,t,n){let r=t?t.ns:n;if(t&&r===2)if(t.tag==="annotation-xml"){if(e==="svg")return 1;t.props.some(a=>a.type===6&&a.name==="encoding"&&a.value!=null&&(a.value.content==="text/html"||a.value.content==="application/xhtml+xml"))&&(r=0)}else/^m(?:[ions]|text)$/.test(t.tag)&&e!=="mglyph"&&e!=="malignmark"&&(r=0);else t&&r===1&&(t.tag==="foreignObject"||t.tag==="desc"||t.tag==="title")&&(r=0);if(r===0){if(e==="svg")return 1;if(e==="math")return 2}return r}},PR=e=>{e.type===1&&e.props.forEach((t,n)=>{t.type===6&&t.name==="style"&&t.value&&(e.props[n]={type:7,name:"bind",arg:Lt("style",!0,t.loc),exp:NR(t.value.content,t.loc),modifiers:[],loc:t.loc})})},NR=(e,t)=>{const n=g1(e);return Lt(JSON.stringify(n),!1,t,3)};function Ia(e,t){return kn(e,t)}const LR=(e,t,n)=>{const{exp:r,loc:a}=e;return r||n.onError(Ia(53,a)),t.children.length&&(n.onError(Ia(54,a)),t.children.length=0),{props:[Un(Lt("innerHTML",!0,a),r||Lt("",!0))]}},RR=(e,t,n)=>{const{exp:r,loc:a}=e;return r||n.onError(Ia(55,a)),t.children.length&&(n.onError(Ia(56,a)),t.children.length=0),{props:[Un(Lt("textContent",!0),r?Os(r,n)>0?r:tr(n.helperString(xh),[r],a):Lt("",!0))]}},DR=(e,t,n)=>{const r=uE(e,t,n);if(!r.props.length||t.tagType===1)return r;e.arg&&n.onError(Ia(58,e.arg.loc));const{tag:a}=t,o=n.isCustomElement(a);if(a==="input"||a==="textarea"||a==="select"||o){let i=hE,c=!1;if(a==="input"||o){const d=Sh(t,"type");if(d){if(d.type===7)i=Zg;else if(d.value)switch(d.value.content){case"radio":i=dE;break;case"checkbox":i=fE;break;case"file":c=!0,n.onError(Ia(59,e.loc));break}}else bL(t)&&(i=Zg)}else a==="select"&&(i=pE);c||(r.needRuntime=n.helper(i))}else n.onError(Ia(57,e.loc));return r.props=r.props.filter(i=>!(i.key.type===4&&i.key.content==="modelValue")),r},MR=ms("passive,once,capture"),$R=ms("stop,prevent,self,ctrl,shift,alt,meta,exact,middle"),FR=ms("left,right"),_E=ms("onkeyup,onkeydown,onkeypress",!0),BR=(e,t,n,r)=>{const a=[],o=[],i=[];for(let c=0;cZr(e)&&e.content.toLowerCase()==="onclick"?Lt(t,!0):e.type!==4?qs(["(",e,`) === "onClick" ? "${t}" : (`,e,")"]):e,UR=(e,t,n)=>cE(e,t,n,r=>{const{modifiers:a}=e;if(!a.length)return r;let{key:o,value:i}=r.props[0];const{keyModifiers:c,nonKeyModifiers:d,eventOptionModifiers:h}=BR(o,a,n,e.loc);if(d.includes("right")&&(o=K_(o,"onContextmenu")),d.includes("middle")&&(o=K_(o,"onMouseup")),d.length&&(i=tr(n.helper(gE),[i,JSON.stringify(d)])),c.length&&(!Zr(o)||_E(o.content))&&(i=tr(n.helper(mE),[i,JSON.stringify(c)])),h.length){const y=h.map(La).join("");o=Zr(o)?Lt(`${o.content}${y}`,!0):qs(["(",o,`) + "${y}"`])}return{props:[Un(o,i)]}}),jR=(e,t,n)=>{const{exp:r,loc:a}=e;return r||n.onError(Ia(61,a)),{props:[],needRuntime:n.helper(yE)}},HR=(e,t)=>{e.type===1&&e.tagType===0&&(e.tag==="script"||e.tag==="style")&&t.removeNode()},VR=[PR],WR={cloak:kR,html:LR,text:RR,model:DR,on:UR,show:jR};function GR(e,t={}){return IR(e,an({},OR,t,{nodeTransforms:[HR,...VR,...t.nodeTransforms||[]],directiveTransforms:an({},WR,t.directiveTransforms||{}),transformHoist:null}))}/** +* vue v3.4.21 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT -**/const q_=new WeakMap;function GR(e){let t=q_.get(e??cn);return t||(t=Object.create(null),q_.set(e??cn,t)),t}function Sw(e,t){if(!At(e))if(e.nodeType)e=e.innerHTML;else return sr;const n=e,r=GR(t),a=r[n];if(a)return a;if(e[0]==="#"){const d=document.querySelector(e);e=d?d.innerHTML:""}const o=an({hoistStatic:!0,onError:void 0,onWarn:sr},t);!o.isCustomElement&&typeof customElements<"u"&&(o.isCustomElement=d=>!!customElements.get(d));const{code:i}=WR(e,o),c=new Function("Vue",i)(nL);return c._rc=!0,r[n]=c}ry(Sw);const KR=Object.freeze(Object.defineProperty({__proto__:null,BaseTransition:jm,BaseTransitionPropsValidators:hh,Comment:gr,DeprecationTypes:fS,EffectScope:Qf,ErrorCodes:q1,ErrorTypeStrings:aS,Fragment:jt,KeepAlive:hx,ReactiveEffect:vo,Static:Ca,Suspense:ox,Teleport:Vx,Text:Hi,TrackOpTypes:G1,Transition:Ra,TransitionGroup:ES,TriggerOpTypes:K1,VueElement:fu,assertNumber:z1,callWithAsyncErrorHandling:Qr,callWithErrorHandling:pi,camelize:Ln,capitalize:Na,cloneVNode:Js,compatUtils:dS,compile:Sw,computed:Wn,createApp:cy,createBlock:Sn,createCommentVNode:nt,createElementBlock:Ne,createElementVNode:E,createHydrationRenderer:Zm,createPropsRestProxy:Ox,createRenderer:Jm,createSSRApp:NS,createSlots:gx,createStaticVNode:Yx,createTextVNode:vn,createVNode:mt,customRef:Pm,defineAsyncComponent:fx,defineComponent:ko,defineCustomElement:oy,defineEmits:vx,defineExpose:_x,defineModel:wx,defineOptions:xx,defineProps:bx,defineSSRCustomElement:vS,defineSlots:Sx,devtools:oS,effect:S1,effectScope:wm,getCurrentInstance:Fr,getCurrentScope:eh,getTransitionRawChildren:iu,guardReactiveProps:ey,h:du,handleError:La,hasInjectionContext:Rx,hydrate:ly,initCustomFormatter:rS,initDirectivesForSSR:DS,inject:_n,isMemoSame:sy,isProxy:ih,isReactive:Ta,isReadonly:ka,isRef:ar,isRuntimeOnly:Qx,isShallow:dl,isVNode:Vi,markRaw:ah,mergeDefaults:kx,mergeModels:Ax,mergeProps:ny,nextTick:ru,normalizeClass:qt,normalizeProps:y1,normalizeStyle:El,onActivated:Hm,onBeforeMount:gh,onBeforeUnmount:lu,onBeforeUpdate:Wm,onDeactivated:Vm,onErrorCaptured:qm,onMounted:Ao,onRenderTracked:zm,onRenderTriggered:Km,onScopeDispose:Em,onServerPrefetch:Gm,onUnmounted:Tl,onUpdated:ou,openBlock:_e,popScopeId:tx,provide:$i,proxyRefs:lh,pushScopeId:ex,queuePostFlushCb:Fc,reactive:tu,readonly:rh,ref:ft,registerRuntimeCompiler:ry,render:kf,renderList:Ir,renderSlot:cu,resolveComponent:Mt,resolveDirective:ix,resolveDynamicComponent:sx,resolveFilter:uS,resolveTransitionHooks:_o,setBlockTracking:Ef,setDevtoolsHook:lS,setTransitionHooks:Aa,shallowReactive:km,shallowReadonly:$1,shallowRef:oh,ssrContextKey:$m,ssrUtils:cS,stop:w1,toDisplayString:oe,toHandlerKey:fo,toHandlers:yx,toRaw:Zt,toRef:V1,toRefs:H1,toValue:j1,transformVNodeArgs:zx,triggerRef:U1,unref:nu,useAttrs:Cx,useCssModule:_S,useCssVars:bS,useModel:nS,useSSRContext:Fm,useSlots:Tx,useTransitionState:fh,vModelCheckbox:hu,vModelDynamic:Wc,vModelRadio:pu,vModelSelect:gs,vModelText:zn,vShow:bh,version:iy,warn:iS,watch:Ns,watchEffect:cx,watchPostEffect:Bm,watchSyncEffect:Um,withAsyncContext:Px,withCtx:$r,withDefaults:Ex,withDirectives:un,withKeys:kS,withMemo:sS,withModifiers:IS,withScopeId:nx},Symbol.toStringTag,{value:"Module"}));/*! - * shared v9.9.0 +**/const z_=new WeakMap;function KR(e){let t=z_.get(e??cn);return t||(t=Object.create(null),z_.set(e??cn,t)),t}function xE(e,t){if(!At(e))if(e.nodeType)e=e.innerHTML;else return sr;const n=e,r=KR(t),a=r[n];if(a)return a;if(e[0]==="#"){const d=document.querySelector(e);e=d?d.innerHTML:""}const o=an({hoistStatic:!0,onError:void 0,onWarn:sr},t);!o.isCustomElement&&typeof customElements<"u"&&(o.isCustomElement=d=>!!customElements.get(d));const{code:i}=GR(e,o),c=new Function("Vue",i)(nL);return c._rc=!0,r[n]=c}sy(xE);const zR=Object.freeze(Object.defineProperty({__proto__:null,BaseTransition:Hm,BaseTransitionPropsValidators:gh,Comment:gr,DeprecationTypes:uS,EffectScope:th,ErrorCodes:K1,ErrorTypeStrings:sS,Fragment:jt,KeepAlive:dx,ReactiveEffect:vo,Static:Ca,Suspense:ix,Teleport:jx,Text:Hi,TrackOpTypes:V1,Transition:Da,TransitionGroup:ES,TriggerOpTypes:W1,VueElement:fu,assertNumber:G1,callWithAsyncErrorHandling:Qr,callWithErrorHandling:pi,camelize:An,capitalize:La,cloneVNode:Js,compatUtils:cS,compile:xE,computed:Wn,createApp:cy,createBlock:Sn,createCommentVNode:rt,createElementBlock:Le,createElementVNode:w,createHydrationRenderer:Qm,createPropsRestProxy:kx,createRenderer:Zm,createSSRApp:PS,createSlots:hx,createStaticVNode:zx,createTextVNode:vn,createVNode:mt,customRef:Nm,defineAsyncComponent:ux,defineComponent:ko,defineCustomElement:oy,defineEmits:yx,defineExpose:bx,defineModel:xx,defineOptions:vx,defineProps:mx,defineSSRCustomElement:bS,defineSlots:_x,devtools:iS,effect:x1,effectScope:wm,getCurrentInstance:Fr,getCurrentScope:nh,getTransitionRawChildren:iu,guardReactiveProps:ty,h:du,handleError:Ra,hasInjectionContext:Nx,hydrate:ly,initCustomFormatter:tS,initDirectivesForSSR:RS,inject:_n,isMemoSame:iy,isProxy:oh,isReactive:Ta,isReadonly:Aa,isRef:ar,isRuntimeOnly:Jx,isShallow:fl,isVNode:Vi,markRaw:lh,mergeDefaults:Cx,mergeModels:Ix,mergeProps:ry,nextTick:ru,normalizeClass:qt,normalizeProps:m1,normalizeStyle:Tl,onActivated:Vm,onBeforeMount:yh,onBeforeUnmount:lu,onBeforeUpdate:Gm,onDeactivated:Wm,onErrorCaptured:Ym,onMounted:Ao,onRenderTracked:qm,onRenderTriggered:zm,onScopeDispose:Tm,onServerPrefetch:Km,onUnmounted:Cl,onUpdated:ou,openBlock:xe,popScopeId:Q1,provide:Fi,proxyRefs:uh,pushScopeId:Z1,queuePostFlushCb:Bc,reactive:tu,readonly:ih,ref:ft,registerRuntimeCompiler:sy,render:Of,renderList:Ir,renderSlot:cu,resolveComponent:Mt,resolveDirective:rx,resolveDynamicComponent:nx,resolveFilter:lS,resolveTransitionHooks:_o,setBlockTracking:Tf,setDevtoolsHook:aS,setTransitionHooks:Oa,shallowReactive:Am,shallowReadonly:D1,shallowRef:ch,ssrContextKey:Fm,ssrUtils:oS,stop:S1,toDisplayString:oe,toHandlerKey:fo,toHandlers:gx,toRaw:Zt,toRef:j1,toRefs:U1,toValue:B1,transformVNodeArgs:Gx,triggerRef:F1,unref:nu,useAttrs:wx,useCssModule:vS,useCssVars:yS,useModel:eS,useSSRContext:Bm,useSlots:Ex,useTransitionState:ph,vModelCheckbox:hu,vModelDynamic:Wc,vModelRadio:pu,vModelSelect:gs,vModelText:zn,vShow:_h,version:ay,warn:rS,watch:Ns,watchEffect:ox,watchPostEffect:Um,watchSyncEffect:jm,withAsyncContext:Ax,withCtx:$r,withDefaults:Sx,withDirectives:un,withKeys:IS,withMemo:nS,withModifiers:CS,withScopeId:ex},Symbol.toStringTag,{value:"Module"}));/*! + * shared v9.10.2 * (c) 2024 kazuya kawaguchi * Released under the MIT License. - */const Ff=typeof window<"u",Da=(e,t=!1)=>t?Symbol.for(e):Symbol(e),zR=(e,t,n)=>qR({l:e,k:t,s:n}),qR=e=>JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029").replace(/\u0027/g,"\\u0027"),rr=e=>typeof e=="number"&&isFinite(e),YR=e=>Ew(e)==="[object Date]",Pa=e=>Ew(e)==="[object RegExp]",wh=e=>St(e)&&Object.keys(e).length===0,mr=Object.assign;let Y_;const Mi=()=>Y_||(Y_=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function X_(e){return e.replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}const XR=Object.prototype.hasOwnProperty;function Bf(e,t){return XR.call(e,t)}const Tn=Array.isArray,En=e=>typeof e=="function",Ge=e=>typeof e=="string",Gt=e=>typeof e=="boolean",pn=e=>e!==null&&typeof e=="object",JR=e=>pn(e)&&En(e.then)&&En(e.catch),ww=Object.prototype.toString,Ew=e=>ww.call(e),St=e=>{if(!pn(e))return!1;const t=Object.getPrototypeOf(e);return t===null||t.constructor===Object},ZR=e=>e==null?"":Tn(e)||St(e)&&e.toString===ww?JSON.stringify(e,null,2):String(e);function QR(e,t=""){return e.reduce((n,r,a)=>a===0?n+r:n+t+r,"")}function Ay(e){let t=e;return()=>++t}function eD(e,t){typeof console<"u"&&(console.warn("[intlify] "+e),t&&console.warn(t.stack))}const Wd=e=>!pn(e)||Tn(e);function cf(e,t){if(Wd(e)||Wd(t))throw new Error("Invalid value");const n=[{src:e,des:t}];for(;n.length;){const{src:r,des:a}=n.pop();Object.keys(r).forEach(o=>{Wd(r[o])||Wd(a[o])?a[o]=r[o]:n.push({src:r[o],des:a[o]})})}}/*! - * message-compiler v9.9.0 + */const Uf=typeof window<"u",Ma=(e,t=!1)=>t?Symbol.for(e):Symbol(e),qR=(e,t,n)=>YR({l:e,k:t,s:n}),YR=e=>JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029").replace(/\u0027/g,"\\u0027"),rr=e=>typeof e=="number"&&isFinite(e),XR=e=>EE(e)==="[object Date]",Na=e=>EE(e)==="[object RegExp]",Th=e=>xt(e)&&Object.keys(e).length===0,mr=Object.assign;let q_;const $i=()=>q_||(q_=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Y_(e){return e.replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}const JR=Object.prototype.hasOwnProperty;function jf(e,t){return JR.call(e,t)}const Tn=Array.isArray,wn=e=>typeof e=="function",We=e=>typeof e=="string",Gt=e=>typeof e=="boolean",pn=e=>e!==null&&typeof e=="object",ZR=e=>pn(e)&&wn(e.then)&&wn(e.catch),SE=Object.prototype.toString,EE=e=>SE.call(e),xt=e=>{if(!pn(e))return!1;const t=Object.getPrototypeOf(e);return t===null||t.constructor===Object},QR=e=>e==null?"":Tn(e)||xt(e)&&e.toString===SE?JSON.stringify(e,null,2):String(e);function eD(e,t=""){return e.reduce((n,r,a)=>a===0?n+r:n+t+r,"")}function Ay(e){let t=e;return()=>++t}function tD(e,t){typeof console<"u"&&(console.warn("[intlify] "+e),t&&console.warn(t.stack))}const Wd=e=>!pn(e)||Tn(e);function uf(e,t){if(Wd(e)||Wd(t))throw new Error("Invalid value");const n=[{src:e,des:t}];for(;n.length;){const{src:r,des:a}=n.pop();Object.keys(r).forEach(o=>{Wd(r[o])||Wd(a[o])?a[o]=r[o]:n.push({src:r[o],des:a[o]})})}}/*! + * message-compiler v9.10.2 * (c) 2024 kazuya kawaguchi * Released under the MIT License. - */function tD(e,t,n){return{line:e,column:t,offset:n}}function Zg(e,t,n){const r={start:e,end:t};return n!=null&&(r.source=n),r}const nD=/\{([0-9a-zA-Z]+)\}/g;function rD(e,...t){return t.length===1&&sD(t[0])&&(t=t[0]),(!t||!t.hasOwnProperty)&&(t={}),e.replace(nD,(n,r)=>t.hasOwnProperty(r)?t[r]:"")}const Tw=Object.assign,J_=e=>typeof e=="string",sD=e=>e!==null&&typeof e=="object";function Cw(e,t=""){return e.reduce((n,r,a)=>a===0?n+r:n+t+r,"")}const gt={EXPECTED_TOKEN:1,INVALID_TOKEN_IN_PLACEHOLDER:2,UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER:3,UNKNOWN_ESCAPE_SEQUENCE:4,INVALID_UNICODE_ESCAPE_SEQUENCE:5,UNBALANCED_CLOSING_BRACE:6,UNTERMINATED_CLOSING_BRACE:7,EMPTY_PLACEHOLDER:8,NOT_ALLOW_NEST_PLACEHOLDER:9,INVALID_LINKED_FORMAT:10,MUST_HAVE_MESSAGES_IN_PLURAL:11,UNEXPECTED_EMPTY_LINKED_MODIFIER:12,UNEXPECTED_EMPTY_LINKED_KEY:13,UNEXPECTED_LEXICAL_ANALYSIS:14,UNHANDLED_CODEGEN_NODE_TYPE:15,UNHANDLED_MINIFIER_NODE_TYPE:16,__EXTEND_POINT__:17},iD={[gt.EXPECTED_TOKEN]:"Expected token: '{0}'",[gt.INVALID_TOKEN_IN_PLACEHOLDER]:"Invalid token in placeholder: '{0}'",[gt.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER]:"Unterminated single quote in placeholder",[gt.UNKNOWN_ESCAPE_SEQUENCE]:"Unknown escape sequence: \\{0}",[gt.INVALID_UNICODE_ESCAPE_SEQUENCE]:"Invalid unicode escape sequence: {0}",[gt.UNBALANCED_CLOSING_BRACE]:"Unbalanced closing brace",[gt.UNTERMINATED_CLOSING_BRACE]:"Unterminated closing brace",[gt.EMPTY_PLACEHOLDER]:"Empty placeholder",[gt.NOT_ALLOW_NEST_PLACEHOLDER]:"Not allowed nest placeholder",[gt.INVALID_LINKED_FORMAT]:"Invalid linked format",[gt.MUST_HAVE_MESSAGES_IN_PLURAL]:"Plural must have messages",[gt.UNEXPECTED_EMPTY_LINKED_MODIFIER]:"Unexpected empty linked modifier",[gt.UNEXPECTED_EMPTY_LINKED_KEY]:"Unexpected empty linked key",[gt.UNEXPECTED_LEXICAL_ANALYSIS]:"Unexpected lexical analysis in token: '{0}'",[gt.UNHANDLED_CODEGEN_NODE_TYPE]:"unhandled codegen node type: '{0}'",[gt.UNHANDLED_MINIFIER_NODE_TYPE]:"unhandled mimifier node type: '{0}'"};function Cl(e,t,n={}){const{domain:r,messages:a,args:o}=n,i=rD((a||iD)[e]||"",...o||[]),c=new SyntaxError(String(i));return c.code=e,t&&(c.location=t),c.domain=r,c}function aD(e){throw e}const Ni=" ",oD="\r",Mr=` -`,lD="\u2028",cD="\u2029";function uD(e){const t=e;let n=0,r=1,a=1,o=0;const i=m=>t[m]===oD&&t[m+1]===Mr,c=m=>t[m]===Mr,d=m=>t[m]===cD,f=m=>t[m]===lD,y=m=>i(m)||c(m)||d(m)||f(m),g=()=>n,v=()=>r,w=()=>a,S=()=>o,T=m=>i(m)||d(m)||f(m)?Mr:t[m],N=()=>T(n),I=()=>T(n+o);function D(){return o=0,y(n)&&(r++,a=0),i(n)&&n++,n++,a++,t[n]}function L(){return i(n+o)&&o++,o++,t[n+o]}function R(){n=0,r=1,a=1,o=0}function U(m=0){o=m}function j(){const m=n+o;for(;m!==n;)D();o=0}return{index:g,line:v,column:w,peekOffset:S,charAt:T,currentChar:N,currentPeek:I,next:D,peek:L,reset:R,resetPeek:U,skipToPeek:j}}const ha=void 0,dD=".",Z_="'",fD="tokenizer";function hD(e,t={}){const n=t.location!==!1,r=uD(e),a=()=>r.index(),o=()=>tD(r.line(),r.column(),r.index()),i=o(),c=a(),d={currentType:14,offset:c,startLoc:i,endLoc:i,lastType:14,lastOffset:c,lastStartLoc:i,lastEndLoc:i,braceNest:0,inLinked:!1,text:""},f=()=>d,{onError:y}=t;function g(A,C,G,...ie){const te=f();if(C.column+=G,C.offset+=G,y){const be=n?Zg(te.startLoc,C):null,$e=Cl(A,be,{domain:fD,args:ie});y($e)}}function v(A,C,G){A.endLoc=o(),A.currentType=C;const ie={type:C};return n&&(ie.loc=Zg(A.startLoc,A.endLoc)),G!=null&&(ie.value=G),ie}const w=A=>v(A,14);function S(A,C){return A.currentChar()===C?(A.next(),C):(g(gt.EXPECTED_TOKEN,o(),0,C),"")}function T(A){let C="";for(;A.currentPeek()===Ni||A.currentPeek()===Mr;)C+=A.currentPeek(),A.peek();return C}function N(A){const C=T(A);return A.skipToPeek(),C}function I(A){if(A===ha)return!1;const C=A.charCodeAt(0);return C>=97&&C<=122||C>=65&&C<=90||C===95}function D(A){if(A===ha)return!1;const C=A.charCodeAt(0);return C>=48&&C<=57}function L(A,C){const{currentType:G}=C;if(G!==2)return!1;T(A);const ie=I(A.currentPeek());return A.resetPeek(),ie}function R(A,C){const{currentType:G}=C;if(G!==2)return!1;T(A);const ie=A.currentPeek()==="-"?A.peek():A.currentPeek(),te=D(ie);return A.resetPeek(),te}function U(A,C){const{currentType:G}=C;if(G!==2)return!1;T(A);const ie=A.currentPeek()===Z_;return A.resetPeek(),ie}function j(A,C){const{currentType:G}=C;if(G!==8)return!1;T(A);const ie=A.currentPeek()===".";return A.resetPeek(),ie}function m(A,C){const{currentType:G}=C;if(G!==9)return!1;T(A);const ie=I(A.currentPeek());return A.resetPeek(),ie}function K(A,C){const{currentType:G}=C;if(!(G===8||G===12))return!1;T(A);const ie=A.currentPeek()===":";return A.resetPeek(),ie}function F(A,C){const{currentType:G}=C;if(G!==10)return!1;const ie=()=>{const be=A.currentPeek();return be==="{"?I(A.peek()):be==="@"||be==="%"||be==="|"||be===":"||be==="."||be===Ni||!be?!1:be===Mr?(A.peek(),ie()):I(be)},te=ie();return A.resetPeek(),te}function V(A){T(A);const C=A.currentPeek()==="|";return A.resetPeek(),C}function re(A){const C=T(A),G=A.currentPeek()==="%"&&A.peek()==="{";return A.resetPeek(),{isModulo:G,hasSpace:C.length>0}}function ce(A,C=!0){const G=(te=!1,be="",$e=!1)=>{const Ce=A.currentPeek();return Ce==="{"?be==="%"?!1:te:Ce==="@"||!Ce?be==="%"?!0:te:Ce==="%"?(A.peek(),G(te,"%",!0)):Ce==="|"?be==="%"||$e?!0:!(be===Ni||be===Mr):Ce===Ni?(A.peek(),G(!0,Ni,$e)):Ce===Mr?(A.peek(),G(!0,Mr,$e)):!0},ie=G();return C&&A.resetPeek(),ie}function J(A,C){const G=A.currentChar();return G===ha?ha:C(G)?(A.next(),G):null}function ye(A){return J(A,G=>{const ie=G.charCodeAt(0);return ie>=97&&ie<=122||ie>=65&&ie<=90||ie>=48&&ie<=57||ie===95||ie===36})}function Me(A){return J(A,G=>{const ie=G.charCodeAt(0);return ie>=48&&ie<=57})}function fe(A){return J(A,G=>{const ie=G.charCodeAt(0);return ie>=48&&ie<=57||ie>=65&&ie<=70||ie>=97&&ie<=102})}function we(A){let C="",G="";for(;C=Me(A);)G+=C;return G}function Ee(A){N(A);const C=A.currentChar();return C!=="%"&&g(gt.EXPECTED_TOKEN,o(),0,C),A.next(),"%"}function Qe(A){let C="";for(;;){const G=A.currentChar();if(G==="{"||G==="}"||G==="@"||G==="|"||!G)break;if(G==="%")if(ce(A))C+=G,A.next();else break;else if(G===Ni||G===Mr)if(ce(A))C+=G,A.next();else{if(V(A))break;C+=G,A.next()}else C+=G,A.next()}return C}function ht(A){N(A);let C="",G="";for(;C=ye(A);)G+=C;return A.currentChar()===ha&&g(gt.UNTERMINATED_CLOSING_BRACE,o(),0),G}function ot(A){N(A);let C="";return A.currentChar()==="-"?(A.next(),C+=`-${we(A)}`):C+=we(A),A.currentChar()===ha&&g(gt.UNTERMINATED_CLOSING_BRACE,o(),0),C}function vt(A){N(A),S(A,"'");let C="",G="";const ie=be=>be!==Z_&&be!==Mr;for(;C=J(A,ie);)C==="\\"?G+=Yt(A):G+=C;const te=A.currentChar();return te===Mr||te===ha?(g(gt.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER,o(),0),te===Mr&&(A.next(),S(A,"'")),G):(S(A,"'"),G)}function Yt(A){const C=A.currentChar();switch(C){case"\\":case"'":return A.next(),`\\${C}`;case"u":return tn(A,C,4);case"U":return tn(A,C,6);default:return g(gt.UNKNOWN_ESCAPE_SEQUENCE,o(),0,C),""}}function tn(A,C,G){S(A,C);let ie="";for(let te=0;tete!=="{"&&te!=="}"&&te!==Ni&&te!==Mr;for(;C=J(A,ie);)G+=C;return G}function yt(A){let C="",G="";for(;C=ye(A);)G+=C;return G}function Lt(A){const C=(G=!1,ie)=>{const te=A.currentChar();return te==="{"||te==="%"||te==="@"||te==="|"||te==="("||te===")"||!te||te===Ni?ie:te===Mr||te===dD?(ie+=te,A.next(),C(G,ie)):(ie+=te,A.next(),C(!0,ie))};return C(!1,"")}function Qt(A){N(A);const C=S(A,"|");return N(A),C}function Kt(A,C){let G=null;switch(A.currentChar()){case"{":return C.braceNest>=1&&g(gt.NOT_ALLOW_NEST_PLACEHOLDER,o(),0),A.next(),G=v(C,2,"{"),N(A),C.braceNest++,G;case"}":return C.braceNest>0&&C.currentType===2&&g(gt.EMPTY_PLACEHOLDER,o(),0),A.next(),G=v(C,3,"}"),C.braceNest--,C.braceNest>0&&N(A),C.inLinked&&C.braceNest===0&&(C.inLinked=!1),G;case"@":return C.braceNest>0&&g(gt.UNTERMINATED_CLOSING_BRACE,o(),0),G=Rt(A,C)||w(C),C.braceNest=0,G;default:let te=!0,be=!0,$e=!0;if(V(A))return C.braceNest>0&&g(gt.UNTERMINATED_CLOSING_BRACE,o(),0),G=v(C,1,Qt(A)),C.braceNest=0,C.inLinked=!1,G;if(C.braceNest>0&&(C.currentType===5||C.currentType===6||C.currentType===7))return g(gt.UNTERMINATED_CLOSING_BRACE,o(),0),C.braceNest=0,yn(A,C);if(te=L(A,C))return G=v(C,5,ht(A)),N(A),G;if(be=R(A,C))return G=v(C,6,ot(A)),N(A),G;if($e=U(A,C))return G=v(C,7,vt(A)),N(A),G;if(!te&&!be&&!$e)return G=v(C,13,Ft(A)),g(gt.INVALID_TOKEN_IN_PLACEHOLDER,o(),0,G.value),N(A),G;break}return G}function Rt(A,C){const{currentType:G}=C;let ie=null;const te=A.currentChar();switch((G===8||G===9||G===12||G===10)&&(te===Mr||te===Ni)&&g(gt.INVALID_LINKED_FORMAT,o(),0),te){case"@":return A.next(),ie=v(C,8,"@"),C.inLinked=!0,ie;case".":return N(A),A.next(),v(C,9,".");case":":return N(A),A.next(),v(C,10,":");default:return V(A)?(ie=v(C,1,Qt(A)),C.braceNest=0,C.inLinked=!1,ie):j(A,C)||K(A,C)?(N(A),Rt(A,C)):m(A,C)?(N(A),v(C,12,yt(A))):F(A,C)?(N(A),te==="{"?Kt(A,C)||ie:v(C,11,Lt(A))):(G===8&&g(gt.INVALID_LINKED_FORMAT,o(),0),C.braceNest=0,C.inLinked=!1,yn(A,C))}}function yn(A,C){let G={type:14};if(C.braceNest>0)return Kt(A,C)||w(C);if(C.inLinked)return Rt(A,C)||w(C);switch(A.currentChar()){case"{":return Kt(A,C)||w(C);case"}":return g(gt.UNBALANCED_CLOSING_BRACE,o(),0),A.next(),v(C,3,"}");case"@":return Rt(A,C)||w(C);default:if(V(A))return G=v(C,1,Qt(A)),C.braceNest=0,C.inLinked=!1,G;const{isModulo:te,hasSpace:be}=re(A);if(te)return be?v(C,0,Qe(A)):v(C,4,Ee(A));if(ce(A))return v(C,0,Qe(A));break}return G}function on(){const{currentType:A,offset:C,startLoc:G,endLoc:ie}=d;return d.lastType=A,d.lastOffset=C,d.lastStartLoc=G,d.lastEndLoc=ie,d.offset=a(),d.startLoc=o(),r.currentChar()===ha?v(d,14):yn(r,d)}return{nextToken:on,currentOffset:a,currentPosition:o,context:f}}const pD="parser",gD=/(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;function mD(e,t,n){switch(e){case"\\\\":return"\\";case"\\'":return"'";default:{const r=parseInt(t||n,16);return r<=55295||r>=57344?String.fromCodePoint(r):"�"}}}function yD(e={}){const t=e.location!==!1,{onError:n}=e;function r(I,D,L,R,...U){const j=I.currentPosition();if(j.offset+=R,j.column+=R,n){const m=t?Zg(L,j):null,K=Cl(D,m,{domain:pD,args:U});n(K)}}function a(I,D,L){const R={type:I};return t&&(R.start=D,R.end=D,R.loc={start:L,end:L}),R}function o(I,D,L,R){R&&(I.type=R),t&&(I.end=D,I.loc&&(I.loc.end=L))}function i(I,D){const L=I.context(),R=a(3,L.offset,L.startLoc);return R.value=D,o(R,I.currentOffset(),I.currentPosition()),R}function c(I,D){const L=I.context(),{lastOffset:R,lastStartLoc:U}=L,j=a(5,R,U);return j.index=parseInt(D,10),I.nextToken(),o(j,I.currentOffset(),I.currentPosition()),j}function d(I,D){const L=I.context(),{lastOffset:R,lastStartLoc:U}=L,j=a(4,R,U);return j.key=D,I.nextToken(),o(j,I.currentOffset(),I.currentPosition()),j}function f(I,D){const L=I.context(),{lastOffset:R,lastStartLoc:U}=L,j=a(9,R,U);return j.value=D.replace(gD,mD),I.nextToken(),o(j,I.currentOffset(),I.currentPosition()),j}function y(I){const D=I.nextToken(),L=I.context(),{lastOffset:R,lastStartLoc:U}=L,j=a(8,R,U);return D.type!==12?(r(I,gt.UNEXPECTED_EMPTY_LINKED_MODIFIER,L.lastStartLoc,0),j.value="",o(j,R,U),{nextConsumeToken:D,node:j}):(D.value==null&&r(I,gt.UNEXPECTED_LEXICAL_ANALYSIS,L.lastStartLoc,0,ci(D)),j.value=D.value||"",o(j,I.currentOffset(),I.currentPosition()),{node:j})}function g(I,D){const L=I.context(),R=a(7,L.offset,L.startLoc);return R.value=D,o(R,I.currentOffset(),I.currentPosition()),R}function v(I){const D=I.context(),L=a(6,D.offset,D.startLoc);let R=I.nextToken();if(R.type===9){const U=y(I);L.modifier=U.node,R=U.nextConsumeToken||I.nextToken()}switch(R.type!==10&&r(I,gt.UNEXPECTED_LEXICAL_ANALYSIS,D.lastStartLoc,0,ci(R)),R=I.nextToken(),R.type===2&&(R=I.nextToken()),R.type){case 11:R.value==null&&r(I,gt.UNEXPECTED_LEXICAL_ANALYSIS,D.lastStartLoc,0,ci(R)),L.key=g(I,R.value||"");break;case 5:R.value==null&&r(I,gt.UNEXPECTED_LEXICAL_ANALYSIS,D.lastStartLoc,0,ci(R)),L.key=d(I,R.value||"");break;case 6:R.value==null&&r(I,gt.UNEXPECTED_LEXICAL_ANALYSIS,D.lastStartLoc,0,ci(R)),L.key=c(I,R.value||"");break;case 7:R.value==null&&r(I,gt.UNEXPECTED_LEXICAL_ANALYSIS,D.lastStartLoc,0,ci(R)),L.key=f(I,R.value||"");break;default:r(I,gt.UNEXPECTED_EMPTY_LINKED_KEY,D.lastStartLoc,0);const U=I.context(),j=a(7,U.offset,U.startLoc);return j.value="",o(j,U.offset,U.startLoc),L.key=j,o(L,U.offset,U.startLoc),{nextConsumeToken:R,node:L}}return o(L,I.currentOffset(),I.currentPosition()),{node:L}}function w(I){const D=I.context(),L=D.currentType===1?I.currentOffset():D.offset,R=D.currentType===1?D.endLoc:D.startLoc,U=a(2,L,R);U.items=[];let j=null;do{const F=j||I.nextToken();switch(j=null,F.type){case 0:F.value==null&&r(I,gt.UNEXPECTED_LEXICAL_ANALYSIS,D.lastStartLoc,0,ci(F)),U.items.push(i(I,F.value||""));break;case 6:F.value==null&&r(I,gt.UNEXPECTED_LEXICAL_ANALYSIS,D.lastStartLoc,0,ci(F)),U.items.push(c(I,F.value||""));break;case 5:F.value==null&&r(I,gt.UNEXPECTED_LEXICAL_ANALYSIS,D.lastStartLoc,0,ci(F)),U.items.push(d(I,F.value||""));break;case 7:F.value==null&&r(I,gt.UNEXPECTED_LEXICAL_ANALYSIS,D.lastStartLoc,0,ci(F)),U.items.push(f(I,F.value||""));break;case 8:const V=v(I);U.items.push(V.node),j=V.nextConsumeToken||null;break}}while(D.currentType!==14&&D.currentType!==1);const m=D.currentType===1?D.lastOffset:I.currentOffset(),K=D.currentType===1?D.lastEndLoc:I.currentPosition();return o(U,m,K),U}function S(I,D,L,R){const U=I.context();let j=R.items.length===0;const m=a(1,D,L);m.cases=[],m.cases.push(R);do{const K=w(I);j||(j=K.items.length===0),m.cases.push(K)}while(U.currentType!==14);return j&&r(I,gt.MUST_HAVE_MESSAGES_IN_PLURAL,L,0),o(m,I.currentOffset(),I.currentPosition()),m}function T(I){const D=I.context(),{offset:L,startLoc:R}=D,U=w(I);return D.currentType===14?U:S(I,L,R,U)}function N(I){const D=hD(I,Tw({},e)),L=D.context(),R=a(0,L.offset,L.startLoc);return t&&R.loc&&(R.loc.source=I),R.body=T(D),e.onCacheKey&&(R.cacheKey=e.onCacheKey(I)),L.currentType!==14&&r(D,gt.UNEXPECTED_LEXICAL_ANALYSIS,L.lastStartLoc,0,I[L.offset]||""),o(R,D.currentOffset(),D.currentPosition()),R}return{parse:N}}function ci(e){if(e.type===14)return"EOF";const t=(e.value||"").replace(/\r?\n/gu,"\\n");return t.length>10?t.slice(0,9)+"…":t}function bD(e,t={}){const n={ast:e,helpers:new Set};return{context:()=>n,helper:o=>(n.helpers.add(o),o)}}function Q_(e,t){for(let n=0;ne0(n)),e}function e0(e){if(e.items.length===1){const t=e.items[0];(t.type===3||t.type===9)&&(e.static=t.value,delete t.value)}else{const t=[];for(let n=0;nc;function f(N,I){c.code+=N}function y(N,I=!0){const D=I?a:"";f(o?D+" ".repeat(N):D)}function g(N=!0){const I=++c.indentLevel;N&&y(I)}function v(N=!0){const I=--c.indentLevel;N&&y(I)}function w(){y(c.indentLevel)}return{context:d,push:f,indent:g,deindent:v,newline:w,helper:N=>`_${N}`,needIndent:()=>c.needIndent}}function ED(e,t){const{helper:n}=e;e.push(`${n("linked")}(`),bl(e,t.key),t.modifier?(e.push(", "),bl(e,t.modifier),e.push(", _type")):e.push(", undefined, _type"),e.push(")")}function TD(e,t){const{helper:n,needIndent:r}=e;e.push(`${n("normalize")}([`),e.indent(r());const a=t.items.length;for(let o=0;o1){e.push(`${n("plural")}([`),e.indent(r());const a=t.cases.length;for(let o=0;o{const n=J_(t.mode)?t.mode:"normal",r=J_(t.filename)?t.filename:"message.intl",a=!!t.sourceMap,o=t.breakLineCode!=null?t.breakLineCode:n==="arrow"?";":` -`,i=t.needIndent?t.needIndent:n!=="arrow",c=e.helpers||[],d=wD(e,{mode:n,filename:r,sourceMap:a,breakLineCode:o,needIndent:i});d.push(n==="normal"?"function __msg__ (ctx) {":"(ctx) => {"),d.indent(i),c.length>0&&(d.push(`const { ${Cw(c.map(g=>`${g}: _${g}`),", ")} } = ctx`),d.newline()),d.push("return "),bl(d,e),d.deindent(i),d.push("}"),delete e.helpers;const{code:f,map:y}=d.context();return{ast:e,code:f,map:y?y.toJSON():void 0}};function AD(e,t={}){const n=Tw({},t),r=!!n.jit,a=!!n.minify,o=n.optimize==null?!0:n.optimize,c=yD(n).parse(e);return r?(o&&_D(c),a&&el(c),{ast:c,code:""}):(vD(c,n),kD(c,n))}/*! - * core-base v9.9.0 + */function nD(e,t,n){return{line:e,column:t,offset:n}}function Qg(e,t,n){const r={start:e,end:t};return n!=null&&(r.source=n),r}const rD=/\{([0-9a-zA-Z]+)\}/g;function sD(e,...t){return t.length===1&&iD(t[0])&&(t=t[0]),(!t||!t.hasOwnProperty)&&(t={}),e.replace(rD,(n,r)=>t.hasOwnProperty(r)?t[r]:"")}const wE=Object.assign,X_=e=>typeof e=="string",iD=e=>e!==null&&typeof e=="object";function TE(e,t=""){return e.reduce((n,r,a)=>a===0?n+r:n+t+r,"")}const gt={EXPECTED_TOKEN:1,INVALID_TOKEN_IN_PLACEHOLDER:2,UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER:3,UNKNOWN_ESCAPE_SEQUENCE:4,INVALID_UNICODE_ESCAPE_SEQUENCE:5,UNBALANCED_CLOSING_BRACE:6,UNTERMINATED_CLOSING_BRACE:7,EMPTY_PLACEHOLDER:8,NOT_ALLOW_NEST_PLACEHOLDER:9,INVALID_LINKED_FORMAT:10,MUST_HAVE_MESSAGES_IN_PLURAL:11,UNEXPECTED_EMPTY_LINKED_MODIFIER:12,UNEXPECTED_EMPTY_LINKED_KEY:13,UNEXPECTED_LEXICAL_ANALYSIS:14,UNHANDLED_CODEGEN_NODE_TYPE:15,UNHANDLED_MINIFIER_NODE_TYPE:16,__EXTEND_POINT__:17},aD={[gt.EXPECTED_TOKEN]:"Expected token: '{0}'",[gt.INVALID_TOKEN_IN_PLACEHOLDER]:"Invalid token in placeholder: '{0}'",[gt.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER]:"Unterminated single quote in placeholder",[gt.UNKNOWN_ESCAPE_SEQUENCE]:"Unknown escape sequence: \\{0}",[gt.INVALID_UNICODE_ESCAPE_SEQUENCE]:"Invalid unicode escape sequence: {0}",[gt.UNBALANCED_CLOSING_BRACE]:"Unbalanced closing brace",[gt.UNTERMINATED_CLOSING_BRACE]:"Unterminated closing brace",[gt.EMPTY_PLACEHOLDER]:"Empty placeholder",[gt.NOT_ALLOW_NEST_PLACEHOLDER]:"Not allowed nest placeholder",[gt.INVALID_LINKED_FORMAT]:"Invalid linked format",[gt.MUST_HAVE_MESSAGES_IN_PLURAL]:"Plural must have messages",[gt.UNEXPECTED_EMPTY_LINKED_MODIFIER]:"Unexpected empty linked modifier",[gt.UNEXPECTED_EMPTY_LINKED_KEY]:"Unexpected empty linked key",[gt.UNEXPECTED_LEXICAL_ANALYSIS]:"Unexpected lexical analysis in token: '{0}'",[gt.UNHANDLED_CODEGEN_NODE_TYPE]:"unhandled codegen node type: '{0}'",[gt.UNHANDLED_MINIFIER_NODE_TYPE]:"unhandled mimifier node type: '{0}'"};function Il(e,t,n={}){const{domain:r,messages:a,args:o}=n,i=sD((a||aD)[e]||"",...o||[]),c=new SyntaxError(String(i));return c.code=e,t&&(c.location=t),c.domain=r,c}function oD(e){throw e}const Ni=" ",lD="\r",Mr=` +`,cD="\u2028",uD="\u2029";function dD(e){const t=e;let n=0,r=1,a=1,o=0;const i=m=>t[m]===lD&&t[m+1]===Mr,c=m=>t[m]===Mr,d=m=>t[m]===uD,h=m=>t[m]===cD,y=m=>i(m)||c(m)||d(m)||h(m),g=()=>n,v=()=>r,E=()=>a,S=()=>o,I=m=>i(m)||d(m)||h(m)?Mr:t[m],L=()=>I(n),C=()=>I(n+o);function D(){return o=0,y(n)&&(r++,a=0),i(n)&&n++,n++,a++,t[n]}function R(){return i(n+o)&&o++,o++,t[n+o]}function N(){n=0,r=1,a=1,o=0}function U(m=0){o=m}function j(){const m=n+o;for(;m!==n;)D();o=0}return{index:g,line:v,column:E,peekOffset:S,charAt:I,currentChar:L,currentPeek:C,next:D,peek:R,reset:N,resetPeek:U,skipToPeek:j}}const ha=void 0,fD=".",J_="'",hD="tokenizer";function pD(e,t={}){const n=t.location!==!1,r=dD(e),a=()=>r.index(),o=()=>nD(r.line(),r.column(),r.index()),i=o(),c=a(),d={currentType:14,offset:c,startLoc:i,endLoc:i,lastType:14,lastOffset:c,lastStartLoc:i,lastEndLoc:i,braceNest:0,inLinked:!1,text:""},h=()=>d,{onError:y}=t;function g(A,T,G,...se){const ee=h();if(T.column+=G,T.offset+=G,y){const be=n?Qg(ee.startLoc,T):null,Fe=Il(A,be,{domain:hD,args:se});y(Fe)}}function v(A,T,G){A.endLoc=o(),A.currentType=T;const se={type:T};return n&&(se.loc=Qg(A.startLoc,A.endLoc)),G!=null&&(se.value=G),se}const E=A=>v(A,14);function S(A,T){return A.currentChar()===T?(A.next(),T):(g(gt.EXPECTED_TOKEN,o(),0,T),"")}function I(A){let T="";for(;A.currentPeek()===Ni||A.currentPeek()===Mr;)T+=A.currentPeek(),A.peek();return T}function L(A){const T=I(A);return A.skipToPeek(),T}function C(A){if(A===ha)return!1;const T=A.charCodeAt(0);return T>=97&&T<=122||T>=65&&T<=90||T===95}function D(A){if(A===ha)return!1;const T=A.charCodeAt(0);return T>=48&&T<=57}function R(A,T){const{currentType:G}=T;if(G!==2)return!1;I(A);const se=C(A.currentPeek());return A.resetPeek(),se}function N(A,T){const{currentType:G}=T;if(G!==2)return!1;I(A);const se=A.currentPeek()==="-"?A.peek():A.currentPeek(),ee=D(se);return A.resetPeek(),ee}function U(A,T){const{currentType:G}=T;if(G!==2)return!1;I(A);const se=A.currentPeek()===J_;return A.resetPeek(),se}function j(A,T){const{currentType:G}=T;if(G!==8)return!1;I(A);const se=A.currentPeek()===".";return A.resetPeek(),se}function m(A,T){const{currentType:G}=T;if(G!==9)return!1;I(A);const se=C(A.currentPeek());return A.resetPeek(),se}function q(A,T){const{currentType:G}=T;if(!(G===8||G===12))return!1;I(A);const se=A.currentPeek()===":";return A.resetPeek(),se}function $(A,T){const{currentType:G}=T;if(G!==10)return!1;const se=()=>{const be=A.currentPeek();return be==="{"?C(A.peek()):be==="@"||be==="%"||be==="|"||be===":"||be==="."||be===Ni||!be?!1:be===Mr?(A.peek(),se()):C(be)},ee=se();return A.resetPeek(),ee}function V(A){I(A);const T=A.currentPeek()==="|";return A.resetPeek(),T}function re(A){const T=I(A),G=A.currentPeek()==="%"&&A.peek()==="{";return A.resetPeek(),{isModulo:G,hasSpace:T.length>0}}function ce(A,T=!0){const G=(ee=!1,be="",Fe=!1)=>{const ke=A.currentPeek();return ke==="{"?be==="%"?!1:ee:ke==="@"||!ke?be==="%"?!0:ee:ke==="%"?(A.peek(),G(ee,"%",!0)):ke==="|"?be==="%"||Fe?!0:!(be===Ni||be===Mr):ke===Ni?(A.peek(),G(!0,Ni,Fe)):ke===Mr?(A.peek(),G(!0,Mr,Fe)):!0},se=G();return T&&A.resetPeek(),se}function X(A,T){const G=A.currentChar();return G===ha?ha:T(G)?(A.next(),G):null}function me(A){return X(A,G=>{const se=G.charCodeAt(0);return se>=97&&se<=122||se>=65&&se<=90||se>=48&&se<=57||se===95||se===36})}function $e(A){return X(A,G=>{const se=G.charCodeAt(0);return se>=48&&se<=57})}function fe(A){return X(A,G=>{const se=G.charCodeAt(0);return se>=48&&se<=57||se>=65&&se<=70||se>=97&&se<=102})}function we(A){let T="",G="";for(;T=$e(A);)G+=T;return G}function Te(A){L(A);const T=A.currentChar();return T!=="%"&&g(gt.EXPECTED_TOKEN,o(),0,T),A.next(),"%"}function Qe(A){let T="";for(;;){const G=A.currentChar();if(G==="{"||G==="}"||G==="@"||G==="|"||!G)break;if(G==="%")if(ce(A))T+=G,A.next();else break;else if(G===Ni||G===Mr)if(ce(A))T+=G,A.next();else{if(V(A))break;T+=G,A.next()}else T+=G,A.next()}return T}function wt(A){L(A);let T="",G="";for(;T=me(A);)G+=T;return A.currentChar()===ha&&g(gt.UNTERMINATED_CLOSING_BRACE,o(),0),G}function nt(A){L(A);let T="";return A.currentChar()==="-"?(A.next(),T+=`-${we(A)}`):T+=we(A),A.currentChar()===ha&&g(gt.UNTERMINATED_CLOSING_BRACE,o(),0),T}function bt(A){L(A),S(A,"'");let T="",G="";const se=be=>be!==J_&&be!==Mr;for(;T=X(A,se);)T==="\\"?G+=Yt(A):G+=T;const ee=A.currentChar();return ee===Mr||ee===ha?(g(gt.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER,o(),0),ee===Mr&&(A.next(),S(A,"'")),G):(S(A,"'"),G)}function Yt(A){const T=A.currentChar();switch(T){case"\\":case"'":return A.next(),`\\${T}`;case"u":return tn(A,T,4);case"U":return tn(A,T,6);default:return g(gt.UNKNOWN_ESCAPE_SEQUENCE,o(),0,T),""}}function tn(A,T,G){S(A,T);let se="";for(let ee=0;eeee!=="{"&&ee!=="}"&&ee!==Ni&&ee!==Mr;for(;T=X(A,se);)G+=T;return G}function ht(A){let T="",G="";for(;T=me(A);)G+=T;return G}function Ft(A){const T=(G=!1,se)=>{const ee=A.currentChar();return ee==="{"||ee==="%"||ee==="@"||ee==="|"||ee==="("||ee===")"||!ee||ee===Ni?se:ee===Mr||ee===fD?(se+=ee,A.next(),T(G,se)):(se+=ee,A.next(),T(!0,se))};return T(!1,"")}function Qt(A){L(A);const T=S(A,"|");return L(A),T}function Kt(A,T){let G=null;switch(A.currentChar()){case"{":return T.braceNest>=1&&g(gt.NOT_ALLOW_NEST_PLACEHOLDER,o(),0),A.next(),G=v(T,2,"{"),L(A),T.braceNest++,G;case"}":return T.braceNest>0&&T.currentType===2&&g(gt.EMPTY_PLACEHOLDER,o(),0),A.next(),G=v(T,3,"}"),T.braceNest--,T.braceNest>0&&L(A),T.inLinked&&T.braceNest===0&&(T.inLinked=!1),G;case"@":return T.braceNest>0&&g(gt.UNTERMINATED_CLOSING_BRACE,o(),0),G=Rt(A,T)||E(T),T.braceNest=0,G;default:{let ee=!0,be=!0,Fe=!0;if(V(A))return T.braceNest>0&&g(gt.UNTERMINATED_CLOSING_BRACE,o(),0),G=v(T,1,Qt(A)),T.braceNest=0,T.inLinked=!1,G;if(T.braceNest>0&&(T.currentType===5||T.currentType===6||T.currentType===7))return g(gt.UNTERMINATED_CLOSING_BRACE,o(),0),T.braceNest=0,yn(A,T);if(ee=R(A,T))return G=v(T,5,wt(A)),L(A),G;if(be=N(A,T))return G=v(T,6,nt(A)),L(A),G;if(Fe=U(A,T))return G=v(T,7,bt(A)),L(A),G;if(!ee&&!be&&!Fe)return G=v(T,13,$t(A)),g(gt.INVALID_TOKEN_IN_PLACEHOLDER,o(),0,G.value),L(A),G;break}}return G}function Rt(A,T){const{currentType:G}=T;let se=null;const ee=A.currentChar();switch((G===8||G===9||G===12||G===10)&&(ee===Mr||ee===Ni)&&g(gt.INVALID_LINKED_FORMAT,o(),0),ee){case"@":return A.next(),se=v(T,8,"@"),T.inLinked=!0,se;case".":return L(A),A.next(),v(T,9,".");case":":return L(A),A.next(),v(T,10,":");default:return V(A)?(se=v(T,1,Qt(A)),T.braceNest=0,T.inLinked=!1,se):j(A,T)||q(A,T)?(L(A),Rt(A,T)):m(A,T)?(L(A),v(T,12,ht(A))):$(A,T)?(L(A),ee==="{"?Kt(A,T)||se:v(T,11,Ft(A))):(G===8&&g(gt.INVALID_LINKED_FORMAT,o(),0),T.braceNest=0,T.inLinked=!1,yn(A,T))}}function yn(A,T){let G={type:14};if(T.braceNest>0)return Kt(A,T)||E(T);if(T.inLinked)return Rt(A,T)||E(T);switch(A.currentChar()){case"{":return Kt(A,T)||E(T);case"}":return g(gt.UNBALANCED_CLOSING_BRACE,o(),0),A.next(),v(T,3,"}");case"@":return Rt(A,T)||E(T);default:{if(V(A))return G=v(T,1,Qt(A)),T.braceNest=0,T.inLinked=!1,G;const{isModulo:ee,hasSpace:be}=re(A);if(ee)return be?v(T,0,Qe(A)):v(T,4,Te(A));if(ce(A))return v(T,0,Qe(A));break}}return G}function on(){const{currentType:A,offset:T,startLoc:G,endLoc:se}=d;return d.lastType=A,d.lastOffset=T,d.lastStartLoc=G,d.lastEndLoc=se,d.offset=a(),d.startLoc=o(),r.currentChar()===ha?v(d,14):yn(r,d)}return{nextToken:on,currentOffset:a,currentPosition:o,context:h}}const gD="parser",mD=/(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;function yD(e,t,n){switch(e){case"\\\\":return"\\";case"\\'":return"'";default:{const r=parseInt(t||n,16);return r<=55295||r>=57344?String.fromCodePoint(r):"�"}}}function bD(e={}){const t=e.location!==!1,{onError:n}=e;function r(C,D,R,N,...U){const j=C.currentPosition();if(j.offset+=N,j.column+=N,n){const m=t?Qg(R,j):null,q=Il(D,m,{domain:gD,args:U});n(q)}}function a(C,D,R){const N={type:C};return t&&(N.start=D,N.end=D,N.loc={start:R,end:R}),N}function o(C,D,R,N){N&&(C.type=N),t&&(C.end=D,C.loc&&(C.loc.end=R))}function i(C,D){const R=C.context(),N=a(3,R.offset,R.startLoc);return N.value=D,o(N,C.currentOffset(),C.currentPosition()),N}function c(C,D){const R=C.context(),{lastOffset:N,lastStartLoc:U}=R,j=a(5,N,U);return j.index=parseInt(D,10),C.nextToken(),o(j,C.currentOffset(),C.currentPosition()),j}function d(C,D){const R=C.context(),{lastOffset:N,lastStartLoc:U}=R,j=a(4,N,U);return j.key=D,C.nextToken(),o(j,C.currentOffset(),C.currentPosition()),j}function h(C,D){const R=C.context(),{lastOffset:N,lastStartLoc:U}=R,j=a(9,N,U);return j.value=D.replace(mD,yD),C.nextToken(),o(j,C.currentOffset(),C.currentPosition()),j}function y(C){const D=C.nextToken(),R=C.context(),{lastOffset:N,lastStartLoc:U}=R,j=a(8,N,U);return D.type!==12?(r(C,gt.UNEXPECTED_EMPTY_LINKED_MODIFIER,R.lastStartLoc,0),j.value="",o(j,N,U),{nextConsumeToken:D,node:j}):(D.value==null&&r(C,gt.UNEXPECTED_LEXICAL_ANALYSIS,R.lastStartLoc,0,ci(D)),j.value=D.value||"",o(j,C.currentOffset(),C.currentPosition()),{node:j})}function g(C,D){const R=C.context(),N=a(7,R.offset,R.startLoc);return N.value=D,o(N,C.currentOffset(),C.currentPosition()),N}function v(C){const D=C.context(),R=a(6,D.offset,D.startLoc);let N=C.nextToken();if(N.type===9){const U=y(C);R.modifier=U.node,N=U.nextConsumeToken||C.nextToken()}switch(N.type!==10&&r(C,gt.UNEXPECTED_LEXICAL_ANALYSIS,D.lastStartLoc,0,ci(N)),N=C.nextToken(),N.type===2&&(N=C.nextToken()),N.type){case 11:N.value==null&&r(C,gt.UNEXPECTED_LEXICAL_ANALYSIS,D.lastStartLoc,0,ci(N)),R.key=g(C,N.value||"");break;case 5:N.value==null&&r(C,gt.UNEXPECTED_LEXICAL_ANALYSIS,D.lastStartLoc,0,ci(N)),R.key=d(C,N.value||"");break;case 6:N.value==null&&r(C,gt.UNEXPECTED_LEXICAL_ANALYSIS,D.lastStartLoc,0,ci(N)),R.key=c(C,N.value||"");break;case 7:N.value==null&&r(C,gt.UNEXPECTED_LEXICAL_ANALYSIS,D.lastStartLoc,0,ci(N)),R.key=h(C,N.value||"");break;default:{r(C,gt.UNEXPECTED_EMPTY_LINKED_KEY,D.lastStartLoc,0);const U=C.context(),j=a(7,U.offset,U.startLoc);return j.value="",o(j,U.offset,U.startLoc),R.key=j,o(R,U.offset,U.startLoc),{nextConsumeToken:N,node:R}}}return o(R,C.currentOffset(),C.currentPosition()),{node:R}}function E(C){const D=C.context(),R=D.currentType===1?C.currentOffset():D.offset,N=D.currentType===1?D.endLoc:D.startLoc,U=a(2,R,N);U.items=[];let j=null;do{const $=j||C.nextToken();switch(j=null,$.type){case 0:$.value==null&&r(C,gt.UNEXPECTED_LEXICAL_ANALYSIS,D.lastStartLoc,0,ci($)),U.items.push(i(C,$.value||""));break;case 6:$.value==null&&r(C,gt.UNEXPECTED_LEXICAL_ANALYSIS,D.lastStartLoc,0,ci($)),U.items.push(c(C,$.value||""));break;case 5:$.value==null&&r(C,gt.UNEXPECTED_LEXICAL_ANALYSIS,D.lastStartLoc,0,ci($)),U.items.push(d(C,$.value||""));break;case 7:$.value==null&&r(C,gt.UNEXPECTED_LEXICAL_ANALYSIS,D.lastStartLoc,0,ci($)),U.items.push(h(C,$.value||""));break;case 8:{const V=v(C);U.items.push(V.node),j=V.nextConsumeToken||null;break}}}while(D.currentType!==14&&D.currentType!==1);const m=D.currentType===1?D.lastOffset:C.currentOffset(),q=D.currentType===1?D.lastEndLoc:C.currentPosition();return o(U,m,q),U}function S(C,D,R,N){const U=C.context();let j=N.items.length===0;const m=a(1,D,R);m.cases=[],m.cases.push(N);do{const q=E(C);j||(j=q.items.length===0),m.cases.push(q)}while(U.currentType!==14);return j&&r(C,gt.MUST_HAVE_MESSAGES_IN_PLURAL,R,0),o(m,C.currentOffset(),C.currentPosition()),m}function I(C){const D=C.context(),{offset:R,startLoc:N}=D,U=E(C);return D.currentType===14?U:S(C,R,N,U)}function L(C){const D=pD(C,wE({},e)),R=D.context(),N=a(0,R.offset,R.startLoc);return t&&N.loc&&(N.loc.source=C),N.body=I(D),e.onCacheKey&&(N.cacheKey=e.onCacheKey(C)),R.currentType!==14&&r(D,gt.UNEXPECTED_LEXICAL_ANALYSIS,R.lastStartLoc,0,C[R.offset]||""),o(N,D.currentOffset(),D.currentPosition()),N}return{parse:L}}function ci(e){if(e.type===14)return"EOF";const t=(e.value||"").replace(/\r?\n/gu,"\\n");return t.length>10?t.slice(0,9)+"…":t}function vD(e,t={}){const n={ast:e,helpers:new Set};return{context:()=>n,helper:o=>(n.helpers.add(o),o)}}function Z_(e,t){for(let n=0;nQ_(n)),e}function Q_(e){if(e.items.length===1){const t=e.items[0];(t.type===3||t.type===9)&&(e.static=t.value,delete t.value)}else{const t=[];for(let n=0;nc;function h(L,C){c.code+=L}function y(L,C=!0){const D=C?a:"";h(o?D+" ".repeat(L):D)}function g(L=!0){const C=++c.indentLevel;L&&y(C)}function v(L=!0){const C=--c.indentLevel;L&&y(C)}function E(){y(c.indentLevel)}return{context:d,push:h,indent:g,deindent:v,newline:E,helper:L=>`_${L}`,needIndent:()=>c.needIndent}}function TD(e,t){const{helper:n}=e;e.push(`${n("linked")}(`),vl(e,t.key),t.modifier?(e.push(", "),vl(e,t.modifier),e.push(", _type")):e.push(", undefined, _type"),e.push(")")}function CD(e,t){const{helper:n,needIndent:r}=e;e.push(`${n("normalize")}([`),e.indent(r());const a=t.items.length;for(let o=0;o1){e.push(`${n("plural")}([`),e.indent(r());const a=t.cases.length;for(let o=0;o{const n=X_(t.mode)?t.mode:"normal",r=X_(t.filename)?t.filename:"message.intl",a=!!t.sourceMap,o=t.breakLineCode!=null?t.breakLineCode:n==="arrow"?";":` +`,i=t.needIndent?t.needIndent:n!=="arrow",c=e.helpers||[],d=wD(e,{mode:n,filename:r,sourceMap:a,breakLineCode:o,needIndent:i});d.push(n==="normal"?"function __msg__ (ctx) {":"(ctx) => {"),d.indent(i),c.length>0&&(d.push(`const { ${TE(c.map(g=>`${g}: _${g}`),", ")} } = ctx`),d.newline()),d.push("return "),vl(d,e),d.deindent(i),d.push("}"),delete e.helpers;const{code:h,map:y}=d.context();return{ast:e,code:h,map:y?y.toJSON():void 0}};function OD(e,t={}){const n=wE({},t),r=!!n.jit,a=!!n.minify,o=n.optimize==null?!0:n.optimize,c=bD(n).parse(e);return r?(o&&xD(c),a&&el(c),{ast:c,code:""}):(_D(c,n),AD(c,n))}/*! + * core-base v9.10.2 * (c) 2024 kazuya kawaguchi * Released under the MIT License. - */function OD(){typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(Mi().__INTLIFY_PROD_DEVTOOLS__=!1),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(Mi().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(Mi().__INTLIFY_DROP_MESSAGE_COMPILER__=!1)}const Ma=[];Ma[0]={w:[0],i:[3,0],"[":[4],o:[7]};Ma[1]={w:[1],".":[2],"[":[4],o:[7]};Ma[2]={w:[2],i:[3,0],0:[3,0]};Ma[3]={i:[3,0],0:[3,0],w:[1,1],".":[2,1],"[":[4,1],o:[7,1]};Ma[4]={"'":[5,0],'"':[6,0],"[":[4,2],"]":[1,3],o:8,l:[4,0]};Ma[5]={"'":[4,0],o:8,l:[5,0]};Ma[6]={'"':[4,0],o:8,l:[6,0]};const PD=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function ND(e){return PD.test(e)}function LD(e){const t=e.charCodeAt(0),n=e.charCodeAt(e.length-1);return t===n&&(t===34||t===39)?e.slice(1,-1):e}function RD(e){if(e==null)return"o";switch(e.charCodeAt(0)){case 91:case 93:case 46:case 34:case 39:return e;case 95:case 36:case 45:return"i";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"w"}return"i"}function DD(e){const t=e.trim();return e.charAt(0)==="0"&&isNaN(parseInt(e))?!1:ND(t)?LD(t):"*"+t}function MD(e){const t=[];let n=-1,r=0,a=0,o,i,c,d,f,y,g;const v=[];v[0]=()=>{i===void 0?i=c:i+=c},v[1]=()=>{i!==void 0&&(t.push(i),i=void 0)},v[2]=()=>{v[0](),a++},v[3]=()=>{if(a>0)a--,r=4,v[0]();else{if(a=0,i===void 0||(i=DD(i),i===!1))return!1;v[1]()}};function w(){const S=e[n+1];if(r===5&&S==="'"||r===6&&S==='"')return n++,c="\\"+S,v[0](),!0}for(;r!==null;)if(n++,o=e[n],!(o==="\\"&&w())){if(d=RD(o),g=Ma[r],f=g[d]||g.l||8,f===8||(r=f[0],f[1]!==void 0&&(y=v[f[1]],y&&(c=o,y()===!1))))return;if(r===7)return t}}const t0=new Map;function $D(e,t){return pn(e)?e[t]:null}function FD(e,t){if(!pn(e))return null;let n=t0.get(t);if(n||(n=MD(t),n&&t0.set(t,n)),!n)return null;const r=n.length;let a=e,o=0;for(;oe,UD=e=>"",jD="text",HD=e=>e.length===0?"":QR(e),VD=ZR;function n0(e,t){return e=Math.abs(e),t===2?e?e>1?1:0:1:e?Math.min(e,2):0}function WD(e){const t=rr(e.pluralIndex)?e.pluralIndex:-1;return e.named&&(rr(e.named.count)||rr(e.named.n))?rr(e.named.count)?e.named.count:rr(e.named.n)?e.named.n:t:t}function GD(e,t){t.count||(t.count=e),t.n||(t.n=e)}function KD(e={}){const t=e.locale,n=WD(e),r=pn(e.pluralRules)&&Ge(t)&&En(e.pluralRules[t])?e.pluralRules[t]:n0,a=pn(e.pluralRules)&&Ge(t)&&En(e.pluralRules[t])?n0:void 0,o=I=>I[r(n,I.length,a)],i=e.list||[],c=I=>i[I],d=e.named||{};rr(e.pluralIndex)&&GD(n,d);const f=I=>d[I];function y(I){const D=En(e.messages)?e.messages(I):pn(e.messages)?e.messages[I]:!1;return D||(e.parent?e.parent.message(I):UD)}const g=I=>e.modifiers?e.modifiers[I]:BD,v=St(e.processor)&&En(e.processor.normalize)?e.processor.normalize:HD,w=St(e.processor)&&En(e.processor.interpolate)?e.processor.interpolate:VD,S=St(e.processor)&&Ge(e.processor.type)?e.processor.type:jD,N={list:c,named:f,plural:o,linked:(I,...D)=>{const[L,R]=D;let U="text",j="";D.length===1?pn(L)?(j=L.modifier||j,U=L.type||U):Ge(L)&&(j=L||j):D.length===2&&(Ge(L)&&(j=L||j),Ge(R)&&(U=R||U));const m=y(I)(N),K=U==="vnode"&&Tn(m)&&j?m[0]:m;return j?g(j)(K,U):K},message:y,type:S,interpolate:w,normalize:v,values:mr({},i,d)};return N}let Jc=null;function zD(e){Jc=e}function qD(e,t,n){Jc&&Jc.emit("i18n:init",{timestamp:Date.now(),i18n:e,version:t,meta:n})}const YD=XD("function:translate");function XD(e){return t=>Jc&&Jc.emit(e,t)}const JD={NOT_FOUND_KEY:1,FALLBACK_TO_TRANSLATE:2,CANNOT_FORMAT_NUMBER:3,FALLBACK_TO_NUMBER_FORMAT:4,CANNOT_FORMAT_DATE:5,FALLBACK_TO_DATE_FORMAT:6,EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER:7,__EXTEND_POINT__:8},Iw=gt.__EXTEND_POINT__,eo=Ay(Iw),zs={INVALID_ARGUMENT:Iw,INVALID_DATE_ARGUMENT:eo(),INVALID_ISO_DATE_ARGUMENT:eo(),NOT_SUPPORT_NON_STRING_MESSAGE:eo(),NOT_SUPPORT_LOCALE_PROMISE_VALUE:eo(),NOT_SUPPORT_LOCALE_ASYNC_FUNCTION:eo(),NOT_SUPPORT_LOCALE_TYPE:eo(),__EXTEND_POINT__:eo()};function hi(e){return Cl(e,null,void 0)}function Py(e,t){return t.locale!=null?r0(t.locale):r0(e.locale)}let ig;function r0(e){if(Ge(e))return e;if(En(e)){if(e.resolvedOnce&&ig!=null)return ig;if(e.constructor.name==="Function"){const t=e();if(JR(t))throw hi(zs.NOT_SUPPORT_LOCALE_PROMISE_VALUE);return ig=t}else throw hi(zs.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION)}else throw hi(zs.NOT_SUPPORT_LOCALE_TYPE)}function ZD(e,t,n){return[...new Set([n,...Tn(t)?t:pn(t)?Object.keys(t):Ge(t)?[t]:[n]])]}function kw(e,t,n){const r=Ge(n)?n:vl,a=e;a.__localeChainCache||(a.__localeChainCache=new Map);let o=a.__localeChainCache.get(r);if(!o){o=[];let i=[n];for(;Tn(i);)i=s0(o,i,t);const c=Tn(t)||!St(t)?t:t.default?t.default:null;i=Ge(c)?[c]:c,Tn(i)&&s0(o,i,!1),a.__localeChainCache.set(r,o)}return o}function s0(e,t,n){let r=!0;for(let a=0;a`${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;function nM(){return{upper:(e,t)=>t==="text"&&Ge(e)?e.toUpperCase():t==="vnode"&&pn(e)&&"__v_isVNode"in e?e.children.toUpperCase():e,lower:(e,t)=>t==="text"&&Ge(e)?e.toLowerCase():t==="vnode"&&pn(e)&&"__v_isVNode"in e?e.children.toLowerCase():e,capitalize:(e,t)=>t==="text"&&Ge(e)?a0(e):t==="vnode"&&pn(e)&&"__v_isVNode"in e?a0(e.children):e}}let Aw;function o0(e){Aw=e}let Ow;function rM(e){Ow=e}let Pw;function sM(e){Pw=e}let Nw=null;const iM=e=>{Nw=e},aM=()=>Nw;let Lw=null;const l0=e=>{Lw=e},oM=()=>Lw;let c0=0;function lM(e={}){const t=En(e.onWarn)?e.onWarn:eD,n=Ge(e.version)?e.version:tM,r=Ge(e.locale)||En(e.locale)?e.locale:vl,a=En(r)?vl:r,o=Tn(e.fallbackLocale)||St(e.fallbackLocale)||Ge(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:a,i=St(e.messages)?e.messages:{[a]:{}},c=St(e.datetimeFormats)?e.datetimeFormats:{[a]:{}},d=St(e.numberFormats)?e.numberFormats:{[a]:{}},f=mr({},e.modifiers||{},nM()),y=e.pluralRules||{},g=En(e.missing)?e.missing:null,v=Gt(e.missingWarn)||Pa(e.missingWarn)?e.missingWarn:!0,w=Gt(e.fallbackWarn)||Pa(e.fallbackWarn)?e.fallbackWarn:!0,S=!!e.fallbackFormat,T=!!e.unresolving,N=En(e.postTranslation)?e.postTranslation:null,I=St(e.processor)?e.processor:null,D=Gt(e.warnHtmlMessage)?e.warnHtmlMessage:!0,L=!!e.escapeParameter,R=En(e.messageCompiler)?e.messageCompiler:Aw,U=En(e.messageResolver)?e.messageResolver:Ow||$D,j=En(e.localeFallbacker)?e.localeFallbacker:Pw||ZD,m=pn(e.fallbackContext)?e.fallbackContext:void 0,K=e,F=pn(K.__datetimeFormatters)?K.__datetimeFormatters:new Map,V=pn(K.__numberFormatters)?K.__numberFormatters:new Map,re=pn(K.__meta)?K.__meta:{};c0++;const ce={version:n,cid:c0,locale:r,fallbackLocale:o,messages:i,modifiers:f,pluralRules:y,missing:g,missingWarn:v,fallbackWarn:w,fallbackFormat:S,unresolving:T,postTranslation:N,processor:I,warnHtmlMessage:D,escapeParameter:L,messageCompiler:R,messageResolver:U,localeFallbacker:j,fallbackContext:m,onWarn:t,__meta:re};return ce.datetimeFormats=c,ce.numberFormats=d,ce.__datetimeFormatters=F,ce.__numberFormatters=V,__INTLIFY_PROD_DEVTOOLS__&&qD(ce,n,re),ce}function Ny(e,t,n,r,a){const{missing:o,onWarn:i}=e;if(o!==null){const c=o(e,n,t,a);return Ge(c)?c:t}else return t}function fc(e,t,n){const r=e;r.__localeChainCache=new Map,e.localeFallbacker(e,n,t)}function ag(e){return n=>cM(n,e)}function cM(e,t){const n=t.b||t.body;if((n.t||n.type)===1){const r=n,a=r.c||r.cases;return e.plural(a.reduce((o,i)=>[...o,u0(e,i)],[]))}else return u0(e,n)}function u0(e,t){const n=t.s||t.static;if(n)return e.type==="text"?n:e.normalize([n]);{const r=(t.i||t.items).reduce((a,o)=>[...a,Qg(e,o)],[]);return e.normalize(r)}}function Qg(e,t){const n=t.t||t.type;switch(n){case 3:const r=t;return r.v||r.value;case 9:const a=t;return a.v||a.value;case 4:const o=t;return e.interpolate(e.named(o.k||o.key));case 5:const i=t;return e.interpolate(e.list(i.i!=null?i.i:i.index));case 6:const c=t,d=c.m||c.modifier;return e.linked(Qg(e,c.k||c.key),d?Qg(e,d):void 0,e.type);case 7:const f=t;return f.v||f.value;case 8:const y=t;return y.v||y.value;default:throw new Error(`unhandled node type on format message part: ${n}`)}}const Rw=e=>e;let nl=Object.create(null);const _l=e=>pn(e)&&(e.t===0||e.type===0)&&("b"in e||"body"in e);function Dw(e,t={}){let n=!1;const r=t.onError||aD;return t.onError=a=>{n=!0,r(a)},{...AD(e,t),detectError:n}}const uM=(e,t)=>{if(!Ge(e))throw hi(zs.NOT_SUPPORT_NON_STRING_MESSAGE);{Gt(t.warnHtmlMessage)&&t.warnHtmlMessage;const r=(t.onCacheKey||Rw)(e),a=nl[r];if(a)return a;const{code:o,detectError:i}=Dw(e,t),c=new Function(`return ${o}`)();return i?c:nl[r]=c}};function dM(e,t){if(__INTLIFY_JIT_COMPILATION__&&!__INTLIFY_DROP_MESSAGE_COMPILER__&&Ge(e)){Gt(t.warnHtmlMessage)&&t.warnHtmlMessage;const r=(t.onCacheKey||Rw)(e),a=nl[r];if(a)return a;const{ast:o,detectError:i}=Dw(e,{...t,location:!1,jit:!0}),c=ag(o);return i?c:nl[r]=c}else{const n=e.cacheKey;if(n){const r=nl[n];return r||(nl[n]=ag(e))}else return ag(e)}}const d0=()=>"",ks=e=>En(e);function f0(e,...t){const{fallbackFormat:n,postTranslation:r,unresolving:a,messageCompiler:o,fallbackLocale:i,messages:c}=e,[d,f]=em(...t),y=Gt(f.missingWarn)?f.missingWarn:e.missingWarn,g=Gt(f.fallbackWarn)?f.fallbackWarn:e.fallbackWarn,v=Gt(f.escapeParameter)?f.escapeParameter:e.escapeParameter,w=!!f.resolvedMessage,S=Ge(f.default)||Gt(f.default)?Gt(f.default)?o?d:()=>d:f.default:n?o?d:()=>d:"",T=n||S!=="",N=Py(e,f);v&&fM(f);let[I,D,L]=w?[d,N,c[N]||{}]:Mw(e,d,N,i,g,y),R=I,U=d;if(!w&&!(Ge(R)||_l(R)||ks(R))&&T&&(R=S,U=R),!w&&(!(Ge(R)||_l(R)||ks(R))||!Ge(D)))return a?Eh:d;let j=!1;const m=()=>{j=!0},K=ks(R)?R:$w(e,d,D,R,U,m);if(j)return R;const F=gM(e,D,L,f),V=KD(F),re=hM(e,K,V),ce=r?r(re,d):re;if(__INTLIFY_PROD_DEVTOOLS__){const J={timestamp:Date.now(),key:Ge(d)?d:ks(R)?R.key:"",locale:D||(ks(R)?R.locale:""),format:Ge(R)?R:ks(R)?R.source:"",message:ce};J.meta=mr({},e.__meta,aM()||{}),YD(J)}return ce}function fM(e){Tn(e.list)?e.list=e.list.map(t=>Ge(t)?X_(t):t):pn(e.named)&&Object.keys(e.named).forEach(t=>{Ge(e.named[t])&&(e.named[t]=X_(e.named[t]))})}function Mw(e,t,n,r,a,o){const{messages:i,onWarn:c,messageResolver:d,localeFallbacker:f}=e,y=f(e,r,n);let g={},v,w=null;const S="translate";for(let T=0;Tr;return f.locale=n,f.key=t,f}const d=i(r,pM(e,n,a,r,c,o));return d.locale=n,d.key=t,d.source=r,d}function hM(e,t,n){return t(n)}function em(...e){const[t,n,r]=e,a={};if(!Ge(t)&&!rr(t)&&!ks(t)&&!_l(t))throw hi(zs.INVALID_ARGUMENT);const o=rr(t)?String(t):(ks(t),t);return rr(n)?a.plural=n:Ge(n)?a.default=n:St(n)&&!wh(n)?a.named=n:Tn(n)&&(a.list=n),rr(r)?a.plural=r:Ge(r)?a.default=r:St(r)&&mr(a,r),[o,a]}function pM(e,t,n,r,a,o){return{locale:t,key:n,warnHtmlMessage:a,onError:i=>{throw o&&o(i),i},onCacheKey:i=>zR(t,n,i)}}function gM(e,t,n,r){const{modifiers:a,pluralRules:o,messageResolver:i,fallbackLocale:c,fallbackWarn:d,missingWarn:f,fallbackContext:y}=e,v={locale:t,modifiers:a,pluralRules:o,messages:w=>{let S=i(n,w);if(S==null&&y){const[,,T]=Mw(y,w,t,c,d,f);S=i(T,w)}if(Ge(S)||_l(S)){let T=!1;const I=$w(e,w,t,S,w,()=>{T=!0});return T?d0:I}else return ks(S)?S:d0}};return e.processor&&(v.processor=e.processor),r.list&&(v.list=r.list),r.named&&(v.named=r.named),rr(r.plural)&&(v.pluralIndex=r.plural),v}function h0(e,...t){const{datetimeFormats:n,unresolving:r,fallbackLocale:a,onWarn:o,localeFallbacker:i}=e,{__datetimeFormatters:c}=e,[d,f,y,g]=tm(...t),v=Gt(y.missingWarn)?y.missingWarn:e.missingWarn;Gt(y.fallbackWarn)?y.fallbackWarn:e.fallbackWarn;const w=!!y.part,S=Py(e,y),T=i(e,a,S);if(!Ge(d)||d==="")return new Intl.DateTimeFormat(S,g).format(f);let N={},I,D=null;const L="datetime format";for(let j=0;j{Fw.includes(d)?i[d]=n[d]:o[d]=n[d]}),Ge(r)?o.locale=r:St(r)&&(i=r),St(a)&&(i=a),[o.key||"",c,o,i]}function p0(e,t,n){const r=e;for(const a in n){const o=`${t}__${a}`;r.__datetimeFormatters.has(o)&&r.__datetimeFormatters.delete(o)}}function g0(e,...t){const{numberFormats:n,unresolving:r,fallbackLocale:a,onWarn:o,localeFallbacker:i}=e,{__numberFormatters:c}=e,[d,f,y,g]=nm(...t),v=Gt(y.missingWarn)?y.missingWarn:e.missingWarn;Gt(y.fallbackWarn)?y.fallbackWarn:e.fallbackWarn;const w=!!y.part,S=Py(e,y),T=i(e,a,S);if(!Ge(d)||d==="")return new Intl.NumberFormat(S,g).format(f);let N={},I,D=null;const L="number format";for(let j=0;j{Bw.includes(d)?i[d]=n[d]:o[d]=n[d]}),Ge(r)?o.locale=r:St(r)&&(i=r),St(a)&&(i=a),[o.key||"",c,o,i]}function m0(e,t,n){const r=e;for(const a in n){const o=`${t}__${a}`;r.__numberFormatters.has(o)&&r.__numberFormatters.delete(o)}}OD();/*! - * vue-i18n v9.9.0 + */function PD(){typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&($i().__INTLIFY_PROD_DEVTOOLS__=!1),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&($i().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&($i().__INTLIFY_DROP_MESSAGE_COMPILER__=!1)}const $a=[];$a[0]={w:[0],i:[3,0],"[":[4],o:[7]};$a[1]={w:[1],".":[2],"[":[4],o:[7]};$a[2]={w:[2],i:[3,0],0:[3,0]};$a[3]={i:[3,0],0:[3,0],w:[1,1],".":[2,1],"[":[4,1],o:[7,1]};$a[4]={"'":[5,0],'"':[6,0],"[":[4,2],"]":[1,3],o:8,l:[4,0]};$a[5]={"'":[4,0],o:8,l:[5,0]};$a[6]={'"':[4,0],o:8,l:[6,0]};const ND=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function LD(e){return ND.test(e)}function RD(e){const t=e.charCodeAt(0),n=e.charCodeAt(e.length-1);return t===n&&(t===34||t===39)?e.slice(1,-1):e}function DD(e){if(e==null)return"o";switch(e.charCodeAt(0)){case 91:case 93:case 46:case 34:case 39:return e;case 95:case 36:case 45:return"i";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"w"}return"i"}function MD(e){const t=e.trim();return e.charAt(0)==="0"&&isNaN(parseInt(e))?!1:LD(t)?RD(t):"*"+t}function $D(e){const t=[];let n=-1,r=0,a=0,o,i,c,d,h,y,g;const v=[];v[0]=()=>{i===void 0?i=c:i+=c},v[1]=()=>{i!==void 0&&(t.push(i),i=void 0)},v[2]=()=>{v[0](),a++},v[3]=()=>{if(a>0)a--,r=4,v[0]();else{if(a=0,i===void 0||(i=MD(i),i===!1))return!1;v[1]()}};function E(){const S=e[n+1];if(r===5&&S==="'"||r===6&&S==='"')return n++,c="\\"+S,v[0](),!0}for(;r!==null;)if(n++,o=e[n],!(o==="\\"&&E())){if(d=DD(o),g=$a[r],h=g[d]||g.l||8,h===8||(r=h[0],h[1]!==void 0&&(y=v[h[1]],y&&(c=o,y()===!1))))return;if(r===7)return t}}const e0=new Map;function FD(e,t){return pn(e)?e[t]:null}function BD(e,t){if(!pn(e))return null;let n=e0.get(t);if(n||(n=$D(t),n&&e0.set(t,n)),!n)return null;const r=n.length;let a=e,o=0;for(;oe,jD=e=>"",HD="text",VD=e=>e.length===0?"":eD(e),WD=QR;function t0(e,t){return e=Math.abs(e),t===2?e?e>1?1:0:1:e?Math.min(e,2):0}function GD(e){const t=rr(e.pluralIndex)?e.pluralIndex:-1;return e.named&&(rr(e.named.count)||rr(e.named.n))?rr(e.named.count)?e.named.count:rr(e.named.n)?e.named.n:t:t}function KD(e,t){t.count||(t.count=e),t.n||(t.n=e)}function zD(e={}){const t=e.locale,n=GD(e),r=pn(e.pluralRules)&&We(t)&&wn(e.pluralRules[t])?e.pluralRules[t]:t0,a=pn(e.pluralRules)&&We(t)&&wn(e.pluralRules[t])?t0:void 0,o=C=>C[r(n,C.length,a)],i=e.list||[],c=C=>i[C],d=e.named||{};rr(e.pluralIndex)&&KD(n,d);const h=C=>d[C];function y(C){const D=wn(e.messages)?e.messages(C):pn(e.messages)?e.messages[C]:!1;return D||(e.parent?e.parent.message(C):jD)}const g=C=>e.modifiers?e.modifiers[C]:UD,v=xt(e.processor)&&wn(e.processor.normalize)?e.processor.normalize:VD,E=xt(e.processor)&&wn(e.processor.interpolate)?e.processor.interpolate:WD,S=xt(e.processor)&&We(e.processor.type)?e.processor.type:HD,L={list:c,named:h,plural:o,linked:(C,...D)=>{const[R,N]=D;let U="text",j="";D.length===1?pn(R)?(j=R.modifier||j,U=R.type||U):We(R)&&(j=R||j):D.length===2&&(We(R)&&(j=R||j),We(N)&&(U=N||U));const m=y(C)(L),q=U==="vnode"&&Tn(m)&&j?m[0]:m;return j?g(j)(q,U):q},message:y,type:S,interpolate:E,normalize:v,values:mr({},i,d)};return L}let Jc=null;function qD(e){Jc=e}function YD(e,t,n){Jc&&Jc.emit("i18n:init",{timestamp:Date.now(),i18n:e,version:t,meta:n})}const XD=JD("function:translate");function JD(e){return t=>Jc&&Jc.emit(e,t)}const ZD={NOT_FOUND_KEY:1,FALLBACK_TO_TRANSLATE:2,CANNOT_FORMAT_NUMBER:3,FALLBACK_TO_NUMBER_FORMAT:4,CANNOT_FORMAT_DATE:5,FALLBACK_TO_DATE_FORMAT:6,EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER:7,__EXTEND_POINT__:8},CE=gt.__EXTEND_POINT__,to=Ay(CE),zs={INVALID_ARGUMENT:CE,INVALID_DATE_ARGUMENT:to(),INVALID_ISO_DATE_ARGUMENT:to(),NOT_SUPPORT_NON_STRING_MESSAGE:to(),NOT_SUPPORT_LOCALE_PROMISE_VALUE:to(),NOT_SUPPORT_LOCALE_ASYNC_FUNCTION:to(),NOT_SUPPORT_LOCALE_TYPE:to(),__EXTEND_POINT__:to()};function hi(e){return Il(e,null,void 0)}function Py(e,t){return t.locale!=null?n0(t.locale):n0(e.locale)}let og;function n0(e){if(We(e))return e;if(wn(e)){if(e.resolvedOnce&&og!=null)return og;if(e.constructor.name==="Function"){const t=e();if(ZR(t))throw hi(zs.NOT_SUPPORT_LOCALE_PROMISE_VALUE);return og=t}else throw hi(zs.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION)}else throw hi(zs.NOT_SUPPORT_LOCALE_TYPE)}function QD(e,t,n){return[...new Set([n,...Tn(t)?t:pn(t)?Object.keys(t):We(t)?[t]:[n]])]}function IE(e,t,n){const r=We(n)?n:_l,a=e;a.__localeChainCache||(a.__localeChainCache=new Map);let o=a.__localeChainCache.get(r);if(!o){o=[];let i=[n];for(;Tn(i);)i=r0(o,i,t);const c=Tn(t)||!xt(t)?t:t.default?t.default:null;i=We(c)?[c]:c,Tn(i)&&r0(o,i,!1),a.__localeChainCache.set(r,o)}return o}function r0(e,t,n){let r=!0;for(let a=0;a`${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;function rM(){return{upper:(e,t)=>t==="text"&&We(e)?e.toUpperCase():t==="vnode"&&pn(e)&&"__v_isVNode"in e?e.children.toUpperCase():e,lower:(e,t)=>t==="text"&&We(e)?e.toLowerCase():t==="vnode"&&pn(e)&&"__v_isVNode"in e?e.children.toLowerCase():e,capitalize:(e,t)=>t==="text"&&We(e)?i0(e):t==="vnode"&&pn(e)&&"__v_isVNode"in e?i0(e.children):e}}let kE;function a0(e){kE=e}let AE;function sM(e){AE=e}let OE;function iM(e){OE=e}let PE=null;const aM=e=>{PE=e},oM=()=>PE;let NE=null;const o0=e=>{NE=e},lM=()=>NE;let l0=0;function cM(e={}){const t=wn(e.onWarn)?e.onWarn:tD,n=We(e.version)?e.version:nM,r=We(e.locale)||wn(e.locale)?e.locale:_l,a=wn(r)?_l:r,o=Tn(e.fallbackLocale)||xt(e.fallbackLocale)||We(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:a,i=xt(e.messages)?e.messages:{[a]:{}},c=xt(e.datetimeFormats)?e.datetimeFormats:{[a]:{}},d=xt(e.numberFormats)?e.numberFormats:{[a]:{}},h=mr({},e.modifiers||{},rM()),y=e.pluralRules||{},g=wn(e.missing)?e.missing:null,v=Gt(e.missingWarn)||Na(e.missingWarn)?e.missingWarn:!0,E=Gt(e.fallbackWarn)||Na(e.fallbackWarn)?e.fallbackWarn:!0,S=!!e.fallbackFormat,I=!!e.unresolving,L=wn(e.postTranslation)?e.postTranslation:null,C=xt(e.processor)?e.processor:null,D=Gt(e.warnHtmlMessage)?e.warnHtmlMessage:!0,R=!!e.escapeParameter,N=wn(e.messageCompiler)?e.messageCompiler:kE,U=wn(e.messageResolver)?e.messageResolver:AE||FD,j=wn(e.localeFallbacker)?e.localeFallbacker:OE||QD,m=pn(e.fallbackContext)?e.fallbackContext:void 0,q=e,$=pn(q.__datetimeFormatters)?q.__datetimeFormatters:new Map,V=pn(q.__numberFormatters)?q.__numberFormatters:new Map,re=pn(q.__meta)?q.__meta:{};l0++;const ce={version:n,cid:l0,locale:r,fallbackLocale:o,messages:i,modifiers:h,pluralRules:y,missing:g,missingWarn:v,fallbackWarn:E,fallbackFormat:S,unresolving:I,postTranslation:L,processor:C,warnHtmlMessage:D,escapeParameter:R,messageCompiler:N,messageResolver:U,localeFallbacker:j,fallbackContext:m,onWarn:t,__meta:re};return ce.datetimeFormats=c,ce.numberFormats=d,ce.__datetimeFormatters=$,ce.__numberFormatters=V,__INTLIFY_PROD_DEVTOOLS__&&YD(ce,n,re),ce}function Ny(e,t,n,r,a){const{missing:o,onWarn:i}=e;if(o!==null){const c=o(e,n,t,a);return We(c)?c:t}else return t}function hc(e,t,n){const r=e;r.__localeChainCache=new Map,e.localeFallbacker(e,n,t)}function lg(e){return n=>uM(n,e)}function uM(e,t){const n=t.b||t.body;if((n.t||n.type)===1){const r=n,a=r.c||r.cases;return e.plural(a.reduce((o,i)=>[...o,c0(e,i)],[]))}else return c0(e,n)}function c0(e,t){const n=t.s||t.static;if(n)return e.type==="text"?n:e.normalize([n]);{const r=(t.i||t.items).reduce((a,o)=>[...a,em(e,o)],[]);return e.normalize(r)}}function em(e,t){const n=t.t||t.type;switch(n){case 3:{const r=t;return r.v||r.value}case 9:{const r=t;return r.v||r.value}case 4:{const r=t;return e.interpolate(e.named(r.k||r.key))}case 5:{const r=t;return e.interpolate(e.list(r.i!=null?r.i:r.index))}case 6:{const r=t,a=r.m||r.modifier;return e.linked(em(e,r.k||r.key),a?em(e,a):void 0,e.type)}case 7:{const r=t;return r.v||r.value}case 8:{const r=t;return r.v||r.value}default:throw new Error(`unhandled node type on format message part: ${n}`)}}const LE=e=>e;let nl=Object.create(null);const xl=e=>pn(e)&&(e.t===0||e.type===0)&&("b"in e||"body"in e);function RE(e,t={}){let n=!1;const r=t.onError||oD;return t.onError=a=>{n=!0,r(a)},{...OD(e,t),detectError:n}}const dM=(e,t)=>{if(!We(e))throw hi(zs.NOT_SUPPORT_NON_STRING_MESSAGE);{Gt(t.warnHtmlMessage)&&t.warnHtmlMessage;const r=(t.onCacheKey||LE)(e),a=nl[r];if(a)return a;const{code:o,detectError:i}=RE(e,t),c=new Function(`return ${o}`)();return i?c:nl[r]=c}};function fM(e,t){if(__INTLIFY_JIT_COMPILATION__&&!__INTLIFY_DROP_MESSAGE_COMPILER__&&We(e)){Gt(t.warnHtmlMessage)&&t.warnHtmlMessage;const r=(t.onCacheKey||LE)(e),a=nl[r];if(a)return a;const{ast:o,detectError:i}=RE(e,{...t,location:!1,jit:!0}),c=lg(o);return i?c:nl[r]=c}else{const n=e.cacheKey;if(n){const r=nl[n];return r||(nl[n]=lg(e))}else return lg(e)}}const u0=()=>"",ks=e=>wn(e);function d0(e,...t){const{fallbackFormat:n,postTranslation:r,unresolving:a,messageCompiler:o,fallbackLocale:i,messages:c}=e,[d,h]=tm(...t),y=Gt(h.missingWarn)?h.missingWarn:e.missingWarn,g=Gt(h.fallbackWarn)?h.fallbackWarn:e.fallbackWarn,v=Gt(h.escapeParameter)?h.escapeParameter:e.escapeParameter,E=!!h.resolvedMessage,S=We(h.default)||Gt(h.default)?Gt(h.default)?o?d:()=>d:h.default:n?o?d:()=>d:"",I=n||S!=="",L=Py(e,h);v&&hM(h);let[C,D,R]=E?[d,L,c[L]||{}]:DE(e,d,L,i,g,y),N=C,U=d;if(!E&&!(We(N)||xl(N)||ks(N))&&I&&(N=S,U=N),!E&&(!(We(N)||xl(N)||ks(N))||!We(D)))return a?Ch:d;let j=!1;const m=()=>{j=!0},q=ks(N)?N:ME(e,d,D,N,U,m);if(j)return N;const $=mM(e,D,R,h),V=zD($),re=pM(e,q,V),ce=r?r(re,d):re;if(__INTLIFY_PROD_DEVTOOLS__){const X={timestamp:Date.now(),key:We(d)?d:ks(N)?N.key:"",locale:D||(ks(N)?N.locale:""),format:We(N)?N:ks(N)?N.source:"",message:ce};X.meta=mr({},e.__meta,oM()||{}),XD(X)}return ce}function hM(e){Tn(e.list)?e.list=e.list.map(t=>We(t)?Y_(t):t):pn(e.named)&&Object.keys(e.named).forEach(t=>{We(e.named[t])&&(e.named[t]=Y_(e.named[t]))})}function DE(e,t,n,r,a,o){const{messages:i,onWarn:c,messageResolver:d,localeFallbacker:h}=e,y=h(e,r,n);let g={},v,E=null;const S="translate";for(let I=0;Ir;return h.locale=n,h.key=t,h}const d=i(r,gM(e,n,a,r,c,o));return d.locale=n,d.key=t,d.source=r,d}function pM(e,t,n){return t(n)}function tm(...e){const[t,n,r]=e,a={};if(!We(t)&&!rr(t)&&!ks(t)&&!xl(t))throw hi(zs.INVALID_ARGUMENT);const o=rr(t)?String(t):(ks(t),t);return rr(n)?a.plural=n:We(n)?a.default=n:xt(n)&&!Th(n)?a.named=n:Tn(n)&&(a.list=n),rr(r)?a.plural=r:We(r)?a.default=r:xt(r)&&mr(a,r),[o,a]}function gM(e,t,n,r,a,o){return{locale:t,key:n,warnHtmlMessage:a,onError:i=>{throw o&&o(i),i},onCacheKey:i=>qR(t,n,i)}}function mM(e,t,n,r){const{modifiers:a,pluralRules:o,messageResolver:i,fallbackLocale:c,fallbackWarn:d,missingWarn:h,fallbackContext:y}=e,v={locale:t,modifiers:a,pluralRules:o,messages:E=>{let S=i(n,E);if(S==null&&y){const[,,I]=DE(y,E,t,c,d,h);S=i(I,E)}if(We(S)||xl(S)){let I=!1;const C=ME(e,E,t,S,E,()=>{I=!0});return I?u0:C}else return ks(S)?S:u0}};return e.processor&&(v.processor=e.processor),r.list&&(v.list=r.list),r.named&&(v.named=r.named),rr(r.plural)&&(v.pluralIndex=r.plural),v}function f0(e,...t){const{datetimeFormats:n,unresolving:r,fallbackLocale:a,onWarn:o,localeFallbacker:i}=e,{__datetimeFormatters:c}=e,[d,h,y,g]=nm(...t),v=Gt(y.missingWarn)?y.missingWarn:e.missingWarn;Gt(y.fallbackWarn)?y.fallbackWarn:e.fallbackWarn;const E=!!y.part,S=Py(e,y),I=i(e,a,S);if(!We(d)||d==="")return new Intl.DateTimeFormat(S,g).format(h);let L={},C,D=null;const R="datetime format";for(let j=0;j{$E.includes(d)?i[d]=n[d]:o[d]=n[d]}),We(r)?o.locale=r:xt(r)&&(i=r),xt(a)&&(i=a),[o.key||"",c,o,i]}function h0(e,t,n){const r=e;for(const a in n){const o=`${t}__${a}`;r.__datetimeFormatters.has(o)&&r.__datetimeFormatters.delete(o)}}function p0(e,...t){const{numberFormats:n,unresolving:r,fallbackLocale:a,onWarn:o,localeFallbacker:i}=e,{__numberFormatters:c}=e,[d,h,y,g]=rm(...t),v=Gt(y.missingWarn)?y.missingWarn:e.missingWarn;Gt(y.fallbackWarn)?y.fallbackWarn:e.fallbackWarn;const E=!!y.part,S=Py(e,y),I=i(e,a,S);if(!We(d)||d==="")return new Intl.NumberFormat(S,g).format(h);let L={},C,D=null;const R="number format";for(let j=0;j{FE.includes(d)?i[d]=n[d]:o[d]=n[d]}),We(r)?o.locale=r:xt(r)&&(i=r),xt(a)&&(i=a),[o.key||"",c,o,i]}function g0(e,t,n){const r=e;for(const a in n){const o=`${t}__${a}`;r.__numberFormatters.has(o)&&r.__numberFormatters.delete(o)}}PD();/*! + * vue-i18n v9.10.2 * (c) 2024 kazuya kawaguchi * Released under the MIT License. - */const mM="9.9.0";function yM(){typeof __VUE_I18N_FULL_INSTALL__!="boolean"&&(Mi().__VUE_I18N_FULL_INSTALL__=!0),typeof __VUE_I18N_LEGACY_API__!="boolean"&&(Mi().__VUE_I18N_LEGACY_API__=!0),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&(Mi().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&(Mi().__INTLIFY_DROP_MESSAGE_COMPILER__=!1),typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(Mi().__INTLIFY_PROD_DEVTOOLS__=!1)}const Uw=JD.__EXTEND_POINT__,pa=Ay(Uw);pa(),pa(),pa(),pa(),pa(),pa(),pa(),pa();const jw=zs.__EXTEND_POINT__,Kr=Ay(jw),ir={UNEXPECTED_RETURN_TYPE:jw,INVALID_ARGUMENT:Kr(),MUST_BE_CALL_SETUP_TOP:Kr(),NOT_INSTALLED:Kr(),NOT_AVAILABLE_IN_LEGACY_MODE:Kr(),REQUIRED_VALUE:Kr(),INVALID_VALUE:Kr(),CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN:Kr(),NOT_INSTALLED_WITH_PROVIDE:Kr(),UNEXPECTED_ERROR:Kr(),NOT_COMPATIBLE_LEGACY_VUE_I18N:Kr(),BRIDGE_SUPPORT_VUE_2_ONLY:Kr(),MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION:Kr(),NOT_AVAILABLE_COMPOSITION_IN_LEGACY:Kr(),__EXTEND_POINT__:Kr()};function cr(e,...t){return Cl(e,null,void 0)}const rm=Da("__translateVNode"),sm=Da("__datetimeParts"),im=Da("__numberParts"),Hw=Da("__setPluralRules"),Vw=Da("__injectWithOption"),am=Da("__dispose");function Zc(e){if(!pn(e))return e;for(const t in e)if(Bf(e,t))if(!t.includes("."))pn(e[t])&&Zc(e[t]);else{const n=t.split("."),r=n.length-1;let a=e,o=!1;for(let i=0;i{if("locale"in c&&"resource"in c){const{locale:d,resource:f}=c;d?(i[d]=i[d]||{},cf(f,i[d])):cf(f,i)}else Ge(c)&&cf(JSON.parse(c),i)}),a==null&&o)for(const c in i)Bf(i,c)&&Zc(i[c]);return i}function Ww(e){return e.type}function Gw(e,t,n){let r=pn(t.messages)?t.messages:{};"__i18nGlobal"in n&&(r=Th(e.locale.value,{messages:r,__i18n:n.__i18nGlobal}));const a=Object.keys(r);a.length&&a.forEach(o=>{e.mergeLocaleMessage(o,r[o])});{if(pn(t.datetimeFormats)){const o=Object.keys(t.datetimeFormats);o.length&&o.forEach(i=>{e.mergeDateTimeFormat(i,t.datetimeFormats[i])})}if(pn(t.numberFormats)){const o=Object.keys(t.numberFormats);o.length&&o.forEach(i=>{e.mergeNumberFormat(i,t.numberFormats[i])})}}}function y0(e){return mt(Hi,null,e,0)}const b0="__INTLIFY_META__",v0=()=>[],bM=()=>!1;let _0=0;function x0(e){return(t,n,r,a)=>e(n,r,Fr()||void 0,a)}const vM=()=>{const e=Fr();let t=null;return e&&(t=Ww(e)[b0])?{[b0]:t}:null};function Ly(e={},t){const{__root:n,__injectWithOption:r}=e,a=n===void 0,o=e.flatJson,i=Ff?ft:oh;let c=Gt(e.inheritLocale)?e.inheritLocale:!0;const d=i(n&&c?n.locale.value:Ge(e.locale)?e.locale:vl),f=i(n&&c?n.fallbackLocale.value:Ge(e.fallbackLocale)||Tn(e.fallbackLocale)||St(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:d.value),y=i(Th(d.value,e)),g=i(St(e.datetimeFormats)?e.datetimeFormats:{[d.value]:{}}),v=i(St(e.numberFormats)?e.numberFormats:{[d.value]:{}});let w=n?n.missingWarn:Gt(e.missingWarn)||Pa(e.missingWarn)?e.missingWarn:!0,S=n?n.fallbackWarn:Gt(e.fallbackWarn)||Pa(e.fallbackWarn)?e.fallbackWarn:!0,T=n?n.fallbackRoot:Gt(e.fallbackRoot)?e.fallbackRoot:!0,N=!!e.fallbackFormat,I=En(e.missing)?e.missing:null,D=En(e.missing)?x0(e.missing):null,L=En(e.postTranslation)?e.postTranslation:null,R=n?n.warnHtmlMessage:Gt(e.warnHtmlMessage)?e.warnHtmlMessage:!0,U=!!e.escapeParameter;const j=n?n.modifiers:St(e.modifiers)?e.modifiers:{};let m=e.pluralRules||n&&n.pluralRules,K;K=(()=>{a&&l0(null);const Y={version:mM,locale:d.value,fallbackLocale:f.value,messages:y.value,modifiers:j,pluralRules:m,missing:D===null?void 0:D,missingWarn:w,fallbackWarn:S,fallbackFormat:N,unresolving:!0,postTranslation:L===null?void 0:L,warnHtmlMessage:R,escapeParameter:U,messageResolver:e.messageResolver,messageCompiler:e.messageCompiler,__meta:{framework:"vue"}};Y.datetimeFormats=g.value,Y.numberFormats=v.value,Y.__datetimeFormatters=St(K)?K.__datetimeFormatters:void 0,Y.__numberFormatters=St(K)?K.__numberFormatters:void 0;const ge=lM(Y);return a&&l0(ge),ge})(),fc(K,d.value,f.value);function V(){return[d.value,f.value,y.value,g.value,v.value]}const re=Wn({get:()=>d.value,set:Y=>{d.value=Y,K.locale=d.value}}),ce=Wn({get:()=>f.value,set:Y=>{f.value=Y,K.fallbackLocale=f.value,fc(K,d.value,Y)}}),J=Wn(()=>y.value),ye=Wn(()=>g.value),Me=Wn(()=>v.value);function fe(){return En(L)?L:null}function we(Y){L=Y,K.postTranslation=Y}function Ee(){return I}function Qe(Y){Y!==null&&(D=x0(Y)),I=Y,K.missing=D}const ht=(Y,ge,He,Xe,se,le)=>{V();let pe;try{__INTLIFY_PROD_DEVTOOLS__,a||(K.fallbackContext=n?oM():void 0),pe=Y(K)}finally{__INTLIFY_PROD_DEVTOOLS__,a||(K.fallbackContext=void 0)}if(He!=="translate exists"&&rr(pe)&&pe===Eh||He==="translate exists"&&!pe){const[Pe,je]=ge();return n&&T?Xe(n):se(Pe)}else{if(le(pe))return pe;throw cr(ir.UNEXPECTED_RETURN_TYPE)}};function ot(...Y){return ht(ge=>Reflect.apply(f0,null,[ge,...Y]),()=>em(...Y),"translate",ge=>Reflect.apply(ge.t,ge,[...Y]),ge=>ge,ge=>Ge(ge))}function vt(...Y){const[ge,He,Xe]=Y;if(Xe&&!pn(Xe))throw cr(ir.INVALID_ARGUMENT);return ot(ge,He,mr({resolvedMessage:!0},Xe||{}))}function Yt(...Y){return ht(ge=>Reflect.apply(h0,null,[ge,...Y]),()=>tm(...Y),"datetime format",ge=>Reflect.apply(ge.d,ge,[...Y]),()=>i0,ge=>Ge(ge))}function tn(...Y){return ht(ge=>Reflect.apply(g0,null,[ge,...Y]),()=>nm(...Y),"number format",ge=>Reflect.apply(ge.n,ge,[...Y]),()=>i0,ge=>Ge(ge))}function Ft(Y){return Y.map(ge=>Ge(ge)||rr(ge)||Gt(ge)?y0(String(ge)):ge)}const Lt={normalize:Ft,interpolate:Y=>Y,type:"vnode"};function Qt(...Y){return ht(ge=>{let He;const Xe=ge;try{Xe.processor=Lt,He=Reflect.apply(f0,null,[Xe,...Y])}finally{Xe.processor=null}return He},()=>em(...Y),"translate",ge=>ge[rm](...Y),ge=>[y0(ge)],ge=>Tn(ge))}function Kt(...Y){return ht(ge=>Reflect.apply(g0,null,[ge,...Y]),()=>nm(...Y),"number format",ge=>ge[im](...Y),v0,ge=>Ge(ge)||Tn(ge))}function Rt(...Y){return ht(ge=>Reflect.apply(h0,null,[ge,...Y]),()=>tm(...Y),"datetime format",ge=>ge[sm](...Y),v0,ge=>Ge(ge)||Tn(ge))}function yn(Y){m=Y,K.pluralRules=m}function on(Y,ge){return ht(()=>{if(!Y)return!1;const He=Ge(ge)?ge:d.value,Xe=G(He),se=K.messageResolver(Xe,Y);return _l(se)||ks(se)||Ge(se)},()=>[Y],"translate exists",He=>Reflect.apply(He.te,He,[Y,ge]),bM,He=>Gt(He))}function A(Y){let ge=null;const He=kw(K,f.value,d.value);for(let Xe=0;Xe{c&&(d.value=Y,K.locale=Y,fc(K,d.value,f.value))}),Ns(n.fallbackLocale,Y=>{c&&(f.value=Y,K.fallbackLocale=Y,fc(K,d.value,f.value))}));const Be={id:_0,locale:re,fallbackLocale:ce,get inheritLocale(){return c},set inheritLocale(Y){c=Y,Y&&n&&(d.value=n.locale.value,f.value=n.fallbackLocale.value,fc(K,d.value,f.value))},get availableLocales(){return Object.keys(y.value).sort()},messages:J,get modifiers(){return j},get pluralRules(){return m||{}},get isGlobal(){return a},get missingWarn(){return w},set missingWarn(Y){w=Y,K.missingWarn=w},get fallbackWarn(){return S},set fallbackWarn(Y){S=Y,K.fallbackWarn=S},get fallbackRoot(){return T},set fallbackRoot(Y){T=Y},get fallbackFormat(){return N},set fallbackFormat(Y){N=Y,K.fallbackFormat=N},get warnHtmlMessage(){return R},set warnHtmlMessage(Y){R=Y,K.warnHtmlMessage=Y},get escapeParameter(){return U},set escapeParameter(Y){U=Y,K.escapeParameter=Y},t:ot,getLocaleMessage:G,setLocaleMessage:ie,mergeLocaleMessage:te,getPostTranslationHandler:fe,setPostTranslationHandler:we,getMissingHandler:Ee,setMissingHandler:Qe,[Hw]:yn};return Be.datetimeFormats=ye,Be.numberFormats=Me,Be.rt=vt,Be.te=on,Be.tm=C,Be.d=Yt,Be.n=tn,Be.getDateTimeFormat=be,Be.setDateTimeFormat=$e,Be.mergeDateTimeFormat=Ce,Be.getNumberFormat=Le,Be.setNumberFormat=Te,Be.mergeNumberFormat=Fe,Be[Vw]=r,Be[rm]=Qt,Be[sm]=Rt,Be[im]=Kt,Be}function _M(e){const t=Ge(e.locale)?e.locale:vl,n=Ge(e.fallbackLocale)||Tn(e.fallbackLocale)||St(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:t,r=En(e.missing)?e.missing:void 0,a=Gt(e.silentTranslationWarn)||Pa(e.silentTranslationWarn)?!e.silentTranslationWarn:!0,o=Gt(e.silentFallbackWarn)||Pa(e.silentFallbackWarn)?!e.silentFallbackWarn:!0,i=Gt(e.fallbackRoot)?e.fallbackRoot:!0,c=!!e.formatFallbackMessages,d=St(e.modifiers)?e.modifiers:{},f=e.pluralizationRules,y=En(e.postTranslation)?e.postTranslation:void 0,g=Ge(e.warnHtmlInMessage)?e.warnHtmlInMessage!=="off":!0,v=!!e.escapeParameterHtml,w=Gt(e.sync)?e.sync:!0;let S=e.messages;if(St(e.sharedMessages)){const U=e.sharedMessages;S=Object.keys(U).reduce((m,K)=>{const F=m[K]||(m[K]={});return mr(F,U[K]),m},S||{})}const{__i18n:T,__root:N,__injectWithOption:I}=e,D=e.datetimeFormats,L=e.numberFormats,R=e.flatJson;return{locale:t,fallbackLocale:n,messages:S,flatJson:R,datetimeFormats:D,numberFormats:L,missing:r,missingWarn:a,fallbackWarn:o,fallbackRoot:i,fallbackFormat:c,modifiers:d,pluralRules:f,postTranslation:y,warnHtmlMessage:g,escapeParameter:v,messageResolver:e.messageResolver,inheritLocale:w,__i18n:T,__root:N,__injectWithOption:I}}function om(e={},t){{const n=Ly(_M(e)),{__extender:r}=e,a={id:n.id,get locale(){return n.locale.value},set locale(o){n.locale.value=o},get fallbackLocale(){return n.fallbackLocale.value},set fallbackLocale(o){n.fallbackLocale.value=o},get messages(){return n.messages.value},get datetimeFormats(){return n.datetimeFormats.value},get numberFormats(){return n.numberFormats.value},get availableLocales(){return n.availableLocales},get formatter(){return{interpolate(){return[]}}},set formatter(o){},get missing(){return n.getMissingHandler()},set missing(o){n.setMissingHandler(o)},get silentTranslationWarn(){return Gt(n.missingWarn)?!n.missingWarn:n.missingWarn},set silentTranslationWarn(o){n.missingWarn=Gt(o)?!o:o},get silentFallbackWarn(){return Gt(n.fallbackWarn)?!n.fallbackWarn:n.fallbackWarn},set silentFallbackWarn(o){n.fallbackWarn=Gt(o)?!o:o},get modifiers(){return n.modifiers},get formatFallbackMessages(){return n.fallbackFormat},set formatFallbackMessages(o){n.fallbackFormat=o},get postTranslation(){return n.getPostTranslationHandler()},set postTranslation(o){n.setPostTranslationHandler(o)},get sync(){return n.inheritLocale},set sync(o){n.inheritLocale=o},get warnHtmlInMessage(){return n.warnHtmlMessage?"warn":"off"},set warnHtmlInMessage(o){n.warnHtmlMessage=o!=="off"},get escapeParameterHtml(){return n.escapeParameter},set escapeParameterHtml(o){n.escapeParameter=o},get preserveDirectiveContent(){return!0},set preserveDirectiveContent(o){},get pluralizationRules(){return n.pluralRules||{}},__composer:n,t(...o){const[i,c,d]=o,f={};let y=null,g=null;if(!Ge(i))throw cr(ir.INVALID_ARGUMENT);const v=i;return Ge(c)?f.locale=c:Tn(c)?y=c:St(c)&&(g=c),Tn(d)?y=d:St(d)&&(g=d),Reflect.apply(n.t,n,[v,y||g||{},f])},rt(...o){return Reflect.apply(n.rt,n,[...o])},tc(...o){const[i,c,d]=o,f={plural:1};let y=null,g=null;if(!Ge(i))throw cr(ir.INVALID_ARGUMENT);const v=i;return Ge(c)?f.locale=c:rr(c)?f.plural=c:Tn(c)?y=c:St(c)&&(g=c),Ge(d)?f.locale=d:Tn(d)?y=d:St(d)&&(g=d),Reflect.apply(n.t,n,[v,y||g||{},f])},te(o,i){return n.te(o,i)},tm(o){return n.tm(o)},getLocaleMessage(o){return n.getLocaleMessage(o)},setLocaleMessage(o,i){n.setLocaleMessage(o,i)},mergeLocaleMessage(o,i){n.mergeLocaleMessage(o,i)},d(...o){return Reflect.apply(n.d,n,[...o])},getDateTimeFormat(o){return n.getDateTimeFormat(o)},setDateTimeFormat(o,i){n.setDateTimeFormat(o,i)},mergeDateTimeFormat(o,i){n.mergeDateTimeFormat(o,i)},n(...o){return Reflect.apply(n.n,n,[...o])},getNumberFormat(o){return n.getNumberFormat(o)},setNumberFormat(o,i){n.setNumberFormat(o,i)},mergeNumberFormat(o,i){n.mergeNumberFormat(o,i)},getChoiceIndex(o,i){return-1}};return a.__extender=r,a}}const Ry={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:e=>e==="parent"||e==="global",default:"parent"},i18n:{type:Object}};function xM({slots:e},t){return t.length===1&&t[0]==="default"?(e.default?e.default():[]).reduce((r,a)=>[...r,...a.type===jt?a.children:[a]],[]):t.reduce((n,r)=>{const a=e[r];return a&&(n[r]=a()),n},{})}function Kw(e){return jt}const SM=ko({name:"i18n-t",props:mr({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:e=>rr(e)||!isNaN(e)}},Ry),setup(e,t){const{slots:n,attrs:r}=t,a=e.i18n||Gi({useScope:e.scope,__useComponent:!0});return()=>{const o=Object.keys(n).filter(g=>g!=="_"),i={};e.locale&&(i.locale=e.locale),e.plural!==void 0&&(i.plural=Ge(e.plural)?+e.plural:e.plural);const c=xM(t,o),d=a[rm](e.keypath,c,i),f=mr({},r),y=Ge(e.tag)||pn(e.tag)?e.tag:Kw();return du(y,f,d)}}}),S0=SM;function wM(e){return Tn(e)&&!Ge(e[0])}function zw(e,t,n,r){const{slots:a,attrs:o}=t;return()=>{const i={part:!0};let c={};e.locale&&(i.locale=e.locale),Ge(e.format)?i.key=e.format:pn(e.format)&&(Ge(e.format.key)&&(i.key=e.format.key),c=Object.keys(e.format).reduce((v,w)=>n.includes(w)?mr({},v,{[w]:e.format[w]}):v,{}));const d=r(e.value,i,c);let f=[i.key];Tn(d)?f=d.map((v,w)=>{const S=a[v.type],T=S?S({[v.type]:v.value,index:w,parts:d}):[v.value];return wM(T)&&(T[0].key=`${v.type}-${w}`),T}):Ge(d)&&(f=[d]);const y=mr({},o),g=Ge(e.tag)||pn(e.tag)?e.tag:Kw();return du(g,y,f)}}const EM=ko({name:"i18n-n",props:mr({value:{type:Number,required:!0},format:{type:[String,Object]}},Ry),setup(e,t){const n=e.i18n||Gi({useScope:"parent",__useComponent:!0});return zw(e,t,Bw,(...r)=>n[im](...r))}}),w0=EM,TM=ko({name:"i18n-d",props:mr({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},Ry),setup(e,t){const n=e.i18n||Gi({useScope:"parent",__useComponent:!0});return zw(e,t,Fw,(...r)=>n[sm](...r))}}),E0=TM;function CM(e,t){const n=e;if(e.mode==="composition")return n.__getInstance(t)||e.global;{const r=n.__getInstance(t);return r!=null?r.__composer:e.global.__composer}}function IM(e){const t=i=>{const{instance:c,modifiers:d,value:f}=i;if(!c||!c.$)throw cr(ir.UNEXPECTED_ERROR);const y=CM(e,c.$),g=T0(f);return[Reflect.apply(y.t,y,[...C0(g)]),y]};return{created:(i,c)=>{const[d,f]=t(c);Ff&&e.global===f&&(i.__i18nWatcher=Ns(f.locale,()=>{c.instance&&c.instance.$forceUpdate()})),i.__composer=f,i.textContent=d},unmounted:i=>{Ff&&i.__i18nWatcher&&(i.__i18nWatcher(),i.__i18nWatcher=void 0,delete i.__i18nWatcher),i.__composer&&(i.__composer=void 0,delete i.__composer)},beforeUpdate:(i,{value:c})=>{if(i.__composer){const d=i.__composer,f=T0(c);i.textContent=Reflect.apply(d.t,d,[...C0(f)])}},getSSRProps:i=>{const[c]=t(i);return{textContent:c}}}}function T0(e){if(Ge(e))return{path:e};if(St(e)){if(!("path"in e))throw cr(ir.REQUIRED_VALUE,"path");return e}else throw cr(ir.INVALID_VALUE)}function C0(e){const{path:t,locale:n,args:r,choice:a,plural:o}=e,i={},c=r||{};return Ge(n)&&(i.locale=n),rr(a)&&(i.plural=a),rr(o)&&(i.plural=o),[t,c,i]}function kM(e,t,...n){const r=St(n[0])?n[0]:{},a=!!r.useI18nComponentName;(Gt(r.globalInstall)?r.globalInstall:!0)&&([a?"i18n":S0.name,"I18nT"].forEach(i=>e.component(i,S0)),[w0.name,"I18nN"].forEach(i=>e.component(i,w0)),[E0.name,"I18nD"].forEach(i=>e.component(i,E0))),e.directive("t",IM(t))}function AM(e,t,n){return{beforeCreate(){const r=Fr();if(!r)throw cr(ir.UNEXPECTED_ERROR);const a=this.$options;if(a.i18n){const o=a.i18n;if(a.__i18n&&(o.__i18n=a.__i18n),o.__root=t,this===this.$root)this.$i18n=I0(e,o);else{o.__injectWithOption=!0,o.__extender=n.__vueI18nExtend,this.$i18n=om(o);const i=this.$i18n;i.__extender&&(i.__disposer=i.__extender(this.$i18n))}}else if(a.__i18n)if(this===this.$root)this.$i18n=I0(e,a);else{this.$i18n=om({__i18n:a.__i18n,__injectWithOption:!0,__extender:n.__vueI18nExtend,__root:t});const o=this.$i18n;o.__extender&&(o.__disposer=o.__extender(this.$i18n))}else this.$i18n=e;a.__i18nGlobal&&Gw(t,a,a),this.$t=(...o)=>this.$i18n.t(...o),this.$rt=(...o)=>this.$i18n.rt(...o),this.$tc=(...o)=>this.$i18n.tc(...o),this.$te=(o,i)=>this.$i18n.te(o,i),this.$d=(...o)=>this.$i18n.d(...o),this.$n=(...o)=>this.$i18n.n(...o),this.$tm=o=>this.$i18n.tm(o),n.__setInstance(r,this.$i18n)},mounted(){},unmounted(){const r=Fr();if(!r)throw cr(ir.UNEXPECTED_ERROR);const a=this.$i18n;delete this.$t,delete this.$rt,delete this.$tc,delete this.$te,delete this.$d,delete this.$n,delete this.$tm,a.__disposer&&(a.__disposer(),delete a.__disposer,delete a.__extender),n.__deleteInstance(r),delete this.$i18n}}}function I0(e,t){e.locale=t.locale||e.locale,e.fallbackLocale=t.fallbackLocale||e.fallbackLocale,e.missing=t.missing||e.missing,e.silentTranslationWarn=t.silentTranslationWarn||e.silentFallbackWarn,e.silentFallbackWarn=t.silentFallbackWarn||e.silentFallbackWarn,e.formatFallbackMessages=t.formatFallbackMessages||e.formatFallbackMessages,e.postTranslation=t.postTranslation||e.postTranslation,e.warnHtmlInMessage=t.warnHtmlInMessage||e.warnHtmlInMessage,e.escapeParameterHtml=t.escapeParameterHtml||e.escapeParameterHtml,e.sync=t.sync||e.sync,e.__composer[Hw](t.pluralizationRules||e.pluralizationRules);const n=Th(e.locale,{messages:t.messages,__i18n:t.__i18n});return Object.keys(n).forEach(r=>e.mergeLocaleMessage(r,n[r])),t.datetimeFormats&&Object.keys(t.datetimeFormats).forEach(r=>e.mergeDateTimeFormat(r,t.datetimeFormats[r])),t.numberFormats&&Object.keys(t.numberFormats).forEach(r=>e.mergeNumberFormat(r,t.numberFormats[r])),e}const OM=Da("global-vue-i18n");function PM(e={},t){const n=__VUE_I18N_LEGACY_API__&&Gt(e.legacy)?e.legacy:__VUE_I18N_LEGACY_API__,r=Gt(e.globalInjection)?e.globalInjection:!0,a=__VUE_I18N_LEGACY_API__&&n?!!e.allowComposition:!0,o=new Map,[i,c]=NM(e,n),d=Da("");function f(v){return o.get(v)||null}function y(v,w){o.set(v,w)}function g(v){o.delete(v)}{const v={get mode(){return __VUE_I18N_LEGACY_API__&&n?"legacy":"composition"},get allowComposition(){return a},async install(w,...S){if(w.__VUE_I18N_SYMBOL__=d,w.provide(w.__VUE_I18N_SYMBOL__,v),St(S[0])){const I=S[0];v.__composerExtend=I.__composerExtend,v.__vueI18nExtend=I.__vueI18nExtend}let T=null;!n&&r&&(T=jM(w,v.global)),__VUE_I18N_FULL_INSTALL__&&kM(w,v,...S),__VUE_I18N_LEGACY_API__&&n&&w.mixin(AM(c,c.__composer,v));const N=w.unmount;w.unmount=()=>{T&&T(),v.dispose(),N()}},get global(){return c},dispose(){i.stop()},__instances:o,__getInstance:f,__setInstance:y,__deleteInstance:g};return v}}function Gi(e={}){const t=Fr();if(t==null)throw cr(ir.MUST_BE_CALL_SETUP_TOP);if(!t.isCE&&t.appContext.app!=null&&!t.appContext.app.__VUE_I18N_SYMBOL__)throw cr(ir.NOT_INSTALLED);const n=LM(t),r=DM(n),a=Ww(t),o=RM(e,a);if(__VUE_I18N_LEGACY_API__&&n.mode==="legacy"&&!e.__useComponent){if(!n.allowComposition)throw cr(ir.NOT_AVAILABLE_IN_LEGACY_MODE);return BM(t,o,r,e)}if(o==="global")return Gw(r,e,a),r;if(o==="parent"){let d=MM(n,t,e.__useComponent);return d==null&&(d=r),d}const i=n;let c=i.__getInstance(t);if(c==null){const d=mr({},e);"__i18n"in a&&(d.__i18n=a.__i18n),r&&(d.__root=r),c=Ly(d),i.__composerExtend&&(c[am]=i.__composerExtend(c)),FM(i,t,c),i.__setInstance(t,c)}return c}function NM(e,t,n){const r=wm();{const a=__VUE_I18N_LEGACY_API__&&t?r.run(()=>om(e)):r.run(()=>Ly(e));if(a==null)throw cr(ir.UNEXPECTED_ERROR);return[r,a]}}function LM(e){{const t=_n(e.isCE?OM:e.appContext.app.__VUE_I18N_SYMBOL__);if(!t)throw cr(e.isCE?ir.NOT_INSTALLED_WITH_PROVIDE:ir.UNEXPECTED_ERROR);return t}}function RM(e,t){return wh(e)?"__i18n"in t?"local":"global":e.useScope?e.useScope:"local"}function DM(e){return e.mode==="composition"?e.global:e.global.__composer}function MM(e,t,n=!1){let r=null;const a=t.root;let o=$M(t,n);for(;o!=null;){const i=e;if(e.mode==="composition")r=i.__getInstance(o);else if(__VUE_I18N_LEGACY_API__){const c=i.__getInstance(o);c!=null&&(r=c.__composer,n&&r&&!r[Vw]&&(r=null))}if(r!=null||a===o)break;o=o.parent}return r}function $M(e,t=!1){return e==null?null:t&&e.vnode.ctx||e.parent}function FM(e,t,n){Ao(()=>{},t),Tl(()=>{const r=n;e.__deleteInstance(t);const a=r[am];a&&(a(),delete r[am])},t)}function BM(e,t,n,r={}){const a=t==="local",o=oh(null);if(a&&e.proxy&&!(e.proxy.$options.i18n||e.proxy.$options.__i18n))throw cr(ir.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION);const i=Gt(r.inheritLocale)?r.inheritLocale:!Ge(r.locale),c=ft(!a||i?n.locale.value:Ge(r.locale)?r.locale:vl),d=ft(!a||i?n.fallbackLocale.value:Ge(r.fallbackLocale)||Tn(r.fallbackLocale)||St(r.fallbackLocale)||r.fallbackLocale===!1?r.fallbackLocale:c.value),f=ft(Th(c.value,r)),y=ft(St(r.datetimeFormats)?r.datetimeFormats:{[c.value]:{}}),g=ft(St(r.numberFormats)?r.numberFormats:{[c.value]:{}}),v=a?n.missingWarn:Gt(r.missingWarn)||Pa(r.missingWarn)?r.missingWarn:!0,w=a?n.fallbackWarn:Gt(r.fallbackWarn)||Pa(r.fallbackWarn)?r.fallbackWarn:!0,S=a?n.fallbackRoot:Gt(r.fallbackRoot)?r.fallbackRoot:!0,T=!!r.fallbackFormat,N=En(r.missing)?r.missing:null,I=En(r.postTranslation)?r.postTranslation:null,D=a?n.warnHtmlMessage:Gt(r.warnHtmlMessage)?r.warnHtmlMessage:!0,L=!!r.escapeParameter,R=a?n.modifiers:St(r.modifiers)?r.modifiers:{},U=r.pluralRules||a&&n.pluralRules;function j(){return[c.value,d.value,f.value,y.value,g.value]}const m=Wn({get:()=>o.value?o.value.locale.value:c.value,set:C=>{o.value&&(o.value.locale.value=C),c.value=C}}),K=Wn({get:()=>o.value?o.value.fallbackLocale.value:d.value,set:C=>{o.value&&(o.value.fallbackLocale.value=C),d.value=C}}),F=Wn(()=>o.value?o.value.messages.value:f.value),V=Wn(()=>y.value),re=Wn(()=>g.value);function ce(){return o.value?o.value.getPostTranslationHandler():I}function J(C){o.value&&o.value.setPostTranslationHandler(C)}function ye(){return o.value?o.value.getMissingHandler():N}function Me(C){o.value&&o.value.setMissingHandler(C)}function fe(C){return j(),C()}function we(...C){return o.value?fe(()=>Reflect.apply(o.value.t,null,[...C])):fe(()=>"")}function Ee(...C){return o.value?Reflect.apply(o.value.rt,null,[...C]):""}function Qe(...C){return o.value?fe(()=>Reflect.apply(o.value.d,null,[...C])):fe(()=>"")}function ht(...C){return o.value?fe(()=>Reflect.apply(o.value.n,null,[...C])):fe(()=>"")}function ot(C){return o.value?o.value.tm(C):{}}function vt(C,G){return o.value?o.value.te(C,G):!1}function Yt(C){return o.value?o.value.getLocaleMessage(C):{}}function tn(C,G){o.value&&(o.value.setLocaleMessage(C,G),f.value[C]=G)}function Ft(C,G){o.value&&o.value.mergeLocaleMessage(C,G)}function yt(C){return o.value?o.value.getDateTimeFormat(C):{}}function Lt(C,G){o.value&&(o.value.setDateTimeFormat(C,G),y.value[C]=G)}function Qt(C,G){o.value&&o.value.mergeDateTimeFormat(C,G)}function Kt(C){return o.value?o.value.getNumberFormat(C):{}}function Rt(C,G){o.value&&(o.value.setNumberFormat(C,G),g.value[C]=G)}function yn(C,G){o.value&&o.value.mergeNumberFormat(C,G)}const on={get id(){return o.value?o.value.id:-1},locale:m,fallbackLocale:K,messages:F,datetimeFormats:V,numberFormats:re,get inheritLocale(){return o.value?o.value.inheritLocale:i},set inheritLocale(C){o.value&&(o.value.inheritLocale=C)},get availableLocales(){return o.value?o.value.availableLocales:Object.keys(f.value)},get modifiers(){return o.value?o.value.modifiers:R},get pluralRules(){return o.value?o.value.pluralRules:U},get isGlobal(){return o.value?o.value.isGlobal:!1},get missingWarn(){return o.value?o.value.missingWarn:v},set missingWarn(C){o.value&&(o.value.missingWarn=C)},get fallbackWarn(){return o.value?o.value.fallbackWarn:w},set fallbackWarn(C){o.value&&(o.value.missingWarn=C)},get fallbackRoot(){return o.value?o.value.fallbackRoot:S},set fallbackRoot(C){o.value&&(o.value.fallbackRoot=C)},get fallbackFormat(){return o.value?o.value.fallbackFormat:T},set fallbackFormat(C){o.value&&(o.value.fallbackFormat=C)},get warnHtmlMessage(){return o.value?o.value.warnHtmlMessage:D},set warnHtmlMessage(C){o.value&&(o.value.warnHtmlMessage=C)},get escapeParameter(){return o.value?o.value.escapeParameter:L},set escapeParameter(C){o.value&&(o.value.escapeParameter=C)},t:we,getPostTranslationHandler:ce,setPostTranslationHandler:J,getMissingHandler:ye,setMissingHandler:Me,rt:Ee,d:Qe,n:ht,tm:ot,te:vt,getLocaleMessage:Yt,setLocaleMessage:tn,mergeLocaleMessage:Ft,getDateTimeFormat:yt,setDateTimeFormat:Lt,mergeDateTimeFormat:Qt,getNumberFormat:Kt,setNumberFormat:Rt,mergeNumberFormat:yn};function A(C){C.locale.value=c.value,C.fallbackLocale.value=d.value,Object.keys(f.value).forEach(G=>{C.mergeLocaleMessage(G,f.value[G])}),Object.keys(y.value).forEach(G=>{C.mergeDateTimeFormat(G,y.value[G])}),Object.keys(g.value).forEach(G=>{C.mergeNumberFormat(G,g.value[G])}),C.escapeParameter=L,C.fallbackFormat=T,C.fallbackRoot=S,C.fallbackWarn=w,C.missingWarn=v,C.warnHtmlMessage=D}return gh(()=>{if(e.proxy==null||e.proxy.$i18n==null)throw cr(ir.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);const C=o.value=e.proxy.$i18n.__composer;t==="global"?(c.value=C.locale.value,d.value=C.fallbackLocale.value,f.value=C.messages.value,y.value=C.datetimeFormats.value,g.value=C.numberFormats.value):a&&A(C)}),on}const UM=["locale","fallbackLocale","availableLocales"],k0=["t","rt","d","n","tm","te"];function jM(e,t){const n=Object.create(null);return UM.forEach(a=>{const o=Object.getOwnPropertyDescriptor(t,a);if(!o)throw cr(ir.UNEXPECTED_ERROR);const i=ar(o.value)?{get(){return o.value.value},set(c){o.value.value=c}}:{get(){return o.get&&o.get()}};Object.defineProperty(n,a,i)}),e.config.globalProperties.$i18n=n,k0.forEach(a=>{const o=Object.getOwnPropertyDescriptor(t,a);if(!o||!o.value)throw cr(ir.UNEXPECTED_ERROR);Object.defineProperty(e.config.globalProperties,`$${a}`,o)}),()=>{delete e.config.globalProperties.$i18n,k0.forEach(a=>{delete e.config.globalProperties[`$${a}`]})}}yM();__INTLIFY_JIT_COMPILATION__?o0(dM):o0(uM);rM(FD);sM(kw);if(__INTLIFY_PROD_DEVTOOLS__){const e=Mi();e.__INTLIFY__=!0,zD(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__)}const HM={"buckaroo.response.an_error_occurred_while_processing_the_transaction_unable_to_pay_more_with_giftcards":"An error occurred while processing the transaction: Unable to pay more with giftcards","buckaroo.response.invalid_parameter_originaltransaction":"Invalid parameter originaltransaction.","countries.afghanistan":"Afghanistan","countries.albania":"Albania","countries.algeria":"Algeria","countries.american_samoa":"American Samoa","countries.andorra":"Andorra","countries.angola":"Angola","countries.anguilla":"Anguilla","countries.antigua_and_barbuda":"Antigua and Barbuda","countries.argentina":"Argentina","countries.armenia":"Armenia","countries.aruba":"Aruba","countries.australia":"Australia","countries.austria":"Austria","countries.azerbaijan":"Azerbaijan","countries.bahamas":"Bahamas","countries.bahrain":"Bahrain","countries.bangladesh":"Bangladesh","countries.barbados":"Barbados","countries.belarus":"Belarus","countries.belgium":"Belgium","countries.belize":"Belize","countries.benin":"Benin","countries.bermuda":"Bermuda","countries.bhutan":"Bhutan","countries.bolivia":"Bolivia","countries.bosnia_and_herzegovina":"Bosnia and Herzegovina","countries.botswana":"Botswana","countries.brazil":"Brazil","countries.british_virgin_islands":"The British Virgin Islands","countries.brunei_darussalam":"Brunei Darussalam","countries.bulgaria":"Bulgaria","countries.burkina_faso":"Burkina Faso","countries.burundi":"Burundi","countries.cambodia":"Cambodia","countries.cameroon":"Cameroon","countries.canada":"Canada","countries.cape_verde":"Cape Verde","countries.cayman_islands":"Cayman Islands","countries.central_african_republic":"Central African Republic","countries.chad":"Chad","countries.chile":"Chile","countries.china":"China","countries.colombia":"Colombia","countries.comoros":"Comoros","countries.cook_islands":"Island","countries.costa_rica":"Costa Rica","countries.croatia":"Croatia","countries.cuba":"Cuba","countries.curaçao":"Curacao","countries.cyprus":"Cyprus","countries.czech_republic":"Czech Republic","countries.côte_d'ivoire":"Cote Divoire","countries.democratic_republic_of_the_congo":"Democratic Republic of the Congo","countries.denmark":"Denmark","countries.djibouti":"Djibouti","countries.dominica":"Dominica","countries.dominican_republic":"Dominican Republic","countries.east timor":"East Timor","countries.ecuador":"Ecuador","countries.egypt":"Egypt","countries.el_salvador":"El Salvador","countries.equatorial_guinea":"Equatorial Guinea","countries.eritrea":"Eritrea","countries.estonia":"Estonia","countries.ethiopia":"Ethiopia","countries.falkland_island":"Falkland Island","countries.faroe_islands":"Faroe Islands","countries.fiji":"Fiji","countries.finland":"Finland","countries.france":"France","countries.french_polynesia":"French Polynesia","countries.gabon":"Gabon","countries.gambia":"Gambia","countries.georgia":"Georgia","countries.germany":"Germany","countries.ghana":"Ghana","countries.gibraltar":"Gibraltar","countries.greece":"Greece","countries.greenland":"Greenland","countries.grenada":"Grenada","countries.guam":"Guam","countries.guatemala":"Guatemala","countries.guernsey":"Guernsey","countries.guinea":"Guinea","countries.guinea-bissau":"Guinea-Bissau","countries.guyana":"Guyana","countries.haiti":"Haiti","countries.honduras":"Honduras","countries.hong_kong":"Hong Kong","countries.hungary":"Hungary","countries.iceland":"Iceland","countries.india":"India","countries.indonesia":"Indonesia","countries.iran":"Iran","countries.iraq":"Iraq","countries.ireland":"Ireland","countries.isle_of_man":"Isle of Man","countries.israel":"Israel","countries.italy":"Italy","countries.jamaica":"Jamaica","countries.japan":"Japan","countries.jersey":"Jersey","countries.jordan":"Jordan","countries.kazakhstan":"Kazakhstan","countries.kenya":"Kenya","countries.kiribati":"Kiribati","countries.kosovo":"Kosovo","countries.kuwait":"Kuwait","countries.kyrgyzstan":"Kyrgyzstan","countries.laos":"Laos","countries.latvia":"Latvia","countries.lebanon":"Lebanon","countries.lesotho":"Lesotho","countries.liberia":"Liberia","countries.libya":"Libya","countries.liechtenstein":"Liechtenstein","countries.lithuania":"Lithuania","countries.luxembourg":"Luxembourg","countries.macau":"Macao","countries.macedonia":"Macedonia","countries.madagascar":"Madagascar","countries.malawi":"Malawi","countries.malaysia":"Malaysia","countries.maldives":"Maldives","countries.mali":"Mali","countries.malta":"Malta","countries.marshall_islands":"Marshall Islands","countries.mauritania":"Mauritania","countries.mauritius":"Mauritius","countries.mayotte":"Mayotte","countries.mexico":"Mexico","countries.micronesia":"Micronesia","countries.moldova":"Moldova","countries.monaco":"Monaco","countries.mongolia":"Mongolia","countries.montenegro":"Montenegro","countries.montserrat":"Montserrat","countries.morocco":"Morocco","countries.mozambique":"Mozambique","countries.myanmar":"Myanmar","countries.namibia":"Namibia","countries.nauru":"Nauru","countries.nepal":"Nepal","countries.netherlands":"Netherlands","countries.new_caledonia":"New Caledonia","countries.new_zealand":"New Zealand","countries.nicaragua":"Nicaragua","countries.niger":"Niger","countries.nigeria":"Nigeria","countries.niue":"Niue","countries.norfolk_island":"Norfolk Island","countries.north_korea":"North Korea","countries.northern_mariana_islands":"Northern Mariana Islands","countries.norway":"Norway","countries.oman":"Oman","countries.pakistan":"Pakistan","countries.palau":"Palau","countries.palestine":"Palestine","countries.panama":"Panama","countries.papua_new_guinea":"Papua New Guinea","countries.paraguay":"Paraguay","countries.peru":"Peru","countries.philippines":"Philippines","countries.pitcairn":"Pitekaien","countries.poland":"Poland","countries.portugal":"Portugal","countries.puerto_rico":"Puerto Rico","countries.qatar":"Qatar","countries.republic_of_the_congo":"Democratic Republic of the Congo","countries.romania":"Romania","countries.russia":"Russia","countries.rwanda":"Rwanda","countries.saint_helena":"St. Helena","countries.saint_kitts_and_nevis":"Saint Kitts and Nevis","countries.saint_lucia":"Saint Lucia","countries.saint_vincent_and_the_grenadines":"Saint Vincent and the Grenadines","countries.samoa":"Samoa","countries.san_marino":"San Marino","countries.sao_tome_and_principe":"Sao Tome and Principe","countries.saudi_arabia":"Saudi Arabia","countries.senegal":"Senegal","countries.serbia":"Serbia","countries.seychelles":"Seychelles","countries.sierra_leone":"Sierra Leone","countries.singapore":"Singapore","countries.slovakia":"Slovakia","countries.slovenia":"Slovenia","countries.solomon_islands":"Solomon Islands","countries.somalia":"Somalia","countries.south_africa":"South Africa","countries.south_korea":"South Korea","countries.south_sudan":"South Sudan","countries.spain":"Spain","countries.sri_lanka":"Sri Lanka","countries.sudan":"Sudan","countries.suriname":"Surinam","countries.swaziland":"Swaziland","countries.sweden":"Sweden","countries.switzerland":"Switzerland","countries.syrian_arab_republic":"Syrian Arab Republic","countries.taiwan":"Taiwan","countries.tajikistan":"Tajikistan","countries.tanzania":"Tanzania","countries.thailand":"Thailand","countries.togo":"Togo","countries.tokelau":"Tokelau","countries.tonga":"Tonga","countries.trinidad_and_tobago":"Trinidad and Tobago","countries.tunisia":"Tunisia","countries.turkey":"Turkey","countries.turkmenistan":"Turkmenistan","countries.turks_and_caicos_islands":"Turks and Caicos Islands","countries.tuvalu":"Tuvalu","countries.uganda":"Uganda","countries.ukraine":"Ukraine","countries.united kingdom":"United Kingdom","countries.united states":"United States","countries.united_arab_emirates":"United Arab Emirates","countries.uruguay":"Uruguay","countries.us_virgin_islands":"US Virgin Islands","countries.uzbekistan":"Uzbekistan","countries.vanuatu":"Vanuatu","countries.venezuela":"Venezuela","countries.vietnam":"Vietnam","countries.wallis_and_futuna":"Wallis and Futuna","countries.western_sahara":"Western Sahara","countries.yemen":"Yemen","countries.zambia":"Zambia","countries.zimbabwe":"Zimbabwe","dashboard.channel_selector.select_channel":"Select Channel","dashboard.channel_selector.select_channel_label":"Each channel has its configuration settings.","dashboard.config.financial_warning":"Customer Financial Warning","dashboard.config.financial_warning.label":"Due to the regulations for BNPL methods in The Netherlands you’ll have to warn customers about using a BNPL plan because it can be easy to get into debt. When enabled a warning will be showed in the checkout. Please note that this setting only applies for customers in The Netherlands.","dashboard.config.financial_warning.options.disabled":"Disabled","dashboard.config.financial_warning.options.enabled":"Enabled","dashboard.config.showIssuers":"Show Issuer Selection in the Checkout","dashboard.config.showIssuers.disabled":"Disable","dashboard.config.showIssuers.enabled":"Enable","dashboard.config.showIssuers.label":`When the "Disable" option is selected, the issuer selection for iDEAL will not be displayed in the checkout. Instead, customers will be redirected to a separate page where they can choose their iDEAL issuer (i.e., their bank). On the other hand, selecting the "Enable" option will display the issuer selection directly in the checkout. It's important to note that enabling this option will incur additional costs from Buckaroo, estimated at around €0.002 for each transaction. + */const yM="9.10.2";function bM(){typeof __VUE_I18N_FULL_INSTALL__!="boolean"&&($i().__VUE_I18N_FULL_INSTALL__=!0),typeof __VUE_I18N_LEGACY_API__!="boolean"&&($i().__VUE_I18N_LEGACY_API__=!0),typeof __INTLIFY_JIT_COMPILATION__!="boolean"&&($i().__INTLIFY_JIT_COMPILATION__=!1),typeof __INTLIFY_DROP_MESSAGE_COMPILER__!="boolean"&&($i().__INTLIFY_DROP_MESSAGE_COMPILER__=!1),typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&($i().__INTLIFY_PROD_DEVTOOLS__=!1)}const BE=ZD.__EXTEND_POINT__,Li=Ay(BE);Li(),Li(),Li(),Li(),Li(),Li(),Li(),Li(),Li();const UE=zs.__EXTEND_POINT__,Kr=Ay(UE),ir={UNEXPECTED_RETURN_TYPE:UE,INVALID_ARGUMENT:Kr(),MUST_BE_CALL_SETUP_TOP:Kr(),NOT_INSTALLED:Kr(),NOT_AVAILABLE_IN_LEGACY_MODE:Kr(),REQUIRED_VALUE:Kr(),INVALID_VALUE:Kr(),CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN:Kr(),NOT_INSTALLED_WITH_PROVIDE:Kr(),UNEXPECTED_ERROR:Kr(),NOT_COMPATIBLE_LEGACY_VUE_I18N:Kr(),BRIDGE_SUPPORT_VUE_2_ONLY:Kr(),MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION:Kr(),NOT_AVAILABLE_COMPOSITION_IN_LEGACY:Kr(),__EXTEND_POINT__:Kr()};function cr(e,...t){return Il(e,null,void 0)}const sm=Ma("__translateVNode"),im=Ma("__datetimeParts"),am=Ma("__numberParts"),jE=Ma("__setPluralRules"),HE=Ma("__injectWithOption"),om=Ma("__dispose");function Zc(e){if(!pn(e))return e;for(const t in e)if(jf(e,t))if(!t.includes("."))pn(e[t])&&Zc(e[t]);else{const n=t.split("."),r=n.length-1;let a=e,o=!1;for(let i=0;i{if("locale"in c&&"resource"in c){const{locale:d,resource:h}=c;d?(i[d]=i[d]||{},uf(h,i[d])):uf(h,i)}else We(c)&&uf(JSON.parse(c),i)}),a==null&&o)for(const c in i)jf(i,c)&&Zc(i[c]);return i}function VE(e){return e.type}function WE(e,t,n){let r=pn(t.messages)?t.messages:{};"__i18nGlobal"in n&&(r=Ih(e.locale.value,{messages:r,__i18n:n.__i18nGlobal}));const a=Object.keys(r);a.length&&a.forEach(o=>{e.mergeLocaleMessage(o,r[o])});{if(pn(t.datetimeFormats)){const o=Object.keys(t.datetimeFormats);o.length&&o.forEach(i=>{e.mergeDateTimeFormat(i,t.datetimeFormats[i])})}if(pn(t.numberFormats)){const o=Object.keys(t.numberFormats);o.length&&o.forEach(i=>{e.mergeNumberFormat(i,t.numberFormats[i])})}}}function m0(e){return mt(Hi,null,e,0)}const y0="__INTLIFY_META__",b0=()=>[],vM=()=>!1;let v0=0;function _0(e){return(t,n,r,a)=>e(n,r,Fr()||void 0,a)}const _M=()=>{const e=Fr();let t=null;return e&&(t=VE(e)[y0])?{[y0]:t}:null};function Ly(e={},t){const{__root:n,__injectWithOption:r}=e,a=n===void 0,o=e.flatJson,i=Uf?ft:ch,c=!!e.translateExistCompatible;let d=Gt(e.inheritLocale)?e.inheritLocale:!0;const h=i(n&&d?n.locale.value:We(e.locale)?e.locale:_l),y=i(n&&d?n.fallbackLocale.value:We(e.fallbackLocale)||Tn(e.fallbackLocale)||xt(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:h.value),g=i(Ih(h.value,e)),v=i(xt(e.datetimeFormats)?e.datetimeFormats:{[h.value]:{}}),E=i(xt(e.numberFormats)?e.numberFormats:{[h.value]:{}});let S=n?n.missingWarn:Gt(e.missingWarn)||Na(e.missingWarn)?e.missingWarn:!0,I=n?n.fallbackWarn:Gt(e.fallbackWarn)||Na(e.fallbackWarn)?e.fallbackWarn:!0,L=n?n.fallbackRoot:Gt(e.fallbackRoot)?e.fallbackRoot:!0,C=!!e.fallbackFormat,D=wn(e.missing)?e.missing:null,R=wn(e.missing)?_0(e.missing):null,N=wn(e.postTranslation)?e.postTranslation:null,U=n?n.warnHtmlMessage:Gt(e.warnHtmlMessage)?e.warnHtmlMessage:!0,j=!!e.escapeParameter;const m=n?n.modifiers:xt(e.modifiers)?e.modifiers:{};let q=e.pluralRules||n&&n.pluralRules,$;$=(()=>{a&&o0(null);const le={version:yM,locale:h.value,fallbackLocale:y.value,messages:g.value,modifiers:m,pluralRules:q,missing:R===null?void 0:R,missingWarn:S,fallbackWarn:I,fallbackFormat:C,unresolving:!0,postTranslation:N===null?void 0:N,warnHtmlMessage:U,escapeParameter:j,messageResolver:e.messageResolver,messageCompiler:e.messageCompiler,__meta:{framework:"vue"}};le.datetimeFormats=v.value,le.numberFormats=E.value,le.__datetimeFormatters=xt($)?$.__datetimeFormatters:void 0,le.__numberFormatters=xt($)?$.__numberFormatters:void 0;const ve=cM(le);return a&&o0(ve),ve})(),hc($,h.value,y.value);function re(){return[h.value,y.value,g.value,v.value,E.value]}const ce=Wn({get:()=>h.value,set:le=>{h.value=le,$.locale=h.value}}),X=Wn({get:()=>y.value,set:le=>{y.value=le,$.fallbackLocale=y.value,hc($,h.value,le)}}),me=Wn(()=>g.value),$e=Wn(()=>v.value),fe=Wn(()=>E.value);function we(){return wn(N)?N:null}function Te(le){N=le,$.postTranslation=le}function Qe(){return D}function wt(le){le!==null&&(R=_0(le)),D=le,$.missing=R}const nt=(le,ve,Ge,te,ie,pe)=>{re();let Ie;try{__INTLIFY_PROD_DEVTOOLS__,a||($.fallbackContext=n?lM():void 0),Ie=le($)}finally{__INTLIFY_PROD_DEVTOOLS__,a||($.fallbackContext=void 0)}if(Ge!=="translate exists"&&rr(Ie)&&Ie===Ch||Ge==="translate exists"&&!Ie){const[Ue,Je]=ve();return n&&L?te(n):ie(Ue)}else{if(pe(Ie))return Ie;throw cr(ir.UNEXPECTED_RETURN_TYPE)}};function bt(...le){return nt(ve=>Reflect.apply(d0,null,[ve,...le]),()=>tm(...le),"translate",ve=>Reflect.apply(ve.t,ve,[...le]),ve=>ve,ve=>We(ve))}function Yt(...le){const[ve,Ge,te]=le;if(te&&!pn(te))throw cr(ir.INVALID_ARGUMENT);return bt(ve,Ge,mr({resolvedMessage:!0},te||{}))}function tn(...le){return nt(ve=>Reflect.apply(f0,null,[ve,...le]),()=>nm(...le),"datetime format",ve=>Reflect.apply(ve.d,ve,[...le]),()=>s0,ve=>We(ve))}function $t(...le){return nt(ve=>Reflect.apply(p0,null,[ve,...le]),()=>rm(...le),"number format",ve=>Reflect.apply(ve.n,ve,[...le]),()=>s0,ve=>We(ve))}function ht(le){return le.map(ve=>We(ve)||rr(ve)||Gt(ve)?m0(String(ve)):ve)}const Qt={normalize:ht,interpolate:le=>le,type:"vnode"};function Kt(...le){return nt(ve=>{let Ge;const te=ve;try{te.processor=Qt,Ge=Reflect.apply(d0,null,[te,...le])}finally{te.processor=null}return Ge},()=>tm(...le),"translate",ve=>ve[sm](...le),ve=>[m0(ve)],ve=>Tn(ve))}function Rt(...le){return nt(ve=>Reflect.apply(p0,null,[ve,...le]),()=>rm(...le),"number format",ve=>ve[am](...le),b0,ve=>We(ve)||Tn(ve))}function yn(...le){return nt(ve=>Reflect.apply(f0,null,[ve,...le]),()=>nm(...le),"datetime format",ve=>ve[im](...le),b0,ve=>We(ve)||Tn(ve))}function on(le){q=le,$.pluralRules=q}function A(le,ve){return nt(()=>{if(!le)return!1;const Ge=We(ve)?ve:h.value,te=se(Ge),ie=$.messageResolver(te,le);return c?ie!=null:xl(ie)||ks(ie)||We(ie)},()=>[le],"translate exists",Ge=>Reflect.apply(Ge.te,Ge,[le,ve]),vM,Ge=>Gt(Ge))}function T(le){let ve=null;const Ge=IE($,y.value,h.value);for(let te=0;te{d&&(h.value=le,$.locale=le,hc($,h.value,y.value))}),Ns(n.fallbackLocale,le=>{d&&(y.value=le,$.fallbackLocale=le,hc($,h.value,y.value))}));const ye={id:v0,locale:ce,fallbackLocale:X,get inheritLocale(){return d},set inheritLocale(le){d=le,le&&n&&(h.value=n.locale.value,y.value=n.fallbackLocale.value,hc($,h.value,y.value))},get availableLocales(){return Object.keys(g.value).sort()},messages:me,get modifiers(){return m},get pluralRules(){return q||{}},get isGlobal(){return a},get missingWarn(){return S},set missingWarn(le){S=le,$.missingWarn=S},get fallbackWarn(){return I},set fallbackWarn(le){I=le,$.fallbackWarn=I},get fallbackRoot(){return L},set fallbackRoot(le){L=le},get fallbackFormat(){return C},set fallbackFormat(le){C=le,$.fallbackFormat=C},get warnHtmlMessage(){return U},set warnHtmlMessage(le){U=le,$.warnHtmlMessage=le},get escapeParameter(){return j},set escapeParameter(le){j=le,$.escapeParameter=le},t:bt,getLocaleMessage:se,setLocaleMessage:ee,mergeLocaleMessage:be,getPostTranslationHandler:we,setPostTranslationHandler:Te,getMissingHandler:Qe,setMissingHandler:wt,[jE]:on};return ye.datetimeFormats=$e,ye.numberFormats=fe,ye.rt=Yt,ye.te=A,ye.tm=G,ye.d=tn,ye.n=$t,ye.getDateTimeFormat=Fe,ye.setDateTimeFormat=ke,ye.mergeDateTimeFormat=Re,ye.getNumberFormat=Ce,ye.setNumberFormat=Be,ye.mergeNumberFormat=Xe,ye[HE]=r,ye[sm]=Kt,ye[im]=yn,ye[am]=Rt,ye}function xM(e){const t=We(e.locale)?e.locale:_l,n=We(e.fallbackLocale)||Tn(e.fallbackLocale)||xt(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:t,r=wn(e.missing)?e.missing:void 0,a=Gt(e.silentTranslationWarn)||Na(e.silentTranslationWarn)?!e.silentTranslationWarn:!0,o=Gt(e.silentFallbackWarn)||Na(e.silentFallbackWarn)?!e.silentFallbackWarn:!0,i=Gt(e.fallbackRoot)?e.fallbackRoot:!0,c=!!e.formatFallbackMessages,d=xt(e.modifiers)?e.modifiers:{},h=e.pluralizationRules,y=wn(e.postTranslation)?e.postTranslation:void 0,g=We(e.warnHtmlInMessage)?e.warnHtmlInMessage!=="off":!0,v=!!e.escapeParameterHtml,E=Gt(e.sync)?e.sync:!0;let S=e.messages;if(xt(e.sharedMessages)){const j=e.sharedMessages;S=Object.keys(j).reduce((q,$)=>{const V=q[$]||(q[$]={});return mr(V,j[$]),q},S||{})}const{__i18n:I,__root:L,__injectWithOption:C}=e,D=e.datetimeFormats,R=e.numberFormats,N=e.flatJson,U=e.translateExistCompatible;return{locale:t,fallbackLocale:n,messages:S,flatJson:N,datetimeFormats:D,numberFormats:R,missing:r,missingWarn:a,fallbackWarn:o,fallbackRoot:i,fallbackFormat:c,modifiers:d,pluralRules:h,postTranslation:y,warnHtmlMessage:g,escapeParameter:v,messageResolver:e.messageResolver,inheritLocale:E,translateExistCompatible:U,__i18n:I,__root:L,__injectWithOption:C}}function lm(e={},t){{const n=Ly(xM(e)),{__extender:r}=e,a={id:n.id,get locale(){return n.locale.value},set locale(o){n.locale.value=o},get fallbackLocale(){return n.fallbackLocale.value},set fallbackLocale(o){n.fallbackLocale.value=o},get messages(){return n.messages.value},get datetimeFormats(){return n.datetimeFormats.value},get numberFormats(){return n.numberFormats.value},get availableLocales(){return n.availableLocales},get formatter(){return{interpolate(){return[]}}},set formatter(o){},get missing(){return n.getMissingHandler()},set missing(o){n.setMissingHandler(o)},get silentTranslationWarn(){return Gt(n.missingWarn)?!n.missingWarn:n.missingWarn},set silentTranslationWarn(o){n.missingWarn=Gt(o)?!o:o},get silentFallbackWarn(){return Gt(n.fallbackWarn)?!n.fallbackWarn:n.fallbackWarn},set silentFallbackWarn(o){n.fallbackWarn=Gt(o)?!o:o},get modifiers(){return n.modifiers},get formatFallbackMessages(){return n.fallbackFormat},set formatFallbackMessages(o){n.fallbackFormat=o},get postTranslation(){return n.getPostTranslationHandler()},set postTranslation(o){n.setPostTranslationHandler(o)},get sync(){return n.inheritLocale},set sync(o){n.inheritLocale=o},get warnHtmlInMessage(){return n.warnHtmlMessage?"warn":"off"},set warnHtmlInMessage(o){n.warnHtmlMessage=o!=="off"},get escapeParameterHtml(){return n.escapeParameter},set escapeParameterHtml(o){n.escapeParameter=o},get preserveDirectiveContent(){return!0},set preserveDirectiveContent(o){},get pluralizationRules(){return n.pluralRules||{}},__composer:n,t(...o){const[i,c,d]=o,h={};let y=null,g=null;if(!We(i))throw cr(ir.INVALID_ARGUMENT);const v=i;return We(c)?h.locale=c:Tn(c)?y=c:xt(c)&&(g=c),Tn(d)?y=d:xt(d)&&(g=d),Reflect.apply(n.t,n,[v,y||g||{},h])},rt(...o){return Reflect.apply(n.rt,n,[...o])},tc(...o){const[i,c,d]=o,h={plural:1};let y=null,g=null;if(!We(i))throw cr(ir.INVALID_ARGUMENT);const v=i;return We(c)?h.locale=c:rr(c)?h.plural=c:Tn(c)?y=c:xt(c)&&(g=c),We(d)?h.locale=d:Tn(d)?y=d:xt(d)&&(g=d),Reflect.apply(n.t,n,[v,y||g||{},h])},te(o,i){return n.te(o,i)},tm(o){return n.tm(o)},getLocaleMessage(o){return n.getLocaleMessage(o)},setLocaleMessage(o,i){n.setLocaleMessage(o,i)},mergeLocaleMessage(o,i){n.mergeLocaleMessage(o,i)},d(...o){return Reflect.apply(n.d,n,[...o])},getDateTimeFormat(o){return n.getDateTimeFormat(o)},setDateTimeFormat(o,i){n.setDateTimeFormat(o,i)},mergeDateTimeFormat(o,i){n.mergeDateTimeFormat(o,i)},n(...o){return Reflect.apply(n.n,n,[...o])},getNumberFormat(o){return n.getNumberFormat(o)},setNumberFormat(o,i){n.setNumberFormat(o,i)},mergeNumberFormat(o,i){n.mergeNumberFormat(o,i)},getChoiceIndex(o,i){return-1}};return a.__extender=r,a}}const Ry={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:e=>e==="parent"||e==="global",default:"parent"},i18n:{type:Object}};function SM({slots:e},t){return t.length===1&&t[0]==="default"?(e.default?e.default():[]).reduce((r,a)=>[...r,...a.type===jt?a.children:[a]],[]):t.reduce((n,r)=>{const a=e[r];return a&&(n[r]=a()),n},{})}function GE(e){return jt}const EM=ko({name:"i18n-t",props:mr({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:e=>rr(e)||!isNaN(e)}},Ry),setup(e,t){const{slots:n,attrs:r}=t,a=e.i18n||Gi({useScope:e.scope,__useComponent:!0});return()=>{const o=Object.keys(n).filter(g=>g!=="_"),i={};e.locale&&(i.locale=e.locale),e.plural!==void 0&&(i.plural=We(e.plural)?+e.plural:e.plural);const c=SM(t,o),d=a[sm](e.keypath,c,i),h=mr({},r),y=We(e.tag)||pn(e.tag)?e.tag:GE();return du(y,h,d)}}}),x0=EM;function wM(e){return Tn(e)&&!We(e[0])}function KE(e,t,n,r){const{slots:a,attrs:o}=t;return()=>{const i={part:!0};let c={};e.locale&&(i.locale=e.locale),We(e.format)?i.key=e.format:pn(e.format)&&(We(e.format.key)&&(i.key=e.format.key),c=Object.keys(e.format).reduce((v,E)=>n.includes(E)?mr({},v,{[E]:e.format[E]}):v,{}));const d=r(e.value,i,c);let h=[i.key];Tn(d)?h=d.map((v,E)=>{const S=a[v.type],I=S?S({[v.type]:v.value,index:E,parts:d}):[v.value];return wM(I)&&(I[0].key=`${v.type}-${E}`),I}):We(d)&&(h=[d]);const y=mr({},o),g=We(e.tag)||pn(e.tag)?e.tag:GE();return du(g,y,h)}}const TM=ko({name:"i18n-n",props:mr({value:{type:Number,required:!0},format:{type:[String,Object]}},Ry),setup(e,t){const n=e.i18n||Gi({useScope:"parent",__useComponent:!0});return KE(e,t,FE,(...r)=>n[am](...r))}}),S0=TM,CM=ko({name:"i18n-d",props:mr({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},Ry),setup(e,t){const n=e.i18n||Gi({useScope:"parent",__useComponent:!0});return KE(e,t,$E,(...r)=>n[im](...r))}}),E0=CM;function IM(e,t){const n=e;if(e.mode==="composition")return n.__getInstance(t)||e.global;{const r=n.__getInstance(t);return r!=null?r.__composer:e.global.__composer}}function kM(e){const t=i=>{const{instance:c,modifiers:d,value:h}=i;if(!c||!c.$)throw cr(ir.UNEXPECTED_ERROR);const y=IM(e,c.$),g=w0(h);return[Reflect.apply(y.t,y,[...T0(g)]),y]};return{created:(i,c)=>{const[d,h]=t(c);Uf&&e.global===h&&(i.__i18nWatcher=Ns(h.locale,()=>{c.instance&&c.instance.$forceUpdate()})),i.__composer=h,i.textContent=d},unmounted:i=>{Uf&&i.__i18nWatcher&&(i.__i18nWatcher(),i.__i18nWatcher=void 0,delete i.__i18nWatcher),i.__composer&&(i.__composer=void 0,delete i.__composer)},beforeUpdate:(i,{value:c})=>{if(i.__composer){const d=i.__composer,h=w0(c);i.textContent=Reflect.apply(d.t,d,[...T0(h)])}},getSSRProps:i=>{const[c]=t(i);return{textContent:c}}}}function w0(e){if(We(e))return{path:e};if(xt(e)){if(!("path"in e))throw cr(ir.REQUIRED_VALUE,"path");return e}else throw cr(ir.INVALID_VALUE)}function T0(e){const{path:t,locale:n,args:r,choice:a,plural:o}=e,i={},c=r||{};return We(n)&&(i.locale=n),rr(a)&&(i.plural=a),rr(o)&&(i.plural=o),[t,c,i]}function AM(e,t,...n){const r=xt(n[0])?n[0]:{},a=!!r.useI18nComponentName;(Gt(r.globalInstall)?r.globalInstall:!0)&&([a?"i18n":x0.name,"I18nT"].forEach(i=>e.component(i,x0)),[S0.name,"I18nN"].forEach(i=>e.component(i,S0)),[E0.name,"I18nD"].forEach(i=>e.component(i,E0))),e.directive("t",kM(t))}function OM(e,t,n){return{beforeCreate(){const r=Fr();if(!r)throw cr(ir.UNEXPECTED_ERROR);const a=this.$options;if(a.i18n){const o=a.i18n;if(a.__i18n&&(o.__i18n=a.__i18n),o.__root=t,this===this.$root)this.$i18n=C0(e,o);else{o.__injectWithOption=!0,o.__extender=n.__vueI18nExtend,this.$i18n=lm(o);const i=this.$i18n;i.__extender&&(i.__disposer=i.__extender(this.$i18n))}}else if(a.__i18n)if(this===this.$root)this.$i18n=C0(e,a);else{this.$i18n=lm({__i18n:a.__i18n,__injectWithOption:!0,__extender:n.__vueI18nExtend,__root:t});const o=this.$i18n;o.__extender&&(o.__disposer=o.__extender(this.$i18n))}else this.$i18n=e;a.__i18nGlobal&&WE(t,a,a),this.$t=(...o)=>this.$i18n.t(...o),this.$rt=(...o)=>this.$i18n.rt(...o),this.$tc=(...o)=>this.$i18n.tc(...o),this.$te=(o,i)=>this.$i18n.te(o,i),this.$d=(...o)=>this.$i18n.d(...o),this.$n=(...o)=>this.$i18n.n(...o),this.$tm=o=>this.$i18n.tm(o),n.__setInstance(r,this.$i18n)},mounted(){},unmounted(){const r=Fr();if(!r)throw cr(ir.UNEXPECTED_ERROR);const a=this.$i18n;delete this.$t,delete this.$rt,delete this.$tc,delete this.$te,delete this.$d,delete this.$n,delete this.$tm,a.__disposer&&(a.__disposer(),delete a.__disposer,delete a.__extender),n.__deleteInstance(r),delete this.$i18n}}}function C0(e,t){e.locale=t.locale||e.locale,e.fallbackLocale=t.fallbackLocale||e.fallbackLocale,e.missing=t.missing||e.missing,e.silentTranslationWarn=t.silentTranslationWarn||e.silentFallbackWarn,e.silentFallbackWarn=t.silentFallbackWarn||e.silentFallbackWarn,e.formatFallbackMessages=t.formatFallbackMessages||e.formatFallbackMessages,e.postTranslation=t.postTranslation||e.postTranslation,e.warnHtmlInMessage=t.warnHtmlInMessage||e.warnHtmlInMessage,e.escapeParameterHtml=t.escapeParameterHtml||e.escapeParameterHtml,e.sync=t.sync||e.sync,e.__composer[jE](t.pluralizationRules||e.pluralizationRules);const n=Ih(e.locale,{messages:t.messages,__i18n:t.__i18n});return Object.keys(n).forEach(r=>e.mergeLocaleMessage(r,n[r])),t.datetimeFormats&&Object.keys(t.datetimeFormats).forEach(r=>e.mergeDateTimeFormat(r,t.datetimeFormats[r])),t.numberFormats&&Object.keys(t.numberFormats).forEach(r=>e.mergeNumberFormat(r,t.numberFormats[r])),e}const PM=Ma("global-vue-i18n");function NM(e={},t){const n=__VUE_I18N_LEGACY_API__&&Gt(e.legacy)?e.legacy:__VUE_I18N_LEGACY_API__,r=Gt(e.globalInjection)?e.globalInjection:!0,a=__VUE_I18N_LEGACY_API__&&n?!!e.allowComposition:!0,o=new Map,[i,c]=LM(e,n),d=Ma("");function h(v){return o.get(v)||null}function y(v,E){o.set(v,E)}function g(v){o.delete(v)}{const v={get mode(){return __VUE_I18N_LEGACY_API__&&n?"legacy":"composition"},get allowComposition(){return a},async install(E,...S){if(E.__VUE_I18N_SYMBOL__=d,E.provide(E.__VUE_I18N_SYMBOL__,v),xt(S[0])){const C=S[0];v.__composerExtend=C.__composerExtend,v.__vueI18nExtend=C.__vueI18nExtend}let I=null;!n&&r&&(I=HM(E,v.global)),__VUE_I18N_FULL_INSTALL__&&AM(E,v,...S),__VUE_I18N_LEGACY_API__&&n&&E.mixin(OM(c,c.__composer,v));const L=E.unmount;E.unmount=()=>{I&&I(),v.dispose(),L()}},get global(){return c},dispose(){i.stop()},__instances:o,__getInstance:h,__setInstance:y,__deleteInstance:g};return v}}function Gi(e={}){const t=Fr();if(t==null)throw cr(ir.MUST_BE_CALL_SETUP_TOP);if(!t.isCE&&t.appContext.app!=null&&!t.appContext.app.__VUE_I18N_SYMBOL__)throw cr(ir.NOT_INSTALLED);const n=RM(t),r=MM(n),a=VE(t),o=DM(e,a);if(__VUE_I18N_LEGACY_API__&&n.mode==="legacy"&&!e.__useComponent){if(!n.allowComposition)throw cr(ir.NOT_AVAILABLE_IN_LEGACY_MODE);return UM(t,o,r,e)}if(o==="global")return WE(r,e,a),r;if(o==="parent"){let d=$M(n,t,e.__useComponent);return d==null&&(d=r),d}const i=n;let c=i.__getInstance(t);if(c==null){const d=mr({},e);"__i18n"in a&&(d.__i18n=a.__i18n),r&&(d.__root=r),c=Ly(d),i.__composerExtend&&(c[om]=i.__composerExtend(c)),BM(i,t,c),i.__setInstance(t,c)}return c}function LM(e,t,n){const r=wm();{const a=__VUE_I18N_LEGACY_API__&&t?r.run(()=>lm(e)):r.run(()=>Ly(e));if(a==null)throw cr(ir.UNEXPECTED_ERROR);return[r,a]}}function RM(e){{const t=_n(e.isCE?PM:e.appContext.app.__VUE_I18N_SYMBOL__);if(!t)throw cr(e.isCE?ir.NOT_INSTALLED_WITH_PROVIDE:ir.UNEXPECTED_ERROR);return t}}function DM(e,t){return Th(e)?"__i18n"in t?"local":"global":e.useScope?e.useScope:"local"}function MM(e){return e.mode==="composition"?e.global:e.global.__composer}function $M(e,t,n=!1){let r=null;const a=t.root;let o=FM(t,n);for(;o!=null;){const i=e;if(e.mode==="composition")r=i.__getInstance(o);else if(__VUE_I18N_LEGACY_API__){const c=i.__getInstance(o);c!=null&&(r=c.__composer,n&&r&&!r[HE]&&(r=null))}if(r!=null||a===o)break;o=o.parent}return r}function FM(e,t=!1){return e==null?null:t&&e.vnode.ctx||e.parent}function BM(e,t,n){Ao(()=>{},t),Cl(()=>{const r=n;e.__deleteInstance(t);const a=r[om];a&&(a(),delete r[om])},t)}function UM(e,t,n,r={}){const a=t==="local",o=ch(null);if(a&&e.proxy&&!(e.proxy.$options.i18n||e.proxy.$options.__i18n))throw cr(ir.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION);const i=Gt(r.inheritLocale)?r.inheritLocale:!We(r.locale),c=ft(!a||i?n.locale.value:We(r.locale)?r.locale:_l),d=ft(!a||i?n.fallbackLocale.value:We(r.fallbackLocale)||Tn(r.fallbackLocale)||xt(r.fallbackLocale)||r.fallbackLocale===!1?r.fallbackLocale:c.value),h=ft(Ih(c.value,r)),y=ft(xt(r.datetimeFormats)?r.datetimeFormats:{[c.value]:{}}),g=ft(xt(r.numberFormats)?r.numberFormats:{[c.value]:{}}),v=a?n.missingWarn:Gt(r.missingWarn)||Na(r.missingWarn)?r.missingWarn:!0,E=a?n.fallbackWarn:Gt(r.fallbackWarn)||Na(r.fallbackWarn)?r.fallbackWarn:!0,S=a?n.fallbackRoot:Gt(r.fallbackRoot)?r.fallbackRoot:!0,I=!!r.fallbackFormat,L=wn(r.missing)?r.missing:null,C=wn(r.postTranslation)?r.postTranslation:null,D=a?n.warnHtmlMessage:Gt(r.warnHtmlMessage)?r.warnHtmlMessage:!0,R=!!r.escapeParameter,N=a?n.modifiers:xt(r.modifiers)?r.modifiers:{},U=r.pluralRules||a&&n.pluralRules;function j(){return[c.value,d.value,h.value,y.value,g.value]}const m=Wn({get:()=>o.value?o.value.locale.value:c.value,set:T=>{o.value&&(o.value.locale.value=T),c.value=T}}),q=Wn({get:()=>o.value?o.value.fallbackLocale.value:d.value,set:T=>{o.value&&(o.value.fallbackLocale.value=T),d.value=T}}),$=Wn(()=>o.value?o.value.messages.value:h.value),V=Wn(()=>y.value),re=Wn(()=>g.value);function ce(){return o.value?o.value.getPostTranslationHandler():C}function X(T){o.value&&o.value.setPostTranslationHandler(T)}function me(){return o.value?o.value.getMissingHandler():L}function $e(T){o.value&&o.value.setMissingHandler(T)}function fe(T){return j(),T()}function we(...T){return o.value?fe(()=>Reflect.apply(o.value.t,null,[...T])):fe(()=>"")}function Te(...T){return o.value?Reflect.apply(o.value.rt,null,[...T]):""}function Qe(...T){return o.value?fe(()=>Reflect.apply(o.value.d,null,[...T])):fe(()=>"")}function wt(...T){return o.value?fe(()=>Reflect.apply(o.value.n,null,[...T])):fe(()=>"")}function nt(T){return o.value?o.value.tm(T):{}}function bt(T,G){return o.value?o.value.te(T,G):!1}function Yt(T){return o.value?o.value.getLocaleMessage(T):{}}function tn(T,G){o.value&&(o.value.setLocaleMessage(T,G),h.value[T]=G)}function $t(T,G){o.value&&o.value.mergeLocaleMessage(T,G)}function ht(T){return o.value?o.value.getDateTimeFormat(T):{}}function Ft(T,G){o.value&&(o.value.setDateTimeFormat(T,G),y.value[T]=G)}function Qt(T,G){o.value&&o.value.mergeDateTimeFormat(T,G)}function Kt(T){return o.value?o.value.getNumberFormat(T):{}}function Rt(T,G){o.value&&(o.value.setNumberFormat(T,G),g.value[T]=G)}function yn(T,G){o.value&&o.value.mergeNumberFormat(T,G)}const on={get id(){return o.value?o.value.id:-1},locale:m,fallbackLocale:q,messages:$,datetimeFormats:V,numberFormats:re,get inheritLocale(){return o.value?o.value.inheritLocale:i},set inheritLocale(T){o.value&&(o.value.inheritLocale=T)},get availableLocales(){return o.value?o.value.availableLocales:Object.keys(h.value)},get modifiers(){return o.value?o.value.modifiers:N},get pluralRules(){return o.value?o.value.pluralRules:U},get isGlobal(){return o.value?o.value.isGlobal:!1},get missingWarn(){return o.value?o.value.missingWarn:v},set missingWarn(T){o.value&&(o.value.missingWarn=T)},get fallbackWarn(){return o.value?o.value.fallbackWarn:E},set fallbackWarn(T){o.value&&(o.value.missingWarn=T)},get fallbackRoot(){return o.value?o.value.fallbackRoot:S},set fallbackRoot(T){o.value&&(o.value.fallbackRoot=T)},get fallbackFormat(){return o.value?o.value.fallbackFormat:I},set fallbackFormat(T){o.value&&(o.value.fallbackFormat=T)},get warnHtmlMessage(){return o.value?o.value.warnHtmlMessage:D},set warnHtmlMessage(T){o.value&&(o.value.warnHtmlMessage=T)},get escapeParameter(){return o.value?o.value.escapeParameter:R},set escapeParameter(T){o.value&&(o.value.escapeParameter=T)},t:we,getPostTranslationHandler:ce,setPostTranslationHandler:X,getMissingHandler:me,setMissingHandler:$e,rt:Te,d:Qe,n:wt,tm:nt,te:bt,getLocaleMessage:Yt,setLocaleMessage:tn,mergeLocaleMessage:$t,getDateTimeFormat:ht,setDateTimeFormat:Ft,mergeDateTimeFormat:Qt,getNumberFormat:Kt,setNumberFormat:Rt,mergeNumberFormat:yn};function A(T){T.locale.value=c.value,T.fallbackLocale.value=d.value,Object.keys(h.value).forEach(G=>{T.mergeLocaleMessage(G,h.value[G])}),Object.keys(y.value).forEach(G=>{T.mergeDateTimeFormat(G,y.value[G])}),Object.keys(g.value).forEach(G=>{T.mergeNumberFormat(G,g.value[G])}),T.escapeParameter=R,T.fallbackFormat=I,T.fallbackRoot=S,T.fallbackWarn=E,T.missingWarn=v,T.warnHtmlMessage=D}return yh(()=>{if(e.proxy==null||e.proxy.$i18n==null)throw cr(ir.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);const T=o.value=e.proxy.$i18n.__composer;t==="global"?(c.value=T.locale.value,d.value=T.fallbackLocale.value,h.value=T.messages.value,y.value=T.datetimeFormats.value,g.value=T.numberFormats.value):a&&A(T)}),on}const jM=["locale","fallbackLocale","availableLocales"],I0=["t","rt","d","n","tm","te"];function HM(e,t){const n=Object.create(null);return jM.forEach(a=>{const o=Object.getOwnPropertyDescriptor(t,a);if(!o)throw cr(ir.UNEXPECTED_ERROR);const i=ar(o.value)?{get(){return o.value.value},set(c){o.value.value=c}}:{get(){return o.get&&o.get()}};Object.defineProperty(n,a,i)}),e.config.globalProperties.$i18n=n,I0.forEach(a=>{const o=Object.getOwnPropertyDescriptor(t,a);if(!o||!o.value)throw cr(ir.UNEXPECTED_ERROR);Object.defineProperty(e.config.globalProperties,`$${a}`,o)}),()=>{delete e.config.globalProperties.$i18n,I0.forEach(a=>{delete e.config.globalProperties[`$${a}`]})}}bM();__INTLIFY_JIT_COMPILATION__?a0(fM):a0(dM);sM(BD);iM(IE);if(__INTLIFY_PROD_DEVTOOLS__){const e=$i();e.__INTLIFY__=!0,qD(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__)}const VM={"buckaroo.response.an_error_occurred_while_processing_the_transaction_unable_to_pay_more_with_giftcards":"An error occurred while processing the transaction: Unable to pay more with giftcards","buckaroo.response.invalid_parameter_originaltransaction":"Invalid parameter originaltransaction.","countries.afghanistan":"Afghanistan","countries.albania":"Albania","countries.algeria":"Algeria","countries.american_samoa":"American Samoa","countries.andorra":"Andorra","countries.angola":"Angola","countries.anguilla":"Anguilla","countries.antigua_and_barbuda":"Antigua and Barbuda","countries.argentina":"Argentina","countries.armenia":"Armenia","countries.aruba":"Aruba","countries.australia":"Australia","countries.austria":"Austria","countries.azerbaijan":"Azerbaijan","countries.bahamas":"Bahamas","countries.bahrain":"Bahrain","countries.bangladesh":"Bangladesh","countries.barbados":"Barbados","countries.belarus":"Belarus","countries.belgium":"Belgium","countries.belize":"Belize","countries.benin":"Benin","countries.bermuda":"Bermuda","countries.bhutan":"Bhutan","countries.bolivia":"Bolivia","countries.bosnia_and_herzegovina":"Bosnia and Herzegovina","countries.botswana":"Botswana","countries.brazil":"Brazil","countries.british_virgin_islands":"The British Virgin Islands","countries.brunei_darussalam":"Brunei Darussalam","countries.bulgaria":"Bulgaria","countries.burkina_faso":"Burkina Faso","countries.burundi":"Burundi","countries.cambodia":"Cambodia","countries.cameroon":"Cameroon","countries.canada":"Canada","countries.cape_verde":"Cape Verde","countries.cayman_islands":"Cayman Islands","countries.central_african_republic":"Central African Republic","countries.chad":"Chad","countries.chile":"Chile","countries.china":"China","countries.colombia":"Colombia","countries.comoros":"Comoros","countries.cook_islands":"Island","countries.costa_rica":"Costa Rica","countries.croatia":"Croatia","countries.cuba":"Cuba","countries.curaçao":"Curacao","countries.cyprus":"Cyprus","countries.czech_republic":"Czech Republic","countries.côte_d'ivoire":"Cote Divoire","countries.democratic_republic_of_the_congo":"Democratic Republic of the Congo","countries.denmark":"Denmark","countries.djibouti":"Djibouti","countries.dominica":"Dominica","countries.dominican_republic":"Dominican Republic","countries.east timor":"East Timor","countries.ecuador":"Ecuador","countries.egypt":"Egypt","countries.el_salvador":"El Salvador","countries.equatorial_guinea":"Equatorial Guinea","countries.eritrea":"Eritrea","countries.estonia":"Estonia","countries.ethiopia":"Ethiopia","countries.falkland_island":"Falkland Island","countries.faroe_islands":"Faroe Islands","countries.fiji":"Fiji","countries.finland":"Finland","countries.france":"France","countries.french_polynesia":"French Polynesia","countries.gabon":"Gabon","countries.gambia":"Gambia","countries.georgia":"Georgia","countries.germany":"Germany","countries.ghana":"Ghana","countries.gibraltar":"Gibraltar","countries.greece":"Greece","countries.greenland":"Greenland","countries.grenada":"Grenada","countries.guam":"Guam","countries.guatemala":"Guatemala","countries.guernsey":"Guernsey","countries.guinea":"Guinea","countries.guinea-bissau":"Guinea-Bissau","countries.guyana":"Guyana","countries.haiti":"Haiti","countries.honduras":"Honduras","countries.hong_kong":"Hong Kong","countries.hungary":"Hungary","countries.iceland":"Iceland","countries.india":"India","countries.indonesia":"Indonesia","countries.iran":"Iran","countries.iraq":"Iraq","countries.ireland":"Ireland","countries.isle_of_man":"Isle of Man","countries.israel":"Israel","countries.italy":"Italy","countries.jamaica":"Jamaica","countries.japan":"Japan","countries.jersey":"Jersey","countries.jordan":"Jordan","countries.kazakhstan":"Kazakhstan","countries.kenya":"Kenya","countries.kiribati":"Kiribati","countries.kosovo":"Kosovo","countries.kuwait":"Kuwait","countries.kyrgyzstan":"Kyrgyzstan","countries.laos":"Laos","countries.latvia":"Latvia","countries.lebanon":"Lebanon","countries.lesotho":"Lesotho","countries.liberia":"Liberia","countries.libya":"Libya","countries.liechtenstein":"Liechtenstein","countries.lithuania":"Lithuania","countries.luxembourg":"Luxembourg","countries.macau":"Macao","countries.macedonia":"Macedonia","countries.madagascar":"Madagascar","countries.malawi":"Malawi","countries.malaysia":"Malaysia","countries.maldives":"Maldives","countries.mali":"Mali","countries.malta":"Malta","countries.marshall_islands":"Marshall Islands","countries.mauritania":"Mauritania","countries.mauritius":"Mauritius","countries.mayotte":"Mayotte","countries.mexico":"Mexico","countries.micronesia":"Micronesia","countries.moldova":"Moldova","countries.monaco":"Monaco","countries.mongolia":"Mongolia","countries.montenegro":"Montenegro","countries.montserrat":"Montserrat","countries.morocco":"Morocco","countries.mozambique":"Mozambique","countries.myanmar":"Myanmar","countries.namibia":"Namibia","countries.nauru":"Nauru","countries.nepal":"Nepal","countries.netherlands":"Netherlands","countries.new_caledonia":"New Caledonia","countries.new_zealand":"New Zealand","countries.nicaragua":"Nicaragua","countries.niger":"Niger","countries.nigeria":"Nigeria","countries.niue":"Niue","countries.norfolk_island":"Norfolk Island","countries.north_korea":"North Korea","countries.northern_mariana_islands":"Northern Mariana Islands","countries.norway":"Norway","countries.oman":"Oman","countries.pakistan":"Pakistan","countries.palau":"Palau","countries.palestine":"Palestine","countries.panama":"Panama","countries.papua_new_guinea":"Papua New Guinea","countries.paraguay":"Paraguay","countries.peru":"Peru","countries.philippines":"Philippines","countries.pitcairn":"Pitekaien","countries.poland":"Poland","countries.portugal":"Portugal","countries.puerto_rico":"Puerto Rico","countries.qatar":"Qatar","countries.republic_of_the_congo":"Democratic Republic of the Congo","countries.romania":"Romania","countries.russia":"Russia","countries.rwanda":"Rwanda","countries.saint_helena":"St. Helena","countries.saint_kitts_and_nevis":"Saint Kitts and Nevis","countries.saint_lucia":"Saint Lucia","countries.saint_vincent_and_the_grenadines":"Saint Vincent and the Grenadines","countries.samoa":"Samoa","countries.san_marino":"San Marino","countries.sao_tome_and_principe":"Sao Tome and Principe","countries.saudi_arabia":"Saudi Arabia","countries.senegal":"Senegal","countries.serbia":"Serbia","countries.seychelles":"Seychelles","countries.sierra_leone":"Sierra Leone","countries.singapore":"Singapore","countries.slovakia":"Slovakia","countries.slovenia":"Slovenia","countries.solomon_islands":"Solomon Islands","countries.somalia":"Somalia","countries.south_africa":"South Africa","countries.south_korea":"South Korea","countries.south_sudan":"South Sudan","countries.spain":"Spain","countries.sri_lanka":"Sri Lanka","countries.sudan":"Sudan","countries.suriname":"Surinam","countries.swaziland":"Swaziland","countries.sweden":"Sweden","countries.switzerland":"Switzerland","countries.syrian_arab_republic":"Syrian Arab Republic","countries.taiwan":"Taiwan","countries.tajikistan":"Tajikistan","countries.tanzania":"Tanzania","countries.thailand":"Thailand","countries.togo":"Togo","countries.tokelau":"Tokelau","countries.tonga":"Tonga","countries.trinidad_and_tobago":"Trinidad and Tobago","countries.tunisia":"Tunisia","countries.turkey":"Turkey","countries.turkmenistan":"Turkmenistan","countries.turks_and_caicos_islands":"Turks and Caicos Islands","countries.tuvalu":"Tuvalu","countries.uganda":"Uganda","countries.ukraine":"Ukraine","countries.united kingdom":"United Kingdom","countries.united states":"United States","countries.united_arab_emirates":"United Arab Emirates","countries.uruguay":"Uruguay","countries.us_virgin_islands":"US Virgin Islands","countries.uzbekistan":"Uzbekistan","countries.vanuatu":"Vanuatu","countries.venezuela":"Venezuela","countries.vietnam":"Vietnam","countries.wallis_and_futuna":"Wallis and Futuna","countries.western_sahara":"Western Sahara","countries.yemen":"Yemen","countries.zambia":"Zambia","countries.zimbabwe":"Zimbabwe","dashboard.channel_selector.select_channel":"Select Channel","dashboard.channel_selector.select_channel_label":"Each channel has its configuration settings.","dashboard.config.financial_warning":"Customer Financial Warning","dashboard.config.financial_warning.label":"Due to the regulations for BNPL methods in The Netherlands you’ll have to warn customers about using a BNPL plan because it can be easy to get into debt. When enabled a warning will be showed in the checkout. Please note that this setting only applies for customers in The Netherlands.","dashboard.config.financial_warning.options.disabled":"Disabled","dashboard.config.financial_warning.options.enabled":"Enabled","dashboard.config.showIssuers":"Show Issuer Selection in the Checkout","dashboard.config.showIssuers.disabled":"Disable","dashboard.config.showIssuers.enabled":"Enable","dashboard.config.showIssuers.label":`When the "Disable" option is selected, the issuer selection for iDEAL will not be displayed in the checkout. Instead, customers will be redirected to a separate page where they can choose their iDEAL issuer (i.e., their bank). On the other hand, selecting the "Enable" option will display the issuer selection directly in the checkout. It's important to note that enabling this option will incur additional costs from Buckaroo, estimated at around €0.002 for each transaction. For precise cost details, please reach out to Buckaroo directly.`,"dashboard.country_select.search_countries":"Search Countries","dashboard.menu.channel":"Channel","dashboard.menu.order_payment_methods":"Order Payments Methods","dashboard.menu.payment_methods":"Payment methods","dashboard.menu.settings":"Settings","dashboard.menu.verification_methods":"Verification methods","dashboard.pages.order_payment_methods.all_countries":"All Countries","dashboard.pages.order_payment_methods.explanation_intro":`You can easily change the order of the payment methods by dragging them into the right place, from top to bottom. Even setting a specific payment method order for a specific country is possible. This so you can highlight local payment methods for customers across different countries.`,"dashboard.pages.order_payment_methods.how_to_order_payment_method":"How to change the order of the payment methods in the checkout","dashboard.pages.order_payment_methods.if_you_have_any_questions":"If you have any questions about this plugin from Buckaroo, then you can contact us by e-mail:","dashboard.pages.order_payment_methods.order_payment_methods":"Order Payment Methods","dashboard.pages.order_payment_methods.order_payment_methods_label":"Change the order of payment methods.","dashboard.pages.order_payment_methods.payment_method_order_updated_successfully":"Payment method order updated successfully.","dashboard.pages.order_payment_methods.search_country":"Search country","dashboard.pages.order_payment_methods.something_went_wrong":"Something went wrong.","dashboard.pages.order_payment_methods.step_one":`First select the country for which you want to change the display order of the payment methods. Or you can select “All Countries” to use a specific order of the payment methods globally.`,"dashboard.pages.order_payment_methods.step_three":"Save your chosen payment methods order and check if the payment methods are showed in the correct order in the checkout of your webshop.","dashboard.pages.order_payment_methods.step_two":`Drag and drop the payment methods in the order of your liking. This can be done by dragging them from top to bottom with the arrow icons.`,"dashboard.pages.payments.add":"Add","dashboard.pages.payments.add_custom_giftcard":"Add custom giftcard","dashboard.pages.payments.all_countries":"All Countries","dashboard.pages.payments.allowed_creditcards":"Allowed Credit- and debitcards","dashboard.pages.payments.allowed_creditcards_label":"Only selected credit- or debitcards will be showed for this method","dashboard.pages.payments.allowed_giftcards":"Allowed giftcards","dashboard.pages.payments.allowed_giftcards_label":"Only selected giftcards will this method be shown","dashboard.pages.payments.allowed_methods":"Allowed payment methods","dashboard.pages.payments.clear":"Clear","dashboard.pages.payments.client_side":"Client Side Encryption","dashboard.pages.payments.client_side_label":"Enable or disable client sided payment method behavior.","dashboard.pages.payments.configure":"Configure","dashboard.pages.payments.configure_your_payment_method_settings":"Configure your payment method settings","dashboard.pages.payments.configure_your_payment_name_settings":"Configure your {payment_name} settings","dashboard.pages.payments.configure_your_verification_method_settings":"Configure your verification method settings","dashboard.pages.payments.configure_your_verification_name_settings":"Configure your {verification_name} settings","dashboard.pages.payments.countries":"Countries","dashboard.pages.payments.countries_label":"The payment method will only be showed for selected countries. You can leave this setting empty to display the payment method for all countries.","dashboard.pages.payments.custom_giftcard":"Custom giftcard","dashboard.pages.payments.custom_icon_url":"Custom Icon URL","dashboard.pages.payments.customer.type.b2b":"B2B","dashboard.pages.payments.customer.type.b2b.long":"Business-to-Business","dashboard.pages.payments.customer.type.b2c":"B2C","dashboard.pages.payments.customer.type.b2c.long":"Business-to-consumer","dashboard.pages.payments.customer.type.both":"Both","dashboard.pages.payments.customer.type_label":"Customer Type","dashboard.pages.payments.customer_type":"Customer type","dashboard.pages.payments.display_type":"Button Display Type","dashboard.pages.payments.display_type_label":"This setting determines how the bank selection for this payment method will be displayed in the checkout.
You can choose between radio buttons or a dropdown selection.","dashboard.pages.payments.display_types.dropdown":"Dropdown","dashboard.pages.payments.display_types.radio":"Radio","dashboard.pages.payments.due_date":"Due date (in days)","dashboard.pages.payments.edit":"Edit","dashboard.pages.payments.enter_giftcard_details":"Enter giftcard details","dashboard.pages.payments.front_label":"Front Label","dashboard.pages.payments.front_label_label":"This name will be displayed for this payment method in the checkout. When this field is empty, the standard payment method name will be displayed.","dashboard.pages.payments.giftcard_name":"Giftcard Name","dashboard.pages.payments.idin.display_mode":"iDIN mode:","dashboard.pages.payments.idin.display_mode.global":"Global","dashboard.pages.payments.idin.display_mode.product":"Specific products","dashboard.pages.payments.idin.display_mode_label":`With this setting you can select whether iDIN is enabled for all the products in the store (globally) or only for specific products. -For specific products you also need to enable it for the products in the PrestaShop catalog.`,"dashboard.pages.payments.in3.version.label":"In3 version","dashboard.pages.payments.in3.version.v2":"V2 (Capayable/In3)","dashboard.pages.payments.in3.version.v3":"V3 (iDEAL In3)","dashboard.pages.payments.logo":"Payment logo","dashboard.pages.payments.max_order_amount_b2c":"Maximum B2B order amount","dashboard.pages.payments.maximum_order_amount":"Maximum order amount","dashboard.pages.payments.min_order_amount_b2b":"Minimum B2B order amount","dashboard.pages.payments.minimum_order_amount":"Minimum order amount","dashboard.pages.payments.mode":"Mode","dashboard.pages.payments.mode_label":'When set to "Live" you can do actual payments. When set to "Testing" you can do test transactions. This payment method will not appear when it is set to "Off".',"dashboard.pages.payments.modes_settings.live":"Live","dashboard.pages.payments.modes_settings.off":"Off","dashboard.pages.payments.modes_settings.test":"Test","dashboard.pages.payments.order_amount_allowed":"Order amount allowed","dashboard.pages.payments.order_amount_allowed_label":"This method will only be shown when this condition is met.","dashboard.pages.payments.payment_fee_incl_vat":"Payment fee incl. VAT","dashboard.pages.payments.payment_fee_incl_vat_label":"You can charge a fee when the customer select this payment. Specify static (e.g. 1.50). Decimals must be separated by a dot (.)","dashboard.pages.payments.payment_methods":"Payments methods","dashboard.pages.payments.remove":"Remove","dashboard.pages.payments.save":"Save","dashboard.pages.payments.search_country":"Search Country","dashboard.pages.payments.search_creditcard":"Search Credit- or debitcard","dashboard.pages.payments.search_giftcard":"Search Giftcard","dashboard.pages.payments.seller_protection":"Seller protection","dashboard.pages.payments.seller_protection_disabled":"No","dashboard.pages.payments.seller_protection_enable":"Enable PayPal Seller Protection","dashboard.pages.payments.seller_protection_enabled":"Yes","dashboard.pages.payments.send_email_instruction":"Send payment instruction email","dashboard.pages.payments.send_email_instruction_no":"No","dashboard.pages.payments.send_email_instruction_yes":"Yes","dashboard.pages.payments.send_email_merchant":"Merchant sends email","dashboard.pages.payments.seperate_authorize_and_capture":"Seperate authorize and capture","dashboard.pages.payments.seperate_authorize_and_capture_label":"When this option is enabled you have to manually capture the credit- or debitcard payment.","dashboard.pages.payments.service_code":"Service Code","dashboard.pages.payments.service_code_label":"After you request your custom giftcard by Intersolve you will receive an email about your service code. If you have any questions about this do not hesitate to mail us at ","dashboard.pages.payments.settings":"Settings","dashboard.pages.payments.show_country_number_and_more":"and {country_number} more...","dashboard.pages.payments.show_less":"Show less","dashboard.pages.payments.vat_type_for_wrap":"Vat type for gift wrapping","dashboard.pages.payments.vat_type_for_wrap_select":"Please select vat type for gift wrapping","dashboard.pages.payments.verification_methods":"Verification methods","dashboard.pages.settings.add":"Add","dashboard.pages.settings.advance_settings":"Advanced Settings","dashboard.pages.settings.checkout_url":"Checkout URL","dashboard.pages.settings.checkout_url_explanation":"When this field is left empty, the customer will return to the default PrestaShop checkout page.","dashboard.pages.settings.checkout_url_label":"Set a custom checkout URL after the customer cancel the payment or something went wrong during the process.","dashboard.pages.settings.credentials":"Credentials","dashboard.pages.settings.credentials_label":"Get your Buckaroo credentials from the Buckaroo Plaza","dashboard.pages.settings.custom_scripts":"Custom scripts","dashboard.pages.settings.custom_scripts_label":"Add custom javascript or css to your checkout.","dashboard.pages.settings.custom_scripts_placeholder":"Javascript / CSS (https://example.com/style.css)","dashboard.pages.settings.example":"Example","dashboard.pages.settings.explanation_intro":"Welcome to the configuration panel of the Buckaroo Payment app for your PrestaShop webshop. In this panel you can set the app completely to your liking. Below you will find the steps to configue the settings. For further questions, please refer to our documentation page.","dashboard.pages.settings.generate_credit_slip":"Generate a Credit Slip","dashboard.pages.settings.generate_credit_slip_label":"Whether a credit note should be generated.","dashboard.pages.settings.generate_negative_payments":"Create Negative Payments on Refund","dashboard.pages.settings.generate_negative_payments_label":"Whether a negative payment does also need to be created when performing a refund.","dashboard.pages.settings.generate_voucher":"Generate a Voucher","dashboard.pages.settings.generate_voucher_label":"Whether a voucher should be generated.","dashboard.pages.settings.hide_advance_settings":"Hide Advanced Settings","dashboard.pages.settings.if_you_have_any_questions":"If you have any questions about the above, you can contact us by email:","dashboard.pages.settings.if_you_have_any_questions_link":" or phone ","dashboard.pages.settings.mode":"Mode","dashboard.pages.settings.mode_label":"Easily change the mode","dashboard.pages.settings.no_im_testing":"No, I'm Testing","dashboard.pages.settings.order_number":"Order number","dashboard.pages.settings.order_number2":"order_number","dashboard.pages.settings.re_stock_products":"Re-stock Products","dashboard.pages.settings.re_stock_products_label":"Whether refunded products should be returned to inventory (increasing the quantity in stock).","dashboard.pages.settings.refunds":"Refunds","dashboard.pages.settings.refunds_label":"Refund Description","dashboard.pages.settings.refunds_label_explanation":"This description is used for the refunds and will be visible in Buckaroo and on the bank statement of the consumer. We recommend using the webshop name so customers can easily recognize the payment.","dashboard.pages.settings.refunds_label_label":"When enabled you can do (partial) refunds directly from your PrestaShop admin area Read more","dashboard.pages.settings.remove":"Remove","dashboard.pages.settings.return_url":"Return URL","dashboard.pages.settings.return_url_explanation":"When this field is left empty, the customer will return to the default PrestaShop confirmation page.","dashboard.pages.settings.return_url_label":"Set a custom return URL after the customer finishes the payment.","dashboard.pages.settings.save":"Save","dashboard.pages.settings.secret_key":"Secret key","dashboard.pages.settings.settings":"Settings","dashboard.pages.settings.settings_label":"Configure your settings","dashboard.pages.settings.settings_successfully_updated":"Settings successfully updated.","dashboard.pages.settings.shop_name":"Shop name","dashboard.pages.settings.shop_name2":"shop_name","dashboard.pages.settings.step_five":"Start testing, when testing is oke you can start LIVE transactions","dashboard.pages.settings.step_four":"Configure advanced settings & payment methods","dashboard.pages.settings.step_one":"Fill in your websitekey","dashboard.pages.settings.step_three":"Click on ‘test connection’, when oke proceed to step 4.","dashboard.pages.settings.step_two":"Fill in your secretkey","dashboard.pages.settings.successfully_verified_the_credentials":"Successfully verified the credentials!","dashboard.pages.settings.test_connection":"Test Connection","dashboard.pages.settings.the_credentials_are_not_valid":"The credentials are not valid!","dashboard.pages.settings.transaction_description":"Transaction Description","dashboard.pages.settings.transaction_description_label":'Transaction description can be filled with static text and tags like: {order_number} and {shop_name}.',"dashboard.pages.settings.website_key":"Website key","dashboard.pages.settings.welcome_to_buckaroo":"Welcome to Buckaroo","dashboard.pages.settings.when_your_shop_is_not_live_yet":"When your shop is not live yet","dashboard.pages.settings.yes_im_ready_to_receive_payments":"Yes, I'm ready to receive payments","dashboard.pages.settings.your_shop_is_live_and_ready_to_receive_real_payments":"Your shop is live and ready to receive real payments","payment_methods.afterpay":"Riverty","payment_methods.alipay":"Alipay","payment_methods.applepay":"Apple Pay","payment_methods.bancontact":"Bancontact","payment_methods.bancontactmrcash":"Bancontact","payment_methods.belfius":"Belfius","payment_methods.billink":"Billink","payment_methods.creditcard":"Cards","payment_methods.eps":"EPS","payment_methods.giftcard":"Giftcard","payment_methods.giropay":"Giropay","payment_methods.ideal":"iDEAL","payment_methods.idin":"iDIN","payment_methods.in3":"In3","payment_methods.kbcpaymentbutton":"KBC","payment_methods.klarna":"Klarna","payment_methods.mbway":"MB WAY","payment_methods.multibanco":"Multibanco","payment_methods.paybybank":"PayByBank","payment_methods.payconiq":"Payconiq","payment_methods.paypal":"PayPal","payment_methods.payperemail":"PayPerEmail","payment_methods.przelewy24":"Przelewy24","payment_methods.sepadirectdebit":"SEPA Direct Debit","payment_methods.sofortueberweisung":"Sofort","payment_methods.tinka":"Tinka","payment_methods.transfer":"Transfer","payment_methods.trustly":"Trustly","payment_methods.wechatpay":"WeChatPay","payment_methods.knaken":"Knaken Settle","verification_methods.idin":"iDIN","dashboard.pages.payments.displayInCheckout":"Group Credit-debitcards","dashboard.pages.payments.displayInCheckoutDesc":"Cards option on how to show the brands in the checkout.
Separate: Card issuers are showed seperately in the checkout.
Grouped: Card issuers are showed within one group."},VM={"buckaroo.response.an_error_occurred_while_processing_the_transaction_unable_to_pay_more_with_giftcards":"Er is een fout opgetreden tijdens het verwerken van de transactie: Je kunt niet meer cadeaukaarten gebruiken","buckaroo.response.invalid_parameter_originaltransaction":"Ongeldige parameter originaltransaction.","countries.afghanistan":"Afghanistan","countries.albania":"Albanië","countries.algeria":"Algerije","countries.american_samoa":"Amerikaans Samoa","countries.andorra":"Andorra","countries.angola":"Angola","countries.anguilla":"Anguilla","countries.antigua_and_barbuda":"Antigua en Barbuda","countries.argentina":"Argentinië","countries.armenia":"Armenië","countries.aruba":"Aruba","countries.australia":"Australië","countries.austria":"Oostenrijk","countries.azerbaijan":"Azerbeidzjan","countries.bahamas":"Bahamas","countries.bahrain":"Bahrein","countries.bangladesh":"Bangladesh","countries.barbados":"Barbados","countries.belarus":"Wit-Rusland","countries.belgium":"België","countries.belize":"Belize","countries.benin":"Benin","countries.bermuda":"Bermuda","countries.bhutan":"Bhutan","countries.bolivia":"Bolivia","countries.bosnia_and_herzegovina":"Bosnië en Herzegovina","countries.botswana":"Botswana","countries.brazil":"Brazilië","countries.british_virgin_islands":"Britse Maagdeneilanden","countries.brunei_darussalam":"Brunei Darussalam","countries.bulgaria":"Bulgarije","countries.burkina_faso":"Burkina Faso","countries.burundi":"Burundi","countries.cambodia":"Cambodja","countries.cameroon":"Kameroen","countries.canada":"Canada","countries.cape_verde":"Kaapverdië","countries.cayman_islands":"Kaaimaneilanden","countries.central_african_republic":"Centraal-Afrikaanse Republiek","countries.chad":"Tsjaad","countries.chile":"Chili","countries.china":"China","countries.colombia":"Colombia","countries.comoros":"Comoren","countries.cook_islands":"Cookeilanden","countries.costa_rica":"Costa Rica","countries.croatia":"Kroatië","countries.cuba":"Cuba","countries.curaçao":"Curaçao","countries.cyprus":"Cyprus","countries.czech_republic":"Tsjechische Republiek","countries.côte_d'ivoire":"Ivoorkust","countries.democratic_republic_of_the_congo":"Democratische Republiek Congo","countries.denmark":"Denemarken","countries.djibouti":"Djibouti","countries.dominica":"Dominica","countries.dominican_republic":"Dominicaanse Republiek","countries.east timor":"East Timor","countries.ecuador":"Ecuador","countries.egypt":"Egypte","countries.el_salvador":"El Salvador","countries.equatorial_guinea":"Equatoriaal-Guinea","countries.eritrea":"Eritrea","countries.estonia":"Estland","countries.ethiopia":"Ethiopië","countries.falkland_island":"Falklandeiland","countries.faroe_islands":"Faeröer Eilanden","countries.fiji":"Fiji","countries.finland":"Finland","countries.france":"Frankrijk","countries.french_polynesia":"Frans-Polynesië","countries.gabon":"Gabon","countries.gambia":"Gambia","countries.georgia":"Georgië","countries.germany":"Duitsland","countries.ghana":"Ghana","countries.gibraltar":"Gibraltar","countries.greece":"Griekenland","countries.greenland":"Groenland","countries.grenada":"Grenada","countries.guam":"Guam","countries.guatemala":"Guatemala","countries.guernsey":"Guernsey","countries.guinea":"Guinee","countries.guinea-bissau":"Guinee-Bissau","countries.guyana":"Guyana","countries.haiti":"Haïti","countries.honduras":"Honduras","countries.hong_kong":"Hongkong","countries.hungary":"Hongarije","countries.iceland":"IJsland","countries.india":"India","countries.indonesia":"Indonesië","countries.iran":"Iran","countries.iraq":"Irak","countries.ireland":"Ierland","countries.isle_of_man":"Man","countries.israel":"Israël","countries.italy":"Italië","countries.jamaica":"Jamaica","countries.japan":"Japan","countries.jersey":"Jersey","countries.jordan":"Jordanië","countries.kazakhstan":"Kazachstan","countries.kenya":"Kenia","countries.kiribati":"Kiribati","countries.kosovo":"Kosovo","countries.kuwait":"Koeweit","countries.kyrgyzstan":"Kirgizië","countries.laos":"Laos","countries.latvia":"Letland","countries.lebanon":"Libanon","countries.lesotho":"Lesotho","countries.liberia":"Liberia","countries.libya":"Libië","countries.liechtenstein":"Liechtenstein","countries.lithuania":"Litouwen","countries.luxembourg":"Luxemburg","countries.macau":"Macau","countries.macedonia":"Macedonië","countries.madagascar":"Madagaskar","countries.malawi":"Malawi","countries.malaysia":"Maleisië","countries.maldives":"Maldiven","countries.mali":"Mali","countries.malta":"Malta","countries.marshall_islands":"Marshalleilanden","countries.mauritania":"Mauritanië","countries.mauritius":"Mauritius","countries.mayotte":"Mayotte","countries.mexico":"Mexico","countries.micronesia":"Micronesië","countries.moldova":"Moldavië","countries.monaco":"Monaco","countries.mongolia":"Mongolië","countries.montenegro":"Montenegro","countries.montserrat":"Montserrat","countries.morocco":"Marokko","countries.mozambique":"Mozambique","countries.myanmar":"Myanmar","countries.namibia":"Namibië","countries.nauru":"Nauru","countries.nepal":"Nepal","countries.netherlands":"Nederland","countries.new_caledonia":"Nieuw-Caledonië","countries.new_zealand":"Nieuw-Zeeland","countries.nicaragua":"Nicaragua","countries.niger":"Niger","countries.nigeria":"Nigeria","countries.niue":"Niue","countries.norfolk_island":"Norfolkeiland","countries.north_korea":"Noord-Korea","countries.northern_mariana_islands":"Noordelijke Marianen","countries.norway":"Noorwegen","countries.oman":"Oman","countries.pakistan":"Pakistan","countries.palau":"Palau","countries.palestine":"Palestina","countries.panama":"Panama","countries.papua_new_guinea":"Papoea-Nieuw-Guinea","countries.paraguay":"Paraguay","countries.peru":"Peru","countries.philippines":"Filipijnen","countries.pitcairn":"Pitcairn","countries.poland":"Polen","countries.portugal":"Portugal","countries.puerto_rico":"Puerto Rico","countries.qatar":"Qatar","countries.republic_of_the_congo":"Republiek Congo","countries.romania":"Roemenië","countries.russia":"Rusland","countries.rwanda":"Rwanda","countries.saint_helena":"Sint-Helena","countries.saint_kitts_and_nevis":"Saint Kitts en Nevis","countries.saint_lucia":"Saint Lucia","countries.saint_vincent_and_the_grenadines":"Saint Vincent en de Grenadines","countries.samoa":"Samoa","countries.san_marino":"San Marino","countries.saudi_arabia":"Saoedi-Arabië","countries.senegal":"Senegal","countries.serbia":"Servië","countries.seychelles":"Seychellen","countries.sierra_leone":"Sierra Leone","countries.singapore":"Singapore","countries.sint_maarten":"Sint-Maarten","countries.slovakia":"Slowakije","countries.slovenia":"Slovenië","countries.solomon_islands":"Salomonseilanden","countries.somalia":"Somalië","countries.south_africa":"Zuid-Afrika","countries.south_korea":"Zuid-Korea","countries.south_sudan":"Zuid-Soedan","countries.spain":"Spanje","countries.sri_lanka":"Sri Lanka","countries.sudan":"Soedan","countries.suriname":"Suriname","countries.swaziland":"Swaziland","countries.sweden":"Zweden","countries.switzerland":"Zwitserland","countries.syria":"Syrië","countries.são_tomé_and_príncipe":"Sao Tomé en Principe","countries.taiwan":"Taiwan","countries.tajikistan":"Tadzjikistan","countries.tanzania":"Tanzania","countries.thailand":"Thailand","countries.timor-leste":"Oost-Timor","countries.togo":"Togo","countries.tonga":"Tonga","countries.trinidad_and_tobago":"Trinidad en Tobago","countries.tunisia":"Tunesië","countries.turkey":"Turkije","countries.turkmenistan":"Turkmenistan","countries.turks_and_caicos_islands":"Turks- en Caicoseilanden","countries.tuvalu":"Tuvalu","countries.uganda":"Oeganda","countries.ukraine":"Oekraïne","countries.united kingdom":"Verenigd Koninkrijk","countries.united states":"Verenigde Staten","countries.united_arab_emirates":"Verenigde Arabische Emiraten","countries.uruguay":"Uruguay","countries.us_virgin_islands":"Amerikaanse Maagdeneilanden","countries.uzbekistan":"Oezbekistan","countries.vanuatu":"Vanuatu","countries.vatican_city":"Vaticaanstad","countries.venezuela":"Venezuela","countries.vietnam":"Vietnam","countries.wallis_and_futuna":"Wallis en Futuna","countries.western_sahara":"Westelijke Sahara","countries.yemen":"Jemen","countries.zambia":"Zambia","countries.zimbabwe":"Zimbabwe","dashboard.channel_selector.select_channel":"Selecteer Kanaal","dashboard.channel_selector.select_channel_label":"Elk kanaal heeft zijn eigen configuratie-instellingen.","dashboard.config.financial_warning":"Financiële Waarschuwing","dashboard.config.financial_warning.label":"Vanwege de voorschriften voor achteraf betaalmethoden in Nederland dien je klanten te waarschuwen voor het gebruik van een achteraf betaalmethode omdat het gemakkelijk kan leiden tot schulden. Wanneer deze functie is ingeschakeld, wordt er een waarschuwing weergegeven tijdens het afrekenen. Let op dat deze instelling alleen van toepassing is op klanten in Nederland.","dashboard.config.financial_warning.options.disabled":"Uitgeschakeld","dashboard.config.financial_warning.options.enabled":"Ingeschakeld","dashboard.config.showIssuers":"Weergeef de bankkeuze in de checkout","dashboard.config.showIssuers.disabled":"Uitgeschakeld","dashboard.config.showIssuers.enabled":"Inschakelen","dashboard.config.showIssuers.label":`Wanneer de optie 'Uitgeschakeld' is geselecteerd, zal de bankkeuze voor iDEAL niet worden weergegeven in de checkout. In plaats daarvan worden klanten doorgestuurd naar een aparte pagina waar ze hun eigen bank kunnen kiezen. Aan de andere kant zal het aanzetten van deze functie de bankkeuze direct in de checkout weergeven. Het is belangrijk om te melden dat het inschakelen van deze optie extra kosten met zich mee zal brengen van Buckaroo, geschat op ongeveer €0.002 per transactie. Voor nauwkeurige kostendetails kunt u rechtstreeks contact opnemen met Buckaroo.`,"dashboard.country_select.search_countries":"Zoek Landen","dashboard.menu.channel":"Kanaal","dashboard.menu.order_payment_methods":"Betaalmethoden Volgorde","dashboard.menu.payment_methods":"Betaalmethoden","dashboard.menu.settings":"Instellingen","dashboard.menu.verification_methods":"Verificatiemethoden","dashboard.pages.order_payment_methods.all_countries":"Alle landen","dashboard.pages.order_payment_methods.explanation_intro":"Om de betaalmethoden per land in de juiste volgorde in te stellen, dient u aan de linkerkant van dit scherm het gewenste land te selecteren. Uw krijgt dan een overzicht van de betaalmethoden die voor dat land 'aan' staan. U kunt vervolgens de betaalmethoden in de juiste volgorde zetten door te slepen.","dashboard.pages.order_payment_methods.how_to_order_payment_method":"Hoe u uw betaalmethode volgorde aan kunt passen","dashboard.pages.order_payment_methods.if_you_have_any_questions":"Heeft u vragen over deze plugin van Buckaroo, dan kunt u contact met ons opnemen via e-mail:","dashboard.pages.order_payment_methods.order_payment_methods":"Betaalmethode volgorde","dashboard.pages.order_payment_methods.order_payment_methods_label":"Wijzig de volgorde van betaalmethoden","dashboard.pages.order_payment_methods.payment_method_order_updated_successfully":"Betaalmethoden volgorde succesvol geüpdatet.","dashboard.pages.order_payment_methods.search_country":"Zoek land","dashboard.pages.order_payment_methods.something_went_wrong":"Er is iets fout gegaan.","dashboard.pages.order_payment_methods.step_one":"Selecteer het land waarvoor u de volgorde van de betaalmethoden wilt wijzigen.","dashboard.pages.order_payment_methods.step_three":"Sla de instellingen op en controleer in uw webshop (checkout) of alles correct weergeven wordt.","dashboard.pages.order_payment_methods.step_two":"Sleep de betaalmethoden in de volgorde van uw voorkeur.","dashboard.pages.payments.add":"Toevoegen","dashboard.pages.payments.add_custom_giftcard":"Eigen cadeaukaart toevoegen","dashboard.pages.payments.all_countries":"Alle landen","dashboard.pages.payments.allowed_creditcards":"Toegestane Cards","dashboard.pages.payments.allowed_creditcards_label":"Alleen geselecteerde credit- of debitcards worden op deze manier getoond","dashboard.pages.payments.allowed_giftcards":"Toegestane cadeaukaarten","dashboard.pages.payments.allowed_giftcards_label":"Alleen geselecteerde cadeaukaarten worden op deze manier getoond","dashboard.pages.payments.allowed_methods":"Toegestane betaalmethoden","dashboard.pages.payments.clear":"Resetten","dashboard.pages.payments.client_side":"Cliënt Side Encryption","dashboard.pages.payments.client_side_label":"Gedrag van cliëntzijdige betaalmethode in- of uitschakelen.","dashboard.pages.payments.configure":"Configuratie","dashboard.pages.payments.configure_your_payment_method_settings":"Configureer uw betaalmethoden instellingen","dashboard.pages.payments.configure_your_payment_name_settings":"Configureer uw instellingen voor {payment_name}","dashboard.pages.payments.configure_your_verification_method_settings":"Configureer uw instellingen voor de verificatiemethoden","dashboard.pages.payments.configure_your_verification_name_settings":"Configureer uw instellingen voor {verification_name}","dashboard.pages.payments.countries":"Landen","dashboard.pages.payments.countries_label":"Alleen geselecteerde landen zullen deze betaalmethode tonen, laat dit veld leeg om de methode voor alle landen in te schakelen.","dashboard.pages.payments.custom_giftcard":"Eigen cadeaukaart","dashboard.pages.payments.custom_icon_url":"Aangepaste cadeaukaart logo URL","dashboard.pages.payments.customer.type.b2b":"B2B","dashboard.pages.payments.customer.type.b2b.long":"Business-to-Business","dashboard.pages.payments.customer.type.b2c":"B2C","dashboard.pages.payments.customer.type.b2c.long":"Business-to-consumer","dashboard.pages.payments.customer.type.both":"Beide","dashboard.pages.payments.customer.type_label":"Klanttype","dashboard.pages.payments.customer_type":"Klant type","dashboard.pages.payments.display_type":"Weergavetype","dashboard.pages.payments.display_type_label":"Deze instelling bepaalt hoe de bankselectie voor deze betaalmethode wordt weergegeven bij het afrekenen.
U kunt kiezen tussen keuzerondjes of een vervolgkeuzelijst.","dashboard.pages.payments.display_types.dropdown":"Laten vallen","dashboard.pages.payments.display_types.radio":"Radio","dashboard.pages.payments.due_date":"Vervaldatum (in dagen)","dashboard.pages.payments.edit":"Aanpassen","dashboard.pages.payments.enter_giftcard_details":"Voer cadeaukaartgegevens in","dashboard.pages.payments.front_label":"Betaalmethode naam","dashboard.pages.payments.front_label_label":"Deze naam wordt weergegeven in de checkout.","dashboard.pages.payments.giftcard_name":"Cadeaukaart Naam","dashboard.pages.payments.idin.display_mode":"iDIN modus:","dashboard.pages.payments.idin.display_mode.global":"Globaal","dashboard.pages.payments.idin.display_mode.product":"Specifieke producten","dashboard.pages.payments.idin.display_mode_label":"Met deze instelling kunt u selecteren of iDIN is ingeschakeld voor alle producten in de winkel (globaal) of alleen voor specifieke producten. Voor specifieke producten dient u het ook in te schakelen voor de producten in de PrestaShop-catalogus.","dashboard.pages.payments.in3.version.label":"In3 versie","dashboard.pages.payments.in3.version.v2":"V2 (Capayable/In3)","dashboard.pages.payments.in3.version.v3":"V3 (iDEAL In3)","dashboard.pages.payments.logo":"Betaalmethode logo","dashboard.pages.payments.max_order_amount_b2c":"Maximale B2B bestelbedrag","dashboard.pages.payments.maximum_order_amount":"Maximaal toegestane bestelbedrag","dashboard.pages.payments.min_order_amount_b2b":"Minimale B2B bestelbedrag","dashboard.pages.payments.minimum_order_amount":"Minimaal toegestane bestelbedrag","dashboard.pages.payments.mode":"Modus","dashboard.pages.payments.mode_label":'Indien ingesteld op "Live", dan kunt u daadwerkelijke betalingen doen. Indien ingesteld op "Test", dan kun je testtransacties doen. De betaalmethode verschijnt niet als deze op "Uit" staat.',"dashboard.pages.payments.modes_settings.live":"Live","dashboard.pages.payments.modes_settings.off":"Uit","dashboard.pages.payments.modes_settings.test":"Test","dashboard.pages.payments.order_amount_allowed":"Bestelbedrag restricties","dashboard.pages.payments.order_amount_allowed_label":"Deze methode wordt alleen weergegeven als aan deze voorwaarde is voldaan.","dashboard.pages.payments.payment_fee_incl_vat":"Betaalkosten incl. BTW","dashboard.pages.payments.payment_fee_incl_vat_label":"U kunt kosten in rekening brengen wanneer de klant deze betaalmethode selecteert. Specificeer statisch (bijv. 1,50). Decimalen moeten worden gescheiden door een punt (.)","dashboard.pages.payments.payment_methods":"Betaalmethoden","dashboard.pages.payments.remove":"Verwijderen","dashboard.pages.payments.save":"Opslaan","dashboard.pages.payments.search_country":"Zoek Land","dashboard.pages.payments.search_creditcard":"Zoek Credit- of debitcard","dashboard.pages.payments.search_giftcard":"Zoek Cadeaukaart","dashboard.pages.payments.seller_protection":"Verkopersbescherming","dashboard.pages.payments.seller_protection_disabled":"Nee","dashboard.pages.payments.seller_protection_enable":"Schakel de PayPal Verkopersbescherming in","dashboard.pages.payments.seller_protection_enabled":"Ja","dashboard.pages.payments.send_email_instruction":"Stuur betalingsinstructie e-mail","dashboard.pages.payments.send_email_instruction_no":"Nee","dashboard.pages.payments.send_email_instruction_yes":"Ja","dashboard.pages.payments.send_email_merchant":"Merchant stuurt e-mail","dashboard.pages.payments.seperate_authorize_and_capture":"Losse authorize en capture","dashboard.pages.payments.seperate_authorize_and_capture_label":"Wanneer deze optie is ingeschakeld, dient u de betaling van de credit- of debitcard handmatig vast te leggen (capture).","dashboard.pages.payments.service_code":"Service Code","dashboard.pages.payments.service_code_label":"Nadat u uw persoonlijke cadeaukaart bij Intersolve heeft aangevraagd, ontvangt u een e-mail over uw servicecode. Als u hierover vragen heeft, aarzel dan niet om ons te mailen op","dashboard.pages.payments.settings":"Instellingen","dashboard.pages.payments.show_country_number_and_more":"en {country_number} meer...","dashboard.pages.payments.show_less":"Minder tonen","dashboard.pages.payments.vat_type_for_wrap":"BTW-type voor cadeauverpakking","dashboard.pages.payments.vat_type_for_wrap_select":"Selecteer BTW-type voor cadeauverpakking","dashboard.pages.payments.verification_methods":"Verificatiemethoden","dashboard.pages.settings.add":"Toevoegen","dashboard.pages.settings.advance_settings":"Geavanceerde Instellingen","dashboard.pages.settings.checkout_url":"Cancel-URL","dashboard.pages.settings.checkout_url_explanation":"Wanneer dit veld leeg wordt gelaten, keert de klant terug naar de standaard PrestaShop afrekenpagina.","dashboard.pages.settings.checkout_url_label":"Stel een aangepaste cancel-URL in nadat de klant de betaling heeft geannuleerd of als er iets mis is gegaan tijdens het proces.","dashboard.pages.settings.credentials":"Buckaroo gegevens","dashboard.pages.settings.credentials_label":"Haal uw Buckaroo gegevens op uit de Buckaroo Plaza","dashboard.pages.settings.custom_scripts":"Aangepaste scripts","dashboard.pages.settings.custom_scripts_label":"Voeg aangepaste javascript of css code toe aan uw checkout.","dashboard.pages.settings.custom_scripts_placeholder":"Javascript / CSS (https://example.com/style.css)","dashboard.pages.settings.example":"Voorbeeld","dashboard.pages.settings.explanation_intro":"Welkom bij het configuratiescherm van de Buckaroo Payment app voor jouw PrestaShop webshop. In dit scherm kunt u de app helemaal naar wens instellen. Hieronder vind u de stappen om de instellingen te configureren. Voor verdere vragen verwijzen wij u naar onze documentatie pagina.","dashboard.pages.settings.generate_credit_slip":"Een creditnota genereren","dashboard.pages.settings.generate_credit_slip_label":"Of er een creditnota moet worden gegenereerd.","dashboard.pages.settings.generate_negative_payments":"Een negatieve betaling bij terugbetalingen aanmaken","dashboard.pages.settings.generate_negative_payments_label":"Of er ook een negatieve betaling moet worden gecreëerd bij het uitvoeren van een terugbetaling.","dashboard.pages.settings.generate_voucher":"Een voucher genereren","dashboard.pages.settings.generate_voucher_label":"Of er een voucher moet worden gegenereerd.","dashboard.pages.settings.hide_advance_settings":"Geavanceerde Instellingen Verbergen","dashboard.pages.settings.mode":"Modus","dashboard.pages.settings.mode_label":"Verander eenvoudig de modus","dashboard.pages.settings.no_im_testing":"Nee, ik wil testen","dashboard.pages.settings.order_number":"Bestellingsnummer","dashboard.pages.settings.order_number2":"bestellingsnummer","dashboard.pages.settings.re_stock_products":"De voorraad aanvullen bij retourproducten","dashboard.pages.settings.re_stock_products_label":"Of terugbetaalde producten moeten worden teruggeplaatst in de voorraad (waardoor de voorraadhoeveelheid wordt verhoogd).","dashboard.pages.settings.refunds":"Terugbetalingen","dashboard.pages.settings.refunds_label":"Terugbetaling omschrijving","dashboard.pages.settings.refunds_label_explanation":"Deze omschrijving wordt gebruikt bij de terugbetaling en zal zichtbaar zijn in Buckaroo en op het bankafschrift van de consument. Wij adviseren om de webshopnaam te gebruiken, zodat klanten de betaling gemakkelijk kunnen herkennen.","dashboard.pages.settings.refunds_label_label":"Indien ingeschakeld, kunt u (gedeeltelijke) terugbetalingen rechtstreeks vanuit uw PrestaShop-beheergebied uitvoeren Read more","dashboard.pages.settings.remove":"Verwijder","dashboard.pages.settings.return_url":"Return-URL","dashboard.pages.settings.return_url_explanation":"Wanneer dit veld leeg wordt gelaten, keert de klant terug naar de standaard PrestaShop bevestigingspagina.","dashboard.pages.settings.return_url_label":"Stel een aangepaste return-URL in nadat de klant de betaling heeft voltooid.","dashboard.pages.settings.save":"Opslaan","dashboard.pages.settings.secret_key":"Secret key","dashboard.pages.settings.settings":"Instellingen","dashboard.pages.settings.settings_label":"Configureer uw instellingen","dashboard.pages.settings.settings_successfully_updated":"Instellingen succesvol bijgewerkt.","dashboard.pages.settings.shop_name":"Winkelnaam","dashboard.pages.settings.shop_name2":"winkelnaam","dashboard.pages.settings.step_five":"Begin met testen, als het testen goed gaat, kunt u LIVE transacties starten","dashboard.pages.settings.step_four":"Configureer de geavanceerde instellingen & Betaalmethodes","dashboard.pages.settings.step_three":"Klik op ‘test verbinding’, indien correct ga verder naar stap 4.","dashboard.pages.settings.successfully_verified_the_credentials":"De gegevens zijn succesvol geverifieerd!","dashboard.pages.settings.test_connection":"Test Gegevens","dashboard.pages.settings.the_credentials_are_not_valid":"De gegevens zijn onjuist!","dashboard.pages.settings.transaction_description":"Transactie Beschrijving","dashboard.pages.settings.transaction_description_label":'De transactiebeschrijving kan worden gevuld met een statische tekst en tags zoals: {order_number} en {shop_name}.',"dashboard.pages.settings.website_key":"Website key","dashboard.pages.settings.welcome_to_buckaroo":"Welkom bij Buckaroo","dashboard.pages.settings.when_your_shop_is_not_live_yet":"Wanneer u webwinkel nog niet live is","dashboard.pages.settings.yes_im_ready_to_receive_payments":"Ja, ik ben klaar om betalingen te ontvangen","dashboard.pages.settings.your_shop_is_live_and_ready_to_receive_real_payments":"Uw webwinkel is live en klaar om echte betalingen te ontvangen","payment_methods.afterpay":"Riverty","payment_methods.alipay":"Alipay","payment_methods.applepay":"Apple Pay","payment_methods.bancontact":"Bancontact","payment_methods.bancontactmrcash":"Bancontact","payment_methods.belfius":"Belfius","payment_methods.billink":"Billink","payment_methods.creditcard":"Cards","payment_methods.eps":"EPS","payment_methods.giftcard":"Giftcard","payment_methods.giropay":"Giropay","payment_methods.ideal":"iDEAL","payment_methods.idin":"iDIN","payment_methods.in3":"In3","payment_methods.kbcpaymentbutton":"KBC","payment_methods.klarna":"Klarna","payment_methods.mbway":"MB WAY","payment_methods.multibanco":"Multibanco","payment_methods.paybybank":"PayByBank","payment_methods.payconiq":"Payconiq","payment_methods.paypal":"PayPal","payment_methods.payperemail":"PayPerEmail","payment_methods.przelewy24":"Przelewy24","payment_methods.sepadirectdebit":"SEPA Direct Debit","payment_methods.sofortueberweisung":"Sofort","payment_methods.tinka":"Tinka","payment_methods.transfer":"Transfer","payment_methods.trustly":"Trustly","payment_methods.wechatpay":"WeChatPay","payment_methods.knaken":"Knaken Settle","verification_methods.idin":"iDIN","dashboard.pages.payments.displayInCheckout":"Group Credit-debitcards","dashboard.pages.payments.displayInCheckoutDesc":"Cards option on how to show the brands in the checkout.
Separate: Card issuers are showed seperately in the checkout.
Grouped: Card issuers are showed within one group."},WM={"buckaroo.response.an_error_occurred_while_processing_the_transaction_unable_to_pay_more_with_giftcards":"Une erreur s'est produite lors du traitement de la transaction : impossible de payer davantage avec des cartes cadeaux","buckaroo.response.invalid_parameter_originaltransaction":"Paramètre originaltransaction non valide.","countries.afghanistan":"Afghanistan","countries.albania":"Albanie","countries.algeria":"Algérie","countries.american_samoa":"Samoa américaines","countries.andorra":"Andorre","countries.angola":"Angola","countries.anguilla":"Anguilla","countries.antigua_and_barbuda":"Antigua-et-Barbuda","countries.argentina":"Argentine","countries.armenia":"Arménie","countries.aruba":"Aruba","countries.australia":"Australie","countries.austria":"L'Autriche","countries.azerbaijan":"Azerbaïdjan","countries.bahamas":"Bahamas","countries.bahrain":"Bahreïn","countries.bangladesh":"Bangladesh","countries.barbados":"Barbade","countries.belarus":"Biélorussie","countries.belgium":"Belgique","countries.belize":"Bélize","countries.benin":"Bénin","countries.bermuda":"Bermudes","countries.bhutan":"Bhoutan","countries.bolivia":"Bolivie","countries.bosnia_and_herzegovina":"Bosnie Herzégovine","countries.botswana":"Botswana","countries.brazil":"Brésil","countries.british_virgin_islands":"Les îles Vierges britanniques","countries.brunei_darussalam":"Brunei Darussalam","countries.bulgaria":"Bulgarie","countries.burkina_faso":"Burkina Faso","countries.burundi":"Burundi","countries.cambodia":"Cambodge","countries.cameroon":"Cameroun","countries.canada":"Canada","countries.cape_verde":"Cap-Vert","countries.cayman_islands":"Îles Caïmans","countries.central_african_republic":"République centrafricaine","countries.chad":"Tchad","countries.chile":"Chili","countries.china":"Chine","countries.colombia":"Colombie","countries.comoros":"Comores","countries.cook_islands":"Île","countries.costa_rica":"Costa Rica","countries.croatia":"Croatie","countries.cuba":"Cuba","countries.curaçao":"Curacao","countries.cyprus":"Chypre","countries.czech_republic":"République tchèque","countries.côte_d'ivoire":"Côte D'Ivoire","countries.democratic_republic_of_the_congo":"République Démocratique du Congo","countries.denmark":"Danemark","countries.djibouti":"Djibouti","countries.dominica":"Dominique","countries.dominican_republic":"République dominicaine","countries.east timor":"Timor oriental","countries.ecuador":"Équateur","countries.egypt":"Egypte","countries.el_salvador":"Le Salvador","countries.equatorial_guinea":"Guinée Équatoriale","countries.eritrea":"Érythrée","countries.estonia":"Estonie","countries.ethiopia":"Ethiopie","countries.falkland_island":"Île Falkland","countries.faroe_islands":"Îles Féroé","countries.fiji":"Fidji","countries.finland":"Finlande","countries.france":"France","countries.french_polynesia":"Polynésie française","countries.gabon":"Gabon","countries.gambia":"Gambie","countries.georgia":"Géorgie","countries.germany":"Allemagne","countries.ghana":"Ghana","countries.gibraltar":"Gibraltar","countries.greece":"Grèce","countries.greenland":"Groenland","countries.grenada":"Grenade","countries.guam":"Guam","countries.guatemala":"Guatemala","countries.guernsey":"Guernesey","countries.guinea":"Guinée","countries.guinea-bissau":"Guinée-Bissau","countries.guyana":"Guyane","countries.haiti":"Haïti","countries.honduras":"Honduras","countries.hong_kong":"Hong Kong","countries.hungary":"Hongrie","countries.iceland":"Islande","countries.india":"Inde","countries.indonesia":"Indonésie","countries.iran":"L'Iran","countries.iraq":"Irak","countries.ireland":"Irlande","countries.isle_of_man":"île de Man","countries.israel":"Israël","countries.italy":"Italie","countries.jamaica":"Jamaïque","countries.japan":"Japon","countries.jersey":"Jersey","countries.jordan":"Jordan","countries.kazakhstan":"Kazakhstan","countries.kenya":"Kenya","countries.kiribati":"Kiribati","countries.kosovo":"Kosovo","countries.kuwait":"Koweit","countries.kyrgyzstan":"Kirghizistan","countries.laos":"Laos","countries.latvia":"Lettonie","countries.lebanon":"Liban","countries.lesotho":"Lesotho","countries.liberia":"Libéria","countries.libya":"Libye","countries.liechtenstein":"Liechtenstein","countries.lithuania":"Lituanie","countries.luxembourg":"Luxembourg","countries.macau":"Macao","countries.macedonia":"Macédoine","countries.madagascar":"Madagascar","countries.malawi":"Malawi","countries.malaysia":"Malaisie","countries.maldives":"Maldives","countries.mali":"Mali","countries.malta":"Malte","countries.marshall_islands":"Iles Marshall","countries.mauritania":"Mauritanie","countries.mauritius":"Maurice","countries.mayotte":"Mayotte","countries.mexico":"Mexique","countries.micronesia":"Micronésie","countries.moldova":"Moldavie","countries.monaco":"Monaco","countries.mongolia":"Mongolie","countries.montenegro":"Monténégro","countries.montserrat":"Montserrat","countries.morocco":"Maroc","countries.mozambique":"Mozambique","countries.myanmar":"Birmanie","countries.namibia":"Namibie","countries.nauru":"Nauru","countries.nepal":"Népal","countries.netherlands":"Pays-Bas","countries.new_caledonia":"Nouvelle Calédonie","countries.new_zealand":"Nouvelle-Zélande","countries.nicaragua":"Nicaragua","countries.niger":"Niger","countries.nigeria":"Nigeria","countries.niue":"Nioué","countries.norfolk_island":"l'ile de Norfolk","countries.north_korea":"Corée du Nord","countries.northern_mariana_islands":"Îles Mariannes du Nord","countries.norway":"Norvège","countries.oman":"Oman","countries.pakistan":"Pakistan","countries.palau":"Palaos","countries.palestine":"Palestine","countries.panama":"Panama","countries.papua_new_guinea":"Papouasie Nouvelle Guinée","countries.paraguay":"Paraguay","countries.peru":"Pérou","countries.philippines":"Philippines","countries.pitcairn":"Pitekaien","countries.poland":"Pologne","countries.portugal":"le Portugal","countries.puerto_rico":"Porto Rico","countries.qatar":"Qatar","countries.republic_of_the_congo":"République Démocratique du Congo","countries.romania":"Roumanie","countries.russia":"Russie","countries.rwanda":"Rwanda","countries.saint_helena":"Sainte-Hélène","countries.saint_kitts_and_nevis":"Saint-Christophe-et-Niévès","countries.saint_lucia":"Sainte-Lucie","countries.saint_vincent_and_the_grenadines":"Saint-Vincent-et-les-Grenadines","countries.samoa":"Samoa","countries.san_marino":"Saint Marin","countries.sao_tome_and_principe":"Sao Tomé et Principe","countries.saudi_arabia":"Arabie Saoudite","countries.senegal":"Sénégal","countries.serbia":"Serbie","countries.seychelles":"les Seychelles","countries.sierra_leone":"Sierra Leone","countries.singapore":"Singapour","countries.slovakia":"Slovaquie","countries.slovenia":"Slovénie","countries.solomon_islands":"Les îles Salomon","countries.somalia":"Somalie","countries.south_africa":"Afrique du Sud","countries.south_korea":"Corée du Sud","countries.south_sudan":"Soudan du sud","countries.spain":"Espagne","countries.sri_lanka":"Sri Lanka","countries.sudan":"Soudan","countries.suriname":"Suriname","countries.swaziland":"Swaziland","countries.sweden":"Suède","countries.switzerland":"Suisse","countries.syrian_arab_republic":"République arabe syrienne","countries.taiwan":"Taïwan","countries.tajikistan":"Tadjikistan","countries.tanzania":"Tanzanie","countries.thailand":"Thaïlande","countries.togo":"Aller","countries.tokelau":"Tokélaou","countries.tonga":"Tonga","countries.trinidad_and_tobago":"Trinité-et-Tobago","countries.tunisia":"Tunisie","countries.turkey":"Turquie","countries.turkmenistan":"Turkménistan","countries.turks_and_caicos_islands":"îles Turques-et-Caïques","countries.tuvalu":"Tuvalu","countries.uganda":"Ouganda","countries.ukraine":"Ukraine","countries.united kingdom":"Royaume-Uni","countries.united states":"États-Unis","countries.united_arab_emirates":"Emirats Arabes Unis","countries.uruguay":"Uruguay","countries.us_virgin_islands":"Îles Vierges américaines","countries.uzbekistan":"Ouzbékistan","countries.vanuatu":"Vanuatu","countries.venezuela":"Venezuela","countries.vietnam":"Viêt Nam","countries.wallis_and_futuna":"Wallis et Futuna","countries.western_sahara":"Sahara occidental","countries.yemen":"Yémen","countries.zambia":"Zambie","countries.zimbabwe":"Zimbabwe","dashboard.channel_selector.select_channel":"Sélectionnez la chaîne","dashboard.channel_selector.select_channel_label":"Chaque canal a ses paramètres de configuration.","dashboard.config.financial_warning":"Avertissement financier client","dashboard.config.financial_warning.label":"En raison de la réglementation relative aux méthodes BNPL aux Pays-Bas, vous devrez avertir les clients de l'utilisation d'un plan BNPL, car il peut être facile de s'endetter. ","dashboard.config.financial_warning.options.disabled":"Désactivé","dashboard.config.financial_warning.options.enabled":"Activé","dashboard.config.showIssuers":"Afficher la sélection de l'émetteur lors du paiement","dashboard.config.showIssuers.disabled":"Désactiver","dashboard.config.showIssuers.enabled":"Activer","dashboard.config.showIssuers.label":`Lorsque l'option « Désactiver » est sélectionnée, la sélection de l'émetteur pour iDEAL ne sera pas affichée lors du paiement. Au lieu de cela, les clients seront redirigés vers une page distincte où ils pourront choisir leur émetteur iDEAL (c'est-à-dire leur banque). En revanche, la sélection de l'option « Activer » affichera la sélection de l'émetteur directement dans la caisse. Il est important de noter que l'activation de cette option entraînera des coûts supplémentaires de la part de Buckaroo, estimés à environ 0,002 € pour chaque transaction. -Pour obtenir des détails précis sur les coûts, veuillez contacter directement Buckaroo.`,"dashboard.country_select.search_countries":"Rechercher des pays","dashboard.menu.channel":"Canal","dashboard.menu.order_payment_methods":"Modes de paiement des commandes","dashboard.menu.payment_methods":"Méthodes de payement","dashboard.menu.settings":"Paramètres","dashboard.menu.verification_methods":"Méthodes de vérification","dashboard.pages.order_payment_methods.all_countries":"Tous les pays","dashboard.pages.order_payment_methods.explanation_intro":"Vous pouvez facilement modifier l'ordre des modes de paiement en les faisant glisser au bon endroit, de haut en bas.","dashboard.pages.order_payment_methods.how_to_order_payment_method":"Comment modifier l'ordre des modes de paiement lors du paiement","dashboard.pages.order_payment_methods.if_you_have_any_questions":"Si vous avez des questions sur ce plugin de Buckaroo, vous pouvez nous contacter par e-mail :","dashboard.pages.order_payment_methods.order_payment_methods":"Modes de paiement des commandes","dashboard.pages.order_payment_methods.order_payment_methods_label":"Modifiez l'ordre des modes de paiement.","dashboard.pages.order_payment_methods.payment_method_order_updated_successfully":"Commande de mode de paiement mise à jour avec succès.","dashboard.pages.order_payment_methods.search_country":"Rechercher un pays","dashboard.pages.order_payment_methods.something_went_wrong":"Quelque chose s'est mal passé.","dashboard.pages.order_payment_methods.step_one":"Sélectionnez d'abord le pays pour lequel vous souhaitez modifier l'ordre d'affichage des moyens de paiement.","dashboard.pages.order_payment_methods.step_three":"Enregistrez la commande des modes de paiement choisis et vérifiez si les modes de paiement s'affichent dans le bon ordre lors du paiement de votre boutique en ligne.","dashboard.pages.order_payment_methods.step_two":"Faites glisser et déposez les modes de paiement dans l'ordre de votre choix.","dashboard.pages.payments.add":"Ajouter","dashboard.pages.payments.add_custom_giftcard":"Ajouter une carte cadeau personnalisée","dashboard.pages.payments.all_countries":"Tous les pays","dashboard.pages.payments.allowed_creditcards":"Cartes de crédit et de débit autorisées","dashboard.pages.payments.allowed_creditcards_label":"Seules les cartes de crédit ou de débit sélectionnées seront affichées pour cette méthode","dashboard.pages.payments.allowed_giftcards":"Cartes cadeaux autorisées","dashboard.pages.payments.allowed_giftcards_label":"Seules les cartes cadeaux sélectionnées cette méthode sera affichée","dashboard.pages.payments.allowed_methods":"Modes de paiement autorisés","dashboard.pages.payments.clear":"Clair","dashboard.pages.payments.client_side":"Chiffrement côté client","dashboard.pages.payments.client_side_label":"Activez ou désactivez le comportement du mode de paiement côté client.","dashboard.pages.payments.configure":"Configurer","dashboard.pages.payments.configure_your_payment_method_settings":"Configurez les paramètres de votre mode de paiement","dashboard.pages.payments.configure_your_payment_name_settings":"Configurez vos paramètres {payment_name}","dashboard.pages.payments.configure_your_verification_method_settings":"Configurez les paramètres de votre méthode de vérification","dashboard.pages.payments.configure_your_verification_name_settings":"Configurez vos paramètres {verification_name}","dashboard.pages.payments.countries":"Des pays","dashboard.pages.payments.countries_label":"Le mode de paiement ne sera affiché que pour les pays sélectionnés. ","dashboard.pages.payments.custom_giftcard":"Carte cadeau personnalisée","dashboard.pages.payments.custom_icon_url":"URL de l'icône personnalisée","dashboard.pages.payments.customer.type.b2b":"B2B","dashboard.pages.payments.customer.type.b2b.long":"Entreprise à entreprise","dashboard.pages.payments.customer.type.b2c":"B2C","dashboard.pages.payments.customer.type.b2c.long":"D'entreprise à consommateur","dashboard.pages.payments.customer.type.both":"Les deux","dashboard.pages.payments.customer.type_label":"Type de client","dashboard.pages.payments.customer_type":"Type de client","dashboard.pages.payments.display_type":"Type d'affichage du bouton","dashboard.pages.payments.display_type_label":"Ce paramètre détermine la manière dont la sélection de banque pour ce mode de paiement sera affichée lors du paiement.
Vous pouvez choisir entre des boutons radio ou une sélection déroulante.","dashboard.pages.payments.display_types.dropdown":"Dérouler","dashboard.pages.payments.display_types.radio":"Radio","dashboard.pages.payments.due_date":"Date d'échéance (en jours)","dashboard.pages.payments.edit":"Modifier","dashboard.pages.payments.enter_giftcard_details":"Entrez les détails de la carte-cadeau","dashboard.pages.payments.front_label":"Étiquette avant","dashboard.pages.payments.front_label_label":"Ce nom sera affiché pour ce mode de paiement lors du paiement. ","dashboard.pages.payments.giftcard_name":"Nom de la carte cadeau","dashboard.pages.payments.idin.display_mode":"Mode IDIN :","dashboard.pages.payments.idin.display_mode.global":"Mondial","dashboard.pages.payments.idin.display_mode.product":"Produits spécifiques","dashboard.pages.payments.idin.display_mode_label":"Avec ce paramètre, vous pouvez choisir si iDIN est activé pour tous les produits du magasin (globalement) ou uniquement pour des produits spécifiques.","dashboard.pages.payments.in3.version.label":"Version In3","dashboard.pages.payments.in3.version.v2":"V2 (capacité/In3)","dashboard.pages.payments.in3.version.v3":"V3 (iDEAL In3)","dashboard.pages.payments.logo":"Logo de paiement","dashboard.pages.payments.max_order_amount_b2c":"Montant maximum de la commande B2B","dashboard.pages.payments.maximum_order_amount":"Montant maximum de la commande","dashboard.pages.payments.min_order_amount_b2b":"Montant minimum de la commande B2B","dashboard.pages.payments.minimum_order_amount":"Montant minimum de commande","dashboard.pages.payments.mode":"Mode","dashboard.pages.payments.mode_label":"Lorsqu'il est réglé sur « Live », vous pouvez effectuer des paiements réels. ","dashboard.pages.payments.modes_settings.live":"En direct","dashboard.pages.payments.modes_settings.off":"Désactivé","dashboard.pages.payments.modes_settings.test":"Test","dashboard.pages.payments.order_amount_allowed":"Montant de la commande autorisé","dashboard.pages.payments.order_amount_allowed_label":"Cette méthode ne sera affichée que lorsque cette condition est remplie.","dashboard.pages.payments.payment_fee_incl_vat":"Frais de paiement inclus. ","dashboard.pages.payments.payment_fee_incl_vat_label":"Vous pouvez facturer des frais lorsque le client sélectionne ce paiement. ","dashboard.pages.payments.payment_methods":"Modes de paiement","dashboard.pages.payments.remove":"Retirer","dashboard.pages.payments.save":"Sauvegarder","dashboard.pages.payments.search_country":"Rechercher un pays","dashboard.pages.payments.search_creditcard":"Rechercher une carte de crédit ou de débit","dashboard.pages.payments.search_giftcard":"Rechercher une carte cadeau","dashboard.pages.payments.seller_protection":"Protection du vendeur","dashboard.pages.payments.seller_protection_disabled":"Non","dashboard.pages.payments.seller_protection_enable":"Activer la protection des vendeurs PayPal","dashboard.pages.payments.seller_protection_enabled":"Oui","dashboard.pages.payments.send_email_instruction":"Envoyer un e-mail d'instructions de paiement","dashboard.pages.payments.send_email_instruction_no":"Non","dashboard.pages.payments.send_email_instruction_yes":"Oui","dashboard.pages.payments.send_email_merchant":"Le marchand envoie un e-mail","dashboard.pages.payments.seperate_authorize_and_capture":"Séparer l'autorisation et la capture","dashboard.pages.payments.seperate_authorize_and_capture_label":"Lorsque cette option est activée, vous devez capturer manuellement le paiement par carte de crédit ou de débit.","dashboard.pages.payments.service_code":"Code de service","dashboard.pages.payments.service_code_label":"Après avoir demandé votre carte-cadeau personnalisée auprès d'Intersolve, vous recevrez un e-mail concernant votre code de service. ","dashboard.pages.payments.settings":"Paramètres","dashboard.pages.payments.show_country_number_and_more":"et {country_number} plus...","dashboard.pages.payments.show_less":"Montrer moins","dashboard.pages.payments.vat_type_for_wrap":"Type de cuve pour emballage cadeau","dashboard.pages.payments.vat_type_for_wrap_select":"Veuillez sélectionner le type de cuve pour l'emballage cadeau","dashboard.pages.payments.verification_methods":"Méthodes de vérification","dashboard.pages.settings.add":"Ajouter","dashboard.pages.settings.advance_settings":"Réglages avancés","dashboard.pages.settings.checkout_url":"URL de paiement","dashboard.pages.settings.checkout_url_explanation":"Lorsque ce champ est laissé vide, le client reviendra à la page de paiement par défaut de PrestaShop.","dashboard.pages.settings.checkout_url_label":"Définissez une URL de paiement personnalisée après que le client a annulé le paiement ou qu'un problème s'est produit pendant le processus.","dashboard.pages.settings.credentials":"Informations d'identification","dashboard.pages.settings.credentials_label":"Obtenez vos informations d'identification Buckaroo auprès du Place Buckaroo","dashboard.pages.settings.custom_scripts":"Scripts personnalisés","dashboard.pages.settings.custom_scripts_label":"Ajoutez du javascript ou du CSS personnalisé à votre paiement.","dashboard.pages.settings.custom_scripts_placeholder":"Javascript / CSS (https://example.com/style.css)","dashboard.pages.settings.example":"Exemple","dashboard.pages.settings.explanation_intro":"Bienvenue dans le panneau de configuration de l'application Buckaroo Payment pour votre boutique en ligne PrestaShop. Dans ce panneau, vous pouvez configurer l'application complètement à votre guise. Vous trouverez ci-dessous les étapes pour configurer les paramètres. Pour d'autres questions, veuillez vous référer à notre page de documentation.","dashboard.pages.settings.generate_credit_slip":"Générer un avoir","dashboard.pages.settings.generate_credit_slip_label":"Si une note de crédit doit être générée.","dashboard.pages.settings.generate_negative_payments":"Créer des paiements négatifs lors du remboursement","dashboard.pages.settings.generate_negative_payments_label":"Indique si un paiement négatif doit également être créé lors de l'exécution d'un remboursement.","dashboard.pages.settings.generate_voucher":"Générer un bon","dashboard.pages.settings.generate_voucher_label":"Si un bon doit être généré.","dashboard.pages.settings.hide_advance_settings":"Masquer les paramètres avancés","dashboard.pages.settings.if_you_have_any_questions":"Si vous avez des questions sur ce qui précède, vous pouvez nous contacter par email :","dashboard.pages.settings.if_you_have_any_questions_link":" ou téléphone ","dashboard.pages.settings.mode":"Mode","dashboard.pages.settings.mode_label":"Changez facilement de mode","dashboard.pages.settings.no_im_testing":"Non, je teste","dashboard.pages.settings.order_number":"Numéro de commande","dashboard.pages.settings.order_number2":"numéro de commande","dashboard.pages.settings.re_stock_products":"Réapprovisionner les produits","dashboard.pages.settings.re_stock_products_label":"Si les produits remboursés doivent être retournés en stock (augmentant la quantité en stock).","dashboard.pages.settings.refunds":"Remboursements","dashboard.pages.settings.refunds_label":"Description du remboursement","dashboard.pages.settings.refunds_label_explanation":"Cette description sert aux remboursements et sera visible dans Buckaroo et sur le relevé bancaire du consommateur. ","dashboard.pages.settings.refunds_label_label":"Lorsqu'il est activé, vous pouvez effectuer des remboursements (partiels) directement depuis votre zone d'administration PrestaShop En savoir plus","dashboard.pages.settings.remove":"Retirer","dashboard.pages.settings.return_url":"URL de retour","dashboard.pages.settings.return_url_explanation":"Lorsque ce champ est laissé vide, le client reviendra à la page de confirmation par défaut de PrestaShop.","dashboard.pages.settings.return_url_label":"Définissez une URL de retour personnalisée une fois que le client a terminé le paiement.","dashboard.pages.settings.save":"Sauvegarder","dashboard.pages.settings.secret_key":"Clef secrète","dashboard.pages.settings.settings":"Paramètres","dashboard.pages.settings.settings_label":"Configurez vos paramètres","dashboard.pages.settings.settings_successfully_updated":"Paramètres mis à jour avec succès.","dashboard.pages.settings.shop_name":"Nom de la boutique","dashboard.pages.settings.shop_name2":"Nom de la boutique","dashboard.pages.settings.step_five":"Commencez les tests, lorsque les tests sont terminés, vous pouvez démarrer des transactions EN DIRECT","dashboard.pages.settings.step_four":"Configurer les paramètres avancés","dashboard.pages.settings.step_one":"Remplissez votre clé du site Web","dashboard.pages.settings.step_three":"Cliquez sur « tester la connexion », lorsque vous êtes d’accord, passez à l’étape 4.","dashboard.pages.settings.step_two":"Remplissez votre clef secrète","dashboard.pages.settings.successfully_verified_the_credentials":"Vérification des informations d'identification réussie !","dashboard.pages.settings.test_connection":"Tester la connexion","dashboard.pages.settings.the_credentials_are_not_valid":"Les informations d'identification ne sont pas valides !","dashboard.pages.settings.transaction_description":"description de la transaction","dashboard.pages.settings.transaction_description_label":'La description de la transaction peut être remplie de texte statique et de balises telles que : {order_number} et {shop name}.',"dashboard.pages.settings.website_key":"Clé du site Web","dashboard.pages.settings.welcome_to_buckaroo":"Bienvenue à Buckaroo","dashboard.pages.settings.when_your_shop_is_not_live_yet":"Quand votre boutique n'est pas encore en ligne","dashboard.pages.settings.yes_im_ready_to_receive_payments":"Oui, je suis prêt à recevoir des paiements","dashboard.pages.settings.your_shop_is_live_and_ready_to_receive_real_payments":"Votre boutique est en ligne et prête à recevoir des paiements réels","payment_methods.afterpay":"Rivière","payment_methods.alipay":"Alipay","payment_methods.applepay":"Apple Payer","payment_methods.bancontact":"Bancontact","payment_methods.bancontactmrcash":"Bancontact","payment_methods.belfius":"Belfius","payment_methods.billink":"Lien de facturation","payment_methods.creditcard":"Cartes","payment_methods.eps":"PSE","payment_methods.giftcard":"Carte cadeau","payment_methods.giropay":"Giropay","payment_methods.ideal":"idéal","payment_methods.idin":"IDIN","payment_methods.in3":"Dans3","payment_methods.kbcpaymentbutton":"KBC","payment_methods.klarna":"Klarna","payment_methods.mbway":"VOIE MB","payment_methods.multibanco":"Multibanco","payment_methods.paybybank":"Payer par banque","payment_methods.payconiq":"Payconiq","payment_methods.paypal":"Pay Pal","payment_methods.payperemail":"Payer par e-mail","payment_methods.przelewy24":"Przelewy24","payment_methods.sepadirectdebit":"Prélèvement SEPA","payment_methods.sofortueberweisung":"Sofort","payment_methods.tinka":"Tinka","payment_methods.transfer":"Transfert","payment_methods.trustly":"En toute confiance","payment_methods.wechatpay":"WeChatPay","payment_methods.knaken":"Knaken Settle","verification_methods.idin":"IDIN","dashboard.pages.payments.displayInCheckout":"Group Credit-debitcards","dashboard.pages.payments.displayInCheckoutDesc":"Cards option on how to show the brands in the checkout.
Separate: Card issuers are showed seperately in the checkout.
Grouped: Card issuers are showed within one group."},GM={"buckaroo.response.an_error_occurred_while_processing_the_transaction_unable_to_pay_more_with_giftcards":"Bei der Verarbeitung der Transaktion ist ein Fehler aufgetreten: Es kann nicht mehr mit Geschenkkarten bezahlt werden","buckaroo.response.invalid_parameter_originaltransaction":"Ungültiger Parameter Originaltransaktion.","countries.afghanistan":"Afghanistan","countries.albania":"Albanien","countries.algeria":"Algerien","countries.american_samoa":"Amerikanischen Samoa-Inseln","countries.andorra":"Andorra","countries.angola":"Angola","countries.anguilla":"Anguilla","countries.antigua_and_barbuda":"Antigua und Barbuda","countries.argentina":"Argentinien","countries.armenia":"Armenien","countries.aruba":"Aruba","countries.australia":"Australien","countries.austria":"Österreich","countries.azerbaijan":"Aserbaidschan","countries.bahamas":"Bahamas","countries.bahrain":"Bahrain","countries.bangladesh":"Bangladesch","countries.barbados":"Barbados","countries.belarus":"Weißrussland","countries.belgium":"Belgien","countries.belize":"Belize","countries.benin":"Benin","countries.bermuda":"Bermuda","countries.bhutan":"Bhutan","countries.bolivia":"Bolivien","countries.bosnia_and_herzegovina":"Bosnien und Herzegowina","countries.botswana":"Botswana","countries.brazil":"Brasilien","countries.british_virgin_islands":"Die Britischen Jungferninseln","countries.brunei_darussalam":"Brunei Darussalam","countries.bulgaria":"Bulgarien","countries.burkina_faso":"Burkina Faso","countries.burundi":"Burundi","countries.cambodia":"Kambodscha","countries.cameroon":"Kamerun","countries.canada":"Kanada","countries.cape_verde":"Kap Verde","countries.cayman_islands":"Cayman Inseln","countries.central_african_republic":"Zentralafrikanische Republik","countries.chad":"Tschad","countries.chile":"Chile","countries.china":"China","countries.colombia":"Kolumbien","countries.comoros":"Komoren","countries.cook_islands":"Insel","countries.costa_rica":"Costa Rica","countries.croatia":"Kroatien","countries.cuba":"Kuba","countries.curaçao":"Curacao","countries.cyprus":"Zypern","countries.czech_republic":"Tschechien","countries.côte_d'ivoire":"Côte Divoire","countries.democratic_republic_of_the_congo":"Demokratische Republik Kongo","countries.denmark":"Dänemark","countries.djibouti":"Dschibuti","countries.dominica":"Dominica","countries.dominican_republic":"Dominikanische Republik","countries.east timor":"Osttimor","countries.ecuador":"Ecuador","countries.egypt":"Ägypten","countries.el_salvador":"El Salvador","countries.equatorial_guinea":"Äquatorialguinea","countries.eritrea":"Eritrea","countries.estonia":"Estland","countries.ethiopia":"Äthiopien","countries.falkland_island":"Falklandinsel","countries.faroe_islands":"Färöer Inseln","countries.fiji":"Fidschi","countries.finland":"Finnland","countries.france":"Frankreich","countries.french_polynesia":"Französisch Polynesien","countries.gabon":"Gabun","countries.gambia":"Gambia","countries.georgia":"Georgia","countries.germany":"Deutschland","countries.ghana":"Ghana","countries.gibraltar":"Gibraltar","countries.greece":"Griechenland","countries.greenland":"Grönland","countries.grenada":"Grenada","countries.guam":"Guam","countries.guatemala":"Guatemala","countries.guernsey":"Guernsey","countries.guinea":"Guinea","countries.guinea-bissau":"Guinea-Bissau","countries.guyana":"Guyana","countries.haiti":"Haiti","countries.honduras":"Honduras","countries.hong_kong":"Hongkong","countries.hungary":"Ungarn","countries.iceland":"Island","countries.india":"Indien","countries.indonesia":"Indonesien","countries.iran":"Iran","countries.iraq":"Irak","countries.ireland":"Irland","countries.isle_of_man":"Isle of Man","countries.israel":"Israel","countries.italy":"Italien","countries.jamaica":"Jamaika","countries.japan":"Japan","countries.jersey":"Jersey","countries.jordan":"Jordanien","countries.kazakhstan":"Kasachstan","countries.kenya":"Kenia","countries.kiribati":"Kiribati","countries.kosovo":"Kosovo","countries.kuwait":"Kuwait","countries.kyrgyzstan":"Kirgisistan","countries.laos":"Laos","countries.latvia":"Lettland","countries.lebanon":"Libanon","countries.lesotho":"Lesotho","countries.liberia":"Liberia","countries.libya":"Libyen","countries.liechtenstein":"Liechtenstein","countries.lithuania":"Litauen","countries.luxembourg":"Luxemburg","countries.macau":"Macau","countries.macedonia":"Mazedonien","countries.madagascar":"Madagaskar","countries.malawi":"Malawi","countries.malaysia":"Malaysia","countries.maldives":"Malediven","countries.mali":"Mali","countries.malta":"Malta","countries.marshall_islands":"Marshallinseln","countries.mauritania":"Mauretanien","countries.mauritius":"Mauritius","countries.mayotte":"Mayotte","countries.mexico":"Mexiko","countries.micronesia":"Mikronesien","countries.moldova":"Moldawien","countries.monaco":"Monaco","countries.mongolia":"Mongolei","countries.montenegro":"Montenegro","countries.montserrat":"Montserrat","countries.morocco":"Marokko","countries.mozambique":"Mosambik","countries.myanmar":"Myanmar","countries.namibia":"Namibia","countries.nauru":"Nauru","countries.nepal":"Nepal","countries.netherlands":"Niederlande","countries.new_caledonia":"Neu-Kaledonien","countries.new_zealand":"Neuseeland","countries.nicaragua":"Nicaragua","countries.niger":"Niger","countries.nigeria":"Nigeria","countries.niue":"Niue","countries.norfolk_island":"Norfolkinsel","countries.north_korea":"Nord Korea","countries.northern_mariana_islands":"Nördliche Marianneninseln","countries.norway":"Norwegen","countries.oman":"Oman","countries.pakistan":"Pakistan","countries.palau":"Palau","countries.palestine":"Palästina","countries.panama":"Panama","countries.papua_new_guinea":"Papua Neu-Guinea","countries.paraguay":"Paraguay","countries.peru":"Peru","countries.philippines":"Philippinen","countries.pitcairn":"Pitekaien","countries.poland":"Polen","countries.portugal":"Portugal","countries.puerto_rico":"Puerto Rico","countries.qatar":"Katar","countries.republic_of_the_congo":"Demokratische Republik Kongo","countries.romania":"Rumänien","countries.russia":"Russland","countries.rwanda":"Ruanda","countries.saint_helena":"St. Helena","countries.saint_kitts_and_nevis":"St. Kitts und Nevis","countries.saint_lucia":"St. Lucia","countries.saint_vincent_and_the_grenadines":"St. Vincent und die Grenadinen","countries.samoa":"Samoa","countries.san_marino":"San Marino","countries.sao_tome_and_principe":"São Tomé und Príncipe","countries.saudi_arabia":"Saudi-Arabien","countries.senegal":"Senegal","countries.serbia":"Serbien","countries.seychelles":"Seychellen","countries.sierra_leone":"Sierra Leone","countries.singapore":"Singapur","countries.slovakia":"Slowakei","countries.slovenia":"Slowenien","countries.solomon_islands":"Salomon-Inseln","countries.somalia":"Somalia","countries.south_africa":"Südafrika","countries.south_korea":"Südkorea","countries.south_sudan":"Südsudan","countries.spain":"Spanien","countries.sri_lanka":"Sri Lanka","countries.sudan":"Sudan","countries.suriname":"Surinam","countries.swaziland":"Swasiland","countries.sweden":"Schweden","countries.switzerland":"Schweiz","countries.syrian_arab_republic":"Syrische Arabische Republik","countries.taiwan":"Taiwan","countries.tajikistan":"Tadschikistan","countries.tanzania":"Tansania","countries.thailand":"Thailand","countries.togo":"Gehen","countries.tokelau":"Tokelau","countries.tonga":"Tonga","countries.trinidad_and_tobago":"Trinidad und Tobago","countries.tunisia":"Tunesien","countries.turkey":"Truthahn","countries.turkmenistan":"Turkmenistan","countries.turks_and_caicos_islands":"Turks- und Caicosinseln","countries.tuvalu":"Tuvalu","countries.uganda":"Uganda","countries.ukraine":"Ukraine","countries.united kingdom":"Großbritannien","countries.united states":"Vereinigte Staaten","countries.united_arab_emirates":"Vereinigte Arabische Emirate","countries.uruguay":"Uruguay","countries.us_virgin_islands":"US Jungferninseln","countries.uzbekistan":"Usbekistan","countries.vanuatu":"Vanuatu","countries.venezuela":"Venezuela","countries.vietnam":"Vietnam","countries.wallis_and_futuna":"Wallis und Futuna","countries.western_sahara":"Westsahara","countries.yemen":"Jemen","countries.zambia":"Sambia","countries.zimbabwe":"Zimbabwe","dashboard.channel_selector.select_channel":"Wählen Sie Kanal","dashboard.channel_selector.select_channel_label":"Jeder Kanal hat seine Konfigurationseinstellungen.","dashboard.config.financial_warning":"Finanzwarnung für Kunden","dashboard.config.financial_warning.label":"Aufgrund der Vorschriften für BNPL-Methoden in den Niederlanden müssen Sie Kunden vor der Verwendung eines BNPL-Plans warnen, da es leicht zu Schulden kommen kann. ","dashboard.config.financial_warning.options.disabled":"Deaktiviert","dashboard.config.financial_warning.options.enabled":"Ermöglicht","dashboard.config.showIssuers":"Emittentenauswahl im Checkout anzeigen","dashboard.config.showIssuers.disabled":"Deaktivieren","dashboard.config.showIssuers.enabled":"Aktivieren","dashboard.config.showIssuers.label":`Wenn die Option „Deaktivieren“ ausgewählt ist, wird die Emittentenauswahl für iDEAL im Checkout nicht angezeigt. Stattdessen werden Kunden auf eine separate Seite weitergeleitet, auf der sie ihren iDEAL-Aussteller (d. h. ihre Bank) auswählen können. Wenn Sie hingegen die Option „Aktivieren“ auswählen, wird die Emittentenauswahl direkt im Checkout angezeigt. Es ist wichtig zu beachten, dass die Aktivierung dieser Option zusätzliche Kosten von Buckaroo verursacht, die auf etwa 0,002 € pro Transaktion geschätzt werden. +For specific products you also need to enable it for the products in the PrestaShop catalog.`,"dashboard.pages.payments.in3.version.label":"In3 version","dashboard.pages.payments.in3.version.v2":"V2 (Capayable/In3)","dashboard.pages.payments.in3.version.v3":"V3 (iDEAL In3)","dashboard.pages.payments.logo":"Payment logo","dashboard.pages.payments.max_order_amount_b2c":"Maximum B2B order amount","dashboard.pages.payments.maximum_order_amount":"Maximum order amount","dashboard.pages.payments.min_order_amount_b2b":"Minimum B2B order amount","dashboard.pages.payments.minimum_order_amount":"Minimum order amount","dashboard.pages.payments.mode":"Mode","dashboard.pages.payments.mode_label":'When set to "Live" you can do actual payments. When set to "Testing" you can do test transactions. This payment method will not appear when it is set to "Off".',"dashboard.pages.payments.modes_settings.live":"Live","dashboard.pages.payments.modes_settings.off":"Off","dashboard.pages.payments.modes_settings.test":"Test","dashboard.pages.payments.order_amount_allowed":"Order amount allowed","dashboard.pages.payments.order_amount_allowed_label":"This method will only be shown when this condition is met.","dashboard.pages.payments.payment_fee_incl_vat":"Payment fee incl. VAT","dashboard.pages.payments.payment_fee_incl_vat_label":"You can charge a fee when the customer select this payment. Specify static (e.g. 1.50). Decimals must be separated by a dot (.)","dashboard.pages.payments.payment_methods":"Payments methods","dashboard.pages.payments.remove":"Remove","dashboard.pages.payments.save":"Save","dashboard.pages.payments.search_country":"Search Country","dashboard.pages.payments.search_creditcard":"Search Credit- or debitcard","dashboard.pages.payments.search_giftcard":"Search Giftcard","dashboard.pages.payments.seller_protection":"Seller protection","dashboard.pages.payments.seller_protection_disabled":"No","dashboard.pages.payments.seller_protection_enable":"Enable PayPal Seller Protection","dashboard.pages.payments.seller_protection_enabled":"Yes","dashboard.pages.payments.send_email_instruction":"Send payment instruction email","dashboard.pages.payments.send_email_instruction_no":"No","dashboard.pages.payments.send_email_instruction_yes":"Yes","dashboard.pages.payments.send_email_merchant":"Merchant sends email","dashboard.pages.payments.seperate_authorize_and_capture":"Seperate authorize and capture","dashboard.pages.payments.seperate_authorize_and_capture_label":"When this option is enabled you have to manually capture the credit- or debitcard payment.","dashboard.pages.payments.service_code":"Service Code","dashboard.pages.payments.service_code_label":"After you request your custom giftcard by Intersolve you will receive an email about your service code. If you have any questions about this do not hesitate to mail us at ","dashboard.pages.payments.settings":"Settings","dashboard.pages.payments.show_country_number_and_more":"and {country_number} more...","dashboard.pages.payments.show_less":"Show less","dashboard.pages.payments.vat_type_for_wrap":"Vat type for gift wrapping","dashboard.pages.payments.vat_type_for_wrap_select":"Please select vat type for gift wrapping","dashboard.pages.payments.verification_methods":"Verification methods","dashboard.pages.settings.add":"Add","dashboard.pages.settings.advance_settings":"Advanced Settings","dashboard.pages.settings.checkout_url":"Checkout URL","dashboard.pages.settings.checkout_url_explanation":"When this field is left empty, the customer will return to the default PrestaShop checkout page.","dashboard.pages.settings.checkout_url_label":"Set a custom checkout URL after the customer cancel the payment or something went wrong during the process.","dashboard.pages.settings.credentials":"Credentials","dashboard.pages.settings.credentials_label":"Get your Buckaroo credentials from the Buckaroo Plaza","dashboard.pages.settings.custom_scripts":"Custom scripts","dashboard.pages.settings.custom_scripts_label":"Add custom javascript or css to your checkout.","dashboard.pages.settings.custom_scripts_placeholder":"Javascript / CSS (https://example.com/style.css)","dashboard.pages.settings.example":"Example","dashboard.pages.settings.explanation_intro":"Welcome to the configuration panel of the Buckaroo Payment app for your PrestaShop webshop. In this panel you can set the app completely to your liking. Below you will find the steps to configue the settings. For further questions, please refer to our documentation page.","dashboard.pages.settings.generate_credit_slip":"Generate a Credit Slip","dashboard.pages.settings.generate_credit_slip_label":"Whether a credit note should be generated.","dashboard.pages.settings.generate_negative_payments":"Create Negative Payments on Refund","dashboard.pages.settings.generate_negative_payments_label":"Whether a negative payment does also need to be created when performing a refund.","dashboard.pages.settings.generate_voucher":"Generate a Voucher","dashboard.pages.settings.generate_voucher_label":"Whether a voucher should be generated.","dashboard.pages.settings.hide_advance_settings":"Hide Advanced Settings","dashboard.pages.settings.if_you_have_any_questions":"If you have any questions about the above, you can contact us by email:","dashboard.pages.settings.if_you_have_any_questions_link":" or phone ","dashboard.pages.settings.mode":"Mode","dashboard.pages.settings.mode_label":"Easily change the mode","dashboard.pages.settings.no_im_testing":"No, I'm Testing","dashboard.pages.settings.order_number":"Order number","dashboard.pages.settings.order_number2":"order_number","dashboard.pages.settings.re_stock_products":"Re-stock Products","dashboard.pages.settings.re_stock_products_label":"Whether refunded products should be returned to inventory (increasing the quantity in stock).","dashboard.pages.settings.refunds":"Refunds","dashboard.pages.settings.refunds_label":"Refund Description","dashboard.pages.settings.refunds_label_explanation":"This description is used for the refunds and will be visible in Buckaroo and on the bank statement of the consumer. We recommend using the webshop name so customers can easily recognize the payment.","dashboard.pages.settings.refunds_label_label":"When enabled you can do (partial) refunds directly from your PrestaShop admin area Read more","dashboard.pages.settings.remove":"Remove","dashboard.pages.settings.return_url":"Return URL","dashboard.pages.settings.return_url_explanation":"When this field is left empty, the customer will return to the default PrestaShop confirmation page.","dashboard.pages.settings.return_url_label":"Set a custom return URL after the customer finishes the payment.","dashboard.pages.settings.save":"Save","dashboard.pages.settings.secret_key":"Secret key","dashboard.pages.settings.settings":"Settings","dashboard.pages.settings.settings_label":"Configure your settings","dashboard.pages.settings.settings_successfully_updated":"Settings successfully updated.","dashboard.pages.settings.shop_name":"Shop name","dashboard.pages.settings.shop_name2":"shop_name","dashboard.pages.settings.step_five":"Start testing, when testing is oke you can start LIVE transactions","dashboard.pages.settings.step_four":"Configure advanced settings & payment methods","dashboard.pages.settings.step_one":"Fill in your websitekey","dashboard.pages.settings.step_three":"Click on ‘test connection’, when oke proceed to step 4.","dashboard.pages.settings.step_two":"Fill in your secretkey","dashboard.pages.settings.successfully_verified_the_credentials":"Successfully verified the credentials!","dashboard.pages.settings.test_connection":"Test Connection","dashboard.pages.settings.the_credentials_are_not_valid":"The credentials are not valid!","dashboard.pages.settings.transaction_description":"Transaction Description","dashboard.pages.settings.transaction_description_label":'Transaction description can be filled with static text and tags like: {order_number} and {shop_name}.',"dashboard.pages.settings.website_key":"Website key","dashboard.pages.settings.welcome_to_buckaroo":"Welcome to Buckaroo","dashboard.pages.settings.when_your_shop_is_not_live_yet":"When your shop is not live yet","dashboard.pages.settings.yes_im_ready_to_receive_payments":"Yes, I'm ready to receive payments","dashboard.pages.settings.your_shop_is_live_and_ready_to_receive_real_payments":"Your shop is live and ready to receive real payments","payment_methods.afterpay":"Riverty","payment_methods.alipay":"Alipay","payment_methods.applepay":"Apple Pay","payment_methods.bancontact":"Bancontact","payment_methods.bancontactmrcash":"Bancontact","payment_methods.belfius":"Belfius","payment_methods.billink":"Billink","payment_methods.creditcard":"Cards","payment_methods.eps":"EPS","payment_methods.giftcard":"Giftcard","payment_methods.giropay":"Giropay","payment_methods.ideal":"iDEAL","payment_methods.idin":"iDIN","payment_methods.in3":"In3","payment_methods.kbcpaymentbutton":"KBC","payment_methods.klarna":"Klarna","payment_methods.mbway":"MB WAY","payment_methods.multibanco":"Multibanco","payment_methods.paybybank":"PayByBank","payment_methods.payconiq":"Payconiq","payment_methods.paypal":"PayPal","payment_methods.payperemail":"PayPerEmail","payment_methods.przelewy24":"Przelewy24","payment_methods.sepadirectdebit":"SEPA Direct Debit","payment_methods.sofortueberweisung":"Sofort","payment_methods.tinka":"Tinka","payment_methods.transfer":"Transfer","payment_methods.trustly":"Trustly","payment_methods.wechatpay":"WeChatPay","payment_methods.knaken":"Knaken Settle","verification_methods.idin":"iDIN","dashboard.pages.payments.displayInCheckout":"Group Credit-debitcards","dashboard.pages.payments.displayInCheckoutDesc":"Cards option on how to show the brands in the checkout.
Separate: Card issuers are showed seperately in the checkout.
Grouped: Card issuers are showed within one group."},WM={"buckaroo.response.an_error_occurred_while_processing_the_transaction_unable_to_pay_more_with_giftcards":"Er is een fout opgetreden tijdens het verwerken van de transactie: Je kunt niet meer cadeaukaarten gebruiken","buckaroo.response.invalid_parameter_originaltransaction":"Ongeldige parameter originaltransaction.","countries.afghanistan":"Afghanistan","countries.albania":"Albanië","countries.algeria":"Algerije","countries.american_samoa":"Amerikaans Samoa","countries.andorra":"Andorra","countries.angola":"Angola","countries.anguilla":"Anguilla","countries.antigua_and_barbuda":"Antigua en Barbuda","countries.argentina":"Argentinië","countries.armenia":"Armenië","countries.aruba":"Aruba","countries.australia":"Australië","countries.austria":"Oostenrijk","countries.azerbaijan":"Azerbeidzjan","countries.bahamas":"Bahamas","countries.bahrain":"Bahrein","countries.bangladesh":"Bangladesh","countries.barbados":"Barbados","countries.belarus":"Wit-Rusland","countries.belgium":"België","countries.belize":"Belize","countries.benin":"Benin","countries.bermuda":"Bermuda","countries.bhutan":"Bhutan","countries.bolivia":"Bolivia","countries.bosnia_and_herzegovina":"Bosnië en Herzegovina","countries.botswana":"Botswana","countries.brazil":"Brazilië","countries.british_virgin_islands":"Britse Maagdeneilanden","countries.brunei_darussalam":"Brunei Darussalam","countries.bulgaria":"Bulgarije","countries.burkina_faso":"Burkina Faso","countries.burundi":"Burundi","countries.cambodia":"Cambodja","countries.cameroon":"Kameroen","countries.canada":"Canada","countries.cape_verde":"Kaapverdië","countries.cayman_islands":"Kaaimaneilanden","countries.central_african_republic":"Centraal-Afrikaanse Republiek","countries.chad":"Tsjaad","countries.chile":"Chili","countries.china":"China","countries.colombia":"Colombia","countries.comoros":"Comoren","countries.cook_islands":"Cookeilanden","countries.costa_rica":"Costa Rica","countries.croatia":"Kroatië","countries.cuba":"Cuba","countries.curaçao":"Curaçao","countries.cyprus":"Cyprus","countries.czech_republic":"Tsjechische Republiek","countries.côte_d'ivoire":"Ivoorkust","countries.democratic_republic_of_the_congo":"Democratische Republiek Congo","countries.denmark":"Denemarken","countries.djibouti":"Djibouti","countries.dominica":"Dominica","countries.dominican_republic":"Dominicaanse Republiek","countries.east timor":"East Timor","countries.ecuador":"Ecuador","countries.egypt":"Egypte","countries.el_salvador":"El Salvador","countries.equatorial_guinea":"Equatoriaal-Guinea","countries.eritrea":"Eritrea","countries.estonia":"Estland","countries.ethiopia":"Ethiopië","countries.falkland_island":"Falklandeiland","countries.faroe_islands":"Faeröer Eilanden","countries.fiji":"Fiji","countries.finland":"Finland","countries.france":"Frankrijk","countries.french_polynesia":"Frans-Polynesië","countries.gabon":"Gabon","countries.gambia":"Gambia","countries.georgia":"Georgië","countries.germany":"Duitsland","countries.ghana":"Ghana","countries.gibraltar":"Gibraltar","countries.greece":"Griekenland","countries.greenland":"Groenland","countries.grenada":"Grenada","countries.guam":"Guam","countries.guatemala":"Guatemala","countries.guernsey":"Guernsey","countries.guinea":"Guinee","countries.guinea-bissau":"Guinee-Bissau","countries.guyana":"Guyana","countries.haiti":"Haïti","countries.honduras":"Honduras","countries.hong_kong":"Hongkong","countries.hungary":"Hongarije","countries.iceland":"IJsland","countries.india":"India","countries.indonesia":"Indonesië","countries.iran":"Iran","countries.iraq":"Irak","countries.ireland":"Ierland","countries.isle_of_man":"Man","countries.israel":"Israël","countries.italy":"Italië","countries.jamaica":"Jamaica","countries.japan":"Japan","countries.jersey":"Jersey","countries.jordan":"Jordanië","countries.kazakhstan":"Kazachstan","countries.kenya":"Kenia","countries.kiribati":"Kiribati","countries.kosovo":"Kosovo","countries.kuwait":"Koeweit","countries.kyrgyzstan":"Kirgizië","countries.laos":"Laos","countries.latvia":"Letland","countries.lebanon":"Libanon","countries.lesotho":"Lesotho","countries.liberia":"Liberia","countries.libya":"Libië","countries.liechtenstein":"Liechtenstein","countries.lithuania":"Litouwen","countries.luxembourg":"Luxemburg","countries.macau":"Macau","countries.macedonia":"Macedonië","countries.madagascar":"Madagaskar","countries.malawi":"Malawi","countries.malaysia":"Maleisië","countries.maldives":"Maldiven","countries.mali":"Mali","countries.malta":"Malta","countries.marshall_islands":"Marshalleilanden","countries.mauritania":"Mauritanië","countries.mauritius":"Mauritius","countries.mayotte":"Mayotte","countries.mexico":"Mexico","countries.micronesia":"Micronesië","countries.moldova":"Moldavië","countries.monaco":"Monaco","countries.mongolia":"Mongolië","countries.montenegro":"Montenegro","countries.montserrat":"Montserrat","countries.morocco":"Marokko","countries.mozambique":"Mozambique","countries.myanmar":"Myanmar","countries.namibia":"Namibië","countries.nauru":"Nauru","countries.nepal":"Nepal","countries.netherlands":"Nederland","countries.new_caledonia":"Nieuw-Caledonië","countries.new_zealand":"Nieuw-Zeeland","countries.nicaragua":"Nicaragua","countries.niger":"Niger","countries.nigeria":"Nigeria","countries.niue":"Niue","countries.norfolk_island":"Norfolkeiland","countries.north_korea":"Noord-Korea","countries.northern_mariana_islands":"Noordelijke Marianen","countries.norway":"Noorwegen","countries.oman":"Oman","countries.pakistan":"Pakistan","countries.palau":"Palau","countries.palestine":"Palestina","countries.panama":"Panama","countries.papua_new_guinea":"Papoea-Nieuw-Guinea","countries.paraguay":"Paraguay","countries.peru":"Peru","countries.philippines":"Filipijnen","countries.pitcairn":"Pitcairn","countries.poland":"Polen","countries.portugal":"Portugal","countries.puerto_rico":"Puerto Rico","countries.qatar":"Qatar","countries.republic_of_the_congo":"Republiek Congo","countries.romania":"Roemenië","countries.russia":"Rusland","countries.rwanda":"Rwanda","countries.saint_helena":"Sint-Helena","countries.saint_kitts_and_nevis":"Saint Kitts en Nevis","countries.saint_lucia":"Saint Lucia","countries.saint_vincent_and_the_grenadines":"Saint Vincent en de Grenadines","countries.samoa":"Samoa","countries.san_marino":"San Marino","countries.saudi_arabia":"Saoedi-Arabië","countries.senegal":"Senegal","countries.serbia":"Servië","countries.seychelles":"Seychellen","countries.sierra_leone":"Sierra Leone","countries.singapore":"Singapore","countries.sint_maarten":"Sint-Maarten","countries.slovakia":"Slowakije","countries.slovenia":"Slovenië","countries.solomon_islands":"Salomonseilanden","countries.somalia":"Somalië","countries.south_africa":"Zuid-Afrika","countries.south_korea":"Zuid-Korea","countries.south_sudan":"Zuid-Soedan","countries.spain":"Spanje","countries.sri_lanka":"Sri Lanka","countries.sudan":"Soedan","countries.suriname":"Suriname","countries.swaziland":"Swaziland","countries.sweden":"Zweden","countries.switzerland":"Zwitserland","countries.syria":"Syrië","countries.são_tomé_and_príncipe":"Sao Tomé en Principe","countries.taiwan":"Taiwan","countries.tajikistan":"Tadzjikistan","countries.tanzania":"Tanzania","countries.thailand":"Thailand","countries.timor-leste":"Oost-Timor","countries.togo":"Togo","countries.tonga":"Tonga","countries.trinidad_and_tobago":"Trinidad en Tobago","countries.tunisia":"Tunesië","countries.turkey":"Turkije","countries.turkmenistan":"Turkmenistan","countries.turks_and_caicos_islands":"Turks- en Caicoseilanden","countries.tuvalu":"Tuvalu","countries.uganda":"Oeganda","countries.ukraine":"Oekraïne","countries.united kingdom":"Verenigd Koninkrijk","countries.united states":"Verenigde Staten","countries.united_arab_emirates":"Verenigde Arabische Emiraten","countries.uruguay":"Uruguay","countries.us_virgin_islands":"Amerikaanse Maagdeneilanden","countries.uzbekistan":"Oezbekistan","countries.vanuatu":"Vanuatu","countries.vatican_city":"Vaticaanstad","countries.venezuela":"Venezuela","countries.vietnam":"Vietnam","countries.wallis_and_futuna":"Wallis en Futuna","countries.western_sahara":"Westelijke Sahara","countries.yemen":"Jemen","countries.zambia":"Zambia","countries.zimbabwe":"Zimbabwe","dashboard.channel_selector.select_channel":"Selecteer Kanaal","dashboard.channel_selector.select_channel_label":"Elk kanaal heeft zijn eigen configuratie-instellingen.","dashboard.config.financial_warning":"Financiële Waarschuwing","dashboard.config.financial_warning.label":"Vanwege de voorschriften voor achteraf betaalmethoden in Nederland dien je klanten te waarschuwen voor het gebruik van een achteraf betaalmethode omdat het gemakkelijk kan leiden tot schulden. Wanneer deze functie is ingeschakeld, wordt er een waarschuwing weergegeven tijdens het afrekenen. Let op dat deze instelling alleen van toepassing is op klanten in Nederland.","dashboard.config.financial_warning.options.disabled":"Uitgeschakeld","dashboard.config.financial_warning.options.enabled":"Ingeschakeld","dashboard.config.showIssuers":"Weergeef de bankkeuze in de checkout","dashboard.config.showIssuers.disabled":"Uitgeschakeld","dashboard.config.showIssuers.enabled":"Inschakelen","dashboard.config.showIssuers.label":`Wanneer de optie 'Uitgeschakeld' is geselecteerd, zal de bankkeuze voor iDEAL niet worden weergegeven in de checkout. In plaats daarvan worden klanten doorgestuurd naar een aparte pagina waar ze hun eigen bank kunnen kiezen. Aan de andere kant zal het aanzetten van deze functie de bankkeuze direct in de checkout weergeven. Het is belangrijk om te melden dat het inschakelen van deze optie extra kosten met zich mee zal brengen van Buckaroo, geschat op ongeveer €0.002 per transactie. Voor nauwkeurige kostendetails kunt u rechtstreeks contact opnemen met Buckaroo.`,"dashboard.country_select.search_countries":"Zoek Landen","dashboard.menu.channel":"Kanaal","dashboard.menu.order_payment_methods":"Betaalmethoden Volgorde","dashboard.menu.payment_methods":"Betaalmethoden","dashboard.menu.settings":"Instellingen","dashboard.menu.verification_methods":"Verificatiemethoden","dashboard.pages.order_payment_methods.all_countries":"Alle landen","dashboard.pages.order_payment_methods.explanation_intro":"Om de betaalmethoden per land in de juiste volgorde in te stellen, dient u aan de linkerkant van dit scherm het gewenste land te selecteren. Uw krijgt dan een overzicht van de betaalmethoden die voor dat land 'aan' staan. U kunt vervolgens de betaalmethoden in de juiste volgorde zetten door te slepen.","dashboard.pages.order_payment_methods.how_to_order_payment_method":"Hoe u uw betaalmethode volgorde aan kunt passen","dashboard.pages.order_payment_methods.if_you_have_any_questions":"Heeft u vragen over deze plugin van Buckaroo, dan kunt u contact met ons opnemen via e-mail:","dashboard.pages.order_payment_methods.order_payment_methods":"Betaalmethode volgorde","dashboard.pages.order_payment_methods.order_payment_methods_label":"Wijzig de volgorde van betaalmethoden","dashboard.pages.order_payment_methods.payment_method_order_updated_successfully":"Betaalmethoden volgorde succesvol geüpdatet.","dashboard.pages.order_payment_methods.search_country":"Zoek land","dashboard.pages.order_payment_methods.something_went_wrong":"Er is iets fout gegaan.","dashboard.pages.order_payment_methods.step_one":"Selecteer het land waarvoor u de volgorde van de betaalmethoden wilt wijzigen.","dashboard.pages.order_payment_methods.step_three":"Sla de instellingen op en controleer in uw webshop (checkout) of alles correct weergeven wordt.","dashboard.pages.order_payment_methods.step_two":"Sleep de betaalmethoden in de volgorde van uw voorkeur.","dashboard.pages.payments.add":"Toevoegen","dashboard.pages.payments.add_custom_giftcard":"Eigen cadeaukaart toevoegen","dashboard.pages.payments.all_countries":"Alle landen","dashboard.pages.payments.allowed_creditcards":"Toegestane Cards","dashboard.pages.payments.allowed_creditcards_label":"Alleen geselecteerde credit- of debitcards worden op deze manier getoond","dashboard.pages.payments.allowed_giftcards":"Toegestane cadeaukaarten","dashboard.pages.payments.allowed_giftcards_label":"Alleen geselecteerde cadeaukaarten worden op deze manier getoond","dashboard.pages.payments.allowed_methods":"Toegestane betaalmethoden","dashboard.pages.payments.clear":"Resetten","dashboard.pages.payments.client_side":"Cliënt Side Encryption","dashboard.pages.payments.client_side_label":"Gedrag van cliëntzijdige betaalmethode in- of uitschakelen.","dashboard.pages.payments.configure":"Configuratie","dashboard.pages.payments.configure_your_payment_method_settings":"Configureer uw betaalmethoden instellingen","dashboard.pages.payments.configure_your_payment_name_settings":"Configureer uw instellingen voor {payment_name}","dashboard.pages.payments.configure_your_verification_method_settings":"Configureer uw instellingen voor de verificatiemethoden","dashboard.pages.payments.configure_your_verification_name_settings":"Configureer uw instellingen voor {verification_name}","dashboard.pages.payments.countries":"Landen","dashboard.pages.payments.countries_label":"Alleen geselecteerde landen zullen deze betaalmethode tonen, laat dit veld leeg om de methode voor alle landen in te schakelen.","dashboard.pages.payments.custom_giftcard":"Eigen cadeaukaart","dashboard.pages.payments.custom_icon_url":"Aangepaste cadeaukaart logo URL","dashboard.pages.payments.customer.type.b2b":"B2B","dashboard.pages.payments.customer.type.b2b.long":"Business-to-Business","dashboard.pages.payments.customer.type.b2c":"B2C","dashboard.pages.payments.customer.type.b2c.long":"Business-to-consumer","dashboard.pages.payments.customer.type.both":"Beide","dashboard.pages.payments.customer.type_label":"Klanttype","dashboard.pages.payments.customer_type":"Klant type","dashboard.pages.payments.display_type":"Weergavetype","dashboard.pages.payments.display_type_label":"Deze instelling bepaalt hoe de bankselectie voor deze betaalmethode wordt weergegeven bij het afrekenen.
U kunt kiezen tussen keuzerondjes of een vervolgkeuzelijst.","dashboard.pages.payments.display_types.dropdown":"Laten vallen","dashboard.pages.payments.display_types.radio":"Radio","dashboard.pages.payments.due_date":"Vervaldatum (in dagen)","dashboard.pages.payments.edit":"Aanpassen","dashboard.pages.payments.enter_giftcard_details":"Voer cadeaukaartgegevens in","dashboard.pages.payments.front_label":"Betaalmethode naam","dashboard.pages.payments.front_label_label":"Deze naam wordt weergegeven in de checkout.","dashboard.pages.payments.giftcard_name":"Cadeaukaart Naam","dashboard.pages.payments.idin.display_mode":"iDIN modus:","dashboard.pages.payments.idin.display_mode.global":"Globaal","dashboard.pages.payments.idin.display_mode.product":"Specifieke producten","dashboard.pages.payments.idin.display_mode_label":"Met deze instelling kunt u selecteren of iDIN is ingeschakeld voor alle producten in de winkel (globaal) of alleen voor specifieke producten. Voor specifieke producten dient u het ook in te schakelen voor de producten in de PrestaShop-catalogus.","dashboard.pages.payments.in3.version.label":"In3 versie","dashboard.pages.payments.in3.version.v2":"V2 (Capayable/In3)","dashboard.pages.payments.in3.version.v3":"V3 (iDEAL In3)","dashboard.pages.payments.logo":"Betaalmethode logo","dashboard.pages.payments.max_order_amount_b2c":"Maximale B2B bestelbedrag","dashboard.pages.payments.maximum_order_amount":"Maximaal toegestane bestelbedrag","dashboard.pages.payments.min_order_amount_b2b":"Minimale B2B bestelbedrag","dashboard.pages.payments.minimum_order_amount":"Minimaal toegestane bestelbedrag","dashboard.pages.payments.mode":"Modus","dashboard.pages.payments.mode_label":'Indien ingesteld op "Live", dan kunt u daadwerkelijke betalingen doen. Indien ingesteld op "Test", dan kun je testtransacties doen. De betaalmethode verschijnt niet als deze op "Uit" staat.',"dashboard.pages.payments.modes_settings.live":"Live","dashboard.pages.payments.modes_settings.off":"Uit","dashboard.pages.payments.modes_settings.test":"Test","dashboard.pages.payments.order_amount_allowed":"Bestelbedrag restricties","dashboard.pages.payments.order_amount_allowed_label":"Deze methode wordt alleen weergegeven als aan deze voorwaarde is voldaan.","dashboard.pages.payments.payment_fee_incl_vat":"Betaalkosten incl. BTW","dashboard.pages.payments.payment_fee_incl_vat_label":"U kunt kosten in rekening brengen wanneer de klant deze betaalmethode selecteert. Specificeer statisch (bijv. 1,50). Decimalen moeten worden gescheiden door een punt (.)","dashboard.pages.payments.payment_methods":"Betaalmethoden","dashboard.pages.payments.remove":"Verwijderen","dashboard.pages.payments.save":"Opslaan","dashboard.pages.payments.search_country":"Zoek Land","dashboard.pages.payments.search_creditcard":"Zoek Credit- of debitcard","dashboard.pages.payments.search_giftcard":"Zoek Cadeaukaart","dashboard.pages.payments.seller_protection":"Verkopersbescherming","dashboard.pages.payments.seller_protection_disabled":"Nee","dashboard.pages.payments.seller_protection_enable":"Schakel de PayPal Verkopersbescherming in","dashboard.pages.payments.seller_protection_enabled":"Ja","dashboard.pages.payments.send_email_instruction":"Stuur betalingsinstructie e-mail","dashboard.pages.payments.send_email_instruction_no":"Nee","dashboard.pages.payments.send_email_instruction_yes":"Ja","dashboard.pages.payments.send_email_merchant":"Merchant stuurt e-mail","dashboard.pages.payments.seperate_authorize_and_capture":"Losse authorize en capture","dashboard.pages.payments.seperate_authorize_and_capture_label":"Wanneer deze optie is ingeschakeld, dient u de betaling van de credit- of debitcard handmatig vast te leggen (capture).","dashboard.pages.payments.service_code":"Service Code","dashboard.pages.payments.service_code_label":"Nadat u uw persoonlijke cadeaukaart bij Intersolve heeft aangevraagd, ontvangt u een e-mail over uw servicecode. Als u hierover vragen heeft, aarzel dan niet om ons te mailen op","dashboard.pages.payments.settings":"Instellingen","dashboard.pages.payments.show_country_number_and_more":"en {country_number} meer...","dashboard.pages.payments.show_less":"Minder tonen","dashboard.pages.payments.vat_type_for_wrap":"BTW-type voor cadeauverpakking","dashboard.pages.payments.vat_type_for_wrap_select":"Selecteer BTW-type voor cadeauverpakking","dashboard.pages.payments.verification_methods":"Verificatiemethoden","dashboard.pages.settings.add":"Toevoegen","dashboard.pages.settings.advance_settings":"Geavanceerde Instellingen","dashboard.pages.settings.checkout_url":"Cancel-URL","dashboard.pages.settings.checkout_url_explanation":"Wanneer dit veld leeg wordt gelaten, keert de klant terug naar de standaard PrestaShop afrekenpagina.","dashboard.pages.settings.checkout_url_label":"Stel een aangepaste cancel-URL in nadat de klant de betaling heeft geannuleerd of als er iets mis is gegaan tijdens het proces.","dashboard.pages.settings.credentials":"Buckaroo gegevens","dashboard.pages.settings.credentials_label":"Haal uw Buckaroo gegevens op uit de Buckaroo Plaza","dashboard.pages.settings.custom_scripts":"Aangepaste scripts","dashboard.pages.settings.custom_scripts_label":"Voeg aangepaste javascript of css code toe aan uw checkout.","dashboard.pages.settings.custom_scripts_placeholder":"Javascript / CSS (https://example.com/style.css)","dashboard.pages.settings.example":"Voorbeeld","dashboard.pages.settings.explanation_intro":"Welkom bij het configuratiescherm van de Buckaroo Payment app voor jouw PrestaShop webshop. In dit scherm kunt u de app helemaal naar wens instellen. Hieronder vind u de stappen om de instellingen te configureren. Voor verdere vragen verwijzen wij u naar onze documentatie pagina.","dashboard.pages.settings.generate_credit_slip":"Een creditnota genereren","dashboard.pages.settings.generate_credit_slip_label":"Of er een creditnota moet worden gegenereerd.","dashboard.pages.settings.generate_negative_payments":"Een negatieve betaling bij terugbetalingen aanmaken","dashboard.pages.settings.generate_negative_payments_label":"Of er ook een negatieve betaling moet worden gecreëerd bij het uitvoeren van een terugbetaling.","dashboard.pages.settings.generate_voucher":"Een voucher genereren","dashboard.pages.settings.generate_voucher_label":"Of er een voucher moet worden gegenereerd.","dashboard.pages.settings.hide_advance_settings":"Geavanceerde Instellingen Verbergen","dashboard.pages.settings.mode":"Modus","dashboard.pages.settings.mode_label":"Verander eenvoudig de modus","dashboard.pages.settings.no_im_testing":"Nee, ik wil testen","dashboard.pages.settings.order_number":"Bestellingsnummer","dashboard.pages.settings.order_number2":"bestellingsnummer","dashboard.pages.settings.re_stock_products":"De voorraad aanvullen bij retourproducten","dashboard.pages.settings.re_stock_products_label":"Of terugbetaalde producten moeten worden teruggeplaatst in de voorraad (waardoor de voorraadhoeveelheid wordt verhoogd).","dashboard.pages.settings.refunds":"Terugbetalingen","dashboard.pages.settings.refunds_label":"Terugbetaling omschrijving","dashboard.pages.settings.refunds_label_explanation":"Deze omschrijving wordt gebruikt bij de terugbetaling en zal zichtbaar zijn in Buckaroo en op het bankafschrift van de consument. Wij adviseren om de webshopnaam te gebruiken, zodat klanten de betaling gemakkelijk kunnen herkennen.","dashboard.pages.settings.refunds_label_label":"Indien ingeschakeld, kunt u (gedeeltelijke) terugbetalingen rechtstreeks vanuit uw PrestaShop-beheergebied uitvoeren Read more","dashboard.pages.settings.remove":"Verwijder","dashboard.pages.settings.return_url":"Return-URL","dashboard.pages.settings.return_url_explanation":"Wanneer dit veld leeg wordt gelaten, keert de klant terug naar de standaard PrestaShop bevestigingspagina.","dashboard.pages.settings.return_url_label":"Stel een aangepaste return-URL in nadat de klant de betaling heeft voltooid.","dashboard.pages.settings.save":"Opslaan","dashboard.pages.settings.secret_key":"Secret key","dashboard.pages.settings.settings":"Instellingen","dashboard.pages.settings.settings_label":"Configureer uw instellingen","dashboard.pages.settings.settings_successfully_updated":"Instellingen succesvol bijgewerkt.","dashboard.pages.settings.shop_name":"Winkelnaam","dashboard.pages.settings.shop_name2":"winkelnaam","dashboard.pages.settings.step_five":"Begin met testen, als het testen goed gaat, kunt u LIVE transacties starten","dashboard.pages.settings.step_four":"Configureer de geavanceerde instellingen & Betaalmethodes","dashboard.pages.settings.step_three":"Klik op ‘test verbinding’, indien correct ga verder naar stap 4.","dashboard.pages.settings.successfully_verified_the_credentials":"De gegevens zijn succesvol geverifieerd!","dashboard.pages.settings.test_connection":"Test Gegevens","dashboard.pages.settings.the_credentials_are_not_valid":"De gegevens zijn onjuist!","dashboard.pages.settings.transaction_description":"Transactie Beschrijving","dashboard.pages.settings.transaction_description_label":'De transactiebeschrijving kan worden gevuld met een statische tekst en tags zoals: {order_number} en {shop_name}.',"dashboard.pages.settings.website_key":"Website key","dashboard.pages.settings.welcome_to_buckaroo":"Welkom bij Buckaroo","dashboard.pages.settings.when_your_shop_is_not_live_yet":"Wanneer u webwinkel nog niet live is","dashboard.pages.settings.yes_im_ready_to_receive_payments":"Ja, ik ben klaar om betalingen te ontvangen","dashboard.pages.settings.your_shop_is_live_and_ready_to_receive_real_payments":"Uw webwinkel is live en klaar om echte betalingen te ontvangen","payment_methods.afterpay":"Riverty","payment_methods.alipay":"Alipay","payment_methods.applepay":"Apple Pay","payment_methods.bancontact":"Bancontact","payment_methods.bancontactmrcash":"Bancontact","payment_methods.belfius":"Belfius","payment_methods.billink":"Billink","payment_methods.creditcard":"Cards","payment_methods.eps":"EPS","payment_methods.giftcard":"Giftcard","payment_methods.giropay":"Giropay","payment_methods.ideal":"iDEAL","payment_methods.idin":"iDIN","payment_methods.in3":"In3","payment_methods.kbcpaymentbutton":"KBC","payment_methods.klarna":"Klarna","payment_methods.mbway":"MB WAY","payment_methods.multibanco":"Multibanco","payment_methods.paybybank":"PayByBank","payment_methods.payconiq":"Payconiq","payment_methods.paypal":"PayPal","payment_methods.payperemail":"PayPerEmail","payment_methods.przelewy24":"Przelewy24","payment_methods.sepadirectdebit":"SEPA Direct Debit","payment_methods.sofortueberweisung":"Sofort","payment_methods.tinka":"Tinka","payment_methods.transfer":"Transfer","payment_methods.trustly":"Trustly","payment_methods.wechatpay":"WeChatPay","payment_methods.knaken":"Knaken Settle","verification_methods.idin":"iDIN","dashboard.pages.payments.displayInCheckout":"Group Credit-debitcards","dashboard.pages.payments.displayInCheckoutDesc":"Cards option on how to show the brands in the checkout.
Separate: Card issuers are showed seperately in the checkout.
Grouped: Card issuers are showed within one group."},GM={"buckaroo.response.an_error_occurred_while_processing_the_transaction_unable_to_pay_more_with_giftcards":"Une erreur s'est produite lors du traitement de la transaction : impossible de payer davantage avec des cartes cadeaux","buckaroo.response.invalid_parameter_originaltransaction":"Paramètre originaltransaction non valide.","countries.afghanistan":"Afghanistan","countries.albania":"Albanie","countries.algeria":"Algérie","countries.american_samoa":"Samoa américaines","countries.andorra":"Andorre","countries.angola":"Angola","countries.anguilla":"Anguilla","countries.antigua_and_barbuda":"Antigua-et-Barbuda","countries.argentina":"Argentine","countries.armenia":"Arménie","countries.aruba":"Aruba","countries.australia":"Australie","countries.austria":"L'Autriche","countries.azerbaijan":"Azerbaïdjan","countries.bahamas":"Bahamas","countries.bahrain":"Bahreïn","countries.bangladesh":"Bangladesh","countries.barbados":"Barbade","countries.belarus":"Biélorussie","countries.belgium":"Belgique","countries.belize":"Bélize","countries.benin":"Bénin","countries.bermuda":"Bermudes","countries.bhutan":"Bhoutan","countries.bolivia":"Bolivie","countries.bosnia_and_herzegovina":"Bosnie Herzégovine","countries.botswana":"Botswana","countries.brazil":"Brésil","countries.british_virgin_islands":"Les îles Vierges britanniques","countries.brunei_darussalam":"Brunei Darussalam","countries.bulgaria":"Bulgarie","countries.burkina_faso":"Burkina Faso","countries.burundi":"Burundi","countries.cambodia":"Cambodge","countries.cameroon":"Cameroun","countries.canada":"Canada","countries.cape_verde":"Cap-Vert","countries.cayman_islands":"Îles Caïmans","countries.central_african_republic":"République centrafricaine","countries.chad":"Tchad","countries.chile":"Chili","countries.china":"Chine","countries.colombia":"Colombie","countries.comoros":"Comores","countries.cook_islands":"Île","countries.costa_rica":"Costa Rica","countries.croatia":"Croatie","countries.cuba":"Cuba","countries.curaçao":"Curacao","countries.cyprus":"Chypre","countries.czech_republic":"République tchèque","countries.côte_d'ivoire":"Côte D'Ivoire","countries.democratic_republic_of_the_congo":"République Démocratique du Congo","countries.denmark":"Danemark","countries.djibouti":"Djibouti","countries.dominica":"Dominique","countries.dominican_republic":"République dominicaine","countries.east timor":"Timor oriental","countries.ecuador":"Équateur","countries.egypt":"Egypte","countries.el_salvador":"Le Salvador","countries.equatorial_guinea":"Guinée Équatoriale","countries.eritrea":"Érythrée","countries.estonia":"Estonie","countries.ethiopia":"Ethiopie","countries.falkland_island":"Île Falkland","countries.faroe_islands":"Îles Féroé","countries.fiji":"Fidji","countries.finland":"Finlande","countries.france":"France","countries.french_polynesia":"Polynésie française","countries.gabon":"Gabon","countries.gambia":"Gambie","countries.georgia":"Géorgie","countries.germany":"Allemagne","countries.ghana":"Ghana","countries.gibraltar":"Gibraltar","countries.greece":"Grèce","countries.greenland":"Groenland","countries.grenada":"Grenade","countries.guam":"Guam","countries.guatemala":"Guatemala","countries.guernsey":"Guernesey","countries.guinea":"Guinée","countries.guinea-bissau":"Guinée-Bissau","countries.guyana":"Guyane","countries.haiti":"Haïti","countries.honduras":"Honduras","countries.hong_kong":"Hong Kong","countries.hungary":"Hongrie","countries.iceland":"Islande","countries.india":"Inde","countries.indonesia":"Indonésie","countries.iran":"L'Iran","countries.iraq":"Irak","countries.ireland":"Irlande","countries.isle_of_man":"île de Man","countries.israel":"Israël","countries.italy":"Italie","countries.jamaica":"Jamaïque","countries.japan":"Japon","countries.jersey":"Jersey","countries.jordan":"Jordan","countries.kazakhstan":"Kazakhstan","countries.kenya":"Kenya","countries.kiribati":"Kiribati","countries.kosovo":"Kosovo","countries.kuwait":"Koweit","countries.kyrgyzstan":"Kirghizistan","countries.laos":"Laos","countries.latvia":"Lettonie","countries.lebanon":"Liban","countries.lesotho":"Lesotho","countries.liberia":"Libéria","countries.libya":"Libye","countries.liechtenstein":"Liechtenstein","countries.lithuania":"Lituanie","countries.luxembourg":"Luxembourg","countries.macau":"Macao","countries.macedonia":"Macédoine","countries.madagascar":"Madagascar","countries.malawi":"Malawi","countries.malaysia":"Malaisie","countries.maldives":"Maldives","countries.mali":"Mali","countries.malta":"Malte","countries.marshall_islands":"Iles Marshall","countries.mauritania":"Mauritanie","countries.mauritius":"Maurice","countries.mayotte":"Mayotte","countries.mexico":"Mexique","countries.micronesia":"Micronésie","countries.moldova":"Moldavie","countries.monaco":"Monaco","countries.mongolia":"Mongolie","countries.montenegro":"Monténégro","countries.montserrat":"Montserrat","countries.morocco":"Maroc","countries.mozambique":"Mozambique","countries.myanmar":"Birmanie","countries.namibia":"Namibie","countries.nauru":"Nauru","countries.nepal":"Népal","countries.netherlands":"Pays-Bas","countries.new_caledonia":"Nouvelle Calédonie","countries.new_zealand":"Nouvelle-Zélande","countries.nicaragua":"Nicaragua","countries.niger":"Niger","countries.nigeria":"Nigeria","countries.niue":"Nioué","countries.norfolk_island":"l'ile de Norfolk","countries.north_korea":"Corée du Nord","countries.northern_mariana_islands":"Îles Mariannes du Nord","countries.norway":"Norvège","countries.oman":"Oman","countries.pakistan":"Pakistan","countries.palau":"Palaos","countries.palestine":"Palestine","countries.panama":"Panama","countries.papua_new_guinea":"Papouasie Nouvelle Guinée","countries.paraguay":"Paraguay","countries.peru":"Pérou","countries.philippines":"Philippines","countries.pitcairn":"Pitekaien","countries.poland":"Pologne","countries.portugal":"le Portugal","countries.puerto_rico":"Porto Rico","countries.qatar":"Qatar","countries.republic_of_the_congo":"République Démocratique du Congo","countries.romania":"Roumanie","countries.russia":"Russie","countries.rwanda":"Rwanda","countries.saint_helena":"Sainte-Hélène","countries.saint_kitts_and_nevis":"Saint-Christophe-et-Niévès","countries.saint_lucia":"Sainte-Lucie","countries.saint_vincent_and_the_grenadines":"Saint-Vincent-et-les-Grenadines","countries.samoa":"Samoa","countries.san_marino":"Saint Marin","countries.sao_tome_and_principe":"Sao Tomé et Principe","countries.saudi_arabia":"Arabie Saoudite","countries.senegal":"Sénégal","countries.serbia":"Serbie","countries.seychelles":"les Seychelles","countries.sierra_leone":"Sierra Leone","countries.singapore":"Singapour","countries.slovakia":"Slovaquie","countries.slovenia":"Slovénie","countries.solomon_islands":"Les îles Salomon","countries.somalia":"Somalie","countries.south_africa":"Afrique du Sud","countries.south_korea":"Corée du Sud","countries.south_sudan":"Soudan du sud","countries.spain":"Espagne","countries.sri_lanka":"Sri Lanka","countries.sudan":"Soudan","countries.suriname":"Suriname","countries.swaziland":"Swaziland","countries.sweden":"Suède","countries.switzerland":"Suisse","countries.syrian_arab_republic":"République arabe syrienne","countries.taiwan":"Taïwan","countries.tajikistan":"Tadjikistan","countries.tanzania":"Tanzanie","countries.thailand":"Thaïlande","countries.togo":"Aller","countries.tokelau":"Tokélaou","countries.tonga":"Tonga","countries.trinidad_and_tobago":"Trinité-et-Tobago","countries.tunisia":"Tunisie","countries.turkey":"Turquie","countries.turkmenistan":"Turkménistan","countries.turks_and_caicos_islands":"îles Turques-et-Caïques","countries.tuvalu":"Tuvalu","countries.uganda":"Ouganda","countries.ukraine":"Ukraine","countries.united kingdom":"Royaume-Uni","countries.united states":"États-Unis","countries.united_arab_emirates":"Emirats Arabes Unis","countries.uruguay":"Uruguay","countries.us_virgin_islands":"Îles Vierges américaines","countries.uzbekistan":"Ouzbékistan","countries.vanuatu":"Vanuatu","countries.venezuela":"Venezuela","countries.vietnam":"Viêt Nam","countries.wallis_and_futuna":"Wallis et Futuna","countries.western_sahara":"Sahara occidental","countries.yemen":"Yémen","countries.zambia":"Zambie","countries.zimbabwe":"Zimbabwe","dashboard.channel_selector.select_channel":"Sélectionnez la chaîne","dashboard.channel_selector.select_channel_label":"Chaque canal a ses paramètres de configuration.","dashboard.config.financial_warning":"Avertissement financier client","dashboard.config.financial_warning.label":"En raison de la réglementation relative aux méthodes BNPL aux Pays-Bas, vous devrez avertir les clients de l'utilisation d'un plan BNPL, car il peut être facile de s'endetter. ","dashboard.config.financial_warning.options.disabled":"Désactivé","dashboard.config.financial_warning.options.enabled":"Activé","dashboard.config.showIssuers":"Afficher la sélection de l'émetteur lors du paiement","dashboard.config.showIssuers.disabled":"Désactiver","dashboard.config.showIssuers.enabled":"Activer","dashboard.config.showIssuers.label":`Lorsque l'option « Désactiver » est sélectionnée, la sélection de l'émetteur pour iDEAL ne sera pas affichée lors du paiement. Au lieu de cela, les clients seront redirigés vers une page distincte où ils pourront choisir leur émetteur iDEAL (c'est-à-dire leur banque). En revanche, la sélection de l'option « Activer » affichera la sélection de l'émetteur directement dans la caisse. Il est important de noter que l'activation de cette option entraînera des coûts supplémentaires de la part de Buckaroo, estimés à environ 0,002 € pour chaque transaction. +Pour obtenir des détails précis sur les coûts, veuillez contacter directement Buckaroo.`,"dashboard.country_select.search_countries":"Rechercher des pays","dashboard.menu.channel":"Canal","dashboard.menu.order_payment_methods":"Modes de paiement des commandes","dashboard.menu.payment_methods":"Méthodes de payement","dashboard.menu.settings":"Paramètres","dashboard.menu.verification_methods":"Méthodes de vérification","dashboard.pages.order_payment_methods.all_countries":"Tous les pays","dashboard.pages.order_payment_methods.explanation_intro":"Vous pouvez facilement modifier l'ordre des modes de paiement en les faisant glisser au bon endroit, de haut en bas.","dashboard.pages.order_payment_methods.how_to_order_payment_method":"Comment modifier l'ordre des modes de paiement lors du paiement","dashboard.pages.order_payment_methods.if_you_have_any_questions":"Si vous avez des questions sur ce plugin de Buckaroo, vous pouvez nous contacter par e-mail :","dashboard.pages.order_payment_methods.order_payment_methods":"Modes de paiement des commandes","dashboard.pages.order_payment_methods.order_payment_methods_label":"Modifiez l'ordre des modes de paiement.","dashboard.pages.order_payment_methods.payment_method_order_updated_successfully":"Commande de mode de paiement mise à jour avec succès.","dashboard.pages.order_payment_methods.search_country":"Rechercher un pays","dashboard.pages.order_payment_methods.something_went_wrong":"Quelque chose s'est mal passé.","dashboard.pages.order_payment_methods.step_one":"Sélectionnez d'abord le pays pour lequel vous souhaitez modifier l'ordre d'affichage des moyens de paiement.","dashboard.pages.order_payment_methods.step_three":"Enregistrez la commande des modes de paiement choisis et vérifiez si les modes de paiement s'affichent dans le bon ordre lors du paiement de votre boutique en ligne.","dashboard.pages.order_payment_methods.step_two":"Faites glisser et déposez les modes de paiement dans l'ordre de votre choix.","dashboard.pages.payments.add":"Ajouter","dashboard.pages.payments.add_custom_giftcard":"Ajouter une carte cadeau personnalisée","dashboard.pages.payments.all_countries":"Tous les pays","dashboard.pages.payments.allowed_creditcards":"Cartes de crédit et de débit autorisées","dashboard.pages.payments.allowed_creditcards_label":"Seules les cartes de crédit ou de débit sélectionnées seront affichées pour cette méthode","dashboard.pages.payments.allowed_giftcards":"Cartes cadeaux autorisées","dashboard.pages.payments.allowed_giftcards_label":"Seules les cartes cadeaux sélectionnées cette méthode sera affichée","dashboard.pages.payments.allowed_methods":"Modes de paiement autorisés","dashboard.pages.payments.clear":"Clair","dashboard.pages.payments.client_side":"Chiffrement côté client","dashboard.pages.payments.client_side_label":"Activez ou désactivez le comportement du mode de paiement côté client.","dashboard.pages.payments.configure":"Configurer","dashboard.pages.payments.configure_your_payment_method_settings":"Configurez les paramètres de votre mode de paiement","dashboard.pages.payments.configure_your_payment_name_settings":"Configurez vos paramètres {payment_name}","dashboard.pages.payments.configure_your_verification_method_settings":"Configurez les paramètres de votre méthode de vérification","dashboard.pages.payments.configure_your_verification_name_settings":"Configurez vos paramètres {verification_name}","dashboard.pages.payments.countries":"Des pays","dashboard.pages.payments.countries_label":"Le mode de paiement ne sera affiché que pour les pays sélectionnés. ","dashboard.pages.payments.custom_giftcard":"Carte cadeau personnalisée","dashboard.pages.payments.custom_icon_url":"URL de l'icône personnalisée","dashboard.pages.payments.customer.type.b2b":"B2B","dashboard.pages.payments.customer.type.b2b.long":"Entreprise à entreprise","dashboard.pages.payments.customer.type.b2c":"B2C","dashboard.pages.payments.customer.type.b2c.long":"D'entreprise à consommateur","dashboard.pages.payments.customer.type.both":"Les deux","dashboard.pages.payments.customer.type_label":"Type de client","dashboard.pages.payments.customer_type":"Type de client","dashboard.pages.payments.display_type":"Type d'affichage du bouton","dashboard.pages.payments.display_type_label":"Ce paramètre détermine la manière dont la sélection de banque pour ce mode de paiement sera affichée lors du paiement.
Vous pouvez choisir entre des boutons radio ou une sélection déroulante.","dashboard.pages.payments.display_types.dropdown":"Dérouler","dashboard.pages.payments.display_types.radio":"Radio","dashboard.pages.payments.due_date":"Date d'échéance (en jours)","dashboard.pages.payments.edit":"Modifier","dashboard.pages.payments.enter_giftcard_details":"Entrez les détails de la carte-cadeau","dashboard.pages.payments.front_label":"Étiquette avant","dashboard.pages.payments.front_label_label":"Ce nom sera affiché pour ce mode de paiement lors du paiement. ","dashboard.pages.payments.giftcard_name":"Nom de la carte cadeau","dashboard.pages.payments.idin.display_mode":"Mode IDIN :","dashboard.pages.payments.idin.display_mode.global":"Mondial","dashboard.pages.payments.idin.display_mode.product":"Produits spécifiques","dashboard.pages.payments.idin.display_mode_label":"Avec ce paramètre, vous pouvez choisir si iDIN est activé pour tous les produits du magasin (globalement) ou uniquement pour des produits spécifiques.","dashboard.pages.payments.in3.version.label":"Version In3","dashboard.pages.payments.in3.version.v2":"V2 (capacité/In3)","dashboard.pages.payments.in3.version.v3":"V3 (iDEAL In3)","dashboard.pages.payments.logo":"Logo de paiement","dashboard.pages.payments.max_order_amount_b2c":"Montant maximum de la commande B2B","dashboard.pages.payments.maximum_order_amount":"Montant maximum de la commande","dashboard.pages.payments.min_order_amount_b2b":"Montant minimum de la commande B2B","dashboard.pages.payments.minimum_order_amount":"Montant minimum de commande","dashboard.pages.payments.mode":"Mode","dashboard.pages.payments.mode_label":"Lorsqu'il est réglé sur « Live », vous pouvez effectuer des paiements réels. ","dashboard.pages.payments.modes_settings.live":"En direct","dashboard.pages.payments.modes_settings.off":"Désactivé","dashboard.pages.payments.modes_settings.test":"Test","dashboard.pages.payments.order_amount_allowed":"Montant de la commande autorisé","dashboard.pages.payments.order_amount_allowed_label":"Cette méthode ne sera affichée que lorsque cette condition est remplie.","dashboard.pages.payments.payment_fee_incl_vat":"Frais de paiement inclus. ","dashboard.pages.payments.payment_fee_incl_vat_label":"Vous pouvez facturer des frais lorsque le client sélectionne ce paiement. ","dashboard.pages.payments.payment_methods":"Modes de paiement","dashboard.pages.payments.remove":"Retirer","dashboard.pages.payments.save":"Sauvegarder","dashboard.pages.payments.search_country":"Rechercher un pays","dashboard.pages.payments.search_creditcard":"Rechercher une carte de crédit ou de débit","dashboard.pages.payments.search_giftcard":"Rechercher une carte cadeau","dashboard.pages.payments.seller_protection":"Protection du vendeur","dashboard.pages.payments.seller_protection_disabled":"Non","dashboard.pages.payments.seller_protection_enable":"Activer la protection des vendeurs PayPal","dashboard.pages.payments.seller_protection_enabled":"Oui","dashboard.pages.payments.send_email_instruction":"Envoyer un e-mail d'instructions de paiement","dashboard.pages.payments.send_email_instruction_no":"Non","dashboard.pages.payments.send_email_instruction_yes":"Oui","dashboard.pages.payments.send_email_merchant":"Le marchand envoie un e-mail","dashboard.pages.payments.seperate_authorize_and_capture":"Séparer l'autorisation et la capture","dashboard.pages.payments.seperate_authorize_and_capture_label":"Lorsque cette option est activée, vous devez capturer manuellement le paiement par carte de crédit ou de débit.","dashboard.pages.payments.service_code":"Code de service","dashboard.pages.payments.service_code_label":"Après avoir demandé votre carte-cadeau personnalisée auprès d'Intersolve, vous recevrez un e-mail concernant votre code de service. ","dashboard.pages.payments.settings":"Paramètres","dashboard.pages.payments.show_country_number_and_more":"et {country_number} plus...","dashboard.pages.payments.show_less":"Montrer moins","dashboard.pages.payments.vat_type_for_wrap":"Type de cuve pour emballage cadeau","dashboard.pages.payments.vat_type_for_wrap_select":"Veuillez sélectionner le type de cuve pour l'emballage cadeau","dashboard.pages.payments.verification_methods":"Méthodes de vérification","dashboard.pages.settings.add":"Ajouter","dashboard.pages.settings.advance_settings":"Réglages avancés","dashboard.pages.settings.checkout_url":"URL de paiement","dashboard.pages.settings.checkout_url_explanation":"Lorsque ce champ est laissé vide, le client reviendra à la page de paiement par défaut de PrestaShop.","dashboard.pages.settings.checkout_url_label":"Définissez une URL de paiement personnalisée après que le client a annulé le paiement ou qu'un problème s'est produit pendant le processus.","dashboard.pages.settings.credentials":"Informations d'identification","dashboard.pages.settings.credentials_label":"Obtenez vos informations d'identification Buckaroo auprès du Place Buckaroo","dashboard.pages.settings.custom_scripts":"Scripts personnalisés","dashboard.pages.settings.custom_scripts_label":"Ajoutez du javascript ou du CSS personnalisé à votre paiement.","dashboard.pages.settings.custom_scripts_placeholder":"Javascript / CSS (https://example.com/style.css)","dashboard.pages.settings.example":"Exemple","dashboard.pages.settings.explanation_intro":"Bienvenue dans le panneau de configuration de l'application Buckaroo Payment pour votre boutique en ligne PrestaShop. Dans ce panneau, vous pouvez configurer l'application complètement à votre guise. Vous trouverez ci-dessous les étapes pour configurer les paramètres. Pour d'autres questions, veuillez vous référer à notre page de documentation.","dashboard.pages.settings.generate_credit_slip":"Générer un avoir","dashboard.pages.settings.generate_credit_slip_label":"Si une note de crédit doit être générée.","dashboard.pages.settings.generate_negative_payments":"Créer des paiements négatifs lors du remboursement","dashboard.pages.settings.generate_negative_payments_label":"Indique si un paiement négatif doit également être créé lors de l'exécution d'un remboursement.","dashboard.pages.settings.generate_voucher":"Générer un bon","dashboard.pages.settings.generate_voucher_label":"Si un bon doit être généré.","dashboard.pages.settings.hide_advance_settings":"Masquer les paramètres avancés","dashboard.pages.settings.if_you_have_any_questions":"Si vous avez des questions sur ce qui précède, vous pouvez nous contacter par email :","dashboard.pages.settings.if_you_have_any_questions_link":" ou téléphone ","dashboard.pages.settings.mode":"Mode","dashboard.pages.settings.mode_label":"Changez facilement de mode","dashboard.pages.settings.no_im_testing":"Non, je teste","dashboard.pages.settings.order_number":"Numéro de commande","dashboard.pages.settings.order_number2":"numéro de commande","dashboard.pages.settings.re_stock_products":"Réapprovisionner les produits","dashboard.pages.settings.re_stock_products_label":"Si les produits remboursés doivent être retournés en stock (augmentant la quantité en stock).","dashboard.pages.settings.refunds":"Remboursements","dashboard.pages.settings.refunds_label":"Description du remboursement","dashboard.pages.settings.refunds_label_explanation":"Cette description sert aux remboursements et sera visible dans Buckaroo et sur le relevé bancaire du consommateur. ","dashboard.pages.settings.refunds_label_label":"Lorsqu'il est activé, vous pouvez effectuer des remboursements (partiels) directement depuis votre zone d'administration PrestaShop En savoir plus","dashboard.pages.settings.remove":"Retirer","dashboard.pages.settings.return_url":"URL de retour","dashboard.pages.settings.return_url_explanation":"Lorsque ce champ est laissé vide, le client reviendra à la page de confirmation par défaut de PrestaShop.","dashboard.pages.settings.return_url_label":"Définissez une URL de retour personnalisée une fois que le client a terminé le paiement.","dashboard.pages.settings.save":"Sauvegarder","dashboard.pages.settings.secret_key":"Clef secrète","dashboard.pages.settings.settings":"Paramètres","dashboard.pages.settings.settings_label":"Configurez vos paramètres","dashboard.pages.settings.settings_successfully_updated":"Paramètres mis à jour avec succès.","dashboard.pages.settings.shop_name":"Nom de la boutique","dashboard.pages.settings.shop_name2":"Nom de la boutique","dashboard.pages.settings.step_five":"Commencez les tests, lorsque les tests sont terminés, vous pouvez démarrer des transactions EN DIRECT","dashboard.pages.settings.step_four":"Configurer les paramètres avancés","dashboard.pages.settings.step_one":"Remplissez votre clé du site Web","dashboard.pages.settings.step_three":"Cliquez sur « tester la connexion », lorsque vous êtes d’accord, passez à l’étape 4.","dashboard.pages.settings.step_two":"Remplissez votre clef secrète","dashboard.pages.settings.successfully_verified_the_credentials":"Vérification des informations d'identification réussie !","dashboard.pages.settings.test_connection":"Tester la connexion","dashboard.pages.settings.the_credentials_are_not_valid":"Les informations d'identification ne sont pas valides !","dashboard.pages.settings.transaction_description":"description de la transaction","dashboard.pages.settings.transaction_description_label":'La description de la transaction peut être remplie de texte statique et de balises telles que : {order_number} et {shop name}.',"dashboard.pages.settings.website_key":"Clé du site Web","dashboard.pages.settings.welcome_to_buckaroo":"Bienvenue à Buckaroo","dashboard.pages.settings.when_your_shop_is_not_live_yet":"Quand votre boutique n'est pas encore en ligne","dashboard.pages.settings.yes_im_ready_to_receive_payments":"Oui, je suis prêt à recevoir des paiements","dashboard.pages.settings.your_shop_is_live_and_ready_to_receive_real_payments":"Votre boutique est en ligne et prête à recevoir des paiements réels","payment_methods.afterpay":"Rivière","payment_methods.alipay":"Alipay","payment_methods.applepay":"Apple Payer","payment_methods.bancontact":"Bancontact","payment_methods.bancontactmrcash":"Bancontact","payment_methods.belfius":"Belfius","payment_methods.billink":"Lien de facturation","payment_methods.creditcard":"Cartes","payment_methods.eps":"PSE","payment_methods.giftcard":"Carte cadeau","payment_methods.giropay":"Giropay","payment_methods.ideal":"idéal","payment_methods.idin":"IDIN","payment_methods.in3":"Dans3","payment_methods.kbcpaymentbutton":"KBC","payment_methods.klarna":"Klarna","payment_methods.mbway":"VOIE MB","payment_methods.multibanco":"Multibanco","payment_methods.paybybank":"Payer par banque","payment_methods.payconiq":"Payconiq","payment_methods.paypal":"Pay Pal","payment_methods.payperemail":"Payer par e-mail","payment_methods.przelewy24":"Przelewy24","payment_methods.sepadirectdebit":"Prélèvement SEPA","payment_methods.sofortueberweisung":"Sofort","payment_methods.tinka":"Tinka","payment_methods.transfer":"Transfert","payment_methods.trustly":"En toute confiance","payment_methods.wechatpay":"WeChatPay","payment_methods.knaken":"Knaken Settle","verification_methods.idin":"IDIN","dashboard.pages.payments.displayInCheckout":"Group Credit-debitcards","dashboard.pages.payments.displayInCheckoutDesc":"Cards option on how to show the brands in the checkout.
Separate: Card issuers are showed seperately in the checkout.
Grouped: Card issuers are showed within one group."},KM={"buckaroo.response.an_error_occurred_while_processing_the_transaction_unable_to_pay_more_with_giftcards":"Bei der Verarbeitung der Transaktion ist ein Fehler aufgetreten: Es kann nicht mehr mit Geschenkkarten bezahlt werden","buckaroo.response.invalid_parameter_originaltransaction":"Ungültiger Parameter Originaltransaktion.","countries.afghanistan":"Afghanistan","countries.albania":"Albanien","countries.algeria":"Algerien","countries.american_samoa":"Amerikanischen Samoa-Inseln","countries.andorra":"Andorra","countries.angola":"Angola","countries.anguilla":"Anguilla","countries.antigua_and_barbuda":"Antigua und Barbuda","countries.argentina":"Argentinien","countries.armenia":"Armenien","countries.aruba":"Aruba","countries.australia":"Australien","countries.austria":"Österreich","countries.azerbaijan":"Aserbaidschan","countries.bahamas":"Bahamas","countries.bahrain":"Bahrain","countries.bangladesh":"Bangladesch","countries.barbados":"Barbados","countries.belarus":"Weißrussland","countries.belgium":"Belgien","countries.belize":"Belize","countries.benin":"Benin","countries.bermuda":"Bermuda","countries.bhutan":"Bhutan","countries.bolivia":"Bolivien","countries.bosnia_and_herzegovina":"Bosnien und Herzegowina","countries.botswana":"Botswana","countries.brazil":"Brasilien","countries.british_virgin_islands":"Die Britischen Jungferninseln","countries.brunei_darussalam":"Brunei Darussalam","countries.bulgaria":"Bulgarien","countries.burkina_faso":"Burkina Faso","countries.burundi":"Burundi","countries.cambodia":"Kambodscha","countries.cameroon":"Kamerun","countries.canada":"Kanada","countries.cape_verde":"Kap Verde","countries.cayman_islands":"Cayman Inseln","countries.central_african_republic":"Zentralafrikanische Republik","countries.chad":"Tschad","countries.chile":"Chile","countries.china":"China","countries.colombia":"Kolumbien","countries.comoros":"Komoren","countries.cook_islands":"Insel","countries.costa_rica":"Costa Rica","countries.croatia":"Kroatien","countries.cuba":"Kuba","countries.curaçao":"Curacao","countries.cyprus":"Zypern","countries.czech_republic":"Tschechien","countries.côte_d'ivoire":"Côte Divoire","countries.democratic_republic_of_the_congo":"Demokratische Republik Kongo","countries.denmark":"Dänemark","countries.djibouti":"Dschibuti","countries.dominica":"Dominica","countries.dominican_republic":"Dominikanische Republik","countries.east timor":"Osttimor","countries.ecuador":"Ecuador","countries.egypt":"Ägypten","countries.el_salvador":"El Salvador","countries.equatorial_guinea":"Äquatorialguinea","countries.eritrea":"Eritrea","countries.estonia":"Estland","countries.ethiopia":"Äthiopien","countries.falkland_island":"Falklandinsel","countries.faroe_islands":"Färöer Inseln","countries.fiji":"Fidschi","countries.finland":"Finnland","countries.france":"Frankreich","countries.french_polynesia":"Französisch Polynesien","countries.gabon":"Gabun","countries.gambia":"Gambia","countries.georgia":"Georgia","countries.germany":"Deutschland","countries.ghana":"Ghana","countries.gibraltar":"Gibraltar","countries.greece":"Griechenland","countries.greenland":"Grönland","countries.grenada":"Grenada","countries.guam":"Guam","countries.guatemala":"Guatemala","countries.guernsey":"Guernsey","countries.guinea":"Guinea","countries.guinea-bissau":"Guinea-Bissau","countries.guyana":"Guyana","countries.haiti":"Haiti","countries.honduras":"Honduras","countries.hong_kong":"Hongkong","countries.hungary":"Ungarn","countries.iceland":"Island","countries.india":"Indien","countries.indonesia":"Indonesien","countries.iran":"Iran","countries.iraq":"Irak","countries.ireland":"Irland","countries.isle_of_man":"Isle of Man","countries.israel":"Israel","countries.italy":"Italien","countries.jamaica":"Jamaika","countries.japan":"Japan","countries.jersey":"Jersey","countries.jordan":"Jordanien","countries.kazakhstan":"Kasachstan","countries.kenya":"Kenia","countries.kiribati":"Kiribati","countries.kosovo":"Kosovo","countries.kuwait":"Kuwait","countries.kyrgyzstan":"Kirgisistan","countries.laos":"Laos","countries.latvia":"Lettland","countries.lebanon":"Libanon","countries.lesotho":"Lesotho","countries.liberia":"Liberia","countries.libya":"Libyen","countries.liechtenstein":"Liechtenstein","countries.lithuania":"Litauen","countries.luxembourg":"Luxemburg","countries.macau":"Macau","countries.macedonia":"Mazedonien","countries.madagascar":"Madagaskar","countries.malawi":"Malawi","countries.malaysia":"Malaysia","countries.maldives":"Malediven","countries.mali":"Mali","countries.malta":"Malta","countries.marshall_islands":"Marshallinseln","countries.mauritania":"Mauretanien","countries.mauritius":"Mauritius","countries.mayotte":"Mayotte","countries.mexico":"Mexiko","countries.micronesia":"Mikronesien","countries.moldova":"Moldawien","countries.monaco":"Monaco","countries.mongolia":"Mongolei","countries.montenegro":"Montenegro","countries.montserrat":"Montserrat","countries.morocco":"Marokko","countries.mozambique":"Mosambik","countries.myanmar":"Myanmar","countries.namibia":"Namibia","countries.nauru":"Nauru","countries.nepal":"Nepal","countries.netherlands":"Niederlande","countries.new_caledonia":"Neu-Kaledonien","countries.new_zealand":"Neuseeland","countries.nicaragua":"Nicaragua","countries.niger":"Niger","countries.nigeria":"Nigeria","countries.niue":"Niue","countries.norfolk_island":"Norfolkinsel","countries.north_korea":"Nord Korea","countries.northern_mariana_islands":"Nördliche Marianneninseln","countries.norway":"Norwegen","countries.oman":"Oman","countries.pakistan":"Pakistan","countries.palau":"Palau","countries.palestine":"Palästina","countries.panama":"Panama","countries.papua_new_guinea":"Papua Neu-Guinea","countries.paraguay":"Paraguay","countries.peru":"Peru","countries.philippines":"Philippinen","countries.pitcairn":"Pitekaien","countries.poland":"Polen","countries.portugal":"Portugal","countries.puerto_rico":"Puerto Rico","countries.qatar":"Katar","countries.republic_of_the_congo":"Demokratische Republik Kongo","countries.romania":"Rumänien","countries.russia":"Russland","countries.rwanda":"Ruanda","countries.saint_helena":"St. Helena","countries.saint_kitts_and_nevis":"St. Kitts und Nevis","countries.saint_lucia":"St. Lucia","countries.saint_vincent_and_the_grenadines":"St. Vincent und die Grenadinen","countries.samoa":"Samoa","countries.san_marino":"San Marino","countries.sao_tome_and_principe":"São Tomé und Príncipe","countries.saudi_arabia":"Saudi-Arabien","countries.senegal":"Senegal","countries.serbia":"Serbien","countries.seychelles":"Seychellen","countries.sierra_leone":"Sierra Leone","countries.singapore":"Singapur","countries.slovakia":"Slowakei","countries.slovenia":"Slowenien","countries.solomon_islands":"Salomon-Inseln","countries.somalia":"Somalia","countries.south_africa":"Südafrika","countries.south_korea":"Südkorea","countries.south_sudan":"Südsudan","countries.spain":"Spanien","countries.sri_lanka":"Sri Lanka","countries.sudan":"Sudan","countries.suriname":"Surinam","countries.swaziland":"Swasiland","countries.sweden":"Schweden","countries.switzerland":"Schweiz","countries.syrian_arab_republic":"Syrische Arabische Republik","countries.taiwan":"Taiwan","countries.tajikistan":"Tadschikistan","countries.tanzania":"Tansania","countries.thailand":"Thailand","countries.togo":"Gehen","countries.tokelau":"Tokelau","countries.tonga":"Tonga","countries.trinidad_and_tobago":"Trinidad und Tobago","countries.tunisia":"Tunesien","countries.turkey":"Truthahn","countries.turkmenistan":"Turkmenistan","countries.turks_and_caicos_islands":"Turks- und Caicosinseln","countries.tuvalu":"Tuvalu","countries.uganda":"Uganda","countries.ukraine":"Ukraine","countries.united kingdom":"Großbritannien","countries.united states":"Vereinigte Staaten","countries.united_arab_emirates":"Vereinigte Arabische Emirate","countries.uruguay":"Uruguay","countries.us_virgin_islands":"US Jungferninseln","countries.uzbekistan":"Usbekistan","countries.vanuatu":"Vanuatu","countries.venezuela":"Venezuela","countries.vietnam":"Vietnam","countries.wallis_and_futuna":"Wallis und Futuna","countries.western_sahara":"Westsahara","countries.yemen":"Jemen","countries.zambia":"Sambia","countries.zimbabwe":"Zimbabwe","dashboard.channel_selector.select_channel":"Wählen Sie Kanal","dashboard.channel_selector.select_channel_label":"Jeder Kanal hat seine Konfigurationseinstellungen.","dashboard.config.financial_warning":"Finanzwarnung für Kunden","dashboard.config.financial_warning.label":"Aufgrund der Vorschriften für BNPL-Methoden in den Niederlanden müssen Sie Kunden vor der Verwendung eines BNPL-Plans warnen, da es leicht zu Schulden kommen kann. ","dashboard.config.financial_warning.options.disabled":"Deaktiviert","dashboard.config.financial_warning.options.enabled":"Ermöglicht","dashboard.config.showIssuers":"Emittentenauswahl im Checkout anzeigen","dashboard.config.showIssuers.disabled":"Deaktivieren","dashboard.config.showIssuers.enabled":"Aktivieren","dashboard.config.showIssuers.label":`Wenn die Option „Deaktivieren“ ausgewählt ist, wird die Emittentenauswahl für iDEAL im Checkout nicht angezeigt. Stattdessen werden Kunden auf eine separate Seite weitergeleitet, auf der sie ihren iDEAL-Aussteller (d. h. ihre Bank) auswählen können. Wenn Sie hingegen die Option „Aktivieren“ auswählen, wird die Emittentenauswahl direkt im Checkout angezeigt. Es ist wichtig zu beachten, dass die Aktivierung dieser Option zusätzliche Kosten von Buckaroo verursacht, die auf etwa 0,002 € pro Transaktion geschätzt werden. Für genaue Kostendetails wenden Sie sich bitte direkt an Buckaroo.`,"dashboard.country_select.search_countries":"Länder suchen","dashboard.menu.channel":"Kanal","dashboard.menu.order_payment_methods":"Zahlungsmethoden für Bestellungen","dashboard.menu.payment_methods":"Zahlungsarten","dashboard.menu.settings":"Einstellungen","dashboard.menu.verification_methods":"Überprüfungsmethoden","dashboard.pages.order_payment_methods.all_countries":"Alle Länder","dashboard.pages.order_payment_methods.explanation_intro":"Sie können die Reihenfolge der Zahlungsmethoden ganz einfach ändern, indem Sie sie von oben nach unten an die richtige Stelle ziehen.","dashboard.pages.order_payment_methods.how_to_order_payment_method":"So ändern Sie die Reihenfolge der Zahlungsarten im Checkout","dashboard.pages.order_payment_methods.if_you_have_any_questions":"Wenn Sie Fragen zu diesem Plugin von Buckaroo haben, können Sie uns per E-Mail kontaktieren:","dashboard.pages.order_payment_methods.order_payment_methods":"Zahlungsmethoden für die Bestellung","dashboard.pages.order_payment_methods.order_payment_methods_label":"Ändern Sie die Reihenfolge der Zahlungsmethoden.","dashboard.pages.order_payment_methods.payment_method_order_updated_successfully":"Die Bestellung der Zahlungsmethode wurde erfolgreich aktualisiert.","dashboard.pages.order_payment_methods.search_country":"Land suchen","dashboard.pages.order_payment_methods.something_went_wrong":"Etwas ist schief gelaufen.","dashboard.pages.order_payment_methods.step_one":"Wählen Sie zunächst das Land aus, für das Sie die Anzeigereihenfolge der Zahlungsarten ändern möchten.","dashboard.pages.order_payment_methods.step_three":"Speichern Sie die von Ihnen gewählte Zahlungsarten-Bestellung und prüfen Sie, ob die Zahlungsarten im Checkout Ihres Webshops in der richtigen Reihenfolge angezeigt werden.","dashboard.pages.order_payment_methods.step_two":"Ziehen Sie die Zahlungsmethoden per Drag-and-Drop in die gewünschte Reihenfolge.","dashboard.pages.payments.add":"Hinzufügen","dashboard.pages.payments.add_custom_giftcard":"Fügen Sie eine benutzerdefinierte Geschenkkarte hinzu","dashboard.pages.payments.all_countries":"Alle Länder","dashboard.pages.payments.allowed_creditcards":"Erlaubte Kredit- und Debitkarten","dashboard.pages.payments.allowed_creditcards_label":"Für diese Methode werden nur ausgewählte Kredit- oder Debitkarten angezeigt","dashboard.pages.payments.allowed_giftcards":"Erlaubte Geschenkkarten","dashboard.pages.payments.allowed_giftcards_label":"Diese Methode wird nur für ausgewählte Geschenkkarten angezeigt","dashboard.pages.payments.allowed_methods":"Erlaubte Zahlungsmethoden","dashboard.pages.payments.clear":"Klar","dashboard.pages.payments.client_side":"Clientseitige Verschlüsselung","dashboard.pages.payments.client_side_label":"Aktivieren oder deaktivieren Sie das Verhalten der clientseitigen Zahlungsmethode.","dashboard.pages.payments.configure":"Konfigurieren","dashboard.pages.payments.configure_your_payment_method_settings":"Konfigurieren Sie Ihre Zahlungsmethodeneinstellungen","dashboard.pages.payments.configure_your_payment_name_settings":"Konfigurieren Sie Ihre {payment_name}-Einstellungen","dashboard.pages.payments.configure_your_verification_method_settings":"Konfigurieren Sie die Einstellungen Ihrer Verifizierungsmethode","dashboard.pages.payments.configure_your_verification_name_settings":"Konfigurieren Sie Ihre {verification_name}-Einstellungen","dashboard.pages.payments.countries":"Länder","dashboard.pages.payments.countries_label":"Die Zahlungsart wird nur für ausgewählte Länder angezeigt. ","dashboard.pages.payments.custom_giftcard":"Individuelle Geschenkkarte","dashboard.pages.payments.custom_icon_url":"Benutzerdefinierte Symbol-URL","dashboard.pages.payments.customer.type.b2b":"B2B","dashboard.pages.payments.customer.type.b2b.long":"Von Geschäft zu Geschäft","dashboard.pages.payments.customer.type.b2c":"B2C","dashboard.pages.payments.customer.type.b2c.long":"Business-to-Consumer","dashboard.pages.payments.customer.type.both":"Beide","dashboard.pages.payments.customer.type_label":"Kundentyp","dashboard.pages.payments.customer_type":"Kundentyp","dashboard.pages.payments.display_type":"Schaltflächenanzeigetyp","dashboard.pages.payments.display_type_label":"Diese Einstellung legt fest, wie die Bankauswahl für diese Zahlungsart im Checkout angezeigt wird.
Sie können zwischen Optionsfeldern oder einer Dropdown-Auswahl wählen.","dashboard.pages.payments.display_types.dropdown":"Runterfallen","dashboard.pages.payments.display_types.radio":"Radio","dashboard.pages.payments.due_date":"Fälligkeitsdatum (in Tagen)","dashboard.pages.payments.edit":"Bearbeiten","dashboard.pages.payments.enter_giftcard_details":"Geben Sie die Details der Geschenkkarte ein","dashboard.pages.payments.front_label":"Vorderes Etikett","dashboard.pages.payments.front_label_label":"Dieser Name wird für diese Zahlungsart im Checkout angezeigt. ","dashboard.pages.payments.giftcard_name":"Name der Geschenkkarte","dashboard.pages.payments.idin.display_mode":"iDIN-Modus:","dashboard.pages.payments.idin.display_mode.global":"Global","dashboard.pages.payments.idin.display_mode.product":"Spezifische Produkte","dashboard.pages.payments.idin.display_mode_label":"Mit dieser Einstellung können Sie auswählen, ob iDIN für alle Produkte im Shop (global) oder nur für bestimmte Produkte aktiviert ist.","dashboard.pages.payments.in3.version.label":"In3-Version","dashboard.pages.payments.in3.version.v2":"V2 (Capayable/In3)","dashboard.pages.payments.in3.version.v3":"V3 (iDEAL In3)","dashboard.pages.payments.logo":"Zahlungslogo","dashboard.pages.payments.max_order_amount_b2c":"Maximaler B2B-Bestellbetrag","dashboard.pages.payments.maximum_order_amount":"Maximaler Bestellwert","dashboard.pages.payments.min_order_amount_b2b":"Mindestbestellwert für B2B","dashboard.pages.payments.minimum_order_amount":"Mindestbestellmenge","dashboard.pages.payments.mode":"Modus","dashboard.pages.payments.mode_label":"Bei der Einstellung „Live“ können Sie tatsächliche Zahlungen durchführen. ","dashboard.pages.payments.modes_settings.live":"Live","dashboard.pages.payments.modes_settings.off":"Aus","dashboard.pages.payments.modes_settings.test":"Prüfen","dashboard.pages.payments.order_amount_allowed":"Bestellmenge zulässig","dashboard.pages.payments.order_amount_allowed_label":"Diese Methode wird nur angezeigt, wenn diese Bedingung erfüllt ist.","dashboard.pages.payments.payment_fee_incl_vat":"Zahlungsgebühr inkl. ","dashboard.pages.payments.payment_fee_incl_vat_label":"Sie können eine Gebühr erheben, wenn der Kunde diese Zahlung auswählt. ","dashboard.pages.payments.payment_methods":"Zahlungsmethoden","dashboard.pages.payments.remove":"Entfernen","dashboard.pages.payments.save":"Speichern","dashboard.pages.payments.search_country":"Land suchen","dashboard.pages.payments.search_creditcard":"Suche Kredit- oder Debitkarte","dashboard.pages.payments.search_giftcard":"Geschenkkarte suchen","dashboard.pages.payments.seller_protection":"Verkäuferschutz","dashboard.pages.payments.seller_protection_disabled":"NEIN","dashboard.pages.payments.seller_protection_enable":"Aktivieren Sie den PayPal-Verkäuferschutz","dashboard.pages.payments.seller_protection_enabled":"Ja","dashboard.pages.payments.send_email_instruction":"Senden Sie eine E-Mail mit Zahlungsanweisungen","dashboard.pages.payments.send_email_instruction_no":"NEIN","dashboard.pages.payments.send_email_instruction_yes":"Ja","dashboard.pages.payments.send_email_merchant":"Händler sendet E-Mail","dashboard.pages.payments.seperate_authorize_and_capture":"Getrennte Autorisierung und Erfassung","dashboard.pages.payments.seperate_authorize_and_capture_label":"Wenn diese Option aktiviert ist, müssen Sie die Kredit- oder Debitkartenzahlung manuell erfassen.","dashboard.pages.payments.service_code":"Service code","dashboard.pages.payments.service_code_label":"Nachdem Sie Ihre individuelle Geschenkkarte bei Intersolve angefordert haben, erhalten Sie eine E-Mail mit Ihrem Servicecode. ","dashboard.pages.payments.settings":"Einstellungen","dashboard.pages.payments.show_country_number_and_more":"und {country_number} mehr...","dashboard.pages.payments.show_less":"Zeige weniger","dashboard.pages.payments.vat_type_for_wrap":"Mehrwertsteuertyp für Geschenkverpackungen","dashboard.pages.payments.vat_type_for_wrap_select":"Bitte wählen Sie den Mehrwertsteuertyp für die Geschenkverpackung aus","dashboard.pages.payments.verification_methods":"Überprüfungsmethoden","dashboard.pages.settings.add":"Hinzufügen","dashboard.pages.settings.advance_settings":"Erweiterte Einstellungen","dashboard.pages.settings.checkout_url":"Checkout-URL","dashboard.pages.settings.checkout_url_explanation":"Wenn dieses Feld leer bleibt, kehrt der Kunde zur Standard-Checkout-Seite von PrestaShop zurück.","dashboard.pages.settings.checkout_url_label":"Legen Sie eine benutzerdefinierte Checkout-URL fest, nachdem der Kunde die Zahlung abgebrochen hat oder während des Vorgangs ein Fehler aufgetreten ist.","dashboard.pages.settings.credentials":"Referenzen","dashboard.pages.settings.credentials_label":"Holen Sie sich Ihre Buckaroo-Anmeldeinformationen von der Buckaroo Plaza","dashboard.pages.settings.custom_scripts":"Benutzerdefinierte Skripte","dashboard.pages.settings.custom_scripts_label":"Fügen Sie Ihrem Checkout benutzerdefiniertes Javascript oder CSS hinzu.","dashboard.pages.settings.custom_scripts_placeholder":"Javascript / CSS (https://example.com/style.css)","dashboard.pages.settings.example":"Beispiel","dashboard.pages.settings.explanation_intro":"Willkommen im Konfigurationsbereich der Buckaroo Payment App für Ihren PrestaShop-Webshop. In diesem Bereich können Sie die App ganz nach Ihren Wünschen einstellen. Nachfolgend finden Sie die Schritte zum Konfigurieren der Einstellungen. Weitere Fragen finden Sie in unserem Dokumentationsseite.","dashboard.pages.settings.generate_credit_slip":"Erstellen Sie einen Gutschriftsbeleg","dashboard.pages.settings.generate_credit_slip_label":"Ob eine Gutschrift erstellt werden soll.","dashboard.pages.settings.generate_negative_payments":"Erstellen Sie negative Zahlungen bei Rückerstattung","dashboard.pages.settings.generate_negative_payments_label":"Ob bei einer Rückerstattung auch eine negative Zahlung erstellt werden muss.","dashboard.pages.settings.generate_voucher":"Generieren Sie einen Gutschein","dashboard.pages.settings.generate_voucher_label":"Ob ein Gutschein generiert werden soll.","dashboard.pages.settings.hide_advance_settings":"Verberge erweiterte Einstellungen","dashboard.pages.settings.if_you_have_any_questions":"Wenn Sie Fragen zu den oben genannten Punkten haben, können Sie uns per E-Mail kontaktieren:","dashboard.pages.settings.if_you_have_any_questions_link":" oder Telefon ","dashboard.pages.settings.mode":"Modus","dashboard.pages.settings.mode_label":"Ändern Sie ganz einfach den Modus","dashboard.pages.settings.no_im_testing":"Nein, ich teste","dashboard.pages.settings.order_number":"Bestellnummer","dashboard.pages.settings.order_number2":"Bestellnummer","dashboard.pages.settings.re_stock_products":"Produkte wieder auffüllen","dashboard.pages.settings.re_stock_products_label":"Ob erstattete Produkte wieder in den Lagerbestand aufgenommen werden sollen (Erhöhung der Lagermenge).","dashboard.pages.settings.refunds":"Rückerstattungen","dashboard.pages.settings.refunds_label":"Rückerstattungsbeschreibung","dashboard.pages.settings.refunds_label_explanation":"Diese Beschreibung wird für die Rückerstattungen verwendet und ist in Buckaroo und auf dem Kontoauszug des Verbrauchers sichtbar. ","dashboard.pages.settings.refunds_label_label":"Wenn diese Option aktiviert ist, können Sie (teilweise) Rückerstattungen direkt in Ihrem PrestaShop-Administrationsbereich vornehmen Mehr lesen","dashboard.pages.settings.remove":"Entfernen","dashboard.pages.settings.return_url":"Rückgabe-URL","dashboard.pages.settings.return_url_explanation":"Wenn dieses Feld leer bleibt, kehrt der Kunde zur Standard-Bestätigungsseite von PrestaShop zurück.","dashboard.pages.settings.return_url_label":"Legen Sie eine benutzerdefinierte Rückgabe-URL fest, nachdem der Kunde die Zahlung abgeschlossen hat.","dashboard.pages.settings.save":"Speichern","dashboard.pages.settings.secret_key":"Geheimer Schlüssel","dashboard.pages.settings.settings":"Einstellungen","dashboard.pages.settings.settings_label":"Konfigurieren Sie Ihre Einstellungen","dashboard.pages.settings.settings_successfully_updated":"Einstellungen erfolgreich aktualisiert.","dashboard.pages.settings.shop_name":"Laden Name","dashboard.pages.settings.shop_name2":"Laden Name","dashboard.pages.settings.step_five":"Beginnen Sie mit dem Testen. Wenn der Test in Ordnung ist, können Sie LIVE-Transaktionen starten","dashboard.pages.settings.step_four":"Konfigurieren Sie erweiterte Einstellungen","dashboard.pages.settings.step_one":"Füllen Sie Ihre aus Websiteschlüssel","dashboard.pages.settings.step_three":"Klicken Sie auf „Verbindung testen“. Wenn OK, fahren Sie mit Schritt 4 fort.","dashboard.pages.settings.step_two":"Füllen Sie Ihre aus geheimer Schlüssel","dashboard.pages.settings.successfully_verified_the_credentials":"Die Anmeldeinformationen wurden erfolgreich überprüft!","dashboard.pages.settings.test_connection":"Testverbindung","dashboard.pages.settings.the_credentials_are_not_valid":"Die Anmeldedaten sind ungültig!","dashboard.pages.settings.transaction_description":"Transaktion Beschreibung","dashboard.pages.settings.transaction_description_label":'Die Transaktionsbeschreibung kann mit statischem Text und Tags wie den folgenden gefüllt werden: {order_number} Und {shop_name}.',"dashboard.pages.settings.website_key":"Website-Schlüssel","dashboard.pages.settings.welcome_to_buckaroo":"Willkommen in Buckaroo","dashboard.pages.settings.when_your_shop_is_not_live_yet":"Wenn Ihr Shop noch nicht live ist","dashboard.pages.settings.yes_im_ready_to_receive_payments":"Ja, ich bin bereit, Zahlungen zu erhalten","dashboard.pages.settings.your_shop_is_live_and_ready_to_receive_real_payments":"Ihr Shop ist live und bereit, echte Zahlungen zu empfangen","payment_methods.afterpay":"Riverty","payment_methods.alipay":"Alipay","payment_methods.applepay":"Apple Pay","payment_methods.bancontact":"Bancontact","payment_methods.bancontactmrcash":"Bancontact","payment_methods.belfius":"Belfius","payment_methods.billink":"Billink","payment_methods.creditcard":"Karten","payment_methods.eps":"EPS","payment_methods.giftcard":"Geschenkkarte","payment_methods.giropay":"Giropay","payment_methods.ideal":"Ideal","payment_methods.idin":"iDIN","payment_methods.in3":"In3","payment_methods.kbcpaymentbutton":"KBC","payment_methods.klarna":"Klarna","payment_methods.mbway":"MB WEG","payment_methods.multibanco":"Multibanco","payment_methods.paybybank":"PayByBank","payment_methods.payconiq":"Payconiq","payment_methods.paypal":"PayPal","payment_methods.payperemail":"PayPerEmail","payment_methods.przelewy24":"Przelewy24","payment_methods.sepadirectdebit":"SEPA-Lastschrift","payment_methods.sofortueberweisung":"Sofort","payment_methods.tinka":"Tinka","payment_methods.transfer":"Überweisen","payment_methods.trustly":"Vertrauenswürdig","payment_methods.wechatpay":"WeChatPay","payment_methods.knaken":"Knaken Settle","verification_methods.idin":"iDIN","dashboard.pages.payments.displayInCheckout":"Group Credit-debitcards","dashboard.pages.payments.displayInCheckoutDesc":"Cards option on how to show the brands in the checkout.
Separate: Card issuers are showed seperately in the checkout.
Grouped: Card issuers are showed within one group."};/* * * @@ -101,7 +102,7 @@ Für genaue Kostendetails wenden Sie sich bitte direkt an {const n=e.__vccOpts||e;for(const[r,a]of t)n[r]=a;return n},qM={props:["color"],setup(e){const t=ft("text-primary");return e.color&&(t.value=e.color),{loadingColor:t}}},YM={class:"flex justify-center"},XM=E("circle",{class:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor","stroke-width":"4"},null,-1),JM=E("path",{class:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"},null,-1),ZM=[XM,JM];function QM(e,t,n,r,a,o){return _e(),Ne("div",YM,[(_e(),Ne("svg",{class:qt("animate-spin h-5 w-5 "+r.loadingColor),xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},ZM,2))])}const Dy=xn(qM,[["render",QM]]);function e$(e){return eh()?(Em(e),!0):!1}function qw(e){return typeof e=="function"?e():nu(e)}const Yw=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const t$=Object.prototype.toString,n$=e=>t$.call(e)==="[object Object]",uf=()=>{},r$=s$();function s$(){var e,t;return Yw&&((e=window==null?void 0:window.navigator)==null?void 0:e.userAgent)&&(/iP(ad|hone|od)/.test(window.navigator.userAgent)||((t=window==null?void 0:window.navigator)==null?void 0:t.maxTouchPoints)>2&&/iPad|Macintosh/.test(window==null?void 0:window.navigator.userAgent))}function vc(e){var t;const n=qw(e);return(t=n==null?void 0:n.$el)!=null?t:n}const Xw=Yw?window:void 0;function og(...e){let t,n,r,a;if(typeof e[0]=="string"||Array.isArray(e[0])?([n,r,a]=e,t=Xw):[t,n,r,a]=e,!t)return uf;Array.isArray(n)||(n=[n]),Array.isArray(r)||(r=[r]);const o=[],i=()=>{o.forEach(y=>y()),o.length=0},c=(y,g,v,w)=>(y.addEventListener(g,v,w),()=>y.removeEventListener(g,v,w)),d=Ns(()=>[vc(t),qw(a)],([y,g])=>{if(i(),!y)return;const v=n$(g)?{...g}:g;o.push(...n.flatMap(w=>r.map(S=>c(y,w,S,v))))},{immediate:!0,flush:"post"}),f=()=>{d(),i()};return e$(f),f}let A0=!1;function Jw(e,t,n={}){const{window:r=Xw,ignore:a=[],capture:o=!0,detectIframe:i=!1}=n;if(!r)return uf;r$&&!A0&&(A0=!0,Array.from(r.document.body.children).forEach(v=>v.addEventListener("click",uf)),r.document.documentElement.addEventListener("click",uf));let c=!0;const d=v=>a.some(w=>{if(typeof w=="string")return Array.from(r.document.querySelectorAll(w)).some(S=>S===v.target||v.composedPath().includes(S));{const S=vc(w);return S&&(v.target===S||v.composedPath().includes(S))}}),y=[og(r,"click",v=>{const w=vc(e);if(!(!w||w===v.target||v.composedPath().includes(w))){if(v.detail===0&&(c=!d(v)),!c){c=!0;return}t(v)}},{passive:!0,capture:o}),og(r,"pointerdown",v=>{const w=vc(e);c=!d(v)&&!!(w&&!v.composedPath().includes(w))},{passive:!0}),i&&og(r,"blur",v=>{setTimeout(()=>{var w;const S=vc(e);((w=r.document.activeElement)==null?void 0:w.tagName)==="IFRAME"&&!(S!=null&&S.contains(r.document.activeElement))&&t(v)},0)})].filter(Boolean);return()=>y.forEach(v=>v())}const i$={name:"LanguageSelector",setup(){const{locale:e}=Gi(),t=ft(!1),n=ft(null),r=ft(e.value);return Jw(n,()=>t.value=!1),{showMenu:t,languageMenuRef:n,currentLanguage:r,changeLanguage:c=>{e.value=c,t.value=!1,r.value=c},languages:[{code:"en",name:"English",flag:"gb"},{code:"nl",name:"Dutch",flag:"nl"},{code:"de",name:"German",flag:"de"},{code:"fr",name:"French",flag:"fr"}],filterCurrentLanguage:(c,d=!0)=>c.filter(f=>d?f.code===r.value:f.code!==r.value)}}},a$={class:"md:px-6 w-full text-white text-sm relative"},o$={class:"flex space-x-1"},l$=["src"],c$={class:"text-xs"},u$=E("i",{class:"fas fa-chevron-down text-[8px]"},null,-1),d$={key:0,ref:"languageMenuRef",class:"bg-white text-gray-800 rounded-lg inline-block shadow-xl mt-1 absolute w-1/2 overflow-hidden"},f$=["onClick"],h$=["src"];function p$(e,t,n,r,a,o){return _e(),Ne("div",a$,[E("div",null,[E("div",{class:"inline-block hover:bg-sixthly p-2 cursor-pointer rounded-lg",onClick:t[0]||(t[0]=i=>r.showMenu=!r.showMenu)},[(_e(!0),Ne(jt,null,Ir(r.filterCurrentLanguage(r.languages),({name:i,flag:c})=>(_e(),Ne("div",o$,[E("img",{src:"../../../../../img/flags/"+c+".jpg",class:"w-4",alt:""},null,8,l$),E("span",c$,[vn(oe(i)+" ",1),u$])]))),256))])]),mt(Ra,{"enter-from-class":"opacity-0 translate-y-3","enter-to-class":"opacity-100 translate-y-0","enter-active-class":"transform transition ease-out duration-200","leave-active-class":"transform transition ease-in duration-150","leave-from-class":"opacity-100 translate-y-0","leave-to-class":"opacity-0 translate-y-3"},{default:$r(()=>[r.showMenu?(_e(),Ne("ul",d$,[(_e(!0),Ne(jt,null,Ir(r.filterCurrentLanguage(r.languages,!1),({name:i,flag:c,code:d})=>(_e(),Ne("li",{onClick:f=>r.changeLanguage(d),class:"p-2 flex space-x-2 cursor-pointer hover:bg-gray-200"},[E("img",{src:"../../../../../img/flags/"+c+".jpg",alt:"",class:"w-4"},null,8,h$),E("div",null,oe(i),1)],8,f$))),256))],512)):nt("",!0)]),_:1})])}const g$=xn(i$,[["render",p$]]),m$="/modules/buckaroo3/views/img/logo-npq9oT7p.png",y$={name:"Menu.vue",components:{LanguageSelector:g$},setup(e,{emit:t}){const n=_n("view"),r=_n("app");return{view:n,app:r,setView:o=>{n.value=o,t("changedView",o)}}}},b$={class:"md:border-l-2 md:border-primary space-y-5"},v$=E("div",{class:"md:px-8 md:py-5 p-5 md:w-52 w-36"},[E("img",{src:m$,alt:""})],-1),_$={class:"text-sm space-y-2 flex md:flex-col"},x$=E("i",{class:"fas fa-cogs md:text-base text-xl"},null,-1),S$={class:"md:inline block md:text-sm text-xs"},w$=E("i",{class:"fas fa-credit-card md:text-base text-xl"},null,-1),E$={class:"md:inline block md:text-sm text-xs"},T$=E("i",{class:"fas fa-check-circle md:text-base text-xl"},null,-1),C$={class:"md:inline block md:text-sm text-xs"},I$=E("i",{class:"fas fa-sort-numeric-up md:text-base text-xl"},null,-1),k$={class:"md:inline block md:text-sm text-xs"};function A$(e,t,n,r,a,o){const i=Mt("LanguageSelector");return _e(),Ne("div",b$,[E("div",null,[v$,mt(i)]),E("ul",_$,[E("li",{class:qt(["text-white md:p-5 p-2 cursor-pointer transition ease-in-out duration-300 flex-1 md:text-left text-left space-y-2 md:block md:space-x-1 flex flex-col justify-center",{"bg-sixthly text-white":r.view==="settings","hover:bg-seventhly text-eightly":r.view!=="settings"}]),onClick:t[0]||(t[0]=c=>r.setView("settings"))},[x$,vn(),E("span",S$,oe(e.$t("dashboard.menu.settings")),1)],2),E("li",{class:qt(["text-white md:p-5 p-2 cursor-pointer transition ease-in-out duration-300 flex-1 md:text-left text-left space-y-2 md:block md:space-x-1 flex flex-col justify-center",{"bg-sixthly text-white":r.view==="payment_methods","hover:bg-seventhly text-eightly":r.view!=="payment_methods"}]),onClick:t[1]||(t[1]=c=>r.setView("payment_methods"))},[w$,vn(),E("span",E$,oe(e.$t("dashboard.menu.payment_methods")),1)],2),E("li",{class:qt(["text-white md:p-5 p-2 cursor-pointer transition ease-in-out duration-300 flex-1 md:text-left text-left space-y-2 md:block md:space-x-1 flex flex-col justify-center",{"bg-sixthly text-white":r.view==="verification_methods","hover:bg-seventhly text-eightly":r.view!=="verification_methods"}]),onClick:t[2]||(t[2]=c=>r.setView("verification_methods"))},[T$,vn(),E("span",C$,oe(e.$t("dashboard.menu.verification_methods")),1)],2),E("li",{class:qt(["text-white md:p-5 p-2 cursor-pointer transition ease-in-out duration-300 flex-1 md:text-left text-left space-y-2 md:block md:space-x-1 flex flex-col justify-center",{"bg-sixthly text-white":r.view==="order_payment_methods","hover:bg-seventhly text-eightly":r.view!=="order_payment_methods"}]),onClick:t[3]||(t[3]=c=>r.setView("order_payment_methods"))},[I$,vn(),E("span",k$,oe(e.$t("dashboard.pages.order_payment_methods.order_payment_methods")),1)],2)])])}const O$=xn(y$,[["render",A$]]);var P$=Object.assign||function(e){for(var t,n=1;n"u"?"undefined":O0(i))==="object"?c:"")+"]",i,a)}):(typeof r>"u"?"undefined":O0(r))==="object"?Object.keys(r).forEach(function(i){return t.buildQueryParams(n+"["+i+"]",r[i],a)}):a(n,r)},this.getRoute=function(n){var r=t.contextRouting.prefix+n;if(t.routesRouting[r])return t.routesRouting[r];if(!t.routesRouting[n])throw new Error('The route "'+n+'" does not exist.');return t.routesRouting[n]},this.generate=function(n,r,a){var o=t.getRoute(n),i=r||{},c=P$({},i),d="_scheme",f="",y=!0,g="";if((o.tokens||[]).forEach(function(S){if(S[0]==="text")return f=S[1]+f,void(y=!1);if(S[0]==="variable"){var T=(o.defaults||{})[S[3]];if(y==!1||!T||(i||{})[S[3]]&&i[S[3]]!==o.defaults[S[3]]){var N;if((i||{})[S[3]])N=i[S[3]],delete c[S[3]];else if(T)N=o.defaults[S[3]];else{if(y)return;throw new Error('The route "'+n+'" requires the parameter "'+S[3]+'".')}var I=N===!0||N===!1||N==="";if(!I||!y){var D=encodeURIComponent(N).replace(/%2F/g,"/");D==="null"&&N===null&&(D=""),f=S[1]+D+f}y=!1}else T&&delete c[S[3]];return}throw new Error('The token type "'+S[0]+'" is not supported.')}),f==""&&(f="/"),(o.hosttokens||[]).forEach(function(S){var T;return S[0]==="text"?void(g=S[1]+g):void(S[0]==="variable"&&((i||{})[S[3]]?(T=i[S[3]],delete c[S[3]]):o.defaults[S[3]]&&(T=o.defaults[S[3]]),g=S[1]+T+g))}),f=t.contextRouting.base_url+f,o.requirements[d]&&t.getScheme()!==o.requirements[d]?f=o.requirements[d]+"://"+(g||t.getHost())+f:g&&t.getHost()!==g?f=t.getScheme()+"://"+g+f:a===!0&&(f=t.getScheme()+"://"+t.getHost()+f),0{const t=_n("csrfToken"),n=_n("adminUrl");let r=new V$(n,t);const a=ft(),o=ft(!1),i=ft(),c=f1.create({baseURL:n+""}),d=g=>(o.value=!0,i.value=void 0,c.get(r.generate(e,g)).then(v=>a.value=v.data).catch(v=>{throw i.value=v,v}).finally(()=>o.value=!1)),f=(g,v)=>(o.value=!0,i.value=void 0,c.post(r.generate(e,v),g).then(w=>a.value=w.data).catch(w=>{throw i.value=w,w}).finally(()=>o.value=!1)),y=Wn(()=>i.value?i.value.message:null);return Ns(i,g=>{}),{loading:o,data:a,error:i,get:d,post:f,errorMessage:y}};var Zw={exports:{}},cg={exports:{}};/*! + */const zM={en:VM,nl:WM,fr:GM,de:KM},qM=NM({legacy:!1,locale:"en",messages:zM}),xn=(e,t)=>{const n=e.__vccOpts||e;for(const[r,a]of t)n[r]=a;return n},YM={props:["color"],setup(e){const t=ft("text-primary");return e.color&&(t.value=e.color),{loadingColor:t}}},XM={class:"flex justify-center"},JM=w("circle",{class:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor","stroke-width":"4"},null,-1),ZM=w("path",{class:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"},null,-1),QM=[JM,ZM];function e$(e,t,n,r,a,o){return xe(),Le("div",XM,[(xe(),Le("svg",{class:qt("animate-spin h-5 w-5 "+r.loadingColor),xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},QM,2))])}const Dy=xn(YM,[["render",e$]]);function t$(e){return nh()?(Tm(e),!0):!1}function zE(e){return typeof e=="function"?e():nu(e)}const qE=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const n$=Object.prototype.toString,r$=e=>n$.call(e)==="[object Object]",df=()=>{},s$=i$();function i$(){var e,t;return qE&&((e=window==null?void 0:window.navigator)==null?void 0:e.userAgent)&&(/iP(ad|hone|od)/.test(window.navigator.userAgent)||((t=window==null?void 0:window.navigator)==null?void 0:t.maxTouchPoints)>2&&/iPad|Macintosh/.test(window==null?void 0:window.navigator.userAgent))}function _c(e){var t;const n=zE(e);return(t=n==null?void 0:n.$el)!=null?t:n}const YE=qE?window:void 0;function cg(...e){let t,n,r,a;if(typeof e[0]=="string"||Array.isArray(e[0])?([n,r,a]=e,t=YE):[t,n,r,a]=e,!t)return df;Array.isArray(n)||(n=[n]),Array.isArray(r)||(r=[r]);const o=[],i=()=>{o.forEach(y=>y()),o.length=0},c=(y,g,v,E)=>(y.addEventListener(g,v,E),()=>y.removeEventListener(g,v,E)),d=Ns(()=>[_c(t),zE(a)],([y,g])=>{if(i(),!y)return;const v=r$(g)?{...g}:g;o.push(...n.flatMap(E=>r.map(S=>c(y,E,S,v))))},{immediate:!0,flush:"post"}),h=()=>{d(),i()};return t$(h),h}let k0=!1;function XE(e,t,n={}){const{window:r=YE,ignore:a=[],capture:o=!0,detectIframe:i=!1}=n;if(!r)return df;s$&&!k0&&(k0=!0,Array.from(r.document.body.children).forEach(v=>v.addEventListener("click",df)),r.document.documentElement.addEventListener("click",df));let c=!0;const d=v=>a.some(E=>{if(typeof E=="string")return Array.from(r.document.querySelectorAll(E)).some(S=>S===v.target||v.composedPath().includes(S));{const S=_c(E);return S&&(v.target===S||v.composedPath().includes(S))}}),y=[cg(r,"click",v=>{const E=_c(e);if(!(!E||E===v.target||v.composedPath().includes(E))){if(v.detail===0&&(c=!d(v)),!c){c=!0;return}t(v)}},{passive:!0,capture:o}),cg(r,"pointerdown",v=>{const E=_c(e);c=!d(v)&&!!(E&&!v.composedPath().includes(E))},{passive:!0}),i&&cg(r,"blur",v=>{setTimeout(()=>{var E;const S=_c(e);((E=r.document.activeElement)==null?void 0:E.tagName)==="IFRAME"&&!(S!=null&&S.contains(r.document.activeElement))&&t(v)},0)})].filter(Boolean);return()=>y.forEach(v=>v())}const a$={name:"LanguageSelector",setup(){const{locale:e}=Gi(),t=ft(!1),n=ft(null),r=ft(e.value);return XE(n,()=>t.value=!1),{showMenu:t,languageMenuRef:n,currentLanguage:r,changeLanguage:c=>{e.value=c,t.value=!1,r.value=c},languages:[{code:"en",name:"English",flag:"gb"},{code:"nl",name:"Dutch",flag:"nl"},{code:"de",name:"German",flag:"de"},{code:"fr",name:"French",flag:"fr"}],filterCurrentLanguage:(c,d=!0)=>c.filter(h=>d?h.code===r.value:h.code!==r.value)}}},o$={class:"md:px-6 w-full text-white text-sm relative"},l$={class:"flex space-x-1"},c$=["src"],u$={class:"text-xs"},d$=w("i",{class:"fas fa-chevron-down text-[8px]"},null,-1),f$={key:0,ref:"languageMenuRef",class:"bg-white text-gray-800 rounded-lg inline-block shadow-xl mt-1 absolute w-1/2 overflow-hidden"},h$=["onClick"],p$=["src"];function g$(e,t,n,r,a,o){return xe(),Le("div",o$,[w("div",null,[w("div",{class:"inline-block hover:bg-sixthly p-2 cursor-pointer rounded-lg",onClick:t[0]||(t[0]=i=>r.showMenu=!r.showMenu)},[(xe(!0),Le(jt,null,Ir(r.filterCurrentLanguage(r.languages),({name:i,flag:c})=>(xe(),Le("div",l$,[w("img",{src:"../../../../../img/flags/"+c+".jpg",class:"w-4",alt:""},null,8,c$),w("span",u$,[vn(oe(i)+" ",1),d$])]))),256))])]),mt(Da,{"enter-from-class":"opacity-0 translate-y-3","enter-to-class":"opacity-100 translate-y-0","enter-active-class":"transform transition ease-out duration-200","leave-active-class":"transform transition ease-in duration-150","leave-from-class":"opacity-100 translate-y-0","leave-to-class":"opacity-0 translate-y-3"},{default:$r(()=>[r.showMenu?(xe(),Le("ul",f$,[(xe(!0),Le(jt,null,Ir(r.filterCurrentLanguage(r.languages,!1),({name:i,flag:c,code:d})=>(xe(),Le("li",{onClick:h=>r.changeLanguage(d),class:"p-2 flex space-x-2 cursor-pointer hover:bg-gray-200"},[w("img",{src:"../../../../../img/flags/"+c+".jpg",alt:"",class:"w-4"},null,8,p$),w("div",null,oe(i),1)],8,h$))),256))],512)):rt("",!0)]),_:1})])}const m$=xn(a$,[["render",g$]]),y$="/modules/buckaroo3/views/img/logo-Cemr2hPu.png",b$={name:"Menu.vue",components:{LanguageSelector:m$},setup(e,{emit:t}){const n=_n("view"),r=_n("app");return{view:n,app:r,setView:o=>{n.value=o,t("changedView",o)}}}},v$={class:"md:border-l-2 md:border-primary space-y-5"},_$=w("div",{class:"md:px-8 md:py-5 p-5 md:w-52 w-36"},[w("img",{src:y$,alt:""})],-1),x$={class:"text-sm space-y-2 flex md:flex-col"},S$=w("i",{class:"fas fa-cogs md:text-base text-xl"},null,-1),E$={class:"md:inline block md:text-sm text-xs"},w$=w("i",{class:"fas fa-credit-card md:text-base text-xl"},null,-1),T$={class:"md:inline block md:text-sm text-xs"},C$=w("i",{class:"fas fa-check-circle md:text-base text-xl"},null,-1),I$={class:"md:inline block md:text-sm text-xs"},k$=w("i",{class:"fas fa-sort-numeric-up md:text-base text-xl"},null,-1),A$={class:"md:inline block md:text-sm text-xs"};function O$(e,t,n,r,a,o){const i=Mt("LanguageSelector");return xe(),Le("div",v$,[w("div",null,[_$,mt(i)]),w("ul",x$,[w("li",{class:qt(["text-white md:p-5 p-2 cursor-pointer transition ease-in-out duration-300 flex-1 md:text-left text-left space-y-2 md:block md:space-x-1 flex flex-col justify-center",{"bg-sixthly text-white":r.view==="settings","hover:bg-seventhly text-eightly":r.view!=="settings"}]),onClick:t[0]||(t[0]=c=>r.setView("settings"))},[S$,vn(),w("span",E$,oe(e.$t("dashboard.menu.settings")),1)],2),w("li",{class:qt(["text-white md:p-5 p-2 cursor-pointer transition ease-in-out duration-300 flex-1 md:text-left text-left space-y-2 md:block md:space-x-1 flex flex-col justify-center",{"bg-sixthly text-white":r.view==="payment_methods","hover:bg-seventhly text-eightly":r.view!=="payment_methods"}]),onClick:t[1]||(t[1]=c=>r.setView("payment_methods"))},[w$,vn(),w("span",T$,oe(e.$t("dashboard.menu.payment_methods")),1)],2),w("li",{class:qt(["text-white md:p-5 p-2 cursor-pointer transition ease-in-out duration-300 flex-1 md:text-left text-left space-y-2 md:block md:space-x-1 flex flex-col justify-center",{"bg-sixthly text-white":r.view==="verification_methods","hover:bg-seventhly text-eightly":r.view!=="verification_methods"}]),onClick:t[2]||(t[2]=c=>r.setView("verification_methods"))},[C$,vn(),w("span",I$,oe(e.$t("dashboard.menu.verification_methods")),1)],2),w("li",{class:qt(["text-white md:p-5 p-2 cursor-pointer transition ease-in-out duration-300 flex-1 md:text-left text-left space-y-2 md:block md:space-x-1 flex flex-col justify-center",{"bg-sixthly text-white":r.view==="order_payment_methods","hover:bg-seventhly text-eightly":r.view!=="order_payment_methods"}]),onClick:t[3]||(t[3]=c=>r.setView("order_payment_methods"))},[k$,vn(),w("span",A$,oe(e.$t("dashboard.pages.order_payment_methods.order_payment_methods")),1)],2)])])}const P$=xn(b$,[["render",O$]]);var N$=Object.assign||function(e){for(var t,n=1;n"u"?"undefined":A0(i))==="object"?c:"")+"]",i,a)}):(typeof r>"u"?"undefined":A0(r))==="object"?Object.keys(r).forEach(function(i){return t.buildQueryParams(n+"["+i+"]",r[i],a)}):a(n,r)},this.getRoute=function(n){var r=t.contextRouting.prefix+n;if(t.routesRouting[r])return t.routesRouting[r];if(!t.routesRouting[n])throw new Error('The route "'+n+'" does not exist.');return t.routesRouting[n]},this.generate=function(n,r,a){var o=t.getRoute(n),i=r||{},c=N$({},i),d="_scheme",h="",y=!0,g="";if((o.tokens||[]).forEach(function(S){if(S[0]==="text")return h=S[1]+h,void(y=!1);if(S[0]==="variable"){var I=(o.defaults||{})[S[3]];if(y==!1||!I||(i||{})[S[3]]&&i[S[3]]!==o.defaults[S[3]]){var L;if((i||{})[S[3]])L=i[S[3]],delete c[S[3]];else if(I)L=o.defaults[S[3]];else{if(y)return;throw new Error('The route "'+n+'" requires the parameter "'+S[3]+'".')}var C=L===!0||L===!1||L==="";if(!C||!y){var D=encodeURIComponent(L).replace(/%2F/g,"/");D==="null"&&L===null&&(D=""),h=S[1]+D+h}y=!1}else I&&delete c[S[3]];return}throw new Error('The token type "'+S[0]+'" is not supported.')}),h==""&&(h="/"),(o.hosttokens||[]).forEach(function(S){var I;return S[0]==="text"?void(g=S[1]+g):void(S[0]==="variable"&&((i||{})[S[3]]?(I=i[S[3]],delete c[S[3]]):o.defaults[S[3]]&&(I=o.defaults[S[3]]),g=S[1]+I+g))}),h=t.contextRouting.base_url+h,o.requirements[d]&&t.getScheme()!==o.requirements[d]?h=o.requirements[d]+"://"+(g||t.getHost())+h:g&&t.getHost()!==g?h=t.getScheme()+"://"+g+h:a===!0&&(h=t.getScheme()+"://"+t.getHost()+h),0{const t=_n("csrfToken"),n=_n("adminUrl");let r=new W$(n,t);const a=ft(),o=ft(!1),i=ft(),c=d1.create({baseURL:n+""}),d=g=>(o.value=!0,i.value=void 0,c.get(r.generate(e,g)).then(v=>a.value=v.data).catch(v=>{throw i.value=v,v}).finally(()=>o.value=!1)),h=(g,v)=>(o.value=!0,i.value=void 0,c.post(r.generate(e,v),g).then(E=>a.value=E.data).catch(E=>{throw i.value=E,E}).finally(()=>o.value=!1)),y=Wn(()=>i.value?i.value.message:null);return Ns(i,g=>{}),{loading:o,data:a,error:i,get:d,post:h,errorMessage:y}};var JE={exports:{}},dg={exports:{}};/*! * jQuery JavaScript Library v3.7.1 * https://jquery.com/ * @@ -110,16 +111,16 @@ Für genaue Kostendetails wenden Sie sich bitte direkt an =0&&b0&&p-1 in u}function F(u,p){return u.nodeName&&u.nodeName.toLowerCase()===p.toLowerCase()}var V=r.pop,re=r.sort,ce=r.splice,J="[\\x20\\t\\r\\n\\f]",ye=new RegExp("^"+J+"+|((?:^|[^\\\\])(?:\\\\.)*)"+J+"+$","g");m.contains=function(u,p){var b=p&&p.parentNode;return u===b||!!(b&&b.nodeType===1&&(u.contains?u.contains(b):u.compareDocumentPosition&&u.compareDocumentPosition(b)&16))};var Me=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g;function fe(u,p){return p?u==="\0"?"�":u.slice(0,-1)+"\\"+u.charCodeAt(u.length-1).toString(16)+" ":"\\"+u}m.escapeSelector=function(u){return(u+"").replace(Me,fe)};var we=I,Ee=c;(function(){var u,p,b,x,k,O=Ee,M,X,z,ae,ve,xe=m.expando,he=0,De=0,Ke=Va(),Tt=Va(),wt=Va(),Xn=Va(),On=function(W,ne){return W===ne&&(k=!0),0},bs="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",vs="(?:\\\\[\\da-fA-F]{1,6}"+J+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",Ht="\\["+J+"*("+vs+")(?:"+J+"*([*^$|!~]?=)"+J+`*(?:'((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)"|(`+vs+"))|)"+J+"*\\]",ni=":("+vs+`)(?:\\((('((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|`+Ht+")*)|.*)\\)|)",Vt=new RegExp(J+"+","g"),gn=new RegExp("^"+J+"*,"+J+"*"),Ua=new RegExp("^"+J+"*([>+~]|"+J+")"+J+"*"),Fo=new RegExp(J+"|>"),ns=new RegExp(ni),_i=new RegExp("^"+vs+"$"),Ur={ID:new RegExp("^#("+vs+")"),CLASS:new RegExp("^\\.("+vs+")"),TAG:new RegExp("^("+vs+"|[*])"),ATTR:new RegExp("^"+Ht),PSEUDO:new RegExp("^"+ni),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+J+"*(even|odd|(([+-]|)(\\d*)n|)"+J+"*(?:([+-]|)"+J+"*(\\d+)|))"+J+"*\\)|)","i"),bool:new RegExp("^(?:"+bs+")$","i"),needsContext:new RegExp("^"+J+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+J+"*((?:-\\d)?\\d*)"+J+"*\\)|)(?=[^-]|$)","i")},Ms=/^(?:input|select|textarea|button)$/i,ri=/^h\d$/i,br=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ja=/[+~]/,$s=new RegExp("\\\\[\\da-fA-F]{1,6}"+J+"?|\\\\([^\\r\\n\\f])","g"),_s=function(W,ne){var de="0x"+W.slice(1)-65536;return ne||(de<0?String.fromCharCode(de+65536):String.fromCharCode(de>>10|55296,de&1023|56320))},kr=function(){si()},Gl=xi(function(W){return W.disabled===!0&&F(W,"fieldset")},{dir:"parentNode",next:"legend"});function Ha(){try{return M.activeElement}catch{}}try{O.apply(r=o.call(we.childNodes),we.childNodes),r[we.childNodes.length].nodeType}catch{O={apply:function(ne,de){Ee.apply(ne,o.call(de))},call:function(ne){Ee.apply(ne,o.call(arguments,1))}}}function ln(W,ne,de,me){var H,Q,Z,Se,Ie,ze,qe,We=ne&&ne.ownerDocument,Pt=ne?ne.nodeType:9;if(de=de||[],typeof W!="string"||!W||Pt!==1&&Pt!==9&&Pt!==11)return de;if(!me&&(si(ne),ne=ne||M,z)){if(Pt!==11&&(Ie=br.exec(W)))if(H=Ie[1]){if(Pt===9)if(Z=ne.getElementById(H)){if(Z.id===H)return O.call(de,Z),de}else return de;else if(We&&(Z=We.getElementById(H))&&ln.contains(ne,Z)&&Z.id===H)return O.call(de,Z),de}else{if(Ie[2])return O.apply(de,ne.getElementsByTagName(W)),de;if((H=Ie[3])&&ne.getElementsByClassName)return O.apply(de,ne.getElementsByClassName(H)),de}if(!Xn[W+" "]&&(!ae||!ae.test(W))){if(qe=W,We=ne,Pt===1&&(Fo.test(W)||Ua.test(W))){for(We=ja.test(W)&&Kl(ne.parentNode)||ne,(We!=ne||!S.scope)&&((Se=ne.getAttribute("id"))?Se=m.escapeSelector(Se):ne.setAttribute("id",Se=xe)),ze=ta(W),Q=ze.length;Q--;)ze[Q]=(Se?"#"+Se:":scope")+" "+ss(ze[Q]);qe=ze.join(",")}try{return O.apply(de,We.querySelectorAll(qe)),de}catch{Xn(W,!0)}finally{Se===xe&&ne.removeAttribute("id")}}}return Yu(W.replace(ye,"$1"),ne,de,me)}function Va(){var W=[];function ne(de,me){return W.push(de+" ")>p.cacheLength&&delete ne[W.shift()],ne[de+" "]=me}return ne}function rs(W){return W[xe]=!0,W}function ea(W){var ne=M.createElement("fieldset");try{return!!W(ne)}catch{return!1}finally{ne.parentNode&&ne.parentNode.removeChild(ne),ne=null}}function zh(W){return function(ne){return F(ne,"input")&&ne.type===W}}function qh(W){return function(ne){return(F(ne,"input")||F(ne,"button"))&&ne.type===W}}function zu(W){return function(ne){return"form"in ne?ne.parentNode&&ne.disabled===!1?"label"in ne?"label"in ne.parentNode?ne.parentNode.disabled===W:ne.disabled===W:ne.isDisabled===W||ne.isDisabled!==!W&&Gl(ne)===W:ne.disabled===W:"label"in ne?ne.disabled===W:!1}}function jr(W){return rs(function(ne){return ne=+ne,rs(function(de,me){for(var H,Q=W([],de.length,ne),Z=Q.length;Z--;)de[H=Q[Z]]&&(de[H]=!(me[H]=de[H]))})})}function Kl(W){return W&&typeof W.getElementsByTagName<"u"&&W}function si(W){var ne,de=W?W.ownerDocument||W:we;return de==M||de.nodeType!==9||!de.documentElement||(M=de,X=M.documentElement,z=!m.isXMLDoc(M),ve=X.matches||X.webkitMatchesSelector||X.msMatchesSelector,X.msMatchesSelector&&we!=M&&(ne=M.defaultView)&&ne.top!==ne&&ne.addEventListener("unload",kr),S.getById=ea(function(me){return X.appendChild(me).id=m.expando,!M.getElementsByName||!M.getElementsByName(m.expando).length}),S.disconnectedMatch=ea(function(me){return ve.call(me,"*")}),S.scope=ea(function(){return M.querySelectorAll(":scope")}),S.cssHas=ea(function(){try{return M.querySelector(":has(*,:jqfake)"),!1}catch{return!0}}),S.getById?(p.filter.ID=function(me){var H=me.replace($s,_s);return function(Q){return Q.getAttribute("id")===H}},p.find.ID=function(me,H){if(typeof H.getElementById<"u"&&z){var Q=H.getElementById(me);return Q?[Q]:[]}}):(p.filter.ID=function(me){var H=me.replace($s,_s);return function(Q){var Z=typeof Q.getAttributeNode<"u"&&Q.getAttributeNode("id");return Z&&Z.value===H}},p.find.ID=function(me,H){if(typeof H.getElementById<"u"&&z){var Q,Z,Se,Ie=H.getElementById(me);if(Ie){if(Q=Ie.getAttributeNode("id"),Q&&Q.value===me)return[Ie];for(Se=H.getElementsByName(me),Z=0;Ie=Se[Z++];)if(Q=Ie.getAttributeNode("id"),Q&&Q.value===me)return[Ie]}return[]}}),p.find.TAG=function(me,H){return typeof H.getElementsByTagName<"u"?H.getElementsByTagName(me):H.querySelectorAll(me)},p.find.CLASS=function(me,H){if(typeof H.getElementsByClassName<"u"&&z)return H.getElementsByClassName(me)},ae=[],ea(function(me){var H;X.appendChild(me).innerHTML="",me.querySelectorAll("[selected]").length||ae.push("\\["+J+"*(?:value|"+bs+")"),me.querySelectorAll("[id~="+xe+"-]").length||ae.push("~="),me.querySelectorAll("a#"+xe+"+*").length||ae.push(".#.+[+~]"),me.querySelectorAll(":checked").length||ae.push(":checked"),H=M.createElement("input"),H.setAttribute("type","hidden"),me.appendChild(H).setAttribute("name","D"),X.appendChild(me).disabled=!0,me.querySelectorAll(":disabled").length!==2&&ae.push(":enabled",":disabled"),H=M.createElement("input"),H.setAttribute("name",""),me.appendChild(H),me.querySelectorAll("[name='']").length||ae.push("\\["+J+"*name"+J+"*="+J+`*(?:''|"")`)}),S.cssHas||ae.push(":has"),ae=ae.length&&new RegExp(ae.join("|")),On=function(me,H){if(me===H)return k=!0,0;var Q=!me.compareDocumentPosition-!H.compareDocumentPosition;return Q||(Q=(me.ownerDocument||me)==(H.ownerDocument||H)?me.compareDocumentPosition(H):1,Q&1||!S.sortDetached&&H.compareDocumentPosition(me)===Q?me===M||me.ownerDocument==we&&ln.contains(we,me)?-1:H===M||H.ownerDocument==we&&ln.contains(we,H)?1:x?d.call(x,me)-d.call(x,H):0:Q&4?-1:1)}),M}ln.matches=function(W,ne){return ln(W,null,null,ne)},ln.matchesSelector=function(W,ne){if(si(W),z&&!Xn[ne+" "]&&(!ae||!ae.test(ne)))try{var de=ve.call(W,ne);if(de||S.disconnectedMatch||W.document&&W.document.nodeType!==11)return de}catch{Xn(ne,!0)}return ln(ne,M,null,[W]).length>0},ln.contains=function(W,ne){return(W.ownerDocument||W)!=M&&si(W),m.contains(W,ne)},ln.attr=function(W,ne){(W.ownerDocument||W)!=M&&si(W);var de=p.attrHandle[ne.toLowerCase()],me=de&&g.call(p.attrHandle,ne.toLowerCase())?de(W,ne,!z):void 0;return me!==void 0?me:W.getAttribute(ne)},ln.error=function(W){throw new Error("Syntax error, unrecognized expression: "+W)},m.uniqueSort=function(W){var ne,de=[],me=0,H=0;if(k=!S.sortStable,x=!S.sortStable&&o.call(W,0),re.call(W,On),k){for(;ne=W[H++];)ne===W[H]&&(me=de.push(H));for(;me--;)ce.call(W,de[me],1)}return x=null,W},m.fn.uniqueSort=function(){return this.pushStack(m.uniqueSort(o.apply(this)))},p=m.expr={cacheLength:50,createPseudo:rs,match:Ur,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(W){return W[1]=W[1].replace($s,_s),W[3]=(W[3]||W[4]||W[5]||"").replace($s,_s),W[2]==="~="&&(W[3]=" "+W[3]+" "),W.slice(0,4)},CHILD:function(W){return W[1]=W[1].toLowerCase(),W[1].slice(0,3)==="nth"?(W[3]||ln.error(W[0]),W[4]=+(W[4]?W[5]+(W[6]||1):2*(W[3]==="even"||W[3]==="odd")),W[5]=+(W[7]+W[8]||W[3]==="odd")):W[3]&&ln.error(W[0]),W},PSEUDO:function(W){var ne,de=!W[6]&&W[2];return Ur.CHILD.test(W[0])?null:(W[3]?W[2]=W[4]||W[5]||"":de&&ns.test(de)&&(ne=ta(de,!0))&&(ne=de.indexOf(")",de.length-ne)-de.length)&&(W[0]=W[0].slice(0,ne),W[2]=de.slice(0,ne)),W.slice(0,3))}},filter:{TAG:function(W){var ne=W.replace($s,_s).toLowerCase();return W==="*"?function(){return!0}:function(de){return F(de,ne)}},CLASS:function(W){var ne=Ke[W+" "];return ne||(ne=new RegExp("(^|"+J+")"+W+"("+J+"|$)"))&&Ke(W,function(de){return ne.test(typeof de.className=="string"&&de.className||typeof de.getAttribute<"u"&&de.getAttribute("class")||"")})},ATTR:function(W,ne,de){return function(me){var H=ln.attr(me,W);return H==null?ne==="!=":ne?(H+="",ne==="="?H===de:ne==="!="?H!==de:ne==="^="?de&&H.indexOf(de)===0:ne==="*="?de&&H.indexOf(de)>-1:ne==="$="?de&&H.slice(-de.length)===de:ne==="~="?(" "+H.replace(Vt," ")+" ").indexOf(de)>-1:ne==="|="?H===de||H.slice(0,de.length+1)===de+"-":!1):!0}},CHILD:function(W,ne,de,me,H){var Q=W.slice(0,3)!=="nth",Z=W.slice(-4)!=="last",Se=ne==="of-type";return me===1&&H===0?function(Ie){return!!Ie.parentNode}:function(Ie,ze,qe){var We,Pt,at,Bt,Jn,or=Q!==Z?"nextSibling":"previousSibling",Zn=Ie.parentNode,Or=Se&&Ie.nodeName.toLowerCase(),Fs=!qe&&!Se,xt=!1;if(Zn){if(Q){for(;or;){for(at=Ie;at=at[or];)if(Se?F(at,Or):at.nodeType===1)return!1;Jn=or=W==="only"&&!Jn&&"nextSibling"}return!0}if(Jn=[Z?Zn.firstChild:Zn.lastChild],Z&&Fs){for(Pt=Zn[xe]||(Zn[xe]={}),We=Pt[W]||[],Bt=We[0]===he&&We[1],xt=Bt&&We[2],at=Bt&&Zn.childNodes[Bt];at=++Bt&&at&&at[or]||(xt=Bt=0)||Jn.pop();)if(at.nodeType===1&&++xt&&at===Ie){Pt[W]=[he,Bt,xt];break}}else if(Fs&&(Pt=Ie[xe]||(Ie[xe]={}),We=Pt[W]||[],Bt=We[0]===he&&We[1],xt=Bt),xt===!1)for(;(at=++Bt&&at&&at[or]||(xt=Bt=0)||Jn.pop())&&!((Se?F(at,Or):at.nodeType===1)&&++xt&&(Fs&&(Pt=at[xe]||(at[xe]={}),Pt[W]=[he,xt]),at===Ie)););return xt-=H,xt===me||xt%me===0&&xt/me>=0}}},PSEUDO:function(W,ne){var de,me=p.pseudos[W]||p.setFilters[W.toLowerCase()]||ln.error("unsupported pseudo: "+W);return me[xe]?me(ne):me.length>1?(de=[W,W,"",ne],p.setFilters.hasOwnProperty(W.toLowerCase())?rs(function(H,Q){for(var Z,Se=me(H,ne),Ie=Se.length;Ie--;)Z=d.call(H,Se[Ie]),H[Z]=!(Q[Z]=Se[Ie])}):function(H){return me(H,0,de)}):me}},pseudos:{not:rs(function(W){var ne=[],de=[],me=ql(W.replace(ye,"$1"));return me[xe]?rs(function(H,Q,Z,Se){for(var Ie,ze=me(H,null,Se,[]),qe=H.length;qe--;)(Ie=ze[qe])&&(H[qe]=!(Q[qe]=Ie))}):function(H,Q,Z){return ne[0]=H,me(ne,null,Z,de),ne[0]=null,!de.pop()}}),has:rs(function(W){return function(ne){return ln(W,ne).length>0}}),contains:rs(function(W){return W=W.replace($s,_s),function(ne){return(ne.textContent||m.text(ne)).indexOf(W)>-1}}),lang:rs(function(W){return _i.test(W||"")||ln.error("unsupported lang: "+W),W=W.replace($s,_s).toLowerCase(),function(ne){var de;do if(de=z?ne.lang:ne.getAttribute("xml:lang")||ne.getAttribute("lang"))return de=de.toLowerCase(),de===W||de.indexOf(W+"-")===0;while((ne=ne.parentNode)&&ne.nodeType===1);return!1}}),target:function(W){var ne=t.location&&t.location.hash;return ne&&ne.slice(1)===W.id},root:function(W){return W===X},focus:function(W){return W===Ha()&&M.hasFocus()&&!!(W.type||W.href||~W.tabIndex)},enabled:zu(!1),disabled:zu(!0),checked:function(W){return F(W,"input")&&!!W.checked||F(W,"option")&&!!W.selected},selected:function(W){return W.parentNode&&W.parentNode.selectedIndex,W.selected===!0},empty:function(W){for(W=W.firstChild;W;W=W.nextSibling)if(W.nodeType<6)return!1;return!0},parent:function(W){return!p.pseudos.empty(W)},header:function(W){return ri.test(W.nodeName)},input:function(W){return Ms.test(W.nodeName)},button:function(W){return F(W,"input")&&W.type==="button"||F(W,"button")},text:function(W){var ne;return F(W,"input")&&W.type==="text"&&((ne=W.getAttribute("type"))==null||ne.toLowerCase()==="text")},first:jr(function(){return[0]}),last:jr(function(W,ne){return[ne-1]}),eq:jr(function(W,ne,de){return[de<0?de+ne:de]}),even:jr(function(W,ne){for(var de=0;dene?me=ne:me=de;--me>=0;)W.push(me);return W}),gt:jr(function(W,ne,de){for(var me=de<0?de+ne:de;++me1?function(ne,de,me){for(var H=W.length;H--;)if(!W[H](ne,de,me))return!1;return!0}:W[0]}function Yh(W,ne,de){for(var me=0,H=ne.length;me-1&&(Z[qe]=!(Se[qe]=Pt))}}else at=Uo(at===Se?at.splice(or,at.length):at),H?H(null,Se,at,ze):O.apply(Se,at)})}function Ar(W){for(var ne,de,me,H=W.length,Q=p.relative[W[0].type],Z=Q||p.relative[" "],Se=Q?1:0,Ie=xi(function(We){return We===ne},Z,!0),ze=xi(function(We){return d.call(ne,We)>-1},Z,!0),qe=[function(We,Pt,at){var Bt=!Q&&(at||Pt!=b)||((ne=Pt).nodeType?Ie(We,Pt,at):ze(We,Pt,at));return ne=null,Bt}];Se1&&zl(qe),Se>1&&ss(W.slice(0,Se-1).concat({value:W[Se-2].type===" "?"*":""})).replace(ye,"$1"),de,Se0,me=W.length>0,H=function(Q,Z,Se,Ie,ze){var qe,We,Pt,at=0,Bt="0",Jn=Q&&[],or=[],Zn=b,Or=Q||me&&p.find.TAG("*",ze),Fs=he+=Zn==null?1:Math.random()||.1,xt=Or.length;for(ze&&(b=Z==M||Z||ze);Bt!==xt&&(qe=Or[Bt])!=null;Bt++){if(me&&qe){for(We=0,!Z&&qe.ownerDocument!=M&&(si(qe),Se=!z);Pt=W[We++];)if(Pt(qe,Z||M,Se)){O.call(Ie,qe);break}ze&&(he=Fs)}de&&((qe=!Pt&&qe)&&at--,Q&&Jn.push(qe))}if(at+=Bt,de&&Bt!==at){for(We=0;Pt=ne[We++];)Pt(Jn,or,Z,Se);if(Q){if(at>0)for(;Bt--;)Jn[Bt]||or[Bt]||(or[Bt]=V.call(Ie));or=Uo(or)}O.apply(Ie,or),ze&&!Q&&or.length>0&&at+ne.length>1&&m.uniqueSort(Ie)}return ze&&(he=Fs,b=Zn),Jn};return de?rs(H):H}function ql(W,ne){var de,me=[],H=[],Q=wt[W+" "];if(!Q){for(ne||(ne=ta(W)),de=ne.length;de--;)Q=Ar(ne[de]),Q[xe]?me.push(Q):H.push(Q);Q=wt(W,qu(H,me)),Q.selector=W}return Q}function Yu(W,ne,de,me){var H,Q,Z,Se,Ie,ze=typeof W=="function"&&W,qe=!me&&ta(W=ze.selector||W);if(de=de||[],qe.length===1){if(Q=qe[0]=qe[0].slice(0),Q.length>2&&(Z=Q[0]).type==="ID"&&ne.nodeType===9&&z&&p.relative[Q[1].type]){if(ne=(p.find.ID(Z.matches[0].replace($s,_s),ne)||[])[0],ne)ze&&(ne=ne.parentNode);else return de;W=W.slice(Q.shift().value.length)}for(H=Ur.needsContext.test(W)?0:Q.length;H--&&(Z=Q[H],!p.relative[Se=Z.type]);)if((Ie=p.find[Se])&&(me=Ie(Z.matches[0].replace($s,_s),ja.test(Q[0].type)&&Kl(ne.parentNode)||ne))){if(Q.splice(H,1),W=me.length&&ss(Q),!W)return O.apply(de,me),de;break}}return(ze||ql(W,qe))(me,ne,!z,de,!ne||ja.test(W)&&Kl(ne.parentNode)||ne),de}S.sortStable=xe.split("").sort(On).join("")===xe,si(),S.sortDetached=ea(function(W){return W.compareDocumentPosition(M.createElement("fieldset"))&1}),m.find=ln,m.expr[":"]=m.expr.pseudos,m.unique=m.uniqueSort,ln.compile=ql,ln.select=Yu,ln.setDocument=si,ln.tokenize=ta,ln.escape=m.escapeSelector,ln.getText=m.text,ln.isXML=m.isXMLDoc,ln.selectors=m.expr,ln.support=m.support,ln.uniqueSort=m.uniqueSort})();var Qe=function(u,p,b){for(var x=[],k=b!==void 0;(u=u[p])&&u.nodeType!==9;)if(u.nodeType===1){if(k&&m(u).is(b))break;x.push(u)}return x},ht=function(u,p){for(var b=[];u;u=u.nextSibling)u.nodeType===1&&u!==p&&b.push(u);return b},ot=m.expr.match.needsContext,vt=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function Yt(u,p,b){return T(p)?m.grep(u,function(x,k){return!!p.call(x,k,x)!==b}):p.nodeType?m.grep(u,function(x){return x===p!==b}):typeof p!="string"?m.grep(u,function(x){return d.call(p,x)>-1!==b}):m.filter(p,u,b)}m.filter=function(u,p,b){var x=p[0];return b&&(u=":not("+u+")"),p.length===1&&x.nodeType===1?m.find.matchesSelector(x,u)?[x]:[]:m.find.matches(u,m.grep(p,function(k){return k.nodeType===1}))},m.fn.extend({find:function(u){var p,b,x=this.length,k=this;if(typeof u!="string")return this.pushStack(m(u).filter(function(){for(p=0;p1?m.uniqueSort(b):b},filter:function(u){return this.pushStack(Yt(this,u||[],!1))},not:function(u){return this.pushStack(Yt(this,u||[],!0))},is:function(u){return!!Yt(this,typeof u=="string"&&ot.test(u)?m(u):u||[],!1).length}});var tn,Ft=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,yt=m.fn.init=function(u,p,b){var x,k;if(!u)return this;if(b=b||tn,typeof u=="string")if(u[0]==="<"&&u[u.length-1]===">"&&u.length>=3?x=[null,u,null]:x=Ft.exec(u),x&&(x[1]||!p))if(x[1]){if(p=p instanceof m?p[0]:p,m.merge(this,m.parseHTML(x[1],p&&p.nodeType?p.ownerDocument||p:I,!0)),vt.test(x[1])&&m.isPlainObject(p))for(x in p)T(this[x])?this[x](p[x]):this.attr(x,p[x]);return this}else return k=I.getElementById(x[2]),k&&(this[0]=k,this.length=1),this;else return!p||p.jquery?(p||b).find(u):this.constructor(p).find(u);else{if(u.nodeType)return this[0]=u,this.length=1,this;if(T(u))return b.ready!==void 0?b.ready(u):u(m)}return m.makeArray(u,this)};yt.prototype=m.fn,tn=m(I);var Lt=/^(?:parents|prev(?:Until|All))/,Qt={children:!0,contents:!0,next:!0,prev:!0};m.fn.extend({has:function(u){var p=m(u,this),b=p.length;return this.filter(function(){for(var x=0;x-1:b.nodeType===1&&m.find.matchesSelector(b,u))){O.push(b);break}}return this.pushStack(O.length>1?m.uniqueSort(O):O)},index:function(u){return u?typeof u=="string"?d.call(m(u),this[0]):d.call(this,u.jquery?u[0]:u):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(u,p){return this.pushStack(m.uniqueSort(m.merge(this.get(),m(u,p))))},addBack:function(u){return this.add(u==null?this.prevObject:this.prevObject.filter(u))}});function Kt(u,p){for(;(u=u[p])&&u.nodeType!==1;);return u}m.each({parent:function(u){var p=u.parentNode;return p&&p.nodeType!==11?p:null},parents:function(u){return Qe(u,"parentNode")},parentsUntil:function(u,p,b){return Qe(u,"parentNode",b)},next:function(u){return Kt(u,"nextSibling")},prev:function(u){return Kt(u,"previousSibling")},nextAll:function(u){return Qe(u,"nextSibling")},prevAll:function(u){return Qe(u,"previousSibling")},nextUntil:function(u,p,b){return Qe(u,"nextSibling",b)},prevUntil:function(u,p,b){return Qe(u,"previousSibling",b)},siblings:function(u){return ht((u.parentNode||{}).firstChild,u)},children:function(u){return ht(u.firstChild)},contents:function(u){return u.contentDocument!=null&&a(u.contentDocument)?u.contentDocument:(F(u,"template")&&(u=u.content||u),m.merge([],u.childNodes))}},function(u,p){m.fn[u]=function(b,x){var k=m.map(this,p,b);return u.slice(-5)!=="Until"&&(x=b),x&&typeof x=="string"&&(k=m.filter(x,k)),this.length>1&&(Qt[u]||m.uniqueSort(k),Lt.test(u)&&k.reverse()),this.pushStack(k)}});var Rt=/[^\x20\t\r\n\f]+/g;function yn(u){var p={};return m.each(u.match(Rt)||[],function(b,x){p[x]=!0}),p}m.Callbacks=function(u){u=typeof u=="string"?yn(u):m.extend({},u);var p,b,x,k,O=[],M=[],X=-1,z=function(){for(k=k||u.once,x=p=!0;M.length;X=-1)for(b=M.shift();++X-1;)O.splice(he,1),he<=X&&X--}),this},has:function(ve){return ve?m.inArray(ve,O)>-1:O.length>0},empty:function(){return O&&(O=[]),this},disable:function(){return k=M=[],O=b="",this},disabled:function(){return!O},lock:function(){return k=M=[],!b&&!p&&(O=b=""),this},locked:function(){return!!k},fireWith:function(ve,xe){return k||(xe=xe||[],xe=[ve,xe.slice?xe.slice():xe],M.push(xe),p||z()),this},fire:function(){return ae.fireWith(this,arguments),this},fired:function(){return!!x}};return ae};function on(u){return u}function A(u){throw u}function C(u,p,b,x){var k;try{u&&T(k=u.promise)?k.call(u).done(p).fail(b):u&&T(k=u.then)?k.call(u,p,b):p.apply(void 0,[u].slice(x))}catch(O){b.apply(void 0,[O])}}m.extend({Deferred:function(u){var p=[["notify","progress",m.Callbacks("memory"),m.Callbacks("memory"),2],["resolve","done",m.Callbacks("once memory"),m.Callbacks("once memory"),0,"resolved"],["reject","fail",m.Callbacks("once memory"),m.Callbacks("once memory"),1,"rejected"]],b="pending",x={state:function(){return b},always:function(){return k.done(arguments).fail(arguments),this},catch:function(O){return x.then(null,O)},pipe:function(){var O=arguments;return m.Deferred(function(M){m.each(p,function(X,z){var ae=T(O[z[4]])&&O[z[4]];k[z[1]](function(){var ve=ae&&ae.apply(this,arguments);ve&&T(ve.promise)?ve.promise().progress(M.notify).done(M.resolve).fail(M.reject):M[z[0]+"With"](this,ae?[ve]:arguments)})}),O=null}).promise()},then:function(O,M,X){var z=0;function ae(ve,xe,he,De){return function(){var Ke=this,Tt=arguments,wt=function(){var On,bs;if(!(ve=z&&(he!==A&&(Ke=void 0,Tt=[On]),xe.rejectWith(Ke,Tt))}};ve?Xn():(m.Deferred.getErrorHook?Xn.error=m.Deferred.getErrorHook():m.Deferred.getStackHook&&(Xn.error=m.Deferred.getStackHook()),t.setTimeout(Xn))}}return m.Deferred(function(ve){p[0][3].add(ae(0,ve,T(X)?X:on,ve.notifyWith)),p[1][3].add(ae(0,ve,T(O)?O:on)),p[2][3].add(ae(0,ve,T(M)?M:A))}).promise()},promise:function(O){return O!=null?m.extend(O,x):x}},k={};return m.each(p,function(O,M){var X=M[2],z=M[5];x[M[1]]=X.add,z&&X.add(function(){b=z},p[3-O][2].disable,p[3-O][3].disable,p[0][2].lock,p[0][3].lock),X.add(M[3].fire),k[M[0]]=function(){return k[M[0]+"With"](this===k?void 0:this,arguments),this},k[M[0]+"With"]=X.fireWith}),x.promise(k),u&&u.call(k,k),k},when:function(u){var p=arguments.length,b=p,x=Array(b),k=o.call(arguments),O=m.Deferred(),M=function(X){return function(z){x[X]=this,k[X]=arguments.length>1?o.call(arguments):z,--p||O.resolveWith(x,k)}};if(p<=1&&(C(u,O.done(M(b)).resolve,O.reject,!p),O.state()==="pending"||T(k[b]&&k[b].then)))return O.then();for(;b--;)C(k[b],M(b),O.reject);return O.promise()}});var G=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;m.Deferred.exceptionHook=function(u,p){t.console&&t.console.warn&&u&&G.test(u.name)&&t.console.warn("jQuery.Deferred exception: "+u.message,u.stack,p)},m.readyException=function(u){t.setTimeout(function(){throw u})};var ie=m.Deferred();m.fn.ready=function(u){return ie.then(u).catch(function(p){m.readyException(p)}),this},m.extend({isReady:!1,readyWait:1,ready:function(u){(u===!0?--m.readyWait:m.isReady)||(m.isReady=!0,!(u!==!0&&--m.readyWait>0)&&ie.resolveWith(I,[m]))}}),m.ready.then=ie.then;function te(){I.removeEventListener("DOMContentLoaded",te),t.removeEventListener("load",te),m.ready()}I.readyState==="complete"||I.readyState!=="loading"&&!I.documentElement.doScroll?t.setTimeout(m.ready):(I.addEventListener("DOMContentLoaded",te),t.addEventListener("load",te));var be=function(u,p,b,x,k,O,M){var X=0,z=u.length,ae=b==null;if(R(b)==="object"){k=!0;for(X in b)be(u,p,X,b[X],!0,O,M)}else if(x!==void 0&&(k=!0,T(x)||(M=!0),ae&&(M?(p.call(u,x),p=null):(ae=p,p=function(ve,xe,he){return ae.call(m(ve),he)})),p))for(;X1,null,!0)},removeData:function(u){return this.each(function(){ge.remove(this,u)})}}),m.extend({queue:function(u,p,b){var x;if(u)return p=(p||"fx")+"queue",x=Y.get(u,p),b&&(!x||Array.isArray(b)?x=Y.access(u,p,m.makeArray(b)):x.push(b)),x||[]},dequeue:function(u,p){p=p||"fx";var b=m.queue(u,p),x=b.length,k=b.shift(),O=m._queueHooks(u,p),M=function(){m.dequeue(u,p)};k==="inprogress"&&(k=b.shift(),x--),k&&(p==="fx"&&b.unshift("inprogress"),delete O.stop,k.call(u,M,O)),!x&&O&&O.empty.fire()},_queueHooks:function(u,p){var b=p+"queueHooks";return Y.get(u,b)||Y.access(u,b,{empty:m.Callbacks("once memory").add(function(){Y.remove(u,[p+"queue",b])})})}}),m.fn.extend({queue:function(u,p){var b=2;return typeof u!="string"&&(p=u,u="fx",b--),arguments.length\x20\t\r\n\f]*)/i,zi=/^$|^module$|\/(?:java|ecma)script/i;(function(){var u=I.createDocumentFragment(),p=u.appendChild(I.createElement("div")),b=I.createElement("input");b.setAttribute("type","radio"),b.setAttribute("checked","checked"),b.setAttribute("name","t"),p.appendChild(b),S.checkClone=p.cloneNode(!0).cloneNode(!0).lastChild.checked,p.innerHTML="",S.noCloneChecked=!!p.cloneNode(!0).lastChild.defaultValue,p.innerHTML="",S.option=!!p.lastChild})();var yr={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};yr.tbody=yr.tfoot=yr.colgroup=yr.caption=yr.thead,yr.th=yr.td,S.option||(yr.optgroup=yr.option=[1,""]);function jn(u,p){var b;return typeof u.getElementsByTagName<"u"?b=u.getElementsByTagName(p||"*"):typeof u.querySelectorAll<"u"?b=u.querySelectorAll(p||"*"):b=[],p===void 0||p&&F(u,p)?m.merge([u],b):b}function Oo(u,p){for(var b=0,x=u.length;b-1){k&&k.push(O);continue}if(ae=rt(O),M=jn(xe.appendChild(O),"script"),ae&&Oo(M),b)for(ve=0;O=M[ve++];)zi.test(O.type||"")&&b.push(O)}return xe}var Eu=/^([^.]*)(?:\.(.+)|)/;function Qs(){return!0}function qi(){return!1}function $a(u,p,b,x,k,O){var M,X;if(typeof p=="object"){typeof b!="string"&&(x=x||b,b=void 0);for(X in p)$a(u,X,b,x,p[X],O);return u}if(x==null&&k==null?(k=b,x=b=void 0):k==null&&(typeof b=="string"?(k=x,x=void 0):(k=x,x=b,b=void 0)),k===!1)k=qi;else if(!k)return u;return O===1&&(M=k,k=function(z){return m().off(z),M.apply(this,arguments)},k.guid=M.guid||(M.guid=m.guid++)),u.each(function(){m.event.add(this,p,k,x,b)})}m.event={global:{},add:function(u,p,b,x,k){var O,M,X,z,ae,ve,xe,he,De,Ke,Tt,wt=Y.get(u);if(Fe(u))for(b.handler&&(O=b,b=O.handler,k=O.selector),k&&m.find.matchesSelector(Je,k),b.guid||(b.guid=m.guid++),(z=wt.events)||(z=wt.events=Object.create(null)),(M=wt.handle)||(M=wt.handle=function(Xn){return typeof m<"u"&&m.event.triggered!==Xn.type?m.event.dispatch.apply(u,arguments):void 0}),p=(p||"").match(Rt)||[""],ae=p.length;ae--;)X=Eu.exec(p[ae])||[],De=Tt=X[1],Ke=(X[2]||"").split(".").sort(),De&&(xe=m.event.special[De]||{},De=(k?xe.delegateType:xe.bindType)||De,xe=m.event.special[De]||{},ve=m.extend({type:De,origType:Tt,data:x,handler:b,guid:b.guid,selector:k,needsContext:k&&m.expr.match.needsContext.test(k),namespace:Ke.join(".")},O),(he=z[De])||(he=z[De]=[],he.delegateCount=0,(!xe.setup||xe.setup.call(u,x,Ke,M)===!1)&&u.addEventListener&&u.addEventListener(De,M)),xe.add&&(xe.add.call(u,ve),ve.handler.guid||(ve.handler.guid=b.guid)),k?he.splice(he.delegateCount++,0,ve):he.push(ve),m.event.global[De]=!0)},remove:function(u,p,b,x,k){var O,M,X,z,ae,ve,xe,he,De,Ke,Tt,wt=Y.hasData(u)&&Y.get(u);if(!(!wt||!(z=wt.events))){for(p=(p||"").match(Rt)||[""],ae=p.length;ae--;){if(X=Eu.exec(p[ae])||[],De=Tt=X[1],Ke=(X[2]||"").split(".").sort(),!De){for(De in z)m.event.remove(u,De+p[ae],b,x,!0);continue}for(xe=m.event.special[De]||{},De=(x?xe.delegateType:xe.bindType)||De,he=z[De]||[],X=X[2]&&new RegExp("(^|\\.)"+Ke.join("\\.(?:.*\\.|)")+"(\\.|$)"),M=O=he.length;O--;)ve=he[O],(k||Tt===ve.origType)&&(!b||b.guid===ve.guid)&&(!X||X.test(ve.namespace))&&(!x||x===ve.selector||x==="**"&&ve.selector)&&(he.splice(O,1),ve.selector&&he.delegateCount--,xe.remove&&xe.remove.call(u,ve));M&&!he.length&&((!xe.teardown||xe.teardown.call(u,Ke,wt.handle)===!1)&&m.removeEvent(u,De,wt.handle),delete z[De])}m.isEmptyObject(z)&&Y.remove(u,"handle events")}},dispatch:function(u){var p,b,x,k,O,M,X=new Array(arguments.length),z=m.event.fix(u),ae=(Y.get(this,"events")||Object.create(null))[z.type]||[],ve=m.event.special[z.type]||{};for(X[0]=z,p=1;p=1)){for(;ae!==this;ae=ae.parentNode||this)if(ae.nodeType===1&&!(u.type==="click"&&ae.disabled===!0)){for(O=[],M={},b=0;b-1:m.find(k,this,null,[ae]).length),M[k]&&O.push(x);O.length&&X.push({elem:ae,handlers:O})}}return ae=this,z\s*$/g;function Tu(u,p){return F(u,"table")&&F(p.nodeType!==11?p:p.firstChild,"tr")&&m(u).children("tbody")[0]||u}function Nh(u){return u.type=(u.getAttribute("type")!==null)+"/"+u.type,u}function Lh(u){return(u.type||"").slice(0,5)==="true/"?u.type=u.type.slice(5):u.removeAttribute("type"),u}function Cu(u,p){var b,x,k,O,M,X,z;if(p.nodeType===1){if(Y.hasData(u)&&(O=Y.get(u),z=O.events,z)){Y.remove(p,"handle events");for(k in z)for(b=0,x=z[k].length;b1&&typeof De=="string"&&!S.checkClone&&Oh.test(De))return u.each(function(Tt){var wt=u.eq(Tt);Ke&&(p[0]=De.call(this,Tt,wt.html())),Yi(wt,p,b,x)});if(xe&&(k=wu(p,u[0].ownerDocument,!1,u,x),O=k.firstChild,k.childNodes.length===1&&(k=O),O||x)){for(M=m.map(jn(k,"script"),Nh),X=M.length;ve0&&Oo(M,!z&&jn(u,"script")),X},cleanData:function(u){for(var p,b,x,k=m.event.special,O=0;(b=u[O])!==void 0;O++)if(Fe(b)){if(p=b[Y.expando]){if(p.events)for(x in p.events)k[x]?m.event.remove(b,x):m.removeEvent(b,x,p.handle);b[Y.expando]=void 0}b[ge.expando]&&(b[ge.expando]=void 0)}}}),m.fn.extend({detach:function(u){return ku(this,u,!0)},remove:function(u){return ku(this,u)},text:function(u){return be(this,function(p){return p===void 0?m.text(this):this.empty().each(function(){(this.nodeType===1||this.nodeType===11||this.nodeType===9)&&(this.textContent=p)})},null,u,arguments.length)},append:function(){return Yi(this,arguments,function(u){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var p=Tu(this,u);p.appendChild(u)}})},prepend:function(){return Yi(this,arguments,function(u){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var p=Tu(this,u);p.insertBefore(u,p.firstChild)}})},before:function(){return Yi(this,arguments,function(u){this.parentNode&&this.parentNode.insertBefore(u,this)})},after:function(){return Yi(this,arguments,function(u){this.parentNode&&this.parentNode.insertBefore(u,this.nextSibling)})},empty:function(){for(var u,p=0;(u=this[p])!=null;p++)u.nodeType===1&&(m.cleanData(jn(u,!1)),u.textContent="");return this},clone:function(u,p){return u=u??!1,p=p??u,this.map(function(){return m.clone(this,u,p)})},html:function(u){return be(this,function(p){var b=this[0]||{},x=0,k=this.length;if(p===void 0&&b.nodeType===1)return b.innerHTML;if(typeof p=="string"&&!Ah.test(p)&&!yr[(Yn.exec(p)||["",""])[1].toLowerCase()]){p=m.htmlPrefilter(p);try{for(;x=0&&(z+=Math.max(0,Math.ceil(u["offset"+p[0].toUpperCase()+p.slice(1)]-O-z-X-.5))||0),z+ae}function Pl(u,p,b){var x=No(u),k=!S.boxSizingReliable()||b,O=k&&m.css(u,"boxSizing",!1,x)==="border-box",M=O,X=Fa(u,p,x),z="offset"+p[0].toUpperCase()+p.slice(1);if(kl.test(X)){if(!b)return X;X="auto"}return(!S.boxSizingReliable()&&O||!S.reliableTrDimensions()&&F(u,"tr")||X==="auto"||!parseFloat(X)&&m.css(u,"display",!1,x)==="inline")&&u.getClientRects().length&&(O=m.css(u,"boxSizing",!1,x)==="border-box",M=z in u,M&&(X=u[z])),X=parseFloat(X)||0,X+Ol(u,p,b||(O?"border":"content"),M,x,X)+"px"}m.extend({cssHooks:{opacity:{get:function(u,p){if(p){var b=Fa(u,"opacity");return b===""?"1":b}}}},cssNumber:{animationIterationCount:!0,aspectRatio:!0,borderImageSlice:!0,columnCount:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeMiterlimit:!0,strokeOpacity:!0},cssProps:{},style:function(u,p,b,x){if(!(!u||u.nodeType===3||u.nodeType===8||!u.style)){var k,O,M,X=Te(p),z=Al.test(p),ae=u.style;if(z||(p=Ro(X)),M=m.cssHooks[p]||m.cssHooks[X],b!==void 0){if(O=typeof b,O==="string"&&(k=Pe.exec(b))&&k[1]&&(b=st(u,p,k),O="number"),b==null||b!==b)return;O==="number"&&!z&&(b+=k&&k[3]||(m.cssNumber[X]?"":"px")),!S.clearCloneStyle&&b===""&&p.indexOf("background")===0&&(ae[p]="inherit"),(!M||!("set"in M)||(b=M.set(u,b,x))!==void 0)&&(z?ae.setProperty(p,b):ae[p]=b)}else return M&&"get"in M&&(k=M.get(u,!1,x))!==void 0?k:ae[p]}},css:function(u,p,b,x){var k,O,M,X=Te(p),z=Al.test(p);return z||(p=Ro(X)),M=m.cssHooks[p]||m.cssHooks[X],M&&"get"in M&&(k=M.get(u,!0,b)),k===void 0&&(k=Fa(u,p,x)),k==="normal"&&p in Du&&(k=Du[p]),b===""||b?(O=parseFloat(k),b===!0||isFinite(O)?O||0:k):k}}),m.each(["height","width"],function(u,p){m.cssHooks[p]={get:function(b,x,k){if(x)return Ru.test(m.css(b,"display"))&&(!b.getClientRects().length||!b.getBoundingClientRect().width)?Au(b,Rh,function(){return Pl(b,p,k)}):Pl(b,p,k)},set:function(b,x,k){var O,M=No(b),X=!S.scrollboxSize()&&M.position==="absolute",z=X||k,ae=z&&m.css(b,"boxSizing",!1,M)==="border-box",ve=k?Ol(b,p,k,ae,M):0;return ae&&X&&(ve-=Math.ceil(b["offset"+p[0].toUpperCase()+p.slice(1)]-parseFloat(M[p])-Ol(b,p,"border",!1,M)-.5)),ve&&(O=Pe.exec(x))&&(O[3]||"px")!=="px"&&(b.style[p]=x,x=m.css(b,p)),Mu(b,x,ve)}}}),m.cssHooks.marginLeft=Ba(S.reliableMarginLeft,function(u,p){if(p)return(parseFloat(Fa(u,"marginLeft"))||u.getBoundingClientRect().left-Au(u,{marginLeft:0},function(){return u.getBoundingClientRect().left}))+"px"}),m.each({margin:"",padding:"",border:"Width"},function(u,p){m.cssHooks[u+p]={expand:function(b){for(var x=0,k={},O=typeof b=="string"?b.split(" "):[b];x<4;x++)k[u+je[x]+p]=O[x]||O[x-2]||O[0];return k}},u!=="margin"&&(m.cssHooks[u+p].set=Mu)}),m.fn.extend({css:function(u,p){return be(this,function(b,x,k){var O,M,X={},z=0;if(Array.isArray(x)){for(O=No(b),M=x.length;z1)}});function ur(u,p,b,x,k){return new ur.prototype.init(u,p,b,x,k)}m.Tween=ur,ur.prototype={constructor:ur,init:function(u,p,b,x,k,O){this.elem=u,this.prop=b,this.easing=k||m.easing._default,this.options=p,this.start=this.now=this.cur(),this.end=x,this.unit=O||(m.cssNumber[b]?"":"px")},cur:function(){var u=ur.propHooks[this.prop];return u&&u.get?u.get(this):ur.propHooks._default.get(this)},run:function(u){var p,b=ur.propHooks[this.prop];return this.options.duration?this.pos=p=m.easing[this.easing](u,this.options.duration*u,0,1,this.options.duration):this.pos=p=u,this.now=(this.end-this.start)*p+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),b&&b.set?b.set(this):ur.propHooks._default.set(this),this}},ur.prototype.init.prototype=ur.prototype,ur.propHooks={_default:{get:function(u){var p;return u.elem.nodeType!==1||u.elem[u.prop]!=null&&u.elem.style[u.prop]==null?u.elem[u.prop]:(p=m.css(u.elem,u.prop,""),!p||p==="auto"?0:p)},set:function(u){m.fx.step[u.prop]?m.fx.step[u.prop](u):u.elem.nodeType===1&&(m.cssHooks[u.prop]||u.elem.style[Ro(u.prop)]!=null)?m.style(u.elem,u.prop,u.now+u.unit):u.elem[u.prop]=u.now}}},ur.propHooks.scrollTop=ur.propHooks.scrollLeft={set:function(u){u.elem.nodeType&&u.elem.parentNode&&(u.elem[u.prop]=u.now)}},m.easing={linear:function(u){return u},swing:function(u){return .5-Math.cos(u*Math.PI)/2},_default:"swing"},m.fx=ur.prototype.init,m.fx.step={};var bi,Xi,Dh=/^(?:toggle|show|hide)$/,$u=/queueHooks$/;function Ji(){Xi&&(I.hidden===!1&&t.requestAnimationFrame?t.requestAnimationFrame(Ji):t.setTimeout(Ji,m.fx.interval),m.fx.tick())}function Nl(){return t.setTimeout(function(){bi=void 0}),bi=Date.now()}function Do(u,p){var b,x=0,k={height:u};for(p=p?1:0;x<4;x+=2-p)b=je[x],k["margin"+b]=k["padding"+b]=u;return p&&(k.opacity=k.width=u),k}function Ll(u,p,b){for(var x,k=(ts.tweeners[p]||[]).concat(ts.tweeners["*"]),O=0,M=k.length;O1)},removeAttr:function(u){return this.each(function(){m.removeAttr(this,u)})}}),m.extend({attr:function(u,p,b){var x,k,O=u.nodeType;if(!(O===3||O===8||O===2)){if(typeof u.getAttribute>"u")return m.prop(u,p,b);if((O!==1||!m.isXMLDoc(u))&&(k=m.attrHooks[p.toLowerCase()]||(m.expr.match.bool.test(p)?Dl:void 0)),b!==void 0){if(b===null){m.removeAttr(u,p);return}return k&&"set"in k&&(x=k.set(u,b,p))!==void 0?x:(u.setAttribute(p,b+""),b)}return k&&"get"in k&&(x=k.get(u,p))!==null?x:(x=m.find.attr(u,p),x??void 0)}},attrHooks:{type:{set:function(u,p){if(!S.radioValue&&p==="radio"&&F(u,"input")){var b=u.value;return u.setAttribute("type",p),b&&(u.value=b),p}}}},removeAttr:function(u,p){var b,x=0,k=p&&p.match(Rt);if(k&&u.nodeType===1)for(;b=k[x++];)u.removeAttribute(b)}}),Dl={set:function(u,p,b){return p===!1?m.removeAttr(u,b):u.setAttribute(b,b),b}},m.each(m.expr.match.bool.source.match(/\w+/g),function(u,p){var b=vi[p]||m.find.attr;vi[p]=function(x,k,O){var M,X,z=k.toLowerCase();return O||(X=vi[z],vi[z]=M,M=b(x,k,O)!=null?z:null,vi[z]=X),M}});var Ml=/^(?:input|select|textarea|button)$/i,Zi=/^(?:a|area)$/i;m.fn.extend({prop:function(u,p){return be(this,m.prop,u,p,arguments.length>1)},removeProp:function(u){return this.each(function(){delete this[m.propFix[u]||u]})}}),m.extend({prop:function(u,p,b){var x,k,O=u.nodeType;if(!(O===3||O===8||O===2))return(O!==1||!m.isXMLDoc(u))&&(p=m.propFix[p]||p,k=m.propHooks[p]),b!==void 0?k&&"set"in k&&(x=k.set(u,b,p))!==void 0?x:u[p]=b:k&&"get"in k&&(x=k.get(u,p))!==null?x:u[p]},propHooks:{tabIndex:{get:function(u){var p=m.find.attr(u,"tabindex");return p?parseInt(p,10):Ml.test(u.nodeName)||Zi.test(u.nodeName)&&u.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),S.optSelected||(m.propHooks.selected={get:function(u){var p=u.parentNode;return p&&p.parentNode&&p.parentNode.selectedIndex,null},set:function(u){var p=u.parentNode;p&&(p.selectedIndex,p.parentNode&&p.parentNode.selectedIndex)}}),m.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){m.propFix[this.toLowerCase()]=this});function ei(u){var p=u.match(Rt)||[];return p.join(" ")}function ti(u){return u.getAttribute&&u.getAttribute("class")||""}function $l(u){return Array.isArray(u)?u:typeof u=="string"?u.match(Rt)||[]:[]}m.fn.extend({addClass:function(u){var p,b,x,k,O,M;return T(u)?this.each(function(X){m(this).addClass(u.call(this,X,ti(this)))}):(p=$l(u),p.length?this.each(function(){if(x=ti(this),b=this.nodeType===1&&" "+ei(x)+" ",b){for(O=0;O-1;)b=b.replace(" "+k+" "," ");M=ei(b),x!==M&&this.setAttribute("class",M)}}):this):this.attr("class","")},toggleClass:function(u,p){var b,x,k,O,M=typeof u,X=M==="string"||Array.isArray(u);return T(u)?this.each(function(z){m(this).toggleClass(u.call(this,z,ti(this),p),p)}):typeof p=="boolean"&&X?p?this.addClass(u):this.removeClass(u):(b=$l(u),this.each(function(){if(X)for(O=m(this),k=0;k-1)return!0;return!1}});var Bu=/\r/g;m.fn.extend({val:function(u){var p,b,x,k=this[0];return arguments.length?(x=T(u),this.each(function(O){var M;this.nodeType===1&&(x?M=u.call(this,O,m(this).val()):M=u,M==null?M="":typeof M=="number"?M+="":Array.isArray(M)&&(M=m.map(M,function(X){return X==null?"":X+""})),p=m.valHooks[this.type]||m.valHooks[this.nodeName.toLowerCase()],(!p||!("set"in p)||p.set(this,M,"value")===void 0)&&(this.value=M))})):k?(p=m.valHooks[k.type]||m.valHooks[k.nodeName.toLowerCase()],p&&"get"in p&&(b=p.get(k,"value"))!==void 0?b:(b=k.value,typeof b=="string"?b.replace(Bu,""):b??"")):void 0}}),m.extend({valHooks:{option:{get:function(u){var p=m.find.attr(u,"value");return p??ei(m.text(u))}},select:{get:function(u){var p,b,x,k=u.options,O=u.selectedIndex,M=u.type==="select-one",X=M?null:[],z=M?O+1:k.length;for(O<0?x=z:x=M?O:0;x-1)&&(b=!0);return b||(u.selectedIndex=-1),O}}}}),m.each(["radio","checkbox"],function(){m.valHooks[this]={set:function(u,p){if(Array.isArray(p))return u.checked=m.inArray(m(u).val(),p)>-1}},S.checkOn||(m.valHooks[this].get=function(u){return u.getAttribute("value")===null?"on":u.value})});var Qi=t.location,Fl={guid:Date.now()},Mo=/\?/;m.parseXML=function(u){var p,b;if(!u||typeof u!="string")return null;try{p=new t.DOMParser().parseFromString(u,"text/xml")}catch{}return b=p&&p.getElementsByTagName("parsererror")[0],(!p||b)&&m.error("Invalid XML: "+(b?m.map(b.childNodes,function(x){return x.textContent}).join(` -`):u)),p};var Uu=/^(?:focusinfocus|focusoutblur)$/,ju=function(u){u.stopPropagation()};m.extend(m.event,{trigger:function(u,p,b,x){var k,O,M,X,z,ae,ve,xe,he=[b||I],De=g.call(u,"type")?u.type:u,Ke=g.call(u,"namespace")?u.namespace.split("."):[];if(O=xe=M=b=b||I,!(b.nodeType===3||b.nodeType===8)&&!Uu.test(De+m.event.triggered)&&(De.indexOf(".")>-1&&(Ke=De.split("."),De=Ke.shift(),Ke.sort()),z=De.indexOf(":")<0&&"on"+De,u=u[m.expando]?u:new m.Event(De,typeof u=="object"&&u),u.isTrigger=x?2:3,u.namespace=Ke.join("."),u.rnamespace=u.namespace?new RegExp("(^|\\.)"+Ke.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,u.result=void 0,u.target||(u.target=b),p=p==null?[u]:m.makeArray(p,[u]),ve=m.event.special[De]||{},!(!x&&ve.trigger&&ve.trigger.apply(b,p)===!1))){if(!x&&!ve.noBubble&&!N(b)){for(X=ve.delegateType||De,Uu.test(X+De)||(O=O.parentNode);O;O=O.parentNode)he.push(O),M=O;M===(b.ownerDocument||I)&&he.push(M.defaultView||M.parentWindow||t)}for(k=0;(O=he[k++])&&!u.isPropagationStopped();)xe=O,u.type=k>1?X:ve.bindType||De,ae=(Y.get(O,"events")||Object.create(null))[u.type]&&Y.get(O,"handle"),ae&&ae.apply(O,p),ae=z&&O[z],ae&&ae.apply&&Fe(O)&&(u.result=ae.apply(O,p),u.result===!1&&u.preventDefault());return u.type=De,!x&&!u.isDefaultPrevented()&&(!ve._default||ve._default.apply(he.pop(),p)===!1)&&Fe(b)&&z&&T(b[De])&&!N(b)&&(M=b[z],M&&(b[z]=null),m.event.triggered=De,u.isPropagationStopped()&&xe.addEventListener(De,ju),b[De](),u.isPropagationStopped()&&xe.removeEventListener(De,ju),m.event.triggered=void 0,M&&(b[z]=M)),u.result}},simulate:function(u,p,b){var x=m.extend(new m.Event,b,{type:u,isSimulated:!0});m.event.trigger(x,null,p)}}),m.fn.extend({trigger:function(u,p){return this.each(function(){m.event.trigger(u,p,this)})},triggerHandler:function(u,p){var b=this[0];if(b)return m.event.trigger(u,p,b,!0)}});var Mh=/\[\]$/,Bl=/\r?\n/g,$h=/^(?:submit|button|image|reset|file)$/i,Fh=/^(?:input|select|textarea|keygen)/i;function Ul(u,p,b,x){var k;if(Array.isArray(p))m.each(p,function(O,M){b||Mh.test(u)?x(u,M):Ul(u+"["+(typeof M=="object"&&M!=null?O:"")+"]",M,b,x)});else if(!b&&R(p)==="object")for(k in p)Ul(u+"["+k+"]",p[k],b,x);else x(u,p)}m.param=function(u,p){var b,x=[],k=function(O,M){var X=T(M)?M():M;x[x.length]=encodeURIComponent(O)+"="+encodeURIComponent(X??"")};if(u==null)return"";if(Array.isArray(u)||u.jquery&&!m.isPlainObject(u))m.each(u,function(){k(this.name,this.value)});else for(b in u)Ul(b,u[b],p,k);return x.join("&")},m.fn.extend({serialize:function(){return m.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var u=m.prop(this,"elements");return u?m.makeArray(u):this}).filter(function(){var u=this.type;return this.name&&!m(this).is(":disabled")&&Fh.test(this.nodeName)&&!$h.test(u)&&(this.checked||!It.test(u))}).map(function(u,p){var b=m(this).val();return b==null?null:Array.isArray(b)?m.map(b,function(x){return{name:p.name,value:x.replace(Bl,`\r -`)}}):{name:p.name,value:b.replace(Bl,`\r -`)}}).get()}});var Bh=/%20/g,jl=/#.*$/,Uh=/([?&])_=[^&]*/,jh=/^(.*?):[ \t]*([^\r\n]*)$/mg,Hh=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Vh=/^(?:GET|HEAD)$/,Wh=/^\/\//,bn={},fn={},Hu="*/".concat("*"),Hl=I.createElement("a");Hl.href=Qi.href;function Vu(u){return function(p,b){typeof p!="string"&&(b=p,p="*");var x,k=0,O=p.toLowerCase().match(Rt)||[];if(T(b))for(;x=O[k++];)x[0]==="+"?(x=x.slice(1)||"*",(u[x]=u[x]||[]).unshift(b)):(u[x]=u[x]||[]).push(b)}}function Wu(u,p,b,x){var k={},O=u===fn;function M(X){var z;return k[X]=!0,m.each(u[X]||[],function(ae,ve){var xe=ve(p,b,x);if(typeof xe=="string"&&!O&&!k[xe])return p.dataTypes.unshift(xe),M(xe),!1;if(O)return!(z=xe)}),z}return M(p.dataTypes[0])||!k["*"]&&M("*")}function Vl(u,p){var b,x,k=m.ajaxSettings.flatOptions||{};for(b in p)p[b]!==void 0&&((k[b]?u:x||(x={}))[b]=p[b]);return x&&m.extend(!0,u,x),u}function Gh(u,p,b){for(var x,k,O,M,X=u.contents,z=u.dataTypes;z[0]==="*";)z.shift(),x===void 0&&(x=u.mimeType||p.getResponseHeader("Content-Type"));if(x){for(k in X)if(X[k]&&X[k].test(x)){z.unshift(k);break}}if(z[0]in b)O=z[0];else{for(k in b){if(!z[0]||u.converters[k+" "+z[0]]){O=k;break}M||(M=k)}O=O||M}if(O)return O!==z[0]&&z.unshift(O),b[O]}function Gu(u,p,b,x){var k,O,M,X,z,ae={},ve=u.dataTypes.slice();if(ve[1])for(M in u.converters)ae[M.toLowerCase()]=u.converters[M];for(O=ve.shift();O;)if(u.responseFields[O]&&(b[u.responseFields[O]]=p),!z&&x&&u.dataFilter&&(p=u.dataFilter(p,u.dataType)),z=O,O=ve.shift(),O){if(O==="*")O=z;else if(z!=="*"&&z!==O){if(M=ae[z+" "+O]||ae["* "+O],!M){for(k in ae)if(X=k.split(" "),X[1]===O&&(M=ae[z+" "+X[0]]||ae["* "+X[0]],M)){M===!0?M=ae[k]:ae[k]!==!0&&(O=X[0],ve.unshift(X[1]));break}}if(M!==!0)if(M&&u.throws)p=M(p);else try{p=M(p)}catch(xe){return{state:"parsererror",error:M?xe:"No conversion from "+z+" to "+O}}}}return{state:"success",data:p}}m.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Qi.href,type:"GET",isLocal:Hh.test(Qi.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Hu,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":m.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(u,p){return p?Vl(Vl(u,m.ajaxSettings),p):Vl(m.ajaxSettings,u)},ajaxPrefilter:Vu(bn),ajaxTransport:Vu(fn),ajax:function(u,p){typeof u=="object"&&(p=u,u=void 0),p=p||{};var b,x,k,O,M,X,z,ae,ve,xe,he=m.ajaxSetup({},p),De=he.context||he,Ke=he.context&&(De.nodeType||De.jquery)?m(De):m.event,Tt=m.Deferred(),wt=m.Callbacks("once memory"),Xn=he.statusCode||{},On={},bs={},vs="canceled",Ht={readyState:0,getResponseHeader:function(Vt){var gn;if(z){if(!O)for(O={};gn=jh.exec(k);)O[gn[1].toLowerCase()+" "]=(O[gn[1].toLowerCase()+" "]||[]).concat(gn[2]);gn=O[Vt.toLowerCase()+" "]}return gn==null?null:gn.join(", ")},getAllResponseHeaders:function(){return z?k:null},setRequestHeader:function(Vt,gn){return z==null&&(Vt=bs[Vt.toLowerCase()]=bs[Vt.toLowerCase()]||Vt,On[Vt]=gn),this},overrideMimeType:function(Vt){return z==null&&(he.mimeType=Vt),this},statusCode:function(Vt){var gn;if(Vt)if(z)Ht.always(Vt[Ht.status]);else for(gn in Vt)Xn[gn]=[Xn[gn],Vt[gn]];return this},abort:function(Vt){var gn=Vt||vs;return b&&b.abort(gn),ni(0,gn),this}};if(Tt.promise(Ht),he.url=((u||he.url||Qi.href)+"").replace(Wh,Qi.protocol+"//"),he.type=p.method||p.type||he.method||he.type,he.dataTypes=(he.dataType||"*").toLowerCase().match(Rt)||[""],he.crossDomain==null){X=I.createElement("a");try{X.href=he.url,X.href=X.href,he.crossDomain=Hl.protocol+"//"+Hl.host!=X.protocol+"//"+X.host}catch{he.crossDomain=!0}}if(he.data&&he.processData&&typeof he.data!="string"&&(he.data=m.param(he.data,he.traditional)),Wu(bn,he,p,Ht),z)return Ht;ae=m.event&&he.global,ae&&m.active++===0&&m.event.trigger("ajaxStart"),he.type=he.type.toUpperCase(),he.hasContent=!Vh.test(he.type),x=he.url.replace(jl,""),he.hasContent?he.data&&he.processData&&(he.contentType||"").indexOf("application/x-www-form-urlencoded")===0&&(he.data=he.data.replace(Bh,"+")):(xe=he.url.slice(x.length),he.data&&(he.processData||typeof he.data=="string")&&(x+=(Mo.test(x)?"&":"?")+he.data,delete he.data),he.cache===!1&&(x=x.replace(Uh,"$1"),xe=(Mo.test(x)?"&":"?")+"_="+Fl.guid+++xe),he.url=x+xe),he.ifModified&&(m.lastModified[x]&&Ht.setRequestHeader("If-Modified-Since",m.lastModified[x]),m.etag[x]&&Ht.setRequestHeader("If-None-Match",m.etag[x])),(he.data&&he.hasContent&&he.contentType!==!1||p.contentType)&&Ht.setRequestHeader("Content-Type",he.contentType),Ht.setRequestHeader("Accept",he.dataTypes[0]&&he.accepts[he.dataTypes[0]]?he.accepts[he.dataTypes[0]]+(he.dataTypes[0]!=="*"?", "+Hu+"; q=0.01":""):he.accepts["*"]);for(ve in he.headers)Ht.setRequestHeader(ve,he.headers[ve]);if(he.beforeSend&&(he.beforeSend.call(De,Ht,he)===!1||z))return Ht.abort();if(vs="abort",wt.add(he.complete),Ht.done(he.success),Ht.fail(he.error),b=Wu(fn,he,p,Ht),!b)ni(-1,"No Transport");else{if(Ht.readyState=1,ae&&Ke.trigger("ajaxSend",[Ht,he]),z)return Ht;he.async&&he.timeout>0&&(M=t.setTimeout(function(){Ht.abort("timeout")},he.timeout));try{z=!1,b.send(On,ni)}catch(Vt){if(z)throw Vt;ni(-1,Vt)}}function ni(Vt,gn,Ua,Fo){var ns,_i,Ur,Ms,ri,br=gn;z||(z=!0,M&&t.clearTimeout(M),b=void 0,k=Fo||"",Ht.readyState=Vt>0?4:0,ns=Vt>=200&&Vt<300||Vt===304,Ua&&(Ms=Gh(he,Ht,Ua)),!ns&&m.inArray("script",he.dataTypes)>-1&&m.inArray("json",he.dataTypes)<0&&(he.converters["text script"]=function(){}),Ms=Gu(he,Ms,Ht,ns),ns?(he.ifModified&&(ri=Ht.getResponseHeader("Last-Modified"),ri&&(m.lastModified[x]=ri),ri=Ht.getResponseHeader("etag"),ri&&(m.etag[x]=ri)),Vt===204||he.type==="HEAD"?br="nocontent":Vt===304?br="notmodified":(br=Ms.state,_i=Ms.data,Ur=Ms.error,ns=!Ur)):(Ur=br,(Vt||!br)&&(br="error",Vt<0&&(Vt=0))),Ht.status=Vt,Ht.statusText=(gn||br)+"",ns?Tt.resolveWith(De,[_i,br,Ht]):Tt.rejectWith(De,[Ht,br,Ur]),Ht.statusCode(Xn),Xn=void 0,ae&&Ke.trigger(ns?"ajaxSuccess":"ajaxError",[Ht,he,ns?_i:Ur]),wt.fireWith(De,[Ht,br]),ae&&(Ke.trigger("ajaxComplete",[Ht,he]),--m.active||m.event.trigger("ajaxStop")))}return Ht},getJSON:function(u,p,b){return m.get(u,p,b,"json")},getScript:function(u,p){return m.get(u,void 0,p,"script")}}),m.each(["get","post"],function(u,p){m[p]=function(b,x,k,O){return T(x)&&(O=O||k,k=x,x=void 0),m.ajax(m.extend({url:b,type:p,dataType:O,data:x,success:k},m.isPlainObject(b)&&b))}}),m.ajaxPrefilter(function(u){var p;for(p in u.headers)p.toLowerCase()==="content-type"&&(u.contentType=u.headers[p]||"")}),m._evalUrl=function(u,p,b){return m.ajax({url:u,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(x){m.globalEval(x,p,b)}})},m.fn.extend({wrapAll:function(u){var p;return this[0]&&(T(u)&&(u=u.call(this[0])),p=m(u,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&p.insertBefore(this[0]),p.map(function(){for(var b=this;b.firstElementChild;)b=b.firstElementChild;return b}).append(this)),this},wrapInner:function(u){return T(u)?this.each(function(p){m(this).wrapInner(u.call(this,p))}):this.each(function(){var p=m(this),b=p.contents();b.length?b.wrapAll(u):p.append(u)})},wrap:function(u){var p=T(u);return this.each(function(b){m(this).wrapAll(p?u.call(this,b):u)})},unwrap:function(u){return this.parent(u).not("body").each(function(){m(this).replaceWith(this.childNodes)}),this}}),m.expr.pseudos.hidden=function(u){return!m.expr.pseudos.visible(u)},m.expr.pseudos.visible=function(u){return!!(u.offsetWidth||u.offsetHeight||u.getClientRects().length)},m.ajaxSettings.xhr=function(){try{return new t.XMLHttpRequest}catch{}};var Kh={0:200,1223:204},An=m.ajaxSettings.xhr();S.cors=!!An&&"withCredentials"in An,S.ajax=An=!!An,m.ajaxTransport(function(u){var p,b;if(S.cors||An&&!u.crossDomain)return{send:function(x,k){var O,M=u.xhr();if(M.open(u.type,u.url,u.async,u.username,u.password),u.xhrFields)for(O in u.xhrFields)M[O]=u.xhrFields[O];u.mimeType&&M.overrideMimeType&&M.overrideMimeType(u.mimeType),!u.crossDomain&&!x["X-Requested-With"]&&(x["X-Requested-With"]="XMLHttpRequest");for(O in x)M.setRequestHeader(O,x[O]);p=function(X){return function(){p&&(p=b=M.onload=M.onerror=M.onabort=M.ontimeout=M.onreadystatechange=null,X==="abort"?M.abort():X==="error"?typeof M.status!="number"?k(0,"error"):k(M.status,M.statusText):k(Kh[M.status]||M.status,M.statusText,(M.responseType||"text")!=="text"||typeof M.responseText!="string"?{binary:M.response}:{text:M.responseText},M.getAllResponseHeaders()))}},M.onload=p(),b=M.onerror=M.ontimeout=p("error"),M.onabort!==void 0?M.onabort=b:M.onreadystatechange=function(){M.readyState===4&&t.setTimeout(function(){p&&b()})},p=p("abort");try{M.send(u.hasContent&&u.data||null)}catch(X){if(p)throw X}},abort:function(){p&&p()}}}),m.ajaxPrefilter(function(u){u.crossDomain&&(u.contents.script=!1)}),m.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(u){return m.globalEval(u),u}}}),m.ajaxPrefilter("script",function(u){u.cache===void 0&&(u.cache=!1),u.crossDomain&&(u.type="GET")}),m.ajaxTransport("script",function(u){if(u.crossDomain||u.scriptAttrs){var p,b;return{send:function(x,k){p=m("